@charset "UTF-8";
/*　変数　*/
.reverse {
  flex-direction: row-reverse;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.swiper-pagination {
  --swiper-theme-color: #d01a19;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #fff;
  background: #000;
  padding: 0px 6px;
  top: 30%;
}

.swiper-slide img {
  max-width: 100%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  position: relative;
  font-family: "Font Awesome 5 Free", sans-serif;
  opacity: 1;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next::after {
  content: "";
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  opacity: 0.9;
}

/*　ページスクロール　*/
.for-scroll {
  height: 1500px;
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  background-color: #ddd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

@font-face {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #4E3523;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:link {
  color: #4E3523;
}
a:visited {
  color: #4E3523;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #4E3523;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
strong {
  font-weight: 700;
}

.strong {
  font-weight: 700;
}

/*　共通クラス　*/
.common__btn_jp {
  background-color: #D01A19;
  border-radius: 0px;
  padding: 2px 16px;
}
.common__btn_jp a {
  color: #fff;
}

.common__btn_en {
  background-color: #C1C1C1;
  border-radius: 0px;
  padding: 2px 16px;
}
.common__btn_en a {
  color: #fff;
}

.common__btn_contact {
  display: flex;
  justify-content: center;
}
.common__btn_contact a {
  width: 300px;
  text-align: center;
  background-color: #75CCC8;
  color: #fff;
  border-radius: 40px;
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: 700;
}
.common__btn_contact a:hover {
  opacity: 0.7;
}

.common__btn_contact-left {
  display: flex;
  justify-content: flex-start;
}
.common__btn_contact-left a {
  width: 300px;
  text-align: center;
  background-color: #75CCC8;
  color: #fff;
  border-radius: 40px;
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: 700;
}
.common__btn_contact-left a:hover {
  opacity: 0.7;
}

.common__btn_brown-left {
  display: flex;
  justify-content: flex-start;
}
.common__btn_brown-left a {
  width: 300px;
  text-align: center;
  background-color: #4E3523;
  color: #fff;
  border-radius: 40px;
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: 700;
}
.common__btn_brown-left a:hover {
  opacity: 0.7;
}

.common__btn_close {
  background-color: #b52424;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.common__btn_tel {
  display: flex;
  justify-content: center;
}
.common__btn_tel a {
  width: 300px;
  text-align: center;
  background-color: #4E3523;
  color: #fff;
  border-radius: 40px;
  padding: 20px 10px;
  font-size: 2rem;
  font-weight: 700;
}
.common__btn_tel a:hover {
  opacity: 0.7;
}

.common__strong_new_red {
  color: #C21E42;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.common__strong_new_black {
  color: #767676;
}

.common__sns > ul {
  display: flex;
}
.common__sns > ul > li + li {
  margin-left: 5px;
}

.wrapper__common__sns {
  display: flex;
  justify-content: flex-end;
}

.margin-10 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .margin-10 {
    margin-bottom: 0.5rem;
  }
}
.margin-20 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .margin-20 {
    margin-bottom: 1rem;
  }
}
.margin-30 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .margin-30 {
    margin-bottom: 3rem;
  }
}
.margin-40 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .margin-40 {
    margin-bottom: 2rem;
  }
}
.margin-50 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .margin-50 {
    margin-bottom: 2.5rem;
  }
}
.margin-60 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .margin-60 {
    margin-bottom: 3rem;
  }
}
.margin-80 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .margin-80 {
    margin-bottom: 4rem;
  }
}
.margin-100 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .margin-100 {
    margin-bottom: 5rem;
  }
}
.margin-140 {
  margin-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  .margin-140 {
    margin-bottom: 7rem;
  }
}
.font-14 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .font-14 {
    font-size: 1.2rem;
  }
}
.font-16 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .font-16 {
    font-size: 1.5rem;
  }
}
.font-21 {
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .font-21 {
    font-size: 1.8rem;
  }
}
.font-25 {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .font-25 {
    font-size: 2.5rem;
  }
}
.font-30 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .font-30 {
    font-size: 3rem;
  }
}
.font-35 {
  font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
  .font-35 {
    font-size: 2.5rem;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.pc-text-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc-text-center {
    text-align: left;
  }
}
.center-block {
  display: flex;
  justify-content: center;
}

.font-60 {
  font-size: 6rem;
}

.text-color-gray {
  color: #848484;
}

.text-color-white {
  color: #fff;
}

.text-color-pink {
  color: #F4A8BE;
}

.text-color-orange {
  color: #FFA43D;
}

.text-color-green {
  color: #BECC30;
}

.text-color-soda {
  color: #75CCC8;
}

.text-color-red {
  color: #FF0000;
}

.font-bold {
  font-weight: 700;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.border-bottom {
  border-bottom: 1px dotted #F298B3;
}

.border-bottom-soda {
  background-image: linear-gradient(to right, #75CCC8, #75CCC8 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.header {
  background: url("../images/common/header_img_bg.png") repeat-x 0 0;
  background-color: #fff;
  position: sticky;
  position: static;
  top: 0;
  z-index: 100;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .header {
    background: url("../images/common/xs_header_img_bg.png") repeat-x 0 0 #fff;
    position: sticky;
    top: 0;
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: initial;
  }

  .container {
    max-width: 90%;
  }

  img {
    max-width: 100%;
  }
}
.header-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-navi__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-navi li {
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.header-navi li + li {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .header-navi {
    justify-content: center;
  }
  .header-navi__logo {
    width: 60%;
    width: 53%;
  }
}
@media screen and (max-width: 768px) {
  .xs_header__column-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .xs_header__column-2__item {
    width: 70%;
  }
  .xs_header__column-2__item:nth-child(even) {
    width: 15%;
  }
}
/**
 * menu
 */
.menu {
  position: relative;
  width: 100%;
  max-width: 1000px;
}

.menu > li a {
  display: block;
}

.menu > li a:hover {
  color: #999;
}

.menu__none:hover,
.menu__multi:hover,
.menu__mega:hover,
.menu__single:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

.menu__second-level li + li {
  margin-left: 0;
}

.menu:before,
.menu:after {
  content: "";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > .menu__single {
  position: relative;
}

.menu__second-level {
  position: absolute;
  top: 30px;
  width: 200px;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu__second-level a {
  color: #fff;
}

.menu__second-level__item {
  padding: 10px;
}

.menu__single:hover > .menu__second-level {
  visibility: visible;
  opacity: 1;
}

/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }

  .menu-btn {
    position: fixed;
    top: 15px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #75CCC8;
    border-radius: 50%;
  }

  .menu-btn strong {
    margin-top: 4rem;
    font-size: 1.2rem;
    color: #fff;
  }

  .menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 20%;
    /*メニューを画面内へ*/
  }

  .menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #75CCC8;
    transition: all 0.5s;
    /*アニメーション設定*/
    opacity: 0.9;
  }

  .menu-content > ul {
    padding: 30px 40px 0;
  }

  .menu-content > div {
    padding: 30px 30px 0;
  }
  .menu-content > div a {
    color: #fff;
  }

  .menu-content ul li {
    list-style: none;
    background-image: linear-gradient(to right, #fff 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 10px 10px 0;
    position: relative;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }
}
.arrow_r_b {
  position: relative;
  padding-left: 30px;
  color: #333;
  text-decoration: none;
}

.arrow_r_b:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -9px;
}

.arrow_r_b:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #75CCC8;
  border-right: solid 2px #75CCC8;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -4px;
  transform: rotate(45deg);
}

/* フッター */
.footer {
  background: #75CCC8;
  padding-top: 6rem;
}

.footer-navi__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.7rem;
  font-weight: 700;
}
.footer-navi__menu a:link, .footer-navi__menu a:visited {
  color: #fff;
}
.footer-navi__item {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .footer-navi__menu-home {
    display: flex;
    justify-content: center;
  }
  .footer-navi__menu-home img {
    width: 50%;
  }
  .footer-navi__menu {
    padding-top: 2rem;
    display: block;
    text-align: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.8rem;
  }
  .footer-navi__menu > li + li {
    margin-left: 0rem;
  }
  .footer-navi__item {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .footer-navi__item-pipe::after {
    content: "";
  }
}
.link-google a, .link-google a:visited, .link-google a:link {
  text-decoration: underline;
  color: #F27F02;
}

/***トップへ戻るボタン***/
#page-top {
  display: block;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background: #231815;
  /*背景色*/
  color: #fff;
  /*文字色*/
  transition: 0.6s;
  font-size: 3rem;
}

