@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* 全ページ共通 */
/* reset */
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1080px;
  /* tablets */
	background: #f0f1f0;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #040000;
	text-align: center;
}

li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

em {
	font-style: normal;
}

a {
	color: #040000;
	text-decoration: none;
	transition: all .4s;
}
a img {
	transition: all .4s;
}

a:hover {
	color: #3bade4;
	transition: all .4s;
}
a:hover img {
	opacity: 0.7;
	transition: all .4s;
}

header,
footer,
main,
section,
article,
aside,
nav,
address {
	display: block;
}

.pc {
	display: inline-block;
}

.sp {
	display: none;
}

.fit {
	width: 100%;
	height: auto;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

/* header area */
.header {
	position: relative;
	padding: 20px 0;
	background: #fff;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header__logo {
	width: 460px;
	padding: 0 0 20px;
}
.header__txt {
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
}
.header__txt b {
	font-size: 16px;
	letter-spacing: 0.05em;
}
.header__txt strong {
	display: inline-block;
	font-size: 24px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #3bade4;
}
.header__nav {
	width: 100%;
}
.header__menu {
	display: flex;
}
.header__menu__page {
	width: 16%;
}
.header__menu__page__btn {
	display: block;
	position: relative;
	background: #3bade4;
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
	color: #fff;
}
.header__menu__page__btn:hover {
	background: #8fc41e;
	color: #fff;
}
.header__menu__page:first-child .header__menu__page__btn {
	border-radius: 19px 0 0 19px;
}
.header__menu__page:last-child {
	width: 20%;
}
.header__menu__page:last-child .header__menu__page__btn {
	background: #ff7000;
	border-radius: 0 19px 19px 0;
}
.header__menu__page:last-child:hover .header__menu__page__btn {
	background: #8fc41e;
}

.logo__btn {
	display: block;
	height: 55px;
	background: url(../img/logo.gif) no-repeat left center;
	background-size: contain;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.header label,
.gn-bg,
#gnav,
.header__nav .gn-close {
	display: none;
}

/* contents area */
.mv {
	position: relative;
	min-width: 1000px;
	overflow: hidden;
}
.mv img {
	width: 100%;
	height: auto;
}
.mv img.fit {
	height: 377px;
	object-fit: cover;
}
.mv a:hover img {
	opacity: 1;
}
.mv span {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

@media screen and (min-width: 1300px) {
.mv img.fit {
	height: auto;
} 
}
.contents {
	width: 1000px;
	margin: 0 auto;
	padding: 27px 0 40px;
}
.contents__sec {
	padding: 0 0 100px;
	overflow: hidden;
}
.contents__ttl {
	margin: 32px 0 19px;
	padding: 0 0 0.3em 0.2em;
	font-size: 28px;
	line-height: 1em;
	color: #000;
	text-align: left;
}
.contents__ttl u {
	text-decoration: none;
	border-bottom: 4px solid #3bade4;
}
.contents__txt {
	padding: 0 0 1em;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
}
.contents__txt em {
	color: #e60012;
}
.contents__apply {
	padding: 30px 0 0;
}
.contents__apply .applybtn {
	position: relative;
	display: inline-block;
	width: 466px;
	padding: 0.6em 0 0.3em;
	background: #ff7000;
	border-radius: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.05em;
	color: #fff;
}
.contents__apply .applybtn small {
	font-size: 14px;
	font-weight: normal;
}
.contents__apply .applybtn:before {
	content: "";
	position: absolute;
	display: block;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 29px;
	background: url(../img/icon_mail.png) no-repeat center center;
}
.contents__apply .applybtn:after {
	content: "";
	position: absolute;
	display: block;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 12px;
	border-color: transparent transparent transparent #fff;
}
.contents__apply .applybtn:hover {
	background: #8fc41e;
}
.contents__whitebox {
	margin: 0 8px;
	padding: 45px 30px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
	text-align: left;
}

.pagenav {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pagenav__ttl {
	padding: 0 0 0.5em;
	font-size: 20px;
	line-height: 1em;
	text-align: left;
}
.pagenav__sec {
	width: 330px;
	padding: 0 5px 5px 0;
}
.pagenav__sec:nth-child(3n) {
	padding: 0 0 5px 0;
}
.pagenav__sec .navbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 55px;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
}
.pagenav__sec .navbtn:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background: #8fc31f;
	transition: all .4s;
}
.pagenav__sec .navbtn:after {
	content: "";
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transition: all .6s;
}
.pagenav__sec .navbtn span {
	position: relative;
	transition: all 0.5s;
}
.pagenav__sec .navbtn:hover:before, .pagenav__sec .navbtn.active:before {
	width: 100%;
	transition: all .4s;
}
.pagenav__sec .navbtn:hover:after, .pagenav__sec .navbtn.active:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transition: all .6s;
}
.pagenav__sec .navbtn:hover span, .pagenav__sec .navbtn.active span {
	color: #fff;
	transition: all 0.5s;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 3%;
	right: 2%;
}
#page-top a {
	position: relative;
	width: 74px;
	height: 74px;
	background: #8fc41e;
	border-radius: 50%;
	font-size: 11px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	display: block;
}
#page-top a:after {
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
}
#page-top a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all .4s;
}

