@charset "UTF-8";

*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

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

abbr[title] {
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=number] {
  -moz-appearance: textfield
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-color: inherit;
  border-collapse: collapse
}

caption {
  text-align: left
}

td,
th {
  vertical-align: top;
  padding: 0
}

th {
  text-align: left;
  font-weight: 700
}

html {
  background-color: #effbff;
  color: #000;
  scroll-behavior: smooth;
  font-size: .0694444444vw
}

@media(min-width:1441px) {
  html {
    font-size: 1px
  }
}

@media(max-width:768px) {
  html {
    font-size: .2325581395vw
  }
}

body {
  width: 100%;
  text-size-adjust: none;
  text-align: left;
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px
}

#pageWrapper,
#pageContainer {
  width: 100%;
  overflow-x: clip
}

img,
iframe,
video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  touch-callout: none;
  user-select: none;
  user-drag: none
}

img,
svg,
button {
  -webkit-touch-callout: none;
  user-select: none
}

button:focus {
  outline: 0
}

em {
  font-style: normal
}

nav {
  list-style-type: none
}

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

input:focus {
  outline: 0
}

textarea:focus {
  outline: 0
}

.js--hover {
  cursor: pointer !important
}

.js--none {
  display: none !important
}

.js--hidden {
  visibility: hidden !important;
  pointer-events: none !important
}

.js--fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.js--noClick {
  pointer-events: none !important
}

@media(max-width:768px) {
  br.--pc {
    display: none
  }
}

br.--sp {
  display: none
}

@media(max-width:768px) {
  br.--sp {
    display: inline
  }
}

.--underline {
  position: relative
}

.--underline:before {
  content: "";
  position: absolute;
  bottom: -.2em;
  width: 100%;
  height: max(1rem, 1px);
  background-color: currentColor;
  transition-property: opacity;
  transition-duration: .2s;
  transition-delay: 0s;
  transition-timing-function: linear;
  opacity: 0
}

@media(min-width:769px) {
  .--underline:hover:before {
    opacity: .5
  }
}

.--plusText {
  position: relative
}

.--plusText:before {
  content: "プラス";
  position: absolute;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: .2063492063em;
  letter-spacing: .01em;
  text-align: center;
  width: 100%;
  margin-top: -.3em;
  margin-left: -.1em;
  display: inline-block
}

.--plusText_l {
  position: relative
}

.--plusText_l:before {
  content: "プラス";
  position: absolute;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: .5em;
  letter-spacing: .01em;
  text-align: center;
  width: 100%;
  margin-top: -1em;
  left: -25%;
  display: inline-block;
  white-space: nowrap
}

.--inview .--inview_container {
  opacity: 0
}

.--hoverScale .--hoverScale_item {
  transition-property: scale;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.12, .88, .32, .99)
}

@media(min-width:769px) {
  .--hoverScale:hover .--hoverScale_item {
    scale: 1.1
  }
}

.dumHeader {
  display: block;
  width: 100%;
  height: 223rem;
  background-color: #f5f5f5
}

@media(max-width:768px) {
  .dumHeader {
    height: 92rem
  }
}

.dumHeader * {
  object-fit: contain
}

.dumFooter {
  display: block;
  width: 100%;
  height: 372rem;
  background-color: #fff
}

@media(max-width:768px) {
  .dumFooter {
    height: 640rem
  }
}

.dumFooter * {
  object-fit: contain
}

.oHeader {
  width: 100%;
  height: 0
}

.oHeader .oHeader_container {
  position: fixed;
  width: 1302rem;
  height: 75rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 46rem;
  background-color: #fff;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 25rem 0 41rem;
  z-index: 9;
  white-space: nowrap
}

@media(max-width:768px) {
  .oHeader .oHeader_container {
    top: 20rem;
    width: 390rem;
    height: 64rem;
    padding: 0 34rem 0 23rem
  }
}

.oHeader .oHeader_logo img {
  width: auto;
  height: 29rem
}

@media(max-width:768px) {
  .oHeader .oHeader_logo img {
    width: auto;
    height: 26rem
  }
}

.oHeader .oHeader_items,
.oHeader .oHeader_items .--pc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row
}

@media(max-width:768px) {
  .oHeader .oHeader_items .--pc {
    display: none
  }
}

.oHeader .oHeader_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  font-size: 15rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8666666667;
  letter-spacing: 0em;
  color: inherit;
  gap: 15rem;
  margin-right: 20rem
}

.oHeader .oHeader_button {
  font-size: 15rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.9333333333;
  letter-spacing: .04em;
  color: inherit;
  position: relative;
  min-width: 149rem;
  text-align: center
}

.oHeader .oHeader_button span.--front {
  display: inline-block;
  width: 100%;
  border-radius: 100vmax;
  position: relative;
  padding: 0 13rem;
  transition-property: transform;
  transition-duration: .8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.12, .88, .32, .99)
}

.oHeader .oHeader_button span.--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5rem;
  left: 0;
  border-radius: 100vmax;
  display: inline-block
}

.oHeader .oHeader_button:hover span.--front {
  transform: translate3d(0, 5rem, 0)
}

.oHeader .oHeader_button.--blue {
  margin-right: 7rem
}

.oHeader .oHeader_button.--blue span.--front {
  background-color: #0f347f;
  color: #fff
}

.oHeader .oHeader_button.--blue span.--bg {
  background-color: #081736
}

.oHeader .oHeader_button.--yellow {
  margin-right: 11rem
}

.oHeader .oHeader_button.--yellow span.--front {
  background-color: #fcff3b;
  color: #0f347f
}

.oHeader .oHeader_button.--yellow span.--bg {
  background-color: #dfba40
}

.oHeader .oHeader_items_kyusui {
  width: auto;
  height: 28rem;
  margin-top: 2rem
}

@media(max-width:768px) {
  .oHeader .oHeader_items_kyusui {
    margin-top: 4rem
  }
}

.oHeader .oHeader_open {
  display: none
}

@media(max-width:768px) {
  .oHeader .oHeader_open {
    width: 31rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    margin-left: 27rem
  }
}

.oHamburger {
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 0;
  background: linear-gradient(110deg, #a0e5ff, #f3fcff 40%, #35baec);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-delay: 0s;
  transition-timing-function: linear
}

.oHamburger .oHamburger_main {
  width: 390rem;
  height: calc(100% - 137rem);
  background-color: #fff;
  top: 20rem;
  position: absolute;
  border-radius: 15rem
}

.oHamburger .oHamburger_main .oHamburger_scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.oHamburger .oHamburger_main .oHamburger_scroll::-webkit-scrollbar {
  display: none
}

.oHamburger .oHamburger_main .oHamburger_scroll {
  padding: 55rem 23rem 29rem
}

.oHamburger .oHamburger_main .oHamburger_kyusui {
  width: auto;
  height: 57rem;
  margin-left: 18rem
}

.oHamburger .oHamburger_main .oHamburger_list {
  padding: 20rem 9rem 36rem;
  display: grid;
  grid-template-columns: 170rem 1fr;
  grid-auto-rows: auto;
  column-gap: 20rem;
  row-gap: 19rem
}

.oHamburger .oHamburger_main .oHamburger_list .oHamburger_card .oHamburger_card_sub {
  font-size: 14rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: .04em;
  color: #23a9ff;
  margin-bottom: 3rem
}

.oHamburger .oHamburger_main .oHamburger_list .oHamburger_card .oHamburger_card_main {
  font-size: 18rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3333333333;
  letter-spacing: .02em;
  color: inherit
}

.oHamburger .oHamburger_main .oHamburger_ctas {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 23rem
}

.oHamburger .oHamburger_main .cta {
  width: 100%;
  height: 93rem
}

.oHamburger .oHamburger_main .cta .cta_container {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%
}

.oHamburger .oHamburger_main .cta .cta_texts {
  flex-grow: 1;
  padding-left: 9rem
}

.oHamburger .oHamburger_main .cta .cta_bg {
  bottom: -9rem
}

.oHamburger .oHamburger_main .cta .cta_text.--en {
  padding-top: 4rem
}

.oHamburger .oHamburger_main .cta .cta_text.--jp {
  font-size: 16rem
}

@media(min-width:769px) {
  .oHamburger .oHamburger_main .cta:hover .cta_container {
    transform: translate3d(0, 9rem, 0)
  }
}

.oHamburger .oHamburger_dLogo {
  width: 126rem;
  height: auto;
  margin: 24rem auto 9rem
}

.oHamburger .oHamburger_copy {
  text-align: center;
  font-size: 12rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6666666667;
  letter-spacing: .04em;
  color: #8e8e8e
}

.oHamburger .oHamburger_cta {
  position: absolute;
  bottom: 30rem;
  width: 325rem
}

.oHamburger .oHamburger_close {
  position: absolute;
  top: 21rem;
  right: 35rem;
  width: 29rem;
  height: 19rem
}

.oHamburger .oHamburger_close img {
  object-fit: contain
}

.oHamburger.--act {
  opacity: 1;
  pointer-events: auto
}

.vimeoMovie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000c;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition-property: opacity;
  transition-duration: .4s;
  transition-delay: 0s;
  transition-timing-function: linear
}

