/*************************************************
header
*************************************************/
#pc_header {
  overflow: hidden;
  position: relative;
  padding: 0 0 180px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  /**box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);**/
  background-image: url(../img/cloud.png);
  max-height: 90%;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 520px) {
  #pc_header {
    display: none;
  }
}
.head_info {
  display: none;
}
@media screen and (min-width: 768px) {
  .head_info {
    position: absolute;
    top: 10px;
    right: 30px;
    display: block;
  }
}
.subIcon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}

.head_info .para_01 {
  margin-bottom: 10px;
  text-align: right;
}
.head_info .para_01 p span img {
  width: 20px;
  margin-right: 8px;
  vertical-align: sub;
}
.head_info .para_01 p {
  font-size: 28px;
  margin-right: 10px;
}
.head_info .para_02 ul {
  text-align: right;
}
.head_info .para_02 ul li {
  display: inline-block;
}
.head_info .para_02 ul .yoyaku a,
.head_info .para_02 ul .toiawase a {
  background-repeat: repeat;
  background-position: left top;
  background-size: 10px auto;
  display: block;
  padding: 3px 20px;
  width: 145px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin-right: 10px;
}
.head_info .para_02 ul li a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.yoyaku a {
  background-image: url(../img/blue_bk.jpg);
}
.toiawase a {
  background-image: url(../img/pink_bk\ 2.jpg);
}
.line img {
  margin-top: 5px;
}
.header_bk {
  position: absolute;
  width: 250px;
  position: absolute;
  top: 20px;
  right: calc(50% + 250px);
}
.header_bk img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.head_logo {
  position: absolute;
  left: 10px;
  top: 5px;
  text-align: left;
}
.head_info p {
  display: inline-block;
}
.head_info p a:hover {
  opacity: 0.8;
  text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.line-icon {
  width: 50px;
  height: auto;
  margin-right: 20px;
}
.para_02 img {
  vertical-align: middle;
}

/* 
PCナビゲーション
*/
#pc_nav01 {
  clear: both;
  font-size: 16px;
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  display: block;
}
@media screen and (max-width: 520px) {
  #pc_nav01 {
    display: none;
  }
}
.pc_nav ul {
  padding-left: 0;
}
.pc_nav {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.pc_nav li {
  text-align: center;
  line-height: 1.3em;
  font-size: 15px;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  width: calc(100% / 6 - 40px);
  position: relative;
}
.nav-en {
  font-size: 11px;
  font-weight: normal;
  color: #797979;
  letter-spacing: 1px;
}
.pc_nav .logo {
  width: 200px;
  text-align: center;
  position: relative;
  margin: -100px auto 0;
  display: block;
}
@media screen and (max-width: 520px) {
  .pc_nav .logo {
    display: none;
  }
}
.pc_nav .logo img {
  width: 200px;
  display: block;
}
@media screen and (max-width: 520px) {
  .pc_nav .logo img {
    display: none;
  }
}
.drop li {
  padding: 0 !important;
}
.pc_nav li a {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_nav li a {
    font-size: 10px;
  }
  .nav-en {
    font-size: 8px;
  }
  .header_bk {
    right: calc(50% + 70px);
  }
}
.pc_nav li a:hover {
  color: #5aade6;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  transform: translateY(-5px);
}
.drop {
  left: 0px;
  top: 35px;
  position: absolute;
  z-index: 20;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.drop li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  text-align: left !important;
  border: none !important;
  display: block !important;
  line-height: 1.5;
}
.drop li a {
  border-top: 1px solid #e8e8e8;
  font-size: 14px;
  transition: 0.5s;
  width: 200px;
  padding: 10px 5px 10px 30px !important;
  background-color: white;
  color: #603d39;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: auto 8px;
  background-image: url(../img/icon_btn.png) !important;
}
.drop li a:first-child {
  display: block;
}
.drop li a:hover {
  color: #5aade6;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.pc_nav > li li:hover > a {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.pc_nav li:hover > ul > li {
  overflow: visible;
  width: 160px !important;
  height: 40px;
  padding: 0 0 5px 0 !important;
}
/*
スマホナビ/スマホヘッダー
*/
#sp_header {
  display: none;
}
#spnav {
  display: none;
}
.header-icon {
  display: flex;
  padding-top: 20px;
  margin: 0 auto;
  padding-left: 60px;
}
.drawer-img {
  width: 150px;
  margin: 0 auto;
}
.splogo {
  width: 100%;
  padding-top: 10px;
  padding-left: 50px;
  padding-bottom: 10px;
  overflow: hidden;
}
.drawer-menu-title a {
  padding: 0 !important;
  color: #5aade6 !important;
  text-decoration: underline !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold !important;
  font-size: 16px !important;
}
.drawer-menu-title a:hover {
  padding: 0 !important;
  color: #5aade6 !important;
  background: none !important;
  text-decoration: none !important;
}
.drawer-dropdown-menu li a {
  font-size: 12px !important;
}
.drawer-menu li {
  border-bottom: 0.5px solid #86889d;
}
.drawer-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #604c3f;
  font-size: 13px;
  display: block;
  padding-left: 20px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.drawer-menu li a:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.drawer-dropdown-menu li:last-child {
  border: none !important;
}
.s_small {
  font-size: 7px;
}
.sp_mail_i a {
  color: #ffffff !important;
  background-color: #ff5611;
}
/**追加**/
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  background-image: url(../img/cloud.png);
  max-height: 90%;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 21px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}
.header__logo {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    padding-top: 6px;
    display: none;
  }
}
.header__logo a img {
  width: 100px;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 135px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
  }
}

.header__link {
  font-weight: 700;
  letter-spacing: 0.48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__link:hover {
  color: #f5810e;
}

.header__open {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #111;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear,
    -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-image: linear-gradient(
    90deg,
    rgba(168, 202, 240, 1),
    rgba(233, 240, 250, 1)
  );
  z-index: 50;
  padding: 20px 40px 40px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-content__link {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: right;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-align: center;
  border-bottom: dashed 2px gray;
}

.drawer-content__button {
  margin-top: 14px;
  text-align: center;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#footer .menu-area {
  padding: 10px 0 10px;
}
#footer .menu-area .logo {
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #footer .menu-area .logo {
    max-width: 100px;
    margin: 0 auto 20px;
  }
}
#footer .menu-area .menu {
  display: block;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .menu-area .menu {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}
#footer ul {
  padding-left: 0px;
}
#footer .menu-area .menu li {
  font-size: 14px;
  margin: 0 15px;
}
#footer .menu-area .sns {
  display: flex;
  justify-content: center;
}
#footer .menu-area .sns li {
  font-size: 14px;
  margin: 0 15px;
}
#footer .copyright {
  background-image: linear-gradient(
    90deg,
    rgba(168, 202, 240, 1),
    rgba(233, 240, 250, 1)
  );
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}
#footer p {
  margin-bottom: 0px;
}
/*-------------------------------------------
TOPへ戻る
-------------------------------------------*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: min(13.3333333333%, 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 16px;
    bottom: 30px;
    width: 76px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
/*--------------------------------------
固定バナー（アプリ、LINE）
--------------------------------------*/

div.smpfix {
  position: fixed;
  bottom: 0;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  div.smpfix {
    display: none;
  }
}
.banner {
  display: flex;
}
.banner-img {
  padding: 5px;
}
/*960px以下*/
@media screen and (max-width: 960px) {
  .banner-img {
    display: none;
  }
}

/*520px以下*/
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .banner-img {
    display: block;
  }
}
/*-------------------------------------------
Access
-------------------------------------------*/
#access {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url(../img/shop_bk.jpg);
  background-position: center;
  background-size: cover;
  background-color: #f5f5f5;
}
#access .inner {
  display: flex;
}
#access .info {
  font-size: 14px;
  margin-right: auto;
}
#access .info dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 19px;
  color: #f29a4c;
}
#access .map {
  width: 100%;
  max-width: 580px;
  height: 360px;
  margin: 0 40px;
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
.info__icon {
  padding-right: 30px;
  padding-left: 10px;
}
.info img {
  width: 30px;
}
.info__item {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px dashed #aaa;
}
.access-inner {
  padding-left: 150px;
  padding-right: 150px;
  margin-top: 170px;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  background: #fff;
  padding: 60px 20px;
  border: 3px dashed #f29a4c;
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #access {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #access .inner {
    flex-direction: column-reverse;
  }
  #access .info dd:last-child {
    margin-bottom: 0;
  }
  #access .map {
    height: 240px;
    margin: 0 0 20px;
  }
  .access-inner {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    margin: auto;
  }
}
@media screen and (max-width: 1025px) {
  .access-inner {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    margin: auto;
  }
}
.home-News_Title,
.home-Style_Title,
.home-ShopInfo_Title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 45px;
}

.home-News_Title span,
.home-Style_Title span,
.home-ShopInfo_Title span {
  display: block;
  margin-top: 0.5em;
  color: #00a1c6;
  font-size: 0.75rem;
}

.home-News_More {
  text-align: center;
  margin-top: 45px;
}

.home-News_More_Link {
  text-decoration: none;
  border-radius: 0.2em;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em;
  display: inline-block;
  background-color: #ffffff;
  color: #00a1c6;
  border: 1px solid #00a1c6;
  width: 100%;
  max-width: 20em;
}

