@charset "UTF-8";
/* CSS Document */
body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;


	font-size: 16px;
	color: #202020;
}
html {
	scroll-behavior: smooth;
  }

body.fixed {
	/* position: fixed;
  top: var(--body-top, 0);
	left: 0;
	width: 100%;
	height: 100vh; */
}

html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: auto;
	}
}
a{
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:focus {
	outline: none;
}
a:hover{
	color: #6f6f6f;
}


a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
} */
.link_under:hover{
	text-decoration: underline;
}
.underline{
	text-decoration: underline;
}
.page_anchor{
	margin-top:-73px;
	padding-top:73px;
}
hr.grey_border{
	margin: 2rem 0;
	color: #ECECEC;
	opacity: 1;
}

/*ホバーエフェクト
------------------------------*/
.zoom-out-img {
	overflow: hidden;
}
.zoom-out-img img {
	display: block;
	transition-duration: 0.5s;
}
.zoom-out-img:hover img {
	transform: scale(1.3);
	transition-duration: 0.5s;
	opacity: 1;
}

.resizableIframe {
	overflow: hidden;
}
figure {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
    margin: 0 0 0;
}
figure:hover {
	opacity: .5;
}

/* banner
------------------------------*/


/* list
------------------------------*/
li {
	list-style-type: none;
}

.common_list li{
  position: relative;
  padding-left: 15px;
}
 
.common_list li:before {
	content: "";
	position: absolute;
	top: 50%;
	/* top: 13px; */
	left: 0;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background-color: #EC6867;
	border-radius: 50%;
}
.common_list.l_text{
	font-size: 18px;
	line-height: 1.8;
}
.list_c_icon li{
	position: relative;
	padding-left: 1.3em;
	font-size: 18px;
	border-bottom: 1px dashed #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list_c_icon li::before{
	content: '\f14a';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	/* font-size: 10px; */
	position: absolute;
	color: #EC6867;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
}
.activity_list >li{
	margin-bottom: 20px;
	line-height: 2
}
.activity_list h5{
	margin-bottom: 10px;
}
.activity_list h5,.arrow_text{
	color: #EC6867;
	position: relative;
	padding-left: .8em;
	font-size: 18px;
}
.activity_list h5::before,.arrow_text::before{
	content: '\f0da';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	color: #EC6867;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
}

ul.common_list02{

}
ul.common_list02 li{
 text-indent: -1em;
  padding-left: 1em;
}
.common_list02 li::before {
content: '・';
}



/* space
------------------------------*/
.contents_space{
	padding-top: 60px;
}
.color-inner{
	padding: 30px 0 ;
}

/* font
------------------------------*/
.min-font{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}
.gothic-font{
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}



/* text
------------------------------*/

.lead_text_s{
	font-size: 16px;
}
.lead_text{
	font-size: 18px;
}
.lead_text_l{
	font-size: 21px;
}
.lead_text_ll{
	font-size: 20px;
}

