@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

/* ==========================================================================
   Foundation
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	color: inherit;
	box-sizing: content-box;
}
select::-ms-expand {
	display: none;
}
em {
	font-style: normal;
}
main {
	display: block;
}
html, body {
	height: 100%;
	width: 100%;
}
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.8;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;

}
a {
	/*transition: all 0.3s linear;*/
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
}
* {
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
	height: auto;
}

/* ==========================================================================
   Base
========================================================================== */
#wrap {
	width: 100%;
	margin: 0 auto;
	position: relative; }

/* --- img for PC/SP --- */
.img_pc {
	display: none;
}
.img_sp {
	display: block;
}
@media screen and (min-width: 769px) {
	.img_pc {
		display: block;
	}
	.img_sp {
		display: none;
	}
}

/* --- br for PC/SP --- */
.br_pc {
	display: none !important;
}
.br_sp {
	display: inline !important;
}
@media screen and (min-width: 769px) {
	.br_pc {
		display: inline !important;
	}
	.br_sp {
		display: none !important;
	}
}

/* ===============================================
   Wrapper
=============================================== */
.wrapper{
	padding: 0 13px;
	max-width: 1026px;
	margin: 0 auto;
}

/* ===============================================
   Top
=============================================== */
.top{
	width: 100%;
	height: 80vw;
	z-index: -10;
	position: relative;
	background: #fafafa url(../../assets/images/top-img.jpg);
	background-position: bottom right -4vw;
	background-size: contain;
	background-repeat: no-repeat;
}
.top h1{
	position: absolute;
	top: 20vw;
	left: 16%;
	width: 28%;
}
.scroll{
	position: absolute;
	left: 50%;
	bottom: -17px;
	height: 34px;
}
.scroll span {
	position: absolute;
	left: 0;
	top: -17px;
	font-size: 1rem;
	transform: translate(-50%, 0) scale(0.7);
	letter-spacing: 0.05em;
}
.scroll::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 34px;
	background: #b2b2b2;
}

@media (min-width: 769px) {
	.top{
		height: 600px;
		background-position: bottom left calc(50% + 140px);
	}
	.top h1{
		top: calc(50% - 165px);
		left: calc(50% - 308px);
		width: 233px;
	}
	.scroll{
		bottom: -35px;
		height: 70px;
	}
	.scroll span {
		top: -22px;
		font-size: 1rem;
		transform: translate(-50%, 0) scale(1);
		letter-spacing: 0.05em;
	}
	.scroll::after{
		height: 70px;
	}
}

/* ===============================================
   Lead
=============================================== */
.lead{
	padding: 60px 0 70px;
}
.lead h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: 400;
}
.lead p{
	font-size: 1.4rem;
	line-height: 2;
	margin: 30px auto 0;
}
.lead p:nth-of-type(1){
	margin: 20px auto 0;
}

@media (min-width: 769px) {
	.lead{
		padding: 80px 0 90px;
	}
	.lead h2{
		font-size: 3.2rem;
		text-align: center;
	}
	.lead p{
		font-size: 1.6rem;
		text-align: center;
	}
	.lead p:nth-of-type(1){
		margin: 30px auto 0;
	}
}

/* ===============================================
   About
=============================================== */
.about{
	padding: 35px 0;
	background: #f6f6f6;
}
.about-ttl{
	position: relative;
	cursor: pointer;
	background: #fff;
	width: auto;
	margin: 0 20px;
	padding: 12px;
	text-align: center;
	border-radius: 15px;
}
.about-ttl .en{
	font-size: 1rem;
	transform: scale(0.7);
	letter-spacing: 0.05em;
	font-weight: 400;
}
.about-ttl .jp{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.about-ttl .icon-wrap {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	width: 15px;
	height: 15px;
}
.about-ttl .icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.about-ttl .icon::before,
.about-ttl .icon::after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #d0d0d0;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 1px;
	transform: translate(-50%, -50%);
}
.about-ttl .icon:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.about-ttl .icon.open:before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.about-contents{
	padding: 30px 0 10px;
	display: none;
}
.about-contents h3{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}
.about-contents p{
	font-size: 1.4rem;
	line-height: 2;
	margin: 15px auto 0;
}

