@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-color: #E9F2F7;
}

body.disable-scroll {
  overflow: hidden;
}

body.service-detail {
  background-color: #D2E4F0;
}

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;
}

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

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

.u-visible {
  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-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-bg-gray {
  background-color: #E9ECF0;
}

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

.u-bg-theme {
  background-color: #26BAFF;
}

.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: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: linear-gradient(90deg, #0091FF 0%, #4594FF 23%, #3FB1EB 74%, #00C4F5 100%);
  transition: background-color 0.3s ease;
  border-radius: 50px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .button-cta {
    min-width: 284px;
    padding: 0 50px 0 60px;
  }
}
@media screen and (min-width: 960px) {
  .button-cta {
    min-width: 258px;
    height: 80px;
    font-size: min(1.3179571664vw, 16px);
    padding: 0 min(2.471169687vw, 30px) 0 min(4.942339374vw, 60px);
  }
}

.button-cta--grad-reverse {
  background: linear-gradient(-90deg, #0091FF 0%, #4594FF 23%, #3FB1EB 74%, #00C4F5 100%);
}

.button-cta:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 29px;
  height: 29px;
  background-image: url(../img/00_common/button-download4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  background-color: #207AF7;
  transition: background-color 0.3s ease;
  border: 1px solid #FFFFFF;
}
@media screen and (min-width: 960px) {
  .button-cta:after {
    left: min(1.8121911038vw, 22px);
    width: min(3.294892916vw, 40px);
    height: min(3.294892916vw, 40px);
  }
}

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

.button-cta span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.button-cta--contact {
  color: #26BAFF;
}

.button-cta--contact:after {
  background-image: url(../img/00_common/button-contact4.svg);
  background-color: #26BAFF;
}

.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;
    color: #FFFFFF;
  }
  .button-cta:hover::before {
    opacity: 0;
  }
  .button-cta:hover:after {
    background-color: transparent;
  }
  .button-cta--anime2:hover:before {
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
.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: #207AF7;
  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: #26BAFF;
}

.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;
  height: 52px;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 2px solid #FFFFFF;
}
@media screen and (max-width: 959px) {
  .button1 {
    min-width: 188px;
    padding: 0 70px 0 20px;
  }
}
@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(3.1301482702vw, 38px);
    min-width: min(22.2405271829vw, 270px);
  }
}

.button1:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: inherit;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.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(18.9456342669vw, 230px);
  }
}

.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--white {
  color: #000000;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
}
@media screen and (max-width: 959px) {
  .button1--white {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .button1--white {
    height: min(6.589785832vw, 80px);
  }
}

.button1--white:after {
  background: #FFFFFF;
}

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

.button1__arrow {
  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: #FFFFFF;
  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: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/00_common/button-arrow4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.button1__arrow--blue {
  background-color: #207AF7;
}

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

.button1__arrow--light-blue {
  background-color: #26BAFF;
}

.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: #26BAFF;
    border-color: #26BAFF;
  }
  .button1:hover:before {
    width: min(2.9654036244vw, 36px);
    height: min(2.9654036244vw, 36px);
    background-color: #26BAFF;
  }
  .button1:hover .button1__arrow {
    background-color: #26BAFF;
    transform: translateY(-50%) scale(1.2);
  }
  .button1:hover .button1__arrow:before {
    filter: brightness(0) invert(1);
  }
  .button1:hover:after {
    opacity: 0;
  }
  .button1--white:hover {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
  }
  .button1--download:hover:before {
    transform: translate(0, -50%);
  }
  .button1--white:hover .button1__arrow--light-blue,
  .button1--white:hover .button1__arrow--blue {
    background-color: #FFFFFF;
  }
  .button1--white:hover .button1__arrow--light-blue:before,
  .button1--white:hover .button1__arrow--blue:before {
    filter: none;
  }
}
.button2-2 {
  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: linear-gradient(90deg, rgb(32, 122, 247) 0%, rgb(32, 122, 247) 50.64%, rgb(53, 96, 224) 100%);
  border-radius: 50px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .button2-2 {
    min-width: 284px;
    padding: 0 25px 0 75px;
  }
}
@media screen and (min-width: 960px) {
  .button2-2 {
    height: min(4.942339374vw, 60px);
    font-size: min(0.9884678748vw, 12px);
    padding: 0 min(2.0593080725vw, 25px) 0 min(4.942339374vw, 60px);
  }
}

.button2-2:after {
  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-2:after {
    left: min(1.8121911038vw, 22px);
    width: min(2.3887973641vw, 29px);
    height: min(2.3887973641vw, 29px);
  }
}

.button2-2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50.25%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border-radius: inherit;
  background: #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.button2-2 span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.button2-2--contact {
  background: linear-gradient(90deg, rgb(44, 174, 235) 0%, rgb(59, 150, 255) 67.72%);
}

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

.button2-2--white {
  color: #207AF7;
}
@media screen and (min-width: 960px) {
  .button2-2--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-2--white:after {
  background-image: url(../img/00_common/button-download4.svg);
  background-color: #207AF7;
  filter: none;
}
@media screen and (min-width: 960px) {
  .button2-2--white:after {
    width: min(3.294892916vw, 40px);
    height: min(3.294892916vw, 40px);
  }
}

.button2-2--contact2 {
  color: #26BAFF;
}

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

@media (hover: hover) {
  .button2-2:hover {
    opacity: 1;
    cursor: pointer;
    color: #207AF7;
    background-color: #FFFFFF;
  }
  .button2-2:hover:before {
    opacity: 1;
  }
  .button2-2:hover:after {
    filter: none;
  }
  .button2-2:hover span {
    color: transparent;
    background: linear-gradient(90deg, rgb(32, 122, 247) 0%, rgb(32, 122, 247) 50.64%, rgb(53, 96, 224) 100%);
    -webkit-background-clip: text;
            background-clip: text;
  }
  .button2-2--contact:hover {
    color: #26BAFF;
  }
  .button2-2:hover:after {
    opacity: 1;
  }
  .button2-2--contact:hover span {
    color: transparent;
    background: linear-gradient(90deg, rgb(44, 174, 235) 0%, rgb(59, 150, 255) 67.72%);
    -webkit-background-clip: text;
            background-clip: text;
  }
  .button2-2--white:hover {
    color: #FFFFFF;
  }
}
.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: #207AF7;
  border-radius: 50px;
  border: 1px solid #207AF7;
  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: #26BAFF;
  border: 1px solid #26BAFF;
}

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

.button2--white {
  color: #207AF7;
}
@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: #207AF7;
  filter: none;
}
@media screen and (min-width: 960px) {
  .button2--white:before {
    width: min(3.294892916vw, 40px);
    height: min(3.294892916vw, 40px);
  }
}

.button2--contact2 {
  color: #26BAFF;
}

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

@media (hover: hover) {
  .button2:hover {
    opacity: 1;
    cursor: pointer;
    color: #207AF7;
    background-color: #FFFFFF;
  }
  .button2:hover:before {
    filter: none;
  }
  .button2--contact:hover {
    color: #26BAFF;
  }
  .button2:hover:after {
    opacity: 0;
  }
  .button2--white:hover {
    color: #FFFFFF;
  }
}
.button3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: linear-gradient(90deg, #0091FF 0%, #4594FF 23%, #3FB1EB 74%, #00C4F5 100%);
  transition: background-color 0.3s ease;
  border-radius: 50px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .button3 {
    min-width: 284px;
    padding: 0 30px 0 60px;
  }
}
@media screen and (min-width: 960px) {
  .button3 {
    min-width: 258px;
    height: 80px;
    font-size: min(1.3179571664vw, 16px);
    padding: 0 min(2.471169687vw, 30px) 0 min(4.942339374vw, 60px);
  }
}

.button3--grad-reverse {
  background: linear-gradient(-90deg, #0091FF 0%, #4594FF 23%, #3FB1EB 74%, #00C4F5 100%);
}

.button3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 29px;
  height: 29px;
  background-image: url(../img/00_common/button-download4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  background-color: #207AF7;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .button3:after {
    left: min(1.8121911038vw, 22px);
    width: min(3.294892916vw, 40px);
    height: min(3.294892916vw, 40px);
  }
}

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

.button3 span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.button3--contact {
  color: #26BAFF;
}

.button3--contact:after {
  background-image: url(../img/00_common/button-contact4.svg);
  background-color: #26BAFF;
}

.button3--anime2:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transition: opacity 0.4s ease, -webkit-clip-path 0.4s ease;
  transition: opacity 0.4s ease, clip-path 0.4s ease;
  transition: opacity 0.4s ease, clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}

@media (hover: hover) {
  .button3:hover {
    opacity: 1;
    color: #FFFFFF;
  }
  .button3:hover::before {
    opacity: 0;
  }
  .button3:hover:after {
    background-color: transparent;
  }
  .button3--anime2:hover:before {
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
.button4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background: linear-gradient(90deg, #0091FF 0%, #4594FF 23%, #3FB1EB 74%, #00C4F5 100%);
  transition: background-color 0.3s ease;
  border-radius: 50px;
  transition: color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .button4 {
    min-width: 284px;
    padding: 0 30px 0 60px;
  }
}
@media screen and (min-width: 960px) {
  .button4 {
    min-width: 258px;
    height: 80px;
    font-size: min(1.3179571664vw, 16px);
    padding: 0 min(2.471169687vw, 30px) 0 min(4.942339374vw, 60px);
  }
}

.button4--grad-reverse {
  background: linear-gradient(-90deg, #0091FF 0%, #4594FF 23%, #3FB1EB 74%, #00C4F5 100%);
}

.button4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 29px;
  height: 29px;
  background-image: url(../img/00_common/button-download4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  background-color: #207AF7;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .button4:after {
    left: min(1.8121911038vw, 22px);
    width: min(3.294892916vw, 40px);
    height: min(3.294892916vw, 40px);
  }
}

.button4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: inherit;
  background: #FFFFFF;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: opacity 0.3s ease, -webkit-clip-path 0.3s ease;
  transition: opacity 0.3s ease, clip-path 0.3s ease;
  transition: opacity 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}

.button4 span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
.button4--contact {
  color: #26BAFF;
}

.button4--contact:after {
  background-image: url(../img/00_common/button-contact4.svg);
  background-color: #26BAFF;
}

@media (hover: hover) {
  .button4:hover {
    opacity: 1;
    color: #FFFFFF;
  }
  .button4:hover::before {
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  .button4:hover:after {
    background-color: transparent;
  }
}
.heading1 {
  display: grid;
  justify-items: flex-start;
  justify-content: flex-start;
  gap: 12px 0;
}
@media screen and (min-width: 960px) {
  .heading1 {
    gap: min(1.647446458vw, 20px) 0;
    margin-left: min(1.647446458vw, 20px);
  }
}

.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-block;
  font-size: 42px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .heading1__main {
    font-size: min(5.9308072488vw, 72px);
  }
}

.heading1__sub {
  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;
}
@media screen and (min-width: 960px) {
  .heading1__sub {
    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);
  }
}

.heading1__sub:before,
.heading1__sub: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) {
  .heading1__sub:before,
  .heading1__sub:after {
    width: min(1.1532125206vw, 14px);
    height: min(1.9769357496vw, 24px);
  }
}

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

.heading2 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0em;
  white-space: nowrap;
  padding-left: 32px;
}
@media screen and (min-width: 960px) {
  .heading2 {
    font-size: min(1.8121911038vw, 22px);
    line-height: 1.1;
    letter-spacing: 0;
    padding-left: min(3.7067545305vw, 45px);
  }
}

.heading2:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 22px;
  height: 3px;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .heading2:before {
    bottom: min(0.4942339374vw, 6px);
    width: min(2.8006589786vw, 34px);
    height: min(0.3294892916vw, 4px);
  }
}

.heading2--s {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .heading2--s {
    font-size: min(1.3179571664vw, 16px);
  }
}

.heading2--l {
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .heading2--l {
    font-size: min(2.471169687vw, 30px);
    padding-left: min(3.294892916vw, 40px);
  }
}

.heading2--l:before {
  top: 56%;
  bottom: auto;
  left: 0;
  width: 22px;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .heading2--l:before {
    width: min(1.9769357496vw, 24px);
  }
}

.heading2--xl {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .heading2--xl {
    font-size: min(3.1301482702vw, 38px);
  }
}

.heading2--xl:before {
  top: 56%;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
.inner, .inner-l {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@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: 62px 0;
}
@media screen and (min-width: 960px) {
  .section {
    padding: 124px 0 84px;
  }
}

.section--bg-white:before,
.section--bg-white2:before,
.section--bg-blue:before,
.section--bg-blue2:before,
.section--bg-blue-grad:before,
.section--bg-gray:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  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-gray:before {
    border-radius: 80px;
  }
}

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

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

.section--bg-blue:before {
  background-color: rgba(32, 122, 247, 0.9);
}

.section--bg-blue2:before {
  background-color: #207AF7;
}

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

.section--bg-blue-grad:before {
  background: linear-gradient(90deg, rgb(9, 85, 217) 0%, rgb(9, 106, 217) 49.14%, rgb(23, 122, 227) 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;
}

.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: 1280/1100;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .background-animation__container {
    height: 80% !important;
  }
}

.background-animation__canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 5;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1280/1100;
  -o-object-fit: cover;
     object-fit: cover;
}
.background-animation__overlay {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5;
}

.breadcrumbs {
  position: absolute;
  z-index: 1;
  color: #000;
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    top: 75px;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumbs {
    top: 120px;
    right: 0;
    padding-left: min(3.7891268534vw, 46px);
    padding-right: min(3.7891268534vw, 46px);
  }
}

.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;
  transform: translateY(-3px);
  font-size: 11px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .breadcrumbs span[typeof=ListItem] {
    font-size: 11px;
  }
}

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

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

.breadcrumbs span[typeof=ListItem] a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
@media (hover: hover) {
  .breadcrumbs span[typeof=ListItem] a:hover {
    color: #207AF7;
    opacity: 1;
  }
}

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

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;
}
@media (hover: hover) {
  body#archive-blog .breadcrumbs span[typeof=ListItem] a:hover,
  body#single-blog .breadcrumbs span[typeof=ListItem] a:hover {
    color: #207AF7;
    opacity: 1;
  }
}

.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: #26BAFF;
  padding-left: 28px;
  margin: 0 auto;
}

.cta-fixed a:nth-child(1) {
  background-image: url(../img/00_common/icon-tel.png), #207AF7;
  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: 27px;
  z-index: 9;
  width: 100%;
  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: 10px;
  }
}

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

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

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

.cta-popup__contents {
  display: grid;
  align-items: center;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 3px;
  border-radius: 6px;
  background: linear-gradient(90deg, #0091FF 0%, #4594FF 23%, #3FB1EB 74%, #00C4F5 100%);
  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: 40/53;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .cta-popup__image img {
    aspect-ratio: 120/80;
    border-radius: 6px;
  }
}

.cta-popup__text {
  font-size: 10px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .cta-popup__text {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
}

.cta-popup__title {
  white-space: nowrap;
  color: #000;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .cta-popup__title {
    font-size: 12px;
  }
}

.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__title {
    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;
}
@media screen and (max-width: 959px) {
  .cta-section {
    padding-top: 94px;
  }
}
@media screen and (min-width: 960px) {
  .cta-section {
    margin-top: 142px;
  }
}

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

.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;
  }
}

@media screen and (max-width: 959px) {
  .cta-section__item {
    padding: 30px 22px 32px;
  }
}
@media screen and (min-width: 960px) {
  .cta-section__item {
    padding: 36px 36px 60px 36px;
  }
}

.cta-section__item:nth-child(1) {
  background: linear-gradient(90deg, rgb(32, 122, 247) 0%, rgb(32, 122, 247) 50.64%, rgb(53, 96, 224) 100%);
}

.cta-section__item:nth-child(2) {
  background: linear-gradient(90deg, rgb(44, 174, 235) 0%, rgb(59, 150, 255) 67.72%);
}

.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: 13px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin: 18px auto 0 auto;
}
@media screen and (min-width: 960px) {
  .cta-section__text {
    text-align: center;
    font-size: min(1.2355848435vw, 15px);
    line-height: 1.8;
    letter-spacing: 0em;
    margin: 32px auto 0 auto;
  }
}

.cta-section__button {
  text-align: center;
  margin-top: 20px;
}
@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: 42px;
}
@media screen and (min-width: 960px) {
  .drawer {
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }
}
@media screen 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: #FFFFFF;
  opacity: 0;
  transition: opacity 0.3s;
  overflow: hidden;
}

.drawer__overlay:before {
  content: "";
  position: absolute;
  top: -141px;
  right: -212px;
  z-index: 9997;
  width: 582px;
  height: 692px;
  background-image: url(../img/00_common/drawer-bg1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.drawer__overlay:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -197px;
  z-index: 9997;
  width: 844px;
  height: 615px;
  background-image: url(../img/00_common/drawer-bg2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.drawer__content {
  display: block;
  z-index: 10000;
  width: 100%;
  height: auto;
  padding: 0 30px;
  padding-bottom: 60px;
  margin: 60px auto 0;
  overflow-y: auto;
}
.drawer__nav-items {
  display: grid;
  gap: 25px;
}

.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;
  border-bottom: 1px solid #cfd2d6;
  padding-bottom: 10px;
}
.drawer__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background-color: #207AF7;
}

.drawer__sub-nav-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .drawer__sub-nav-items {
    gap: 2px 24px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .drawer__sub-nav-items {
    gap: 20px;
    margin-top: 10px;
  }
}

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

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

.footer {
  position: relative;
  z-index: 0;
  margin-top: auto;
}
@media screen and (max-width: 959px) {
  .footer {
    padding-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .footer {
    padding-top: 60px;
  }
}

.footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -400px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 400px);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .footer:before {
    top: -200px;
    height: calc(100% + 200px);
    border-radius: 80px 80px 0 0;
  }
}

.footer__container {
  overflow: hidden;
}

.footer__content-container {
  display: grid;
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer__content-container {
    display: grid;
    grid-template-columns: min(28.0065897858vw, 340px) 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: 134px;
}
@media screen and (min-width: 960px) {
  .footer__logo {
    width: 164px;
  }
}

.footer__company-info {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .footer__company-info {
    font-size: min(1.2355848435vw, 15px);
    line-height: 1.6;
    letter-spacing: 0em;
    margin-top: 20px;
  }
}

.footer__certification {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .footer__certification {
    margin-top: 12px;
    gap: 14px;
  }
}
@media screen and (min-width: 960px) {
  .footer__certification {
    gap: 12px;
    margin-top: 23px;
  }
}

.footer__certification-badge {
  flex-shrink: 0;
  display: block;
  width: 50px;
  height: auto;
  border-radius: 3px;
  border: 1px solid #5f6368;
}
@media screen and (min-width: 960px) {
  .footer__certification-badge {
    width: 60px;
    border-radius: 5px;
  }
}

.footer__certification-text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .footer__certification-text {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 0;
    flex: 1;
  }
}

@media screen and (max-width: 959px) {
  .footer__sponsor {
    display: flex;
    margin-top: 14px;
    align-items: center;
    gap: 16px;
  }
}
@media screen and (min-width: 960px) {
  .footer__sponsor {
    margin-top: 30px;
  }
}

.footer__sponsor-logo {
  flex-shrink: 0;
  display: block;
  width: 100px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .footer__sponsor-logo {
    width: 126px;
  }
}

.footer__sponsor-text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .footer__sponsor-text {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
  }
}

@media screen and (max-width: 959px) {
  .footer__legal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 41px;
  }
}
@media screen and (min-width: 960px) {
  .footer__legal {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: min(7.1663920923vw, 87px);
  }
}

.footer__legal--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .footer__legal--pc {
    display: flex;
  }
}

.footer__legal--sp {
  display: flex;
}
@media screen and (min-width: 960px) {
  .footer__legal--sp {
    display: none;
  }
}

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

