﻿@charset "utf-8";
/*common
----------------------------------------------------*/
/* 設定 */
* { /*游ゴシック*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: 'palt';*/
}
.en {
	font-family: 'Lato', sans-serif;
}
html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #1f1f1f;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
/* float */
.fLeft {
	float: left !important;
}
.fRight {
	float: right !important;
}
/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
/* align */
.cen {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/* font-size */
/* margin,padding */
/* -------------------------------------------------
layout
----------------------------------------------------*/
#main {
	overflow: hidden;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
/* ===== header ===== */
header {
	background: #000;
	border-bottom: 1px solid #FFF;
	-webkit-background-size: 4px 4px;
	padding: 6px 10px 6px 10px;
	height: 43px;
	overflow: hidden !important;
}

.h-menu {
	position: absolute;
	top: 9px;
	right: 9px;
	z-index: 9999;
	width: 40px;
	height: 40px;
}
@media screen and (min-width:768px) {
	.h-menu {
		top: 18px;
		right: 18px;
		width: 50px;
		height: 50px;
	}
}

#g-nav-wrap-sp {
	position: absolute;
	top: 0;
	right: -100%;
	z-index: 1000;
	width: 70%;
	height: 100vh;
	background: #fff;
	border: 9px solid #F1CD98;
}
@media screen and (min-width:600px) {
	#g-nav-wrap-sp {
		width: 60%;
	}
}
@media screen and (min-width:769px) {
	#g-nav-wrap-sp {
		width: 40%;
		border: 18px solid #F1CD98;
	}
}

.g-nav-sp-in {
	padding: 70px 0 0;
}
.g-nav-sp {
	border-top: 1px solid #F1CD98;
}
.g-nav-sp a {
	position: relative;
	display: block;
	padding: 20px 20px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #F1CD98;
}
@media screen and (min-width:600px) {
	.g-nav-sp a {
		font-size: 2.0rem;
	}
}
@media screen and (min-width:768px) {
	.g-nav-sp a {
		font-size: 2.6rem;
	}
}
.g-nav-sp a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 6px;
	background: url("../img/menu_arr.png") no-repeat 0 0 / 100%;
	transform: translateY(-50%);
}
@media screen and (min-width:600px) {
	.g-nav-sp a:before {
		width: 38px;
		height: 11px;
	}
}


/* ====================================
index.html
====================================== */

header h2 {
    padding: 1px 0 1px 0px !important;
}

.footer {
	padding: 5.867vw 0;
	background: transparent;
}
.f-announce {
	margin-bottom: 7.467vw;
}
.f-announce img {
	width: 100%;
}
.f-sns-wrap {
	margin: 4.8vw auto 0;
}
.f-sns-wrap__head {
	width: 33.6%;
	margin: 0 auto;
}
.f-sns-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 85.334%;
	margin: 2.133vw auto 0;
}
.f-sns-btn__line {
	width: 26.667vw;
}
.f-sns-btn__tw {
	width: 26.667vw;
}
.f-sns-btn__ig {
	width: 32vw;
}
.btn-top {
	max-width: 90.667%;
	margin: auto;
}
@media screen and (min-width: 751px) {
	.footer {
		padding: 44px 0;
	}
	.f-announce {
		margin-bottom: 56px;
	}
	.f-sns-wrap {
		margin: 36px auto 0;
	}
	.f-sns-wrap__head {
		width: 252px;
	}
	.f-sns-btn {
		width: 640px;
		margin: 16px auto 0;
	}
	.f-sns-btn__line {
		width: 200px;
	}
	.f-sns-btn__tw {
		width: 200px;
	}
	.f-sns-btn__ig {
		width: 240px;
	}
	.btn-top {
		max-width: 680px;
	}
}


.contents {
	position: relative;
	width: 100%;
}
.contents a {
	transition: 0.4s;
}
.contents a:hover {
	opacity: 0.8;
}
@media screen and (min-width: 751px) {
	.contents {
		max-width: 750px;
		margin: 0 auto;
	}
}


button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
	color: inherit;
    background: transparent;
}




/* ====================================
   save the aso
====================================== */


.main {
	overflow: initial;
}


#hakata {
	color: rgb(var(--c-222222));
	overflow: hidden;
}


.psr {
	position: relative;
}
.psa {
	position: absolute;
}
.mt-1 {
	margin-top: -1px;
}