/* section
------------------------------*/
section{
	/* padding-top: 80px; */
}
#banner-area{
	padding: 40px 0;
}
/* bg
------------------------------*/
.bg_pink{
	background-color: #FFF8F8;
}
.bg_stripe{
	background-image: url(./img/stripe.jpg);
	background-repeat: repeat;
}
.bg_tsuyomi{
	background-image: url(./img/bg_tsuyomi.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #FFF;
	text-align: center;
}
.bg_yellow{
	background-color:#FFF836 ;
}
/* color
------------------------------*/
.red{
	color: #D43444;
}
.bright_red{
	color: #EC6867;
}
.white{
	color: #FFF;
}
.sky{
	color: #51AFCC;
}
.black{
	color: #333333;
}
.yellow{
	color: #FFF836;
}
/* title
------------------------------*/
.tit_section {
	background-color: #EC6867;
	text-align: center;
	padding: 20px 0 25px;
}
.tit_section h2{
	font-size: 24px;
	color: #FFF;
	font-weight: 600;
}
.tit_section h2 span{
	color: #FFF836;
	font-size: 111.32%;
	font-style: italic;
	display: block;
	padding-bottom: 10px;
}
.tit_features{
	color: #FFF;
	font-size: 21px;
	font-weight: 600;
}
.tit_sub{
	font-size: 20px;
}
.tit_c_icon,.tit_p_icon{
	position: relative;
	padding-left: 1.3em;
}
.tit_c_icon::before,
.tit_p_icon::before{
	position: absolute;
	color: #EC6867;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
}
.tit_c_icon::before{
	content: '\f14a';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	/* font-size: 10px; */
}
.tit_p_icon::before{
	content: '\f044';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}
.tit_mokuji{
	color: #EC6867;
	font-size: 22px;
	font-weight: 600;
}
.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ed6867;
    color: #ffffff;
    font-size: 19px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.tit_diagonal {
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 21px;
	font-weight: 600;
}
.tit_diagonal::before,
.tit_diagonal::after {
	background-color: #FFF; 
	content: "";
	height: 2px; 
	width: 30px;
}
.tit_diagonal.sky span{
	display: block;
}
.tit_diagonal.sky::before,
.tit_diagonal.sky::after{
	background-color: #202020; 
}
.tit_diagonal.pink::before,
.tit_diagonal.pink::after{
	background-color: #EC6867; 
} 
.tit_diagonal::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.tit_diagonal::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.tit_fukidashi{
    position: relative;
    padding: 20px ;
    min-width: 120px;
    max-width: 100%;
    color: #FFF;
    font-size: 21px;
    background: #EC6867;
    border-radius: 50vh;
    display: block;
    text-align: center;
	font-weight: 600;
}
.tit_fukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #EC6867;
}
.bg_tsuyomi h2{
	color: #FFF836;
	font-size: 36px;
	font-weight: 600;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.tit_l_border{
    padding: .5rem 0 .5rem .5rem;
    border-left: 5px solid #EC6867;
}
.tit_activity{
	font-size: 26px;
	font-weight: 600;
	color: #EC6867;
	line-height: 1.4;
}
.tit_activity span{
	display: block;
	font-size: 70%;
	color: #000;
	font-weight: 600;
}
.tit_number {
	position: relative;
	border-bottom: 1px solid #51AFCC;
	min-height: 65px;
	display: flex;
	align-items: center;
	color: #51AFCC;
	font-weight: 600;
	font-size: 18px;
	padding-left: 55px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tit_number span{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #FFF;
	background: #51AFCC;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tit_support{
	font-size: clamp(1.875rem, -927.188rem + 1500vw, 2.813rem);
	font-weight: 600;
}
.tit_support::first-letter{
	color: #EC6867;

}
/* header
------------------------------*/
.fixed-top{
	z-index: 2;
}
header {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	height: 73px;
	/* position: relative; */

	/* header固定の場合は削除 */
	/* z-index: 2;
    position: fixed;
    width: 100%; */
}
.navbar{
	height: 100%;
}

.logo img{
	width: 260px;
}
.logo a{
	display: block;
}

.nav-link{
	font-weight: 600;
	letter-spacing: 2px;
	font-size: clamp(14px, 2.4558333333vw, 17px);
	color: #987ce2;
}
.nav-link:hover{
	color: #987ce2;
	opacity: .7;
}
.header-icon .icon{
	padding: 0 5px;
}
.header-icon .icon img{
	width: 36px;

}
.tel-box li img{
	width: 186px;
}
#fixed-header {
  position: fixed;
  top: -73px;
  width: 100%;
  height: 73px;
  text-align: center;
  color: #000;
  background: #FFF;
  box-sizing: border-box;
  transition: .5s;
  z-index: 3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed-header.is-show {
  top: 0;
}

.splide__list {
	display: flex;
	padding: 10px;
}

.splide__slide a {
	text-decoration: none;
	color: #777;
	padding: 5px 10px;
	display: inline-block;
	white-space: nowrap;
	transition: color 0.3s, border-bottom 0.3s;
}

.splide__slide a.active {
	color: #ed6868;
	font-weight: bold;
}
#fixed-header > div {
  display: flex;
  align-items: center;
  height: 70px; /* 必要に応じて調整 */
}

/* splide__listの高さを100%にして中央寄せ */
#fixed-header .splide__list {
  align-items: center;
  height: 100%;
  display: flex;
}
.splide__arrow--prev{
	left: 16em;
}
.splide__arrow--next{
	right: 16em;
}
.splide__arrow{
	background-color: #ed6868;
}
.splide__arrow svg{
	fill: #ffffff;
}
/* space
------------------------------*/





