@charset "utf-8";

.sp {
	display: none !important;
}

.tablet {
	display: none !important;
}

/*commonスタイル*/

img{
    width: 100%;
    height: auto;
}

.flexBet{
	display: flex;
	justify-content: space-between;
}
.flexStart{
	display: flex;
	justify-content: flex-start;
}
.order1{
	order: 1;
}
.order2{
	order: 2;
}



/*MV*/
main{
}
#mvWrap{ 
	position: relative;
}
.topMvWrap{
	width: 100%;
	margin: 0 auto;
}
#mv{
	position: relative;
	
}

.msgMv{
	margin-top:110px;
}

.CompMv{
	margin-top:110px;
}

.SevMv{
	margin-top:136px;
}

.topMv{
	height: 680px;
	margin-top:150px;
}
.topMv:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 57%;
  height: 100%;
  background: #43b9d1;

  /* 右辺の斜めカット */
  clip-path: polygon(
    0 0,
    100% 0,
    75% 100%,
    0 100%
  );
	z-index: 1;
}
.topMv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 73vw;
  height: 100%;
  background: url("../img/mv_bg@2x.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.mvContent{
	z-index: 1;
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 154px;
}
.mvCopy1{
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 6rem;
	color: #fff;
	text-shadow: 2px 2px 0px rgba(82,82,82,0.46);
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
}
.mvCopy1:after{
	content: "";
	background: url("../img/mv_drop@2x.png") no-repeat;
	background-size: contain;
	width: 69px;
	height: 105px;
	display: block;
	position: absolute;
	right: -10px;
	top: -20px;
}
.mvCopy1 span{
	position: relative;
	left: -22px;
}/*約物文字詰め対応*/

.mvCopyW{
	position: relative;
	padding-left: 126px;
	z-index: 1;
}
.mvCopy2{
	font-size: 2.6rem;
	font-weight: bold;
	color: #43b9d1;
	line-height: 5rem;
}
.mvCopy2 span{
	display: inline;
	background: #fff;
	padding: 0 0 0 11px;
	position: relative;
}
.mvCopy2 .line1{
	
}
.mvCopy2 .line2{
	left: 30px;
}
.mvCopy2 .line3{
	left: 60px;
}
.mvImg1{
	position: absolute;
	width: 366px;
	left: -12px;
	top: 281px;
}
.mvImg2{
	position: absolute;
	width: 186px;
	left: -78px;
	top: 214px;
}
.mvCircle{
	position: fixed;
	bottom:50px;
	right:50px;
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #ffe403;
	color: #1F3A5F !important;
	text-align: center;
	font-weight: bold;
	padding-top: 16px;
	box-shadow: 0 10px 0 #d6c200;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	z-index: 999;
}
.mvCircle:hover{
	transform: translateY(6px);
    box-shadow: 0 4px 0 #d6c200;
}
.mvCTxt1{
	font-size: 1.3rem;
}
.mvCTxt2{
	font-size: 2.2rem;
}
.mvCTxt3{
	font-size: 1.3rem;
}


/*TOP*/


#topSec01{
	position: relative;
	background: #eaf2f4;
}
.topSec01W{
	width: 1100px;
	padding: 110px 0 120px;
	position: relative;
	box-sizing: border-box;
}
.top01W{
	position: relative;
}
.top01Ttl{
	margin-bottom: 5px;
}

.top01SubTtl{
	color:#1F3A5F;
	font-size:1.6rem;
	text-align: center;
	margin-bottom:60px;
	font-weight: 500;
}

.top01TtlW.top01TtlWTy02{
	width:450px;
}

.top01TtlW.top01TtlWTy02 .commonTtl01{
	font-size: 4.2rem;
}

.top01BtnW{
	
}
.top01Btn{
	
}
.top01TxtW{
	position: relative;
	width: 600px;
}
.top01TxtW:before{
	content: "";
	background: url("../img/sec01_drop@2x.png") no-repeat;
	background-size: contain;
	width: 354px;
	height: 508px;
	display: block;
	position: absolute;
	right: 10px;
	top: -60px;
}
.top01Txt{
	position: relative;
	font-size: 1.6rem;
}

#topSec02{
	position: relative;
}
.topSec02W{
	width: 940px;
	padding: 40px 0 0px;
	position: relative;
	box-sizing: border-box;
}
.top02TtlW{
	margin-bottom: 40px;
}
.top02Ttl{
	
}
.top02Txt{
	text-align: center;
	margin-bottom: 40px;
	font-size:1.6rem
}
.top02Thumbs{
	flex-wrap: wrap;
	column-gap: 60px;
	margin-bottom: 20px;
}
.top02Thumb{
	width: 140px;
	text-align: center;
	margin-bottom: 46px;
}
.top02Img{
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.top02Cap{
	font-size: 1.6rem;
	width: 100px;
	display: inline-block;
	border-bottom: 1px solid rgba(67,185,209,0.5);
	padding-bottom: 5px;
}
.top02Bn{
	width: 820px;
	height: 300px;
	margin: 0 auto;
	background: url("../img/sec02_bn_bg@2x.png") no-repeat;
	background-size: cover;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 40px 0 0 55px;
}

.top02BnTxtW{
	width: 450px;
	text-align: center;
}
.top02Ttl2{
	margin-bottom: 25px;
}
.top02Txt2{
	margin-bottom: 25px;
}
.top02BnBtnW{
	
}
.btnLine{
	width: 220px;
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #00b900;
	line-height: 4.6rem;
	border-radius: 2.3rem;
	position: relative;
}
.btnLine:hover{
	filter: brightness(1.1);
}
.btnLine:before{
	content: "";
	background: url("../img/icon_line_w.svg") no-repeat;
	background-size: contain;
	width: 24px;
	height: 23px;
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.btnTel{
	width: 220px;
	color: #fff !important;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #43b9d1;
	line-height: 4.6rem;
	border-radius: 2.3rem;
	position: relative;
}
.btnTel:hover{
	filter: brightness(1.1);
}
.btnTel:before{
	content: "";
	background: url("../img/icon_tel_w.svg") no-repeat;
	background-size: contain;
	width: 16px;
	height: 21px;
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

#topSec03{
	position: relative;
}
.topSec03W{
	width: 880px;
	padding: 40px 0 72px;
	position: relative;
	box-sizing: border-box;
}
.top03TtlW{
	margin-bottom: 50px;
}
.top03TtlW:after{
	content: "";
	background: url("../img/sec03_asset@2x.png") no-repeat;
	background-size: contain;
	width: 181px;
	height: 219px;
	display: block;
	position: absolute;
	right: -20px;
	top: 95px;
}
.top03Txt{
	text-align: center;
	margin-bottom: 50px;
}
.top03AwardW{
	margin-bottom: 60px;
	text-align: center;
}
.top03AwardW.mb{
	margin-bottom: 40px;
}
.top03Ttl2W{
	overflow: hidden;
}
.top03Ttl2{
	display: inline-block;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	color: #43b9d1;
	margin-bottom: 5px;
	padding: 0 30px;
}
.top03Ttl2:before{
	content: "";
	width: 380px;
	height: 1px;
	border-bottom: 1px solid rgba(67,185,209,0.5);
	position: absolute;
	display: block;
	left: -380px;
	top: 50%;
}
.top03Ttl2:after{
	content: "";
	width: 380px;
	height: 1px;
	border-bottom: 1px solid rgba(67,185,209,0.5);
	position: absolute;
	display: block;
	right: -380px;
	top: 50%;
}

#topSec04{
	position: relative;
	background: url("../img/sec04_bg@2x.png") no-repeat;
	background-size: cover;
	background-position: top center;
}
.topSec04W{
	width: 980px;
	padding: 40px 0 72px;
	position: relative;
	box-sizing: border-box;
}
.top04TtlW{
	
}
.top04Ttl{
	
}
.top04SlideW{
	width: 980px;
	box-sizing: border-box;
}
.top04Slide{
	width: 980px;
	border-radius: 60px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	padding: 25px 50px 50px;
	box-sizing: border-box;
}
.top04Slide img{
}
.top04SlideW .slick-prev
{
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
    width: 60px;
    height: 60px;
    z-index: 1;
	border-radius: 50%;
}
.top04SlideW .slick-prev:before{
	content: "";
	background: url("../img/slide_before.svg") no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	display: block;
}

.top04SlideW .slick-next
{
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
    width: 60px;
    height: 60px;
    z-index: 1;
	border-radius: 50%;
}
.top04SlideW .slick-next:before
{
	content: "";
	background: url("../img/slide_after.svg") no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	display: block;
}

.top04BtnW{
	
}
.top04Btn{
	background: #fff;
}
.top04Asset01{
	position: absolute;
	width: 143px;
	height: 220px;
	bottom: 0;
	left: 50%;
	transform: translateX(-578px);
}
.top04Asset02{
	position: absolute;
	width: 153px;
	height: 220px;
	bottom: 0;
	left: 50%;
	transform: translateX(420px);
}

#topSec05{
	position: relative;
}
.topSec05W{
	width: 1040px;
	padding: 40px 0 86px;
	position: relative;
	box-sizing: border-box;
}
.top05TtlW{
	margin-bottom: 40px;
}
.top05TtlSub{
	font-size: 2.8rem;
	font-weight: bold;
	position: relative;
	color: #43b9d1;
	margin-bottom: 30px;
}
.top05TtlSub:after{
	content: "";
	background: url("../img/title_border.svg") no-repeat;
	background-size: contain;
	width: 392px;
	height: 12px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}
