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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #2C2F36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

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

.main-body {
  background-color: rgba(222, 229, 235, 0.3);
  padding-bottom: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .main-body {
    padding-bottom: 60px;
  }
}

.mv {
  position: relative;
}

.mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__inner {
    top: 60%;
  }
}

.mv__heading {
  text-align: center;
  color: #fff;
  font-size: clamp(2.8125rem, 1.5441rem + 2.2549vw, 4.25rem);
  letter-spacing: 0.16em;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__heading {
    font-size: clamp(1.875rem, 1.553rem + 1.5152vw, 2.5rem);
  }
}

.mv__ja {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #fff;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
@media print, screen and (max-width: 1023.9px) {
  .mv__ja {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .mv__img {
    aspect-ratio: 750/425;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .mv__img img {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section + .section {
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .section + .section {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 1024px) {
  .section-heading {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    font-size: 20px;
  }
}

.section-heading-cap {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading-cap {
    font-size: 10px;
    margin-top: 4px;
  }
}

.section-sub-heading {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.005em;
  line-height: 1.6;
  padding-left: 30px;
  border-left: 2px solid #1a5c9a;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-sub-heading {
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
.section-sub-heading span {
  font-size: 16px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-sub-heading span {
    font-size: 14px;
    display: block;
  }
}
.section-sub-heading.-has_mt {
  margin-top: 60px;
}

.block {
  padding-top: 60px;
  padding-bottom: 100px;
  border-bottom: 1px solid #aaaaaa;
}
@media print, screen and (max-width: 1023.9px) {
  .block {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.block.-border-bottom_none {
  border-bottom: none;
  padding-bottom: 0 !important;
}
@media print, screen and (max-width: 1023.9px) {
  .block.-sp-pt_0 {
    padding-top: 0;
  }
}
.block.-has_link .eq {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .grid {
    row-gap: 40px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.-col4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (max-width: 1023.9px) {
  .grid.-col4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.-has_mt {
  margin-top: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .grid.-has_mt {
    margin-top: 40px;
  }
}

.eq__img {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .eq__img {
    margin-bottom: 8px;
  }
}

.eq__text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.005em;
}
@media print, screen and (max-width: 1023.9px) {
  .eq__text {
    font-size: 12px;
  }
}

.tab-area {
  padding-top: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-area {
    padding-top: 60px;
  }
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list {
    gap: 5px;
  }
}
.tab-list.-top {
  border-bottom: 2px solid #1a5c9a;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list.-top {
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
}
.tab-list.-top .tab::after {
  bottom: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list.-top .tab::after {
    bottom: 5px;
  }
}
.tab-list.-top .tab.-active::before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  top: -2px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list.-top .tab.-active::before {
    top: -1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.tab-list.-bottom {
  margin-top: 80px;
  border-top: 2px solid #1a5c9a;
  padding-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list.-bottom {
    padding-top: 10px;
    border-top-width: 1px;
  }
}
.tab-list.-bottom .tab::after {
  top: 10px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list.-bottom .tab::after {
    top: 5px;
  }
}
.tab-list.-bottom .tab.-active::before {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: -2px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list.-bottom .tab.-active::before {
    bottom: -1px;
    border-radius-bottom-left: 5px;
    border-radius-bottom-right: 5px;
  }
}
.tab-list.-bottom .tab.-active .tab__text {
  top: auto !important;
  bottom: 37% !important;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list.-bottom .tab.-active .tab__text {
    top: auto !important;
    bottom: 45% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list.-bottom .tab__text {
    top: auto;
    bottom: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.tab {
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #1a5c9a;
  border-radius: 10px;
  background-color: #fff;
  color: #1a5c9a;
  height: 92px;
  display: block;
  gap: 10px;
  letter-spacing: 0.005em;
  position: relative;
  cursor: pointer;
}
@media print, screen and (max-width: 1023.9px) {
  .tab {
    height: 50px;
    border-width: 1px;
    border-radius: 5px;
  }
}
@media (hover: hover) {
  .tab:hover {
    opacity: 1;
    background-color: #1a5c9a;
  }
  .tab:hover .tab__text {
    color: #fff;
  }
}
.tab::after {
  content: "";
  display: block;
  width: 14px;
  height: 13px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMNyAxMkwxIDYiIHN0cm9rZT0iIzFBNUM5QSIvPgo8cGF0aCBkPSJNNyAwLjY4NjI3OVYxMiIgc3Ryb2tlPSIjMUE1QzlBIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (max-width: 1023.9px) {
  .tab::after {
    width: 14px;
    height: 13px;
  }
}
.tab.-active::before {
  content: "";
  height: calc(100% + 24px);
  width: calc(100% + 4px);
  position: absolute;
  left: -2px;
  background-color: #1a5c9a;
}
@media print, screen and (max-width: 1023.9px) {
  .tab.-active::before {
    height: calc(100% + 12px);
  }
}
.tab.-active .tab__text {
  color: #fff;
  top: 62%;
}

.tab__text {
  text-align: center;
  color: #1a5c9a;
  font-size: 16px;
  letter-spacing: 0.005em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media print, screen and (max-width: 1023.9px) {
  .tab__text {
    font-size: 12px;
    top: 40%;
  }
}

.tab-content {
  padding-top: 80px;
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content {
    padding-top: 0;
  }
}
.tab-content.-active {
  display: block;
}

.anchor-link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link-row {
    gap: 10px;
    margin-bottom: 40px;
    padding-top: 40px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link-row.-sp-pt_0 {
    padding-top: 0;
  }
}
.anchor-link-row.-bottom {
  margin-bottom: 0;
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .anchor-link-row.-bottom {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .anchor-link {
    font-size: 14px;
  }
}
.anchor-link.-active {
  pointer-events: none;
  color: #1a5c9a;
  padding-bottom: 12px;
  border-bottom: 1px solid #1a5c9a;
}

.caution {
  padding: 30px 50px;
  background-color: #bbccdb;
  border-radius: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .caution {
    padding: 30px 20px;
  }
}

.caution__text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.005em;
  line-height: 1.6;
}
@media print, screen and (max-width: 1023.9px) {
  .caution__text {
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.eq__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(6, 9, 16, 0.6);
}
.eq__link::after {
  content: "";
  display: block;
  width: 13px;
  height: 14px;
  background-image: url(../img/eq/arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
}