/* slick
------------------------ */

/* box
------------------------------*/
.pt_tit_area{
	background: #ECA567;
	background: linear-gradient(180deg, rgba(236, 165, 103, 1) 0%, rgba(236, 104, 103, 1) 100%);
	padding: 40px 0;
    text-align: center;
}
.pt_tit_area .tit_box{
	position: relative;
	display: inline-block;
	padding: 32px 0;
}
.pt_tit_area .tit_box .illust01,
.pt_tit_area .tit_box .illust02{
	position: absolute;
	width: 24px;
}
.pt_tit_area .tit_box .illust01{
	top: 0;
	left: 0;
}
.pt_tit_area .tit_box .illust02{
	bottom: 0;
	right: 0;
}
.pt_tit_area h2{
	font-size: 20px;
    color: #FFF;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.pt_tit_area h2 span{
	font-size: 120%;
	color: #FFF836;
}
/* .pt_tit_area h2 a:hover{
	opacity: .8;
} */
.pt_area{
	background-color: #EC6867;
}
/* .pt-main_text_box{
	position: relative;
} */
.pt-main_text{
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%); */
	color: #FFF;
	/* width: 90%; */
	text-align: center;
}
.pt-main_text h2{
	font-size: 27px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 20px;
	display: inline-block;
	margin-bottom: 20px;
}
.pt-text01{
	font-size: 18px;
	border: 1px solid #FFF;
	display: inline-block;
	padding: 15px;
	margin-bottom: 20px;
}
.pt-text01 .sub_text{
	font-size: 166%;
	font-weight: 600;
}
.pt-text02{
	font-size: 25px;
}
.goukaku_img{
	width: 350px;
}
.mokuji_area{
	background-color: #FFF;
	border-top: #EC6867 solid 9px;
	border-bottom: #EC6867 solid 9px;
}
.trapezoid {
    position: relative;
    height: 120px;
    background: #EC6867;
    margin: 30px auto 0;
    width: 100%;
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    color: #fff;
    overflow: hidden;
	z-index: 1;
}

.trapezoid-label {
    position: absolute;
    top: 18px;
    left: -60px;
    z-index: 2;
    display: inline-block;
    background: #fff75d;
    color: #d43444;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 0.4em 1em 0.4em 0.8em;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.trapezoid-text {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-left: 420px; /* ラベルの幅に合わせて調整 */
}

/* .trapezoid-text .yellow {
    color: #fff75d;
    font-weight: bold;
} */
.tit_features_box{
	padding: 80px 0 40px;
	position: relative;
	z-index: 0;
	text-align: center;
	background: #ed6868;
	margin-top: 30px;
}
.tit_features_box::after{
	content: "";
	position: absolute;
	height: 50px;
	width: 100%;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background-color:#ffffff;
	left: 0;
	top: 0;
	z-index: 1;
	margin-top: -1px;
}

.mokuji_list > li{
	border: 1px solid #EC6867;
}
.mokuji_list > li:not(:last-child){
	margin-bottom: 15px;
}
.mokuji_button.bg_w >a{
	background-color: #FFF;
	border: 1px solid #EC6867;
	color: #000000;
}
.mokuji_button > a{
	background-color: #EC6867;
    display: block;
    padding-right: 50px;
	color: #FFF;
	position: relative;
}
.mokuji_button > a:hover{
	    opacity: 0.8;
}
.mokuji_button img{
	max-width: 120px;
}
.mokuji_button > a::after{
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	/* font-size: 30px; */
	font-weight: 900;
	/* font-size: 10px; */
	position: absolute;
	color: #FFF;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
}
.mokuji_button.bg_w > a::after{
	color: #000000;
}
.mokuji_list .button_area{
	background-color: #FFF;
	padding: 20px;
}