@media screen and (min-width: 960px) {
  .footer__privacy {
    text-align: center;
    margin-top: max(-0.4118616145vw, -5px);
  }
}

.footer__privacy a {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: color 0.2s;
}
@media screen and (min-width: 960px) {
  .footer__privacy a {
    font-size: min(0.9884678748vw, 12px);
    color: #FFFFFF;
    text-align: center;
    line-height: min(1.3179571664vw, 16px);
  }
}

.footer__nav {
  display: block;
  position: relative;
}
@media screen and (max-width: 959px) {
  .footer__nav {
    order: -1;
    margin-left: -20px;
    padding: 30px 0 40px 22px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .footer__nav {
    padding: 60px 0 40px min(4.942339374vw, 60px);
  }
}

.footer__nav:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: #4e5152;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (min-width: 960px) {
  .footer__nav:before {
    border-top-left-radius: 40px;
  }
}

.footer__nav-items {
  display: grid;
  gap: 27px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 960px) {
  .footer__nav-items {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px min(1.647446458vw, 20px);
  }
}

.footer__nav-item--col-span {
  grid-column: 1/-1;
}

.footer__nav-link {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  transition: color 0.2s;
  border-bottom: 1px solid #cfd2d6;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .footer__nav-link {
    color: #FFFFFF;
    border-bottom: 1px solid #76787a;
    font-size: min(1.3179571664vw, 16px);
  }
}
.footer__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background-color: #207AF7;
}
@media screen and (min-width: 960px) {
  .footer__nav-link::before {
    background-color: #26baff;
  }
}

.footer__sub-nav-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .footer__sub-nav-items {
    gap: 2px 24px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .footer__sub-nav-items {
    gap: 20px;
    margin-top: 10px;
  }
}

.footer__sub-nav-items a {
  font-size: 12px;
  font-weight: 600;
  color: #cfd2d6;
  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(0.9884678748vw, 12px);
  }
}

@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: #26BAFF;
  }
  .footer__privacy a:hover {
    color: #26BAFF;
  }
}
#agent .header__nav,
#contact .header__nav,
#single-download .header__nav {
  display: none;
}
#agent .header__hamburger,
#contact .header__hamburger,
#single-download .header__hamburger {
  display: none;
}
#agent .breadcrumbs,
#contact .breadcrumbs,
#single-download .breadcrumbs {
  display: none;
}
#agent .cta-section,
#contact .cta-section,
#single-download .cta-section {
  display: none;
}
#agent .footer,
#contact .footer,
#single-download .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;
  }
}

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

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: opacity 0.4s, background-color 0.4s;
  padding: 13px;
  overflow: hidden;
  z-index: 1;
}
.hamburger__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25px;
  height: 19px;
  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: 25px;
  height: 3px;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  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: 8px;
  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: 16px;
  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.is-open {
  border-color: #FFFFFF;
}
.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: #26BAFF;
}

@media (hover: hover) {
  .hamburger:hover {
    cursor: pointer;
    opacity: 1;
  }
  .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: 16px;
  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%;
  height: 74px;
}
@media screen and (min-width: 960px) {
  .header {
    height: 100px;
  }
}

.header--fixed {
  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: 23px;
  left: 20px;
  width: 120px;
  transition: filter 0.4s;
}
@media screen and (min-width: 960px) {
  .header__logo {
    top: 54px;
    left: min(3.294892916vw, 40px);
    width: min(13.1795716639vw, 160px);
  }
}

.header__logo img {
  display: block;
}

.header__hamburger {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 100;
  -webkit-tap-highlight-color: transparent;
}
@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;
    margin-top: 40px;
  }
}

.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);
}

.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: #207AF7;
  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: #207AF7;
  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 {
  display: grid;
  overflow: hidden;
  gap: 14px 0;
  padding: 54px 0;
}
@media screen and (min-width: 960px) {
  .loop-gallery {
    gap: min(2.0593080725vw, 25px) 0;
    padding: min(4.4481054366vw, 54px) 0;
  }
}

.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(19.7693574959vw, 240px);
    margin-right: min(4.118616145vw, 50px);
  }
}

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

.loop-gallery__container:not([data-reverse]) .loop-gallery__item:nth-child(odd) img {
  height: 55px;
}
@media screen and (min-width: 960px) {
  .loop-gallery__container:not([data-reverse]) .loop-gallery__item:nth-child(odd) img {
    height: min(9.0609555189vw, 110px);
  }
}

.loop-gallery__container[data-reverse] .loop-gallery__item:nth-child(even) img {
  height: 55px;
}
@media screen and (min-width: 960px) {
  .loop-gallery__container[data-reverse] .loop-gallery__item:nth-child(even) img {
    height: min(9.0609555189vw, 110px);
  }
}

.loop-gallery2 {
  position: relative;
  z-index: -2;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: -50px;
}
@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(49.4233937397vw, 600px);
  }
}

.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: none;
  position: relative;
}
@media screen and (min-width: 960px) {
  .main-nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0 min(0.6589785832vw, 8px);
    height: 100%;
    text-align: left;
  }
}

.main-nav__items {
  display: inline-flex;
  height: 100%;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 960px) {
  .main-nav__items {
    border-radius: 30px;
    padding: 0 min(3.294892916vw, 40px);
  }
}

.main-nav__item {
  position: relative;
  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: 13px;
  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.0708401977vw, 13px);
  }
}
@media screen and (min-width: 960px) {
  .main-nav__link-text {
    font-size: min(1.0708401977vw, 13px);
  }
}

.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: #207AF7;
  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: 7px;
  height: 7px;
  background-color: #207AF7;
  border-radius: 50%;
  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: #207AF7;
  }
  .main-nav__link:hover .main-nav__link-text:after {
    transform: translateX(-50%) scale(1);
  }
}
.main-sub-menu {
  display: none;
}
@media screen and (min-width: 960px) {
  .main-sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 143%;
    transform: translate(-50%, 0);
    padding-top: 0;
    transition: opacity 0.4s, visibility 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
  }
}

@media screen and (min-width: 960px) {
  .main-sub-menu__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(2.1416803954vw, 26px) min(3.9538714992vw, 48px);
    background: linear-gradient(90deg, rgb(9, 85, 217) 0%, rgb(9, 106, 217) 49.14%, rgb(23, 122, 227) 100%);
    border-radius: min(3.294892916vw, 40px);
    padding: min(1.9769357496vw, 24px) min(3.294892916vw, 40px) min(3.294892916vw, 40px);
    min-width: min(45.3047775947vw, 550px);
  }
}

.main-sub-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(1.647446458vw, 20px);
  font-size: min(1.0708401977vw, 13px);
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: min(0.9884678748vw, 12px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: opacity 0.4s;
  white-space: nowrap;
}

.main-sub-menu__text {
  flex: 1;
  transition: opacity 0.4s;
}

.main-sub-menu__arrow {
  width: min(1.9769357496vw, 24px);
  height: min(1.9769357496vw, 24px);
  background: url(../img/00_common/button-arrow.svg) no-repeat center/contain;
  flex-shrink: 0;
  transition: transform 0.3s;
}

@media (hover: hover) {
  .main-nav__item:hover .main-sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main-sub-menu__link:hover {
    opacity: 0.7;
  }
  .main-sub-menu__link:hover .main-sub-menu__arrow {
    transform: translateX(3px);
  }
}
.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 {
  content: "";
  display: block;
  padding-top: 66.7300380228%;
}

@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 {
  content: "";
  display: block;
  padding-top: 66.5%;
}

.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: 105px auto;
    padding-right: 35px;
  }
}
@media screen and (min-width: 960px) {
  .news-item {
    grid-template-columns: min(9.8846787479vw, 120px) auto 1fr;
    gap: 0 min(1.4827018122vw, 18px);
    padding-right: min(6.1779242175vw, 75px);
  }
}

.news-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 16px;
  height: 24px;
  background-image: url(../img/00_common/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 24px;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 960px) {
  .news-item:before {
    right: 5px;
    background-size: 16px 24px;
    width: 16px;
    height: 24px;
  }
}

.news-item__date {
  display: block;
  font-size: 12px;
  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(1.3179571664vw, 16px);
  }
}

.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: 130px;
  }
}

.news-item__category-item {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  background: linear-gradient(90deg, rgb(0, 145, 255) 0%, rgb(69, 148, 255) 22.88%, rgb(63, 177, 235) 73.65%, rgb(0, 196, 245) 100%);
  border-radius: 50px;
}
@media screen and (max-width: 959px) {
  .news-item__category-item {
    padding: 3px 20px;
  }
}
@media screen and (min-width: 960px) {
  .news-item__category-item {
    padding: 3px 20px;
  }
}

.news-item__title {
  position: relative;
  font-size: 16px;
  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;
}
@media screen and (max-width: 959px) {
  .news-item__title {
    line-height: 1.5;
    letter-spacing: 0em;
    grid-column: -1/1;
    margin-top: 13px;
  }
}
@media screen and (min-width: 960px) {
  .news-item__title {
    font-size: min(1.3179571664vw, 16px);
    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: #26BAFF;
  }
}
.news-item--s {
  padding-right: 10px;
}
@media screen and (min-width: 960px) {
  .news-item--s {
    grid-template-columns: min(8.23723229vw, 100px) min(13.1795716639vw, 160px) 1fr;
    gap: 0 min(1.4827018122vw, 18px);
    padding-right: min(2.8830313015vw, 35px);
  }
}
@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--s:before {
  display: none;
}

@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%;
}

@media screen and (min-width: 960px) {
  .not-found__button .button1 {
    min-width: min(26.3591433278vw, 320px);
  }
}

.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;
  }
}

.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: 16px;
  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: 20px;
    margin: 0 4px;
  }
}
.pagination .wp-pagenavi span.current {
  color: #FFFFFF !important;
  background: #207AF7;
  margin: 0 0;
}
@media screen and (min-width: 960px) {
  .pagination .wp-pagenavi span.current {
    margin: 0 4px;
  }
}
.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: #207AF7 !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: 12px 18px;
  padding: 0;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .pagination--news .wp-pagenavi .previouspostslink {
    background-size: 14px 20px;
    width: 60px;
    height: 60px;
  }
}
.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: 12px 18px;
  padding: 0;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .pagination--news .wp-pagenavi .nextpostslink {
    background-size: 14px 20px;
    width: 60px;
    height: 60px;
  }
}
.pagination--news .wp-pagenavi span.current {
  color: #000 !important;
  background: transparent;
  border: 1px solid #207AF7;
}

@media (hover: hover) {
  .pagination--news .wp-pagenavi .previouspostslink:hover,
  .pagination--news .wp-pagenavi .nextpostslink:hover {
    opacity: 1;
    color: transparent !important;
    background-color: transparent !important;
  }
}
.post-card {
  display: flex;
  flex-direction: column;
  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: #d8e1eb;
  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;
  flex: 1;
  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: 11px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  background: linear-gradient(90deg, rgb(0, 145, 255) 0%, rgb(69, 148, 255) 22.88%, rgb(63, 177, 235) 73.65%, rgb(0, 196, 245) 100%);
  border-radius: 50px;
}
@media screen and (max-width: 959px) {
  .post-card__category-item {
    padding: 1px 20px;
  }
}
@media screen and (min-width: 960px) {
  .post-card__category-item {
    padding: 2px 20px;
  }
}

.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: 12px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .post-card__title {
    font-size: min(1.2355848435vw, 15px) !important;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-top: 11px;
  }
}

.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: #207AF7;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: auto;
  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 #207AF7;
    background-color: #FFFFFF;
  }
  .post-card:hover .post-card__title {
    color: #207AF7;
  }
}
@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: #207AF7;
  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: #26BAFF;
  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: #26BAFF;
  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: #26BAFF;
  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 {
  content: "";
  display: block;
  padding-top: 100%;
}

.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: #26BAFF;
  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: #26BAFF;
  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: #26BAFF;
  }
}
.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: #26BAFF !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: #26BAFF !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;
  flex-direction: column;
  align-items: center;
  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: #207AF7;
  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;
  }
}
.sub-fv {
  display: flex;
  align-items: center;
  position: relative;
  z-index: -1;
  min-height: 320px;
  padding: 100px 0;
  margin-bottom: -60px;
  position: relative;
}
@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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 396px;
  background-image: url(../img/00_common/sub-fv-bg-sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (min-width: 960px) {
  .sub-fv:before {
    background-image: url(../img/00_common/sub-fv-bg.svg);
    height: min(54.3657331137vw, 660px);
  }
}

.sub-fv--type2:before {
  background-image: url(../img/00_common/sub-fv-bg2.svg);
}

.sub-fv--type2 .sub-fv__heading {
  color: #FFFFFF;
}

.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: 600;
  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 {
  padding-top: 50px;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .sub-page-heading {
    padding-top: 90px;
    padding-bottom: 32px;
  }
}

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

.sub-page-heading__ja {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: normal;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 960px) {
  .sub-page-heading__ja {
    font-size: min(3.9538714992vw, 48px);
  }
}

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

.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: #26BAFF;
  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: #207AF7;
  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: 37px;
  right: 23px;
  z-index: 1;
  width: 43px;
  height: 43px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #207AF7;
  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: 24px;
    right: 14px;
    width: min(4.942339374vw, 60px);
    height: min(4.942339374vw, 60px);
  }
}

.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: 8px;
  height: 17px;
}
@media screen and (min-width: 960px) {
  .to-top:before {
    width: min(0.9884678748vw, 12px);
    height: min(2.1416803954vw, 26px);
  }
}

@media (hover: hover) {
  .to-top:hover {
    opacity: 1;
    background-color: #207AF7;
  }
  .to-top:hover:before {
    filter: brightness(0) invert(1);
  }
}
.top-company {
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-company {
    padding-top: 50px;
    padding-bottom: 66px;
  }
}
@media screen and (min-width: 960px) {
  .top-company {
    padding-bottom: 105px;
    margin-top: -105px;
  }
}

.top-company__container {
  display: grid;
}
@media screen and (min-width: 960px) {
  .top-company__container {
    grid-template-columns: min(49.4233937397vw, 600px) 1fr;
    gap: min(4.942339374vw, 60px);
    align-items: center;
    margin-top: min(5.6013179572vw, 68px);
  }
}

.top-company__visual2 {
  position: absolute;
  top: 40px;
  right: 16px;
  width: 90px;
  height: auto;
  z-index: 1;
  border-radius: 7px;
  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: 14px;
  }
}

.top-company__visual {
  border-radius: 26px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .top-company__visual {
    margin-top: 48px;
  }
}
@media screen and (min-width: 960px) {
  .top-company__visual {
    border-radius: 32px;
  }
}

.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: 1.9;
  letter-spacing: 0em;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .top-company__description {
    font-size: min(1.2355848435vw, 15px);
    margin-top: min(2.0593080725vw, 25px);
  }
}

@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);
  }
}

@media screen and (min-width: 960px) {
  .top-company__button .button1 {
    width: min(22.2405271829vw, 270px);
  }
}

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

.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 (max-height: 700px) {
  .top-fv__container {
    margin-top: 4svh;
  }
}
@media screen and (min-width: 960px) {
  .top-fv__container {
    padding-top: 100px;
  }
}

.top-fv__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-fv__copy-en {
  display: inline-block;
  width: 230px;
}
@media screen and (min-width: 960px) {
  .top-fv__copy-en {
    width: min(29vw, 400px);
  }
}

.top-fv__copy-en img {
  display: block;
  height: 100%;
}

.top-fv__copy-ja {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: -0.04em;
  white-space: nowrap;
  margin-top: 22px;
  transform: translateX(45px);
  padding-left: 40px;
}
@media screen and (min-width: 960px) {
  .top-fv__copy-ja {
    font-size: min(1.647446458vw, 20px);
    line-height: 1.1;
    letter-spacing: 0;
    padding-left: min(6.3426688633vw, 77px);
    margin-top: min(2.8830313015vw, 35px);
    transform: translateX(min(10vw, 180px));
  }
}

.top-fv__copy-ja:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 33px;
  height: 3px;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .top-fv__copy-ja:before {
    bottom: 7px;
    left: 0;
    width: min(5.3542009885vw, 65px);
    height: min(0.4942339374vw, 6px);
  }
}

.top-fv__cta-buttons {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .top-fv__cta-buttons {
    width: 100%;
    gap: 20px;
    margin-top: min(9.5svh, 60px);
    transform: translateX(-5px);
  }
}
@media screen and (max-height: 700px) {
  .top-fv__cta-buttons {
    gap: 14px;
    margin-top: min(6svh, 40px);
  }
}
@media screen and (min-width: 960px) {
  .top-fv__cta-buttons {
    flex-direction: row;
    gap: 10px;
    margin-top: min(5.9308072488vw, 72px);
    margin-left: max(-2.0593080725vw, -25px);
  }
}

.top-fv__scroll {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 20px;
}
@media screen and (min-width: 960px) {
  .top-fv__scroll {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: min(5.6013179572vw, 68px);
  }
}