.top05Ttl{
	
}
.top05Txt{
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.top05Txt:after{
	content: "";
	background: url("../img/sec05_asset@2x.png") no-repeat;
	background-size: contain;
	width: 188px;
	height: 210px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(307px);
	top: -80px;
}

.top05Items{
	
}
.top05Item{
	width: 320px;
	border-radius: 40px;
	box-shadow: 16px 16px 16px rgba(18,173,173,0.16);
	box-sizing: border-box;
	padding: 30px 20px 20px;
	position: relative;
}
.top05Ttl2{
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.top05Img{
	margin-bottom: 10px;
}
.top05Icon{
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	top: 197px;
	right: 10px;
}
.top05TxtW{
	padding: 0 10px;
	box-sizing: border-box;
}
.top05Ttl3{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.6rem;
	margin-bottom: 18px;
}
.top05Lists{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3rem;
	margin-bottom: 18px;
}
.top05List{
	position: relative;
	padding-left: 15px;
}
.top05List:before{
	content: "";
	background: url("../img/list_drop.svg") no-repeat;
	width: 10px;
	height: 17px;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
}

.top05Btn{
	width: 100%;
}

#topSec06{
	position: relative;
	background: url("../img/sec06_bg@2x.png") no-repeat;
	background-size: cover;
	background-position: top center;
}
.topSec06W{
	width: 1080px;
	padding: 40px 0 86px;
	position: relative;
	box-sizing: border-box;
}
.top06TtlW{
	margin-bottom: 30px;
	position: relative;
}
.top06TtlW:after{
	content: "";
	background: url("../img/sec06_asset@2x.png") no-repeat;
	background-size: contain;
	width: 215px;
	height: 149px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(253px);
	top: 10px;
}
.top06Items{
	margin-bottom: 40px;
}
.top06Item{
	width: 240px;
	position: relative;
	transition: transform .2s ease, box-shadow .2s ease;
	box-sizing: border-box;
	padding: 15px 10px;
	border-radius: 10px;
}

.top06Item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,.15);
}


