@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{ 
margin:0px; 
padding:0px; 
}
body{
font-size: 100%;
text-align: left;
color: #333;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-text-size-adjust: 100%;
letter-spacing: 1.2px;
line-height: 1.5;
}
a {
	color: #333;
    text-decoration: none;
}
a:hover {
    opacity: 0.6;
}
ul {
    list-style-type: none;
}
img{
    border:0px;
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
iframe {
    border: 0;
    overflow: hidden;
}
table{
    border-collapse:collapse;
    width: 100%;
    border: 1px solid #bfbfbf;
    background-color: #fff;
}
tr{
    border-bottom: 1px solid #bfbfbf;
}
tr:last-child{
    border-bottom: 0;
}
th, td {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
th {
    color: #333;
    font-weight: bold;
    background-color: #e1f2fa;
    border-bottom: 1px solid #bfbfbf;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                th, td {
                    display: table-cell;
                }
                th, td {
                    border-bottom: 0;
                }
                body{
                    line-height: 2;
                }
            }


/* レイアウト
------------------------------------*/
.inner {
	width: 96%;
	margin: 0 auto;
}
.cassette {
	padding: 100px 0;
    overflow: hidden;
}
.link_txt:link, .link_txt:hover, .link_txt:active, .link_txt:visited{
    color: #ea6a98;
    text-decoration: underline;
}
.flex_box01, .flex_box02, .flex_box03{
    width: 100%;
    margin-bottom: 30px;
}
.flex_box01:last-child, .flex_box02:last-child, .flex_box03:last-child{
    margin: 0;
}
.disc_li li {
    list-style-type: disc;
    margin-left: 20px;
}
.disc_li li:not(:last-child) {
    margin-bottom: 7px;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .flex {
                display: flex;
                justify-content: space-between;
            }
            .rev {
                flex-direction: row-reverse;
            }
            .flex_box01:not(:last-child), .flex_box02:not(:last-child), .flex_box03:not(:last-child) {
                margin: 0;
                margin-right: 2%;
            }
            .flex_box01{
                width: 48%;
            }
            .flex_box02{
                width: 32%;
            }
            .flex_box03{
                width: 23%;
            }
            .rev .flex_box01:first-child {
                margin-right: 0;
            }
            .rev .flex_box01:last-child {
                margin-right: 2%;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1200px) {
            .inner {
                max-width: 1200px;
            }
        }
        


 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb60 { margin-bottom: 60px!important;}


/* responsive
------------------------------------*/
.pcTab, .pc, .tab { display: none;}
.sp, .tabSp { display: block;}

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .pc, .sp { display: none;}
                .tab, .pcTab, .tabSp { display: block;}
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .sp, .tab, .tabSp { display: none;}
                .pcTab, .pc { display: block;}
            }


/* header
------------------------------------*/
#header {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 999;
}
#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
}
#header .btn01:first-child {
    font-family: 'Righteous', cursive;
    margin-right: 10px;
    font-size: 112%;
}
#header .btn01:last-child {
    color: #fff;
    background-color: #055da1;
}
#header .btn01 img {
    display: inline-block;
    max-width: 20px;
}
#header .btnBox {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}
#header .btn01 span {
    font-size: 120%;
}
#header .btn01 {
    padding: 17px 0;
    border-radius: 50%;
    max-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #header .btn01 {
                    max-width: 280px;
                    border-radius: 50px;
                }
                #header .btn01 .pc {
                    display: inline;
                }
                #header .btn01 img {
                    position: relative;
                    margin-right: 8px;
                    margin-left: 0;
                }
                #header .btn01:first-child {
                    margin-right: 20px;
                }
                #header .btn01:first-child img {
                    top: -4px;
                }
                #header .btn01:last-child img {
                    top: -1px;
                }
            }


/* footer
------------------------------------*/
#footer {
    padding: 60px 0 40px;
    background-color: #fff;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