@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-information {
  position: relative;
}
@media screen and (max-width: 959px) {
  .top-information {
    padding-top: 62px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-information {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

.top-information:before {
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .top-information:before {
    border-radius: 80px 80px 0 0;
  }
}

.top-information:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
  border-radius: 30px 30px 0 0;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .top-information:after {
    border-radius: 80px 80px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .top-information__inner {
    max-width: 100%;
    padding-right: 0;
  }
}

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

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

.top-information__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 30px;
  margin-top: 37px;
}
@media screen and (max-width: 959px) {
  .top-information__items {
    overflow-x: scroll;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-information__items {
    gap: 0 min(1.647446458vw, 20px);
    margin: 0 max(-1.1532125206vw, -14px);
    margin-top: min(2.471169687vw, 30px);
  }
}

.top-information__item {
  border-radius: 12px;
}
@media screen and (max-width: 959px) {
  .top-information__item {
    width: 280px;
  }
}
@media screen and (min-width: 960px) {
  .top-information__item .post-card__content {
    min-height: min(13.1795716639vw, 160px);
  }
}

.top-information__button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .top-information__button {
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-information__button {
    text-align: right;
    margin-top: 12px;
  }
}

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

.top-news {
  background-color: #E9ECF0;
}
@media screen and (max-width: 959px) {
  .top-news {
    border-radius: 30px;
    padding: 50px 22px 68px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .top-news {
    border-radius: 80px;
    padding: min(6.589785832vw, 80px) min(8.23723229vw, 100px);
    margin-top: 80px;
  }
}

.top-news__heading {
  margin: 0;
}

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

.top-news__item {
  border-bottom: 1px solid #000000;
  padding: 15px 0 30px 3px;
}
@media screen and (min-width: 960px) {
  .top-news__item {
    display: flex;
    align-items: center;
    padding: 30px 5px 30px 0px;
  }
}

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

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

.top-service__white-gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 960px) {
  .top-service__white-gradient-top {
    border-radius: 80px 80px 0 0;
  }
}

.top-service__white-gradient-bottom {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 20%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 30px 30px;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .top-service__white-gradient-bottom {
    border-radius: 0 0 80px 80px;
  }
}

@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__visual {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 37px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-service__visual {
    padding: 0 min(4.118616145vw, 50px);
    margin-top: min(6.1779242175vw, 75px);
  }
}

.top-service__visual2 {
  position: absolute;
  top: 31px;
  right: 18px;
  width: 70px;
  height: 70px;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-service__visual2 {
    top: min(7.0016474465vw, 85px);
    right: min(6.2602965404vw, 76px);
    width: min(13.1795716639vw, 160px);
    height: min(13.1795716639vw, 160px);
  }
}

.top-service__items {
  display: grid;
  gap: 20px 0;
  margin-top: 55px;
}
@media screen and (min-width: 960px) {
  .top-service__items {
    gap: min(10.7084019769vw, 130px) 0;
    margin-top: min(4.2833607908vw, 52px);
  }
}

.top-service__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "contents";
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .top-service__item {
    grid-template-columns: 1fr min(42.8336079077vw, 520px);
    grid-template-areas: "contents image";
  }
}

@media screen and (min-width: 960px) {
  .top-service__item--reverse {
    grid-template-columns: min(42.8336079077vw, 520px) 1fr;
    grid-template-areas: "image contents";
  }
}

@media screen and (max-width: 959px) {
  .top-service__image {
    transform: translate(10px, -30px);
  }
}
@media screen and (min-width: 960px) {
  .top-service__image {
    grid-area: image;
  }
}

.top-service__image img {
  height: 100%;
  aspect-ratio: 520/360;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .top-service__image img {
    border-radius: 30px;
  }
}

.top-service__item-contents {
  background-color: rgba(197, 206, 214, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 38px 12px 48px 22px;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .top-service__item-contents {
    order: -1;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 960px) {
  .top-service__item-contents {
    grid-area: contents;
    min-width: min(44.0691927512vw, 535px);
    padding: 0 min(2.3064250412vw, 28px) 0 min(2.6359143328vw, 32px);
    border-radius: 80px;
    margin-left: 0;
    margin-right: max(-4.942339374vw, -60px);
    transform: translateY(20px);
    padding: min(4.7775947282vw, 58px) min(2.3064250412vw, 28px) min(4.7775947282vw, 58px) min(6.3426688633vw, 77px);
  }
}

@media screen and (min-width: 960px) {
  .top-service__item--reverse .top-service__item-contents {
    margin-left: max(-4.942339374vw, -60px);
    margin-right: 0;
    transform: translateY(-60px);
  }
}

.top-service__item-heading {
  display: grid;
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .top-service__item-heading {
    gap: 6px 0;
    font-size: min(4.6128500824vw, 56px);
  }
}

.top-service__text {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .top-service__text {
    font-size: min(1.2355848435vw, 15px);
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: min(1.647446458vw, 20px);
    padding-right: min(3.4596375618vw, 42px);
  }
}

.top-service__item-button {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 9px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .top-service__item-button {
    gap: 12px 16px;
    margin-top: min(2.9654036244vw, 36px);
  }
}

@media screen and (max-width: 959px) {
  .top-service__item-button .button1 {
    min-width: auto;
  }
}

@media screen and (min-width: 960px) {
  .top-service__item-button-website {
    min-width: min(22.2405271829vw, 270px);
  }
}

.top-service__button {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .top-service__button {
    margin-top: min(1.9769357496vw, 24px);
  }
}

.top-service__certification {
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: 360px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 18px 42px;
  border: 4px solid rgba(197, 206, 214, 0.6);
  border-radius: 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-service__certification {
    border-radius: 40px;
    border: 6px solid rgba(197, 206, 214, 0.6);
    max-width: min(31.3014827018vw, 380px);
    margin-top: min(5.4365733114vw, 66px);
    padding: min(2.6359143328vw, 32px) min(0.823723229vw, 10px) min(3.294892916vw, 40px);
  }
}

.top-service__certification-heading {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .top-service__certification-heading {
    font-size: min(1.647446458vw, 20px);
  }
}

.top-service__certification-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .top-service__certification-logo {
    width: min(9.8846787479vw, 120px);
    margin-top: min(2.6359143328vw, 32px);
  }
}

.top-service__certification-logo img {
  border-radius: 5px;
  border: 1px solid #5F6368;
}

.top-service__certification-text {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .top-service__certification-text {
    font-size: min(0.9884678748vw, 12px);
    margin-top: min(1.3179571664vw, 16px);
  }
}

.top-strength {
  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(13.5914332784vw, 165px);
  }
}

.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-about__container {
  display: grid;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .service-about__container {
    grid-template-columns: min(39.5387149918vw, 480px) 1fr;
    gap: min(5.766062603vw, 70px);
    margin-top: 40px;
  }
}

.service-about__contents {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .service-about__contents {
    margin-top: 10px;
  }
}

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

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

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

@media screen and (max-width: 959px) {
  .service-about__image {
    margin-top: 52px;
  }
}
@media screen and (min-width: 960px) {
  .service-about__image {
    max-height: 700px;
  }
}

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

@media screen and (min-width: 960px) {
  .service-faq__inner {
    max-width: 918px;
  }
}

@media screen and (max-width: 959px) {
  .service-faq .im-section__title span {
    line-height: 1.5;
  }
}

.service-faq__items {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .service-faq__items {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.service-faq__item {
  border-bottom: 1px solid #000000;
}

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

.service-faq__item-q {
  position: relative;
}

.service-faq__item-a {
  height: 0;
  overflow: hidden;
}

.service-faq__item-inner {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  padding: 0 30px 20px 2em;
}
@media screen and (min-width: 960px) {
  .service-faq__item-inner {
    font-size: min(1.4827018122vw, 18px) !important;
    line-height: normal;
    letter-spacing: 0em;
    padding: 0 30px 30px 2em;
  }
}

.service-faq__item-inner:before {
  content: attr(data-mark);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}
.service-faq__item-q .service-faq__item-inner {
  position: relative;
  transition: opacity 0.3s;
  padding-left: 0;
}
.service-faq__item-a .service-faq__item-inner {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.01em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 959px) {
  .service-faq__item-a .service-faq__item-inner {
    padding-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .service-faq__item-a .service-faq__item-inner {
    font-size: min(1.3179571664vw, 16px) !important;
  }
}

.service-faq__item-a .service-faq__item-inner:before {
  font-family: "Noto Sans JP", sans-serif;
}

.service-faq__item-q.is-open:after {
  transform: translateY(-50%) rotate(45deg);
}

.service-faq__item-q-cross {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform 0.5s;
}
@media screen and (min-width: 960px) {
  .service-faq__item-q-cross {
    top: -6px;
    right: -9px;
    width: 36px;
    height: 36px;
  }
}

.service-faq__item-q-cross:before,
.service-faq__item-q-cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  transition: opacity 0.5s;
}

.service-faq__item-q-cross:before {
  width: 16px;
  height: 2px;
}

.service-faq__item-q-cross:after {
  width: 2px;
  height: 16px;
}

.service-faq__item.is-open .service-faq__item-q-cross {
  transform: rotate(90deg);
}
.service-faq__item.is-open .service-faq__item-q-cross:before {
  opacity: 0;
}

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

@media (hover: hover) {
  .service-faq__item-q:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}
.service-feature {
  position: relative;
}

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

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

.service-feature2 {
  position: relative;
}

.service-feature2__items {
  display: grid;
  margin-top: 20px;
  gap: 30px 0;
}
@media screen and (min-width: 960px) {
  .service-feature2__items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(2.471169687vw, 30px);
    margin-top: 54px;
  }
}

.service-feature2__item {
  display: block;
}

@media screen and (max-width: 959px) {
  .service-feature2__item .media2__title {
    margin-top: 10px;
    margin-left: 10px;
  }
}
.service-flow {
  position: relative;
}

.service-flow__items {
  display: grid;
  gap: 45px 0;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .service-flow__items {
    gap: 75px 0;
    margin-top: 54px;
  }
}

.service-flow__item {
  display: grid;
  grid-template-columns: 86px 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 0 14px;
  grid-template-areas: "image title" "text text";
  position: relative;
  background-color: #FFFFFF;
  padding: 15px;
}
@media screen and (min-width: 960px) {
  .service-flow__item {
    grid-template-columns: 150px 1fr;
    grid-template-areas: "image contents";
    gap: 0 min(2.8830313015vw, 35px);
    padding: min(2.471169687vw, 30px);
  }
}

.service-flow__item:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/03_service/flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 15px;
}
@media screen and (min-width: 960px) {
  .service-flow__item:not(:last-child):after {
    bottom: -47px;
    width: 90px;
    height: 15px;
  }
}

.service-flow__image {
  grid-area: image;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .service-flow__image {
    width: 150px;
    height: 150px;
  }
}

.service-flow__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.service-flow__contents {
  grid-area: contents;
  display: contents;
}
@media screen and (min-width: 960px) {
  .service-flow__contents {
    display: block;
  }
}

.service-flow__title {
  grid-area: title;
  font-size: 20px !important;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .service-flow__title {
    font-size: 24px !important;
  }
}

.service-flow__text {
  grid-area: text;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 959px) {
  .service-flow__text {
    padding: 0 5px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .service-flow__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

.service-other {
  background-color: #FFFFFF;
}

@media screen and (min-width: 960px) {
  .service-other__inner {
    max-width: 100%;
    padding: 0;
    margin: 0;
    padding-left: 5.6013179572vw;
  }
}

.service-other__container {
  display: grid;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .service-other__container {
    grid-template-columns: min(39.5387149918vw, 480px) 1fr;
    gap: min(5.766062603vw, 70px);
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {
  .service-other__contents {
    margin-top: 24px;
  }
}

.service-other__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: 13px;
}
@media screen and (min-width: 960px) {
  .service-other__title {
    font-size: min(1.9769357496vw, 24px) !important;
    margin-top: min(0.823723229vw, 10px);
  }
}

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

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

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

@media screen and (max-width: 959px) {
  .service-other__image {
    margin-top: 52px;
  }
}
@media screen and (min-width: 960px) {
  .service-other__image {
    max-height: 700px;
  }
}

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

@media screen and (max-width: 959px) {
  .service-overview {
    padding: 80px 0;
  }
}
@media screen and (min-width: 960px) {
  .service-overview {
    padding-bottom: 170px;
  }
}

.service-overview__container {
  display: grid;
  gap: 60px;
}
@media screen and (min-width: 960px) {
  .service-overview__container {
    gap: min(6.3426688633vw, 77px) 0;
  }
}

.service-overview__item {
  display: grid;
  gap: 0;
}
@media screen and (max-width: 959px) {
  .service-overview__item {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 960px) {
  .service-overview__item {
    grid-template-columns: min(32.9489291598vw, 400px) 1fr;
  }
}

.service-overview__content {
  background-color: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .service-overview__content {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .service-overview__content {
    padding: min(4.5304777595vw, 55px) min(3.294892916vw, 40px) min(3.294892916vw, 40px) min(4.118616145vw, 50px);
  }
}

.service-overview__number {
  font-family: "EB Garamond", serif;
  color: #967C5A;
}

.service-overview__number-label {
  font-size: 18px;
  font-weight: 400;
  color: #967C5A;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .service-overview__number-label {
    font-size: min(1.647446458vw, 20px);
  }
}

.service-overview__number-digit {
  font-size: 24px;
  font-weight: 400;
  color: #967C5A;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .service-overview__number-digit {
    font-size: min(2.6359143328vw, 32px);
  }
}

.service-overview__title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho", serif;
  margin-top: 3px;
}
@media screen and (min-width: 960px) {
  .service-overview__title {
    font-size: min(1.9769357496vw, 24px);
    margin-top: min(0.2471169687vw, 3px);
  }
}

.service-overview__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .service-overview__text {
    font-size: min(1.3179571664vw, 16px);
    margin-top: min(1.9769357496vw, 24px);
  }
}

@media screen and (max-width: 959px) {
  .service-overview__button {
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .service-overview__button {
    margin-top: min(2.471169687vw, 30px);
  }
}

@media screen and (min-width: 960px) {
  .service-overview__button .button1 {
    transform-origin: left top;
    transform: scale(0.8);
    width: min(29.9835255354vw, 364px);
  }
}

.service-overview__image {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .service-overview__image {
    order: -1;
  }
}

.service-overview__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 657/440;
}

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

@media screen and (min-width: 960px) {
  .svc-inner-s {
    max-width: 1094px;
  }
}

.svc-inner--p0 {
  padding: 0;
}

.svc-section-heading {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .svc-section-heading {
    font-size: min(4.2833607908vw, 52px);
  }
}

.svc-section-heading--line {
  padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .svc-section-heading--line {
    padding-bottom: min(3.7067545305vw, 45px);
  }
}

.svc-section-heading--line:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #000000;
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .svc-section-heading--line:before {
    width: 120px;
    height: 6px;
  }
}

.svc-section-heading--white {
  color: #FFFFFF;
}

.svc-section-heading--white:before {
  background-color: #FFFFFF;
}

.svc-section-heading--blue {
  color: #177DE3;
}

.svc-section-heading--blue:before {
  background-color: #177DE3;
}

@media screen and (min-width: 960px) {
  .svc-section-heading--s {
    font-size: min(3.4596375618vw, 42px);
  }
}

@media screen and (min-width: 960px) {
  .svc-section-heading--xs {
    font-size: min(2.471169687vw, 30px);
  }
}

.svc-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .svc-section {
    padding: 90px 0 120px;
  }
}

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

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

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

.svc-section--bg-blue:before {
  background-color: #177DE3;
}

.svc-section--bg-blue2:before {
  background: linear-gradient(90deg, rgb(0, 145, 255) 0%, rgb(69, 148, 255) 22.88%, rgb(63, 177, 235) 73.65%, rgb(0, 196, 245) 100%);
}

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

.svc-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  position: relative;
  z-index: 0;
  width: min(100%, 336px);
  height: 74px;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 100px !important;
  background-image: linear-gradient(90deg, rgb(255, 99, 0) 0%, rgb(233, 58, 0) 100%);
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .svc-btn {
    gap: 0 min(0.823723229vw, 10px);
    width: min(27.1828665568vw, 330px);
    height: min(6.7545304778vw, 82px);
    font-size: min(1.4827018122vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-radius: min(2.471169687vw, 30px);
  }
}

.svc-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  background-color: #FFFFFF;
}

.svc-btn span {
  display: inline-block;
  width: 19px;
  height: 21px;
  background-image: url(../img/03_service/icon-dl.svg);
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .svc-btn span {
    width: min(1.5650741351vw, 19px);
    height: min(1.7298187809vw, 21px);
  }
}

.svc-btn--white {
  background: none;
  color: #FFFFFF;
  background-color: #000000;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.svc-btn--white:after {
  background-image: linear-gradient(90deg, rgb(255, 99, 0) 0%, rgb(233, 58, 0) 100%);
  opacity: 0;
}

.svc-btn--white span {
  width: 26px;
  height: 30px;
  background-image: url(../img/03_service/icon-soudan.svg);
  transition: filter 0.3s ease;
}
@media screen and (min-width: 960px) {
  .svc-btn--white span {
    width: min(2.1416803954vw, 26px);
    height: min(2.471169687vw, 30px);
  }
}

.svc-btn--navy {
  background: none;
  color: #FFFFFF;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  transition: color 0.3s ease;
}

.svc-btn--navy:after {
  background-image: linear-gradient(90deg, rgb(255, 99, 0) 0%, rgb(233, 58, 0) 100%);
  opacity: 0;
}

.svc-btn--navy span {
  width: 26px;
  height: 30px;
  background-image: url(../img/03_service/icon-soudan.svg);
  transition: filter 0.3s ease;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 960px) {
  .svc-btn--navy span {
    width: min(2.1416803954vw, 26px);
    height: min(2.471169687vw, 30px);
  }
}

@media screen and (min-width: 960px) {
  .svc-btn--dl {
    height: 75px;
  }
}

.svc-btn--dl span {
  display: inline-block;
  width: 19px;
  height: 21px;
  background-image: url(../img/03_service/icon-dl.svg);
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .svc-btn--dl span {
    width: min(1.5650741351vw, 19px);
    height: min(1.7298187809vw, 21px);
  }
}

.svc-btn--hover-navy:after {
  background-color: #177DE3;
}

@media (hover: hover) {
  .svc-btn:hover {
    color: #000000;
    opacity: 1;
  }
  .svc-btn:hover:after {
    opacity: 1;
  }
  .svc-btn:hover span {
    filter: brightness(1) invert(1);
  }
  .svc-btn--white:hover {
    color: #FFFFFF;
    background-color: transparent;
  }
  .svc-btn--white:hover:after {
    opacity: 1;
  }
  .svc-btn--white:hover span {
    filter: brightness(0) invert(1);
  }
  .svc-btn--navy:hover {
    color: #FFFFFF;
  }
  .svc-btn--navy:hover:after {
    opacity: 1;
  }
  .svc-btn--navy:hover span {
    filter: brightness(0) invert(1);
  }
  .svc-btn--hover-navy:hover {
    color: #FFFFFF;
  }
  .svc-btn--hover-navy:hover:after {
    opacity: 1;
  }
  .svc-btn--hover-navy:hover span {
    filter: brightness(0) invert(1);
  }
}
.svc-btn--border-white {
  border: 2px solid #FFFFFF !important;
}

@media (hover: hover) {
  .svc-btn--border-white:hover {
    border-color: #177DE3 !important;
  }
}
.svc-clients {
  height: 96px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #177DE3;
}
@media screen and (min-width: 960px) {
  .svc-clients {
    height: min(7.9077429984vw, 96px);
  }
}

.svc-clients__items {
  transition-timing-function: linear !important;
}

.svc-clients__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 24px;
}
@media screen and (min-width: 960px) {
  .svc-clients__item {
    height: 100%;
    margin-left: min(2.471169687vw, 30px);
  }
}

.svc-clients__item img {
  width: auto;
  height: auto;
  max-width: 142px;
  max-height: 64px;
}
@media screen and (min-width: 960px) {
  .svc-clients__item img {
    max-width: min(11.6968698517vw, 142px);
    max-height: min(5.2718286656vw, 64px);
  }
}

.svc-comparison__table {
  scrollbar-width: none;
}
@media screen and (max-width: 959px) {
  .svc-comparison__table {
    margin-top: 36px;
  }
}
@media screen and (min-width: 960px) {
  .svc-comparison__table {
    margin-top: min(3.9538714992vw, 48px);
  }
}

@media screen and (min-width: 960px) {
  .svc-consultant {
    margin-top: 80px;
  }
}

@media screen and (min-width: 960px) {
  .svc-consultant__inner {
    max-width: 950px;
  }
}

.svc-consultant__box {
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  border-radius: 20px;
  border: 1px solid #999;
}
@media screen and (max-width: 959px) {
  .svc-consultant__box {
    padding: 23px 17px 23px 17px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__box {
    padding: min(4.942339374vw, 60px);
    border-radius: 40px;
    margin-top: 35px;
  }
}

.svc-consultant__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-transform: uppercase;
  margin-bottom: 5px;
  gap: 0 5px;
}
@media screen and (max-width: 959px) {
  .svc-consultant__heading {
    margin-left: 5px;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__heading {
    font-size: min(2.3064250412vw, 28px);
    margin-bottom: 15px;
  }
}

.svc-consultant__heading:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #207AF7;
  border-radius: 50%;
  margin-right: 3px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__heading:before {
    width: min(1.647446458vw, 20px);
    height: min(1.647446458vw, 20px);
    margin-right: 4px;
  }
}