.home-News_More_Link:hover,
.home-News_More_Link:focus {
  background-color: #00a1c6;
  color: #ffffff;
}
.col-lg-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin: 0 auto;
}
.shop {
  width: 200px;
  margin: 0 auto;
}
/*--------------------------------------
main visual
--------------------------------------*/
.mv {
  border-radius: 20px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv {
    border-radius: 30px;
    max-width: calc(100% - 60px);
    height: 800px;
    margin-top: 10px;
  }
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}
.top {
  position: relative;
}
.mv__inner {
  padding: 50px 20px 255px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding-top: 110px;
    padding-bottom: 109px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.flag_right {
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
}
.flag_left {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .flag_right {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .flag_left {
    width: 100px;
  }
}
/* --- 背景スライド ------------------------------------------- */
.mv .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 20s infinite; /* 4画像 × 各5s = 20s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.mv .src1 {
  background-image: url("/wp-content/themes/new-site/assets/img/mv-pt03.jpeg");
  background-position: center;
  background-size: cover; /* 背景の画像を指定 */
}
.mv .src2 {
  background-image: url(../img/mv-pt02.jpeg); /* 背景の画像を指定 */
  animation-delay: 5s;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.mv .src3 {
  background-image: url(../img/mv-pt01.jpeg); /* 背景の画像を指定 */
  animation-delay: 10s;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.mv .src4 {
  background-image: url(../img/activity03.jpg); /* 背景の画像を指定 */
  animation-delay: 15s;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mv__lead1,
.mv__lead2 {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.2px;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .mv__lead1,
  .mv__lead2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 38px;
    letter-spacing: 3.8px;
    padding: 12px 16px;
  }
}

.mv__lead2 {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .mv__lead2 {
    margin-top: 14px;
  }
}

.mv__description {
  text-align: center;
  letter-spacing: 0.48px;
  font-weight: 700;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .mv__description {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.54px;
    margin-top: 20px;
  }
}

.mv__button {
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__button {
    text-align: left;
    margin-top: 30px;
  }
}
.mv__image {
  position: absolute;
  right: 0;
  bottom: -108px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__image {
    width: 57.6923076923%;
    text-align: right;
    bottom: -88px;
    right: 30px;
  }
}
.mv__image img {
  width: 345px;
}
@media screen and (min-width: 768px) {
  .mv__image img {
    width: 600px;
  }
}
/*--------------------------------------
about
--------------------------------------*/
#About {
  position: relative;
  overflow: hidden;
}
.about-title {
  padding-top: 50px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.about-icon {
  width: 250px;
  margin: 0 auto;
}
.about-text {
  padding: 50px;
}
.about-text p {
  border-bottom: dashed 2px gray;
}
.trouble h2 {
  text-align: center;
}
.about-text p {
  max-width: 450px;
  margin: auto;
  width: calc(100% - 30px);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 3em;
  position: relative;
}
.trouble {
  margin-top: 0px;
  padding-top: 40px;
  height: 100%;
  padding-bottom: 60px;
  background-image: url(../img/013-12.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.trouble-img-box {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
.trouble-inner {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .trouble-title {
    width: 90%;
  }
}
.trouble-inner img {
  width: 400px;
  height: 350px;
}
@media screen and (max-width: 960px) {
  .trouble-inner img {
    width: 200px;
    height: 250px;
  }
}
@media screen and (max-width: 520px) {
  .trouble-inner img {
    width: 135px;
    height: 140px;
  }
}
#point01 {
  width: 50px;
  position: absolute;
  top: 600px;
  left: 284px;
}
#point02 {
  width: 50px;
  position: absolute;
  top: 116px;
  right: 22px;
}
#point03 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 331px;
  left: 21px;
  width: 150px;
}
#point04 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 175px;
  width: 100px;
}
#point05 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 234px;
  right: 180px;
  width: 90px;
}
#point06 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 500px;
  right: 200px;
  width: 150px;
}
#point07 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 780px;
  right: 30px;
  width: 100px;
}
#pointPh01 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 380px;
  left: 30px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
#pointPh02 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 150px;
  left: 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#pointPh03 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 650px;
  right: 130px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
#pointPh04 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 379px;
  right: 0px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
#pointPh05 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 182px;
  right: 223px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#pointPh06 {
  display: block;
  z-index: 10;
  position: absolute;
  top: 630px;
  left: 210px;
  width: 135px;
  height: 150px;
  border-radius: 50%;
}
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .about-title {
    padding-top: 0;
  }
  .about-icon {
    width: 150px;
  }
  .about-text {
    padding: 0;
  }
  #pointPh01 {
    right: 0px;
    width: 70px;
    height: 70px;
    top: 920px;
  }
  #pointPh02 {
    left: 0px;
    width: 80px;
    height: 80px;
    top: 90px;
  }
  #pointPh03 {
    right: 0px;
    width: 80px;
    height: 80px;
    top: 700px;
  }
  #pointPh04 {
    right: 2px;
    width: 100px;
    height: 100px;
    top: 1150px;
  }
  #pointPh05 {
    right: 0px;
    width: 80px;
    height: 80px;
    top: 20px;
  }
  #pointPh06 {
    left: 0px;
    width: 80px;
    height: 80px;
    top: 1400px;
  }
  #point h3 {
    font-size: 20px;
  }
  #point01 {
    top: 0;
    left: 335px;
    width: 30px;
  }
  #point02 {
    top: 135px;
    left: 8px;
    width: 50px;
  }
  #point03 {
    top: 480px;
    left: 335px;
    width: 30px;
  }
  #point04 {
    top: 700px;
    left: 0px;
    width: 30px;
  }
  #point05 {
    top: 900px;
    left: 335px;
    width: 30px;
  }
  #point06 {
    top: 957px;
    left: 0px;
    width: 30px;
  }
  #point07 {
    top: 1500px;
    left: 335px;
    width: 30px;
  }
}
@media screen and (max-width: 960px) {
  /* 520px以下で表示させたいcssを記述していく */
  .about-title {
    padding-top: 0;
  }
  .about-icon {
    width: 150px;
  }
  .about-text {
    padding: 0;
  }
  #pointPh01 {
    right: 0px;
    width: 70px;
    height: 70px;
    top: 920px;
  }
  #pointPh02 {
    left: 0px;
    width: 80px;
    height: 80px;
    top: 90px;
  }
  #pointPh03 {
    right: 0px;
    width: 80px;
    height: 80px;
    top: 700px;
  }
  #pointPh04 {
    right: 2px;
    width: 100px;
    height: 100px;
    top: 1130px;
  }
  #pointPh05 {
    right: 0px;
    width: 80px;
    height: 80px;
    top: 20px;
  }
  #pointPh06 {
    left: 0px;
    width: 80px;
    height: 80px;
    top: 1400px;
  }
  #point h3 {
    font-size: 20px;
  }
  #point01 {
    top: 0;
    left: 335px;
    width: 30px;
  }
  #point02 {
    top: 135px;
    left: 8px;
    width: 50px;
  }
  #point03 {
    top: 480px;
    left: 335px;
    width: 30px;
  }
  #point04 {
    top: 700px;
    left: 0px;
    width: 30px;
  }
  #point05 {
    top: 900px;
    left: 335px;
    width: 30px;
  }
  #point06 {
    top: 957px;
    left: 0px;
    width: 30px;
  }
  #point07 {
    top: 1500px;
    left: 335px;
    width: 30px;
  }
}
/*-------------------------------------------
point
-------------------------------------------*/
#point {
  background-image: url(../img/back.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
#point .content {
  max-width: 1000px;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto 30px;
  position: relative;
  top: -80px;
  border: 5px dashed #f29a4c;
  background-image: url(../img/bk01.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #point .content {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #point .content {
    top: -65px;
  }
}
#point .content .info-area {
  width: 50%;
  font-size: 14px;
}
#point .content .info-area .address {
  margin-bottom: 5px;
}
#point .content .info-area .tel {
  margin-bottom: 30px;
}
#point .content .info-area .menu {
  display: flex;
  flex-wrap: wrap;
}
#point .content .info-area .menu li {
  width: 45%;
  border-bottom: dashed 1px #121212;
  position: relative;
  margin-right: 5%;
}
#point .content .info-area .menu li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #121212;
  border-right: solid 1px #121212;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 10px;
}
#point .content .info-area .menu li:nth-child(-n + 2) {
  border-top: dashed 1px #121212;
}
#point .content .info-area .menu li a {
  display: block;
  padding: 12px 0;
}
#point .content .btn-area {
  width: 45%;
  max-width: 380px;
  margin-left: 5%;
}
#point .content .btn-area .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffef00;
  border-radius: 20px;
  font-weight: bold;
  padding: 25px 0;
}
#point .content .btn-area .btn:first-child {
  margin-bottom: 20px;
}
#point .content .btn-area .btn .arrow {
  width: 20px;
  margin-right: 10px;
}
#point .copyright {
  font-size: 10px;
  text-align: center;
}
.logo-box img {
  width: 70%;
}
.logo-box {
  display: none;
}
@media screen and (min-width: 768px) {
  .logo-box {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo-box {
    display: none;
  }
}
.concept_text_p {
  font-size: 18px;
  margin-bottom: 50px;
  padding: 0 30px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .concept_text_p {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.marker_y30 {
  background: linear-gradient(transparent 30%, #ffff9b 30%);
}
@media screen and (max-width: 520px) {
  #point .content {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.grid {
  display: grid;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* デフォルト（スマホ）: 2列 */
.grid {
  grid-template-columns: repeat(2, 1fr);
}

/* PC画面: 3列 */
@media (min-width: 900px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.marker_y {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.card {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s ease;
  border: 2px dotted #f29a4c;
  width: 250px;
  height: 150px;
}
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .card {
    width: 100%;
    height: 100%;
  }
}
.card img {
  width: 80px;
  margin: 0 auto;
}
.card:hover {
  transform: translateY(-5px);
}

.card h3 {
  margin: 0 0 10px;
}

.card p {
  color: #666;
  font-size: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .card p {
    font-size: 17px;
  }
}
/*--------------------------------------
merit
--------------------------------------*/
.pink_back {
  background-image: url(../img/040-02.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.feature-box img {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.heading04::before,
.heading04::after {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #3fc1c9;
}

.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.feature_list {
  position: relative;
}
.feature_one {
  background: #fff;
  position: relative;
  padding: 70px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  margin: auto;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
}
.sectionTitle5 {
  color: rgba(0, 0, 0, 0);
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-text-stroke: 0.5px #000;
  text-shadow: 2px 2px #fc7871;
  letter-spacing: 0.22em;
  margin-top: 15px;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.sectionTitle5 span {
  background: linear-gradient(transparent 60%, #fffe03 60%);
}
.feature_one {
  display: block;
  padding: 70px;
}
.feature_illust {
  position: absolute;
  right: 200px;
  top: -30px;
}
.feature_content {
  width: 700px;
}
.feature_img {
  flex: 1;
  text-align: center;
}
.feature_header {
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.feature_ttl {
  font-size: 24px;
}
.feature_num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fc7871;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 16px 0 0;
  margin-right: 20px;
}
.feature_num span {
  font-size: 38px;
  font-weight: bold;
  display: block;
}
.feature_points {
  display: flex;
  justify-content: space-between;
}
.menu_links {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 360px;
}
.menu_links a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-align: center;
}
.menu_links div {
  margin-top: 20px;
}
.change-section {
  position: relative;
}
.sectionTitle5 {
  color: rgba(0, 0, 0, 0);
  font-size: 24px;
  text-shadow: 1.5px 1.4px #fc7871;
  letter-spacing: 0.22em;
  margin-top: 10px;
  -webkit-text-stroke: 0px #000;
}
.change-text {
  text-align: center;
  font-size: 40px;
  align-items: center;
  margin: auto;
}
.change-text p {
  font-size: 18px;
}
.change-title {
  display: flex;
}
.change-img img {
  width: 497px;
}
.fixedcontainer {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.change-absolute01 {
  position: absolute;
  right: 0;
  bottom: 72.5%;
  width: 450px;
  left: 63%;
}
.change-absolute02 {
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 450px;
  left: 61%;
}
.change-absolute03 {
  position: absolute;
  right: 0;
  bottom: 44%;
  width: 200px;
  left: 20%;
}
.feature_illust img {
  width: 100px;
}
.change-img {
  margin: auto;
  text-align: center;
  align-items: center;
}
.change_imgs {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .flow-sub > li dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .fixedcontainer {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .change-title {
    display: block;
  }
}
/*960px以下*/
@media screen and (max-width: 960px) {
  .change-absolute02 {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 300px;
    left: 61%;
  }
}
/*520px以下*/
@media screen and (max-width: 520px) {
  .mainVisual-inner {
    display: block;
  }
  .change-absolute01 {
    position: absolute;
    right: 0;
    bottom: 78.5%;
    width: 140px;
    left: 63%;
  }
  .change-absolute02 {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 150px;
    left: 61%;
  }
  .mainVisual-img img {
    width: 100%;
  }
  .catchCopy {
    font-size: 25px;
    width: 100%;
    margin-bottom: 10px;
  }
  .pc-main-btn-box {
    display: block;
  }
  .mainVisual-text {
    width: 100%;
  }
  .sectionTitle4 {
    font-size: 24px;
    letter-spacing: 0.4em;
    margin-top: 20px;
    -webkit-text-stroke: 0px #000;
  }
  .catchCopy-subtitle {
    text-align: center;
    font-size: 15px;
    padding-left: 0px;
    margin-bottom: 3px;
  }
  .fv-tetote {
    width: calc(100% - 40px);
  }
  .catchCopy span {
    font-size: 58px;
  }
  .catchCopy-title {
    font-size: 32px;
    padding-left: 0px;
    font-weight: bold;
  }
  .main-btn-box {
    display: none;
  }
  .catchCopy-title-box {
    margin-bottom: 0px;
  }
  .pc-main-btn-box {
    margin-top: 10px;
  }
  .fv_img {
    display: none;
  }
  .sectionTitle5 {
    color: rgba(0, 0, 0, 0);
    font-size: 24px;
    text-shadow: 1.5px 1.4px #fc7871;
    letter-spacing: 0.22em;
    margin-top: 10px;
    -webkit-text-stroke: 0px #000;
  }
  .movie h1 {
    font-size: 27px;
  }
  .change-text p {
    font-size: 12px;
  }
  .change-title {
    display: block;
    margin-top: 20px;
  }
  .heading04 {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .change-img img {
    width: 200px;
  }
  .feature_num {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding-top: 14px;
    font-size: 12px;
  }
  .feature_num span {
    font-size: 24px;
  }
  .feature_num {
    font-size: 10px;
  }
  .feature_illust {
    right: 50px;
    width: 60px;
    top: -20px;
  }
  .feature_ttl {
    width: calc(100% - 70px);
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }
  .change_content h4 {
    font-size: 14px;
  }
  .feature_one {
    display: block;
    padding: 22px;
  }
}
/*--------------------------------------
news
--------------------------------------*/
.news {
  position: relative;
  padding-bottom: 110px;
  background: url(../img/051d.jpg) left bottom repeat-x;
  background-size: 1600px 554px;
  background-size: cover;
  background-position: center;
}

.news .news-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 538px;
  background: url(../img/news-pt.jpg) center top no-repeat;
  background-size: cover;
  background-position: center;
}

.news .box-content {
  position: relative;
  z-index: 2;
}
.news .main-news-content {
  background: #fff;
  border-radius: 10px;
  padding: 60px 70px 50px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.news .news-title {
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 3.2rem;
  padding: 130px 0;
  text-shadow: 1px 1px 2px black;
}
@media screen and (min-width: 768px) {
  .news .news-title {
    font-size: 4.2rem;
    text-shadow: 1px 1px 2px black;
  }
}

.news-secondary {
  padding-top: 30px;
  padding-bottom: 60px;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-secondary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.infomation {
  width: 200px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .infomation {
    width: 350px;
    margin: auto;
  }
}
.news__card {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 9px 30px 0px #f4f4f4;
  box-shadow: 0px 9px 30px 0px #f4f4f4;
  border: 2px dashed #f29a4c;
}
@media screen and (min-width: 768px) {
  .news__card {
    box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    padding-left: 9.2105263158%;
    padding-right: 9.2105263158%;
  }
}
.news-icon {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
  margin: 0 auto;
}
.news__title {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 50px;
    letter-spacing: 5px;
    text-align: left;
  }
}

.news__lists {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .news__lists {
    margin-top: 30px;
  }
}
.news__lists > * + * {
  position: relative;
}
.news__lists > * + *::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #e3e3e3;
}

.news__list:nth-child(n + 2) {
  position: relative;
}
.news__list:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #e3e3e3;
}

.news__link {
  text-align: right;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .news__link {
    margin-top: 20px;
  }
}
.news__link a {
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
  border-bottom: 2px solid currentColor;
  padding-bottom: 8px;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news__link a:hover {
  color: #fabe00;
}

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .news-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 0;
  }
}
.news-link:hover {
  background-color: #fff9e5;
}

.news-link__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .news-link__meta {
    width: 247px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 14px;
  }
}

.news-link__date {
  color: #333;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .news-link__date {
    width: 119px;
  }
}

.news-link__label {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 2px;
  background: #e4780c;
  min-width: 63px;
  text-align: center;
}
.news-link__label.is-news {
  background: #e4780c;
}
.news-link__label.is-column {
  background: #ecb815;
}
.news-link__label.is-event {
  background: #389b47;
}
/*-------------------------------------------
Service
-------------------------------------------*/
#service {
  margin-bottom: 120px;
}
#service .item {
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 25px #ccc;
  margin-bottom: 40px;
}
#service .item.store {
  flex-direction: row-reverse;
}
#service .item .text {
  width: 44%;
  padding: 1% 5%;
}
#service .item .text .title-ja {
  font-size: 12px;
  margin-bottom: 5px;
}
#service .item .text .title-en {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
#service .item .text .description {
  font-size: 14px;
  margin-bottom: 20px;
}
#service .item .text .view-more {
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
}
#service .item .img {
  width: 56%;
  overflow: hidden;
}
#service .item.interior .img {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
#service .item.store .img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
#service .item .img img {
  transition: transform 0.8s ease;
}
#service .item:hover .img img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #service .item.store {
    flex-direction: column;
  }
  #service .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #service .item .text {
    width: 100%;
    padding: 20px;
  }
  #service .item.interior .img,
  #service .item.store .img {
    clip-path: none;
  }
  #service .item .img {
    width: 100%;
  }
}

