@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ul, ol {
  list-style: none;
}

html {
  box-sizing: content-box;
  overflow-x: hidden;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

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

@media screen and (min-width: 1200px) {
  .br_for-pc {
    display: inline;
  }
  .br_for-sp {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .br_for-pc {
    display: none;
  }
  .br_for-sp {
    display: inline;
  }
}
.header, h5, h4, h3, h2, h1 {
  line-height: 1.24;
}

h1 {
  font-size: 2.9375rem;
  font-size: clamp(2.25rem, 4vw, 4.5rem);
  font-weight: 900;
}
h1 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.6875rem, 2.5vw, 2.25rem);
  font-weight: 900;
}

h3 {
  font-size: 1.3125rem;
  font-weight: 700;
}

h4 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 3;
}
p.small {
  margin-top: 0.5rem;
  line-height: 1.24;
  font-size: 0.75rem;
}
p + p {
  margin-top: 1.5rem;
}

strong {
  font-weight: 700;
}

ul {
  list-style: none;
}
ul li {
  line-height: 1.54;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.catch-copy {
  font-weight: 700;
  line-height: 1.24;
}
.catch-copy.small {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
}
.catch-copy.medium {
  font-size: clamp(1.6875rem, 1.85vw, 2.25rem);
}
.catch-copy.large {
  font-size: clamp(2.25rem, 2.35vw, 2.9375rem);
}
.catch-copy.xlarge {
  font-size: clamp(2.625rem, 2.9vw, 3.5rem);
}
.read-sentence {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 3;
}

.head-border {
  display: flex;
  align-items: center;
  text-align: center;
}
.head-border:before, .head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: rgb(81, 85, 89);
}
.head-border:before {
  margin-right: 0.5rem;
}
.head-border:after {
  margin-left: 0.5rem;
}

.head-border_right {
  display: flex;
  align-items: center;
  text-align: center;
}
.head-border_right:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgb(81, 85, 89);
}
.head-border_right:after {
  margin-left: 0.5rem;
}

.head-dash {
  font-weight: 500;
}
.head-dash:before, .head-dash:after {
  content: "—";
}
.head-dash:before {
  margin-right: 0.5rem;
}
.head-dash:after {
  margin-left: 0.5rem;
}

.brackets {
  position: relative;
  padding: 10px 50px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.brackets::before, .brackets::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 40px;
  box-sizing: border-box;
}
.brackets::before {
  top: 0;
  left: 0;
  border-top: 2px solid rgb(81, 85, 89);
  border-left: 2px solid rgb(81, 85, 89);
}
.brackets::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid rgb(81, 85, 89);
  border-right: 2px solid rgb(81, 85, 89);
}

.copy-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 21px 40px;
  margin: 0 auto 80px auto;
  background: linear-gradient(45deg, #606060, #606060, #606060, #e7e5d4, #606060);
  border-radius: 80px;
  overflow: hidden;
  color: rgb(255, 255, 255);
}

.highlighter {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px 10px;
  font-weight: 700;
}
.highlighter.gray {
  background-color: rgb(81, 85, 89);
  color: rgb(255, 255, 255);
}

.underline {
  text-decoration: underline;
  text-decoration-color: rgb(191, 72, 0);
}

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

@media screen and (max-width: 1080px) {
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.6875rem;
    font-weight: 900;
  }
  h3 {
    font-size: 1.3125rem;
  }
  h3 span {
    border: 1px solid rgb(255, 255, 255);
    padding: 0.2rem 0.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
    font-weight: 900;
  }
  p {
    font-size: 1rem;
    line-height: 1.75;
  }
  p.small {
    line-height: 1.25;
  }
  small {
    font-size: 0.625rem;
  }
  ul li {
    margin-bottom: 10px;
    line-height: 1.24;
  }
  ul li span {
    font-weight: 900;
  }
  .catch-copy {
    font-weight: 700;
    line-height: 1.24;
  }
  .catch-copy.small {
    font-size: clamp(1rem, 2vw, 1.3125rem);
  }
  .catch-copy.medium {
    font-size: clamp(1.3125rem, 2.5vw, 1.6875rem);
  }
  .catch-copy.large {
    font-size: clamp(1.6875rem, 3.3vw, 2.25rem);
  }
  .catch-copy.xlarge {
    font-size: clamp(1.6875rem, 4.2vw, 2.9375rem);
  }
  .read-sentence {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 3;
  }
}
.button-wrap {
  display: flex;
  padding: calc(80px / 4) 80px;
  gap: 30px;
  row-gap: calc(30px * 1);
  justify-content: center;
}
.button-wrap .button_cover {
  margin: 0;
  flex-grow: 0;
  width: calc((100% - 60px) / 3);
}
.button-wrap .button_cover .button {
  width: 100%;
}

.include-button {
  padding-bottom: 2.5rem;
}
.include-button .flex-box {
  position: relative;
}
.include-button .flex-box .button-cover {
  position: absolute;
  top: 100%;
}
.include-button .flex-box .button-cover.right {
  right: 0;
}
.include-button .flex-box .button-cover.left {
  left: 0;
}
.include-button .flex-box .button-cover.small {
  margin-top: 0.5rem;
}
.include-button .flex-box .button-cover.small.right {
  right: 0;
}
.include-button .flex-box .button-cover.small .button {
  padding: 0.4rem 1rem 0.6rem 1rem;
  font-size: 0.75rem;
}

.button_cover {
  position: relative;
}
.button_cover img {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  height: 1.5rem;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(0, 134, 237);
  box-shadow: none;
  font-size: 1rem;
  color: rgb(0, 134, 237);
  transition: background 0.3s, color 0.3s;
}
.button:hover {
  background: rgb(0, 134, 237);
  color: #ffffff;
  box-shadow: none;
}