#footer .copyright {
    font-size: 80%;
}
#footer .flex_box01:last-child {
    text-align: center;
    max-width: 430px;
}
#footer .flex_box01 .btn01 {
    font-family: 'Righteous', cursive;
    margin: 5px auto 15px;
    max-width: 420px;
    padding: 10px 0;
}
#footer .flex_box01 .btn01 span,
#footer .flex_box01 .tel{
    color: #055da1;
}
#footer .flex_box01 .btn01 .l {
    font-size: 210%;
}
#footer .tel_txt {
    color: #055da1;
    font-weight: bold;
    font-size: 110%;
}
#footer .f_logo {
    margin-bottom: 10px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #footer .flex_box01 .btn01 .l {
                    font-size: 210%;
                }
                #footer .f_logo {
                    margin-bottom: 0;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 見出し
------------------------------------*/
h1 {
    max-width: 120px;
}
h2 {
    text-align: center;
    font-size: 190%;
    margin-bottom: 40px;
    line-height: 1.6;
}
h2 .en {
    display: block;
    font-size: 55%;
    color: #58c3e0;
    font-family: 'Righteous', cursive;
    font-weight: 400;
    letter-spacing: 5.5px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                h1 {
                    max-width: 150px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                h1 {
                    max-width: 210px;
                }
                h2 {
                    font-size: 230%;
                    margin-bottom: 60px;
                }
                h2 .en {
                    font-size: 55%;
                }
            }


/* common
------------------------------------*/
.txtRed {
    color: #db4444;
}
.btn01 {
    display: block;
    padding: 15px 0;
    max-width: 280px;
    border: 2px solid #055da1;
    color: #055da1;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    width: 100%;
}
.pdf_btn {
    position: relative;
    max-width: 350px;
    letter-spacing: 2.5px;
    padding: 20px 0;
}
.pdf_btn::after {
    position: absolute;
    content: '';
    background: url("../img/pdf_icon01.png")no-repeat center center/cover;
    width: 20px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }

/* main_img
------------------------------------*/
.main_img {
    height: 500px;
    background: url("../img/main_img01_sp.jpg")no-repeat center center/cover;
}
.main_img .inner {
    position: relative;
    height: 100%;
}
.main_img .main_txt {
    position: absolute;
    bottom: 30px;
}
.main_img .main_txt span {
    display: inline-block;
    padding: 3px 20px;
    background-color: #fff;
    font-weight: bold;
    color: #055da1;
    font-size: 130%;
}
.main_img .main_txt span:not(:last-child) {
    margin-bottom: 10px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .main_img {
                    height: 440px;
                    background-image: url("../img/main_img01.jpg");
                }
                .main_img .main_txt span {
                    font-size: 140%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .main_img {
                    height: 800px;
                }
                .main_img .main_txt span {
                    font-size: 240%;
                }
                .main_img .main_txt span:not(:last-child) {
                    margin-bottom: 20px;
                }
            }



/* c01
------------------------------------*/
#c01 .inner, #c01 h2 {
    position: relative;
}
#c01 h2::before, #c01 h2::after, #c01 .inner::after {
    position: absolute;
    content: '';
    z-index: -1;
}
#c01 h2::before {
    background: url("../../img/lp_c01_before03.png")no-repeat center center/cover;
    width: 48px;
    height: 54px;
    left: 0;
    top: -60px;
}
#c01 h2::after {
    background: url("../../img/lp_c01_before01.png")no-repeat center center/cover;
    width: 83px;
    height: 69px;
    right: -100px;
    bottom: -90px;
}
#c01 .inner::after {
    background: url("../../img/lp_c01_before02.png")no-repeat center center/cover;
    width: 79px;
    height: 60px;
    right: 10px;
    bottom: -40px;
}
#c01 h2 span {
    display: inline-block;
}
#c01 h2 .l {
    font-size: 130%;
    color: #15a499;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
#c01 h2 .l::before {
    position: absolute;
    content: '';
    background: url("../../img/lp_c01_h2_border01.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 7px;
    bottom: 0;
}
#c01 h2 {
    font-size: 150%;
}
#c01 h2 .s {
    line-height: 1.5;
    display: block;
}
#c01 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#c01 .flex .flex_box03 {
    width: 48%;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c01 h2 {
                    font-size: 190%;
                }
                #c01 h2 .l {
                    font-size: 160%;
                }
                #c01 .flex .flex_box03 {
                    width: 23%;
                }
                #c01 h2::before {
                    width: 90px;
                    height: 104px;
                }
                #c01 h2::after {
                    width: 143px;
                    height: 119px;
                }
                #c01 .inner::after {
                    width: 109px;
                    height: 84px;
                    right: -10px;
                    bottom: -90px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #c01 h2 {
                    font-size: 230%;
                }
                #c01 h2 .l {
                    font-size: 200%;
                }
                #c01 .inner::after {
                    width: 139px;
                    height: 104px;
                    right: -130px;
                    bottom: -90px;
                }
            }