@media (min-width: 769px) {
	.about{
		padding: 55px 0;
	}
	.about-ttl{
		width: 640px;
		margin: 0 auto;
		padding: 25px;
		border-radius: 25px;
	}
	.about-ttl .en{
		font-size: 1.4rem;
		transform: scale(1);
		margin: 0 0 5px;
	}
	.about-ttl .jp{
		font-size: 3.6rem;
	}
	.about-ttl .icon-wrap {
		right: 30px;
		width: 30px;
		height: 30px;
	}
	.about-contents{
		padding: 50px 0 20px;
	}
	.about-contents h3{
		font-size: 2.2rem;
		text-align: center;
	}
	.about-contents p{
		font-size: 1.6rem;
		margin: 30px auto 0;
		text-align: center;
	}
}

/* ===============================================
   Flow
=============================================== */
.flow{
	padding: 50px 0;
	background: #8e8f85;
}
.flow-ttl{
	color: #fff;
	margin: 0 auto;
	text-align: center;
}
.flow-ttl .en{
	font-size: 1rem;
	transform: scale(0.7);
	letter-spacing: 0.05em;
	font-weight: 400;
}
.flow-ttl .jp{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.flow-list{
	position: relative;
	margin: 30px auto 0;
	z-index: 1;
}
.flow-list::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: -1;
}
.flow-list li{
	background: #fff;
	width: 68vw;
	height: 157px;
	min-width: 255px;
	margin: 15px auto 0;
	padding: 10px 0 20px;
	text-align: center;
	border-radius: 40px;
}
.flow-list li:first-child{
	margin: 0 auto;
}
.flow-list li .num{
	color: #d0d0d0;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.5rem;
	line-height: 1;
}
.flow-list li h3{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin: 13px auto;
}
.flow-list li p{
	font-size: 1.2rem;
	line-height: 1.4;
}
.flow-list li p.sec{
	margin: 5px auto 0;
}

