@charset "UTF-8";
/* _reset.scss
--------------------------------------------------------------------------------------- */
html,
a,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: 700;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

/* 要素のMoveUp + フェードイン */
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveUpDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.Blur {
  -webkit-transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/* 要素のMoveRight + フェードイン */
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveRightDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素のMoveLeft + フェードイン */
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveLeftDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素の回転 */
.RotationContent {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.RotationContentDone {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* 要素の3D回転 */
.Rotation3dContent {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* ズームイン表示 */
.ZoomIn {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.ZoomInDone {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*フェードイン表示*/
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.FadeInDone {
  opacity: 1;
}

.CoverInview {
  position: relative;
}

.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #5AA246;
  position: absolute;
  -webkit-transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3000;
}

.CoverInviewBK::after {
  background: #000;
}

.CoverInviewDone::after {
  width: 0%;
}

.Delay100ms {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.Delay150ms {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.Delay200ms {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.Delay300ms {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.Delay400ms {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.Delay450ms {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.Delay500ms {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.Delay600ms {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.Delay700ms {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.Delay750ms {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.Delay800ms {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.Delay900ms {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.Delay1000ms {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.Delay1100ms {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.Delay1200ms {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.Delay1300ms {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.Delay1400ms {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.Delay1500ms {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.Delay1600ms {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.Delay1700ms {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.Delay1800ms {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.Delay1900ms {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.Delay2000ms {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
  color: #1A1A1A;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 192rem;
  margin: 0 auto;
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
main {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,
html {
  margin: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1A1A1A;
}

a,
a:hover,
a:visited {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

.sp-table-row,
.sp-block,
.sp-inline,
.sp-inline-block,
.sp-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body,
  html {
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .sp-none {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-brNone br {
    display: none !important;
  }
  .sp-table-row {
    display: table-row !important;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  height: 100vh;
  padding: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  scrollbar-width: none;
  overflow: scroll;
}
.header_inner.active {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header_inner {
    width: 100%;
    height: 6rem;
    padding: 0.8rem 0 0.8rem 1.5rem;
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: unset;
  }
}
@media screen and (min-width: 1920px) {
  .header_inner {
    left: calc((100% - 192rem) / 2);
    width: 44rem;
  }
}

.header_logoLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 15px;
}
.header_logoLink:hover {
  opacity: 0.7;
}

.header_logoImg {
  width: 19.4rem;
}
@media screen and (max-width: 767px) {
  .header_logoImg {
    width: 38.4rem;
  }
}

.header_navInner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header_navBox {
    left: -100%;
    position: fixed;
    width: 100%;
    height: calc(100dvh - 6rem);
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: -100%;
    top: 6rem;
    -webkit-transition: left 0.25s ease;
    transition: left 0.25s ease;
    padding: 1.4rem 2.4rem 10rem;
    overflow: scroll;
  }
}

.header_navBox--active {
  left: 0%;
}

.header_navList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.15rem;
  -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;
  z-index: 9990;
}
@media screen and (max-width: 767px) {
  .header_navList {
    gap: unset;
  }
}

.header_navList--active {
  left: 0%;
}

.header_navItem {
  width: 100%;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .header_navItem {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.header_navLink {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.4rem;
  position: relative;
  border-bottom: 1px solid #cecece;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .header_navLink {
    letter-spacing: 0.03em;
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
    min-height: 6.2rem;
  }
}
.header_navLink::after {
  content: "";
  display: none;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1.9rem;
  width: 1.6rem;
  -webkit-transition: width 0.12s ease-in;
  transition: width 0.12s ease-in;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header_navLink::after {
    display: inline-block;
  }
}
.header_navLink:hover {
  color: #5AA246;
  opacity: 1;
  border-bottom: 1px solid #5AA246;
}

.header_navLink--icon {
  width: 3.4rem;
  height: 3.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media screen and (max-width: 767px) {
  .header_navLink--icon {
    margin-top: 1.5rem;
  }
}

.header_navLink--iconTip {
  margin-top: 0.5rem;
}

.header_navLink--tip {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_navLink--tip {
    gap: 0.3rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.header_calender {
  width: 100%;
  margin-top: 1rem;
  background-color: #f1f1f1;
  padding: 0.9rem 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.03em;
  gap: 1.2rem;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header_calender {
    margin-top: 4.4rem;
    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: 1.4rem;
  }
}

.header_calender:hover {
  color: #fff;
  opacity: 1;
  background-color: #5AA246;
}

.header_calenderImg {
  position: relative;
  width: 3rem;
  height: 3.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header_calenderImg {
    width: 3.7rem;
    height: 4rem;
  }
}

.header_calender:hover .header_calenderImg::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon-calendar_clock-hover.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header_calenderImg::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon-calendar_clock.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_more {
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .header_more {
    margin-top: 2.9rem;
  }
}

.header_moreList {
  margin-top: -0.3rem;
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .header_moreList {
    margin-top: 2.8rem;
    gap: 2rem;
    padding: 0;
  }
}

.header_moreItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .header_moreItem {
    padding: 0 0 0 2.5rem;
  }
}

.header_moreLink {
  width: 100%;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header_moreLink {
    letter-spacing: 0.03em;
    font-size: 1.8rem;
  }
}
.header_moreLink:hover {
  color: #5AA246;
  opacity: 1;
}

.header_moreItem:nth-child(2) .header_moreLink:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .header_moreItem::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: inline-block;
    background-image: url(../img/common/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 1.9rem;
    width: 1.6rem;
    -webkit-transition: width 0.12s ease-in;
    transition: width 0.12s ease-in;
    margin-left: auto;
  }
}

.header_moreItem::after {
  content: "";
  background-color: #1A1A1A;
  position: absolute;
  top: 1.1rem;
  left: -5.2px;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header_moreItem::after {
    top: 1.5rem;
    left: 10.2px;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.header_moreItem:hover::after {
  background-color: #5AA246;
  opacity: 1;
}

.header_moreItem:nth-child(2):hover::after {
  background-color: #1A1A1A;
}

.menu_inner {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu_inner {
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    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;
    z-index: 9999;
    background-color: #5AA246;
  }
  .menu_button {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 6rem;
    height: 6rem;
  }
  .menu_button:hover {
    opacity: 1;
  }
  .menu_button span,
  .menu_button::before,
  .menu_button::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2.3rem;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .menu_button::before,
  .menu_button::after {
    width: 1.4rem;
    margin-left: 2.75rem;
  }
  .menu_button::after {
    margin-left: 1.85rem;
  }
  .menu_button span {
    overflow: hidden;
    z-index: 1;
    color: #fff;
  }
  .menu_button::before {
    z-index: 2;
    content: "";
    -webkit-transform: translate(0, -1rem);
            transform: translate(0, -1rem);
  }
  .menu_button::after {
    z-index: 2;
    content: "";
    -webkit-transform: translate(0, 1rem);
            transform: translate(0, 1rem);
  }
  .menu_button {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
  }
  .menu_button span {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .menu_button::before,
  .menu_button::after {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  .menu_button.active {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .menu_button.active span {
    color: #fff;
  }
  .menu_button.active span {
    opacity: 0;
  }
  .menu_button.active::before {
    -webkit-transform: translate(1rem, 0rem) rotate(45deg);
            transform: translate(1rem, 0rem) rotate(45deg);
    width: 3.6rem;
    margin-left: unset;
  }
  .menu_button.active::after {
    -webkit-transform: translate(1rem, 0rem) rotate(-45deg);
            transform: translate(1rem, 0rem) rotate(-45deg);
    width: 3.6rem;
    margin-left: unset;
  }
}
.contact {
  text-align: center;
  color: #fff;
  padding: 4.4rem 6.4rem 6.4rem;
  background-image: url(../img/top/contact.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 3.4rem 2.5rem 5rem;
    background-image: url(../img/top/contactsp.jpg);
  }
}

.contact_title {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .contact_title {
    font-size: 2.8rem;
  }
}

.contact_link {
  color: #fff;
  text-decoration: underline;
}

.contact_link:hover {
  color: #fff;
  text-decoration: underline;
}

.contact_desc {
  margin-top: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact_desc {
    margin-top: 1.1rem;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0.05rem;
  }
}

.footer {
  width: calc(76% - 2.3rem);
  margin-left: auto;
  background-color: #2e2e2e;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
    margin-top: 4.1rem;
  }
}

.footer .container {
  background-color: unset;
  padding: 5.9rem 5rem 5rem;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 4.6rem 2.5rem 3.1rem;
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.9rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.footer_imgBox {
  display: block;
  width: 18.9%;
  aspect-ratio: 172/110;
}
@media screen and (max-width: 767px) {
  .footer_imgBox {
    width: 36.8%;
    aspect-ratio: 124/79;
    margin: 0 auto;
  }
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.8rem;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0.4rem;
  }
}

.footer_navLink {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.14;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .footer_navLink {
    font-size: 2rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 6rem;
  }
}
.footer_navLink::after {
  content: "";
  display: none;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1.9rem;
  width: 1.6rem;
  -webkit-transition: width 0.12s ease-in;
  transition: width 0.12s ease-in;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer_navLink::after {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .footer_navItem {
    position: relative;
  }
}

.footer_navLink:hover {
  color: #5AA246;
  opacity: 1;
}

.footer_navLink--tip {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.14;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .footer_navLink--tip {
    font-size: 2rem;
    width: 100%;
  }
}

.footer-tip_moreLink {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.14;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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 (max-width: 767px) {
  .footer-tip_moreLink {
    font-size: 1.6rem;
    width: 100%;
  }
}
.footer-tip_moreLink::after {
  content: "";
  display: none;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1.9rem;
  width: 1.6rem;
  -webkit-transition: width 0.12s ease-in;
  transition: width 0.12s ease-in;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer-tip_moreLink::after {
    display: inline-block;
  }
}

.footer-tip_moreLink:hover {
  color: #5AA246;
  opacity: 1;
}

.footer-tip_moreItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .footer-tip_moreItem {
    padding: 0 0 0 2.2rem;
  }
}

.footer-tip_moreItem:nth-child(2) .footer-tip_moreLink:hover {
  color: inherit;
}

.footer-tip_moreItem:nth-child(2):hover:after {
  background-color: #fff;
}

.footer-tip_moreItem::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 1.4rem;
  left: 0.66rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .footer-tip_moreItem::after {
    top: 1.9rem;
    left: 0.9rem;
  }
}

.footer-tip_moreItem:hover::after {
  background-color: #5AA246;
  opacity: 1;
}

.footer_bottom {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #7d7d7d;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer_copyright {
    text-align: center;
  }
}

.footer_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .footer-tip_moreList {
    margin-top: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
  }
}

.container {
  width: 100%;
  padding: 0 5rem 4.4rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 2.5rem 4.6rem;
  }
}

.container_box {
  margin-top: -0.8rem;
  padding: 5rem 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .container_box {
    margin-top: 2.2rem;
    padding: 0 0 0 2.5rem;
    width: 100%;
  }
}

.mainv-innerRight {
  width: calc(76% - 2.3rem);
  padding: 10rem 5rem 6rem 0;
}
@media screen and (max-width: 767px) {
  .mainv-innerRight {
    width: 100%;
    padding: 6rem 2.5rem 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 6rem !important;
  }
}

@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask__box {
  display: inline-block;
}
.mask__box .mask__inner {
  position: relative;
  visibility: hidden;
}
.mask__box .mask__inner::after {
  content: "";
  background: #083d6c;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask__box .mask__inner.start {
  -webkit-animation-name: animate-content;
          animation-name: animate-content;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mask__box .mask__inner.start::after {
  -webkit-animation-name: animate-panel;
          animation-name: animate-panel;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.scroll__wrap {
  position: absolute;
  bottom: 20%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 90px;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .scroll__wrap {
    width: 2%;
  }
}

.scroll__title {
  color: #fff;
  letter-spacing: 0.365em;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 11px;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .scroll__title {
    display: none;
  }
}

.scroll__text {
  top: auto;
  bottom: 140px;
  left: 0;
  right: 0;
  margin: auto;
  height: 135px;
}

.scroll__text::before {
  content: "";
  width: 6px;
  height: 150px;
  border: 1px solid #fff;
  display: block;
  border-top: none;
  border-right: none;
  -webkit-transform: skewY(-40deg);
          transform: skewY(-40deg);
  position: relative;
  z-index: 1;
  left: -17px;
  top: 0px;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.scroll__text b {
  margin-top: 17px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  bottom: auto;
  top: 3px;
  right: -5px;
  left: auto;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.4em;
  font-weight: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

@-webkit-keyframes scroll {
  0% {
    height: 10px;
    opacity: 0;
  }
  5% {
    height: 10px;
    opacity: 1;
  }
  80% {
    height: 120px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    height: 10px;
    opacity: 0;
  }
  5% {
    height: 10px;
    opacity: 1;
  }
  80% {
    height: 120px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.marker-animation.active {
  background-position: -100% 0.9em;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.45em;
  background-position: 0 0.9em;
  -webkit-transition: background-position 1.3s ease-in;
  transition: background-position 1.3s ease-in;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  display: inline;
  opacity: 1;
}

.page_inner {
  width: calc(76% - 2.3rem);
  padding: 0 5rem 6rem 0;
}
@media screen and (max-width: 767px) {
  .page_inner {
    width: 100%;
    padding: 6rem 0 0;
    margin-bottom: 6.5rem;
  }
}

.page_inner2 {
  width: calc(76% - 2.3rem);
  padding: 6rem 5rem 6rem 0;
}
@media screen and (max-width: 767px) {
  .page_inner2 {
    width: 100%;
    padding: 6rem 2.5rem 0;
    margin-bottom: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .page_topWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .page_topWrap--insights {
    gap: 3rem;
  }
}

.page_top {
  background-color: #5AA246;
  padding: 5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page_top {
    padding: 4rem 2.5rem 3.7rem;
  }
}

.page_top::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url("../img/contact/bgContact.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 26.1rem;
  height: 21.4rem;
}
@media screen and (max-width: 767px) {
  .page_top::before {
    background: unset;
  }
}

.page_title {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.33;
  gap: 0.9rem;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 2.5rem;
    line-height: 1.6;
    width: 100%;
    padding-bottom: 3.1rem;
  }
}

.page_topTitlte {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .page_topTitlte {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

.page_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background-image: radial-gradient(circle, #fff 0.2rem, transparent 0.2rem);
  background-size: 1rem 0.6rem;
  background-repeat: repeat-x;
}

.page_icon {
  width: 3.8rem;
  margin-top: 0.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_icon {
    margin-top: 0.2rem;
  }
}

.page_icon--27 {
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .page_icon--27 {
    margin-top: 0.4rem;
  }
}

.page_icon--18 {
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .page_icon--18 {
    margin-top: 0.8rem;
  }
}

.page_desc {
  padding-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .page_desc {
    padding-top: 3.1rem;
  }
}

.page_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.page_mw {
  max-width: 96.6rem;
}

.page_tagTop {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  padding: 0.4rem 0.8rem;
  min-width: 11rem;
  min-height: 2.9rem;
  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;
  background-color: #1A1A1A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4rem;
  border: 1px solid transparent;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 767px) {
  .page_tagTop {
    font-size: 1.3rem;
  }
}

.page_tagTop:hover {
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
  background-color: #fff;
  opacity: 1;
}

.page_headingTop {
  margin-top: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .page_headingTop {
    margin-top: 1.6rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.45;
  }
}

@media screen and (max-width: 767px) {
  .infoPage_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6.3rem;
  }
}

.infoPage_title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 6rem;
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 767px) {
  .infoPage_title {
    padding-bottom: 3.6rem;
    font-size: 2.5rem;
  }
}

.inforPage_block {
  margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .inforPage_block {
    margin-top: 4.6rem;
    font-size: 1.4rem;
  }
}

.inforPage_blockTitle {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #5AA246;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inforPage_blockTitle {
    font-size: 2rem;
    font-weight: 700;
  }
}

.inforPage_blockTitle::before {
  position: absolute;
  content: "";
  top: 1.8rem;
  left: 0;
  width: 1.8rem;
  height: 0.1rem;
  background-color: #5AA246;
}
@media screen and (max-width: 767px) {
  .inforPage_blockTitle::before {
    top: 1.4rem;
  }
}

.inforPage_blockDesc {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .inforPage_blockDesc {
    margin-top: 3rem;
  }
}

.inforPage_blockDetail {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .inforPage_blockDetail {
    margin-top: 2.5rem;
  }
}

.title {
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.31;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2.4rem;
    line-height: 1.16;
    gap: 0.5rem;
    letter-spacing: 0.03em;
  }
}

.title--pickup {
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .title--explore {
    letter-spacing: 0;
  }
}

.title::before {
  content: "";
  background-image: url(../img/common/icon-location.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.3rem;
  height: 2.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .title::before {
    width: 1.9rem;
    margin-top: 0;
  }
}

.title--other {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .title--other {
    font-size: 2.4rem;
  }
}

.title--other::before {
  margin-top: 0.3rem;
}

.text-wordbreak {
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-wordbreak--4 {
  -webkit-line-clamp: 4;
}
.text-wordbreak--3 {
  -webkit-line-clamp: 3;
}

.title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .title2 {
    font-size: 2.2rem;
    gap: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .title2_tag {
    width: 4.2rem;
    height: 4.8rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .title2_text {
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .title2_foreign {
    -webkit-transform: translateY(1.6rem);
            transform: translateY(1.6rem);
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .text {
    font-size: 1.4rem;
  }
}

.c-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-image--contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-image_other-attraction {
  aspect-ratio: 285/180;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.c-link {
  text-decoration: underline;
  cursor: pointer;
}

.c-link:hover {
  text-decoration: underline;
}

.card {
  width: calc(33.33% - 2rem);
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 767px) {
  .pickup .swiper-container .swiper-slide {
    width: 86.9%;
  }
}

.card_imgWrapper {
  display: block;
  width: 100%;
  aspect-ratio: 302/206;
  position: relative;
}

.card_labels {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
}

.card_label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  background-color: #fff;
  padding: 0.2rem 0.6rem;
  letter-spacing: 0.03rem;
}

.card_label::before {
  content: "";
  background-image: url(../img/top/icon-pickup.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.7rem;
  height: 1.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.card_title {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #000;
}

.card_cateList {
  margin-top: 0.9rem;
}

.card_cate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.8rem;
  color: #8f8f8f;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  display: inline-block;
  line-height: 1.3;
}
.card_cate:last-child {
  margin-right: 0;
}

.card_cateLink {
  display: inline-block;
}

.card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .card2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.9rem;
  }
}

.card2:hover {
  opacity: 1;
}

.card2_imgWrapper {
  width: 54.8%;
  aspect-ratio: 530/340;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .card2_imgWrapper {
    width: 100%;
  }
}

.card2_title {
  margin-top: -1.1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .card2_title {
    font-size: 2.4rem;
  }
}

.card2_desc {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .card2_desc {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.card2_content--model {
  position: relative;
}

.card2_imgWrapper--tips {
  width: 49.5%;
  aspect-ratio: 428/287;
}
@media screen and (max-width: 767px) {
  .card2_imgWrapper--tips {
    width: 100%;
  }
}

.card2_title--tip {
  margin-top: 0.3rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .card2_title--tip {
    font-size: 2rem;
  }
}

.card3 {
  width: calc(50% - 1.5rem);
  aspect-ratio: 468/330;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .card3 {
    width: 100%;
  }
}

.card3_imgWrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card3:hover .card3_imgWrapper {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.card3_content {
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  width: 100%;
  padding: 0 1.8rem 0 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .card3_content {
    bottom: 0.9rem;
    padding: 0 1.5rem 0 2.3rem;
  }
}

.card3_title {
  font-size: 3.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .card3_title {
    font-size: 2.4rem;
  }
}

.card3_desc {
  margin-top: -1.6rem;
  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;
}
@media screen and (max-width: 767px) {
  .card3_desc {
    font-size: 1.4rem;
  }
}

.card3_arrow {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 4.2rem;
  height: 4.2rem;
}

.card3_arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  background-image: url(../img/top/icon-arrExp.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.card3_arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  background-image: url(../img/top/icon-hover-arrExp.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  opacity: 0;
}

.card3:hover {
  opacity: 1;
  cursor: pointer;
}

.card3:hover .card3_arrow::before {
  opacity: 2;
  z-index: 2;
}

.card4 {
  display: block;
  width: calc(50% - 1.5rem);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .card4 {
    width: 100%;
  }
}

.card4_imgWrapper {
  width: 100%;
  aspect-ratio: 419/250;
}

.card4_title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 3.2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .card4_title {
    font-size: 1.4rem;
    margin-top: 3.9rem;
  }
}

.card4_content {
  margin-top: -4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.3rem 1.5rem;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .card4_content {
    margin-top: -4.4rem;
    padding: 2rem 0.7rem;
  }
}

.card4_avt {
  border-radius: 50%;
  border: 0.261rem solid #fff;
  width: 29.4%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .card4_avt {
    width: 23.4%;
  }
}

.card4_name {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .card4_name {
    font-size: 1.2rem;
    margin-top: 0.1rem;
  }
}

.card-faq {
  margin-top: 1.5rem;
  padding: 1.5rem 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .card-faq {
    padding: 1.7rem 1.4rem 2.1rem 1.4rem;
    margin-top: 1.3rem;
  }
}

.card-faq_question {
  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;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .card-faq_question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.card-faq_question:hover {
  opacity: 0.7;
}

.card-faq_textques {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .card-faq_textques {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.card-faq_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  .card-faq_left {
    gap: 1.6rem;
  }
}

.card-faq_number {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #5AA246;
}
@media screen and (max-width: 767px) {
  .card-faq_number {
    font-size: 1.6rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.card-faq_wrapperIcon {
  position: relative;
  width: 2.1rem;
  aspect-ratio: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .card-faq_wrapperIcon {
    top: 50%;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.card-faq_wrapperIcon::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 2.1rem;
  height: 0.3rem;
  background-color: #5AA246;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .card-faq_wrapperIcon::before {
    top: 0.4rem;
  }
}
.card-faq_wrapperIcon::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0.9rem;
  width: 0.3rem;
  height: 2.1rem;
  background-color: #5AA246;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .card-faq_wrapperIcon::after {
    top: -0.5rem;
  }
}

.card-faq_question.is-active .card-faq_wrapperIcon::after {
  opacity: 0;
}

.card-faq_ans {
  margin-top: 0.8rem;
  padding-left: 2.8rem;
  line-height: 1.8;
  padding-right: 5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .card-faq_ans {
    padding-left: 3.2rem;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.card-book {
  width: calc(33.33% - 2rem);
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 767px) {
  .guidebook .swiper-container .swiper-slide {
    width: 61.4%;
  }
}

.card-book_imgWrapper {
  width: 100%;
  aspect-ratio: 224/325;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card-book_imgWrapper {
    aspect-ratio: 224/305;
  }
}

.card-book_text {
  font-weight: 500;
  margin-top: 0.4rem;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 1.5rem;
  cursor: pointer;
  letter-spacing: 0.03em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .cta {
    position: relative;
    margin: 1.8rem auto 0;
    padding-bottom: 1.5rem;
  }
}

.cta::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta:hover {
  color: #5AA246;
  opacity: 1;
}

.cta:hover::before {
  background-color: #5AA246;
}

.cta_arrBtn {
  width: 1.6rem;
  height: 1.9rem;
}

.cta--right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .cta--right {
    position: relative;
  }
}

.cta--end {
  margin: 1.6rem 0 -1.5rem auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta--end {
    margin: 1.9rem auto 0;
  }
}

.cta-contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 375px;
  min-height: 70px;
  text-align: center;
  background-color: #fff;
  color: #1A1A1A;
  margin: 3.6rem auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cta-contact {
    min-width: 320px;
    margin: 3.3rem auto 0;
  }
}

.cta-contact:hover {
  background-color: #5AA246;
  color: #fff;
  opacity: 1;
}

.cta-contact::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  aspect-ratio: 1;
  content: "";
  background-image: url(../img/top/icon-hover-arrExp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.cta-contact::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  aspect-ratio: 1;
  content: "";
  background-image: url(../img/top/icon-arrExp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  opacity: 0;
}

.cta-contact:hover::after {
  z-index: 2;
  opacity: 2;
}

.cta-submit {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-submit {
    min-width: 342px;
    margin: 3.3rem auto 0;
  }
}
.cta-submit label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 375px;
  min-height: 70px;
  text-align: center;
  background-color: #5AA246;
  color: #fff;
  margin: 3.6rem auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cta-submit label {
    min-width: unset;
    width: 100%;
  }
}
.cta-submit .c-submit {
  display: none;
}

.cta-submit label:hover {
  background-color: #fff;
  color: #5AA246;
  opacity: 1;
  border: 1px solid #5AA246;
}

.cta-submit label::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  aspect-ratio: 1;
  content: "";
  background-image: url(../img/top/icon-arrExp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-submit label:hover::before {
  background-image: url(../img/top/icon-hover-arrExp.svg);
}

.cta-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem 2rem 2rem 6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 230px;
  min-height: 60px;
  text-align: center;
  background-color: #ADADAD;
  color: #fff;
  margin: 7rem auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cta-back {
    min-width: 342px;
    margin: 3.3rem auto 0;
  }
}

.cta-back:hover {
  background-color: #fff;
  color: #ADADAD;
  opacity: 1;
  border: 1px solid #ADADAD;
}

.cta-back::before {
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8rem;
  aspect-ratio: 1;
  content: "";
  background-image: url(../img/common/icon-arrow-gray.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-back:hover::before {
  background-image: url(../img/common/icon-arrow-gray-hover.svg);
}

.breadcrumb {
  padding-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.43;
  color: #242526;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb--insights {
    padding: 1.5rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb--sglInsights {
    padding: 1.5rem 0;
  }
}

.breadcrumb_arrow {
  padding: 0 1rem;
}

.breadcrumb_text {
  word-break: break-word;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tab {
  min-width: 18rem;
  padding: 2rem 5rem;
  border-left: 1px solid #000000;
  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;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 2.5rem;
    border-bottom: 1px solid #000000;
    border-left: unset;
  }
}

.tab.active,
.tab:hover {
  color: #fff;
  font-weight: 500;
  background-color: #5AA246;
  position: relative;
}

.tab.active::before,
.tab:hover::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.7rem solid transparent;
  border-top-color: #5AA246;
  position: absolute;
  bottom: -3.1rem;
  left: calc(50% - 0.9rem);
}
@media screen and (max-width: 767px) {
  .tab.active::before,
  .tab:hover::before {
    content: unset;
  }
}

.tab:last-child {
  border-right: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .tab:last-child {
    border-right: unset;
  }
}

.tab2 {
  border-left: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab2 {
    width: 100%;
    border-bottom: 1px solid #000000;
    border-left: unset;
  }
}

.tab2:last-child {
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .tab2:last-child {
    border-right: unset;
  }
}

.tab2_link {
  padding: 0.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .tab2_link {
    padding: 2.3rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tab2_link::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 1.6rem;
  height: 1.9rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}