/* c02
------------------------------------*/
#c02 {
    padding: 0;
}
#c02 h2 {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
#c02 h2 img {
    margin: 0;
    max-width: 230px;
}
#c02 h3 {
    font-size: 130%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.8;
}
#c02 h3::before {
    position: absolute;
    content: '';
    background: url("../../img/lp_c02_h2_border01.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 5px;
    bottom: 0;
    max-width: 350px;
}
#c02 h3 .l {
    font-size: 150%;
    color: #055da1;
    position: relative;
}
#c02 h3 .l::before, #c02 h3 .l::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #055da1;
    top: -5px;
}
#c02 h3 .l::before {
    left: 80px;
}
#c02 h3 .l::after {
    right: 80px;
}
#c02 p {
    letter-spacing: 1.5px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c02 h3 {
                    font-size: 160%;
                }
                #c02 h3 .l {
                    font-size: 150%;
                }
                #c02 .flex_box01:first-child {
                    width: 58%;
                }
                #c02 .flex_box01:last-child {
                    width: 38%;
                }
                #c02 h3 .l::before, #c02 h3 .l::after {
                    width: 10px;
                    height: 10px;
                }
                #c02 h3 .l::before {
                    left: 95px;
                }
                #c02 h3 .l::after {
                    right: 95px;
                }
                #c02 h2 img {
                    max-width: 100%;
                }
                #c02 {
                    padding-top: 100px;
                }
                #c02 h3::before {
                    max-width: 610px;
                }
                #c02 p {
                    line-height: 2.5;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #c02 h2 {
                    margin-bottom: 40px;
                }
                #c02 h3 {
                    font-size: 230%;
                }
                #c02 h3 .l::before, #c02 h3 .l::after {
                    width: 12px;
                    height: 12px;
                }
                #c02 h3 .l::before {
                    left: 80px;
                }
                #c02 h3 .l::after {
                    right: 80px;
                }
                #c02 {
                    padding-bottom: 50px;
                }
            }



