@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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: #2D2D2D;
  background: #FFFCF5;
  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;
}
.en_font {
  font-family: "Barlow", sans-serif;
}
a, a:link, a:visited {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
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;
}
/* 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: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
header .contents_inner {
  width: 100%;
  max-width: initial;
}
header .hd_wrapper {
  padding-left: 41px;
  align-items: center;
}
header .hd_logo {
  width: 310px;
}
@media (hover: hover) {
  header .hd_logo a:hover {
    opacity: 0.7;
  } 
}
header .global_menu {
  background: #FFFFFF;
  padding-left: 40px;
  border-bottom-left-radius: 20px;
  justify-content: flex-end;
  align-items: center;
}
header .main_menu {
  gap: 0 30px;
  margin-right: 40px;
}
header .main_menu li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 39px 0;
}
header .ct_menu {
  color: #ffffff;
  background: #59C8F2;
  width: 337px;
  padding: 21px 35px;
}
header .ct_menu p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  align-items: center;
}
header .ct_menu .iwanuma {
  padding-bottom: 9px;
  border-bottom: 1px solid #87D7F5;
  margin-bottom: 9px;
}
header .ct_menu a {
  display: inline;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
header .ct_form_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .ct_form_menu a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #CC83BD;
  padding: 44px 35px 44px 15px;
  position: relative;
}
header .ct_form_menu a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  z-index: 1;
}
#nav_sp,
#nav_sp .fixed_box {
  display: none;
}
@media screen and (max-width: 1450px) {
  header .global_menu {
    padding-left: 30px;
  }
  header .main_menu {
    gap: 0 20px;
    margin-right: 30px;
  }
  header .main_menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1370px) {
  header .hd_wrapper {
    padding-top: 38px;
  }
  header .main_menu {
    width: 100%;
    margin-right: 0;
  }
  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 a {
    text-align: center;
    width: max-content;
    padding: 24px 0 23px;
    margin: 0 auto;
  }
  header .ct_menu {
    margin: 40px 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: #59C8F2;
    width: 150px;
    height: 52px;
    padding-left: 25px;
    border-radius: 3px;
    position: fixed;
    top: 29px;
    right: 45px;
    transition: opacity 0.3s;
    z-index: 1000;
    cursor: pointer;
  }
  #nav_sp .btn_container:after {
    content: 'MENU';
    display: block;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    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.scrolled {
    background: #ffffff;
  }
  header .hd_logo {
    width: 168px;
  }
  header .hd_wrapper {
    padding: 20.5px 20px;
  }
  header .main_menu li {
    width: 100%;
  }
  header .main_menu li a {
    font-size: 13px;
    padding: 14px 0 13px;
  }
  header .ct_menu {
    width: 100%;
    padding: 15px 25px;
    margin-top: 30px;
  }
  header .ct_menu p {
    font-size: 13px;
  }
  header .ct_menu .iwanuma {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  header .ct_menu a {
    font-size: 20px;
  }
  header .ct_form_menu {
    width: 100%;
    margin-top: 15px;
  }
  header .ct_form_menu a {
    font-size: 14px;
    text-align: center;
    padding: 18px 0;
    width: 100%;
  }
  /*-----------------------------------
    nav_sp
  -----------------------------------*/
  #nav_sp .btn_container {
    width: 100px;
    height: 32px;
    padding-left: 15px;
    gap: 0 10px;
    top: 15px;
    right: 14px;
  }
  #nav_sp .btn_container:after {
    font-size: 12px;
  }
  #nav_sp .btn_container .btn_wrapper {
    width: 15px;
    height: 10px;
  }
  #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);  
    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 {
  margin-bottom: 50px;
}
#contents .ttl_box .sec_ttl {
  margin-bottom: 40px;
}
#contents .sec_ttl span {
  display: block;
}
#contents .sec_ttl .en {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em; 
  margin-bottom: 20px;
}
#contents .sec_ttl .en.clr {
  color: #59C8F2;
}
#contents .sec_ttl .en.wh {
  color: #ffffff;
}
#contents .ttl_box .sec_ttl .en {
  font-size: 46px;
  margin-bottom: 9px;
}
#contents .sec_ttl .ja {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.02em; 
  color: #2D2D2D;
}
#contents .ttl_box .sec_ttl .ja {
  font-size: 16px;
  line-height: 1.5;
}
#contents .detail_btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: #CC83BD;
  width: 200px;
  padding: 16px 0 16px 30px;
  border-radius: 50vw;
  margin-left: auto;
  position: relative;
}
#contents .ttl_box .detail_btn {
  margin-left: 0;
}
#contents .detail_btn::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #contents .sec_ttl {
    margin-bottom: 30px !important;
  }
  #contents .sec_ttl .en {
    font-size: 36px !important;
    margin-bottom: 10px !important;
  }
  #contents .sec_ttl .ja {
    font-size: 14px !important;
  }
  #contents .detail_btn {
    font-size: 14px;
    width: 140px;
    padding: 15px 0 15px 20px;
  }
  #contents .detail_btn::after {
    right: 20px;
  }
}
/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
  background: #F7F1E7;
  padding: 80px 0 82px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