.vimeoMovie iframe {
  width: min(1087rem, (100svh - 232rem) * 1.7777777778);
  height: min(611.4375rem, 100svh - 232rem);
  object-fit: contain
}

@media(max-width:768px) {
  .vimeoMovie iframe {
    width: 369rem;
    height: 207.5625rem
  }
}

.vimeoMovie button {
  position: absolute;
  width: 68rem;
  height: 68rem;
  top: 45rem;
  right: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

@media(max-width:768px) {
  .vimeoMovie button {
    top: 30rem;
    right: 30rem
  }
}

.vimeoMovie.--hide {
  opacity: 0;
  pointer-events: none
}

.waterBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #a0e5ff, #f3fcff 40%, #35baec)
}

.circleSB {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 31.34rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: .8328015316;
  letter-spacing: 0em;
  color: #fcff3b;
  rotate: -12.14deg
}

.circleSB svg {
  fill: #0f347f;
  position: absolute;
  width: 133rem;
  height: auto;
  rotate: 12.14deg
}

.circleSB h3 {
  position: absolute
}

.circleSB h3.--bg {
  -webkit-text-stroke: 14rem #0F347F
}

.sectionHeading {
  position: relative
}

.sectionHeading .sectionHeading_sub {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 24rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: .8333333333;
  letter-spacing: .04em;
  color: inherit;
  margin-bottom: 38rem
}

@media(max-width:768px) {
  .sectionHeading .sectionHeading_sub {
    font-size: 20rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: .04em;
    color: inherit;
    margin-bottom: 30rem
  }
}

.sectionHeading .sectionHeading_sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: .14em;
  background-color: currentColor;
  bottom: -.4em
}

@media(max-width:768px) {
  .sectionHeading .sectionHeading_sub:before {
    bottom: -.6em
  }
}

.sectionHeading .sectionHeading_main {
  font-size: 40rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3625;
  letter-spacing: .1em;
  color: inherit
}

@media(max-width:768px) {
  .sectionHeading .sectionHeading_main {
    font-size: 25rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 2.18;
    letter-spacing: .1em;
    color: inherit
  }
}

.sectionHeading .sectionHeading_point {
  position: absolute;
  top: 0;
  padding: 26rem 27rem 22rem;
  border-radius: 100vmax;
  background-color: #fff
}

@media(max-width:768px) {
  .sectionHeading .sectionHeading_point {
    top: -20rem;
    padding: 18rem 24rem 12rem
  }
}

.sectionHeading .sectionHeading_point .sectionHeading_point_text {
  font-size: 20rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: .08em;
  color: inherit;
  text-align: center
}

@media(max-width:768px) {
  .sectionHeading .sectionHeading_point .sectionHeading_point_text {
    font-size: 17rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4411764706;
    letter-spacing: .08em;
    color: inherit
  }
}

.sectionHeading .sectionHeading_point .sectionHeading_point_em {
  position: absolute;
  font-size: 14.3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 3.0909090909;
  letter-spacing: .04em;
  color: #fff;
  top: -32rem;
  right: -42rem;
  width: 106rem;
  height: 75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

@media(max-width:768px) {
  .sectionHeading .sectionHeading_point .sectionHeading_point_em {
    top: -41rem;
    right: -30rem
  }
}

.sectionHeading .sectionHeading_point .sectionHeading_point_em svg {
  position: absolute;
  width: 100%;
  height: auto
}

.sectionHeading .sectionHeading_point .sectionHeading_point_em h3 {
  position: absolute;
  rotate: 12.69deg;
  transform-origin: center;
  transform: translate3d(0, 3%, 0)
}

.sectionHeading .sectionHeading_point_toge {
  position: absolute;
  width: 30rem;
  height: auto;
  fill: #fff;
  left: 59%;
  bottom: -14rem;
  transform: translate3d(0, -7.1428571429%, 0)
}

.pushButton {
  position: relative;
  display: inline-block;
  width: 275rem
}

.pushButton .pushButton_container {
  color: #fff;
  position: relative;
  border-radius: 100vmax;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0f347f;
  transition-property: transform;
  transition-duration: .8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.12, .88, .32, .99);
  width: 100%;
  padding: 30rem 25rem 23rem 49rem
}

@media(max-width:768px) {
  .pushButton .pushButton_container {
    padding-top: 23rem;
    padding-bottom: 19rem
  }
}

.pushButton .pushButton_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background-color: #4569b4;
  bottom: -8rem
}

.pushButton .pushButton_text {
  font-size: 20rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .08em;
  color: inherit;
  position: relative;
  top: -.18em
}

.pushButton .pushButton_icon {
  position: relative;
  width: 56rem;
  height: 56rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

.pushButton .pushButton_icon svg {
  width: 27rem;
  height: auto
}

.pushButton .pushButton_arrow {
  width: 10rem;
  height: auto;
  fill: currentColor;
  margin-bottom: 10rem
}

@media(min-width:769px) {
  .pushButton:hover .pushButton_container {
    transform: translate3d(0, 8rem, 0)
  }
}

.cta {
  position: relative;
  display: inline-block
}

.cta .cta_container {
  color: #0f347f;
  position: relative;
  border-radius: 100vmax;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fcff3b;
  transition-property: transform;
  transition-duration: .8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.12, .88, .32, .99)
}

.cta .cta_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  background-color: #dfba40
}

.cta .cta_texts {
  position: relative
}

.cta .cta_icon {
  position: relative;
  width: 56rem;
  height: 56rem;
  background-color: #0f347f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

@media(max-width:768px) {
  .cta .cta_icon {
    width: 43rem;
    height: 43rem
  }
}

.cta .cta_icon svg {
  width: 27rem;
  height: auto
}

@media(max-width:768px) {
  .cta .cta_icon svg {
    width: 21rem
  }
}

.cta .cta_arrow {
  width: 10rem;
  height: auto;
  fill: currentColor;
  margin-left: 23rem
}

@media(max-width:768px) {
  .cta.--small {
    width: 370rem
  }
}

.cta.--small .cta_container {
  padding: 33rem 21rem 36rem 22rem
}

@media(max-width:768px) {
  .cta.--small .cta_container {
    padding: 7rem 16rem 8rem 44rem;
    width: 100%
  }
}

.cta.--small .cta_bg {
  bottom: -9rem
}

@media(max-width:768px) {
  .cta.--small .cta_bg {
    bottom: -7rem
  }
}

.cta.--small .cta_texts {
  margin-top: 4rem
}

.cta.--small .cta_texts .cta_text.--en {
  font-size: 28rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: .7142857143;
  letter-spacing: .02em;
  color: inherit;
  margin-bottom: 7rem
}

@media(max-width:768px) {
  .cta.--small .cta_texts .cta_text.--en {
    display: none
  }
}

.cta.--small .cta_texts .cta_text.--jp {
  font-size: 16rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: .08em;
  color: inherit
}

@media(max-width:768px) {
  .cta.--small .cta_texts .cta_text.--jp {
    font-size: 22rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: .9090909091;
    letter-spacing: .08em;
    color: inherit;
    margin-right: 10rem
  }
}

.cta.--small .cta_icon {
  margin-right: 9rem;
  flex-shrink: 0
}

.cta.--small .cta_arrow {
  margin-left: 23rem
}

@media(min-width:769px) {
  .cta.--small .cta_container:hover {
    transform: translate3d(0, 9rem, 0)
  }
}

@media(max-width:768px) {
  .cta.--small .cta_container:hover {
    transform: translate3d(0, 7rem, 0)
  }
}

.cta.--middle {
  width: 573rem
}

@media(max-width:768px) {
  .cta.--middle {
    width: 370rem
  }
}

.cta.--middle .cta_container {
  width: 100%;
  padding: 29rem 33rem 28rem 40rem
}

@media(max-width:768px) {
  .cta.--middle .cta_container {
    padding: 25rem 17rem 25rem 19rem
  }
}

.cta.--middle .cta_bg {
  bottom: -12rem
}

@media(max-width:768px) {
  .cta.--middle .cta_bg {
    bottom: -10rem
  }
}

.cta.--middle .cta_text.--en {
  font-size: 32rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: .02em;
  color: inherit;
  margin-bottom: 11rem
}

@media(max-width:768px) {
  .cta.--middle .cta_text.--en {
    font-size: 26rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: .02em;
    color: inherit;
    margin-bottom: 8rem
  }
}

.cta.--middle .cta_text.--jp {
  position: relative;
  font-size: 24rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: .08em;
  color: inherit;
  top: -.18em
}

@media(max-width:768px) {
  .cta.--middle .cta_text.--jp {
    font-size: 17rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: .05em;
    color: inherit;
    top: -.18em
  }
}

@media(max-width:768px) {
  .cta.--middle .cta_icon {
    width: 46rem;
    height: 46rem
  }
}

.cta.--middle .cta_icon svg {
  width: 22rem
}

.cta.--middle .cta_icon svg.--down {
  width: 20rem;
  height: auto
}

@media(max-width:768px) {
  .cta.--middle .cta_arrow {
    margin-left: 5rem
  }
}

.cta.--middle:hover .cta_container {
  transform: translate3d(0, 12rem, 0)
}

@media(max-width:768px) {
  .cta.--middle:hover .cta_container {
    transform: translate3d(0, 10rem, 0)
  }
}

.cta.--big {
  width: 775rem
}

@media(max-width:768px) {
  .cta.--big {
    width: 370rem
  }
}

.cta.--big .cta_container {
  width: 100%;
  padding: 65rem 54rem 72rem 185rem
}

@media(max-width:768px) {
  .cta.--big .cta_container {
    position: relative;
    height: 166rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 76rem;
    padding-right: 18rem;
    align-items: start
  }
}

.cta.--big .cta_bg {
  bottom: -14rem
}

@media(max-width:768px) {
  .cta.--big .cta_texts {
    position: static
  }
}

.cta.--big .cta_text.--en {
  font-size: 40rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.225;
  letter-spacing: .02em;
  color: inherit;
  margin-bottom: 12rem
}

@media(max-width:768px) {
  .cta.--big .cta_text.--en {
    font-size: 28rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: .02em;
    color: inherit;
    margin-bottom: 0;
    margin-top: 45rem;
    position: relative;
    left: -24rem
  }
}

.cta.--big .cta_text.--jp {
  font-size: 19rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: .08em;
  color: inherit;
  position: relative;
  top: -.18em
}

@media(max-width:768px) {
  .cta.--big .cta_text.--jp {
    font-size: 18rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3333333333;
    letter-spacing: .05em;
    color: inherit;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 33rem
  }
}

.cta.--big .cta_icon {
  width: 62rem;
  height: 62rem
}

.cta.--big .cta_icon svg {
  width: 31rem
}

@media(max-width:768px) {
  .cta.--big .cta_icon {
    width: 47rem;
    height: 47rem;
    margin-top: 33rem
  }

  .cta.--big .cta_icon svg {
    width: 23rem
  }
}

.cta.--big .cta_arrow {
  width: 16rem;
  margin-left: 90rem
}

@media(max-width:768px) {
  .cta.--big .cta_arrow {
    width: 10rem;
    margin-left: 0rem;
    align-self: stretch
  }
}

@media(min-width:769px) {
  .cta.--big:hover .cta_container {
    transform: translate3d(0, 14rem, 0)
  }
}

.cta.--blue .cta_container {
  background-color: #0f347f;
  color: #fff
}

.cta.--blue .cta_bg {
  background-color: #081736
}

.cta.--blue .cta_icon {
  background-color: #fff;
  fill: #0f347f
}

.simpleSB {
  position: relative;
  border-radius: 100vmax;
  text-align: center;
  display: inline-block
}

.simpleSB .simpleSB_text {
  position: relative;
  top: -.01em
}

.simpleSB svg {
  fill: inherit;
  stroke: none;
  position: absolute;
  width: 30rem;
  height: auto;
  left: 29%;
  transform: translate3d(0, -7.1428571429%, 0)
}

.kyusuiText {
  font-size: 88.71rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: .7552699808;
  letter-spacing: .01em;
  color: #0f347f
}

@media(max-width:768px) {
  .kyusuiText {
    font-size: 71.71rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: .7488495328;
    letter-spacing: .01em;
    color: #0f347f;
    white-space: nowrap
  }
}

.kyusuiText .--en {
  margin-right: .1em
}

.kyusuiText .--jp {
  font-size: .8855822342em;
  letter-spacing: .01em;
  color: #23a9ff;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  top: -.02em
}

.kyusuiText .--jp .--rs06 {
  letter-spacing: .06em
}

.kyusuiText .--plus {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal
}

.mainCta {
  position: fixed;
  bottom: 30rem;
  right: 30rem;
  z-index: 999
}

@media(max-width:768px) {
  .mainCta {
    right: 50%;
    transform: translate3d(50%, 0, 0)
  }
}

.oFooter {
  position: relative;
  height: 577rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  padding-bottom: 64rem;
  overflow-x: clip
}

@media(max-width:768px) {
  .oFooter {
    height: 706rem;
    padding-bottom: 26rem
  }
}

.oFooter .oFooter_dBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: -1
}

