@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;
	right: 40px;
	top: 0;
}
.header_lg {
	display: block;
	max-width: 300px;
	width: 100%;
	height: 150px;
	background: url("../img/h1-logo.png") right top / 20% 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: 20px;
		top: 0;
	}
	.header_lg {
		width: 100%;
		max-width: 100%;
		height: 90px;
		background: url(../img/h1-logo.png) 90% top / 12% 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: 72.70833333333334%;
	background: url("../img/kv_back_pc.png?date=240501") left top / 100% no-repeat;
	background-color: #EEF7FF;
}
.kv_catch {
	position: absolute;
    top: 20px;
    left: calc(50% - 30%);
    width: 60%;
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
}
.kv_catch img {
	width: 100%;
	height: auto;
}
.kv_catch_sp img {
	display: none;
}


@media screen and (max-width: 768px) {
	.kv {
		padding-top: 131.25%;
		background: url("../img/kv_back_sp.png?date=240101") center top /cover no-repeat;
        position: relative;
		background-color: #EEF7FF;
	}

	.kv_catch {
		position: absolute;
		top: 20px;
    	width: 90%;
        left: calc(25% - 20%);
	}
    .kv_catch img {
        width: 100%;
		height: auto;
    }
	.kv_catch_sp img {
        display: block;
    }

}

/*===============================
 Campaign
===============================*/
.camp {
	/* background: url("../img/back_sky.png") center bottom / 100% no-repeat; */
	/* padding-bottom: 80px; */
	background-color: #EEF7FF;
}
.plan_area {
	background: url("../img/plan_back01.png"),url("../img/plan_back02.png");
	background-position: left 320px, right bottom;
    background-size: 180px auto, 180px auto;
  	background-repeat: no-repeat, no-repeat;
}
.camp_inner {
	padding: 60px 5.58% 80px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.camp_inner02 {
	padding: 0 5.58% 40px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.camp02 {
	padding-bottom: 80px;
	background-color: #FCFF00;
}
.contentTit01 {
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	padding-bottom: 40px;
}
.contentTit01 img {
	width: 100%;
}

.planBox {
	margin-top: 60px;
	background-color: #fff;
	border-radius: 30px;
  	box-shadow: 6px 6px 0px 0px rgba(14, 73, 181, 1);
	padding: 40px 4.28%;
}

.planCopy {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	margin: 20px auto;
	text-align: center;
	/* background-image: url("../img/n_logo.svg");
	background-repeat: no-repeat;
	background-position: 20px 5px;
	background-size: 2.4rem;
	padding-left: 1rem; */
	position: relative;
}
.planCopy span {
	width: 5% !important;
	vertical-align: middle;
	position: relative;
    top: 4px;
    left: 0;
    padding-right: 5px;
}
.planCopy span img {
	width: 2.4rem;
}
.niconTxt {
  position: relative;
}
.niconTxt::before {
  /* 基本的に変更しないプロパティ */  
  content: '';
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* アイコンとテキストの間隔を調整するプロパティ */
  left: 36%;
  /* アイコンの上下位置を調整するプロパティ */
  transform: translateY(-50%);
  /* アイコンのサイズを調整するプロパティ */
  width: 1.3em;
  height: 1.3em;
  /* 表示させるアイコンのパスを指定 */
  background-image: url("../img/n_logo.svg");
}

.planPctable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #fff;
}
table.planPctable tr{
  border-bottom: solid 1px #666;
}
table.planPctable tr:last-of-type {
	border-bottom: none;
}
table.planPctable th {
	text-align: center;
	padding: 1.6rem 1rem;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2rem;
	border-right: 1px solid #666;
}
table.planPctable td {
	text-align: center;
	padding: 1.6rem 1rem;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.6rem;
	border-right: 1px solid #666;
}
table.planPctable th:last-child,
table.planPctable td:last-child {
	border-right: none !important;
}
table.planPctable th {
	background-color: rgba(242, 242, 242, .7);
}
td.pointBox {
	background-color: #FFF000;
}
td.pointBox p.planPointnum {
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.8rem;
	color: #D82E2B;
}
.planSptable {
	display: none;
}
ul.plan_att {
	margin-top: 30px;
}
ul.plan_att li {
	font-size: 1.3rem;
	padding-left: 2rem;
	text-indent: -2rem;
	padding-bottom: 1rem;
}


.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;
}
}