.button-arrow {
  height: 50px;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.button-arrow .arrow-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  width: 212px;
  gap: 12px;
}
.button-arrow .arrow-wrap.center {
  left: calc(50% - 106px);
}
.button-arrow .arrow-wrap.right {
  right: 0;
}
.button-arrow .arrow-wrap .link-box {
  position: absolute;
  padding: 0;
  right: 0;
  width: 100px;
  text-align: center;
}
.button-arrow .arrow-wrap .link-box a {
  display: block;
  padding: 7px 20px 10px 20px;
  width: 100%;
  background-color: rgb(0, 0, 0);
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.button-arrow .arrow-wrap .link-box a:hover {
  background-color: rgb(81, 85, 89);
  transition: all 0.3s;
}
.button-arrow .arrow-wrap .arrow {
  width: 100px;
  height: 2px;
  position: relative;
  background: currentColor;
  animation: text-arrow-100 3.7s ease infinite;
}
.button-arrow .arrow-wrap .arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.button-arrow .arrow-wrap.wide {
  width: 412px;
}
.button-arrow .arrow-wrap.wide .link-box {
  width: 200px;
}
.button-arrow .arrow-wrap.wide .arrow {
  width: 200px;
  animation-name: text-arrow-200;
}

header .inner nav .button_cover {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
header .inner nav .button_cover .button {
  padding: 4px 20px 5px 20px;
  background: linear-gradient(45deg, rgb(0, 70, 140), 80%, rgb(25, 100, 175));
}
header .inner nav .button_cover p {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.navi .button_cover {
  width: 15%;
}

.text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 1.3125rem;
  font-weight: 600;
}
.text-arrow__line {
  display: block;
  height: 2px;
  width: 100px;
  flex-shrink: 0;
  position: relative;
  background: currentColor;
  animation: text-arrow-100 3.7s ease infinite;
}
.text-arrow__line::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.text-arrow__line--20 {
  width: 20px;
  animation-name: text-arrow-50;
}
.text-arrow__line--50 {
  width: 50px;
  animation-name: text-arrow-50;
}
.text-arrow__line--100 {
  width: 100px;
  animation-name: text-arrow-100;
}
.text-arrow__line--200 {
  width: 200px;
  animation-name: text-arrow-200;
}
.text-arrow__line--full {
  flex: 1 1 0;
  width: auto;
  min-width: 30px;
  transform-origin: left center;
  animation-name: text-arrow-full;
}
.text-arrow__line--left {
  transform: scaleX(-1);
}

@keyframes text-arrow-50 {
  0% {
    width: 0;
    opacity: 0;
  }
  9% {
    width: 0;
    opacity: 1;
  }
  18% {
    width: 50px;
    opacity: 1;
  }
  97% {
    width: 50px;
    opacity: 1;
  }
  100% {
    width: 50px;
    opacity: 0;
  }
}
@keyframes text-arrow-100 {
  0% {
    width: 0;
    opacity: 0;
  }
  9% {
    width: 0;
    opacity: 1;
  }
  18% {
    width: 100px;
    opacity: 1;
  }
  97% {
    width: 100px;
    opacity: 1;
  }
  100% {
    width: 100px;
    opacity: 0;
  }
}
@keyframes text-arrow-200 {
  0% {
    width: 0;
    opacity: 0;
  }
  9% {
    width: 0;
    opacity: 1;
  }
  18% {
    width: 200px;
    opacity: 1;
  }
  97% {
    width: 200px;
    opacity: 1;
  }
  100% {
    width: 200px;
    opacity: 0;
  }
}
@keyframes text-arrow-full {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  9% {
    transform: scaleX(0);
    opacity: 1;
  }
  18% {
    transform: scaleX(1);
    opacity: 1;
  }
  97% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}
@media screen and (max-width: 1080px) {
  .button {
    width: 100%;
    min-width: 0;
  }
  .button-wrap {
    display: block;
    padding: calc(40px / 4) 40px;
  }
  .button-wrap .button_cover {
    width: 100%;
  }
  .button-wrap .button_cover .button {
    width: 100%;
  }
  .include-button {
    padding-bottom: 0;
  }
  .include-button .flex-box .button-cover {
    position: static;
  }
  .include-button .flex-box .button-cover.small {
    margin-top: 0.5rem;
  }
  .include-button .flex-box .button-cover.small .button {
    padding: 0.4rem 1rem 0.6rem 1rem;
    font-size: 0.75rem;
  }
  .button-arrow .arrow-wrap {
    width: 100px;
    gap: 6px;
  }
  .button-arrow .arrow-wrap .link-box {
    position: absolute;
    padding: 0;
    right: 0;
    width: 100px;
    text-align: center;
  }
  .button-arrow .arrow-wrap .link-box a:hover {
    transition: all 0.3s;
  }
  .button-arrow .arrow-wrap .arrow {
    color: #333;
    width: 100px;
    height: 2px;
    line-height: 1;
    position: relative;
    background: currentColor;
    background-color: #000;
    animation: arrowlong01 3.7s ease infinite;
  }
  @keyframes arrowlong01 {
    0% {
      width: 0;
      opacity: 0;
    }
    9% {
      width: 0;
      opacity: 1;
    }
    18% {
      width: 100px;
      opacity: 1;
    }
    97% {
      width: 100px;
      opacity: 1;
    }
    100% {
      width: 100px;
      opacity: 0;
    }
  }
  .button-arrow .arrow-wrap .arrow:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
  }
  .button-arrow .arrow-wrap.wide {
    width: 200px;
  }
  .button-arrow .arrow-wrap.wide .link-box {
    width: 200px;
  }
  .button-arrow .arrow-wrap.wide .arrow {
    width: 200px;
    animation: arrowlong02 3.7s ease infinite;
  }
  @keyframes arrowlong02 {
    0% {
      width: 0;
      opacity: 0;
    }
    9% {
      width: 0;
      opacity: 1;
    }
    18% {
      width: 100px;
      opacity: 1;
    }
    97% {
      width: 100px;
      opacity: 1;
    }
    100% {
      width: 100px;
      opacity: 0;
    }
  }
}
.smartphone {
  display: none;
}

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  box-shadow: none;
}
#header.alpha {
  background-color: rgba(255, 255, 255, 0);
}
#header.hide {
  transform: translateY(-100%);
}
#header.scroll {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
  animation-name: fade-anime;
  animation-duration: 0.5s;
}
#header.scroll .inner .logo a {
  width: 90px;
  height: 28px;
  background-image: url("../images/common/logo_test-black.svg");
}
#header .inner {
  display: flex;
  width: 100%;
  height: 84px;
  padding: 0 40px;
  grid-auto-flow: column;
  align-items: center;
}
#header .inner .logo a {
  display: block;
  width: 120px;
  height: 44px;
  background-image: url("../images/common/logo_test-black.svg");
  background-repeat: no-repeat;
}
#header .inner .logo a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#header .title h1 {
  margin-left: 15px;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
#header .title h1 span {
  font-size: 0.75rem;
}
#header nav ul {
  display: flex;
  justify-content: flex-end;
  font-weight: 100;
  list-style: none;
  height: 51px;
}
#header nav ul.sub-menu {
  opacity: 0;
}
#header nav ul.sub-menu:hover {
  opacity: 1;
}
#header nav ul li {
  margin-top: 0;
  /*共通の設定打消し*/
  line-height: 51px;
  margin-right: 50px;
}
#header nav ul li a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
#header nav ul li a.visited {
  pointer-events: none;
  color: rgba(81, 85, 89, 0.5);
}
#header nav ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
#header nav ul li a:hover + .sub-menu {
  opacity: 1;
}
#header nav ul li:last-child {
  margin-right: 0px;
}
@keyframes fade-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.computer {
  flex-grow: 1;
}

#fixed {
  position: fixed;
  width: 50px;
  height: 50px;
  right: -50px;
  bottom: calc(50% - 25px);
  transition: 0.5s;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
  z-index: 99;
}
#fixed a {
  display: block;
  height: 50px;
  color: black;
}
#fixed.scroll {
  transform: translateX(-100%);
}
#fixed .primary,
#fixed .secondry,
#fixed .tertiary {
  position: absolute;
  width: 150px;
  height: 50px;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 9px;
}
#fixed .primary:hover,
#fixed .secondry:hover,
#fixed .tertiary:hover {
  transform: translateX(-100px);
  background-color: rgba(226, 227, 228, 0.9);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
  z-index: 1000;
}
#fixed .primary p,
#fixed .secondry p,
#fixed .tertiary p {
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
#fixed .primary {
  top: 0;
  background-image: url("../images/icons/sns_note_000.svg");
}
#fixed .secondry {
  top: 50px;
  background-image: url("../images/icons/sns_instagram_000.svg");
}
#fixed .tertiary {
  cursor: help;
  bottom: 0;
  background-image: url("../images/icons/sns_contact_000.svg");
}
@keyframes fixed-fade-anime {
  0% {
    opacity: 0;
    transform: translate(50px, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0px, -50%);
  }
}

#footer .inner {
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 1rem 40px;
  grid-auto-flow: column;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: rgb(255, 255, 255);
  z-index: 1000;
}
#footer .inner nav {
  width: 100%;
}
#footer .inner nav a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
#footer .inner nav .vertical {
  position: relative;
}
#footer .inner nav .vertical h2 {
  position: absolute;
  font-size: 0.75rem;
}
#footer .inner nav .vertical ul {
  margin-top: 2rem;
}
#footer .inner nav .vertical ul li {
  margin-top: 0.75rem;
  font-size: 0.75rem;
}
#footer .inner nav .vertical ul li:first-child {
  margin-top: 0px;
}
#footer .inner nav .side ul li {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 0.75rem;
  font-weight: 900;
}
#footer .inner nav .side ul li:last-child {
  margin-right: 0;
}
#footer .inner nav .copyright {
  position: relative;
}
#footer .inner nav .copyright img {
  position: absolute;
  right: 0;
  bottom: calc(0px + 1.2rem);
  width: 120px;
}
#footer .inner nav .copyright p {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .vertical + .vertical {
  margin-left: 1.5rem;
}
#footer .vertical + .side {
  margin-left: 1.5rem;
}
#footer .side + .vertical {
  margin-left: 1.5rem;
}
#footer .side + .side {
  margin-left: 1.5rem;
}

@media screen and (max-width: 1080px) {
  .computer {
    display: none;
  }
  #header {
    top: 0;
    left: 0;
    width: 100%;
  }
  #header.alpha {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #header .inner {
    height: 75px;
    padding: 0 10px;
  }
  #header .inner .logo a {
    margin-left: 15px;
    width: 120px;
    height: 40px;
  }
  #header .header-icons {
    display: none;
  }
  #header nav ul {
    height: auto;
  }
  #header nav ul li {
    margin-right: 0px;
    border-top: solid 0.5px rgb(226, 227, 228);
    margin-bottom: 0;
  }
  #header nav ul li:first-child {
    margin-left: 0;
  }
  #header nav ul li:last-child {
    border-bottom: solid 0.5px rgb(226, 227, 228);
  }
  #header nav ul li a {
    padding: 0;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.9);
  }
  #header nav ul li a:hover {
    opacity: 0.8;
    background-color: rgba(81, 85, 89, 0.9);
    color: rgb(255, 255, 255);
  }
  #header nav ul li a.visited {
    pointer-events: none;
    color: rgba(81, 85, 89, 0.5);
  }
  #header.scroll .inner .logo a {
    width: 90px;
    height: 28px;
    background-image: url("../images/common/logo_test-black.svg");
  }
  #header.scroll nav li a {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #header.scroll nav li a:hover {
    opacity: 1;
    background-color: rgba(81, 85, 89, 0.9);
    color: rgb(255, 255, 255);
  }
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 31px;
    width: 60px;
  }
  .line-icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: rgb(81, 85, 89);
    border-radius: 2px;
    transition: ease 0.75s;
  }
  .first-view #hamburger .line-icon span {
    background-color: rgb(255, 255, 255);
  }
  .scroll #hamburger .line-icon span {
    background-color: rgb(81, 85, 89);
  }
  .line-icon span:nth-of-type(1) {
    top: 6px;
  }
  .line-icon span:nth-of-type(2) {
    top: 13px;
  }
  .line-icon span:nth-of-type(3) {
    bottom: 9px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 13px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 13px;
  }
  .smartphone {
    top: 75px;
    left: 0px;
    position: absolute;
    margin-top: 0;
    z-index: 100;
    width: 100%;
  }
  ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  #footer .inner {
    display: block;
    padding: 40px;
  }
  #footer .inner nav .vertical {
    position: relative;
  }
  #footer .inner nav .vertical h2 {
    position: initial;
  }
  #footer .inner nav .vertical ul {
    margin-top: 1rem;
  }
  #footer .inner nav .vertical ul li {
    margin-top: 0.75rem;
    font-size: 0.75rem;
  }
  #footer .inner nav .vertical ul li:first-child {
    margin-top: 0px;
  }
  #footer .inner nav .side ul li {
    display: inline-block;
    margin-right: 1.5rem;
  }
  #footer .inner nav .side ul li:last-child {
    margin-right: 0;
  }
  #footer .vertical + .vertical {
    margin-left: 0;
  }
  #footer .vertical + .side {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.anime .image-wrap img {
  transform: scale(1);
  transition: 0.9s all;
}
.anime .image-wrap img:hover {
  transform: scale(1.1);
  transition: 0.9s all;
}

.load-fast,
.load-normal,
.load-late,
.load-scroll-late,
.load-scroll {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.load-fast.is-show,
.load-normal.is-show,
.load-late.is-show,
.load-scroll-late.is-show,
.load-scroll.is-show {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.scroll-animation-lr {
  transform: translate(-50px, 0);
}

.scroll-animation-rl {
  transform: translate(50px, 0);
}

.scroll-animation-up {
  transform: translate(0, 50px);
}

.scroll-animation-down {
  transform: translate(0, -50px);
}

.scroll-animation-stay {
  transform: translate(0, 0px);
}

img-box {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  height: 100svh;
  overflow: hidden;
  position: relative;
}

.img-box > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  height: 100svh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 21s;
  animation-iteration-count: infinite;
  background-color: #000;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    z-index: 0;
    opacity: 0;
  }
}
/* 1枚目のスライド */
.img-box > div:first-of-type {
  background-image: url(../images/background_sea.jpg);
}