.top06Item a{
	display: block;
	padding-bottom: 35px;
	position: relative;
}
.top06Item a:hover{
	filter: brightness(1.1);
}
.top06Item a:after{
	content: "";
	background: url("../img/arrow_r_3.svg") no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.top06Img{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.top06Icon{
	position: absolute;
	width: 80px;
	height: 80px;
	top: 80px;
	right: -10px;
}
.top06Ttl2{
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.top06Dl{
	margin-bottom: 5px;
	line-height: 2.2rem;
	display: flex;
	align-items: baseline;
}
.top06Dl dt{
	background: #43b9d1;
	color: #fff;
	width: 66px;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	font-size: 1.2rem;
	letter-spacing: 0.075em;
	text-align: center;
}
.top06Dl dt:after{
	content: "";
	background: url("../img/arrow_r_2.svg") no-repeat;
	background-size: contain;
	width: 4px;
	height: 6px;
	display: block;
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
}
.top06Dl dd{
	display: inline-block;
	margin-left: 6px;
	font-size: 1.5rem;
	font-weight: 500;
	width: calc(100% - 66px);
}

#topSec07{
	position: relative;
}
.topSec07W{
	width: 100%;
	padding: 40px 0 80px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.top07TtlW{
	margin-bottom: 40px;
}
.top07MovW{
	width: 500px;
	margin: 200px auto 50px;
	position: relative;
}
.top07MovW:before{
	content: "";
	background: url("../img/sec07_asset_01@2x.png") no-repeat;
	background-size: contain;
	width: 172px;
	height: 178px;
	display: block;
	position: absolute;
	top: -133px;
	left: 0px;
	z-index: 0;
}

.top07MovW:after{
	content: "";
	background: url("../img/sec07_asset_02@2x.png") no-repeat;
	background-size: contain;
	width: 164px;
	height: 203px;
	display: block;
	position: absolute;
	top: -132px;
	right: 30px;
	z-index: 0;
}
.top07Mov{
	width: 480px;
	background: #efede3;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.mov2{
	
}
.top07SlideW{
	position: relative;
	left: 124px;
}
.top07Slide{
	width: 480px;
	margin: 0 10px 55px;
	border-radius: 40px;
	box-shadow: 16px 16px 16px rgba(18,173,173,0.16);
	box-sizing: border-box;
	padding: 40px 40px 50px;
	position: relative;
	background: #fff;
}

.top07Slide{
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, filter .18s ease;
}

.top07Slide:hover{
  transform: translateY(-14px);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}


.top07Slide:after{
	content: "";
	background: url("../img/arrow_r_3.svg") no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.top07Slide a{
	display: block;
}
.top07Slide a:hover{
	filter: brightness(1.1);
}

.top07SlideW .slick-prev{
	display: none;
}

.top07SlideW .slick-next
{
	right: 160px;
	top: 425px;
    width: 122px;
    height: 9px;
    z-index: 1;
	border-radius: 50%;
}
.top07SlideW .slick-next:before
{
	content: "";
	background: url("../img/arrow_r_5.svg") no-repeat;
	background-size: contain;
	width: 122px;
	height: 9px;
	display: block;
}


.top07SlideFlex{
	margin-bottom: 24px;
}
.top07SlideL{
	
}
.top07Ttl2{
	font-size: 2.2rem;
	font-weight: bold;
	color: #43b9d1;
	line-height: 3rem;
	margin-bottom: 15px;
	width:280px;
}
.top07Ttl2Sub{
	font-weight: bold;
	color: #587c7b;
}
.top07SlideR{
	width: 110px;
	text-align: center;
}
.top07Icon{
	margin-bottom: 3px;
}
.top07Name{
	font-weight: bold;
}
.top07Name small{
	font-size: 1.2rem;
}
.top07Txt{
	
}
.top07Btn{
	
}
.top07BtnW{
	
}

#topSec08{
	position: relative;
}
#topSec08:after{
	content: "";
	background: #e8f3f4;
	width: 85vw;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 80px 0 0 80px;
}
.topSec08W{
	width: 100%;
	padding: 40px 0 80px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}

.top08SlideW{
	position: relative;
	left: 124px;
}
.top08SlideW:after{
	content: "";
	background: url(../img/sec08_asset@2x.png) no-repeat;
	background-size: contain;
	width: 129px;
	height: 173px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(212px);
	top: -143px;
}
.top08Slide{
	width: 420px;
	margin: 0 20px 55px;
	border-radius: 40px;
	box-shadow: 16px 16px 16px rgba(18,173,173,0.16);
	box-sizing: border-box;
	padding: 20px 20px 45px;
	position: relative;
	background: #fff;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, filter .18s ease;
}

.top08Slide:hover{
	transform: translateY(-4px);
  	box-shadow: 0 14px 28px rgba(0,0,0,.14);
}


.top08Slide:after{
	content: "";
	background: url("../img/arrow_r_3.svg") no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.top08Slide a{
	display: block;
}
.top08Slide a:hover{
	filter: brightness(1.1);
}

.top08SlideW .slick-prev{
	display: none;
}

.top08SlideW .slick-next
{
	right: 160px;
	top: 630px;
    width: 122px;
    height: 9px;
    z-index: 1;
	border-radius: 50%;
}
.top08SlideW .slick-next:before
{
	content: "";
	background: url("../img/arrow_r_5.svg") no-repeat;
	background-size: contain;
	width: 122px;
	height: 9px;
	display: block;
}

.top08Img{
	border-radius: 20px;
	overflow: hidden;
}
.top08TxtW{
	padding: 10px 10px 0;
}
.top08Ttl2{
	font-weight: 500;
	color: #43b9d1;
	margin-bottom: 5px;
	position: relative;
	padding-left: 25px;
}
.top08Ttl2:before{
	content: "";
	width: 20px;
	height: 1px;
	border-bottom: 1px solid rgba(67,185,209,0.5);
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
}
.top08His{
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.top08Lists{
	margin-bottom: 10px;
	padding-left: 12px;
}
.top08List{
	display: inline-block;
	border: 1px solid #2a2a2a;
	font-weight: bold;
	line-height: 2.4rem;
	font-size: 1.3rem;
	padding: 0 10px;
	border-radius: 12px;
}
.top08Txt{
	margin-top: 20px;
}
.top08Btn{
	background: #fff;
}

#topSec09{
	position: relative;
}
.topSec09W{
	width: 1000px;
	padding: 40px 0 80px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.top09TtlW{
	margin-bottom: 70px;
}
.top09W{
	
}
.top09TxtW{
	width: 480px;
}
.top09Ttl2{
	margin-bottom: 55px;
}

.top09Ttl2 span{
	color:#1F3A5F
}

.top09Txt{
	margin-bottom: 50px;
}
.top09BtnW{
	width: 460px;
}
.top09Btn{
	width: 220px;
	min-width: 220px;
}
.top09Img{
	width: 420px;
}
.top09Img img{
	border-radius: 10px;
}

#topSec10{
	position: relative;
}
.topSec10W{
	padding: 40px 0 80px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	background: #e8f3f4;
	border-radius: 40px;
}
.top010TtlW{
	margin-bottom: 40px;
	position: relative;
}
.top10TtlSub{
	margin-bottom: 10px;
}
.top10TtlSub span{
	display: inline-block;
	width: 220px;
	line-height: 4rem;
	border-radius: 20px;
	background: #43b9d1;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.top10Items{
	width: 940px;
	margin: 0 auto 24px;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.top10Items:before{
	content: "";
	background: url("../img/sec10_asset_01@2x.png") no-repeat;
	background-size: contain;
	width: 148px;
	height: 171px;
	display: block;
	position: absolute;
	left: 90px;
	top: -171px;
}
.top10Items:after{
	content: "";
	background: url("../img/sec10_asset_02@2x.png") no-repeat;
	background-size: contain;
	width: 139px;
	height: 163px;
	display: block;
	position: absolute;
	right: 88px;
	top: -163px;
}
.top10Item{
	width: 460px;
	background: #fff;
	border-radius: 40px;
	box-shadow: 16px 16px 16px rgba(18,173,173,0.16);
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, filter .18s ease;
}

.top10Item:hover{
	transform: translateY(-14px);
  	box-shadow: 0 14px 28px rgba(0,0,0,.14);
}

.top10Item a{
	align-items: center;
}
.top10Item a:hover{
	filter: brightness(1.1);
}
.top10Img{
	width: 140px;
	border-radius: 20px;
	overflow: hidden;
}
.top10TxtW{
	width: 260px;
}
.top10Ttl2{
	margin-bottom: 10px;
}

.top10Ttl2 span{
	color:#1F3A5F;
}

.top10Txt{
	
}
.top10Btn{
	background: #fff;
}

#topSecNews{
	position: relative;
}
.topSecNewsW{
	width: 1020px;
	padding: 40px 0 80px;
	position: relative;
	box-sizing: border-box;
}
.topNewsTtlW{
	margin-bottom: 40px;
}
.topNewsItems{
	margin-bottom: 48px;
	position: relative;
}
.topNewsItems:before{
	content: "";
	background: url("../img/sec11_asset@2x.png") no-repeat;
	background-size: contain;
	width: 147px;
	height: 129px;
	display: block;
	position: absolute;
	left: 154px;
	top: -129px;
}
.topNewsItem{
	width: 240px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 16px 16px 16px rgba(18,173,173,0.16);
	position: relative;
}
.topNewsItem:after{
	content: "";
	background: url("../img/arrow_r_3.svg") no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.topNewsItem a{
	display: block;
}
.topNewsItem a:hover{
	filter: brightness(1.1);
}
.topNewsImg{
	
}
.topNewsTxtW{
	padding: 20px 20px 60px;
}
.topNewsCat span{
	border-radius: 4px;
	display: inline-block;
	line-height: 2rem;
	padding: 0 8px;
	border: 1px solid #43b9d1;
	color: #43b9d1;
	margin-bottom: 12px;
}
.topNewsTxt{
	
}

#topSecInq{
	position: relative;
	background: url("../img/secinq_bg@2x.png") no-repeat;
	background-size: cover;
	background-position: top center;
}
.topSecInqW{
	width: 820px;
	padding: 40px 0 80px;
	position: relative;
	box-sizing: border-box;
}
.topInqTtlW{
	margin-bottom: 35px;
}
.secInqBn{
	margin-bottom: 33px;
}
.secInqItems{
	width: 760px;
	margin: 0 auto 33px;
}
.secInqItem{
	background: #fff;
	border-radius: 20px;
	width: 240px;
	padding: 23px 23px 37px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 16px 16px 16px rgba(18,173,173,0.16);
	position: relative;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, filter .18s ease;
}

.secInqItem:hover{
	transform: translateY(-4px);
  	box-shadow: 0 14px 28px rgba(0,0,0,.14);
}

.secInqItem:after{
	content: "";
	background: url(../img/arrow_r_3.svg) no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.secInqIcon{
	width: 46px;
	display: inline-block;
	margin-bottom: 10px;
}
.secInqTtl{
	margin-bottom: 12px;
}
.secInqTxt{
	text-align: left;
}
.secInqW{
	background: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	padding: 45px 30px;
	box-shadow: 16px 16px 16px rgba(18,173,173,0.16);
}
.secInqTtl2{
	text-align: center;
	margin-bottom: 30px;
}
.submitW{
	text-align: center;
}
.submitBtn{
	width: 220px;
	line-height: 4.6rem;
	border-radius: 23px;
	color: #fff;
	border: none;
	background: #43b9d1;
	text-align: center;
}

/*中面共通*/

.inMv{
	height: 280px;
	position: relative;
}
.inMvContent{
	z-index: 1;
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 50px;
	padding-top: 50px;
}

.inMvCopy1{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 4.8rem;
	margin-bottom: 20px;
	color: #43b9d1;
}
.inMvCopy2{
	font-size: 1.8rem;
	font-weight: bold;
}
.breadW{
	padding-top: 5px;
	font-size: 1.4rem;
}
.breadHome{
	display: inline-block;
	position: relative;
	margin-right: 10px;
	padding-left: 15px;
	color: #00aeeb !important;
}
.breadHome:before{
	content: "";
	background: url("../img/bread_home.svg") no-repeat;
	background-size: contain;
	width: 10px;
	height: 12px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
}
.breadHome:after{
	content: ">";
	display: inline-block;
	position: relative;
	margin-left: 10px;
	font-size: 1.2rem;
	color: #2a2a2a !important;
}
.breadPage{
	display: inline-block;
}

/*戸建てページ*/

.kodMv{
	background: url("../img/kodate/mv_bg@2x.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	margin-top:60px;
}

.kodMvAsset{
	position: absolute;
	width: 325px;
	bottom: 0;
	right: 100px;
}

#kodSec01{
	position: relative;
}
.kodSec01W{
	width: 880px;
	position: relative;
	padding: 90px 0 84px;
}
.kod01TtlW{
	margin-bottom: 30px;
}
.kod01Txt{
	margin-bottom: 45px;
	text-align: center;
}

#kodSec02{
	position: relative;
	background: #eaf2f4;
}
.kodSec02W{
	width: 1080px;
	position: relative;
	padding: 60px 0;
}
.kod02TtlW{
}

.kod02SlideW{
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}
.kod02SlideW .slick-list {
  box-sizing: initial;
  padding: 25px 50px 50px;
}
.kod02Slide{
	width: 980px;
	border-radius: 60px;
	padding: 50px 40px 40px;
	box-sizing: border-box;
	background: #fff;
	margin: 25px 50px 50px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
}

.kod02SlideW .slick-prev
{
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
    width: 60px;
    height: 60px;
    z-index: 1;
	border-radius: 50%;
}
.kod02SlideW .slick-prev:before{
	content: "";
	background: url("../img/slide_before.svg") no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	display: block;
}

.kod02SlideW .slick-next
{
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
    width: 60px;
    height: 60px;
    z-index: 1;
	border-radius: 50%;
}
.kod02SlideW .slick-next:before
{
	content: "";
	background: url("../img/slide_after.svg") no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	display: block;
}

.kod02SlideL{
	width: 400px;
}
.slideCase{
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #43b9d1;
	color: #fff;
	text-align: center;
	font-size: 4.2rem;
	line-height: 2.4rem;
	font-weight: bold;
	top: 50px;
	left: 40px;
}
.slideCase small{
	font-size: 1.4rem;
}
.kod02Ttl2{
	padding-left: 85px;
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: bold;
	color: #43b9d1;
	padding-top: 5px;
	margin-bottom: 30px;
}
.kod02Txt1{
	margin-bottom: 25px;
}
.kod02Txt2{
	font-weight: bold;
	color: #587c7b;
}
.kod02SlideR{
	width: 440px;
}

.kod02TtlW2{
	margin-bottom: 40px;
}

#kodSec03{
	position: relative;
}
.kodSec03W{
	width: 1000px;
	position: relative;
	padding: 60px 0 40px;
}
.kod03TtlW{
	margin-bottom: 35px;
}
.kod03Txt{
	text-align: center;
	margin-bottom: 40px;
}
.kod03Lists{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.kod03Item{
	width: 320px;
	background: #fff;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	border-radius: 40px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
}
.kod03TtlW2{
	align-items: center;
	column-gap: 9px;
	margin-bottom: 14px;
}
.kod03Icon{
	
}
.kod03Ttl2{
	
}
.kod03Txt2{
	
}
.kod03Bn{
	width: 760px;
	margin: 0 auto;
	background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(234, 242, 244, 1));
	border-radius: 40px;
	padding: 30px 50px;
	box-sizing: border-box;
	position: relative;
}
.kod03TxtW{
	text-align: center;
	display: inline-block;
}
.kod03Ttl3{
	font-size: 2.6rem;
	font-weight: bold;
	color: #43b9d1;
	position: relative;
	margin-bottom: 30px;
}
.kod03Ttl3:after{
	content: "";
	background: url("../img/kodate/sec03_bn_bd.svg") no-repeat;
	background-size: contain;
	width: 216px;
	height: 12px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
}
.kod03Txt3{
	
}
.kod03Asset{
	width: 260px;
	position: absolute;
	right: 66px;
	bottom: 0;
}

#kodSec04{
	position: relative;
}
.kodSec04W{
	width: 1040px;
	position: relative;
	padding: 60px 0 20px;
}
.kod04TtlW{
	margin-bottom: 30px;
}
.kod04Txt1{
	text-align: center;
	margin-bottom: 70px;
}
.kod04ItemW{
	margin-bottom: 35px;
}
.kod04Item{
	width: 320px;
	background: #fff;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	border-radius: 40px;
	box-sizing: border-box;
	padding: 44px 20px 20px;
}

.kod04Icon1{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -36px;
	width: 72px;
}
.kod04Ttl2{
	text-align: center;
	margin-bottom: 15px;
}
.kod04Txt2{
	margin-bottom: 15px;
}
.kod04Txt3{
	background: #eaf2f4;
	border-radius: 20px;
	text-align: center;
	padding: 15px 0;
}
.kod04TimeW{
	width: 920px;
	margin: 0 auto 70px;
	background: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(234, 242, 244, 1));
	border-radius: 40px;
	padding: 16px 60px 35px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.kod04Icon4{
	width: 100px;
	display: inline-block;
	margin-bottom: 15px;
}
.kod04Ttl3{
	margin-bottom: 55px;
	font-size: 2.6rem;
	line-height: 5rem;
}
.kod04TimeLists{
	
}
.kod04TimeList{
	width: 240px;
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 30px 10px 10px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	box-sizing: border-box;
}
.kod04TimeList.arrowR:after{
	content: "";
	background: url("../img/kodate/arrow_r.svg") no-repeat;
	background-size: contain;
	width: 14px;
	height: 41px;
	display: block;
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(-50%);
}
.kod04Bal{
	background: #43b9d1;
	width: 120px;
	border-radius: 10px;
	line-height: 3.2rem;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -16px;
}
.kod04Cost{
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #43b9d1;
	margin-bottom: 10px;
}
.kod04Cost small{
	font-size: 1.8rem;
}
.kod04Txt4{
	margin-bottom: 18px;
}
.kod04Img{
	border-radius: 10px;
	overflow: hidden;
}

#kodSec05{
	position: relative;
}
.kodSec05W{
	width: 1040px;
	position: relative;
	padding: 60px 0 70px;
}
.kod05TtlW{
	margin-bottom: 40px;
}
.kod05ItemW{
	margin-bottom: 88px;
}
.kod05Item{
	width: 500px;
	background: #fff;
	border-radius: 40px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	overflow: hidden;
}
.kod05Ttl2{
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 7rem;
}
.kod05Item.item1 .kod05Ttl2{
	background: #a8b9ca;
}
.kod05Item.item2 .kod05Ttl2{
	background: #43b9d1;
}
.kod05TxtW{
	padding: 25px 20px;
	text-align: center;
}
.kod05IconW{
	align-items: center;
	margin-bottom: 20px;
}
.kod05Icon{
	width: 90px;
}
.kod05IconTxtW{
	width: 350px;
	text-align: left;
}
.kod05Name{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}
.kod05Txt1{
	
}
.kod05Box{
	line-height: 6rem;
	background: #eff2f4;
	position: relative;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.kod05Item.item1 .kod05Box{
	border: 2px solid #a8b9ca;
	color: #798a98;
}
.kod05Item.item2 .kod05Box{
	border: 2px solid #43b9d1;
	color: #43b9d1;
}
.kod05Res{
	width: 80px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -14px;
	text-align: center;
	color: #fff;
	line-height: 2.8rem;
}
.kod05Item.item1 .kod05Res{
	background: #a8b9ca;
}
.kod05Item.item2 .kod05Res{
	background: #43b9d1;
}
.kod05Txt2{
	
}
.kod05Lists{
	display: inline-block;
}
.kod05List{
	text-align: left;
	font-size: 1.6rem;
	line-height: 3rem;
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}
.kod05List:before{
	content: "";
	background: url("../img/list_drop.svg") no-repeat;
	background-size: contain;
	width: 10px;
	height: 17px;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
}
.kod05Table{
	width: 880px;
	margin: 0 auto 34px;
}
.kod05Txt3{
	font-size: 2.8rem;
	font-weight: bold;
	color: #43b9d1;
	text-align: center;
}
.kod05Txt3 .red{
	color: #cb3333;
}
.kod05Txt3 .red .large{
	font-size: 3.8rem;
}

#kodSec06{
	position: relative;
	background: #eaf2f4;
}
.kodSec06W{
	width: 880px;
	position: relative;
	padding: 70px 0 90px;
}
.kod06TtlW{
	margin-bottom: 40px;
}
.kod06ItemW{
	flex-wrap: wrap;
	margin-bottom: 18px;
}
.kod06Item{
	width: 420px;
	background: #fff;
	border-radius: 40px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 40px;
}
.kod06Img{
	border-radius: 20px;
	overflow: hidden;
}
.kod06TxtW{
	display: inline-block;
	padding: 20px 0 0;
}
.kod06Ttl2{
	margin-bottom: 20px;
}
.kod06Lists{
	display: inline-block;
	text-align: left;
}
.kod06List{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 3.2rem;
	position: relative;
	padding-left: 25px;
}
.kod06List:before{
	content: "";
	background: url("../img/kodate/sec06_list_b.svg") no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}
