@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%; /*10px*/
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-size: 1.4rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: #273433;
  background: #F2F6F6;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
.contents_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
a, a:link, a:visited {
  display: block;
  text-decoration: none;
  color: #273433;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
a[href^='tel:'] {
  pointer-events: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ns {
  font-family: "Noto Sans JP", sans-serif;
}
.en {
  font-family: "Quicksand", sans-serif;
}
/* device */
.pc {
  display: block;
}
.sp {
  display: none;
}
/* flexbox */
.row_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  a[href^='tel:'] {
    pointer-events: auto;
  }
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}	
}
/*-----------------------------------

	header

-----------------------------------*/
header {
  width: 100vw;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
  transition: 0.3s;
}
header.scrolled {
  background: #F2F6F6;
}
header .contents_inner {
  width: 100%;
  max-width: initial;
}
header .hd_wrapper {
  padding: 26px 28px 25px 26px;
}
header .hd_logo {
  width: 220px;
}
@media (hover: hover) {
  header .hd_logo a:hover {
    opacity: 0.7;
  } 
}
header .global_menu {
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
}
header .main_menu {
  align-items: center;
  gap: 0 47px;
}
header .main_menu li a {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  padding: 11px 0 13px;
}
header .main_menu li:not(.cta_btn) a:hover {
  color: #21A5A1;
}
header .main_menu .cta_btn {
  margin-left: 25px;
}
header .main_menu .cta_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: #FFFFFF;
  background: #D96868;
  padding: 10px 0 12px;
  width: 154px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}