/* footer */
.footer {
	padding: 22px 0 30px;
	background: #fff;
}
.footer .inner {
	text-align: left;
}
.footer__nav {
	display: flex;
	justify-content: flex-start;
}
.footer__nav__page {
	padding: 0 40px 0 0;
}
.footer__nav__page .pagettl {
	font-size: 14px;
	line-height: 1em;
}
.footer__nav__page .subnav {
	padding: 0.5em 0 0;
}
.footer__nav__page .subpage {
	font-size: 12px;
	line-height: 24px;
}
.footer__addr {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 70px 0 0;
	font-style: normal;
}
.footer__addr__logo {
	width: 460px;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
}
.footer__addr__txt {
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
}
.footer__addr__txt b {
	font-size: 16px;
	letter-spacing: 0.05em;
}
.footer__addr__txt strong {
	display: inline-block;
	font-size: 24px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #3bade4;
}
.footer__copyright {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 30px;
	text-align: left;
}
.footer__copyright small {
	font-size: 11px;
	line-height: 1em;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* reset */
body {
	min-width: unset;
}

img {
	width: 100%;
	height: auto;
}

.pc {
	display: none;
}

.sp {
	display: inline-block;
}

.inner {
	width: auto;
}

  /* header area */
.header {
	padding: 3vw 0;
}
.header .inner {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
}
.header__logo {
	width: 74%;
	padding: 0 0 0 3%;
}
.header__txt {
	display: none;
}
.header__btn {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 997;
	width: 8%;
	margin: 7vw 4% 0 0;
	border-top: 1.2vw solid #8fc41e;
	display: block;
	opacity: 0.5;
}
.header__btn:before, .header__btn:after {
	content: "";
	position: absolute;
	left: 0;
	border-top: 1.2vw solid #8fc41e;
	width: 100%;
	height: 1vw;
	display: block;
}
.header__btn:before {
	top: -3.7vw;
}
.header__btn:after {
	top: 1.5vw;
}
.header__nav {
	display: block;
	position: fixed;
	left: 0;
	top: -300vh;
	z-index: 999;
	opacity: 0;
	transition: top .6s, opacity .3s;
	-webkit-transition: top .6s, opacity .3s;
	width: 100%;
}
.header__menu {
	display: block;
	justify-content: unset;
	padding: 0 5%;
}
.header__menu__page {
	width: auto;
	border-bottom: 0.4vw solid #fff;
}
.header__menu__page__btn {
	font-size: 5vw;
	line-height: 20vw;
}
.header__menu__page:first-child .header__menu__page__btn {
	border-radius: 3vw 3vw 0 0;
}
.header__menu__page:last-child {
	width: auto;
	border-bottom: none;
}
.header__menu__page:last-child .header__menu__page__btn {
	border-radius: 0 0 3vw 3vw;
}

.logo__btn {
	height: 9vw;
}

.header label {
	display: block;
}

.gn-bg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.3);
}

