@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
a {
	color: #101640;
	text-decoration: none;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #101640;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
.mainBox { 
	max-width:768px; 
	margin: 0 auto;
	background:#fff; 
	box-shadow:0 0 16px rgba(0,0,0,.16); 
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 4rem;
	text-align: left;	
}
#main {
	display: block;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1.2rem 2rem 0.7rem;
	height: 4rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #6E6E6E;
	z-index: 99;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 8.9rem;
}
#gHeader .hTxt {
	position: absolute;
	right: 1.8rem;
	top: 1.2rem;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #fff;
}
.menu {
	position: fixed;
	right: 1.8rem;
	bottom: 1.8rem;
	width: 5rem;
	display: none;
	z-index: 99;
}
@media all and (min-width: 769px) {
	.menu {
		right: 50%;
		margin-right: -37rem;
	}
}
.menu a {
	height: 5rem;
	padding-top: 1.2rem;
	display: block;
	color: #9B639F;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	background: url(../image/icon03.png) no-repeat top 0.3rem center #fff;
	background-size: 0.9rem;
	border: 0.2em solid #9B639F;
	box-sizing: border-box;
	border-radius: 100%;
}
.menu a span {
	margin-top: -0.3rem;
	display: block;
	font-size: 1.1rem;
	letter-spacing: -0.15em;
}
.menuBox {
	margin: 0 -2rem;
	padding: 1.9rem 2rem 2.9rem;
	background-color: #9B639F;
}
.menuBox p {
	margin-bottom: 1.6rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}
.menuBox li:not(:last-child) {
	margin-bottom: 1rem;
}
.menuBox li a {
	padding: 0.7rem 0.9rem;
	display: block;
	text-align: left;
	font-weight: 500;
	font-size: 1.6rem;
	color: #fff;
	border: 1px solid #FFF;
	background: url(../image/icon01.png) no-repeat center right -0.1rem;
	background-size: 3.5rem auto;
}
.menuBox li span {
	font-size: 1.4rem;
	letter-spacing: -0.04em;
}
.menuBox li.noLink a {
	cursor: default;
	pointer-events: none;
	opacity: 0.5;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 1.3rem;
	text-align: center;
}
#gFooter p {
	margin-bottom: 1.3rem;
	font-size: 1rem;
	line-height: 1.4;
}
#gFooter address {
	padding: 1.2rem 0 1.4rem;
	font-size: 1rem;
	color: #fff;
	background-color: #6E6E6E;
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.6rem;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
.headLine01 .ico {
	width: 6.3rem;
	margin: 0 auto 0.5rem;
	display: block;
}
.headLine01 .jp {
	position: relative;
	display: block;
	font-size: 2rem;
	font-weight: 500;
}
.headLine01 .jp::before {
	position: absolute;
	left: 50%;
	bottom: -1.1rem;
	width: 3rem;
	height: 1px;
	background-color: #101640;
	transform: translateX(-50%);
	content: "";
}
.headLine01 .en {
	margin-top: 1.9rem;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.03em;
	font-weight: 300;
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding: 1.6rem 0 1.9rem;
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
	background-color: #9B639F;
}
.headLine02::before {
	position: absolute;
	left: 50%;
	width: 2rem;
	height: 1.2rem;
	bottom: -1.1rem;
	background-color: #9B639F;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	transform: translateX(-50%);
}
.headLine02 .en {
	margin-bottom: 0.3rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
}
.headLine02.blue {
	background-color: #5769B7;
}
.headLine02.blue::before {
	background-color: #5769B7;
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin: 0 -1rem 2rem;
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.25;
}
.headLine03.sml {
	margin-bottom: 0.9rem;
}
.headLine03::before {
	position: absolute;
	left: 50%;
	top: -1.6rem;
	width: 1rem;
	height: 1.4rem;
	background: url(../image/icon02.png) no-repeat;
	background-size: 1rem auto;
	content: "";
	transform: translateX(-50%);
	border-radius: 100%;
}
.headLine03 .sm {
	display: block;
	font-size: 1.4rem;
	line-height: 1.42;
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual p {
	position: relative;
	padding: 1.2rem 0 1.4rem;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.27;
	letter-spacing: 0.03em;
	background-color: #CDB35C;
}
.mainVisual span {
	width: 5.4rem;
	position: absolute;
	left: 0;
	top: -1px;
}
.mainVisual img {
	width: 100%;
}
#main .sec01 {
	padding: 1.7rem 2rem 0;
	text-align: center;
}
#main .sec01 .textImg {
	width: 25.5rem;
	margin: 0 auto 1.6rem;
}
#main .sec01 .ttl {
	margin: 0 -2rem;
	padding: 0.9rem 0;
	text-align: center;
	color: #231815;
	font-size: 1rem;
	line-height: 1.6;
	background-color: #CDB35C;
}
#main .sec01 .pho {
	margin: 0 -2rem;
}
#main .sec01 img {
	width: 100%;
}
#main .sec01 .sml {
	margin: 1rem 0 0.5rem;
	padding: 0.5rem 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #231815;
}
#main .sec02 {
	padding: 2.8rem 2rem 1.9rem;
	background-color: rgba(211,201,179,0.2);
}
#main .sec02 .headLine01 {
	margin-bottom: 2.5rem;
}
#main .sec02 p {
	margin-bottom: 2.1rem;
	text-align: center;
	line-height: 1.83;
}
#main .sec03 {
	padding-top: 2.6rem;
}
#main .sec03 .pho {
	margin-top: -0.6rem;
}
#main .sec03 img {
	width: 100%;
}
#main .sec04 {
	padding: 3.2rem 2rem 3.4rem;
	background-color: rgba(211,201,179,0.2);
}
#main .sec04 ul {
	margin-top: -1.8rem;
}
#main .sec04 li {
	margin-top: 1rem;
	width: 48.5%;
	background-color: #fff;
}
#main .sec04 .title {
	padding: 0.6rem 0 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	background-color: #A8876E;
}
#main .sec04 .whiteBg {
	min-height: 11rem;
	padding-bottom: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