.kod06Box{
	background: #fff;
	border-radius: 40px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	box-sizing: border-box;
	text-align: center;
	padding: 35px 90px;
}
.kod06Ttl3{
	font-size: 2.8rem;
	font-weight: bold;
	color: #43b9d1;
	margin-bottom: 25px;
}
.kod06ItemW2{
	padding-right: 40px;
	box-sizing: border-box;
}
.kod06Item2{
	display: inline-block;
}
.kod06Icon{
	margin-bottom: 12px;
	height: 95px;
	display: inline-block;
}
.kod06Icon.icon1{
	width: 94px;
}
.kod06Icon.icon2{
	width: 99px;
}
.kod06Icon.icon3{
	width: 87px;
}
.kod06IconTtl{
	font-size: 4.6rem;
	font-weight: bold;
	color: #43b9d1;
	margin-bottom: 5px;
}
.kod06IconTtl small{
	font-size: 3.2rem;
}
.kod06IconTxt{
	
}

#kodSec07{
	position: relative;
}
.kodSec07W{
	width: 940px;
	position: relative;
	padding: 80px 0 70px;
}
.kod07TtlW{
	margin-bottom: 40px;
}
.kod07Txt{
	margin: 40px;
	text-align: center;
}
.kod07ItemW{
	flex-wrap: wrap;
	margin-bottom: 79px;
}
.kod07Item{
	width: 460px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 40px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	box-sizing: border-box;
	padding: 30px 20px 30px 0px;
	align-items: center;
	display: flex;
}
.kod07Icon{
	width: 160px;
	text-align: center;
}
.kod07Icon.icon1 img{
	display: inline-block;
	width: 68px;
}
.kod07Icon.icon2 img{
	display: inline-block;
	width: 75px;
}
.kod07Icon.icon3 img{
	display: inline-block;
	width: 78px;
}
.kod07Icon.icon4 img{
	display: inline-block;
	width: 64px;
}
.kod07TxtW{
	width: 280px;
}
.kod07SampleW{
	width: 680px;
	margin: 0 auto;
	align-items: center;
}
.kod07Img{
	width: 340px;
	height: 420px; /*暫定*/
	background: #eff2f4;
}
.kod07Lists{
	display: inline-block;
	width:320px;
}
.kod07List{
	line-height: 4rem;
	font-size: 1.8rem;
	font-weight: 500;
	padding-left: 25px;
	position: relative;
}
.kod07List:before{
	content: "";
	background: url("../img/kodate/sec06_list_b.svg") no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
}