/***マウスオーバー時***/
#page-top:hover {
  background: #ccc;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

/***トップへ戻るボタンここまで***/
#pageTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: right;
}
#pageTop img {
  width: 80%;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #pageTop {
    right: 10px;
  }
  #pageTop img {
    width: 50%;
  }
}
.footer-copyright {
  background: #fff;
  font-size: 1.3rem;
  padding-bottom: 2rem;
  background: url("../images/common/header_img_bg.png") repeat-x #fff bottom;
}
.footer-copyright__menu {
  display: flex;
  justify-content: flex-end;
}
.footer-copyright__menu li + li {
  margin-left: 3rem;
}
.footer-copyright__text {
  text-align: center;
  color: #362A23;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer-copyright__menu {
    font-size: 1.3rem;
  }
  .footer-copyright__menu li + li {
    margin-left: 1rem;
  }
  .footer-copyright__text {
    font-size: 1rem;
  }
}
.common-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-2__item {
  width: 48%;
}
.common-ly__column-2__item img {
  width: 100%;
}
.common-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.common-ly__column-3__item {
  width: 31%;
  background: #fff;
  border-radius: 5%;
  padding-bottom: 1rem;
}
.common-ly__column-3__item img {
  border-radius: 5% 5% 0 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2__item {
    width: 100%;
  }
  .common-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-3__item {
    width: 100%;
  }
}
.common__icon {
  position: relative;
}
.common__icon_new {
  position: absolute;
  top: -1.5rem;
  left: 2rem;
}