@media screen and (max-width: 768px) {
.camp {
	padding: 0 0 32px;
	/* background: url("../img/back.png") center top / cover repeat; */
}
.camp_inner {
	padding: 0 5.58% 0px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.plan_area {
	background: url("../img/plan_back01.png"),url("../img/plan_back02.png");
	background-position: -5px 160px, 102% 100%;
    background-size: 70px auto, 70px auto;
  	background-repeat: no-repeat, no-repeat;
}

.planBox {
	margin-top: 60px;
	background-color: #fff;
	border-radius: 30px;
  	box-shadow: 6px 6px 0px 0px rgba(14, 73, 181, 1);
	padding: 40px 6.28%;
}
.contentTit01 {
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	padding-bottom: 0;
}
.contentTit01 img {
	width: 100%;
}
.planCopy {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
	margin: 30px auto 20px;
	text-align: left;
	/* background-image: url("../img/n_logo.svg");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-size: 2rem;
	padding-left: 0rem;
	text-indent: 2.25rem; */
}
.planCopy span {
	width: 5% !important;
	vertical-align: middle;
	position: relative;
    top: 2.4px;
    left: 0;
    padding-right: 5px;
}
.planCopy span img {
	width: 2rem;
}
.planPctable {
	display: none;
}
.planSptable {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #fff;
	display: block;
}
table.planSptable tr{
  border-bottom: solid 1px #666;
}
table.planSptable tr:last-of-type {
	border-bottom: none;
}
table.planSptable th {
	text-align: center;
	padding: 1.6rem 1rem;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.6rem;
	border-right: 1px solid #666;
}
table.planSptable td {
	text-align: center;
	padding: 1.6rem 1rem;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	border-right: 1px solid #666;
}
table.planSptable th:last-child,
table.planSptable td:last-child {
	border-right: none !important;
}
table.planSptable th {
	background-color: rgba(242, 242, 242, .7);
}
.gback {
	background-color: rgba(242, 242, 242, .7);
}
td.pointBox {
	background-color: #FFF000;
}
td.pointBox p.planPointnum {
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.8rem;
	color: #D82E2B;
}
.niconTxt {
  position: relative;
  padding-left: 2rem;
}
.niconTxt::before {
  /* 基本的に変更しないプロパティ */  
  content: '';
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* アイコンとテキストの間隔を調整するプロパティ */
  left: 10%;
  /* アイコンの上下位置を調整するプロパティ */
  transform: translateY(-50%);
  /* アイコンのサイズを調整するプロパティ */
  width: 1.3em;
  height: 1.3em;
  /* 表示させるアイコンのパスを指定 */
  background-image: url("../img/n_logo.svg");
}
}
@media screen and (max-width: 386px) {
	.cp_list02, .cp_list03, .cp_list04{
		margin: -60px auto 0px;
	}
}

/*===============================
 example
===============================*/
.example_area {
	background: url("../img/back_blue.jpg") center center / 100% no-repeat;
	margin: 0px 0 0 0;
	/* background-color: #89CFF3; */
	z-index: 0;
	padding-bottom: 80px;
}
.example_inner {
	padding: 60px 5.58% 60px;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width: 769px) {
	.example_inner {
		width: 1200px;
	}
}

.contentTit02 {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	padding-bottom: 60px;
}
.contentTit02 img {
	width: 100%;
}
.example_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0px 1.28% 0px;
	margin-top: 40px;
	gap: 20px;
}
.itemBox {
	width: 48%;
}
.itemBox p {
	font-size: 1.2rem;
}
.itemImg {
	width: 48%;
	position: relative;
	text-align: center;
}
.itemImg img {
	width: 100%;
	object-fit: cover;
}
.ex_icon {
	width: 40%;
	margin-bottom: 20px;
}
.ex_icon img {
	width: 100%;
}
.exampleNum {
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 40%;
}
.example_tit01 {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 4rem;
	padding: 1rem;
	line-height: 140%;
	letter-spacing: -.05rem;
	text-align: center;
	background-color: #fff;
	display: inline;
}
.commentBox {
	margin-top: 30px;
	background-color: rgba(255, 255, 255, .6);
	padding: 1rem 1.6rem;
}
p.comment  {
	line-height: 150%;
	letter-spacing: 0.03rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.example_area {
		background: url("../img/back_blue.jpg") center top / cover no-repeat;
		margin: 0px 0 0 0;
		/* background-color: #89CFF3; */
		z-index: 0;
		padding-bottom: 0px;
	}
	.example_inner {
		padding: 60px 5.58% 30px;
		margin: 0 auto;
		display: block;
	}
	.example_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 0px 1.28% 0px;
		margin-top: 40px;
		gap: 20px;
	}
	.contentTit02 {
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 80%;
		padding-bottom: 0px;
	}
	.contentTit02 img {
		width: 100%;
	}
	.itemBox {
		width: 100%;
	}
	.itemBox p {
		font-size: 1.2rem;
	}
	.itemImg {
		width: 100%;
		position: relative;
		text-align: center;
	}
	.ex_icon {
		width: 40%;
		margin-bottom: 20px;
		margin-top: -50px;
		position: relative;
		z-index: 10 !important;
	}
	.ex_icon img {
		width: 100%;
	}
	.exampleNum {
		position: absolute;
		top: -60px;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 40%;
	}
	.example_tit01 {
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 3rem;
		padding: 1rem;
		line-height: 140%;
		letter-spacing: -.05rem;
		text-align: center;
		background-color: #fff;
		display: inline;
	}
	.commentBox {
		margin-top: 15px;
	}
	p.comment  {
		margin-bottom: 10px;
		line-height: 150%;
		letter-spacing: 0.03rem;
		font-size: 1.6rem;
	}
}
/*===============================
 service
===============================*/
.service_area {
	margin: 0px 0 0 0;
	background-color: #0088D7;
	z-index: 0;
	padding-bottom: 80px;
}
.service_inner {
	padding: 60px 5.58% 60px;
	margin: 0 auto;
	display: block;
}
.serviceBox {
	background-color: #fff;
	padding: 60px 5.58%;
	margin: 60px auto;
}
.contentTit03 {
	margin-top: -96px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	/* padding-bottom: 40px; */
}
.contentTit03 img {
	width: 100%;
}
.flowImg {
	margin: 40px auto;
}
.flowBox {
	background-color: #DDF2FD;
	border-radius: 6px;
  	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
	padding: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}