#kodSec08{
	position: relative;
	background: #eaf2f4;
}
.kodSec08W{
	width: 1165px;
	position: relative;
	padding: 70px 0 0px;
}
.kod08TtlW{
	margin-bottom: 40px;
}
.kod08Ttl{
}
.kod08Txt{
	text-align: center;
	margin-bottom: 50px;
}
.kod08Flow{
	margin-bottom: 50px;
}
.kod08Item{
	width: 205px;
	position: relative;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	box-sizing: border-box;
	padding: 60px 0px 0px;
	text-align: center;
}
.kod08Item.arrowR:after{
	content: "";
	background: url("../img/kodate/arrow_r.svg") no-repeat;
	background-size: contain;
	width: 14px;
	height: 41px;
	display: block;
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(-50%);
}
.kod08Bal{
	background: url("../img/kodate/sec08_bal_1.svg") no-repeat;
	background-size: contain;
	width: 50px;
	height: 59px;
	display: block;
	position: absolute;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 3.2rem;
	padding-top: 0px;
	left: 50%;
	transform: translateX(-50%);
	top: -12px;
}
.kod08Icon{
	width: 88px;
	height: 78px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kod08Icon img{
	display: inline-block;
}
.kod08Icon.icon1 img{
	width: 81px;
}
.kod08Icon.icon2 img{
	width: 59px;
}
.kod08Icon.icon3 img{
	width: 88px;
}
.kod08Icon.icon4 img{
	width: 70px;
}
.kod08Icon.icon5 img{
	width: 80px;
}
.kod08TxtW1{
	padding: 0 10px;
}
.kod08IconTxt{
	height: 36px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #43b9d1;
	white-space: nowrap;
	margin-bottom: 12px;
}
.kod08Txt2{
	text-align: left;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 12px;
	height: 31px;
}
.kod08Lists{
	text-align: left;
	min-height: 136px;
}
.kod08List{
	box-sizing: border-box;
	padding-left: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	position: relative;
}
.kod08List:before{
	content: "●";
	font-size: 0.9rem;
	color: #43b9d1;
	position: absolute;
	left: 0;
	top: 4px;
}
.kod08TxtW2{
	background: #43b9d1;
	color: #fff;
	box-sizing: border-box;
	padding: 20px 10px;
	position: relative;
	text-align: left;
	border-radius: 0 0 20px 20px;
}
.kod08TxtW2:before{
	content: "";
	background: url("../img/kodate/sec08_bal_2.svg") no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	left: 10px;
	top: -20px;
}
.kod08Txt3{
	
}

#kodSec09{
	position: relative;
}
.kodSec09W{
	width: 100%;
	position: relative;
	padding: 80px 0 90px;
}
.kod09TtlW{
	margin-bottom: 40px;
}
.kod09SlideW:before{
	width: 146px;
}


#kodSec10{
	position: relative;
	background: #eaf2f4;
}
.kodSec10W{
	width: 800px;
	position: relative;
	padding: 70px 0 90px;
}
.kod10TtlW{
	margin-bottom: 40px;
}
.kod10Txt{
	margin-bottom: 40px;
	text-align: center;
}
.kod10ItemW{
	margin-bottom: 80px;
}
.kod10Item{
	width: 240px;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	box-sizing: border-box;
	padding: 20px 0px;
}
.kod10Icon{
	text-align: center;
	margin-bottom: 10px;
	height: 91px;
}
.kod10Icon img{
	display: inline-block;
}
.kod10Icon.icon1 img{
	width: 78px;
}
.kod10Icon.icon2 img{
	width: 90px;
}
.kod10Icon.icon3 img{
	width: 91px;
}
.kod10IconTxt{
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #43b9d1;
}
.kod10IconTxt small{
	font-size: 2.6rem;
}
.kod10Ttl2{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.kod10Txt2{
	font-size: 1.5rem;
	font-weight: 500;
}
.top03Ttl2{
	display: inline-block;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	color: #43b9d1;
	margin-bottom: 5px;
	padding: 0 30px;
}

.kod10TtlW{
	overflow: hidden;
	text-align: center;
}
.kod10Ttl{
	display: inline-block;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	color: #798a98;
	margin-bottom: 5px;
	padding: 0 30px;
}
.kod10Ttl:before{
	content: "";
	width: 380px;
	height: 1px;
	border-bottom: 1px solid rgba(121,138,152,0.5);
	position: absolute;
	display: block;
	left: -380px;
	top: 50%;
}
.kod10Ttl:after{
	content: "";
	width: 380px;
	height: 1px;
	border-bottom: 1px solid rgba(121,138,152,0.5);
	position: absolute;
	display: block;
	right: -380px;
	top: 50%;
}

.kod10Table{
	width: 600px;
	margin: 0 auto 65px;
}
.kod10Table th{
	text-align: center;
	border-bottom: 1px solid rgba(168,185,202,1);
	line-height: 5rem;
	font-size: 1.8rem;
	font-weight: bold;
}
.kod10Table td{
	text-align: center;
	border-bottom: 1px solid rgba(168,185,202,0.5);
	line-height: 5rem;
	font-size: 1.8rem;
	font-weight: 500;
}
.kod10ItemW2{
	flex-wrap: wrap;
}
.kod10Item2{
	width: 240px;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(16px 16px 16px rgba(18,173,173,0.16));
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	align-items: center;
}
.kod10Icon2{
	
}
.kod10Txt3{
	font-size: 1.6rem;
	font-weight: bold;
}


#kodSec11{
	position: relative;
}
.kodSec11W{
	width: 100%;
	position: relative;
	padding: 110px 0 90px;
}

#topSecInq{
	position: relative;
	background: url("../img/secinq_bg@2x.png") no-repeat;
	background-size: cover;
	background-position: top center;
}
.topSecInqW{
	width: 820px;
	padding: 40px 0 80px;
	position: relative;
	box-sizing: border-box;
}
.kod11TtlW{
	margin-bottom: 35px;
}

#inSecInq{
	position: relative;
	background: #e8f3f4;
}
.inSecInqW{
	width: 820px;
	padding: 40px 0 80px;
	position: relative;
	box-sizing: border-box;
}


#pageMenu{
	background: #43b9d1;
	position: fixed;
	width:100%;
}