/* anchor */
.anchor__list {
	display: flex;
	flex-direction: column;
	gap: 36px 0;
	margin-inline: auto;
	width: 680px;
}
@media screen and (max-width: 750px) {
	.anchor__list {
		gap: 4.8vw 0;
		width: 90.067vw;
	}
}


/* crisis */
.crisis {
	margin-top: 105px;
}
.crisis .crisis-item:first-of-type .crisis-link {
	bottom: 88px;
	right: 8%;
	width: 146px;
}
.crisis .crisis-item:nth-of-type(2) .crisis-link {
	bottom: 76px;
	right: 8%;
	width: 146px;
}
@media screen and (max-width: 750px) {
	.crisis {
		margin-top: 14vw;
	}
	.crisis .crisis-item:first-of-type .crisis-link {
		bottom: 12vw;
		width: 19.467vw;
	}
	.crisis .crisis-item:nth-of-type(2) .crisis-link {
		bottom: 10vw;
		width: 19.467vw;
	}
}


/* grace */
.grace {
	margin-top: 105px;
}
.grace .thumb {
	margin-top: 66px;
}
.grace .list {
	margin-top: 30px;
}
.grace .grace-item:first-of-type .grace-link {
	bottom: 88px;
	right: 8%;
	width: 146px;
}
.grace .grace-item:nth-of-type(2) .grace-link {
	bottom: 66px;
	right: 8%;
	width: 146px;
}
@media screen and (max-width: 750px) {
	.grace {
		margin-top: 14vw;
	}
	.grace .thumb {
		margin-top: 8.8vw;
	}
	.grace .list {
		margin-top: 4vw;
	}
	.grace .grace-item:first-of-type .grace-link {
		bottom: 11vw;
		width: 19.467vw;
	}
	.grace .grace-item:nth-of-type(2) .grace-link {
		bottom: 9vw;
		width: 19.467vw;
	}
}


/* attempt */
.attempt {
	margin-top: 105px;
}
.attempt .attempt-btn {
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	width: 524px;
}
.attempt .attempt-interview {
	padding-bottom: 80px;
	background: #e7e7d4;
}
.attempt .attempt-interview button.btn-iv {
	display: block;
	margin-inline: auto;
	width: 660px;
	border: 1.5px solid #878787;
	border-radius: 0 0 20px 20px;
	background: #09803f;
	overflow: hidden;
}
.attempt .attempt-interview .attempt-interview__content {
	margin-inline: auto;
	width: 660px;
	padding: 22px 0 24px;
	border: 1.5px solid #878787;
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
	background: #ffffff;
}
.attempt .attempt-interview .attempt-interview__content p {
	position: relative;
	margin-inline: auto;
	width: 100%;
	text-align: center;
}
.attempt .attempt-event {
	margin-top: 80px;
}
.attempt .attempt-event .event-btn {
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	width: 660px;
}
@media screen and (max-width: 750px) {
	.attempt {
		margin-top: 14vw;
	}
	.attempt .attempt-btn {
		top: 3vw;
		width: 69.867vw;
	}
	.attempt .attempt-interview {
		padding-bottom: 10.667vw;
	}
	.attempt .attempt-interview button.btn-iv {
		width: 88vw;
		border-radius: 0 0 2.667vw 2.667vw;
	}
	.attempt .attempt-interview .attempt-interview__content {
		width: 88vw;
		padding: 2.934vw 0 3.2vw;
		border: 0.2vw solid #878787;
		border-radius: 2.667vw 2.667vw 0 0;
	}
	.attempt .attempt-interview .attempt-interview__content p img {
		width: 77.067vw;
	}
	.attempt .attempt-interview .attempt-interview__content p:nth-child(12) img {
		width: 100%;
	}
	.attempt .attempt-event {
		margin-top: 10.667vw;
	}
	.attempt .attempt-event .event-btn {
		top: 2vw;
		width: 88vw;
	}
}


/* bnr */
.bnr {
	padding-block: 32px 0;
}
.bnr__content {
	display: flex;
	flex-direction: column;
	gap: 57px 0;
	margin-inline: auto;
	width: 660px;
}
.bnr__content div:not([class]) {
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
.bnr__content div:not([class]) ul {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
@media screen and (max-width: 750px) {
	.bmr {
		padding-block: 4.267vw 0;
	}
	.bnr__content {
		gap: 7.6vw;
		width: 88vw;
	}
	.bnr__content div:not([class]) {
		gap: 3.334vw 0;
	}
	.bnr__content div:not([class]) ul {
		gap: 4vw 0;
	}
}