@charset "UTF-8";
body {
	-webkit-text-size-adjust: 100%;
}
.brsp, .ipc, .pc {
	display: none;
}
@media screen and (max-width: 767px) {
	.brsp {
		display: block;
	}
	.brclear {
		display: none;
	}
}
img {
	width: 100%;
	height: auto;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.btn {
	margin: 0 auto;
	width: auto;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn p {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
}
.btn:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #EA5404;
	z-index: -2;
}
.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #F6AB00;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}


/*ヘッダ*/
header {
	position: fixed;
	top: 0;
	left: 0;
	height: 45px;
	width: 100vw;
	transition: all .3s;
	background: rgba(255, 255, 255, 0);
	z-index: 200;
}
header.mini {
	background: rgba(255, 255, 255, 1);
}
.logo {
	width: 120px;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
}
.logo img {
	width: 100px;
	display: inline-block;
}
.logo p {
	display: inline-block;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	white-space: nowrap;
	font-size: 11px;
	font-weight: 500;
}
#hanburger {
	display: none; /* チェックボックスを非表示 */
}
.menu_button { /* ボタンのスタイル */
	width: 45px; /* 幅 */
	height: 45px; /* 高さ */
	position: fixed;
	top: 0;
	right: 0;
	background: #000; /* 背景色 */
	z-index: 10;
}
.menu_button .top,
.menu_button .bottom{
	width: 20px; 
	background: #FFF;
}
.menu_button.active .top {
  transform: translateY(5px) translateX(0) rotate(30deg);
}
.menu_button.active .bottom {
	transform: translateY(-5px) translateX(0) rotate(-30deg);
	width: 20px;
}
.menu_button span {
  background: #FFF;
  border: none;
  height: 1px;
  position: absolute;
  top: 0;
  right: 10px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.menu_button span:nth-of-type(1) {
  top: 14px;
}
.menu_button span:nth-of-type(2) {
  top: 24px;
}

.global_menu {
	visibility: hidden;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 45px 0 30px;
	position: fixed;
	opacity: 0;
	top: -20px;
	left: 0;
	background: #EAE2C6;
	overflow-y: scroll;
	text-align: center;
	transition: .5s top, .5s opacity; /* アニメーション設定 */
}
#hanburger:checked ~ .global_menu { 
	visibility: visible; /* メニューを表示 */
	top: 0; /* 定位置に戻す */
  opacity: 1;
}
.global_menu > ul {
	width: 100%;
	margin: 0 auto;
	height: 90%;
	overflow-x: scroll;
	position: relative;
	border-top: solid 1px #162F3A;
}
.global_menu > ul > li {
	display: block;
	padding: 15px 3%;
	margin: 0;
	text-align: left;
	position: relative;
	border-bottom: solid 1px #162F3A;
	background: #FFF;
}
.global_menu > ul > li > .ttl a {
	display: none;
}
.global_menu > ul > li > .ttl,
.global_menu > ul > li > .ttl2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.global_menu > ul > li > .ttl p,
.global_menu > ul > li > .ttl2 p {
	font-size: 11px;
	color: #F08200;
	line-height: 1.8em;
	text-decoration: none;
	cursor: pointer;
}
.global_menu > ul > li > .ttl p span,
.global_menu > ul > li > .ttl2 p span {
	font-size: 16px;
	font-weight: 600;
	display: block;
	color: #162F3A;
}
.global_menu > ul > li > .ttl p:before {
	width: 16px;
	height: 16px;
	background-image: url("../img/common_img/menu-open.svg");
	right: 0;
	top: calc(50% - 8px);
	transition: all .5s;
}
.global_menu > ul > li.on > .ttl p:before {
	transform: rotate(-180deg);
}
.child_menu {
	display: none;
	padding: 10px 0 0;
}
.global_menu > ul > li.menu:hover .child_menu {
	top: 100%;
  opacity: 1;
  visibility: visible;
}
.global_menu > ul > li .child_menu .content-box > p {
	display: none;
}
.global_menu > ul > li .child_menu .content-box > ul li {
	display: block;
	padding: 0;
	height: 30px;
	margin-bottom: 4px;
	box-sizing: border-box;
	border: solid 1px #162F3A;
	background: #F5F2E7;
	transition: all .3s;
}
.global_menu > ul > li .child_menu .content-box > ul li > a {
	display: block;
	font-size: min(3.6vw,13px);
	line-height: 30px;
	padding: 0 40px 0 10px;
	font-weight: 500;
	color: #162F3A;
	text-decoration: none;
	position: relative;
	z-index: 3;
}
.global_menu > ul > li .child_menu .content-box > ul li > a:before {
	width: 28px;
	height: 28px;
	background-image: url("../img/common_img/icon-view.svg");
	background-size: 14px auto;
	background-position: center center;
	background-color: #F98E00;
	box-sizing: border-box;
	right: 0;
	top: 0;
	z-index: 1;
}
.global_menu > ul > li .child_menu .content-box > ul li:hover {
	background: #FFF;
}
.entry-btn {
	right: 45px;
	position: absolute;
	z-index: 2;
}
/*ボタン1コのとき
.entry-btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 80px;
}
.entry-btn ul li {
	width: 100%;
	position: relative;
	height: 45px;
	transition: all .3s;
}*/
/*ボタン2コのとき*/
.entry-btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 140px;
}
.entry-btn ul li {
	width: 50%;
	position: relative;
	height: 45px;
	transition: all .3s;
}
.entry-btn ul li p {
	position: relative;
	padding: 0 0 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 1.2em;
	color: #FFF;
	font-weight: 500;
	font-size: 12px;
}
.entry-btn ul li:nth-child(1) {
	background: #FF5F19;
}
/*.entry-btn ul li:nth-child(1) p:before {
	background-image: url("../img/common_img/entry-icon.svg");
	width: calc(28px * .5);
	height: calc(30px * .5);
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 2;
}*/
.entry-btn ul li:nth-child(2) {
	background: #34D1BD;
}
/*.entry-btn ul li:nth-child(2) p:before {
	background-image: url("../img/common_img/mypage-icon.svg");
	width: calc(24px * .5);
	height: calc(36px * .5);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}*/