.pageMenuWrap{
	width:1200px;
	margin:0 auto;
	display: flex;
	padding:15px 0px 15px;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.CompMvW{
	width:1200px;
	margin:0 auto;
}

.CompMv{
	background-image:url(../img/company/mv.jpeg);
	padding:100px 0px;
	background-size: cover;
	background-position: bottom;
}

.CompMvTtl{
	font-family: "Zen Maru Gothic";
	font-weight: bold;
	font-size: 6.2rem;
	text-align: left;
	color: #43b9d1;
}

.CompMvEnTtl{
	font-family: "Zen Maru Gothic";
	font-weight: bold;
	font-size: 30px;
	color: #43b9d1;
}

.anComTtl01{
	font-family: "Zen Maru Gothic";
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	color: #43b9d1;
	background-image:url(../img/ttl01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom:30px;
	margin-bottom:60px;
}

.Comp01W{
	width: 1200px;
	margin:0 auto;
	padding:90px 0px;
}

.Comp01WFlex{
	display: flex;
	justify-content: space-between;
}

.Comp01WFlexTtl{
	font-weight: bold;
	font-size: 2.4rem;
	color: #43b9d1;
	margin-bottom:40px;
}

.Comp01WFlexTxt{
	font-size: 1.6rem;
	line-height: 4.6rem;
	margin-bottom:40px;
}

.Comp01WFlexName{
	font-weight: bold;
	font-size: 22px;
	text-align: right;
	color: #43b9d1;

}

.Comp01WFlexL{
	width:60%;
	font-family: "Zen Maru Gothic";
}

.Comp01WFlexR{
	width:35%;
}

#Comp02{
	background:#EAF2F4;
}

.Comp02W{
	width: 1200px;
	margin:0 auto;
	padding:90px 0px;
}

.Comp02Tabs{
	display: flex;
	justify-content: space-between;
	gap:5px;
}

.Comp02TabsYear{
	border-radius: 20px 20px 0px 0px;
	background: #b5e8f2;
	font-family: "Zen Maru Gothic";
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	width:25%;
	text-align: center;
	padding:10px 0px;
}

.Comp02TabsYear.current{
	background: #43b9d1;
}

.Comp02W02{
	background-color:#FFF;
	padding:60px 80px;
}

.Comp02W02WItemTtl{
	font-family: "Zen Maru Gothic";
	font-size: 1.6rem;
	color: #2a2a2a;
	text-align: center;
}

.Comp02W02W{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px 10px;
}

.Comp02W02WItem{
	width:30%;
}

.Comp02W02WItemImg{
	height: 258px;
	border-radius: 20px;
	background: #efefef;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom:10px;
}

.Comp03WSubTxt{
	font-family: "Zen Maru Gothic";
	font-size: 18px;
	text-align: center;
	color: #2a2a2a;
	margin-bottom:60px;
}

.Comp03W{
	width:1200px;
	margin:0 auto;
	padding:90px 0px;
}

.Comp03WStep{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 80px;
	margin-bottom:120px;
}

.Comp03WStepYear{
	font-family: Oswald;
	font-weight: 500;
	font-size: 66px;
	color: #2a2a2a;
	position: relative;
	width: 200px;
	text-align: center;
}

.Comp03WStepTxt{
	width:900px;
	font-family: "Zen Maru Gothic";
	font-size: 1.6rem;
	line-height: 4.6rem;
}

/* 丸 */
.Comp03WStepYear::before{
    content: "";
    position: absolute;
    left: -40px;  /* 年号の左に配置 */
    top: 40px;    /* 年号と垂直に合わせる（調整OK） */
    width: 12px;
    height: 12px;
    background: #3bc7e6; /* 水色（XDの色） */
    border-radius: 50%;
}

/* 下へ伸びる縦線 */
.Comp03WStepYear::after{
    content: "";
    position: absolute;
	left: -34px;
	top: 42px;
    width: 2px;
    height: 220px; /* 線の長さ（調整できる） */
	background: repeating-linear-gradient(
        to bottom,
        #3bc7e6 0,
        #3bc7e6 6px,   /* 点の長さ */
        transparent 6px,
        transparent 14px /* 点と点の間隔 */
    );
}

.Comp04WFlex{
	display: flex;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #E3E3E3;
}

.Comp04W{
	width:1200px;
	margin:0 auto;
	padding:90px 0px;
}

.Comp04WFlexTh{
	font-size: 1.6rem;
	color: #43b9d1;
	width:400px;
	text-align: center;
}

.Comp04WFlexTd{
	width:800px;
	font-size: 1.6rem;
	text-align: left;
}

.Comp04W02W{
	padding-top:120px;
	display: flex;
	justify-content: space-between;
}

.Comp04W02WItem{
	width: 30%;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(149, 149, 149, 0.51);
}

.Comp04W02WItemImg{
	height: 232px;
	background: #f2f2f2;
}

.Comp04W02WItemTWTtl{
	font-weight: bold;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	color: #43b9d1;
	margin-bottom:10px;
}

.Comp04W02WItemTWTxt{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #2a2a2a;
}

.Comp04W02WItemTW{
	padding:20px 0px;
}

.msgMvTtl{
	font-weight: bold;
	font-size: 3.2rem;
	text-align: center;
	color: #43b9d1;
	margin-bottom:20px;
}

.msgMvSubTtl{
	border-radius: 58px;
	background: #43b9d1;
	font-weight: bold;
	font-size: 2.8rem;
	color: #fff;
	padding:30px;
	position: absolute;
	bottom:-50px;
	left: 50%;
  	transform: translateX(-50%);
	width:860px;
	z-index: 10;
}

.msgMvW{
	padding:120px 0px;
	width:1200px;
	margin:0 auto;
	text-align: center;
	position: relative;
}

#msg01{
	background-image:url(../img/message/msg01.jpeg);
	background-size: cover;
	background-position: bottom;
}

.msg01W{
	width:1200px;
	margin:0 auto;
	color:#FFF;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 49px;
	text-align: center;
	padding:150px 0px 100px;
}

.msg02W{
	position: relative;
	width:1200px;
	margin:0 auto;
	box-sizing: border-box;
	padding:100px 0px 250px 390px;
}

.msg02WImg{
	position: absolute;
	left:-100px;
	top:-50px;
}

.msg02WTtl{
	font-weight: bold;
	font-size: 3.2rem;
	color: #43b9d1;
	margin-bottom:40px;
}

.msg02WTxt{
	font-size: 1.6rem;
	line-height: 4.6rem;
}

#msg03{
	background-image:url(../img/message/msg02.jpeg);
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
}

.msg04W{
	display: flex;
	justify-content: space-between;
	width:1100px;
	margin:0 auto;
	padding:200px 0px;
}

.msg04WTtl{
	font-weight: bold;
	font-size: 4.2rem;
	color: #43b9d1;
	writing-mode: vertical-rl; 
	text-orientation: upright; 
}

.msg04W02W{
	display: flex;
	flex-wrap: wrap;
	width:850px;
	gap:30px;
}

.msg04W02WL{
	width:180px;
	text-align: center;
}

.msg04W02WLSub{
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #2a2a2a;
	position: relative;
	z-index: 10;
	background-color: #FFF;
}

.msg04W02WLTtl{
	font-weight: bold;
	font-size: 4.2rem;
	color: #43b9d1;
	position: relative;
	z-index: 10;
	background-color:#FFF;
}

.msg04W02WLTtl::after {
content: "";
	position: absolute;
	left: 50%;
	bottom: -600px;
	transform: translateX(-50%);
	width: 2px;
	height: 600px;
	background: repeating-linear-gradient(
		to bottom,
		#3bc7e6 0,
		#3bc7e6 6px, /* 点線の長さ */
		transparent 6px,
		transparent 14px /* 間隔 */
	);
	z-index: 1;
}

.msg04W02WR{
	width:630px;
}

.msg04W02WRTtl01{
	background-color: #43B9D1;
	padding:20px;
	border-radius: 21px;
	font-size: 1.6rem;
	line-height: 4.6rem;
	color: #2a2a2a;
	margin-bottom:10px;
}

.msg04W02WRTtl02{
	border-radius: 21px;
	font-size: 1.6rem;
	line-height: 3.2rem;
	color: #2a2a2a;
	margin-bottom:10px;
}

.msg04W02WLTtl.last::after {
	width: 0px;
	height: 0px;
}

#msg05{
	background-image:url(../img/message/msg06.png),url(../img/message/msg07.png);
	 background-position: 1000px -100px, -500px 700px;
	background-repeat: no-repeat,no-repeat;
}

.msg05W{
	width:1280px;
	margin:0 auto;
	padding:100px 0px;
}

.msg05WTtl{
	font-weight: bold;
	font-size: 3.6rem;
	color: #43b9d1;
	margin-bottom:40px;
	text-align: center;
}

.msg05WTxt{
	font-size: 1.8rem;
	line-height: 4.6rem;
	margin-bottom:60px;
	text-align: center;
	span{
		color: #43b9d1;
	}
}

.msg05WTxt02{
	font-weight: bold;
	font-size: 3.6rem;
	margin-bottom:30px;
	text-align: center;
}

.CommonW01W{
	padding-top:120px;
	display: flex;
	justify-content: space-between;
}

.CommonW01WItem{
	width: 30%;
	border-radius: 30px;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease, filter .18s ease;
	/*box-shadow: 0px 0px 20px rgba(149, 149, 149, 0.51);*/
}

.CommonW01WItem:hover{
  transform: translateY(-14px);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}