img.common__icon_new {
  width: 70px;
}

.screen {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  background-image: url(../images/index/screen_01.jpg);
  background-size: cover;
  background-position: center center;
}
.screen__position {
  position: absolute;
  top: 20%;
}
.screen__position__text {
  background: #fff;
  margin-bottom: 2rem;
  padding: 3rem 0rem;
  font-size: 5rem;
  font-weight: 700;
  color: #F298B3;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .screen {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 148%;
    background-image: url(../images/index/xs_screen_01.jpg);
    background-size: cover;
    background-position: center center;
  }
  .screen__position {
    position: absolute;
    top: 60%;
    width: 80%;
  }
  .screen__position__text {
    background: #fff;
    margin-bottom: 2rem;
    padding: 3rem 0rem;
    font-size: 5rem;
    font-weight: 700;
    color: #F298B3;
    border-radius: 10px;
  }
}
.anchor__column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.anchor__column__item {
  width: 30%;
  margin-right: 4rem;
  margin-bottom: 2rem;
}
.anchor__column__item:nth-child(3) {
  margin-right: 0;
}
.anchor__column__item:nth-child(5) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .anchor__column {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .anchor__column__item {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.about {
  background: #FFF;
  padding-bottom: 8rem;
}
.about__table-wrap {
  border-radius: 10px;
  border: 1px solid #75CCC8;
  background: #fff;
  padding: 2rem;
}
.about__table {
  width: 100%;
}
.about__table th {
  width: 100%;
  display: block;
  text-align: left;
  color: #75CCC8;
  font-size: 2rem;
  font-weight: bold;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.about__table td {
  width: 100%;
  display: block;
  font-size: 1.6rem;
}

.day-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dotted #707070;
}
.day-ly__column-2__item {
  width: 55%;
}
.day-ly__column-2__item-inner {
  display: flex;
  justify-content: flex-start;
}
.day-ly__column-2__item:last-child {
  width: 40%;
}
.day-ly__column-2__item:last-child img {
  width: 100%;
}
.day-step {
  font-size: 2.7rem;
  font-weight: bold;
}
.day-step span {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .day-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dotted #707070;
  }
  .day-ly__column-2__item {
    width: 100%;
  }
  .day-ly__column-2__item-inner {
    display: flex;
    justify-content: flex-start;
  }
  .day-ly__column-2__item-inner div:first-child {
    margin-right: 2rem;
  }
  .day-ly__column-2__item:last-child {
    width: 100%;
  }
  .day-ly__column-2__item:last-child img {
    width: 100%;
  }
  .day-step {
    font-size: 2.7rem;
    font-weight: bold;
  }
  .day-step span {
    font-size: 2.2rem;
  }
}
.year {
  background-color: #FFF;
}
.year_title {
  background: #fff;
  color: #75CCC8;
  display: block;
  padding: 20px 20px 20px 20px;
  border: 3px solid #75CCC8;
  border-radius: 5px;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
}
.year_title_soda {
  background: #75CCC8;
  color: #fff;
  display: block;
  padding: 20px 20px 20px 20px;
  border: 3px solid #75CCC8;
  border-radius: 5px;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .year_title {
    background: #fff;
    color: #75CCC8;
    display: block;
    padding: 20px 20px 20px 20px;
    border: 3px solid #75CCC8;
    border-radius: 5px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }
  .year_title_soda {
    background: #75CCC8;
    color: #fff;
    display: block;
    padding: 20px 20px 20px 20px;
    border: 3px solid #75CCC8;
    border-radius: 5px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }
}
.uniform {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url(../images/index/uniform_img_bg.png);
}
.uniform-box {
  background: #fff;
  border: 3px solid #75CCC8;
  border-radius: 5px;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.uniform-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.uniform-ly__column-2__item {
  width: 45%;
}
.uniform-ly__column-2__item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .uniform {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(../images/index/uniform_img_bg.png);
  }
  .uniform-box {
    background: #fff;
    border: 3px solid #75CCC8;
    border-radius: 5px;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .uniform-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .uniform-ly__column-2__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .uniform-ly__column-2__item img {
    width: 100%;
  }
}
.faq-box {
  border-top: 3px solid #75CCC8;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #fff;
  color: #75CCC8;
  display: block;
  padding: 20px 50px 20px 20px;
  position: relative;
  border-bottom: 3px solid #75CCC8;
  font-size: 2.1rem;
  font-weight: bold;
}

.acd-label:nth-child(1) {
  border-top: 3px solid #75CCC8;
}

.acd-label:after {
  color: #75CCC8;
  box-sizing: border-box;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 52px;
  padding: 20px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
  font-weight: bold;
}

.acd-check:checked + .acd-label:after {
  content: "";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 40px 20px 40px 40px;
  visibility: visible;
}

.fa-phone-volume {
  font-size: 3rem !important;
}

.button-link-cart {
  color: #333 !important;
}

.button-cart .button-link {
  background: none;
}

@media screen and (max-width: 768px) {
  .acd-label {
    background: #fff;
    color: #75CCC8;
    display: block;
    padding: 20px 50px 20px 20px;
    position: relative;
    border-bottom: 3px solid #75CCC8;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.outline {
  background: #FFEFDD;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.outline__table th {
  text-align: left;
  font-weight: bold;
}
.outline__table td {
  padding-left: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .outline {
    background: #FFEFDD;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .outline__table th {
    text-align: left;
    display: block;
  }
  .outline__table td {
    padding-left: 2rem;
    padding-bottom: 2rem;
    display: block;
    margin-bottom: 2rem;
  }
}
.support {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url(../images/index/suppprt_img_bg.jpg);
  background-size: cover;
}
.support .title {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .support {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url(../images/index/xs_suppprt_img_bg.jpg);
    background-size: contain;
  }
  .support .title {
    color: #fff;
  }
}
.application {
  background: #F2FFE8;
  padding-bottom: 7rem;
}
.application__box {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (max-width: 768px) {
  .application {
    background: #F2FFE8;
    padding-bottom: 7rem;
  }
  .application__box {
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.application .box {
  border: 2px solid #C3CF1A;
  border-radius: 10px;
  position: relative;
  margin-top: 1em;
}
.application .box h3 {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -5%;
}
.application .box span {
  padding: 10px 100px;
  background: #C3CF1A;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 25px;
  width: 300px;
}
.application .box .inner {
  padding: 5rem 0.5em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .box .inner img {
  width: 95%;
}
.application .box .inner2 {
  padding: 7rem 0.5em 0.5em;
  display: flex;
  justify-content: flex-start;
}
.application .box .inner2 img {
  width: 70%;
}
.application-ly__column-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.application-ly__column-2__column-2__item:first-child {
  width: 70%;
}
.application-ly__column-2__column-2__item:last-child {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .application .box {
    position: relative;
    margin-top: 1em;
  }
  .application .box h3 {
    right: 0;
    left: 0;
    top: -1rem;
  }
  .application .box span {
    padding: 10px 30px;
    background: #C3CF1A;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 25px;
    width: 300px;
  }
  .application .box .inner {
    padding: 5rem 0.5em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .application .box .inner img {
    width: 50%;
  }
  .application .box .inner2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .application .box .inner2 img {
    width: 100%;
  }
  .application-ly__column-2 {
    flex-wrap: wrap;
    align-items: center;
  }
  .application-ly__column-2 p {
    text-align: center;
  }
  .application-ly__column-2 p.text-left {
    text-align: left;
  }
  .application-ly__column-2__item:first-child {
    width: 100%;
    margin-bottom: 4rem;
  }
  .application-ly__column-2__item:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .application-ly__column-2__item:last-child img {
    width: 60%;
  }
}
.title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0rem;
  color: #4E3523;
  line-height: 4.2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}
.title_sec {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0rem;
  color: #4E3523;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .title_sec {
    font-size: 1.6rem;
    letter-spacing: 0rem;
  }
}
.title_sec__subtitle {
  font-size: 2.1rem;
  line-height: 1.6;
  text-align: left;
  color: #3c3c3c;
}

.paragraph {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #767676;
  color: #000;
}

.note {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #c50018;
  text-decoration: underline;
}

.top_note {
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
  color: #c50018;
  text-decoration: underline;
}

.common__table {
  width: 100%;
}
.common__table tr {
  border-bottom: 1px dotted #707070;
}
.common__table tr:first-child {
  border-top: 1px dotted #707070;
}
.common__table th {
  width: 20%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #F27F02;
}
.common__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .common__table {
    margin-bottom: 2rem;
  }
  .common__table th {
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 0rem;
    color: #F27F02;
    display: block;
  }
  .common__table td {
    padding-top: 0rem;
    padding-bottom: 1rem;
    display: block;
  }
  .common__table .xs-font-18 {
    font-size: 1.8rem;
  }
}
.common__font_small {
  font-size: 1.4rem;
}

.flow-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
}
.flow-ly__column-2__item {
  width: 20%;
}
.flow-ly__column-2__item img {
  width: 100%;
}
.flow-ly__column-2__item:nth-child(even) {
  width: 76%;
}
.flow-ly__column-2__item:nth-child(even) img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flow-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flow-ly__column-2__item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
  }
  .flow-ly__column-2__item:nth-child(even) {
    width: 90%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: center;
  }
}
.flow {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: #F7F7F7;
}
.flow__font-name {
  font-size: 4.5rem;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .flow__font-name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  .flow__font-position {
    text-align: center;
  }
}
.works {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #F7F7F7;
}

.feature {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: #D01A19;
  color: #fff;
}
.feature .title {
  color: #fff;
}
.feature__font-name {
  font-size: 4.5rem;
  font-weight: bold;
  color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.feature__desc {
  padding: 0 5% 5% 5%;
}
.feature .common-ly__column-2__item {
  background: #fff;
  color: #000;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .feature .title_sec {
    color: #fff;
  }
  .feature__font-name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 2rem;
  }
  .feature__font-position {
    text-align: center;
  }
}
.contact {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #D01A19;
  color: #fff;
}
.contact .title {
  color: #fff;
}
.contact__font-name {
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
}
.contact__desc {
  padding: 0 5% 5% 5%;
}
.contact .common-ly__column-2__item {
  background: #fff;
  color: #000;
  margin-bottom: 5rem;
}
.contact__table {
  width: 70%;
  margin: 0 auto 2rem;
}
.contact__table th {
  width: 40%;
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
}
.contact__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
  border-radius: 2;
}