.oFooter .oFooter_bg {
  width: 100%;
  height: 766rem;
  position: absolute;
  top: -331rem;
  z-index: -1
}

@media(max-width:768px) {
  .oFooter .oFooter_bg {
    height: 189rem;
    top: -101rem
  }
}

@media(max-width:768px) {
  .oFooter .oFooter_bg.--01 {
    display: none
  }
}

.oFooter .oFooter_bg.--02 {
  display: none
}

@media(max-width:768px) {
  .oFooter .oFooter_bg.--02 {
    display: block
  }
}

.oFooter .oFooter_itemBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column
}

.oFooter .oFooter_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 476rem;
  margin: 0 auto
}

@media(max-width:768px) {
  .oFooter .oFooter_logos {
    width: 100%;
    flex-direction: column;
    gap: 29rem;
    margin-bottom: 46rem
  }
}

.oFooter .oFooter_logos .--01 {
  width: 197rem;
  height: auto
}

@media(max-width:768px) {
  .oFooter .oFooter_logos .--01 {
    width: 189rem
  }
}

.oFooter .oFooter_logos .--02 {
  width: 234rem;
  height: auto
}

@media(max-width:768px) {
  .oFooter .oFooter_logos .--02 {
    width: 215rem
  }
}

.oFooter .oFooter_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 16rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 2.75;
  letter-spacing: 0em;
  color: inherit;
  gap: 25rem;
  margin-top: 46rem;
  margin-bottom: 22rem
}

@media(max-width:768px) {
  .oFooter .oFooter_list {
    font-size: 18rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    color: inherit;
    display: grid;
    grid-template-columns: 1fr 170rem;
    grid-auto-rows: auto;
    column-gap: 22rem;
    row-gap: 26rem;
    width: 345rem;
    margin: 0 auto 38rem
  }

  .oFooter .oFooter_list .oFooter_card {
    align-self: flex-start
  }
}

.oFooter .oFooter_line {
  width: auto;
  height: 3rem;
  margin: 0 auto
}

@media(max-width:768px) {
  .oFooter .oFooter_line {
    width: 380rem;
    margin: 0 auto
  }
}

@media(max-width:768px) {
  .oFooter .oFooter_line.--pc {
    display: none
  }
}

.oFooter .oFooter_line.--sp {
  display: none
}

@media(max-width:768px) {
  .oFooter .oFooter_line.--sp {
    display: flex
  }
}

.oFooter .oFooter_copy {
  font-size: 14rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4285714286;
  letter-spacing: .04em;
  color: inherit;
  text-align: center;
  margin-top: 51rem
}

@media(max-width:768px) {
  .oFooter .oFooter_copy {
    font-size: 12rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6666666667;
    letter-spacing: .04em;
    color: inherit;
    margin-top: 25rem
  }
}

.oFooter .oFooter_bottom {
  width: 953rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 15rem
}

@media(max-width:768px) {
  .oFooter .oFooter_bottom {
    width: auto;
    flex-direction: column;
    margin-top: 40rem;
    gap: 27rem
  }
}

.oFooter .oFooter_Bottomlist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 19rem;
  font-size: 12rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 3.6666666667;
  letter-spacing: .04em;
  color: inherit
}

@media(max-width:768px) {
  .oFooter .oFooter_Bottomlist {
    font-size: 12rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3333333333;
    letter-spacing: .04em;
    color: inherit;
    gap: 16rem 26rem;
    flex-wrap: wrap
  }
}

.oFooter .oFooter_Bottomlist .oFooter_Bottomcard a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  white-space: nowrap
}

.oFooter .oFooter_Bottomlist .oFooter_Bottomcard a img {
  width: 16rem;
  height: auto;
  margin-left: 9rem;
  margin-bottom: 1rem
}

.oFooter .oFooter_Bottomlist .oFooter_Bottomcard .--underline:before {
  bottom: 1em
}

.oFooter .oFooter_dButton {
  width: 242rem;
  height: 52rem;
  position: relative
}

@media(max-width:768px) {
  .oFooter .oFooter_dButton {
    width: 265rem;
    height: 57rem
  }
}

.oFooter .oFooter_dButton .--front,
.oFooter .oFooter_dButton .--bg {
  display: block;
  width: 100%;
  height: 47rem;
  border-radius: 100vmax;
  position: absolute
}

@media(max-width:768px) {

  .oFooter .oFooter_dButton .--front,
  .oFooter .oFooter_dButton .--bg {
    width: 100%;
    height: 52rem
  }
}

.oFooter .oFooter_dButton .--front {
  top: 0;
  background-color: #fcfcfc;
  transition-property: transform;
  transition-duration: .8s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.12, .88, .32, .99)
}

.oFooter .oFooter_dButton .--bg {
  bottom: 0;
  background-color: #c1c1c1
}

@media(min-width:769px) {
  .oFooter .oFooter_dButton:hover .--front {
    transform: translate3d(0, 5rem, 0)
  }
}

.top .sections {
  position: relative
}

.top .sections .waterBg {
  height: calc(100% + 227rem)
}

.top .fv {
  position: relative
}

.top .fv .fv_bg.--01 {
  position: absolute;
  width: 100%;
  height: 623rem;
  object-fit: fill;
  bottom: -4rem
}

@media(max-width:768px) {
  .top .fv .fv_bg.--01 {
    height: 93rem;
    bottom: 49rem
  }
}

