@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,main,figure{margin:0;padding:0}table{font-size:100%;font-family:inherit}fieldset,img{border:0}img,svg{vertical-align:middle}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%}header,footer,nav,main,section,article,figure,aside,picture{display:block}.clearfix:after,.row:after{content:"";display:table;clear:both}

html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #000;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "pkna";
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a[href] {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}

iframe {
	max-width: 100%;
	vertical-align: middle;
}
.hidden {
	display: none;
}
.slick-slider * {
	outline: none;
}
@media screen and (max-width: 767px) {
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}

::-moz-selection {
	background-color: #7efccc;
	color: #fff;
}
::selection {
	background-color: #7efccc;
	color: #fff;
}

/* slick
============================================================================================================ */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* pc / sp
============================================================================================================ */
@media screen and (min-width: 768px), print {
	.sp {
		display: none !important;
	}
	.pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.pc_hidden {
		position: relative;
		overflow: hidden;
		display: block;
		height: 0;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}
@media screen and (min-width: 371px) {
	.sps {
		display: none !important;
	}
}
@media screen and (max-width: 370px) {
	.sps_non {
		display: none !important;
	}
}

/* transition
============================================================================================================ */
@media screen and (min-width: 768px) {
	body.init a[href],
	body.init a[href]::before,
	body.init a[href]::after,
	body.init button,
	body.init button::before,
	body.init button::after,
	body.init .basic_trs,
	body.init .basic_trs::before,
	body.init .basic_trs::after,
	body.init .basic_trs *,
	body.init .basic_trs *::before,
	body.init .basic_trs *::after {
		transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out;
	}
	body.init a svg {
		transition: fill 0.3s ease-in-out;
	}
}

/* font
============================================================================================================ */
.ff_min {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.ff_min.semi-bold {
	font-weight: 600;
}
.ff_min.bold {
	font-weight: 700;
}
.ff_en {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
}

/* color
============================================================================================================ */
.c_theme {
	color: #0a4176;
}

/* display
============================================================================================================ */
.db {
	display: block;
}
.dib {
	display: inline-block;
}

/* object-fit
============================================================================================================ */
img.of {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* hover
============================================================================================================ */
@media screen and (min-width: 768px), print {
	a.hv_wh,
	button.hv_wh,
	a .hv_wh,
	.hv_wh a {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
	}
	a.hv_wh::after,
	button.hv_wh::after,
	a .hv_wh::after,
	.hv_wh a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0);
		z-index: 3;
	}
	body.init a.hv_wh::after,
	body.init button.hv_wh::after,
	body.init a .hv_wh::after,
	body.init .hv_wh a::after {
		transition: background 0.2s;
	}
	a[href].hv_wh:hover::after,
	button.hv_wh:hover::after,
	a[href]:hover .hv_wh::after,
	.hv_wh a[href]:hover::after {
		background-color: rgba(255,255,255,0.3);
	}
	a[href].hv_wh.a20:hover::after,
	button.hv_wh.a20:hover::after,
	a[href]:hover .hv_wh.a20::after,
	.hv_wh.a20 a[href]:hover::after {
		background-color: rgba(255,255,255,0.2);
	}
	a[href].hv_wh.a10:hover::after,
	button.hv_wh.a10:hover::after,
	a[href]:hover .hv_wh.a10::after,
	.hv_wh.a10 a[href]:hover::after {
		background-color: rgba(255,255,255,0.1);
	}

	body.init a[href] .hv_op {
		transition: opacity 0.2s;
	}
	a[href].hv_op:hover,
	a[href]:hover .hv_op,
	button.hv_op:hover,
	.hv_op a[href]:hover {
		opacity: 0.7;
	}
	a[href].hv_op.a20:hover,
	a[href]:hover .hv_op.a20,
	.hv_op.a20 a[href]:hover {
		opacity: 0.8;
	}
	a[href].hv_op.a10:hover,
	a[href]:hover .hv_op.a10,
	.hv_op.a10 a[href]:hover {
		opacity: 0.9;
	}
	a[href].hv_op.a50:hover,
	a[href]:hover .hv_op.a50,
	.hv_op.a50 a[href]:hover {
		opacity: 0.5;
	}
}

.hv_zoom {
	position: relative;
	display: block;
	overflow: hidden;
}
.hv_zoom > * {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
@media screen and (min-width: 768px), print {
	body.init a[href].hv_zoom > *,
	body.init a[href] .hv_zoom > * {
		transition: transform 0.6s, opacity .3s;
	}
	a[href]:hover .hv_zoom.s > * {
		transform: scale(1.03);
	}
	a[href]:hover.hv_zoom > *,
	a[href]:hover .hv_zoom > * {
		transform: scale(1.05);
	}
}


/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: 0;
}
.target.pt {
	top: -30px;
}
@media screen and (max-width: 767px) {
	.target.pt {
		top: -20px;
	}
}

/* container
============================================================================================================ */
#container {
	overflow: hidden;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.88;
}
#container::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
	height: 800px;
	background: url(../img/page_bg.svg) no-repeat 100% 0;
	z-index: -1;
}
@media screen and (min-width: 768px), print {
	#container {
		min-width: 1060px;
	}
}
@media screen and (max-width: 767px) {
	#container {
		font-size: 2rem;
	}
	#container::before {
		width: 225px;
		background-size: 100%;
	}
	#container > * {
		padding-left: 5vw;
		padding-right: 5vw;
	}
}

