@charset "utf-8";
/* CSS Document */
/*common
=======================*/
html
#main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #424242;
  line-height: 1.7;
  margin: 0 auto;
  background-color: #f0f7f3;
font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}


/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/


/*kvArea
=======================*/
.kvArea {
	position: relative;
     font-family: Noto Sans JP,游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    width: 100%;
}
.kv {
	height: 470px;
	margin: 0;
   
}

@media screen and (min-width:767.98px) {
.kvTitWrap {
	position: absolute;
	max-width: 1230px;
	width: 100%;
	height: 470px;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 5;
	background: url("../img/bg_circle_item.webp") no-repeat;
}
    .spOnly_t{
        display: none;
    }
}
@media screen and (max-width:767.98px) {
    .kvArea {
       height: 380px;
        display: flex;
        align-items: flex-end;
    }
.kvTitWrap {
	position: absolute;
	width: 100%;
	height:100%;
    max-height: 380px;
	top:0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	z-index: 5;
	background: url("../img/bg_circle_item_sp.webp") no-repeat;
    background-size: auto 100%;
    background-position: center;
}
    .spOnly_t{
        display: block;
    }
}


.kvTitWrap h1{
	font-weight: 900;
	font-size: 5.5rem;
	line-height: 1.2;
	color: #407351;
	margin: 0 0 10px;
}
.kvTitWrap h1 span{
	background: linear-gradient(transparent 60%, #faef8b 40%);
	display: inline-block;
}
@media screen and (max-width:767.98px) {
    .kvTitWrap h1{
	font-size: 3.2rem;
}
}
@media screen and (max-width:356px) {
    .kvTitWrap h1{
	font-size: 2.8rem;
}
}
.kvTitLogo ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 10px;
}
.kvTitLogo ul li{
	font-size: 2.6rem;
	color: #585858;
	font-weight: bold;
}
.kvTitLogo ul li:nth-child(2){
	margin: 0 10px;
}
.kvTitLogo ul li:last-child{
	width: 123px;
}
.kvTitLogo ul li:first-child{
	width: 104px;
}
@media screen and (max-width:767.98px) {
    .kvTitLogo ul{
        margin: 10px 0 0;
    }
    .kvTitLogo ul li{
	font-size: 1.5rem;
}
    .kvTitLogo ul li:last-child{
	width: 64px;
}
.kvTitLogo ul li:first-child{
	width: 75px;
}
}
.kvTitTxt{
	margin: 20px;
	font-size: 2.2rem;
	color: #407351;
	font-weight: bold;
	line-height: 1.6;
}
@media screen and (max-width:767.98px) {
   .kvTitTxt{
	margin: 10px;
	font-size: 1.3rem;
       line-height: 1.2;
}
}
.kv .slider-item {
	height: 470px;
}
.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.kvbgwrap{
	display: flex;
	justify-content: space-between;
}
.kvbgwrap ul{
	max-width: 500px;
}


@media screen and (max-width:767.98px) {
	.kv, .kv .slider-item {
		height: 104px;
	}
    .kvbgwrap{
        justify-content: center;
    }
    
    .kvbgwrap ul{
        max-width: 50%;
    }
}
@media screen and (min-width: 580px) and (max-width: 767.98px) {
   .kv:first-child li:nth-child(4) img {
     object-position: 0 -70px;
    }
    .kv:last-child li:nth-child(3) img {
     object-position: 0 -70px;
    }
     .kv:first-child li:nth-child(2) img {
     object-position: 0 -60px;
    }
    .kv:last-child li:nth-child(1) img {
     object-position:0 -60px;
    }
}
/*=====================*/