@media(max-width:768px) {
  .top .fv .fv_bg.--02 {
    width: 100%;
    height: 60rem;
    background-color: #0f347f;
    position: absolute;
    bottom: -5rem
  }
}

.top .fv .fv_texts {
  width: 1162rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 175rem;
  padding-left: 11rem;
  position: relative
}

@media(max-width:768px) {
  .top .fv .fv_texts {
    width: 370rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 106rem;
    padding-left: 0
  }
}

.top .fv .fv_texts .simpleSB {
  background-color: #0f347f;
  fill: #0f347f;
  font-size: 26rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7692307692;
  letter-spacing: .1em;
  color: #fcff3b;
  padding: 0 20rem 0 27rem
}

@media(max-width:768px) {
  .top .fv .fv_texts .simpleSB {
    font-size: 20.32rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.7716535433;
    letter-spacing: .1em;
    color: #fcff3b;
    padding: 0 16rem 0 21rem
  }
}

.top .fv .fv_texts .fv_catch_main {
  margin-top: 32rem
}

@media(max-width:768px) {
  .top .fv .fv_texts .fv_catch_main {
    margin-top: 21rem
  }
}

.top .fv .fv_texts .fv_catch_text {
  font-size: 32rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.703125;
  letter-spacing: .14em;
  color: inherit;
  margin-top: 24rem
}

@media(max-width:768px) {
  .top .fv .fv_texts .fv_catch_text {
    font-size: 24rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4583333333;
    letter-spacing: .14em;
    color: inherit;
    margin-top: 21rem
  }
}

.top .fv .fv_texts .fv_catch_text em {
  color: #23a9ff;
  display: inline-block;
  position: relative
}

.top .fv .fv_texts .fv_catch_text em:before {
  content: "";
  position: absolute;
  bottom: .16em;
  width: 100%;
  height: .1em;
  background-color: currentColor
}

@media(max-width:768px) {
  .top .fv .fv_texts .fv_catch_text em:before {
    bottom: -.25em
  }
}

.top .fv .fv_points {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  gap: 25rem;
  margin-top: 26rem
}

@media(max-width:768px) {
  .top .fv .fv_points {
    width: 100%;
    gap: 17rem;
    margin-top: 25rem
  }
}

.top .fv .fv_point {
  width: 168rem;
  height: 168rem
}

@media(max-width:768px) {
  .top .fv .fv_point {
    width: 112rem;
    height: 112rem
  }
}

.top .fv .fv_point .fv_point_anchor {
  width: 100%;
  height: 100%;
  border-radius: 50%
}

.top .fv .fv_point .fv_point_anchor .fv_point_itemBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f6fcffe6;
  text-align: center;
  border-radius: 50%;
  box-shadow: 3rem 3rem 10rem #063c9940;
  position: relative;
  transition-property: transform;
  transition-duration: 1.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.12, .88, .32, .99)
}

.top .fv .fv_point .fv_point_anchor .fv_point_main {
  font-size: 20rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: .08em;
  color: inherit;
  margin-bottom: .3em
}

@media(max-width:768px) {
  .top .fv .fv_point .fv_point_anchor .fv_point_main {
    font-size: 16rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2875;
    letter-spacing: 0em;
    color: inherit
  }
}

.top .fv .fv_point .fv_point_anchor .fv_point_arrow {
  height: auto;
  fill: #0f347f;
  position: absolute;
  width: 25rem;
  bottom: 16rem
}

@media(max-width:768px) {
  .top .fv .fv_point .fv_point_anchor .fv_point_arrow {
    width: 18rem;
    bottom: 10rem
  }
}

@media(min-width:769px) {
  .top .fv .fv_point .fv_point_anchor:hover .fv_point_itemBox {
    transform: translate3d(0, 5%, 0)
  }
}

.top .fv .fv_imgs {
  position: relative;
  width: 1440rem;
  aspect-ratio: 1440/532;
  margin: 39rem auto 0
}

@media(max-width:768px) {
  .top .fv .fv_imgs {
    width: 430rem;
    aspect-ratio: 430/357;
    margin: 23rem auto 0
  }
}

.top .fv .fv_imgs .fv_img {
  border-radius: 23rem;
  position: absolute;
  overflow: clip;
  opacity: 0
}

@media(max-width:768px) {
  .top .fv .fv_imgs .fv_img {
    border-radius: 10rem
  }
}

.top .fv .fv_imgs .fv_img:nth-child(1) {
  width: 485rem;
  height: 414rem;
  left: -46rem;
  top: 57rem
}

@media(max-width:768px) {
  .top .fv .fv_imgs .fv_img:nth-child(1) {
    width: 243rem;
    height: 216rem;
    left: -28rem;
    top: 0rem
  }
}

.top .fv .fv_imgs .fv_img:nth-child(2) {
  width: 345rem;
  height: 291rem;
  left: 479rem;
  top: 0
}

@media(max-width:768px) {
  .top .fv .fv_imgs .fv_img:nth-child(2) {
    width: 203rem;
    height: 153rem;
    left: 240rem;
    top: 180rem
  }
}

.top .fv .fv_imgs .fv_img:nth-child(3) {
  width: 345rem;
  height: 211rem;
  left: 479rem;
  bottom: 0
}

@media(max-width:768px) {
  .top .fv .fv_imgs .fv_img:nth-child(3) {
    width: 203rem;
    height: 124rem;
    left: 240rem;
    bottom: 192rem
  }
}

.top .fv .fv_imgs .fv_img:nth-child(4) {
  width: 244rem;
  height: 408rem;
  left: 866rem;
  top: 57rem
}

@media(max-width:768px) {
  .top .fv .fv_imgs .fv_img:nth-child(4) {
    width: 231rem;
    height: 124rem;
    left: -16rem;
    bottom: 0;
    top: auto
  }
}

.top .fv .fv_imgs .fv_img:nth-child(5) {
  width: 335rem;
  height: 369rem;
  right: -47rem;
  top: 0
}

@media(max-width:768px) {
  .top .fv .fv_imgs .fv_img:nth-child(5) {
    display: none
  }
}

.top .fv .fv_anchors {
  width: 1240rem;
  height: 59rem;
  background-color: #fff;
  margin: 53rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-radius: 100vmax;
  font-size: 15rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: .06em;
  color: inherit;
  position: relative
}

@media(max-width:768px) {
  .top .fv .fv_anchors {
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 54rem;
    column-gap: 12rem;
    row-gap: 12rem;
    width: 390rem;
    height: auto;
    font-size: 15rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 3.6;
    letter-spacing: .06em;
    color: inherit;
    margin-top: 40rem;
    margin-bottom: 1rem
  }
}

.top .fv .fv_anchors .fv_anchor {
  padding: 0 24rem
}

@media(max-width:768px) {
  .top .fv .fv_anchors .fv_anchor {
    padding: 0;
    display: block;
    background-color: #fff;
    align-self: stretch;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative
  }

  .top .fv .fv_anchors .fv_anchor a {
    width: 100%;
    padding-left: 17rem
  }
}

.top .fv .fv_anchors .fv_anchor_arrow {
  display: none
}

@media(max-width:768px) {
  .top .fv .fv_anchors .fv_anchor_arrow {
    display: block;
    position: absolute;
    right: 12rem;
    fill: #0f347f;
    width: 16rem;
    margin-top: 3rem
  }
}

.top .fv .fv_anchors .fv_anchor:not(:last-child) {
  border-right: max(1rem, 1px) currentColor solid
}

@media(max-width:768px) {
  .top .fv .fv_anchors .fv_anchor:not(:last-child) {
    border: none
  }
}

.top .cautions {
  padding-top: 130rem;
  position: relative
}

@media(max-width:768px) {
  .top .cautions {
    padding-top: 80rem
  }
}

.top .cautions .cautions_bg.--01 {
  position: absolute;
  width: 100%;
  height: 863rem;
  object-fit: fill;
  top: 0
}

@media(max-width:768px) {
  .top .cautions .cautions_bg.--01 {
    display: none
  }
}

.top .cautions .cautions_bg.--02 {
  display: none
}

@media(max-width:768px) {
  .top .cautions .cautions_bg.--02 {
    display: block;
    position: absolute;
    top: 0;
    width: 100%
  }

  .top .cautions .cautions_bg.--02 svg {
    width: 100%;
    height: 77rem;
    object-fit: fill;
    position: relative;
    top: -1rem
  }

  .top .cautions .cautions_bg.--02 div {
    width: 100%;
    height: 1848rem;
    position: relative;
    background-color: #0f347f
  }
}

.top .cautions .sectionHeading {
  color: #fff;
  text-align: center
}

.top .cautions .cautions_list {
  width: 1110rem;
  margin: 71rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

@media(max-width:768px) {
  .top .cautions .cautions_list {
    margin: 58rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 390rem;
    gap: 67rem
  }
}

.top .cautions .cautions_list .cautions_card {
  width: 100%;
  align-self: stretch;
  background-color: #fff;
  border-radius: 15rem;
  padding-top: 61rem;
  padding-bottom: 31rem;
  position: relative
}

@media(max-width:768px) {
  .top .cautions .cautions_list .cautions_card {
    padding-top: 53rem;
    padding-bottom: 30rem
  }
}

.top .cautions .cautions_list .cautions_card .cautions_card_line {
  position: absolute;
  width: 3rem;
  height: 100%;
  object-fit: contain
}

@media(max-width:768px) {
  .top .cautions .cautions_list .cautions_card .cautions_card_line {
    display: none
  }
}

.top .cautions .cautions_list .cautions_card .cautions_card_line.--left {
  left: 0;
  top: 0;
  transform: translate3d(-50%, 0, 0)
}

.top .cautions .cautions_list .cautions_card .cautions_card_number {
  position: absolute;
  text-align: center;
  font-size: 18.36rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 3.0936819172;
  letter-spacing: .05em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  top: 0%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)
}