@media screen and (max-width: 768px) {
  .contact .title_sec {
    color: #fff;
  }
  .contact__font-name {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
  }
  .contact__font-position {
    text-align: center;
  }
  .contact__table {
    width: 100%;
    margin: auto;
  }
  .contact__table th {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
  }
  .contact__table td {
    display: block;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    border-radius: 2;
  }
}
input[type=text],
input[type=email],
textarea,
input[type=image],
select {
  font-size: 16px !important;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ContactForm7 */
.wpcf7 input[name=your-name],
.wpcf7 input[name=your-email],
.wpcf7 input[name=your-tel1] {
  width: 100%;
  height: 35px !important;
  border-radius: 5px;
}

.wpcf7 textarea[name=your-comment] {
  width: 100%;
  height: 350px !important;
  border-radius: 5px;
}

wpcf7-form-control {
  width: 10%;
  margin: 0 auto;
}

.wpcf7 input[type=submit] {
  width: 200px;
  width: 240px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 8px 30px;
  padding: 12px 30px;
  color: #333;
  border-radius: 20px;
  border-radius: 30px;
  border: none;
  font-size: 1.8rem;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .wpcf7 input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    width: 200px;
    width: 240px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 8px 30px;
    padding: 16px 30px !important;
    color: #333;
    border-radius: 20px;
    border-radius: 30px;
    border: none;
    font-size: 2rem;
  }
}
.wpcf7 input[type=submit]:hover, .wpcf7-submit:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.screen-reader-response {
  text-align: center;
  color: #000;
}
.screen-reader-response a, .screen-reader-response a:link {
  color: #000;
}