/* c03
------------------------------------*/
#c03 h2 {
    position: relative;
    margin-bottom: 30px;
}
#c03 h2::before, #c03 h2::after {
    position: absolute;
    content: '';
    bottom: -120px;
}
#c03 h2::before {
    background: url("../../img/lp_c03_before01.png")no-repeat center center/cover;
    width: 60px;
    height: 70px;
    left: 0;
}
#c03 h2::after {
    background: url("../../img/lp_c03_before02.png")no-repeat center center/cover;
    width: 54px;
    height: 48px;
    right: 0;
}
#c03 h3 {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 140%;
    font-weight: 500;
    padding-left: 60px;
    position: relative;
}
#c03 h3::before {
    position: absolute;
    content: "新商品";
    padding: 3px 10px;
    color: #fff;
    background-color: #e2392c;
    transform: rotate(-10deg);
    left: 0;
    top: 7px;
    font-size: 60%;
}
#c03 .h3Wrap {
    text-align: center;
}
#c03 .w_box {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 20px;
    padding: 60px 20px;
}
#c03 .w_box:not(:last-child) {
    margin-bottom: 80px;
}
#c03 .w_box h4 {
    font-size: 130%;
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
}
#c03 .w_box h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background-image: -webkit-gradient(to right, #1057c0, #58c3e0, #fff);
    background-image: -webkit-linear-gradient(to right, #1057c0, #58c3e0, #fff);
    background-image: linear-gradient(to right, #1057c0, #58c3e0, #fff);
}
#c03 .w_box h5 {
    font-size: 113%;
    margin-bottom: 30px;
    line-height: 1.5;
}
#c03 .coat_box {
    margin-bottom: 80px;
}
#c03 .b_box {
    background-color: #eef4f7;
    color: #4170b5;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 800px;
}
#c03 .b_box > div {
    padding: 30px 10px;
    max-width: 520px;
    margin: 0 auto;
}
#c03 .hisi_li li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
#c03 .caution_t {
    position: relative;
    padding-left: 20px;
}
#c03 .caution_t::before {
    position: absolute;
    content: "※";
    left: 0;
}
#c03 .hisi_li li::before {
    position: absolute;
    content: "◆";
    left: 0;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c03 h3 {
                    margin-bottom: 60px;
                    font-size: 180%;
                    padding-left: 90px;
                }
                #c03 .w_box {
                    padding: 100px 60px;
                }
                .coat_box > .flex > .flex_box01:first-child {
                    width: 33%;
                }
                .coat_box > .flex > .flex_box01:last-child {
                    width: 63%;
                }
                #c03 .w_box:not(:last-child) {
                    margin-bottom: 120px;
                }
                #c03 .w_box h4 {
                    font-size: 200%;
                    font-weight: 500;
                    margin-bottom: 50px;
                }
                #c03 .w_box h5 {
                    font-size: 140%;
                    line-height: 1.8;
                }
                #c03 .coat_box .flex_box01 .flex_box01:first-child {
                    width: 58%;
                }
                #c03 .coat_box .flex_box01 .flex_box01:last-child {
                    width: 38%;
                }
                #c03 .coat_box {
                    margin-bottom: 100px;
                }
                #c03 h2::before, #c03 h2::after {
                    bottom: -100px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #c03 h3 {
                    margin-bottom: 60px;
                    font-size: 210%;
                }
                #c03 h3::before {
                    top: 11px;
                    font-size: 50%;
                }
                #c03 .w_box h5 {
                    font-size: 170%;
                }
                #c03 .coat_box .flex_box01 .flex_box01:first-child {
                    width: 68%;
                }
                #c03 .coat_box .flex_box01 .flex_box01:last-child {
                    width: 28%;
                }
                #c03 h2::before {
                    width: 120px;
                    height: 140px;
                    bottom: -110px;
                    left: -30px;
                }
                #c03 h2::after {
                    width: 84px;
                    height: 78px;
                    bottom: -90px;
                    right: -30px;
                }
                #c03 {
                    padding-bottom: 150px;
                }
            }



/* c04
------------------------------------*/
#c04 {
    background-color: #15a499;
    position: relative;
}
#c04::before {
    position: absolute;
    content: '';
    background: url("../../img/lp_c04_bg01.png")no-repeat center center/cover;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 344px;
    height: 60px;
}
#c04 h2 {
    color: #fff;
    font-size: 150%;
    margin-bottom: 90px;
}
#c04 h2 img {
    margin-top: 10px;
    max-width: 270px;
}
#c04 .w_box {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
#c04 .w_box.flex_box01::before {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    z-index: -1;
}
#c04 .w_box > div {
    padding: 50px 20px;
}
#c04 .w_box h3 {
    text-align: center;
    font-size: 150%;
    margin-bottom: 30px;
}
#c04 .w_box .img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    max-width: 70px;
}
#c04 .flex_box01:not(:last-child) {
    margin-bottom: 70px;
}
#c04 .flex_box01:last-child {
    margin-bottom: 50px;
}
#c04 .inner > .w_box:first-of-type {
    margin-bottom: 50px;
}
#c04 .inner > .w_box {
    overflow: hidden;
}
#c04 .hishi_li li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
#c04 .hishi_li li::before {
    position: absolute;
    content: "◇";
    left: 0;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c04::before {
                    width: 764px;
                    height: 131px;
                }
                #c04 h2 {
                    font-size: 180%;
                }
                #c04 h2 img {
                    max-width: 100%;
                }
                #c04 .w_box > div {
                    padding: 60px 30px;
                }
                #c04 .flex {
                    flex-wrap: wrap;
                }
                #c04 .flex_box01:not(:last-child) {
                    margin-bottom: 100px;
                }
                #c04 .flex_box01:last-child, #c04 .flex_box01:nth-child(5) {
                    margin-bottom: 60px;
                }
                #c04 .flex_box01:nth-child(2n) {
                    margin-right: 0;
                }
                #c04 .w_box.flex_box01::before {
                    width: 150px;
                    height: 150px;
                    top: -55px;
                }
                #c04 .w_box .img {
                    max-width: 100%;
                }
                #c04 .flex_box01:nth-child(1) h3 {
                    height: 80px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                #c04 {
                    padding-bottom: 120px;
                    padding-top: 120px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #c04::before {
                    width: 924px;
                    height: 161px;
                }
                #c04 .w_box > div {
                    padding: 60px 46px;
                }
            }