.top .cautions .cautions_list .cautions_card .cautions_card_number svg {
  position: absolute;
  width: auto;
  height: 70rem
}

.top .cautions .cautions_list .cautions_card .cautions_card_number span {
  position: relative
}

.top .cautions .cautions_list .cautions_card .cautions_card_main {
  font-size: 24rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5833333333;
  letter-spacing: .1em;
  color: #bb080b;
  text-align: center
}

@media(max-width:768px) {
  .top .cautions .cautions_list .cautions_card .cautions_card_main {
    font-size: 22rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5909090909;
    letter-spacing: .1em;
    color: #bb080b;
    margin-bottom: 6rem
  }
}

.top .cautions .cautions_list .cautions_card .cautions_card_img {
  height: 210rem;
  position: relative;
  top: 8rem
}

@media(max-width:768px) {
  .top .cautions .cautions_list .cautions_card .cautions_card_img {
    height: 237rem;
    top: 0;
    object-fit: contain
  }
}

.top .cautions .cautions_list .cautions_card .cautions_card_sub {
  text-align: center;
  font-size: 16rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.375;
  letter-spacing: .1em;
  color: #0f347f;
  margin-top: 13rem
}

@media(max-width:768px) {
  .top .cautions .cautions_list .cautions_card .cautions_card_sub {
    font-size: 17rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 2.2352941176;
    letter-spacing: .1em;
    color: #0f347f;
    margin-top: 20rem
  }
}

.top .cautions .cautions_list .cautions_card .cautions_card_text {
  width: 305rem;
  margin: 0 auto;
  text-align: justify;
  font-size: 14rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8571428571;
  letter-spacing: .1em;
  color: inherit;
  margin-top: 17rem
}

@media(max-width:768px) {
  .top .cautions .cautions_list .cautions_card .cautions_card_text {
    width: 330rem;
    margin-top: 20rem
  }
}

.top .cautions .cautions_list .cautions_card .cautions_card_text small {
  font-size: 11rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6363636364;
  letter-spacing: .02em;
  color: #595959;
  margin-top: 15rem;
  display: inline-block
}

@media(max-width:768px) {
  .top .cautions .cautions_list .cautions_card .cautions_card_text small {
    margin-top: 11rem
  }
}

@media(max-width:768px) {
  .top .cautions .cautions_list .cautions_card:last-child .cautions_card_sub {
    display: none
  }
}

.top .service .service_container {
  width: 1440rem;
  margin: 0 auto;
  padding-top: 140rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row
}

@media(max-width:768px) {
  .top .service .service_container {
    width: 100%;
    padding-top: 44rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column-reverse
  }
}

.top .service .service_texts {
  width: 563rem;
  text-align: justify;
  margin-left: 100rem
}

@media(max-width:768px) {
  .top .service .service_texts {
    margin-left: 0;
    padding-left: 0;
    margin-top: 42rem;
    width: 370rem
  }
}

.top .service .service_img {
  width: 733rem;
  height: 655rem;
  border-radius: 20rem;
  position: relative;
  right: -20rem;
  overflow: clip
}

@media(max-width:768px) {
  .top .service .service_img {
    right: -44rem;
    width: 379rem;
    height: 330rem
  }
}

.top .service .simpleSB {
  background-color: #0f347f;
  font-size: 26rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7692307692;
  letter-spacing: .14em;
  color: #fcff3b;
  padding: 0 20rem 0 34rem;
  fill: #0f347f
}

@media(max-width:768px) {
  .top .service .simpleSB {
    font-size: 20rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: .14em;
    color: #fcff3b;
    padding: 0 10rem 0 19rem
  }
}

.top .service .service_main {
  margin-top: 43rem
}

@media(max-width:768px) {
  .top .service .service_main {
    margin-top: 31rem
  }
}

.top .service .kyusuiText {
  font-size: 82.51rem
}

@media(max-width:768px) {
  .top .service .kyusuiText {
    font-size: 61.54rem
  }
}

.top .service .service_sub {
  font-size: 28rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5714285714;
  letter-spacing: .08em;
  color: #0f347f;
  margin-top: 47rem
}

@media(max-width:768px) {
  .top .service .service_sub {
    font-size: 24rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6666666667;
    letter-spacing: .08em;
    color: #0f347f;
    margin-top: 34rem
  }
}

.top .service .service_text {
  font-size: 16rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.125;
  letter-spacing: .12em;
  color: inherit;
  margin-top: 51rem
}

@media(max-width:768px) {
  .top .service .service_text {
    margin-top: 34rem
  }
}

.top .service .service_points {
  background-color: #0f347f;
  width: 545rem;
  border-radius: 15rem;
  color: #fff;
  padding: 21rem 31rem;
  margin-top: 50rem
}

@media(max-width:768px) {
  .top .service .service_points {
    width: 370rem;
    margin-top: 25rem;
    padding: 20rem 0 20rem 21rem
  }
}

.top .service .service_points .service_point:not(:last-child) {
  margin-bottom: 13rem
}

@media(max-width:768px) {
  .top .service .service_points .service_point:not(:last-child) {
    margin-bottom: 10rem
  }
}

.top .service .service_point {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row
}

@media(max-width:768px) {
  .top .service .service_point {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: row
  }
}

.top .service .service_point .service_point_num {
  background-color: #fcff3b;
  border-radius: 100vmax;
  display: inline-block;
  font-size: 18rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6111111111;
  letter-spacing: .05em;
  color: #0f347f;
  padding: 3rem 20rem 0;
  margin-right: 18rem
}

@media(max-width:768px) {
  .top .service .service_point .service_point_num {
    margin-right: 15rem
  }
}

.top .service .service_point .service_point_title {
  padding-top: 3rem;
  font-size: 18rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6111111111;
  letter-spacing: .08em;
  color: #fff
}

@media(max-width:768px) {
  .top .service .service_point .service_point_title {
    padding-top: 0;
    font-size: 18rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3333333333;
    letter-spacing: .08em;
    color: #fff
  }
}

.top .movie {
  padding-top: 151rem;
  padding-bottom: 195rem;
  position: relative
}

@media(max-width:768px) {
  .top .movie {
    padding-top: 108rem;
    padding-bottom: 60rem
  }
}

.top .movie .movie_bg.--01 {
  position: absolute;
  width: 100%;
  height: 711rem;
  object-fit: fill;
  bottom: 0
}

@media(max-width:768px) {
  .top .movie .movie_bg.--01 {
    height: 300rem
  }
}

.top .movie .movie_itemBox {
  width: 1045rem;
  height: 588rem;
  position: relative;
  margin: 0 auto;
  border-radius: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

@media(max-width:768px) {
  .top .movie .movie_itemBox {
    width: 370rem;
    height: 208rem
  }
}

.top .movie .movie_itemBox .movie_thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15rem;
  overflow: clip
}

