@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color:#000;
	text-decoration:none;
    transition: 0.3s opacity ease;
    display: block;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000;
    line-height: 1.944;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    min-width: 1400px;
}

.animated{
    opacity: 0;
}

@media only screen and (max-width: 750px) {
    img { max-width: 100%; }
}



/* =====================================
	header
===================================== */

header{
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

header.fixed{
    position: fixed;
    top: -130px;
    transition: 0.3s top ease;
    z-index: 100;
}

header.fixed.active{
    top: 0;
}

header div{
    position: absolute;
    top: 28px;
    left: 44px;
    width: 79px;
    height: 75px;
    background: url("../img/logo01.svg") no-repeat center;
    background-size: 79px auto;
    text-indent: -9999px;
}

header nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 21px;
    right: 26px;
    width: 1010px;
}

header nav ul li:last-child a{
    background: #fff;
    padding: 19px 18px;
}

header nav ul li:nth-child(1) img{
    width: 96px;
}

header nav ul li:nth-child(2) img{
    width: 64px;
}

header nav ul li:nth-child(3) img{
    width: 128px;
}

header nav ul li:nth-child(4) img{
    width: 95px;
}

header nav ul li:nth-child(5) img{
    width: 64px;
}

header nav ul li:nth-child(6) img{
    width: 33px;
    padding-top: 5px;
}

header nav ul li:nth-child(7) img{
    width: 219px;
}


/* =====================================
	main
===================================== */

.visual{
    width: 100%;
    height: 788px;
    background: url("../img/bg01.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.visual h1{
    position: absolute;
    top: 226px;
    left: 50%;
    margin-left: -618px;
}

.visual h1 img{
    mix-blend-mode: multiply;
    opacity: 0.8;
}

.visual > img{
    position: absolute;
    top: 177px;
    left: 50%;
    margin-left: -138px;
}

#feature{
    width: 100%;
    padding: 185px 0 240px;
    background: url("../img/bg02.jpg") no-repeat center right;
    background-size: contain;
}

#feature .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#feature h2 img{
    margin-bottom: 58px;
    width: 310px;
}

#feature p img{
    width: 888px;
}

#point{
    width: 100%;
    background: #00966e;
    padding: 200px 0 184px;
}

#point .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#point .inner ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#point .inner ul li{
    width: calc(100% / 3);
    position: relative;
    padding: 12px 30px 18px;
}

#point .inner ul li dt{
    height: 547px;
}

#point .inner ul li:nth-child(1) dt{
    background: url("../img/icon01.svg") no-repeat center bottom 47px;
    background-size: 256px auto;
}

#point .inner ul li:nth-child(2) dt{
    background: url("../img/icon02.svg") no-repeat center bottom 47px;
    background-size: 256px auto;
}

#point .inner ul li:nth-child(3) dt{
    background: url("../img/icon03.svg") no-repeat center bottom 47px;
    background-size: 256px auto;
}

#point .inner ul li:nth-child(1) dt img{
    width: 224px;
}

#point .inner ul li:nth-child(2) dt img{
    width: 284px;
}

#point .inner ul li:nth-child(3) dt img{
    width: 259px;
}

#point .inner ul li dd{
    color: #fff;
    line-height: 1.444;
}

#point .inner ul li .ruled{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}

#point .inner ul li .ruled::before{
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

#point .inner ul li .ruled::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

#case01{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 200px 0 135px;
}

#case01 h2 img{
    width: 477px;
    margin: 0 0 114px;
}

#case01 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#case01 ul li{
    width: 44.545%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 112px;
}

#case01 ul li .txtArea{
    width: 55.1%;
}

#case01 ul li .txtArea h3{
    margin-bottom: 22px;
}

#case01 ul li:nth-child(1) .txtArea h3 img{
    width: 255px;
}

#case01 ul li:nth-child(2) .txtArea h3 img{
    width: 176px;
}

#case01 ul li:nth-child(3) .txtArea h3 img{
    width: 147px;
}

#case01 ul li:nth-child(4) .txtArea h3 img{
    width: 233px;
}

#case01 ul li:nth-child(5) .txtArea h3 img{
    width: 212px;
}

#case01 ul li:nth-child(6) .txtArea h3 img{
    width: 146px;
}

#case01 ul li:nth-child(7) .txtArea h3 img{
    width: 255px;
}

#case01 ul li:nth-child(8) .txtArea h3 img{
    width: 199px;
}