footer {
	background: #F5F2E7;
	padding: 30px 3%;
	position: relative;
}
footer:before {
	width: 90%;
	height: 4px;
	border-top: solid 1px #162F3A;
	border-bottom: solid 1px #162F3A;
	background: #F5A73C;
	left: 5%;
	top: 0;
}
footer ul {
	padding: 0 3% 20px;
	display: flex;
	flex-wrap: wrap;
}
footer ul li {
	margin-right: 20px;
}
footer ul li a {
	text-decoration: none;
	font-weight: 500;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer > p {
	position: relative;
	left: 3%;
	font-size: 11px;
	font-weight: 500;
}

.btn-arrow:after {
	width: 30px;
	height: 30px;
	border: solid 1px #162F3A;
	background-image: url("../img/common_img/icon-view.svg");
	background-size: 13px auto;
	background-position: center center;
	background-color: #F98E00;
	box-sizing: border-box;
	right: -1px;
	bottom: -1px;
	z-index: 1;
}
.txt-btn {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	background: #F5F2E7;
	border: solid 1px #162F3A;
	transition: all .3s;
}
.txt-btn:hover {
	background: #FFF;
}
.txt-btn p {
	width: calc(100% - 40px);
	text-align: center;
	font-size: min(4vw,16px);
	font-weight: 600;
	line-height: 38px;
}
.txt-btn:after {
	width: 40px;
	height: 40px;
	border: solid 1px #162F3A;
	background-image: url("../img/common_img/icon-view.svg");
	background-size: 16px auto;
	background-position: center center;
	background-color: #F98E00;
	box-sizing: border-box;
	right: -1px;
	bottom: -1px;
	z-index: 1;
}
.content-box-wide {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
.content-box {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}
.content-box-narrow {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
.split {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.txt-orange {
	color: #FF5F19;
	font-weight: 500;
}
.txt-green {
	color: #00B29B;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 0 0 15px;
}

/*　ページ内リンク　目次　*/
.inner-link {
	display: none;
	width: 160px;
	min-height: 190px;
	box-sizing: border-box;
	padding: 15px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(110, 105, 88, 0.2);
	z-index: 3;
}
.inner-link > p {
	display: inline-block;
	font-weight: 600;
	background: #F5A73C;
	padding: 0 35px 0 10px;
	line-height: 1.6em;
	font-size: 14px;
	margin-bottom: 10px;
}
.inner-link ul li {
	line-height: 1.6em;
}
.inner-link ul li a {
	position: relative;
	padding-left: 20px;
	line-height: 1em;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}
.link-current:before {
  width: 8px;
	height: 3px;
	background: #00B29B;
	left: 0;
	top: 50%;
}





.page-style01,
.page-style02 {
	background: #F5F2E7;
}
.page-style01 main {
	margin: 50px 0 0;
}
.page-style02 main {
	margin: 50px 0 0;
}
.page-style01 .ttl-box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}
.page-style01 h1 {
	font-size: min(9vw,30px);
	font-weight: 600;
	line-height: 1em;
	letter-spacing: .09em;
	display: block;
	width: 100%;
	padding: 0;
}
.page-style01 h1 span {
	display: block;
	font-size: min(4vw,16px);
	font-weight: 500;
	color: #F08200;
	letter-spacing: .04em;
}
.page-style01 .ttl-box > p {
	position: relative;
	width: 100%;
}
.page-style01 .ttl-box > p span {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px 0 0 0;
	margin: 5px 0 0;
	border-top: solid 1px #F08200;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 500;
}
.page-style01:not(.about) h2 {
	font-size: min(7vw,24px);
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: .09em;
	display: inline-block;
	padding: 0 0 0 0;
	margin-bottom: 30px;
}
.page-style01:not(.about) h2 span {
	display: block;
	font-size: min(3.7vw,20px);
	font-weight: 500;
	color: #F08200;
	letter-spacing: .04em;
}
.page-style01 .cc,
.about h2,
.page-style01 h3,
.page-style02 h2 {
	font-size: min(4.2vw,20px);
	font-weight: 600;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.page-style01 .bg.main {
	width: 100%;
	padding-bottom: 20px;
}
.page-style01 .bg.main img {
	object-fit: cover;
	min-height: 80px;
}
.box-white {
	box-sizing: border-box;
	padding: 0 0 50px;
	background: #FFF;
}
.box-white.pt {
	padding-top: 30px;
}
.page-style01 .box-clear {
	padding: 30px 0;
	position: relative;
}
.page-style01 .box-clear.end {
	padding: 30px 0 80px;
}
.page-style01 .box-clear.end:after {
	width: 100%;
	height: 50px;
	background: #FFF;
	bottom: 0;
	left: 0;
}
.page-style01 .ex-line {
	position: relative;
}
.page-style01 .ex-line:before {
	width: 100%;
	height: 4px;
	border-top: solid 1px #162F3A;
	border-bottom: solid 1px #162F3A;
	background: #F5A73C;
	left: 0;
	top: 0;
}
.box-white .ex-line.pt {
	margin-top: 40px;
	padding-top: 40px;
}
.box-white .ex-line.pt2 {
	margin-top: 0;
	padding-top: 40px;
}
.block-end {
	margin-bottom: 80px;
}



.bottom-links {
	margin: 50px 0 100px;
}
.bottom-links > p {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.bottom-links > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 92%;
	max-width: 300px;
	margin: 20px auto;
}
.bottom-links > ul li {
	width: 100%;
	margin: 0 1%;
	height: 40px;
	box-sizing: border-box;
	position: relative;
	background: #F5F2E7;
	border: solid 1px #162F3A;
	margin-bottom: 5px;
}
.bottom-links > ul li p {
	width: calc(100% - 40px);
	text-align: center;
	font-size: min(4vw,16px);
	font-weight: 600;
	line-height: 40px;
}
.bottom-links > ul li.btn-arrow:after {
	width: 40px;
	height: 40px;
}


.point {
	position: relative;
	margin: 0 0 20px;
	display: inline-block;
	padding: 0 15px;
	background: #34D1BD;
	border: solid 1px #162F3A;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	left: 50%;
	transform: translate(-50%,20px);
}
.point.sin,
.point:not(.sin) {
	transform: translate(-50%,0);
}

dl.outline {
	width: 100%;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
dl.outline dt,
dl.outline dd {
	box-sizing: border-box;
}
dl.outline dt {
	width: 100%;
	border-bottom: solid 2px #F5A73C;
	font-weight: 500;
	padding: 10px 0 5px;
}
dl.outline dd {
	width: 100%;
	padding: 5px 0 10px;
}
dl.outline dd .dot-list li {
	padding-left: 22px;
	padding-bottom: 10px;
	position: relative;
}
dl.outline dd .dot-list li:before {
	content: "■";
	color: #F08200;
	font-size: 12px;
	left: 0;
	top: .0em;
}

.dtxt {
	position: relative;
	padding-bottom: 20px;
}
.dtxt span {
	font-size: min(4vw,14px);
	display: inline-block;
	font-weight: 600;
	background: #F5A73C;
	border: solid 1px #162F3A;
	margin-bottom: 4px;
	padding: 0 8px;
}