@media (min-width: 769px) {
	.flow{
		padding: 80px 0 90px;
	}
	.flow-ttl .en{
		font-size: 1.4rem;
		transform: scale(1);
		margin: 0 0 5px;
	}
	.flow-ttl .jp{
		font-size: 3.6rem;
	}
	.flow-list{
		margin: 40px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flow-list::after{
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
	}
	.flow-list li{
		width: 31%;
		height: 260px;
		min-width: auto;
		margin: 0;
		padding: 30px 15px;
		border-radius: 50px;
	}
	.flow-list li:first-child{
		margin: 0;
	}
	.flow-list li .num{
		font-size: 6rem;
	}
	.flow-list li h3{
		font-size: 2rem;
		margin: 25px auto 15px;
	}
	.flow-list li p{
		font-size: 1.6rem;
	}
}

/* ===============================================
   Fee
=============================================== */
.fee{
	padding: 0;
	background: #8e8f85;
}
.fee-ttl{
	color: #fff;
	margin: 0 auto;
	text-align: center;
}
.fee-ttl .en{
	font-size: 1rem;
	transform: scale(0.7);
	letter-spacing: 0.05em;
	font-weight: 400;
}
.fee-ttl .jp{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.fee-list{
	margin: 30px auto 0;
}
.fee-list li{
	background: #fff;
	width: 100%;
	max-width: 500px;
	margin: 10px auto 0;
	padding: 12px 10px 15px;
	text-align: center;
	border-radius: 25px;
}
.fee-list li:first-child{
	margin: 0 auto;
}
.fee-list li h3{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto 8px;
}
.fee-list li h3 span{
	font-size: 1.1rem;
}
.fee-list li p{
	font-size: 1.2rem;
	line-height: 1.4;
}
.fee-list li p span{
	font-size: 1.5rem;
}
.fee-list li p.sec{
	margin: 5px auto 0;
}
.fee-list li .note{
	font-size: 0.8rem;
	margin: 8px auto 0;
}

@media (min-width: 769px) {
	.fee-ttl .en{
		font-size: 1.4rem;
		transform: scale(1);
		margin: 0 0 5px;
	}
	.fee-ttl .jp{
		font-size: 3.6rem;
	}
	.fee-list{
		margin: 40px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fee-list li{
		width: 48%;
		height: 185px;
		margin: 0;
		padding: 15px 10px;
		border-radius: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fee-list li:first-child{
		margin: 0;
	}
	.fee-list li:nth-child(n+3){
		margin: 30px 0 0;
	}
	.fee-list li h3{
		font-size: 2rem;
		margin: 0 auto 8px;
	}
	.fee-list li h3 span{
		font-size: 1.4rem;
	}
	.fee-list li p{
		font-size: 1.6rem;
		line-height: 1.3;
	}
	.fee-list li p span{
		font-size: 2.1rem;
	}
	.fee-list li p.sec{
		margin: 8px auto 0;
	}
	.fee-list li .note{
		font-size: 1.4rem;
		margin: 5px auto 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 920px) {
	.fee-list li{
		height: 215px;
	}
}

/* ===============================================
   Others
=============================================== */
.others{
	padding: 50px 0 65px;
	background: #8e8f85;
}
.others-ttl{
	color: #fff;
	margin: 0 auto;
	text-align: center;
}
.others-ttl .en{
	font-size: 1rem;
	transform: scale(0.7);
	letter-spacing: 0.05em;
	font-weight: 400;
}
.others-ttl .jp{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.others-list{
	margin: 30px auto 0;
}
.others-list li{
	font-size: 1.5rem;
	line-height: 1.7;
	color: #fff;
	text-align: center;
}
.others-txt{
	margin: 25px auto 0;
	font-size: 1.2rem;
	line-height: 2;
	color: #fff;
	text-align: center;
}

@media (min-width: 769px) {
	.others{
		padding: 90px 0 100px;
	}
	.others-ttl .en{
		font-size: 1.4rem;
		transform: scale(1);
		margin: 0 0 5px;
	}
	.others-ttl .jp{
		font-size: 3.6rem;
	}
	.others-list{
		margin: 40px auto 0;
		display: flex;
		justify-content: center;
	}
	.others-list li{
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.others-list li:nth-child(2)::before,
	.others-list li:nth-child(2)::after{
		content: "　｜　";
	}
	.others-txt{
		margin: 30px auto 0;
		font-size: 1.6rem;
		line-height: 1.8;
	}
}

/* ===============================================
   Profile
=============================================== */
.profile{
	padding: 45px 0 80px;
	background: #f6f6f6;
}
.profile-ttl{
	margin: 0 auto 35px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.stuff{
	position: relative;
	background: #fff;
	margin: 0 0 15px;
}
.stuff:last-child{
	margin-bottom: 0;
}
.stuff-photo{
	position: absolute;
	top: 0;
	left: 0;
	width: 24vw;
	min-width: 90px;
	height: 32vw;
}
.stuff-photo img{
	width: 100%;
}
.stuff-ttl{
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 32vw;
	padding: 0 0 0 30vw;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.stuff-ttl .post{
	font-size: 1.2rem;
	line-height: 1.4;
}
.stuff-ttl .name .jp{
	font-size: 2rem;
	line-height: 1.4;
}
.stuff-ttl .name .en{
	display: block;
	font-size: 1rem;
	line-height: 1.6;
}
.stuff-ttl .dept{
	font-size: 1rem;
	line-height: 1.4;
	margin: 5px 0 0;
}
.stuff-ttl .icon-wrap {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	width: 15px;
	height: 15px;
}
.stuff-ttl .icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.stuff-ttl .icon::before,
.stuff-ttl .icon::after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #d0d0d0;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 1px;
	transform: translate(-50%, -50%);
}
.stuff-ttl .icon:before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.stuff-ttl .icon.open:before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.stuff-career{
	padding: 20px 15px 30px;
	display: none;
}
.stuff-career p{
	font-size: 1.4rem;
	line-height: 2;
	margin: 0 0 25px;
}
.stuff-career p:last-child{
	margin: 0;
}

@media (min-width: 769px) {
	.profile{
		padding: 80px 0 120px;
	}
	.profile-ttl{
		margin: 0 auto 70px;
		font-size: 3.6rem;
	}
	.stuff{
		width: 88%;
		margin: 0 0 70px auto;
	}
	.stuff:last-child{
		margin-bottom: 0;
	}
	.stuff-photo{
		top: -30px;
		left: -120px;
		width: 180px;
		height: 240px;
	}
	.stuff-ttl{
		height: 240px;
		padding: 0 100px;
	}
	.stuff-ttl .post{
		font-size: 1.8rem;
	}
	.stuff-ttl .name .jp{
		font-size: 3rem;
		line-height: 1.6;
	}
	.stuff-ttl .name .en{
		display: inline;
		font-size: 2rem;
		padding: 0 0 0 1em;
	}
	.stuff-ttl .dept{
		font-size: 1.5rem;
		margin: 5px 0 0;
	}
	.stuff-ttl .icon-wrap {
		right: 30px;
		width: 30px;
		height: 30px;
	}
	.stuff-career{
		padding: 0 100px 80px;
	}
	.stuff-career p{
		font-size: 1.5rem;
		margin: 0 0 30px;
	}
	.stuff-career p:last-child{
		margin: 0;
	}
}

@media screen and (min-width: 769px) and (max-width: 1025px) {
	.stuff-photo{
		left: -12vw;
	}
}

/* ===============================================
   Contact
=============================================== */
.contact{
	padding: 30px 0 20px;
	background-image: url(../../assets/images/contact-img_sp.jpg);
	background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}
.contact .b_hours{
	margin: 0 auto 30px;
	border-spacing: 0;
	border-collapse: collapse;
}
.contact .b_hours th{
	font-weight: normal;
	text-align: center;
	font-size: 1.2rem;
	padding: 7px;
	border-right: 1px solid #666;
}
.contact .b_hours th:last-child{
	border-right: none;
}
.contact .b_hours td{
	text-align: center;
	font-size: 1.2rem;
	padding: 7px;
	border-right: 1px solid #666;
	border-top: 1px solid #666;;
}
.contact .b_hours td:last-child{
	border-right: none;
}
.contact .links li{
	display: block;
	margin: 0 auto;
	width: 260px;
	text-align: center;
}
.contact .links li:last-child{
	margin: 20px auto 0;
}
.btn_01 {
	width: 260px;
	margin: 0 auto;
}
.btn_01 > a{
	margin: 10px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	position: relative;
	background: #8e8f85;
	border-radius: 30px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	font-weight: 600;
}
.btn_01 > a:hover{
	background: #666;
	color: #fff;
}
.contact .access{
	margin: 25px auto 0;
	font-size: 1.4rem;
	text-align: center;
}
.contact .access span::before{
	content: "\A";
	white-space: pre;
}

@media (min-width: 769px) {
	.contact{
		padding: 80px 0 20px;
		background-image: url(../../assets/images/contact-img_pc.jpg);
	}
	.contact .b_hours{
		margin: 0 auto 50px;
	}
	.contact .b_hours th{
		font-size: 1.6rem;
		padding: 20px;
	}
	.contact .b_hours td{
		font-size: 1.6rem;
		padding: 20px;
	}
	.contact .links{
		width: 700px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		text-align: left;
	}
	.contact .links li{
		margin: 0;
		width: 320px;
	}
	.contact .links li:last-child{
		margin: 0;
	}
	.btn_01 {
		width: 320px;
	}
	.btn_01 > a{
		margin: 0 auto;
		height: 70px;
		border-radius: 40px;
		font-size: 1.6rem;
	}
	.contact .access{
		margin: 60px auto 0;
		font-size: 1.6rem;
		text-align: center;
	}
	.contact .access span{
		margin: 0 0 0 1em;
	}
	.contact .access span::before{
		content: "";
	}
}

/* ===============================================
   Address
=============================================== */
.address{
	position: relative;
	padding: 30px 0;
}
.address .address-logo img{
	display: block;
	margin: 0 auto;
	width: 70px;
}
.address .info{
	margin: 20px auto;
	font-size: 1.4rem;
	text-align: center;
}
.address .instagram{
	font-size: 1.2rem;
	text-align: center;
}
.address .instagram a{
	position: relative;
	display: block;
	padding-top: 40px;
}
.address .instagram a::before{
	content: '';
	display: block;
	position: absolute;
	background: url(../../assets/images/instagram-logo.svg) no-repeat;
	background-size: contain;
	top: 0;
	left: calc(50% - 18px);
	width: 36px;
	height: 36px;
}

@media (min-width: 769px) {
	.address{
		padding: 40px 0 35px;
	}
	.address .address-logo img{
		width: 100px;
	}
	.address .info{
		margin: 20px auto 25px;
		font-size: 1.6rem;
	}
	.address .instagram{
		font-size: 1.3rem;
		line-height: 36px;
	}
	.address .instagram a{
		display: inline-block;
		padding: 0 0 0 50px;
	}
	.address .instagram a::before{
		top: 0;
		left: 0;
		width: 36px;
		height: 36px;
	}
}

/* ===============================================
   Footer
=============================================== */
.footer{
	padding: 20px 0;
	background: #8e8f85;
	color: #fff;
}
.footer .wrapper{
	position: relative;
	max-width: 100%;
}
.copyright{
	text-align: left;
	font-size: 1.2rem;
}
.restructuring{
	display: inline-block;
	border: 1px solid #fff;
	padding: 2px 8px;
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 13px;
}

@media (min-width: 769px) {
	.footer{
		padding: 25px 0;
	}
	.copyright{
		text-align: center;
		font-size: 1.3rem;
	}
	.restructuring{
		padding: 3px 12px;
		font-size: 1.5rem;
	}
}