/* header
============================================================================================================ */
#header {
	margin-bottom: 140px;
}
#header .copy {
	margin: 100px 0 70px -.15em;
	font-size: 8.0rem;
	line-height: 2;
}
#header h1 {
	font-size: 2rem;
}
@media screen and (min-width: 768px), print {
	#header {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 90px;
	}
}
@media screen and (max-width: 767px) {
	#header {
		margin-bottom: 70px;
	}
	#header .logo {
		position: relative;
		display: flex;
		height: 70px;
		align-items: center;
		margin: 0 -5vw;
		padding: 0 5vw;
	}
	#header .logo img {
		width: 220px;
	}
	#header .copy {
		margin: 100px 0 40px;
		font-size: 4.6rem;
		line-height: 1.6;
	}
	#header h1 {
		font-size: 1.9rem;
		line-height: 1.7;
	}
	#header h1 b {
		display: block;
	}
}

/* footer
============================================================================================================ */
#footer {
	position: relative;
	margin-top: 150px;
	padding: 20px 0;
	border-top: 1px solid #7efccc;
	text-align: center;
}
#footer small {
	font-size: 1.6rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#footer {
		margin-top: 120px;
		padding: 30px 0;
	}
}

/* ページトップ
------------------------------------------------------------- */
#pagetop {
	position: fixed;
	overflow: hidden;
	bottom: 45px;
	right: 40px;
	width: 60px;
	height: 60px;
	background-color: #7efccc;
	border: 2px solid #7efccc;
	pointer-events: none;
	opacity: 0;
	z-index: 500;
}
.init #pagetop {
	transition: opacity 0.3s, background .2s;
}
#pagetop::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -3px 0 0 -5px;
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	transform: rotate(45deg);
}
#pagetop.show {
	opacity: 1;
	pointer-events: auto;
}
@media print {
	#pagetop {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#pagetop:hover {
		background-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	#pagetop {
		bottom: 68px;
		right: 15px;
	}
}