.flowNum,.flowNum01 {
	width: 7%;
}
.flowNum figure {
	width: auto;
}
.flowNum01  figure {
	width: auto;
}
.flowNum01 figure {
	margin-bottom: 15px;
}
.flowtxtBox {
	width: 87%;
}
.flowTxt {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: .04rem;
}
.flowTxtsub {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.8rem;
	padding-left: 2rem;
	text-indent: -2rem;
	margin-top: 15px;
}
.pre_infoBox {
	background-color: #FFFFA8;
	padding: 2.4rem 4rem;
	margin: 100px auto 40px;
	text-align: center;
}
.pre_infoTit {
	color: #2C85C7;/*文字色*/
	border: solid 3px #2C85C7;/*線色*/
	background-color: #fff;
	padding: 1rem 2rem;/*文字周りの余白*/
	border-radius: 12px;/*角丸*/
	text-align: center;
	display: inline-block;
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 3rem;
	margin-top: -60px;
}
.pre_infotxt {
	font-family: zen-kaku-gothic-new, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 2.4rem;
	padding-top: 3rem;
	line-height: 180%;
}

@media screen and (min-width: 769px) {
	.service_inner {
		width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.service_area {
		margin: 0px 0 0 0;
		background-color: #0088D7;
		z-index: 0;
		padding-bottom: 40px;
	}
	.service_inner {
		padding: 20px 5.58% 0px;
		margin: 0 auto;
		display: block;
	}
	.serviceBox {
		background-color: #fff;
		padding: 60px 5.58% 20px;
		margin: 60px auto;
	}
	.contentTit03 {
		margin-top: -96px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 80%;
		/* padding-bottom: 40px; */
	}
	.contentTit03 img {
		width: 100%;
	}
	.flowNum {
		margin: 0 auto;
		text-align: center;
	}
	.flowNum figure {
		width: 60px;
	}
	.flowNum01 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 25px;
	}
	.flowNum01 figure {
		width: 60px;
		margin-bottom: 0px;
	}
	.flowtxtBox {
	width: 90%;
}
	.flowTxt {
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		letter-spacing: .04rem;
	}
	.flowTxtsub {
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		letter-spacing: .01rem;
		padding-left: 2rem;
		text-indent: -2rem;
		margin-top: 15px;
	}
	.pre_infoBox {
		background-color: #FFFFA8;
		padding: 2.4rem 2.4rem;
		margin: 100px auto 40px;
		text-align: center;
	}
	.pre_infoTit {
		color: #2C85C7;/*文字色*/
		border: solid 3px #2C85C7;/*線色*/
		background-color: #fff;
		padding: 1rem 2rem;/*文字周りの余白*/
		border-radius: 12px;/*角丸*/
		text-align: center;
		display: inline-block;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		margin-top: -60px;
	}
	.pre_infotxt {
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.8rem;
		padding-top: 3rem;
		line-height: 180%;
	}
}