#case01 ul li .txtArea p{
    font-size: 1.6rem;
    line-height: 1.8125;
}

#case01 ul li .imgArea{
    width: 38.97959%;
}

#case01 ul li .imgArea img{
    width: 100%;
}

#movie{
    width: 100%;
    background: #e5f5f0;
    padding: 160px 40px 180px;
}

#movie .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#movie .inner h2 img{
    width: 430px;
    margin-bottom: 50px;
}

#movie .inner p img{
    width: 967px;
    margin-bottom: 80px;
}

#movie .inner > picture img{
    width: 1042px;
}

#case02{
    width: 100%;
    background: url("../img/bg03.jpg") top right no-repeat;
    padding: 155px 40px 694px;
    position: relative;
}

#case02::before{
    content: "";
    width: 100%;
    height: 556px;
    background: url("../img/bg04.jpg") center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

#case02 .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#case02 .inner h2 img{
    width: 211px;
    margin-bottom: 80px;
}

#case02 .inner > ul{
    width: 1005px;
}

#case02 .inner > ul li.slick-slide{
    width: 320px;
    background: #edf8f5;
    margin: 0 calc(15px / 2);
}

#case02 .inner > ul li.slick-slide h3{
    font-size: 1.8rem;
    text-align: center;
    color: #00966e;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 18px;
}

#case02 .inner > ul li.slick-slide p{
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 0 25px 30px;
}

.slick-prev, .slick-next {
    width: 80px;
    height: 80px;
}

.slick-prev {
    left: -200px;
    background: url("../img/prev01.svg") no-repeat;
    background-size: 80px auto;
}

.slick-next {
    right: -200px;
    background: url("../img/next01.svg") no-repeat;
    background-size: 80px auto;
}

.slick-dots {
    bottom: -54px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    line-height: 11px;
    font-size: 0;
}

.slick-dots::before{
    content: "";
    width: calc(100% - 32px);
    height: 1px;
    background: #00966e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 12px;
}

.slick-dots li button {
    width: 11px;
    height: 11px;
}

.slick-dots li button::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00966e;
}

.slick-dots li.slick-active button::before {
    background: #00966e;
    border: none;
    margin-top: 0;
    width: 11px;
    height: 11px;
}

#flow{
    width: 100%;
    padding: 185px 40px 230px;
    background: #00966e;
}

#flow .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#flow .inner h2 img{
    width: 317px;
    margin-bottom: 55px;
}

#flow .inner p img{
    width: 663px;
    margin-bottom: 110px;
}

#flow .inner ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#flow .inner ul li{
    width: 388px;
    padding: 30px 60px 24px;
    position: relative;
    margin-bottom: 105px;
}

#flow .inner ul li:nth-of-type(3n-2){
    width: 324px;
    padding: 30px 60px 24px 0;
}

#flow .inner ul li:nth-child(n+4){
    margin-bottom: 0;
}

#flow .inner ul li h3 img{
    margin-bottom: 44px;
}

#flow .inner ul li:nth-child(1) h3 img{
    width: 206px;
}

#flow .inner ul li:nth-child(2) h3 img{
    width: 171px;
}

#flow .inner ul li:nth-child(3) h3 img{
    width: 257px;
}

#flow .inner ul li:nth-child(4) h3 img{
    width: 131px;
}

#flow .inner ul li:nth-child(5) h3 img{
    width: 124px;
}

#flow .inner ul li:nth-child(6) h3 img{
    width: 123px;
}

#flow .inner ul li p{
    font-size: 1.8rem;
    line-height: 1.611;
    color: #fff;
}

#flow .inner ul li .ruled{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}

#flow .inner ul li .ruled::before{
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

#flow .inner ul li .ruled::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

#flow .inner ul li .ruled span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56px;
    width: 56px;
    background: #00966e;
}

#flow .inner ul li .ruled span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 26px;
    border-color: transparent transparent transparent #ffffff;
}

#fee{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 225px 0 280px;
}

#fee h2 img{
    width: 239px;
    margin-bottom: 37px;
}

#fee p img{
    width: 682px;
    margin-bottom: 116px;
}

#fee ul li:nth-child(1){
    margin-bottom: 120px;
}

#qna{
    width: 100%;
    padding: 130px 40px 821px;
    background: #e5f5f0;
    position: relative;
}

#qna::before{
    content: "";
    width: 100%;
    height: 556px;
    background: url("../img/bg05.jpg") center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