.gn-bg label {
	display: block;
	width: 100%;
	height: 100%;
}

.header__nav .gn-close {
	position: fixed;
	right: 0;
	top: 0;
	background: #777;
	font-size: 15vw;
	font-weight: 100;
	line-height: 1em;
	color: #fff;
	z-index: 999999;
	display: block;
}

#gnav:checked + .gn-bg + .header__nav {
	top: 0;
	opacity: 1;
	z-index: 99999;
	height: 100%;
	padding: 15vw 0 0;
	box-sizing: border-box;
	overflow: scroll;
}

#gnav:checked + .gn-bg {
	display: block;
}

#gnav {
	display: none;
}

  /* contents area */
.mv {
	min-width: unset;
}
.mv img.fit {
	height: auto;
	object-fit: unset;
}

.contents {
	width: auto;
	padding: 6vw 3%;
}
.contents__sec {
	padding: 0 0 10vw;
}
.contents__ttl {
	margin: 1.2em 0 0.8em;
	padding: 0 0 0.2em;
	font-size: 5vw;
}
.contents__ttl u {
	border-bottom: 1vw solid #3bade4;
}
.contents__txt {
	font-size: 4vw;
}
.contents__apply {
	padding: 8vw 5% 0;
}
.contents__apply .applybtn {
	display: block;
	width: auto;
	border-radius: 2vw;
	font-size: 5vw;
}
.contents__apply .applybtn small {
	font-size: 3.4vw;
}
.contents__apply .applybtn:before {
	left: 3vw;
	width: 7.6vw;
	height: 5.8vw;
	background-size: contain;
}
.contents__apply .applybtn:after {
	right: 3vw;
	top: 50%;
	border-width: 1.8vw 0 1.8vw 2.4vw;
}
.contents__whitebox {
	margin: 0;
	padding: 8vw 3%;
	border-radius: 10vw;
	box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
}

.pagenav {
	display: flex;
	justify-content: space-between;
}
.pagenav__ttl {
	font-size: 4.5vw;
}
.pagenav__sec {
	width: 49%;
	padding: 0 0 2vw;
}
.pagenav__sec:nth-child(3n) {
	padding: 0 0 2vw;
}
.pagenav__sec .navbtn {
	height: 13vw;
	font-size: 4vw;
	line-height: 1.2em;
}
.pagenav__sec .navbtn:before {
	width: 2vw;
}
.pagenav__sec .navbtn:after {
	right: 3vw;
	width: 2vw;
	height: 2vw;
	border-top: 0.7vw solid #000;
	border-right: 0.7vw solid #000;
}
.pagenav__sec .navbtn.active:after {
	border-top: 0.7vw solid #fff;
	border-right: 0.7vw solid #fff;
}

  /* page-top */
#page-top {
	bottom: 1vw;
	right: 1vw;
}
#page-top a {
	width: 16vw;
	height: 16vw;
	font-size: 2.4vw;
	line-height: 12vw;
	opacity: 0.5;
}
#page-top a:after {
	bottom: 2.6vw;
	width: 3vw;
	height: 3vw;
	border-top: 1.2vw solid #fff;
	border-left: 1.2vw solid #fff;
}

  /* footer */
.footer {
	padding: 5vw 5% 3vw;
}
.footer__nav {
	display: none;
}
.footer__addr {
	display: block;
	justify-content: unset;
	padding: 0;
}
.footer__addr__logo {
	width: auto;
	font-size: 2.47vw;
	line-height: 1.4em;
	padding: 0 0 5vw;
}
.footer__addr__txt {
	font-size: 2.87vw;
	line-height: 1.5em;
}
.footer__addr__txt b {
	font-size: 4vw;
}
.footer__addr__txt strong {
	font-size: 6vw;
}
.footer__copyright {
	width: auto;
	padding: 3vw 0;
	text-align: center;
}
.footer__copyright small {
	font-size: 3vw;
}
}