/*===============================
 contact
===============================*/
.contact_area {
	margin: 0px 0 0 0;
	background-color: #0E49B5;
	z-index: 0;
	padding-bottom: 80px;
}
.contact_inner {
	padding: 60px 5.58% 60px;
	margin: 0 auto;
	display: block;
}
.areaBox {
	background-color: #fff;
	padding: 60px 5.58%;
	margin: 60px auto;
}
.areaTit {
	width: 36%;
	margin-top: -120px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.areaTxt {
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 3.8rem;
	text-align: center;
	padding-top: 30px;
	letter-spacing: .01rem;
}
.areaTxt span {
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 2.6rem;
}
.contactBtn {
	width: 80%;
	margin: 30px auto;
}
.contactBtn img {
	width: 100%;
}
.quo_terms {
	background-color: #fff;
	padding: 0;
	margin: 60px auto;
}
.quo_terms h4 {
	background-color: #ABDCF6;
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 2.6rem;
	text-align: center;
	padding: .7rem;
}
.quo_terms ul {
	padding: 40px 5.58%;
}
.quo_terms ul li {
	text-align: left;
	font-size: 1.6rem;
	padding-left: 2rem;
	text-indent: -2rem;
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
	.contact_inner {
		width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.contact_area {
		margin: 0px 0 0 0;
		background-color: #0E49B5;
		z-index: 0;
		padding-bottom: 40px;
	}
	.contact_inner {
		padding: 20px 5.58% 0px;
		margin: 0 auto;
		display: block;
	}
	.areaBox {
		background-color: #fff;
		padding: 30px 5.58%;
		margin: 30px auto;
	}
	.areaTit {
		width: 60%;
		margin-top: -60px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.areaTxt {
		font-family: nitalago-ruika, sans-serif;
		font-style: normal;
		font-weight: 100;
		font-size: 2.6rem;
		text-align: center;
		padding-top: 30px;
		letter-spacing: -.03rem;
	}
	.areaTxt span {
		font-family: nitalago-ruika, sans-serif;
		font-style: normal;
		font-weight: 100;
		font-size: 1.8rem;
	}
	.quo_terms h4 {
		background-color: #ABDCF6;
		font-family: nitalago-ruika, sans-serif;
		font-style: normal;
		font-weight: 100;
		font-size: 2.6rem;
		text-align: center;
		padding: .7rem;
	}
	.contactBtn {
		width: 100%;
		margin: 30px auto;
	}
	.contactBtn img {
		width: 100%;
	}
	.quo_terms h4 {
		background-color: #ABDCF6;
		font-family: nitalago-ruika, sans-serif;
		font-style: normal;
		font-weight: 100;
		font-size: 2rem;
		text-align: center;
		padding: .7rem;
	}
	.quo_terms ul li {
		text-align: left;
		font-size: 1.4rem;
		padding-left: 2rem;
		text-indent: -2rem;
		line-height: 160%;
	}
}

/*===============================
 About
===============================*/
.about {
	/* background: url("../img/tec_back.jpg") center top / 100% repeat; */
	padding: 80px 0 0px;
}
.about_inner {
	padding: 60px 5.58% 0px;
	margin: 0 auto;
	display: block;
	position: relative;
}
@media screen and (min-width: 769px) {
	.about_inner {
		width: 1200px;
	}
}
.about_boxTit {
	padding: 30px 0% 30px;
    position: relative;
}
.aboutpad {
	padding: 24px 2.28% 44px;
}
.pat85 {
    padding-top: 85px;
}
.about_boxTit p.subtit {
	font-size: 2rem;
	color: #000;
	text-align: center;
	font-weight: 500;
	padding: 1rem .7rem;
}
.about_box02 {
	background-color: #F2EFE7;
	margin: 20px 0 15px;
	padding: 44px 4.28%;
    position: relative;
	border: 16px solid #B6B09F;
}
.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: 6rem;
	text-align: center;
	font-family: essonnes-display, serif;
	font-style: normal;
	font-weight: 700;
	padding: .4rem .7rem;
	color: #000;
}
.aboutTitBox {
	padding: 2rem 0;
	border-bottom: 2rem solid #0F1C37;
}
.aboutTit {
	color: #064A5E;
	font-size: 3.6rem;
	letter-spacing: 0;
	font-family: zen-old-mincho, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: .4rem 1rem .4rem .7rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
}
.aboutTit span {
	color: #064A5E;
	font-size: 2.8rem;
	letter-spacing: 0;
	font-family: zen-old-mincho, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.aboutTit_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
    justify-content: flex-start;
    align-items: center;
}
.about_box_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.about_box_item {
	width: 48%;
	position: relative;
    margin-bottom: 50px;
}

.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;
}

.about_sp {
	display: block;
}
.about_txt {
	color: #000;
	font-size: 1.6rem;
	letter-spacing: .06em;
    line-height: 180%;
	text-align: left;
}
.about_txt02 {
	font-size: 1.6rem;
	letter-spacing: .0rem;
    line-height: 150%;
	text-align: left !important;
}
.about_box_item figure{
	width: 100%;
	height: auto;
	margin: 1rem 0;
}

.caution li {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 150%;
}
span.super {
	vertical-align: super;
	font-size: 1.2rem;
}



@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: 40px 0 0px;
		margin-top: 0;
	}
	.about_inner {
		padding: 0px 5.58% 0px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	.about_boxTit {
		padding: 30px 0% 30px;
		position: relative;
	}
	.about_boxTit p.subtit {
		font-size: 1.6rem;
		color: #000;
		text-align: center;
		font-weight: 500;
		padding: 1rem .7rem;
	}
	.about_box02 {
		background-color: #F2EFE7;
		margin: 20px 0 15px;
		padding: 20px 3.28%;
		position: relative;
		border: 10px solid #B6B09F;
	}
	.pat85 {
		padding-top: 0px;
	}
	.about_box_flex{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block;
	}
	.about_box_item {
		width: 100%;
		position: relative;
		margin-bottom: 50px;
	}
	.about_box_item figure{
		width: 100%;
		height: auto;
		margin: 0rem 0 0;
	}
	.about_boxTit h2 {
		font-size: 3rem;
		text-align: center;
		font-family: essonnes-display, serif;
		font-style: normal;
		font-weight: 700;
		padding: .4rem .7rem;
		color: #000;
	}
	.aboutTitBox {
		padding: 2rem 0;
		border-bottom: 2rem solid #0F1C37;
	}
	.aboutTit {
		color: #064A5E;
		font-size: 2.8rem;
		letter-spacing: 0;
		font-family: zen-old-mincho, sans-serif;
		font-style: normal;
		font-weight: 400;
		padding: .4rem 1rem .4rem .7rem;
		border-bottom: 1px solid #000;
		margin-bottom: 1rem;
	}
	.aboutTit span {
		color: #064A5E;
		font-size: 2%;
		letter-spacing: 0;
		font-family: zen-old-mincho, sans-serif;
		font-style: normal;
		font-weight: 400;
	}
	.about_txt02 {
		font-size: 1.6rem;
		letter-spacing: .0em;
		line-height: 160%;
	}
	.about_item {
		text-align: center;
		padding: 1rem 2rem 2rem;
	}
    .about_sp {
        display: none;
    }
	.about_box_item{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.about_box{
		width: 100%;
	}
	.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;
	}
	.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;
}
.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) {

.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: 0px !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: 80px 5.58% 40px;
	margin: 0 auto;
}
.detail_box {
	background-color: #fff;
	margin: 20px 0 15px;
	padding: 44px 4.28%;
    position: relative;
	border-radius: 50px;
	border: 3px solid #000;
}