/*-------------------------------------------
swiper1　自動で流れるタイプ
-------------------------------------------*/

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .swiper-slide img {
    border-radius: 50px;
    margin-bottom: 50px;
    height: 100%;
    object-fit: cover;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
}
/* 高さを画面サイズごとに変えたい場合 */
@media (max-width: 600px) {
  .swiper-container {
    height: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*-------------------------------------------
swiper2　矢印で流れるタイプ
-------------------------------------------*/
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .l-section .l-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

[class*="swiper"]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 5.4rem;
  height: 5.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.arrow-card {
  overflow: hidden;
}
.arrow-card .swiper {
  overflow: visible;
}
.arrow-card .swiper-button-prev,
.arrow-card .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arrow-card .swiper-button-prev::before,
.arrow-card .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
  box-shadow: var(--box-shadow-dark);
}
.arrow-card .swiper-button-prev::after,
.arrow-card .swiper-button-next::after {
  border-color: #fff;
}
.arrow-card .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
.arrow-card .swiper-button-next {
  left: calc(100% - 1.6rem);
}
.arrow-card .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 45px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}
.arrow-card .slide-media {
  padding-top: 62.5%;
  width: 100%;
  height: 150px;
}
/**.card03 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}**/
.arrow-card .slide-content {
  padding: 3.2rem;
}
.arrow-card .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.arrow-card .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  /**-webkit-line-clamp: 2;**/
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}
.arrow-card .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .arrow-card .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
  .arrow-card .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.4rem;
    height: 3.4rem;
  }
  .arrow-card .swiper-button-prev {
    right: calc(100% - 0.2rem);
  }
  .arrow-card .swiper-button-next {
    left: calc(100% - 2.2rem);
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .arrow-card .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .arrow-card .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }
  .arrow-card .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;700&display=swap");
:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08),
    -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
    -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}
/*-------------------------------------------
Activity
-------------------------------------------*/
#activity {
  padding-top: 50px;
}
#activity .slider .slider-item {
  max-width: 400px;
  margin: 0 40px;
  text-align: center;
}
#activity .slider .slider-item:nth-child(even) {
  margin-top: 80px;
}
#activity .slider .slider-item .img img {
  border-radius: 50%;
  width: 300px;
  height: 250px;
  object-fit: cover;
  transition: 0.5s;
}
#activity .slider .slider-item .img img:hover {
  transform: scale(1.1, 1.1);
}
@media screen and (min-width: 768px) {
  #activity .slider .slider-item .img img {
    width: 400px;
    height: 400px;
    box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  @media screen and (min-width: 768px) {
    #activity .slider .slider-item .img img {
      width: 200px;
      height: 200px;
      box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
    }
  }
}

#activity .slider .slider-item .title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 20px;
}
#activity .slider .slider-item .text {
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #activity .slider .slider-item .text {
    font-size: 12px;
  }
}

