@charset "UTF-8";

/************************************
font-family
************************************/
.playfair{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
  }
/************************************
base
************************************/
html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
  	text-size-adjust: 100%;
}
html{
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
html.nav_open{
	scroll-behavior: auto;
	scroll-padding-top: 0;
	overflow: hidden;
	height: 100%;
	overscroll-behavior: none;
}
body {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.8;
  	letter-spacing: 0.05em;
	color: #272626;
	background: #EBE8E8;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
* {
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all  0.3s;
	color:#1B3345;
}
img,
svg {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

h1,h2,h3 {
	line-height: 1.4;
}
h1 {
	font-size: 4rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2rem;
}

.inner {
	width: 90%;
	margin: 0 auto;
}
/************************************
form共通
************************************/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="file"],
select,
textarea {
  border: 1px solid #E2E1E1;
  border-radius: 4px;
  padding: 20px 15px;
  width: 100%;
  font-size: 16px;
  background: #fff;
}
input[type="file"],
select {
	cursor: pointer;
}
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="password"]:placeholder-shown,
input[type="search"]:placeholder-shown,
input[type="date"]:placeholder-shown,
input[type="number"]:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {

}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	border-color: #A5BDD2;
	box-shadow: 0 2px 20px rgba(112,143,170,0.18);
}

button[type="submit"] {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	background: #FFAD14;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px 5%;
	border: 2px solid #FFAD14;
	border-radius: 4px;
	transition: .3s;
}
button[type="submit"].back {
	background: #fff;
	color: #101112;
	font-weight: normal;
	border: 2px solid #DDEAF8;
	margin-top: 10px;
}
button[type="submit"]:hover {
	background: #fff;
	color: #FFAD14;
}
button[type="submit"].back:hover {
	color: #FFAD14;
	border: 2px solid #FFAD14;
}

/** フォームチェックボックス関連 **/
.radio_input,
.checkbox_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: none;
}
label.label_style,
label.radio_label_style {
	position: relative;
	cursor: pointer;
	display: block;
	border: 1px solid #DDEAF8;
	border-radius: 4px;
	padding: 15px 15px 15px 45px;
	font-size: 16px;
	color: rgba(27,51,69,0.5);
	margin-bottom: 10px;
}
label.label_style::before,
label.label_style::after {
	content: "";
	display: block;
	position: absolute;
}
label.label_style::before {
	background: #fff;
	border-radius: 4px;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	border: 1px solid #DDEAF8;
}
label.label_style::after {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	height: 5px;
	width: 8px;
	top: 35%;
	left: 22px;
	transform: rotate(-45deg) translateY(-50%);
	display: none;
}