header .main_menu .cta_btn a::after {
  content: '';
  display: block;
  background: url(../img/common/icon_mail.svg) no-repeat center center / contain;
  width: 17px;
  height: 13px;
}
#nav_sp,
#nav_sp .fixed_box {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .main_menu {
    width: 100%;
  }
  header .main_menu li {
    background: #FFFFFF;
    width: 87.5%;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    margin: 0 auto;
  }
  header .main_menu li:first-of-type {
    border-top: 1px solid rgba(112, 112, 112, 0.2);    
  }
  header .main_menu li.cta_btn {
    border-bottom: none;
    margin-top: 15px;
    margin-left: auto;
  }
  header .main_menu li a {
    text-align: center;
    width: max-content;
    padding: 24px 0 23px;
    margin: 0 auto;
  }
  header .cta_menu a {
    width: 250px;
    padding: 11px 0 13px;
  }
  header .cta_menu {
    margin: 47px auto 0;
  }
  /*-----------------------------------
    nav_pc
  -----------------------------------*/
  #nav_pc {
    display: none;
  }  
  /*-----------------------------------
    nav_sp
  -----------------------------------*/
  #nav_sp {
    display: block;
    position: relative;
  }
  #nav_sp .btn_container,
  #nav_sp .overlay {
    display: block;
  }
  #nav_sp .btn_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 18px;
    background: #40A8A5;
    width: 150px;
    height: 52px;
    padding-left: 25px;
    border-radius: 3px;
    position: fixed;
    top: 32px;
    right: 30px;
    transition: opacity 0.3s;
    z-index: 1000;
    cursor: pointer;
  }
  #nav_sp .btn_container:after {
    content: 'MENU';
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
  #nav_sp .btn_container.active:after {
    content: "CLOSE";
  }
  #nav_sp .btn_container .btn_wrapper {
    width: 30px;
    height: 18px;
    position: relative;
  }
  #nav_sp .btn_container .btn_wrapper span {
    display: block;
    background: #ffffff;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    cursor: pointer;
  }
  #nav_sp .btn_container .btn_wrapper span.ct {
    bottom: 0;
  }
  #nav_sp .btn_container .btn_wrapper span.bm {
    top: auto;
    bottom: 0;
  }
  #nav_sp .btn_container.active .btn_wrapper .tp {
    top: -3px;
    transform: translateY(11px) translateX(0) rotate(45deg);
  }
  #nav_sp .btn_container.active .btn_wrapper .ct {
    opacity: 0;
  }
  #nav_sp .btn_container.active .btn_wrapper .bm {
    top: 3px;
    transform: translateY(-1px) translateX(0) rotate(-45deg);
  }
  #nav_sp .overlay {
    background: #FFFFFF;
    width: 100vw;
    min-height: 100svh;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #nav_sp .overlay.open {
    opacity: 1;
    visibility: visible;
  }
  #nav_sp .overlay .overlay_menu {
    width: calc(100% - 90px);
    padding-bottom: 50px;
    margin: auto;
    position: relative;
    top: 135px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  header .hd_logo {
    width: 140px;
  }
  header .hd_wrapper {
    padding: 10px 20px;
  }
  header .main_menu li {
    width: 100%;
  }
  header .main_menu li a {
    font-size: 13px;
    padding: 14px 0 13px;
  }
  header .cta_menu {
    width: 75%;
    margin-top: 32px;
  }
  header .cta_menu a {
    font-size: 13px;
    width: 100%;
  }
  /*-----------------------------------
    nav_sp
  -----------------------------------*/
  #nav_sp .btn_container {
    width: 100px;
    height: 32px;
    padding-left: 15px;
    gap: 0 10px;
    top: 15px;
    right: 18px;
  }
  #nav_sp .btn_container:after {
    font-size: 12px;
  }
  #nav_sp .btn_container .btn_wrapper {
    width: 15px;
    height: 11px;
  }
  #nav_sp .btn_container .btn_wrapper span {
    height: 1px;
  }
  #nav_sp .btn_container.active .btn_wrapper .tp {
    top: -6px;
  }
  #nav_sp .overlay .overlay_menu {
    width: calc(100% - 68px);  
    padding-bottom: 100px;
    top: 75px;
  }
  #nav_sp .fixed_box {
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    background: #333333;
    width: 100vw;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 997;
  }
  #nav_sp .fixed_box a {
    padding: 9px 0 8.1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #nav_sp .fixed_box .tel {
    color: #FFFFFF;
    width: 57.7%;
    border-right: 1px solid #FFFFFF;
    gap: 0 10px;
  }
  #nav_sp .fixed_box .tel span {
    display: block;
    font-size: 10px;
    margin-top: 2.7px;
  }
  #nav_sp .fixed_box .mail {
    color: #FFFFFF;
    width: 42.3%;
    gap: 0 14px;
  }
}
/*-----------------------------------

	contents

-----------------------------------*/
#contents {
  position: relative;
}
#contents .sec_ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
  position: relative;
}
#contents .sec_ttl::after {
  display: block;
  font-size: 129px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: rgba(64, 168, 165, 0.08);
  width: max-content;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
}
#contents .sec_ttl span {
  display: block;
}
#contents .sec_ttl .en {
  font-size: 20px;
  color: #40A8A5;
  margin-bottom: 6px;
}
#contents .sec_ttl .ja {
  padding-left: 40px;
  position: relative;
}
#contents .sec_ttl .ja::before {
  content: '';
  display: block;
  background: #48CFB7;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50vw;
  box-shadow: 0 0 0 5px #D0EBE6;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  z-index: 1;
}
#contents .sec_intro_txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
#contents .btn {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  padding: 22px 0;
  border-radius: 50vw;
  position: relative;
  transition: 0.3s;
}
#contents .btn::after {
  content: '';
  display: block;
  background: url(../img/common/icon_btn_wh.svg) no-repeat center center / contain;
  width: 7px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}