#contact_block .contents_inner {
  max-width: 1077px;
  position: relative;
}
#contact_block .contents_inner::before,
#contact_block .contents_inner::after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 0;
}
#contact_block .contents_inner::before {
  background: url(../img/common/icon_contact01.svg) no-repeat center / contain;
  width: 118px;
  height: 232px;
  top: -98px;
  left: -18px;
}
#contact_block .contents_inner::after {
  background: url(../img/common/icon_contact02.svg) no-repeat center / contain;
  width: 309px;
  height: 246px;
  top: -122px;
  right: -152px;
}
#contact_block .sec_ttl {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#contact_block .sec_ttl .en {
  text-align: center;
  margin-bottom: 0;
}
#contact_block .intro {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
}
#contact_block .form {
  width: 300px;
  text-align: center;
  padding-left: 0;
  margin-bottom: 68px;
  margin-right: auto;
}
#contact_block .contact_wrapper {
  align-items: flex-start;
  gap: 40px 30px;
  position: relative;
}
#contact_block .contact_wrapper::before {
  content: '';
  display: block;
  background: #D5D0C9;
  width: 1.5px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  z-index: 0;
}
#contact_block .contact_box {
  width: 394px;
}
#contact_block .contact_box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: center;
  color: #59C8F2;
  background: #ffffff;
  padding: 5.5px 0;
  border-radius: 50vw;
  margin-bottom: 20px;
}
#contact_block .contact_box .tel {
  margin-bottom: 18px;
}
#contact_block .contact_box p {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
#contact_block .contact_box .num {
  display: inline-block;
  font-size: 50px;
  margin-left: 12px;
}
#contact_block .contact_box .time {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 5px;
  margin-left: -27px;
}
@media screen and (max-width: 1024px) {
  #contact_block .contact_wrapper::before {
    display: none;
  }
  #contact_block .contact_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #contact_block {
    padding: 66px 0 62px;
  }
  #contact_block .contents_inner::before {
    width: 58px;
    height: 115px;
    top: -103px;
    left: 0;
  }
  #contact_block .contents_inner::after {
    width: 159px;
    height: 103px;
    top: -105px;
    right: -42px;
  }
  #contact_block .intro {
    font-size: 14px;
    margin-bottom: 28px;
  }
  #contact_block .form {
    width: 220px;
    margin-bottom: 34px;
  }
  #contact_block .contact_wrapper {
    gap: 30px;
  }
  #contact_block .contact_box h3 {
    font-size: 16px;
    padding: 2.5px 0;
    margin-bottom: 16px;
  }
  #contact_block .contact_box p {
    font-size: 20px;
  }
  #contact_block .contact_box .tel {
    margin-bottom: 14px;
  }
  #contact_block .contact_box .num {
    font-size: 30px;
    margin-left: 6px;
  }
  #contact_block .contact_box .time {
    font-size: 12px;
    margin-top: 3px;
    margin-left: 0;
  }
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
  color: #ffffff;
  background: #59C8F2;
}
footer a {
  color: #ffffff !important;
}
footer .contents_inner {
  padding: 80px 0 0;
}
footer .ft_tp {
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
footer .ft_logo {
  width: 301px;
}
footer .ft_nav {
  width: 56.4%;
}
footer .ft_nav ul {
  justify-content: flex-start;
  gap: 20px 30px;
}
footer .ft_nav a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
footer .ft_bm {
  gap: 30px 0;
  margin-bottom: 80px;
}
footer .ft_bm_box {
  width: calc((100% - 40px) / 2);
  padding: 21px 0 0;
  position: relative;
}
footer .ft_bm_box::before,
footer .ft_bm_box::after {
  content: '';
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}
footer .ft_bm_box::before {
  width: 100%;
  background: #87D7F5;
  z-index: 1;
}
footer .ft_bm_box::after {
  width: 20px;
  background: #3BBDEE;
  z-index: 1;
}
footer .ft_bm_box .ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
footer .ft_bm_box .address {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
footer .ft_bm_box .tel_fax_box {
  justify-content: flex-start;
  gap: 10px 39px;
  margin-bottom: 10px;
}
footer .ft_bm_box .tel,
footer .ft_bm_box .fax {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
footer .ft_bm_box .num {
  display: inline-block;
}
footer .ft_bm2 {
  margin-bottom: 20px;
}
footer .ft_bm2 ul {
  justify-content: flex-end;
  gap: 0 20px;
}
footer .ft_bm2 a {
  font-weight: 500;
}
footer #copy {
  background: #3BBDEE;
  padding: 30px 0;
}
footer #copy small {
  display: block;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 840px) {
  footer .ft_nav {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  footer .contents_inner {
    padding: 50px 0 0;
  }
  footer .ft_logo {
    width: 201px;
  }
  footer .ft_nav ul {
    gap: 15px 0;
  }
  footer .ft_nav li {
    width: 50%;
  }
  footer .ft_nav a {
    display: inline-block;
    font-size: 14px;
  }
  footer .ft_bm {
    margin-bottom: 50px;
  }
  footer .ft_bm_box {
    width: 100%;
    padding: 16px 0 0;
  }
  footer .ft_bm_box::after {
    width: 16px;
  }
  footer .ft_bm_box .ttl {
    font-size: 16px;
    margin-bottom: 14px;
  }
  footer .ft_bm_box .address {
    font-size: 15px;
    margin-bottom: 14px;
  }
  footer .ft_bm_box .tel_fax_box {
    gap: 10px 19px;
  }
  footer .ft_bm_box .tel,
  footer .ft_bm_box .fax {
    font-size: 16px;
  }
  footer .ft_bm2 {
    margin-bottom: 10px;
  }
  footer #copy {
    padding: 16px 0;
  }
  footer #copy small {
    font-size: 10px;
  }
}
/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
  width: 80px;
  position: fixed;
  right: 40px;
  bottom: 60px;
  cursor: pointer;
  z-index: 998;
}
@media screen and (max-width: 640px) {
  #pagetop {
    width: 60px;
    right: 15px;
    bottom: 30px;
  }
}