@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #565656;
	background-color: #ffffff;
	font-size: 1.6rem;/* 16px */
	font-weight: 400;
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.4rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	max-width: 100%;
	height: auto;
}


.spnone {
	display: block;
}
.pcnone {
	display: none;
}
@media screen and (max-width: 767px) {
	.spnone {
		display: none;
	}
	.pcnone {
		display: block;
	}
}

.en {
	font-family: "Cormorant Garamond", serif;
	font-style: normal;
}
.jp {
	font-family: "Shippori Mincho", serif;
	font-style: normal;
}

 h2 {
  font-size: 3rem;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.8rem;
  }
}


.catch {
	font-size: 2.6rem;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
	.catch {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 1.8rem;
	}
}

.catch2 {
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
	.catch2 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.7rem;
	}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
	.catch3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.4rem;
	}
}

.box_center {
	text-align: center;
}

.btn_link {
	position: relative;
	overflow: hidden;
	display: block;
	width: 200px;
	padding: 0.5em 1em;
	color: #1e73be;
	background: transprent;
	border: 1px solid #1e73be;
	border-radius: 25px;
	text-align: center;
	z-index: 1;
	transition: ease .3s;
}
.btn_link::before {
	content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #1e73be;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.btn_link:hover {
	color: #ffffff;
}
.btn_link:hover::before {
	transform-origin: 0% 50%;
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
	.btn_link {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.btn_link {
		font-size: 1.4rem;
	}
}


/*---------------フッター*/
.footer {
	background-color: #e6f3fc;
	position: relative;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
.footer .footer_inner .contents {
	padding: 50px 0 60px;
}
.footer .footer_inner .contents .footer_link_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo {
	margin-bottom: 2em;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo img {
	width: 220px;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo .company_info {
	color: #565656;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 1em;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo .company_info a {
	color: #1e73be;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo .company_info span {
	font-weight: 600;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo ul.foot_sns {
	display: flex;
	margin-top: 24px;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo ul.foot_sns li {
	margin-right: 24px;
}
.footer .footer_inner .contents .footer_link_wrap .company_logo ul.foot_sns li img {
	width: 32px;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: flex-end;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(2),
.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(3),
.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(4) {
	padding-left: 40px;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link li {
	margin: 0 0 10px 0;
	line-height: 1.6;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link a {
	color: #565656;
	font-size: 1.4rem;
	transition: .4s;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link a:hover {
	opacity: .7;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link_child {
	margin-top: 10px;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link_child li {
	margin: 0 0 10px 0;
	padding-left: 1.2em;
	line-height: 1.6;
	position: relative;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link_child li::before {
	content: "";
	display: block;
	width: 0.7em;
	height: 1px;
	background-color: #565656;
	position: absolute;
	left: 0;
	top: 0.8em;
}
.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link_child li a:hover {
	cursor: pointer;
}
.footer .footer_inner .contents .copyright {
	width: 100%;
	font-size: 1rem;
	color: #565656;
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.footer .footer_inner {
		padding: 0 20px;
	}
	.footer .footer_inner .contents .footer_link_wrap {
		flex-direction: column;
	}
	.footer .footer_inner .contents .footer_link_wrap .company_logo {
		font-size: 1.3rem;
		margin-bottom: 20px;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right > div {
		width: 48%;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(2),
	.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(3),
	.footer .footer_inner .contents .footer_link_wrap .footer_right > div:nth-child(4) {
		padding-left: 0;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link li a {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.footer .footer_inner .contents .footer_link_wrap .footer_right {
		flex-direction: column;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right > div {
		width: 100%;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link {
		flex-direction: column;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link li {
		width: 100%;
	}
	.footer .footer_inner .contents .footer_link_wrap .footer_right .footer_link li a {
		font-size: 1.1rem;
	}
}


/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.pc_only {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 10;
}
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn {
	padding: 15px 12px 15px 12px;
	border-radius: 10px 0 0 10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transition: .3s;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn1 {
	background-color: #eb8900;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn2 {
	background-color: #e6b40a;
	margin-top: 5px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn3 {
	background-color: #00c896;
	margin-top: 5px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn4 {
	background-color: #00c8d2;
	margin-top: 5px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn:hover {
	padding: 15px 15px 15px 12px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	color: #ffffff;
}
/*.contact_fixed_btn_wrap.pc_only .contact_fixed_btn img {
	width: 16px;
}*/
@media screen and (max-width: 768px) {
	.contact_fixed_btn_wrap.pc_only {
		display: none;
	}
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		/*bottom: 0;*/
		top: 60px;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		/*width: calc(100% / 3);*/
		flex: 1;
		margin: 0 2px;
		text-align: center;
		/*border-radius: 10px 10px 0 0;*/
		border-radius: 10px;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn1 {
		background-color: #eb8900;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		background-color: #e6b40a;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn3 {
		background-color: #00c896;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn4 {
		background-color: #00c8d2;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 5px;
		font-size: 1.3rem;
		font-weight: 600;
		color: #ffffff;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		height: 40px;
		margin: 0 auto;
	}
}

/*-----------------------第二階層共通*/
.section_kv {
	position: relative;
	padding-top: 110px;
}
.section_kv .kv_inner {
	width: 100%;
	/*padding: 6em 0 6em;*/
	height: 280px;
	position: relative;
	display: flex;
	align-items: center;
	background-image: url("../img/common/bg_kv.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section_kv .kv_inner .kv_title_wrap {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
}
.section_kv .kv_inner .kv_title {
	text-align: left;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #1e73be;
}
.section_kv .kv_inner .lead {
	text-align: left;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	color: #f5c93d;
	font-family: "Cormorant Garamond", serif;
	position: relative;
}
@media screen and (max-width: 1023px) {
	.section_kv {
		padding-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.section_kv {
		padding-top: 114px;
	}
	.section_kv .kv_inner {
		height: 240px;
	}
	.section_kv .kv_inner .kv_title_wrap {
		padding: 0 20px;
	}
	.section_kv .kv_inner .kv_title {
		font-size: 3.2rem;
	}
	.section_kv .kv_inner .lead {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.section_kv .kv_inner {
		height: 220px;
	}
	.section_kv .kv_inner .kv_title {
		font-size: 2.6rem;
	}
	.section_kv .kv_inner .lead {
		font-size: 1.5rem;
	}
}


.daini .section {
	padding: 60px 0;
}
.daini .section_inner {
	width: 100%;
	max-width: 1280px;
	padding: 0 40px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.daini .section {
		padding: 50px 0;
	}
	.daini .section_inner {
		padding: 0 20px;
	}
}

.daini .section-heading {
	margin-bottom: 4em;
	text-align: center;
}
.daini .section-heading h2 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #002f7b;
}
.daini .section-heading h2 span {
	position: relative;
}
.daini .section-heading h2 span::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: #ffea92;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.daini .section-heading .lead {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.8;
	color: #002f7b;
	font-family: "Montserrat", sans-serif;
	margin-top: 0.5em;
}
.daini .section-heading .catch {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.daini .section-heading h2 {
		font-size: 2.6rem;
	}
	.daini .section-heading .lead {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.daini .section-heading h2 {
		font-size: 2.2rem;
	}
	.daini .section-heading .lead {
		font-size: 1.2rem;
	}
}

.daini .section_title {
	margin-bottom: 3em;
}
.daini .section_title h3 {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: #002f7b;
	padding-left: 1.5em;
	position: relative;
}
.daini .section_title h3::before {
	content: "";
	display: block;
	width: 1.2em;
	height: 6px;
	border-radius: 3px;
	background-color: #ffb636;
	position: absolute;
	left: 0;
	top: 0.7em;
}

/*-------------- 第二階層ページ下　共通お問合せ*/
.daini .b_contact .b_contact_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.daini .b_contact .b_contact_box_wrap .b_contact_box {
	width: 300px;
	margin: 0 20px 20px;
	text-align: center;
}
.daini .b_contact .b_contact_box_wrap .b_contact_box .tel {
	font-size: 3.4rem;
	line-height: 1.8;
	font-weight: 700;
}
.daini .b_contact .b_contact_box_wrap .b_contact_box .btn_link.mail {
	width: 100%;
	font-size: 1.8rem;
	line-height: 80px;
	border-radius: 40px;
}
@media screen and (max-width: 768px) {
	.daini .b_contact .b_contact_box_wrap {
		flex-direction: column;
	}
	.daini .b_contact .b_contact_box_wrap .b_contact_box {
		width: 260px;
		margin: 0 auto 30px;
		text-align: center;
	}
	.daini .b_contact .b_contact_box_wrap .b_contact_box .tel {
		font-size: 3rem;
	}
	.daini .b_contact .b_contact_box_wrap .b_contact_box .btn_link.mail {
		font-size: 1.5rem;
		line-height: 60px;
		border-radius: 30px;
	}
}