.top .movie .movie_itemBox .movie_play {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

.top .movie .movie_itemBox .movie_play svg {
  position: relative;
  width: 108rem;
  height: 108rem
}

@media(max-width:768px) {
  .top .movie .movie_itemBox .movie_play svg {
    width: 62rem;
    height: 62rem
  }
}

.top .movie .movie_itemBox .movie_em {
  position: absolute;
  height: auto;
  width: 160rem;
  top: -60rem;
  left: -56rem
}

@media(max-width:768px) {
  .top .movie .movie_itemBox .movie_em {
    width: 130rem;
    top: -63rem;
    left: -24rem
  }
}

.top .movie .movie_itemBox .movie_title {
  background-color: #0f347f;
  font-size: 26rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6923076923;
  letter-spacing: .08em;
  color: #fff;
  border-radius: 100vmax;
  padding: 11rem 0 0;
  height: 59rem;
  width: 540rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  transform: translate3d(0, 50%, 0)
}

@media(max-width:768px) {
  .top .movie .movie_itemBox .movie_title {
    font-size: 18rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 2.4444444444;
    letter-spacing: .08em;
    color: #fff;
    padding: 0rem 0 0rem 9rem;
    width: 335rem;
    height: 44rem
  }
}

.top .movie .movie_itemBox .movie_title em {
  font-size: 38rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1578947368;
  letter-spacing: .08em;
  color: inherit
}

@media(max-width:768px) {
  .top .movie .movie_itemBox .movie_title em {
    font-size: 28.56rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5406162465;
    letter-spacing: .08em;
    color: inherit
  }
}

.top .movie .movie_itemBox .movie_title .--plusText_l:before {
  margin-top: 0;
  left: -20%
}

@media(max-width:768px) {
  .top .movie .movie_itemBox .movie_title .--plusText_l:before {
    margin-top: 5rem;
    left: -50%;
    font-size: 10rem
  }
}

.top .movie .cta {
  margin-top: 105rem;
  left: 50%;
  transform: translate(-50%)
}

@media(max-width:768px) {
  .top .movie .cta {
    margin-top: 73rem
  }
}

.top .movie .movie_column {
  display: block;
  width: 1038rem;
  margin: 12rem auto 0;
  padding-top: 118rem
}

@media(max-width:768px) {
  .top .movie .movie_column {
    width: 390rem;
    margin: 10rem auto 0;
    padding-top: 58rem
  }
}

.top .movie .movie_column .movie_column_inner {
  background-color: #0f347f;
  color: #fff;
  border-radius: 20rem;
  padding: 0 0 0 75rem;
  position: relative;
  overflow: clip;
  height: 265rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row
}

@media(max-width:768px) {
  .top .movie .movie_column .movie_column_inner {
    border-radius: 10rem;
    padding: 0;
    height: 363rem;
    justify-content: center
  }
}

.top .movie .movie_column .movie_column_main {
  font-size: 40rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4125;
  letter-spacing: .15em;
  color: #fff
}

.top .movie .movie_column .movie_column_main em {
  color: #fcff3b
}

@media(max-width:768px) {
  .top .movie .movie_column .movie_column_main {
    font-size: 25rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15em;
    color: #fff;
    text-align: center;
    top: 42rem;
    position: absolute
  }
}

.top .movie .movie_column .movie_column_icon {
  position: absolute;
  right: 50rem;
  width: 51rem;
  height: 51rem;
  border-radius: 100vmax;
  background-color: #fcff3b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

@media(max-width:768px) {
  .top .movie .movie_column .movie_column_icon {
    width: 46rem;
    height: 46rem;
    bottom: 22rem;
    right: 22rem
  }
}

.top .movie .movie_column .movie_column_icon svg {
  fill: #0f347f;
  width: 10rem;
  height: auto
}

.top .movie .movie_column .movie_column_img {
  width: 407rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 144rem;
  overflow: clip
}

.top .movie .movie_column .movie_column_img .movie_column_img_mask {
  position: absolute;
  top: 0;
  left: 0
}

.top .movie .movie_column .movie_column_img .--hoverScale_item {
  object-position: center 30%
}

@media(max-width:768px) {
  .top .movie .movie_column .movie_column_img.--pc {
    display: none
  }
}

.top .movie .movie_column .movie_column_img.--sp {
  display: none
}

@media(max-width:768px) {
  .top .movie .movie_column .movie_column_img.--sp {
    display: block;
    top: auto;
    bottom: 0;
    width: 370rem;
    height: auto;
    left: 6rem;
    right: auto
  }
}

.top .plan {
  color: #0f347f;
  padding-top: 133rem
}

@media(max-width:768px) {
  .top .plan {
    padding-top: 73rem
  }
}

.top .plan .sectionHeading {
  text-align: center;
  width: 1440rem;
  margin: 0 auto
}

@media(max-width:768px) {
  .top .plan .sectionHeading {
    text-align: left;
    width: 370rem
  }
}

.top .plan .sectionHeading .sectionHeading_point {
  right: 235rem;
  top: 13rem
}

@media(max-width:768px) {
  .top .plan .sectionHeading .sectionHeading_point {
    right: 0;
    top: -27rem
  }
}

.top .plan .plan_list {
  width: 1080rem;
  margin: 54rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  column-gap: 52rem;
  row-gap: 50rem
}

@media(max-width:768px) {
  .top .plan .plan_list {
    width: 390rem;
    margin: 41rem auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    column-gap: 52rem;
    row-gap: 30rem
  }
}

.top .plan .plan_card {
  background-color: #fff;
  border-radius: 15rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 543rem;
  padding-bottom: 40rem;
  box-shadow: 3rem 3rem 10rem #063c9940;
  position: relative
}

@media(max-width:768px) {
  .top .plan .plan_card {
    min-height: 0;
    padding-bottom: 28rem
  }
}

.top .plan .plan_card .plan_card_reco {
  position: absolute;
  width: 134rem;
  height: auto;
  top: -45rem;
  left: -56rem
}

@media(max-width:768px) {
  .top .plan .plan_card .plan_card_reco {
    width: 121rem;
    height: auto;
    top: -32rem;
    left: -28rem
  }
}

.top .plan .plan_card .plan_card_thum {
  width: 100%;
  height: 283rem;
  border-radius: 15rem 15rem 0 0;
  overflow: clip
}

@media(max-width:768px) {
  .top .plan .plan_card .plan_card_thum {
    height: 215rem
  }
}

.top .plan .plan_card .plan_card_texts {
  background-color: #0f347f;
  border-radius: 100vmax;
  display: inline-block;
  text-align: center;
  margin: -50rem auto 0;
  position: relative;
  padding-top: 14rem;
  padding-bottom: 9rem;
  width: 410rem;
  color: #fff
}

@media(max-width:768px) {
  .top .plan .plan_card .plan_card_texts {
    padding-top: 16rem;
    width: 316rem;
    margin-top: -46rem;
    padding-bottom: 13rem
  }
}

.top .plan .plan_card .plan_card_texts .plan_card_sub {
  font-size: 18rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5555555556;
  letter-spacing: .1em;
  color: inherit;
  margin-bottom: 3rem
}

@media(max-width:768px) {
  .top .plan .plan_card .plan_card_texts .plan_card_sub {
    font-size: 15rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: .1em;
    color: inherit;
    margin-bottom: 0rem
  }
}

.top .plan .plan_card .plan_card_texts .plan_card_main {
  font-size: 28rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3571428571;
  letter-spacing: .1em;
  color: inherit
}

@media(max-width:768px) {
  .top .plan .plan_card .plan_card_texts .plan_card_main {
    font-size: 24rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5833333333;
    letter-spacing: .1em;
    color: inherit
  }
}

.top .plan .plan_card .plan_card_texts .plan_card_main .--num {
  font-size: 18rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0em;
  color: #0f347f;
  background-color: #fff;
  border-radius: 100vmax;
  width: 30rem;
  height: 30rem;
  padding-top: 7.0rem;
  position: relative;
  top: -.23em;
  display: inline-block;
  margin-right: 8rem
}

.top .plan .plan_card .plan_card_texts.--reco {
  color: #fcff3b
}

.top .plan .plan_card .plan_card_table {
  display: block;
  width: 434rem;
  margin-top: 36rem
}

@media(max-width:768px) {
  .top .plan .plan_card .plan_card_table {
    width: 330rem;
    margin-top: 25rem
  }
}

.top .plan .plan_card .plan_card_table tbody {
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: auto;
  column-gap: 0;
  row-gap: 20rem
}

@media(max-width:768px) {
  .top .plan .plan_card .plan_card_table tbody {
    gap: 8rem 0
  }
}

.top .plan .plan_card .plan_card_table tbody tr {
  display: grid;
  grid-template-columns: 75rem 1fr;
  grid-auto-rows: auto;
  column-gap: 16rem;
  row-gap: 0
}

.top .plan .plan_card .plan_card_table tbody tr th:nth-child(1) {
  border: max(3rem, 3px) #0F347F solid;
  border-radius: 100vmax;
  text-align: center;
  font-size: 16rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.125;
  letter-spacing: .1em;
  color: inherit;
  height: 40rem
}

.top .plan .plan_card .plan_card_table tbody .--func {
  font-size: 22rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  letter-spacing: .02em;
  color: #0f347f
}

.top .plan .plan_card .plan_card_table tbody .--feat {
  font-size: 14rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8571428571;
  letter-spacing: .1em;
  color: #000
}

.top .plan .plan_card .plan_card_table tbody .--feat small {
  display: inline-block;
  margin-top: 6rem;
  font-size: 12rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.1666666667;
  letter-spacing: .04em;
  color: inherit
}

@media(max-width:768px) {
  .top .plan .plan_card .plan_card_table tbody .--feat small {
    font-size: 12rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5833333333;
    letter-spacing: .04em;
    color: inherit;
    margin-top: 9rem
  }
}

.top .option {
  position: relative;
  padding-top: 154rem
}

@media(max-width:768px) {
  .top .option {
    padding-top: 121rem
  }
}

.top .option .option_bg.--01 {
  position: absolute;
  width: 100%;
  height: 372rem;
  object-fit: fill;
  bottom: -234rem
}

@media(max-width:768px) {
  .top .option .option_bg.--01 {
    display: none
  }
}

.top .option .option_bg.--02 {
  display: none
}

@media(max-width:768px) {
  .top .option .option_bg.--02 {
    display: block;
    position: absolute;
    width: 100%;
    height: 99rem;
    object-fit: fill;
    bottom: -129rem
  }
}

.top .option .sectionHeading {
  text-align: center;
  color: #0f347f;
  width: 1440rem;
  margin: 0 auto
}

@media(max-width:768px) {
  .top .option .sectionHeading {
    width: 390rem;
    text-align: left
  }
}

.top .option .sectionHeading .sectionHeading_point {
  top: 8rem;
  left: 138rem;
  width: 372rem
}

@media(max-width:768px) {
  .top .option .sectionHeading .sectionHeading_point {
    right: auto;
    left: 105rem;
    top: -40rem;
    width: 275rem;
    padding-top: 15rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 14rem
  }
}

.top .option .sectionHeading .sectionHeading_point .sectionHeading_point_toge {
  scale: -1 1
}

@media(max-width:768px) {
  .top .option .sectionHeading .sectionHeading_point .sectionHeading_point_toge {
    scale: 1
  }
}

.top .option .sectionHeading .sectionHeading_point .sectionHeading_point_em {
  right: auto;
  top: -22rem;
  left: -27rem;
  rotate: -25.38deg
}

.top .option .sectionHeading .sectionHeading_point .sectionHeading_point_em svg path {
  fill: #23a9ff
}

@media(max-width:768px) {
  .top .option .sectionHeading .sectionHeading_point .sectionHeading_point_em {
    top: -43rem;
    left: auto;
    right: -30rem;
    rotate: 0deg
  }
}

.top .option .option_list {
  width: 1079rem;
  margin: 55rem auto 80rem;
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: auto;
  column-gap: 0;
  row-gap: 40rem;
  position: relative
}

@media(max-width:768px) {
  .top .option .option_list {
    width: 390rem;
    margin: 27rem auto 42rem;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: auto;
    column-gap: 0;
    row-gap: 40rem
  }
}

.top .option .option_list .option_card {
  background-color: #fff;
  border-radius: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: 236rem;
  box-shadow: 3rem 3rem 10rem #063c9940;
  overflow: clip
}

@media(max-width:768px) {
  .top .option .option_list .option_card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column
  }
}

.top .option .option_list .option_card .option_card_thum {
  width: 370rem;
  height: auto;
  align-self: stretch;
  border-radius: 15rem 0 0;
  background-color: #d3d3d3;
  flex-shrink: 0;
  margin-right: 55rem
}

@media(max-width:768px) {
  .top .option .option_list .option_card .option_card_thum {
    width: 100%;
    height: 184rem;
    margin-right: 0
  }
}

.top .option .option_list .option_card .option_card_thum.--01 {
  background-color: #0f347f
}

.top .option .option_list .option_card .option_card_thum.--01 img {
  scale: .9
}

.top .option .option_list .option_card .option_card_texts {
  padding-right: 44rem;
  padding-top: 35rem;
  padding-bottom: 31rem
}

@media(max-width:768px) {
  .top .option .option_list .option_card .option_card_texts {
    padding-top: 20rem;
    padding-bottom: 31rem;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column
  }
}

.top .option .option_list .option_card .option_card_texts .option_card_main {
  background-color: #23a9ff;
  border-radius: 100vmax;
  display: inline-block;
  font-size: 18rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.1111111111;
  letter-spacing: .09em;
  color: #fff;
  padding: 8rem 21rem 0;
  margin-left: -5rem;
  min-height: 54rem;
  white-space: nowrap
}

@media(max-width:768px) {
  .top .option .option_list .option_card .option_card_texts .option_card_main {
    font-size: 16rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 2.375;
    letter-spacing: .1em;
    color: #fff;
    padding: 9rem 0 20rem;
    width: 341rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: 0
  }
}

.top .option .option_list .option_card .option_card_texts .option_card_main em {
  font-size: 24rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5833333333;
  letter-spacing: .05em;
  color: #fff;
  padding-left: 5rem
}

@media(max-width:768px) {
  .top .option .option_list .option_card .option_card_texts .option_card_main em {
    font-size: 22rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1363636364;
    letter-spacing: .03em;
    color: #fff;
    padding-left: 0
  }
}

.top .option .option_list .option_card .option_card_texts .option_card_text {
  margin-top: 21rem;
  font-size: 14rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8571428571;
  letter-spacing: .1em;
  color: inherit
}

@media(max-width:768px) {
  .top .option .option_list .option_card .option_card_texts .option_card_text {
    margin-top: 18rem;
    width: 330rem
  }
}

.top .option .option_list .option_card .option_card_texts .option_card_text small {
  font-size: 12rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.1666666667;
  letter-spacing: .04em;
  color: inherit;
  position: relative;
  top: 9rem;
  margin-bottom: 9rem;
  display: inline-block
}

@media(max-width:768px) {
  .top .option .option_list .option_card .option_card_texts .option_card_text small {
    font-size: 12rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5833333333;
    letter-spacing: .04em;
    color: inherit
  }
}

.top .option .option_list .option_card .option_card_texts .option_card_text em {
  font-size: 14rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.7142857143;
  letter-spacing: .1em;
  color: #23a9ff;
  margin-top: 4rem;
  display: inline-block;
  position: relative
}

.top .option .option_list .option_card .option_card_texts .option_card_text em:before {
  content: "";
  width: 100%;
  height: 3rem;
  background-color: #23a9ff;
  bottom: 15%;
  position: absolute
}

.top .option .cta {
  left: 50%;
  transform: translate(-50%)
}

.top .voice {
  position: relative;
  padding-top: 215rem;
  margin-top: 12rem
}

@media(max-width:768px) {
  .top .voice {
    padding-top: 118rem;
    margin-top: 10rem
  }
}

.top .voice .sectionHeading {
  text-align: center;
  color: #0f347f
}

.top .voice .voice_container {
  background-color: #fff
}

.top .voice .voice_list {
  width: 1240rem;
  margin: -5rem auto 0
}

@media(max-width:768px) {
  .top .voice .voice_list {
    width: 390rem;
    margin-top: -29rem
  }
}

.top .voice .voice_list .voice_card {
  display: grid;
  grid-template-columns: 389rem 1fr;
  grid-auto-rows: auto;
  column-gap: 62rem;
  row-gap: 0;
  padding-top: 70rem;
  padding-bottom: 70rem;
  position: relative
}

@media(max-width:768px) {
  .top .voice .voice_list .voice_card {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: auto;
    column-gap: 62rem;
    row-gap: 0;
    padding-top: 50rem;
    padding-bottom: 41rem
  }
}

.top .voice .voice_list .voice_card .voice_card_itemBox {
  align-self: center
}

.top .voice .voice_list .voice_card .simpleSB {
  font-size: 18.43rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.6277807922;
  letter-spacing: .04em;
  color: #fcff3b;
  background-color: #0f347f;
  border-radius: 100vmax;
  padding: 5rem 21rem 0;
  fill: #0f347f;
  margin-right: 16rem
}

.top .voice .voice_list .voice_card .simpleSB svg {
  scale: -1 1;
  left: 63%;
  transform: translate3d(0, -38%, 0)
}

.top .voice .voice_list .voice_card .voice_card_title {
  font-size: 22rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2727272727;
  letter-spacing: .08em;
  color: inherit
}

@media(max-width:768px) {
  .top .voice .voice_list .voice_card .voice_card_title {
    font-size: 20rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: .08em;
    color: inherit;
    margin-top: 22rem
  }
}

.top .voice .voice_list .voice_card .voice_card_thum {
  width: 100%;
  aspect-ratio: 389/255;
  border-radius: 20rem;
  margin-bottom: 23rem;
  overflow: clip
}

.top .voice .voice_list .voice_card .voice_card_client {
  font-size: 22rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3636363636;
  letter-spacing: .08em;
  color: inherit
}

@media(max-width:768px) {
  .top .voice .voice_list .voice_card .voice_card_client {
    padding-left: 10rem;
    padding-right: 10rem
  }
}

.top .voice .voice_list .voice_card .voice_card_position {
  font-size: 16rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.875;
  letter-spacing: .08em;
  color: inherit;
  margin-top: 12rem
}

@media(max-width:768px) {
  .top .voice .voice_list .voice_card .voice_card_position {
    padding-left: 10rem;
    padding-right: 10rem
  }
}

.top .voice .voice_list .voice_card .voice_card_data {
  margin-top: 5rem;
  font-size: 12rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 2.0833333333;
  letter-spacing: .08em;
  color: #878787
}

@media(max-width:768px) {
  .top .voice .voice_list .voice_card .voice_card_data {
    margin-top: 8rem;
    font-size: 14rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.7857142857;
    letter-spacing: .08em;
    color: #878787;
    padding-left: 10rem;
    padding-right: 10rem
  }
}

.top .voice .voice_list .voice_card .voice_card_heading {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 30rem
}

@media(max-width:768px) {
  .top .voice .voice_list .voice_card .voice_card_heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 10rem;
    padding-right: 10rem;
    margin-top: 24rem;
    margin-bottom: 15rem
  }
}