/*menuNav
=======================*/
.menuNav {
	background: #efefef;
	background: linear-gradient(90deg, #aee0e8 0%, #aee0e8 50%, #b2d5be 50%, #b2d5be 100%);
}
.menuNav_inner {
	display: flex;
	justify-content: center;
	max-width: 1160px;
	margin: 0 auto;
}
.menuNav .navItem {
	width: 100%;
	font-size: 2rem;
	text-align: center;
	background: #3bb4c6;
	border-right: 2px solid #a9a9a9;
}
.menuNav .navItem:last-child{
	background: #439a60;
}
.menuNav .navItem:last-of-type {
	border-right: none;
}
.menuNav .navItem a {
	display: block;
	width: 100%;
	padding: 20px;
  color: #ffffff;
	position: relative;
}
.menuNav .navItem a span {
	position: relative;
	margin-right: -42px;
}
.menuNav .navItem a::after {
	position: absolute;
	content: '';
	top: 45%;
	right: 25px;
	width: 15px;
	height: 15px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
}


@media (min-width: 768px) {
	.menuNav .navItem {
		transition: 0.2s ease all;
	}
	.menuNav .navItem a:hover {
		background: #6bc388;
		opacity: .8;
		transition: 0.2s ease all;
	}
	.menuNav .navItem:first-of-type a:hover {
		background: #79d0dd;
	}
	.menuNav .navItem a:hover::after {
	top: 50%;
}
    .menuNav .navItem a span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -42px;
	width: 32px;
	height: 32px;
	z-index: 2;
    transform: translateY(-50%);
}

.menuNav .navItem:first-of-type a span::before {
	background: url("../img/icon_point.webp") no-repeat;
}
.menuNav .navItem:last-of-type a span::before {
	background: url("../img/icon_course.webp") no-repeat;
}
}
	@media (max-width: 360px) {
		.menuNav .navItem a span br{
			display: none;
		}
	}

@media screen and (max-width:767.98px) {
	.menuNav .navItem {
		font-size: 1.2rem;
        border-right: 1px solid #a9a9a9;
		letter-spacing: -0.2px;
	}
    .menuNav .navItem:last-child {
         border-left: 1px solid #a9a9a9;
    }
	.menuNav .navItem a {
        text-align: center;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 34px 3px 20px 3px;
        position: relative;
	}
    .menuNav .navItem a span{
        margin: 0;
        display: inline-block;
        
    }
	.menuNav .navItem a span::after {
		top: 30%;
    right: -20px;
		transform: translateY(-30%) rotate(45deg);
	}
    .menuNav .navItem a::after {
	position: absolute;
	content: '';
     top: auto;
	bottom: 0;
	left:calc(50% - 2px);
        right: auto;
	transform: translateY(-50%) rotate(45deg) translateX(-50%);
	z-index: 2;
        width: 10px;
    height: 10px;
}
.menuNav .navItem a::before {
	position: absolute;
	content: '';
	top: 10px;
	left: 50%;
	width: 22px;
	height: 22px;
	z-index: 2;
    transform: translateX(-50%);
   
}
    
.menuNav .navItem:first-of-type a::before {
	background: url("../img/icon_point.webp") no-repeat;
     background-size: 22px;
}
.menuNav .navItem:last-of-type a::before {
	background: url("../img/icon_course.webp") no-repeat;
     background-size: 22px;
}
}

@media screen and (max-width:359px) {
	.menuNav .navItem {
		font-size: 1.2rem;
	}
}
/*=====================*/


/*pointArea
=======================*/

/*-----pointArea_commonParts-----*/
.pointArea {
	/*margin-top: 90px;*/
	background-color: #f0f9fb;
}
.pointArea a:hover {
	opacity: .8;
}
.pointArea_inner {
	max-width: 1160px;
	padding: 60px 0;
	margin: 0px auto;
}
.pointArea h2 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 2.4rem;
	color: #3bb4c6;
}
.pointArea h2 span {
	position: relative;
}
.pointArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #3bb4c6;
	transform: translateY(-50%);
}
.pointArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #3bb4c6;
	transform: translateY(-50%);
}
.ProjectTxtWrap p{
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
}