label.radio_label_style::before,
label.radio_label_style::after {
	position: absolute;
  content: '';
  display: block;
  border-radius: 50%;
}
label.radio_label_style::before {
	width: 16px;
  height: 16px;
  background: #fff;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border: 1px solid #DDEAF8;
}
label.radio_label_style::after {
	width: 6px;
  height: 6px;
  background: #fff;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.checkbox_input:checked+.label_style,
.radio_input:checked+.radio_label_style {
	background: #fff;
	color: #1B3345;
	font-weight: bold;
}
.checkbox_input:checked+.label_style::before {
	background: #1B3345;
	border: 1px solid #DDEAF8;
}
.checkbox_input:checked+.label_style::after {
	display: block;
}
label.label_style:hover,
label.radio_label_style:hover {
	background: #DDEAF8!important;
}
label.radio_label_style::before,
label.radio_label_style::after {
  position: absolute;
  content: '';
  display: block;
  border-radius: 50%;
}
label.radio_label_style::before {
  width: 16px;
  height: 16px;
  background: #fff;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border: 1px solid #DDEAF8;
}
label.radio_label_style::after {
  width: 6px;
  height: 6px;
  background: #fff;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.radio_input:checked+.radio_label_style::before {
  background: #1B3345;
  border: none;
}

/* ファイルアップロードエリアのスタイル */
.file-upload-area {
	display: block;
	border: 2px solid #DDEAF8;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease-in-out;
}
.file-upload-area:hover {
	background-color: #DDEAF8;
}
/* アイコン */
.upload-icon {
	width: 32px;
	height: 32px;
	margin: 0 auto 15px;
}
/* テキスト */
.upload-text {
	margin: 0 0 5px 0;
	font-size: 14px;
}
.upload-limit {
	font-size: 12px;
	color: rgba(27,51,69,0.5);
	margin: 0;
}

/* 実際のinput[type=file]を非表示にする */
.hidden-file-input {
	display: none;
}
/************************************
Utility関係
************************************/
/** flex関係 **/
.flex{
	display: flex;
}
.flex_content_between{
	justify-content: space-between;
}
.flex_content_start{
	justify-content: flex-start;
}
.flex_content_end{
	justify-content: flex-end;
}
.flex_content_center{
	justify-content: center;
}
.flex_align_center{
	align-items: center;
}
.flex_align_stretch{
	align-items: stretch;
}
.flex_align_start{
	align-items: flex-start;
}
.flex_align_end {
	align-items: flex-end;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_reverse{
	flex-flow: row-reverse;
}


/* 非表示アニメーション */
@keyframes hide {
	from {
		opacity: 1;
		bottom: 10px;
	}
	to {
		opacity: 0;
		bottom: -50px;
		visibility: hidden;
	}
}

/** header **/
header.header {
	position: fixed;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 99;
}
.logo {
	font-size: 1rem;
}

.header-inner{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	border-radius: 24px;
	padding: 8px 8px 8px 24px;
}
.header-inner .nav{
	font-size: 18px;
}
.header-inner .nav-item {
	margin-left: 32px;
}
.nav-trigger {
	display: none;
}

.header-inner .nav-item.nav-contact .nav-link {
	display: inline-block;
	background: #FFAD14;
	color: #fff;
	padding: 18px 40px;	
	border-radius: 16px;
	line-height: 1;
}

/** footer **/
footer {
	overflow: hidden;
}
.footer-inner{
	width: 80%;
	margin: 80px auto;
}
.footer-nav-link {
	margin-left: 20px;
}
.footer-nav-link:hover{
    text-decoration: underline;
}
.footer-graphic {
	display: flex;
    justify-content: center;
    font-size: 10.6vw;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
	margin-bottom: -15px;
}


/** page共通 **/
.page-head{
 margin: 180px auto 50px;
 text-align: center;
}
.page-head .page-sub{
	font-size: 18px;
	font-weight: bold;
	color: #FFAD14;
}
.page-head .page-title{
	font-size: 4.5rem;
}
.page-inner{
	width: 95%;
	max-width: 1024px;
	margin: 0 auto;
	background: #fff;
	border-radius: 24px;
	padding: 120px 10%;
}



/** ボタン関係 **/
.btn {
	display: block;
	position: relative;
	overflow: hidden;
	transition: ease .5s;
	border-radius: 24px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
	background: #fff;
	width: 320px;
	margin: 0 auto;
}
.btn .btn_txt {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: ease .5s;
	font-weight: bold;
	margin-left: 22px;
}
.btn .btn_txt span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFAD14;
	color: #fff;
	width: 64px;
	height: 64px;
	font-size: 2rem;
	border-radius: 16px;
	transition: ease .3s;
}
.btn:hover .btn_txt span {
	transform: translateX(5px);
}
.btn:before {
  content: '';
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 2;
  background: #1B3345;
  width: 100%;
  height: 0;
	border-radius: 50% 50% 0 0;
  transition: ease .5s;
}
/************************************
responsive
************************************/
@media (max-width: 960px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	input[type="date"],
	input[type="number"],
	input[type="file"],
	select,
	textarea {
	padding: 15px 10px;
	font-size: 16px;
	}

	/** フォームチェックボックス関連 **/
	label.label_style,
	label.radio_label_style {
		font-size: 16px;
	}

	/** header **/
	.logo {
		width: 250px;
	}

	header.header {
		top: 8px;
	}

	.header-inner{
		width: 95%;
		max-width: none;
		border-radius: 14px;
		padding: 14px 24px;
	}

	.nav-trigger {
		display: block;
		position: relative;
		width: 24px;
		height: 24px;
		z-index: 9999;
	}
	.nav-trigger span{
		position: absolute;
		width: 24px;
		height: 1px;
		border-radius: 1px;
		transition: all .4s;
		background: #000;
	}
	.nav-trigger span:nth-of-type(1) {
		top: 8px;
	}
	.nav-trigger span:nth-of-type(2) {
		top: 16px;
	}
	.nav-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(4px) rotate(-45deg);
		transform: translateY(4px) rotate(-45deg);
	}
	.nav-trigger.active span:nth-of-type(2) {
		-webkit-transform: translateY(-4px) rotate(45deg);
		transform: translateY(-4px) rotate(45deg);
	}

	.nav {
		display: none;
		position: absolute;
		top: 70px;
		left: 50%;
		transform: translateX(-50%);
		width: 95%;
		background: #fff;
		padding: 20px 5%;
		border-radius: 14px;
	}
	.nav .nav-list {
		flex-direction: column;
	}

	.header-inner .nav-item {
		margin: 0;
	}
	.nav-link {
		display: block;
		padding: 12px 0;
	}
	.header-inner .nav-item.nav-contact {
		margin: 12px 0;
	}
	.header-inner .nav-item.nav-contact .nav-link {
		padding: 12px 40px;
	}


	/** footer **/
	.footer-inner{
		width: 95%;
		margin: 40px auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-copy {
		margin-bottom: 24px;
	}
	.footer-nav-link {
		margin: 0 10px;
	}
	.footer-graphic {
		margin-bottom: -4px;
	}

	/** page共通 **/
	.page-head{
		margin: 150px auto 50px;
	}
	.page-head .page-sub{
		font-size: 12px;
	}
	.page-head .page-title{
		font-size: 3rem;
	}
	.page-inner{
		border-radius: 16px;
		padding: 80px 5%;
	}


	/** ボタン関係 **/
	.btn {
		border-radius: 16px;
		padding: 8px;
		width: 100%;
		max-width: 320px;
	}
	.btn .btn_txt {
		margin-left: 18px;
	}
	.btn .btn_txt span {
		width: 48px;
		height: 48px;
		font-size: 1.25rem;
		border-radius: 10px;
	}

}