@charset "UTF-8";


/*========================================================*/
/*      					共通CSS  			  		  */
/*=======================================================*/


/* ノーマル指定 */
table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.clear {
	clear: both;
}
strong{
	font-weight:normal;
}
/* 2行目以降の文字を一文字ずらす */
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
/* 先頭の文字を一文字ずらす */
.indent02{
	text-indent: 1em;
}
/* 半角分文字をずらす */
.indent03{
	text-indent: 0.6em;
}
/* 全体の文章を１文字分右にずらす */
.indent04{
	padding-left: 1em;
}
.tj{
	text-align: justify;/*文字両端ぞろえ*/
}
.marker {
	background: linear-gradient(transparent 60%, #ffd1ea 60%);
}
.marker2 {
	background: #fdf8af;
	padding: 0px 4px;
	/*margin: 0 5px 2px 0;*/
}
.lesp{
	letter-spacing: -0.1em;
}
.btm{
	padding-bottom: 2vw;
}
.btm50{
	padding-bottom: 50px;
}
.brs20{
	border-radius: 20px;
}
@media (max-width: 768px) {
	.lesp{
		letter-spacing: 0em;
	}
}

/*PCのみ表示*/
@media screen and (max-width: 1024px) {
	.pc{
		display:none;
	}
	.sptx-c {
		text-align: center;
	}
}
/*スマホのみ表示*/
@media print, screen and (min-width: 569px) {
	.sp {
		display: none;
	}
}
/*タブレットのみ表示*/
@media not all and (min-width: 569px) and (max-width: 1024px) {
	.tab{
		display:none;
	}
}
@media print {
	.tab{
		display:none;
	}
}
/*PC・タブレットのみ表示*/
@media screen and (max-width: 568px) {
	.pc-tab{
		display:none;
	}
}
/*リンクの位置調整(Btype)*/
a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
@media screen and (max-width: 568px) {
	a.anchor {
		display: block;
		padding-top: 90px;
		margin-top: -90px;
	}
}

/* ページトップボタン */
#page_top{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	opacity: 0.6;
	z-index:99;
}
#page_top a{
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 50px;
	color: var(--accent-color1);
}

/* 背景括り */
.contentsbg {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	.contentsbg {
		padding: 30px 15px 15px 15px;
	}
}
/* 背景括り */
div.contentsbg2 {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	div.contentsbg2 {
		padding: 10px 15px 15px 15px;
	}
}

/* Gmap */
.fullOuterMap{
	width: 100%;
	position: relative;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	margin-top: -70px;	/*セクションのbottomに被せる*/

	z-index: 1; /* 背景画像より上に表示 */ 
}
.fullInner{
	width:100%;
}
.gmp {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}
.gmp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 568px) {
	.gmp {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	}
}

/*======================================================*/
/* 文字・色・罫線・フォント・幅・リンク色CSS			  */
/*======================================================*/