.ProjectTxtWrap .ProjectBtn a{
	display: inline-block;
	position: relative;
	padding: 8px 40px;
	text-align: center;
	font-weight: bold;
	color: #ffff;
	background-color: #f18d00;
	border-radius: 50px;
	font-size: 2rem;
	margin: 20px;
}
.ProjectTxtWrap .ProjectBtn a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	width: 14px;
	height: 14px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	transform: translateY(-50%) rotate(315deg);
	z-index: 2;
}
.ProjectTxtWrap .ProjectBtn a:hover::after {
	right: 18px;
}
.ProjectLogo{
    display: flex;
    justify-content: center;
}
.ProjectLogo a{
	display: inline-block;
	text-align: center;
}
@media screen and (max-width:767.98px) {
.pointArea h2 {
	margin: 0;
	font-size: 2rem;
	margin-bottom: 20px;
    line-height: 1.3;
}
    .pointArea h2 span {
	display: block;
}
    .pointArea h2 span::before {
	left: 0;
	width: 30px;
}
.pointArea h2 span::after {
	right: 0;
	width: 30px;
}
    .ProjectTxtWrap p{
	font-size: 1.3rem;
        margin: 0 5px;
}
.ProjectTxtWrap .ProjectBtn a{
	padding: 8px 0;
	font-size: 1.5rem;
	margin: 20px 0;
    width: 95%;
}
.ProjectTxtWrap .ProjectBtn a::after {
	right: 14px;
	width: 14px;
	height: 14px;
}
.ProjectTxtWrap .ProjectBtn a:hover::after {
	right: 18px;
}
.ProjectLogo a{
	width: 90%;
}
}
@media screen and (max-width:360px) {
	
    .pointArea h2 span::before,.pointArea h2 span::after{
	width: 10px;
}
	.ProjectTxtWrap .ProjectBtn a{
	font-size: 1.3rem;
}
}
/*-----------------bep-------------------*/
.BEPWrap{
padding-top: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.BEPWrap .BEPSubTit{
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	color: #248c9c;
	text-align: center;
	margin: 0;
	display: inline-block;
}
.BEPWrap .BEPSubTit::before{
	position: absolute;
	content: "＼";
	bottom: 0;
	left: -25px;
}
.BEPWrap .BEPSubTit::after{
	position: absolute;
	content: "／";
	bottom: 0;
	right: -25px;
}


.BEPWrap h3{
	margin: 0;
	font-size: 2.4rem;
	color: #ffffff;
	background: #248c9c;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.BEPWrap small{
	display: block;
	font-size: 1.3rem;
	text-align: center;
	margin: 10px 0;
	color: #565656;
}

/* ---------------------------------------------------------------------- */
.spOnly_32{
		display: none;
	}

@media screen and (max-width:767.98px) {
	
.BEPWrap .BEPSubTit{
	font-size: 1.3rem;
}
.BEPWrap .BEPSubTit::before{

	left: -15px;
}
.BEPWrap .BEPSubTit::after{

	right: -15px;
}
.BEPWrap h3{
	font-size: 1.8rem;
	padding: 12px 0 8px;
    line-height: 1;
}
.BEPWrap small{
	font-size: 1.2rem;
	margin: 10px;
    line-height: 1.3;
}
  
}
@media screen and (max-width:360px) {
.spOnly_32{
		display: block;
	}}

.BEPWrap .BEPListBox small{
	margin: 0;
	}

.BEPListBox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
    gap:20px;
    margin: 0;
}
.BEPAfter{
    align-items: flex-start;
}
.BEPBefore{
   align-items: stretch;
    margin-top: 20px;
}
.BEPListBox li{
    width: 550px;
    padding: 20px 20px 30px;
    background-color: #ffffff;
}
.BEPBefore li {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.BEPAfter li .BEPListBox_TitWrap{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap:20px;
}
.BEPBefore li .BEPListBox_TitWrap{
    display: flex; 
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
}
.BEPListBox li .BEPListBox_TitWrap .BEPListBox_Tit{
    text-align: center;
    background: #e9f7f9;
    font-size: 2rem;
    font-weight: bold;
    color: #23707c;
    padding: 10px;
    line-height: 1.3;
}
.BEPAfter li .BEPListBox_TitWrap .BEPListBox_Tit{
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BEPBefore li .BEPListBox_TitWrap .BEPListBox_Tit{

    width: auto; 
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.BEPListBox li .BEPListBox_TitWrap .BEPListBox_Tit small.under{
    padding-top: 5px;
}
.BEPListBox li .BEPListBox_TitWrap .BEPListBox_Tit small.top{
    padding-bottom: 5px;
}
.BEPListBox li .BEPListBox_TitWrap .BEPListBox_Tit small{
    display: block;
    
    font-size: 1.2rem;
    color: #23707c;
}
.BEPBefore li .BEPListBox_AreaDate{
    width: 100%;
	font-weight: bold;
}
.BEPListBox_AreaDate p:first-child,.OthersWrap p{
    font-size: 1.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.0;
	font-weight: bold;
}
.BEPListBox_AreaDate p span,.OthersWrap p span{
    display: inline-block;
}
.BEPListBox_AreaDate p span:first-child,.OthersWrap p span:first-child{
    width: 90px;
    background-color: #3bb4c6;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    padding: 5px 0;
    margin: 0 5px 0 0;
    
}
.BEPBefore li .CsTxt{
    text-align: center;
    font-size: 1.7rem;
    color: #525252;
    padding-top: 10px;
     width: 100%;
    align-self: flex-start;
    flex-shrink: 0;
    font-weight: bold;
}

@media screen and (max-width:767.98px) {
.BEPListBox {
    padding: 0 5px 20px;
    gap:20px;
	margin: 0;
	}
	.BEPListBox li{
    width: 100%;
    padding: 10px 5px 30px;
}
.BEPBefore li {
    padding: 10px 5px 30px;
}
.BEPAfter li .BEPListBox_TitWrap{
    gap:20px;
}

.BEPListBox li .BEPListBox_TitWrap .BEPListBox_Tit{
    font-size: 1.7rem;
    padding: 10px;
    line-height: 1.3;
}
	.BEPListBox li .BEPListBox_TitWrap .js-sp-title{
		display: block;
	}
	.BEPListBox li .BEPListBox_TitWrap .js-sp-title p{
		display: block;
	}
.BEPAfter li .BEPListBox_TitWrap .BEPListBox_Tit,.BEPBefore li .BEPListBox_TitWrap .BEPListBox_Tit{
    width: 100%;
	margin: 10px 0;
}
.BEPListBox li .BEPListBox_TitWrap .BEPListBox_Tit small.under{
    padding-top: 5px;
}
.BEPListBox li .BEPListBox_TitWrap .BEPListBox_Tit small.top{
    padding-bottom: 5px;
}
.BEPListBox li .BEPListBox_TitWrap .BEPListBox_Tit small{
    font-size: 1.2rem;
}
.BEPAfter li .BEPListBox_AreaDate{
    width: 100%;
}
.BEPListBox_AreaDate p:first-child,.OthersWrap p{
    font-size: 1.7rem;
    margin-bottom: 10px;
    line-height: 1.3;
}
	.BEPBefore .BEPListBox_AreaDate p:first-child,.BEPAfter .BEPListBox_AreaDate p:first-child{
		margin-bottom: 0;
	}
	.OthersWrap p{
		margin: 0;
	}
.BEPListBox_AreaDate p span:first-child,.OthersWrap p span:first-child{
    width: 90px;
    border-radius: 20px;
    padding: 5px 0;
    margin: 0 5px 0 0;
}
	.BEPAfter li .BEPListBox_AreaDate figure{
		display: flex;
		justify-content: center;
	}

	
.BEPBefore li .CsTxt{
    text-align: center;
    font-size: 1.7rem;
    color: #525252;
    padding-top: 10px;
     width: 100%;
    align-self: flex-start;
    flex-shrink: 0;
    font-weight: bold;
}
}

/*-----タイトル複製設定------*/
.js-sp-title {
    display: none !important; 
}
@media (max-width: 767px) {
    .BEPListBox_Tit {
        display: none !important;
    }
    .js-sp-title {
        display: block !important; 
    }
}
/*----------------------------------accordion-----------------------------------*/
.accordionBlock {
			margin: 10px auto 0;
		}
		.accordionBlock .accordionItem {
			
            width: auto;
            padding: 0;
		}
		.accordionTitle {
			position: relative;
			padding: 10px 43px 10px 10px;
			cursor: pointer;
			transition: .3s;
            font-size: 1.7rem;
            font-weight: bold;
            border-bottom: 2px solid #3bb4c6;
		}
		.accordionTitle.active {
			transition: .3s;
		}
		.accordionTitle::after {
			position: absolute;
	content: '';
	top: 40%;
	right: 20px;
	width: 14px;
	height: 14px;
	border-right: 3px solid #3bb4c6;
	border-bottom: 3px solid #3bb4c6;
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
		}
		.accordionTitle::after {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.accordionTitle.active::after {
            top: 50%;
			-webkit-transform: rotate(225deg);
			transform: rotate(225deg);
		}
		.accordionContent {
            
			max-height: 0;
			font-size: 1.4rem;
			transition: max-height 0.3s ease;
			overflow: hidden;
		}
		.accordionContent_inner {
			padding: 20px 0;
		}
		.accordionContent a {
			text-decoration: underline;
		}
.accordionContent_img{
    padding-top: 10px;
	display: flex;
	justify-content: center;
}

		@media (min-width: 768px) {
			.accordionBlock .accordionTitle:hover {
				background: #def6f9;
			}
		}

		@media screen and (max-width:767.98px) {
			.accordionContent_inner {
				padding: 20px 10px 20px 10px;
			}
			.accordionBlock .accordionItem {
				font-size: 1.4rem;
			}
			.accordionTitle {
				padding: 18px 33px 18px 10px;
				margin-top: 10px;
			}
			.accordionTitle::before,
			.accordionTitle::after {
				width: 15px;
				height: 15px;
			}
			.accordionBlock {
				margin-top: 0;
			}
		}
/*----------------------------------accordion-----------------------------------*/

.OthersWrap{
    margin: 20px;
    padding: 20px;
    background-color: #ffffff;
}
.OthersWrap_list{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    margin: 0;
}
.OthersWrap_list_box{
    background-color: #e9f7f9;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.OthersWrap_list_box_txt{
    
}
.OthersWrap_list_box_txt h4{
    margin: 0;
    font-size:2.0rem;
    padding-left: 20px;
    position: relative;
}
.OthersWrap_list_box_txt h4::before{
    position: absolute;
   content: "●";
    color: #248c9c;
    top: 0;
    left: 0;
}
.OthersWrap_list_box_txt p{
    font-size: 1.5rem;
    line-height: 1.5;
}
.OthersWrap_list_box_txt .extlink{
    display: inline-block;
    font-size: 1.6rem;
}
.OthersWrap_list_box_txt .extlink a{
    color: #0e649a;
    text-decoration: underline;
    position: relative;
    padding-right: 20px;
    margin: 0 5px;
}
.OthersWrap_list_box_txt .extlink a::after{
    position: absolute;
    display: inline-block;
    background: url(/med/sustainablity/img/ext_icon.webp) no-repeat;
    background-size: 13px;
    content: "";
    top: 50%;
    right: 0;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.OthersWrap{
    margin: 10px 5px;
    padding: 10px 5px;
}
	
.OthersWrap_list{
    gap:20px;
}
.OthersWrap_list_box{
    padding: 10px;
}
.OthersWrap_list_box{
		flex-wrap: wrap;
	}
.OthersWrap_list_box_txt h4{
    margin: 0 0 5px;
    font-size:1.8rem;
    padding-left: 20px;
    position: relative;
	line-height: 1.2;
}
.OthersWrap_list_box_txt p{
    font-size: 1.2rem;
    line-height: 1.5;
}
	.OthersWrap_list_box_txt p br{
		display: none;
	}
.OthersWrap_list_box_txt .extlink{
    font-size: 1.4rem;
}
	.OthersImg{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 10px 0;
		
	}
	
	
}
/*-----------------------------------------------------------------------------------*/

.eachAreaWrap .PlanBox{
    border: 1px solid #825017;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px 20px 10px;
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.PlanBox .PlanBox_inner h4{
    font-size: 2rem;
    color: #ffffff;
    background-color: #825017;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
    flex-shrink: 0;
    align-self: flex-start;
}
.PlanBox_innerContent{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 10px;
}
.PlanBox .PlanBox_inner h5{
   width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0 0;
}
.PlanBox .PlanBox_inner p{
    font-size: 1.4rem;
    width: 100%;
    font-weight: bold;
}
.PlanBox .PlanBox_inner:first-child{
    max-width: 320px;
}
.PlanBox .PlanBox_inner .PlanBox_img{
    width: auto;
}
.PlanBox .PlanBox_inner:last-child p{
    font-size: 1.65rem;
    color: #825017;
}
.PlanBox .PlanBox_inner:last-child ul{
    margin: 0;
}
.PlanBox .PlanBox_inner:last-child ul li{
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px dashed #825017;
    padding: 10px 0 10px 45px;
    
}
.PlanBox .PlanBox_inner:last-child ul li:last-child{
    border-bottom: none;
}
.PlanBox .PlanBox_inner:last-child ul li span{
    font-size:2rem;
    display: inline-block;
    padding-right: 5px;
	position: relative;
}
.PlanBox .PlanBox_inner:last-child ul li small{
		font-size: 1.8rem;
	}
.PlanBox .PlanBox_inner:last-child ul li span::before{
    content: "1";
    position: absolute;
    font-size: 4rem;
    font-weight: bold;
    color: #825017;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.PlanBox .PlanBox_inner:last-child ul li:nth-child(2) span::before{
    content: "2";
}
.PlanBox .PlanBox_inner:last-child ul li:nth-child(3) span::before{
    content: "3";
}

@media screen and (max-width:768px) {
.eachAreaWrap .PlanBox{
    margin: 0 5px;
    padding: 10px 5px;
    gap:20px;
	flex-wrap: wrap;
}
.PlanBox .PlanBox_inner h4{
    font-size: 1.7rem;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
    flex-shrink: 0;
    align-self: flex-start;
	padding-top: 3px;
}
.PlanBox_innerContent{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 5px;
}
.PlanBox .PlanBox_inner h5{
   width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 10px 0 0;
}
.PlanBox .PlanBox_inner p{
    font-size: 1.4rem;
    width: 100%;
    font-weight: bold;
}
.PlanBox .PlanBox_inner:first-child{
    max-width: 100%;
	width: 100%;
	order: 2;
}
.PlanBox .PlanBox_inner:last-child{
	order: 1;
}

.PlanBox .PlanBox_inner:last-child p{
    font-size: 1.3rem;
	text-align: center;
}
.PlanBox .PlanBox_inner:last-child ul{
    margin: 0;
	width: 100%;
}
.PlanBox .PlanBox_inner:last-child ul li{
    padding: 10px 0 10px 25px;
	display: flex;
	justify-content: flex-start;
	margin: 5px;
	line-height: 1.2;
}
.PlanBox .PlanBox_inner:last-child ul li span{
    font-size:1.6rem;
    padding-right: 5px;
	 white-space: nowrap;
	display: inline-block;
	flex-shrink: 0;
}
	.PlanBox .PlanBox_inner:last-child ul li small{
		font-size: 1.2rem;
		display: inline-block;
		margin-top: 4px;
		flex-grow: 1;
		flex-basis: 0;
	}
.PlanBox .PlanBox_inner:last-child ul li span::before{
    content: "1";
    position: absolute;
    font-size: 3rem;
    top: 11px;
    left: -22px;
    transform: translateY(0);
	line-height: 0;
}
	.PlanBox .PlanBox_inner:first-child .PlanBox_innerContent{
		justify-content: flex-start;
		align-items: center;
	}
	.PlanBox .PlanBox_inner:first-child .PlanBox_img{
		width: 90px;
		flex-shrink: 0;
	}
	.PlanBox .PlanBox_inner:first-child div{
		flex-grow: 1;
		flex-basis: 0;
		margin: 0 0 0 10px;
	}
	.PlanBox .PlanBox_inner:first-child div h5{
		margin: 0;
	}
	.PlanBox .PlanBox_inner:first-child div p{
		font-size: 1.2rem;
		line-height: 1.2;
	}
}

/*-----------------------------------------------------------------------------------*/
.course__card__codeArea__box .tabi_ic_sp img, 
.course__card__codeArea__box .look_ic_sp img {
  height: 22px;
  width: auto;
  margin-left: 5px;
}
.tabi_ic_pc {
  background: url("/med/sustainablity/img/logo_tabimonogatari.webp") no-repeat!important;
  background-size: contain!important;
  width: 50px!important;
  height: 20px!important;
}
.look_ic_pc {
  background: url("/med/sustainablity/img/logo_look.webp") no-repeat!important;
  background-size: contain!important;
  width: 50px!important;
  height: 20px!important;
}
@media screen and (min-width:768px) {
  .tabi_ic_sp,
  .look_ic_sp {
    display: none;
  }
}

.contents_wrap_02 .swiper-wrapper{
    padding: 20px 0 30px;
}
.swiper-one .courseItem{
	width: 317px;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    height: var(--swiper-scrollbar-size, 8px) !important;
}


@media screen and (max-width:768px) {
	.swiper {
    /* 最後の余白の調整のため、padding-rightを設定 */
    padding-left: 10px; 
    padding-right: 10px; 
}
	.swiper-one {
		display: flex;
		justify-content: center;
		min-height: 100px;
	}
	.swiper-one .courseItem{
	width: 100%;
	max-width: 350px;
		margin: 0;
}
.contents_wrap_02:last-child .swiper-wrapper{
    display: flex;
	justify-content: center;
	
}
	.contents_wrap_02:last-child .swiper-wrapper .courseItem{
		margin: 0!important;
	}
	
	.contents_wrap_02{
		min-height: 100px;
		padding: 5px;
	}
	.contents_wrap_02 .swiper-wrapper{
    padding: 20px 5px 30px;
}
	.contents_wrap_02:last-child .swiper-wrapper{
		padding: 20px 0 30px;
	}
}
@media screen and (min-width: 420px) and (max-width: 767px) {
.swiper-backface-hidden .swiper-slide{
		max-width: 350px;
		width: 90vw;
	}
	.contents_wrap_02:last-child .swiper-wrapper{
		margin-left: -10px; 
    margin-right: -10px;
	}
}
.Voc{
    max-width: 1160px;
    background-color: #ffffff;
    padding: 20px;
    margin: 0 auto;
}

.Voc h3{
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    background-color: #eaf4ee;
    padding: 15px;
    color: #439a60;
    margin: 0 0 20px;
    line-height: 1.0;
}
.Voc .Voc_listWrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:20px;
    margin: 0;
}
.Voc .Voc_listWrap .Voc_listBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt{
    max-width: 740px;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt div{
    font-weight: bold;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt .Voc_listBox_txt_date{
    font-size: 1.5rem;
    line-height: 1.3;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt .Voc_listBox_txt_Subtit{
    font-size: 1.8rem;
    line-height: 1.3;
    color: #439a60;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt h4{
    font-size: 2.7rem;
    color: #439a60;
    line-height: 1.3;
    margin: 0 0 10px;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_FukidashiWrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:10px;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_FukidashiWrap li{
    width: calc(100% / 2 - 10px);
    height: 73px;
   /* background: url("/med/sustainablity/img/fukidashi_bg.webp") no-repeat;*/
	background: #ffffff;
	border-radius: 100px;
	border:#439A60 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
	position: relative;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_FukidashiWrap li::before{
	position: absolute;
	content: "";
	background: url("../img/fukidashi.webp") no-repeat;
	width: 35px;
	height: 20px;
	bottom: -7px;
	left:-8px;
}


.Voc_listBox_img{
    position: relative;
}
.Voc_listBox_img figcaption{
    text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1.0;
}





@media screen and (max-width:768px) {
.Voc{
    max-width: 100%;
    padding: 10px 5px;
	margin: 0 5px;
}

.Voc h3{
    font-size: 1.7rem;
    padding: 10px;
    margin: 0 0 10px;
}
.Voc .Voc_listWrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:20px;
    margin: 0;
}
.Voc .Voc_listWrap .Voc_listBox{
    width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt{
    max-width: 740px;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt div{
    text-align: center;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt .Voc_listBox_txt_date{
    font-size: 1.2rem;
    line-height: 1.3;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt .Voc_listBox_txt_Subtit{
    font-size: 1.3rem;
    line-height: 1.3;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_txt h4{
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 10px;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_FukidashiWrap{
    justify-content: center;
    flex-wrap: wrap;
    gap:10px;
}
.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_FukidashiWrap li{
    width: 362px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: bold;
}
.Voc_listBox_img{
	margin-top: 20px;
}
.Voc_listBox_img figcaption{
    font-size: 1.2rem;
}
	.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_FukidashiWrap li::before{
		background-size: 20px auto;
	width: 20px;
	height: 12px;
	bottom: -2px;
	left:2px;
}
}
@media screen and (max-width:360px) {
	.Voc .Voc_listWrap .Voc_listBox .Voc_listBox_FukidashiWrap li{
    font-size: 1.2rem;
}
	
}

















/*-------------------------------*/

/*=========繝昴う繝ｳ繝井ｸ区ｳｨ驥・===========*/

.annotation {
  color: #666;
  font-size: 1.4rem;
  margin-top: 40px;
  padding: 0 45px;
}

/*--------繝翫Φ繝舌Μ繝ｳ繧ｰ縺ゅｊ---------*/
.annotation .an_num {
  position: relative;
  padding-left: 2.0em;
}
.annotation_mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------繝翫Φ繝舌Μ繝ｳ繧ｰ縺ｪ縺・--------*/
.annotation .an_nor {
  position: relative;
  padding-left: 1.8rem;
}
.annotation_mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.annotation li + li {
  margin-top: 3px;
}
@media screen and (max-width:767.98px) {
  .annotation {
    color: #444;
    font-size: 1.1rem;
  }
}

/*=====================*/


/*courseArea
=======================*/
.courseArea {
	padding: 60px 0;
    background-color: #f0f7f3;
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
    color: #439a60;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #439a60;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #439a60;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
		display: block;
		width: 100%;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 2px;
		width: 30px;
	}
	.courseArea h2 span::before {
		left: 0;
		
	}
	.courseArea h2 span::after {
		right: 0;
	}
}
@media screen and (max-width:360px) {
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 2px;
		width: 10px;
	}
}

/*---courseItemsBox---*/
.courseArea_inner {
	padding-bottom: 30px;
}
.courseArea_inner:first-of-type {
	margin-top: 52px;
}
.courseArea_inner h3 {
	margin: 60px 0 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #439a60;
    color: #ffffff;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.courseItem {
 
  margin-right: 16px;
list-style: none;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
/*.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}*/
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin: 0 10px 10px 0;
	padding: 5px 12px 3px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.0;
}
.course__card__tagBox ul li:first-child{
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	background: #ffffff;
}
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 3px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
    line-height: 1.5;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 58%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto;
	font-size: 1.6rem;
}
.courseItemsBox .noCourseTxt_all{
    margin: 0 auto;
	font-size: 1.6rem;
    text-align: center;
    padding-bottom: 50px;
}
@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media (max-width: 768px) {
	.courseArea_inner h3 {
	margin: 60px 0 0;
	padding: 10px 0;
	font-size: 1.8rem;
}
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
	.courseArea_inner:first-of-type {
	margin-top: 40px;
}
}



main .look_img {
  content: "";
  display: block;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-color: #C1C1C1;
  background-position: center
}
@media only screen and (min-width:768px) {
  main .look_img .course__card__img__caption {
    right: 3%;
      line-height: 1.2;
  } 
}

































/*=====================*/


/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 35px auto;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	pointer-events: none;
	z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
pointer-events: none;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/


/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button {
		margin-top: 0;
	}
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/


/*pageTopBtn
=======================*/
.pageTopBtn {
	display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
	left: 93%;
	position: sticky;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #c2c2c2;
	}
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/


/*themefeaturesArea
=======================*/
.themefeaturesArea {
	margin-top: 50px;
}
.themefeaturesArea_inner {
	max-width: 1160px;
	margin: 35px auto 0;
}
.themefeaturesArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.themefeaturesArea h2 span {
	position: relative;
}
.themefeaturesArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.themefeaturesArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.themefeaturesArea {
		margin-top: 50px;
	}
	.themefeaturesArea h2 {
		overflow: hidden;
	}
	.themefeaturesArea h2 span {
		font-size: 2rem;
	}
	.themefeaturesArea h2 span::before,
	.themefeaturesArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.themefeaturesArea h2 span::before {
		left: -370%;
	}
	.themefeaturesArea h2 span::after {
		right: -370%;
	}
}

.slider.slick-initialized {
	display: block;
}

/*-----slider-----*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  /*float: left;*/
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  /*float: right;*/
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initialized縺御ｻ倅ｸ弱＆繧後◆繧芽｡ｨ遉ｺ*/
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '窶｢';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*----------------*/

.relationList {
  display: flex;
  justify-content: center;
  width: 87.4%;
  max-width: 990px;
  margin: 0 auto !important;
}
.relationList li {
  box-sizing: border-box;
  width: 33.3%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .relationList li {
    width: 50%;
  }
}
.relationList li a {
  display: block;
  margin: 0 6%;
  transition: opacity .3s ease-out;
}
.relationList li a:hover {
  opacity: .7;
}
.relationList__nav {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.relationList__nav > div {
  position: relative;
  display: inline-block;
  padding: 0 75px;
}
@media screen and (max-width: 767px) {
  .relationList__nav > div {
    padding: 0 52px;
  }
}
.relationList__nav .slick-arrow {
  width: 35px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .relationList__nav .slick-arrow {
    width: 40px;
  }
}
.relationList__nav .slick-arrow:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../img/btn_arrow_01.png) no-repeat 0 0/contain;
  opacity: 1;
}
.relationList__nav .slick-next {
  right: 0;
}
.relationList__nav .slick-next:before {
  transform: rotateZ(180deg);
}
.relationList__nav .slick-prev {
  left: 0;
}
.relationList__nav .slick-dots {
  position: static;
  display: inline-block;
  line-height: 1;
}
.relationList__nav .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
}
.relationList__nav .slick-dots button {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  text-indent: -9999px;
}
.relationList__nav .slick-dots .slick-active button {
  background: #909090; /*繝・・繝槭＃縺ｨ縺ｮ濶ｲ縺ｸ螟画峩*/
}

.relationList.slider + .relationList__nav {
  display: block;
}

.relationList.slider + .relationList__nav.add_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .relationList.slider + .relationList__nav.add_none{
    display: block;
  }
	.otherFeaturesBox > li {
		width: 168px;
		margin: 2%;
	}
}
/*=====================*/
.scroll-hint-icon{
        z-index: 5;
    }
@media screen and (min-width:767.98px) {
	.spOnly {
		display: none;
	}
    .pcOnly {
		display: block;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
    .spOnly {
		display: block;
	}
}