#qna h2{
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

#qna h2 img{
    width: 115px;
    margin-bottom: 70px;
}

#qna h3{
    font-size: 2.8rem;
    color: #00966e;
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 25px;
}

#qna dl{
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

#qna dl dt{
    width: 100%;
    padding: 32px 12%;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #00966e url("../img/icon_q.svg");
    background-position: center left 3.363%;
    background-repeat: no-repeat;
    background-size: 31px auto;
    margin-top: 35px;
    position: relative;
    cursor: pointer;
    transition: 0.3s opacity ease;
}

#qna dl dt:hover{
    opacity: 0.7;
}

#qna dl dt::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5.636%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    transition: 0.3s all ease;
}

#qna dl dt.active::before{
    transform: rotate(-180deg) translateY(50%);
}

#qna dl dt:first-child{
    margin-top: 0;
}

#qna dl dd{
    width: 100%;
    padding: 33px 12%;
    background: #fff url("../img/icon_a.svg") top 30px left 3.363% no-repeat;
    background-size: 29px auto;
    display: none;
}

#contact{
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 188px 0 298px;
}

#contact h2 img{
    width: 343px;
    margin: 0 auto 58px;
}

#contact p{
    width: 100%;
    text-align: right;
    line-height: 1;
    font-size: 1.6rem;
    margin-bottom: 5px;
}

#contact strong{
    font-weight: normal;
    color: #00966e;
}

#contact table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#contact table th{
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    font-size: 1.7rem;
    width: 230px;
}

#contact table tr:last-child th{
    vertical-align: top;
    padding-top: 27px;
}

#contact table td{
    padding: 17px 0;
}

input[type="text"]{
    font-size: 1.7rem;
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

textarea{
    font-size: 1.7rem;
    width: 100%;
    height: 255px;
    border: 1px solid #ccc;
    padding: 15px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

label{
    display: table;
    font-size: 1.7rem;
    margin: 75px auto 0;
    cursor: pointer;
    position: relative;
    padding-left: 1.3em;
}

label input{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}

input[type="submit"]{
    border: none;
    border-radius: 0;
    background: #00966e;
    width: 360px;
    padding: 23px 0;
    cursor: pointer;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: block;
    margin: 18px auto 0;
    color: #fff;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    transition: 0.3s opacity ease;
}

input[type="submit"]:hover{
    opacity: 0.6;
}



/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    background: #00966e url("../img/bg06.jpg") no-repeat top right;
    background-size: contain;
    padding: 64px 0 75px;
}

footer .inner{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
}

footer .inner h2{
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 12px;
}

footer .inner a{
    font-size: 1.7rem;
    text-decoration: underline;
    line-height: 1;
    color: #fff;
    margin-bottom: 27px;
}

footer .inner .flexbox{
    display: flex;
    justify-content: space-between;
    width: 700px;
    margin-bottom: 38px;
}

footer .inner .flexbox address{
    font-size: 2.0rem;
    line-height: 1.4;
    font-style: normal;
}

footer .inner .flexbox div{
    font-size: 1.9rem;
    line-height: 1.47368421;
}

footer .inner small{
    font-size: 1.3rem;
    line-height: 1;
    display: block;
}



@media screen and (max-width: 768px) {

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 3.645833vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

/* =====================================
	header
===================================== */

header{
    height: 21.484375vw;
}

header.fixed{
    top: -21.484375vw;
}

header div{
    top: 3.515625vw;
    left: 4.167vw;
    width: 15.104167vw;
    height: 14.453125vw;
    background: url("../img/logo01.svg") no-repeat center;
    background-size: 15.104167vw auto;
    z-index: 100;
}

header.navOpen div{
    background: url("../img/logo01_white.svg") no-repeat center;
    background-size: 15.104167vw auto;
}

.menu-trigger{
    position: absolute;
    top: 4.9479167vw;
    right: 4vw;
    width: 10.28645833vw;
    height: 7.9427vw;
    background: url("../img/sp/menu01.svg") center no-repeat;
    background-size: contain;
    border: none;
    z-index: 100;
}

.navOpen .menu-trigger{
    top: 5.078125vw;
    right: 5.078125vw;
    width: 8.46354167vw;
    height: 8.46354167vw;
    background: url("../img/sp/close01.svg") center no-repeat;
    background-size: contain;
}

header nav{
    display: none;
}

header nav ul{
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00966e url("../img/sp/bg07.jpg") bottom right no-repeat;
    background-size: 100% auto;
    padding-bottom: 23.177vw;
    overflow-y: scroll;
}

header nav ul li{
    width: 79.427vw;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #fff;
}

header nav ul li:first-child{
    margin-top: 25.1875vw;
}

header nav ul li:nth-child(6){
    border: none;
}

header nav ul li:last-child{
    width: 78.125vw;
    border: none;
    margin-top: 3.125vw;
}

header nav ul li img{
    margin: 0 auto;
    padding-right: 2.6vw;
    box-sizing: content-box;
}

header nav ul li:nth-child(1) img{
    width: 34.6354167vw;
}

header nav ul li:nth-child(2) img{
    width: 22.52604167vw;
}

header nav ul li:nth-child(3) img{
    width: 45.96354167vw;
}

header nav ul li:nth-child(4) img{
    width: 33.984375vw;
}

header nav ul li:nth-child(5) img{
    width: 22.78645833vw;
}

header nav ul li:nth-child(6) img{
    width: 11.71875vw;
    padding-top: 0;
}

header nav ul li:nth-child(7) img{
    width: 63.54167vw;
}

header nav ul li a{
    padding: 7.8125vw 0 6.77vw;
    width: 100%;
    display: block;
    background: url("../img/sp/arrow01.svg") no-repeat bottom 7.421875vw right 9.5052vw;
    background-size: 4.9479167vw auto;
}

header nav ul li:last-child a{
    padding: 5.20833vw 0;
}


/* =====================================
	main
===================================== */

.visual{
    height: auto;
    background: none;
}

.visual h1{
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
}

.visual h1 img{
    width: 100%;
    mix-blend-mode: normal;
    opacity: 1;
}

.visual > img{
    display: none;
}

#feature{
    padding: 27.34375vw 3.90625vw 64.3229167vw;
    background: url("../img/sp/bg02.jpg") no-repeat bottom right;
    background-size: contain;
}

#feature h2 img{
    margin-bottom: 13vw;
    width: 51.3vw;
}