.slick-track {
  margin-top: 50px;
}
.activity-icon {
  width: 300px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
/*-------------------------------------------
Voice
-------------------------------------------*/
#voice {
  background-image: url(../img/bk01.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.voice {
  margin-bottom: 80px;
}
.voice-icon {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.voice .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.voice .item .img {
  max-width: 282px;
  margin-right: 40px;
}
.voice .item .img:nth-child(2) {
  margin-left: 40px;
  margin-right: 0;
}
.voice .item .img img {
  border: solid 1px #ddd;
  object-fit: cover;
  border-radius: 50%;
  width: 550px;
  height: 120px;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
}
@media screen and (min-width: 768px) {
  .voice .item .img img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice .item .img img {
    width: 190px;
    height: 120px;
  }
}

.voice .item .text {
  max-width: 660px;
  border: solid 1px #707070;
  border-radius: 8px;
  line-height: 2;
  padding: 20px;
  position: relative;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
}
.voice .item .text::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  position: absolute;
  top: 45%;
}
.voice .item .text:nth-child(1)::after {
  transform: rotate(-45deg);
  right: -10px;
}
.voice .item .text:nth-child(2)::after {
  transform: rotate(135deg);
  left: -10px;
}
.voice .item .text .age {
  text-align: right;
}
.highlight {
  background: linear-gradient(transparent 50%, #fff390 50%);
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  /* 520px以下で表示させたいcssを記述していく */
  .voice-icon {
    width: 150px;
  }
}
/*-------------------------------------------
  instagram
  -------------------------------------------*/
.Instagram {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .Instagram {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.Instagram__img {
  width: 200px;
  margin: 0 auto;
}

.Instagram__button {
  margin-top: 16px;
}

.curved {
  position: relative;
  background-image: url(../img/light-blue_bk.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}
/*-------------------------------------------
how-to-use
-------------------------------------------*/
.how-to-use {
  padding-top: 30px;
  padding-bottom: 30px;
}

.how-to-use__boxes {
  margin-top: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 112px;
}
@media screen and (min-width: 768px) {
  .how-to-use__boxes {
    margin-top: 89px;
    gap: 75px;
  }
}

.how-to-use__box {
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  background: url(../img/bk01.jpg) repeat top left/529px auto;
  background-position: center;
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 54px 40px 48px;
}
@media screen and (min-width: 768px) {
  .how-to-use__box {
    border-radius: 40px;
    padding: 44px 10px 56px;
  }
}

.how-to-use__box-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .how-to-use__box-title {
    font-size: 22px;
    letter-spacing: 2.2px;
    padding-right: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
.how-to-use__box-title img {
  width: 170px;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: calc(100% + 16px);
}
@media screen and (min-width: 768px) {
  .how-to-use__box-title img {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .is-type2 .how-to-use__box-title {
    padding-right: 0;
    padding-left: 95px;
  }
  .is-type2 .how-to-use__box-title img {
    right: auto;
    left: 0;
  }
}

.how-to-use__steps {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .how-to-use__steps {
    margin-top: 40px;
    max-width: 948px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .how-to-use__step {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.step-box {
  padding-top: 45px;
  position: relative;
}

.step-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #111;
  background-image: linear-gradient(20deg, #ff8d2a 10%, #ffb702 70%, #fbf025);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.is-type2 .step-box__head {
  background-color: #fabe00;
}

.step-box__head-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
}

.step-box__head-number {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.4px;
  color: #fff;
  margin-top: 3px;
}

.step-box__body {
  border-radius: 30px;
  border: 3px solid #111;
  background: #fff;
  padding: 47px 10px 23px;
  text-align: center;
}

.step-box__image img {
  width: 230px;
}
@media screen and (min-width: 768px) {
  .step-box__image img {
    width: 200px;
  }
}

.step-box__text {
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-top: 10px;
}

.about {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

/*--------------------------------------
app download
--------------------------------------*/
.app-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .app-title {
    font-size: 26px;
  }
}

.app-title::before,
.app-title::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #3fc1c9;
}

.app-title::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
.app-title::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.app-box {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.app-box img {
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
}

.app-text {
  font-size: 12px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .app-text {
    padding-top: 30px;
    font-size: 18px;
  }
}

/*--------------------------------------
Question
--------------------------------------*/
.question {
  padding-top: 20px;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
}
.question-inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 860px;
  text-align: center;
  margin: auto;
}
.page-header {
  margin-bottom: 80px;
  position: relative;
}
.page-header .img {
  height: 100%;
}
.page-header .img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.page-header .page-title-area {
  width: 100%;
  max-width: 400px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #d6ecfa;
  padding: 0 4%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-header .page-title-area {
    height: 70px;
    width: 50%;
    top: auto;
    bottom: -40px;
  }
}
.page-header .page-title-area .page-title .en {
  display: block;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.page-header .page-title-area .page-title .ja {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.head-text {
  font-size: 15px;
  line-height: 2;
  padding: 0 20px;
  margin-bottom: 80px;
  text-align: center;
}

.qa-accordion {
  max-width: 900px;
  margin-bottom: 7px;
  border: 1.5px solid #7c7877;
  border-radius: 5px;
  margin-top: 20px;
}

.qa-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%2351aef0%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  font-weight: 600;
  cursor: pointer;
}

.qa-accordion summary::-webkit-details-marker {
  display: none;
}

.qa-accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: transform 0.3s;
}

.qa-accordion[open] summary::after {
  transform: rotate(225deg);
}

.qa-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding-left: 20px;
  padding-right: 40px;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-accordion[open] p {
  transform: none;
  opacity: 1;
  text-align: left;
}
.qa-box__head-icon {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 3px solid #111;
  background: #f5810e;
  position: absolute;
  top: -26px;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon {
    left: 17px;
  }
}
.qa-box__a-icon {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #111;
  background: #fec9c9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qa__box {
  padding: 29px 37px 17px 12px;
  display: flex;
  align-items: center;
  width: 100%;
}
.qa-title {
  display: inline-block;
  position: relative;
  padding: 0 2.5em;
  color: #e5555d;
  font-size: 19px;
}

.qa-title::before,
.qa-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #333333;
}

.qa-title::before {
  left: 0;
}

.qa-title::after {
  right: 0;
}

/*--------------------------------------
contact
--------------------------------------*/
/* contact */

#contact-front {
  background: url("../img/kengaku.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
}

#contact-front h2 {
  font-size: 2rem;
  position: relative;
  margin: 0 0 50px 0;
  text-align: center;
}

#contact-front .contact-detail br {
  display: none;
}

@media screen and (max-width: 1090px) {
  #contact-front h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  #contact-front .contact-detail h2 br {
    display: block;
  }
}

#contact-front h2::after {
  content: "";
  background: #fff;
  width: 15%;
  height: 5px;
  position: absolute;
  left: 40%;
  bottom: -20px;
}

#contact-front p {
  text-align: center;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 400px) {
  #contact-front .contact-detail h2 {
    font-size: 1.3rem;
  }
  #contact-front .contact-detail p br {
    display: block;
  }
}

#contact-front ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#contact-front ul li {
  padding: 0 20px 20px 0;
}

.contact {
  padding-top: 60px;
  background: url(../img/light-blue_bk.jpg) repeat top left/529px auto;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 100px;
  }
}

.contact__box {
  border-radius: 30px;
  background: #fff;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .contact__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.contact__form {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 50px;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

.contact__privacy {
  margin-top: 29px;
  text-align: center;
}

.contact__button {
  margin-top: 29px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    gap: 32px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    margin-bottom: 8px;
  }
}
.form-field__head p {
  display: flex;
  margin-bottom: 0;
  gap: 5px;
}

.form-field__label {
  font-weight: 700;
  line-height: 1.4375;
}

.form-field__tag {
  display: inline-block;
  border-radius: 2px;
  background: #ef6f6f;
  padding: 6px 8px 5px 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.98px;
}

.form-field__item {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .form-field__item {
    margin-top: 0;
  }
}

.form-text {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 12px 13px 11px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background-color: #f8f8f8;
}
.form-text:hover,
.form-text:focus {
  border-color: #ef6f6f;
  outline: none;
}

.from-radio {
  line-height: 1.4375;
}
.from-radio:hover .from-radio__text::before {
  border-color: #ef6f6f;
}

.from-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.from-radio__input:checked + .from-radio__text::after {
  opacity: 1;
}

.from-radio__text {
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}
.from-radio__text::before,
.from-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.from-radio__text::before {
  width: 24px;
  height: 24px;
  border: 3px solid #111;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.from-radio__text::after {
  width: 10px;
  height: 10px;
  background: #ef6f6f;
  left: 7px;
  opacity: 0;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 5px;
  border: 3px solid #111;
  background: #fff;
  font-weight: 700;
  padding: 12px 43px 11px 13px;
  background: url(../img/select-arrow.png) no-repeat center right 14px/13.217px
    10.182px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-select:hover,
.form-select:focus {
  border-color: #ef6f6f;
  outline: none;
}

.form-textarea {
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  height: 180px;
  padding: 13px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background-color: #f8f8f8;
}
.form-textarea:hover,
.form-textarea:focus {
  border-color: #ef6f6f;
  outline: none;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .form-field__radios {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}

.form-checkbox:hover .form-checkbox__text::before {
  border-color: #ef6f6f;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #ef6f6f;
}

.form-checkbox__text {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
}
.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #111;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text::before {
    margin-top: 2px;
  }
}
.form-checkbox__text::after {
  width: 23px;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text::after {
    margin-top: 0.8px;
  }
}
.form-checkbox__text a {
  text-decoration-line: underline;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #ef6f6f;
}
.contact__list {
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.contact_list-inner {
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
}
.contact_list-inner li {
  text-align: left;
}
@media screen and (max-width: 960px) {
  /* 520px以下で表示させたいcssを記述していく */
  .contact_list-inner {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
  .contact ul {
    padding-left: 0px;
  }
  .contact li {
    margin-top: 10px;
  }
}
.wpcf7-list-item {
  display: block;
}

/*--------------------------------------
staff
--------------------------------------*/
.staff-outer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../img/back.png) repeat top left/529px auto;
  background-position: center;
  position: relative;
}
.staff {
  background-position: center;
  background-size: cover;
  position: relative;
}

.staff__boxes {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .staff__boxes {
    margin-top: 60px;
    gap: 40px;
  }
}

.staff-box {
  background: #fff;
  padding: 10px 20px 24px;
  border: 3px dashed #f29a4c;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .staff-box {
    padding: 20px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.staff-logo img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.staff-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .staff-box.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .staff-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

.staff-box__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staff-box__image {
    width: 38.0434782609%;
    margin-left: 30px;
  }
}
.staff-box__image img {
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  width: 400px;
  height: 300px;
  margin-top: 15px;
  object-fit: cover;
}