.top .voice .voice_list .voice_card .voice_card_text {
  font-size: 14rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  letter-spacing: .1em;
  color: inherit;
  text-align: justify
}

@media(max-width:768px) {
  .top .voice .voice_list .voice_card .voice_card_text {
    padding-left: 10rem;
    padding-right: 10rem;
    margin-top: 0
  }
}

.top .voice .voice_list .voice_card .voice_card_dot {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0
}

@media(max-width:768px) {
  .top .voice .voice_list .voice_card .voice_card_dot {
    width: calc(100% - 20rem);
    margin-left: 10rem
  }
}

.top .works {
  position: relative;
  padding-top: 206rem
}

@media(max-width:768px) {
  .top .works {
    padding-top: 106rem
  }
}

.top .works .works_bg.--01 {
  position: absolute;
  width: 100%;
  height: 372rem;
  object-fit: fill;
  top: -1rem
}

@media(max-width:768px) {
  .top .works .works_bg.--01 {
    display: none
  }
}

.top .works .works_bg.--02 {
  display: none
}

@media(max-width:768px) {
  .top .works .works_bg.--02 {
    display: block;
    position: absolute;
    width: 100%;
    height: 89rem;
    object-fit: fill;
    top: -1rem
  }
}

.top .works .sectionHeading {
  width: 1240rem;
  margin: 0 auto;
  color: #0f347f
}

