@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
/* Color */
/* maxWidth */
/* ナビゲーション */
/******************************************************************

StyleSheet: ベーススタイル

******************************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "メイリオ", sans-serif;
  letter-spacing: 0.02em;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

picture {
  display: block;
}

a {
  color: #000;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

#global-container {
  min-width: 330px;
}

#main-container {
  overflow: hidden;
}

.wrap {
  margin: 0 20px auto;
}

.wrap-90 {
  margin: 0 auto;
  width: 90%;
}

/********************************
 共通クラス
*********************************/
.flex-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

/* font-weight */
.fw-bold {
  font-weight: 700;
}

.fw-semiBold {
  font-weight: 600;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-light {
  font-weight: 300;
}

/********************************
 タイトル
*********************************/
.main-ttl {
  color: #FA8D74;
  font-size: 28px;
  font-weight: 900;
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}
.main-ttl::before {
  background-image: url(./images/icon/07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -50px;
  content: "";
  height: 30px;
  left: 50%;
  max-width: 141px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.sec-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(./images/icon/13.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  font-weight: 900;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 275px;
  padding-bottom: 10px;
  width: 80%;
}

/********************************
 共通
*********************************/
.com-btn {
  background-color: #FA8D74;
  border-radius: 30px;
  height: 60px;
  position: relative;
}
.com-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.com-btn img {
  height: 15px;
  left: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.com-img__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .com-img__box {
    max-width: 200px;
    width: 30%;
  }
}

.border-line {
  border-top: 1px solid #C9C9C9;
  margin: 0 auto;
  max-width: 1000px;
}

/********************************
 カラー
*********************************/
.c-main {
  color: #FA8D74;
  font-weight: 400;
}

/********************************
 ディスプレイ用
*********************************/
.hidden {
  visibility: hidden;
}

.d-none {
  display: none;
}

.lg-flex {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.lg-block {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg-block {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.md-flex {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  .md-none {
    display: none !important;
  }
}

.md-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-block {
    display: block;
  }
}

.sm-block {
  display: none;
}
@media screen and (min-width: 600px) {
  .sm-block {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .sm-none {
    display: none;
  }
}

/********************************
 微調整
*********************************/
.aj1 {
  letter-spacing: -1px;
}
@media screen and (min-width: 600px) {
  .aj1 {
    letter-spacing: 0.02em;
  }
}

.aj08 {
  letter-spacing: -0.8px;
}
@media screen and (min-width: 600px) {
  .aj08 {
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 600px) {
  .sm-aj1 {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 768px) {
  .sm-aj1 {
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 768px) {
  .md-aj07 {
    letter-spacing: -0.7px;
  }
}
@media screen and (min-width: 1024px) {
  .md-aj07 {
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 768px) {
  .md-aj08 {
    letter-spacing: -0.8px;
  }
}
@media screen and (min-width: 1024px) {
  .md-aj08 {
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 1024px) {
  .lg-aj02 {
    letter-spacing: -0.2px;
  }
}

/********************************


 mobile-menu


*********************************/
.mobile-menu {
  background-color: #DCF3F3;
  left: 0;
  margin-top: 80px;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.mobile-menu p {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.563rem, 0.181rem + 1.85vw, 0.875rem);
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 600px) {
  .mobile-menu p {
    font-size: 15px;
  }
}
.mobile-menu a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 20px;
}
.mobile-menu__inner {
  height: calc(100vh - 80px);
  padding: 10px 0 0;
}
.mobile-menu__nav ul {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  height: 100%;
}
.mobile-menu__nav li {
  border-bottom: 1px double #CCCCCC;
  height: 20%;
  position: relative;
}
.mobile-menu__nav li a {
  padding: 1.5em 1em;
}
.mobile-menu__nav li::before {
  background-image: url(./images/icon/21.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
}
.mobile-menu__txt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10% 0;
  row-gap: 10px;
}
.mobile-menu__logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
  max-width: 330px;
  width: 80%;
}
.mobile-menu__address {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
}
.mobile-menu__address ul {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: clamp(0.563rem, 0.181rem + 1.85vw, 0.875rem);
  line-height: 1.9;
}
@media screen and (min-width: 600px) {
  .mobile-menu__address ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    font-size: 14px;
  }
}
.mobile-menu__address ul li:nth-child(1) {
  font-weight: 700;
}
.mobile-menu__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FA8D74;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  width: 80px;
}
.mobile-menu__box p {
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: -1px;
}
.mobile-menu__btn {
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-menu__btn span {
  background-color: #FFFFFF;
  display: block;
  height: 1px;
  margin-bottom: 12px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 43px;
}
.mobile-menu__btn span:last-child {
  margin-bottom: 5px;
}

.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.menu-open .mobile-menu__btn span {
  background-color: #FFFFFF;
}
.menu-open .mobile-menu__btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(135deg);
          transform: translateY(10px) rotate(135deg);
  -webkit-transition-delay: 70ms;
          transition-delay: 70ms;
}
.menu-open .mobile-menu__btn span:nth-child(2) {
  -webkit-transform: translateX(-18px) scaleX(0);
          transform: translateX(-18px) scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-open .mobile-menu__btn span:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(-135deg);
          transform: translateY(-15px) rotate(-135deg);
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
}

/********************************


 header


*********************************/
.header {
  background-color: #64C9C7;
}
.header__inner {
  margin-left: 20px;
}
.header__box {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .header__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__logo {
  max-width: 306px;
  width: 72%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 20%;
  }
}
@media (min-width: 800px) {
  .header__logo {
    width: 25%;
  }
}
.header__nav {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 11px;
  font-weight: 900;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 78%;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    font-size: 19px;
  }
}
.header__nav a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  width: 100%;
}
.header__nav ul {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__nav ul:nth-of-type(1) img {
  height: 11px;
  left: 5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
@media screen and (min-width: 1024px) {
  .header__nav ul:nth-of-type(1) img {
    height: 18px;
    width: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .header__nav ul:nth-of-type(1) a {
    width: 180px;
  }
}
.header__nav ul:nth-of-type(1) li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header__nav ul:nth-of-type(1) li {
    height: 60px;
  }
}
.header__nav ul:nth-of-type(1) li:nth-child(2) a {
  padding-left: 40px;
}
.header__nav ul:nth-of-type(1) li:nth-child(3) {
  line-height: 1.5;
  text-align: center;
}
.header__nav ul:nth-of-type(1) li:nth-child(3) a {
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .header__nav ul:nth-of-type(1) li:nth-child(3) a {
    font-size: 15px;
    padding-left: 40px;
    padding-right: 20px;
    width: 195px;
  }
}
.header__nav ul:nth-of-type(2) {
  background-color: #FA8D74;
}
.header__nav ul:nth-of-type(2) img {
  height: 11px;
  width: 15px;
}
@media screen and (min-width: 1024px) {
  .header__nav ul:nth-of-type(2) img {
    height: 13px;
    width: 17px;
  }
}
.header__nav ul:nth-of-type(2) a {
  color: #FFFFFF;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .header__nav ul:nth-of-type(2) a {
    font-size: 16px;
  }
}
.header__nav ul:nth-of-type(2) li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header.nav-trigger {
  background-color: rgba(100, 201, 199, 0.9);
  -webkit-box-shadow: 10px 0 25px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 0 25px -10px rgba(0, 0, 0, 0.5);
}
.header.nav-trigger .header__contact {
  background-color: rgba(250, 141, 116, 0.9);
}

/********************************


 hero


*********************************/
.hero {
  margin-top: 80px;
}
.hero p {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FA8D74;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.625rem, -0.139rem + 3.7vw, 1.25rem);
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2% 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .hero p {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .hero p {
    font-size: 24px;
  }
}
.hero p:nth-of-type(1) {
  margin-bottom: 3%;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .hero p:nth-of-type(1) {
    margin-bottom: 5px;
  }
}
.hero p:nth-of-type(2) {
  margin-left: auto;
}
.hero__inner {
  padding: 0px 0 50px;
}
@media screen and (min-width: 768px) {
  .hero__inner {
    padding: 30px 0 0;
  }
}
.hero__txt {
  bottom: 0px;
  color: #FFFFFF;
  max-width: 600px;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero__txt {
    bottom: 10px;
    left: auto;
    right: 50px;
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__txt {
    max-width: 750px;
    right: 100px;
    bottom: 30px;
  }
}

/********************************


 footer


*********************************/
.footer:nth-of-type(1) .footer__inner:nth-of-type(1) {
  background-color: #DCF3F3;
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .footer:nth-of-type(1) .footer__inner:nth-of-type(1) {
    padding: 50px 0 60px;
  }
}
.footer:nth-of-type(1) .footer__inner:nth-of-type(2) {
  background-color: #64C9C7;
}
.footer p {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.563rem, 0.181rem + 1.85vw, 0.875rem);
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .footer p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .footer p {
    font-size: 15px;
  }
}
.footer span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.563rem, 0.181rem + 1.85vw, 0.875rem);
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__wrap {
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer__wrap {
    max-width: 1100px;
  }
}
.footer__box {
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .footer__box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.footer__logo {
  max-width: 330px;
  width: 80%;
  margin-bottom: 5px;
}
.footer__address ul {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: clamp(0.563rem, 0.181rem + 1.85vw, 0.875rem);
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .footer__address ul {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__address ul {
    font-size: 14px;
  }
}
.footer__address ul li:nth-child(1) {
  font-weight: 700;
}
.footer__nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.footer__nav ul {
  font-size: 14px;
  line-height: 2.1;
}
.footer__nav li {
  padding-left: 15px;
  position: relative;
}
.footer__nav li::before {
  background-color: #FA8D74;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

/********************************


 Top/news


*********************************/
#top .news h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #top .news h2 {
    margin-bottom: 0;
  }
}
#top .news span {
  color: #FA8D74;
  font-weight: 700;
}
#top .news figure {
  row-gap: 5px;
}
#top .news img.under {
  display: block;
  margin-left: auto;
  width: 80%;
}
#top .news time {
  color: #969696;
  font-size: 14px;
}
#top .news:nth-of-type(1) .news__wrap:nth-of-type(1) {
  padding: 90px 0 70px;
}
@media screen and (min-width: 768px) {
  #top .news:nth-of-type(1) .news__wrap:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #top .news:nth-of-type(1) .news__wrap:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 0 70px;
    row-gap: 30px;
    width: 48%;
  }
}
#top .news__inner {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #top .news__inner {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 90%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #top .news__inner {
    max-width: 1100px;
  }
}
#top .news__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  #top .news__box {
    margin-bottom: 0;
  }
}
#top .news__item {
  font-size: clamp(0.688rem, 0.306rem + 1.85vw, 1rem);
  line-height: 1.7;
  width: 48%;
}
@media screen and (min-width: 768px) {
  #top .news__item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #top .news__item {
    font-size: 16px;
  }
}
#top .news__case {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .news__calendar {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #top .news__calendar {
    margin-bottom: 0;
  }
}
#top .news .com-btn {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #top .news .com-btn {
    max-width: 267px;
    width: 100%;
    height: 51px;
  }
}