#contents .btn:hover::after {
  right: 13px;
}
#contents .cta {
  text-shadow: 1px 2px 0 #AC4E4E;
  background: linear-gradient(180deg,rgba(217, 104, 104, 1) 0%, rgba(217, 104, 104, 1) 68%, rgba(152, 63, 63, 1) 100%);
  width: 306px;
  box-shadow: 0 0 0 10px #F8ECEA;
}
#contents .detail {
  text-shadow: 1px 2px 0 #2B8280;
  background: linear-gradient(180deg,rgba(64, 168, 165, 1) 0%, rgba(64, 168, 165, 1) 68%, rgba(40, 116, 114, 1) 100%);
  width: 400px;
  box-shadow: 0 0 0 10px #E1F1EE;
}
#contents .map::after {
  background: url(../img/common/icon_map.svg) no-repeat center center / contain;
  width: 16px;
  height: 20px;
  right: 28px;
}
#contents .map:hover::after {
  right: 28px;
}
@media screen and (max-width: 640px) {
  #contents .sec_ttl {
    font-size: 20px;
    margin-bottom: 14px;
  }
  #contents .sec_ttl::after {
    font-size: 29px;
    letter-spacing: 0;
    top: 30px;
  }
  #contents .sec_ttl .en {
    font-size: 14px;
    margin-bottom: 2px;
  }
  #contents .sec_ttl .ja {
    padding-left: 22.5px;
  }
  #contents .sec_ttl .ja::before {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 2px #D0EBE6;
    top: -2px;
    left: 2px;
  }
  #contents .sec_intro_txt {
    font-size: 14px;
  }
  #contents .btn {
    font-size: 13px;
    padding: 17px 0;
  }
  #contents .btn::after {
    width: 6px;
    height: 10px;
    right: 18px;
  }
  #contents .cta {
    width: 256px;
    box-shadow: 0 0 0 6px #F8ECEA;
  }
  #contents .detail {
    width: 300px;
    box-shadow: 0 0 0 6px #E1F1EE;
  }
  #contents .map::after {
    width: 11px;
    height: 13px;
    right: 18px;  
  }
}
/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	padding: 53px 0 103px;
	margin-top: 120px;
	position: relative;
}
#contact_block::before {
	content: '';
	display: block;
	background: #ffffff;
	width: 93.35vw;
	height: 100%;
	border-top-right-radius: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#contact_block::after {
	content: '';
	display: block;
	background: url(../img/common/img_bg_gr.svg) no-repeat center center / contain;
	width: 174px;
	height: 174px;
	margin: auto;
	position: absolute;
	top: -214px;
	right: -24px;
	z-index: 0;
}
#contact_block .sec_ttl::after {
	content: "Contact";
}
#contact_block .sec_intro_txt {
	line-height: 2.27;
	margin-bottom: 15px;
}
#contact_block .contact_wrapper {
	width: 50.95%;
  margin-top: 40px;
}
#contact_block .contact_box {
	border-bottom: 1px solid #E1EFEF;
}
#contact_block .contact_box:first-of-type {
	border-top: 1px solid #E1EFEF;
}
#contact_block .contact_box a {
	padding: 42px 70px 42px 40px;
	position: relative;
}
#contact_block .contact_box.tel a {
	padding: 39px 70px 39px 40px;
}
#contact_block .contact_box a::before {
	content: '';
	display: block;
	background: #E1EFEF;
	width: 1px;
	height: calc(100% - 36px);
	margin: auto;
	position: absolute;
	top: 0;
	right: 41px;
	bottom: 0;
	z-index: 1;
}
#contact_block .contact_box a::after {
	content: '';
	display: block;
	background: url(../img/common/icon_btn_clr.svg) no-repeat center center / contain;
	width: 7px;
	height: 13px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	z-index: 1;
	transition: 0.3s;
}
#contact_block .contact_box a:hover::after {
	right: 6px;
}
#contact_block .contact_box a span {
	display: block;
}
#contact_block .contact_box a .ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	padding-left: 36px;
	position: relative;
}
#contact_block .contact_box a .ttl::before {
	content: '';
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	z-index: 1;
}
#contact_block .contact_box.tel a .ttl::before {
	background: url(../img/common/icon_contact01.svg) no-repeat center center / contain;
	width: 18px;
	height: 28px;
	top: 4px;
}
#contact_block .contact_box.flow a .ttl::before {
	background: url(../img/common/icon_contact02.svg) no-repeat center center / contain;
	width: 25px;
	height: 23px;
	top: 2px;
}
#contact_block .contact_box.form a .ttl::before {
	background: url(../img/common/icon_contact03.svg) no-repeat center center / contain;
	width: 25px;
	height: 20px;
	top: 3px;
}
#contact_block .contact_box.tel a .ttl {
	font-size: 28px;
}
#contact_block .contact_box a .txt {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 8px;
}
#contact_block .img_box {
	width: 41.4vw;
	height: 659px;
	border-top-left-radius: 10px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#contact_block .img_box img {
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
@media screen and (max-width: 1400px) {
	#contact_block .sec_ttl::after {
		right: 50px;
	}
}
@media screen and (max-width: 640px) {
	#contact_block {
		padding: 53px 0 0;
		margin-top: 65px;
	}
	#contact_block::before {
		width: 97.5vw;
	}
	#contact_block::after {
		width: 104px;
		height: 104px;
		top: -42px;
	}
	#contact_block .sec_ttl::after {
		right: 30px;
	}
	#contact_block .sec_intro_txt {
		line-height: 1.75;
		margin-bottom: 10px;
	}
	#contact_block .contact_wrapper {
		width: 100%;
		margin-bottom: 50px;
    margin-top: 30px;
	}
	#contact_block .contact_box a {
		padding: 22px 50px 22px 10px;
	}
	#contact_block .contact_box.tel a {
		padding: 19px 50px 19px 10px;		
	}
	#contact_block .contact_box a::before {
		right: 35px;
	}
	#contact_block .contact_box a::after {
		width: 6px;
		height: 12px;
		right: 11px;
	}
	#contact_block .contact_box a .ttl {
		font-size: 18px;
		padding-left: 33px;
	}
	#contact_block .contact_box.tel a .ttl {
		font-size: 20px;
		padding-left: 30px;
	}
	#contact_block .contact_box.tel a .ttl::before {
		width: 16px;
        height: 25px;
        top: 1px;
	}
	#contact_block .contact_box.flow a .ttl::before {
		width: 22px;
    	height: 20px;
    	top: -1px;
	}
	#contact_block .contact_box.form a .ttl::before {
		width: 22px;
		height: 19px;
		top: 0;
	}
	#contact_block .contact_box a .txt {
		font-size: 13px;
	}
	#contact_block .img_box {
		width: 100vw;
		height: 289px;
		margin: 0 calc(50% - 50vw);
		border-radius: 0;
		position: static;
	}
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
  color: #D1E6E6;
  background: #416D6B;
}
footer a {
  font-weight: 700;
  color: #D1E6E6 !important;
}
footer .ft_wrapper {
  padding: 81px 0 83px;
}
footer .lt_box {
  width: 25%;
}
footer .ft_logo {
	max-width: 228px;
  margin-bottom: 17.5px;
}
footer .address_txt {
	font-weight: 500;
	line-height: 1.43;
  margin-bottom: 17px;
}
footer .tel_txt {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: max-content;
  max-width: 100%;
  padding-left: 55px;
  position: relative;
}
footer .tel_txt::before {
  content: '';
  display: block;
  background: url(../img/common/txt_tel.svg) no-repeat center center / contain;
  width: 43px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
/*-----------------------------------
	rt_box
-----------------------------------*/
footer .rt_box {
  width: 42%;
}
footer .rt_box .ft_nav_lt,
footer .rt_box .ft_nav_rt {
  width: 25%;
}
footer .rt_box .ft_nav_ct {
  width: 50%;
}
footer .rt_box .ft_nav li,
footer .rt_box .ft_nav .lw_ttl {
  margin-bottom: 1em;
}
footer .rt_box .ft_nav > ul > li > a {
  font-size: 13px;
  letter-spacing: 0;
  padding-left: 1em;
  position: relative;
}
footer .rt_box .ft_nav > ul > li > a::before {
  content: '';
  display: block;
  background: url(../img/common/icon_link.svg) no-repeat center center / contain;
  width: 4px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
footer .rt_box .ft_nav .lw_menu {
  padding-left: 24px;
}
footer .rt_box .ft_nav .lw_menu a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
/*-----------------------------------
	copy
-----------------------------------*/
footer #copy {
  padding: 16px 0 12px;
  width: 90%;
  max-width: 1200px;
  border-top: 1px solid #758E8D;
  margin: 0 auto;
}
footer #copy small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;  
}
footer #copy .link_box {
  width: 240px;
}
footer #copy .link_box a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  footer .rt_box {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  footer .ft_wrapper {
    padding: 41px 0 43px;
  }
  footer .lt_box,
  footer .rt_box {
    width: 100%;
  }
  footer .lt_box {
    margin-bottom: 30px;
  }
  footer .ft_logo {
    width: 168px;
  }
  footer .rt_box .ft_nav_lt,
  footer .rt_box .ft_nav_ct,
  footer .rt_box .ft_nav_rt {
    width: 50%;
  }
  footer .rt_box .ft_nav .lw_menu {
    padding-left: 13px;
  }
  footer #copy {
    flex-direction: column-reverse;
    gap: 20px 0;
  }
  footer #copy small {
    font-size: 10px;
    text-align: center;
  }
  footer #copy .link_box {
    margin: 0 auto;
  }
}