.svc-consultant__container {
  display: grid;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .svc-consultant__container {
    gap: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__container {
    grid-template-columns: min(16.4744645799vw, 200px) 1fr;
    gap: 0 min(3.7067545305vw, 45px);
  }
}

@media screen and (max-width: 959px) {
  .svc-consultant__contents {
    margin-top: 10px;
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__contents {
    margin-top: min(2.471169687vw, 30px);
  }
}

@media screen and (max-width: 959px) {
  .svc-consultant__head {
    margin-left: 6px;
  }
}

@media screen and (max-width: 959px) {
  .svc-consultant__image {
    width: 53%;
    margin: 20px auto 0;
  }
}

.svc-consultant__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.svc-consultant__name {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .svc-consultant__name {
    font-size: min(2.1416803954vw, 26px);
  }
}

.svc-consultant__meta {
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__meta {
    margin-top: 10px;
  }
}

.svc-consultant__sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .svc-consultant__sns {
    gap: 0 13px;
    margin-top: 22px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .svc-consultant__sns {
    gap: 0 10px;
    margin-top: 18px;
  }
}

.svc-consultant__sns-label {
  font-size: 10px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .svc-consultant__sns-label {
    font-size: 12px;
  }
}

.svc-consultant__list {
  display: flex;
  align-items: center;
  gap: 0 13px;
  margin: 0;
}
.svc-consultant__item-sns {
  width: 17px;
}

.svc-consultant__item-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-consultant__body {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__body {
    margin-top: min(0.4118616145vw, 5px);
  }
}

.svc-consultant__text {
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-top: 20px;
  padding: 0 4px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__text {
    font-size: 16px;
  }
}

.svc-consultant__text + .svc-consultant__text {
  margin-top: 24px;
}

.svc-consultant__prev,
.svc-consultant__next {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 50%;
  background: #207AF7;
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .svc-consultant__prev,
  .svc-consultant__next {
    width: min(5.766062603vw, 70px);
    height: min(5.766062603vw, 70px);
  }
}
.svc-consultant__prev:after,
.svc-consultant__next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-29%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(../img/00_common/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .svc-consultant__prev:after,
  .svc-consultant__next:after {
    width: min(1.647446458vw, 20px);
    height: min(1.647446458vw, 20px);
  }
}

.svc-consultant__prev {
  left: -20px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__prev {
    left: max(-2.8830313015vw, -35px);
  }
}
.svc-consultant__prev:after {
  transform: translate(-61%, -50%) scaleX(-1);
}

.svc-consultant__next {
  right: -20px;
}
@media screen and (min-width: 960px) {
  .svc-consultant__next {
    right: max(-2.8830313015vw, -35px);
  }
}

@media (hover: hover) {
  .svc-consultant__next:hover,
  .svc-consultant__prev:hover {
    opacity: 0.8;
  }
}
.svc-contact-form__field {
  display: grid;
  align-items: center;
  gap: 8px 0;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__field {
    gap: 8px 0;
  }
}

.svc-contact-form__field:not(:first-child) {
  margin-top: 23px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__field:not(:first-child) {
    margin-top: 26px;
  }
}

.svc-contact-form__field--textarea {
  align-items: start;
  margin-top: 27px !important;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__field--textarea {
    margin-top: 17px !important;
  }
}

.svc-contact-form__label {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .svc-contact-form__label {
    margin-left: 7px;
  }
}
@media screen and (min-width: 960px) {
  .svc-contact-form__label {
    font-size: min(1.4827018122vw, 18px);
    margin-left: min(0.5766062603vw, 7px);
  }
}

.svc-contact-form__label span {
  display: inline-block;
  color: #177DE3;
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__label span {
    margin-left: 10px;
  }
}

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

.svc-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;
}

.svc-contact-form__input {
  width: 100%;
  height: 72px;
  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: #FFFFFF;
  border: 1px solid #9A9B9B;
  border-radius: 6px;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__input {
    height: min(5.766062603vw, 70px);
    font-size: min(1.4827018122vw, 18px);
    border-radius: 11px;
    padding-left: 24px;
  }
}

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

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

@media screen and (min-width: 960px) {
  .svc-contact-form__field--textarea .svc-contact-form__label {
    margin-top: 10px;
  }
}

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

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

.svc-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 8px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__input-select-wrapper:before {
    right: 26px;
    border-width: 12px 8px 0 8px;
  }
}

.svc-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) {
  .svc-contact-form__input-select-wrapper select {
    padding: 0 20px 0 24px;
  }
}

.svc-contact-form__submit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .svc-contact-form__submit-wrapper {
    margin-top: 60px;
  }
}

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

.svc-contact-form__agree a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.svc-contact-form__submit-wrapper .svc-btn {
  display: flex;
  background: none;
  background-color: #177DE3;
}
@media screen and (max-width: 959px) {
  .svc-contact-form__submit-wrapper .svc-btn {
    font-size: 20px;
  }
}

.svc-contact-form__submit-wrapper .svc-btn:after {
  background-color: #177DE3;
}

@media (hover: hover) {
  .svc-contact-form__submit-wrapper .svc-btn:hover {
    color: #FFFFFF;
    cursor: pointer;
  }
}
.wpcf7-spinner {
  display: none !important;
}

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

.svc-contact-thanks {
  padding: 40px 0 50px;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks {
    padding: 74px 0 100px;
  }
}

.svc-contact-thanks__text1 {
  font-size: 15px;
  font-weight: 700;
  color: #0E043A;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks__text1 {
    font-size: 38px;
  }
}

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

.svc-contact-thanks__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 33px;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks__button {
    margin-top: 60px;
  }
}

.svc-contact-thanks__button .svc-btn {
  width: 199px;
  height: 47px;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks__button .svc-btn {
    width: 261px;
    height: 62px;
    font-size: 20px;
  }
}

.svc-contact-thanks__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .svc-contact-thanks__link {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
}

.svc-contact {
  padding: 52px 0 120px;
}
@media screen and (min-width: 960px) {
  .svc-contact {
    padding: 86px 0 120px;
    margin-top: -92px;
  }
}

.svc-contact .svc-section-heading {
  color: #26BAFF;
}

@media screen and (min-width: 960px) {
  .svc-contact__inner {
    max-width: 776px;
  }
}

.svc-contact__form {
  margin-top: 36px;
}
@media screen and (min-width: 960px) {
  .svc-contact__form {
    margin-top: 52px;
  }
}

.svc-cta {
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  position: relative;
  padding: 40px 0 47px;
}
@media screen and (min-width: 960px) {
  .svc-cta {
    padding: min(6.589785832vw, 80px) 0 min(6.589785832vw, 80px);
  }
}

.svc-cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% + 200px);
  z-index: -2;
  background-image: url(../img/03_service/svc-bg-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .svc-cta:before {
    background-image: url(../img/03_service/svc-bg-pc.png);
  }
}

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

.svc-cta__container {
  position: relative;
  background: linear-gradient(to right, #71d4eb 0%, #3a97ff 33%, #4facdb 74%, #71d4eb 100%);
  padding: 10px;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .svc-cta__container {
    border-radius: 320px;
    padding: 12px;
  }
}

.svc-cta__container-inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .svc-cta__container-inner {
    border-radius: inherit;
    padding: min(4.942339374vw, 60px) 0 min(4.942339374vw, 60px);
  }
}

.svc-cta__tagline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px 0;
}
@media screen and (min-width: 960px) {
  .svc-cta__tagline {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }
}

.svc-cta__tagline span {
  display: inline-block;
  background: linear-gradient(90deg, rgb(0, 145, 255) 0%, rgb(69, 148, 255) 22.88%, rgb(63, 177, 235) 73.65%, rgb(0, 196, 245) 100%);
  color: #FFFFFF;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-radius: 4px;
}
@media screen and (min-width: 960px) {
  .svc-cta__tagline span {
    font-size: min(1.4827018122vw, 18px);
    padding: min(0.4118616145vw, 5px) min(0.9884678748vw, 12px);
    border-radius: 4px;
  }
}

.svc-cta__heading {
  font-size: 18px;
  font-weight: 700;
  color: #177DE3;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 16px;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .svc-cta__heading {
    font-size: min(3.294892916vw, 40px);
    line-height: 1.5;
    letter-spacing: 0em;
    margin-top: min(0.7413509061vw, 9px);
  }
}

.svc-cta__highlight {
  position: relative;
  z-index: 0;
  position: relative;
  z-index: 0;
}
.svc-cta__highlight:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #177DE3;
  position: absolute;
  bottom: -2px;
  z-index: -1;
  left: 0;
}

.svc-cta__description {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 14px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .svc-cta__description {
    font-size: min(1.4827018122vw, 18px);
    margin-top: min(0.6589785832vw, 8px);
  }
}

.svc-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .svc-cta__buttons {
    flex-direction: row;
    justify-content: center;
    gap: min(0.6589785832vw, 8px);
    margin-top: min(3.0477759473vw, 37px);
  }
}

@media screen and (max-width: 959px) {
  .svc-cta__buttons .button-cta {
    font-size: 12px;
    width: 212px;
    min-width: 212px;
    height: 52px;
    padding: 0 30px 0 60px;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .svc-cta__buttons .button-cta {
    width: min(24.7116968699vw, 300px);
  }
}

@media screen and (max-width: 959px) {
  .svc-cta__buttons .button-cta:after {
    left: 12px;
  }
}

.svc-faq {
  font-feature-settings: "palt";
  padding: 55px 0 55px;
}
@media screen and (min-width: 960px) {
  .svc-faq {
    padding: 88px 0 200px;
  }
}

.svc-faq:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.svc-faq__inner {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .svc-faq__inner {
    max-width: 900px;
  }
}

.svc-faq__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  color: #13072a;
  margin-bottom: 60px;
  text-align: center;
}

.svc-faq__items {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .svc-faq__items {
    margin-top: 74px;
  }
}

.svc-faq__item {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}

.svc-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  padding: 22px 20px 20px 17px;
}
@media screen and (min-width: 960px) {
  .svc-faq__question {
    padding: 32px 38px 32px 50px;
  }
}

.svc-faq__question p {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .svc-faq__question p {
    align-items: center;
    width: 90%;
    font-size: 16px;
    padding-left: 41px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .svc-faq__question p {
    font-size: min(1.647446458vw, 20px);
    padding-left: 30px;
    padding-right: 20px;
  }
}

.svc-faq__label {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 24px;
  background-image: url(../img/03_service/q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .svc-faq__label {
    top: 1px;
    left: -10px;
    width: 21px;
    height: 30px;
  }
}

.svc-faq__answer .svc-faq__label {
  top: 5px;
  background-image: url(../img/03_service/a.svg);
}
@media screen and (min-width: 960px) {
  .svc-faq__answer .svc-faq__label {
    top: 5px;
  }
}

.svc-faq__btn {
  position: relative;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .svc-faq__btn {
    width: 30px;
    height: 30px;
    transform: translateY(0px);
  }
}

.svc-faq__btn::before,
.svc-faq__btn::after {
  content: "";
  position: absolute;
  background-color: #26BAFF;
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.svc-faq__btn::before {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .svc-faq__btn::before {
    height: 3px;
  }
}

.svc-faq__btn::after {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .svc-faq__btn::after {
    width: 3px;
  }
}

.svc-faq__btn.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.svc-faq__answer {
  display: none;
}
@media screen and (max-width: 959px) {
  .svc-faq__answer {
    padding: 0px 17px 28px 17px;
  }
}
@media screen and (min-width: 960px) {
  .svc-faq__answer {
    padding: 0px 75px 34px 52px;
  }
}

.svc-faq__answer p {
  position: relative;
  padding-top: 0px;
  padding-left: 39px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .svc-faq__answer p {
    padding-top: 5px;
    padding-left: 35px;
  }
}

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

.svc-faq__link .button-cta {
  min-width: 280px;
}
@media screen and (min-width: 960px) {
  .svc-faq__link .button-cta {
    min-width: min(24.7116968699vw, 300px);
  }
}

.svc-faq__link img {
  width: 16px;
}

.svc-faq__link .svc-btn {
  box-shadow: 14px 14px 10px rgba(178, 178, 178, 0.75);
}
@media screen and (max-width: 959px) {
  .svc-faq__link .svc-btn {
    transform: scale(0.7);
    transform-origin: top;
    width: 300px;
  }
}

@media screen and (max-width: 959px) {
  .svc-faq .svc-section-heading__ja {
    font-size: 24px;
  }
}

.svc-feature {
  font-feature-settings: "palt";
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .svc-feature {
    padding-bottom: 160px;
  }
}

.svc-feature__items {
  display: grid;
  gap: 20px 0;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .svc-feature__items {
    gap: min(7.413509061vw, 90px) 0;
    margin-top: min(4.2833607908vw, 52px);
  }
}

.svc-feature__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "contents";
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .svc-feature__item {
    grid-template-columns: 1fr min(41.1861614498vw, 500px);
    grid-template-areas: "contents image";
    padding: 0 0 0 min(4.942339374vw, 60px);
  }
}

@media screen and (min-width: 960px) {
  .svc-feature__item--reverse {
    grid-template-columns: min(41.1861614498vw, 500px) 1fr;
    grid-template-areas: "image contents";
    padding: 0 min(4.942339374vw, 60px) 0 0;
  }
}

.svc-feature__image {
  grid-area: image;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .svc-feature__image {
    border-radius: 20px;
    transform: translate(10px, 0px);
  }
}
@media screen and (min-width: 960px) {
  .svc-feature__image {
    border-radius: 80px;
  }
}

.svc-feature__image img {
  height: 100%;
  aspect-ratio: 520/340;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .svc-feature__image img {
    transform: scale(1.1);
  }
}
.svc-feature__item-contents {
  grid-area: contents;
  background-color: rgba(13, 107, 237, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 38px 12px 48px 22px;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .svc-feature__item-contents {
    order: -1;
    position: relative;
    z-index: 1;
    transform: translate(0px, -30px);
  }
}
@media screen and (min-width: 960px) {
  .svc-feature__item-contents {
    min-width: min(44.0691927512vw, 535px);
    min-height: min(24.7116968699vw, 300px);
    padding: 0 min(2.3064250412vw, 28px) 0 min(2.6359143328vw, 32px);
    border-radius: 80px;
    margin-left: 0;
    margin-right: max(-3.294892916vw, -40px);
    transform: translateY(40px);
    padding: min(3.7891268534vw, 46px) min(3.294892916vw, 40px) min(3.7891268534vw, 46px) min(5.3542009885vw, 65px);
  }
}

@media screen and (min-width: 960px) {
  .svc-feature__item--reverse .svc-feature__item-contents {
    margin-left: max(-4.942339374vw, -60px);
    margin-right: 0;
    transform: translateY(40px);
  }
}

@media screen and (min-width: 960px) {
  .svc-feature__item-contents--wide {
    width: 123%;
  }
}

.svc-feature__item-heading {
  display: flex;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  gap: 0 15px;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .svc-feature__item-heading {
    gap: 0 min(1.8121911038vw, 22px);
    font-size: min(2.9654036244vw, 36px);
  }
}

.svc-feature__item-heading span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-top: 5px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .svc-feature__item-heading span {
    font-size: min(2.1416803954vw, 26px);
  }
}

.svc-feature__text {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .svc-feature__text {
    font-size: min(1.2355848435vw, 15px);
    margin-top: min(2.6359143328vw, 32px);
  }
}

@media screen and (min-width: 960px) {
  .svc-flow {
    padding: 83px 0 103px;
    margin-top: -120px;
  }
}

.svc-flow__items {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .svc-flow__items {
    gap: 48px;
    margin-top: 50px;
  }
}

.svc-flow__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .svc-flow__item {
    grid-template-columns: min(12.0263591433vw, 146px) 1fr;
    border-radius: 40px;
  }
}

.svc-flow__step-label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 5px;
}
@media screen and (min-width: 960px) {
  .svc-flow__step-label {
    padding-left: min(0.9884678748vw, 12px);
  }
}

.svc-flow__step-label-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .svc-flow__step-label-inner {
    margin-top: -12px;
  }
}

.svc-flow__step-label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 68%;
  background-color: #C8C8C8;
}
@media screen and (min-width: 960px) {
  .svc-flow__step-label:before {
    width: 2px;
    height: 35%;
  }
}

.svc-flow__step-text {
  font-size: 10px;
  font-weight: 700;
  color: #26BAFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-flow__step-text {
    font-size: 14px;
  }
}

.svc-flow__step-number {
  font-size: 26px;
  font-weight: 700;
  color: #26BAFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 6px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 960px) {
  .svc-flow__step-number {
    font-size: min(2.9654036244vw, 36px);
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.svc-flow__item-content {
  padding: 20px 10px 20px 16px;
}
@media screen and (min-width: 960px) {
  .svc-flow__item-content {
    padding: min(3.0477759473vw, 37px);
    padding-left: min(4.5304777595vw, 55px);
  }
}

.svc-flow__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 6px;
}
@media screen and (min-width: 960px) {
  .svc-flow__item-title {
    font-size: min(1.647446458vw, 20px);
  }
}

.svc-flow__item-description {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-flow__item-description {
    font-size: min(1.3179571664vw, 16px);
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 8px;
  }
}

.svc-flow__item-arrow {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 18px;
  background-image: url(../img/03_service/flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 960px) {
  .svc-flow__item-arrow {
    bottom: -35px;
    width: 42px;
    height: 24px;
  }
}

.svc-flow__item:last-child .svc-flow__item-arrow {
  display: none;
}

.svc-fv {
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 959px) {
  .svc-fv {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv {
    height: calc(100svh - 60px);
    min-height: 690px;
  }
}

.svc-fv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-image: url(../img/03_service/svc-bg-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
@media screen and (min-width: 960px) {
  .svc-fv:before {
    background-image: url(../img/03_service/svc-bg-pc.png);
  }
}

.svc-fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.svc-fv__container {
  display: grid;
}
@media screen and (max-width: 959px) {
  .svc-fv__container {
    align-items: flex-start;
    margin-top: 123px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__container {
    grid-template-columns: 1fr min(43vw, 560px);
    align-items: center;
  }
}

@media screen and (max-width: 959px) {
  .svc-fv__content {
    display: contents;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__content {
    display: block;
    width: 100%;
    margin-right: max(-1.8121911038vw, -22px);
  }
}

.svc-fv__tagline {
  display: grid;
  justify-items: flex-start;
}
@media screen and (max-width: 959px) {
  .svc-fv__tagline {
    order: 1;
  }
}

.svc-fv__tagline--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .svc-fv__tagline--pc {
    display: grid;
    gap: 10px 0;
  }
}

.svc-fv__tagline--sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .svc-fv__tagline--sp {
    display: grid;
    gap: 10px 0;
  }
}

.svc-fv__tagline span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: 8px;
  padding: 5px 10px 6px;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .svc-fv__tagline span {
    border-radius: 8px;
    font-size: min(1.647446458vw, 20px);
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 10px 10px 10px 15px;
  }
}

.svc-fv__heading {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .svc-fv__heading {
    order: 2;
    margin-top: 14px;
    margin-left: 8px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__heading {
    font-size: min(4.6128500824vw, 56px);
    margin-top: min(2.471169687vw, 30px);
    margin-left: min(0.823723229vw, 10px);
  }
}

.svc-fv__heading-sub {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .svc-fv__heading-sub {
    font-size: min(1.9769357496vw, 24px);
  }
}

.svc-fv__description {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 40px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .svc-fv__description {
    order: 4;
    margin-top: 4px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__description {
    font-size: min(1.647446458vw, 20px);
    line-height: 1.4;
    letter-spacing: 0.06em;
    padding-left: min(6.589785832vw, 80px);
    margin-top: min(2.8830313015vw, 35px);
    white-space: nowrap;
  }
}

.svc-fv__description:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 26px;
  height: 6px;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .svc-fv__description:before {
    top: 10px;
    left: 0;
    width: min(5.3542009885vw, 65px);
    height: min(0.4942339374vw, 6px);
  }
}

.svc-fv__buttons {
  display: flex;
}
@media screen and (max-width: 959px) {
  .svc-fv__buttons {
    order: 5;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__buttons {
    gap: 0 min(0.823723229vw, 10px);
    margin-top: min(6.589785832vw, 80px);
  }
}

.svc-fv__buttons .button-cta {
  min-width: 280px;
}
@media screen and (min-width: 960px) {
  .svc-fv__buttons .button-cta {
    min-width: min(24.7116968699vw, 300px);
  }
}

.svc-fv__image {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .svc-fv__image {
    order: 3;
    position: relative;
    z-index: -2;
    width: 68%;
    margin: 10px auto;
  }
}
.svc-fv__image-inner {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .svc-fv__image-inner {
    width: 100%;
    height: min(44.4810543657vw, 740px);
    border-radius: 40px;
  }
}

.svc-fv__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .svc-fv__image img {
    aspect-ratio: 560/400;
  }
}

.svc-fv__clients {
  height: 96px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .svc-fv__clients {
    height: min(7.9077429984vw, 96px);
  }
}

.svc-fv__client-items {
  transition-timing-function: linear !important;
}

.svc-fv__client-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 24px;
}
@media screen and (min-width: 960px) {
  .svc-fv__client-item {
    height: 100%;
    margin-left: min(2.471169687vw, 30px);
  }
}

.svc-fv__client-item img {
  width: auto;
  height: auto;
  max-width: 142px;
  max-height: 64px;
}
@media screen and (min-width: 960px) {
  .svc-fv__client-item img {
    max-width: min(11.6968698517vw, 142px);
    max-height: min(5.2718286656vw, 64px);
  }
}

.svc-fv__scroll.scroll-down {
  flex-direction: row-reverse;
  align-items: flex-start;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .svc-fv__scroll.scroll-down {
    gap: 2px;
    bottom: -50px;
    right: 5px;
  }
}
@media screen and (min-width: 960px) {
  .svc-fv__scroll.scroll-down {
    bottom: 0;
    right: min(3.6243822076vw, 44px);
  }
}
@media screen and (max-width: 959px) {
  .svc-fv__scroll.scroll-down .scroll-down__track {
    height: 176px;
  }
}

.svc-issues {
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .svc-issues__inner {
    padding: 0 20px;
  }
}

.svc-issues__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .svc-issues__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(1.4827018122vw, 18px);
    padding: 0;
    margin-top: min(3.7891268534vw, 46px);
  }
}

.svc-issues__item {
  display: flex;
  flex-direction: column;
  min-height: 154px;
  border: 3px solid #26BAFF;
  border-radius: 100px;
  background-color: #FFFFFF;
  position: relative;
  padding: 10px 12px 18px;
}
@media screen and (min-width: 960px) {
  .svc-issues__item {
    width: min(29.6540362438vw, 360px);
    min-height: min(16.4744645799vw, 200px);
    padding: 22px min(1.9769357496vw, 24px) 22px;
    border-radius: min(8.23723229vw, 100px);
  }
}

.svc-issues__heading {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin-top: 8px;
  padding-bottom: 18px;
}
@media screen and (min-width: 960px) {
  .svc-issues__heading {
    font-size: min(1.4827018122vw, 18px);
    margin-top: min(0.6589785832vw, 8px);
    padding-bottom: min(1.8121911038vw, 22px);
  }
}

.svc-issues__heading:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #26BAFF;
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .svc-issues__heading:before {
    width: 40px;
    height: 6px;
  }
}