/* 文字・余白・色など */
.tx-l {
	text-align: left;
}
.tx-r {
	text-align: right;
}
.tx-r2 {
	text-align: right;
}
.tx-c {
	text-align: center;
}
.tx-c2 {
	text-align: center;
}
.tx-c3 {
	text-align: center;
}
.tx-fit {
	inline-size: fit-content;
	margin-inline: auto;
}
.mt10{
	margin-top: 10px;
}
.mb00{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.f-12 {
	font-size: 12px;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}
.f-15 {
	font-size: 15px;
}
.f-16 {
	font-size: 16px;
}
.f-16s {
	font-size: 16px;
}
.f-17 {
	font-size: 17px;
}
.f-20 {
	font-size: 20px;
}
.f-20s {
	font-size: 20px;
}
.f-20m {
	font-size: 20px;
}
.f-30s {
	font-size: 30px;
}
.f13-14{
	font-size:clamp(13px, 2vw, 15px);
}
.f14-16{
	font-size:clamp(14px, 3vw, 16px);
}
.f16-20{
	font-size:clamp(16px, 3vw, 20px);
}
.f17-20{
	font-size:clamp(17px, 3vw, 20px);
}
.f18-25{
	font-size:clamp(20px, 1.4vw, 30px);
}
.f20-30{
	font-size:clamp(20px, 3vw, 30px);
}
.f-la {
	font-size: large;
}
.f-xla {
	font-size: x-large;
}
.f-famm {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.f-fama {
	font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
}
.lihei14{
	line-height: 1.4;
}
.lihei16{
	line-height: 1.6;
}
.lihei19{
	line-height: 1.9;
}
.lihei2{
	line-height: 2;
}
.emp {
	font-weight: bold;	/*デザイン的強調 emphasis*/
}
.empcolor {
	color: var(--main-color);	/*サイト主要色*/
}
.accentColor {
	color: var(--accent-color1);	/*サイトアクセント色1*/
}
.accentColor2 {
	color: var(--accent-color2);	/*サイトアクセント色2*/
}
.colorPink{
	color: #dd517f;
}
.colorOrange{
	color: #e1a300;
}
.colorRed{
	color: #d30000;
}
.colorPurple{
	color: #5a0797;
}
.colorBlue{
	color: #021494;
}
.colorWhite{
	color: #fff;
}
.colorBlack{
	color: #222;
}
.colorGray{
	color: #636363;
}
@media screen and (max-width: 568px) {

	.f-16s {
		font-size: 12px;
	}

	.f-20s {
		font-size: 18px;
	}
	.f-20m {
		font-size: 16px;
	}
	.f-30s {
		font-size: 22px;
	}
	.tx-c2 {
		text-align: left;
	}
	.tx-r2 {
		text-align: left;
	}
	.f-la {
		font-size: 17px;
	}
}
@media screen and (max-width: 768px) {
	.tx-c3 {
		text-align: justify;
	}
}

/*文字縁取り*/
.fuchidori {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0 -1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*リンクオンマウス時アンダーライン*/
a.onmouse:hover{
	text-decoration: underline;
	color:var(--accent-color1);
}

/*リンク アンダーライン*/
a.unli{
	text-decoration: underline;
	color:#00A9DD;
}
a.unli:hover{
	color:#72d5f3;
}

/* コンテンツ幅 */
div.haba{
	margin: 0 8%;
	padding: 2% 0 0 0;
}
@media only screen and (max-width: 768px)  {
	div.haba{
		margin: 0;
		padding: 2% 0 0 0;
	}
}
div.haba2{
	margin: 0 18%;
	padding: 0;
}
@media only screen and (max-width: 768px)  {
	div.haba2{
		margin: 0;
		padding: 0 1%;
	}
}

/*パンくずリスト(Atypeのみ使用)*/
#pankuzu {
    font-size: 12px;
    color: #666666;
    padding-top: 20px;
}
.panbk{
	background-color: #ffffffb7;
	padding: 5px;
	border-radius: 10px;
}


/*罫線*/
hr{
	height: 1px;
	border: none;
	margin: 15px auto;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color1);
	margin: 20px auto;
}
hr.no{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}

.svgicon02 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}


/*======================================================
					タイトルCSS
======================================================*/

/*タイトル	デザイン色々 */

/*＼　／でタイトルを囲む*/
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(18px, 2.4vw, 25px);
	text-align: center;
	border: 0;
	margin-bottom: 10px;
	color: var(--accent-color1);
}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 45px;
	background-color: var(--main-color);
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

/*背景に英字*/
.heading06 {
	color: var(--main-color);
	position: relative;
	padding-top: clamp(30px, 4.7vw, 55px);
	padding-bottom: 25px;
	font-size: clamp(25px, 2.7vw, 30px);
	text-align: center;
	font-weight: 400;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
	margin-bottom: 10px;
}
.heading06 span {
	position: relative;
	z-index: 2;
}
.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(33, 63, 130, 0.2);
	font-size: clamp(45px,6vw,70px);
	font-style: italic;
}