.mokuji_button h3 {
	/* position: relative;
	padding-left: 2em; */
	font-size: 18px;
	line-height: 1.4;
}
.mokuji_button h3 span{
	font-size: 90%;
}
.mokuji_button h3 .number {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%) ;
	left: 0;
	font-size:21px;
	font-weight: 600;
}
.detail_box,.detail_box03{
	background-color: #FFF;
}
.detail_box h3,.detail_box03 h3{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	text-align: center;
	height: 85px;
	position: relative;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 22px;
}
.detail_box03{
	border: 1px solid #EC6794;;
}
.detail_box03 h3 {
    background: #EC6794;
}
.detail_box h3 {
    background: #EC6867;
}
.detail_box h3 span{
	color: #FF9F9E;
	font-style: italic;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.detail_box .box-inner,
.detail_box03 .box-inner{
    padding: 60px 20px 40px;
}
.detail_box_b-r,
.detail_box_b-p{
	position: relative;
	padding: 60px 20px 20px;
}
.detail_box_b-r{
    border: 2px solid #000;
}
.detail_box_b-r .box-tit{
	background-color: #000;
	color: #FFF;
}
.detail_box_b-r .box-tit,
.detail_box_b-p .box-tit{
	height: 68px;
	border-radius: 50vh;
	padding: 10px 30px;
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95%;
	text-align: center;
}
.detail_box_b-r .box-tit h4,
.detail_box_b-p .box-tit h4{
	font-size: 16px;
	font-weight: 600;
}
.detail_box_b-p{
    border: 3px solid #EC6867;
	border-radius: 10px;
}
.detail_box_b-p .box-tit{
	background-color: #FFF2F2;
	border: #EC6867 2px solid;
}
.detail_box02{
	position: relative;
	padding: 20px 15px;
	margin: 2em 0;
	top: 0;
	text-align: center;
}
.detail_box02:before, .detail_box02:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.detail_box02:before{
    border-left: solid 1px #202020;
    border-top: solid 1px #202020;
    border-bottom: solid 1px #202020;
    left: 0;
}
.detail_box02:after{
    border-top: solid 1px #202020;
    border-right: solid 1px #202020;
    border-bottom: solid 1px #202020;
    right: 0;
}
.detail_box02 p {
    margin: 0; 
    padding: 0;
}
.detail_box02 span.bg-pink{
	background-color: #EC6867;
	padding: 10px 15px;
	color: #FFF836;
	margin-left: 15px;
	margin-right: 15px;
}
.detail_box04{
	border: 5px solid #EDEDED;
	padding: 20px;
	text-align: center;
}
.detail_box04 img{
	width: 52px;
	margin-bottom: 10px;
}
.detail_box04 h5{
	color: #51AFCC;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.support_list h5{
	font-size: clamp(1.125rem, -190.625rem + 400vw, 1.375rem);
	color: #51AFCC;
	font-weight: 600;
	margin-bottom: 15px;
}
.support_features{
	background-color: #51AFCC;
    color: #FFF;
	font-size:clamp(1rem, -94.875rem + 200vw, 1.125rem);
    padding: 5px 15px;
    border-radius: 50vh;
    display: inline-block;
    margin: 15px 0 10px;
}
.box_radius{
	border-radius: 10px;
	border: 3px solid #EC6867;
	padding: 25px;
}
.support_box{
	border: 5px solid #EDEDED;
	padding: 18px;
}
.support_box dl{
	/* width: 100%; */
	margin: 0 auto;
}
.support_box dt{
	background-color: #EC6867;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
}
.banner-wrapper {
	position: relative;
	margin-left: 2rem;
}
.banner-bg {
	background-color: #e56966;
	clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%);
	height: 100%;
	display: flex;
	align-items: center;
	padding: 2.5rem .5rem 2.5rem 2.5rem; 
	margin-top: 2rem;
}
.text-box {
	font-size: 20px;
	color: white;
	/* line-height: 1.8; */
	line-height: 1.4;
}
.text-box .yellow {
	color: #fff33f;
	font-weight: bold;
}
.label-box {
	top: -20px;
	position: absolute;
	background: #fff33f;
	font-weight: bold;
	display: flex;
	align-items: center;
	white-space: nowrap;
	z-index: 2;
	font-size: 20px;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
	padding: 1rem 3rem;
}
.label-box .red {
	color: #e56966;
	margin-right: 0.3em;
}
.label-box .black {
	color: #000;
}
/* 文字の上に点 */
.dots {
  background-image: radial-gradient(circle at center, #fff33f 20%, transparent 20%);
  background-position: top right; 
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .2em;
}
.detail_box05{
	padding: 20px;
	background-color: #f7f7f7;
	font-size: 90%;
}
/* button
------------------------------*/
.button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button_radius{
	width: 250px;
	max-width: 100%;
	border-radius: 50vh;
	border: 1px solid #EC6867;
	padding: 10px 5px;
	background-color: #FFF;
}
.bg_tsuyomi .button_radius{
	font-size: 18px;
	font-weight: 600;
	width: 355px;
}
.button_radius .fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
  color: #EC6867;
   transition: top .5s;
}
.button_radius:hover .fa-position-right {
	top: calc(50% - .3em);
}