.svc-issues__text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 12px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .svc-issues__text {
    padding: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .svc-issues__text {
    font-size: min(1.1532125206vw, 14px);
    margin-top: min(1.647446458vw, 20px);
    padding: 0 min(2.9654036244vw, 36px);
  }
}

.svc-price {
  font-feature-settings: "palt";
  text-align: center;
  padding: 56px 0 56px;
}
@media screen and (min-width: 960px) {
  .svc-price {
    padding: 65px 0 200px;
    margin-top: -120px;
  }
}

.svc-price:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.svc-price__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 34px;
}
@media screen and (min-width: 960px) {
  .svc-price__items {
    gap: min(1.2355848435vw, 15px);
    margin-top: 50px;
  }
}

.svc-price__item {
  border-radius: 20px;
  padding: 28px 10px 34px;
  background-color: #177DE3;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .svc-price__item {
    border-radius: 40px;
    padding: min(2.9654036244vw, 36px) min(1.2355848435vw, 15px) min(2.9654036244vw, 36px);
    width: calc(50% - 7.5px);
  }
}

@media screen and (min-width: 960px) {
  .svc-price__item:only-child {
    width: 100%;
    max-width: 760px;
  }
}

.svc-price__heading {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 960px) {
  .svc-price__heading {
    font-size: min(1.647446458vw, 20px);
    line-height: 1.4;
    letter-spacing: 0.05em;
    line-height: 1.3;
    letter-spacing: 0;
    text-underline-offset: 12px;
    text-decoration-thickness: 2px;
  }
}

.svc-price__price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .svc-price__price {
    margin-top: 24px;
  }
}

.svc-price__number {
  display: inline-block;
  position: relative;
  font-size: 54px;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-price__number {
    font-size: min(5.766062603vw, 70px);
  }
}

.svc-price__unit {
  display: inline-block;
  left: calc(100% + 8px);
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .svc-price__unit {
    margin-left: 8px;
  }
}
@media screen and (min-width: 960px) {
  .svc-price__unit {
    bottom: 5px;
    position: absolute;
    font-size: min(1.647446458vw, 20px);
  }
}

.svc-price__note {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 23px;
}
@media screen and (min-width: 960px) {
  .svc-price__note {
    font-size: min(1.2355848435vw, 15px);
    margin-top: min(1.8945634267vw, 23px);
  }
}

.svc-price__button {
  text-align: center;
  margin-top: 23px;
}
@media screen and (min-width: 960px) {
  .svc-price__button {
    margin-top: min(2.1416803954vw, 26px);
  }
}

.svc-price__button .button1 {
  justify-content: center;
  color: #26BAFF;
}
@media screen and (max-width: 959px) {
  .svc-price__button .button1 {
    width: 300px;
    height: 80px;
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .svc-price__button .button1 {
    width: min(24.7116968699vw, 300px);
    font-size: min(1.4827018122vw, 18px);
    padding-left: min(4.942339374vw, 60px);
  }
}

@media screen and (max-width: 959px) {
  .svc-price__button .button1 .button1__arrow {
    width: 30px;
    height: 30px;
    right: 22px;
  }
}

.svc-result {
  padding: 48px 0;
}
@media screen and (min-width: 960px) {
  .svc-result {
    padding: min(6.589785832vw, 80px) 0 min(8.8138385502vw, 107px);
  }
}

@media screen and (min-width: 960px) {
  .svc-result__inner {
    max-width: 1264px;
  }
}

.svc-result__items {
  display: grid;
  gap: 17px;
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .svc-result__items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(2.471169687vw, 30px);
    margin-top: min(6.0955518946vw, 74px);
  }
}

.svc-result__item {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #177DE3;
  padding: min(5.8666666667vw, 22px) 0 min(8vw, 30px) 0;
}
@media screen and (min-width: 960px) {
  .svc-result__item {
    padding: min(2.0593080725vw, 25px) 0 min(2.3064250412vw, 28px) 0;
  }
}

.svc-result__image {
  border: 2px solid #177DE3;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
}
.svc-result__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}
@media screen and (min-width: 960px) {
  .svc-result__image img {
    border: 4px solid #FFFFFF;
  }
}

.svc-result__info {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 98px 1fr;
  gap: 0 12px;
}
@media screen and (min-width: 960px) {
  .svc-result__info {
    grid-template-columns: min(9.1433278418vw, 111px) 1fr;
    gap: 0 min(1.1532125206vw, 14px);
  }
}

@media screen and (max-width: 959px) {
  .svc-result__item:nth-child(1) .svc-result__info {
    margin-left: -50px;
  }
}

@media screen and (max-width: 959px) {
  .svc-result__item:nth-child(2) .svc-result__info {
    margin-left: -8px;
  }
}

.svc-result__contents {
  margin-bottom: 16px;
}

.svc-result__category {
  display: inline-block;
  background-color: #177DE3;
  color: #FFFFFF;
  font-size: min(3.7333333333vw, 14px);
  font-weight: 700;
  padding: min(1.6vw, 6px) min(3.2vw, 12px);
  margin-bottom: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 960px) {
  .svc-result__category {
    font-size: min(1.647446458vw, 20px);
    padding: min(0.1647446458vw, 2px) min(0.823723229vw, 10px);
    margin-bottom: min(0.823723229vw, 10px);
  }
}

.svc-result__title {
  font-size: min(4.8vw, 18px);
  font-weight: 700;
  color: #177DE3;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .svc-result__title {
    font-size: min(2.9654036244vw, 36px);
  }
}

.svc-result__number {
  display: inline-block;
  font-size: min(11.2vw, 42px);
  font-weight: 900;
  color: #000000;
  text-align: left;
  position: relative;
  margin-top: min(6.4vw, 24px);
}
@media screen and (min-width: 960px) {
  .svc-result__number {
    font-size: min(4.942339374vw, 60px);
    margin-top: min(1.0708401977vw, 13px);
  }
}
@media screen and (max-height: 700px) {
  .svc-result__number {
    font-size: 38px;
  }
}

.svc-result__number-text {
  font-size: min(6.4vw, 24px);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .svc-result__number-text {
    font-size: min(2.8006589786vw, 34px);
  }
}
@media screen and (max-height: 700px) {
  .svc-result__number-text {
    font-size: 24px;
  }
}

.svc-result__number > span {
  position: relative;
  z-index: 0;
}
.svc-result__number > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #177DE3;
  position: absolute;
  bottom: 2px;
  z-index: -1;
  left: 0;
}
@media screen and (min-width: 960px) {
  .svc-result__number > span {
    position: relative;
    z-index: 0;
  }
  .svc-result__number > span:after {
    content: "";
    display: block;
    width: 100%;
    height: min(1.3179571664vw, 16px);
    background-color: #177DE3;
    position: absolute;
    bottom: min(0.1647446458vw, 2px);
    z-index: -1;
    left: 0;
  }
}

.svc-result__text {
  font-size: min(4.2666666667vw, 16px);
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 0 min(3.7333333333vw, 14px);
  margin-top: min(9.3333333333vw, 35px);
}
@media screen and (min-width: 960px) {
  .svc-result__text {
    font-size: min(1.3179571664vw, 16px);
    padding: 0 min(2.6359143328vw, 32px) 0 min(3.294892916vw, 40px);
    margin-top: min(2.8830313015vw, 35px);
  }
}

.svc-table {
  margin: 0 auto;
  background-color: #E8EFF7;
}
@media screen and (max-width: 959px) {
  .svc-table {
    border-radius: 20px;
    padding: 30px 18px;
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .svc-table {
    max-width: 1138px;
    border-radius: 40px;
    padding: min(4.942339374vw, 60px);
    overflow: hidden;
  }
}

@media screen and (max-width: 959px) {
  .svc-table__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}

.svc-table__inner {
  display: grid;
  grid-template-columns: 126px 1fr 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 959px) {
  .svc-table__inner {
    width: 900px;
  }
}
@media screen and (min-width: 960px) {
  .svc-table__inner {
    grid-template-columns: min(12.6853377265vw, 154px) 1fr 1fr 1fr;
  }
}

.svc-table__group:not(:first-child) {
  border-left: 1px solid #000000;
}

.svc-table__group-inner {
  position: relative;
}

.svc-table__group .svc-table__item:not(:last-child) {
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 959px) {
  .svc-table__group .svc-table__item:not(:last-child) {
    border-width: 1px;
  }
}

.svc-table__head {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  height: 64px;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 960px) {
  .svc-table__head {
    height: 76px;
  }
}

.svc-table__head p {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .svc-table__head p {
    font-size: min(1.9769357496vw, 24px);
  }
}

@media screen and (max-width: 959px) {
  .svc-table__group:last-child {
    margin-right: 5vw;
  }
}
.svc-table__group--orange .svc-table__body {
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
}

.svc-table__item {
  min-height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .svc-table__item {
    min-height: 76px;
  }
}

.svc-table__text {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.svc-table__ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.svc-table__ic--circle-single {
  width: 22px;
  height: 22px;
  background-image: url(../img/03_service/icon-circle-single.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--circle-single {
    width: 26px;
    height: 26px;
  }
}

.svc-table__ic--circle-single-white {
  width: 22px;
  height: 22px;
  background-image: url(../img/03_service/icon-circle-single-white.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--circle-single-white {
    width: 26px;
    height: 26px;
  }
}

.svc-table__ic--circle-double {
  width: 24px;
  height: 24px;
  background-image: url(../img/03_service/icon-circle-double.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--circle-double {
    width: 27px;
    height: 28px;
  }
}

.svc-table__ic--circle-double-white {
  width: 24px;
  height: 24px;
  background-image: url(../img/03_service/icon-circle-double-white.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--circle-double-white {
    width: 27px;
    height: 28px;
  }
}

.svc-table__ic--triangle {
  width: 22px;
  height: 18px;
  background-image: url(../img/03_service/icon-triangle.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--triangle {
    width: 28px;
    height: 22px;
  }
}

.svc-table__ic--x {
  width: 16px;
  height: 16px;
  background-image: url(../img/03_service/icon-x.svg);
}
@media screen and (min-width: 960px) {
  .svc-table__ic--x {
    width: 24px;
    height: 24px;
  }
}

.svc-table__group:first-child .svc-table__item {
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .svc-table__group:first-child .svc-table__item {
    letter-spacing: 0;
    padding-left: 13px;
  }
}
@media screen and (min-width: 960px) {
  .svc-table__group:first-child .svc-table__item {
    font-size: min(1.3179571664vw, 16px);
    padding-left: min(1.3179571664vw, 16px);
  }
}

.svc-table__group:not(:first-child) .svc-table__item {
  padding: 10px;
  padding-left: 49px;
}
@media screen and (min-width: 960px) {
  .svc-table__group:not(:first-child) .svc-table__item {
    padding: min(0.823723229vw, 10px);
    padding-left: min(4.942339374vw, 60px);
  }
}

.svc-table__group--primary .svc-table__group-inner {
  background: linear-gradient(90deg, rgb(0, 145, 255) 0%, rgb(69, 148, 255) 22.88%, rgb(63, 177, 235) 73.65%, rgb(0, 196, 245) 100%);
}

.svc-table__group--primary .svc-table__head img {
  width: 100px;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 960px) {
  .svc-table__group--primary .svc-table__head img {
    width: 118px;
  }
}

.svc-table__group--primary .svc-table__text {
  color: #FFFFFF;
}

.svc-types {
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .svc-types {
    padding: 65px 0 200px;
  }
}

.svc-types:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.svc-types__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0 0px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .svc-types__items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.4827018122vw, 18px);
    padding: 0;
    margin-top: min(4.942339374vw, 60px);
  }
}

.svc-types__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 20px 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #177DE3;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .svc-types__item {
    min-height: min(9.8846787479vw, 120px);
    padding: min(2.471169687vw, 30px) min(1.647446458vw, 20px);
    font-size: min(1.4827018122vw, 18px);
    border-radius: 40px;
    aspect-ratio: 310/160;
  }
}

.svc-types__item-name {
  display: block;
}

.svc-types__item-sub {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  color: #000;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .svc-types__item-sub {
    font-size: min(0.9884678748vw, 12px);
  }
}

.archive-news {
  padding-top: 42px;
  padding-bottom: 85px;
}
@media screen and (min-width: 960px) {
  .archive-news {
    padding-top: 60px;
    padding-bottom: 68px;
  }
}

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

.archive-news__items {
  display: grid;
  border-top: 1px solid #1a1a1a;
}
@media screen and (max-width: 959px) {
  .archive-news__items {
    padding: 0 5px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 960px) {
  .archive-news__items {
    margin-top: 10px;
  }
}

.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: 30px 0px;
  }
}

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

@media (hover: hover) {
  .archive-news .news-item:hover .news-item__title {
    color: #207AF7;
  }
}
.archive-news__pagination {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .archive-news__pagination {
    margin-top: 62px;
  }
}

.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;
}
@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;
  align-items: center;
  gap: 8px 0;
}
@media screen and (min-width: 960px) {
  .contact-form__field {
    gap: 8px 0;
  }
}

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

.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 (min-width: 960px) {
  .contact-form__label {
    font-size: min(1.4827018122vw, 18px);
  }
}

.contact-form__label 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__label span {
    margin-left: 5px;
  }
}

.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: 60px;
  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: #ebeced;
  border: none;
  border-radius: 14px;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .contact-form__input {
    height: min(5.766062603vw, 70px);
    font-size: min(1.3179571664vw, 16px);
    border-radius: 14px;
    padding-left: 15px;
  }
}

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

.contact-form__input::placeholder {
  color: #909699;
  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: 200px;
    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: 7px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .contact-form__input-select-wrapper::before {
    right: 24px;
    border-width: 7px 5px 0 5px;
  }
}

.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 20px 0 24px;
  }
}

.contact-form__input-select-wrapper .contact-form__input {
  background-color: #FFFFFF !important;
  border: 1px solid #909699 !important;
}

.contact-form__submit-wrapper {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .contact-form__submit-wrapper {
    margin-top: 10px;
  }
}

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

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

.contact-form__submit {
  position: relative;
  z-index: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .contact-form__submit {
    min-height: 80px;
    width: min(100%, 324px);
    font-size: 16px;
    padding: 0 52px;
  }
}
@media screen and (min-width: 960px) {
  .contact-form__submit {
    min-width: min(26.6886326194vw, 324px);
    font-size: min(1.3179571664vw, 16px);
    padding: 0 min(4.942339374vw, 60px);
  }
}

.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__submit:before {
  right: 23px;
}

.contact-form__submit:after {
  z-index: -1;
}

/* input 自体は透明にして上に乗せておく */
.contact-form__submit input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: transparent;
  background: transparent;
  border: none;
  cursor: pointer;
}

.contact-form__submit span {
  text-transform: none;
}

@media screen and (max-width: 959px) {
  .contact-form__submit .button1__arrow {
    width: 30px;
    height: 30px;
    right: 22px;
  }
}

.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: 2px;
  left: 6px;
  width: 6px;
  height: 13px;
  transform: rotate(45deg);
  border-bottom: 3px solid #207AF7;
  border-right: 3px solid #207AF7;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .contact-form__check-input input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    top: 2px;
    left: 6px;
    width: 6px;
    height: 13px;
    border-bottom: 3px solid #207AF7;
    border-right: 3px solid #207AF7;
  }
}

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: 28px;
}
@media screen and (min-width: 960px) {
  #contact .contact-form__field + .contact-form__field {
    margin-top: 18px;
  }
}

.contact-thanks {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (min-width: 960px) {
  .contact-thanks {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.contact-thanks__text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .contact-thanks__text {
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 18px;
  }
}

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

@media screen and (min-width: 960px) {
  .contact-thanks__button .button1 {
    min-width: min(26.3591433278vw, 320px);
  }
}

@media screen and (max-width: 959px) {
  #contact-thanks .sub-fv {
    padding-top: 126px;
  }
}

@media screen and (max-width: 959px) {
  .contact {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .contact {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 960px) {
  .contact__inner {
    max-width: 1016px;
  }
}

.contact__container {
  padding: 37px 0px 60px;
}
@media screen and (min-width: 960px) {
  .contact__container {
    padding: 84px 90px;
  }
}

.contact-footer {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #E9F2F7;
  padding: 40px 0 20px;
}
@media screen and (min-width: 960px) {
  .contact-footer {
    font-size: min(0.9884678748vw, 12px);
    padding: 70px 0 40px;
  }
}

#contact .sub-fv {
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  #contact .sub-fv {
    padding-top: min(5.766062603vw, 70px);
  }
}

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

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

.terms__title:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .terms__title:not(:first-of-type) {
    margin-top: 32px;
  }
}

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

@media screen and (max-width: 959px) {
  .privacy {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .privacy {
    padding-top: min(6.589785832vw, 80px);
  }
}

.privacy__inner {
  max-width: 900px;
}
@media screen and (min-width: 960px) {
  .privacy__inner {
    max-width: min(85.6672158155vw, 1040px);
  }
}

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

.privacy__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .privacy__title {
    font-size: min(2.471169687vw, 30px);
    margin-top: min(2.9654036244vw, 36px);
  }
}

.privacy__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .privacy__text {
    font-size: min(1.3179571664vw, 16px);
    margin-top: min(1.647446458vw, 20px);
  }
}

.privacy__list {
  margin-top: 8px;
  padding-left: 1em;
}
.privacy__list li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  list-style: disc;
}
@media screen and (min-width: 960px) {
  .privacy__list li {
    font-size: min(1.3179571664vw, 16px);
  }
}