/* c05
------------------------------------*/
#c05 h2 .en {
    color: #4170b5;
}
#c05 h2 {
    margin-bottom: 20px;
}
#c05 h3 {
    text-align: center;
    font-size: 150%;
    margin-bottom: 40px;
    margin-top: 20px;
}
#c05 .img img {
    max-width: 90%;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c05 h3 {
                    font-size: 220%;
                }
                #c05 .img img {
                    max-width: 100%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* c06
------------------------------------*/
#c06 {
    background-color: #055da1;
    background-image: radial-gradient(#055694 30%, transparent 30%);
    background-size: 20px 20px;
}
#c06 h2 {
    color: #fff;
}
#c06 h2 .en {
    color: #15a499;
}
#c06 .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#c06 .flex_box03 {
    width: 48%;
    margin-bottom: 40px;
}
#c06 .flex_box03:nth-child(2n) {
    margin-right: 0;
}
#c06 .btn01 {
    margin: 40px auto 0;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c06 .flex_box03 {
                    width: 23%;
                }
                #c06 .flex_box03:nth-child(2n) {
                    margin-right: 2%;
                }
                #c06 .flex_box03:nth-child(4n) {
                    margin-right: 0;
                }
                
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* c07
------------------------------------*/
#c07 {
    padding-bottom: 50px;
}
#c07 h2, #c08 h2 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
#c07 h2::after, #c08 h2::after {
    position: absolute;
    content: '';
    z-index: -1;
}
#c07 h2::after {
    background: url("../../img/lp_c07_before01.png")no-repeat center center/cover;
    width: 47px;
    height: 54px;
    right: 30px;
    top: 0;
}
#c07 h2 .en, #c08 h2 .en {
    color: #4170b5;
}
#c07 h3, #c08 h3 {
    font-size: 130%;
    margin-bottom: 30px;
}
#c07 .w_box, #c08 .w_box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    padding: 60px 20px;
}
#c07 .s {
    font-size: 90%;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c07 {
                    padding-top: 140px;
                }
                #c07 .flex, #c08 .flex {
                    align-items: center;
                }
                #c07 .w_box, #c08 .w_box {
                    padding: 80px 60px;
                }
                #c07 h3, #c08 h3 {
                    font-size: 170%;
                    margin-bottom: 40px;
                }
                #c07 h2, #c08 h2 {
                    font-size: 280%;
                    margin-bottom: 40px;
                }
                #c07 h2 .en, #c08 h2 .en {
                    font-size: 45%;
                }
                #c07 h2::after {
                    width: 90px;
                    height: 104px;
                    right: 100px;
                    top: -20px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* c08
------------------------------------*/
#c08 {
    padding-top: 50px;
}
#c08 h2::after {
    background: url("../../img/lp_c08_before01.png")no-repeat center center/cover;
    width: 73px;
    height: 61px;
    right: 0;
    top: -20px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c08 h2::after {
                    width: 143px;
                    height: 119px;
                    right: 40px;
                    top: -80px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* c09
------------------------------------*/
#c09 {
    padding-top: 0;
}
#c09 .line_box {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    position: relative;
}
#c09 .line_box::before,
#c09 .line_box::after {
    position: absolute;
    content: '';
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
#c09 .line_box::before,
#c09 .line_box::before {
    left: 0;
    top: 10px;
    background-image: url("../../img/lp_c09_before01.png");
    width: 60px;
    height: 70px;
}
#c09 .line_box::after,
#c09 .line_box::after {
    right: 0;
    top: -10px;
    background-image: url("../../img/lp_c09_before02.png");
    width: 49px;
    height: 69px;
}
#c09 .line_box:first-of-type {
    margin-bottom: 80px;
}
#c09 .movie iframe {
    width: 100%;
    max-width: 660px;
    height: 220px;
    display: block;
    margin: 50px auto 0;
}

