@charset "UTF-8";
/* CSS Document */
html{
	height:100%;
	overflow:auto;
}
body{
	width:100%;
	font-size:1em;
    line-height: 200%;
	font-family:'Noto Sans JP',"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:300;
    color: #000000;
    overflow: hidden;
	animation-name: fadein;
    animation-duration: 500ms;
    animation-timing-function: linear;
}
@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
*{
	box-sizing:border-box;
	margin:0px;
	padding:0px;
}
:not(input){
	caret-color: rgba(0,0,0,1);
}
a {
    overflow: hidden;
    outline: none;
}
a:link,a:hover,a:visited{
	text-decoration:none;
}
a,a::before,a::after{
	transition: all ease 300ms;
}
li{
	list-style-type:none;
}
img{
	vertical-align: bottom;
	border-style:none;
	box-shadow: #000 0 0 0;
	height:auto;
	width:100%;
}
input[type="text"]:focus {
  outline: 0;
}
x:-moz-any-link, x:default {
	box-shadow: #000 0 0 0;
}
table,th,td{
border-collapse: collapse;
border: 0 ;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder{
    color: #ccc;
    font-weight: normal;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
textarea{
	resize: none;
}
/*簡易アニメーション用*/
.move{
    transition: all ease-out 800ms;
    opacity: 0;
    transform: translateY(50px);
}
.moved{
    opacity: 1;
    transform: translateY(0);
}
/*==========================
font
==========================*/
.kiwi{
	font-family: 'Kiwi Maru', serif;
}
.green{
	color: #22bbac;
}
/*==========================
header
==========================*/
header {
    background: #fff;
    max-width: 330px;
    border-radius: 0 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 10;
}
header .h1_ttl {
    font-size: 1.2em;
    text-align: center;
    padding: 0.8em 5px;
}
@media screen and (max-width:640px) {
header {
    position: static;
    max-width: none;
}
}
/*==========================
footer
==========================*/
footer {
    background: #22bbac;
    text-align: center;
    padding: 50px 3% 60px;
}
footer .h1_ttl {
    background: #fff;
    line-height: 140%;
    font-size: 1.3em;
    color: #22bbac;
    padding: 1.2em 5px;
    width: 100%;
    max-width: 460px;
    margin: 0 auto 25px;
}
.footer_link{
	color: #fff;
    font-size: 1.1em;
}
@media screen and (max-width:640px) {
footer {
	font-size: 80%;
}
}
/*==========================
Parts
==========================*/
.next_arrow{
	position: relative;
}
.next_arrow::after {
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    background: url(../image/next_arrow.png) no-repeat center / contain;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.imp_icon {
    width: 7.5em;
    height: 70px;
    background: url(../image/bg_ttl.png) no-repeat center right / contain;
    color: #22bbac;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    letter-spacing: 3px;
    font-size: 90%;
    padding-bottom: 0.3em;
}
/*==========================
fv
==========================*/
.sec_fv {
    background: url(../image/fv.jpg) no-repeat center / cover;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fv_ttl_wrap {
    text-align: center;
    background: url(../image/fv_bg.svg) no-repeat center / contain;
    width: 86%;
	max-width: 506px;
    height: 87vw;
	max-height: 440px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fv_ttl_sub {
    border-bottom: 1px solid #000;
    display: inline-block;
    font-size: 160%;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.fv_ttl {
    font-size: 250%;
    line-height: 140%;
    font-weight: normal;
}
.fv_icon {
    width: 300px;
    position: absolute;
	z-index: 2;
}
.fv_icon.icon01 {
    left: -270px;
}
.fv_icon.icon02 {
    right: -230px;
    top: 10px;
}
.fv_icon.icon03 {
    right: -250px;
    bottom: -130px;
}
@media screen and (max-width:1000px) {
	.fv_icon.icon03{
    	width: 30vw;
		bottom: 0;
	    right: -23vw;
	}
}
@media screen and (max-width:860px) {
	.sec_fv {
		padding-bottom: 200px;
		padding-top: 60px;
		min-height: 780px;
	}
	.fv_icon.icon03 {
		left: 0;
		right: 0;
		margin: auto;
		width: 250px;
		bottom: -220px;
	}
}
@media screen and (max-width:640px) {
	.sec_fv {
		padding: 0;
    	height: auto;
		min-height: 140vw;
	}
	.fv_ttl_wrap {
		height: calc(87vw + 240px);
		max-height: none;
		padding-top: 0;
		padding-bottom: 240px;
		background-position: top center;
    	margin: 20px auto;
	}
	.fv_ttl_inr {
		margin-bottom: 20px;
	}
	.fv_ttl_sub {
		font-size: 4vw;
		margin-bottom: 10px;
	}
	.fv_ttl {
		font-size: 7vw;
	}
	.fv_icon {
		width: 150px;
		}
	.fv_icon.icon01 {
		right: -20px;
		top: -10px;
		left: auto;
	}
	.fv_icon.icon02 {
		right: auto;
		left: -26px;
		bottom: 240px;
		top: auto;
		z-index: 3;
	}
	.fv_icon.icon03 {
		bottom: 0;
	}
}

/*==========================
sec_gimu
==========================*/
.sec_gimu {
    padding: 97px 5% 122px;
}
.gimu_flex {
    display: flex;
    justify-content: center;
}
.gimu_flex .flex_l,
.gimu_flex .flex_r {
    margin: 0 30px;
}
.gimu_flex .flex_l {
    text-align: right;
}
.gimu_flex .imp_icon {
    margin-left: auto;
    margin-bottom: 25px;
}
.gimu_ttl {
    font-size: 180%;
    line-height: 180%;
    margin-bottom: 25px;
}
.gimu_flex .txt {
    color: #4d4d4d;
}
.gimu_flex .photo {
    width: 42vw;
    max-width: 424px;
}
@media screen and (max-width:1080px) {
.gimu_flex .imp_icon {
    margin-left: 0;
}
.gimu_flex .flex_l {
    text-align: left;
}
}
@media screen and (max-width:860px) {
.gimu_flex .imp_icon {
    margin: 0 auto 20px;
    text-align: center;
    background-position: center;
    width: 100%;
    justify-content: center;
}
.gimu_flex {
    flex-wrap: wrap;
}
.gimu_flex .flex_l{
	margin-bottom: 30px;
}
.gimu_flex .photo {
    width: 80%;
    margin: 0 auto;
}
}
@media screen and (max-width:640px) {
.gimu_ttl {
    font-size: 1.3em;
}
.gimu_flex .flex_l,
.gimu_flex .flex_r {
    margin-left: auto;
    margin-right: auto;
}
}
/*==========================
sec_must
==========================*/
.sec_must{
	padding: 100px 5%;
	background: url(../image/bg_g.jpg) repeat;
}
.must_ttl {
    text-align: center;
    font-size: 200%;
    line-height: 160%;
    margin-bottom: 90px;
	background: url(../image/icon_sl.png) no-repeat center / contain;
}
.target_wrap,
.check_wrap{
    width: 100%;
    max-width: 826px;
    margin: 0 auto 70px;
    position: relative;
}
.check_wrap{
	margin-bottom: 0;
}
.target_wrap .h3_ttl,
.check_wrap .h3_ttl{
    text-align: center;
    line-height: 100%;
    padding: 0.7em 5px;
    border-radius: 10px 10px 0 0;
    background: #97dfd8;
}
.check_wrap .h3_ttl{
	background: #ffff00;
}
.target_inr,
.check_inr{
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px 8%;
}
.target_list li {
    margin: 15px 0;
    font-size: 120%;
    color: #4d4d4d;
    display: flex;
    align-items: center;
}
.target_list li::before {
    content: "";
    background: url(../image/icon_check_g.png) no-repeat center / contain;
    display: inline-block;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    margin: 0 15px 0 0;
}
.check_list {
    display: flex;
    justify-content: center;
}
.check_list li {
    width: 32%;
    max-width: 200px;
    height: 32vw;
    max-height: 200px;
    text-align: center;
    color: #4d4d4d;
    font-size: 120%;
    border-radius: 50%;
    background: url(../image/bg_s.jpg) repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
}
.must_icon {
    position: absolute;
    bottom: 0;
	z-index: 2;
}
.must_icon.icon01{
    right: -8%;	
}
.must_icon.icon02{
    left: -10%;	
}
@media screen and (max-width:860px) {
.must_ttl {
    padding: 0 8%;
    font-size: 1.4em;
    margin-bottom: 40px;
}
}
@media screen and (max-width:800px) {
.must_icon {
    width: 50vw;
}
.must_icon.icon01 {
	right: 0;
    max-width: 125px;
}
.must_icon.icon02 {
    max-width: 100px;
	left: -5%;
}
}
@media screen and (max-width:640px) {
.target_list li:last-child {
    padding-right: 30px;
}
.check_list {
    display: block;
}
.check_list li {
    width: 100%;
    max-width: none;
    border-radius: 10px;
    height: auto;
    padding: 10px 30px;
    font-size: 110%;
    line-height: 140%;
    margin: 15px 0;
}
.target_inr, .check_inr {
    padding: 20px 8%;
}
}
/*==========================
sec_counton
==========================*/
.sec_counton {
    background: #ff0;
    padding: 75px 5% 85px;
}
.counton_flex {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 60px;
}
.counton_flex .flex_r,
.counton_flex .flex_l {
    margin: 0 30px;
}
.counton_icon {
    max-width: 340px;
}
.counton_ttl {
    font-size: 210%;
    line-height: 190%;
}
.counton_wrap{
    width: 100%;
    max-width: 826px;
    margin: 0 auto;
    position: relative;
}
.counton_wrap .h3_ttl{
    text-align: center;
    line-height: 100%;
    font-size: 150%;
    padding: 0.7em 5px;
    border-radius: 10px 10px 0 0;
    background: #000;
	color: #ff0;
}
.counton_inr{
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px 8%;
	border: 1px solid #000;
}
.counton_list li {
    margin: 15px 0;
    font-size: 140%;
    display: flex;
    align-items: center;
    position: relative;
}
.counton_list li::before {
    content: "";
    background: url(../image/icon_check_b.png) no-repeat center / contain;
    display: inline-block;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    margin: 0 15px 0 0;
}
.counton_list li::after {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    background: #ff0;
    width: calc(100% - 50px);
    bottom: -3px;
    right: 0;
    z-index: 0;
}
@media screen and (max-width:760px) {
.counton_flex {
    display: block;
}
.counton_flex .flex_r,
.counton_flex .flex_l{
    margin: 0 auto;
}
.counton_ttl {
    font-size: min(5vw,210%);
    margin-bottom: 30px;
    text-align: center;
}
.counton_icon {
    max-width: 340px;
    margin: 0 auto;
}
}
@media screen and (max-width:640px) {
.counton_wrap .h3_ttl {
    font-size: 120%;
    line-height: 140%;
}
.counton_list {
    display: block;
}
.counton_list li {
    width: 100%;
    max-width: none;
    border-radius: 10px;
    height: auto;
    padding: 10px 30px;
    font-size: 110%;
    line-height: 140%;
    margin: 15px 0;
}
.counton_inr {
    padding: 20px 8%;
}
.counton_list li {
    padding: 10px 0;
}
}
/*==========================
sec_service
==========================*/
.sec_service {
	padding: 100px 5% 105px;
    background: url(../image/bg_s.jpg) repeat;
}
.service_ttl {
    text-align: center;
    font-size: 200%;
    line-height: 160%;
    margin-bottom: 60px;
    background: url(../image/icon_sl.png) no-repeat center / contain;
}
.service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1042px;
    margin: 0 auto;
}
.service_list li {
    width: 31.5%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.service_list .list_ttl {
    color: #fff;
    background: #22bbac;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 200%;
    letter-spacing: 0.2em;
    line-height: 100%;
    padding: 12px 5px;
}
.service_list .list_ttl .mini {
    font-size: 50%;
    display: inline-block;
    margin-right: 10px;
}
.service_list .photo {
    margin: 30px 10% 20px;
}
.service_list .txt {
    text-align: center;
    font-size: 130%;
    margin-bottom: 1.8em;
    font-weight: bold;
}
@media screen and (max-width:860px) {
.service_ttl {
    padding: 0 10%;
    font-size: 1.4em;
    margin-bottom: 40px;
    background-position: bottom;
}
}
@media screen and (max-width:760px) {
.service_list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.service_list .list_ttl {
    width: 100%;
}
.service_list .photo {
    margin: 15px 20px 15px 5%;
    width: 40vw;
}
.service_list .txt {
    text-align: left;
    margin: 0;
}
}
@media screen and (max-width:640px) {
.sec_service {
    padding-top: 60px;
    padding-bottom: 60px;
}
.service_list .list_ttl {
    font-size: 150%;
    padding: 10px;
}
.service_list .photo {
    min-width: 252px;
    margin: 15px auto;
}
.service_list .txt {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
}
}

/*==========================
sec_whatbcp
==========================*/
.sec_whatbcp {
    padding: 90px 5% 110px;
}
.whatbcp_ttl {
    text-align: center;
    font-size: 200%;
    line-height: 160%;
    margin-bottom: 60px;
}
.what_list {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
    background: #f2f2f2;
    padding: 70px 90px 30px;
}
.what_list li {
    display: flex;
    align-items: center;
    margin-bottom: 60px;    position: relative;
}
.what_list li:nth-of-type(2n-1) {
    flex-direction: row-reverse;
}
.what_photo {
    width: 300px;
    min-width: 300px;
    margin-right: 30px;
}
.what_txt .name {
    font-size: 150%;
    line-height: 160%;
    font-weight: bold;
    margin-bottom: 15px;
}
.what_txt .txt {
    font-size: 110%;
}
.tag_img .what_photo {
    position: absolute;
    right: -177px;
    width: 280px;
    min-width: 280px;
    margin: 0;
}
.tag_img .what_txt .txt {
    font-size: 100%;
    margin-right: 120px;
}

@media screen and (max-width:860px) {
.what_list {
    padding: 50px 5%;
    font-size: 92.5%;
}
.what_list li {
    display: block;
}
.what_txt {
    margin-bottom: 10px;
}
.what_photo {
    margin: 0 auto;
    width: 30vw;
    max-width: 300px;
    min-width: 150px;
}
.tag_img .what_photo {
    min-width: 140px;
    width: 140px;
    right: -5%;
    top: -70px;
}
.tag_img .what_txt .txt {
    margin-right: 0;
}
}
@media screen and (max-width:760px) {
.sec_whatbcp {
    padding-top: 50px;
    padding-bottom: 60px;
}
.whatbcp_ttl{
    font-size: 1.5em;
    margin-bottom: 30px;
}
.what_list li.tag_img {
    margin-bottom: 0;
}
}
@media screen and (max-width:640px) {
.tag_img .what_photo {
    right: -12%;
}
}
/*==========================
sec_letsgo
==========================*/
.sec_letsgo {
    text-align: center;
    background: url(../image/icon_pop.png) no-repeat top center;
    padding-bottom: 140px;
}
.sec_letsgo .imp_icon {
    text-align: center;
    background-position: center;
    margin: 0 auto 30px;
}
.letsgo_ttl {
    font-size: 260%;
    line-height: 140%;
    font-weight: normal;
    margin-bottom: 60px;
}
.letsgo_btn {
    display: block;
    color: #fff;
    background: #22bbac;
    max-width: 700px;
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 200%;
    padding: 35px 0;
	border: 1px solid #22bbac;
}
.letsgo_btn:hover{
	color: #22bbac;
	background: #fff;
}
@media screen and (max-width:760px) {
.sec_letsgo {
    background-size: 90% auto;
    padding-bottom: 80px;
}
.letsgo_ttl {
    font-size: 160%;
    margin-bottom: 40px;
}
.letsgo_btn {
    font-size: 140%;
    padding: 1em 5px;
}
}
/*==========================
sec_kinou
==========================*/
.sec_kinou {
    padding: 80px 5% 60px;
    background: url(../image/bg_d.jpg) repeat;
}
.kinou_inr {
    border: 1px solid #f7931e;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5% 60px;
}
.kinou_ttl {
    width: calc(100% + 20px);
    max-width: 690px;
    margin-top: -30px;
    margin-left: -20px;
}
.kinou_flex {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
    position: relative;
	flex-wrap: wrap;
}
.kinou_img {
    width: 41%;
    margin-right: 30px;
}
.kinou_txt {
    width: 46%;
}
.kinou_txt .name {
    font-size: 170%;
    font-size: clamp(130%,2.5vw,170%);
    color: #f7931e;
    line-height: 170%;
    margin-bottom: 25px;
}
.kinou_txt .txt {
    font-size: 1.1em;
    color: #4d4d4d;
}
.yoyaku_icon {
    background: #ff0;
    font-size: 165%;
    text-align: center;
    width: 158px;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
	top: 200px;
    top: min(13vw,200px);
}

.kinou_btn {
    display: block;
    color: #fff;
    background: #f7931e;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 160%;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #f7931e;
}
.kinou_btn:hover{
	color: #f7931e;
	background: #fff;
}
@media screen and (max-width:800px) {
.kinou_img,
.kinou_txt{
    width: 100%;
}
	.kinou_img{
    max-width: 410px;
    margin: 0 auto 20px;
}
}
@media screen and (max-width: 760px){
.kinou_btn {
    font-size: 120%;
    padding: 1em 5px;
}
.yoyaku_icon {
    left: auto;
    right: 0;
    top: 34vw;
}
}
@media screen and (max-width:640px) {
.yoyaku_icon {
    right: -10%;
    top: 29vw;
    width: 30vw;
    height: 30vw;
    max-width: 158px;
    max-height: 158px;
    font-size: min(6vw,165%);
    line-height: 140%;
}
}
/*==========================
sec_contact
==========================*/
.sec_contact {
    padding: 120px 5%;
    background: url(../image/bg_s.jpg) repeat;
}
.contact_ttl {
    text-align: center;
    font-size: 250%;
    font-size: min(8vw,250%);
    line-height: 140%;
    margin: 0 0 60px;
}
@media screen and (max-width:640px) {
.sec_contact{
    padding: 60px 5%;
}
}

@media screen and (min-width:641px) {
	.sp{display: none !important;}
}
@media screen and (max-width:640px) {
	.pc{display: none !important;}
}