@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #191919;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media (min-width: 1040px) {
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
/*********************************************************************/
/*************************** SECTION TITLE ***************************/
/*********************************************************************/
.l-section__header {
  box-sizing: border-box;
  padding-top: 60px;
  border-top: 1px solid #191919;
  margin-bottom: 35px;
}
.l-section-ttl__cap {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-section-ttl__main {
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: bold;
}
@media (min-width: 1040px) {
  .l-section__header {
    padding-top: 75px;
    margin-bottom: 40px;
  }
  .l-section-ttl__cap {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
  .l-section-ttl__main {
    font-size: 5.0rem;
    line-height: 6.0rem;
  }
}


  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }


@media (min-width: 768px) {
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
}



/*********************************************************************/
/*************************** SECTION TITLE R***************************/
/*********************************************************************/
.l-section__header-r {
  box-sizing: border-box;
  padding-top: 60px;
  /*border-top: 1px solid #191919;*/
  margin-bottom: 35px;
}
.l-section-ttl__cap-r {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.l-section-ttl__main-r {
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: bold;
}
@media (min-width: 1040px) {
  .l-section__header-r {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .l-section-ttl__cap-r {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
  .l-section-ttl__main-r {
    font-size: 4.0rem;
    line-height: 5.0rem;
  }
}
/*********************************************************************/
/*************************** SECTION COLOR ***************************/
/*********************************************************************/
.color-red {
  color: #f13951;
  /**db3985**/
}
.color-red2 {
  color:#e3395d;
}

.color-green {
  color: #006e6b;
}
/*.color-darkred {
  color: #cc0033;
}
.color-336633 {
  color: #336633;
}
.color-darkbrown {
  color: #663300;
}
.color-lightbrown {
  color: #996633;
}*/

/***********************************************************/
/**************** PADDING RIGHT & LEFT 30px ****************/
/***********************************************************/
.padding-rl__30px {
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
}
@media(min-width:1040px) {
  .padding-rl__30px {
    padding-right: 0;
    padding-left: 0;
  }
}
/************************************************************************/
/************************ SECTION CONTACT BUTTON ************************/
/************************************************************************/
.section-contact-btn {
  max-width: 1040px;
  margin: 0 auto 50px;
  text-align: left;
}
.section-contact-btn__text {
  margin-bottom: 30px;
}
/*************************************************************/
/*********************** FIND OUT MORE ***********************/
/*************************************************************/
.section-link {
  text-align: center;
}
.section-link a {
  color: #fff;
  letter-spacing: 0.8px;
}
/* 詳しく見るボタン */
.section-link__btn {
  width: 100%;
  max-width: 180px;
  height: auto;
  background-color: #f13951;
  /*border-radius: 50px;*/
  border-radius: 10px;
  /* margin */
  margin-left: auto;
  margin-right: 0px;
  /* padding */
  box-sizing: border-box;
  padding: 10px;
}
.section-link__btn-en {
  font-size: 1.8rem;
  line-height: 1.2rem;
  margin-bottom: 4px;
}
.section-link__btn-jp {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
@media(min-width:1040px) {
  .section-link__btn {
    max-width: 250px;
  }
}


/*********************************************************/
/********************* SECTION IMAGE *********************/
/*********************************************************/
.section-image {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.section-image img {
  width: 100%;
  max-width: 1040px;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  object-position: 0 75%;
}
@media(min-width:1040px) {
  .section-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 0 75%;
  }
}
/****************************************************************/
/********************* SECTION SOCIAL MEDIA *********************/
/****************************************************************/
.section-sns {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  /*padding-right: 30px;
  padding-left: 30px;*/
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: left;
}
.section-sns h2 {
  padding-top: 1rem;
  border-top: 1px solid #191919;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-sns img {
  width: 30px;
  height: 30px;
}
.section-sns ul {
  display: flex;
}
.section-sns li {
  margin-right: 20px;
}
@media (min-width: 1040px) {
  .section-sns {
    box-sizing: border-box;
    padding: 0;
  }
  .section-sns h2 {
    padding-top: 1rem;
    border-top: 1px solid #191919;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
/********************************************************************/
/************************** SECTION FOOTER **************************/
/********************************************************************/
.footer {
  width: 100%;
  background-color: #006e6b;
}
.footer__container {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 15px;
}
.footer__site-map {
  text-align: left;
}
.site-map__main-links a {
  color: #FFF;
  font-size: 1.3rem;
}
.footer nav {
  margin-bottom: 60px;
}
.footer img {
  position: absolute;
  right: 20px;
  top: 15px;
  max-width: 60%;
  max-height: 140px;
  height: auto;
  margin-bottom: 30px;
}
.footer__copyright {
  position: absolute;
  font-size: 1.2rem;
  bottom: 15px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #FFF;
}
@media (min-width: 1040px) {
  .footer__container {
    max-width: 1040px;
    height: 220px;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
  }
  .site-map__main-links li {
    margin-bottom: 5px;
  }
  .site-map__main-links a {
    font-size: 1.5rem;
  }
  .footer img {
    width: 360px;
    height: auto;
  }
}