#feature p img{
    width: 86.71875vw;
}

#point{
    padding: 28.645833vw 5.2vw 33.2vw;
}

#point .inner ul{
    display: block;
}

#point .inner ul li{
    width: 100%;
    padding: 0 0 11.45833vw;
    margin-bottom: 18.229167vw;
}

#point .inner ul li:last-child{
    margin-bottom: 0;
    padding: 0;
}

#point .inner ul li dt{
    height: 96.354167vw;
}

#point .inner ul li:nth-child(1) dt{
    background: url("../img/icon01.svg") no-repeat center bottom 11vw;
    background-size: 52.8645833vw auto;
}

#point .inner ul li:nth-child(2) dt{
    background: url("../img/icon02.svg") no-repeat center bottom 11vw;
    background-size: 52.8645833vw auto;
}

#point .inner ul li:nth-child(3) dt{
    background: url("../img/icon03.svg") no-repeat center bottom 11vw;
    background-size: 52.8645833vw auto;
}

#point .inner ul li:nth-child(1) dt img{
    width: 79vw;
}

#point .inner ul li:nth-child(2) dt img{
    width: 72.265625vw;
}

#point .inner ul li:nth-child(3) dt img{
    width: 85.15625vw;
}

#point .inner ul li dd{
    font-size: 3.90625vw;
    line-height: 1.633;
}

#point .inner ul li .ruled{
    position: absolute;
    top: auto;
    bottom: 0;
    height: 1px;
    width: 100%;
}

#point .inner ul li .ruled::before{
    top: -2px;
    left: -2px;
}

#point .inner ul li .ruled::after{
    top: -2px;
    bottom: auto;
    left: auto;
    right: -2px;
}

#case01{
    padding: 38vw 0 37.2395833vw 5.2vw;
}

#case01 .scrollWrap{
    width: 100%;
    overflow-x: scroll;
}

#case01 h2 img{
    width: 78.90625vw;
    margin: 0 0 15.3645833vw;
}

#case01 ul{
    width: 547.9167vw;
}

#case01 ul li{
    width: 55.9895833vw;
    display: block;
    margin-bottom: 0;
}

#case01 ul li .txtArea{
    width: 100%;
}

#case01 ul li .txtArea h3{
    margin-bottom: 3.90625vw;
}

#case01 ul li:nth-child(1) .txtArea h3 img{
    width: 55.859375vw;
}