.staff-box__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .staff-box__body {
    margin-top: 0;
    width: 56.5217391304%;
    height: 250px;
  }
}

.staff-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .staff-box__head {
    gap: 28px;
  }
}
.staff-box__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .staff-box__text {
    font-size: 15px;
    margin-left: 30px;
  }
}
.staff-role {
  font-size: 15px;
  color: #e5555d;
}
.staff-name {
  font-size: 30px;
}
.license {
  height: 30px;
  background: orange;
  color: #fff;
  align-items: center;
  text-align: center;
  width: 80px;
  margin-top: 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}
.license-text {
  margin-top: 10px;
}
.hobby {
  top: 0;
  left: 0;
  height: 30px;
  background: #f78da7;
  color: #fff;
  align-items: center;
  text-align: center;
  width: 80px;
  margin-top: 25px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}
.staff-box__text-title {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .staff-box__text-title {
    margin-left: 30px;
  }
}
.staff-design {
  margin-top: 20px;
}

/*--------------------------------------
movie
--------------------------------------*/
.movie {
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../img/back.png) repeat top left/529px auto;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .movie {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.movie__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.movie__iframe {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie__iframe {
    margin-top: 56px;
  }
}
.movie__iframe iframe {
  width: 345px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 345/194;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .movie__iframe iframe {
    width: 640px;
    aspect-ratio: 640/360;
  }
}
/*--------------------------------------
use
--------------------------------------*/
.usage {
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  max-width: 1200px;
  margin: 0 auto;
  background-image: linear-gradient(
    to right,
    #f78ca0 0%,
    #f9748f 19%,
    #fd868c 60%,
    #fe9a8b 100%
  );
  margin-bottom: 150px;
  padding-left: 100px;
  padding-right: 10px;
}

/*960px以下*/
@media screen and (max-width: 1024px) {
  .usage {
    max-width: calc(100% - 30px);
    margin-bottom: 150px;
    padding-left: 50px;
    padding-right: 0px;
  }
}
.cta {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8b819),
    to(#f0d320)
  );
  background: linear-gradient(180deg, #f8b819 0%, #f0d320 100%);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*520px以下*/
@media screen and (max-width: 520px) {
  .usage {
    max-width: calc(100% - 30px);
    margin-bottom: 150px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.usage__inner {
  padding: 50px 20px 255px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .usage__inner {
    padding-top: 110px;
    padding-bottom: 109px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1100px;
  }
}

.usage__lead1,
.usage__lead2 {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.2px;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .usage__lead1,
  .usage__lead2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 38px;
    letter-spacing: 3.8px;
    padding: 12px 16px;
  }
}

.usage__lead2 {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .usage__lead2 {
    margin-top: 14px;
  }
}
.usage__image {
  position: absolute;
  right: 0;
  bottom: -108px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .usage__image {
    width: 57.6923076923%;
    text-align: right;
    bottom: -88px;
    right: 30px;
  }
}
.usage-btn {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .usage-btn {
    text-align: left;
  }
}

.usage__image {
  position: absolute;
  width: 57.6923076923%;
  text-align: right;
  bottom: -88px;
  right: 30px;
}
/*960px以下*/
@media screen and (max-width: 960px) {
  .usage__image {
    width: 46.6923076923%;
    text-align: right;
    bottom: -88px;
    right: -1%;
  }
}

/*520px以下*/
@media screen and (max-width: 520px) {
  .usage__image {
    right: 0;
    bottom: -108px;
    width: 100%;
    text-align: center;
  }
}
.usage__image img {
  width: 500px;
}
@media screen and (min-width: 768px) {
  .usage__image img {
    width: 800px;
  }
}
.mv__description {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv__description {
    display: block;
    text-align: left;
    font-size: 25px;
    letter-spacing: 0.54px;
    margin-top: 20px;
    text-shadow: 6px 5px 2px gray;
    color: #fff;
  }
}

/*--------------------------------------
price
--------------------------------------*/
.price {
  margin: 0 0 50px;
  text-align: center;
  margin-top: 50px;
}
.price-title {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
.row td {
  text-align: left;
}
.p_h2 {
  margin-bottom: 20px;
  text-align: center;
}
#price .p_h2 img {
  width: 300px;
}
.font13 {
  font-size: 13px;
}
.type_list {
  margin-bottom: 5px;
  width: 100%;
}
.type_list td {
  width: 30%;
  padding: 5px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.type_list td p {
  border-radius: 10px;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 20px;
}
.pink_bk {
  background-image: url(../img/pink_bk\ 2.jpg);
}
.blue_bk {
  background-image: url(../img/blue_bk\ 2.jpg);
}
.orange_bk {
  background-image: url(../img/orange_bk.jpg);
}
.p_box {
  padding: 30px;
  border-radius: 10px;
  color: #956134;
}
.gren01 {
  background-color: #cce7d7;
  margin: 15px 0 10px;
  width: 1000px;
  margin: auto;
}

/*960px以下*/
@media screen and (max-width: 960px) {
  .gren01 {
    width: 700px;
  }
}
.price-title {
  width: 400px;
  margin: 0 auto;
  margin-top: 0;
}
.yellow {
  background-color: #fff9e5;
  margin: 15px 0 10px;
  width: 1000px;
  margin: auto;
}

.gren02 {
  border-left: 1px solid #00a29a;
  border-top: 1px solid #00a29a;
}
.p_table {
  width: 100%;
  background-color: #ffffff;
  margin: 0 0 20px;
  border-bottom: 1px solid #00a29a;
}
.p_table th {
  border-right: 1px solid #00a29a;
  vertical-align: middle;
  font-size: 18px;
  width: 30%;
}
.p_table tr {
  padding: 5px;
  border-right: 1px solid #00a29a;
  border-bottom: 1px dotted #00a29a;
}
.p_table td {
  width: 30%;
  padding: 20px;
  border-right: 1px solid #00a29a;
  height: 50px;
  font-size: 20px;
}
.color_t {
  color: #c9a063;
  border-bottom: 1px solid #00a29a !important;
  text-align: center;
}
.list {
  margin: 0 0 20px;
  font-size: 14px;
  margin-top: 40px;
}
.list li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.8em;
}
.pri_box {
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.white_b {
  background-color: #ffffff;
}
#price .white_b dt {
  font-size: 18px;
  color: #00a29a;
  margin-bottom: 10px;
  font-weight: bold;
}
#price .white_b dd {
  line-height: 1.7em;
}
.leef_l {
  position: absolute;
  left: 10px;
  top: 30px;
  width: 70px;
}
.leef_r {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 70px;
}
/*オプション*/
#option {
  background-image: url(images/prices/option_bk.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80% auto;
  margin: 0 0 50px;
}
#option .p_h2 img {
  width: 200px;
}
#option p {
  margin: 0 0 30px;
}
/*持ち物*/
#belongings {
  margin: 0 0 50px;
}
#belongings .p_h2 img {
  width: 240px;
}
.pink01 {
  background-color: #f9d3e3;
  margin: 15px 0 10px;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .pink01 {
    width: 700px;
  }
}
.goos_item {
  margin: 0 auto 20px;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
}
.goos_item li {
  width: 48%;
  line-height: 1.8em;
}
.goos_item-text {
  padding: 30px;
}
#belongings .white_b dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  background-image: url(../img/orange_bk.jpg);
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
}
#belongings .white_b dd {
  line-height: 1.7em;
  margin-bottom: 10px;
}
.bird_blue {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 80px;
}
.font14 {
  font-size: 13px;
  line-height: 1.8em;
  padding-left: 1em;
  text-indent: -1em;
}
/*チケット*/
#ticket {
  margin: 0 0 50px;
  width: 1000px;
  margin: 0 auto;
}
#ticket .p_h2 img {
  width: 500px;
}
.orange01 {
  background-color: #fbd9bf;
  margin: 15px 0 10px;
}
.ticket-text {
  text-align: center;
}
#ticket .p_table th {
  border-right: 1px solid #f39800;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#ticket .p_table tr {
  border-right: 1px solid #f39800;
  border-bottom: 1px dotted #f39800;
}
#ticket .p_table td {
  border-right: 1px solid #f39800;
  font-size: 20px;
  text-align: center;
}
.orange02 {
  border-left: 1px solid #f39800;
  border-top: 1px solid #f39800;
}
#ticket .color_t {
  border-bottom: 1px solid #f39800 !important;
}
.discount {
  color: #fff;
  background-color: #ea5514;
  padding: 10px;
  margin: 0;
  width: 30px;
  height: 37px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  line-height: 1.3em;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 10px;
}
.discount-price {
  width: 80px;
  font-weight: bold;
  position: absolute;
  top: 29px;
  right: 25px;
  font-size: 13px;
  background-image: linear-gradient(#e70000, #e70000);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  text-decoration: none;
  padding: 0 2px;
  text-align: center;
  margin: 0 auto;
}
.font12 {
  font-size: 12px;
}
.po_r {
  position: relative;
}
.example h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #f39800;
  margin-bottom: 20px;
}
.example ul {
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.example li {
  width: 30%;
}
.example ul dl {
  border: 1px solid #f39800;
  border-radius: 10px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  font-weight: bold;
}
.example ul dt {
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #f39800;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.example ul dd {
  margin: 10px;
  color: #f39800;
}
.btom_line {
  border-bottom: 1px solid #f39800;
  padding-bottom: 10px;
}
/*見学*/
#visit {
  background-image: url(images/prices/visit_bk.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80% auto;
  margin: 0 0 50px;
}
#visit .p_h2 img {
  width: 300px;
}
.blue01 {
  background-color: #c7e8fa;
  margin: 15px 0 10px;
  width: 700px;
  margin: auto;
}
.correspond {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}
.big_tel img {
  width: 30px;
  margin-right: 8px;
  vertical-align: sub;
}
.big_tel {
  font-size: 32px;
  color: #00a0e9;
  text-align: center;
}
.big_tel a {
  color: #00a0e9 !important;
}
@media screen and (max-width: 768px) {
  .leef_l {
    left: 10px;
    top: 5px;
    width: 40px;
  }
  .goos_item-text {
    font-size: 15px;
  }
  .price-title {
    width: auto;
  }
  .discount-price {
    top: 43px;
  }
  .price {
    margin-top: 0px;
  }
  #ticket {
    margin: 0 0 50px;
    width: auto;
    margin: 0 auto;
    padding: 8px;
  }
  .blue01 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  #ticket .p_table th {
    font-size: 16px;
  }
  .leef_r {
    right: 10px;
    top: 5px;
    width: 40px;
  }
  .gren01 {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }
  .yellow {
    width: 400px;
  }
  .yellow img {
    width: 70px;
  }
  .pink01 {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }
  .type_list td p {
    font-size: 20px;
  }
  .gren01 img {
    width: 70px;
  }
}
@media screen and (max-width: 640px) {
  .p_box {
    padding: 15px;
  }
  .type_list {
    margin-bottom: 0px;
  }
  .type_list td {
    font-size: 10px;
  }
  .type_list td p {
    padding: 5px;
  }

  .p_table th,
  .p_table td {
    font-size: 16px;
    line-height: 1.5em;
  }

  /*持ち物*/
  #belongings {
    margin: 0 0 40px;
  }
  .bird_blue {
    top: 70px;
    right: 20px;
    width: 60px;
  }
  /*オプション*/
  #option {
    background-size: 100% auto;
    margin: 0 0 20px;
  }
  #option .p_h2 img {
    width: 160px;
  }
  #option .goos_item li {
    width: 100%;
    margin-bottom: 20px;
  }
  #option p {
    margin: 0 0 10px;
  }
  /*チケット*/

  .discount {
    padding: 0;
    margin: 0 0 0 10px;
    width: 35px;
    height: 35px;
    line-height: 2em;
    font-size: 8px;
    position: static;
  }
  .discount span {
    line-height: 0 !important;
    display: inline-block;
  }
  .example li {
    width: 100%;
    margin-bottom: 10px;
  }
  /*見学*/
  #visit {
    background-size: 100% auto;
  }
  #visit .p_h2 img {
    width: 230px;
  }
  .big_tel {
    font-size: 21px;
  }
  .big_tel img {
    width: 20px;
  }
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
  width: 20% !important;
  height: 20% !important;
}
#sb_instagram .sb_instagram_header {
  display: none !important;
}