.CommonW01WItemImg{
	height: 232px;
	background: #f2f2f2;
}

.CommonW01WItemTWTtl{
	font-weight: bold;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	color: #43b9d1;
	margin-bottom:10px;
}

.CommonW01WItemTW{
	padding:20px 0px;
}

.CommonW01WItemTWTxt{
	font-size: 1.6rem;
	text-align: center;
}

.msg05WItemTW{
	padding:20px 0px;
}

.SevMv{
	background-image:url(../img/consultation/mv.jpeg);
	padding:90px 0px;
}

.SevMv01{
  position: relative;
  background: url(../img/consultation/mv.jpeg) center / cover no-repeat;
  padding: 90px 0;
  margin-top:150px;
  color:#FFF;
}

/* 黒い膜 */
.SevMv01::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* ←濃さ調整 */
}

/* 中身を前面に出す */
.SevMvW{
  position: relative;
  z-index: 1;
}

.SevMv02{
  position: relative;
  background: url(../img/consultation/mv.jpeg) center / cover no-repeat;
  padding: 90px 0;
  margin-top:150px;
  color:#FFF;
}

/* 黒い膜 */
.SevMv02::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* ←濃さ調整 */
}


.SevMvW{
	width:1280px;
	margin:0 auto;
}

.SevMvTtl{
	border-radius: 52px;
	opacity: 0.88;
	backdrop-filter: blur(39px);
	--webkit-backdrop-filter: blur(39px);
	background-color: rgba(255, 255, 255, 0.17);
	padding:30px;
	width:fit-content;
}

.SevMvTtlSubMain{
	font-weight: bold;
	font-size: 3.2rem;
	color: #43b9d1;
	margin-bottom:20px;
}

.SevMvTtlSub{
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #000;
}
.Sev01W{
	width:1200px;
	margin:0 auto;
	padding:90px 0px;
}


.Sev01WNavW{
	display: flex;
	justify-content: space-between;

	padding:90px 0px;
}

a.Sev01WNav{
	display: flex;
	justify-content: center;
	gap:10px;
	align-items: center;
	border-radius: 10px;
	background: #43b9d1;
	width:16%;
	color:#FFF;
	padding:5px 10px;
	box-sizing: border-box;
}

a.Sev01WNav img{
	width:30px;
}

a.Sev01WNav:link,a.Sev01WNav:visited{
	color:#FFF
}

.Sev01W01W{
	display: flex;
	justify-content: space-between;
}

.Sev01W01WL{
	width:700px;
}

.Sev01W01WLTtl{
	font-weight: bold;
	font-size: 49px;
	color: #43b9d1;
	margin-bottom:40px;
}

.Sev01W01WLTxt{
	font-size: 1.6rem;
	line-height: 4.6rem;
}

.Sev01W01WR{
	width:440px;
}

.ComTtlW{
	background-color:#43B9D1;
	padding:20px 0px;
}

.ComTtl{
	display: flex;
	width:1200px;
	margin:0 auto;
	gap:30px;
}

.ComTtlIcon {
    width: 80px; 
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ComTtlIcon img{
	width:60%;
}

.ComTtlTxtJa{
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 45px;
	text-align: left;
	color: #fff;
}

.ComTtlTxtEn{
	font-family: Oswald;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #fff;
}

.Sev02W{
	padding:90px 0px;
	width:1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Sev02W.Ser02ty02{
	flex-direction: row-reverse;
}

.Sev02WL{
	width:550px;
}

.Sev02WR{
	width:600px;
	img{
		border-radius: 30px;
	}
}

.Sev02WLTtl{
	font-weight: bold;
	font-size: 3.2rem;
	color: #43b9d1;
	margin-bottom:40px;
}

.Sev02WLTxt{
	font-size: 1.6rem;
	line-height: 4.6rem;
}

.Sev02Bottom{
	width:1200px;
	margin:0 auto;
	padding-bottom:120px;
}

.submitWList{
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #43b9d1;
	margin-bottom:20px;
	padding-bottom:20px;
}

.submitWListTh{
	width:25%;
	font-weight: bold;
}

.submitWListTd{
	width:70%;
}

.submitInput{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	border:1px solid #efefef;
}

.submitTextarea{
	width:100%;
	padding:10px;
	box-sizing: border-box;
	border:1px solid #efefef;
	height: 300px;
}

.msgMvTtl02{
	font-size:1.8rem;
}

.Cate01W{
	width:1200px;
	margin:0 auto;
	padding:90px 0px;
}

.Cate01WTxt{
	width:700px;
	font-size:1.6rem;
	margin:0 auto 80px;
	line-height: 4.6rem;
}

.Cate01WList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px 10px;
}

.cateListsW{
	width: 360px;
	border-radius: 40px;
	box-shadow: 16px 16px 16px rgba(18, 173, 173, 0.16);
	box-sizing: border-box;
	padding: 20px 20px 45px;
	position: relative;
	background: #fff;
}

#ingSec01{
	padding:90px 0px;
}

.ingSec01W{
	padding:40px 0px;
	display: flex;
}

.ingSec01WItem{
	width: 580px;
	margin: 0 10px 55px;
	border-radius: 40px;
	box-shadow: 16px 16px 16px rgba(18,173,173,0.16);
	box-sizing: border-box;
	padding: 40px 40px 50px;
	position: relative;
	background: #fff;
}

.ingSec01WItemFlex{
	margin-bottom: 24px;
}

.ingSec01WItem01{
	margin-bottom:24px;
}

.ingSec01WL{
	
}
.ingSec01WTtl2{
	font-size: 2.2rem;
	font-weight: bold;
	color: #43b9d1;
	line-height: 3rem;
	margin-bottom: 15px;
}
.ingSec01WTtl2Sub{
	font-weight: bold;
	color: #587c7b;
}
.ingSec01WSlideR{
	width: 110px;
	text-align: center;
}
.ingSec01WIcon{
	margin-bottom: 3px;
}
.ingSec01WName{
	font-weight: bold;
}
.ingSec01WName small{
	font-size: 1.2rem;
}

.ingSec01WR{
	width:110px;
}

#ingSec02{
	position: relative;
	background: #eaf2f4;
	padding:90px 0px;
}

.ingSec02Ttl{
	margin-bottom:40px;
}

.ingSec02WItems{
	width: 380px;
	border-radius: 40px;
	box-shadow: 16px 16px 16px rgba(18, 173, 173, 0.16);
	box-sizing: border-box;
	padding: 30px 20px 20px;
	position: relative;
	background-color:#FFF
}

.ingSec02WItemsTtl{
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.ingSec02WItemsImg{
	margin-bottom:10px;
}

.ingSec02WItemsTxt{
	font-size: 1.6rem;
	line-height: 3rem;
	margin-bottom: 18px;
}

.ingSec02WItemsItem{
	background-color:#43b9d1;
	color:#FFF;
	width:fit-content;
	padding:5px 10px;
	font-weight: bold;
	margin-bottom:10px;
	border-radius: 10px;
}

.ingSec02WItem{
	margin-bottom:60px;
}

.ingSec03WItem{

}

#ingSec03{
	padding:90px 0px;
}

.ingSec03WItemR .kod02SlideW{
	width:650px;
	margin:0;
	box-sizing: border-box;
	
}

.ingSec03WItemRW{
	width:650px;
}

.ingSec03WItemRWItem{
	margin-bottom:40px;
}

.ingSec03WItemR  .kod02Slide {
	width:650px;
	margin:0;
	box-sizing: border-box;
}

.ingSec03WItemR .slick-dots{
	top:335px;
	bottom:auto;
}

.ingSec03WItemRWTtl{
	font-size:20px;
	margin-bottom:10px;
}

.ingSec03WItemL{
	width:500px;
}

.ingSec03WItemLTtl{
	margin-bottom:20px;
}

.ingSec03WItemLTxt{
	font-size: 1.6rem;
	line-height: 3rem;
	margin-bottom: 18px;
}

.ingSec03WItemR{
	width:650px;
}

#ingSec04{
	position: relative;
	padding:90px 0px;
}

.ingSec04W{
	width:880px;
}

.ingSec04Ttl{
	margin-bottom:40px;
}

#ingSec05{
	position: relative;
	background: #eaf2f4;
	padding:90px 0px;
}

.ingSec05Ttl{
	margin-bottom:60px;
}

.ingSec05W .kod08Item{
	width:155px;
}

.ingSec05W .kod08IconTxt{
	height: auto;
	font-size:1.4rem;
}

.ingSec05W .kod08Txt2{
	height: auto;
}