#case01 ul li:nth-child(2) .txtArea h3 img{
    width: 38.55392vw;
}

#case01 ul li:nth-child(3) .txtArea h3 img{
    width: 32.2vw;
}

#case01 ul li:nth-child(4) .txtArea h3 img{
    width: 51vw;
}

#case01 ul li:nth-child(5) .txtArea h3 img{
    width: 46.43995vw;
}

#case01 ul li:nth-child(6) .txtArea h3 img{
    width: 31.98223vw;
}

#case01 ul li:nth-child(7) .txtArea h3 img{
    width: 55.859375vw;
}

#case01 ul li:nth-child(8) .txtArea h3 img{
    width: 43.5922181372549vw;
}

#case01 ul li .txtArea p{
    font-size: 3.3854167vw;
    line-height: 1.576923;
}

#case01 ul li .imgArea{
    width: 44.4vw;
    margin: 22.395833vw auto 0;
}

#movie{
    padding: 27.99479167vw 5.2vw 32.03125vw;
}

#movie .inner h2 img{
    width: 71.09375vw;
    margin-bottom: 10.677vw;
}

#movie .inner p img{
    width: 89.71354167vw;
    margin-bottom: 12.76vw;
}

#movie .inner > picture img{
    width: 93.229167vw;
}

#case02{
    background: url("../img/bg03.jpg") top right no-repeat;
    background-size: 93.359375vw auto;
    padding: 23.4375vw 0 178.38541667vw;
}

#case02::before{
    height: 134.765625vw;
    background: url("../img/sp/bg04.jpg") center no-repeat;
    background-size: cover;
}

#case02 .inner h2 img{
    width: 35vw;
    margin-bottom: 19vw;
    padding-left: 5.2vw;
}

#case02 .inner > ul{
    width: 100%;
}

#case02 .inner > ul li.slick-slide{
    width: 73.95833vw;
    margin: 0 13.020835vw;
}

#case02 .inner > ul li.slick-slide h3{
    font-size: 4.427vw;
    margin: 5.46875vw 0 3.2552vw;
}

#case02 .inner > ul li.slick-slide p{
    font-size: 3.645833vw;
    line-height: 1.53571;
    padding: 0 5.2vw 5.2vw;
}

.slick-prev, .slick-next {
    width: 10.4167vw;
    height: 10.4167vw;
}

.slick-prev {
    left: 0;
    background: url("../img/prev01.svg") no-repeat;
    background-size: 10.4167vw auto;
}

.slick-next {
    right: 0;
    background: url("../img/next01.svg") no-repeat;
    background-size: 10.4167vw auto;
}

.slick-dots {
    bottom: -12.36979167vw;
    line-height: 2.21354167vw;
}

.slick-dots::before{
    width: calc(100% - 6.2vw);
    height: 0.1302083333333333vw;
}

.slick-dots li {
    width: 2.21354167vw;
    height: 2.21354167vw;
    margin: 0 2.5390625vw;
}

.slick-dots li button {
    width: 2.21354167vw;
    height: 2.21354167vw;
}

.slick-dots li.slick-active button::before {
    width: 2.21354167vw;
    height: 2.21354167vw;
}

#flow{
    padding: 26.6927vw 5.2vw 39.71354167vw;
}

#flow .inner h2 img{
    width: 52.34375vw;
    margin-bottom: 9.375vw;
}

#flow .inner p img{
    width: 82.552vw;
    margin-bottom: 18.4895833vw;
}

#flow .inner ul{
    display: block;
}

#flow .inner ul li{
    width: 100%;
    padding: 0 0 9.895833vw;
    margin-bottom: 10.4167vw;
}

#flow .inner ul li:nth-of-type(3n-2){
    width: 100%;
    padding: 0 0 9.895833vw;
}

#flow .inner ul li:nth-child(n+4){
    margin-bottom: 10.4167vw;
}

#flow .inner ul li:last-child{
    margin-bottom: 0;
    padding: 0;
}

#flow .inner ul li h3 img{
    margin-bottom: 4.167vw;
}

#flow .inner ul li:nth-child(1) h3 img{
    width: 36.979167vw;
}

#flow .inner ul li:nth-child(2) h3 img{
    width: 30.859375vw;
}

#flow .inner ul li:nth-child(3) h3 img{
    width: 72.65625vw;
}

#flow .inner ul li:nth-child(4) h3 img{
    width: 21.484375vw;
}