/********************************


 Top/Product


*********************************/
#top .product {
  background-color: #FEFAEB;
}
#top .product h2 {
  margin: 0 auto;
  max-width: 440px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #top .product h2 {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  #top .product h2 {
    width: 80%;
  }
}
#top .product h3 {
  color: #FA8D74;
  font-size: clamp(1.25rem, 0.563rem + 3.33vw, 1.813rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .product h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #top .product h3 {
    font-size: 29px;
  }
}
#top .product h3::before {
  background-image: url(./images/icon/16.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -30px;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  max-width: 281px;
}
@media screen and (min-width: 1024px) {
  #top .product h3::before {
    width: 100%;
  }
}
#top .product img.top {
  max-width: 200px;
  right: -30px;
  top: 5px;
}
@media screen and (min-width: 768px) {
  #top .product img.top {
    top: 20px;
    right: -80px;
  }
}
#top .product ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FA8D74;
  font-size: clamp(1.25rem, 0.563rem + 3.33vw, 1.813rem);
  font-weight: 900;
  margin: 0 auto;
  row-gap: 10px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  #top .product ul {
    row-gap: 0;
  }
}
#top .product li {
  position: relative;
  text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
}
@media screen and (min-width: 768px) {
  #top .product li {
    padding-left: 30px;
  }
}
#top .product li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  width: 25px;
  height: 25px;
  background-image: url(./images/icon/01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #top .product li::before {
    left: 0;
  }
}
#top .product figcaption {
  max-width: 500px;
  margin: 0 auto;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  #top .product figcaption {
    row-gap: 0;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#top .product__inner {
  padding: 100px 0 60px;
}
@media screen and (min-width: 1024px) {
  #top .product__inner {
    max-width: 1100px;
  }
}
#top .product__wrap {
  line-height: 1.75;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  #top .product__wrap {
    row-gap: 50px;
  }
}
#top .product__wrap .product__box:nth-of-type(2) {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}
#top .product__wrap .product__box:nth-of-type(2) h2 {
  margin: 0;
}
#top .product__wrap .product__box:nth-of-type(2) ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #top .product__wrap .product__box:nth-of-type(2) ul {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  #top .product__wrap .product__box:nth-of-type(2) ul {
    font-size: 29px;
  }
}
#top .product__wrap .product__box:nth-of-type(2) .product__img {
  margin: 0;
  width: 40%;
}
#top .product__wrap .product__box:nth-of-type(2) .product__txt {
  row-gap: 20px;
  width: 55%;
}
@media screen and (min-width: 768px) {
  #top .product__wrap .product__box:nth-of-type(3) {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #top .product__wrap .product__box:nth-of-type(3) p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #top .product__wrap .product__box:nth-of-type(3) p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #top .product__wrap .product__box:nth-of-type(3) .product__item:nth-of-type(1) h3 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #top .product__wrap .product__box:nth-of-type(3) .product__item:nth-of-type(1) h3 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #top .product__wrap .product__box:nth-of-type(3) .product__item:nth-of-type(1) p {
    letter-spacing: -0.5px;
  }
  #top .product__wrap .product__box:nth-of-type(3) .product__item:nth-of-type(2) h3 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #top .product__wrap .product__box:nth-of-type(3) .product__item:nth-of-type(2) h3 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #top .product__wrap .product__box:nth-of-type(3) .product__item:nth-of-type(3) {
    row-gap: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  #top .product__wrap .product__box:nth-of-type(3) .product__item:nth-of-type(3) h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  #top .product__wrap .product__box:nth-of-type(3) {
    height: 650px;
  }
}
#top .product__box {
  row-gap: 30px;
}
#top .product__box p {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #top .product__box p {
    font-size: 16px;
  }
}
#top .product__img {
  margin: 0 auto;
  width: 80%;
  max-width: 376px;
}
@media screen and (min-width: 1024px) {
  #top .product__img {
    max-width: 440px;
  }
}
#top .product__item {
  background-color: #FFFFFF;
  border-radius: 21px;
  font-size: 14px;
  padding: 20px;
  padding-bottom: 30px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  #top .product__item {
    height: 100%;
    width: 32%;
    row-gap: 30px;
  }
}
#top .product__item img {
  margin: 0 auto;
  max-width: 282px;
  width: 100%;
}
#top .product .com-btn {
  font-size: 16px;
}
#top .product .com-btn img {
  width: 8px;
}