.arrow_button{
	border: 3px solid #EDEDED;
	font-size: 18px;
	padding: 15px;
	position: relative;
}
.arrow_button::after{
	content: '\f054';
	font-family: 'Font Awesome 6 Free';
	/* font-size: 30px; */
	font-weight: 900;
	/* font-size: 10px; */
	position: absolute;
	color: #000;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
	transition: right .5s;
}
.arrow_button:hover{
	opacity: .8;
}
.arrow_button:hover::after{
  right: 15px;
}

/* footer
------------------------ */
footer{
	padding: 30px 0 15px;
}

.copy{
	display: flex;
	justify-content: center;
	padding-top: 10px;
	text-align: center;
	font-size: clamp(0.875rem, -71rem + 200vw, 1rem);
}
.footer_logo img{
	max-width: 300px;
    width: 90%;
    /* max-width: 380px; */
}
footer .inner {
    width: 90%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.sns li img{
	width: 35px;
}
.sns li.maruzen img {
    width: 100px;
}

/* tab
------------------------ */








@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none!important;
	}
	hr.grey_border{
		margin: 5rem 0;
	}
	/* header
	------------------------------*/

	.header_contact{
		right: 0;
	}


	/* button
	------------------------------*/
	.header_contact_button{
		width: 205px;
	}
	.bg_tsuyomi .button_radius{
		font-size: 23px;
	}
	/* bg
	------------------------------*/

	/* section
	------------------------------*/
	.color-inner{
		padding: 80px 0 ;
	}


	/* text
	------------------------------*/
	.lead_text_s{
		font-size: 18px!important;
	}
	.lead_text{
		font-size: 21px;
	}
	.lead_text_m{
		font-size: 20px;
	}
	.lead_text_l{
		font-size: 26px;
	}
	
	/* title
	------------------------------*/
	.tit_diagonal {
		font-size: 28px;
	}
	.tit_number {
		padding-left: 85px;
		min-height: 75px;
		/* font-size: 30px; */
		padding-bottom: 10px;

	}
	.tit_number span{
		width: 65px;
		height: 65px;
	}
	/* slick
	------------------------------*/

	/* box
	------------------------ */
	.border_box02{
		border-left: 1px dashed #202020;
		padding-left: 40px;
	}
	.border_box01{
		border-right: 1px solid rgba(255, 255, 255, 0);
		padding-right: 40px;
	}
	.mokuji_button img{
		max-width: 190px;
	}
	.mokuji_button h3 {
		font-size: 20px;
		padding-left: 3em;
	}
	.mokuji_button h3 .number{
			font-size: 32px;
	}
	.detail_box .box-inner,
	.detail_box03 .box-inner{
		padding: 60px;
	}
	.detail_box h3, .detail_box03 h3{
		font-size: 30px;
	}
	.detail_box h3 span{
		font-size: 60px;
	}
	.detail_box_b-r,
	.detail_box_b-p{
		padding: 80px 40px 40px;
	}
	.detail_box_b-r .box-tit,
	.detail_box_b-p .box-tit{
		font-size: 23px;
		width: 70%;
	}
	.detail_box_b-r .box-tit h4,
	.detail_box_b-p .box-tit h4{
		font-size: 18px;
	}
	.tit_activity{
		font-size: 30px;
	}
	.detail_box04{
		padding: 30px;
	}

	/* 固定メニュー
	------------------------ */
	.sp-only{
		display: none;
	}
	/* footer	
	------------------------ */



}

