@charset "UTF-8";
/* fv
======================================= */
.fv {
  position: relative;
}
@media (max-width: 768px) {
  .fv {
    height: inherit;
  }
}
.fv__banners {
  padding: 1.25em 0 0;
}
@media (max-width: 768px) {
  .fv__banners {
    padding: 0.75em 0 0;
  }
}
.fv__item {
  max-width: 515px;
}
.fv__container {
  padding-bottom: 4.5em !important;
}
@media (max-width: 768px) {
  .fv__container {
    padding-bottom: 3.25em !important;
  }
}
.fv__container .swiper-pagination {
  padding-top: 0.75em;
  background-color: #0B41A0;
  height: 3.25em;
  bottom: 0 !important;
}
@media (max-width: 768px) {
  .fv__container .swiper-pagination {
    padding-top: 0.15em;
    height: 2.5em;
  }
}
.fv__container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px !important;
  background: #fff !important;
  background-color: #fff !important;
  opacity: 1;
}
.fv__container .swiper-pagination-bullet-active {
  background-color: #FF5200 !important;
}
.fv__container .swiper-button-prev, .fv__container .swiper-button-next {
  width: 10px;
  height: 10px;
  top: inherit;
  z-index: 11;
  bottom: 1.3em;
  margin-top: 0;
  color: #fff !important;
}
@media (max-width: 768px) {
  .fv__container .swiper-button-prev, .fv__container .swiper-button-next {
    display: block;
    bottom: 1em;
  }
}
.fv__container .swiper-button-prev::after, .fv__container .swiper-button-next::after {
  display: none;
}
.fv__container .swiper-button-prev::before, .fv__container .swiper-button-next::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.fv__container .swiper-button-prev {
  left: inherit;
  right: 50%;
  -webkit-transform: translateX(-6em);
          transform: translateX(-6em);
}
.fv__container .swiper-button-prev::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fv__container .swiper-button-next {
  right: inherit;
  left: 50%;
  -webkit-transform: translateX(6em);
          transform: translateX(6em);
}
.fv__container .swiper-button-next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fv__item {
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}
.fv__item::before {
  content: "";
  display: block;
  padding-top: 40.6%;
}
.fv__item img, .fv__item video, .fv__item iframe, .fv__item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TOP共通
======================================= */
.top__title {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 2.5rem;
}
.top__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
}
.top__title.--blue::after {
  background-color: #0B41A0;
  height: 6rem;
}
@media (max-width: 768px) {
  .top__title.--blue::after {
    height: 5rem;
  }
}
.top__title.--orange::after {
  background-color: #FA6806;
  height: 4rem;
}
@media (max-width: 768px) {
  .top__title.--orange::after {
    height: 5rem;
  }
}

/* reasons
======================================= */
.reasons {
  position: relative;
  background-color: #FEFDFA;
}
.reasons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: url(../img/top/reasons/reasons_bg.png) repeat center center/50%;
}
@media (max-width: 768px) {
  .reasons::before {
    background: url(../img/top/reasons/reasons_bg.png) repeat center center/200%;
  }
}
@media (max-width: 768px) {
  .reasons__inner {
    padding-top: 3em;
  }
}
.reasons__title {
  max-width: 912px;
  margin: 0 auto 5rem;
}
@media (max-width: 768px) {
  .reasons__title {
    margin: 0 calc(50% - 50vw) 2.5rem;
  }
}
@media (max-width: 768px) {
  .reasons__title img {
    margin: auto;
    max-width: 375px;
  }
}
.reasons__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.8125em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .reasons__list {
    gap: 3.5em;
  }
}
.reasons__item {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 768px) {
  .reasons__item {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.reasons__item::before, .reasons__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .reasons__item::before, .reasons__item::after {
    display: none;
  }
}
.reasons__item::before {
  background: url(../img/top/reasons/reasons_item-bg.png) repeat center center/contain;
}
.reasons__item::after {
  background-color: #ff9043;
  mix-blend-mode: hard-light;
}
.reasons__item:nth-child(2n-1) {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + 7.5%);
  padding-right: 7.5%;
  border-radius: 0 16px 16px 0;
}
@media (max-width: 768px) {
  .reasons__item:nth-child(2n-1) {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.reasons__item:nth-child(2n-1)::before, .reasons__item:nth-child(2n-1)::after {
  border-radius: 0 16px 16px 0;
}
.reasons__item:nth-child(2n-1) .reasons__item-image::before, .reasons__item:nth-child(2n-1) .reasons__item-image::after {
  left: 0;
  border-radius: 0 16px 16px 0;
  -webkit-transform: translateX(-5.333vw);
          transform: translateX(-5.333vw);
}
.reasons__item:nth-child(2n) {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50% + 5.625%);
  padding-left: 6.6%;
  border-radius: 16px 0 0 16px;
}
@media (max-width: 768px) {
  .reasons__item:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.reasons__item:nth-child(2n)::before, .reasons__item:nth-child(2n)::after {
  border-radius: 16px 0 0 16px;
}
.reasons__item:nth-child(2n) .reasons__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .reasons__item:nth-child(2n) .reasons__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reasons__item:nth-child(2n) .reasons__item-image {
  width: 37.9%;
}
@media (max-width: 768px) {
  .reasons__item:nth-child(2n) .reasons__item-image {
    width: 100%;
  }
}
.reasons__item:nth-child(2n) .reasons__item-image::before, .reasons__item:nth-child(2n) .reasons__item-image::after {
  border-radius: 16px 0 0 16px;
  right: 0;
  -webkit-transform: translateX(5.333vw);
          transform: translateX(5.333vw);
}
.reasons__item:nth-child(2n) .reasons__item-image img.icon {
  left: inherit;
  right: -3em;
}
@media (max-width: 768px) {
  .reasons__item:nth-child(2n) .reasons__item-image img.icon {
    right: 0;
  }
}
.reasons__item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.5em;
  margin-top: -2.2em;
  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .reasons__item-inner {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }
}
.reasons__item-image {
  position: relative;
  width: 39.22%;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .reasons__item-image {
    width: 100%;
    padding-bottom: 1.5625em;
    margin-bottom: 2.4375em;
  }
}
.reasons__item-image::before, .reasons__item-image::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 97.8667vw;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  height: 136px;
}
@media (max-width: 768px) {
  .reasons__item-image::before, .reasons__item-image::after {
    display: block;
  }
}
.reasons__item-image::before {
  background: url(../img/top/reasons/reasons_item-bg.png) repeat center center/contain;
}
.reasons__item-image::after {
  background-color: #ff9043;
  mix-blend-mode: hard-light;
}
.reasons__item-image img.icon {
  position: absolute;
  left: -3em;
  bottom: 0;
  width: 206px;
  height: 157px;
}
@media (max-width: 768px) {
  .reasons__item-image img.icon {
    width: 140px;
    height: 107px;
    left: inherit;
    right: 0;
    -webkit-transform: translateY(1.4375em);
            transform: translateY(1.4375em);
  }
}
.reasons__item-contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reasons__item-point {
  color: #FA6806;
  font-weight: 900;
  font-size: 2em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .reasons__item-point {
    font-size: 1.667em;
    margin-bottom: 0.5rem;
  }
}
.reasons__item-point.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .reasons__item-point.sp_only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .reasons__item-point.pc_tb {
    display: none;
  }
}
.reasons__item-point span {
  width: 49px;
  height: 53px;
  color: #fff;
  line-height: 2;
  margin-left: 0.5em;
  position: relative;
  z-index: 0;
  text-shadow: none;
  text-align: center;
}
@media (max-width: 768px) {
  .reasons__item-point span {
    width: 40px;
    height: 44px;
  }
}
.reasons__item-point span::before {
  content: "";
  position: absolute;
  bottom: calc(70% - 0.1px);
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24.5px solid transparent;
  border-left: 24.5px solid transparent;
  border-bottom: 16px solid #FA6806;
  border-top: 0;
}
@media (max-width: 768px) {
  .reasons__item-point span::before {
    bottom: calc(65% - 0.1px);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 10px solid #FA6806;
  }
}
.reasons__item-point span::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 70%;
  background-color: #FA6806;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .reasons__item-point span::after {
    top: 35%;
  }
}
.reasons__item-title {
  font-size: 2em;
  line-height: 1.4448;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .reasons__item-title {
    font-size: 1.25em;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
.reasons__item-title span {
  vertical-align: middle;
}
.reasons__item-title img {
  width: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .reasons__item-title img.--01 {
    width: 110px;
    height: 57px;
  }
}
@media (max-width: 768px) {
  .reasons__item-title img.--02 {
    width: 145px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .reasons__item-title img.--03 {
    width: 168px;
    height: 42px;
  }
}
.reasons__item-text {
  line-height: 2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .reasons__item-text {
    font-size: 0.9375em;
  }
}
.reasons__btn {
  max-width: 292px;
}
@media (max-width: 768px) {
  .reasons__btn {
    max-width: 295px;
  }
}

/* cases
======================================= */
.cases {
  position: relative;
  z-index: 0;
}
.cases::before, .cases::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.cases::before {
  background-color: #F3EFE4;
}
.cases__inner {
  padding-bottom: 4em;
}
.cases__title {
  padding-top: 9.375rem;
  background: url(../img/top/cases/cases_title-bg.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .cases__title {
    padding-top: 6.4375rem;
  }
}
.cases__title img {
  max-width: 468px;
}
@media (max-width: 768px) {
  .cases__title img {
    max-width: 365px;
  }
}
.cases__container {
  padding-bottom: 4.5em !important;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .cases__container {
    padding: 0 5.333% 4.5em !important;
  }
}
.cases__btn {
  max-width: 262px;
}
@media (max-width: 768px) {
  .cases__btn {
    max-width: 295px;
  }
}

/* makers
======================================= */
.makers {
  position: relative;
  z-index: 0;
}
.makers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/top/makers/makers_bg.png) repeat;
  opacity: 0.5;
}
.makers__inner {
  padding-top: 2em;
  max-width: 1096px;
}
.makers__title img {
  max-width: 708px;
}
@media (max-width: 768px) {
  .makers__title img {
    max-width: 268px;
    margin: auto;
  }
}
.makers__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (max-width: 768px) {
  .makers__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }
}
.makers__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFDC72;
  border-radius: 7.26px;
  -webkit-box-shadow: 0px 4.41px 0px 0px #895F4B;
          box-shadow: 0px 4.41px 0px 0px #895F4B;
  overflow: hidden;
}
@media (max-width: 768px) {
  .makers__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 3.63px 0px 0px #895F4B;
            box-shadow: 0px 3.63px 0px 0px #895F4B;
  }
}
.makers__item a:hover {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  -webkit-transform: translateY(4.41px);
          transform: translateY(4.41px);
}
.makers__item-image {
  width: 42.21%;
}
@media (max-width: 768px) {
  .makers__item-image {
    width: 100%;
    position: relative;
  }
  .makers__item-image::before {
    content: "";
    display: block;
    padding-top: 62.4645%;
  }
  .makers__item-image img, .makers__item-image video, .makers__item-image iframe, .makers__item-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.makers__item-title {
  font-size: 1.125em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6%;
}
@media (max-width: 768px) {
  .makers__item-title {
    font-size: 0.85em;
  }
}
.makers__item-title::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icons/icon_circle-black.svg) no-repeat center center/contain;
}

/* voice
======================================= */
.voice {
  background-color: #F3EFE4;
}
.voice__inner {
  padding-top: 5em;
  padding-bottom: calc(4em + 120px);
}
@media (max-width: 768px) {
  .voice__inner {
    padding-top: 9rem;
    padding-bottom: calc(4em + 80px);
  }
}
.voice__title img {
  max-width: 440px;
}
.voice__title img {
  position: relative;
  z-index: 1;
}
.voice__title img.side {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .voice__title img.side {
    z-index: -1;
    bottom: 26px;
  }
}
.voice__title img.side.--01 {
  left: 0;
  -webkit-transform: translateX(-34px);
          transform: translateX(-34px);
}
@media (max-width: 768px) {
  .voice__title img.side.--01 {
    display: none;
  }
}
.voice__title img.side.--02 {
  right: 0;
  -webkit-transform: translateX(34px);
          transform: translateX(34px);
}
@media (max-width: 768px) {
  .voice__title img.side.--02 {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.voice__container .ti-widget-container {
  border-radius: 16px;
  overflow: hidden;
}
.voice__container .ti-widget.ti-goog .ti-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 1.5em;
  padding: 1rem;
  background-color: #0B41A0 !important;
  position: relative;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-header {
    gap: 1em;
  }
}
.voice__container .ti-widget.ti-goog .ti-header::before {
  content: "株式会社カベユウ";
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  left: calc(50% + 2.2em);
  top: 1.1em;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-header::before {
    left: calc(50% + 0.7em);
    top: 0.7em;
  }
}
.voice__container .ti-widget.ti-goog .ti-header strong {
  color: #fff !important;
}
.voice__container .ti-widget.ti-goog .ti-header .ti-stars .ti-star {
  width: 20px !important;
  height: 20px !important;
  margin-right: 4px !important;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-header .ti-stars .ti-star {
    width: 18px !important;
    height: 18px !important;
  }
}
.voice__container .ti-widget.ti-goog .ti-small-logo {
  background-color: #fff;
  padding: 1em 2em;
  width: 164px;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-small-logo {
    width: 120px;
    padding: 0.54em 2em;
  }
}
.voice__container .ti-widget.ti-goog .ti-small-logo img {
  margin-left: 0 !important;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-small-logo img {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.voice__container .ti-widget.ti-goog .ti-review-content {
  padding-left: 4em;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-review-content {
    padding-left: 3.125em;
  }
}
.voice__container .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-stars {
  padding-left: 4em;
  margin: 0.75rem 0 !important;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-stars {
    padding-left: 3.125em;
  }
}
.voice__container .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-star {
  width: 20px !important;
  height: 20px !important;
  margin-right: 4px !important;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-star {
    width: 18px !important;
    height: 18px !important;
  }
}
.voice__container .ti-widget.ti-goog .ti-review-item > .ti-inner {
  padding: 1.5em 2em !important;
}
@media (max-width: 768px) {
  .voice__container .ti-widget.ti-goog .ti-review-item > .ti-inner {
    padding: 0 0 0 1.25rem !important;
  }
}
.voice__container .ti-mob-row:nth-child(2) .nowrap {
  display: none !important;
}
.voice__container .ti-reviews-container {
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .voice__container .ti-reviews-container {
    padding-top: 14px;
    padding-right: 9px;
    padding-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .voice__container .ti-reviews-container-wrapper {
    max-height: 314px;
    overflow-y: scroll;
  }
}

/* menus 
======================================= */
.menus {
  background-color: #FA6806;
  position: relative;
}
.menus::before {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 120px solid #FA6806;
  border-top: 0;
}
@media (max-width: 768px) {
  .menus::before {
    border-bottom: 80px solid #FA6806;
  }
}
.menus__inner {
  padding-top: 0;
}
@media (max-width: 768px) {
  .menus__title {
    margin-bottom: 1.5rem;
  }
}
.menus__title img {
  max-width: 571px;
}
@media (max-width: 768px) {
  .menus__title img {
    max-width: 279px;
    margin: auto;
  }
}
.menus__container {
  background-color: #FEFCF1;
  border-radius: 8px;
}
.menus__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .menus__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.menus__item {
  padding: 3.175em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .menus__item {
    padding: 2em 1.25em;
  }
}
@media (max-width: 768px) {
  .menus__item:nth-child(n+2) {
    border-top: 1px dashed #FA6806;
  }
}
.menus__item:nth-child(n+3) {
  border-top: 1px dashed #FA6806;
}
.menus__item:nth-child(2n) {
  border-left: 1px dashed #FA6806;
}
@media (max-width: 768px) {
  .menus__item:nth-child(2n) {
    border-left: inherit;
  }
}
.menus__item-image {
  border-radius: 8px;
}
.menus__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  background-color: #FEFCF1;
  border-radius: 8px;
  padding: 1.5em 1.25em;
}
@media (max-width: 768px) {
  .menus__item-title {
    width: 95%;
    padding: 0.875em 1em;
  }
}
.menus__item-title-icon {
  margin-right: 1.25em;
}
@media (max-width: 768px) {
  .menus__item-title-icon {
    margin-right: 1em;
    width: 40px;
    height: 40px;
  }
}
.menus__item-title-text {
  padding-left: 1.25em;
  border-left: 1px dashed #FA6806;
}
@media (max-width: 768px) {
  .menus__item-title-text {
    padding-left: 1em;
  }
}
.menus__item-title-text-jp {
  font-size: 1.625em;
  line-height: 1;
  margin-bottom: 0.875rem;
}
@media (max-width: 768px) {
  .menus__item-title-text-jp {
    font-size: 1.25em;
    margin-bottom: 0.5rem;
  }
}
.menus__item-title-text-en {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #FA6806;
  font-weight: bold;
}
@media (max-width: 768px) {
  .menus__item-title-text-en {
    font-size: 0.75em;
    line-height: 1.15;
  }
}
.menus__item-text {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1.25em;
  margin-top: -0.5rem;
}
@media (max-width: 768px) {
  .menus__item-text {
    font-size: 0.9375em;
    margin-top: -1.5rem;
    margin-bottom: 2.5rem;
  }
}
.menus__item-btn {
  width: 90%;
  height: 56px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .menus__item-btn {
    width: 100%;
  }
}

/* news
======================================= */
.news {
  position: relative;
  z-index: 0;
}
.news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: url(../img/top/news/news_bg.jpg) no-repeat center center/cover;
}
.news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.news__inner {
  padding-top: 1.25em;
}
@media (max-width: 768px) {
  .news__inner {
    padding-top: 0;
    width: 100%;
  }
}
.news__title {
  padding: 0.5625rem;
}
@media (max-width: 768px) {
  .news__title {
    padding: 2rem 0 1rem;
  }
}
.news__title img {
  max-width: 590px;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .news__list {
    padding: 0 5.333%;
    gap: 2em 1.5em;
    margin-bottom: 2.5em;
  }
}
.news__btn {
  max-width: 328px;
}