.privacy__contact-info {
  margin-top: 16px;
}
.privacy__contact-info p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .privacy__contact-info p {
    font-size: min(1.3179571664vw, 16px);
  }
}
.privacy__contact-info a {
  color: #207AF7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.archive-blog-wrapper {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .archive-blog-wrapper {
    padding-top: 100px;
  }
}

.archive-blog {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .archive-blog {
    padding-top: 70px;
    padding-bottom: 124px;
  }
}

.archive-blog--tax {
  padding-top: 100px;
}
@media screen and (min-width: 960px) {
  .archive-blog--tax {
    padding-top: 130px;
  }
}

.archive-blog__inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .archive-blog__inner {
    max-width: 1257px;
    padding-left: min(5.6013179572vw, 68px);
    padding-right: min(5.6013179572vw, 68px);
  }
}

.archive-blog__title {
  display: flex;
  align-items: center;
  gap: 0 15px;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .archive-blog__title {
    justify-content: flex-start;
    gap: 0 min(1.2355848435vw, 15px);
    font-size: 34px;
    text-align: left;
    margin-left: 10px;
  }
}

.archive-blog__title span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
}
@media screen and (min-width: 960px) {
  .archive-blog__title span {
    width: min(2.0593080725vw, 25px);
    height: min(2.0593080725vw, 25px);
  }
}

@media screen and (min-width: 960px) {
  .archive-blog__container {
    display: grid;
    grid-template-columns: min(60.7907742998vw, 738px) min(25.6177924217vw, 311px);
    grid-template-rows: auto 1fr;
    justify-content: space-between;
    align-items: start;
  }
}

.archive-blog__article-cards {
  display: grid;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .archive-blog__article-cards {
    grid-template-columns: repeat(2, 2fr);
    gap: 40px 2.6666666667vw;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .archive-blog__article-cards {
    grid-template-columns: repeat(2, min(30.4777594728vw, 370px));
    gap: min(3.294892916vw, 40px) min(2.471169687vw, 30px);
    margin-top: 44px;
    margin-left: max(-1.4827018122vw, -18px);
  }
}

@media screen and (max-width: 959px) {
  .archive-blog__article-card .post-card__image img {
    border-radius: 8px;
  }
  .archive-blog__article-card .post-card__content {
    padding-top: 16px;
  }
  .archive-blog__article-card .post-card__flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .archive-blog__article-card .post-card__title {
    font-size: 13px !important;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 959px) {
  .archive-blog__sidebar {
    margin-top: 53px;
  }
}
.archive-blog__pagination {
  text-align: center;
  margin-top: 37px;
}
@media screen and (min-width: 960px) {
  .archive-blog__pagination {
    margin-top: 50px;
  }
}

.archive-blog__no-articles {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .archive-blog__no-articles {
    text-align: left;
    font-size: 18px;
    margin-left: 30px;
  }
}

body:where(.tax-blog-category, .tag) .archive-blog {
  padding-top: 90px;
}
@media screen and (min-width: 960px) {
  body:where(.tax-blog-category, .tag) .archive-blog {
    padding-top: 126px;
  }
}

body:where(.tax-blog-category, .tag) .archive-blog__article-cards {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  body:where(.tax-blog-category, .tag) .archive-blog__article-cards {
    margin-top: 34px;
  }
}

body:where(.tax-blog-category, .tag) .archive-blog__title {
  margin-left: -3px;
}
@media screen and (min-width: 960px) {
  body:where(.tax-blog-category, .tag) .archive-blog__title {
    margin-left: -7px;
  }
}

@media (hover: hover) {
  .archive-blog__article-card .blog-card:hover {
    opacity: 1;
  }
  .archive-blog__article-card .blog-card:hover .blog-card__container {
    opacity: 0.7;
  }
}
.author {
  border: 1px solid #000000;
  padding: 24px 17px;
}
@media screen and (min-width: 960px) {
  .author {
    padding: 15px min(3.294892916vw, 40px) 25px;
  }
}

.author--border-none {
  border: none;
  padding: 0;
}

.author__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .author__title {
    font-size: 20px;
    margin: 10px 0;
  }
}

.author__media {
  display: grid;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .author__media {
    grid-template-columns: 86px 1fr;
    gap: 0 25px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 960px) {
  .author__media {
    grid-template-columns: min(7.0840197694vw, 86px) 1fr;
    gap: 0 25px;
    align-items: start;
  }
}

.author__image {
  overflow: hidden;
  border-radius: 50%;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .author__image {
    margin-top: 12px;
  }
}

.author__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  transition: transform 0.3s;
}

.author__contents {
  position: relative;
  transition: opacity 0.3s;
}
.author__company {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .author__company {
    font-size: 12px;
    margin-top: 4px;
  }
}

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

.author__position {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
@media screen and (min-width: 960px) {
  .author__position {
    font-size: 12px;
    margin-top: 2px;
  }
}
.author__sns {
  display: flex;
  padding-left: 0;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .author__sns {
    padding-left: 3px;
    margin-top: 1px;
  }
}

.author__sns-link {
  display: block;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 960px) {
  .author__sns-link {
    width: 15px;
    height: 15px;
  }
}

.author__sns-link + .author__sns-link {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .author__sns-link + .author__sns-link {
    margin-left: 12px;
  }
}

.author__text {
  grid-area: text;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2.3;
  letter-spacing: 0em;
  margin: 27px 0;
}
@media screen and (min-width: 960px) {
  .author__text {
    font-size: 14px;
    margin: 27px 0;
  }
}

.blog-card {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 353px;
  border-radius: 19px 19px 9px 9px;
  background-color: #FFFFFF;
  box-shadow: 7px 7px 15px rgba(170, 170, 170, 0.75);
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .blog-card {
    display: grid;
    width: 287px;
  }
}
@media screen and (min-width: 960px) {
  .blog-card {
    min-height: min(31.136738056vw, 378px);
    border-radius: 19px 19px 9px 9px;
  }
}

.blog-card__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 19px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  transition: background-color 0.3s;
  padding: 0 5px;
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .blog-card__category {
    height: 19px;
    font-size: min(1.0708401977vw, 13px);
    padding: 0 min(0.4118616145vw, 5px);
    margin-top: 6px;
  }
}

.blog-card__category span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.blog-card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 330/220;
  transition: transform 0.3s;
}
.blog-card__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .blog-card__container {
    padding: 17px 14px 14px 14px;
  }
}
@media screen and (min-width: 960px) {
  .blog-card__container {
    min-height: 220px;
    padding: 20px min(1.2355848435vw, 15px) 14px;
  }
}

.blog-card__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
@media screen and (min-width: 960px) {
  .blog-card__date {
    font-size: 14px;
  }
}

.blog-card__title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
  margin-bottom: 13px;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
@media screen and (min-width: 960px) {
  .blog-card__title {
    font-size: min(1.2355848435vw, 15px);
    margin-top: 12px;
    margin-bottom: 13px;
  }
}

.blog-card__more {
  display: block;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: auto;
}
@media screen and (min-width: 960px) {
  .blog-card__more {
    font-size: min(1.1532125206vw, 14px);
  }
}

@media (hover: hover) {
  .blog-card:hover .blog-card__category {
    background-color: #000000;
  }
  .blog-card:hover .blog-card__date,
  .blog-card:hover .blog-card__title {
    color: #207AF7;
  }
  .blog-card:hover .blog-card__title {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
.blog-card2 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .blog-card2 {
    display: grid;
    grid-template-columns: min(3.8714991763vw, 47px) 1fr min(18.3690280066vw, 223px);
    gap: 0 min(2.471169687vw, 30px);
    border-bottom: 1px solid #000000;
    padding-bottom: 35px;
  }
}

.blog-card2__number {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .blog-card2__number {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.blog-card2__number span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #534741;
  border: 1px solid #000000;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .blog-card2__number span {
    width: min(3.8714991763vw, 47px);
    height: min(3.8714991763vw, 47px);
    font-size: min(1.647446458vw, 20px);
    padding-left: min(0.1647446458vw, 2px);
  }
}

.blog-card2__number--2 span {
  background-color: #C3C3C3;
}

.blog-card2__number--1 span {
  background-color: #BEA990;
}

.blog-card2__image {
  overflow: hidden;
}

.blog-card2__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 196/122;
  transition: transform 0.3s;
}

.blog-card2__container {
  transition: opacity 0.3s;
}
@media screen and (max-width: 959px) {
  .blog-card2__container {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 15px;
  }
}

.blog-card2__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  margin-top: 8px;
}
@media screen and (min-width: 960px) {
  .blog-card2__title {
    font-size: min(1.3179571664vw, 16px);
    margin-top: 7px;
  }
}

.blog-card2__category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 18px;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #26BAFF;
  border: 1px solid #000000;
  border-radius: 9px;
  transition: background-color 0.3s;
  padding: 0 12px;
}
@media screen and (min-width: 960px) {
  .blog-card2__category {
    font-size: 10px;
    padding: 0 min(0.9884678748vw, 12px);
    border-radius: 12px;
    margin-top: 12px;
  }
}

.blog-card2__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media screen and (min-width: 960px) {
  .blog-card2__date {
    font-size: 12px;
  }
}

@media (hover: hover) {
  .blog-card2:hover {
    opacity: 1;
  }
  .blog-card2:hover .blog-card2__container {
    opacity: 0.7;
  }
}
.blog-section-wrapper {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  margin-top: -40px;
}
@media screen and (min-width: 960px) {
  .blog-section-wrapper {
    padding-top: 104px;
    padding-bottom: 77px;
    margin-top: -50px;
  }
}

.blog-section + .blog-section {
  margin-top: 55px;
}
@media screen and (min-width: 960px) {
  .blog-section + .blog-section {
    margin-top: 55px;
  }
}

.blog-section__inner {
  width: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .blog-section__inner {
    max-width: 1250px;
    padding-left: min(5.766062603vw, 70px);
    padding-right: min(5.766062603vw, 70px);
  }
}

.blog-section__title {
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .blog-section__title {
    font-size: 30px;
    padding-left: 25px;
  }
}

.blog-section__title::before {
  width: 14px;
}

.blog-section__slider {
  width: 350px;
}
@media screen and (max-width: 959px) {
  .blog-section__slider {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 960px) {
  .blog-section__slider {
    width: 100%;
    overflow: visible;
  }
}

@media screen and (max-width: 959px) {
  .blog-section__cards {
    max-width: 290px;
  }
}
@media screen and (min-width: 960px) {
  .blog-section__cards {
    display: grid;
    grid-template-columns: repeat(3, min(30.4777594728vw, 370px));
    justify-content: space-between;
    gap: min(3.294892916vw, 40px) min(2.471169687vw, 30px);
    margin: 25px max(-1.4827018122vw, -18px) 0;
  }
}

@media screen and (max-width: 959px) {
  .blog-section__card {
    width: 287px;
  }
}

@media screen and (max-width: 959px) {
  .blog-section__card + .blog-section__card {
    margin-top: 0;
  }
}

.blog-section__pagination {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .blog-section__pagination {
    display: none;
    margin-top: 22px;
  }
}

.blog-section__pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 4px !important;
  border-radius: 50% !important;
  background: #c1ced6;
  opacity: 1 !important;
}
@media screen and (min-width: 960px) {
  .blog-section__pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
  }
}

.blog-section__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #207AF7;
}

.blog-section__prev,
.blog-section__next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  background: #207AF7;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  top: 69px;
}
@media screen and (min-width: 960px) {
  .blog-section__prev,
  .blog-section__next {
    display: none;
  }
}

.blog-section__prev {
  left: 0;
  width: 24px;
  height: 24px;
}

.blog-section__next {
  right: 0;
  width: 24px;
  height: 24px;
}

.blog-section__prev:before,
.blog-section__next:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
}

.blog-section__prev:before {
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg) translate(1px, -1px);
}

.blog-section__next:before {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg) translate(-1px, -1px);
}

@media (hover: hover) {
  .blog-section__prev:hover,
  .blog-section__next:hover {
    cursor: pointer;
    background-color: #000000;
  }
}
.category-list {
  border-top: 1px solid #000000;
}
@media screen and (max-width: 959px) {
  .category-list {
    margin-top: 28px;
  }
}
@media screen and (min-width: 960px) {
  .category-list {
    margin-top: 28px;
  }
}

.category-list__item {
  position: relative;
  border-bottom: 1px solid #000000;
  height: 60px;
}
@media screen and (min-width: 960px) {
  .category-list__item {
    height: min(4.942339374vw, 60px);
  }
}

.category-list__item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: color 0.3s;
  padding-left: 2px;
  padding-right: 10px;
}
@media screen and (min-width: 960px) {
  .category-list__item-link {
    font-size: 14px;
    padding-left: 2px;
    padding-right: min(2.471169687vw, 30px);
  }
}

.category-list__item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.category-list__item-count {
  color: #207AF7;
}

@media (hover: hover) {
  .category-list__item:hover:after {
    border-color: #207AF7;
  }
  .category-list__item-link:hover {
    opacity: 1;
    color: #207AF7;
  }
}
.pickup-slider-wrapper {
  overflow: hidden;
  background-color: #e9e9e9;
}
@media screen and (max-width: 959px) {
  .pickup-slider-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pickup-slider-wrapper {
    padding-top: 74px;
    padding-bottom: 30px;
  }
}

.pickup-slider {
  width: 350px;
}
@media screen and (min-width: 960px) {
  .pickup-slider {
    width: 717px;
    overflow: visible;
  }
}

.pickup-slider__item {
  width: 287px;
  height: 353px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__item {
    width: 656px;
    height: 328px;
  }
}

.pickup-slider__card {
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__card {
    background-color: #FFFFFF;
    border-radius: 40px;
  }
}

.pickup-slider__pagination {
  text-align: center;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__pagination {
    margin-top: 30px;
  }
}

.pickup-slider__pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 4px !important;
  border-radius: 50% !important;
  background: #C1CED6;
  opacity: 1 !important;
}
@media screen and (min-width: 960px) {
  .pickup-slider__pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 4px !important;
  }
}

.pickup-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #207AF7;
}

.pickup-slider__prev,
.pickup-slider__next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  background: #207AF7;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 959px) {
  .pickup-slider__prev,
  .pickup-slider__next {
    top: 69px;
  }
}
@media screen and (min-width: 960px) {
  .pickup-slider__prev,
  .pickup-slider__next {
    top: min(7.3311367381vw, 89px);
  }
}

.pickup-slider__prev {
  left: 0;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__prev {
    left: -48px;
    width: 56px;
    height: 56px;
  }
}

.pickup-slider__next {
  right: 0;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__next {
    right: -48px;
    width: 56px;
    height: 56px;
  }
}

.pickup-slider__prev:before,
.pickup-slider__next:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
}
@media screen and (min-width: 960px) {
  .pickup-slider__prev:before,
  .pickup-slider__next:before {
    width: 8px;
    height: 8px;
  }
}

.pickup-slider__prev:before {
  border-left: 2px solid #207AF7;
  border-bottom: 2px solid #207AF7;
  filter: brightness(0) invert(1);
  transform: rotate(45deg) translate(1px, -1px);
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .pickup-slider__prev:before {
    transform: rotate(45deg) translate(2px, -2px);
  }
}

.pickup-slider__next:before {
  border-right: 2px solid #207AF7;
  border-bottom: 2px solid #207AF7;
  filter: brightness(0) invert(1);
  transform: rotate(-45deg) translate(-1px, -1px);
  transition: all 0.3s ease;
}
@media screen and (min-width: 960px) {
  .pickup-slider__next:before {
    transform: rotate(-45deg) translate(-2px, -2px);
  }
}

@media (hover: hover) {
  .pickup-slider__card:hover {
    opacity: 1;
  }
  .pickup-slider__prev:hover,
  .pickup-slider__next:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #207AF7;
  }
  .pickup-slider__prev:hover:before,
  .pickup-slider__next:hover:before {
    filter: none;
  }
}
.recommend-section__title-en {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #26BAFF;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .recommend-section__title-en {
    text-align: left;
    font-size: min(1.1532125206vw, 14px);
  }
}

.recommend-section__title {
  display: grid;
  gap: 7px 0;
}

.recommend-section__title-ja {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .recommend-section__title-ja {
    text-align: left;
    font-size: min(3.4596375618vw, 42px);
  }
}

@media screen and (min-width: 960px) {
  .recommend-section__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px min(3.294892916vw, 40px);
    margin-top: 45px;
  }
}

.sidebar {
  height: 100%;
}

.sidebar__title {
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .sidebar__title {
    font-size: min(1.647446458vw, 20px);
    padding-left: min(2.3064250412vw, 28px);
    margin-left: 5px;
  }
}

.sidebar__title:before {
  width: 16px;
  bottom: 8px;
}

.sidebar__box {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  padding: 30px 22px 50px;
}
@media screen and (min-width: 960px) {
  .sidebar__box {
    border-radius: 30px;
    padding: min(2.7182866557vw, 33px) min(1.8121911038vw, 22px) min(4.118616145vw, 50px);
  }
}

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

.sidebar__tag-list {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .sidebar__tag-list {
    margin-top: min(4.4481054366vw, 54px);
  }
}

.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;
  }
}

.sidebar__search {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .sidebar__search {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 959px) {
  .sidebar__search .search-form {
    width: 100%;
  }
  .sidebar__search .search-form__keyword {
    width: min(100%, 500px);
  }
}
.sidebar__sticky {
  position: sticky;
  top: 200px;
  margin-top: 74px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky {
    top: 140px;
    margin-top: 74px;
  }
}

.sidebar__sticky-items {
  display: grid;
  gap: 20px 0;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky-items {
    margin-top: 24px;
    gap: 20px 0;
  }
}

.sidebar__sticky-item-title {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .sidebar__sticky-item-title {
    font-size: min(1.2355848435vw, 15px);
    margin-top: min(1.3179571664vw, 16px);
  }
}

.single-blog {
  background-color: #E9F2F7;
  padding-top: 0;
}
@media screen and (max-width: 959px) {
  .single-blog {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .single-blog {
    padding-top: 205px;
    padding-bottom: 120px;
  }
}

.single-blog--news {
  padding-bottom: 190px;
  margin-bottom: -190px;
}
@media screen and (min-width: 960px) {
  .single-blog--news {
    padding-bottom: 363px;
    margin-bottom: -363px;
  }
}

.single-blog__inner {
  width: 100%;
  height: 100%;
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .single-blog__inner {
    max-width: 1257px;
    padding-left: min(5.6013179572vw, 68px);
    padding-right: min(5.6013179572vw, 68px);
  }
}

@media screen and (min-width: 960px) {
  .single-blog__container {
    display: grid;
    grid-template-columns: min(60.1317957166vw, 730px) min(25.5354200988vw, 310px);
    justify-content: space-between;
  }
}

.single-blog__sidebar {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .single-blog__sidebar {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {
  .single-blog__pickup {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .single-blog__pickup {
    margin-bottom: 50px;
  }
}

.single-blog__flex-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__flex-wrapper {
    margin-left: -5px;
  }
}

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

.single-blog__category {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
  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 (max-width: 959px) {
  .single-blog__category {
    padding: 1px 20px;
  }
}
@media screen and (min-width: 960px) {
  .single-blog__category {
    padding: 2px 20px;
  }
}

.single-blog__category span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.single-blog__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin: 0;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-blog__title {
    font-size: min(2.9654036244vw, 36px);
    margin-top: 15px;
    margin-left: -5px;
  }
}

.single-blog__title br {
  display: none;
}

.single-blog__tag {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__tag {
    margin-top: 30px;
    margin-left: 7px;
  }
}

.single-blog__tag .tag-list__item a {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .single-blog__tag .tag-list__item a {
    font-size: min(1.3179571664vw, 16px);
  }
}

.single-blog__fv {
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .single-blog__fv {
    margin-top: 70px;
  }
}

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

.single-blog__content-container > h2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  padding-left: 40px;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > h2 {
    font-size: min(2.8006589786vw, 34px);
    line-height: 1.4;
    letter-spacing: 0;
    padding-left: min(3.7067545305vw, 45px);
    margin-top: 75px;
    margin-bottom: 30px;
  }
}

.single-blog__content-container > h2:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 7px;
  width: 22px;
  height: 3px;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > h2:before {
    top: min(2.0593080725vw, 25px);
    left: 0;
    width: min(2.3064250412vw, 28px);
    height: min(0.3294892916vw, 4px);
  }
}

.single-blog__content-container > h3 {
  font-size: 18px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.single-blog__content-container > h4 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
  padding-left: 17px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > h4 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
    padding-left: min(1.4003294893vw, 17px);
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.single-blog__content-container > h4:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 22px;
  height: 3px;
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: 5px;
  transform: rotate(-64deg);
  transform-origin: left;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > h4:before {
    top: min(2.0593080725vw, 25px);
    width: min(2.3064250412vw, 28px);
    height: min(0.3294892916vw, 4px);
  }
}

.single-blog__content-container > h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > h5 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 959px) {
  .single-blog__body {
    margin-top: 30px;
  }
}
.single-blog__content-container > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > p {
    font-size: 16px;
    margin-top: 30px;
  }
}

.single-blog__content-container > .wp-block-heading + p {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > .wp-block-heading + p {
    margin-top: 20px;
  }
}

.single-blog__content-container > p a {
  font-family: "Noto Sans JP", sans-serif;
  color: #207AF7;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-blog__content-container figure.wp-block-image {
  margin: 0 auto;
  margin-top: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container figure.wp-block-image {
    margin-top: 60px;
    border-radius: 40px;
  }
}

.single-blog__content-container figure.wp-block-image figcaption {
  font-size: 14px;
  font-weight: 500;
  color: #26BAFF;
  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) {
  .single-blog__content-container figure.wp-block-image figcaption {
    font-size: 18px;
    margin-top: 14px;
    margin-right: 2em;
  }
}

.single-blog__card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 20px 45px 20px;
  margin-top: 54px;
}
@media screen and (min-width: 960px) {
  .single-blog__card {
    border-radius: 40px;
    padding: min(2.3064250412vw, 28px) min(2.6359143328vw, 32px) min(3.0477759473vw, 37px);
    margin-top: 36px;
  }
}

.single-blog__card-header {
  font-size: 14px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .single-blog__card-header {
    font-size: min(1.1532125206vw, 14px);
    margin-bottom: min(0.6589785832vw, 8px);
    margin-left: min(1.4003294893vw, 17px);
  }
}

.single-blog__card-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .single-blog__card-profile {
    gap: min(1.647446458vw, 20px);
  }
}

.single-blog__card-image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .single-blog__card-image {
    width: min(6.589785832vw, 80px);
    height: min(6.589785832vw, 80px);
  }
}

.single-blog__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog__card-info {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .single-blog__card-info {
    margin-top: -10px;
  }
}

.single-blog__card-title {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .single-blog__card-title {
    font-size: min(1.1532125206vw, 14px);
  }
}

.single-blog__card-name {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .single-blog__card-name {
    font-size: min(1.4827018122vw, 18px);
  }
}

.single-blog__card-more {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .single-blog__card-more {
    transform: translateY(46px);
  }
}
@media screen and (min-width: 960px) {
  .single-blog__card-more {
    font-size: min(0.823723229vw, 10px);
    gap: min(0.6589785832vw, 8px);
    transform: translate(6px, -8px);
  }
}

.single-blog__card-more-icon {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #207AF7;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .single-blog__card-more-icon {
    width: min(1.8121911038vw, 22px);
    height: min(1.8121911038vw, 22px);
  }
}

.single-blog__card-more-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .single-blog__card-more-icon:before {
    width: min(0.823723229vw, 10px);
    height: min(0.0823723229vw, 1px);
  }
}

.single-blog__card-more-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 10px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .single-blog__card-more-icon:after {
    width: min(0.0823723229vw, 1px);
    height: min(0.823723229vw, 10px);
  }
}

.single-blog__card-text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .single-blog__card-text {
    font-size: min(1.1532125206vw, 14px);
    margin-top: min(1.9769357496vw, 24px);
  }
}

.single-blog__card-text--hidden {
  height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .single-blog__card-text--hidden {
    margin-top: 0;
  }
}

@media (hover: hover) {
  .single-blog__card-more:hover {
    opacity: 0.8;
  }
  .single-blog__card-more:hover .single-blog__card-more-icon {
    background-color: #000000;
  }
}
.single-blog__content-container .wp-block-table {
  padding: 0;
  margin-top: 30px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container .wp-block-table {
    margin-top: 30px;
  }
}

.single-blog__content-container .wp-block-table table {
  border: none;
}

.single-blog__content-container .single-blog__table td,
.single-blog__content-container .single-blog__table th {
  display: table-cell;
  border-color: #207AF7 !important;
}
@media screen and (max-width: 959px) {
  .single-blog__content-container .single-blog__table td,
  .single-blog__content-container .single-blog__table th {
    font-size: 12px;
    padding: 14px 12px;
  }
}
@media screen and (min-width: 960px) {
  .single-blog__content-container .single-blog__table td,
  .single-blog__content-container .single-blog__table th {
    padding: 19px 13px;
  }
}

.single-blog__content-container .single-blog__table tr:first-child td,
.single-blog__content-container .single-blog__table tr:first-child th {
  border-top: none !important;
}

.single-blog__content-container .single-blog__table tr:last-child td,
.single-blog__content-container .single-blog__table tr:last-child th {
  border-bottom: none !important;
}

.single-blog__content-container .single-blog__table td:first-child,
.single-blog__content-container .single-blog__table th:first-child {
  border-left: none !important;
}

.single-blog__content-container .single-blog__table td:last-child,
.single-blog__content-container .single-blog__table th:last-child {
  border-right: none !important;
}

.single-blog__content-container ul {
  color: #000000;
  list-style: disc;
  font-size: 15px;
  padding-left: 5px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container ul {
    font-size: 15px;
    padding-left: 26px;
  }
}

.single-blog__content-container li {
  list-style-type: disc;
  line-height: 1.8;
}

.single-blog__content-container > ul.wp-block-list > li {
  list-style: none;
  padding-left: 17px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > ul.wp-block-list > li {
    padding-left: min(1.647446458vw, 20px);
  }
}

.single-blog__content-container > ul.wp-block-list > li + li {
  margin-top: 6px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > ul.wp-block-list > li + li {
    margin-top: min(0.4942339374vw, 6px);
  }
}

.single-blog__content-container > ul.wp-block-list > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #26BAFF;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container > ul.wp-block-list > li:before {
    top: min(0.7413509061vw, 9px);
    width: min(0.6589785832vw, 8px);
    height: min(0.6589785832vw, 8px);
  }
}

.single-blog__content-container > ul.wp-block-list ul {
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .single-blog__content-container > ul.wp-block-list ul {
    margin-left: 20px;
  }
}

.single-blog__author {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .single-blog__author {
    margin-top: 100px;
  }
}

.single-blog__content-container #ez-toc-container {
  background-color: #e9e9e9;
  border: none;
  padding: 24px 20px 24px 24px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container #ez-toc-container {
    padding: 35px 40px 35px 42px;
    margin-top: 36px;
    margin-bottom: 36px;
    border-radius: 40px;
  }
}
.single-blog__content-container #ez-toc-container .ez-toc-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .single-blog__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .single-blog__content-container #ez-toc-container .ez-toc-title {
    font-size: 18px;
  }
}
.single-blog__content-container .ez-toc-icon-toggle-span,
.single-blog__content-container #ez-toc-container .ez-toc-js-icon-con,
.single-blog__content-container #ez-toc-container .ez-toc-toggle label,
.single-blog__content-container #ez-toc-container label.cssicon,
.single-blog__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}
.single-blog__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #207AF7;
  transition: transform 0.3s, background 0.3s;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container #ez-toc-container a.ez-toc-toggle {
    width: 38px;
    height: 38px;
  }
}
.single-blog__content-container #ez-toc-container a.ez-toc-toggle:before,
.single-blog__content-container #ez-toc-container a.ez-toc-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.single-blog__content-container #ez-toc-container a.ez-toc-toggle:before {
  width: 16px;
  height: 1px;
}
.single-blog__content-container #ez-toc-container a.ez-toc-toggle:after {
  width: 1px;
  height: 16px;
}
.single-blog__content-container #ez-toc-container:not(.toc_close) a.ez-toc-toggle {
  transform: rotate(45deg);
}
.single-blog__content-container #ez-toc-container nav ul {
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container #ez-toc-container nav ul {
    margin-top: 18px;
  }
}
.single-blog__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
    margin-top: 10px;
  }
}
.single-blog__content-container #ez-toc-container nav ul li + li {
  margin: 0;
}
.single-blog__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
    margin-top: 15px;
  }
}
.single-blog__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
  font-size: 16px;
  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) {
  .single-blog__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
    font-size: 16px;
  }
}
.single-blog__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .single-blog__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #26BAFF;
  }
}
.single-blog__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #26BAFF;
  border-radius: 50%;
  transform: translateY(6px);
  margin-right: 20px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
    transform: translateY(8px);
    margin-right: 20px;
  }
}
.single-blog__content-container #ez-toc-container ul.ez-toc-list-level-3 {
  counter-reset: section;
  margin-left: 2.1em;
}
.single-blog__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: #26BAFF;
  background: none;
  font-weight: 700;
  margin: 0;
}

.single-blog__content-container .single-blog__button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: auto;
  height: 60px;
  font-size: 14px !important;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  background-color: #000000 !important;
  border-radius: 100px;
}
@media screen and (max-width: 959px) {
  .single-blog__content-container .single-blog__button .wp-block-button__link {
    min-width: 188px;
    padding: 0 58px 0 28px;
  }
}
@media screen and (min-width: 960px) {
  .single-blog__content-container .single-blog__button .wp-block-button__link {
    height: min(7.0016474465vw, 85px);
    font-size: min(1.647446458vw, 20px) !important;
    padding: 0 min(9.8846787479vw, 120px) 0 min(4.118616145vw, 50px);
  }
}

.single-blog__content-container .single-blog__button .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  background-image: url(../img/00_common/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container .single-blog__button .wp-block-button__link:before {
    right: 15px;
    width: min(2.471169687vw, 30px);
    height: min(2.471169687vw, 30px);
  }
}
@media screen and (min-width: 960px) {
  .single-blog__content-container .single-blog__button .wp-block-button__link:before {
    right: 32px;
  }
}

.single-blog__content-container .single-blog__button .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg, rgb(47, 173, 237) 0%, rgb(90, 180, 232) 51.48%, rgb(105, 203, 245) 100%);
  border-radius: inherit;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.single-blog__content-container .single-blog__button .wp-block-button__link span {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .single-blog__content-container .single-blog__button .wp-block-button__link span {
    text-align: center;
  }
}

@media (hover: hover) {
  .single-blog__content-container .single-blog__button .wp-block-button__link:hover {
    opacity: 1 !important;
    cursor: pointer !important;
  }
  .single-blog__content-container .single-blog__button .wp-block-button__link:hover:before {
    transform: translate(7px, -50%) !important;
  }
  .single-blog__content-container .single-blog__button .wp-block-button__link:hover:after {
    opacity: 0 !important;
  }
}
.single-blog__content-container .single-blog__button-2 .wp-block-button__link {
  min-width: 180px;
  font-size: 12px !important;
  letter-spacing: 0.01em;
  border: 1px solid #000000;
  padding: 20px 100px 20px 100px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-blog__content-container .single-blog__button-2 .wp-block-button__link {
    width: 100%;
    font-size: 20px !important;
    padding: 25px min(16.8039538715vw, 204px);
  }
}

@media (hover: hover) {
  .single-blog__content-container .single-blog__button .wp-block-button__link:hover,
  .single-blog__content-container .single-blog__button-2 .wp-block-button__link:hover {
    color: #FFFFFF;
    opacity: 0.7;
  }
}
.single-blog__box {
  border: 8px solid #d2e2f7;
  padding: 24px !important;
}
@media screen and (min-width: 960px) {
  .single-blog__box {
    padding: 24px !important;
  }
}

.single-blog__quotebox {
  border: none;
  padding: 20px 23px !important;
  margin: 20px 0;
  background-color: #FFFFFF;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .single-blog__quotebox {
    padding: 26px 28px !important;
    margin: 30px 0;
    border-radius: 40px;
  }
}

.single-blog__quotebox p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .single-blog__quotebox p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.single-blog__quotebox p + p {
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-blog__quotebox p + p {
    margin-top: 16px;
  }
}

.single-blog__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .single-blog__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .single-blog__content-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin-top: min(5.6013179572vw, 68px);
    margin-bottom: min(3.294892916vw, 40px);
    border-radius: 40px;
  }
}

.single-blog__content-container .wp-block-embed-youtube .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 58.904109589%;
}

.single-blog__content-container .wp-block-embed iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .single-blog__content-container .wp-block-embed-youtube .wp-block-embed iframe:hover {
    cursor: pointer;
  }
}
.single-blog__info {
  background-color: #f7f8f8;
  padding-bottom: 90px;
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .single-blog__info {
    padding-bottom: 90px;
    padding-bottom: 100px;
  }
}

.single-blog__button-back {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .single-blog__button-back {
    margin-top: 100px;
  }
}

@media screen and (min-width: 960px) {
  .single-blog__button-back .button1 {
    min-width: min(26.3591433278vw, 320px);
  }
}

.single-section {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .single-section {
    padding-top: 141px;
    padding-bottom: 0;
    margin-top: -115px;
  }
}
@media screen and (min-width: 960px) {
  .single-section {
    padding-top: 250px;
    padding-bottom: 90px;
    margin-top: -153px;
  }
}

.single-section:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-58%);
  z-index: -1;
  width: 1234px;
  height: 1157px;
  background-image: url(../img/00_common/single-bg-1-sp.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .single-section:before {
    width: 2245px;
    height: 2163px;
    background-image: url(../img/00_common/single-bg-1-pc.png);
    transform: translate(-54%);
  }
}

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

.single-section__title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-top: 21px;
}
@media screen and (min-width: 960px) {
  .single-section__title {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-left: -10px;
  }
}

.single-section__title br {
  display: none;
}

.single-section__area {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 18px;
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .single-section__area {
    font-size: 22px;
    padding-left: 42px;
    margin-top: 30px;
    margin-left: -10px;
  }
}

.single-section__area:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background-image: url(../img/00_common/icon-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .single-section__area:before {
    left: 7px;
    width: 20px;
    height: 28px;
  }
}

.single-section__fv {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__fv {
    margin-top: 74px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__content-container {
    border: 1px solid #e9e9e9;
    border-top: none;
    overflow: hidden;
    padding: 0 min(4.5304777595vw, 55px) 64px;
    padding-top: 15px;
  }
}

.single-section__content-container > h2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: 2px solid #000000;
  padding: 15px 0px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h2 {
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 0em;
    padding: 20px 0px;
    margin-top: 40px;
  }
}

.single-section__content-container > h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  border-left: 2px solid #000000;
  padding: 0px 5px 0px 12px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h3 {
    font-size: 28px;
    padding: 0px 5px 0px 19px;
    margin-top: 40px;
  }
}

.single-section__content-container > h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > h4 {
    font-size: 24px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 959px) {
  .single-section__body {
    margin-top: 40px;
  }
}
.single-section__content-container > p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container > p {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 40px;
  }
}

.single-section__content-container > p a {
  color: #26BAFF;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-section__content-container figure.wp-block-image {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image {
    margin-top: 80px;
  }
}

.single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame {
  border: 1px solid #e9e9e9;
  box-shadow: none;
  padding: 10px 10px 10px 10px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame {
    margin-top: 80px;
    padding: 25px 25px 20px 25px;
  }
}

.single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container figure.wp-block-image.is-style-vk-image-photoFrame figcaption {
    margin-top: 20px;
  }
}

.single-section__author {
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .single-section__author {
    margin-top: 80px;
  }
}

.single-section__author-header {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4 0em;
  letter-spacing: 0px;
  border-left: 2px solid #000000;
  padding: 0px 5px 0px 11px;
}
@media screen and (min-width: 960px) {
  .single-section__author-header {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0px 5px 0px 19px;
  }
}

.single-section__author-body {
  display: grid;
  grid-template-columns: 78px 1fr;
  grid-template-areas: "image profile" "text text";
  gap: 14px 10px;
  position: relative;
  border: 1px solid #959595;
  padding: 18px 15px 45px 15px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__author-body {
    grid-template-columns: 114px 1fr;
    gap: 40px 38px;
    padding: 33px 80px 27px 62px;
    margin-top: 34px;
  }
}

.single-section__author-body:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #26BAFF transparent;
  transition: background-color 0.3s;
}
@media screen and (min-width: 960px) {
  .single-section__author-body:after {
    border-width: 0 0 60px 60px;
  }
}

.single-section__author-image {
  grid-area: image;
  border-radius: 50%;
  overflow: hidden;
  max-height: 79px;
}
@media screen and (min-width: 960px) {
  .single-section__author-image {
    max-height: 116px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__author-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.single-section__author-profile {
  grid-area: profile;
}

.single-section__author-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .single-section__author-title {
    font-size: 18px;
    margin-top: 17px;
  }
}

.single-section__author-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .single-section__author-name {
    font-size: 22px;
    margin-top: 7px;
  }
}

.single-section__author-text {
  grid-area: text;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__author-text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0em;
    margin-left: -12px;
  }
}

.single-section__line {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (min-width: 960px) {
  .single-section__line {
    background-image: linear-gradient(to right, #000 6px, transparent 6px);
    background-size: 10px 1px;
    margin-top: 80px;
    margin-bottom: 70px;
  }
}

.single-section__box {
  background-color: #e9e9e9;
  padding: 20px 12px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__box {
    padding: 36px 44px;
    margin-top: 80px;
  }
}

.single-section__box-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__box-title {
    font-size: 32px;
  }
}

.single-section__box-items {
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-section__box-items {
    margin-top: 24px;
  }
}

.single-section__box-item {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__box-item {
    font-size: 16px;
  }
}

.single-section__box-item + .single-section__box-item {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__box-item + .single-section__box-item {
    margin-top: 8px;
  }
}

.single-section__box-item > a {
  color: #26BAFF;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-section__content-container #ez-toc-container {
  background-color: #e9e9e9;
  border: none;
  padding: 24px 15px 20px 15px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container {
    padding: 36px 25px 40px 42px;
  }
}
.single-section__content-container #ez-toc-container .ez-toc-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .single-section__content-container #ez-toc-container .ez-toc-title {
    display: inline-block;
    padding-left: 7px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container .ez-toc-title {
    font-size: 32px;
  }
}
.single-section__content-container #ez-toc-container .ez-toc-toggle label,
.single-section__content-container #ez-toc-container label.cssicon,
.single-section__content-container #ez-toc-widget-container label.cssicon {
  display: none;
}
.single-section__content-container #ez-toc-container a.ez-toc-toggle {
  position: relative;
  width: 77px;
  height: 25px;
  border: 1px solid;
  border-radius: 30px;
  padding-left: 11px;
  margin-top: 3px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container a.ez-toc-toggle {
    width: 130px;
    height: 42px;
    padding-left: 21px;
    margin-top: 6px;
  }
}
.single-section__content-container #ez-toc-container:not(.toc_close) a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:before {
  content: "CLOSE";
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container:not(.toc_close) a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:before {
    font-size: 16px;
  }
}
.single-section__content-container #ez-toc-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:before {
  content: "OPEN";
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:before {
    font-size: 16px;
  }
}
.single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:after {
    top: -4px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__content-container a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:after {
    right: 20px;
    font-size: 30px;
  }
}
.single-section__content-container #ez-toc-container nav ul {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul {
    margin-top: 10px;
  }
}
.single-section__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul.ez-toc-list-level-1 {
    margin-top: 40px;
  }
}
.single-section__content-container #ez-toc-container nav ul li + li {
  margin-top: 7px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li + li {
    margin-top: 7px;
  }
}
.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 + li.ez-toc-heading-level-2 {
    margin-top: 15px;
  }
}
.single-section__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) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .single-section__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .single-section__content-container #ez-toc-container nav ul li a:hover {
    opacity: 1;
    color: #26BAFF;
  }
}
.single-section__content-container #ez-toc-container nav ul li a:before {
  margin-right: 5px;
}
.single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #26BAFF;
  border-radius: 50%;
  transform: translateY(6px);
}
@media screen and (min-width: 960px) {
  .single-section__content-container #ez-toc-container nav ul li.ez-toc-heading-level-2 > a:before {
    transform: translateY(7px);
  }
}
.single-section__content-container #ez-toc-container nav ul li:not(.ez-toc-heading-level-2) > a:before {
  content: "-";
  width: auto;
  height: auto;
  background: none;
}