.wpcf7-response-output {
  text-align: center;
  color: #000;
}

.wpcf7-not-valid-tip {
  color: #000;
}

@media screen and (max-width: 768px) {
  .wpcf7 input[name=your-name],
.wpcf7 input[name=your-email],
.wpcf7 input[name=your-tel1] {
    width: 100%;
    height: 35px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wpcf7 textarea[name=your-comment] {
    width: 100%;
    height: 350px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
span .wpcf7-list-item {
  display: block;
}

.history__table {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  color: #3c3c3c;
  margin: 2rem;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.history__table th {
  width: 30%;
  padding-right: 4%;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .history__table {
    display: block;
  }
  .history__table th {
    display: block;
    width: 100%;
    text-align-last: auto;
    /* Chrome・Firefox用 */
    text-justify: none;
  }
  .history__table td {
    display: block;
  }
}
.company__table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3c3c3c;
}
.company__table th {
  text-align: center;
  width: 30%;
  padding-right: 4%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border: 1px solid #b4b4b4;
  vertical-align: middle;
}
.company__table td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: left;
  border: 1px solid #b4b4b4;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .company__table th {
    text-align: center;
    width: 30%;
    padding-right: 0;
  }
}
h1.page-title {
  font-size: 3.1rem;
  text-align: center;
  letter-spacing: 1.2rem;
  color: #3c3c3c;
  line-height: 1.5;
}

.blog__pager {
  display: flex;
  justify-content: center;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works__slide__p {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
}

.sankaku {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sankaku-red {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #DD0011;
}
.sankaku-orange {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #F27F02;
}
.sankaku-yellow {
  display: inline-flex;
  align-items: center;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #F8E521;
}
.sankaku-green {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #C3CF1A;
}
.sankaku-sky {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #7BC6DD;
}
.sankaku-blue {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #0B7AC2;
}
.sankaku-purple {
  display: inline-flex;
  width: 2rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #930C75;
}

@media screen and (max-width: 768px) {
  .sankaku {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sankaku-red {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #DD0011;
  }
  .sankaku-orange {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #F27F02;
  }
  .sankaku-yellow {
    display: inline-flex;
    align-items: center;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #F8E521;
  }
  .sankaku-green {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #C3CF1A;
  }
  .sankaku-sky {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #7BC6DD;
  }
  .sankaku-blue {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #0B7AC2;
  }
  .sankaku-purple {
    display: inline-flex;
    width: 1rem;
    height: 0.7rem;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #930C75;
  }
}
.about__policy {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .about__policy {
    width: 100%;
  }
}
li.img_li {
  background: url("../images/index/img_li.png") no-repeat 0 5px;
  background-size: 25px 25px;
  padding-left: 30px;
}