/*背景をずらしたデザイン*/
.heading07 {
	font-weight: bold;	
	background-color: rgba(221, 238, 238, 0.785);
	padding: 0.25em 1em;
	position: relative;
	font-size: clamp(18px, 4vw, 25px);
	margin-bottom: 20px;
	width: calc(100% - 1px);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.heading07::before {
	content: '';
	/*background-color: #e1eef5;*/
	
	border: 1px solid #4c9ac0;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: -7px;
	left: 4px;
	z-index: -1;
}

/*中線*/
.heading09 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(22px, 2vw, 25px);
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	margin: 10px auto;
	font-family: 'Noto Serif JP', serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
.heading09::before,
.heading09::after {
	content: '';
	width: 25px;
	height: 3px;
	background-color: var(--accent-color1);
}
.heading09::before {
	margin-right: 10px;
}
.heading09::after {
	margin-left: 10px;
}

/*最初の文字色・サイズ変更*/
.heading42{
	border-bottom: 1px solid #454545;
	color: #454545;
	margin-bottom: 20px;
	font-size: clamp(17px,1.4vw,22px);
}
.heading42:first-letter {
	font-size: 150%;
	color: var(--main-color);
  }

/*タイトル二色棒*/
.heading51 {
	border-bottom: solid 3px #c8bed8;
	position: relative;
	padding-bottom: 0.2em;
	/* margin-bottom: 20px; */
	font-size: 18px;
	font-family:'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO',sans-serif;
	color:var(--main-color);
  }
  
  .heading51::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px var(--main-color);
	padding-bottom: 0.2em;
	width: 20%;
  }

/*==========================================================*/
/*      	　　　	コンテンツレイアウトCSS  		  		  */
/*=========================================================*/


/*装飾枠　斜線影*/
.diagonal {
	position: relative;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(45deg, #b1a49194 0, #b1a49194 1px, #ffffff00 0, #ffffff00 50%);
	left: 10px;
	box-sizing: border-box;
	/* margin-top: 50px; */
}
.diagonal p {
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.5;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	display: inline-block;
	text-align: justify;
	font-weight: 400;
	border: 1px solid #b1a491;
	border-radius: 5px;
	position: relative;
	top: -10px;
	left: -10px;
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.diagonal {
		width: 97%;
	}
}

/*フロー*/
.flow_design01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*フロー横展開*/
.flow01 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
ul.flow01 {
	margin-left:0px;
}
.flow01 > li {
	list-style-type: none;
	width: 100%;
	max-width: calc( (100% - 161px) / 4 );
	display: flex;
}

.flow01 > li .icon01 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: #fff;
	background: var(--accent-color2);
	margin: 0 auto 15px;
	display: block;
	border-radius: 100vh;
	position: relative;
}
/*番号部分の吹き出し*/
.flow01 > li .icon01::before {
	content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: var(--accent-color2);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow01 > li dl {
	padding: 20px 15px;
	margin: 0;
	/*border: 1px solid #80cbd0;*/
	position: relative;
	background-color: #fff5e7;
	background-image: radial-gradient(#ffdf5f54 15%, transparent 16%), radial-gradient(#ffdf5f54 15%, transparent 16%);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
	border-radius: 15px;
}

.flow01 > li:not(:first-child) dl::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid #999;	/* 右矢印 */
	border-right: 4px solid #999;
	position: absolute;
	top: calc(50% - 10px);/* 矢印の位置 */
	left: -31px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flow01 > li dl dt {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: clamp(18px,1.8vw,19px);
	font-weight: 600;
	color: var(--accent-color2);
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
}

.flow01 > li dl dd {
	margin-left: 0;
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
}

@media screen and (max-width: 868px){
	.flow01 {
		gap: 20px;
	}
	/* .flow01 > li {
		max-width: unset;
		display: block;
	} */
	.flow01 > li {
		list-style-type: none;
		width: 100%;
		max-width: calc( (100% - 161px) / 2 );
		display: flex;
	}
	.flow01 > li:not(:first-child) dl::before {
		display: none;
	}
}
@media screen and (max-width: 568px){
	.flow01 {
		gap: 20px;
	}
	.flow01 > li {
		max-width: unset;
		display: block;
	} 
	.flow01 > li:not(:first-child) dl::before {
		display: none;
	}
}