.single-section__content-container .wp-block-button__link {
  font-size: 14px;
  padding: 18px;
}
@media screen and (min-width: 960px) {
  .single-section__content-container .wp-block-button__link {
    font-size: 16px;
    padding: 24px;
  }
}

.single-section__media {
  display: block;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .single-section__media {
    margin-top: 80px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__media-1 {
    display: grid;
    grid-template-columns: min(31.3014827018vw, 380px) 1fr;
    gap: 0 56px;
  }
}

@media screen and (min-width: 960px) {
  .single-section__media-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 70px;
  }
}

@media screen and (max-width: 959px) {
  .single-section__media-2 > a {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .single-section__media-2 > a:nth-child(2) {
    margin-top: 40px;
  }
}

.single-section__media-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-section__media-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 959px) {
  .single-section__media-title {
    margin-top: 25px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__media-title {
    font-size: min(2.3064250412vw, 28px);
  }
}

.single-section__media-2 .single-section__media-title {
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .single-section__media-2 .single-section__media-title {
    margin-top: 25px;
  }
}

.single-section__media-text {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .single-section__media-text {
    font-size: min(1.3179571664vw, 16px);
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 22px;
  }
}

.single-section__media span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .single-section__media span {
    font-size: min(0.9884678748vw, 12px);
    margin-top: 30px;
    margin-left: 5px;
  }
}

.single-section__inner {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .single-section__inner {
    padding: 0 min(8.23723229vw, 100px);
  }
}

.single-section__share {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .single-section__share {
    flex-direction: column;
    height: 116px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__share {
    margin-top: 100px;
    height: 100px;
  }
}

.single-section__share-text {
  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) {
  .single-section__share-text {
    font-size: 20px;
    margin-left: -122px;
  }
}

.single-section__share-items {
  display: inline-flex;
}
@media screen and (max-width: 959px) {
  .single-section__share-items {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .single-section__share-items {
    margin-left: 22px;
  }
}

.single-section__share-item + .single-section__share-item {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .single-section__share-item + .single-section__share-item {
    margin-left: 16px;
  }
}

.single-section__share-item a img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 960px) {
  .single-section__share-item a img {
    width: 40px;
    height: 40px;
  }
}

.tag-list {
  display: grid;
  justify-items: flex-start;
  gap: 15px 0;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .tag-list {
    gap: 15px 0;
    margin-top: 30px;
  }
}

.tag-list--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin: 0;
}

.tag-list__item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-left: 2px;
}
.tag-list__item--mt5 {
  margin-top: 5px;
}

.tag-list__item-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transform: translateZ(0);
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .tag-list__item-link {
    font-size: min(1.4827018122vw, 18px);
  }
}

@media (hover: hover) {
  .tag-list__item-link:hover {
    opacity: 1;
    color: #207AF7;
  }
}
.archive-download {
  padding-top: 54px;
  padding-bottom: 85px;
}
@media screen and (min-width: 960px) {
  .archive-download {
    padding-top: 80px;
    padding-bottom: 190px;
  }
}

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

.archive-download__heading {
  font-size: 24px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .archive-download__heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 959px) {
  .archive-download__category {
    margin-top: 37px;
  }
}
@media screen and (min-width: 960px) {
  .archive-download__category {
    margin-top: 36px;
    margin-left: 2px;
  }
}

.archive-download__cards {
  display: grid;
  gap: 40px 0;
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .archive-download__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: min(0.823723229vw, 10px) min(1.647446458vw, 20px);
    margin: 0 max(-1.1532125206vw, -14px);
    margin-top: 34px;
  }
}

@media screen and (min-width: 960px) {
  .archive-download__card .post-card__content {
    min-height: min(13.1795716639vw, 160px);
  }
}

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

.dl-category-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 10px 7px;
}
@media screen and (min-width: 960px) {
  .dl-category-list {
    gap: 12px 12px;
  }
}

.dl-category-list__item {
  position: relative;
}

.dl-category-list__item-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 70px;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.04em;
  background-color: #E9ECF0;
  border-radius: 50px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  padding: 0 25px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .dl-category-list__item-link {
    width: auto;
    min-width: min(10.7907742998vw, 131px);
    height: 40px;
    font-size: min(1.3179571664vw, 16px);
    padding: 0 min(2.471169687vw, 30px);
  }
}

.dl-category-list__item-link span {
  position: relative;
  z-index: 2;
}

.dl-category-list__item-link.is-current {
  color: #FFFFFF;
  background-color: #207AF7;
}

@media (hover: hover) {
  .dl-category-list__item-link:hover {
    opacity: 1;
    color: #FFFFFF;
    background-color: #26BAFF;
  }
  .dl-category-list__item-link:hover:after {
    opacity: 1;
  }
}
.download-form {
  border-radius: 20px;
  background-color: #E9ECF0;
  padding: 36px 20px 50px;
}
@media screen and (min-width: 960px) {
  .download-form {
    height: 100%;
    border-radius: 40px;
    padding: min(5.6013179572vw, 68px) min(4.118616145vw, 50px) min(4.942339374vw, 60px);
  }
}

.download-form__field {
  border-bottom: 1px solid #000000;
}
.download-form__field--no-border {
  border-bottom: none;
}

.download-form__field:not(:first-child) {
  margin-top: 35px;
}
@media screen and (min-width: 960px) {
  .download-form__field:not(:first-child) {
    margin-top: 35px;
  }
}

.download-form__field--textarea {
  align-items: start;
}

.download-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) {
  .download-form__label {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .download-form__label {
    font-size: min(1.3179571664vw, 16px);
  }
}

.download-form__label span {
  display: inline-block;
  color: #FF0000;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .download-form__label span {
    margin-left: 10px;
    font-size: min(1.1532125206vw, 14px);
  }
}

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

.download-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;
}

.download-form__input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 960px) {
  .download-form__input {
    height: min(4.118616145vw, 50px);
    font-size: min(1.2355848435vw, 15px);
  }
}

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

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

@media screen and (min-width: 960px) {
  .download-form__field--textarea .download-form__label {
    margin-top: 10px;
  }
}

.download-form__field--textarea .download-form__input {
  height: 232px;
  resize: vertical;
  padding: 10px 20px 10px 12px;
}
@media screen and (min-width: 960px) {
  .download-form__field--textarea .download-form__input {
    padding: 10px 20px 10px 24px;
  }
}

.download-form__submit-wrapper {
  text-align: center;
  margin-top: 46px;
}
@media screen and (min-width: 960px) {
  .download-form__submit-wrapper {
    margin-top: 30px;
  }
}

.download-form__agree {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .download-form__agree {
    padding-right: 3em;
  }
}
@media screen and (min-width: 960px) {
  .download-form__agree {
    font-size: min(1.3179571664vw, 16px);
    margin-top: -8px;
  }
}

.download-form__agree a {
  color: #207AF7;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.download-form__submit {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .download-form__submit {
    min-height: 60px;
    min-width: 284px;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .download-form__submit {
    min-width: min(29.6540362438vw, 360px);
  }
}

.download-form__submit:before {
  right: 23px;
}

.download-form__submit:after {
  z-index: -1;
}

/* input 自体は透明にして上に乗せておく */
.download-form__submit input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: transparent;
  background: transparent;
  border: none;
  cursor: pointer;
}

.download-form__submit .button1__arrow--download {
  right: 22px;
}

.download-form__submit span {
  text-transform: none;
}

@media screen and (min-width: 960px) {
  .single-download__form .wpcf7 .wpcf7-response-output {
    position: absolute;
    width: 100%;
  }
}

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

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

.download-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.8;
  font-size: 16px;
  padding-left: 32px;
  margin-left: 4px;
  height: 31px;
  margin-top: -3px;
}
@media screen and (min-width: 960px) {
  .download-form__check-input input[type=checkbox] + .wpcf7-list-item-label {
    font-size: min(1.3179571664vw, 16px);
    margin-top: 13px;
  }
}

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

.download-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 #000000;
  background-color: #FFFFFF;
  transition: all 0.12s, border-color 0.08s;
}
@media screen and (min-width: 960px) {
  .download-form__check-input input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}

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

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

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

.download-form .wpcf7-not-valid-tip {
  margin-bottom: 5px;
}

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

.download-thanks {
  padding: 60px 0 80px;
}
@media screen and (min-width: 960px) {
  .download-thanks {
    padding: 90px 0 90px;
  }
}

.download-thanks__text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media screen and (min-width: 960px) {
  .download-thanks__text {
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 18px;
  }
}

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

@media screen and (min-width: 960px) {
  .download-thanks__button .button1 {
    min-width: min(26.3591433278vw, 320px);
  }
}

.single-download {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .single-download {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.single-download:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (min-width: 960px) {
  .single-download__inner {
    max-width: 1234px;
  }
}

.single-download__heading {
  font-size: 24px;
  font-weight: 700;
  color: #207AF7;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .single-download__heading {
    font-size: 36px;
  }
}

.single-download__text {
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .single-download__text {
    margin-top: 30px;
  }
}

.single-download__content-container {
  display: grid;
  grid-template-areas: "form" "thumbnails";
  gap: 38px 0;
  margin-top: 0px;
}
@media screen and (min-width: 960px) {
  .single-download__content-container {
    grid-template-columns: min(28.0065897858vw, 340px) 1fr;
    grid-template-areas: "thumbnails form";
    align-items: flex-start;
    gap: 0 min(4.5304777595vw, 55px);
    margin-top: 0px;
  }
}

.single-download__thumbnails {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: thumbnails;
  gap: 36px 0;
}
@media screen and (min-width: 960px) {
  .single-download__thumbnails {
    gap: 30px 0;
  }
}

.single-download__thumbnail-wrapper {
  border-radius: 16px;
  background-color: #E9ECF0;
  padding: 28px 44px 30px 43px;
}
@media screen and (min-width: 960px) {
  .single-download__thumbnail-wrapper {
    padding: min(2.471169687vw, 30px) min(4.118616145vw, 50px) min(2.471169687vw, 30px) min(4.118616145vw, 50px);
  }
}

.single-download__thumbnail-wrapper--hidden {
  opacity: 0;
  visibility: hidden;
}

.single-download__thumbnail {
  overflow: hidden;
}

.single-download__thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 230/129;
  border-radius: 12px;
  transition: transform 0.3s;
}
.single-download__form {
  position: relative;
  grid-area: form;
}
@media screen and (min-width: 960px) {
  .single-download__form {
    max-width: 710px;
  }
}

@media screen and (min-width: 960px) {
  .single-download__form .wpcf7,
  .single-download__form form {
    height: 100%;
  }
}

.company-page {
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  .company-page {
    padding: min(8.4843492586vw, 103px) 0 min(9.8846787479vw, 120px);
  }
}

.company-about__deco {
  position: absolute;
  top: 27px;
  right: 20px;
  width: 80px;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .company-about__deco {
    top: min(4.942339374vw, 60px);
    right: min(11.5321252059vw, 140px);
    width: min(16.4744645799vw, 200px);
    border-radius: min(0.9884678748vw, 12px);
  }
}

.company-about__deco img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .company-about__container {
    display: grid;
    grid-template-columns: min(37.8912685338vw, 460px) min(41.1861614498vw, 500px);
    grid-template-areas: "contents image";
    align-items: start;
    gap: min(1.647446458vw, 20px);
  }
}

.company-about__contents {
  grid-area: contents;
}

.company-about__heading {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .company-about__heading {
    margin-bottom: min(1.7298187809vw, 21px);
    margin-left: 0;
  }
}

.company-about__heading .heading1__main {
  white-space: normal;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .company-about__heading .heading1__main {
    font-size: 46px;
  }
}
@media screen and (min-width: 960px) {
  .company-about__heading .heading1__main {
    font-size: min(6.3426688633vw, 77px);
  }
}

.company-about__title-ja {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.286;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .company-about__title-ja {
    font-size: min(2.3064250412vw, 28px);
    margin-top: min(1.4827018122vw, 18px);
  }
}

.company-about__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .company-about__text {
    font-size: min(1.3179571664vw, 16px);
    margin-top: min(1.9769357496vw, 24px);
  }
}

.company-about__image {
  grid-area: image;
}
@media screen and (max-width: 959px) {
  .company-about__image {
    width: 60%;
    margin: 0 auto;
    margin-top: 36px;
  }
}
@media screen and (min-width: 960px) {
  .company-about__image {
    margin-top: min(11.2850082372vw, 137px);
    margin-left: 0;
    height: min(29.6540362438vw, 360px);
    border-radius: min(1.647446458vw, 20px);
    overflow: hidden;
  }
}

.company-about__image img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .company-about__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
}

.company-access__heading {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .company-access__heading {
    margin-top: min(6.7545304778vw, 82px);
  }
}

.company-access__heading .heading1__main {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .company-access__heading .heading1__main {
    font-size: min(3.4596375618vw, 42px);
  }
}

.company-access__box {
  border: 4px solid #D3DDE6;
  border-radius: 15px;
  padding: 30px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .company-access__box {
    display: grid;
    grid-template-columns: 1fr min(32.9489291598vw, 400px);
    gap: min(3.294892916vw, 40px);
    max-width: min(75.7825370675vw, 920px);
    margin: min(2.7182866557vw, 33px) auto 0;
    border: min(0.4942339374vw, 6px) solid #D3DDE6;
    border-radius: min(3.294892916vw, 40px);
    padding: min(4.118616145vw, 50px) min(4.942339374vw, 60px);
  }
}

.company-access__label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .company-access__label {
    font-size: min(1.647446458vw, 20px);
  }
}

.company-access__text {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .company-access__text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .company-access__text {
    font-size: min(1.3179571664vw, 16px);
    margin-top: min(1.2355848435vw, 15px);
  }
}

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

.company-access__map {
  margin-top: 30px;
  overflow: hidden;
  aspect-ratio: 400/334;
}
@media screen and (min-width: 960px) {
  .company-access__map {
    margin-top: 0;
    aspect-ratio: 400/231;
    height: min(19.0280065898vw, 231px);
  }
}

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

.company-greeting {
  background-color: #E9ECF0;
  border-radius: 30px;
  padding: 32px 22px 40px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .company-greeting {
    border-radius: min(6.589785832vw, 80px);
    padding: min(5.0247116969vw, 61px) min(6.589785832vw, 80px) min(8.6490939044vw, 105px);
    margin-top: min(6.7545304778vw, 82px);
  }
}

@media screen and (min-width: 960px) {
  .company-greeting__container {
    display: grid;
    grid-template-columns: min(39.5387149918vw, 480px) min(32.9489291598vw, 400px);
    grid-template-areas: "contents image";
    align-items: start;
    gap: min(6.589785832vw, 80px);
  }
}

.company-greeting__contents {
  grid-area: contents;
}

.company-greeting__heading {
  margin: 0;
}

.company-greeting__heading .heading1__main {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .company-greeting__heading .heading1__main {
    font-size: min(2.9654036244vw, 36px);
  }
}

.company-greeting__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 35px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .company-greeting__text {
    font-size: min(1.3179571664vw, 16px);
    margin-top: min(3.294892916vw, 40px);
  }
}

.company-greeting__text p + p {
  margin-top: 1.875em;
}

.company-greeting__sign {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .company-greeting__sign {
    margin-top: min(2.471169687vw, 30px);
  }
}

.company-greeting__sign-label {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (min-width: 960px) {
  .company-greeting__sign-label {
    font-size: min(1.1532125206vw, 14px);
  }
}

.company-greeting__sign-name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .company-greeting__sign-name {
    font-size: min(1.9769357496vw, 24px);
    margin-top: min(0.4118616145vw, 5px);
  }
}

.company-greeting__image {
  grid-area: image;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .company-greeting__image {
    margin-top: min(9.9670510708vw, 121px);
    height: min(34.5963756178vw, 420px);
    border-radius: min(1.647446458vw, 20px);
    overflow: hidden;
  }
}

.company-greeting__image img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .company-greeting__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
}

.company-info__heading {
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .company-info__heading {
    margin-top: min(6.7545304778vw, 82px);
  }
}

.company-info__heading .heading1__main {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .company-info__heading .heading1__main {
    font-size: min(3.4596375618vw, 42px);
  }
}

.company-info__items {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-top: 1px solid #D3DDE6;
  margin-top: 17px;
}
@media screen and (min-width: 960px) {
  .company-info__items {
    grid-template-columns: min(16.4744645799vw, 200px) 1fr;
    max-width: min(67.5453047776vw, 820px);
    margin: min(2.7182866557vw, 33px) auto 0;
  }
}

.company-info__item-title,
.company-info__item-data {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #D3DDE6;
  padding: 18px 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 960px) {
  .company-info__item-title,
  .company-info__item-data {
    font-size: min(1.3179571664vw, 16px);
    padding: min(2.0593080725vw, 25px) 0;
  }
}

.company-info__item-title {
  font-weight: 700;
}

.company-info__item-data {
  display: block;
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .company-info__item-data {
    padding: min(2.0593080725vw, 25px) 0;
  }
}

.company-info__map-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (min-width: 960px) {
  .company-info__map-link {
    margin-top: min(0.823723229vw, 10px);
  }
}

.company-info__map-link img {
  flex-shrink: 0;
  width: 14px;
  height: auto;
  transform: translateY(3px);
}

.company-organization__heading {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .company-organization__heading {
    margin-top: min(6.7545304778vw, 82px);
  }
}

.company-organization__heading .heading1__main {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  .company-organization__heading .heading1__main {
    font-size: min(3.4596375618vw, 42px);
  }
}

.company-organization__box {
  border: 4px solid #D3DDE6;
  border-radius: 15px;
  padding: 30px 20px 25px;
  margin-top: 20px;
  background: radial-gradient(circle closest-side at 50.16% 46.66%, rgb(203, 235, 250) 0%, rgb(250, 253, 255) 81.88%);
}
@media screen and (min-width: 960px) {
  .company-organization__box {
    border: min(0.4942339374vw, 6px) solid #D3DDE6;
    border-radius: min(6.589785832vw, 80px);
    padding: min(6.589785832vw, 80px) min(9.8846787479vw, 120px) min(4.118616145vw, 50px);
    margin-top: min(2.7182866557vw, 33px);
  }
}

.company-organization__box img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .company-organization__box img {
    width: 100%;
  }
}

.company-organization__desc {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.733;
  letter-spacing: 0.05em;
  margin-top: 27px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 960px) {
  .company-organization__desc {
    font-size: min(1.2355848435vw, 15px);
    max-width: min(49.4233937397vw, 600px);
    margin: min(4.942339374vw, 60px) auto 0;
  }
}

#contact-cta {
  background-position: calc(50% - 50px) center;
}