.heading-20 {
  padding: 0.5em 0.7em;
  background-image: repeating-linear-gradient(
    -45deg,
    #f2c750,
    #f2c750 3px,
    #f2f6fc 3px,
    #f2f6fc 7px
  );
  color: #333333;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 17px;
}
.pri_box h2 {
  font-size: 24px;
  color: #00a29a;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .heading-20 {
    width: 500px;
    font-size: 22px;
    font-weight: bold;
  }
}
.box-013 {
  margin: 0 auto;
  border: 2px solid #f9be3e;
  border-radius: 7px;
  width: auto;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .box-013 {
    width: 700px;
    margin: auto;
  }
}
.box-013 span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  background-color: #f9be3e;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .box-013 span {
    height: 50px;
  }
}

.box-013 p {
  margin: 0;
  padding: 1em 1.5em;
  color: #333;
  text-align: center;
}

.option {
  margin-bottom: 50px;
}
.goos_item02 {
  margin: 0 auto 20px;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  width: 100%;
  margin: 30px;
}
.goos_item02 li {
  width: 48%;
  line-height: 1.8em;
}
.price-text {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #fff5df,
    #fff5df 4px,
    #ffe4b1 3px,
    #ffe4b1 8px
  );
  background: repeating-linear-gradient(
    -45deg,
    #fff5df,
    #fff5df 4px,
    #ffe4b1 3px,
    #ffe4b1 8px
  );
  border-radius: 7px;
  width: 350px;
  margin: auto;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .price-text {
    font-size: 21px;
    width: 500px;
  }
}

.price-text:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}
.price-design-box {
  text-align: right;
}
.price-design-box img {
  width: 70px;
  margin-right: 10px;
}
.text-left {
  text-align: left;
  margin-right: 20px;
  margin-left: 30px;
}

.tab-list {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 40px;
}
.tab-list li {
  width: 100%;
  max-width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #1f1f1f;
  border-left: solid 1px #1f1f1f;
  border-right: solid 1px #1f1f1f;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
.tab-list li:last-child {
  margin-right: 0;
}
.tab-list li:hover {
  background-color: #1f1f1f;
  color: #fff;
}
.tab-list li.active {
  background-color: #1f1f1f;
  color: #fff;
}

/*-------------------------------------------
店内紹介
-------------------------------------------*/
.products-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 120px;
  display: none;
}
.products-list.active {
  display: grid;
}
.products-list li {
  position: relative;
}
.products-list li .info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease;
}
.products-list li:hover .info {
  opacity: 1;
}
.products-list li .info .name {
  font-size: 18px;
  margin-bottom: 5px;
}
.products-list li .info .price {
  font-size: 14px;
}

/*-------------------------------------------
タブレット
-------------------------------------------*/
@media screen and (max-width: 1024px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .tab-list {
    margin-bottom: 10px;
  }
  .tab-list li {
    font-size: 10px;
    margin-right: 5px;
  }
  .products-list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
}

/*-------------------------------------------
Company
-------------------------------------------*/
.message {
  margin-bottom: 120px;
}
.message .section-title {
  margin: 0 0 -5vw 4vw;
  position: relative;
  z-index: 10;
}
.message .flex {
  display: flex;
  align-items: center;
}
.message .flex .img {
  width: 65%;
}
.message .flex .img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.message .flex .text {
  width: 35%;
  background-color: #fff;
  padding: 5% 0 5% 5%;
  margin-left: -8%;
}
.message .text .title {
  font-size: 24px;
  margin-bottom: 40px;
}
.message .text .description {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.section-title {
  color: rgba(51, 51, 51, 0.9);
  font-size: clamp(68px, 8vw, 130px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
/***********************************
経歴紹介
************************************/
#introduction {
  background-color: #ffffff;
  padding: 30px;
  border: 2px dashed #f39aa6;
  border-radius: 10px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #introduction {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  #introduction {
    margin-right: 10px;
    margin-left: 10px;
    padding-bottom: 0;
  }
}
.intro_ul {
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
}
.intro_li {
  width: 48%;
  margin-bottom: 50px;
}
.intro_li:last-child {
  margin-bottom: 0px;
}
#introduction li dt {
  background-color: #f8d9d6;
  padding: 7px 15px;
  border-radius: 10px;
  margin: 0 auto 20px;
  font-weight: bold;
}
.thought08 {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 270px;
}

#thought {
  background-color: #f6f4ee;
  padding: 30px;
}
.t_title {
  position: relative;
  padding: 0 0 80px;
  text-align: center;
  background-image: url(images/thought/thought_bk.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.talk {
  text-align: center;
  display: inline-block;
  background-color: #f39aa6;
  padding: 3px 80px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.thought01 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 130px;
}

#part_1 {
  margin-bottom: 90px;
}
#thought .boxs,
#mostimptant .boxs,
#mostimptant .boxs_60 {
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
#thought .boxs .right,
#mostimptant .boxs .right {
  width: 50%;
}
#thought .boxs .left,
#mostimptant .boxs .left {
  width: 50%;
}
.thought02 {
  width: 70%;
  margin: 20px auto 0;
}
.thought03 {
  width: 70%;
  margin: 0px auto 0;
}
.thought04 {
  width: 85%;
  margin: 0px auto 0;
}
.intro_li ul {
  padding-left: 0;
}
#part_1 h3 {
  background-color: #f39aa6;
  padding: 7px 15px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto 20px;
  font-size: 18px;
}
#part_1 .marker_y30,
#part_2 .marker_y30 {
  font-weight: bold;
  font-size: 16px;
}
.big {
  font-weight: bold;
}

#part_2 .all_title {
  margin-bottom: 30px;
  position: relative;
}
#part_2 .all_title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  background-repeat: no-repeat;
  background-image: url(images/thought/thought05.png);
  width: 73px;
  height: 33px;
  background-size: 73px 33px;
  top: -45px;
}
.thought06 {
  width: 70%;
  text-align: center;
  margin: 0px auto 0;
}
@media screen and (max-width: 640px) {
  #thought {
    padding: 15px;
  }
  .t_title {
    padding: 0 0 120px;
  }
  .talk {
    line-height: 1.8em;
    padding: 3px 30px;
  }
  .thought01 {
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    z-index: 2;
  }
  #part_1 {
    margin-bottom: 70px;
  }
  #thought .pri_box {
    padding: 20px 15px 0;
    border-radius: 10px;
    position: relative;
  }
  #thought .boxs,
  #mostimptant .boxs,
  #mostimptant .boxs_60 {
    margin-bottom: 0px;
  }
  #thought .boxs .right,
  #thought .boxs .left,
  #mostimptant .boxs .right,
  #mostimptant .boxs .left,
  #mostimptant .boxs_60 .right,
  #mostimptant .boxs_60 .left {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .thought02 {
    margin: 0 auto;
  }
  .thought04 {
    width: 100%;
  }
  #introduction li dt {
    margin: 0 auto 10px;
  }
  .intro_li {
    width: 100%;
    margin-bottom: 20px;
  }
  .thought08 {
    position: static;
    width: 85%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 320px) {
  #introduction {
    padding: 15px 15px 0;
  }
  #introduction li dt {
    line-height: 1.5em;
  }
  .thought08 {
    width: 100%;
  }
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mainvisual {
  height: 600px;
  margin-bottom: 120px;
  position: relative;
}
.mainvisual .fade-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
.mainvisual .fade-img li {
  width: 70%;
  position: absolute;
  right: 0;
  opacity: 0;
  animation: fade 15s infinite;
}
.mainvisual .fade-img li:nth-child(1) {
  animation-delay: 0s;
}
.mainvisual .fade-img li:nth-child(2) {
  animation-delay: 5s;
}
.mainvisual .fade-img li:nth-child(3) {
  animation-delay: 10s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mainvisual .catchphrase {
  font-size: 50px;
  text-shadow: 1px 1px 3px #fff;
  position: absolute;
  top: 210px;
  left: 6%;
}
/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 12vw;
  }

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  .mainvisual {
    height: 400px;
    margin-bottom: 60px;
  }
  .mainvisual .fade-img img {
    height: 400px;
    border-radius: 0px;
  }
  .mainvisual .fade-img li {
    width: 100%;
  }
  .mainvisual .catchphrase {
    color: #fff;
    text-shadow: 1px 1px 1px #777;
    font-size: 28px;
    top: 300px;
    left: 6%;
  }

  /*-------------------------------------------
  Company
  -------------------------------------------*/
  .message {
    margin-bottom: 60px;
  }
  .message .section-title {
    margin: 0 0 -7vw;
    text-align: center;
  }
  .message .flex {
    flex-direction: column;
  }
  .message .flex .img {
    width: 100%;
  }
  .message .flex .img img {
    height: 300px;
    border-radius: 0px;
  }
  .message .flex .text {
    width: 100%;
    margin-left: 0;
    padding: 20px 20px 0;
  }
  .message .flex .text .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .message .flex .text .description {
    margin-bottom: 20px;
  }
}
/*-------------------------------------------
  parallax
  -------------------------------------------*/