#c09 h3 img {
    margin: 0;
    display: inline-block;
    max-width: 240px;
}
#c09 h3 {
    color: #1057c0;
    font-size: 210%;
    margin-bottom: 20px;
}
#c09 h4 {
    font-size: 160%;
    text-align: center;
    margin-bottom: 20px;
    color: #15a499;
    line-height: 1.5;
    margin-top: 20px;
}
#c09 h4 .s {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: normal;
}
#c09 .btn01 {
    margin: 40px auto 0;
    padding: 15px 0;
}
#c09 .flex {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
#c09 .flex_box02 {
    width: 30%;
    margin-bottom: 0;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c09 .movie iframe {
                    max-width: 660px;
                    height: 400px;
                    margin-top: 50px;
                }
                #c09 h2 {
                    font-size: 200%;
                    margin-bottom: 20px;
                }
                #c09 h3 {
                    font-size: 310%;
                    display: flex;
                    justify-content: center;
                    align-items: baseline;
                }
                #c09 h4 {
                    font-size: 220%;
                    margin-bottom: 40px;
                }
                #c09 .line_box:first-of-type {
                    margin-bottom: 100px;
                }
                #c09 h3 img {
                    max-width: 190px;
                }
                #c09 .line_box::before,
                #c09 .line_box::before {
                    left: -10px;
                    top: 20px;
                    width: 90px;
                    height: 105px;
                }
                #c09 .line_box::after,
                #c09 .line_box::after {
                    right: -10px;
                    top: -50px;
                    width: 71px;
                    height: 99px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #c09 h3 {
                    font-size: 380%;
                }
                #c09 h3 img {
                    max-width: 240px;
                }
                #c09 h4 {
                    font-size: 250%;
                }
                #c09 .line_box::before,
                #c09 .line_box::before {
                    left: -100px;
                    top: 0;
                    width: 120px;
                    height: 140px;
                }
                #c09 .line_box::after,
                #c09 .line_box::after {
                    right: -100px;
                    top: -80px;
                    width: 99px;
                    height: 139px;
                }
            }



/* c10
------------------------------------*/
.indexLayout #c10 {
    background-color: #055da1;
    color: #fff;
}
.indexLayout #c10 p {
    margin-bottom: 40px;
    text-align: center;
}
.indexLayout #c10 .inner {
    max-width: 980px;
}
.indexLayout #c10 h2 {
    color: #fff;
}
.indexLayout #c10 .col-sm-9 {
    width: 98%;
}
.indexLayout #c10 .form-control {
    width: 99%;
    font-size: 115%;
    padding: 15px 0.5%;
    border-radius: 5px;
    border: none;
}
#c10 .form-group:not(:last-child) {
    margin-bottom: 20px;
}
#c10 .badge {
    display: inline-block;
    background-color: #15a499;
    padding: 7px 20px;
    border-radius: 5px;
    margin-left: 5px;
}
#c10 .col-form-label {
    display: block;
    margin-bottom: 13px;
}

#c10 .btn {
    display: block;
    margin: 40px auto 0;
    background-color: #fff;
    color: #055da1;
    border-radius: 50px;
    border-color: #055da1;
    width: 100%;
    max-width: 350px;
    padding: 20px 0;
    font-size: 100%;
    letter-spacing: 7px;
    font-weight: bold;
}
.confirmLayout #c10 .col-sm-9 {
    background-color: #fff;
    color: #333;
    padding: 15px 0.5%;
    border-radius: 5px;
}
.thanksLayout #c10 .btn01 {
    margin-top: 40px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #c10 .form-group {
                    display: flex;
                    justify-content: space-between;
                }
                #c10 .form-group:not(:last-of-type) {
                    align-items: center;
                }
                #c10 .form-group:not(:last-child) {
                    margin-bottom: 30px;
                }
                .indexLayout #c10 .col-sm-9 {
                    width: 73%;
                }
                .indexLayout #c10 p {
                    margin-bottom: 60px;
                }
                #c10 .col-form-label {
                    margin-bottom: 0;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .indexLayout #c10 .col-sm-9 {
                    width: 72%;
                }
            }



/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */