@charset "UTF-8";
.is-pc {
  display: none;
}

body {
  font-family: "fot-tsukuardgothic-std", "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.75;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

:focus:not(:focus-visible) {
  outline: 0;
  /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

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

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

.util_title {
  font-size: 6.4vw;
  font-weight: bold;
  letter-spacing: 0.86px;
  color: #F79E24;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .util_title {
    font-size: 30px;
    letter-spacing: 1.54px;
  }
}

.util_title__color-changed {
  color: #fff;
}

.util_title-sub {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.38px;
  margin-top: 15px;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .util_title-sub {
    font-size: 22px;
    margin-top: 45px;
  }
}
.util_title-sub::after {
  content: "";
  width: 240px;
  height: 3px;
  background: #FFD460;
  position: absolute;
  left: 50%;
  bottom: 9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .util_title-sub::after {
    width: 300px;
    height: 4px;
  }
}

.util_title__sns {
  color: #232323;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .util_title__sns {
    color: #F79E24;
    letter-spacing: 0.3px;
  }
}

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

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

.ly_container-xl, .ly_container-lg, .l-container, .ly_container-sm {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.ly_container-sm {
  max-width: 760px;
}

.l-container {
  max-width: 1080px;
}

.ly_container-lg {
  max-width: 1200px;
}

.ly_container-xl {
  max-width: 1400px;
}

/* .ly_main */
@media screen and (min-width: 768px) {
  .ly_main {
    padding-top: 92px;
  }
}

/* .ly_section */
.ly_concept {
  padding-top: 72px;
}



.ly_news {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .ly_news {
    padding-top: 99px;
  }
}

.ly_life {
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .ly_life {
    padding: 143px 0 68px;
  }
}

.ly_charm {
  padding: 55px 0 55px;
}
@media screen and (min-width: 768px) {
  .ly_charm {
    padding: 70px 0;
  }
}

.ly_feature {
  padding: 58px 0 205px;
}
@media screen and (min-width: 768px) {
  .ly_feature {
    padding: 66px 0;
  }
}

.ly_animalTherapy {
  padding-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .ly_animalTherapy {
    padding-top: 120px;
    padding-bottom: 73px;
  }
}

.ly_sns {
  padding: 61px 0 0;
}
@media screen and (min-width: 768px) {
  .ly_sns {
    padding: 75px 0 75px;
  }
}

.ly_access {
  padding: 120px 0 0;
}
@media screen and (min-width: 768px) {
  .ly_access {
    padding: 75px 0 0;
  }
}

.ly_price {
  padding: 120px 0 0;
}
@media screen and (min-width: 768px) {
  .ly_price {
    padding: 133px 0 0;
  }
}

.ly_faqs {
  padding: 120px 0 0;
}
@media screen and (min-width: 768px) {
  .ly_faqs {
    padding: 135px 0 10px;
  }
}

.ly_companyInfo {
  padding: 118px 0 60px;
}
@media screen and (min-width: 768px) {
  .ly_companyInfo {
    padding: 136px 0 81px;
  }
}

.ly_footer {
  padding: 12px 0;
  background: #FFAB20;
}
@media screen and (min-width: 768px) {
  .ly_footer {
    padding: 30px 0 15px;
  }
}

.ly_footer__wrapper {
  text-align: center;
}

.ly_footer__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .ly_footer__logo {
    display: block;
    letter-spacing: 0.1px;
    font-size: 35px;
    color: #fff;
  }
}

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

@media screen and (min-width: 768px) {
  .ly_footer-nav__list {
    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;
    gap: 50px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .ly_footer-nav__link {
    color: #fff;
    font-weight: 700;
  }
}

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

.ly_footer__copyRight-text {
  font-size: 8px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ly_footer__copyRight-text {
    font-size: 10px;
  }
}

.drawer-icon {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon__bar1,
.drawer-icon.is-active .drawer-icon__bar2,
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
  background: #F79E24;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
  background: #F79E24;
}

.drawer_icon__bars {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background-color: #FFAB20;
  border-radius: 999px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer_icon__bars.is-active {
  background: #fff;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  top: 0;
  left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer-icon__bar1 {
  top: 10px;
}

.drawer-icon__bar2 {
  top: 15px;
}

.drawer-icon__bar3 {
  top: 20px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  right: 0;
  top: 0;
  background: #FFAB20;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 100;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 99;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  text-align: center;
  padding-top: 160px;
}

.drawer-content__items:not(:first-child):not(:last-child) {
  margin-top: 53px;
}
.drawer-content__items:last-child {
  margin-top: 80px;
}
.drawer-content__items a {
  display: block;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.drawer-content__items a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 11px;
  background: url(../img/arrow-b@2x.png) no-repeat center center/contain;
}

.drawer-icon__text {
  font-size: 7px;
  letter-spacing: 0.07px;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 20px;
}
.drawer-icon__text.is-active {
  display: none;
}

.drawer-content__items-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.drawer_sns-img {
  width: 50px;
  height: 50px;
}

.drawer_sns-img__instagram {
  width: 40px;
  height: 40px;
}

.ly_header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .ly_header {
    background: #FFAB20;
  }
}

.ly_header-inner {
  height: 92px;
}
@media screen and (min-width: 768px) {
  .ly_header-inner {
    padding: 0 78px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.ly_header-logo__wrapper {
  display: inline-block;
  position: fixed;
  top: 14px;
  left: 14px;
}
@media screen and (min-width: 768px) {
  .ly_header-logo__wrapper {
    position: unset;
  }
}

.ly_header__logo-link {
  display: block;
  color: #F79E24;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .ly_header__logo-link {
    color: #fff;
  }
}
.ly_header__logo-link:first-of-type {
  font-size: 13px;
  letter-spacing: 0.25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ly_header__logo-link:first-of-type {
    font-size: 16px;
  }
}
.ly_header__logo-link:nth-of-type(2) {
  font-size: 28px;
  letter-spacing: 1.18px;
  line-height: 1.3;
}
.ly_header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .ly_header-nav {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .ly_header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .ly_header-nav__link {
    font-weight: 700;
    color: #fff;
  }
}

.m_btn-body {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .m_btn-body {
    margin-top: 40px;
  }
}

.m_btn__link {
  display: block;
  margin: auto;
  background: #FFAB20;
  color: #fff;
  border-radius: 999px;
  font-weight: bold;
  padding: 10px 26px;
  width: 200px;
  letter-spacing: 0.38px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .m_btn__link {
    padding: 13px 42px;
    width: 230px;
  }
}
.m_btn__link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .m_btn__link::after {
    width: 12px;
    height: 12px;
    right: 42px;
  }
}

.list_main .list_sec {
  padding: 33vw 0 21vw;
}
@media screen and (min-width: 768px) {
  .list_main .list_sec {
    padding: 7.1vw 0 10vw;
  }
}
@media screen and (min-width: 1400px) {
  .list_main .list_sec {
    padding: 100px 0 140px;
  }
}
.list_main .m_news-wrapper {
  width: 78%;
  max-width: 1100px;
  padding: 0;
  margin: 26.67vw auto 26.67vw;
}
@media screen and (min-width: 768px) {
  .list_main .m_news-wrapper {
    margin: 7.1vw auto 7.1vw;
  }
}
@media screen and (min-width: 1400px) {
  .list_main .m_news-wrapper {
    margin: 100px auto 100px;
  }
}

.news_sec {
  width: 78%;
  padding: 100px 0 160px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news_sec {
    padding: 7.14vw 0 11.43vw;
  }
}
@media screen and (min-width: 1400px) {
  .news_sec {
    padding: 100px 0 160px;
  }
}

.news_box {
  width: 100%;
}

.news_date {
  margin-bottom: 1.33vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .news_date {
    margin-bottom: clamp(5px, 1.42vw, 20px);
    font-size: clamp(12px, 1.29vw, 18px);
  }
}

.news_title {
  margin-bottom: 4.8vw;
  font-size: 5.33vw;
}
@media screen and (min-width: 768px) {
  .news_title {
    margin-bottom: clamp(20px, 2.86vw, 40px);
    font-size: clamp(18px, 2.286vw, 32px);
  }
}

.news_imgBox {
  width: 100%;
  margin-bottom: 10.67vw;
}
@media screen and (min-width: 768px) {
  .news_imgBox {
    margin-bottom: clamp(40px, 5.71vw, 80px);
  }
}

.news_img {
  width: 100%;
}

.news_text {
  margin-bottom: 10.67vw;
  font-size: 3.73vw;
}

.news_btnBox {
  width: 53.3vw;
  margin: 0 auto;
  font-size: 4.2vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news_btnBox {
    width: 20vw;
    font-size: clamp(14px, 1.14vw, 16px);
  }
}
@media screen and (min-width: 1400px) {
  .news_btnBox {
    width: 200px;
  }
}

.news_btn {
  width: 100%;
  height: 100%;
  padding: 1.4vw 2vw 1.4vw 0;
  color: #fff;
  border-radius: 4vw;
  background: #FFAB20;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news_btn {
    padding: 1.4vw 2vw 1.4vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .news_btn {
    padding: 20px 20px 20px 0;
  }
}
.news_btn::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: 10%;
}
.news_btn::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: 10%;
}

.access_section {
  background: #FAF9F7;
  padding: 0 13px;
}

.access_wrapper {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1080px) {
  .access_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100vw;
    max-width: 1000px;
    margin: 40px auto 0;
  }
}

.access_company-name {
  font-size: 18px;
  letter-spacing: 0.49px;
  color: #F79E24;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .access_company-name {
    font-size: 22px;
  }
}

.access_address {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .access_address {
    margin-top: 4px;
    letter-spacing: 0.86px;
  }
}

.access_nav {
  padding: 0 14px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .access_nav {
    margin-top: 13px;
  }
}

.nav_access-item {
  font-size: 14px;
  color: #232323;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav_access-item {
    letter-spacing: 0.49px;
  }
}
.nav_access-item:not(:first-child) {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .nav_access-item:not(:first-child) {
    margin-top: 5px;
  }
}
.nav_access-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #FFAB20;
  border-radius: 999px;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.iframe {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  line-height: 0;
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.iframe > iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .iframe {
    margin-top: 33px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .iframe > iframe {
    width: 100%;
  }
  
}

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

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

.access_img-body {
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .access_img-body {
    margin-top: unset;
  }
}
.access_img-body > img {
  border-radius: 20px;
  height: 100vh;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .access_img-body > img {
    margin-top: 20px;
    max-height: 367px;
    width: 455px;
  }
}
@media screen and (min-width: 1080px) {
  .access_img-body > img {
    margin-top: unset;
  }
}

.animalTherapy_section {
  background: #FAF9F7;
}

.animalTherapy_lead-text {
  font-size: 14px;
  letter-spacing: 0.29px;
  margin-top: 9px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .animalTherapy_lead-text {
    text-align: center;
    margin-top: 15px;
    letter-spacing: 0.38px;
  }
}

.animalTherapy_effect-wrapper {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .animalTherapy_effect-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1030px;
    margin: 50px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: unset;
  }
}

.animalTherapy_effect-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .animalTherapy_effect-body {
    width: calc(33.3% - 36.6666666667px);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
  }
  .animalTherapy_effect-body:not(:nth-child(3n+1)) {
    margin-left: 47px;
  }
}

.animalTherapy_effect-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding: 5.3vw 4.3vw 0;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .animalTherapy_effect-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            padding: 1.3vw 0.5vw 0;
  }
}

.animalTherapy_effectImg-body > img {
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .animalTherapy_effectImg-body > img {
    width: 90px;
    height: 90px;
  }
}

.animalTherapy_effect-title {
  font-size: 4.8vw;
  letter-spacing: 0.49px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .animalTherapy_effect-title {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.86px;
  }
}

.animalTherapy_effectText {
  font-size: 14px;
  line-height: 1.9;
  padding: 18px 26px 13px 34px;
}
@media screen and (min-width: 768px) {
  .animalTherapy_effectText {
    letter-spacing: 0.38px;
    line-height: 2.1875;
    padding: 0 26px 25px 37px;
    margin-top: 22px;
  }
}

.charm_section {
  background: #FFAB20;
}

.charm_wrapper {
  margin-top: 35px;
  text-align: center;
}

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

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

.charm_body-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  .charm_body-lower {
    margin: 3.2vw auto 0;
    gap: 12.3vw;
    width: 80%;
  }
}

.charm_img-body > img {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .charm_img-body > img {
    width: 140px;
    height: 140px;
  }
}

.charm_text {
  margin-top: 19px;
  color: #fff;
  letter-spacing: 0.38px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .charm_text {
    margin-top: 33px;
    font-size: 22px;
    letter-spacing: 0.86px;
  }
}

.companyInfo_section {
  background: #FAF9F7;
  padding: 0 25px 0 29px;
}
@media screen and (min-width: 768px) {
  .companyInfo_section {
    position: relative;
  }
  .companyInfo_section::before {
    content: "";
    background: url(../img/top/accent/heart.png) center center/cover;
    width: 350px;
    height: 350px;
    position: absolute;
    right: 0;
    top: -100px;
  }
}

.companyInfo_dl {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .companyInfo_dl {
    width: 100vw;
    max-width: 690px;
    margin: 60px auto 0;
  }
}

.companyInfo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (min-width: 768px) {
  .companyInfo_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 20px;
    padding-left: 69px;
    gap: 40px;
  }
}
.companyInfo_wrapper:not(:first-child) {
  margin-top: 17px;
}

.companyInfo_dt {
  color: #F79E24;
  letter-spacing: 0.38px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .companyInfo_dt {
    text-align: left;
    width: 100px;
  }
}

.companyInfo_dd {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.29px;
}
@media screen and (min-width: 768px) {
  .companyInfo_dd {
    font-size: 16px;
    text-align: left;
  }
}

.concept_section {
  background: #FAF9F7;
  position: relative;
}
.concept_section::before {
  content: "";
  background: url(../img/top/accent/growth.png) center center/cover;
  width: 240px;
  height: 250px;
  position: absolute;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0px;
  top: 30%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .concept_section::before {
    width: 385px;
    height: 400px;
    -webkit-transform: unset;
            transform: unset;
    left: 0;
    top: 62%;
  }
}

.concept-body_wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .concept-body_wrapper {
    margin-top: 35px;
  }
}

.concept_message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 115px;
}
@media screen and (min-width: 768px) {
  .concept_message-wrapper {
    display: none;
  }
}

.concept_svg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7vw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .concept_svg-wrapper {
    display: none;
  }
}

.concept_message-wrapper__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .concept_message-wrapper__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 85px;
  }
}

.concept_svg-wrapper__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .concept_svg-wrapper__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 24px;
    width: 44%;
    z-index: 10;
  }
}

.svg_add__element-first:first-child {
  position: relative;
}
.svg_add__element-first:first-child::before {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  border-radius: 999px;
  background: #232323;
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .svg_add__element-first:first-child::before {
    height: 24px;
    width: 3px;
    top: 82px;
    left: 50%;
  }
}
.svg_add__element-first:first-child::after {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  border-radius: 999px;
  background: #232323;
  position: absolute;
  top: 112px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .svg_add__element-first:first-child::after {
    height: 24px;
    width: 3px;
    top: 201px;
    left: 50%;
  }
}

.svg_add__element-second {
  position: relative;
  z-index: 10;
}
.svg_add__element-second::after {
  content: "";
  width: 4px;
  height: 110px;
  background: #FFD460;
  position: absolute;
  right: -2px;
  border-radius: 999px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .svg_add__element-second::after {
    display: none;
  }
}

.concept_svg:nth-child(2) {
  margin-top: 8px;
}

.concept_svg__pc:nth-child(2) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .concept_messageSub-wrapper {
    width: 56%;
    height: 398px;
    margin-top: 108px;
  }
}

.concept_messageSub {
  font-weight: 700;
  line-height: 2.1;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept_messageSub {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.86px;
  }
}
.concept_messageSub::before {
  content: "";
  height: 5px;
  width: 190px;
  border-radius: 999px;
  background: #FFD460;
  position: absolute;
  top: 50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .concept_messageSub::before {
    width: 247px;
    top: 55%;
  }
}

.concept_nameOrigin-wrapper {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .concept_nameOrigin-wrapper {
    margin-top: 66px;

  }
}

.concept_nameOrigin__title {
  color: #F79E24;
  font-weight: 700;
}

.concept_nameOrigin__text {
  font-size: 14px;
  letter-spacing: 0.29px;
  line-height: 1.9;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .concept_nameOrigin__text {
    line-height: 1.8;
  }
}

.faqs_section {
  padding: 0 13px;
  background: #FAF9F7;
}

.faqs_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 33px;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .faqs_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 910px;
    margin: 57px auto 0;
    gap: unset;
  }
}

.faqs_body {
  background: #fff;
  padding: 11px 11px 10px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .faqs_body {
    width: calc(50% - 20px);
    padding: 10px 11px 10px 25px;
  }
  .faqs_body:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }
  .faqs_body:nth-child(n+3) {
    margin-top: 40px;
  }
}

.faq_text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .faq_text-wrapper {
    gap: 18px;
  }
}
.faq_text-wrapper:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .faq_text-wrapper:not(:first-child) {
    margin-top: 12px;
  }
}

.faq_icon {
  display: block;
  background: #FFAB20;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 999px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .faq_icon {
    width: 38px;
    height: 37px;
    font-size: 22px;
    line-height: 1.7;
  }
}

.faq_head {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .faq_head {
    letter-spacing: 0.86px;
  }
}

.fac_icon_answer {
  background: #646464;
}

.faq_answer {
  width: calc(100% - 30px);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .faq_answer {
    letter-spacing: 0.86px;
  }
}

.feature_section {
  background: #FAF9F7;
  position: relative;
}

.feature_bg {
  background-image: url(../img/top/accent/sprout.png);
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .feature_bg {
    display: none;
  }
}

.swiper_custom-parent {
  position: relative;
}
@media screen and (min-width: 768px) {
  .swiper_custom-parent {
    display: none;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  margin-top: 55px;
}

.swiper-wrapper {
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-backface-hidden .swiper-slide {
  border: 1px solid #FFAB20;
  border-radius: 20px;
  padding: 18px 0;
}

.swiper-button-next,
.swiper-button-prev {

  width: 45px !important;
  height: 45px !important;
  background: #FFAB20 !important;
  border-radius: 999px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  bottom: 0;
  content: "" !important;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.swiper-button-prev {
  left: 71px !important;
}

.swiper-button-next {
  right: 71px !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background: url(../img/top/accent/down-arrow.png) center center/cover !important;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background: url(../img/top/accent/down-arrow.png) center center/cover !important;
  width: 20px;
  height: 20px;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper_feature-body {
  color: #F79E24;
  text-align: center;
}

.feature_card-title {
  letter-spacing: 0.38px;
  text-align: left;
  margin-left: 15px;
}

.feature_card-text {
  letter-spacing: 0.29px;
  line-height: 1.7857;
  display: inline-block;
  text-align: left;
  margin-left: 16px;
}

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

@media screen and (min-width: 768px) {
  .feature_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 63.875vw;
    height: 43vw;
    position: absolute;
    top: 23.5%;
    left: 50.8%;
    gap: 2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .feature_bg-pc {
    text-align: center;
    margin-top: 81px;
    position: relative;
  }
  .feature_bg-pc > img {
    width: 43.875vw;
    height: 37vw;
  }
}

@media screen and (min-width: 768px) {
  .feature_kinds-body {
    width: 20.313vw;
  }
  .feature_kinds-body:last-of-type {
    margin-top: -3px;
  }
}

@media screen and (min-width: 768px) {
  .feature_kinds-body__first {
    margin-left: 17px;
  }
}

@media screen and (min-width: 768px) {
  .feature_kinds-title {
    font-size: 1.3vw;
    line-height: 1;
    letter-spacing: 0.49px;
  }
}

@media screen and (min-width: 768px) {
  .feature_kinds-text {
    letter-spacing: 0.38px;
    line-height: 1.65;
    font-size: 1.17vw;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .feature_kinds-flex {
    width: 65.875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .feature_kinds-flex__before {
    margin-top: -6px;
  }
}

@media screen and (min-width: 768px) {
  .feature_kinds-flex__after {
    margin-top: 125px;
    margin-left: 8px;
  }
}

.top-kv {
  position: relative;
}

.top-kv_bg > .top-kv_bg__img-pc {
  display: none;
}

.top-kv_bg > .top-kv_bg__img-sp {
  height: 100vh;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .top-kv_bg > .top-kv_bg__img-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top-kv_bg > .top-kv_bg__img-pc {
    display: block;
    max-height: 668px;
  }
}

.top-kv_text__wrapper {
  display: block;
  position: absolute;
  max-width: 44.28vw;
  bottom: 88px;
  left: 2.6vw;
}
@media screen and (min-width: 768px) {
  .top-kv_text__wrapper {
    max-width: 44.28vw;
    bottom: 72px;
    left: 37px;
  }
}

.top-kv__text {
  display: inline-block;
  font-weight: 700;
  font-size: 6.47vw;
  letter-spacing: 1.5px;
  color: #F79E24;
  background: #fff;
  padding-left: 4px;
  white-space: nowrap;
}
.top-kv__text:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-kv__text {
    font-size: 2.71vw;
    line-height: 1.6;
  }
}

.top-kv_scroll-icon {
  width: 30px;
  height: 30px;
  background: #FFAB20;
  border-radius: 999px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .top-kv_scroll-icon {
    width: 45px;
    height: 45px;
    bottom: 25px;
  }
}
.top-kv_scroll-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 45%;
  left: 37.5%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-kv_scroll-icon::after {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 40.5%;
  }
}

.top_sns-scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_sns-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    /* top: 46.5%; */
    right: 0;
    padding: 26px 12px 28px 16px;
    gap: 25px;
    background: #FFAB20;
    border-radius: 15px 0px 0px 15px;
    z-index: 100;
  }
}

.sns_scroll-link > img {
  width: 40px;
  height: 40px;
}
.sns_scroll-link:not(:first-child) > img {
  width: 45px;
  height: 45px;
}

.life_section {
  background: #FAF9F7;
}

.life_bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .life_bg {
    display: block;
    width: 84.94vw;
    max-width: 1165px;
    height: 36vw;
    margin: 42px auto 0;
  }
}

.life_schedule {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .life_schedule {
    display: none;
  }
}
.life_schedule > .life_schedule-wrapper:not(:first-child) {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .life_schedule > .life_schedule-wrapper:not(:first-child) {
    margin-top: unset;
  }
}
.life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(odd) > .life_time-schedule {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 28px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(odd) > .life_time-schedule {
    margin-right: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(odd) > .life_time-schedule::after {
  left: -37px;
}
.life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(even) > .life_time-schedule {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 28px;
}
@media screen and (min-width: 768px) {
  .life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(even) > .life_time-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.life_schedule > .life_schedule-wrapper:not(:first-child) > .life_flow-body:nth-child(even) > .life_time-schedule::after {
  left: unset;
  right: -41px;
}

.life_schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.life_schedule-wrapper::before {
  content: "";
  width: 3px;
  height: 100vh;
  max-height: 360px;
  background: #232323;
  position: absolute;
  top: 14px;
  right: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .life_schedule-wrapper::before {
    height: 2px;
    width: 100vw;
    max-width: 1100px;
  }
}

.life_flow-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 308.5px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .life_flow-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.life_flow-body:not(:first-child) {
  margin-top: 10px;
}

.life_schedule-wrapper > .life_flow-body:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .life_schedule-wrapper > .life_flow-body:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.life_schedule-wrapper > .life_flow-body:nth-child(even) .life_time-schedule {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: unset;
  margin-right: 35px;
}
.life_schedule-wrapper > .life_flow-body:nth-child(even) .life_time-schedule::after {
  left: -38px;
}

.life_time-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 34px;
  gap: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .life_time-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
  }
}
.life_time-schedule::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #232323;
  position: absolute;
  right: -44px;
}

.life_time-text {
  font-weight: 700;
  letter-spacing: 0.38px;
}

.life_time-text__time {
  letter-spacing: 0.29px;
  font-size: 14px;
}

.life_img-body > img {
  width: 70px;
  height: 70px;
}

.news_section {
  background: #FAF9F7;
  padding: 0 13px 0 12px;
}

.m_news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .m_news-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 48px auto 0;
    gap: unset;
  }
}

.m_news-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .m_news-link {
    width: calc(50% - 24px);
  }
  .m_news-link:not(:nth-child(2n+1)) {
    margin-left: 48px;
  }
  .m_news-link:nth-child(n+3) {
    margin-top: 29px;
  }
}
@media screen and (min-width: 1080px) {
  .m_news-link {
    width: calc(33.3% - 32px);
  }
  .m_news-link:not(:nth-child(2n+1)) {
    margin-left: unset;
  }
  .m_news-link:not(:nth-child(3n+1)) {
    margin-left: 48px;
  }
  .m_news-link:nth-child(n+3) {
    margin-top: unset;
  }
  .m_news-link:nth-child(n+4) {
    margin-top: 29px;
  }
}

.m_news-thumbnail > img {
  height: 100vh;
  max-height: 202px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .m_news-thumbnail > img {
    max-height: 175px;
    width: 303px;
  }
}

.m_article-body {
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .m_article-body {
    margin-top: 6px;
  }
}

.m_news-datetime {
  font-size: 12px;
  letter-spacing: 0.22px;
}
@media screen and (min-width: 768px) {
  .m_news-datetime {
    font-size: 14px;
    letter-spacing: 0, 46px;
  }
}

.m_news-title {
  font-size: 14px;
  letter-spacing: 0.29px;
}
@media screen and (min-width: 768px) {
  .m_news-title {
    font-size: 16px;
    letter-spacing: 0.49px;
  }
}

.price_section {
  padding: 0 13px;
  background: #FAF9F7;
}

.price_wrapper {
  margin-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}
@media screen and (min-width: 1080px) {
  .price_wrapper {
    width: 100vw;
    max-width: 920px;
    margin: 50px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1080px) {
  .price_kinds-contents {
    margin-left: 17px;
  }
}

.price_kinds {
  padding-bottom: 14px;
  border-bottom: 1px solid #707070;
}

.price_kinds-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.price_kinds-area:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1080px) {
  .price_kinds-area:not(:first-child) {
    margin-top: 6px;
  }
}