#main .sec04 li:nth-child(3) .whiteBg,
#main .sec04 li:nth-child(4) .whiteBg {
	min-height: 10rem;
}
#main .sec04 .whiteBg p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.42;
}
#main .sec04 .whiteBg .note {
	margin-top: 0.8rem;
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.16;
}
#main .sec05 {
	padding: 2.8rem 0 4rem;
}
#main .sec05 .headLine01 {
	margin-bottom: 2.9rem;
}
#main .sec05 .imgBox + .headLine02 {
	margin-top: 1.9rem;
}
#main .sec05 .pho img {
	width: 100%;
}
#main .sec05 .textBox {
	padding: 3.5rem 2rem 2.9rem;
}
#main .sec05 .textBox .img {
	margin-bottom: 1.5rem;
	text-align: center;
}
#main .sec05 .textBox p {
	margin-bottom: 2.1rem;
	text-align: justify;
	line-height: 1.66;
}
#main .sec05 .textBox p .sml {
	margin-bottom: 1rem;
	display: block;
	text-align: center;
}
#main .sec05 .textBox p:last-child {
	margin-bottom: 0;
}
#main .sec05 .textBox .txt {
	margin-bottom: 2.4rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}
#main .sec05 .textBox .txt.sm {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
#main .sec05 .textBox .ttl {
	margin-bottom: 0.6rem;
	padding: 1rem 0 1.1rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: 1px solid #101640;
	border-top: 1px solid #101640;
}
#main .sec05 .textBox .ttl02 {
	margin-bottom: 1.7rem;
	padding: 1.5rem 0 1.8rem;
}
#main .sec05 .textBox .ttl01 {
	margin-bottom: 2rem;
}
#main .sec05 .textBox .ttl .sm {
	margin: 0.3rem 0 0;
	display: block;
	font-weight: 400;
	font-size: 1.3rem;
}
#main .sec05 .textBox .ttl02 .sm {
	margin-top: 0;
	font-size: 1.2rem;
}
#main .sec05 .textBox .ttl .link {
	width: 25rem;
	margin: 1.6rem auto 0;
	display: block;
	padding: 1rem 0;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	color: #777777;
	border: 0.2rem solid #777777;
	box-sizing: border-box;
	border-radius: 5rem;
}
/*#main .sec05 .textBox .ttl .link {
	width: 25rem;
	margin: 1.6rem auto 0;
	display: block;
	padding: 1rem 0;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	color: #E31F72;
	border: 0.2rem solid #E63E85;
	box-sizing: border-box;
	border-radius: 5rem;
}*/
#main .sec05 .textBox .ttl .sm01 {
	margin-bottom: 2rem;
	display: block;
}
#main .sec05 .textBox .ttl .sm02 {
	margin-top: 1.6rem;
	display: block;
	font-size: 1.4rem;
	line-height: 1.43;
}
#main .sec05 .textBox .title {
	width: 15rem;
	margin: 0 auto 0.8rem;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	padding: 0 0 0.2rem;
	font-weight: 500;
	background-color: #47D486;
	border-radius: 5rem;
}
#main .sec05 .textBox .title.blue {
	background-color: #3EB9E6;
}
#main .sec05 .textBox .color {
	display: block;
	color: #E63E85;
}
#main .sec05 .textInfo {
	padding: 2.3rem 2rem 2.5rem;
	background-color: #EFFBFF;
} 
#main .sec05 .textInfo h4 {
	margin-bottom: 1.6rem;
	text-align: center;
	color: #9B639F;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
}
#main .sec05 .textInfo p {
	text-align: justify;
	line-height: 1.66;
}
#main .sec06 {
	margin-top: -1.6rem;
	padding: 4.3rem 2rem 4.6rem;
	text-align: center;
	color: #fff;
	background-color: #9B639F;
}
#main .sec06 .headLine01 .jp::before {
	background-color: #fff;
}
#main .sec06 a {
	color: #fff;
}
#main .sec06 p {
	padding: 0.2rem 0 1.7rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.42;
}
#main .sec06 p span {
	margin-top: 1rem;
	display: block;
	font-size: 2rem;
}
#main .sec06 .sns img {
	width: 5rem;
}
#main .sec06 .sns span {
	font-size: 1rem;
	display: block;
}