@charset "utf-8";

/*===============================
 Base
===============================*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: black;
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: black;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}


/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
 Font
===============================*/
html {
	font-size: 10px;
}
body {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.075em;
	width: 100% !important;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400;
}
p, li, dt, dd, th, td {
	line-height: 1.5;
}


/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.col {
	display: flex;
}
.flexStyle01 {
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 1200px;
		background-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	.wrapper {
		width: 100% !important;
		overflow-x: hidden;
	}
	.col_bl {
		display:block!important; 
	}
}
/*===============================
 Header
===============================*/
.header {
	width: 100%;
	height: 95px;
	position: absolute;
	margin: 0 auto;
	z-index: 100;
	left: 0;
	top: 0;
}
.header_inner {
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 2.5% 0;
	width: 100%;
	/* margin: 0 auto;
	padding: 0 2.5%;
	display: -webkit-flex;
	display: flex; */
}
.header_lg {
	margin-top: 10px;
	width: 60px;
	height: 150px;
	position: absolute;
	left: 40px;
	top: 0;
}
.header_lg {
	display: block;
	max-width: 300px;
	width: 100%;
	height: 150px;
	background: url("../img/h-logo.svg") left 30px / 70% auto no-repeat;
	text-indent: -9999px;
	/* cursor: pointer; */
}
.cp_kinen{
	width: 220px;
	position: fixed;
	top: 60%;
	left: 0;
}
.page-top {
	width: 15%;
	margin: 0 ;
	padding: 0 ;
	position: fixed;
	top: 60%;
	left: 0;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

@media screen and (max-width: 768px) {
	.header {
		height: 45px;
		z-index: 1;
	}
	.header_inner {
		padding: 0 3.4375%;
	}
	.header_lg {
		margin-top: 5px;
		width: 70%;
		position: absolute;
		left: 0px;
		top: 15px;
	}
	.header_lg {
		width: 100%;
		max-width: 100%;
		background: url(../img/h-logo.svg) center top / 40% auto no-repeat;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	/* .header_45th{
		margin-top: 10px;
		margin-left: 12px;
		width: 192px;
		background: url("../img/lg_thc_45_wh.png") 0 0 / 100% auto no-repeat;
	} */
	.page-top {
		display: none !important;
	}
}

/*===============================
 Key visual 
===============================*/
.kv {
	position: relative;
	width: 100%;
	padding-top: 58.54166666666667%;
	background: url("../img/kv_back_pc.jpg?date=260501") left top / 100% no-repeat;
}
.kv_catch {
	position: absolute;
    top: 70px;
    left: calc(50% - 30%);
    width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.kv_catch img {
	width: 100%;
	height: auto;
}
.kv_catch_sp img {
	display: none;
}
.giftpre {
	position: absolute;
    top: 0px;
	right: 13%;
	width: 240px;
}

@media screen and (max-width: 768px) {
	.kv {
		padding-top: 156.25%;
		background: url("../img/kv_back_sp.jpg?date=260101") center top / contain no-repeat;
        position: relative;
	}

	.kv_catch {
		position: absolute;
		top: 80px;
    	width: 90%;
        left: calc(25% - 20%);
	}
    .kv_catch img {
        width: 100%;
		height: auto;
    }
	.kv_catch_sp img {
        display: block;
    }
	.giftpre {
		position: absolute;
		top: 0px;
		right: 0;
		width: 120px;
	}
}

/*===============================
 Campaign
===============================*/
.camp {
	background: url("../img/back_plan.jpg") center top / 60% repeat;
	/* background-color: #F1E189; */
	padding-bottom: 80px;
}
.camp02 {
	/* background: url("../img/back01.png") center top / 100% repeat; */
	background-color: #28B5B5;
	/* padding-bottom: 80px; */
}
.camp_inner {
	padding: 0 5.58% 40px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.inner_box {
	box-shadow: 11px 11px 6px 0px rgba(0, 151, 155, 0.5);
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #B4EBE6 calc(100% - 1px)),
						linear-gradient(90deg, transparent calc(100% - 1px), #B4EBE6 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
	padding: 0 6rem 40px;
}
.infoBox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.planTitbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 80px 0 40px;
}
.planCopy {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.plan01flexBox {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
	gap: 15px;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}


.plan0101 h3 {
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.6rem;
}
.plan0101 {
	border-bottom: 1px solid #000;
	margin-top: 30px;
	margin-bottom: 30px;
}
.plan0101:last-child {
	border-bottom: none;
}

.planBox {
	padding: 2rem 6rem;
	background: url("../img/backIn_plan.jpg") center top / 100% repeat;
}

p.plantext {
	line-height: 180%;
	letter-spacing: .1rem;
	font-feature-settings: "palt";
}

.plansubCopy {
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.4rem;
	font-feature-settings: "palt";
}
.plansubCopy02 {
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
	font-feature-settings: "palt";
	-webkit-text-stroke: .05rem #000;
 	text-stroke: .05rem #000;
}

/* plan02 */
.plan02specBox {
	background: url("../img/plan02_specbk.jpg") center top / cover repeat;
	padding: 2rem 1.6rem;
}
.specLogo {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.specname {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	font-feature-settings: "palt";
}
.price {
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10rem;
	font-feature-settings: "palt";
	line-height: 1;
	letter-spacing: -.1.4rem;
	color: #fff;
	text-align: right;
}

.price span.manen {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 3.4rem;
	color: #fff;
	font-feature-settings: "palt";
}
.price span.tax {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.6rem;
	color: #fff;
	font-feature-settings: "palt";
}
.specBox {
	background-color: #cfe9e9;
	padding: 1.6rem 2rem;
	margin-top: 30px;
	font-feature-settings: "palt";
	letter-spacing: .03rem;
}

ul.itemPoint {
	counter-reset: my-counter 0; /* my-counter を 0 にリセット */
	margin-top: 30px;
}
/* リストアイテム：カウンターの加算と::beforeの設定 */
ul.itemPoint li {
	counter-increment: my-counter 1; /* my-counter を +1 ずつ加算 */
	position: relative;
	list-style: none;
	/* 下線を表示する位置と幅（textの長さに合わせる） */
	background: repeating-linear-gradient(
		to right,
		#0098a8 0px,
		#0098a8 1px,       /* 縦棒の太さ（3px） */
		transparent 1px,
		transparent 4px    /* 縦棒の間隔（10px） */
	);
	background-position: bottom;
	background-size: 100% 8px; /* 線の高さ（太さ）を6pxに指定 */
	background-repeat: no-repeat;
	padding-bottom: 4px; /* 文字と線の間に少し余白を作る */
	padding-top: 20px;
}
ul.itemPoint li p.pointCopy::before {
	content: "";
	display: inline-block;
	width: 30px;
    height: 30px;
	vertical-align: middle;
	position: absolute;
	top: 26px;
    margin-left: -4rem;
}
ul.itemPoint li p.pointCopy {
	margin-left: 5rem;
}

ul.itemPoint li p.item-1::before { 
	background-image: url(../img/plan02_num_01.png);
	background-size: contain;
}
ul.itemPoint li p.item-2::before { 
	background-image: url(../img/plan02_num_02.png);
	background-size: contain;
}
ul.itemPoint li p.item-3::before { 
	background-image: url(../img/plan02_num_03.png);
	background-size: contain;
}
ul.itemPoint li p.item-4::before { 
	background-image: url(../img/plan02_num_04.png);
	background-size: contain;
}
ul.itemPoint li p.item-5::before { 
	background-image: url(../img/plan02_num_05.png);
	background-size: contain;
}
ul.itemPoint li p.item-6::before { 
	background-image: url(../img/plan02_num_06.png);
	background-size: contain;
}
ul.itemPoint li p.pointCopy {
	color: #0098a8;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.6rem;
	letter-spacing: 0rem;
	font-feature-settings: "palt";
}
p.pointTxt {
	line-height: 180%;
	letter-spacing: .1rem;
	font-feature-settings: "palt";
	padding-left: 5rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.planItem {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/* plan03 */

.plan03sub {
	line-height: 180%;
	letter-spacing: .1rem;
	font-feature-settings: "palt";
	color: #0098a8;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.6rem;
}
.plan03flexBox {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0px;
}
.plan03Item {
	background-image: linear-gradient(45deg, #86c3c8, #009fc9);
	padding: 2.4rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.plan03Item img {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.bg_yl {
	background-color: #F9E99E;
}


.camp_img img {
    width: 100%;
    height: auto;
}
.mab20 {
    margin-bottom: 20px;
}
.mab40 {
    margin-bottom: 40px;
}
.mab60 {
    margin-bottom: 60px;
}
.mab80 {
    margin-bottom: 80px;
}
.conf{
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
.camp_inner {
	width: 1200px;
}
.more_inner {
	width: 1200px;
}
}

@media screen and (max-width: 768px) {
.camp {
	padding: 0 5.58% 32px;
	/* background: url("../img/back.png") center top / cover repeat; */
}
.camp02 {
	/* background: url("../img/back01.png") center top / 100% repeat; */
	background-color: #28B5B5;
	padding-top: 40px;
}
.camp_inner {
	padding: 0px 0% 0px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.inner_box {
	box-shadow: 5px 5px 3px 0px rgba(0, 151, 155, 0.5);
	/* 方眼紙模様に必須のスタイル */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #B4EBE6 calc(100% - 1px)),
						linear-gradient(90deg, transparent calc(100% - 1px), #B4EBE6 calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
	background-color: #fff;
	padding: 0 2rem 40px;
}
.sp_pat60 {
	padding-top: 60px;
}
.planTitbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 40px 0 20px;
}
.planCopy {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.plan01flexBox {
	display: block;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
	gap: 15px;
}
/* plan01 */
.plan0101 h3 {
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.4rem;
	-webkit-text-stroke: 0.06rem #000;
 	text-stroke: 0.06rem #000;
}
.plan0101 {
	border-bottom: 1px solid #000;
	margin-top: 30px;
	margin-bottom: 0px;
}
.plan0101:last-child {
	border-bottom: none;
}

.planBox {
	padding: 2rem 2rem;
	background: url("../img/backIn_plan.jpg") center top / 100% repeat;
}
.w40 {
	width: 100%;
}
.w50 {
	width: 100%;
}

.plansubCopy02 {
	text-align: center;
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	font-feature-settings: "palt";
	-webkit-text-stroke: .05rem #000;
 	text-stroke: .05rem #000;
	padding-top: 20px;
}

.sp_pat20 {
	padding-top: 20px;
}

/* plan02 */
.plan02specBox {
	background: url("../img/plan02_specbk.jpg") center top / cover repeat;
	padding: 2rem 1.6rem;
}
.specLogo {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.specname {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	font-feature-settings: "palt";
}
.price {
	font-family: ten-mincho-text, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 6.4rem;
	font-feature-settings: "palt";
	line-height: 1;
	letter-spacing: -.04rem;
	color: #fff;
	text-align: right;
}

.price span.manen {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.4rem;
	color: #fff;
	font-feature-settings: "palt";
}
.price span.tax {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.2rem;
	color: #fff;
	font-feature-settings: "palt";
}
.specBox {
	background-color: #cfe9e9;
	padding: 1.6rem 2rem;
	margin-top: 30px;
	font-feature-settings: "palt";
	letter-spacing: .03rem;
}
ul.itemPoint li p.pointCopy {
	margin-left: 3rem;
}
ul.itemPoint li p.pointCopy::before {
	content: "";
	display: inline-block;
	width: 24px;
    height: 24px;
	vertical-align: middle;
	position: absolute;
	top: 26px;
    margin-left: -3rem;
}
ul.itemPoint li p.pointCopy {
	color: #0098a8;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2.2rem;
	letter-spacing: -.04rem;
	font-feature-settings: "palt";
}
p.pointTxt {
	line-height: 160%;
	letter-spacing: .1rem;
	font-feature-settings: "palt";
	padding-left: 3rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.planItem {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.bg_yl {
	background-color: #F9E99E;
}

/* plan03 */
.plan03sub {
	line-height: 180%;
	letter-spacing: .1rem;
	font-feature-settings: "palt";
	color: #0098a8;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.8rem;
	padding-bottom: 20px;
}
.plan03flexBox {
	display: block;
	justify-content: center;
	align-items: stretch;
	gap: 0px;
}
}


/*===============================
 About
===============================*/
.about {
	background: url("../img/tec_back.jpg") center top / 70% repeat;
	padding: 80px 0 60px;
}

.about_boxTit {
	background-color: #181D31;
	margin: 20px 0 0px;
	padding: 30px 4.28% 30px;
    position: relative;
	/* border-radius: 50px; */
	color: #fff;
}
.aboutpad {
	padding: 24px 2.28% 44px;
}
.pat85 {
    padding-top: 85px;
}
.about_boxTit p.subtit {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 1rem .7rem;
}
.about_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 52px 4.28% 26px;
}
.about_boxTit h2 {
	font-size: 5rem;
	text-align: center;
	font-family: belarius-sans, sans-serif;
	font-style: normal;
	font-weight: 800;
	padding: .4rem .7rem;
}
/* 要素の背景色のみ右端いっぱい */
.about_box01 {
	margin-left: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
}
.about_box02 {
	margin-right: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
}
  /* レイアウトのためのCSS */
  .about_container {
	height: auto;
	width: 100%;
  }
  .about_innercontents {
	margin-inline: auto;
	max-width: 1030px;
	width: 100%;
  }
  .about_box01 {
	align-items: center;
	background-color: #ccc;
	border-radius: 0px 50px 50px 0px;
	font-size: 20px;
	height: auto;
	line-height: 1.5;
	text-align: center;
  }
  .about_box02 {
	align-items: center;
	background-color: #E1D7C6;
	border-radius: 50px 0px 0px 50px;
	font-size: 20px;
	height: auto;
	line-height: 1.5;
	text-align: center;
}
.about_box_item {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	position: relative;
}
.about_box_item {
	/* width: 50%; */
	max-width: 1000px;
	position: relative;
    margin-bottom: 50px;
	padding: 2rem;

}
.about_box_item02 {
	width: 50%;
	padding: 3rem 3rem 4rem 3rem;
	/* background-color: #4A4A48; */
	/* box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.3); */
}
.aboutcolor01 {
	background-color: rgba(247, 241, 222, 0.6);
}
.aboutcolor02 {
	background-color: rgba(232, 237, 242, 0.6);
}
.order-01 {
	order: 1;
}
.order-02 {
	order: 2;
}
.about_item {
	text-align: center;
	padding: 0 2rem;
}

.mat20 {
    margin-top: 20px;
}
.mat40 {
    margin-top: 40px;
}
.top-60 {
	position: relative;
	top: -60px;
}

.aboutTit_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
    justify-content: flex-start;
    align-items: center;
}

.aboutpad02 {
	padding: 0rem 2rem 0rem 2rem;
}

.aboutTitsub {
	padding: 1rem 0 0;
	font-size: 2rem;
	letter-spacing: 0rem;
	font-weight: 700;
	text-align: center;
}
.aboutTit02 {
	padding: 1rem 0 0rem;
	margin-bottom: 2rem;
	font-size: 4rem;
	letter-spacing: .7rem;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-feature-settings: "palt";
	line-height: 120%;
	text-align: center;
	display: inline-block;
}

.about_sp {
	display: block;
}
.about_txt {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: .06em;
	font-feature-settings: "palt";
    line-height: 180%;
}
.about_txt02 {
	font-size: 1.6rem;
	letter-spacing: .0rem;
    line-height: 150%;
	font-feature-settings: "palt";
	text-align: left !important;
}
.about_box_item figure{
	width: 50%;
	height: auto;
	margin: 1rem 0;
}
.about_wallbox figure img{
	width: 100%;
	height: auto;
}
.about_scheBox {
	padding: 2rem 3rem;
}

.tec_comme li {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 150%;
	font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
	.about_wallbox:first-of-type{
	margin-right: 11.11%;
}
}
@media screen and (max-width: 768px) {
	.about {
		background: url("../img/tec_back.jpg") center top / 100% repeat;
		/* padding-bottom: 60px; */
		padding: 60px 0 60px;
		margin-top: 0;
	}
	.about_boxTit {
		background-color: #181D31;
		margin: 20px 4.28% 0px;
		padding: 30px 2.28% 30px;
		position: relative;
		/* border-radius: 50px; */
		color: #fff;
	}
	.about_boxTit p.subtit {
		font-size: 1.6rem;
		color: #fff;
		text-align: center;
		font-weight: 500;
		padding: 1rem .7rem;
	}

	.pat85 {
		padding-top: 0px;
	}
	.aboutpad {
		padding: 20px 2.28% 44px;
	}
	.aboutpad02 {
		padding: 0;
	}
	/* 要素の背景色のみ右端いっぱい */
	.about_box01 {
		margin-left: calc(50% - 50vw);
		padding-left: calc(50vw - 50%);
	}
	.about_box02 {
		margin-right: calc(50% - 50vw);
		padding-right: calc(50vw - 50%);
	}
	.about_container {
		height: auto;
		width: 100%;
	}
	.about_innercontents {
		margin-inline: auto;
		max-width: 100%;
		width: 100%;
		padding: 30px 4.28% 0px;
	}
	.about_flex {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 5.35% 10px;
	}
	.aboutTit_box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		justify-content: center;
		align-items: center;
		padding: 0 2rem;
	}
	.about_boxTit h2 {
		font-size: 2.8rem;
		text-align: center;
			font-family: belarius-sans, sans-serif;
		font-style: normal;
		font-weight: 800;
		padding: .4rem .7rem;
		color: #fff;
	}
	.about_box01 {
		align-items: center;
		background-color: #ccc;
		border-radius: 0px 50px 50px 0px;
		font-size: 20px;
		height: auto;
		line-height: 1.5;
		text-align: center;
	  }
	.about_box02 {
		align-items: center;
		background-color: #E1D7C6;
		border-radius: 50px 0px 0px 50px;
		font-size: 20px;
		height: auto;
		line-height: 1.5;
		text-align: center;
	}
	.aboutTitsub {
		padding: 0rem 0 0;
		font-size: 1.8rem;
		letter-spacing: .0rem;
		/* font-family: 'Noto Sans JP', sans-serif; */
		font-weight: 400;
		font-style: normal;
		text-align: center;
	}
	.sp_pat20 {
		padding-top: 20px !important;
	}
	.sp_pad60 {
		padding-top: 60px !important;
	}
	.aboutTit02 {
		padding: 1rem 0 0rem;
		margin-bottom: 2rem;
		font-size: 3.6rem;
		letter-spacing: .7rem;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-feature-settings: "palt";
		line-height: 120%;
		text-align: center;
		display: inline-block;
	}
	.about_txt02 {
		font-size: 1.6rem;
		letter-spacing: .0em;
		line-height: 160%;
	}
	.about_box_item figure{
		width: 80%;
		height: auto;
		margin: 2rem 0 0;
	}
	.about_box_gold{
		font-size: 1.5rem;
	}
    .about_sp {
        display: none;
    }
	.about_box_item{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.about_box{
		width: 100%;
	}
	.about_box_navy{
		font-size: 1.8rem;
		color: #0F1C37;
		font-weight: bold;
		text-align: left;
		margin-bottom: 28px;
		letter-spacing: 0.03em;
	}
.about_box_flex{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about_box_flex02{
	display: block;
    margin-top: 0;
    padding: 0 0rem 0rem;
}
.about_box_item {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	height: auto;
	padding: 0;
}
.about_box_item02 {
	width: 100%;
	padding: 1rem 2rem 4rem 2rem;
}
.order-01 {
	order: 2;
}
.order-02 {
	order: 1;
}
.tec_comme {
	padding: 40px 1.58% 20px;
}
.caution li {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 150%;
}
span.super {
	vertical-align: super;
	font-size: 1rem;
}
.sp_mat15 {
	margin-top: 15px;
}
.sp_mat30 {
	margin-top: 15px;
}
}

/*===============================
 bg
===============================*/
.bg_navy {
	background-color: #0F1C37;
}
.bg_wh {
	background-color: #fff;
}
.bg_gray {
	background-color: #BDCDD6;
}


.text-center {
	text-align: center;
}
.mat10 {
	margin-top: 10px;
}
.mat40 {
	margin-top: 40px;
}
.mat60 {
	margin-top: 60px;
}
.mat80 {
	margin-top: 80px;
}
.pat60 {
	padding-top: 60px;
}
.pat40 {
	padding-top: 40px;
}
.pat10 {
	padding-top: 10px;
}
.pat20 {
	padding-top: 20px;
}
.pab10 {
	padding-bottom: 10px !important;
}
.pab40 {
	padding-bottom: 40px !important;
}
.pab80 {
	padding-bottom: 80px !important;
}
.pcpat40 {
	padding-top: 40px;
}
.pcpar30 {
	padding-right: 30px;
}


@media screen and (min-width: 769px) {

.benefit_txt_pc {
	display: block;
}
.benefit_txt_sp {
	display: none;
}
.pc_on {
	display: block !important;
}
.pc_no {
	display: none;
	}
.sp_on {
	display: none;
}
.sp_no {
  display: none;
}
.pc_mat60 {
	margin-top: 60px !important;
}
}
@media screen and (max-width: 768px) {
.pc_no {
	display: none;
	}
.pc_on {
	display: none;
}
.sp_on {
	display: block;
}
.life_sp{
	display: block;
}


.pab40 {
	padding-bottom: 10px !important;
}
.pab20 {
	padding-bottom: 20px !important;
}
.pab80 {
	padding-bottom: 60px !important;
}
.pat60 {
    padding-top: 0px !important;
}


.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 30px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.4rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700 !important;
	letter-spacing: 0;
}
}

/*===============================
 Detail
===============================*/
.detail {
	background: #fff;
}
.detail_inner {
	padding: 60px 5.58% 40px;
	margin: 0 auto;
}

.detailTitbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 40px 0;
}
.detailCopy {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 4rem;
	line-height: 2;
	color: #00a99d;
	text-align: center;
	background-color: #fff;
	display: inline; /* 複数行対応の必須設定 */
	box-decoration-break: clone;  
  	-webkit-box-decoration-break: clone;
	padding: 0rem .5rem .2rem .5rem;
	font-feature-settings: "palt";
}
.detailCopy span {
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.detail_box {
	/* background-color: #fff; */
	margin: 0px 0 15px;
	padding: 0px 5.28%;
    position: relative;
}
.detail_box ul,.detail_box p {
	padding-left: 3rem;
}
.detail_box p {
	line-height: 150%;
}
.detail_sub {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3.2rem;
	text-align: center;
	color: #00a99d;
	margin-bottom: 30px;
}
h4.detail_spitem {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	position: relative;
	padding-left: 2.6rem;/*アイコン分のスペース*/
	color: #3F9AAE;
	margin-bottom: 15px;
	margin-top: 30px;
}
h4.detail_spitem::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.detail_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

.detail_box ul li {
	text-indent: -1.6rem;
	padding-left: 1.6rem;
	padding-top: .6rem;
}

.detail_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    line-height: 180%;
}
.detail_tab {
	width: 81%;
}

.detail_midashi {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 160%;
	color: #8C6A5D;
	text-align: left;
}
.detail_data {
	width: 100%;
	padding: 0 0 34px;
	font-size: 1.4rem;
    line-height: 180%;
}

.sa_title {
	border: 8px solid #eee;
	background-color: #fff;
	cursor: pointer;
	padding: 2rem 1rem;
	position: relative;
	text-align: center;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
}
.sa_title:hover {
	border: 8px solid #eee;
	color: #999;
	background-color: #F9F9F9;
}
.sa_title::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 4rem;/*サイズ*/
	right: 30%;/*アイコンの位置*/
	top: 1rem;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.sa_title.open::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d8";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 4rem;/*サイズ*/
	right: 30%;/*アイコンの位置*/
	top: 1rem;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.sa_box {
	height: 0;
	overflow: hidden;
	transition: height .5s ease;
}
.sa_box-inner {
	background: #efefef;
	padding: 1.6rem 3rem 0rem;
}
.sa_box-inner p {
	line-height: 160%;
}

.mat15 {
    margin-top: 15px;
}
.mat30 {
    margin-top: 30px;
}
.commentTxt {
    margin-top: 60px;
}
.detail_data p,.detail_data li {
    line-height: 180%;
}
.text-center {
    text-align: center;
}
/* .detail_data li:first-of-type{
	padding-top: 18px;
} */
.detail_data_pt{
	padding-top: 18px;
}
.detail_data_pb{
	padding-bottom: 18px;
}
.detail_privacy{
	font-size: 1.4rem;
	padding: 18px 0;
}
.detail_privacy li{
	list-style: none;
}
.detail_privacy a{
	text-decoration: underline;
  color: inherit;
}
.detail_privacy li span:first-of-type{
	width: 2.87%;
}
.detail_privacy li span:last-of-type{
	width: 97.1%;
}
/* .detail_data ul:nth-of-type(1){
	margin: 18px 0;
} */
.detail_data li span:first-of-type{
	width: 2.87%;
}
.detail_data li span:last-of-type{
	width: 97.1%;
}
@media screen and (min-width: 769px) {
	.detail_inner {
	width: 1200px;
}
}
@media screen and (max-width: 768px) {
.detail_inner{
	padding: 40px 3.58% 60px;
}
.detail_box {
	/* background: #F9FBFC; */
	margin: 0px 0 15px;
	padding: 0px 4.28% 0px;
	position: relative;
}

.detailCopy {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 2;
	color: #00a99d;
	text-align: center;
	background-color: #fff;
	display: inline; /* 複数行対応の必須設定 */
	box-decoration-break: clone;  
  	-webkit-box-decoration-break: clone;
	padding: 0rem .5rem .2rem .5rem;
	font-feature-settings: "palt";
}
.detail_box ul,.detail_box p {
	padding-left: 0rem;
}
.detail_sub {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	color: #00a99d;
	margin-bottom: 30px;
}
h4.detail_spitem {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	position: relative;
	padding-left: 2.2rem;/*アイコン分のスペース*/
	color: #3F9AAE;
	margin-bottom: 15px;
	margin-top: 30px;
}
h4.detail_spitem::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.detail_flex {
	display: block;
	margin-top: 20px;
}
.detail_box ul li {
	text-indent: -2rem;
	padding-left: 2rem;
	padding-top: .6rem;
}
	.detail_tit {
		font-family: m-plus-rounded-2p, sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #008DDA;
		font-size: 2rem;
		letter-spacing: -0.15rem;
		text-align: center;
	}
	.detail_head {
		position: relative;
		display: block;
		width: 100%;
		font-size: 2rem;
		font-weight: 700;
		color: #FF9843;
		text-align: left;
		padding: 0;
	}
	.detail_head:after {
		display: none;
	}
	.detail_midashi {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 160%;
		color: #8C6A5D;
		text-align: left;
		padding-top: 1rem;
		letter-spacing: -.07rem;
		text-indent: -1rem;
		padding-left: 1rem;
	}
	.indent_midashi {
		text-indent: -1rem;
	}
	.detail_data {
		width: 100%;
		padding: 1rem 1.4rem 14px;
		font-size: 1.4rem;
	}
	.detail_privacy{
		font-size: 1.4rem;
		padding: 18px 0 30px;
		word-break: break-all;
	}
	.detail_data li span:first-of-type{
		width: 6.87%;
	}
	.detail_data li span:last-of-type{
		width: 100%;
	}
.sa_title {
	border: 8px solid #eee;
	background-color: #fff;
	cursor: pointer;
	padding: 2rem 1rem;
	position: relative;
	text-align: center;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
}
.sa_title:hover {
	border: 8px solid #eee;
	color: #999;
	background-color: #F9F9F9;
}
.sa_title::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 3rem;/*サイズ*/
	right: 5%;/*アイコンの位置*/
	top: 25%;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.sa_title.open::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d8";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 3rem;/*サイズ*/
	right: 5%;/*アイコンの位置*/
	top: 25%;/*アイコンの位置*/
	color: #3F9AAE; /*アイコン色*/
	font-weight: 900;
}
.sa_box {
	height: 0;
	overflow: hidden;
	transition: height .5s ease;
}
.sa_box-inner {
	background: #efefef;
	padding: 1.6rem 3rem 0rem;
}
}

/*===============================
 Footer
===============================*/
/* footer */
footer {
	padding: 60px 0 30px 0;
}
footer .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding: 10px 0;
}
/* footer .inner::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #9f9f9f;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
} */
footer .inner .outline {
	width: 390px;
	margin: 0 0 0 60px;
}

footer .copy {
	text-align: center;
	line-height: 1.5;
	font-size: 1.2rem;
	margin: 25px 0 0 0;
}
.sticky-button-wrapper {
	display: none;
}
@media only screen and (max-width: 768px) {
footer {
	padding: 30px 0 20px 0;
}
footer .inner {
	display: block;
	padding: 0;
}
footer .inner::before {
	content: none;
}
footer .inner .outline {
	width: 90vw;
	margin: 0 auto;
	border-bottom: 1px solid #9f9f9f;
	padding: 0 0 20px 0;
}

footer .copy {
	width: 90vw;
	margin: 25px auto 0 auto;
}



.btn {
  display: block;
  /* background-color: rgba(255, 255, 255, .6); */
  /* color: white; */
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
}
.stepin_fixed_bottom {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  /* background-color: #ccc1aa; */
  background-color: rgba(204, 193, 170, .4);
  box-sizing: border-box;
  padding: 0;
  z-index: 100;
}
.stepin_fixed_bottom[aria-expanded=false] {
  bottom: -200px;
  transition: .5s;
}
.stepin_fixed_bottom[aria-expanded=true] {
  bottom: 0px;
  transition: .5s;
}


}

/*===============================
 CV
===============================*/
.cv-top {
	width: 720px;
	padding-top: 60px;
	/* margin-bottom: 40px; */
    margin-left: auto;
    margin-right: auto;
	margin-top: -160px;
    position: relative;
	display: 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;
}
.cv-top a img{
    width: 100%;
	max-width: 720px;
}
.cv-top a{
  margin-left: auto;
  margin-right: auto;  
}
.cv-top a:hover {
	/* transform: translateY(0.1875em); */
    animation-play-state: paused;
}


.btn-box.poyopoyo {
  animation: poyopoyo-reverse 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo-reverse {
  /* ベースの状態：等倍 */
  0%, 40%, 60%, 80%, 100% {
    transform: scale(1.0);
  }
  /* 膨らむ状態：1.05倍（お好みで1.1などに調整してください） */
  50%, 70% {
    transform: scale(1.05);
  }
}




.yureru-j{
    animation: yureru-j 3s  infinite;
}
/* @keyframes yureru-j {
	0% {
    	top: -4px;
			box-shadow: 0px 8px 4px 0px rgba(0,0,0,0.4);
  }
  50% {
			top: 0;
			box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
	}
} */
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
}
/* @keyframes yureru-j {
	0% {transform: translate(0px, 2px);}
	5% {transform: translate(0px, -2px);}
	10% {transform: translate(0px, 2px);}
	15% {transform: translate(0px, -2px);}
	20% {transform: translate(0px, 2px);}
	25% {transform: translate(0px, -2px);}
	30% {transform: translate(0px, 0px);}
} */

.cv a,.cv02 a {
	width: 720px;
	padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	position: relative;
	display: 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;
}
.cv a img,.cv02 a img{
    width: 100%;
	max-width: 840px;
}

.cv,.cv02 {
  margin-left: auto;
  margin-right: auto;
}
.cv a:hover,.cv02 a:hover {
	animation-play-state: paused;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
.cv-top {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: -60px; */
	margin-top: -180px;
	position: relative;
}
.cv {
width: 85%;
margin: 40px auto 40px;
position: relative;
}
.cv02 {
	width: 75%;
	margin: 10px auto 10px;
	position: relative;
	}
.cv-top a img{
    width: 100%;
	max-width: 100%;
}
.cv a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv a img{
    width: 100%;
	max-width: 100%;
}
.cv02 a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv02 a img{
    width: 100%;
	max-width: 100%;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
	}

}