#flow .inner ul li:nth-child(5) h3 img{
    width: 21.22395833vw;
}

#flow .inner ul li:nth-child(6) h3 img{
    width: 21.09375vw;
}

#flow .inner ul li p{
    font-size: 3.3854167vw;
    line-height: 1.8;
}

#flow .inner ul li .ruled{
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
}

#flow .inner ul li .ruled::before{
    top: auto;
    bottom: -2px;
    left: 0;
}

#flow .inner ul li .ruled::after{
    bottom: -2px;
    left: auto;
    right: 0;
}

#flow .inner ul li .ruled span{
    height: 9.375vw;
    width: 9.375vw;
}

#flow .inner ul li .ruled span::before{
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3.90625vw 1.6927vw 0 1.6927vw;
    border-color: #ffffff transparent transparent transparent;
}

#fee{
    padding: 28.90625vw 5.2vw 27.8645833vw;
}

#fee h2 img{
    width: 35.15625vw;
    margin-bottom: 11.1979167vw;
}

#fee p img{
    width: 82.552vw;
    margin-bottom: 17.96875vw;
}

#fee ul li:nth-child(1){
    margin-bottom: 20.5729167vw;
}

#fee ul li img{
    width: 89.453125vw;
}

#qna{
    padding: 23.4375vw 5.2vw 166.67vw;
}

#qna::before{
    height: 134.375vw;
    background: url("../img/sp/bg05.jpg") center;
    background-size: cover;
}

#qna h2 img{
    width: 16.796875vw;
    margin-bottom: 7.29167vw;
}

#qna h3{
    font-size: 4.9479167vw;
    margin: 6.51vw auto 2.6vw;
}

#qna dl dt{
    padding: 3.3854167vw 12%;
    font-size: 3.90625vw;
    background: #00966e url("../img/icon_q.svg");
    background-position: center left 3.363%;
    background-repeat: no-repeat;
    background-size: 4vw auto;
    margin-top: 2.8645833vw;
}

#qna dl dt:hover{
    opacity: 1;
}

#qna dl dt::before{
    border-width: 2.6vw 1.171875vw 0 1.171875vw;
}

#qna dl dd{
    padding: 3.3854167vw 12%;
    background: #fff url("../img/icon_a.svg") top 4.6875vw left 3.363% no-repeat;
    background-size: 3.776vw auto;
}

#contact{
    padding: 21.09375vw 5.2vw 29.427vw;
}

#contact h2 img{
    width: 59.24479167vw;
    margin: 0 auto 5.46875vw;
}

#contact p{
    font-size: 2.99479167vw;
    margin-bottom: 5.2vw;
}

#contact table th{
    font-size: 3.90625vw;
    width: 100%;
    display: block;
}

#contact table tr:last-child th{
    padding-top: 0;
}

#contact table td{
    padding: 2.21354167vw 0 5vw;
    display: block;
}

input[type="text"]{
    font-size: 3.90625vw;
    padding: 2.6vw;
}

textarea{
    font-size: 3.90625vw;
    height: 67.05729167vw;
    padding: 2.6vw;
}

label{
    font-size: 3.90625vw;
    margin: 10vw auto 0;
}

input[type="submit"]{
    width: 72.395833vw;
    padding: 4.6875vw 0;
    font-size: 4.8177vw;
    margin: 3.3854167vw auto 0;
}

input[type="submit"]:hover{
    opacity: 1;
}

/* =====================================
	footer
===================================== */

footer{
    background: #00966e url("../img/sp/bg06.jpg") no-repeat bottom right;
    background-size: 98.95833vw auto;
    padding: 12.76vw 5.2vw 7.8125vw;
}

footer .inner h2{
    font-size: 5.2vw;
    margin-bottom: 3.90625vw;
}

footer .inner a{
    font-size: 3.2552vw;
    margin-bottom: 7.552vw;
}

footer .inner .flexbox{
    display: block;
    width: 100%;
    margin-bottom: 14.3229167vw;
}

footer .inner .flexbox address{
    font-size: 3.776vw;
    line-height: 1.275862;
    margin-bottom: 3.776vw;
}

footer .inner .flexbox div{
    font-size: 4.2vw;
    line-height: 1;
}

footer .inner .flexbox div span{
    padding-left: 9vw;
}

footer .inner small{
    font-size: 2.99479167vw;
    line-height: 1.73913;
}

}