/********************************


 Top/Company


*********************************/
#top .company__inner {
  max-width: 750px;
  padding: 80px 0 0;
}
@media screen and (min-width: 1024px) {
  #top .company__inner {
    max-width: 1100px;
  }
}
#top .company__inner .company__box:nth-of-type(1) {
  margin-bottom: 50px;
  row-gap: 30px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  #top .company__inner .company__box:nth-of-type(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  #top .company__inner .company__box:nth-of-type(1) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  #top .company__inner .company__box:nth-of-type(3) {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .company__inner .company__box:nth-of-type(3) .company__img:nth-of-type(1) {
    width: 150px;
  }
  #top .company__inner .company__box:nth-of-type(3) .company__img:nth-of-type(2) {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  #top .company__link {
    width: 32%;
  }
}

h2.tit01 {
  position: relative;
  padding-bottom: 40px;
}
h2.tit01:before {
  content: "";
  display: block;
  background-image: url(./images/icon/07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0px;
  height: 30px;
  left: 50%;
  max-width: 141px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.top-calendar {
  width: 1100px;
  max-width: 100%;
  margin: 60px auto 30px;
  background-color: #FEFAEB;
  border-radius: 20px;
  padding: 40px;
}
.top-calendar h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.6;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.top-calendar img {
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .top-calendar {
    padding: 30px 20px;
  }
  .top-calendar h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.top-chirashi {
  width: 1100px;
  max-width: 100%;
  margin: 30px auto 60px;
  background-color: #FEFAEB;
  border-radius: 20px;
  padding: 40px;
}
.top-chirashi h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.top-chirashi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-chirashi ul li {
  width: calc((100% - 60px) / 3);
}
.top-chirashi ul li img {
  border: 1px solid #ccc;
}
.top-chirashi ul li .cap {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}
.top-chirashi .txts {
  text-align: center;
  margin-top: 40px;
  color: tomato;
  line-height: 1.4;
}
.top-chirashi .kako {
  margin-top: 40px;
}
.top-chirashi .kako h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.top-chirashi .kako-bikou {
  text-align: center;
  margin-top: 5px;
  color: tomato;
  line-height: 1.4;
}
.top-chirashi .kako .tables table {
  width: 100%;
}
.top-chirashi .kako .tables table tr:nth-child(1) td {
  background-color: rgba(250, 141, 116, 0.25);
}
.top-chirashi .kako .tables table tr td {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5em 0.5em;
  text-align: center;
}
.top-chirashi .kako .tables table tr td a {
  display: inline-block;
  color: tomato;
}
@media screen and (max-width: 780px) {
  .top-chirashi .kako .tables table tr td {
    font-size: 13px;
  }
}
@media screen and (max-width: 780px) {
  .top-chirashi {
    padding: 30px 20px;
  }
  .top-chirashi ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
  .top-chirashi ul li {
    width: calc((100% - 10px) / 2);
  }
}

.gallery {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.gallery ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
  background-color: #FEFAEB;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.gallery ol li a {
  display: inline-block;
  background-color: #FA8D74;
  padding: 0.6em 1em;
  border-radius: 500px;
  color: #fff;
}
.gallery ol li a:before {
  content: "";
  display: inline-block;
  background: url(../images/icon/08.png) no-repeat center;
  background-size: contain;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.5em;
}
.gallery .temp-txt {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.7;
}
.gallery [id^=anchor] {
  margin-top: -100px;
  padding-top: 100px;
}
.gallery h3 {
  background-color: #FA8D74;
  color: #fff;
  text-align: center;
  border-radius: 500px;
  padding: 0.7em 0.25em;
  font-size: 20px;
  margin-bottom: 20px;
}
.gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.gallery ul li {
  width: calc((100% - 60px) / 4);
}
.gallery ul li .imgs {
  position: relative;
}
.gallery ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.gallery ul li .imgs img, .gallery ul li .imgs video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery ul li .txts {
  text-align: center;
  margin: 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .gallery ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -70px;
  }
  .gallery ol li {
    width: 100%;
  }
  .gallery ol li a {
    width: 100%;
  }
  .gallery ul {
    gap: 10px;
  }
  .gallery ul li {
    width: calc((100% - 10px) / 2);
  }
  .gallery ul li .txts {
    font-size: 12px;
  }
}

.gallery-top {
  width: 1100px;
  max-width: 100%;
  margin: 100px auto 100px;
  padding: 0 20px;
}
.gallery-top h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #FA8D74;
  margin-bottom: 40px;
}
.gallery-top .temp-txt {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.7;
}
.gallery-top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.gallery-top ul li {
  width: calc((100% - 60px) / 4);
}
.gallery-top ul li .imgs {
  position: relative;
}
.gallery-top ul li .imgs:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.gallery-top ul li .imgs img, .gallery-top ul li .imgs video {
  position: absolute;
  left: 0;
  top: 1;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery-top ul li .txts {
  text-align: center;
  margin: 10px 0;
}
.gallery-top-btn {
  margin-top: 30px;
}
.gallery-top-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #FA8D74;
  border-radius: 30px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .gallery-top ul {
    gap: 10px;
  }
  .gallery-top ul li {
    width: calc((100% - 10px) / 2);
  }
  .gallery-top ul li .txts {
    font-size: 12px;
  }
}

.news {
  width: 960px;
  max-width: 100%;
  margin: 60px auto;
  text-align: center;
  border: 1px solid #FA8D74;
  padding: 40px;
}
.news img {
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .news {
    padding: 20px;
  }
}

.enquete {
  width: 960px;
  max-width: 100%;
  margin: 60px auto;
  text-align: center;
  border: 1px solid #FA8D74;
  padding: 40px;
  margin-top: -40px;
}
.enquete h2 {
  font-size: 20px;
  font-weight: bold;
}
.enquete .txts {
  margin: 15px 0 30px;
  text-align: center;
}
.enquete .wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.enquete a {
  display: inline-block;
  background-color: #FA8D74;
  color: #fff;
  padding: 0.5em 3em;
  border-radius: 5400px;
}
.enquete img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 780px) {
  .enquete {
    padding: 40px 20px;
  }
  .enquete .wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */