@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  opacity: 0;
  background: none;
  background-color: #F5F6FA;
  font-feature-settings: "palt";
}

body.disable-scroll {
  overflow: hidden;
}

img, svg, img[src$=".svg"] {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: opacity 0.4s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

strong {
  font-weight: 900;
}

b {
  font-weight: 700;
}

.grecaptcha-badge {
  display: none !important;
}

.u-hidden {
  display: none !important;
}

.u-color-invert {
  filter: brightness(0) invert(1) !important;
}

.u-visible2 {
  visibility: visible !important;
  opacity: 1 !important;
}

.utils-anime-fadein {
  opacity: 0;
  animation: fade-in 0.3s linear forwards;
}
@media screen and (min-width: 960px) {
  .utils-anime-fadein {
    animation: fade-in 0.4s linear forwards;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-filter-theme {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.u-link-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.u-visible-hidden {
  opacity: 0;
  visibility: hidden;
}

.u-sp-only {
  display: block !important;
}
@media screen and (min-width: 960px) {
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .u-sp-only.inline {
    display: inline-block !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .u-pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  .u-pc-only.inline {
    display: inline-block !important;
  }
}

.u-m-0 {
  margin: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

@media screen and (max-width: 959px) {
  .u-p-0-sp {
    padding: 0 !important;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-anchor-offset {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 960px) {
  .u-anchor-offset {
    padding-top: 170px;
    margin-top: -170px;
  }
}

.u-parallax {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.u-parallax-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.u-scroll-disabled {
  overflow: hidden;
}

.u-br-none {
  border-radius: 0 !important;
}

.u-bg-gray {
  background-color: #E9ECF0;
}

.u-bg-white {
  background-color: #FFFFFF;
}

.u-bg-theme {
  background-color: #00ACF5;
}

.u-bg-black {
  background-color: #000000;
}

.u-bg-transparent {
  background-color: transparent;
}

.button-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 50px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: #FFFFFF;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-radius: 100px;
  border: 1px solid #006BE2;
  transition: color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .button-cta {
    min-width: 284px;
    padding: 0 50px 2px 60px;
  }
}
@media screen and (min-width: 960px) {
  .button-cta {
    min-width: min(13.1795716639vw, 160px);
    height: 50px;
    font-size: min(0.9884678748vw, 12px);
    padding: 0 min(1.647446458vw, 20px) 2px min(3.7067545305vw, 45px);
  }
}

.button-cta:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  width: 20px;
  height: 26px;
  background-image: url(../img/00_common/button-download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 2;
  background-color: transparent;
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 960px) {
  .button-cta:after {
    left: min(2.1416803954vw, 26px);
    width: min(1.647446458vw, 20px);
    height: min(2.1416803954vw, 26px);
  }
}

.button-cta:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: inherit;
  background: #006BE2;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.button-cta span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.button-cta--contact {
  border: 1px solid #00ACF5;
}

.button-cta--contact:before {
  background-color: #00ACF5;
}

.button-cta--contact:after {
  background-image: url(../img/00_common/button-contact.svg);
}
@media screen and (min-width: 960px) {
  .button-cta--contact:after {
    left: min(1.4827018122vw, 18px);
    width: min(1.9769357496vw, 24px);
    height: min(2.3064250412vw, 28px);
  }
}

.button-cta--anime2:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: opacity 0.3s ease-in, -webkit-clip-path 0.3s ease-in-out;
  transition: opacity 0.3s ease-in, clip-path 0.3s ease-in-out;
  transition: opacity 0.3s ease-in, clip-path 0.3s ease-in-out, -webkit-clip-path 0.3s ease-in-out;
}

@media (hover: hover) {
  .button-cta:hover {
    opacity: 1 !important;
    color: #006BE2 !important;
    border: 1px solid #006BE2 !important;
  }
  .button-cta--contact:hover {
    color: #00ACF5 !important;
    border: 1px solid #00ACF5 !important;
  }
  .button-cta:hover::before {
    opacity: 0 !important;
  }
  .button-cta:hover:after {
    filter: none !important;
  }
  .button-cta--anime2:hover:before {
    opacity: 0 !important;
    -webkit-clip-path: inset(0 0 0 100%) !important;
            clip-path: inset(0 0 0 100%) !important;
  }
}
.button-cta--l {
  min-width: 230px;
  height: 64px;
  font-size: 16px;
  border: 3px solid #FFFFFF;
}
@media screen and (max-width: 959px) {
  .button-cta--l {
    padding: 0 50px 0 70px;
  }
}
@media screen and (min-width: 960px) {
  .button-cta--l {
    min-width: 280px;
    height: 80px;
    font-size: 18px;
  }
}

.button-cta--l:after {
  left: 48px;
  width: 20px;
  height: 32px;
}
@media screen and (min-width: 960px) {
  .button-cta--l:after {
    left: 54px;
    width: 30px;
    height: 34px;
  }
}

.button-cta--l.button-cta--contact:after {
  left: 36px;
  width: 28px;
  height: 32px;
}
@media screen and (min-width: 960px) {
  .button-cta--l.button-cta--contact:after {
    left: 40px;
    width: 40px;
    height: 34px;
  }
}

@media (hover: hover) {
  .button-cta--l:hover {
    border: 3px solid #FFFFFF !important;
  }
}
.button-cta2 {
  display: inline-block;
  position: relative;
  width: auto;
  height: 52px;
  min-width: 228px;
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .button-cta2 {
    height: min(6.589785832vw, 80px);
    min-width: min(22.2405271829vw, 270px);
  }
}

.button-cta2__inner {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: linear-gradient(90deg, #0091FF 0%, #4594FF 23%, #3FB1EB 74%, #00C4F5 100%);
  border-radius: inherit;
}
@media screen and (max-width: 959px) {
  .button-cta2__inner {
    justify-content: center;
    padding: 0 40px 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .button-cta2__inner {
    padding: 0 min(4.942339374vw, 60px) 0 min(3.1301482702vw, 38px);
  }
}

.button-cta2__inner:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.button-cta2__inner:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  z-index: 2;
  border-radius: 50%;
  background-color: #006BE2;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 1px solid #FFFFFF;
  background-image: url(../img/00_common/button-arrow5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .button-cta2__inner:after {
    right: 15px;
    width: min(2.471169687vw, 30px);
    height: min(2.471169687vw, 30px);
  }
}

.button-cta2--light-blue:after {
  background-color: #00ACF5;
}

.button-cta2 span:not([class]) {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .button-cta2 span:not([class]) {
    font-size: min(1.4827018122vw, 18px);
  }
}

.button-cta2--anime2 .button-cta2__inner:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: opacity 0.3s ease-in, -webkit-clip-path 0.3s ease-in-out;
  transition: opacity 0.3s ease-in, clip-path 0.3s ease-in-out;
  transition: opacity 0.3s ease-in, clip-path 0.3s ease-in-out, -webkit-clip-path 0.3s ease-in-out;
}

@media (hover: hover) {
  .button-cta2:hover {
    opacity: 1;
  }
  .button-cta2:hover .button-cta2__inner {
    opacity: 1;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
  }
  .button-cta2:hover .button-cta2__inner:before {
    opacity: 0;
  }
  .button-cta2:hover .button-cta2__inner:after {
    background-color: transparent;
  }
  .button-cta2--anime2:hover .button-cta2__inner:before {
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
.button1 {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #000000;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .button1 {
    height: 62px;
    min-width: 210px;
    padding: 0 50px 0 32px;
  }
}
@media screen and (min-width: 960px) {
  .button1 {
    height: min(4.942339374vw, 60px);
    font-size: min(1.3179571664vw, 16px);
    padding: 0 min(4.942339374vw, 60px) 0 min(2.471169687vw, 30px);
    min-width: min(19.7693574959vw, 240px);
  }
}

.button1 span:not([class]) {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .button1--l {
    height: min(6.589785832vw, 80px);
    min-width: min(19.7693574959vw, 240px);
  }
}

.button1--xl {
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .button1--xl {
    font-size: 14px;
    padding: 28px 0;
    min-width: 234px;
  }
}
@media screen and (min-width: 960px) {
  .button1--xl {
    height: min(9.8846787479vw, 120px);
    min-width: min(42.8336079077vw, 520px);
    font-size: min(1.4827018122vw, 18px);
  }
}

@media screen and (min-width: 960px) {
  .button1--xl .button1__arrow {
    right: 32px;
  }
}

@media screen and (max-width: 959px) {
  .button1--xl span:not([class]) {
    text-align: center;
  }
}

.button1__arrow {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
  z-index: 2;
  border-radius: 50%;
  background-color: #00ACF5;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
@media screen and (min-width: 960px) {
  .button1__arrow {
    right: 15px;
    width: min(2.471169687vw, 30px);
    height: min(2.471169687vw, 30px);
  }
}

.button1__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  transform: translate(-50%, -50%) rotate(45deg);
}

.button1__arrow--blue {
  background-color: #006BE2;
}

.button1__arrow--blue:before {
  filter: brightness(0) invert(1);
}

.button1__arrow--light-blue {
  background-color: #00ACF5;
}

.button1__arrow--light-blue:before {
  filter: brightness(0) invert(1);
}

.button1__arrow--download:before {
  background-image: url(../img/00_common/button-download6.svg);
}

@media (hover: hover) {
  .button1:hover {
    opacity: 1;
    cursor: pointer;
    color: #00ACF5;
  }
  .button1:hover .button1__arrow {
    transform: translateY(-50%) scale(1.2);
  }
}
.button2 {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background-color: #006BE2;
  border-radius: 50px;
  border: 1px solid #006BE2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .button2 {
    min-width: 284px;
    padding: 0 25px 0 75px;
  }
}
@media screen and (min-width: 960px) {
  .button2 {
    height: min(4.942339374vw, 60px);
    font-size: min(0.9884678748vw, 12px);
    padding: 0 min(2.0593080725vw, 25px) 0 min(4.942339374vw, 60px);
  }
}

.button2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 29px;
  height: 29px;
  background-image: url(../img/00_common/button-download5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .button2:before {
    left: min(1.8121911038vw, 22px);
    width: min(2.3887973641vw, 29px);
    height: min(2.3887973641vw, 29px);
  }
}

.button2 span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.button2--contact {
  background: #00ACF5;
  border: 1px solid #00ACF5;
}

.button2--contact:before {
  background-image: url(../img/00_common/button-contact5.svg);
}

.button2--white {
  color: #006BE2;
}
@media screen and (min-width: 960px) {
  .button2--white {
    min-width: min(21.2520593081vw, 258px);
    height: min(6.589785832vw, 80px);
    font-size: min(1.3179571664vw, 16px);
    padding: 0 min(4.118616145vw, 50px) 0 min(6.589785832vw, 80px);
  }
}

.button2--white:before {
  background-image: url(../img/00_common/button-download4.svg);
  background-color: #006BE2;
  filter: none;
}
@media screen and (min-width: 960px) {
  .button2--white:before {
    width: min(3.294892916vw, 40px);
    height: min(3.294892916vw, 40px);
  }
}

.button2--contact2 {
  color: #00ACF5;
}

.button2--contact2:before {
  background-image: url(../img/00_common/button-contact4.svg);
  background-color: #00ACF5;
  filter: none;
}

@media (hover: hover) {
  .button2:hover {
    opacity: 1;
    cursor: pointer;
    color: #006BE2;
    background-color: #FFFFFF;
  }
  .button2:hover:before {
    filter: none;
  }
  .button2--contact:hover {
    color: #00ACF5;
  }
  .button2:hover:after {
    opacity: 0;
  }
  .button2--white:hover {
    color: #FFFFFF;
  }
}
.heading1 {
  display: grid;
  justify-items: flex-start;
  justify-content: flex-start;
  gap: 12px 0;
}
@media screen and (min-width: 960px) {
  .heading1 {
    gap: min(3.294892916vw, 40px) 0;
    margin-left: min(0.5766062603vw, 7px);
  }
}

.heading1--white {
  filter: brightness(0) invert(1);
}

.heading1--center {
  justify-content: center;
  justify-items: center;
  margin-left: 0;
}

.heading1--s .heading1__main {
  font-size: 30px;
}
@media screen and (min-width: 960px) {
  .heading1--s .heading1__main {
    font-size: min(4.118616145vw, 50px);
  }
}

.heading1__main {
  display: inline-flex;
  flex-direction: column;
  font-size: 42px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .heading1__main {
    font-size: min(6.589785832vw, 80px);
    line-height: 1.04;
    letter-spacing: 0.03em;
  }
}

.heading1__main-item {
  display: inline-block;
  overflow: hidden;
}

.heading1__main-item span {
  display: inline-block;
  transform: translateY(100%);
}

.heading1__sub {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
  padding: 0 0 0 47px;
  margin-left: 20px;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .heading1__sub {
    font-size: min(1.647446458vw, 20px);
    padding: 0 0 0 min(4.942339374vw, 60px);
    margin-left: min(4.942339374vw, 60px);
  }
}

.heading1__sub:before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 1px;
  background: #000000;
}
@media screen and (min-width: 960px) {
  .heading1__sub:before {
    width: min(4.118616145vw, 50px);
  }
}

.heading2 {
  display: grid;
  justify-items: flex-start;
  justify-content: flex-start;
  gap: 12px 0;
}
@media screen and (min-width: 960px) {
  .heading2 {
    gap: min(1.2355848435vw, 15px) 0;
    margin-left: 5px;
  }
}

.heading2--white {
  filter: brightness(0) invert(1);
}

.heading2--center {
  justify-content: center;
  justify-items: center;
  margin-left: 0;
}

.heading2--s .heading2__main {
  font-size: 30px;
}
@media screen and (min-width: 960px) {
  .heading2--s .heading2__main {
    font-size: min(4.118616145vw, 50px);
  }
}

.heading2__main {
  display: inline-block;
  font-size: 42px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .heading2__main {
    font-size: min(4.2833607908vw, 52px);
  }
}

.heading2__sub {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0em;
  white-space: nowrap;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 960px) {
  .heading2__sub {
    font-size: min(1.2355848435vw, 15px);
    padding: 0 0 0 min(1.647446458vw, 20px);
  }
}

.heading2__sub:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #00ACF5;
  border-radius: 50%;
}
.heading3 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.03em;
  white-space: nowrap;
  padding: 0 0 0 63px;
}
@media screen and (min-width: 960px) {
  .heading3 {
    font-size: min(2.1416803954vw, 26px);
    padding: 0 0 0 min(7.413509061vw, 90px);
  }
}

.heading3:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 51px;
  height: 1px;
  background: #000000;
}
@media screen and (min-width: 960px) {
  .heading3:before {
    top: 58%;
    width: min(6.589785832vw, 80px);
  }
}

.heading4 {
  display: block;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .heading4 {
    font-size: min(2.3064250412vw, 28px);
  }
}

.heading4 span {
  display: inline-block;
  position: relative;
}

.heading4 span:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 106%;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 960px) {
  .heading4 span:before {
    bottom: max(-0.7413509061vw, -9px);
    height: 1px;
  }
}

.heading4--white {
  filter: brightness(0) invert(1);
}

.inner, .inner-l {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .inner, .inner-l {
    max-width: 1254px;
    padding-left: min(5.6013179572vw, 68px);
    padding-right: min(5.6013179572vw, 68px);
  }
}

.section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .section {
    padding: 95px 0 84px;
    border-radius: 80px;
  }
}

.section--bg-white:before,
.section--bg-white2:before,
.section--bg-blue:before,
.section--bg-blue2:before,
.section--bg-blue-grad:before,
.section--bg-light-gray:before,
.section--bg-gray:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 960px) {
  .section--bg-white:before,
  .section--bg-white2:before,
  .section--bg-blue:before,
  .section--bg-blue2:before,
  .section--bg-blue-grad:before,
  .section--bg-light-gray:before,
  .section--bg-gray:before {
    border-radius: 80px;
  }
}

.section--bg-white:before {
  background-color: rgba(255, 255, 255, 0.85);
}

.section--bg-white2:before {
  background-color: #FFFFFF;
}

.section--bg-blue:before {
  background-color: rgba(0, 135, 224, 0.9);
}

.section--bg-blue2:before {
  background-color: #0087E0;
}

.section--bg-light-gray:before {
  background-color: #DDEFF0;
}

.section--bg-gray:before {
  background-color: #DBDDE6;
}

.section--bg-blue-grad:before {
  background: linear-gradient(90deg, rgba(9, 85, 217, 0.9) 0%, rgba(9, 106, 217, 0.9) 49.14%, rgba(23, 122, 227, 0.9) 100%);
}

.section__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .section__text {
    font-size: 14px;
  }
}

.section__text--white {
  color: #FFFFFF;
}

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

.text1 p {
  display: inline;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.03em;
  white-space: nowrap;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border: 1px solid #000;
  background-color: #FFFFFF;
  padding: 3px 8px;
}
@media screen and (min-width: 960px) {
  .text1 p {
    font-size: min(2.1416803954vw, 26px);
    line-height: 1.8;
    letter-spacing: 0.03em;
    padding: 5px 10px;
  }
}

.text2 p {
  display: inline;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  text-decoration: underline;
  text-underline-offset: 7px;
}
@media screen and (min-width: 960px) {
  .text2 p {
    font-size: min(1.647446458vw, 20px);
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

.archive-custom {
  padding: 70px 0;
}
@media screen and (min-width: 960px) {
  .archive-custom {
    padding: 90px 0;
  }
}

.archive-custom__items {
  display: grid;
  gap: 35px 0;
}
@media screen and (min-width: 960px) {
  .archive-custom__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px min(3.9538714992vw, 48px);
  }
}

.archive-custom__pagination {
  margin-top: 52px;
}
@media screen and (min-width: 960px) {
  .archive-custom__pagination {
    margin-top: 60px;
  }
}

.background-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -10;
  pointer-events: none;
  transform-origin: center center;
  overflow: visible;
}

.background-animation__container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 2550/900;
  -o-object-fit: cover;
     object-fit: cover;
}
.background-animation__canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .background-animation__canvas {
    top: 40px;
    height: 46vh !important;
    -o-object-position: 25% center;
       object-position: 25% center;
  }
}
@media screen and (min-width: 960px) {
  .background-animation__canvas {
    width: 2200px !important;
    height: 900px !important;
    left: 50%;
    transform: translateX(-50%);
    -o-object-position: 0% center;
       object-position: 0% center;
  }
}

.background-animation__overlay {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5;
}

.top-fv .background-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 0;
}
.bg-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 823px;
  height: 823px;
  background-image: url(../img/00_common/bg-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .bg-circle {
    width: min(98.8467874794vw, 1200px);
    height: min(98.8467874794vw, 1200px);
  }
}

.bg-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  width: 1500px;
  height: 500%;
  background-size: 150px 100%;
}
@media screen and (min-width: 960px) {
  .bg-line {
    width: 3300px;
    background-size: 300px 100%;
  }
}

.bg-line--white {
  background-image: linear-gradient(to right, rgba(228, 245, 244, 0.14) 1px, transparent 1px);
}

.bg-line--diagonal {
  background-image: linear-gradient(to right, rgba(152, 152, 152, 0.5) 1px, transparent 1px);
  transform: translate(-33.3%, -50%) rotate(45deg);
  width: 2970px;
  background-size: 270px 100%;
}
@media screen and (min-width: 960px) {
  .bg-line--diagonal {
    transform: translate(-35.3%, -50%) rotate(45deg);
  }
}

.breadcrumbs {
  position: absolute;
  z-index: 3;
  color: #000;
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    top: 62px;
    right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumbs {
    top: 100px;
    right: 0;
    padding-left: min(2.9654036244vw, 36px);
    padding-right: min(2.9654036244vw, 36px);
  }
}

.breadcrumbs--grey {
  background-color: #E9E9E9;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs--grey {
    margin-bottom: 60px;
  }
}

.breadcrumbs span[typeof=ListItem] {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: none;
  transform: translateY(-1px);
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem] {
    font-size: 12px;
  }
}

.breadcrumbs span[typeof=ListItem]:first-child {
  margin-right: 2px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem]:first-child {
    margin-right: 2px;
  }
}

.breadcrumbs span[typeof=ListItem]:not(:first-child) {
  margin: 0 2px;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem]:not(:first-child) {
    margin: 0 2px;
  }
}

.breadcrumbs span[typeof=ListItem] a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.breadcrumbs span[typeof=ListItem] br {
  display: none;
}

@media screen and (max-width: 959px) {
  body#service-detail .breadcrumbs {
    filter: brightness(0) invert(1);
    top: 75px;
  }
}
@media screen and (min-width: 960px) {
  body#service-detail .breadcrumbs {
    top: 110px;
  }
}

body#archive-blog .breadcrumbs,
body#single-blog .breadcrumbs {
  color: #000;
}

body#archive-blog .breadcrumbs span[typeof=ListItem],
body#single-blog .breadcrumbs span[typeof=ListItem] {
  color: #000;
}

body#archive-blog .breadcrumbs span[typeof=ListItem] a,
body#single-blog .breadcrumbs span[typeof=ListItem] a {
  color: #000;
}

.contact-section {
  padding: 70px 0;
}
@media screen and (min-width: 960px) {
  .contact-section {
    padding-top: 90px;
    padding-bottom: 127px;
  }
}

.contact-section__inner {
  position: relative;
}

.contact-section__inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-image: url(../img/01_top/contact-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 466.4px;
  height: 110px;
}
@media screen and (min-width: 960px) {
  .contact-section__inner:before {
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 1332px;
    height: 313px;
  }
}

.contact-section__text {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .contact-section__text {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}

.contact-section__button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .contact-section__button {
    margin-top: 50px;
  }
}

.cta-fixed {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 65px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 960px) {
  .cta-fixed {
    display: none;
  }
}

.cta-fixed.is-show {
  visibility: visible;
  opacity: 1;
}

.cta-fixed__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
}

.cta-fixed a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-image: url(../img/00_common/icon-mail.png);
  background-position: calc(50% - 67px) center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: #00ACF5;
  padding-left: 28px;
  margin: 0 auto;
}

.cta-fixed a:nth-child(1) {
  background-image: url(../img/00_common/icon-tel.png), #006BE2;
  background-size: 25px 25px, cover;
  background-position: calc(50% - 66px) center, center;
  font-size: 16px;
  padding-left: 14px;
}

.cta-popup {
  position: fixed;
  left: auto;
  right: 0px;
  bottom: 55px;
  z-index: 9;
  width: 100%;
  height: 90px;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, bottom 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
@media screen and (min-width: 960px) {
  .cta-popup {
    bottom: 60px;
    right: 40px;
    width: auto;
    height: auto;
    border-radius: 6px;
  }
}

@media screen and (max-width: 959px) {
  body:not(.in-top-fv) .cta-popup {
    bottom: 0;
  }
}

.cta-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cta-popup.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.cta-popup__container {
  display: flex;
}
@media screen and (max-width: 959px) {
  .cta-popup__container {
    justify-content: center;
    gap: 5px;
  }
}
@media screen and (min-width: 960px) {
  .cta-popup__container {
    flex-direction: column;
    gap: 10px;
  }
}

.cta-popup__contents {
  display: grid;
  align-items: center;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  padding: 5px 7px;
  border-radius: 6px;
  background: #00C2FF;
  overflow: hidden;
  width: 164px;
  height: 60px;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .cta-popup__contents {
    grid-template-columns: min(8.23723229vw, 100px) 1fr;
    gap: 12px;
    width: 280px;
    height: 90px;
    border-radius: 12px;
    padding: 10px;
  }
}

.cta-popup__contents:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border-radius: 5px;
  background: #FFFFFF;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 960px) {
  .cta-popup__contents:before {
    border-radius: 10px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}

.cta-popup__image {
  display: block;
}

.cta-popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 30/50;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .cta-popup__image img {
    aspect-ratio: 120/80;
    border-radius: 6px;
  }
}

.cta-popup__title1 {
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 0px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .cta-popup__title1 {
    font-size: 12px;
    margin-top: 2px;
  }
}

.cta-popup__title2 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #00A2EF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 3px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .cta-popup__title2 {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 2px;
  }
}

.cta-popup__title2 span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #00C2FF;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.cta-popup__contents--anime2:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: opacity 0.3s ease-in, -webkit-clip-path 0.3s ease-in-out;
  transition: opacity 0.3s ease-in, clip-path 0.3s ease-in-out;
  transition: opacity 0.3s ease-in, clip-path 0.3s ease-in-out, -webkit-clip-path 0.3s ease-in-out;
}

@media (hover: hover) {
  .cta-popup__contents:hover {
    opacity: 1;
  }
  .cta-popup__contents:hover:before {
    opacity: 0;
  }
  .cta-popup__contents:hover .cta-popup__text {
    color: #FFFFFF;
  }
  .cta-popup__contents:hover .cta-popup__title1,
  .cta-popup__contents:hover .cta-popup__title2 {
    color: #FFFFFF;
  }
  .cta-popup__contents:hover .cta-popup__title2 span {
    background-color: #FFFFFF;
  }
  .cta-popup__contents--anime2:hover:before {
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
#single-download .cta-popup,
#download-thanks .cta-popup,
#archive-download .cta-popup,
#contact .cta-popup,
#agent .cta-popup,
#contact-thanks .cta-popup {
  display: none !important;
}

.cta-section {
  position: relative;
  z-index: 1;
  background-color: #000000;
}
@media screen and (max-width: 959px) {
  .cta-section {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .cta-section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}

@media screen and (max-width: 959px) {
  .cta-section__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .cta-section__inner {
    max-width: 1260px;
  }
}

.cta-section__items {
  display: grid;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .cta-section__items {
    grid-template-columns: 1fr 1fr;
    border-radius: 40px;
  }
}

.cta-section__item {
  position: relative;
}
@media screen and (max-width: 959px) {
  .cta-section__item {
    padding: 50px 0 60px;
  }
}
@media screen and (min-width: 960px) {
  .cta-section__item {
    padding: 85px 36px 90px 36px;
  }
}

.cta-section__item:first-child:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  width: 200px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 960px) {
  .cta-section__item:first-child:before {
    top: 50%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 200px;
  }
}

@media screen and (max-width: 959px) {
  .cta-section__item:nth-child(2) {
    padding: 60px 0 67px;
  }
}

.cta-section__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .cta-section__title {
    justify-content: center;
    gap: 10px;
    margin-left: -16px;
  }
}
@media screen and (min-width: 960px) {
  .cta-section__title {
    flex-direction: column;
    font-size: min(1.9769357496vw, 24px);
    gap: min(0.9884678748vw, 12px);
  }
}

.cta-section__title .cta-section__title-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
@media screen and (min-width: 960px) {
  .cta-section__title .cta-section__title-icon {
    width: min(4.118616145vw, 50px);
    height: min(4.118616145vw, 50px);
  }
}

.cta-section__text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.09em;
  margin: 23px auto 0 auto;
}
@media screen and (min-width: 960px) {
  .cta-section__text {
    text-align: center;
    font-size: min(1.2355848435vw, 15px);
    margin: 52px auto 0 auto;
  }
}

.cta-section__button {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .cta-section__button {
    margin-top: 34px;
  }
}
@media screen and (min-width: 960px) {
  .cta-section__button {
    margin-top: 34px;
  }
}

@media screen and (max-width: 959px) {
  .cta-section__button .button1 {
    padding: 0;
    width: 230px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .cta-section__button .button1 {
    min-width: 270px;
  }
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  .drawer {
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .drawer {
    padding-top: 66px;
    padding-bottom: 10px;
  }
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer.is-open .drawer__overlay {
  opacity: 1;
}

.drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100vw;
  height: 100svh;
  background: #FAFAFA;
  opacity: 0;
  transition: opacity 0.3s;
  overflow: hidden;
}

.drawer__content {
  display: block;
  z-index: 10000;
  width: 100%;
  flex: 1;
  min-height: 0;
  padding: 0 20px;
  padding-bottom: 60px;
  margin: 5px auto 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.drawer__nav-items {
  display: grid;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.drawer__nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.drawer__nav-link {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.2s;
  padding: 12px 0 11px 10px;
}

.drawer__nav-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-image: url(../img/00_common/drawer-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.drawer__nav-item.js-accordion-button .drawer__nav-link:before {
  background-image: url(../img/00_common/drawer-accordion.svg);
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 959px) {
  .drawer__sub-nav-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 24px;
    margin-top: -2px;
    margin-bottom: 0px;
    padding-left: 10px;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .drawer__sub-nav-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
  }
}

.drawer__sub-nav-items li:first-child {
  grid-column: 1/-1;
}

.drawer__sub-nav-items li:last-child {
  margin-bottom: 20px;
}

.drawer__sub-nav-items a {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .drawer__sub-nav-items a {
    font-size: min(0.9884678748vw, 12px);
  }
}

.drawer__sub-nav-items li a span {
  pointer-events: none;
}

.drawer__nav-item.is-open .drawer__nav-link:before {
  transform: translateY(-50%) rotate(0);
}

.drawer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.drawer__cta .button-cta {
  height: 56px;
  min-width: 228px;
  font-size: 15px;
  padding: 0 45px 0px 70px;
  letter-spacing: 0.05em;
}

.drawer__cta .button-cta:after {
  width: 22px;
  left: 47px;
}

.drawer__cta .button-cta--contact:after {
  width: 30px;
  left: 35px;
}

.footer {
  position: relative;
  z-index: 0;
  background-color: #E1E2E6;
  margin-top: auto;
}
@media screen and (max-width: 959px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 34px;
  }
}

.footer__container {
  display: grid;
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer__container {
    display: grid;
    grid-template-columns: min(23.2289950577vw, 282px) auto;
    gap: 0 min(1.647446458vw, 20px);
  }
}

@media screen and (max-width: 959px) {
  .footer__header {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    order: -1;
  }
}
@media screen and (min-width: 960px) {
  .footer__header {
    margin-top: 20px;
  }
}

.footer__logo {
  width: 122px;
}
@media screen and (min-width: 960px) {
  .footer__logo {
    width: 164px;
  }
}

.footer__copyright {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 70px;
}
@media screen and (min-width: 960px) {
  .footer__copyright {
    text-align: center;
    font-size: min(0.9884678748vw, 12px);
    margin-top: 80px;
  }
}

.footer__nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footer__nav {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .footer__nav {
    margin-top: 40px;
  }
}

.footer__nav-items {
  display: grid;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 959px) {
  .footer__nav-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px min(1.647446458vw, 20px);
    padding-top: 26px;
  }
}
@media screen and (min-width: 960px) {
  .footer__nav-items {
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 10px min(5.766062603vw, 70px);
    padding-top: 36px;
  }
}

@media screen and (max-width: 959px) {
  .footer__nav-item--span {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 960px) {
  .footer__nav-item--span {
    grid-row: 1/-1;
  }
}

@media screen and (min-width: 960px) {
  .footer__nav-item--pc-span {
    grid-row: 2/-1;
  }
}

.footer__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.2s;
}
@media screen and (min-width: 960px) {
  .footer__nav-link {
    font-size: min(1.3179571664vw, 16px);
  }
}

.footer__nav-link:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00ACF5;
  border-radius: 50%;
}
.footer__sub-nav-items {
  display: grid;
}
@media screen and (max-width: 959px) {
  .footer__sub-nav-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px 8px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .footer__sub-nav-items {
    gap: 4px;
    margin-top: 10px;
    transform: translateX(20px);
  }
}

.footer__sub-nav-items a {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .footer__sub-nav-items a {
    font-size: min(1.0708401977vw, 13px);
  }
}

@media (hover: hover) {
  .footer__nav-link:hover,
  .footer__sns-item:hover,
  .footer__nav-link-s:hover,
  .footer__sub-nav-items a:hover {
    opacity: 1;
    color: #00ACF5;
  }
  .footer__privacy a:hover {
    color: #00ACF5;
  }
}
#contact .header__nav {
  display: none;
}
#contact .header__hamburger {
  display: none;
}
#contact .cta-section {
  display: none;
}
#contact .footer {
  display: none;
}

#single-download .sub-page-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 960px) {
  #single-download .sub-page-heading {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #0087E0;
  transition: opacity 0.4s, background-color 0.4s;
  padding: 8px;
  overflow: hidden;
  z-index: 1;
}
.hamburger__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14px;
  height: 8px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .hamburger__container {
    width: 30px;
    height: 28px;
  }
}

.hamburger__line {
  position: relative;
  width: 100%;
  pointer-events: none;
}

.hamburger__line span {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 1px;
  background: #0087E0;
  transition: background-color 0.4s;
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .hamburger__line span {
    width: 30px;
    height: 3px;
  }
}

.hamburger__line span:nth-of-type(1) {
  top: 0px;
  left: 0;
}

.hamburger__line span:nth-of-type(2) {
  top: 4px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .hamburger__line span:nth-of-type(2) {
    top: 10px;
  }
}

.hamburger__line span:nth-of-type(3) {
  top: 8px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .hamburger__line span:nth-of-type(3) {
    top: 20px;
  }
}

.hamburger__text {
  display: inline-block;
  font-size: 8px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-transform: uppercase;
  margin-top: 14px;
  position: relative;
  z-index: 2;
  transition: color 0.4s;
}
@media screen and (min-width: 960px) {
  .hamburger__text {
    font-size: 8px;
    margin-top: 22px;
  }
}

.hamburger__text span {
  display: inline-block;
}

.hamburger.hamburger--black {
  background-color: transparent;
}
.hamburger.hamburger--black .hamburger__line span {
  background-color: #FFFFFF;
}

.hamburger.hamburger--black:after {
  background-color: #000000;
  opacity: 1;
}

.hamburger.hamburger--black:before {
  background-color: #00ACF5;
}

@media (hover: hover) {
  .hamburger:hover {
    cursor: pointer;
    opacity: 1;
    background-color: #0087E0;
  }
  .hamburger:hover:after {
    opacity: 0;
  }
  .hamburger:hover .hamburger__line span {
    background-color: #FFFFFF;
  }
  .hamburger.hamburger--black:hover:after {
    opacity: 0;
  }
  .hamburger.hamburger--black:hover .hamburger__line span {
    background-color: #FFFFFF;
  }
}
.hamburger--simple {
  border-radius: 0;
}
.hamburger--simple .hamburger__text {
  display: none;
}
.hamburger--simple .hamburger__container {
  height: 19px;
}
@media screen and (min-width: 960px) {
  .hamburger--simple .hamburger__container {
    height: 32px;
  }
}
.hamburger--simple .hamburger__line span:nth-of-type(3) {
  top: 8px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .hamburger--simple .hamburger__line span:nth-of-type(3) {
    top: 20px;
  }
}

.hamburger--simple.is-open:before {
  opacity: 0;
}
.hamburger--simple.is-open:after {
  opacity: 0;
}

.header {
  position: relative;
  z-index: 10;
  width: 100%;
  transition: background-color 0.3s, height 0.3s;
}
@media screen and (max-width: 959px) {
  .header {
    height: 70px;
    padding-right: 55px;
  }
}
@media screen and (min-width: 960px) {
  .header {
    height: 100px;
  }
}

.header.is-visible {
  height: 50px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .header.is-visible {
    height: 70px;
  }
}

.header.is-visible .main-nav__link .main-nav__link-text:after {
  bottom: 0px;
}

.header--fixed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .header--fixed {
    padding-right: min(3.294892916vw, 40px);
  }
}

.header__content-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.header__logo {
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 16px;
  width: 74px;
  transition: filter 0.4s;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .header__logo {
    top: 50%;
    left: min(3.294892916vw, 40px);
    width: min(10.1317957166vw, 123px);
    transform: translateY(-50%);
  }
}

.header__logo img {
  display: block;
}

.header__hamburger {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .header__hamburger {
    display: none;
    top: 50%;
    right: min(3.294892916vw, 40px);
    transform: translateY(-50%);
  }
}

.header__nav {
  display: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .header__nav {
    display: block;
    height: 100%;
    max-height: 60px;
    text-align: left;
  }
}

.header__nav-item--cta {
  display: flex;
  align-items: stretch;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .header__nav-item--cta {
    margin-left: min(2.9654036244vw, 36px);
  }
}

.header__cta-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 min(0.823723229vw, 10px);
}

@media screen and (max-width: 959px) {
  .header__cta-wrapper .button-cta {
    width: 90px;
    height: 36px;
    padding: 0;
    min-width: auto;
  }
}

@media screen and (max-width: 959px) {
  .header__cta-wrapper .button-cta span {
    font-size: 11px;
  }
}

@media screen and (max-width: 959px) {
  .header__cta-wrapper .button-cta:after {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .header__cta-wrapper .button-cta--contact {
    width: 100px;
  }
}

.header__cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  height: 100%;
  color: #fff;
  background-color: #000000;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .header__cta-link {
    font-size: 14px;
    width: 170px;
  }
}

@media (hover: hover) {
  .header__cta-link:hover {
    opacity: 1;
    background-color: #000000;
  }
}
.header__nav-link-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(12.1087314662vw, 147px);
  background-color: #006BE2;
  background-image: url(../img/00_common/icon-mail.png);
  background-repeat: no-repeat;
  background-position: left min(1.9769357496vw, 24px) top 48%;
  background-size: 13px 13px;
  transition: background-color 0.3s;
}

.header__nav-link-contact span {
  color: #FFFFFF;
  font-size: min(0.9884678748vw, 12px);
  padding-left: 16px;
  padding-bottom: 9px;
}

.header__nav-link-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(12.1087314662vw, 147px);
  background-image: url(../img/00_common/icon-tel.png), #000000;
  background-repeat: no-repeat;
  background-position: left min(1.2355848435vw, 15px) top 48%, center;
  background-size: 18px 18px, cover;
  margin-left: min(2.3064250412vw, 28px);
  transition: background-color 0.3s;
}

.header__nav-link-tel span {
  color: #FFFFFF;
  font-size: min(0.9884678748vw, 12px);
  padding-left: 16px;
  padding-bottom: 9px;
}

.header__drawer {
  position: relative;
  z-index: 11;
}

.header.is-open .header__nav {
  pointer-events: none;
  opacity: 0.3;
}

.header__media-category {
  height: 43px;
  background-color: #006BE2;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 959px) {
  .header__media-category {
    margin-top: 74px;
  }
}
@media screen and (min-width: 960px) {
  .header__media-category {
    height: 43px;
  }
}

@media (hover: hover) {
  .header__nav-link-contact:hover {
    background-color: #000000;
  }
  .header__nav-link-tel:hover {
    background-color: #000000;
  }
}
.link-section {
  padding-top: 32px;
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .link-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 960px) {
  .link-section__inner {
    max-width: 929px;
  }
}

.link-section__title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .link-section__title {
    font-size: 24px;
  }
}

.link-section__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .link-section__items {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    padding: 20px 0;
    margin-top: 36px;
  }
}
@media screen and (min-width: 960px) {
  .link-section__items {
    border-top: 2px solid #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    margin-top: 22px;
  }
}

.link-section__item {
  display: block;
  width: calc((100% - 30px) / 2);
  margin-left: 30px;
}
@media screen and (min-width: 960px) {
  .link-section__item {
    width: calc((100% - 180px) / 5);
    margin-left: min(3.7067545305vw, 45px);
  }
}

@media screen and (max-width: 959px) {
  .link-section__item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .link-section__item:nth-child(1),
  .link-section__item:nth-child(6n) {
    margin-left: 0;
  }
}
.loop-gallery-wrapper {
  position: relative;
  z-index: -5;
  overflow: hidden;
  background-color: #DDEFF0;
  height: 380px;
  margin: -40px 0;
}
@media screen and (min-width: 960px) {
  .loop-gallery-wrapper {
    height: 600px;
    margin: -80px 0;
  }
}

.loop-gallery {
  display: grid;
  overflow: hidden;
  gap: 33px 0;
  padding: 54px 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
  width: 1000px;
}
@media screen and (min-width: 960px) {
  .loop-gallery {
    gap: min(5.6013179572vw, 68px) 0;
    padding: min(4.4481054366vw, 54px) 0;
    width: 3000px;
  }
}

.loop-gallery__container {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.loop-gallery__items {
  display: flex;
}

.loop-gallery__item {
  display: flex;
  align-items: center;
  width: auto;
  height: 128px;
  margin-right: 25px;
}
@media screen and (min-width: 960px) {
  .loop-gallery__item {
    height: min(26.3591433278vw, 320px);
    margin-right: min(5.6013179572vw, 68px);
  }
}

.loop-gallery__item img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.loop-gallery2 {
  position: relative;
  z-index: -2;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: -70px;
}
@media screen and (min-width: 960px) {
  .loop-gallery2 {
    margin-top: -78px;
    margin-bottom: -78px;
  }
}

.loop-gallery2__container {
  position: relative;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.loop-gallery2__items {
  display: flex;
}

.loop-gallery2__item {
  display: flex;
  align-items: center;
  width: auto;
  height: 430px;
}
@media screen and (min-width: 960px) {
  .loop-gallery2__item {
    height: min(53.5420098847vw, 650px);
  }
}

.loop-gallery2__item img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.loop-gallery2__container--marquee {
  position: absolute;
  bottom: 75px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .loop-gallery2__container--marquee {
    bottom: 128px;
  }
}

.loop-gallery2__container--marquee .loop-gallery2__item {
  height: 120px;
  margin-right: 30px;
}
@media screen and (min-width: 960px) {
  .loop-gallery2__container--marquee .loop-gallery2__item {
    height: min(10.8731466227vw, 132px);
    margin-right: min(4.118616145vw, 50px);
  }
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0 10px;
  height: 100%;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-nav {
    gap: 0 min(1.4003294893vw, 17px);
  }
}

.main-nav__items {
  display: none;
}
@media screen and (min-width: 960px) {
  .main-nav__items {
    display: inline-flex;
    height: 100%;
    border-radius: 30px;
    margin: 0;
  }
}

.main-nav__item {
  width: auto;
  height: 100%;
}

.main-nav__link {
  display: flex;
  align-items: center;
  width: inherit;
  height: inherit;
  text-align: left;
  padding: 0 min(0.9884678748vw, 12px);
  transition: filter 0.4s, opacity 0.4s;
  white-space: nowrap;
}

.main-nav__link-text {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.02em;
  padding: 8px 0;
  transition: color 0.4s;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .main-nav__link-text {
    font-size: min(1.1532125206vw, 14px);
  }
}
@media screen and (min-width: 960px) {
  .main-nav__link-text {
    font-size: min(1.1532125206vw, 14px);
  }
}

.main-nav__link-text--white {
  color: #FFFFFF;
}

.main-nav__link-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #006BE2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.main-nav__link-text--white:after {
  background-color: #FFFFFF;
}

.main-nav__link[target=_blank] {
  position: relative;
}

.main-nav__link .main-nav__link-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 106%;
  height: 1px;
  background-color: #000000;
  border-radius: 50%;
  transform-origin: center;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}

.main-nav__link.is-paged .main-nav__link-text:after {
  transform: translateX(-50%) scale(1);
}

@media (hover: hover) {
  .main-nav__link:hover {
    opacity: 1;
  }
  .main-nav__link:hover .main-nav__link-text {
    color: #006BE2;
  }
  .main-nav__link:hover .main-nav__link-text:after {
    transform: translateX(-50%) scale(1);
  }
}
@media screen and (min-width: 960px) {
  .main-nav__item .main-sub-menu {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: min(1.2355848435vw, 15px) min(2.0593080725vw, 25px);
    justify-content: center;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    margin: 0;
    background-color: #231815;
    padding: min(4.942339374vw, 60px) min(1.647446458vw, 20px);
    max-width: none;
    pointer-events: none;
    color: #FFFFFF;
    z-index: 100;
    width: 100vw;
  }
}

@media screen and (min-width: 960px) {
  .main-nav__item .main-sub-menu a {
    display: inline-flex;
    align-items: center;
    gap: min(0.9884678748vw, 12px);
    font-size: min(1.3179571664vw, 16px);
    font-weight: 700;
    color: #FFFFFF;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.06em;
    text-decoration: none;
  }
}

@media screen and (min-width: 960px) {
  .main-nav__item .main-sub-menu a::after {
    content: "";
    display: inline-block;
    width: min(0.9060955519vw, 11px);
    height: min(0.9060955519vw, 11px);
    background-image: url(../img/00_common/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 960px) {
  .main-nav__item:has(.main-sub-menu) > .main-nav__link {
    position: relative;
  }
}

@media screen and (hover: hover) and (min-width: 960px) {
  .main-nav__item:has(.main-sub-menu):hover .main-sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .main-nav__item:has(.main-sub-menu) > .main-nav__link:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: min(4.118616145vw, 50px);
  }
}
.media1 {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .media1 {
    display: grid;
    grid-template-columns: 1fr min(42.0098846787vw, 510px);
    grid-template-areas: "contents image";
    align-items: flex-start;
    margin-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  .media1--reverse {
    grid-template-columns: min(42.0098846787vw, 510px) 1fr;
    grid-template-areas: " image contents"; /* 順序を逆に設定 */
  }
}

.media1__contents {
  grid-area: contents;
}
@media screen and (max-width: 959px) {
  .media1__contents {
    margin-top: 24px;
  }
}
@media screen and (min-width: 960px) {
  .media1__contents {
    padding: min(3.294892916vw, 40px);
  }
}

.media1__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 18px !important;
}
@media screen and (min-width: 960px) {
  .media1__title {
    font-size: min(1.9769357496vw, 24px) !important;
  }
}

.media1__title span {
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .media1__title span {
    font-size: 12px;
  }
}

.media1__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Shippori Mincho", serif;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .media1__text {
    font-size: min(1.3179571664vw, 16px);
    margin-top: 30px;
  }
}

.media1__text + .media1__text {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .media1__text + .media1__text {
    margin-top: 40px;
  }
}

.media1__button {
  margin-top: 38px;
}
@media screen and (min-width: 960px) {
  .media1__button {
    margin-top: 52px;
  }
}

.media1__image {
  grid-area: image;
}
@media screen and (max-width: 959px) {
  .media1__image {
    margin-top: 52px;
  }
}
@media screen and (min-width: 960px) {
  .media1__image {
    max-height: 700px;
  }
}

.media1__image:before {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 526/351;
}

@media screen and (min-width: 960px) {
  .media1__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 25%;
       object-position: 50% 25%;
  }
}

.media2 {
  position: relative;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .media2 {
    display: grid;
    grid-template-columns: 1fr min(49.4233937397vw, 600px);
    grid-template-areas: "contents image";
  }
}

@media screen and (min-width: 960px) {
  .media2--reverse {
    grid-template-columns: min(49.4233937397vw, 600px) 1fr;
    grid-template-areas: " image contents"; /* 順序を逆に設定 */
  }
}

.media2__image {
  grid-area: image;
  overflow: hidden;
}

.media2__image:before {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/399;
}

.media2__title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 18px !important;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .media2__title {
    font-size: min(1.8vw, 24px) !important;
    margin-top: 10px;
  }
}

.media2__title span {
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .media2__title span {
    font-size: 12px;
  }
}

.media2__contents {
  grid-area: contents;
  padding: 20px 15px;
}
@media screen and (min-width: 960px) {
  .media2__contents {
    padding: 30px;
  }
}

.media2__number {
  display: block;
  width: 55px;
}
@media screen and (min-width: 960px) {
  .media2__number {
    width: 100px;
  }
}

.media2__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Shippori Mincho", serif;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .media2__text {
    font-size: min(1.3179571664vw, 16px) !important;
    margin-top: 30px;
  }
}

.media2__text span {
  display: block;
  font-size: 0.7em;
  margin-top: 10px;
}

.media2__title-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .media2__title-wrapper {
    display: block;
  }
}

.media2__icon {
  display: block;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 960px) {
  .media2__icon {
    margin-bottom: 9px;
    margin-top: -9px;
  }
}

.media2__icon img {
  height: 100%;
}

.news-item {
  display: grid;
  align-items: center;
  justify-items: flex-start;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .news-item {
    grid-template-columns: 70px auto;
  }
}
@media screen and (min-width: 960px) {
  .news-item {
    grid-template-columns: min(4.942339374vw, 60px) auto 1fr;
    gap: 0 min(1.8121911038vw, 22px);
  }
}

.news-item__date {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .news-item__date {
    font-size: min(0.9884678748vw, 12px);
  }
}

.news-item__category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 959px) {
  .news-item__category {
    margin-left: 5px;
  }
}
@media screen and (min-width: 960px) {
  .news-item__category {
    gap: 8px;
    min-width: 136px;
    margin-top: 1px;
  }
}

.news-item__category-item {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  background: #00C2FF;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .news-item__category-item {
    padding: 0px 12px;
  }
}
@media screen and (min-width: 960px) {
  .news-item__category-item {
    font-size: min(0.9884678748vw, 12px);
    padding: 0px min(1.3179571664vw, 16px) 1px min(1.3179571664vw, 16px);
  }
}

.news-item__category-item--white {
  color: #000;
  background: #FFFFFF;
  border: 1px solid #00ACF5;
}

.news-item__title {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .news-item__title {
    line-height: 1.5;
    letter-spacing: 0.02em;
    grid-column: -1/1;
    margin-top: 13px;
  }
}
@media screen and (min-width: 960px) {
  .news-item__title {
    font-size: min(1.2355848435vw, 15px);
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

.news-item__arrow {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  border: 1px solid #000000;
  background-color: transparent;
}

@media (hover: hover) {
  .news-item:hover {
    opacity: 1;
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .news-item:hover:before {
    transform: translateY(-50%) translateX(5px);
  }
}
@media (hover: hover) {
  .news-item:hover .news-item__title {
    opacity: 1;
    color: #00ACF5;
  }
}
@media screen and (min-width: 960px) {
  .news-item--s {
    grid-template-columns: min(4.942339374vw, 60px) auto 1fr;
    gap: 0 min(1.8121911038vw, 22px);
  }
}
@media screen and (min-width: 960px) {
  .news-item--s .news-item__date {
    font-size: min(0.9884678748vw, 12px);
  }
}
@media screen and (min-width: 960px) {
  .news-item--s .news-item__category {
    min-width: 160px;
  }
}

.news-item--white .news-item__date {
  color: #FFFFFF;
}
.news-item--white .news-item__title {
  color: #FFFFFF;
}

@media screen and (max-width: 959px) {
  .not-found {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .not-found {
    padding-top: 60px;
  }
}

.not-found__inner {
  text-align: center;
}

.not-found__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 960px) {
  .not-found__text {
    font-size: min(1.4827018122vw, 18px);
    font-weight: 400;
    color: #000;
    text-align: center;
    margin: 0 auto min(4.942339374vw, 60px) auto;
  }
}

.not-found__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.other-posts {
  background-color: #e5e5e5;
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .other-posts {
    padding-top: 30px;
  }
}

.other-posts__items {
  display: grid;
  gap: 45px 0;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .other-posts__items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.9538714992vw, 48px);
    margin-top: 60px;
  }
}

.other-posts__button {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .other-posts__button {
    margin-top: 50px;
  }
}

@media screen and (max-width: 959px) {
  .page-nav {
    height: 50px;
  }
}
@media screen and (min-width: 960px) {
  .page-nav {
    height: min(6.589785832vw, 80px);
  }
}

.page-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  padding: 7px 12px 8px 12px;
  height: 100%;
  border-radius: 12px;
  background-color: #FFFFFF;
  border: 3px solid #ccc;
}
@media screen and (min-width: 960px) {
  .page-nav__list {
    display: inline-flex;
    gap: min(1.2355848435vw, 15px);
    padding: 0 min(2.8006589786vw, 34px);
    border-radius: 20px;
    border: 3px solid #ccc;
  }
}

.page-nav__link {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  color: #00A2EF;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
  height: 100%;
  text-decoration: none;
  padding: 10px 7px;
  background-color: #FFFFFF;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .page-nav__link {
    padding: 10px;
    font-size: min(1.1532125206vw, 14px);
  }
}

.page-nav__arrow {
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 4px;
  background: url(../img/00_common/arrow-bottom-blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 960px) {
  .page-nav__arrow {
    width: min(0.6589785832vw, 8px);
    height: min(1.3179571664vw, 16px);
    margin-left: min(0.823723229vw, 10px);
  }
}

@media (hover: hover) {
  .page-nav__link:hover {
    color: #006BE2;
  }
}
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
  border: none;
  background-color: transparent;
  transition: all 0.5s;
}
@media screen and (max-width: 959px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    line-height: 1.5;
    margin: 0 0;
  }
}
@media screen and (min-width: 960px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    width: 60px;
    height: 60px;
    font-size: 16px;
    margin: 0 0px;
  }
}
.pagination .wp-pagenavi span.current {
  color: #FFFFFF !important;
  background: #006BE2;
  margin: 0 0;
}
@media screen and (min-width: 960px) {
  .pagination .wp-pagenavi span.current {
    margin: 0 0px;
  }
}
.pagination .wp-pagenavi span.extend {
  color: #000 !important;
  background-color: transparent !important;
  width: auto !important;
  padding-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .pagination .wp-pagenavi span.extend {
    padding-bottom: 12px;
  }
}
.pagination .wp-pagenavi .nextpostslink,
.pagination .wp-pagenavi .previouspostslink {
  display: none;
}

@media screen and (min-width: 960px) {
  .pagination--small {
    transform: scale(0.65);
  }
}

@media (hover: hover) {
  .pagination .wp-pagenavi a:hover {
    opacity: 1;
    color: #006BE2 !important;
  }
}
.pagination--square .wp-pagenavi a,
.pagination--square .wp-pagenavi span {
  border-radius: 0;
}

.pagination--news .wp-pagenavi .previouspostslink {
  display: inline-flex;
  order: -1;
  position: relative;
  font-size: 0;
  color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0;
  background-image: url(../img/00_common/arrow-left-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 14px;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-right: min(6.6666666667vw, 25px);
}
@media screen and (min-width: 960px) {
  .pagination--news .wp-pagenavi .previouspostslink {
    background-size: 14px 20px;
    width: 60px;
    height: 60px;
    margin-right: min(6.2602965404vw, 76px);
  }
}
.pagination--news .wp-pagenavi .nextpostslink {
  display: inline-flex;
  order: 100000;
  position: relative;
  font-size: 0;
  color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0;
  background-image: url(../img/00_common/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 14px;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-left: min(6.6666666667vw, 25px);
}
@media screen and (min-width: 960px) {
  .pagination--news .wp-pagenavi .nextpostslink {
    background-size: 14px 20px;
    width: 60px;
    height: 60px;
    margin-left: min(6.2602965404vw, 76px);
  }
}
.pagination--news .wp-pagenavi span.current {
  color: #006BE2 !important;
  background: transparent;
  border: 1px solid #006BE2;
}

@media (hover: hover) {
  .pagination--news .wp-pagenavi .previouspostslink:hover,
  .pagination--news .wp-pagenavi .nextpostslink:hover {
    opacity: 1;
    color: transparent !important;
    background-color: transparent !important;
  }
}
.pickup-section {
  position: relative;
  padding: 100px 0 120px;
  margin-top: -60px;
  margin-bottom: -60px;
  border-radius: 0;
}
@media screen and (min-width: 960px) {
  .pickup-section {
    padding-top: 150px;
    padding-bottom: 208px;
    margin-top: -102px;
    margin-bottom: -102px;
  }
}

.pickup-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #0087E0;
}

.pickup-section .bg-circle {
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pickup-section__inner {
  position: relative;
}
@media screen and (min-width: 960px) {
  .pickup-section__inner {
    max-width: 1050px;
  }
}

.pickup-section__heading span {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .pickup-section__heading span {
    font-size: 20px;
  }
}

.pickup-section__items {
  display: grid;
}
@media screen and (max-width: 959px) {
  .pickup-section__items {
    gap: 30px;
    padding: 0 55px;
    margin-top: 47px;
  }
}
@media screen and (min-width: 960px) {
  .pickup-section__items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.294892916vw, 40px);
    margin-top: 52px;
  }
}

.pickup-section__item {
  position: relative;
  z-index: 0;
}

.pickup-section__image {
  border-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .pickup-section__image {
    max-width: 280px;
    margin: 0 auto;
  }
}

.pickup-section__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 280/100;
}

.pickup-section__title {
  margin: 0px !important;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 10px !important;
}
@media screen and (min-width: 960px) {
  .pickup-section__title {
    font-size: min(1.4827018122vw, 18px);
    margin-top: 15px !important;
  }
}

.post-card {
  display: block;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  border-radius: 12px;
}
@media screen and (min-width: 960px) {
  .post-card {
    padding: min(1.4827018122vw, 18px) min(1.1532125206vw, 14px) min(1.4827018122vw, 18px) min(1.1532125206vw, 14px);
  }
}

.post-card__image img {
  display: block;
  height: 100%;
  aspect-ratio: 340/200;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
.post-card__image2 {
  background-color: #FFFFFF;
  padding: 30px 50px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .post-card__image2 {
    padding: min(2.471169687vw, 30px) min(4.118616145vw, 50px);
  }
}

.post-card__image2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 240/140;
  border-radius: 8px;
  overflow: hidden;
}

.post-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0 0px 0;
}
@media screen and (min-width: 960px) {
  .post-card__content {
    padding: 20px 0 0px 0;
    min-height: min(14.1680395387vw, 172px);
  }
}

.post-card__flex-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.post-card__date {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .post-card__date {
    font-size: min(0.9884678748vw, 12px);
  }
}

.post-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 960px) {
  .post-card__category {
    gap: 8px;
  }
}

.post-card__category-item {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #00ACF5;
}
@media screen and (max-width: 959px) {
  .post-card__category-item {
    padding: 0px 16px;
  }
}
@media screen and (min-width: 960px) {
  .post-card__category-item {
    padding: 0px 16px;
  }
}

.post-card__title {
  font-size: 15px !important;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  padding: 0;
  margin-top: 9px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .post-card__title {
    font-size: min(1.4827018122vw, 18px) !important;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-top: 9px;
  }
}

.post-card__description {
  font-size: 15px !important;
  font-weight: 300;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  padding: 0;
  margin-top: 9px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .post-card__description {
    font-size: min(1.2355848435vw, 15px) !important;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-top: 9px;
  }
}

.post-card__button {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .post-card__button {
    margin-top: 23px;
  }
}

@media screen and (max-width: 959px) {
  .post-card__button button {
    width: 200px;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .post-card__button button {
    font-size: min(1.1532125206vw, 14px);
    min-width: min(16.4744645799vw, 200px);
  }
}

.post-card__more {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #006BE2;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-card--white .post-card__date {
  color: #FFFFFF;
}

.post-card--white .post-card__title {
  color: #FFFFFF;
}

.post-card--white .post-card__text {
  color: #FFFFFF;
}

.post-card--white .post-card__more {
  color: #FFFFFF;
}

@media (hover: hover) {
  .post-card:hover {
    opacity: 1;
    box-shadow: 0 0 0 2px #00ACF5;
    background-color: #FFFFFF;
  }
  .post-card:hover .post-card__title,
  .post-card:hover .post-card__description {
    color: #00ACF5;
  }
}
@media screen and (min-width: 960px) {
  .post-card--flex {
    display: grid;
    flex-direction: column;
    justify-content: space-between;
    grid-template-columns: min(23.8879736409vw, 290px) 1fr;
    gap: 0 min(2.3064250412vw, 28px);
    padding: min(2.471169687vw, 30px);
  }
}
@media screen and (min-width: 960px) {
  .post-card--flex .post-card__content {
    padding-top: 5px;
  }
}

.post-single {
  background-color: #e5e5e5;
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .post-single {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 960px) {
  .post-single__inner {
    max-width: 1500px;
  }
}

@media screen and (min-width: 960px) {
  .post-single__container {
    display: grid;
    grid-template-columns: min(66vw, 1000px) min(18.4vw, 300px);
    grid-template-areas: "contents sidebar";
    gap: 0 20px;
    justify-content: space-between;
  }
}

.post-single__sidebar {
  display: none;
  grid-area: sidebar;
}
@media screen and (min-width: 960px) {
  .post-single__sidebar {
    display: block;
    margin-top: 0;
  }
}

.post-single__contents {
  grid-area: contents;
  background-color: #FFFFFF;
  padding: 50px 15px;
}
@media screen and (min-width: 960px) {
  .post-single__contents {
    padding: min(4.942339374vw, 60px);
  }
}

.post-single__category {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
  background-image: #006BE2;
  padding: 0 10px;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .post-single__category {
    font-size: 16px;
    margin-top: 18px;
  }
}

.post-single__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .post-single__title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 18px;
  }
}

.post-single__title br {
  display: none;
}

.post-single__tag {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .post-single__tag {
    margin-top: 27px;
  }
}

.post-single__tag .tag-list__item a {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .post-single__tag .tag-list__item a {
    font-size: 12px;
  }
}

@media screen and (min-width: 960px) {
  .post-single__content-container {
    overflow: hidden;
  }
}

.post-single__content-container > h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 50px;
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container > h2 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-top: 60px;
  }
}

.post-single__content-container > h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00ACF5;
  width: 20px;
  height: 3px;
}
.post-single__content-container > h3 {
  font-size: 18px !important;
  font-weight: 400;
  color: #000;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container > h3 {
    font-size: 18px !important;
    margin-top: 60px;
  }
}

.post-single__content-container > h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container > h4 {
    font-size: 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {
  .post-single__body {
    margin-top: 40px;
  }
}
.post-single__content-container > p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #000;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container > p {
    font-size: 16px;
    margin-top: 30px;
  }
}

.post-single__content-container > p a {
  color: #00ACF5;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.post-single__content-container figure.wp-block-image {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container figure.wp-block-image {
    margin-top: 30px;
  }
}

.post-single__content-container figure.wp-block-image figcaption {
  font-size: 14px;
  font-weight: 500;
  color: #00ACF5;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container figure.wp-block-image figcaption {
    font-size: 18px;
    margin-top: 14px;
    margin-right: 2em;
  }
}

.post-single__card {
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-template-areas: "image title" "image name" "text text";
  align-items: start;
  gap: 0 32px;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 36px 20px 36px 20px;
}
@media screen and (min-width: 960px) {
  .post-single__card {
    grid-template-columns: min(9.2257001647vw, 112px) 1fr;
    grid-template-areas: "image title" "image name" "image text";
    gap: 0 min(1.8121911038vw, 22px);
    padding: 32px min(2.5vw, 32px) 50px;
    margin-top: 100px;
  }
}

.post-single__card-image {
  grid-area: image;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .post-single__card-image {
    transform: translateX(10px);
  }
}

.post-single__card-image:before {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 112/112;
}

.post-single__card-image img {
  transition: transform 0.3s;
}
.post-single__card-title {
  grid-area: title;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 959px) {
  .post-single__card-title {
    align-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .post-single__card-title {
    font-size: 12px;
    margin-top: 3px;
  }
}

.post-single__card-name {
  grid-area: name;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .post-single__card-name {
    font-size: 20px;
  }
}

.post-single__card-text {
  grid-area: text;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.85;
  letter-spacing: 0.02em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .post-single__card-text {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 8px;
  }
}
.post-single__card-text--hidden {
  height: 205px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .post-single__card-text--hidden {
    height: 50px;
  }
}

.post-single__card-more {
  position: absolute;
  bottom: 19px;
  right: 18px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 960px) {
  .post-single__card-more {
    bottom: 12px;
    right: 28px;
  }
}

@media (hover: hover) {
  .post-single__card-more:hover {
    cursor: pointer;
  }
}
.post-single__content-container .wp-block-table {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container .wp-block-table {
    margin-top: 30px;
  }
}

.post-single__content-container .wp-block-table td,
.post-single__content-container .wp-block-table th {
  color: #000;
  border-color: #00ACF5;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 959px) {
  .post-single__content-container .wp-block-table td,
  .post-single__content-container .wp-block-table th {
    font-size: 16px;
    padding: 12px;
  }
}
@media screen and (min-width: 960px) {
  .post-single__content-container .wp-block-table td,
  .post-single__content-container .wp-block-table th {
    padding: 18px;
  }
}

.post-single__content-container ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 40px;
}

.post-single__content-container li {
  list-style-type: disc;
}

.post-single__author {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .post-single__author {
    margin-top: 60px;
  }
}

.post-single__content-container #ez-toc-container {
  border: none;
  box-shadow: none;
  padding: 0;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container {
    margin-top: 60px;
  }
}
.post-single__content-container #ez-toc-container .ez-toc-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .post-single__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
    margin-top: 7px;
  }
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container .ez-toc-title {
    font-size: 18px;
  }
}
.post-single__content-container .ez-toc-icon-toggle-span,
.post-single__content-container #ez-toc-container .ez-toc-js-icon-con,
.post-single__content-container #ez-toc-container .ez-toc-toggle label,
.post-single__content-container #ez-toc-container label.cssicon,
.post-single__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}
.post-single__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid;
  border-radius: 50%;
  background-color: #00ACF5;
  transition: transform 0.3s, background-color 0.3s;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container a.ez-toc-toggle {
    width: 38px;
    height: 38px;
  }
}
.post-single__content-container #ez-toc-container a.ez-toc-toggle:before,
.post-single__content-container #ez-toc-container a.ez-toc-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
}
.post-single__content-container #ez-toc-container a.ez-toc-toggle:before {
  width: 16px;
  height: 1px;
}
.post-single__content-container #ez-toc-container a.ez-toc-toggle:after {
  width: 1px;
  height: 16px;
}
@media (hover: hover) {
  .post-single__content-container #ez-toc-container a.ez-toc-toggle:hover {
    opacity: 1;
    background-color: #000000;
  }
  .post-single__content-container #ez-toc-container a.ez-toc-toggle:hover:before,
  .post-single__content-container #ez-toc-container a.ez-toc-toggle:hover:after {
    background-color: #FFFFFF;
  }
}
.post-single__content-container #ez-toc-container:not(.toc_close) a.ez-toc-toggle {
  transform: rotate(45deg);
}
.post-single__content-container #ez-toc-container nav ul {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container nav ul {
    margin-top: 10px;
  }
}
.post-single__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 0;
}
.post-single__content-container #ez-toc-container nav ul li + li {
  margin: 0;
}
.post-single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
  margin-top: 2px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
    margin-top: -2px;
  }
}
.post-single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
    font-size: 16px;
  }
}
.post-single__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
  font-size: 14px;
  color: #000;
}
@media (hover: hover) {
  .post-single__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #00ACF5;
  }
}
.post-single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000000;
  border-radius: 50%;
  transform: translate(4px, 10px);
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
    width: 4px;
    height: 4px;
    transform: translate(5px, 10px);
    margin-right: 13px;
  }
}
.post-single__content-container #ez-toc-container ul.ez-toc-list-level-3 {
  counter-reset: section;
  margin-left: 18px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container ul.ez-toc-list-level-3 {
    margin-left: 18px;
  }
}
.post-single__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a:before {
  counter-increment: section;
  content: "0" counter(section) "　|　";
  width: auto;
  height: auto;
  color: #000;
  background: none;
  font-weight: 500;
  margin: 0;
}
.post-single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-3 + li.ez-toc-heading-level-3 {
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container #ez-toc-container nav ul li.ez-toc-heading-level-3 + li.ez-toc-heading-level-3 {
    margin-top: 8px;
  }
}

.post-single__content-container .wp-block-buttons .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 240px !important;
  min-height: 68px !important;
  padding: 10px min(22.6666666667vw, 85px) 10px min(13.3333333333vw, 50px) !important;
  font-size: min(4.2666666667vw, 16px) !important;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-family: "Shippori Mincho", serif !important;
  background-image: url(../img/00_common/circle-arrow2.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 47px 47px !important;
  background-color: #00ACF5 !important;
  border-radius: 50px !important;
  transition: background-color 0.3s, background-position 0.3s !important;
}
@media screen and (min-width: 960px) {
  .post-single__content-container .wp-block-buttons .wp-block-button__link {
    min-width: 240px !important;
    min-height: 69px !important;
    background-size: 48px 48px !important;
    font-size: 18px !important;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 10px min(7.0016474465vw, 85px) 10px min(4.118616145vw, 50px) !important;
  }
}

@media (hover: hover) {
  .post-single__content-container .wp-block-buttons .wp-block-button__link:hover {
    opacity: 1 !important;
    color: #FFFFFF !important;
    background-color: #000000 !important;
    background-position: right 10px center !important;
  }
}
.post-single__content-container .post-single__button-2 .wp-block-button__link {
  min-width: 180px;
  font-size: 12px !important;
  letter-spacing: 0.01em;
  border: 1px solid #000000;
  background-image: url(../img/00_common/icon-button-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 40px top 24px;
  background-size: 36px 6px;
  padding: 20px 94px 20px 50px;
}
@media screen and (min-width: 960px) {
  .post-single__content-container .post-single__button-2 .wp-block-button__link {
    min-width: 180px;
    font-size: 20px !important;
    background-position: right 76px top 36px;
    background-size: 42px 8px;
    padding: 30px 140px 30px 105px;
  }
}

.post-single__content-container .vk_borderBox {
  border-width: 1px !important;
  border-color: #00ACF5 !important;
}

.post-single__content-container .vk_borderBox p {
  font-family: "Shippori Mincho", serif !important;
}

.post-single__button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .post-single__button-wrapper {
    margin-top: 60px;
  }
}

@media screen and (min-width: 960px) {
  .post-single__news-btn {
    width: 280px;
    height: 66px;
    font-size: 18px;
    border-radius: 50px;
  }
}

@media screen and (max-width: 959px) {
  .vk_borderBox_title_container {
    padding: 1em 0.8em 1em !important;
  }
}

@media screen and (max-width: 959px) {
  .vk_borderBox_body {
    padding: 0 0.8em 1em !important;
  }
}

.vk_borderBox_body > p {
  line-height: 2;
  margin-top: 12px;
}

.scroll-down {
  display: flex;
  gap: 8px;
}

.scroll-down__label {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  letter-spacing: 0em;
  writing-mode: vertical-lr;
}

.scroll-down__track {
  position: relative;
  width: 2px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .scroll-down__track {
    height: 120px;
  }
}

.scroll-down__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006BE2;
  animation: scroll-down-bar 2s ease-in-out infinite;
}

@keyframes scroll-down-bar {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  25% {
    transform: scaleY(1);
    transform-origin: 0 0;
  }
  25.1% {
    transform: scaleY(1);
    transform-origin: 0 100%;
  }
  50% {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }
  50.1%, 100% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
}
.sidebar__archive {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .sidebar__archive {
    margin-top: min(3.4596375618vw, 42px);
  }
}

.archive-select {
  margin-top: 28px;
}
@media screen and (min-width: 960px) {
  .archive-select {
    margin-top: min(2.3064250412vw, 28px);
  }
}

.archive-select__dropdown {
  width: 97%;
  padding: 16px 55px 15px 22px;
  border: 1px solid #A3A6A8;
  border-radius: 5px;
  background-color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/00_common/sidebar-dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 960px) {
  .archive-select__dropdown {
    padding: min(1.3179571664vw, 16px) min(4.5304777595vw, 55px) min(1.2355848435vw, 15px) min(1.8121911038vw, 22px);
    border-radius: min(0.4118616145vw, 5px);
    background-position: right min(1.647446458vw, 20px) center;
    background-size: min(1.1532125206vw, 14px) min(0.823723229vw, 10px);
    font-size: 16px;
  }
}

.sub-fv {
  display: flex;
  align-items: center;
  position: relative;
  z-index: -1;
  background-color: rgba(210, 228, 240, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-height: 320px;
  padding: 100px 0;
  margin-bottom: -60px;
}
@media screen and (min-width: 960px) {
  .sub-fv {
    min-height: min(42.0098846787vw, 510px);
    padding: min(11.6968698517vw, 142px) 0;
    margin-bottom: max(-7.0840197694vw, -86px);
  }
}

.sub-fv--s {
  min-height: 280px;
}
@media screen and (min-width: 960px) {
  .sub-fv--s {
    min-height: min(40.0329489292vw, 486px);
    padding: min(10.8731466227vw, 132px) 0;
  }
}

.sub-fv__tagline {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 2px;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .sub-fv__tagline {
    font-size: min(1.1532125206vw, 14px);
    line-height: 1.3;
    letter-spacing: 0;
    padding: 0 min(2.3064250412vw, 28px);
    margin-left: min(0.6589785832vw, 8px);
    margin-bottom: min(2.0593080725vw, 25px);
  }
}

.sub-fv__tagline:before,
.sub-fv__tagline:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 20px;
  background-image: url(../img/00_common/heading-bracket1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .sub-fv__tagline:before,
  .sub-fv__tagline:after {
    width: min(1.1532125206vw, 14px);
    height: min(1.9769357496vw, 24px);
  }
}

.sub-fv__tagline:after {
  left: auto;
  right: 0;
  background-image: url(../img/00_common/heading-bracket2.svg);
}

.sub-fv__heading {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .sub-fv__heading {
    font-size: min(4.6128500824vw, 56px);
  }
}

@media screen and (min-width: 960px) {
  .sub-fv__heading--center-pc {
    text-align: center;
  }
}

.sub-fv__text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .sub-fv__text {
    font-size: min(1.2355848435vw, 15px);
    margin-top: min(1.2355848435vw, 15px);
  }
}

.sub-page-heading {
  position: relative;
  overflow: hidden;
  padding-top: 94px;
  padding-bottom: 22px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading {
    padding-top: 154px;
    padding-bottom: 78px;
  }
}

.sub-page-heading__inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .sub-page-heading__inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 960px) {
  .sub-page-heading__inner {
    max-width: 1254px;
    padding-left: min(5.6013179572vw, 68px);
    padding-right: min(5.6013179572vw, 68px);
  }
}

.sub-page-heading__title {
  display: grid;
  gap: 0px;
}
@media screen and (max-width: 959px) {
  .sub-page-heading__title {
    justify-items: left;
  }
}
@media screen and (min-width: 960px) {
  .sub-page-heading__title {
    gap: 0px;
  }
}

.sub-page-heading__sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #00A2EF;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 6px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__sub {
    font-size: min(1.647446458vw, 20px);
    margin-left: -2px;
  }
}

.sub-page-heading__main {
  display: block;
  font-size: 42px;
  font-weight: 500;
  color: #00A2EF;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__main {
    font-size: min(6.589785832vw, 80px);
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}

.sub-page-heading--nav {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 77px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading--nav {
    padding-top: 177px;
    padding-bottom: 150px;
    margin-top: -15px;
  }
}

.sub-page-heading__nav {
  position: absolute;
  bottom: -77px;
  left: 20px;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__nav {
    bottom: -148px;
    left: min(5.6013179572vw, 68px);
  }
}

.sub-page-heading__center-container {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 9px 0;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__center-container {
    gap: 0 0;
    margin-left: min(1.2355848435vw, 15px);
  }
}

.sub-page-heading__center-container .sub-page-heading__sub {
  position: relative;
  transform: translateX(54%);
}
@media screen and (max-width: 959px) {
  .sub-page-heading__center-container .sub-page-heading__sub {
    letter-spacing: 0.1em;
    font-size: 12px;
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .sub-page-heading__center-container .sub-page-heading__sub {
    padding: 0 0 0 min(4.942339374vw, 60px);
  }
}

.sub-page-heading__center-container .sub-page-heading__sub:before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 1px;
  background: #00A2EF;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__center-container .sub-page-heading__sub:before {
    width: min(4.118616145vw, 50px);
  }
}

.sub-page-heading__text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__text {
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: min(1.3179571664vw, 16px);
  }
}

.sub-page-heading__text--large {
  font-size: 19px;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__text--large {
    font-size: min(1.9769357496vw, 24px);
  }
}

.sub-page-heading--contact {
  background-color: #FFFFFF;
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .sub-page-heading--contact .sub-page-heading__inner {
    padding-left: min(2.6359143328vw, 32px);
    padding-right: min(2.6359143328vw, 32px);
  }
}

@media screen and (min-width: 960px) {
  .sub-page-heading--news .sub-page-heading__inner {
    max-width: 1033px;
  }
}

.sub-page-title {
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  .sub-page-title {
    padding-top: 18px;
    padding-bottom: 90px;
    padding-left: min(5.6013179572vw, 68px);
    padding-right: min(5.6013179572vw, 68px);
  }
}

.sub-page-title__en {
  display: block;
  font-size: min(6.8vw, 34px);
  font-weight: 400;
  color: #00ACF5;
  text-align: left;
  line-height: normal;
  letter-spacing: 0em;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 960px) {
  .sub-page-title__en {
    font-size: min(3.294892916vw, 40px);
  }
}

.sub-page-title__en--capitalize {
  text-transform: capitalize;
}

.sub-page-title__ja {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: normal;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .sub-page-title__ja {
    margin-top: 12px;
  }
}
@media screen and (min-width: 960px) {
  .sub-page-title__ja {
    font-size: min(3.9538714992vw, 48px);
    margin-top: 20px;
  }
}

@media screen and (min-width: 960px) {
  .sub-page-title--single {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 960px) {
  .sub-page-title--single .sub-page-title__ja {
    font-size: min(3.294892916vw, 40px);
  }
}

.sub-page-title__category {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
  background-image: #006BE2;
  padding: 0 10px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .sub-page-title__category {
    font-size: 16px;
    margin-top: 12px;
  }
}

.to-top {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 17px;
  right: 23px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: #00ACF5;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transition: background-color 0.3s, filter 0.3s, opacity 0.5s, visibility 0.5s, transform 0.5s;
}
@media screen and (min-width: 960px) {
  .to-top {
    bottom: 30px;
    right: 36px;
    width: min(4.118616145vw, 50px);
    height: min(4.118616145vw, 50px);
  }
}

.to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.to-top:before {
  content: "";
  display: inline-block;
  background-image: url(../img/00_common/arrow-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 22px;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 960px) {
  .to-top:before {
    width: min(0.823723229vw, 10px);
    height: min(1.8121911038vw, 22px);
  }
}

@media (hover: hover) {
  .to-top:hover {
    opacity: 1;
    background-color: #FFFFFF;
    border-color: #00ACF5;
  }
  .to-top:hover:before {
    filter: none;
  }
}
.top-about {
  position: relative;
  overflow: hidden;
  margin-top: -5px;
  padding-bottom: 72px;
}
@media screen and (min-width: 960px) {
  .top-about {
    padding-bottom: 120px;
  }
}

.top-about__inner {
  position: relative;
}

.top-about__container {
  position: relative;
  display: grid;
}
@media screen and (max-width: 959px) {
  .top-about__container {
    justify-items: center;
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .top-about__container {
    grid-template-columns: min(23.0642504119vw, 280px) min(63.097199341vw, 766px);
    gap: min(5.5189456343vw, 67px);
    align-items: flex-start;
    margin-top: 72px;
  }
}

@media screen and (max-width: 959px) {
  .top-about__text1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-about__text1 {
    position: absolute;
    top: 65px;
    right: 68px;
  }
}

.top-about__text1 p {
  font-weight: 500;
  color: #FFFFFF;
  border-color: rgba(251, 251, 251, 0.5);
  background-color: transparent;
  font-size: 18px;
  padding: 2px 4px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .top-about__text1 p {
    font-size: min(1.9769357496vw, 24px);
    padding: 2px 10px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}

.top-about__text2 {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 2px;
  margin-top: 46px;
}
@media screen and (min-width: 960px) {
  .top-about__text2 {
    font-size: min(3.294892916vw, 40px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 70px;
    text-underline-offset: 22px;
  }
}

.top-about__visual {
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-about__visual {
    order: -1;
    width: 153%;
    max-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .top-about__visual {
    width: 100%;
    justify-self: end;
    max-width: min(63.097199341vw, 766px);
  }
}

.top-about__visual-text {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 959px) {
  .top-about__visual-text {
    margin-top: 28px;
  }
}
@media screen and (min-width: 960px) {
  .top-about__visual-text {
    position: absolute;
    font-size: min(1.1532125206vw, 14px);
    width: min(23.8879736409vw, 290px);
  }
}

.top-about__visual-text--1 {
  top: 100px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .top-about__visual-text--1 {
    top: min(41.1861614498vw, 500px);
    left: min(2.0593080725vw, 25px);
  }
}

.top-about__visual-text--2 {
  top: 100px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .top-about__visual-text--2 {
    top: min(52.3064250412vw, 635px);
    right: min(4.5304777595vw, 55px);
  }
}

.top-about__visual-text-number {
  display: block;
  font-family: "Roboto", sans-serif;
}

.top-about__image {
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-about__image {
    display: flex;
    gap: 16px;
    width: 100%;
    margin-top: -10px;
  }
}
@media screen and (min-width: 960px) {
  .top-about__image {
    margin-top: min(25.7001647446vw, 312px);
  }
}

.top-about__image img {
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 280/240;
}
@media screen and (max-width: 959px) {
  .top-about__image img {
    width: 120px;
  }
}

@media screen and (min-width: 960px) {
  .top-about__image img:nth-child(2) {
    margin-top: min(4.942339374vw, 60px);
  }
}

.top-company {
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-company {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .top-company {
    padding-bottom: 105px;
    margin-top: -105px;
  }
}

.top-company,
.top-company:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 960px) {
  .top-company__bg-circle {
    top: -108px;
  }
}

.top-company__container {
  display: grid;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .top-company__container {
    grid-template-columns: 1fr min(49.4233937397vw, 600px);
  }
}

.top-company__text1 {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .top-company__text1 {
    margin-top: min(2.9654036244vw, 36px);
  }
}

.top-company__text1 p {
  font-weight: 500;
  color: #FFFFFF;
  border-color: rgba(251, 251, 251, 0.5);
  background-color: transparent;
  font-size: 18px;
  padding: 2px 4px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .top-company__text1 p {
    font-size: min(2.6359143328vw, 32px);
    padding: 2px 6px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.top-company__heading2 {
  margin-left: 0;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .top-company__heading2 {
    margin-top: min(8.23723229vw, 100px);
  }
}

.top-company__heading2 span {
  color: #FFFFFF;
}

.top-company__image {
  border-radius: 30px;
  overflow: hidden;
  margin-top: 36px;
}
@media screen and (min-width: 960px) {
  .top-company__image {
    margin-top: -12px;
  }
}

.top-company__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/360;
}

.top-company__visual2 {
  position: absolute;
  top: 40px;
  right: 16px;
  width: 90px;
  height: auto;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-company__visual2 {
    top: min(6.589785832vw, 80px);
    right: min(11.2026359143vw, 136px);
    width: min(16.4744645799vw, 200px);
    border-radius: 12px;
  }
}

.top-company__visual {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .top-company__visual {
    margin-top: min(3.294892916vw, 40px);
    border-radius: 30px;
  }
}

.top-company__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/360;
}

.top-company__title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .top-company__title {
    font-size: min(1.647446458vw, 20px);
    padding-right: min(7.2487644152vw, 88px);
    margin-top: -5px;
  }
}

.top-company__description {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .top-company__description {
    font-size: min(1.2355848435vw, 15px);
    margin-top: min(4.3657331137vw, 53px);
  }
}

@media screen and (max-width: 959px) {
  .top-company__button {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-company__button {
    margin-top: min(2.6359143328vw, 32px);
  }
}

.top-fv {
  position: relative;
  width: 100vw;
  height: calc(100svh - 14px);
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-fv {
    height: calc(100svh - 37px);
  }
}

.top-fv__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .top-fv__container {
    margin-top: 8svh;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__container {
    padding: 100px 0 0 0;
  }
}

.top-fv__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .top-fv__contents {
    margin-top: 17px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__contents {
    margin-top: -48px;
    transform: translateX(40%);
  }
}

.top-fv__copy-en-item {
  overflow: hidden;
}

.top-fv__copy-en-item:nth-child(2) {
  margin-left: min(18.6666666667vw, 70px);
}
@media screen and (min-width: 960px) {
  .top-fv__copy-en-item:nth-child(2) {
    margin-left: min(10.1317957166vw, 123px);
  }
}

.top-fv__copy-en-item:nth-child(3) {
  margin-left: min(32vw, 120px);
}
@media screen and (min-width: 960px) {
  .top-fv__copy-en-item:nth-child(3) {
    margin-left: min(19.5222405272vw, 237px);
  }
}

.top-fv__copy-en span {
  display: inline-block;
  font-size: min(6vh, 50px);
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.025em;
  font-family: "Roboto", sans-serif;
  transform: translateY(100%);
}
@media screen and (min-width: 960px) {
  .top-fv__copy-en span {
    font-size: min(8.23723229vw, 100px);
    line-height: 1;
    letter-spacing: 0.045em;
  }
}

.top-fv__copy-ja {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .top-fv__copy-ja {
    margin-top: min(1.2vh, 24px);
  }
}
@media screen and (min-width: 960px) {
  .top-fv__copy-ja {
    margin-top: 40px;
    margin-left: min(3.7891268534vw, 46px);
  }
}

.top-fv__copy-ja-item {
  display: inline-block;
  border: 1px solid #0AA5E6;
  background-color: #FFFFFF;
  overflow: hidden;
  transform: scaleX(0%);
  transform-origin: left;
}

.top-fv__copy-ja span {
  display: inline-block;
  font-size: min(2.7vh, 21px);
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
  padding: 1px 10px 2px 10px;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .top-fv__copy-ja span {
    font-size: min(2.3064250412vw, 28px);
    padding: 1px 10px 2px 10px;
  }
}

.top-fv__scroll {
  position: absolute;
  top: auto;
  bottom: -3px;
  right: 20px;
}
@media screen and (min-width: 960px) {
  .top-fv__scroll {
    bottom: -18px;
    right: min(7.8253706755vw, 95px);
  }
}

@media screen and (max-width: 959px) {
  .top-fv__cta-buttons .button2 {
    min-width: 275px;
  }
}

@media screen and (max-width: 959px) {
  .drawer__nav--mobile .top-fv__cta-buttons {
    margin-right: 24px;
  }
}

@media screen and (max-width: 959px) {
  .drawer__nav--mobile .top-fv__cta-buttons .button1 {
    width: 100%;
  }
}

.fv-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.fv-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  flex-direction: column;
  padding-top: 42px;
}
@media screen and (min-width: 960px) {
  .fv-drawer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}

.fv-drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fv-drawer.is-open .fv-drawer__overlay {
  opacity: 1;
}

.fv-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100vw;
  height: 100vh;
  background-color: #0066cc;
  opacity: 0;
  transition: opacity 0.3s;
}

.fv-drawer__content {
  position: relative;
  z-index: 17;
  height: auto;
  padding: 0 25px;
  padding-bottom: 60px;
  margin: 0 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .fv-drawer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    max-height: 80vh;
    margin-top: 0;
    padding: 60px;
  }
}

.fv-drawer__left {
  display: flex;
  flex-direction: column;
}

.fv-drawer__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .fv-drawer__right {
    align-items: flex-end;
  }
}

.fv-drawer__nav {
  display: block;
  margin-top: 52px;
}
@media screen and (min-width: 960px) {
  .fv-drawer__nav {
    margin-top: 0;
  }
}

.fv-drawer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fv-drawer__menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}

.fv-drawer__menu-item:last-child {
  border-bottom: none;
}

.fv-drawer__menu-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color 0.2s;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .fv-drawer__menu-link {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.fv-drawer__submenu {
  margin-top: 15px;
  padding-left: 0;
}

.fv-drawer__submenu-item {
  margin-top: 8px;
}

.fv-drawer__submenu-link {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.02em;
  transition: color 0.2s;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .fv-drawer__submenu-link {
    font-size: 16px;
  }
}

@media (hover: hover) {
  .fv-drawer__menu-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .fv-drawer__submenu-link:hover {
    color: #FFFFFF;
  }
}
.fv-drawer__map-link {
  margin-top: auto;
  padding-top: 40px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .fv-drawer__map-link {
    padding-top: 60px;
  }
}

.fv-drawer__map-button {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  padding: 12px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  transition: background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .fv-drawer__map-button {
    font-size: 16px;
    padding: 15px 25px;
  }
}

@media (hover: hover) {
  .fv-drawer__map-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.fv-drawer__map-icon {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .fv-drawer__map-icon {
    font-size: 18px;
  }
}

.fv-drawer__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 960px) {
  .fv-drawer__cta {
    align-items: flex-end;
    text-align: right;
    border-top: none;
    margin-top: auto;
    padding: 0;
  }
}

.fv-drawer__cta-phone {
  margin-bottom: 20px;
}

.fv-drawer__cta-phone a {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .fv-drawer__cta-phone a {
    font-size: 28px;
    text-align: right;
  }
}

.fv-drawer__contact-btn {
  background-color: #FFFFFF;
  color: #0066cc;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .fv-drawer__contact-btn {
    font-size: 18px;
    padding: 18px 40px;
  }
}

@media (hover: hover) {
  .fv-drawer__contact-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.top-fv__news {
  position: absolute;
  bottom: min(8vh, 80px);
  left: 0;
  padding: 12px 20px 0 20px;
}
@media screen and (min-width: 960px) {
  .top-fv__news {
    bottom: 118px;
    padding: 0 min(56.0131795717vw, 680px) 0 min(3.294892916vw, 40px);
  }
}

.top-fv__news-heading {
  display: inline-block;
  position: relative;
  font-size: min(1.7vh, 13px);
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  white-space: nowrap;
  padding: 1px 0 0 18px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .top-fv__news-heading {
    font-size: min(1.4827018122vw, 18px);
    padding: 1px 0 0 min(1.4827018122vw, 18px);
  }
}

.top-fv__news-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #00ACF5;
  border-radius: 50%;
}
.top-fv__news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 960px) {
  .top-fv__news-meta {
    gap: 12px;
  }
}

.top-fv__news-category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 3px 6px 3px;
}
@media screen and (min-width: 960px) {
  .top-fv__news-category {
    gap: 8px;
    padding: 4px min(0.6589785832vw, 8px) 5px;
    border-radius: 4px;
  }
}

.top-fv__news-category-item {
  font-size: min(1.5vh, 12px);
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .top-fv__news-category-item {
    font-size: min(0.9884678748vw, 12px);
  }
}

.top-fv__news-title {
  position: absolute;
  font-size: min(1.7vh, 14px);
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: 100%;
  margin: 0;
  margin-top: 6px;
  transition: color 0.3s ease;
  width: 60vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-fv__news-title {
    width: 40vw;
    font-size: min(1.3179571664vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 10px;
  }
}

@media (hover: hover) {
  .top-fv__news-link:hover {
    opacity: 1;
  }
  .top-fv__news-link:hover .top-fv__news-title {
    color: #00ACF5;
  }
}
.top-information {
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-information {
    padding-top: 47px;
    padding-bottom: 56px;
    margin-top: -45px;
  }
}
@media screen and (min-width: 960px) {
  .top-information {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: -63px;
  }
}

@media screen and (max-width: 959px) {
  .top-information__inner2 {
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  .top-information__download {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .top-information__download {
    margin-top: min(4.4481054366vw, 54px);
  }
}

@media screen and (max-width: 959px) {
  .top-information__blog {
    margin-top: 58px;
  }
}
@media screen and (min-width: 960px) {
  .top-information__blog {
    margin-top: min(4.4481054366vw, 54px);
  }
}

.top-information__items {
  display: grid;
}
@media screen and (max-width: 959px) {
  .top-information__items {
    gap: 38px;
    margin-top: 37px;
  }
}
@media screen and (min-width: 960px) {
  .top-information__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 min(1.647446458vw, 20px);
    margin: 0 max(-1.1532125206vw, -14px);
    margin-top: min(2.9654036244vw, 36px);
  }
}

.top-information__item {
  border-radius: 12px;
}

.top-information__button {
  text-align: center;
  margin-top: 55px;
}
@media screen and (min-width: 960px) {
  .top-information__button {
    margin-top: 20px;
  }
}

.top-information__button2 {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-information__button2 {
    text-align: right;
    margin-top: 12px;
  }
}

@media screen and (max-width: 959px) {
  .top-news {
    margin-top: 72px;
  }
}
@media screen and (min-width: 960px) {
  .top-news {
    padding: min(6.589785832vw, 80px) min(6.589785832vw, 80px);
    margin-top: 40px;
  }
}

.top-news__heading {
  margin-left: 22px;
  gap: 16px 0;
}
@media screen and (min-width: 960px) {
  .top-news__heading {
    margin: 0;
  }
}

.top-news__items {
  display: grid;
  border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 959px) {
  .top-news__items {
    padding: 0 2px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 960px) {
  .top-news__items {
    margin-top: min(4.2833607908vw, 52px);
    margin-bottom: min(3.294892916vw, 40px);
  }
}

.top-news__item {
  border-bottom: 1px solid #FFFFFF;
  padding: 26px 0 35px 3px;
}
@media screen and (min-width: 960px) {
  .top-news__item {
    display: flex;
    align-items: center;
    padding: 33px min(4.5304777595vw, 55px) 33px 0;
  }
}

.top-news__button {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-news__button {
    margin-top: 60px;
  }
}

.top-recruit {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .top-recruit {
    padding-top: 50px;
    padding-bottom: 66px;
    margin-top: -43px;
  }
}
@media screen and (min-width: 960px) {
  .top-recruit {
    padding-bottom: 105px;
    margin-top: -80px;
  }
}

.top-recruit:after {
  content: "";
  display: block;
  width: 493px;
  height: 240px;
  background-color: #EDEEF2;
  border-radius: 150px;
  position: absolute;
  top: 330px;
  right: -160px;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .top-recruit:after {
    width: 100%;
    top: min(19.7693574959vw, 240px);
    right: max(-27.1828665568vw, -330px);
    height: min(32.9489291598vw, 400px);
    border-radius: min(16.4744645799vw, 200px);
  }
}

@media screen and (min-width: 960px) {
  .top-recruit__bg-circle {
    top: -108px;
  }
}

.top-recruit__container {
  display: grid;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .top-recruit__container {
    grid-template-columns: 1fr min(60.9555189456vw, 740px);
  }
}

.top-recruit__content1 {
  position: relative;
  z-index: 1;
}

.top-recruit__text1 {
  margin-top: 33px;
}
@media screen and (min-width: 960px) {
  .top-recruit__text1 {
    margin-top: min(4.6128500824vw, 56px);
  }
}

.top-recruit__text1 p {
  font-weight: 500;
  font-size: 18px;
  padding: 2px 4px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .top-recruit__text1 p {
    font-size: min(2.6359143328vw, 32px);
    padding: 2px 6px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.top-recruit__heading2 {
  margin-left: 0;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .top-recruit__heading2 {
    margin-top: min(9.8846787479vw, 120px);
  }
}

.top-recruit__heading2 span {
  color: #FFFFFF;
}

.top-recruit__image {
  border-radius: 150px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .top-recruit__image {
    width: 493px;
    margin-top: -16px;
  }
}
@media screen and (min-width: 960px) {
  .top-recruit__image {
    border-radius: 200px;
    margin-top: -12px;
    transform: translateX(-205px);
  }
}

.top-recruit__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1760/360;
  width: auto !important;
}

.top-recruit__visual2 {
  position: absolute;
  top: 40px;
  right: 16px;
  width: 90px;
  height: auto;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-recruit__visual2 {
    top: min(6.589785832vw, 80px);
    right: min(11.2026359143vw, 136px);
    width: min(16.4744645799vw, 200px);
    border-radius: 12px;
  }
}

.top-recruit__visual {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .top-recruit__visual {
    margin-top: min(3.294892916vw, 40px);
    border-radius: 30px;
  }
}

.top-recruit__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/360;
}

.top-recruit__title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .top-recruit__title {
    font-size: min(1.647446458vw, 20px);
    padding-right: min(7.2487644152vw, 88px);
    margin-top: -5px;
  }
}

.top-recruit__description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .top-recruit__description {
    width: min(41.1861614498vw, 500px);
    font-size: min(1.3179571664vw, 16px);
    line-height: 2;
    letter-spacing: 0.2em;
    margin-top: min(4.3657331137vw, 53px);
  }
}

@media screen and (max-width: 959px) {
  .top-recruit__button {
    margin-top: 32px;
  }
}
@media screen and (min-width: 960px) {
  .top-recruit__button {
    margin-top: min(2.6359143328vw, 32px);
  }
}

.top-recruit__slider-wrapper {
  transition-timing-function: linear !important;
}

.top-recruit__slide {
  width: auto !important;
  height: 240px !important;
}
@media screen and (min-width: 960px) {
  .top-recruit__slide {
    height: min(29.6540362438vw, 360px) !important;
  }
}

.top-service {
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-service {
    padding-bottom: 100px;
  }
}

.top-service,
.top-service:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.top-service__header {
  display: grid;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .top-service__header {
    grid-template-columns: 1fr min(49.4233937397vw, 600px);
    padding-right: min(2.9654036244vw, 36px);
  }
}

.top-service__header-image {
  margin-top: 35px;
}
@media screen and (min-width: 960px) {
  .top-service__header-image {
    margin-top: -12px;
  }
}

.top-service__header-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/400;
  border-radius: 30px;
}

@media screen and (max-width: 959px) {
  .top-service__description {
    margin-top: 24px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-service__description {
    text-align: right;
    margin-top: min(3.294892916vw, 40px);
  }
}

.top-service__description p {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .top-service__description p {
    padding-left: 39px;
  }
}
@media screen and (min-width: 960px) {
  .top-service__description p {
    font-size: min(1.647446458vw, 20px);
    line-height: 1.8;
    letter-spacing: 0em;
    padding-right: min(6.589785832vw, 80px);
  }
}

.top-service__description p:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .top-service__description p:before {
    top: min(1.4003294893vw, 17px);
    left: max(-10.2141680395vw, -124px);
    width: min(8.5667215815vw, 104px);
    height: 5px;
  }
}

.top-service__degital {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #929999;
  border-bottom: 1px solid #929999;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-service__degital {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -64px;
  }
}

@media screen and (max-width: 959px) {
  .top-service__degital .heading2__main {
    font-size: 32px;
  }
}

.top-service__degital-text {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .top-service__degital-text {
    margin-top: 36px;
  }
}

.top-service__degital-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-service__degital-items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.647446458vw, 20px);
    margin-top: 55px;
  }
}

.top-service__degital-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  border: 2px solid #00ACF5;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .top-service__degital-item {
    padding: min(2.1416803954vw, 26px) min(1.647446458vw, 20px);
    font-size: min(1.4827018122vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    border-radius: 8px;
  }
}

.top-service__degital-visual {
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .top-service__degital-visual {
    display: grid;
    justify-items: center;
    margin-top: 33px;
  }
}
@media screen and (min-width: 960px) {
  .top-service__degital-visual {
    padding: 0 min(5.766062603vw, 70px);
    margin-top: 55px;
  }
}

@media screen and (max-width: 959px) {
  .top-service__degital-visual picture {
    display: block;
    width: 126%;
    max-width: 500px;
  }
}

.top-strength {
  position: relative;
  overflow: hidden;
  margin-top: -5px;
}
@media screen and (max-width: 959px) {
  .top-strength {
    padding-bottom: 80px;
  }
}

.top-strength__container {
  display: grid;
}
@media screen and (max-width: 959px) {
  .top-strength__container {
    justify-items: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-strength__container {
    grid-template-columns: 1fr min(67.5453047776vw, 820px);
    gap: min(4.5304777595vw, 55px);
    align-items: flex-start;
    margin-top: -32px;
    margin-right: max(-3.4596375618vw, -42px);
  }
}

.top-strength__text {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 57px;
}
@media screen and (min-width: 960px) {
  .top-strength__text {
    font-size: min(1.2355848435vw, 15px);
    margin-top: min(17.9571663921vw, 218px);
  }
}

.top-strength__text:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  display: block;
  width: 32px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .top-strength__text:before {
    top: -34px;
    width: 42px;
    height: 4px;
  }
}

.top-strength__visual {
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-strength__visual {
    order: -1;
    width: 140%;
    max-width: 464px;
  }
}
@media screen and (min-width: 960px) {
  .top-strength__visual {
    width: 100%;
    justify-self: end;
    max-width: min(67.5453047776vw, 820px);
  }
}

.top-strength__visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 959px) {
  .about-access {
    padding: 0 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .about-access {
    padding-top: 0;
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 960px) {
  .about-access__inner {
    max-width: min(89.2915980231vw, 1084px);
  }
}

.about-access__container {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .about-access__container {
    margin-top: 30px;
  }
}

.about-access__map-content {
  width: 100%;
  aspect-ratio: 926/386;
}

.about-access__map-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-access__info {
  display: grid;
  padding-left: 0;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .about-access__info {
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 0 min(8.23723229vw, 100px);
    margin-top: 30px;
    margin-left: max(-4.3657331137vw, -53px);
  }
}

.about-access__postal {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .about-access__postal {
    font-size: min(1.4003294893vw, 17px);
    margin-bottom: 3px;
  }
}

.about-access__location {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .about-access__location {
    font-size: min(1.4003294893vw, 17px);
    margin-bottom: 3px;
  }
}

.about-access__calendar {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 960px) {
  .about-access__calendar {
    font-size: 18px;
  }
}

.about-access__details {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px 16px;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .about-access__details {
    margin-top: 36px;
  }
}
@media screen and (min-width: 960px) {
  .about-access__details {
    gap: 13px 16px;
  }
}

.about-access__detail-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .about-access__detail-icon {
    width: 16px;
    height: 16px;
  }
}

.about-access__detail-icon--calendar {
  background-image: url("../img/00_common/icon-calendar.svg");
}

.about-access__detail-icon--clock {
  background-image: url("../img/00_common/icon-clock.svg");
}

.about-access__detail-icon--car {
  background-image: url("../img/00_common/icon-car.svg");
}

.about-access__detail-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .about-access__detail-text {
    font-size: min(1.1532125206vw, 14px);
  }
}

@media screen and (max-width: 959px) {
  .about-company {
    padding: 84px 0;
  }
}
@media screen and (min-width: 960px) {
  .about-company {
    padding-top: 64px;
    padding-bottom: 93px;
  }
}

@media screen and (min-width: 960px) {
  .about-company__inner {
    padding: 0 min(9.7199341021vw, 118px);
  }
}

@media screen and (max-width: 959px) {
  .about-company .section-heading {
    text-align: left;
  }
}

.about-company__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 26px;
}
@media screen and (min-width: 960px) {
  .about-company__items {
    grid-template-columns: min(17.7100494234vw, 215px) 1fr;
    margin-top: min(2.6359143328vw, 32px);
  }
}

.about-company__item-title,
.about-company__item-data {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
@media screen and (min-width: 960px) {
  .about-company__item-title,
  .about-company__item-data {
    font-size: min(1.4827018122vw, 18px);
    line-height: 1.9;
    letter-spacing: 1.3px;
    padding: min(2.471169687vw, 30px) 0 min(2.471169687vw, 30px) min(0.823723229vw, 10px);
  }
}

@media screen and (max-width: 959px) {
  .about-company__item-title {
    border-bottom: none;
  }
}

@media screen and (max-width: 959px) {
  .about-company__item-data + .about-company__item-title {
    margin-top: 12px;
  }
}

.about-company__item-data--grid {
  display: grid;
}
@media screen and (max-width: 959px) {
  .about-company__item-data--grid {
    padding-bottom: 15px;
  }
}

.about-concept {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .about-concept {
    padding-top: 33px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .about-concept {
    padding: 70px 0 20px;
  }
}

@media screen and (min-width: 960px) {
  .about-concept__inner {
    max-width: min(57.6606260297vw, 700px);
    padding-left: min(10.4612850082vw, 127px);
  }
}

@media screen and (max-width: 959px) {
  .about-concept__image {
    margin: 0 -18px;
  }
}
@media screen and (min-width: 960px) {
  .about-concept__image {
    margin-right: min(16.4744645799vw, 200px);
  }
}

.about-concept__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 859/573;
}

.about-concept__contents {
  position: relative;
  background-color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .about-concept__contents {
    margin-left: -18px;
    margin-right: -10px;
    margin-top: -80px;
    padding: 8px 8px 8px 22px;
  }
}
@media screen and (min-width: 960px) {
  .about-concept__contents {
    padding: min(1.3179571664vw, 16px) min(4.118616145vw, 50px);
    margin-left: min(28.2537067545vw, 343px);
    margin-top: max(-15.6507413509vw, -190px);
  }
}

.about-concept__title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .about-concept__title {
    font-size: min(1.8121911038vw, 22px);
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.about-concept__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .about-concept__text {
    font-size: min(1.3179571664vw, 16px);
  }
}

.about-concept__text + .about-concept__text {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .about-concept__text + .about-concept__text {
    margin-top: min(1.647446458vw, 20px);
  }
}

.about-concept__heading {
  text-align: center;
}

.about-concept__heading-ja {
  font-size: min(6.9333333333vw, 26px);
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 960px) {
  .about-concept__heading-ja {
    font-size: min(4.118616145vw, 50px);
  }
}

.about-concept__heading-en {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .about-concept__heading-en {
    width: min(68.8vw, 258px);
    margin-top: -3px;
  }
}
@media screen and (min-width: 960px) {
  .about-concept__heading-en {
    width: 340px;
    margin-top: -13px;
  }
}

.about-concept__heading-en img {
  display: block;
  width: 100%;
  height: auto;
}

.about-greeting {
  background-color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .about-greeting {
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 960px) {
  .about-greeting {
    padding: 34px 0 178px;
  }
}

.about-greeting__container {
  position: relative;
  margin-top: 33px;
}
@media screen and (min-width: 960px) {
  .about-greeting__container {
    display: grid;
    grid-template-columns: min(42.8336079077vw, 520px) 1fr;
    gap: 0 min(5.4365733114vw, 66px);
    align-items: flex-start;
    margin-top: 45px;
  }
}

.about-greeting__image {
  position: relative;
}
@media screen and (max-width: 959px) {
  .about-greeting__image {
    width: 215px;
    margin: 0 auto;
    transform: translateX(10px);
  }
}
@media screen and (min-width: 960px) {
  .about-greeting__image {
    margin-left: min(2.8830313015vw, 35px);
  }
}

.about-greeting__image:before {
  content: "";
  position: absolute;
  background: radial-gradient(circle, #4A9B8E 1px, transparent 1px);
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .about-greeting__image:before {
    top: 20px;
    left: -20px;
    background-size: 6px 6px;
  }
}
@media screen and (min-width: 960px) {
  .about-greeting__image:before {
    top: 30px;
    left: -30px;
    background-size: 10px 10px;
  }
}

.about-greeting__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 529/594;
}

.about-greeting__content {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .about-greeting__content {
    margin-right: -8px;
    margin-top: 57px;
    margin-left: 25px;
  }
}
.about-greeting__content-inner {
  position: relative;
  background-color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .about-greeting__content-inner {
    padding: 10px 15px 30px;
  }
}
@media screen and (min-width: 960px) {
  .about-greeting__content-inner {
    padding: min(0.823723229vw, 10px) min(3.5420098847vw, 43px) min(2.6359143328vw, 32px);
  }
}

.about-greeting__text-area {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .about-greeting__text-area {
    margin-top: min(2.8830313015vw, 35px);
  }
}

.about-greeting__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .about-greeting__text {
    font-size: min(1.3179571664vw, 16px);
  }
}

.about-greeting__text + .about-greeting__text {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .about-greeting__text + .about-greeting__text {
    margin-top: min(2.471169687vw, 30px);
  }
}

.about-greeting__signature {
  text-align: right;
}
@media screen and (max-width: 959px) {
  .about-greeting__signature {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .about-greeting__signature {
    margin-top: min(4.5304777595vw, 55px);
    margin-right: min(4.118616145vw, 50px);
  }
}

.about-greeting__signature img {
  display: inline-block;
  height: auto;
}
@media screen and (max-width: 959px) {
  .about-greeting__signature img {
    max-width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .about-greeting__signature img {
    max-width: min(26.3591433278vw, 320px);
  }
}

.service-digital {
  padding-top: 0px;
  padding-bottom: 58px;
  border-bottom: 1px solid #929999;
  overflow: visible;
}
@media screen and (max-width: 959px) {
  .service-digital {
    margin-top: 17px;
  }
}
@media screen and (min-width: 960px) {
  .service-digital {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 959px) {
  .service-digital .heading2__main {
    font-size: 32px;
  }
}

.service-digital__text {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .service-digital__text {
    margin-top: 36px;
  }
}

.service-digital__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .service-digital__items {
    gap: min(1.647446458vw, 20px);
    margin-top: 55px;
  }
}

.service-digital__box {
  border: 2px solid #00ACF5;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .service-digital__box {
    padding: min(1.8945634267vw, 23px) min(2.6359143328vw, 32px) min(1.8945634267vw, 23px) min(3.1301482702vw, 38px);
  }
}

@media screen and (max-width: 959px) {
  .service-digital__box--large {
    grid-column: span 2;
  }
}

@media screen and (max-width: 959px) {
  .service-digital__box--small {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 959px) {
  .service-digital__box--small .service-digital__box-title {
    font-size: 12px;
    text-align: center;
  }
}

.service-digital__box-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 960px) {
  .service-digital__box-title {
    font-size: min(1.647446458vw, 20px);
  }
}

.service-digital__box-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  border-top: 1px solid #c8cad1;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .service-digital__box-list {
    margin-top: min(1.9769357496vw, 24px);
    margin-bottom: min(1.0708401977vw, 13px);
  }
}

.service-digital__box-list-item {
  display: block;
  position: relative;
  border-bottom: 1px solid #c8cad1;
  padding: 15px 0 12px 3px;
}
@media screen and (min-width: 960px) {
  .service-digital__box-list-item {
    padding: min(0.9884678748vw, 12px) 0 min(0.9884678748vw, 12px) min(0.9060955519vw, 11px);
  }
}

.service-digital__box-list-link {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: inherit;
  padding-right: 40px;
}
@media screen and (min-width: 960px) {
  .service-digital__box-list-link {
    font-size: min(1.3179571664vw, 16px);
    padding-right: min(4.118616145vw, 50px);
  }
}
.service-digital__box-list-link:hover {
  opacity: 1;
  color: #00ACF5;
}

.service-digital__box-list-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 2;
  border-radius: 50%;
  background-color: #00ACF5;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
@media screen and (min-width: 960px) {
  .service-digital__box-list-arrow {
    right: min(1.2355848435vw, 15px);
    width: min(1.647446458vw, 20px);
    height: min(1.647446458vw, 20px);
  }
}

.service-digital__box-list-link:hover .service-digital__box-list-arrow {
  transform: translateY(-50%) translateX(3px);
}

.service-digital__box-list-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  transform: translate(-50%, -50%) rotate(45deg);
}

.service-digital__sub-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .service-digital__sub-items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.647446458vw, 20px);
    margin-top: min(1.647446458vw, 20px);
  }
}

.service-digital__sub-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  border: 2px solid #00ACF5;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .service-digital__sub-item {
    padding: min(2.1416803954vw, 26px) min(1.647446458vw, 20px);
    font-size: min(1.4827018122vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.service-digital__visual {
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .service-digital__visual {
    display: grid;
    justify-items: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .service-digital__visual {
    padding: 0 min(5.766062603vw, 70px);
    margin-top: 55px;
  }
}

@media screen and (max-width: 959px) {
  .service-digital__visual picture {
    display: block;
    width: 126%;
    max-width: 500px;
  }
}

.service-inhouse {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #929999;
}
@media screen and (min-width: 960px) {
  .service-inhouse {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 959px) {
  .service-inhouse .heading2__main {
    font-size: 32px;
  }
}

.service-inhouse__text {
  margin-top: 33px;
}
@media screen and (min-width: 960px) {
  .service-inhouse__text {
    margin-top: 26px;
  }
}

@media screen and (min-width: 960px) {
  .service-inhouse__header {
    display: flex;
    gap: min(1.647446458vw, 20px);
    justify-content: space-between;
    padding-right: min(1.3179571664vw, 16px);
  }
}

.service-inhouse__points {
  display: grid;
  gap: 22px;
  margin-top: 37px;
}
@media screen and (min-width: 960px) {
  .service-inhouse__points {
    gap: min(1.647446458vw, 20px);
    margin-top: min(7.8253706755vw, 95px);
  }
}

.service-inhouse__point {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}
@media screen and (min-width: 960px) {
  .service-inhouse__point {
    align-items: center;
    gap: min(1.647446458vw, 20px);
  }
}

.service-inhouse__point-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #00ACF5;
  font-size: 16px;
  font-weight: 400;
  color: #00ACF5;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .service-inhouse__point-number {
    width: min(4.942339374vw, 60px);
    height: min(4.942339374vw, 60px);
    font-size: min(1.9769357496vw, 24px);
  }
}

.service-inhouse__point-text {
  font-size: 18px;
  font-weight: 700;
  color: #00ACF5;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .service-inhouse__point-text {
    width: 75%;
  }
}
@media screen and (min-width: 960px) {
  .service-inhouse__point-text {
    font-size: min(1.612191vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.service-inhouse__contents {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .service-inhouse__contents {
    grid-template-columns: min(51.8945634267vw, 630px) 1fr;
    align-items: center;
    padding: 0 min(2.471169687vw, 30px);
    margin-top: max(-10.7084019769vw, -130px);
  }
}

.service-inhouse__visual {
  display: block;
  position: relative;
  width: 106%;
  margin: 0 -10px;
  margin-top: 49px;
}
@media screen and (min-width: 960px) {
  .service-inhouse__visual {
    width: 100%;
    margin-top: min(4.942339374vw, 60px);
  }
}

.service-inhouse__description {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-top: 34px;
}
@media screen and (min-width: 960px) {
  .service-inhouse__description {
    font-size: min(1.3179571664vw, 16px);
    margin-left: min(2.471169687vw, 30px);
    margin-top: min(11.2850082372vw, 137px);
  }
}

.service-other {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .service-other {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 959px) {
  .service-other .heading2__main {
    font-size: 32px;
  }
}

.service-other__text {
  margin-top: 33px;
}
@media screen and (min-width: 960px) {
  .service-other__text {
    margin-top: 36px;
  }
}

.service-other__items {
  display: grid;
  gap: 22px;
  margin-top: 54px;
}
@media screen and (min-width: 960px) {
  .service-other__items {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: min(2.471169687vw, 30px);
    margin-top: min(4.942339374vw, 60px);
  }
}

@media screen and (min-width: 960px) {
  .service-other__item--wide {
    grid-column: span 2;
  }
}

.service-other__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding-bottom: 50px;
  border: 1px solid #929999;
  border-bottom: none;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .service-other__item {
    padding-bottom: 50px;
  }
}

.service-other__header {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: flex-start;
  gap: 20px;
  padding: 18px 18px 24px 18px;
}
@media screen and (min-width: 960px) {
  .service-other__header {
    grid-template-columns: min(18.1219110379vw, 220px) 1fr;
    gap: min(2.6359143328vw, 32px);
    padding: 30px 22px 35px 30px;
    min-height: 240px;
  }
}

.service-other__image {
  display: block;
  overflow: hidden;
  border-radius: 80px;
}
@media screen and (min-width: 960px) {
  .service-other__image {
    border-radius: 80px;
  }
}

.service-other__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 220/160;
}

.service-other__title {
  font-size: 16px;
  font-weight: 700;
  color: #00ACF5;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .service-other__title {
    margin-top: 3px;
  }
}
@media screen and (min-width: 960px) {
  .service-other__title {
    font-size: min(1.647446458vw, 20px);
    margin-top: 5px;
  }
}

.service-other__description {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .service-other__description {
    font-size: min(1.1532125206vw, 14px);
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-top: 10px;
  }
}

.service-other__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  gap: 8px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #929999;
  background-color: #DBDDE6;
  border-radius: 12px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .service-other__toggle {
    gap: 10px;
    grid-column: 1/-1;
    height: 50px;
    padding: min(1.3179571664vw, 16px) min(1.9769357496vw, 24px);
    transition: color 0.3s, background-color 0.3s;
  }
}

.service-other__toggle-label {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}

.service-other__toggle-label--open {
  display: none;
}

.service-other__toggle.is-open .service-other__toggle-label--close {
  display: none;
}

.service-other__toggle.is-open .service-other__toggle-label--open {
  display: inline;
}

.service-other__toggle-icon {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: #00ACF5;
  border-radius: 50%;
  transition: transform 0.3s;
}

.service-other__toggle-icon:before,
.service-other__toggle-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-top: -1px;
  margin-left: -4px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.service-other__toggle-icon:after {
  transform: rotate(90deg);
}

.service-other__toggle.is-open .service-other__toggle-icon:after {
  transform: rotate(0deg);
  opacity: 0;
}

.service-other__body {
  grid-column: 1/-1;
  overflow: hidden;
  height: 0;
}

.service-other__contents {
  padding: 0 20px 20px 20px;
}
@media screen and (min-width: 960px) {
  .service-other__contents {
    padding: 0 min(2.471169687vw, 30px) min(2.9654036244vw, 36px) min(2.471169687vw, 30px);
  }
}

.service-other__toggle.is-open + .service-other__contents {
  max-height: 1000px;
}

.service-other__contents-inner {
  background-color: #ECF1F5;
  border-radius: 8px;
  padding: 25px 20px;
}
@media screen and (min-width: 960px) {
  .service-other__contents-inner {
    padding: min(1.647446458vw, 20px) min(2.471169687vw, 30px);
  }
}

.service-other__contents-heading {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #929999;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .service-other__contents-heading {
    font-size: min(1.647446458vw, 20px);
    padding-bottom: 10px;
  }
}

.service-other__contents-list {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 960px) {
  .service-other__contents-list {
    margin-top: min(1.8945634267vw, 23px);
    margin-bottom: min(1.8945634267vw, 23px);
  }
}

.service-other__contents-list {
  display: grid;
  gap: 17px;
}
@media screen and (min-width: 960px) {
  .service-other__contents-list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(0.9884678748vw, 12px);
  }
}

.service-other__contents-list li h5 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .service-other__contents-list li h5 {
    font-size: min(1.4827018122vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.service-other__contents-list li h5 span {
  display: inline-block;
  background-color: #00ACF5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 0.5em;
  aspect-ratio: 1;
}

.service-other__contents-list li p {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-top: 6px;
  margin-left: 1em;
  word-break: auto-phrase;
}
@media screen and (min-width: 960px) {
  .service-other__contents-list li p {
    font-size: min(1.1532125206vw, 14px);
    line-height: 1.8;
    letter-spacing: 0em;
    margin-top: min(0.4942339374vw, 6px);
  }
}

.service-other__contents-text {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .service-other__contents-text {
    font-size: min(1.1532125206vw, 14px);
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-top: min(1.8945634267vw, 23px);
  }
}

@media (hover: hover) {
  .service-other__toggle:hover {
    color: #00ACF5;
    background-color: #EDEFF4;
  }
  .service-other__toggle:hover .service-other__toggle-label {
    color: #00ACF5;
  }
  .service-other__toggle:hover .service-other__toggle-icon {
    transform: scale(1.2);
  }
}
.strength-achievement {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -20px;
}
@media screen and (min-width: 960px) {
  .strength-achievement {
    padding-top: 86px;
    padding-bottom: 110px;
    margin-top: -20px;
  }
}

.strength-achievement__slider-wrapper {
  position: relative;
}
@media screen and (max-width: 959px) {
  .strength-achievement__slider-wrapper {
    max-width: 335px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 41px;
  }
}
@media screen and (min-width: 960px) {
  .strength-achievement__slider-wrapper {
    margin-top: 41px;
  }
}

.strength-achievement__slider {
  overflow: visible !important;
}
@media screen and (min-width: 960px) {
  .strength-achievement__slider {
    overflow: hidden !important;
  }
}

.strength-achievement__item {
  height: auto !important;
}
@media screen and (max-width: 959px) {
  .strength-achievement__item {
    width: 295px !important;
  }
}

.strength-achievement__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px 20px;
  border: 2px solid #0aa5e6;
  height: 100% !important;
}
@media screen and (min-width: 960px) {
  .strength-achievement__card {
    border-radius: 20px;
    padding: min(2.471169687vw, 30px) min(2.471169687vw, 30px);
    min-height: min(32.9489291598vw, 400px);
  }
}

.strength-achievement__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.05em;
  background-color: #0aa5e6;
  margin-top: 0;
  border-radius: 8px;
  padding: 7px 10px;
}
@media screen and (min-width: 960px) {
  .strength-achievement__card-title {
    font-size: min(1.4827018122vw, 18px);
    line-height: 1.1;
    letter-spacing: 0em;
    border-radius: 8px;
    padding: 7px 14px;
  }
}

.strength-achievement__card-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 97px;
}
@media screen and (min-width: 960px) {
  .strength-achievement__card-subtitle {
    min-height: min(7.9901153213vw, 97px);
  }
}

.strength-achievement__card-subtitle span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #858585;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 960px) {
  .strength-achievement__card-subtitle span {
    font-size: min(1.3179571664vw, 16px);
  }
}

.strength-achievement__card-metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
}
@media screen and (min-width: 960px) {
  .strength-achievement__card-metric {
    min-height: min(6.4250411862vw, 78px);
  }
}

.strength-achievement__card-number {
  position: relative;
  display: block;
  font-size: 58px;
  font-weight: 700;
  color: #0aa5e6;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .strength-achievement__card-number {
    line-height: 1;
    letter-spacing: 0em;
    margin-left: -10px;
  }
}
@media screen and (min-width: 960px) {
  .strength-achievement__card-number {
    font-size: min(5.2718286656vw, 64px);
    line-height: 1;
    letter-spacing: 0.03em;
    margin-top: -10px;
  }
}

.strength-achievement__card-number-unit {
  position: absolute;
  bottom: 0;
  left: 100%;
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .strength-achievement__card-number-unit {
    font-size: min(1.647446458vw, 20px);
  }
}

.strength-achievement__card-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .strength-achievement__card-label {
    font-size: min(1.4827018122vw, 18px);
  }
}

.strength-achievement__card-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .strength-achievement__card-text {
    font-size: min(1.1532125206vw, 14px);
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: min(2.471169687vw, 30px);
  }
}

.strength-achievement__prev,
.strength-achievement__next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  background: #0aa5e6;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .strength-achievement__prev,
  .strength-achievement__next {
    width: 40px;
    height: 40px;
  }
}

.strength-achievement__prev {
  left: -4px;
}
@media screen and (min-width: 960px) {
  .strength-achievement__prev {
    left: -20px;
  }
}

.strength-achievement__next {
  right: -4px;
}
@media screen and (min-width: 960px) {
  .strength-achievement__next {
    right: -20px;
  }
}

.strength-achievement__prev:before,
.strength-achievement__next:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
}

.strength-achievement__prev:before {
  border-left: 3px solid #00ACF5;
  border-bottom: 3px solid #00ACF5;
  filter: brightness(0) invert(1);
  transform: rotate(45deg) translate(2px, -2px);
  transition: all 0.3s ease;
}

.strength-achievement__next:before {
  border-right: 3px solid #00ACF5;
  border-bottom: 3px solid #00ACF5;
  filter: brightness(0) invert(1);
  transform: rotate(-45deg) translate(-2px, -2px);
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .strength-achievement__prev:hover,
  .strength-achievement__next:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #00ACF5;
  }
  .strength-achievement__prev:hover:before,
  .strength-achievement__next:hover:before {
    filter: none;
  }
}
.strength-contact {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .strength-contact {
    padding-top: 50px;
    padding-bottom: 77px;
    margin-top: -43px;
  }
}
@media screen and (min-width: 960px) {
  .strength-contact {
    padding-top: 118px;
    padding-bottom: 133px;
    margin-top: -80px;
  }
}

@media screen and (min-width: 960px) {
  .strength-contact__bg-circle {
    top: -108px;
  }
}

.strength-contact__container {
  display: grid;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .strength-contact__container {
    grid-template-columns: 1fr min(60.9555189456vw, 740px);
  }
}

.strength-contact__container:after {
  content: "";
  display: block;
  background-color: #edeef2;
  border-radius: 150px;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .strength-contact__container:after {
    width: 131.4666666667vw;
    height: min(39vw, 260px);
    top: 131px;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .strength-contact__container:after {
    width: 100vw;
    top: 100px;
    left: 295px;
    height: 400px;
    border-radius: min(16.4744645799vw, 200px);
  }
}

.strength-contact__heading {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .strength-contact__heading {
    order: 0;
  }
}
@media screen and (min-width: 960px) {
  .strength-contact__heading {
    margin-bottom: 96px;
  }
}

.strength-contact__heading--left {
  text-align: left;
}
@media screen and (min-width: 960px) {
  .strength-contact__heading--left {
    margin-bottom: 70px;
  }
}

.strength-contact__heading p {
  border-color: #00a2ef;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 5px;
}
@media screen and (min-width: 960px) {
  .strength-contact__heading p {
    font-size: min(3.9538714992vw, 48px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 0 10px 3px 10px;
  }
}

.strength-contact__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .strength-contact__content {
    display: contents;
  }
}

.strength-contact__text1 {
  margin-top: 33px;
}
@media screen and (min-width: 960px) {
  .strength-contact__text1 {
    margin-top: min(4.6128500824vw, 56px);
  }
}

.strength-contact__text1 p {
  font-weight: 500;
  font-size: 18px;
  padding: 2px 4px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .strength-contact__text1 p {
    font-size: min(2.6359143328vw, 32px);
    padding: 2px 6px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.strength-contact__heading2 {
  margin-left: 0;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .strength-contact__heading2 {
    margin-top: min(9.8846787479vw, 120px);
  }
}

.strength-contact__heading2 span {
  color: #FFFFFF;
}

.strength-contact__image {
  border-radius: 150px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .strength-contact__image {
    margin-top: -16px;
    order: 1;
    padding: 0 10px;
  }
}
@media screen and (min-width: 960px) {
  .strength-contact__image {
    border-radius: 200px;
    margin-top: 30px;
  }
}

.strength-contact__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 740/360;
}

.strength-contact__visual2 {
  position: absolute;
  top: 40px;
  right: 16px;
  width: 90px;
  height: auto;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .strength-contact__visual2 {
    top: min(6.589785832vw, 80px);
    right: min(11.2026359143vw, 136px);
    width: min(16.4744645799vw, 200px);
    border-radius: 12px;
  }
}

.strength-contact__visual {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .strength-contact__visual {
    margin-top: min(3.294892916vw, 40px);
    border-radius: 30px;
  }
}

.strength-contact__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/360;
}

.strength-contact__title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .strength-contact__title {
    font-size: min(1.647446458vw, 20px);
    padding-right: min(7.2487644152vw, 88px);
    margin-top: -5px;
  }
}

.strength-contact__description {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
@media screen and (max-width: 959px) {
  .strength-contact__description {
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .strength-contact__description {
    font-size: min(1.9769357496vw, 24px);
    margin-top: min(4.3657331137vw, 53px);
  }
}

.strength-contact__button {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .strength-contact__button {
    margin-top: 28px;
  }
}
@media screen and (min-width: 960px) {
  .strength-contact__button {
    margin-top: -25px;
  }
}

.strength-contact__button .button-cta {
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .strength-contact__button .button-cta {
    width: 100%;
    min-width: 230px;
    height: 60px;
  }
}
@media screen and (min-width: 960px) {
  .strength-contact__button .button-cta {
    width: min(30.0658978583vw, 365px);
    height: min(6.589785832vw, 80px);
    font-size: min(1.4827018122vw, 18px);
    padding-left: min(4.5304777595vw, 55px);
  }
}

@media screen and (max-width: 959px) {
  .strength-contact__button .button-cta:after {
    top: 50%;
    left: 50%;
    transform: translate(-72px, -50%);
    width: 27px;
    height: 26px;
  }
}
@media screen and (min-width: 960px) {
  .strength-contact__button .button-cta:after {
    width: min(2.3887973641vw, 29px);
    height: min(2.8006589786vw, 34px);
    left: min(4.942339374vw, 60px);
  }
}

@media screen and (min-width: 960px) {
  .strength-contact__button .button-cta--contact:after {
    width: min(3.294892916vw, 40px);
    height: min(2.8006589786vw, 34px);
    left: min(6.589785832vw, 80px);
  }
}

.strength-cta {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
  padding: 135px 0 135px;
  margin-top: -100px;
  margin-bottom: -100px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .strength-cta {
    padding: 200px 0;
    margin-top: -136px;
    margin-bottom: -136px;
  }
}

.strength-cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle farthest-corner at 50% 50%, rgb(4, 74, 224) 0.06%, rgb(0, 157, 235) 39.53%, rgb(172, 229, 250) 100%);
}

@media screen and (max-width: 959px) {
  .strength-cta__inner {
    padding: 0 27px;
  }
}
@media screen and (min-width: 960px) {
  .strength-cta__inner {
    max-width: 1268px;
  }
}

.strength-cta__container {
  position: relative;
  background: linear-gradient(90deg, rgb(51, 195, 255) 0%, rgb(56, 208, 255) 49.46%, rgb(38, 175, 255) 100%);
  padding: 8px;
  border-radius: 88px;
}
@media screen and (min-width: 960px) {
  .strength-cta__container {
    border-radius: 320px;
    padding: 12px;
  }
}

.strength-cta__container-inner {
  background-color: #FFFFFF;
  border-radius: 78px;
  padding: 48px 0;
}
@media screen and (min-width: 960px) {
  .strength-cta__container-inner {
    border-radius: inherit;
    padding: min(4.4481054366vw, 54px) 0 min(4.4481054366vw, 54px);
  }
}

.strength-cta__tagline {
  text-align: center;
}
.strength-cta__tagline p {
  display: inline;
  background: linear-gradient(90deg, rgb(51, 195, 255) 0%, rgb(56, 208, 255) 49.46%, rgb(38, 175, 255) 100%);
  color: #FFFFFF;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .strength-cta__tagline p {
    font-size: min(1.4827018122vw, 18px);
    padding: min(0.4118616145vw, 5px) min(1.647446458vw, 20px);
    border-radius: 8px;
  }
}

.strength-cta__heading {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 10px;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .strength-cta__heading {
    font-size: min(2.9654036244vw, 36px);
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: min(1.8945634267vw, 23px);
  }
}

.strength-cta__highlight {
  color: #0aa5e6;
}

.strength-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .strength-cta__buttons {
    flex-direction: row;
    justify-content: center;
    gap: min(1.647446458vw, 20px);
    margin-top: min(3.4596375618vw, 42px);
  }
}

.strength-cta__buttons .button-cta {
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .strength-cta__buttons .button-cta {
    min-width: 260px;
    height: 66px;
    font-size: 14px;
    padding-left: 58px;
    padding-right: 34px;
  }
}
@media screen and (min-width: 960px) {
  .strength-cta__buttons .button-cta {
    width: min(26.6886326194vw, 324px);
    height: min(6.589785832vw, 80px);
    font-size: min(1.4827018122vw, 18px);
    padding-left: min(4.5304777595vw, 55px);
  }
}

@media screen and (max-width: 959px) {
  .strength-cta__buttons .button-cta:after {
    left: 34px;
  }
}
@media screen and (min-width: 960px) {
  .strength-cta__buttons .button-cta:after {
    width: min(1.9769357496vw, 24px);
    height: min(2.471169687vw, 30px);
    left: min(3.5420098847vw, 43px);
  }
}

@media screen and (max-width: 959px) {
  .strength-cta__buttons .button-cta--contact:after {
    width: 28px;
    height: 24px;
    left: 54px;
  }
}
@media screen and (min-width: 960px) {
  .strength-cta__buttons .button-cta--contact:after {
    width: min(2.6359143328vw, 32px);
    height: min(2.3064250412vw, 28px);
    left: min(5.8484349259vw, 71px);
  }
}

.strength-heading {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .strength-heading {
    gap: 12px;
  }
}

.strength-heading__sub {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #0AA5E6;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .strength-heading__sub {
    font-size: min(2.6359143328vw, 32px);
  }
}

.strength-heading__main {
  overflow: hidden;
}

.strength-heading__main span {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .strength-heading__main span {
    font-size: min(4.6128500824vw, 56px);
  }
}

.strength-issue {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px 0 48px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .strength-issue {
    padding: 80px 0 100px;
    border-radius: 40px;
    margin-top: 50px;
  }
}

.strength-issue__inner {
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .strength-issue__inner {
    padding: 0 min(3.294892916vw, 40px);
  }
}

.strength-issue__heading-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .strength-issue__heading-sub {
    font-size: min(1.3179571664vw, 16px);
  }
}

.strength-issue__heading-main {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #00A2EF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 9px;
}
@media screen and (min-width: 960px) {
  .strength-issue__heading-main {
    font-size: min(3.6243822076vw, 44px);
    margin-top: 10px;
  }
}

.strength-issue__heading-main span {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 960px) {
  .strength-issue__heading-main span {
    text-underline-offset: 15px;
    text-decoration-thickness: 2px;
  }
}

.strength-issue__items {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .strength-issue__items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(1.647446458vw, 20px);
    padding: 0 min(6.589785832vw, 80px);
    margin-top: 54px;
  }
}

.strength-issue__item {
  display: grid;
  align-items: center;
  grid-template-columns: 34px 1fr;
  gap: 0 2px;
  border-radius: 8px;
  padding: 12px 15px;
  border: 2px solid #00A2EF;
}
@media screen and (min-width: 960px) {
  .strength-issue__item {
    gap: 0 min(1.8121911038vw, 22px);
    padding: min(1.2355848435vw, 15px) min(2.2240527183vw, 27px);
  }
}

.strength-issue__items-icon {
  flex-shrink: 0;
  width: 26px;
  height: 20px;
  background-image: url(../img/04_strength/issue-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .strength-issue__items-icon {
    width: min(3.1301482702vw, 38px);
    height: min(2.3064250412vw, 28px);
  }
}

.strength-issue__items-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  flex: 1;
}
@media screen and (min-width: 960px) {
  .strength-issue__items-text {
    font-size: min(1.3179571664vw, 16px);
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}

.strength-issue__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 22px auto 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 19px solid #00ACF5;
}
@media screen and (min-width: 960px) {
  .strength-issue__arrow {
    margin-top: 36px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 27px solid #00ACF5;
  }
}

.strength-issue__solution {
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .strength-issue__solution {
    margin-top: 30px;
  }
}

.strength-issue__solution p {
  border-color: #00A2EF;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .strength-issue__solution p {
    font-size: min(2.8006589786vw, 34px);
    line-height: 1.6;
  }
}

.strength-issue__image {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 200px;
  margin-top: -20px;
}
@media screen and (min-width: 960px) {
  .strength-issue__image {
    margin-top: -30px;
  }
}

.strength-issue__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 295/120;
}
@media screen and (min-width: 960px) {
  .strength-issue__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1040/328;
  }
}

.strength-reason {
  padding-top: 50px;
  padding-bottom: 35px;
}
@media screen and (min-width: 960px) {
  .strength-reason {
    padding-top: 86px;
    padding-bottom: 46px;
  }
}

.strength-reason,
.strength-reason:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.strength-reason:before {
  background-color: #F5F6FA;
}

.strength-reason__content {
  border-top: 1px solid #929999;
}
@media screen and (max-width: 959px) {
  .strength-reason__content {
    margin-top: 12px;
    padding-top: 24px;
    padding-bottom: 33px;
  }
}
@media screen and (min-width: 960px) {
  .strength-reason__content {
    padding-top: min(4.118616145vw, 50px);
    padding-bottom: min(6.2602965404vw, 76px);
    margin-top: min(0.9884678748vw, 12px);
  }
}

.strength-reason__content-heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .strength-reason__content-heading {
    font-size: min(2.6359143328vw, 32px);
    line-height: 1.6;
    letter-spacing: 0.1em;
    gap: min(2.471169687vw, 30px);
  }
}

.strength-reason__content-heading span {
  font-size: 24px;
  font-weight: 500;
  color: #00C2FF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .strength-reason__content-heading span {
    font-size: min(2.8006589786vw, 34px);
  }
}

@media screen and (max-width: 959px) {
  .strength-reason__content-image {
    display: grid;
    justify-items: center;
    margin-top: 38px;
  }
}
@media screen and (min-width: 960px) {
  .strength-reason__content-image {
    margin: 0 auto;
    margin-top: min(4.118616145vw, 50px);
    max-width: 970px;
  }
}

@media screen and (max-width: 959px) {
  .strength-reason__content-image--01 picture {
    display: block;
    width: 125%;
    max-width: 500px;
  }
}

@media screen and (min-width: 960px) {
  .strength-reason__content-image--02 {
    margin-top: min(4.5304777595vw, 55px);
    max-width: 847px;
  }
}

@media screen and (max-width: 959px) {
  .strength-reason__content-image--03 {
    margin-top: 40px;
    padding: 0 8px;
  }
}

.strength-reason__content-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.87;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .strength-reason__content-text {
    font-size: min(1.3179571664vw, 16px);
    line-height: 1.8;
    letter-spacing: 0.07em;
    margin-top: min(4.942339374vw, 60px);
    padding: 0 min(11.5321252059vw, 140px);
  }
}

.strength-reason__inhouse {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 0px 20px 20px 20px;
  margin-top: 36px;
}
@media screen and (min-width: 960px) {
  .strength-reason__inhouse {
    padding: 0px 30px 0px min(6.9192751236vw, 84px);
    border-radius: 40px;
    margin-top: min(4.942339374vw, 60px);
  }
}

.strength-reason__inhouse .service-inhouse {
  border: none;
}
@media screen and (max-width: 959px) {
  .strength-reason__inhouse .service-inhouse {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 960px) {
  .strength-reason__inhouse .service-inhouse {
    padding-bottom: min(6.589785832vw, 80px);
  }
}

@media screen and (min-width: 960px) {
  .strength-reason__inhouse .service-inhouse__contents {
    grid-template-columns: min(43.410214168vw, 527px) 1fr;
    padding: 0 min(3.294892916vw, 40px) 0 min(0.6589785832vw, 8px);
    margin-top: max(-8.5667215815vw, -104px);
  }
}

@media screen and (min-width: 960px) {
  .strength-reason__inhouse .service-inhouse__points {
    transform: scale(0.8) translate(min(2.7182866557vw, 33px), 3px);
    transform-origin: left;
  }
}

@media screen and (min-width: 960px) {
  .strength-reason__inhouse .service-inhouse__description {
    margin-top: min(1.647446458vw, 20px);
  }
}

.strength-service {
  padding-top: 44px;
  padding-bottom: 90px;
}
@media screen and (min-width: 960px) {
  .strength-service {
    padding-top: 90px;
    padding-bottom: 190px;
  }
}

.strength-service,
.strength-service:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.strength-service .service-digital {
  border: none;
}

@media screen and (max-width: 959px) {
  .strength-service__flow {
    margin-top: -38px;
  }
}
@media screen and (min-width: 960px) {
  .strength-service__flow {
    margin-top: -42px;
  }
}

.strength-service__flow-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 26px;
}
@media screen and (min-width: 960px) {
  .strength-service__flow-title {
    font-size: min(2.8006589786vw, 34px);
    line-height: 1.6;
    letter-spacing: 0.15em;
    margin-top: min(3.294892916vw, 40px);
  }
}

.strength-service__flow-items {
  display: grid;
  grid-template-columns: 1fr;
  border: 2px solid #00ACF5;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .strength-service__flow-items {
    grid-template-columns: repeat(4, 1fr);
    margin-top: min(2.7182866557vw, 33px);
  }
}

.strength-service__flow-item {
  display: block;
  position: relative;
  padding: 27px 27px;
}
@media screen and (min-width: 960px) {
  .strength-service__flow-item {
    padding: min(2.7182866557vw, 33px) min(3.7067545305vw, 45px) min(3.2125205931vw, 39px) min(3.7067545305vw, 45px);
  }
}

.strength-service__flow-item:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  top: auto;
  bottom: -23px;
  width: 100%;
  height: 24px;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 960px) {
  .strength-service__flow-item:after {
    width: 20px;
    height: 100%;
    left: auto;
    right: -10px;
    top: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}

@media screen and (max-width: 959px) {
  .strength-service__flow-item + .strength-service__flow-item {
    padding-top: 48px;
  }
}
@media screen and (min-width: 960px) {
  .strength-service__flow-item + .strength-service__flow-item {
    margin-left: -10px;
  }
}

@media screen and (max-width: 959px) {
  .strength-service__flow-item:last-child {
    padding-bottom: 40px;
  }
}

.strength-service__flow-item--01,
.strength-service__flow-item--01:after {
  background-color: #FFFFFF;
}

.strength-service__flow-item--02,
.strength-service__flow-item--02:after {
  background-color: #c2dfff;
}

.strength-service__flow-item--03,
.strength-service__flow-item--03:after {
  background-color: #8ac1ff;
}

.strength-service__flow-item--04,
.strength-service__flow-item--04:after {
  background-color: #006be2;
}

.strength-service__flow-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .strength-service__flow-header {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
  }
}

.strength-service__flow-header img {
  margin-top: 0;
  width: 60px;
}
@media screen and (min-width: 960px) {
  .strength-service__flow-header img {
    width: min(6.589785832vw, 80px);
  }
}

.strength-service__flow-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .strength-service__flow-item-title {
    margin-right: 24px;
  }
}
@media screen and (min-width: 960px) {
  .strength-service__flow-item-title {
    font-size: min(1.4827018122vw, 18px);
  }
}

.strength-service__flow-item--04 .strength-service__flow-item-title {
  color: #FFFFFF;
}

.strength-service__flow-item-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .strength-service__flow-item-text {
    font-size: min(1.1532125206vw, 14px);
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: min(3.6243822076vw, 44px);
  }
}

.strength-service__flow-item--04 .strength-service__flow-item-text {
  color: #FFFFFF;
}

.strength-top {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 42px;
  margin-top: -15px;
}
@media screen and (min-width: 960px) {
  .strength-top {
    padding-top: 105px;
    padding-bottom: 105px;
    margin-top: -20px;
  }
}

.strength-top__copy {
  position: relative;
  z-index: 0;
  font-size: 23px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .strength-top__copy {
    font-size: min(3.294892916vw, 40px);
  }
}

.strength-top__text {
  position: relative;
  z-index: 0;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .strength-top__text {
    font-size: min(1.3179571664vw, 16px);
    margin-top: 40px;
  }
}

.archive-news {
  padding-top: 64px;
  padding-bottom: 85px;
}
@media screen and (min-width: 960px) {
  .archive-news {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 960px) {
  .archive-news__inner {
    max-width: 1033px;
  }
}

.archive-news__items {
  display: grid;
  border-top: 1px solid #1a1a1a;
}
@media screen and (max-width: 959px) {
  .archive-news__items {
    padding: 0 5px;
  }
}
.archive-news__item {
  border-bottom: 1px solid #1a1a1a;
  padding: 18px 0 27px 0px;
}
@media screen and (min-width: 960px) {
  .archive-news__item {
    display: flex;
    align-items: center;
    padding: 36px 0px;
  }
}

.archive-news__button {
  text-align: center;
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .archive-news__button {
    margin-top: 84px;
  }
}

.archive-news__pagination {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .archive-news__pagination {
    margin-top: 48px;
  }
}

@media screen and (max-width: 959px) {
  .contact-form {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .contact-form {
    margin-top: 0;
  }
}

.contact-form__privacy {
  background-color: #FFFFFF;
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #999;
  resize: vertical;
  overflow: hidden;
  padding: 26px 10px 12px 10px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .contact-form__privacy {
    border-radius: 8px;
    padding: 26px 12px 12px 12px;
    margin-top: 20px;
  }
}

.contact-form__privacy-content {
  background-color: #FFFFFF;
  padding: 0px 5px;
  overflow-y: auto;
  height: 180px;
}
@media screen and (min-width: 960px) {
  .contact-form__privacy-content {
    padding: 0px 5px;
    height: 180px;
  }
}
.contact-form__privacy-content::-webkit-scrollbar {
  width: 6px;
}
.contact-form__privacy-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.contact-form__privacy-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.contact-form__privacy-content::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.contact-form__privacy-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .contact-form__privacy-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.contact-form__privacy-heading {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 21px;
}
@media screen and (min-width: 960px) {
  .contact-form__privacy-heading {
    font-size: 15px;
    margin-top: 20px;
  }
}

.contact-form__privacy-text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .contact-form__privacy-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.contact-form__field {
  display: grid;
  gap: 12px 0;
}
@media screen and (min-width: 960px) {
  .contact-form__field {
    gap: 20px 0;
  }
}

.contact-form__field + .contact-form__field {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .contact-form__field + .contact-form__field {
    margin-top: 20px;
  }
}

.contact-form__field--textarea {
  align-items: start;
}
.contact-form__label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .contact-form__label {
    margin-left: 0px;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__label {
    font-size: min(1.3179571664vw, 16px);
    margin-left: 10px;
  }
}

.contact-form__label span {
  display: inline-block;
  color: #FFFFFF;
  margin-left: 10px;
  background-color: #ff0000;
  border-radius: 4px;
  padding: 0px 6px;
  font-size: 12px;
  transform: translateY(-2px);
}
@media screen and (min-width: 960px) {
  .contact-form__label span {
    margin-left: 10px;
  }
}

.contact-form__label--required span {
  display: inline-block;
  position: relative;
}

.contact-form__label--required span::before {
  content: "";
  display: inline-block;
  top: -1px;
  right: -17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ea7979;
  position: absolute;
}

.contact-form__input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #edeef2;
  border: none;
  border-radius: 8px;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .contact-form__input {
    height: min(6.9192751236vw, 84px);
    font-size: min(1.3179571664vw, 16px);
    border-radius: 12px;
    padding-left: 28px;
  }
}

.contact-form__input::-moz-placeholder {
  color: #c4c4c4;
  font-family: "Noto Sans JP", sans-serif;
}

.contact-form__input::placeholder {
  color: #c4c4c4;
  font-family: "Noto Sans JP", sans-serif;
}

.contact-form__field--textarea .contact-form__input {
  height: 150px;
  resize: vertical;
  padding: 10px 20px 10px 12px;
}
@media screen and (min-width: 960px) {
  .contact-form__field--textarea .contact-form__input {
    height: 175px;
    padding: 18px 18px 18px 18px;
  }
}

.contact-form__input-select-wrapper {
  position: relative;
}

.contact-form__input-select-wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #ff0000 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .contact-form__input-select-wrapper::before {
    right: 28px;
    border-width: 17px 10px 0 10px;
  }
}

.contact-form__input-select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px 0 15px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .contact-form__input-select-wrapper select {
    padding: 0 28px 0 28px;
  }
}

.contact-form__agree {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .contact-form__agree {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 22px;
  }
}

.contact-form__agree a {
  color: #006BE2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form__submit.button-cta {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
  border: none;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s ease;
  padding: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .contact-form__submit.button-cta {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__submit.button-cta {
    font-size: min(2.3064250412vw, 28px);
    width: 100%;
    height: 85px;
    margin-top: 32px;
  }
}

.contact-form__submit.button-cta:before {
  z-index: -1;
  background-color: #00A2EF !important;
}

.contact-form__submit.button-cta:after {
  display: none;
}

.contact-form__submit input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: transparent;
  background: transparent;
  border: none;
}

@media (hover: hover) {
  .contact-form__submit input[type=submit]:hover {
    cursor: pointer;
  }
}
.contact-form__agree span {
  display: inline-block;
  color: #FFFFFF;
  margin-left: 10px;
  background-color: #ff0000;
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 12px;
  transform: translateY(-2px);
}
@media screen and (min-width: 960px) {
  .contact-form__agree span {
    margin-left: 5px;
  }
}

.contact-form__field--agree {
  display: inline-block;
  margin-top: 18px !important;
}
@media screen and (min-width: 960px) {
  .contact-form__field--agree {
    margin-top: 24px !important;
  }
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.contact-form__check-input .wpcf7-list-item {
  display: block;
  margin: 0;
}

.contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 16px;
    padding-left: 30px;
    height: 26px;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 30px;
    height: 26px;
  }
}

.contact-form__check-input {
  display: inline-block;
}

.contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 0;
  background-color: #FFFFFF;
  transition: all 0.12s, border-color 0.08s;
}
@media screen and (min-width: 960px) {
  .contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label::before {
    left: 0;
    width: 18px;
    height: 18px;
  }
}

.contact-form__check-input input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 13px;
  transform: rotate(45deg);
  border-bottom: 3px solid #006BE2;
  border-right: 3px solid #006BE2;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .contact-form__check-input input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    top: 5px;
    left: 6px;
    width: 6px;
    height: 13px;
    border-bottom: 2px solid #006BE2;
    border-right: 2px solid #006BE2;
  }
}

input:focus,
textarea:focus {
  outline: none;
}

.contact-form__check-label {
  display: flex;
}

.contact-form__check-label .wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
  bottom: -25px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 .wpcf7-response-output {
  border: none !important;
  text-align: center !important;
}

.contact-form__field--agree .contact-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
  width: 26px;
}

.contact-form__field > .contact-form__label-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .contact-form__field > .contact-form__label-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.contact-form__field > .contact-form__label-text + span {
  margin-left: 10px;
}

.contact-form__field > .contact-form__label + ul {
  display: grid;
  gap: 5px 0;
  margin-top: 10px;
}

.contact-form__field > .contact-form__label + ul li {
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}

#contact .contact-form__field + .contact-form__field {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  #contact .contact-form__field + .contact-form__field {
    margin-top: 30px;
  }
}

.contact-form--service .contact-form__input {
  background-color: #ebeced;
  border-radius: 14px;
}
@media screen and (min-width: 960px) {
  .contact-form--service .contact-form__input {
    height: min(5.766062603vw, 70px);
  }
}

@media screen and (min-width: 960px) {
  .contact-form--service .contact-form__field--textarea .contact-form__input {
    height: 200px;
  }
}

@media screen and (min-width: 960px) {
  .contact-form--service .contact-form__label {
    font-size: min(1.4827018122vw, 18px);
  }
}

@media screen and (min-width: 960px) {
  .contact-form--service .contact-form__field + .contact-form__field {
    margin-top: 18px !important;
  }
}

@media screen and (min-width: 960px) {
  .contact-form--service .contact-form__submit {
    min-width: min(26.6886326194vw, 324px);
  }
}

.contact-thanks {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .contact-thanks {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-top: -50px;
  }
}

.contact-thanks__text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .contact-thanks__text {
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .contact-thanks__text {
    text-align: center;
    font-size: min(1.3179571664vw, 16px);
    margin-top: 40px;
  }
}

.contact-thanks__title {
  font-size: 30px;
  font-weight: 600;
  color: #00A2EF;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  .contact-thanks__title {
    font-size: min(4.118616145vw, 50px);
  }
}

.contact-thanks__top-button {
  text-align: center;
  margin-top: 46px;
}
@media screen and (min-width: 960px) {
  .contact-thanks__top-button {
    margin-top: 60px;
  }
}

.contact-thanks__top-button .button1 {
  width: 289px;
}
@media screen and (min-width: 960px) {
  .contact-thanks__top-button .button1 {
    width: 350px;
    font-size: min(1.647446458vw, 20px);
    padding: 0 min(4.942339374vw, 60px) 0 min(3.7067545305vw, 45px);
  }
}

@media screen and (min-width: 960px) {
  .contact-thanks__top-button .button1__arrow {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 959px) {
  #contact-thanks .sub-fv {
    padding-top: 126px;
  }
}

.contact {
  background-color: #FFFFFF;
  border-radius: 0;
}
@media screen and (max-width: 959px) {
  .contact {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .contact {
    padding-top: 10px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
  .contact__inner {
    padding-left: min(2.6359143328vw, 32px);
    padding-right: min(2.6359143328vw, 32px);
  }
}

@media screen and (min-width: 960px) {
  .contact__container {
    display: grid;
    grid-template-columns: 425fr 674fr;
    gap: min(4.118616145vw, 50px);
    align-items: start;
  }
}

@media screen and (max-width: 959px) {
  .contact__content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contact__content {
    margin-top: 0;
  }
}

.contact__content-text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .contact__content-text {
    font-size: min(1.3179571664vw, 16px);
  }
}

.contact__content-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .contact__content-title {
    font-size: min(1.9769357496vw, 24px);
    line-height: 1.8;
    letter-spacing: 0.01em;
    margin-top: 28px;
  }
}

.contact__content-image {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .contact__content-image {
    border-radius: 20px;
    margin-top: 20px;
  }
}

.contact__content-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 440/280;
}

.contact__content-description {
  border: 1px solid #838383;
}
@media screen and (max-width: 959px) {
  .contact__content-description {
    margin-top: 12px;
    padding: 13px 20px 25px 20px;
  }
}
@media screen and (min-width: 960px) {
  .contact__content-description {
    padding: min(1.2355848435vw, 15px) min(1.647446458vw, 20px) min(2.7182866557vw, 33px) min(1.647446458vw, 20px);
    margin-top: 15px;
  }
}

.contact__content-description-text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .contact__content-description-text {
    font-size: min(1.3179571664vw, 16px);
  }
}

.contact__content-description-text + .contact__content-description-text {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .contact__content-description-text + .contact__content-description-text {
    margin-top: min(2.3064250412vw, 28px);
  }
}

.contact-footer {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #F5F6FA;
  padding: 40px 0 20px;
}
@media screen and (min-width: 960px) {
  .contact-footer {
    font-size: min(0.9884678748vw, 12px);
    padding: 70px 0 40px;
  }
}

.company-gallery {
  position: relative;
  z-index: 1;
}

.company-gallery .loop-gallery2 {
  margin: 0 !important;
}

.company-gallery .loop-gallery2__item {
  height: 280px !important;
}
@media screen and (min-width: 960px) {
  .company-gallery .loop-gallery2__item {
    height: min(35.0906095552vw, 426px) !important;
  }
}

.company-info {
  padding-top: 0;
  padding-bottom: 46px;
  margin-top: -50px;
}
@media screen and (min-width: 960px) {
  .company-info {
    padding-bottom: 88px;
    margin-top: -113px;
  }
}

.company-info,
.company-info:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.company-info:before {
  background-color: #F5F6FA;
}

@media screen and (max-width: 959px) {
  .company-info__inner {
    padding: 0 20px;
  }
}

.company-message {
  padding-top: 56px;
  padding-bottom: 0px;
}
@media screen and (min-width: 960px) {
  .company-message {
    padding-top: 88px;
  }
}

.company-message__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .company-message__heading {
    gap: min(1.1532125206vw, 14px);
  }
}

.company-message__label {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #00A2EF;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .company-message__label {
    font-size: min(2.6359143328vw, 32px);
    line-height: 1.1;
    letter-spacing: 0.05em;
  }
}

.company-message__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-bottom: 27px;
  border-bottom: 1px solid #929999;
}
@media screen and (min-width: 960px) {
  .company-message__title {
    font-size: min(3.294892916vw, 40px);
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 960px) {
  .company-message__container {
    display: grid;
    grid-template-columns: 1fr min(46.1285008237vw, 560px);
    gap: min(4.942339374vw, 60px);
    align-items: start;
  }
}

@media screen and (max-width: 959px) {
  .company-message__content {
    margin-top: 0;
  }
}

.company-message__paragraph {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .company-message__paragraph {
    font-size: min(1.3179571664vw, 16px);
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: min(4.6952224053vw, 57px);
  }
}

.company-message__position {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .company-message__position {
    font-size: min(1.3179571664vw, 16px);
    margin-top: min(2.471169687vw, 30px);
  }
}

.company-message__name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0px;
}
@media screen and (min-width: 960px) {
  .company-message__name {
    font-size: min(2.3064250412vw, 28px);
    margin-top: min(0.3294892916vw, 4px);
  }
}

.company-message__sns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .company-message__sns {
    gap: min(1.0708401977vw, 13px);
    margin-top: min(1.1532125206vw, 14px);
  }
}

.company-message__sns-link {
  display: block;
  transition: opacity 0.3s;
  height: 24px;
  margin-left: 2px;
}
@media screen and (min-width: 960px) {
  .company-message__sns-link {
    height: 24px;
  }
}

.company-message__sns-link:nth-child(2) {
  height: 18px;
}

.company-message__sns-link img {
  display: block;
  width: auto;
  height: 100%;
}

@media (hover: hover) {
  .company-message__sns-link:hover {
    opacity: 0.7;
  }
}
.company-message__image {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .company-message__image {
    width: 77%;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .company-message__image {
    margin-top: min(5.4365733114vw, 66px);
    border-radius: min(2.471169687vw, 30px);
  }
}
.company-message__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/440;
}

@media screen and (max-width: 959px) {
  .company-mvv {
    padding-bottom: 107px;
    margin-top: -13px;
  }
}
@media screen and (min-width: 960px) {
  .company-mvv {
    padding-bottom: 200px;
    margin-top: -18px;
  }
}

.company-mvv,
.company-mvv:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.company-mvv__inner {
  z-index: auto;
}

.company-mvv__item {
  background: radial-gradient(circle farthest-corner at 50% 50%, rgb(0, 163, 240) 0%, rgb(122, 215, 250) 100%);
  border-radius: 24px;
  padding: 30px 16px;
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .company-mvv__item {
    padding: min(3.1301482702vw, 38px) min(3.294892916vw, 40px) min(4.118616145vw, 50px) min(3.294892916vw, 40px);
    border-radius: 30px;
  }
}

.company-mvv__item + .company-mvv__item {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .company-mvv__item + .company-mvv__item {
    margin-top: min(5.2718286656vw, 64px);
  }
}

.company-mvv__item-label {
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 1px 18px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .company-mvv__item-label {
    font-size: min(1.3179571664vw, 16px);
    padding: min(0.0823723229vw, 1px) min(1.2355848435vw, 15px) min(0.1647446458vw, 2px) min(1.2355848435vw, 15px);
    border-radius: 25px;
  }
}

.company-mvv__item-text {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .company-mvv__item-text {
    text-align: center;
    font-size: min(3.1301482702vw, 38px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

.company-mvv__value {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .company-mvv__value {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .company-mvv__value {
    margin-top: 60px;
  }
}

.company-mvv__value-label {
  display: inline-block;
  border-radius: 20px;
  padding: 1px 18px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #00A2EF;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-label {
    font-size: min(1.3179571664vw, 16px);
    padding: min(0.0823723229vw, 1px) min(1.2355848435vw, 15px) min(0.1647446458vw, 2px) min(1.2355848435vw, 15px);
    border-radius: 25px;
  }
}

.company-mvv__value-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-title {
    font-size: min(3.294892916vw, 40px);
    margin-top: 10px;
  }
}

.company-mvv__value-title span {
  color: #00A2EF;
}

.company-mvv__value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-grid {
    gap: min(1.647446458vw, 20px) min(1.3179571664vw, 16px);
    margin-top: min(2.6359143328vw, 32px);
  }
}

.company-mvv__value-box-wrapper {
  position: relative;
}

.company-mvv__value-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F5F6FA;
  border: 2px solid #0AA5E6;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  height: 84px;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-box {
    height: min(9.8846787479vw, 120px);
    font-size: min(1.8121911038vw, 22px);
    border-radius: min(0.9884678748vw, 12px);
    padding-bottom: 0;
  }
}

@media (hover: hover) {
  .company-mvv__value-box:hover {
    opacity: 0.7;
  }
}
.company-mvv__value-box-icon {
  position: absolute;
  top: auto;
  bottom: 9px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background-color: #00ACF5;
  border-radius: 50%;
  transition: transform 0.3s;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-box-icon {
    top: 50%;
    bottom: auto;
    left: auto;
    right: min(1.2355848435vw, 15px);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
  }
}

.company-mvv__value-box-icon:before,
.company-mvv__value-box-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 1px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-box-icon:before,
  .company-mvv__value-box-icon:after {
    width: 11px;
    height: 1px;
  }
}

.company-mvv__value-box-icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (hover: hover) {
  .company-mvv__value-box:hover {
    color: #0AA5E6;
    opacity: 1;
  }
  .company-mvv__value-box:hover .company-mvv__value-box-icon {
    transform: translateX(-50%) scale(1.2);
  }
}
@media screen and (hover: hover) and (min-width: 960px) {
  .company-mvv__value-box:hover .company-mvv__value-box-icon {
    transform: translateY(-50%) scale(1.2);
  }
}
.company-mvv__value-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle farthest-corner at 50% 33.26%, rgb(0, 163, 240) 0%, rgb(122, 215, 250) 100%);
  border-radius: 8px;
  padding: 0px 0px;
  height: 84px;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-center {
    height: min(9.8846787479vw, 120px);
    padding: min(1.9769357496vw, 24px) min(1.647446458vw, 20px) min(2.8006589786vw, 34px) min(1.647446458vw, 20px);
    border-radius: min(0.9884678748vw, 12px);
  }
}

.company-mvv__value-center-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-center-title {
    font-size: min(2.3064250412vw, 28px);
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.company-mvv__value-center-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-center-subtitle {
    font-size: min(1.1532125206vw, 14px);
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}

.company-mvv__value-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100%;
  height: 100vh;
}

.company-mvv__value-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.company-mvv__value-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle farthest-corner at 50% 50%, rgb(0, 163, 240) 0%, rgb(4, 165, 240) 17.77%, rgb(16, 170, 241) 35.97%, rgb(37, 179, 243) 54.38%, rgb(66, 191, 245) 72.92%, rgb(102, 207, 248) 91.4%, rgb(122, 215, 250) 100%);
}

.company-mvv__value-modal-content {
  position: relative;
  width: 88%;
  max-width: 900px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 24px 0;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-content {
    width: 100%;
    min-height: min(46.1285008237vw, 560px);
    padding: min(2.471169687vw, 30px) 0 min(5.766062603vw, 70px);
    border-radius: min(2.471169687vw, 30px);
  }
}

.company-mvv__value-modal-swiper {
  width: 100%;
  height: 100%;
}

.company-mvv__value-modal-close {
  position: absolute;
  top: 18px;
  right: 14px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0AA5E6;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-close {
    top: min(1.647446458vw, 20px);
    right: min(1.647446458vw, 20px);
    width: min(4.942339374vw, 60px);
    height: min(4.942339374vw, 60px);
    font-size: 16px;
  }
}

@media (hover: hover) {
  .company-mvv__value-modal-close:hover {
    opacity: 0.7;
  }
}
.company-mvv__value-modal-prev,
.company-mvv__value-modal-next {
  position: absolute;
  top: 62% !important;
  transform: translateY(-50%) !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 2;
  margin: 0;
  border: none;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-prev,
  .company-mvv__value-modal-next {
    width: min(4.118616145vw, 50px);
    height: min(4.118616145vw, 50px);
    font-size: min(2.9654036244vw, 36px);
  }
}

.company-mvv__value-modal-prev {
  left: -16px !important;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-prev {
    left: min(3.294892916vw, 40px) !important;
  }
}

.company-mvv__value-modal-next {
  right: -40px !important;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-next {
    right: min(3.294892916vw, 40px) !important;
  }
}

.company-mvv__value-modal-prev:after,
.company-mvv__value-modal-next:after {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-prev:after,
  .company-mvv__value-modal-next:after {
    border-top: 1px solid #0AA5E6;
    border-right: 1px solid #0AA5E6;
    width: min(2.471169687vw, 30px);
    height: min(2.471169687vw, 30px);
  }
}

.company-mvv__value-modal-prev:after {
  transform: rotate(-135deg);
}

.company-mvv__value-modal-next:after {
  transform: rotate(45deg);
}

@media (hover: hover) {
  .company-mvv__value-modal-prev:hover,
  .company-mvv__value-modal-next:hover {
    opacity: 0.7;
  }
}
.company-mvv__value-modal-inner {
  width: 100%;
}

.company-mvv__value-modal-title {
  font-size: 24px;
  font-weight: 400;
  color: #0AA5E6;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-title {
    font-size: min(2.6359143328vw, 32px);
    padding: 0 min(2.471169687vw, 30px);
  }
}

.company-mvv__value-modal-heading {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #0AA5E6;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .company-mvv__value-modal-heading {
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-top: 28px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-heading {
    text-align: center;
    font-size: min(2.6359143328vw, 32px);
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-top: min(4.4481054366vw, 54px);
  }
}

.company-mvv__value-modal-heading:after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #929999;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-heading:after {
    width: 78%;
    bottom: max(-1.9769357496vw, -24px);
  }
}

.company-mvv__value-modal-body {
  font-size: min(2.1svh, 16px);
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  padding: 60px 20px 0 20px;
}
@media screen and (min-width: 960px) {
  .company-mvv__value-modal-body {
    font-size: min(1.3179571664vw, 16px);
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: min(6.3426688633vw, 77px) min(8.23723229vw, 100px) 0 min(8.23723229vw, 100px);
  }
}

.company-mvv__culture-book {
  margin-top: 42px;
}
@media screen and (min-width: 960px) {
  .company-mvv__culture-book {
    margin-top: min(5.766062603vw, 70px);
  }
}

.company-mvv__culture-book-heading {
  font-size: 24px;
  font-weight: 700;
  color: #0AA5E6;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .company-mvv__culture-book-heading {
    font-size: min(1.9769357496vw, 24px);
  }
}

.company-mvv__culture-book .docswell-iframe-wrapper {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 16px;
  border-radius: 8px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .company-mvv__culture-book .docswell-iframe-wrapper {
    border-radius: 12px;
    max-width: 800px;
    margin-top: 38px;
  }
}

.company-outline {
  padding-top: 54px;
}
@media screen and (min-width: 960px) {
  .company-outline {
    padding-top: 105px;
  }
}

.company-outline__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .company-outline__heading {
    gap: min(1.1532125206vw, 14px);
  }
}

.company-outline__label {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #00A2EF;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .company-outline__label {
    font-size: min(2.6359143328vw, 32px);
    line-height: 1.1;
    letter-spacing: 0.05em;
  }
}

.company-outline__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-bottom: 28px;
}
@media screen and (min-width: 960px) {
  .company-outline__title {
    font-size: min(3.294892916vw, 40px);
    padding-bottom: 28px;
  }
}

.company-outline__container {
  background-color: #FFFFFF;
  padding: 20px 20px 35px;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .company-outline__container {
    padding: min(4.2833607908vw, 52px) min(6.589785832vw, 80px) min(6.589785832vw, 80px);
    border-radius: 30px;
  }
}

.company-outline__items {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 0;
  margin-top: 20px;
  border-top: 1px solid #000;
}
@media screen and (min-width: 960px) {
  .company-outline__items {
    grid-template-columns: min(15.2388797364vw, 185px) 1fr;
    margin-top: min(2.6359143328vw, 32px);
  }
}

.company-outline__item-title,
.company-outline__item-data {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 959px) {
  .company-outline__item-title,
  .company-outline__item-data {
    display: flex;
    align-items: center;
    padding: 8px 0 8px 1px;
    min-height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .company-outline__item-title,
  .company-outline__item-data {
    font-size: min(1.3179571664vw, 16px);
    line-height: 1.9;
    letter-spacing: 1.3px;
    padding: min(2.0593080725vw, 25px) 0 min(2.0593080725vw, 25px) min(1.647446458vw, 20px);
  }
}

.company-outline__item-data {
  font-weight: 700;
}

#contact-cta {
  background-position: calc(50% - 50px) center;
}