.parallax {
  height: 600px;
  background-image: url(../img/parallax01.jpeg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .parallax {
    background-attachment: scroll; /* fixedを無効化 */
  }
}
.parallax h2 {
  padding-top: 250px;
  color: white;
  font-size: 50px;
  text-shadow: 1px 1px 2px black;
}
@media screen and (max-width: 767px) {
  .parallax h2 {
    font-size: 23px;
  }
}
.town-img {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .town-img {
    width: 70%;
  }
}

/***********************************
特色
************************************/
.features-title {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.all_title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px !important;
  font-weight: normal;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.ten_box {
  padding: 50px 15px 30px;
  border: 3px dotted #000000;
  margin: 50px 0 50px;
  position: relative;
}
.ten_box h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
  background-color: #ffffff;
  width: 150px;
  text-align: center;
  padding: 5px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ten_box ul {
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.ten_box ul li {
  width: 23%;
  margin-bottom: 10px;
}
/*安心*/
#peace h2,
#peace .pri_box .box dt {
  color: #0080d3;
}
#peace h2 span {
  background-image: url(images/feature/sen_blue.png);
}
#peace {
  background-repeat: no-repeat, repeat;
  background-size: auto 60px;
  background-image: url(images/feature/leaf_bk.png), url(../img/040-02.jpg);
  background-position: center top 20px;
  padding-top: 30px;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
}
@media screen and (max-width: 767px) {
  #peace {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  #peace {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.fea_box {
  border-radius: 10px;
  padding: 0px 30px 30px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.fea_box h2 {
  font-size: 35px;
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 0px 30px 15px;
  margin: 0 auto 30px;
  width: 100px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fea_box h2 span {
  font-size: 19px;
  display: block;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 6px;
  padding: 0 0 10px;
}
.textera {
  color: #ffffff;
  position: relative;
  margin: 0 auto 30px;
}
.textera p {
  max-width: 60%;
  margin: auto 0 0 0;
  width: calc(100% - 30px);
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 3em;
  position: relative;
}
.textera p span {
  border-bottom: dotted 3px #fff;
  padding: 10px 0 10px;
}
.peace01 {
  position: absolute;
}
.pri_box .box {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-bottom: dotted 3px #000;
}
.pri_box .box:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

.pri_box .box dl {
  float: right;
  width: 70%;
}
.pri_box .box dt {
  font-weight: bold;
  font-size: 16px;
}
.photo {
  float: left;
  width: 23%;
}
#peace .peace01 {
  width: 200px;
  bottom: -30px;
  right: 0;
}
/*安全*/
#safety {
  background-repeat: no-repeat, repeat;
  background-size: auto 60px;
  background-image: url(images/feature/leaf_bk.png), url(../img/040-02.jpg);
  background-position: center top 20px;
  margin: 0 0 50px;
  margin-top: 50px;
  max-width: 1000px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 30px;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
}
@media screen and (max-width: 767px) {
  #safety {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  #safety {
    margin-right: 20px;
    margin-left: 20px;
  }
}
#safety h2,
#safety .pri_box .box dt {
  color: #e47ba6;
}
#safety h2 span {
  background-image: url(images/feature/sen_pink.png);
}
#safety .peace01 {
  width: 270px;
  bottom: -50px;
  right: 0;
  z-index: 2;
}
/*遊び*/
#play {
  background-repeat: no-repeat, repeat;
  background-size: auto 60px;
  background-image: url(images/feature/leaf_bk.png), url(../img/040-02.jpg);
  background-position: center top 20px;
  margin: 0 auto;
  margin-top: 50px;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1000px;
  padding: 30px;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
}
@media screen and (max-width: 767px) {
  #play {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  #play {
    margin-right: 20px;
    margin-left: 20px;
  }
}
#play h2,
#play .pri_box .box dt {
  color: #008350;
}
#play h2 span {
  background-image: url(images/feature/sen_green.png);
}
#play .peace01 {
  width: 240px;
  bottom: -50px;
  right: 0;
  z-index: 2;
}
/*便利*/
#convenient {
  background-repeat: no-repeat, repeat;
  background-size: auto 60px;
  background-image: url(images/feature/leaf_bk.png), url(../img/040-02.jpg);
  background-position: center top 20px;
  margin: 0 auto;
  margin-top: 50px;
  background-position: center;
  background-size: cover;
  position: relative;
  max-width: 1000px;
  margin-bottom: 100px;
  padding: 30px;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
}
@media screen and (max-width: 767px) {
  #convenient {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  #convenient {
    margin-right: 20px;
    margin-left: 20px;
  }
}
#convenient::after {
  content: "";
  clear: both;
}
#convenient h2,
#convenient .pri_box .box dt {
  color: #fac126;
}
#convenient h2 span {
  background-image: url(images/feature/sen_orange.png);
}
#convenient .peace01 {
  width: 180px;
  bottom: -50px;
  right: 30px;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .all_title {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  .ten_box ul li {
    width: 48%;
  }
  .ten_box {
    padding: 40px 15px 10px;
    margin: 50px 0 30px;
  }
  .fea_box {
    padding: 0px 15px 30px;
  }
  .fea_box h2 {
    font-size: 28px;
    width: 60px;
    margin: 0 auto 20px;
  }
  .fea_box h2 span {
    margin-bottom: 10px;
  }
  .textera {
    margin: 0 auto 0px;
  }
  .textera p {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    color: #333333;
  }
  .peace01 {
    position: static;
    width: 200px;
    margin: 20px auto 0;
  }
  .pri_box .box dl {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .pri_box .box dt {
    margin: 0;
  }
  .pri_box .box dd {
    font-size: 14px;
    line-height: 1.8em;
  }
  .photo {
    float: none;
    width: 60%;
    margin: auto;
  }
}

/*-------------------------------------------
  GUIDE
  -------------------------------------------*/
.guide-text {
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
  color: #e5555d;
}
.dots {
  text-emphasis: circle #e5555d;
}
.guide-sub-title {
  text-align: center;
}
.guide-title {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .guide-title {
    font-size: 30px;
  }
}
.guide-list {
  border: 2px solid #6cbbf4;
  margin-right: 15px;
  margin-left: 15px;
  padding: 1em;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .guide-list {
    list-style-type: none;
    padding: 1em;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 70px;
  }
}

.guide-list li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  padding: 0.3em 0.3em 0.3em 1.5em;
}

.guide-list li::before,
.guide-list li::after {
  position: absolute;
  content: "";
}

.guide-list li::before {
  left: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background-color: #6cbbf4;
}

.guide-list li::after {
  left: 0.6em;
  transform: translateX(-75%) rotate(-45deg);
  width: 0.3em;
  height: 0.3em;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.guide-p {
  text-align: left;
}
.new-img img {
  border-style: none;
}
/*--------------------------------------
merit
--------------------------------------*/
.merit {
  padding-top: 60px;
  background-image: url(../img/031-01.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .merit {
    padding-top: 100px;
  }
}

.merit__boxes {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .merit__boxes {
    margin-top: 60px;
    gap: 40px;
  }
}

.merit-box {
  background: #fff;
  padding: 10px 20px 24px;
  border: 3px dashed #f29a4c;
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
}
@media screen and (min-width: 768px) {
  .merit-box {
    padding: 20px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .merit-box.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .merit-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 50px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .is-reverse .merit-box__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.merit-box__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merit-box__image {
    width: 38.0434782609%;
  }
}
.merit-box__image img {
  width: 200px;
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
}
@media screen and (min-width: 768px) {
  .merit-box__image img {
    width: 350px;
  }
}
.merit-box__image img {
  width: 300px;
  border-radius: 20px;
  height: 300px;
  object-position: top;
  object-fit: cover;
  margin-top: 20px;
}

.merit-box__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .merit-box__body {
    margin-top: 0;
    width: 56.5217391304%;
  }
}

.merit-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .merit-box__head {
    gap: 28px;
  }
}

.merit-box__number {
  color: #fabe00;
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .merit-box__number {
    font-size: 110px;
  }
}

.merit-box__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .merit-box__title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.merit-box__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 200%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .merit-box__text {
    margin-top: 16px;
    font-size: 15px;
  }
}

/*--------------------------------------
mission
--------------------------------------*/
#mission {
  background: linear-gradient(rgba(222, 240, 254, 1), rgba(222, 240, 254, 0.2));
  padding: 30px 0 0;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  background-image: url(../img/3.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
#mission .w_box {
  margin: 0 30px 0px;
  position: relative;
}
.mission-img img {
  margin: 0 auto;
  display: block;
}
.bird_03 {
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 60px;
  height: auto;
}
.balloon_03 {
  position: absolute;
  top: 0px;
  left: 100px;
  width: 70px;
  height: auto;
}
.white_grb {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1));
}
.textera01 {
  padding: 50px;
}
.bleu_waku {
  padding: 7px 15px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto 20px;
  font-size: 18px;
  background-image: url(../img/blue_bk.jpg);
  background-repeat: repeat;
}
.all_title {
  padding-top: 100px;
  margin: 0 auto;
  width: 400px;
}
#action {
  padding: 0px 0 150px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  max-width: 1500px;
  margin: 0 auto;
}
#action .btn a {
  width: 40%;
  display: block;
  margin: 30px auto 0;
  color: #5aade6 !important;
  text-decoration: none !important;
  text-align: center;
}
#action .btn a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
#action .b_box {
  margin: 0 auto;
  padding: 50px 30px 50px;
  max-width: 1000px;
}
#action .box {
  margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
  #mission .w_box {
    margin: 0 15px 0px;
  }
  .bird_03 {
    right: 30px;
  }
  .balloon_03 {
    top: 0px;
    left: 30px;
    width: 60px;
  }
  #action {
    padding: 0px 0 120px;
  }
  #action .btn a {
    width: 60%;
  }
  #action .b_box {
    margin: 0 15px;
    padding: 50px 15px 50px;
  }
  .textera01 {
    padding: 20px;
  }
  .all_title {
    padding-top: 100px;
    margin: 0 auto;
    width: 100%;
  }
}
/*--------------------------------------
howto
--------------------------------------*/
.howto {
  box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
  border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/mama01.jpeg);
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