@media (max-width: 767px) {
	main{
		padding-top: 73px;
	}
	/* header
	------------------------------*/
	#fixed-header{
		display: none;
	}
	header{
		    position: fixed;
    width: 100%;
    z-index: 3;
	}
	/* section
	------------------------ */

	/* slick
	------------------------------*/


	/* 固定メニュー
	------------------------ */


	/* topBtn
	------------------------ */


	/* box
	------------------------ */
	.border_box01{
		border-bottom: 1px dashed #202020;
		padding-bottom: 20px;
	}
.ds{
	display: block;
	padding-top: 20px;
}
	/* footer
	------------------------ */
	/* 固定メニュー
	------------------------ */
	.bottom_menu {
		/* width: 100%;
		display: none; 
		position: fixed; 
		bottom: 0;
		left: 0;
		padding: 5px;
		box-sizing: border-box; */
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 73px;
		text-align: center;
		color: #000;
		background: #FFF;
		box-sizing: border-box;
		transition: .5s;
		z-index: 2;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bottom_menu > div {
		display: flex;
		align-items: center;
		height: 70px; /* 必要に応じて調整 */
	}
		/* splide__listの高さを100%にして中央寄せ */
	.bottom_menu .splide__list {
		align-items: center;
		height: 100%;
		display: flex;
	}

}
@media (max-width: 991px) {
	/* box
	------------------------ */



	/* footer
	------------------------ */



}
@media (min-width: 992px) {
	/* header
	------------------------------*/
	.logo{
		padding-left: calc(50px - 1.5rem);
	}

	/* text
	------------------------------*/
	.lead_text_ll{
		font-size: 35px;
	}
	.tit_number {
		font-size: 30px;
	}	
	/* header
	------------------------------*/


	/* section
	------------------------------*/

	/* button
	------------------------------*/

	/* title
	------------------------------*/
	.tit_section{
		padding: 35px 0 40px;
	}
	/* box
	------------------------ */
	.pt-main_text_box{
		position: relative;
	}
	.pt-main_text{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		color: #FFF;
		width: 90%;
		text-align: center;
	}
	.tit_fukidashi{
		font-size: 45px;
	}
	.bg_tsuyomi h2{
		font-size: 82px;
	}
	.tit_features{
		font-size: 40px;
	}
	.tit_features_box{
		padding: 100px 0 60px;
		/* margin-top: 100px; */
	}
	.detail_box04 img{
		width: 82px;
	}
	.detail_box04 h5{
		font-size: 22px;
	}
	.banner-wrapper {
		height: 120px;
		margin-left: 0;
	}
	.banner-bg {
		padding-left: 220px; /* 黄色帯に被らない余白 */
		margin-top: 0;
	}
	.text-box {
		font-size: 25px;
		padding-left: 3rem;
	}

	.label-box {
		left: 10%;
		top: 50%;
		transform: translateY(-50%);
		height: 75px;;
		font-size: 22px;
		padding: 1rem 3rem;
	}
	/* 固定メニュー
	------------------------ */

	/* footer
	------------------------ */


}
@media (min-width: 1200px) {
	/* header
	------------------------------*/


	/* bg
	------------------------------*/

	/* section
	------------------------------*/
	section{
		/* padding-top: 140px; */
	}

	/* space
	------------------------------*/
	

	/* box
	------------------------ */
	.pt_tit_area h2 {
		font-size: 30px;
	}
	.pt-text01{
		font-size: 22px;
	}
	.tit_features_box{
		margin-top: 100px;
	}
	.text-box {
		font-size: 28px;
	}
	/* title
	------------------------------*/
	.tit_section h2{
		font-size: 40px;
	}
	/* slick
	------------------------------*/
	/* footer
	------------------------ */

}
@media (max-width: 1199px) {

	.common_list li.logo_list:before {
		top: 18px;
	}
	
}
@media (min-width: 1037px) and (max-width: 1199px) {
		.common_list li.logo_list:before {
		top: 50%!important;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	/* box
	------------------------ */
	.pt_tit_area h2 {
		font-size: 26px;
	}
	.tit_section h2{
		font-size: 38px;
	}
}
@media (min-width: 1400px){
	/* header
	------------------------------*/



	/* box
	------------------------ */
	.pt-main_text h2{
		font-size: 64px;
		padding-bottom: 20px;
	}
	.text-box {
		font-size: 30px;
	}

}
@media (max-width: 1399px){
	.collapse.navbar-collapse{
		display: none;

	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	/* box
	------------------------ */
	.pt-main_text h2{
		font-size: 47px;
		padding-bottom: 20px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {	/* text
	------------------------------*/
	.lead_text_ll{
		font-size: 30px;
	}
	/* box
	------------------------ */
	.tit_fukidashi{
		font-size: 32px;
	}
	.bg_tsuyomi h2{
		font-size: 72px;
	}
	.tit_features{
		font-size: 30px;
	}
	.tit_section h2{
		font-size: 35px;
	}
}

@media screen and (min-width: 576px) and (max-width: 1399px) {


}

@media screen and (min-width: 576px) and (max-width: 767px) {
		.mokuji_button h3 {
		padding-left: 2em;
	}
	.lead_text_ll{
			font-size: 25px;
	}

}
@media screen and (min-width: 576px) {
	/* box
	------------------------ */
	.pt_tit_area .tit_box{
		padding: 0 44px;
	}
	.pt_tit_area .tit_box .illust01,
	.pt_tit_area .tit_box .illust02{
		width: 34px;
	}
	.mokuji_button h3 {
		position: relative;
	}
	.sp-number{
		display: none;
	}

}
@media screen and (max-width: 575px){
		main{
		padding-top: 60px;
	}
	/* header
	------------------------------*/
	header{
		height: unset;
	}

	/* box
	------------------------ */
	.mokuji_button h3{
		font-size: 16px;
	}
	.mokuji_button h3 .number {
		display: none;
	}
	.sp-number_box{
		position: relative;
	}
	.sp-number{
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ed6867;
        padding: 5px;
		font-weight: 600;
	}
	.header-icon .icon img{
	width: 25px;
}
.logo img {
    width: 200px;
}
	/* button
	------------------------------*/

	/* footer
	------------------------------*/
}
@media screen and (max-width: 390px){
	.ds {
        display: inline;
    }
	.double_standard_txt{
		line-height: 2.5;
	}
	.detail_box02{
		    padding: 20px 5px;
	}
}


@media print{
}

/* * 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed; /* ←絶対配置から固定配置に変更 */
  right: 20px;
  top: 20px;
  width: 35px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  background-color: #987ce2;
  transition: all 0.5s;
z-index: 300;
}

.hamburger__line--1 {
  top: 2px;
}

.hamburger__line--2 {
  top: 14px;
}

.hamburger__line--3 {
  top: 26px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 350px; /* 出てくるスライドメニューの幅 */
  height: 100vh;
background-image: url(./img/drwer_menu_bg.png);
        background-size: cover;
        background-position: center;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}

.sp-nav ul li a{
	display: block;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding: 20px 30px;
    box-sizing: border-box;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 4;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

@media screen and (max-width: 1399px) {
    .sp-nav {
        padding: 114px 20px 80px;
    }
}
@media screen and (max-width: 1399px) {
    .sp-nav {
        padding: 114px 20px 80px;
    }
}
@media screen and (min-width: 1400px) {
  .hamburger,
  .sp-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
.hamburger {
  position: absolute;
}
}