/* 2枚目のスライド */
.img-box > div:nth-of-type(2) {
  background-image: url(../images/background_dry-ground.jpg);
  animation-delay: 7s;
}

/* 3枚目のスライド */
.img-box > div:last-of-type {
  background-image: url(../images/background_lake.jpg);
  animation-delay: 14s;
}

.scroll-down {
  position: absolute;
  z-index: 999;
  right: 50%;
  top: calc(100vh - 84px);
  height: 50px;
}
.scroll-down span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #000;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.scroll-down:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 8px;
  background: #000;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media screen and (max-width: 1080px) {
  .scroll-animation-lr {
    transform: translate(0, 50px);
  }
  .scroll-animation-rl {
    transform: translate(0, 50px);
  }
  .scroll-animation-up {
    transform: translate(0, 50px);
  }
  .scroll-animation-down {
    transform: translate(0, 50px);
  }
  .scroll-animation-stay {
    transform: translate(0, 0px);
  }
}
@media screen and (max-width: 1080px) {
  .scroll-down {
    display: none;
    bottom: 10px;
    height: 30px;
  }
  .scroll-down span {
    top: -12px;
    font-size: 0.6rem;
  }
  .scroll-down:after {
    width: 2px;
    height: 30px;
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 15px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 30px;
      opacity: 0;
    }
  }
}
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: Black;
}

body {
  scroll-behavior: smooth;
}

a {
  color: rgb(0, 134, 237);
}

a:hover {
  color: rgb(204, 228, 251);
}

main {
  min-height: calc(100vh - 80px * 2);
  min-height: calc(100lvh - 80px * 2);
  min-height: calc(100svh - 80px * 2);
  position: relative;
}
main.top {
  padding-top: 0;
}
main.full {
  padding-top: 0;
}
main.landing {
  padding-top: 0;
}

section {
  position: relative;
  z-index: 100;
  color: rgb(31, 31, 35);
  padding: 80px 0;
}
section.next-bg {
  padding-bottom: 160px;
}
section:first-child {
  padding-top: 0;
}
section:last-child {
  padding-bottom: 160px;
}
section:last-child.site-cta {
  padding-bottom: 0;
}
@media screen and (max-width: 1080px) {
  section {
    padding: 25px 0;
  }
}
.all-wrapper {
  width: 100%;
  margin: 0;
  min-height: calc(100vh - 48px);
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wrapper.background-space {
  padding: 80px 0;
}

.container {
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
}
.container:last-child {
  margin-bottom: 0px;
}
.container:first-child {
  margin-top: 0px;
}
.container.full {
  width: 100%;
  min-width: 1200px;
}
.container.full .viewport-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh + 0px);
  height: calc(100lvh + 0px);
  height: calc(100svh + 0px);
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ccc;
}
.container.full .viewport-wrap.first-view {
  margin-top: 84px;
  height: calc(100lv - 84px);
  height: calc(100lvh - 84px);
  height: calc(100lvs - 84px);
}
.container.full .viewport-wrap.edge {
  width: calc(100% - 84px);
  height: calc(100vh - 84px);
  height: calc(100lvh - 84px);
  height: calc(100svh - 84px);
  margin-top: 42px;
}
.container.full .viewport-wrap .inner-cover {
  position: relative;
  height: 100vh;
  height: 100lvh;
  height: 100svh;
}
.container.full .viewport-wrap .viewport-inner {
  position: absolute;
}
.container.full .viewport-wrap .viewport-inner.full {
  top: 0%;
  left: 0%;
  z-index: 10;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  height: 100svh;
  overflow: hidden;
}
.container.medium-wide {
  max-width: calc(1200px + 600px);
  min-width: 1200px;
}
.container.wide {
  max-width: calc(1200px + 400px);
  min-width: 1200px;
}
.container.wide header {
  padding-right: 80px;
  padding-left: 80px;
}
.container.default {
  width: 1200px;
}
.container.default header {
  padding-right: 80px;
  padding-left: 80px;
}
.container.slim {
  width: calc(1200px - 120px);
}
.container.narrow {
  width: calc(1200px - 300px);
}
.container.narrow header {
  padding: 0 40px;
}
.container.page-header {
  width: 1200px;
}
.container.contact {
  min-width: 960px;
  max-width: 1080px;
  margin-bottom: 0;
}

.title-section h1 {
  font-size: 4.5rem;
  font-weight: 900;
}
.title-section h2 {
  font-size: 2.625rem;
  font-weight: 900;
}

.flex-add, .flex-button {
  display: flex;
  gap: 30px;
  row-gap: calc(30px * 1);
  align-items: stretch;
  justify-content: center;
}
.flex-add.wrap, .wrap.flex-button {
  flex-wrap: wrap;
  justify-content: left;
}
.flex-add.wrap.double, .wrap.double.flex-button {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.flex-add.wrap.double .flex-box, .wrap.double.flex-button .flex-box {
  width: calc((100% - 30px) / 2);
  position: relative;
}
.flex-add.wrap.trisection, .wrap.trisection.flex-button {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.flex-add.wrap.trisection .flex-box, .wrap.trisection.flex-button .flex-box {
  width: calc((100% - 60px) / 3);
  position: relative;
}
.flex-add.wrap.quadrant, .wrap.quadrant.flex-button {
  -moz-column-gap: calc(30px / 3 * 2);
       column-gap: calc(30px / 3 * 2);
}
.flex-add.wrap.quadrant .flex-box, .wrap.quadrant.flex-button .flex-box {
  width: calc((100% - 30px / 3 * 2 * 3) / 4);
  position: relative;
}
.flex-add.wrap.quintuplets, .wrap.quintuplets.flex-button {
  -moz-column-gap: calc(30px / 3 * 2);
       column-gap: calc(30px / 3 * 2);
}
.flex-add.wrap.quintuplets p, .wrap.quintuplets.flex-button p {
  font-size: 0.75rem;
}
.flex-add.wrap.quintuplets .flex-box, .wrap.quintuplets.flex-button .flex-box {
  width: calc((100% - 30px / 3 * 2 * 4) / 5);
  position: relative;
}
.flex-add.wrap.sextant, .wrap.sextant.flex-button {
  -moz-column-gap: calc(30px / 2);
       column-gap: calc(30px / 2);
}
.flex-add.wrap.sextant p, .wrap.sextant.flex-button p {
  font-size: 0.75rem;
}
.flex-add.wrap.sextant .flex-box, .wrap.sextant.flex-button .flex-box {
  width: calc((100% - 30px / 2 * 5) / 6);
  position: relative;
}
.flex-add.wrap.tab, .wrap.tab.flex-button {
  -moz-column-gap: calc(30px / 3 * 2);
       column-gap: calc(30px / 3 * 2);
}
.flex-add.wrap.tab .flex-box, .wrap.tab.flex-button .flex-box {
  width: calc((100% - 30px / 3 * 2 * 3) / 4);
  position: relative;
  background-color: rgb(0, 0, 0);
}
.flex-add.wrap.tab .flex-box.disable, .wrap.tab.flex-button .flex-box.disable {
  background-color: rgb(137, 141, 146);
}
.flex-add.wrap.tab .flex-box.disable a, .wrap.tab.flex-button .flex-box.disable a {
  color: rgb(81, 85, 89);
}
.flex-add.wrap.tab .flex-box a, .wrap.tab.flex-button .flex-box a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 2rem 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.flex-add.wrap.tab .flex-box a:hover, .wrap.tab.flex-button .flex-box a:hover {
  background-color: rgb(81, 85, 89);
  transition: all 0.3s;
}
.flex-add.wrap.tiles .flex-box, .wrap.tiles.flex-button .flex-box {
  display: block;
  color: rgb(255, 255, 255);
  height: 100%;
}
.flex-add.wrap.tiles .inner, .wrap.tiles.flex-button .inner {
  position: absolute;
  left: 2%;
  bottom: 2%;
  width: 96%;
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.flex-add.wrap.tiles .inner h5, .wrap.tiles.flex-button .inner h5 {
  font-size: 1rem;
  font-weight: 700;
}
.flex-add.wrap.tiles .inner p, .wrap.tiles.flex-button .inner p {
  font-size: 0.625rem;
  line-height: 1.24;
}
.flex-add.wrap.tiles .image-box, .wrap.tiles.flex-button .image-box {
  aspect-ratio: 1/1;
}
.flex-add .flex-box.grow-ratio, .flex-button .flex-box.grow-ratio {
  flex-grow: 2;
}
.flex-add .flex-box.inner, .flex-button .flex-box.inner {
  position: relative;
}
.flex-add .flex-box.inner .inner-box, .flex-button .flex-box.inner .inner-box {
  width: 60%;
  top: 50%;
  position: absolute;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.flex-add .flex-box.inner .inner-box.right, .flex-button .flex-box.inner .inner-box.right {
  right: 5%;
}
.flex-add .flex-box.inner .inner-box.left, .flex-button .flex-box.inner .inner-box.left {
  left: 5%;
}
.flex-add .one-side, .flex-button .one-side {
  width: 50%;
  float: right;
}
.spread {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: calc(80px / 4) 80px;
}
.spread > *:first-child {
  justify-self: start;
}
.spread > *:nth-child(2) {
  justify-self: center;
}
.spread > *:last-child {
  justify-self: end;
}

.image-wrap {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
.image-wrap.float-left {
  float: left;
  width: calc((100% - 30px) / 4);
  height: auto;
  margin: 0 calc(30px / 2) calc(30px / 3) 0;
}
.image-wrap.float-left .image-box {
  margin-top: calc((16px * 3 - 16px) / 2);
}
.image-wrap.float-right {
  float: right;
  width: calc((100% - 30px) / 4);
  height: auto;
  margin: 0 0 calc(30px / 3) calc(30px / 2);
}
.image-wrap.float-right .image-box {
  margin-top: calc((16px * 3 - 16px) / 2);
}
.image-wrap.border img {
  border: 1px solid rgb(137, 141, 146);
}
.image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-wrap.anime img:hover {
  transform: scale(1.1);
  transition: 0.9s all;
}
.image-wrap.gray {
  position: relative;
  background-color: rgb(226, 227, 228);
}
.image-box {
  overflow: hidden;
  margin: auto;
  width: 100%;
}
.image-box.fix-w70par {
  width: 70%;
  margin-left: 0;
}
.image-box.fix-w900 {
  width: 900px;
}
.image-box.fix-w700 {
  width: 700px;
}
.image-box.fix-w500 {
  width: 500px;
}
.image-box.fix-w400 {
  width: 400px;
}
.image-box.fix-w300 {
  width: 300px;
}
.image-box.fix-w150 {
  width: 150px;
  aspect-ratio: 5/3;
}
.image-box.fix-h400 {
  height: 400px;
}
.image-box.fix-h300 {
  height: 300px;
}
.image-box.fix-h200 {
  height: 200px;
}
.image-box.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.image-box.contain.right img {
  -o-object-position: right;
     object-position: right;
}
.image-box.none img {
  -o-object-fit: none;
     object-fit: none;
}
.image-box.image-space {
  padding: calc(80px / 2);
}

.flame {
  border: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.75);
}
.flame.radius {
  border-radius: 25px;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .container {
    margin-bottom: 40px;
  }
  .container.full {
    width: 100%;
    min-width: 0;
  }
  .container.full .viewport-wrap h1 {
    font-size: 2.9375rem;
  }
  .container.full .viewport-wrap h2 {
    font-size: 18px;
  }
  .container.full .viewport-wrap h2 + p {
    margin-top: 0;
  }
  .container.full .viewport-wrap .viewport-inner.full {
    overflow: hidden;
  }
  .container.wide {
    max-width: none;
    min-width: 0;
    width: calc(100% - 30px);
  }
  .container.wide header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.medium-wide {
    max-width: none;
    min-width: 0;
    width: calc(100% - 30px);
  }
  .container.medium-wide header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.default {
    width: calc(100% - 30px);
  }
  .container.default header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.slim {
    width: calc(100% - 60px);
  }
  .container.slim header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.narrow {
    width: calc(100% - 60px);
  }
  .container.narrow header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container.contact {
    width: 100%;
  }
  .container .inner-box {
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper.background-space {
    padding: 40px 0;
  }
  .flex-add-sp, .flex-add, .flex-button {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 0;
  }
  .flex-add-sp.wrap.double .flex-box, .wrap.double.flex-add .flex-box, .wrap.double.flex-button .flex-box {
    width: 100%;
    position: relative;
  }
  .flex-add-sp.wrap.double .flex-box.wrap, .wrap.double.flex-add .flex-box.wrap, .wrap.double.flex-button .flex-box.wrap {
    margin-bottom: 40px;
  }
  .flex-add-sp.wrap p, .wrap.flex-add p, .wrap.flex-button p {
    margin-top: calc(40px / 4);
  }
  .flex-add-sp.wrap.trisection .flex-box, .wrap.trisection.flex-add .flex-box, .wrap.trisection.flex-button .flex-box {
    width: 100%;
  }
  .flex-add-sp.wrap.quadrant, .wrap.quadrant.flex-add, .wrap.quadrant.flex-button {
    display: flex;
    gap: calc(30px / 2);
  }
  .flex-add-sp.wrap.quadrant .flex-box, .wrap.quadrant.flex-add .flex-box, .wrap.quadrant.flex-button .flex-box {
    width: calc((100% - 30px / 2) / 2);
  }
  .flex-add-sp.wrap.quadrant .flex-box + .flex-box, .wrap.quadrant.flex-add .flex-box + .flex-box, .wrap.quadrant.flex-button .flex-box + .flex-box {
    margin-top: 0;
  }
  .flex-add-sp.wrap.quintuplets, .wrap.quintuplets.flex-add, .wrap.quintuplets.flex-button {
    display: flex;
    gap: calc(30px / 2);
  }
  .flex-add-sp.wrap.quintuplets .flex-box, .wrap.quintuplets.flex-add .flex-box, .wrap.quintuplets.flex-button .flex-box {
    width: calc((100% - 30px / 2) / 2);
  }
  .flex-add-sp.wrap.quintuplets .flex-box + .flex-box, .wrap.quintuplets.flex-add .flex-box + .flex-box, .wrap.quintuplets.flex-button .flex-box + .flex-box {
    margin-top: 0;
  }
  .flex-add-sp.wrap.sextant, .wrap.sextant.flex-add, .wrap.sextant.flex-button {
    display: flex;
    gap: calc(30px / 2);
  }
  .flex-add-sp.wrap.sextant .flex-box, .wrap.sextant.flex-add .flex-box, .wrap.sextant.flex-button .flex-box {
    width: calc((100% - 30px / 2) / 2);
  }
  .flex-add-sp.wrap.sextant .flex-box + .flex-box, .wrap.sextant.flex-add .flex-box + .flex-box, .wrap.sextant.flex-button .flex-box + .flex-box {
    margin-top: 0;
  }
  .flex-add-sp.wrap.tiles, .wrap.tiles.flex-add, .wrap.tiles.flex-button {
    display: flex;
    gap: calc(30px / 2);
  }
  .flex-add-sp.wrap.tiles .flex-box, .wrap.tiles.flex-add .flex-box, .wrap.tiles.flex-button .flex-box {
    width: calc((100% - 30px / 2) / 2);
  }
  .flex-add-sp.wrap.tiles .flex-box + .flex-box, .wrap.tiles.flex-add .flex-box + .flex-box, .wrap.tiles.flex-button .flex-box + .flex-box {
    margin-top: 0;
  }
  .flex-add-sp.sp-flex, .sp-flex.flex-add, .sp-flex.flex-button {
    display: flex;
  }
  .spread {
    grid-template-columns: 1fr;
    padding: calc(40px / 2) 0;
    gap: calc(30px / 2);
  }
  .spread > *:first-child,
  .spread > *:nth-child(2),
  .spread > *:last-child {
    justify-self: center;
  }
  .image-box {
    overflow: hidden;
    margin: auto;
  }
  .image-box.fix-w-sp {
    width: 80%;
  }
  .image-box.fix-w700 {
    width: 100%;
  }
  .image-box.fix-w700 {
    width: 100%;
  }
  .image-box.fix-w500 {
    width: 100%;
  }
  .image-box.fix-w400 {
    width: 100%;
  }
  .image-box.fix-w300 {
    width: 100%;
  }
  .image-box.fix-w200 {
    width: 80%;
  }
  .image-box.fix-w150 {
    width: 30%;
  }
  .image-box.fix-h200 {
    width: 80%;
  }
  .image-box.contain.right img {
    -o-object-position: center;
       object-position: center;
  }
  .image-wrap {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
  }
  .image-wrap.float-left {
    float: left;
    width: 50%;
    height: auto;
    margin: 0 calc(30px / 2) calc(30px / 6) 0;
  }
  .image-wrap.float-left .image-box {
    margin-top: calc((16px * 3 - 16px) / 2);
    aspect-ratio: 4/3;
  }
  .image-wrap.float-right {
    float: right;
    width: 50%;
    height: auto;
    margin: 0 0 calc(30px / 6) calc(30px / 2);
  }
  .image-wrap.float-right .image-box {
    margin-top: calc((16px * 3 - 16px) / 2);
    aspect-ratio: 4/3;
  }
  .image-wrap.border img {
    border: 1px solid rgb(137, 141, 146);
  }
  .title-section h1 {
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .title-section h2 {
    font-size: 1.3125rem;
    font-weight: 900;
  }
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: calc(30px / 2);
  row-gap: 0;
}
.tab-wrap label {
  position: relative;
}
.tab-wrap .tab-label {
  flex: 1;
  order: -1;
  cursor: pointer;
  padding: 15px 12px;
  text-align: center;
  color: rgb(0, 0, 0);
  transition: 0.5s;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: solid rgb(0, 0, 0);
  border-width: 1px 1px 1px 1px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(81, 85, 89, 0) 40%);
}
.tab-wrap .tab-label::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(30px / -2 - 1px);
  margin: 0;
  width: calc(30px / 2);
  height: 1px;
  background-color: rgb(0, 0, 0);
}
.tab-wrap .tab-label:hover {
  background: linear-gradient(rgba(81, 85, 89, 0.7), rgba(81, 85, 89, 0.7));
  color: rgb(255, 255, 255);
}
.tab-wrap {
  /* 先頭タブのつなぎ線は非表示 — HTMLクラス不要、CSS セレクタで制御 */
}
.tab-wrap .tab-switch:first-of-type + .tab-label::after {
  content: none;
}
.tab-wrap .tab-content {
  width: 100%;
  padding: 15px 12px;
  display: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border: solid rgb(0, 0, 0);
  border-width: 0px 1px 1px 1px;
}
.tab-wrap {
  /* アクティブなタブ */
}
.tab-wrap .tab-switch:checked + .tab-label {
  background: rgb(255, 255, 255);
  border-width: 1px 1px 0px 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  pointer-events: none;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

table {
  width: 100%;
}
table thead {
  font-size: 0.75rem;
  line-height: 1.24;
  text-align: left;
}
table thead th {
  padding: 0.5rem 0.5rem;
}
table tbody tr {
  border-bottom: 1px solid rgb(81, 85, 89);
}
table tbody tr:first-child {
  border-top: 1px solid rgb(81, 85, 89);
}
table tbody td {
  padding: 1rem 1rem;
}
table tbody td span.small {
  font-size: 0.625rem;
}

@media screen and (max-width: 1080px) {
  .tab-content {
    flex-wrap: wrap;
    gap: 0 5px;
  }
}
@media screen and (max-width: 1080px) {
  .tab-wrap {
    gap: calc(30px / 5);
    row-gap: 0;
  }
  .tab-wrap .tab-label::after {
    left: calc(30px / -5 - 1px);
    width: calc(30px / 5);
  }
}
.plan-compare-wrap .plan-tab-switch {
  display: none;
}
.plan-compare-wrap .plan-compare-tabs {
  display: none;
}
.plan-compare-wrap .plan-compare {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  grid-auto-flow: dense;
  background: rgb(255, 255, 255);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.12);
}
.plan-compare-wrap .plan-compare .compare-col--premium {
  grid-column: 1;
}
.plan-compare-wrap .plan-compare .compare-col--item {
  grid-column: 2;
}
.plan-compare-wrap .plan-compare .compare-col--standard {
  grid-column: 3;
}
.plan-compare-wrap .plan-compare > div {
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.plan-compare-wrap .plan-compare .compare-head {
  font-size: 1.5rem;
  font-weight: 900;
  color: rgb(255, 255, 255);
  letter-spacing: 0.08em;
}
.plan-compare-wrap .plan-compare .compare-head.compare-col--item {
  background: rgb(255, 255, 255);
}
.plan-compare-wrap .plan-compare .compare-head.compare-col--premium {
  background: rgb(255, 112, 112);
}
.plan-compare-wrap .plan-compare .compare-head.compare-col--standard {
  background: rgb(0, 134, 237);
}
.plan-compare-wrap .plan-compare .compare-val {
  border-top: 1px dashed rgb(81, 85, 89);
  font-size: 1.3125rem;
}
.plan-compare-wrap .plan-compare .compare-val.compare-col--item {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(81, 85, 89);
}
.plan-compare-wrap .plan-compare .compare-val.compare-col--premium {
  font-weight: 900;
  color: rgb(255, 112, 112);
}
.plan-compare-wrap .plan-compare .compare-val.compare-col--standard {
  font-weight: 900;
  color: rgb(0, 134, 237);
}
.plan-compare-wrap .plan-compare-btn {
  padding: 30px 0 10px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .plan-compare-wrap .plan-compare-tabs {
    display: flex;
    border: 1px solid rgb(226, 227, 228);
    border-bottom: none;
  }
  .plan-compare-wrap .plan-compare-tab {
    flex: 1;
    padding: 14px 16px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.04);
    transition: background 0.3s, color 0.3s;
  }
  .plan-compare-wrap .plan-compare-tab + .plan-compare-tab {
    border-left: 1px solid rgb(226, 227, 228);
  }
  .plan-compare-wrap .plan-compare {
    grid-template-columns: 1fr 1fr;
  }
  .plan-compare-wrap .plan-compare .compare-head {
    display: none;
  }
  .plan-compare-wrap .plan-compare .compare-col--item {
    grid-column: 1;
  }
  .plan-compare-wrap .plan-compare .compare-col--premium {
    grid-column: 2;
  }
  .plan-compare-wrap .plan-compare .compare-col--standard {
    grid-column: 2;
  }
  .plan-compare-wrap .plan-compare .compare-val.compare-col--standard {
    display: none;
  }
  .plan-compare-wrap .plan-compare .compare-val {
    font-size: 1rem;
    line-height: 1.54;
  }
  .plan-compare-wrap .plan-compare .compare-valb {
    font-size: 0.75rem;
  }
  .plan-compare-wrap .plan-compare .compare-val.compare-col--item {
    font-size: 0.875rem;
  }
  .plan-compare-wrap .plan-compare > div {
    padding: 15px 15px;
    justify-content: start;
    text-align: left;
  }
  .plan-compare-wrap #plan-tab-premium:checked ~ .plan-compare-tabs .plan-compare-tab:first-child {
    background: rgb(255, 112, 112);
    color: rgb(255, 255, 255);
  }
  .plan-compare-wrap #plan-tab-standard:checked ~ .plan-compare .compare-val.compare-col--premium {
    display: none;
  }
  .plan-compare-wrap #plan-tab-standard:checked ~ .plan-compare .compare-val.compare-col--standard {
    display: flex;
  }
  .plan-compare-wrap #plan-tab-standard:checked ~ .plan-compare-tabs .plan-compare-tab:first-child {
    background: rgba(0, 0, 0, 0.04);
    color: rgb(31, 31, 35);
  }
  .plan-compare-wrap #plan-tab-standard:checked ~ .plan-compare-tabs .plan-compare-tab:last-child {
    background: rgb(0, 134, 237);
    color: rgb(255, 255, 255);
  }
}

.card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
  color: rgb(31, 31, 35);
  box-shadow: 0px 0px 10px rgb(137, 141, 146);
}
.card__title, .card__media, .card__meta, .card__text, .card__link {
  margin-top: 0;
}
.card__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card__media {
  overflow: hidden;
  background: #d9d9d9;
}
.card__media .image-wrap .image-box {
  aspect-ratio: 4/3;
}
.card__meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  text-decoration: none;
}
.card--panel {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
}
.card--panel .card__inner {
  padding: 10px 10px 20px;
}
.card--panel .card__title {
  display: inline-flex;
  align-self: flex-start;
  font-size: 1.125rem;
  line-height: 1.54;
  font-weight: 700;
}
.card--panel .card__text {
  line-height: 1.9;
  font-size: 1rem;
}
.card--article {
  position: relative;
  padding: 0;
}
.card--article .card__inner {
  padding: 10px 20px 20px;
}
.card--article .card__meta {
  justify-content: space-between;
  font-size: 1rem;
}
.card--article .card__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
  font-weight: 700;
  white-space: nowrap;
}
.card--article .card__meta span.tag {
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  border-radius: 30px;
  background-color: rgb(0, 134, 237);
}
.card--article .card__text {
  line-height: 1.54;
  font-size: 1rem;
}
.card--article .card__link {
  min-height: 100px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.card-wrap {
  position: relative;
}
.card-wrap .card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
  color: rgb(31, 31, 35);
  box-shadow: 0px 0px 10px rgb(137, 141, 146);
}
.card-wrap .card__title, .card-wrap .card__media, .card-wrap .card__meta, .card-wrap .card__text, .card-wrap .card__link {
  margin-top: 0;
}
.card-wrap .card__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-wrap .card__media {
  overflow: hidden;
  background: #d9d9d9;
}
.card-wrap .card__media .image-wrap .image-box {
  aspect-ratio: 4/3;
}
.card-wrap .card__meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card-wrap .card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  text-decoration: none;
}
.card-wrap .card--panel {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
}
.card-wrap .card--panel .card__inner {
  padding: 10px 10px 20px;
}
.card-wrap .card--panel .card__title {
  display: inline-flex;
  align-self: flex-start;
  font-size: 1.125rem;
  line-height: 1.54;
  font-weight: 700;
}
.card-wrap .card--panel .card__text {
  line-height: 1.9;
  font-size: 1rem;
}
.card-wrap .card--article {
  position: relative;
  padding: 0;
}
.card-wrap .card--article .card__inner {
  padding: 10px 20px 20px;
}
.card-wrap .card--article .card__meta {
  justify-content: space-between;
  font-size: 1rem;
}
.card-wrap .card--article .card__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
  font-weight: 700;
  white-space: nowrap;
}
.card-wrap .card--article .card__meta span.tag {
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  border-radius: 30px;
  background-color: rgb(0, 134, 237);
}
.card-wrap .card--article .card__text {
  line-height: 1.54;
  font-size: 1rem;
}
.card-wrap .card--article .card__link {
  min-height: 100px;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.card-wrap .inside-box {
  display: flex;
  gap: 20px;
}
.card-wrap--panel {
  padding: 80px 0;
}
.card-wrap--panel .inside-box {
  align-items: stretch;
}
.card-wrap--panel .card--panel {
  width: calc((100% - 30px * 2) / 5);
}
.card-wrap--panel.col-3 .card--panel {
  width: calc((100% - 30px) / 3);
}
.card-wrap--article {
  padding: 80px 0;
}
.card-wrap--article .inside-box {
  align-items: stretch;
}
.card-wrap--article .card--article {
  width: calc((100% - 30px) / 3);
}

.sort-filter {
  margin-bottom: 80px;
}

.sort-order-wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.sort-order-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.sort-order {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 50px;
  width: 100%;
  padding: 0 40px 0 20px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}

.sort-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.sort-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  font-size: 1.3125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.sort-select-wrap {
  display: none;
}

.sort-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  padding: 0 40px 0 20px;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 1080px) {
  .sort-filter {
    margin-bottom: 40px;
  }
  .sort-tabs {
    display: none;
  }
  .sort-select-wrap {
    display: block;
    position: relative;
    width: 100%;
  }
  .sort-select-wrap::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
  }
}
.quote-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.quote-card {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  color: rgb(31, 31, 35);
  transition: opacity 0.2s;
}
.quote-card:hover {
  opacity: 0.85;
}
.quote-card__image {
  width: 100%;
  aspect-ratio: 8/5;
  overflow: hidden;
}
.quote-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.quote-card:hover .quote-card__image img {
  transform: scale(1.03);
}
.quote-card__no-image {
  width: 100%;
  aspect-ratio: 8/5;
  background-color: rgb(226, 227, 228);
}
.quote-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 40px;
}
.quote-card__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.quote-card__date {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 2.1px;
  color: #252525;
}
.quote-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 134, 237);
}
.quote-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.54;
  color: rgb(31, 31, 35);
}
.quote-card__desc {
  flex: 1;
  font-size: 1rem;
  line-height: 30px;
  color: #252525;
}
.quote-card__footer {
  display: flex;
  justify-content: flex-end;
}
.quote-card__viewmore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.3125rem;
  font-weight: 900;
  color: rgb(0, 134, 237);
}
.quote-card__arrow {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: currentColor;
  position: relative;
  vertical-align: middle;
  flex-shrink: 0;
}
.quote-card__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
  .quote-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .quote-card__image {
    aspect-ratio: 4/3;
  }
  .quote-card__body {
    gap: 20px;
    padding: 20px;
  }
  .quote-card__footer {
    display: none;
  }
}
.card-group {
  position: relative;
}
.card-group .inner-box__label {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card-group .inner-box__header {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 30px;
}
.card-group .inner-box__header-inner {
  position: relative;
  z-index: 2;
}
.card-group .inner-box__lead {
  margin-top: 20px;
  max-width: 760px;
}
.card-group .inner-box__body {
  position: relative;
  z-index: 2;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}
.card-group .inside-box {
  display: flex;
  gap: 20px;
}
.card-group--panel {
  padding: 80px 0;
}
.card-group--panel .inside-box {
  align-items: stretch;
}
.card-group--panel .card--panel {
  width: calc((100% - 30px * 2) / 5);
}
.card-group--panel.col-3 .card--panel {
  width: calc((100% - 30px) / 3);
}
.card-group--article {
  padding: 80px 0;
}
.card-group--article .inside-box {
  align-items: stretch;
}
.card-group--article .card--article {
  width: calc((100% - 30px) / 3);
}

.panel-wrap {
  position: relative;
  display: flex;
  gap: 20px;
}
.panel-wrap .panel {
  flex: 1;
}
.panel-wrap .panel-inner {
  display: flex;
  flex-direction: column;
}
.panel-wrap .panel-inner .label {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.panel-wrap .panel-inner .header {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 30px;
}
.panel-wrap .panel-inner .header-inner {
  position: relative;
  z-index: 2;
}
.panel-wrap .panel-inner .lead-copy {
  margin-top: 20px;
  max-width: 760px;
}
.panel-wrap .panel-inner .body-copy {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.panel-wrap .panel-inner .inside-box {
  display: flex;
  gap: 20px;
}
.panel-wrap--panel {
  padding: 80px 0;
}
.panel-wrap--panel .inside-box {
  align-items: stretch;
}
.panel-wrap--panel .card--panel {
  width: calc((100% - 30px * 2) / 5);
}
.panel-wrap--panel.col-3 .card--panel {
  width: calc((100% - 30px) / 3);
}
.panel-wrap--article {
  padding: 80px 0;
}
.panel-wrap--article .inside-box {
  align-items: stretch;
}
.panel-wrap--article .card--article {
  width: calc((100% - 30px) / 3);
}

.flow {
  gap: 0;
}
.flow .arrow {
  position: relative;
  width: 40px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid rgb(0, 134, 237);
}

@media screen and (max-width: 1080px) {
  .card {
    gap: 15px;
  }
  .card__meta {
    align-items: flex-start;
    gap: 10px;
  }
  .card--panel .card__title {
    font-size: 1.125rem;
  }
  .card--article .card__title {
    font-size: 1.125rem;
  }
  .card--article .card__link {
    min-height: 70px;
  }
  .card-group .inner-box__header {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .card-group .inner-box__lead {
    max-width: none;
    margin-top: 15px;
  }
  .card-group .inner-box__body {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .card-group .inside-box {
    gap: 30px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .card-group--panel, .card-group--article {
    padding: 25px 0;
  }
  .card-group--panel .card--panel {
    width: 100%;
  }
  .card-group--panel.col-3 .card--panel {
    width: 100%;
  }
  .card-group--article .card--article {
    width: 100%;
  }
  .flow {
    flex-direction: column;
    gap: 0;
  }
  .flow .arrow {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow .arrow::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-top: 16px solid rgb(0, 134, 237);
    border-bottom: none;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}