/*960px以下*/
@media screen and (max-width: 1024px) {
  .howto {
    max-width: calc(100% - 30px);
    margin-bottom: 50px;
    padding-right: 0px;
  }
}

/*520px以下*/
@media screen and (max-width: 520px) {
  .howto {
    max-width: calc(100% - 30px);
    padding-left: 0px;
    padding-right: 0px;
  }
}

.howto__inner {
  padding: 50px 20px 255px;
  position: relative;
  height: 500px;
}
@media screen and (min-width: 768px) {
  .howto__inner {
    padding-top: 110px;
    padding-bottom: 109px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1100px;
    height: auto;
  }
}
.howto__content {
  margin-top: 150px;
}
.howto__lead {
  margin-top: 150px;
}

.howto__lead1,
.howto__lead2 {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.2px;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 330px;
}
@media screen and (min-width: 768px) {
  .howto__lead1,
  .howto__lead2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 38px;
    letter-spacing: 3.8px;
    padding: 12px 16px;
    margin-top: 150px;
  }
}
.howto-icon {
  width: 300px;
  margin: 0 auto;
}
.howto__lead2 {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .howto__lead2 {
    margin-top: 14px;
  }
}
.howto__image {
  position: absolute;
  right: 0;
  bottom: -108px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .howto__image {
    width: 57.6923076923%;
    text-align: right;
    bottom: -88px;
    right: 30px;
  }
}
.howto__image {
  position: absolute;
  width: 57.6923076923%;
  text-align: right;
  bottom: -88px;
  right: 30px;
}
/*960px以下*/
@media screen and (max-width: 960px) {
  .howto__image {
    width: 46.6923076923%;
    text-align: right;
    bottom: -88px;
    right: -1%;
  }
}

/*520px以下*/
@media screen and (max-width: 520px) {
  .howto__image {
    right: 0;
    bottom: -108px;
    width: 100%;
    text-align: center;
  }
}
.howto__image img {
  width: 500px;
}
@media screen and (min-width: 768px) {
  .howto__image img {
    width: 800px;
  }
}
.how-to-box h2 h3 {
  text-align: center;
  margin: 0 auto;
}
.how-to-box {
  text-align: center;
}
.how_to_text {
  display: flex;
}
/*
喜びの声
*/
#happy_voice {
  background-image: url(../img/green_bk.jpg);
  background-repeat: repeat;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}
#happy_voice .about_h2 {
  width: 550px;
  margin: 0 auto;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
#happy_voice .waku {
  margin-bottom: 40px;
}
#happy_voice .waku:last-of-type {
  margin-bottom: 20px;
}

#happy_voice h3 img {
  width: 65px;
  margin-right: 10px;
  vertical-align: bottom;
}
#happy_voice h3 {
  font-size: 18px;
  margin: 0 0 20px;
  background-repeat: repeat-x;
  background-position: left bottom 0px;
  background-size: auto 5px;
  background-image: url(common/images/green_bk.jpg);
}
#happy_voice .left {
  width: 33%;
}
#happy_voice .right {
  width: 60%;
}

/*
ママたちの意識調査
*/
#awareness {
  margin: 0 auto;
  max-width: 800px;
  margin-top: 100px;
}
#awareness h2 {
  background-image: url(../img/ribon_10.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: 0 0 30px;
}
#awareness img {
  width: 90%;
  padding: 0 5%;
  margin: 0 auto;
  display: block;
}
#awareness p {
  margin-top: 50px;
  margin-bottom: 100px;
}
/*
3つの理由
*/
#point_3 {
  background-image: url(../img/orange_bk.jpg);
  background-repeat: repeat;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 150px;
  max-width: 800px;
}
.point_h2 {
  width: 550px;
  margin: 0 auto;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
.top30 {
  margin-top: 40px;
}
#point_3 .boxes dt img {
  width: 35px;
  margin-right: 10px;
}
#point_3 .boxes dt {
  font-size: 18px;
  margin: 0 0 15px;
  color: #ea5514;
}
#point_3 .boxes .left {
  width: 60%;
}
#point_3 .boxes .right {
  width: 33%;
  margin: 0px 0 0;
  display: flex;
}

/*
その他にも
*/
#other {
  background-color: rgba(143, 211, 245, 0.6);
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 100px;
}
#other h2 {
  text-align: center;
  margin: 0 auto 15px;
  width: 40%;
}
#other ul {
  margin: 0 auto;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#other li {
  background-color: #ffffff;
  width: 42%;
  padding: 3%;
  border-radius: 10px;
  margin-bottom: 15px;
}
#other li dt {
  font-size: 18px;
  color: #036eb8;
  margin-bottom: 5px;
}
#other li dd {
  font-size: 13px;
  line-height: 1.8em;
  float: left;
}
#other li .text {
  width: 60%;
}
#other li .other_img {
  width: 40%;
  text-align: center;
}
#other li dd img {
  width: 90%;
}
.left {
  float: left;
}
.icon_photo {
  width: 33%;
  margin: 0px 0 0;
}
.waku {
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
}
#how_to .boxes p {
  width: 60%;
}

.icon_photo {
  width: 33%;
  margin: 0px 0 0;
}
.icon_photo img,
#point_3 dd img {
  border-radius: 5px;
}
.icon_photo img:hover {
  transform: scale(1.1); /* 1.1倍に拡大 */
  transition: transform 0.3s ease; /* アニメーション効果 */
}
/*
こんな使い方があります
*/
#how_to {
  background-image: url(../img/blue_bk.jpg);
  background-repeat: repeat;
  padding: 15px;
  position: relative;
  border-radius: 10px;
  margin: 100px 0 30px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 100px;
}
.boxes {
  background-color: rgba(255, 255, 255, 1);
  padding: 30px 30px 10px;
  position: relative;
}
#how_to .about_h2 {
  width: 480px;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.bird_2 {
  width: 85px;
  margin: 0 auto;
  position: absolute;
  top: -90px;
  left: 10px;
}
.pink_line {
  background-repeat: repeat-x;
  background-position: left bottom 0px;
  background-size: auto 10px;
  background-image: url(../img/pink_bk.jpg);
}
.green_line {
  background-repeat: repeat-x;
  background-position: left bottom 0px;
  background-size: auto 10px;
  background-image: url(../img/blue-bk.jpg);
}
#how_to h3 {
  font-size: 25px;
  margin: 0 0 15px;
}
#how_to h3 img {
  width: 55px;
  margin-right: 10px;
  vertical-align: bottom;
}
#how_to .boxes p {
  width: 60%;
}

.icon_photo {
  width: 33%;
  margin: 0px 0 0;
  display: flex;
}
.icon_photo img,
#point_3 dd img {
  border-radius: 5px;
}
#other li {
  width: 43%;
  padding: 3%;
  border-radius: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  #about .box {
    margin: 20px 0 40px;
    background-size: auto 40px;
  }
  .about .boxes,
  #how_to .boxes,
  #point_3 .boxes,
  #happy_voice .boxes {
    padding: 25px 20px 5px;
  }
  #about .about_h2 {
    width: 200px;
    margin: 0 auto 20px;
  }
  #about .box h2 {
    font-size: 18px;
  }

  #about .box img {
    width: 50%;
    margin: 40px 0 20px;
  }
  .waku {
    margin-bottom: 30px;
  }
  .waku .left,
  .waku .right {
    float: none;
  }
  .about .boxes dl {
    width: 100%;
  }
  .icones {
    width: 60%;
    margin: 10px auto 0;
  }
  /*
こんな使い方があります
*/
  #how_to .about_h2 {
    width: 100%;
    margin: 0 auto 5px;
    top: -40px;
  }
  #how_to .boxes p {
    width: 100%;
    margin: 0 0 5px;
  }
  .icon_photo {
    width: 100%;
  }
  .bird_2 {
    width: 75px;
    left: 0px;
  }
  /*
その他にも
*/
  #other {
    padding: 15px;
    margin: 0 0 80px;
  }
  #other h2 {
    margin: 0 auto 15px;
    width: 60%;
  }
  #other li {
    width: 94%;
    padding: 3%;
  }
  #other li dd img {
    width: 70%;
  }
  /*
3つの理由
*/
  #point_3 {
    margin: 0 0 30px;
  }
  .point_h2 {
    width: 100%;
    top: -60px;
  }
  #point_3 .boxes .left,
  #happy_voice .right {
    margin: 0 0 5px;
  }
  #point_3 .boxes .left,
  #point_3 .boxes .right,
  #happy_voice .right,
  #happy_voice .left {
    width: 100%;
  }
  #point_3 .boxes dt {
    margin: 0 0 5px;
  }
  .top30 {
    margin-top: 10px;
  }
  /*
ママたちの意識調査
*/
  #awareness {
    margin: 0 0 70px;
  }
  #awareness h2 {
    background-size: 100% 150px;
    font-size: 18px;
    padding: 10px 20px;
    margin: 0 0 20px;
  }
  #awareness img {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  /*
喜びの声
*/
  #happy_voice .about_h2 {
    width: 100%;
    top: -60px;
  }
  #happy_voice h3 {
    margin: 0 0 10px;
  }
}

/*--------------------------------------
recruit
--------------------------------------*/

.recruit-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}

.intro {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(255, 192, 203, 0.2);
  margin-bottom: 2rem;
}

.recruit-container h2 {
  color: #ff7096;
  font-size: 1.5rem;
  border-left: 5px solid #ffb6c1;
  padding-left: 0.5rem;
}

.job-section {
  background: #fff0f5;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border: 2px dashed #ffc0cb;
}

.job-section ul {
  padding-left: 1.2rem;
}

.apply-btn {
  display: block;
  width: fit-content;
  background: #ff91a4;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  border-radius: 30px;
  margin: 1rem auto;
  box-shadow: 0 3px 6px rgba(255, 105, 135, 0.3);
  transition: 0.3s ease;
}

.apply-btn:hover {
  background: #ff7096;
  transform: scale(1.05);
}