.price_head {
  font-size: 18px;
  font-weight: 700;
  width: 100px;
  letter-spacing: 0.49px;
}
@media screen and (min-width: 1080px) {
  .price_head {
    font-size: 22px;
    letter-spacing: 0.86px;
    width: 98px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1080px) {
  .price_head__total-pc {
    color: #F79E24;
  }
}

.price_monthly {
  letter-spacing: 0.38px;
}
@media screen and (min-width: 1080px) {
  .price_monthly {
    font-size: 18px;
    letter-spacing: -0.6px;
  }
}

.price_total-contents {
  margin-top: 18px;
}

.price_arrow {
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 1080px) {
  .price_arrow {
    -webkit-transform: unset;
            transform: unset;
    margin-top: -30px;
  }
}
.price_arrow > img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1080px) {
  .price_arrow > img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 1080px) {
  .price_example-wrapper {
    width: 41%;
    margin-top: -20px;
  }
}

.price_example-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #F79E24;
  letter-spacing: 0.49px;
}
@media screen and (min-width: 1080px) {
  .price_example-title {
    font-size: 22px;
    letter-spacing: 0.86px;
    text-align: left;
  }
}

.price_example-comment {
  font-size: 14px;
  letter-spacing: 0.29px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 1080px) {
  .price_example-comment {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.49px;
    margin-top: 10px;
  }
}

.price_reduction-body {
  text-align: center;
  margin-top: 15px;
  padding: 13px 0;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .price_reduction-body {
    margin-top: 50px;
  }
}

.price_reduction-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.49px;
  margin-top: 7px;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .price_reduction-text {
    font-size: 24px;
    letter-spacing: 0.86px;
  }
}
.price_reduction-text::after {
  content: "";
  width: 132px;
  height: 3px;
  background: #FFD460;
  position: absolute;
  left: 50%;
  bottom: 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-radius: 999px;
}
@media screen and (min-width: 1080px) {
  .price_reduction-text::after {
    width: 165px;
  }
}

.sns_wrapper {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (min-width: 768px) {
  .sns_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1030px;
    gap: 92px;
    margin: 59px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sns_body-twitter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.7%;
            flex: 0 0 31.7%;
  }
}

.sns_body-instagram {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 74%;
          flex: 0 1 74%;
}

.sns_head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 23px;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .sns_head-wrapper {
    gap: 9px;
  }
}

.sns_icon-wrap > img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .sns_icon-wrap > img {
    width: 40px;
    height: 40px;
  }
}

.sns_icon-wrap__instagram > img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .sns_icon-wrap__instagram > img {
    width: 37px;
    height: 37px;
  }
}

.sns_head {
  font-size: 24px;
  letter-spacing: 0.86px;
}

.sns_twitter-contents {
  height: 100vh;
  max-height: 450px;
  margin: 25px 13px 0;
  border: 1px solid #232323;
}
@media screen and (min-width: 768px) {
  .sns_twitter-contents {
    max-height: 412px;
    margin: 12px 13px 0;
  }
}

.sns_instagram-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .sns_instagram-wrapper {
    margin-top: 15px;
  }
}

.sns_instagram-body {
  width: calc(50% - 15px);
}
.sns_instagram-body:nth-child(even) {
  margin-left: 30px;
}
.sns_instagram-body:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sns_instagram-body {
    width: calc(33.3% - 13.3333333333px);
  }
  .sns_instagram-body:nth-child(even) {
    margin-left: unset;
  }
  .sns_instagram-body:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .sns_instagram-body:nth-child(n+3) {
    margin-top: unset;
  }
  .sns_instagram-body:nth-child(n+4) {
    margin-top: 45px;
  }
}
.sns_instagram-body > img {
  width: 100%;
  height: 160px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .sns_instagram-body > img {
    width: 182px;
    height: 182px;
  }
}
/*# sourceMappingURL=style.css.map */