.detail_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}
.detail h2 {
	position: relative;
	margin: 0 auto 40px;
	padding: .5rem .5rem .7rem;
	/* background-color: #B6C867; */
	text-align: center;
	color: #006BFF;
	font-size: 4.4rem;
	letter-spacing: 0.05em;
	font-family: ta-f1blockline, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
    text-align: center;
	display: inline-block;
    left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.detail_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    line-height: 180%;
}
.detail_tab {
	width: 100%;
}
.detail_tit {
	font-family: m-plus-rounded-2p, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #006BFF;
	font-size: 2.4rem;
	letter-spacing: 0;
	text-align: center;
	padding-bottom: 40px;
}
.detail_head {
	position: relative;
    display: inline-block;
	padding: 0rem 2rem 1.2rem;
	font-size: 2.2rem;
    font-weight: 700;
	color: #006BFF;
	text-align: left;
	width: 22%;
}
.detail_midashi {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 160%;
	color: #8C6A5D;
	text-align: left;
	letter-spacing: 0;
}
.detail_data {
	width: 100%;
	padding: 0 0 34px;
	font-size: 1.4rem;
    line-height: 180%;
}

.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_box {
		background: #fff;
		margin: 0px 0 15px;
		padding: 40px 4.28% 40px;
		position: relative;
	}