/* main
============================================================================================================ */
#main > section {
	position: relative;
}
@media screen and (min-width: 768px), print {
	#main {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* title
============================================================================================================ */
/* en_title */
.en_title {
	margin-bottom: 30px;
	font-size: 6rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.en_title {
		font-size: 5.6rem;
	}
}

/* About
============================================================================================================ */
.about_section {
	margin-bottom: 140px;
}
.about_section p + p {
	margin-top: 2em;
}
@media screen and (max-width: 767px) {
	.about_section {
		margin-bottom: 80px;
	}
	.about_section p + p {
		margin-top: 1.8em;
	}
}
.about_section h3 {
	margin-bottom: 30px;
	font-size: 4rem;
}
.about_section h3 span {
	border-bottom: 2px solid #000;
}
.about_section > section {
	position: relative;
	padding-top: 120px;
}
.about_section .about01 {
	margin-top: 60px;
}
.about_section .about01::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -250px;
	width: 200%;
	right: calc(50% + 290px);
	background-color: #7efccc;
	z-index: -1;
}
.about_section .about02 .ph {
	background-color: #fff;
}
.about_section .about02 .arrow {
	display: flex;
}
.about_section .about02 .arrow a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #7efccc;
	border: 2px solid #7efccc;
}
.about_section .about02 .arrow a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform-origin: 100% 0;
	transform: rotate(45deg);
}
.about_section .about02 .arrow a.l {
	transform: rotate(180deg);
}
@media screen and (min-width: 768px), print {
	.about_section > section {
		padding-left: 460px;
	}
	.about_section .about01 h3 {
		position: absolute;
		top: 110px;
		left: 0;
	}
	.about_section .about02 {
		min-height: 574px;
		padding-bottom: 70px;
	}
	.about_section .about02 .ph {
		position: absolute;
		top: 130px;
		right: calc(50% + 80px);
		width: calc(50vw - 80px);
		max-width: 600px;
		min-width: 450px;
	}
	.about_section .about02 .ph img {
		object-fit: cover;
		font-family: 'object-fit: cover;';
		width: 100%;
	}
	.about_section .about02 .arrow {
		position: absolute;
		bottom: 0;
		left: 460px;
	}
	.about_section .about02 .arrow a {
		margin-right: 30px;
	}
	.about_section .about02 .arrow a:hover {
		background-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.about_section h3 {
		margin-bottom: 40px;
		font-size: 3.3rem;
	}
	.about_section > section {
		padding-top: 60px;
	}
	.about_section .about01::before {
		bottom: -400px;
		right: calc(50% + 30px);
	}
	.about_section .about02 .ph {
		margin: 50px -5vw 10px;
	}
	.about_section .about02 .arrow {
		justify-content: flex-end;
	}
	.about_section .about02 .arrow a {
		margin-left: 20px;
	}
}


/* Service
============================================================================================================ */
.service_section {
	margin-bottom: 160px;
}
.service_section ol {
	margin-top: 50px;
	counter-reset: service;
}
.service_section ol li {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	padding-left: 80px;
	padding-right: 10px;
	border: 1px solid #7efccc;
	line-height: 1.3;
}
.service_section ol li::before {
	counter-increment: service;
	content: counter(service);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 59px;
	background-color: #7efccc;
	font-size: 120%;
}
@media screen and (min-width: 768px), print {
	.service_section ol {
		display: flex;
		flex-wrap: wrap;
		margin-left: -35px;
	}
	.service_section ol li {
		width: 310px;
		margin-left: 35px;
	}
	.service_section ol li:nth-child(n + 4) {
		margin-top: 35px;
	}
}
@media screen and (max-width: 767px) {
	.service_section {
		margin-bottom: 100px;
	}
	.service_section .en_title + p {
		font-size: 2.2rem;
		line-height: 1.7;
	}
	.service_section ol li {
		height: auto;
		min-height: 60px;
		margin-top: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.service_section .service_list {
	margin-top: 50px;
}
.service_section .service_list dl {
	position: relative;
}
.service_section .service_list dl::before,
.service_section .service_list dl::after {
	content: "";
	position: absolute;
	top: 30px;
	right: 12px;
	width: 13px;
	border-top: 1px solid;
}
.service_section .service_list dl::after {
	transform: rotate(90deg);
}
.init .service_section .service_list dl::after {
	transition: transform 0.2s ease-in-out;
}
.service_section .service_list dl.open::after {
	transform: rotate(0deg);
}
.service_section .service_list dl.open {
	z-index: 3;
}
.service_section .service_list dt {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	padding-left: 80px;
	padding-right: 10px;
	border: 1px solid #7efccc;
	line-height: 1.3;
	cursor: pointer;
}
.service_section .service_list dt > .num {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 59px;
	background-color: #7efccc;
	font-size: 120%;
}
.service_section .service_list dd {
	position: relative;
	overflow: hidden;
	height: 0;
	line-height: 1.77;
}
.init .service_section .service_list dd {
	transition: height 0.3s ease-in-out;
}
.service_section .service_list .dd {
	padding-top: 20px;
}
.service_section .service_list .box {
	padding: 15px 25px;
	background-color: #fff;
	border: 1px solid #7efccc;
}
@media screen and (min-width: 768px), print {
	.service_section .service_list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -35px;
	}
	.service_section .service_list dl {
		width: 310px;
		margin-left: 35px;
	}
	.service_section .service_list dl:nth-child(n + 4) {
		margin-top: 35px;
	}
	.service_section .service_list dt::after {
		content: "";
		position: absolute;
		top: -1px;
		right: -1px;
		left: -1px;
		bottom: -1px;
		border: 2px solid #7efccc;
		opacity: 0;
	}
	.init .service_section .service_list dt::after {
		transition: opacity 0.3s ease-in-out;
	}
	.service_section .service_list dt:hover::after {
		opacity: 1;
	}
	.service_section .service_list dl:nth-child(3n + 1) dd {
		margin-right: -690px;
	}
	.service_section .service_list dl:nth-child(3n + 2) dd {
		margin-left: -345px;
		margin-right: -345px;
	}
	.service_section .service_list dl:nth-child(3n) dd {
		margin-left: -690px;
	}
}
@media screen and (max-width: 767px) {
	.service_section .service_list dl {
		margin-top: 40px;
	}
	.service_section .service_list dt {
		height: auto;
		min-height: 60px;
		margin-top: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.service_section .service_list dd {
		font-size: 1.8rem;
	}
}

/* Contact
============================================================================================================ */
.contact_section {
	padding-bottom: 150px;
}
.contact_section::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 365px;
	background-color: #7efccc;
	z-index: -1;
}
.contact_section .profile {
	margin-top: 40px;
	font-size: 1.8rem;
	line-height: 1.5;
}
.contact_section .profile * + * {
	margin-top: 1.1em;
}
.contact_section .profile .name {
	font-size: 2.8rem;
}
.contact_section .profile .name span {
	margin-left: 1em;
	font-size: 2.2rem;
}
.contact_section .profile .email a {
	position: relative;
	display: inline-block;
	padding-right: 26px;
	background: url(../img/ico_copy.svg) no-repeat 100% 60%;
}
.contact_section .profile .blank a {
	position: relative;
	display: inline-block;
	padding-right: 26px;
	background: url(../img/ico_blank.svg) no-repeat 100% 60%;
	background-size: 9%;
}
.contact_section .profile .address a {
	margin-left: 0.3em;
}
@media screen and (min-width: 768px), print {
	.contact_section::before {
		left: calc(50% - 125px);
		width: 200%;
	}
	.contact_section .ph {
		position: absolute;
		top: 0;
		right: 50px;
	}
}
@media screen and (max-width: 767px) {
	.contact_section::before {
		right: -5vw;
		left: -5vw;
	}
	.contact_section .en_title + p {
		font-size: 2.2rem;
		line-height: 1.7;
	}
	.contact_section .profile * + * {
		margin-top: 1em;
	}
	.contact_section .profile .name {
		font-size: 2.7rem;
	}
	.contact_section .profile .name span {
		font-size: 2.1rem;
	}
	.contact_section .profile .address a {
		display: block;
		margin: 0;
	}
	.contact_section .ph {
		margin-top: 50px;
	}
	.contact_section .ph img {
		width: 100%;
	}
}