@media(max-width:768px) {
  .top .works .sectionHeading {
    width: 370rem
  }
}

.top .works .sectionHeading .sectionHeading_texts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row
}

@media(max-width:768px) {
  .top .works .sectionHeading .sectionHeading_texts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column
  }
}

.top .works .sectionHeading .sectionHeading_sub {
  margin-bottom: 0;
  margin-right: 36rem
}

@media(max-width:768px) {
  .top .works .sectionHeading .sectionHeading_sub {
    margin-bottom: 31rem;
    margin-right: 0
  }
}

.top .works .works_container {
  width: 1240rem;
  margin: 47rem auto 0;
  position: relative
}

@media(max-width:768px) {
  .top .works .works_container {
    margin-top: 31rem;
    width: 390rem;
    margin-bottom: 74rem
  }
}

.top .works .works_container .works_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row
}

.top .works .works_container .works_card {
  flex-shrink: 0;
  width: 426rem;
  padding-right: 37rem
}

@media(max-width:768px) {
  .top .works .works_container .works_card {
    width: 375rem;
    padding-right: 25rem
  }
}

.top .works .works_container .works_card .works_card_inner {
  display: block;
  width: 100%
}

.top .works .works_container .works_card .works_card_thum {
  width: 100%;
  aspect-ratio: 389/219;
  border-radius: 20rem;
  overflow: clip
}

.top .works .works_container .works_card .works_card_date {
  font-size: 18rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6666666667;
  letter-spacing: .05em;
  color: inherit;
  margin-top: 26rem
}

@media(max-width:768px) {
  .top .works .works_container .works_card .works_card_date {
    margin-top: 38rem
  }
}

.top .works .works_container .works_card .works_card_title {
  font-size: 18rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6666666667;
  letter-spacing: .08em;
  color: inherit;
  text-align: justify;
  margin-top: 11rem;
  width: 100%;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  overflow: clip
}

@media(max-width:768px) {
  .top .works .works_container .works_card .works_card_title {
    margin-top: 9rem;
    width: 100%;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-clamp: 4;
    overflow: clip
  }
}

.top .works .works_container .works_card .works_card_client {
  font-size: 16rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.875;
  letter-spacing: .08em;
  color: #878787;
  margin-top: 13rem;
  margin-bottom: 17rem
}

.top .works .works_container .works_card .works_card_tags {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6rem 8rem;
  font-size: 14rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8571428571;
  letter-spacing: .08em;
  color: inherit
}

.top .works .works_container .works_card .works_card_tags li {
  display: inline-block;
  background-color: #fff;
  border: max(3px, 3rem) #0F347F solid;
  border-radius: 100vmax;
  padding: 1rem 14rem 0;
  min-width: 125rem;
  text-align: center
}

.top .works .works_buttons {
  width: 141rem;
  height: 58rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: absolute;
  top: -101rem;
  right: 0
}

@media(max-width:768px) {
  .top .works .works_buttons {
    width: 159rem;
    top: auto;
    bottom: -100rem;
    right: 50%;
    transform: translate3d(50%, 0, 0)
  }
}

.top .works .works_button {
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #0f347f;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

.top .works .works_button svg {
  fill: #fff;
  width: 10rem;
  height: 15rem;
  transform: translate3d(20%, 0, 0)
}

.top .works .works_button.--prev svg {
  rotate: 180deg
}

.top .works .pushButton {
  margin-top: 56rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0)
}

.top .faq {
  padding-top: 128rem;
  padding-bottom: 12rem;
  margin-top: 12rem;
  position: relative
}

@media(max-width:768px) {
  .top .faq {
    padding-top: 82rem;
    margin-top: 8rem;
    padding-bottom: 10rem
  }
}

.top .faq .faq_bg.--01 {
  position: absolute;
  width: 100%;
  height: 491rem;
  object-fit: fill;
  bottom: 0
}

@media(max-width:768px) {
  .top .faq .faq_bg.--01 {
    display: none
  }
}

.top .faq .faq_bg.--02 {
  display: none
}

@media(max-width:768px) {
  .top .faq .faq_bg.--02 {
    display: block;
    position: absolute;
    width: 100%;
    height: 222rem;
    object-fit: fill;
    bottom: 0
  }
}

.top .faq .sectionHeading {
  text-align: center;
  color: #0f347f
}

.top .faq .faq_list {
  width: 1020rem;
  margin: 50rem auto 0;
  color: #000
}

@media(max-width:768px) {
  .top .faq .faq_list {
    width: 370rem;
    margin: 27rem auto 0
  }
}

.top .faq .faq_list .faq_card {
  margin-bottom: 23rem
}

.top .faq .faq_list .faq_card .faq_card_button {
  padding: 35rem 50rem 39rem;
  width: 100%;
  background-color: #fff;
  position: relative
}

@media(max-width:768px) {
  .top .faq .faq_list .faq_card .faq_card_button {
    padding: 22rem 19rem 20rem 23rem
  }
}

.top .faq .faq_list .faq_card .faq_card_icon {
  position: absolute;
  width: 15rem;
  height: 100%;
  right: 38rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row
}

@media(max-width:768px) {
  .top .faq .faq_list .faq_card .faq_card_icon {
    width: 15rem;
    height: 15rem;
    top: 34rem;
    right: 20rem
  }
}

.top .faq .faq_list .faq_card .faq_card_icon .--before,
.top .faq .faq_list .faq_card .faq_card_icon .--after {
  display: block;
  position: absolute;
  width: 15rem;
  height: 3rem;
  background-color: #0f347f
}

.top .faq .faq_list .faq_card .faq_card_icon .--after {
  rotate: 90deg
}

.top .faq .faq_list .faq_card .faq_card_q {
  position: relative;
  font-size: 20rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: .1em;
  color: inherit;
  padding-left: 54rem;
  transition-property: opacity;
  transition-duration: .2s;
  transition-delay: 0s;
  transition-timing-function: linear
}

@media(max-width:768px) {
  .top .faq .faq_list .faq_card .faq_card_q {
    font-size: 18rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .1em;
    color: inherit;
    padding-left: 35rem;
    padding-right: 35rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row
  }
}

.top .faq .faq_list .faq_card .faq_card_q:before {
  content: "Q";
  font-size: 36rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.0555555556;
  letter-spacing: .04em;
  color: #0f347f;
  position: absolute;
  left: 0;
  transition-property: color;
  transition-duration: .2s;
  transition-delay: 0s;
  transition-timing-function: linear
}

@media(max-width:768px) {
  .top .faq .faq_list .faq_card .faq_card_q:before {
    font-size: 30rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: .9;
    letter-spacing: .04em;
    color: #0f347f
  }
}

.top .faq .faq_list .faq_card .faq_card_a {
  font-size: 14rem;
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  letter-spacing: .1em;
  color: #fff;
  height: 0;
  overflow: clip
}

@media(max-width:768px) {
  .top .faq .faq_list .faq_card .faq_card_a {
    font-size: 14rem;
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8571428571;
    letter-spacing: .1em;
    color: #fff
  }
}

.top .faq .faq_list .faq_card .faq_card_a .faq_card_a_inner {
  position: relative;
  padding-left: 54rem;
  padding-top: 22rem;
  display: inline-block
}

@media(max-width:768px) {
  .top .faq .faq_list .faq_card .faq_card_a .faq_card_a_inner {
    padding-left: 35rem;
    padding-top: 12rem
  }
}

.top .faq .faq_list .faq_card .faq_card_a .faq_card_a_inner:before {
  content: "A";
  font-size: 36rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.0555555556;
  letter-spacing: .04em;
  color: #fcff3b;
  position: absolute;
  left: 1rem;
  top: 18rem
}

@media(max-width:768px) {
  .top .faq .faq_list .faq_card .faq_card_a .faq_card_a_inner:before {
    font-size: 30rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: .6666666667;
    letter-spacing: .04em;
    color: #fcff3b;
    top: 22rem
  }
}

@media(min-width:769px) {
  .top .faq .faq_list .faq_card.--open:hover .faq_card_q {
    opacity: 1
  }
}

.top .faq .faq_list .faq_card.--open .faq_card_q:before {
  color: #fff
}

.top .faq .faq_list .faq_card_button.--blue .faq_card_q:before {
  color: #fff
}

.top .faq .cta {
  margin-top: 68rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0)
}

@media(max-width:768px) {
  .top .faq .cta {
    margin-top: 36rem
  }
}

#dev_guide[data-astro-cid-sckkx6r4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(0);
  opacity: .25;
  pointer-events: none;
  z-index: 999999999
}

#gl[data-astro-cid-sckkx6r4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

/* 事例が3件以下の場合のスライダー矢印制御 */
@media (min-width: 769px) {
  .works_container:not(:has(.works_card:nth-child(4))) .works_buttons {
    display: none !important;
  }
}