.detail h2{
	font-size: 3.4rem;
	margin-bottom: 20px;
	line-height: 1.5;
	letter-spacing: 0;
}
.detail h2:before{
	width: 6px;
	height: 30px;
}
.detail_flex {
	display: block;
	margin-top: 20px;
}
	.detail_tab {
		display: block;
	}
	.detail_tab {
		width: 100%;
	}
	.detail_inner{
		padding: 10px 3.58% 60px;
	}
	.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: #006BFF;
		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%;
	}
}

/*===============================
 Footer
===============================*/
/* footer */
footer {
	padding: 85px 0 55px 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 .inner .outline h2 {
	width: 323px;
}
footer .inner .outline dl {
	display: flex;
	justify-content: flex-start;
	font-size: 1.2rem;
	margin: 25px 0 0 0;
}
footer .inner .outline dl dt {
	padding: 0;
	margin: 0;
	width: 4em;
	line-height: 1.7;
}
footer .inner .outline dl dd {
	padding: 0;
	margin: 0;
	width: calc(100% - 4em);
	line-height: 1.7;
}
footer .inner .contact {
	width: 370px;
}
footer .inner .contact figure {
	width: 366px;
}
footer .inner .contact p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 15px 0 0 0;
}
footer .permission {
	font-size: 1.2rem;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 45px 0 0 0;
}
footer .permission li {
	position: relative;
	padding: 0 0 0 1.2em;
}
footer .permission li:not(:first-child) {
	margin: 0 0 0 20px;
}
footer .permission li::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	background: #000;
	border-radius: 300px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
footer .copy {
	text-align: center;
	line-height: 1.5;
	font-size: 1rem;
	margin: 25px 0 0 0;
}
@media only screen and (max-width: 768px) {
footer {
	padding: 45px 0 35px 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 .inner .outline h2 {
	width: 70vw;
}
footer .inner .outline dl {
	margin: 15px 0 0 0;
}
footer .inner .contact {
	width: 90vw;
	margin: 20px auto 0 auto;
}
footer .inner .contact figure {
	width: 70vw;
}
footer .permission {
	width: 90vw;
	display: block;
	margin: 25px auto 0 auto;
}
footer .permission li:not(:first-child) {
	margin: 5px 0 0 0;
}
footer .copy {
	width: 90vw;
	margin: 25px auto 0 auto;
}
}

/*===============================
 CV
===============================*/
.cv-top {
	width: 720px;
	padding-top: 60px;
	margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
	margin-top: -300px;
    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;
}
.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;
}

.logintxtBox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.logintxt {
	text-align: center;
	display: inline-block;
	/* background-color: #fff; */
	/* padding: .3rem 0 .3rem .6rem; */
	font-size: 1.8rem;
	font-family: nitalago-ruika, sans-serif;
	font-style: normal;
	font-weight: 100;
}
.logintxtwh {
	color: #fff;
}
.logintxtwh a {
	color: #FFE100;
}
.logintxt a {
	text-decoration: underline;
}
.logintxt a:hover {
	text-decoration: none;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
.cv-top {
	width: 87%;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: -60px; */
	margin-top: -100px;
	position: relative;
}
.cv {
	width: 100%;
	margin: 40px auto 40px;
	position: relative;
}
.cv-last {
	width: 100%;
	margin: 40px auto 40px;
	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);} */
	}

.padlr3 {
	padding-left: 3%;
	padding-right: 3%;
}
.logintxtBox {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.logintxt {
	text-align: center;
	display: inline-block;
	/* background-color: #fff;
	padding: .3rem .6rem .3rem .6rem; */
	font-size: 1.4rem;
}
}