.ingSec05W .kod08Flow{
	margin-bottom:100px;
}

.ingSec05Ttl02{
	margin-bottom:40px;
}

.ingSec05W02WL{
	width:560px;
}

.ingSec05W02WLTtl{
	text-align: left;
	margin-bottom:20px;
}

.ingSec05W02W{
	position: relative;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(16px 16px 16px rgba(18, 173, 173, 0.16));
	box-sizing: border-box;
	padding:30px;
	margin-bottom:120px;
}

.ingSec05W02WLTxt{
	font-size: 1.6rem;
	line-height: 3rem;
}

.ingSec05W02WR{
	width:480px;
}

.ingSec05W02WR img{
	border-radius: 20px;
}

.ingSec05W03W{
	position: relative;
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(16px 16px 16px rgba(18, 173, 173, 0.16));
	box-sizing: border-box;
	padding:30px;
	width:880px;
	margin:0 auto;
	.ingSec05W02WR{
		width:200px;
	}
	.ingSec05W02WL{
		width:550px;
	}
}

.ingSec05W02WRName{
	font-size: 16px;
	text-align: center;
	color: #43b9d1;
	margin-top:10px;
}

#topSec08.ingSec06{
	padding:120px 0px;
}

#topSec08.ingSec06:after{
	background-color:#FFF;
}

#topSec08.ingSec06 .top08SlideW:after{
	top: -123px;
}

#ingSec07{
	position: relative;
	background: #eaf2f4;
	padding: 90px 0px;
}

.ser02Ttl01{
	margin-bottom:40px;
}

.ser02Txr.top05Txt:after{
	background:none
}

.ser02Item{
	flex-wrap: wrap;
	gap:50px 0px;
}

.ser02Item .top05Item{
	width:500px;
}

.ser03Ttl{
	margin-bottom:40px;
}

.slick-dotted.slick-slider{
	margin-bottom:0px;
}

#arc01{
	padding:90px 0px;
}

.arc01W{
	width:1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.arc01WL{
	width:900px
}


.arc01WR{
	width:280px;
}

.arc01Gap{
	gap:30px 80px;
	flex-wrap: wrap;
}

.arvSubMain{
	text-align: center;
	font-size:24px;
	font-weight: bold;
}

.arc01Sing h1{
	font-size:22px;
	font-weight: bold;
	border-bottom:2px solid  #43b9d1;
	padding-bottom:10px;
	margin-bottom:20px;
}

.arc01Sing h2 {
  font-size: 19px;
  font-weight: bold;
  border-left: 4px solid #43b9d1;
  padding-left: 10px;
  margin: 30px 0 15px;
}

.arc01Sing h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: rgba(67, 185, 209, 0.12);
  color: #2c7f8f;
  padding: 6px 12px;
  border-radius: 4px;
  margin: 30px 0 12px;
}
.arc01Sing h4 {
  font-size: 15px;
  font-weight: bold;
  color: #43b9d1;
  margin: 20px 0 8px;
}

.singleThumb{
	margin-bottom:10px;
}

.singleFld{
	margin-bottom:40px;
}

.arc02W{
	width:1100px;
	margin:0 auto;
}

.breadcrumb{
	width:1100px;
	margin:0 auto;
	padding:20px 0px;
}

.catSingContents{
	margin-bottom:40px;
	font-size:16px;
	line-height: 1.95;
}

.sideW{
	margin-bottom:60px;
}

.sideWTtl{
  margin: 0;
  padding: 10px 12px;
  background: #43b9d1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom:10px;
}

/* リスト */
.sideWItems{

}

/* 1記事 */
.sideWItem{
  display: flex;
  gap: 10px;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
  align-items: flex-start;
}

.sideWItem + .sideWItem{
  border-top: 1px solid #e6e6e6;
}

/* サムネ */
.sideWImg{
  margin: 0;
  width: 64px;
  flex: 0 0 64px;
}

.sideWImg img{
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: block;
  border: 1px solid #ddd;
}

/* タイトル */
.sideWTxt{
  margin: 0;
  font-size: 13px;
  line-height: 1.5;

  /* 3行省略 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* hover */
.sideWItem:hover .sideWTxt{
  text-decoration: underline;
}

.arc01SingContents{
	margin-bottom:40px;
	font-size:16px;
	line-height: 1.95;
}

.arc01SingContents p{
	margin-bottom:20px;
}

.sinCate01{
	margin-top:40px;
}

ul.wp-block-list{
	padding-left:5px;
	margin-bottom:20px;
}

ul.wp-block-list li{
	list-style:inside;
}

.menuSlide01{
	margin-top:60px
}

/* CTA表示 */
.headerBtnW {
  position: absolute;
  right:0;
  top:10px;
  display: flex;
  gap:0px 20px;
  width:350px;
}

/* ハンバーガーはPCでは使わない */
.hamburger {
  display: none;
}


.menuLists{
	display: flex;
	width: 800px;
	justify-content: space-between;
	align-items: center;
}

a.menuLink1:link,a.menuLink1:visited{
	color:#FFF;
}

.menuList{
	text-align: center;
	position: relative;
}

.menuList > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width:200px;
}

.menuList > ul li{
	background-color:#1F3A5F;
	padding:5px 10px;
}

.menuList > ul li:hover{
	background-color:#43b9d1;
	color:#FFF;
	border:1px solid #1F3A5F;
}

.menuList > ul li a:link,.menuList > ul li a:visited{
	color:#FFF;
}

/* a を hover対象にしてクリック領域も広げる */
.menuList > a{
  position: relative;
  display: inline-block;
  padding: 10px 0px; /* クリックしやすく */
  border-radius: 999px; /* 角丸ハイライト */
  transition: background-color .18s ease, transform .18s ease;
}

/* 下線バー（hoverで伸びる） */
.menuList > a::after{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  background: rgba(255,255,255,.9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
  border-radius: 2px;
}

.menuList > a:hover::after{
  transform: scaleX(1);
}

/* “今いるページ”は常に下線ON（WPなら current-menu-item が付く） */
.menuList.current-menu-item > a::after,
.menuList.current_page_item > a::after{
  transform: scaleX(1);
}

/* hover時にちょい浮き（やりすぎない） */
.menuList > a:hover{
  transform: translateY(-1px);
}

.consuT01{
	width:800px;
	margin:0 auto 60px;
	border:5px solid #43b9d1;
	border-radius: 20px;
	padding:20px;
}

ul.consuT01Ul {
  list-style: none;
  padding-left: 0;
}

ul.consuT01Ul li {
  position: relative;
  padding-left: 28px;
  line-height: 4.6rem;
  font-size:1.6rem;
}

ul.consuT01Ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #43b9d1;
  font-weight: bold;
  font-size: 18px;
}
.consuT01Txt{
	text-align: center;
	line-height: 4.6rem;
	font-size:1.6rem;
}

.consuT02{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.consuT02TtlW{
	margin-bottom:60px;
}

#consuT02{
	background: #eaf2f4;
	padding:90px 0px;
}

.consuT02{
	width:1000px;
	margin:0 auto;
}

.consuT02L{
	width:450px;
}

.consuT02R{
	width:450px;
}

.consuT02LTtl{
	font-size:2.2rem;
	margin-bottom:20px;
	font-weight: bold;
}

.consuT02LTxt{
	font-size:1.6rem;
	line-height: 4.2rem;
}

.consuT03Ttl{
	margin-bottom:40px;
}

#consuT03{
	background: #eaf2f4;
	padding:90px 0px;
}

.consuT03W{
	display: flex;
	justify-content: flex-start;
}

.consuT03WItem{
	width: 480px;
	margin: 0 10px 55px;
	border-radius: 40px;
	box-shadow: 16px 16px 16px rgba(18, 173, 173, 0.16);
	box-sizing: border-box;
	padding: 40px 40px 50px;
	position: relative;
	background: #fff;
}

.consuT03WItemR{
	width: 110px;
	text-align: center;
}

.consuT03WItemTtl{
	font-size: 2.2rem;
	font-weight: bold;
	color: #43b9d1;
	line-height: 3rem;
	margin-bottom: 15px;
	width: 280px;
}
.consuT03WItemR{
	font-weight: bold;
}

.consuT03WItemIcon{
	margin-bottom:3px;
}

.consuT03WItemFlex{
	align-items: center;
}

#consuT04{
	padding:90px 0px;
}

.consuT04Ttl{
	margin-bottom:40px;
}

.consuT04Txt{
	font-size:1.6rem;
	line-height: 4.2rem;
	text-align: center;
}