@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
HTML
==================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

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

/* ====================================================
Control
==================================================== */
.c-fc--ff {
  color: #fff;
}
.c-fc--blue {
  color: #265fdd;
}

.c-ft--en {
  font-family: "Inter", serif;
}

.c-fw--lt {
  font-weight: 300 !important;
}
.c-fw--rg {
  font-weight: 400 !important;
}
.c-fw--md {
  font-weight: 500 !important;
}
.c-fw--sbd {
  font-weight: 600 !important;
}
.c-fw--bd {
  font-weight: 700 !important;
}
.c-fw--bk {
  font-weight: 900 !important;
}

.c-tx--v {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 835px) {
  .c-tx--v-pc {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left !important;
}

.c-val--md {
  vertical-align: middle;
}
.c-val--top {
  vertical-align: top;
}

/* ====================================================
Component
==================================================== */
.c-txt__01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 834px) {
  .c-txt__01 {
    font-size: 1.4rem;
  }
}
.c-txt__02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.1111111111;
}
@media screen and (max-width: 834px) {
  .c-txt__02 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 374px) {
  .c-txt__02 {
    font-size: 150%;
  }
}
.c-txt__03 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 834px) {
  .c-txt__03 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.c-txt__04 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.2352941176;
}
@media screen and (max-width: 834px) {
  .c-txt__04 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.c-ttl__01 {
  font-size: clamp(1.7rem, 1.75vw, 2.1rem);
  font-weight: 700;
  padding-left: 38px;
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: clamp(5rem, 8.41vw, 10.1rem);
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    padding-left: 25px;
  }
}
.c-ttl__01:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: #265fdd;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(70% 0%, 100% 0%, 32% 100%, 0% 100%);
          clip-path: polygon(70% 0%, 100% 0%, 32% 100%, 0% 100%);
}
@media screen and (max-width: 834px) {
  .c-ttl__01:before {
    height: 20px;
    width: 20px;
  }
}
.c-ttl__01--ff {
  color: #fff;
}
.c-ttl__01--ff:before {
  background: #e2ff00;
}
.c-ttl__01--lg {
  font-size: clamp(1.8rem, 1.628rem + 0.46vw, 2.4rem);
}
.c-ttl__02 {
  font-size: clamp(2.8rem, 1.625rem + 1.533vw, 4.2rem);
  line-height: 1.38;
  font-weight: 700;
  margin-bottom: 55px;
  margin-bottom: clamp(3rem, 4.58vw, 5.5rem);
}
.c-ttl__02 .--s {
  display: block;
  font-size: 53.33%;
  margin-bottom: 0.15625em;
}
.c-ttl__02 .--sm {
  display: block;
  font-size: 77%;
  margin-bottom: 0.15625em;
}
@media screen and (max-width: 374px) {
  .c-ttl__02 .--sm {
    font-size: 72%;
  }
}
.c-ttl__02--lg {
  font-size: clamp(2.4rem, 3.5vw, 6rem);
  letter-spacing: 0.07em;
  line-height: 1.3;
}
.c-ttl__02--lg .--s {
  font-size: 53.19%;
  padding-top: 0;
  margin-bottom: 0.3em;
}
.c-ttl__02--ff {
  color: #fff;
}
.c-ttl__02--ff .c-ft--en {
  font-family: "Inter", serif;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .c-ttl__02--ff .c-ft--en {
    font-size: 1.1rem;
  }
}
.c-ttl__02--md {
  margin-bottom: clamp(3rem, 5.25vw, 6.3rem);
}
.c-ttl__02--md .--s {
  font-size: 76.19%;
  padding-top: 0.4em;
}
.c-ttl__03 {
  font-size: clamp(1.8rem, 1.714rem + 0.23vw, 2.1rem);
  color: #fff;
  font-weight: 500;
}
.c-ttl__03 .--s {
  display: block;
  font-family: "Inter", serif;
  font-size: 61.9%;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 .--s {
    margin-bottom: 0.5em;
  }
}
.c-ttl__04 {
  line-height: 1.5263157895;
  font-size: min(3.8rem, 6.4vw);
  font-weight: bold;
}
.c-ttl__05 {
  font-size: clamp(2rem, 2.3vw, 3.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-ttl__05--ff {
  color: #fff;
}
.c-ttl__06 {
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 700;
}

.c-btn__01--ff, .c-btn__01 {
  position: relative;
  max-width: 300px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #265fdd;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #265fdd;
  height: clamp(6rem, 5vw, 8rem);
  padding-left: 35px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}
.c-btn__01--ff:before, .c-btn__01:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 100%;
  background: #265fdd;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.c-btn__01--ff:after, .c-btn__01:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  content: "arrow_forward";
  font-family: "Material Icons";
  color: #fff;
  background: #265fdd;
  border-radius: 50%;
  top: calc(50% - 25px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  right: 0.7em;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-btn__01--ff, .c-btn__01 {
    max-width: 250px;
  }
  .c-btn__01--ff:after, .c-btn__01:after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
.c-btn__01--ff span, .c-btn__01 span {
  position: relative;
  z-index: 2;
}

@media (any-hover: hover) {
  .c-btn__01--ff:hover, .c-btn__01:hover {
    color: #fff;
  }
  .c-btn__01--ff:hover:after, .c-btn__01:hover:after {
    background: #fff;
    color: #265fdd;
  }
  .c-btn__01--ff:hover:before, .c-btn__01:hover:before {
    width: 100%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.c-btn__01--ff {
  color: #fff;
  border-color: #fff;
}
@media (any-hover: hover) {
  .c-btn__01--ff:hover {
    color: #265fdd;
    border-color: #fff;
  }
  .c-btn__01--ff:hover:after {
    background: #265fdd;
    color: #fff;
  }
}
.c-btn__01--ff::before {
  background: #fff;
}
.c-btn__01--ff:after {
  background: #fff;
  color: #000;
}
.c-btn__01--lg {
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 340px;
  color: #fff;
  font-size: 1.7rem;
  border: none;
}
@media screen and (max-width: 834px) {
  .c-btn__01--lg {
    max-width: 300px;
    font-size: 1.5rem;
  }
}
.c-btn__01--lg:after {
  background: #fff;
}
.c-btn__01--gray {
  background: #cbcbcb;
}
.c-btn__01--gray:after {
  color: #cbcbcb;
}
.c-btn__01--blue {
  background: #265fdd;
  border: 1px solid #265fdd;
}
.c-btn__01--blue:after {
  color: #265fdd;
  right: auto;
  left: 15px;
}
@media (any-hover: hover) {
  .c-btn__01--blue:hover {
    color: #265fdd;
    background: #fff;
  }
  .c-btn__01--blue:hover:before {
    background: #fff;
  }
  .c-btn__01--blue:hover:after {
    background: #265fdd;
    color: #fff;
  }
}
.c-btn__01--arrowleft::after {
  content: "arrow_back";
}
.c-btn__01--center {
  margin: 0 auto;
}
.c-btn__01 .wpcf7-submit {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
  border: 0;
  cursor: pointer;
}
.c-btn__01 .wpcf7-submit:hover {
  color: white !important;
}

@-webkit-keyframes load_off5 {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@keyframes load_off5 {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
/* ====================================================
Layout
==================================================== */
.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.inner--1500 {
  max-width: 1500px;
}

.layout-wcm {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 0 50px;
}
@media screen and (max-width: 834px) {
  .layout-wcm {
    display: block;
  }
}
.layout-wcm__l {
  width: calc(50% - 50px);
}
@media screen and (max-width: 834px) {
  .layout-wcm__l {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.layout-wcm__r {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .layout-wcm__r {
    width: 100%;
  }
}

.c-arrow {
  position: relative;
}
.c-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  content: "arrow_forward";
  font-family: "Material Icons";
  color: #fff;
  background: #265fdd;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  right: 20px;
  bottom: 18px;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-arrow:after {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
    right: 15px;
    bottom: 15px;
  }
}

.c-radius {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .c-radius {
    border-radius: 5px;
  }
}

.c-shadow {
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
}

.c-box {
  border-radius: 10px;
  overflow: hidden;
}
.c-box__label {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #333;
  padding: 20px 25px;
}
.c-box__wp {
  padding: 40px;
}

.l-example {
  background: #fff;
  padding: clamp(3rem, 1.563rem + 3.831vw, 8rem) clamp(2rem, 0.851rem + 3.065vw, 6rem) clamp(5rem, 2.126rem + 7.663vw, 15rem);
}
.l-example__ttl {
  text-align: center;
  font-size: 1.5rem;
  color: #265fdd;
  font-weight: 700;
  margin-bottom: 0.6em;
}
.l-example__catch {
  text-align: center;
  margin-bottom: clamp(4em, 6vw, 7.8em);
}
.l-example__catch span {
  display: inline-block;
  font-size: clamp(2.5rem, 1.494rem + 2.682vw, 6rem);
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.l-example__catch span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: url(../image/index/after-wave.png) repeat-x center/17px 6px;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 374px) {
  .l-example__catch span {
    font-size: 2rem;
  }
}
.l-example__catch .txt-percent {
  color: #265fdd;
  font-family: "Inter", serif;
}
.l-example__catch .txt-percent:after {
  display: none;
}
.l-example__catch .txt-percent strong {
  font-size: clamp(4rem, 2.276rem + 4.598vw, 10rem);
}
.l-example__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3em 4.5em;
}
@media screen and (max-width: 1024px) {
  .l-example__list {
    gap: 3em 2em;
  }
}
@media screen and (max-width: 834px) {
  .l-example__list {
    grid-template-columns: 1fr;
    gap: 5em 4.5em;
  }
}
.l-example__list-ct {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 3em 2.5em clamp(3em, 3vw, 4.2em);
  position: relative;
  margin-bottom: 3.8em;
}
@media screen and (max-width: 1024px) {
  .l-example__list-ct {
    padding-top: 5em;
  }
}
@media screen and (max-width: 834px) {
  .l-example__list-ct {
    padding-top: 3em;
    border-radius: 5px;
  }
}
@media screen and (max-width: 374px) {
  .l-example__list-ct {
    padding-top: 5em;
  }
}
.l-example__list-ct:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  width: 0;
  height: 0;
  border-width: 21px 9px 0 9px;
  border-color: #f5f5f5 transparent transparent transparent;
  border-style: solid;
  display: inline-block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.l-example__list-ico {
  position: absolute;
  top: 1em;
  right: 1.5em;
}
.l-example__list-ttl {
  font-weight: 700;
  color: #265fdd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dfdfdf;
}
.l-example__list-ttl .--s {
  display: block;
  font-size: 75%;
  font-weight: 500;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}
.l-example__list-desc {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-example__list-desc .pc-tb {
    display: block !important;
  }
}
.l-example__list-img {
  padding: 0 15px;
}
@media screen and (max-width: 834px) {
  .l-example__list-img {
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
  }
}
.l-example__list-store {
  color: #265fdd;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  display: block;
}

.js-scrollin,
.fade-is-first {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}
.js-scrollin.is-visible,
.fade-is-first.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 834px) {
  .js-scrollin-sp {
    opacity: 0;
    -webkit-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    transform: translate(0, 70px);
  }
  .js-scrollin-sp.is-visible {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.js-anime {
  position: relative;
  z-index: 1;
}
.js-anime__box {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.js-anime__box:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 200%;
  height: 420px;
  background: #f3fbff;
  left: -25%;
  top: 0;
  -webkit-transform: rotate(150deg) translate(-100%, 0);
      -ms-transform: rotate(150deg) translate(-100%, 0);
          transform: rotate(150deg) translate(-100%, 0);
  z-index: -1;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 834px) {
  .js-anime__box:before {
    height: 210px;
    left: -35%;
  }
}
.js-anime.is-visible .js-anime__box::before {
  -webkit-transform: rotate(150deg) translate(0, 0);
      -ms-transform: rotate(150deg) translate(0, 0);
          transform: rotate(150deg) translate(0, 0);
}

.mouse-icon {
  width: 100px;
  height: 100%;
  background: url(../image/index/ico-hover.png) no-repeat center/100%;
  z-index: 10;
  position: absolute;
  pointer-events: none;
}

.list-comp {
  display: grid;
  gap: min(40px, 4vw);
}
.list-comp__item {
  border-radius: 10px;
  background: #f5f5f5;
  overflow: hidden;
}
.list-comp__ttl {
  background: #333333;
  color: white;
  padding: 5px 5px 7px;
}
.list-comp__list {
  display: grid;
  gap: min(19px, 2.6666666667vw);
  padding: min(34px, 4vw) min(30px, 4vw) min(38px, 4vw);
}
.list-comp__list-item {
  position: relative;
  padding-left: 28px;
}
.list-comp__list-item::before {
  content: "check_box";
  font-family: "Material Icons";
  color: #265fdd;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  position: absolute;
  left: -3px;
  top: 3px;
}

.sec-mvpage {
  padding: clamp(8rem, 5.155rem + 7.586vw, 17.9rem) 0 clamp(5rem, 2.557rem + 6.513vw, 13.5rem);
  background: #009fe8;
  overflow: hidden;
}
.sec-mvpage:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 170%;
  height: 25vw;
  background: #0cb3ff;
  right: -6%;
  top: 0;
  -webkit-transform: rotate(30deg) translate(-100%, 0);
      -ms-transform: rotate(30deg) translate(-100%, 0);
          transform: rotate(30deg) translate(-100%, 0);
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 640px) {
  .sec-mvpage:before {
    height: 210px;
    left: -35%;
  }
}
.sec-mvpage.is-active::before {
  -webkit-transform: rotate(30deg) translate(0, 0);
      -ms-transform: rotate(30deg) translate(0, 0);
          transform: rotate(30deg) translate(0, 0);
}
.sec-mvpage.is-active .mvpage-ttl {
  opacity: 1;
  visibility: visible;
}

.mvpage-ttl {
  color: #fff;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.mvpage-ttl__jp {
  font-size: clamp(2.8rem, 2.168rem + 1.686vw, 5rem);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 10px;
}
.mvpage-ttl__en {
  font-size: clamp(1.6rem, 1.485rem + 0.307vw, 2rem);
  font-family: "Inter", serif;
  display: block;
  font-weight: 500;
}

.loopSlide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100vw;
  overflow: hidden;
  padding-bottom: 50px;
}

.loopSlide-item {
  padding: 0;
  width: 102.32vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 834px) {
  .loopSlide-item {
    width: 190vw;
    margin-right: 15px;
  }
}

.loopSlide-item:first-child {
  -webkit-animation: slide1 100s -50s linear infinite;
          animation: slide1 100s -50s linear infinite;
}

.loopSlide-item:last-child {
  -webkit-animation: slide2 100s linear infinite;
          animation: slide2 100s linear infinite;
}

.slides-list__item {
  display: inline-block;
  width: 33.33vw;
  border-radius: 10px;
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .slides-list__item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 640px) {
  .slides-list__item {
    width: 46vw;
  }
}

.slides-list__item img {
  height: auto;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* ====================================================
Utility
==================================================== */
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}

.u-fn-hover {
  display: inline-block;
}
@media (any-hover: hover) {
  .u-fn-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.u-img-of {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}

.c-scroll-box {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.c-scroll-box-y {
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .c-scroll-box-sp {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

.js-u__scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}

.js-u__scrollin.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-clip-path: inset(0 -100% 0 0);
            clip-path: inset(0 -100% 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@keyframes line {
  0% {
    -webkit-clip-path: inset(0 -100% 0 0);
            clip-path: inset(0 -100% 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes line02 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  33% {
    opacity: 0;
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes line02 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  33% {
    opacity: 0;
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  66% {
    opacity: 0;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes slider-move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes slider-move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
/* ====================================================
Header
==================================================== */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .main-header {
    height: 62px;
  }
}
.main-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 27px 20px 0 40px;
}
@media screen and (max-width: 1024px) {
  .main-header__inner {
    top: 0;
    padding: 20px 18px 0;
  }
}
.main-header__logo {
  width: 270px;
  position: relative;
}
@media (any-hover: hover) {
  .main-header__logo {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main-header__logo:hover {
    opacity: 0.7;
  }
}
.main-header__logo-front, .main-header__logo-back {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.main-header__logo-back {
  opacity: 0;
  width: 220px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1250px) {
  .main-header__logo-back {
    width: 190px;
  }
}
@media screen and (max-width: 834px) {
  .main-header__logo-back {
    width: 163px;
    visibility: hidden;
    z-index: 2;
  }
}
.main-header__logo.show-back .main-header__logo-front, .main-header__logo.show-back-scrl .main-header__logo-front {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.main-header__logo.show-back .main-header__logo-back, .main-header__logo.show-back-scrl .main-header__logo-back {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  visibility: visible;
}
@media screen and (max-width: 834px) {
  .main-header__logo.show-back {
    top: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__logo {
    width: 24%;
    z-index: 100;
  }
}
@media screen and (max-width: 834px) {
  .main-header__logo {
    width: 193px;
  }
}
@media screen and (max-width: 374px) {
  .main-header__logo {
    width: 170px;
  }
}
.main-header__navGlobal {
  width: calc(100% - 270px);
}
@media screen and (min-width: 991px) {
  .main-header__navGlobal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .main-header__navGlobal {
    width: 76%;
  }
}
@media screen and (max-width: 990px) {
  .main-header__navGlobal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 124px 25px 70px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    overflow-y: scroll;
    z-index: 10;
  }
}
@media screen and (min-width: 991px) {
  .main-header__menu {
    padding: 13px 17px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1251px) {
  .main-header__menu {
    padding: 24px 36px;
  }
}
@media screen and (max-width: 990px) {
  .main-header__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
}
.main-header__menu-item {
  font-size: 1.4rem;
}
.main-header__menu-item:not(:first-child) {
  margin-left: 1.6em;
}
@media screen and (max-width: 1250px) {
  .main-header__menu-item:not(:first-child) {
    margin-left: 1em;
  }
}
@media screen and (max-width: 990px) {
  .main-header__menu-item:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 990px) {
  .main-header__menu-item {
    font-size: 1.5em;
    width: 50%;
    text-align: center;
    margin-bottom: 2.75em;
  }
}
.main-header__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 990px) {
  .main-header__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-header__btn-item {
  margin-left: 7px;
}
@media screen and (max-width: 990px) {
  .main-header__btn-item {
    margin: 0;
    width: 100%;
  }
}
.main-header__btn-item a {
  width: 167px;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.main-header__btn-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
@media (any-hover: hover) {
  .main-header__btn-item a:hover:before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
}
@media screen and (max-width: 1250px) {
  .main-header__btn-item a {
    width: 105px;
    height: 40px;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .main-header__btn-item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 325px;
    width: 100%;
    height: 75px;
    border-radius: 50px;
    font-size: 1.6em;
    font-weight: 700;
  }
}
.main-header__btn-item--contact a {
  color: #fff;
  background: #265fdd;
}
@media screen and (max-width: 990px) {
  .main-header__btn-item--recruit {
    display: none;
  }
}
.main-header__btn-item--recruit a {
  background: #e2ff00;
  color: #265fdd;
}
.main-header__btn-sp {
  display: none;
}
@media screen and (max-width: 990px) {
  .main-header__btn-sp {
    position: absolute;
    top: 11px;
    right: 62px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #265fdd;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .main-header__btn-sp .material-icons {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .main-header__btn-sp {
    width: 40px;
    height: 40px;
    top: 16px;
  }
}
.main-header__sns {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
}
@media screen and (min-width: 991px) {
  .main-header__sns {
    display: none;
  }
}
.main-header__sns-txt {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 22px;
  display: block;
  color: #555;
}
.main-header__sns-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 1.7em;
}
.main-header__link {
  display: inline-block;
  font-weight: 500;
  color: #265fdd;
}
@media (any-hover: hover) {
  .main-header__link {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main-header__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 990px) {
  .main-header__link {
    color: #000;
  }
}
.main-header__mobile-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 60px;
  height: 70px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 102;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .main-header__mobile-icon {
    display: block;
  }
}
.main-header__mobile-icon-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #fff;
}
.main-header__mobile-icon-border:nth-child(1) {
  margin-top: 10px;
  margin-left: -15px;
}
.main-header__mobile-icon-border:nth-child(3) {
  margin-top: -10px;
  margin-left: -15px;
}
.main-header__mobile-icon.mobile-close {
  top: 7px;
  right: 7px;
}
.main-header__mobile-icon.mobile-close .main-header__mobile-icon-border {
  background: #000;
}
.main-header__mobile-icon.dark .main-header__mobile-icon-border {
  background: #000;
}

@media screen and (max-width: 1024px) {
  .main-header__mobile-icon-border:nth-child(1) {
    -webkit-animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-1-close {
    0% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes click-header-sp-bar-1-close {
    0% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .main-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes click-header-sp-bar-2-close {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .main-header__mobile-icon-border:nth-child(3) {
    -webkit-animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-close 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-3-close {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes click-header-sp-bar-3-close {
    0% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(1) {
    margin-top: -5px;
    -webkit-animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-1-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-1-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
  }
  @keyframes click-header-sp-bar-1-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(5px) rotate(0);
              transform: translateY(5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(5px) rotate(45deg);
              transform: translateY(5px) rotate(45deg);
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(2) {
    -webkit-animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-2-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes click-header-sp-bar-2-open {
    0% {
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mobile-close .main-header__mobile-icon-border:nth-child(3) {
    margin-top: 5px;
    -webkit-animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
    animation: click-header-sp-bar-3-open 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) forwards;
  }

  @-webkit-keyframes click-header-sp-bar-3-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
  }
  @keyframes click-header-sp-bar-3-open {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-5px) rotate(0);
              transform: translateY(-5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-5px) rotate(-45deg);
              transform: translateY(-5px) rotate(-45deg);
    }
  }
}
.js-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}

/* ====================================================
Footer
==================================================== */
.main-footer {
  position: relative;
  padding: min(7.44vw, 125px) 0 min(4.167vw, 70px);
  background: #fbfbfb;
}
@media screen and (max-width: 834px) {
  .main-footer {
    padding: 40px 0;
  }
}
.main-footer__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: clamp(2.5em, 5vw, 7.8em);
}
@media screen and (max-width: 640px) {
  .main-footer__content {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-footer__clmL {
  width: 384px;
}
@media screen and (max-width: 1024px) {
  .main-footer__clmL {
    width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__clmL {
    margin-bottom: 3em;
    width: 100%;
  }
}
.main-footer__logo {
  margin-bottom: 3.2em;
  display: block;
}
@media (any-hover: hover) {
  .main-footer__logo {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main-footer__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .main-footer__logo {
    width: 200px;
    margin: 0 auto 4em;
  }
}
.main-footer__address, .main-footer__tel {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .main-footer__address, .main-footer__tel {
    text-align: center;
  }
}
.main-footer__clmR {
  width: calc(100% - 384px);
  max-width: 600px;
  padding-left: 5em;
  padding-top: 3.6em;
}
@media screen and (max-width: 1024px) {
  .main-footer__clmR {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 834px) {
  .main-footer__clmR {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.main-footer__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 3.9em;
}
@media screen and (max-width: 834px) {
  .main-footer__nav {
    padding-right: 0;
  }
}
.main-footer__menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .main-footer__menu {
    width: 50%;
    letter-spacing: 0;
  }
}
.main-footer__menu-item {
  margin-bottom: clamp(1.5em, 3vw, 3em);
}
.main-footer__menu-item a {
  font-weight: 500;
}
@media (any-hover: hover) {
  .main-footer__menu-item a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main-footer__menu-item a:hover {
    opacity: 0.7;
  }
}
.main-footer__bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .main-footer__bottom {
    max-width: 450px;
    margin: 0 auto;
  }
}
.main-footer__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .main-footer__sns {
    margin-bottom: 3em;
  }
}
.main-footer__sns-txt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-right: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .main-footer__sns-txt {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
.main-footer__sns-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 11px;
}
@media screen and (max-width: 640px) {
  .main-footer__sns-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-footer__sns-list a {
  width: 26px;
  display: block;
}
@media (any-hover: hover) {
  .main-footer__sns-list a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .main-footer__sns-list a:hover {
    opacity: 0.7;
  }
}
.main-footer__copyright {
  font-family: "Inter", serif;
  font-size: 1.2rem;
  text-align: right;
  display: block;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 834px) {
  .main-footer__copyright {
    text-align: center;
    width: 100%;
  }
}

.floating-bnr {
  width: 17.86%;
  min-width: 200px;
  position: fixed;
  right: 5%;
  bottom: clamp(3rem, 2.425rem + 1.533vw, 5rem);
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
  z-index: 1002;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
@media (any-hover: hover) {
  .floating-bnr {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .floating-bnr:hover {
    opacity: 0.7;
  }
}
.floating-bnr.is-hide, .floating-bnr.modal-is-show {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .floating-bnr {
    min-width: 170px;
  }
}
.floating-bnr__close {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../image/common/close.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
}
.floating-bnr__wp {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.floating-bnr__ct {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.floating-bnr__ico {
  width: clamp(4rem, 2.563rem + 3.831vw, 9rem);
  height: clamp(4rem, 2.563rem + 3.831vw, 9rem);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto 1.2em;
}
.floating-bnr__ico span {
  font-size: clamp(2.3rem, 1.639rem + 1.762vw, 4.6rem);
}
.floating-bnr__ttl {
  font-family: "Inter", serif;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.floating-bnr__ttl .--s {
  font-size: 72%;
  display: block;
  margin-top: 0.5em;
}

.top-mv {
  background: #00a0e9;
  padding: 117px 0 130px;
  position: relative;
  overflow: hidden;
}
.top-mv:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 415px;
  height: 240%;
  background: #0cb3ff;
  -webkit-transform: rotate(-60deg) translate(0, -100%);
      -ms-transform: rotate(-60deg) translate(0, -100%);
          transform: rotate(-60deg) translate(0, -100%);
  top: -75%;
  left: 33%;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (max-width: 834px) {
  .top-mv:before {
    width: 206px;
    top: -86%;
  }
}
@media screen and (max-width: 834px) {
  .top-mv {
    padding: 73px 0 64px;
  }
}
.top-mv__wp {
  max-width: 1500px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.top-mv__img {
  width: 64.13%;
  margin-left: auto;
  margin-right: 0;
  opacity: 0;
  position: relative;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (max-width: 1024px) {
  .top-mv__img {
    width: 68%;
  }
}
@media screen and (max-width: 834px) {
  .top-mv__img {
    width: 100%;
    margin-bottom: 10em;
  }
}
.top-mv__ttl {
  font-family: "Inter", serif;
  font-size: clamp(5rem, 2.989rem + 5.364vw, 12rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.top-mv__ttlsub {
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: clamp(2.1rem, 1.525rem + 1.533vw, 4.1rem);
  margin-bottom: clamp(3rem, 2.9vw, 5rem);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.top-mv__desc {
  font-weight: 300;
  font-size: clamp(1.4rem, 1.199rem + 0.536vw, 2.1rem);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.top-mv__desc-txt-lead {
  display: block;
  font-size: clamp(2.4rem, 1.998rem + 1.073vw, 3.8rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .top-mv__desc-txt-lead {
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 374px) {
  .top-mv__desc {
    font-size: 129%;
  }
}
.top-mv__note {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: clamp(2rem, 2.9vw, 5rem);
}
@media screen and (max-width: 834px) {
  .top-mv__note {
    margin-bottom: -1em;
    position: relative;
    z-index: 3;
  }
}
.top-mv__note--white {
  display: inline-block;
  position: relative;
  font-size: clamp(1.3rem, 1.25vw, 2.1rem);
  color: #265fdd;
  padding: 1.3rem 2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 834px) {
  .top-mv__note--white {
    padding: 0.7rem 0.8rem;
  }
}
.top-mv__note--white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: white;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.top-mv__note--yellow {
  display: inline-block;
  position: relative;
  color: #080808;
  font-size: clamp(2.1rem, 2.5vw, 4.2rem);
  padding: 8px 1.5rem;
}
@media screen and (max-width: 834px) {
  .top-mv__note--yellow {
    padding: 0.3rem 0.5rem;
  }
}
.top-mv__note--yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fffc00;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-mv__note--fade {
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-clip-path 0.8s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.top-mv__note--fade span {
  color: #265fdd;
}
.top-mv__item {
  width: 49.27%;
  position: absolute;
  bottom: -65px;
  right: -7%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
@media screen and (max-width: 834px) {
  .top-mv__item {
    right: -12px;
    bottom: -52px;
    right: -26px;
    width: 71.27%;
    max-width: 350px;
  }
}
.top-mv__imgsub01, .top-mv__imgsub02 {
  position: absolute;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.top-mv__imgsub01 {
  width: min(21.429vw, 360px);
  top: 0;
  left: calc((100% - 1500px) / 2);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 1024px) {
  .top-mv__imgsub01 {
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-mv__imgsub01 {
    width: 37.86%;
    top: 70px;
    -webkit-transform: translateX(-35%);
        -ms-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
.top-mv__imgsub02 {
  width: min(16.012vw, 270px);
  bottom: -19px;
  right: -2px;
}
@media screen and (max-width: 834px) {
  .top-mv__imgsub02 {
    bottom: auto;
    top: 87vw;
    right: 0;
    width: 26.13%;
  }
}
.top-mv__slogan {
  position: absolute;
  top: 50%;
  left: min(8.929vw, 150px);
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  color: #fff;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-mv__slogan {
    left: 4.5vw;
  }
}
@media screen and (max-width: 834px) {
  .top-mv__slogan {
    position: relative;
    left: 0;
    -webkit-transform: translateY(-13%);
        -ms-transform: translateY(-13%);
            transform: translateY(-13%);
    top: -7px;
  }
}
.top-mv__sns {
  position: absolute;
  bottom: 102px;
  width: 25px;
  left: 20px;
}
@media screen and (min-width: 1501px) {
  .top-mv__sns {
    left: calc((100% - 1550px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .top-mv__sns {
    left: auto;
    right: 0;
    bottom: 32px;
    width: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
  }
}
.top-mv__sns-txt {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  font-family: "Inter", serif;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 28px;
  width: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .top-mv__sns-txt {
    display: block;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-bottom: 0;
    margin-right: 23px;
    white-space: nowrap;
    width: auto;
  }
}
@media screen and (max-width: 834px) {
  .top-mv__sns-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 0 19px;
  }
}
.top-mv__sns-list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .top-mv__sns-list li {
    margin-bottom: 0;
    width: 28px;
  }
}
.top-mv__sns-list li:last-of-type {
  margin-bottom: 0;
}
@media (any-hover: hover) {
  .top-mv__sns-list li a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .top-mv__sns-list li a:hover {
    opacity: 0.7;
  }
}
.top-mv.is-active::before {
  -webkit-transform: rotate(-60deg) translate(0, 0);
      -ms-transform: rotate(-60deg) translate(0, 0);
          transform: rotate(-60deg) translate(0, 0);
}
.top-mv.is-active .top-mv__imgsub01, .top-mv.is-active .top-mv__imgsub02 {
  opacity: 1;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-mv.is-active .top-mv__img {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.top-mv.is-active .top-mv__slogan {
  opacity: 1;
}
.top-mv.is-active .top-mv__note--white:before, .top-mv.is-active .top-mv__note--yellow:before {
  width: 100%;
}
.top-mv.is-active .top-mv__note--fade {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.top-mv.is-active .top-mv__item {
  -webkit-animation: load_off5 0.5s ease-in-out forwards;
          animation: load_off5 0.5s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-mv.is-active .top-mv__ttl {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.top-mv.is-active .top-mv__ttlsub {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.top-mv.is-active .top-mv__desc {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.overflow-hidden {
  overflow: hidden;
}

.top-about {
  padding: clamp(5rem, 2.989rem + 5.364vw, 12rem) 0 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-about {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 834px) {
  .top-about {
    padding-bottom: 5rem;
  }
}
.top-about:before {
  content: "";
  display: block;
  width: 240%;
  height: 415px;
  background: rgba(12, 179, 255, 0.05);
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 60%;
  right: -34%;
  position: absolute;
}
.top-about__wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.top-about__img {
  width: 42.33%;
  padding-left: 2.2%;
}
@media screen and (max-width: 834px) {
  .top-about__img {
    width: 65%;
    padding-left: 0;
  }
}
.top-about__imgsub {
  width: 16.6%;
  position: absolute;
  right: 8px;
  bottom: -163px;
}
@media screen and (max-width: 1024px) {
  .top-about__imgsub {
    bottom: -200px;
  }
}
@media screen and (max-width: 834px) {
  .top-about__imgsub {
    width: 40%;
    bottom: auto;
    top: 30vw;
  }
}
.top-about__ct {
  width: 50%;
  padding-top: 4.3em;
}
@media screen and (max-width: 834px) {
  .top-about__ct {
    width: 100%;
  }
}
.top-about__ttl {
  margin-bottom: clamp(1.7em, 4vw, 2.2em);
}
.top-about__ttlsub {
  margin-bottom: 1em;
  letter-spacing: 0;
}
.top-about__desc {
  margin-bottom: 3em;
  font-weight: 500;
}
.top-about__desc p {
  margin-bottom: clamp(1em, 2vw, 2em);
}
.top-about__desc p:last-of-type {
  margin-bottom: 0;
}

.top-benefit {
  background: #f3fbff;
  padding: clamp(5rem, 3.362rem + 4.368vw, 10.7rem) 0;
  position: relative;
}
.top-benefit__heading {
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .top-benefit__heading {
    margin-bottom: 3.5em;
  }
}
.top-benefit__heading-ttl .--s {
  font-size: 72%;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .top-benefit__heading-ttl .--s {
    font-size: 66%;
  }
}
.top-benefit__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3em;
  margin-bottom: 8em;
}
@media screen and (max-width: 640px) {
  .top-benefit__list {
    margin-bottom: 4em;
    grid-template-columns: 1fr;
  }
}
.top-benefit__list-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: clamp(2em, 3vw, 4.3em) clamp(2em, 3vw, 4em);
}
@media screen and (max-width: 834px) {
  .top-benefit__list-item {
    border-radius: 5px;
    text-align: center;
  }
}
.top-benefit__list-ico {
  margin-bottom: clamp(1.5em, 4vw, 3em);
  display: block;
}
.top-benefit__list-ttl {
  font-size: clamp(1.8rem, 1.628rem + 0.46vw, 2.4rem);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.9em;
}
.top-benefit__list-ttl .--s {
  font-size: 75%;
  display: block;
}
.top-benefit__list-desc {
  line-height: 1.65;
}
@media screen and (max-width: 834px) {
  .top-benefit__list-desc {
    text-align: left;
  }
}
.top-benefit .l-example {
  margin-bottom: 50px;
}

.top-service {
  background: url(../image/index/bg-service.jpg) no-repeat center/cover;
  padding: clamp(5rem, 2.989rem + 5.364vw, 12rem) 0;
}
.top-service__heading {
  color: #fff;
  margin-bottom: clamp(3em, 5vw, 7.5em);
}
@media screen and (max-width: 1024px) {
  .top-service__heading {
    gap: 0 2em;
  }
}
@media screen and (max-width: 1024px) {
  .top-service__heading .layout-wcm__l {
    width: calc(50% - 2em);
  }
}
@media screen and (max-width: 834px) {
  .top-service__heading .layout-wcm__l {
    width: 100%;
  }
}
.top-service__heading-ttl {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 834px) {
  .top-service__heading-ttl {
    margin-bottom: 1em;
  }
}
.top-service__heading-ttlsub {
  -webkit-font-feature-settings: "palt";
  margin-bottom: 0;
}
.top-service__heading-desc {
  padding-top: 8px;
  text-align: justify;
}
@media screen and (max-width: 834px) {
  .top-service__heading-desc {
    padding-top: 0;
  }
}
.top-service__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
@media screen and (max-width: 834px) {
  .top-service__list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-service__list-item {
  border-radius: 10px;
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-service__list-item {
    border-radius: 5px;
  }
}
.top-service__list-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 50%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
.top-service__list-link {
  display: block;
}
@media (any-hover: hover) {
  .top-service__list-link:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.top-service__list-link img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 834px) {
  .top-service__list-link img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
  }
}
@media screen and (max-width: 640px) {
  .top-service__list-link img {
    height: auto;
  }
}
.top-service__list-ttl {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5em 1.5em;
  z-index: 2;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  .top-service__list-ttl {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 374px) {
  .top-service__list-ttl {
    font-size: 170%;
  }
}

.top-studies {
  padding: clamp(5rem, 2.989rem + 5.364vw, 12rem) 0 4.2rem;
}
@media screen and (max-width: 834px) {
  .top-studies .top-area__ttl {
    margin-bottom: 3rem;
  }
}

.studies-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5em;
  margin-bottom: 5em;
}
@media screen and (max-width: 834px) {
  .studies-list {
    grid-template-columns: 1fr;
  }
}
.studies-list__item a {
  display: block;
}
@media (any-hover: hover) {
  .studies-list__item a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .studies-list__item a:hover {
    opacity: 0.7;
  }
}
.studies-list__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.studies-list__img:before {
  content: "";
  display: block;
  padding: 73% 0 0;
}
.studies-list__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.studies-list__ct-ttl {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7058823529;
  color: #265fdd;
  font-weight: bold;
  margin-bottom: 12px;
}
.studies-list__ct p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 834px) {
  .studies-list__ct p {
    height: 40px;
  }
}

.top-area {
  position: relative;
}
.top-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../image/index/bg-line.png") no-repeat;
  background-size: 100% 100%;
}
.top-area__block {
  padding: clamp(5rem, 2.989rem + 5.364vw, 12rem) 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-area__block {
    padding-left: 5%;
    padding-right: 5%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .top-area__block {
    display: block;
  }
}
.top-area__btn {
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .top-area__btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .top-area__btn {
    margin: 0 auto;
  }
}
.top-area__ttl {
  margin-bottom: clamp(0.5em, 3vw, 3.15em);
}
.top-area__ttlsub {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 374px) {
  .top-area__ttlsub {
    font-size: 210%;
  }
}
.top-area__ttlsub .--s {
  padding-top: 0;
}
.top-area__desc {
  margin-bottom: clamp(1em, 9vw, 15em);
  font-weight: 500;
}
@media screen and (min-width: 641px) {
  .top-area__desc {
    margin-bottom: clamp(1em, 4vw, 15em);
  }
}
@media screen and (min-width: 835px) {
  .top-area__desc {
    margin-bottom: 150px;
  }
}
.top-area__img {
  max-width: 80%;
  margin: 0 auto 2em;
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  .top-area__img {
    max-width: 50%;
    width: 100%;
    padding-left: 2em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 835px) {
  .top-area__img {
    max-width: min(64vw, 1100px);
    position: absolute;
    top: 15%;
    left: 67.5%;
    padding-right: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .top-area__img {
    top: 27px;
    left: 49.5%;
  }
}
.top-area__ct {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-area__ct {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .top-area__ct {
    width: 100%;
    margin-bottom: 2em;
  }
}

.top-vehicle {
  padding-bottom: clamp(5rem, 2.989rem + 5.364vw, 12rem);
}
.top-vehicle__top {
  background: url(../image/index/bg-vehicle.jpg) no-repeat center/cover;
  padding: clamp(5rem, 0.69rem + 11.494vw, 20rem) 0 clamp(5rem, 0.115rem + 13.027vw, 22rem);
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  margin-bottom: clamp(3rem, 0.414rem + 6.897vw, 12rem);
}
@media screen and (max-width: 834px) {
  .top-vehicle__top {
    border-radius: 5px;
  }
}
.top-vehicle__top .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-vehicle__top-ct {
  margin-bottom: 3em;
}
@media screen and (min-width: 1025px) {
  .top-vehicle__top-ct {
    width: 50%;
    margin-bottom: 0;
  }
}
.top-vehicle__top-ttl {
  margin-bottom: 1.5em;
}
.top-vehicle__top-ttlsub {
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (max-width: 834px) {
  .top-vehicle__top-ttlsub {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 374px) {
  .top-vehicle__top-ttlsub {
    font-size: 186%;
  }
}
.top-vehicle__btn {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .top-vehicle__btn {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .top-vehicle__btn {
    margin: 0 auto;
  }
}
.top-vehicle__list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media screen and (max-width: 640px) {
  .top-vehicle__list {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
}
.top-vehicle__list-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-vehicle__list-item {
    border-radius: 5px;
  }
}
.top-vehicle__list-link {
  display: block;
}
@media (any-hover: hover) {
  .top-vehicle__list-link:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.top-vehicle__list-link img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 834px) {
  .top-vehicle__list-link img {
    height: min(34vw, 180px);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover", sans-serif;
  }
}
.top-vehicle__list-ttl {
  position: absolute;
  left: 0;
  top: 34%;
  width: 100%;
  padding: 0 2em;
}
@media screen and (min-width: 641px) {
  .top-vehicle__list-ttl {
    padding: 0 0.5em;
    top: 25%;
    text-align: center;
  }
}
@media screen and (min-width: 835px) {
  .top-vehicle__list-ttl {
    padding: 0 2em;
    text-align: left;
    top: 34%;
  }
}

.top-customer {
  background: url(../image/index/bg-customer.jpg) no-repeat center/cover;
  padding: clamp(5rem, 1.695rem + 8.812vw, 16.5rem) 0 clamp(5rem, 2.672rem + 6.207vw, 13.1rem);
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-customer:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.top-customer__ct {
  width: 50%;
  margin-left: auto;
  color: #fff;
  padding-left: clamp(3em, 5vw, 8em);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .top-customer__ct {
    padding: 0 clamp(2em, 5vw, 8em);
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .top-customer__ct {
    width: 100%;
  }
}
.top-customer__ttl {
  margin-bottom: 0.5em;
}
.top-customer__desc {
  margin-bottom: clamp(1.5em, 3vw, 2.5em);
  letter-spacing: 0.025em;
}
@media screen and (max-width: 640px) {
  .top-customer__btn {
    margin: 0 auto;
  }
}

.top-recruit {
  background: #00a0e9;
  padding: 20.8vw 0 11.7vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-recruit {
    padding: 76.8vw 0 65.7vw;
  }
}
.top-recruit:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24.702vw;
  height: 240%;
  background: #0cb3ff;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
  top: -76%;
  left: 33%;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
@media screen and (max-width: 834px) {
  .top-recruit:before {
    width: 64vw;
    top: -84%;
  }
}
.top-recruit__line-item {
  width: 20%;
  height: 4px;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: rotate(30.5deg);
      -ms-transform: rotate(30.5deg);
          transform: rotate(30.5deg);
}
.top-recruit__line-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #24adec;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  will-change: width, transform;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-animation: line02 2.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: line02 2.5s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.top-recruit__line-item:nth-child(1) {
  top: 8.8vw;
  left: 31vw;
}
.top-recruit__line-item:nth-child(1):after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-recruit__line-item:nth-child(2) {
  top: 6.8vw;
  left: 9vw;
}
@media screen and (max-width: 834px) {
  .top-recruit__line-item:nth-child(2) {
    top: 13.8vw;
    left: 2vw;
  }
}
.top-recruit__line-item:nth-child(2):after {
  background: #2ebeff;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.top-recruit__line-item:nth-child(3) {
  top: 16.8vw;
  right: -1vw;
}
.top-recruit__line-item:nth-child(3):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.top-recruit__line-item:nth-child(4) {
  top: 44.2vw;
  left: 18vw;
}
.top-recruit__line-item:nth-child(4):after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.top-recruit__line-item:nth-child(5) {
  top: 44.2vw;
  left: 51vw;
}
.top-recruit__line-item:nth-child(5):after {
  background: #2ebeff;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.top-recruit__line-item:nth-child(6) {
  top: auto;
  left: 76vw;
  bottom: 18vw;
  width: 35%;
}
.top-recruit__line-item:nth-child(6):after {
  background: #2ebeff;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.top-recruit__line-item:nth-child(7) {
  top: auto;
  left: 1.2vw;
  bottom: 8.2vw;
  width: 8%;
}
.top-recruit__line-item:nth-child(7):after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.top-recruit__img-top li:nth-child(1) {
  width: 23.431vw;
  top: 9.4vw;
  left: 9.111vw;
}
@media screen and (max-width: 834px) {
  .top-recruit__img-top li:nth-child(1) {
    width: 36.431vw;
    top: 16.4vw;
    left: 5.111vw;
  }
}
.top-recruit__img-top li:nth-child(2) {
  width: 16.55vw;
  right: 29.8vw;
  top: 6vw;
}
@media screen and (max-width: 834px) {
  .top-recruit__img-top li:nth-child(2) {
    width: 37.55vw;
  }
}
.top-recruit__img-top li:nth-child(3) {
  width: 20.9vw;
  right: 10.5vw;
  top: 12vw;
}
@media screen and (max-width: 834px) {
  .top-recruit__img-top li:nth-child(3) {
    width: 35.9vw;
    right: 5.5vw;
    top: 35vw;
  }
}
.top-recruit__img-bottom li:nth-child(1) {
  width: 16vw;
  bottom: 7vw;
  left: 20vw;
}
@media screen and (max-width: 1250px) {
  .top-recruit__img-bottom li:nth-child(1) {
    left: 12vw;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__img-bottom li:nth-child(1) {
    width: 49vw;
    bottom: 20vw;
    left: 7vw;
  }
}
.top-recruit__img-bottom li:nth-child(2) {
  width: 15.75vw;
  bottom: 10vw;
  right: 19.6vw;
}
@media screen and (max-width: 1250px) {
  .top-recruit__img-bottom li:nth-child(2) {
    right: 12vw;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__img-bottom li:nth-child(2) {
    width: 45.75vw;
    bottom: 6vw;
    right: 7.6vw;
  }
}
.top-recruit__img-item {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-recruit__img-item {
    border-radius: 5px;
  }
}
.top-recruit__wp {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
.top-recruit__ttl {
  margin-bottom: 0.9em;
}
.top-recruit__ttlsub {
  font-family: "Inter", serif;
  font-size: clamp(5rem, 2.701rem + 6.13vw, 13rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 834px) {
  .top-recruit__ttlsub {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 0.35em;
  }
}
.top-recruit__catch {
  text-align: center;
  font-size: clamp(2rem, 1.395rem + 2.146vw, 5rem);
  font-weight: 700;
  margin-bottom: clamp(1em, 8vw, 2.7em);
}
@media screen and (max-width: 834px) {
  .top-recruit__catch {
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .top-recruit__catch {
    font-size: 186%;
  }
}
.top-recruit__catch .--s {
  font-size: 63.16%;
  display: block;
  margin-bottom: 0.5em;
}
.top-recruit__btn {
  margin: 0 auto;
}

.top-company {
  margin: 0 0 clamp(5rem, 2.989rem + 5.364vw, 12rem);
}
.top-company__wp {
  background: url(../image/index/bg-bnr-company.jpg) no-repeat center/cover;
  border-radius: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: clamp(3rem, 1.218rem + 4.751vw, 9.2rem) clamp(2rem, -0.011rem + 5.364vw, 9rem) clamp(3rem, 1.103rem + 5.057vw, 9.6rem) clamp(2rem, -1.132rem + 8.352vw, 12.9rem);
}
@media screen and (max-width: 834px) {
  .top-company__wp {
    border-radius: 10px;
  }
}
@media (any-hover: hover) {
  .top-company__wp {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .top-company__wp:hover {
    opacity: 0.7;
  }
  .top-company__wp:hover .top-company__btn {
    color: #265fdd;
  }
  .top-company__wp:hover .top-company__btn::before {
    width: 100%;
  }
  .top-company__wp:hover .top-company__btn:after {
    background: #265fdd;
    color: #fff;
  }
}
.top-company__left, .top-company__right {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .top-company__left, .top-company__right {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top-company__desc {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 374px) {
  .top-company__desc {
    font-size: 70%;
  }
}
.top-company__btn {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .top-company__btn {
    margin: 0 auto;
    max-width: 300px;
  }
}
.top-company__ttl {
  margin-bottom: 0.5em;
}

.top-notice {
  overflow: hidden;
  padding: clamp(5rem, 2.931rem + 5.517vw, 12.2rem) 0;
}
.top-notice__ttl {
  margin-bottom: 2.3em;
}
.top-notice__slider {
  margin-bottom: clamp(5rem, 2.989rem + 5.364vw, 12rem);
}
.top-notice__slider .swiper-slide {
  margin-right: clamp(2.5em, 4vw, 6em) !important;
  position: relative;
  z-index: 10;
}
@media (any-hover: hover) {
  .top-notice__slider .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.top-notice__slider-link {
  display: block;
}
.top-notice__slider-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.6em;
  position: relative;
  overflow: hidden;
}
.top-notice__slider-img::before {
  content: "";
  display: block;
  padding-top: 72.2222222222%;
}
.top-notice__slider-img > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-notice__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.top-notice__slider-img img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 834px) {
  .top-notice__slider-img {
    border-radius: 5px;
  }
}
.top-notice__slider-desc {
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-notice__slider-date {
  font-family: "Inter", serif;
  font-size: 1.2rem;
  color: #265fdd;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .top-notice__slider-date {
    font-size: 1rem;
  }
}
.top-notice__link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}
@media screen and (max-width: 767px) {
  .top-notice__link {
    grid-template-columns: 1fr;
  }
}
.top-notice__link-item a {
  color: #000;
  display: block;
  padding-bottom: 1.1em;
  border-bottom: 3px solid #eeeeee;
  position: relative;
}
.top-notice__link-item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 3px;
  background: #265fdd;
  bottom: -3px;
  left: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.top-notice__link-item a:after {
  top: calc(50% - 27px);
  right: 10px;
}
@media screen and (min-width: 641px) {
  .top-notice__link-item a:after {
    right: 0;
  }
}
@media screen and (min-width: 835px) {
  .top-notice__link-item a:after {
    right: 10px;
    top: calc(50% - 34px);
  }
}
@media (any-hover: hover) {
  .top-notice__link-item a:hover:before {
    width: 100%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.movie-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1002;
  padding: 0 15vw;
}
@media screen and (max-width: 834px) {
  .movie-modal {
    padding: 0 20px;
  }
}
@media screen and (max-height: 450px) {
  .movie-modal {
    padding: 0 15vw;
  }
}
.movie-modal.show {
  opacity: 1;
  visibility: visible;
}
.movie-modal.show .modal-wp {
  top: 0;
}
.movie-modal .btn-close {
  background: none;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: -10px;
  border: none;
  right: -24px;
  color: #fff;
  z-index: 1003;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
@media screen and (max-width: 834px) {
  .movie-modal .btn-close {
    right: -17px;
  }
}
.movie-modal .btn-close span {
  font-size: clamp(3rem, 2.425rem + 1.533vw, 5rem);
}
.movie-modal .modal-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.movie-modal .modal-wp {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  border: 10px solid #fff;
  background: #fff;
  top: 50px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media screen and (max-width: 834px) {
  .movie-modal .modal-wp {
    border-width: 5px;
    border-radius: 5px;
    padding-bottom: 55.25%;
  }
}
.movie-modal .modal-wp iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-banner {
  padding: clamp(5rem, 7.14vw, 12rem) 0;
}

.banner-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-list li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 834px) {
  .banner-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .banner-list li:last-child {
    margin-bottom: 0;
  }
}
.banner-list li a {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
@media (any-hover: hover) {
  .banner-list li a:hover {
    opacity: 0.7;
  }
}

.sec-base {
  padding: clamp(5rem, 9.08vw, 10.9rem) 0 clamp(5rem, 9.83vw, 11.8rem);
  overflow: hidden;
}

.base-block {
  margin-bottom: 122px;
}
@media screen and (max-width: 834px) {
  .base-block {
    margin-bottom: 50px;
  }
}
.base-block p {
  max-width: 550px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .base-block p {
    max-width: inherit;
  }
}
.base-block__img {
  margin-top: -217px;
}
@media screen and (max-width: 990px) {
  .base-block__img {
    margin-top: -110px;
  }
}
@media screen and (max-width: 834px) {
  .base-block__img {
    margin-top: 0;
  }
}

.base-list__item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 117px;
}
@media screen and (max-width: 834px) {
  .base-list__item {
    margin-bottom: 50px;
  }
}
.base-list__item:last-child {
  margin-bottom: 0;
}
.base-list__ttl {
  font-size: clamp(1.7rem, 2.33vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #265fdd;
  border-radius: 10px 10px 0 0;
  padding: 0.5em 2.8em;
}
.base-list__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 5em 5em 4.2em;
}
@media screen and (max-width: 1250px) {
  .base-list__wrap {
    padding: 3em 3em 2.6em;
  }
}
@media screen and (max-width: 834px) {
  .base-list__wrap {
    padding: 2em 2em 1.8em;
  }
}
.base-list__wrap-img {
  width: 50%;
  padding-right: 6.6%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .base-list__wrap-img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.base-list__wrap-img-thumb {
  position: relative;
  overflow: hidden;
}
.base-list__wrap-img-thumb::before {
  content: "";
  display: block;
  padding-top: 96.6666666667%;
}
.base-list__wrap-img-thumb > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.base-list__wrap-img-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.base-list__wrap-img img {
  width: 100%;
}
.base-list__wrap-ct {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .base-list__wrap-ct {
    width: 100%;
  }
}
.base-list__wrap-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .base-list__wrap-box {
    margin-bottom: 20px;
  }
}
.base-list__wrap-box-item {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
@media screen and (max-width: 834px) {
  .base-list__wrap-box-item {
    margin-bottom: 10px;
  }
}
.base-list__wrap-box-item:nth-child(2) {
  width: 51%;
  padding-right: 10px;
}
@media screen and (max-width: 1250px) {
  .base-list__wrap-box-item:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}
.base-list__wrap-box-item:nth-child(3) {
  width: 49%;
}
@media screen and (max-width: 1250px) {
  .base-list__wrap-box-item:nth-child(3) {
    width: 100%;
  }
}
.base-list__wrap-box-ttl {
  width: 80px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #265fdd;
  border-radius: 20px;
  padding: 2px 10px;
  min-width: 80px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .base-list__wrap-box-ttl {
    font-size: 1.4rem;
  }
}
.base-list__wrap-box-txt {
  width: calc(100% - 80px);
  letter-spacing: 0.06rem;
  padding-top: 1px;
  padding-left: 20px;
}
.base-list__wrap-box-txt p {
  margin-bottom: 11px;
}
.base-list__wrap-box-link {
  font-size: 1.3rem;
  font-weight: 500;
  color: #265fdd;
  border: 1px #265fdd solid;
  border-radius: 15px;
  padding: 1px 6px 1px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .base-list__wrap-box-link {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .base-list__wrap-box-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .base-list__wrap-box-link {
    font-size: 1.2rem;
    padding-right: 4px;
  }
}
.base-list__wrap-box-link span {
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  background: #265fdd;
  color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 6px;
}
.base-list__wrap-map iframe {
  border: none;
  width: 100%;
  border-radius: 10px;
}

.page-sdgs {
  overflow: hidden;
}

.sec-logistics {
  padding: clamp(5rem, 9.16vw, 11rem) 0 clamp(6rem, 9.33vw, 11.2rem);
}

.logistics-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logistics-block__ct {
  width: 53.4%;
  padding-right: 8%;
}
@media screen and (max-width: 834px) {
  .logistics-block__ct {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.logistics-block__img {
  width: 46.6%;
}
@media screen and (max-width: 834px) {
  .logistics-block__img {
    width: 100%;
  }
}
.logistics-block__img-thumb {
  margin-right: -9vw;
  margin-top: -19vw;
}
@media screen and (max-width: 1550px) {
  .logistics-block__img-thumb {
    margin-right: -5vw;
  }
}
@media screen and (max-width: 1400px) {
  .logistics-block__img-thumb {
    margin-right: -2vw;
  }
}
@media screen and (max-width: 834px) {
  .logistics-block__img-thumb {
    margin-right: 0;
    margin-top: 0;
  }
}
.logistics-block__img img {
  width: 100%;
}
.logistics-block P {
  font-weight: 500;
}

.sec-sdgs {
  overflow: hidden;
  background: url(../image/sdgs/bg-sdgs.jpg) no-repeat center/cover;
  padding: clamp(5rem, 8.836vw, 10.6rem) 0 clamp(6rem, 10vw, 12rem);
}
.sec-sdgs__img {
  text-align: center;
  margin-top: -106px;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .sec-sdgs__img {
    margin-top: -80px;
  }
}
@media screen and (max-width: 834px) {
  .sec-sdgs__img {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.sdgs-box {
  margin-bottom: 75px;
}
@media screen and (max-width: 834px) {
  .sdgs-box {
    margin-bottom: 30px;
  }
}
.sdgs-box__ttl {
  font-size: clamp(6rem, 10vw, 12rem);
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", serif;
  background: url(../image/sdgs/bg-ttl.jpg) no-repeat center/cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 834px) {
  .sdgs-box__ttl {
    margin-bottom: 25px;
  }
}
.sdgs-box__lead {
  font-size: clamp(2.1rem, 3vw, 3.6rem);
  line-height: 1.38;
  font-weight: 700;
  margin-bottom: 34px;
}
@media screen and (max-width: 834px) {
  .sdgs-box__lead {
    margin-bottom: 15px;
  }
}
.sdgs-box p {
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .sdgs-box p {
    text-align: left;
  }
}

.sdgs-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3.5% 0 3%;
}
@media screen and (max-width: 1250px) {
  .sdgs-block {
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .sdgs-block {
    margin: 0 -6%;
  }
}
@media screen and (max-width: 834px) {
  .sdgs-block {
    max-width: 500px;
    margin: 0 auto;
  }
}
.sdgs-block__item {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .sdgs-block__item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.sdgs-block__item:first-child {
  margin-top: 117px;
}
@media screen and (max-width: 834px) {
  .sdgs-block__item:first-child {
    margin-top: 0;
  }
}
.sdgs-block__item:nth-child(2) {
  padding-right: 6%;
}
@media screen and (max-width: 990px) {
  .sdgs-block__item:nth-child(2) {
    padding-right: 3%;
  }
}
@media screen and (max-width: 834px) {
  .sdgs-block__item:nth-child(2) {
    padding-right: 0;
  }
}
.sdgs-block__item:nth-child(2) .sdgs-block__img {
  padding-top: 9px;
}
.sdgs-block__item:nth-child(2) .sdgs-block__list {
  max-width: 185px;
}
.sdgs-block__item:nth-child(3) {
  padding-left: 6%;
}
@media screen and (max-width: 990px) {
  .sdgs-block__item:nth-child(3) {
    padding-left: 3%;
  }
}
@media screen and (max-width: 834px) {
  .sdgs-block__item:nth-child(3) {
    padding-left: 0;
  }
}
.sdgs-block__item:nth-child(3) .sdgs-block__list {
  max-width: 113px;
}
.sdgs-block__item:last-child {
  margin-top: 117px;
}
@media screen and (max-width: 834px) {
  .sdgs-block__item:last-child {
    margin-top: 0;
  }
}
.sdgs-block__item:last-child .sdgs-block__list {
  max-width: 145px;
}
.sdgs-block__img {
  width: 140px;
  height: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2696dd), color-stop(#2681dd), to(#2668dd));
  background: -o-linear-gradient(#2696dd, #2681dd, #2668dd);
  background: linear-gradient(#2696dd, #2681dd, #2668dd);
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 834px) {
  .sdgs-block__img {
    width: 125px;
    height: 125px;
  }
}
.sdgs-block__img img {
  margin-bottom: 19px;
}
.sdgs-block__img-ttl {
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.sdgs-block__list {
  max-width: 110px;
  margin: 0 auto;
}
.sdgs-block__list-item {
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  padding-left: 15px;
}
.sdgs-block__list-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #267cdd;
  border-radius: 50%;
  left: 0;
  top: 6px;
}

.sdgs-wrap {
  padding: 32px 79px 46px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 834px) {
  .sdgs-wrap {
    padding: 20px 30px 30px;
  }
}
.sdgs-wrap__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .sdgs-wrap__ttl {
    margin-bottom: 10px;
  }
}
.sdgs-wrap p {
  letter-spacing: 0.02rem;
  font-weight: 500;
}

.sec-initiatives {
  padding: clamp(5rem, 10.16vw, 12.2rem) 0 clamp(5rem, 9.66vw, 11.6rem);
}

.initiatives-block__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 118px;
}
@media screen and (max-width: 834px) {
  .initiatives-block__item {
    margin-bottom: 50px;
  }
}
.initiatives-block__item:last-child {
  margin-bottom: 0;
}
.initiatives-block__ct {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .initiatives-block__ct {
    width: 100%;
    margin-bottom: 30px;
  }
}
.initiatives-block__img {
  width: 45%;
  padding-left: 3.5%;
}
@media screen and (max-width: 834px) {
  .initiatives-block__img {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .initiatives-block__img-thumb {
    height: 100%;
  }
}
.initiatives-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.initiatives-block__heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 41px;
}
@media screen and (max-width: 834px) {
  .initiatives-block__heading {
    margin-bottom: 20px;
  }
}
.initiatives-block__heading-img {
  width: 120px;
  height: 120px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, from(#2696dd), color-stop(#2681dd), to(#2668dd));
  background: -o-linear-gradient(#2696dd, #2681dd, #2668dd);
  background: linear-gradient(#2696dd, #2681dd, #2668dd);
  border-radius: 50%;
}
@media screen and (max-width: 990px) {
  .initiatives-block__heading-img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .initiatives-block__heading-img {
    width: 80px;
    height: 80px;
  }
}
.initiatives-block__heading-img img {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .initiatives-block__heading-img img {
    padding: 0 10%;
    margin-bottom: 5px;
  }
}
.initiatives-block__heading-img-sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 990px) {
  .initiatives-block__heading-img-sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .initiatives-block__heading-img-sub {
    font-size: 1.2rem;
  }
}
.initiatives-block__heading-ttl {
  width: calc(100% - 120px);
  font-size: clamp(1.8rem, 2.66vw, 3.2rem);
  line-height: 1.56;
  font-weight: 700;
  padding-left: 30px;
}
@media screen and (max-width: 990px) {
  .initiatives-block__heading-ttl {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .initiatives-block__heading-ttl {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 374px) {
  .initiatives-block__heading-ttl {
    font-size: 1.5rem;
  }
}
.initiatives-block p {
  max-width: 600px;
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .initiatives-block p {
    max-width: inherit;
    margin-bottom: 30px;
  }
}
.initiatives-block__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 580px;
}
@media screen and (max-width: 834px) {
  .initiatives-block__list {
    gap: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    max-width: inherit;
  }
}
@media screen and (max-width: 834px) {
  .initiatives-block__list-item {
    width: 33.33%;
    max-width: 130px;
    padding: 0 5px;
  }
}
.initiatives-block__list-item:last-child {
  margin-right: 0;
}
.initiatives-block__list-item img {
  width: 100%;
}

.page-recruit__sub {
  overflow: hidden;
}

.sec-recruit {
  padding: clamp(50px, 7.56vw, 127px) 0 clamp(50px, 7.1433vw, 120px);
}

.recruit-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 0 50px;
}
@media screen and (max-width: 1500px) {
  .recruit-box {
    gap: 0 3.07vw;
  }
}
@media screen and (max-width: 1250px) {
  .recruit-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box {
    display: block;
  }
}
.recruit-box__ttl {
  font-size: clamp(3.5rem, 2.5vw, 4.2rem);
  line-height: 1.4285714286;
  font-weight: 700;
  color: #265fdd;
}
@media screen and (max-width: 1250px) {
  .recruit-box__ttl {
    font-size: clamp(2.8rem, 3vw, 3.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .recruit-box__ttl {
    margin-bottom: 10px;
  }
}
.recruit-box__ttlsub {
  margin-bottom: 0.9em;
}
@media screen and (max-width: 834px) {
  .recruit-box__ttlsub {
    margin-bottom: 15px;
  }
}
.recruit-box__l {
  width: calc(53.5% - 50px);
  padding-bottom: 55px;
}
@media screen and (max-width: 1500px) {
  .recruit-box__l {
    width: calc(53.5% - 3.07vw);
    padding-bottom: 3.38vw;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box__l {
    width: 100%;
    margin-bottom: 35px;
  }
}
.recruit-box__r {
  width: calc(46.5% + 150px);
  margin-right: -150px;
  margin-top: -337px;
}
@media screen and (max-width: 1500px) {
  .recruit-box__r {
    width: calc(46.5% + 3vw);
    margin-right: -3vw;
    margin-top: -20.7vw;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box__r {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.recruit-box__r__bt {
  padding-right: 12.5%;
}
@media screen and (max-width: 1250px) {
  .recruit-box__r__bt {
    padding-right: 0;
  }
}
.recruit-box__t {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 16px;
  margin-bottom: 4.4em;
}
@media screen and (max-width: 1024px) {
  .recruit-box__t {
    display: block;
    margin-bottom: 15px;
  }
}
.recruit-box__tag {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #fff;
  padding: 5px 12px;
  border-radius: 2px;
  background: #4ec9ca;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .recruit-box__tag {
    font-size: 1.2rem;
    padding: 3px 12px;
  }
}
.recruit-box__tag--blue {
  background: #269fdd;
}
.recruit-box__tags {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 5px;
}
.recruit-box__r-t {
  position: relative;
  margin-bottom: clamp(50px, 6.786vw, 114px);
}
.recruit-box__r-timg {
  -webkit-box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  overflow: hidden;
  overflow: hidden;
  border-radius: 10px;
}
.recruit-box__r-timg::before {
  content: "";
  display: block;
  padding-top: 77.7464788732%;
}
.recruit-box__r-timg > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.recruit-box__r-timg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.recruit-box__r-timg source,
.recruit-box__r-timg img,
.recruit-box__r-timg picture {
  overflow: hidden;
  border-radius: 10px;
}
.recruit-box__r-ttxt {
  width: clamp(165px, 11.5vw, 195px);
  height: clamp(165px, 11.5vw, 195px);
  background: #e2ff00;
  border-radius: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1666666667;
  text-align: center;
  position: absolute;
  left: -40px;
  bottom: -30px;
  font-weight: 700;
  color: #265fdd;
}
@media screen and (max-width: 1500px) {
  .recruit-box__r-ttxt {
    font-size: clamp(2.2rem, 2.5vw, 3rem);
    left: -2vw;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-box__r-ttxt {
    width: clamp(135px, 11.5vw, 195px);
    height: clamp(135px, 11.5vw, 195px);
  }
}
@media screen and (max-width: 834px) {
  .recruit-box__r-ttxt {
    width: 120px;
    height: 120px;
    font-size: clamp(2rem, 2.5vw, 3rem);
    left: -3vw;
    bottom: -35px;
  }
}
.recruit-box__r-ttxtsm {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 1500px) {
  .recruit-box__r-ttxtsm {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
  }
}
.recruit-box__r-ttxtlg > span {
  font-size: 2.2rem;
  font-style: italic;
}
@media screen and (max-width: 1500px) {
  .recruit-box__r-ttxtlg > span {
    font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  }
}
.recruit-box__list {
  width: calc(100% + 50px);
  margin-left: -50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0 107px;
  padding-right: 12.5%;
}
@media screen and (max-width: 1500px) {
  .recruit-box__list {
    gap: 0 6.575vw;
    margin-left: -3.07vw;
  }
}
@media screen and (max-width: 1250px) {
  .recruit-box__list {
    margin-left: 0;
    gap: 0 3.575vw;
  }
}
@media screen and (max-width: 834px) {
  .recruit-box__list {
    padding-right: 0;
    gap: 0 6.575vw;
    margin-left: 0;
    width: 100%;
  }
}
.recruit-box__list-item:first-child {
  width: calc(55% - 25px + 45px);
  margin-left: -45px;
}
@media screen and (max-width: 1250px) {
  .recruit-box__list-item:first-child {
    width: 55%;
    margin-left: 0;
  }
}
.recruit-box__list-item:last-child {
  margin-top: 60px;
  width: calc(45% - 25px);
}
@media screen and (max-width: 834px) {
  .recruit-box__list-item:last-child {
    margin-top: 25px;
    width: 45%;
  }
}
.recruit-box__list-img {
  -webkit-box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  overflow: hidden;
  overflow: hidden;
  border-radius: 10px;
}
.recruit-box__list-img::before {
  content: "";
  display: block;
  padding-top: 75.7142857143%;
}
.recruit-box__list-img > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.recruit-box__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.recruit-box__list-img source,
.recruit-box__list-img img,
.recruit-box__list-img picture {
  overflow: hidden;
  border-radius: 10px;
}
.recruit-box__list-img--01 {
  position: relative;
  overflow: hidden;
}
.recruit-box__list-img--01::before {
  content: "";
  display: block;
  padding-top: 132%;
}
.recruit-box__list-img--01 > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.recruit-box__list-img--01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.recruit-box__txt {
  font-weight: 500;
}
@media screen and (max-width: 1024px) and (min-width: 835px) {
  .recruit-box__txt {
    font-size: 1.5rem;
  }
}

.sec-jobs {
  background: #f5f5f5;
  padding-bottom: clamp(50px, 7.024251vw, 118px);
}

.jobs-t {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(50px, 7.024251vw, 118px);
}
.jobs-t::before {
  content: "";
  display: block;
  padding-top: 36.9047619048%;
}
.jobs-t > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jobs-t img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.jobs-ttl {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 834px) {
  .jobs-ttl {
    margin-bottom: 15px;
  }
}
.jobs-ttlsub {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .jobs-ttlsub {
    margin-bottom: 25px;
  }
}

.jobs-bt {
  margin-bottom: clamp(50px, 5.357481vw, 90px);
}

.jobs-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 834px) {
  .jobs-list {
    display: block;
  }
}
.jobs-list__item {
  background: #fff;
  width: calc(50% - 15px);
  border-radius: 20px;
  padding: clamp(25px, 2.62vw, 44px) clamp(25px, 2.62vw, 45px) clamp(25px, 4.464566vw, 75px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .jobs-list__item {
    width: 100%;
    margin-bottom: 35px;
  }
  .jobs-list__item:last-child {
    margin-bottom: 0;
  }
}
.jobs-list__item--blue .jobs-list__t-btn {
  background: #269fdd;
}
.jobs-list__item--blue .jobs-list__t-ttl {
  color: #269fdd;
}
.jobs-list__item--blue .jobs-list__t-ttlsub {
  color: #269fdd;
}
.jobs-list__item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}
.jobs-list__item-img::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.jobs-list__item-img > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jobs-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 834px) {
  .jobs-list__item-img {
    margin: 0 0 clamp(20px, 12vw, 40px);
  }
}
@media screen and (max-width: 834px) {
  .jobs-list__item-txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.jobs-list__t-btn {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #4ec9ca;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .jobs-list__t-btn {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    left: 10px;
    top: 10px;
  }
}
.jobs-list__t-ttl {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4ec9ca;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  .jobs-list__t-ttl {
    font-size: 2.4rem;
  }
}
.jobs-list__t-ttlsub {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  text-align: center;
  color: #4ec9ca;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 834px) {
  .jobs-list__t-ttlsub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .jobs-list__t-ttlsub {
    font-size: 1.4rem;
  }
}
.jobs-list__t-ttlsub small {
  font-size: 88.89%;
  display: block;
  color: #000000;
}

.sec-environment {
  padding: clamp(50px, 7.1433vw, 120px) 0 clamp(50px, 7.9767vw, 134px);
  background: #fff;
}

.environment-ttl {
  margin-bottom: clamp(4em, 4.6vw, 8em);
}
@media screen and (max-width: 834px) {
  .environment-ttl {
    margin-bottom: 50px;
  }
}

.environment-ttlmain {
  margin-bottom: 2.3em;
}
@media screen and (max-width: 834px) {
  .environment-ttlmain {
    margin-bottom: 15px;
  }
}

.environment-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media screen and (max-width: 834px) {
  .environment-list {
    gap: 20px 20px;
  }
}
.environment-list__item {
  background: #f5f5f5;
  border-radius: 10px;
  padding: clamp(35px, 3.393vw, 57px) clamp(15px, 1.7859vw, 30px) clamp(25px, 2.3811vw, 40px);
  text-align: center;
  width: calc(33.33% - 20px);
  position: relative;
}
@media screen and (max-width: 834px) {
  .environment-list__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .environment-list__item {
    padding: 35px 5px 25px;
  }
}
.environment-list__item-img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 90%;
  margin: 0 auto 23px;
}
.environment-list__item-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1250px) {
  .environment-list__item-ttl {
    font-size: clamp(1.8rem, 2.2vw, 2.4rem);
  }
}
@media screen and (max-width: 640px) {
  .environment-list__item-ttl {
    font-size: 1.4rem;
  }
}
.environment-list__item-ttl .txt-blue {
  color: #265fdd;
}
.environment-list__item-ttl .small {
  font-size: 75%;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 640px) {
  .environment-list__item-ttl .small {
    font-size: 70%;
  }
}
.environment-list__item-ttlen {
  font-weight: 700;
}
.environment-list__item-note {
  font-size: 1.2rem;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 640px) {
  .environment-list__item-note {
    font-size: 1rem;
    right: 10px;
    bottom: 10px;
  }
}

.recruit-application {
  padding: clamp(50px, 6.667vw, 112px) 0;
  background: #f5f5f5;
}
.recruit-application__ttl {
  font-size: clamp(3.5rem, 2.5vw, 4.2rem);
  line-height: 1.380952381;
  font-weight: 700;
  color: #265fdd;
  margin-bottom: 1.2em;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .recruit-application__ttl {
    margin-bottom: 35px;
  }
}
.recruit-application__tab {
  width: 50%;
  text-align: center;
  padding: 21px 15px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .recruit-application__tab {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .recruit-application__tab:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .recruit-application__tab {
    padding: 12px 15px;
    font-size: 1.6rem;
  }
}
.recruit-application__tab.active {
  background: #265fdd;
  color: #fff;
}
.recruit-application__tab.active:hover {
  color: #fff;
}
.recruit-application__tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 5px 5px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #dddddd;
  width: 500px;
  margin: 0 auto clamp(4.5em, 5.3vw, 9em);
  max-width: 100%;
}
@media screen and (max-width: 834px) {
  .recruit-application__tabs {
    margin-bottom: 35px;
  }
}
.recruit-application__tab-wrap {
  height: 22px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.recruit-application__tab-wrap > * {
  white-space: nowrap;
}
.recruit-application__tab-nm {
  display: block;
  bottom: 0;
  position: relative;
  -webkit-transition: bottom 0.3s ease-in;
  -o-transition: bottom 0.3s ease-in;
  transition: bottom 0.3s ease-in;
}
.recruit-application__tab-nm, .recruit-application__tab-hv {
  display: block;
}
.recruit-application__tab-hv {
  position: absolute;
  top: calc(100% + 5px);
  -webkit-transition: top 0.3s ease-in;
  -o-transition: top 0.3s ease-in;
  transition: top 0.3s ease-in;
}
.recruit-application__tab:hover {
  color: #265fdd;
}
.recruit-application__tab:hover .recruit-application__tab-hv {
  top: 0;
  left: 0;
}
.recruit-application__tab:hover .recruit-application__tab-nm {
  bottom: calc(100% + 5px);
}
.recruit-application__ct {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-bottom: clamp(3em, 5vw, 8em);
}
.recruit-application__ctsub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 1500px) {
  .recruit-application__ctsub {
    gap: 0 3.68715vw;
  }
}
@media screen and (max-width: 640px) {
  .recruit-application__ctsub {
    display: block;
  }
}
.recruit-application__ct-l {
  width: calc(50% - 60px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1500px) {
  .recruit-application__ct-l {
    width: calc(50% - 3.68715vw);
  }
}
@media screen and (max-width: 640px) {
  .recruit-application__ct-l {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 641px) {
  .recruit-application__ct-lsub {
    position: sticky;
    top: 0;
  }
}
.recruit-application__ct-r {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .recruit-application__ct-r {
    width: 100%;
  }
}
.recruit-application__ct-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.8em;
}
.recruit-application__ct-img::before {
  content: "";
  display: block;
  padding-top: 72.962962963%;
}
.recruit-application__ct-img > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.recruit-application__ct-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.recruit-application__ct-ttl {
  border-bottom: 1px dashed #c4c4c4;
  padding-bottom: 0.9em;
  margin-bottom: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-application__ct-ttlmain {
  font-size: clamp(2.4rem, 2.6vw, 2.8rem);
  line-height: 1.5;
  font-weight: 700;
}
.recruit-application__ct-ttltag {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #fff;
  padding: 3px 11px;
  background: #4ec9ca;
  border-radius: 5px;
  text-align: center;
  margin-left: 16px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 834px) {
  .recruit-application__ct-ttltag {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.recruit-application__ct-dl {
  padding: 28px 0 39px;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (max-width: 834px) {
  .recruit-application__ct-dl {
    padding: 20px 0 20px;
  }
}
.recruit-application__ct-dl:first-child {
  padding-top: 0;
}
.recruit-application__ct-dt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 500;
  color: #265fdd;
  margin-bottom: 5px;
}
.recruit-application__ct-dd ul {
  padding-left: 0;
  margin-top: 0;
}
.recruit-application__ct-dd ul li {
  position: relative;
}
.recruit-application__ct-dd ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #265fdd;
  display: inline-block;
  min-width: 10px;
  margin-right: 5px;
}
.recruit-application__ct-dd ol {
  padding-left: 17px;
}
.recruit-application__ct-dd ol li {
  list-style: decimal;
}
.recruit-application__ct-small {
  font-size: 1.3rem;
  margin-bottom: 28px;
  display: block;
}
.recruit-application__btn {
  width: 450px;
  height: 100px;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  background: #265fdd;
  margin: 0 auto;
  color: #fff;
}
.recruit-application__btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
@media (any-hover: hover) {
  .recruit-application__btn:hover:before {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
}
@media screen and (max-width: 834px) {
  .recruit-application__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 325px;
    width: 100%;
    height: 75px;
    border-radius: 50px;
    font-size: 2.2em;
  }
}

.sec-form {
  padding-top: clamp(5rem, 9.4vw, 15.6rem);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sec-form__heading {
  margin-bottom: clamp(5rem, 9vw, 15.2rem);
}
.sec-form__heading-step {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  counter-reset: number;
  gap: 100px;
  margin-bottom: clamp(2rem, 3vw, 6rem);
}
.sec-form__heading-step li {
  position: relative;
  text-align: center;
  width: 52px;
  padding-top: 62px;
}
.sec-form__heading-step li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 52px;
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #CBCBCB;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: white;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Inter", serif;
  color: #CBCBCB;
  counter-increment: number;
  content: counter(number);
  z-index: 2;
  left: 0;
  top: 0;
}
.sec-form__heading-step li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #CBCBCB;
  left: 100%;
  top: 26px;
}
.sec-form__heading-step li span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #CBCBCB;
  font-weight: 500;
}
.sec-form__heading-step li.is-active::before {
  background: #265FDC;
  color: #fff;
  border-color: #265FDC;
}
.sec-form__heading-step li.is-active span {
  color: black;
}
.sec-form__heading-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3.7px;
}
@media screen and (max-width: 834px) {
  .sec-form__heading-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .sec-form__heading-ttl {
    font-size: 1.4rem;
  }
}
.sec-form__heading-brief:not(:last-child) {
  margin-bottom: clamp(5rem, 7vw, 10.7rem);
}
@media screen and (min-width: 835px) {
  .sec-form__heading-brief {
    text-align: center;
  }
}
.sec-form__heading .c-btn__01 {
  margin: 0 auto;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .wpcf7-list-item {
    margin: 0 1em 0 0 !important;
  }
}

.pure-input, .wpcf7-list-item {
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
}
.pure-input .wpcf7-list-item::before, .wpcf7-list-item .wpcf7-list-item::before {
  display: none;
}
.pure-input input, .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.pure-input input[type=checkbox] + .wpcf7-list-item-label, .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  padding: 3px 0 3px 30px;
}
.pure-input input[type=checkbox] + .wpcf7-list-item-label::before, .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pure-input input[type=checkbox] + .wpcf7-list-item-label:after, .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label:after {
  background-color: transparent;
  top: 7px;
  left: 5px;
  width: 17px;
  height: 7px;
  border-style: solid;
  border-color: #265FDC;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}
.pure-input input[type=checkbox]:checked + .wpcf7-list-item-label:after, .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.pure-input input[type=checkbox]:checked + .wpcf7-list-item-label:before, .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background: white;
}
.pure-input input[type=radio] + .wpcf7-list-item-label:after, .pure-input input[type=radio] + .wpcf7-list-item-label:before, .pure-input input[type=radio] + span:after, .pure-input input[type=radio] + span:before, .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:after, .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:before, .wpcf7-list-item input[type=radio] + span:after, .wpcf7-list-item input[type=radio] + span:before {
  border-radius: 50%;
}
.pure-input input[type=radio] + .wpcf7-list-item-label::before, .pure-input input[type=radio] + span::before, .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before, .wpcf7-list-item input[type=radio] + span::before {
  top: 7px;
}
.pure-input input[type=radio] + .wpcf7-list-item-label:after, .pure-input input[type=radio] + span:after, .wpcf7-list-item input[type=radio] + .wpcf7-list-item-label:after, .wpcf7-list-item input[type=radio] + span:after {
  top: 12px;
  left: 7px;
  width: 12px;
  height: 12px;
}
.pure-input input[type=radio]:checked + .wpcf7-list-item-label:before, .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-input input[type=radio]:checked + .wpcf7-list-item-label:after, .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pure-input .wpcf7-list-item-label,
.pure-input span, .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-list-item span {
  display: block;
  position: relative;
  padding: 0 0 0 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .pure-input .wpcf7-list-item-label,
.pure-input span, .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-list-item span {
    padding: 0 0 0 34px;
  }
}
.pure-input .wpcf7-list-item-label:before,
.pure-input span:before, .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-list-item span:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #dadada;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pure-input .wpcf7-list-item-label:after,
.pure-input span:after, .wpcf7-list-item .wpcf7-list-item-label:after,
.wpcf7-list-item span:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  background-color: #265FDC;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.form-control {
  width: 100%;
  background: #F8F8F8;
  height: 48px;
  padding: 5px 10px;
  resize: none;
  border: 0;
  margin-top: 0 !important;
  color: #000000 !important;
}
.form-control.error, .form-control.wpcf7-not-valid {
  background: #FFEFE9;
}
@media screen and (min-width: 835px) {
  .form-control--680 {
    max-width: 680px;
  }
}
@media screen and (min-width: 641px) {
  .form-control--330 {
    width: 330px;
    max-width: 330px;
  }
}
.form-control--txt {
  height: 330px;
}
@media screen and (max-width: 834px) {
  .form-control--txt {
    height: 200px;
    margin-bottom: -10px;
  }
}

.required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: white;
  background: #F36127;
  height: 19px;
  border-radius: 2px;
  width: 45px;
  padding-bottom: 2px;
}

.form-block {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.1176470588;
  padding-bottom: clamp(5rem, 8vw, 12.1rem);
  position: relative;
  z-index: 2;
}
.form-block .inner {
  max-width: 1098px;
}
.form-block__group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-block__group:not(:last-child) {
  margin-bottom: 66px;
}
@media screen and (max-width: 834px) {
  .form-block__group:not(:last-child) {
    margin-bottom: 20px;
  }
}
.form-block__group._s2 .form-block__group-ttl {
  padding-top: 5px;
}
.form-block__group-ttl {
  width: 300px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 17px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 834px) {
  .form-block__group-ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form-block__group-ct {
  width: calc(100% - 300px);
  position: relative;
}
.form-block__group-ct .wpcf7-form-control-wrap {
  position: static !important;
}
@media screen and (max-width: 834px) {
  .form-block__group-ct {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.form-block__group-ct .error, .form-block__group-ct span.wpcf7-not-valid-tip {
  color: #F36127;
  font-size: 15px !important;
}
@media screen and (min-width: 835px) {
  .form-block__group-ct .error, .form-block__group-ct span.wpcf7-not-valid-tip {
    position: absolute;
    top: -32px;
    left: 0;
  }
}
.form-block__group-radio {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 58px;
}
.form-block__group-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.form-block__group-flex p {
  font-size: 1.5rem;
  padding-top: 7px;
}
@media screen and (max-width: 834px) {
  .form-block__group-flex p {
    padding-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .form-block__group-phone {
    width: 100%;
  }
}
.form-block__group-zip {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.form-block__group-zip .txt-lg {
  margin-left: -35px;
  padding-top: 4px;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .form-block__group-zip .txt-lg {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.form-block__group-zip .form-control {
  width: 150px;
}
@media screen and (max-width: 834px) {
  .form-block__group-zip .form-control {
    width: 120px;
  }
}
.form-block__group-zip .txt-xs {
  padding-top: 8px;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .form-block__group-zip .txt-xs {
    padding-top: 0;
  }
}
.form-block__group-select {
  position: relative;
}
.form-block__group-select select {
  width: 330px;
  height: 48px;
  background: #f8f8f8 url(../image/common/icon-down-select.png) no-repeat center/12px;
  background-position-x: 299px;
  border: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.4;
  color: black;
  padding: 5px 35px 5px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .form-block__group-select select {
    width: 100%;
    background-position-x: 310px;
  }
}
.form-block__group-select select.error {
  background-color: #FFEFE9;
}
.form-block__group-select select:invalid {
  color: #999999;
}
.form-block__group-btn {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  width: 96px;
  border: 1px solid #265FDC;
  height: 28px;
  cursor: pointer;
  color: #265FDC;
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 35px;
  margin-left: 10px;
  background: transparent;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-block__group-btn:hover {
  opacity: 0.7;
}
.form-block__date {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 27px;
}
@media screen and (max-width: 834px) {
  .form-block__date {
    gap: 10px 17px;
  }
}
.form-block__date-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  gap: 14px;
}
@media screen and (max-width: 834px) {
  .form-block__date-flex {
    font-size: 1.6rem;
    gap: 5px;
  }
  .form-block__date-flex span.wpcf7-not-valid-tip {
    margin-top: 5px;
  }
}
.form-block__date-flex .txt {
  padding-top: 13px;
}
.form-block__date-flex .form-control {
  width: 160px;
}
@media screen and (max-width: 640px) {
  .form-block__date-flex .form-control {
    width: 63px;
  }
}
@media screen and (min-width: 641px) {
  .form-block__date-flex:nth-child(2) .form-control {
    width: 120px;
  }
}
@media screen and (min-width: 641px) {
  .form-block__date-flex:nth-child(3) .form-control {
    width: 120px;
  }
}
@media screen and (min-width: 835px) {
  .form-block__date-flex .wpcf7-not-valid-tip {
    top: -23px !important;
  }
}
.form-block__date input::-webkit-outer-spin-button,
.form-block__date input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-block__date input[type=number] {
  -moz-appearance: textfield;
}

.form-policy {
  background: #F1FAFF;
  padding: clamp(5rem, 8vw, 12rem) 0 clamp(5rem, 8vw, 9rem);
}
.form-policy .inner {
  max-width: 1100px;
}
.form-policy__bg {
  background: white;
  height: 590px;
  padding: 64px 36px 40px 89px;
  margin-bottom: clamp(3rem, 4vw, 6.4rem);
}
@media screen and (max-width: 834px) {
  .form-policy__bg {
    padding: 30px 10px 40px 20px;
  }
}
.form-policy__scroll {
  padding-right: 54px;
  overflow-y: auto;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .form-policy__scroll {
    padding-right: 10px;
  }
}
.form-policy__scroll::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width: 834px) {
  .form-policy__scroll::-webkit-scrollbar {
    width: 5px;
  }
}
.form-policy__scroll::-webkit-scrollbar-thumb {
  background: #D7D7D7;
  border-radius: 5px;
}
.form-policy__ttl {
  color: #265FDC;
  font-size: clamp(2.3rem, 3vw, 4.6rem);
  text-align: center;
  font-family: "Inter", serif;
  text-transform: uppercase;
  margin-bottom: clamp(2.3rem, 3.5vw, 5.4rem);
  font-weight: 400;
}
.form-policy__heading {
  margin-bottom: 29px;
}
.form-policy__heading-ttl {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 31px;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.3333333333;
}
.form-policy__item:not(:last-child) {
  margin-bottom: clamp(1.5rem, 3vw, 2.9rem);
}
.form-policy__item-ttl {
  border-bottom: 1px solid #777777;
  padding-bottom: 7px;
  margin-bottom: 18px;
  font-weight: 700;
}
.form-policy__item-ct p {
  margin-top: clamp(2.5rem, 3vw, 50rem);
}
.form-policy__item-ct ul {
  padding: 20px;
}
.form-policy__item-ct ul li {
  padding-left: 15px;
  position: relative;
}
.form-policy__item-ct ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.form-policy__check {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: clamp(3rem, 4vw, 7.2rem);
}
.form-policy__check .pure-input {
  font-size: inherit;
}
.form-policy__check .pure-input input[type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
}
.form-policy__check .pure-input input[type=checkbox] + .wpcf7-list-item-label::after {
  top: 0;
  left: 6px;
}
.form-policy__btn {
  margin: 0 auto;
  font-weight: 400;
}
.form-policy__btn._disable {
  pointer-events: none;
}

#page-thanks .sec-form {
  padding-bottom: clamp(10rem, 12vw, 20rem);
}
#page-thanks .sec-form__heading-step {
  margin-bottom: clamp(2rem, 4vw, 6.1rem);
}
#page-entry .sec-form__heading {
  margin-bottom: clamp(5rem, 10vw, 16.2rem);
}
#page-entry .sec-form__heading-step {
  margin-bottom: clamp(2rem, 4vw, 6.1rem);
}
#page-entry .sec-form__heading-ttl {
  letter-spacing: 0;
}
#page-entry .sec-form__heading-brief {
  margin-bottom: clamp(5rem, 7vw, 10.7rem);
}

.form-control {
  margin-top: 0 !important;
  color: #000000 !important;
}

.sec-case {
  padding: min(108px, 13.3333333333vw) 0 0;
}
.sec-case__ttl {
  margin-bottom: min(42px, 8vw);
}
.sec-case__desc {
  margin-bottom: min(114px, 13.3333333333vw);
}
@media screen and (min-width: 641px) {
  .sec-case__desc {
    text-align: center;
  }
}
.sec-case__inn {
  background: #f5f5f5;
  padding: min(81px, 13.3333333333vw) 0 min(120px, 13.3333333333vw);
}
.sec-case__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 990px) {
  .sec-case__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.sec-case__anchor {
  width: 30.84%;
  display: grid;
  counter-reset: counterNumber;
}
@media screen and (min-width: 991px) {
  .sec-case__anchor {
    position: sticky;
    top: 116px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  .sec-case__anchor {
    top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-case__anchor {
    top: 6px;
  }
}
@media screen and (max-width: 990px) {
  .sec-case__anchor {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }
}
.sec-case__anchor-item {
  display: grid;
  border-bottom: 1px solid #acacac;
  opacity: 0.5;
  gap: min(14px, 2.6666666667vw);
  padding: min(39px, 4vw) 0 min(41px, 4vw);
}
.sec-case__anchor-item .c-ft--en {
  font-size: min(1.4rem, 3.4666666667vw);
  color: #265fdd;
}
.sec-case__anchor-item .c-ft--en::before {
  counter-increment: counterNumber;
  content: "( Case " counter(counterNumber, decimal-leading-zero) " )";
}
.sec-case__anchor-item .jp {
  font-size: min(1.8rem, 4.2666666667vw);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .sec-case__anchor-item .jp {
    line-height: 1.6;
  }
}
.sec-case__anchor-item.is-active {
  opacity: 1;
}
.sec-case__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 760px;
  display: grid;
  gap: min(80px, 13.3333333333vw);
  counter-reset: counterNumber;
}
@media screen and (min-width: 991px) {
  .sec-case__right {
    padding-top: 39px;
  }
}
@media screen and (max-width: 990px) {
  .sec-case__right {
    width: 100%;
    max-width: 100%;
  }
}
.sec-case__item {
  padding: min(59px, 8vw) min(60px, 4vw) min(60px, 8vw);
  background: white;
  border-radius: 10px;
}
.sec-case__ttl02 {
  display: grid;
  border-bottom: 1px solid #999999;
  gap: min(20px, 2.6666666667vw);
  padding-bottom: min(31px, 4vw);
  margin-bottom: min(50px, 8vw);
}
.sec-case__ttl02 .c-ft--en {
  font-size: min(1.6rem, 3.7333333333vw);
  color: #265fdd;
}
.sec-case__ttl02 .c-ft--en::before {
  counter-increment: counterNumber;
  content: "( Case " counter(counterNumber, decimal-leading-zero) " )";
}
.sec-case__ttl02 .jp {
  font-size: min(3rem, 5.3333333333vw);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .sec-case__ttl02 .jp {
    line-height: 1.4;
  }
}
.sec-case__ttl02.is-active {
  opacity: 1;
}
.sec-case__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: min(27px, 8vw);
}
.sec-case__img::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.sec-case__img > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sec-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.sec-case__ttl03 {
  line-height: 1.7692307692;
  font-size: min(2.6rem, 4.8vw);
  margin-bottom: 1.25em;
}
@media screen and (max-width: 834px) {
  .sec-case__ttl03 {
    line-height: 1.5;
  }
}
.sec-case__info {
  margin: 0 -8px 1.45em;
}
.sec-case__info table {
  width: 100%;
}
.sec-case__info table th,
.sec-case__info table td {
  border: 8px solid white;
}
.sec-case__info table th {
  width: 168px;
  background: #f5f5f5;
  color: #265fdd;
  padding: 6px 19px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .sec-case__info table th {
    width: 120px;
    padding: 6px 10px;
  }
}
.sec-case__info table td {
  padding: 6px min(22px, 4vw);
}
.sec-case__desc02 {
  margin-bottom: min(44px, 8vw);
}

.company-philosophy {
  padding: clamp(5rem, 2.989rem + 5.364vw, 12rem) 0 clamp(5rem, 2.615rem + 6.36vw, 13.3rem);
}
.company-philosophy__ttl {
  margin-bottom: clamp(3rem, 1.994rem + 2.682vw, 6.5rem);
}
.company-philosophy__ttlsub {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .company-philosophy__ttlsub {
    text-align: left;
  }
}
.company-philosophy__desc {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .company-philosophy__desc {
    text-align: left;
  }
}

.company-message {
  background: url(../image/company/bg-msg.jpg) no-repeat center/cover;
  padding: clamp(5rem, 2.126rem + 7.663vw, 15rem) 0 clamp(5rem, 3.132rem + 4.981vw, 11.5rem);
  position: relative;
}
.company-message__wp {
  padding: 0 min(2.8vw, 40px);
  color: #fff;
  position: relative;
}
.company-message__wp:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22.321vw;
  height: 19.107vw;
  background: url(../image/company/img-marker.png) no-repeat center/100%;
  top: -5em;
  right: 8px;
}
@media screen and (max-width: 640px) {
  .company-message__wp:after {
    top: 1em;
    right: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 640px) {
  .company-message__wp {
    padding: 0;
  }
}
.company-message__ttl {
  margin-bottom: clamp(1em, 4vw, 2em);
}
.company-message__ttlsub {
  font-size: clamp(2rem, 1.483rem + 1.379vw, 3.8rem);
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 374px) {
  .company-message__ttlsub {
    font-size: 1.5rem;
  }
}
.company-message__desc {
  margin-bottom: clamp(2.5em, 4vw, 4.2em);
}
@media screen and (min-width: 835px) {
  .company-message__desc {
    line-height: 2.375;
  }
}
.company-message__desc p {
  margin-bottom: clamp(1em, 4vw, 2.3em);
}
.company-message__desc p:last-of-type {
  margin-bottom: 0;
}
.company-message__ceo {
  text-align: right;
}
.company-message__ceo-company {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
}
.company-message__ceo-name {
  font-size: 2rem;
  font-weight: 500;
}
.company-message__ceo-name .--s {
  font-size: 93%;
  font-weight: 500;
  display: inline-block;
  margin-right: 1.3em;
}

.company-outline {
  padding: clamp(5rem, 2.816rem + 5.824vw, 12.6rem) 0 clamp(5rem, 1.552rem + 9.195vw, 17rem);
}
.company-outline__ttl {
  margin-bottom: 2.5em;
}
.company-outline__dl {
  width: 91.5%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2.117;
}
@media screen and (max-width: 834px) {
  .company-outline__dl {
    width: 100%;
    line-height: 1.8;
  }
}
.company-outline__dt, .company-outline__dd {
  padding: clamp(0.5em, 4vw, 2.08em) clamp(1.5em, 5vw, 4.3em);
}
.company-outline__dt {
  width: 250px;
  background: #F8F8F8;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.05em;
}
.company-outline__dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  bottom: -1px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .company-outline__dt:after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .company-outline__dt {
    width: 100%;
  }
}
.company-outline__dd {
  width: calc(100% - 250px);
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 640px) {
  .company-outline__dd {
    width: 100%;
  }
}
.company-outline__dd p {
  margin-bottom: clamp(1em, 4vw, 2.1em);
}
.company-outline__dd p:last-of-type {
  margin-bottom: 0;
}
.company-outline__dd a {
  padding: 0 5px;
}

#page-aboutus {
  overflow: hidden;
}

.aboutus-top {
  margin-bottom: clamp(5rem, 8.5vw, 12.8em);
}
.aboutus-top__block {
  position: relative;
  padding-right: 55%;
  padding-top: clamp(5rem, 7.5vw, 12.5rem);
  z-index: 3;
}
@media screen and (max-width: 1250px) {
  .aboutus-top__block {
    padding-right: 35%;
  }
}
@media screen and (max-width: 834px) {
  .aboutus-top__block {
    padding-right: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
    padding-bottom: 50%;
  }
}
.aboutus-top__block-lead {
  font-size: clamp(5rem, 12vw, 12rem);
  font-weight: 700;
  font-family: "Inter", serif;
  margin-bottom: clamp(3.5rem, 4vw, 7.7rem);
}
.aboutus-top__block-lead span {
  background-image: url(../image/about/bg-ttl.jpg);
  -webkit-background-clip: text;
  color: transparent;
}
.aboutus-top__block .c-txt__02 {
  font-weight: 500;
}
.aboutus-top__block-img {
  width: 59%;
  max-width: 710px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .aboutus-top__block-img {
    position: absolute;
    top: -22%;
    right: -12.5%;
  }
}
@media screen and (max-width: 834px) {
  .aboutus-top__block-img {
    position: relative;
    z-index: 10;
    width: 80%;
  }
}
.aboutus-top__block-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .aboutus-top__block-img--s2 {
    width: 26.5%;
    right: calc((1200px - 100vw) / 2);
    top: 49%;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1500px) {
  .aboutus-top__block-img--s2 {
    width: 20.5%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1330px) {
  .aboutus-top__block-img--s2 {
    right: -5vw;
  }
}
@media screen and (max-width: 834px) {
  .aboutus-top__block-img--s2 {
    position: absolute;
    bottom: 9%;
    right: 0;
    width: 40%;
  }
}
@media screen and (min-width: 835px) {
  .aboutus-top__block-img--s3 {
    width: 25%;
    right: 17.3%;
    top: 57.2%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1500px) {
  .aboutus-top__block-img--s3 {
    width: 18%;
    right: 20%;
  }
}
@media screen and (max-width: 834px) {
  .aboutus-top__block-img--s3 {
    z-index: 13;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38%;
  }
}

.aboutus-value {
  background: #f5f5f5;
  padding: clamp(5rem, 8.5vw, 12em) 0 clamp(5rem, 7vw, 11.7rem);
  margin-bottom: clamp(5em, 8.5vw, 11.7em);
}
.aboutus-value__heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: clamp(5rem, 7.5vw, 9.3em);
}
.aboutus-value__heading-ct {
  width: 46%;
}
@media screen and (max-width: 834px) {
  .aboutus-value__heading-ct {
    width: 100%;
  }
}
.aboutus-value__heading-img {
  width: 51.4%;
  margin-top: -25px;
}
@media screen and (max-width: 834px) {
  .aboutus-value__heading-img {
    width: 100%;
    margin-top: 20px;
  }
}
.aboutus-value__heading-ttl {
  margin-bottom: clamp(2.5rem, 3.41vw, 5rem);
}
.aboutus-value__heading-subttl {
  margin-bottom: clamp(2rem, 2.2vw, 3.6rem);
}

.l-example--s2 {
  border-radius: 10px;
}
.l-example--s2 .l-example__catch {
  margin-bottom: clamp(4em, 4vw, 6.2em);
}
.l-example--s2 .l-example__catch span {
  font-size: clamp(2rem, 3.6vw, 6rem);
}
.l-example--s2 .l-example__list-ct {
  padding: clamp(2em, 2vw, 3em) clamp(1em, 2vw, 3em) clamp(1em, 2vw, 1.5em);
}
.l-example--s2 .l-example__list-ttl {
  color: black;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1.2em;
}
.l-example--s2 .l-example__list-subttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  color: white;
  background: #265fdd;
  border-radius: 3px;
  text-align: center;
  padding: 4px;
  margin-bottom: 17px;
}
@media screen and (max-width: 834px) {
  .l-example--s2 .l-example__list-subttl {
    font-size: 1.2rem;
  }
}
.l-example--s2 .l-example__list-brief {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin-bottom: 1.3em;
}
@media screen and (min-width: 835px) {
  .l-example--s2 .l-example__list-brief {
    padding: 0 5px;
  }
}

.aboutus-enterprise {
  margin-bottom: clamp(5rem, 7.2vw, 12rem);
}
.aboutus-enterprise__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4.4em;
}
@media screen and (max-width: 834px) {
  .aboutus-enterprise__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px 0;
  }
}
.aboutus-enterprise__flex-img {
  width: 56%;
  margin-right: -3%;
  margin-left: -5%;
}
@media screen and (max-width: 834px) {
  .aboutus-enterprise__flex-img {
    width: 100%;
    margin: 0;
  }
}
.aboutus-enterprise__flex-ct {
  width: 51%;
}
@media screen and (max-width: 834px) {
  .aboutus-enterprise__flex-ct {
    width: 100%;
  }
}
.aboutus-enterprise__flex-ttl {
  margin-bottom: clamp(2.5rem, 5.41vw, 5.8rem);
}
.aboutus-enterprise__flex-subttl {
  margin-bottom: clamp(2.5rem, 3.58vw, 3.5rem);
}
.aboutus-enterprise__check {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  .aboutus-enterprise__check {
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .aboutus-enterprise__check {
    font-size: 1.3rem;
  }
}
.aboutus-enterprise__check-item {
  background: #f5f5f5;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 1.1em 0.5em 1.1em 3.4em;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .aboutus-enterprise__check-item {
    padding: 1em 0.5em 1em 2.5em;
  }
}
.aboutus-enterprise__check-item::before {
  content: "check_box";
  font-family: "Material Icons";
  color: #265fdd;
  font-size: 1.67em;
  position: absolute;
  left: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .aboutus-enterprise__check-item::before {
    left: 10px;
  }
}
@media screen and (max-width: 374px) {
  .aboutus-enterprise__check-item::before {
    left: 5px;
  }
}

.management-system {
  background: url(../image/about/bg-01.jpg) no-repeat center/cover;
  color: white;
  padding: clamp(5rem, 9vw, 14.4rem) 0 clamp(12rem, 15vw, 22.2rem);
}
.management-system__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3em 0;
}
.management-system__ct {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .management-system__ct {
    width: 100%;
  }
}
.management-system__ct .c-ttl__01 {
  margin-bottom: clamp(2.5rem, 3.41vw, 4.3rem);
}
.management-system__ct .c-ttl__02 {
  margin-bottom: clamp(2.5rem, 2.58vw, 4.1rem);
}
.management-system__img {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .management-system__img {
    width: 100%;
  }
}

.aboutus-news {
  position: relative;
  margin-top: -10em;
  z-index: 2;
  padding-bottom: clamp(5rem, 8vw, 13.5rem);
}
.aboutus-news__slider {
  cursor: pointer;
}
.aboutus-news__slider .swiper-slide {
  margin-right: 60px;
  width: 360px;
}
@media screen and (max-width: 834px) {
  .aboutus-news__slider .swiper-slide {
    width: 280px;
    margin-right: 30px;
  }
}
.aboutus-news__slider-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2em;
}
.aboutus-news__slider-img::before {
  content: "";
  padding-top: 72.2222222222%;
  display: block;
}
.aboutus-news__slider-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutus-news__slider-cate {
  color: #265fdd;
  background: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 22px;
  border-radius: 18.5px;
  padding: 4px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .aboutus-news__slider-cate {
    font-size: 1.4rem;
  }
}
.aboutus-news__slider-ttl {
  color: #265fdd;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.7em;
}
.aboutus-news__slider-ttl .--s {
  font-family: "Noto Sans JP", serif;
  font-size: 76.2%;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.aboutus-news__slider .c-txt__03:not(:last-child) {
  margin-bottom: 9px;
}
.aboutus-news__slider-tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  gap: 4px;
}
@media screen and (max-width: 834px) {
  .aboutus-news__slider-tag {
    font-size: 1.4rem;
  }
}
.aboutus-news__slider-tag span {
  background: #f0f0f0;
  color: #265fdd;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 17px;
}

.news-block {
  padding: clamp(5em, 8vw, 11.6em) 0 clamp(5em, 7vw, 9.7em);
  overflow: hidden;
}
.news-block__wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-block__left {
  width: 73.33%;
  padding-right: clamp(2em, 4vw, 10em);
}
@media screen and (max-width: 990px) {
  .news-block__left {
    width: 68.33%;
  }
}
@media screen and (max-width: 834px) {
  .news-block__left {
    width: 100%;
    padding-right: 0;
  }
}
.news-block__list {
  margin-bottom: clamp(5em, 11vw, 18em);
}
@media screen and (max-width: 834px) {
  .news-block__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .news-block__list {
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
  }
}
.news-block__list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: clamp(3em, 10vw, 14.1em);
}
.news-block__list-item:last-of-type {
  margin-bottom: 0;
}
.news-block__list-img {
  width: 41%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.news-block__list-img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.news-block__list-img > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-block__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media screen and (max-width: 834px) {
  .news-block__list-img {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 2em;
  }
}
.news-block__list-ct {
  width: 59%;
  padding-left: clamp(2em, 3vw, 4.6em);
}
@media screen and (max-width: 834px) {
  .news-block__list-ct {
    width: 100%;
    padding-left: 0;
  }
}
.news-block__list-meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 0;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 834px) {
  .news-block__list-meta {
    margin-bottom: 1em;
  }
}
.news-block__list-cate {
  display: inline-block;
  padding: 0.5em 0.8em;
  font-size: 1.4rem;
  border-radius: 15px;
  background: #F5F5F5;
  color: #265fdd;
  margin-right: 1.8em;
}
@media screen and (max-width: 834px) {
  .news-block__list-cate {
    font-size: 1.2rem;
    margin-right: 7px;
  }
}
.news-block__list-date {
  font-size: 1.3rem;
  font-family: "Inter", serif;
  color: #265fdd;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .news-block__list-date {
    font-size: 1.1rem;
  }
}
.news-block__list-ttl {
  font-size: clamp(1.6rem, 1.37rem + 0.613vw, 2.4rem);
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .news-block__list-ttl {
    margin-bottom: 0.5em;
  }
}
.news-block__list-desc {
  line-height: 2;
  margin-bottom: 1.7em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .news-block__list-desc {
    line-height: 1.8;
    margin-bottom: 1.3em;
  }
}
.news-block__list-control {
  text-align: right;
}
.news-block__list-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", serif;
  font-size: 1.6rem;
  color: #265fdd;
}
@media (any-hover: hover) {
  .news-block__list-btn {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .news-block__list-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .news-block__list-btn {
    font-size: 1.4rem;
  }
}
.news-block__list-btn .material-icons {
  font-size: 1.5rem;
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 834px) {
  .news-block__list-btn .material-icons {
    font-size: 1.3rem;
  }
}
.news-block__right {
  width: 26.67%;
}
@media screen and (max-width: 990px) {
  .news-block__right {
    width: 31.67%;
  }
}
@media screen and (max-width: 834px) {
  .news-block__right {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .nums_page {
    margin-bottom: 5em;
  }
}
.nums_page .wp-pagenavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Inter", serif;
}
@media screen and (max-width: 834px) {
  .nums_page .wp-pagenavi {
    gap: 0;
  }
}
.nums_page .wp-pagenavi .nextpostslink,
.nums_page .wp-pagenavi .previouspostslink {
  color: #265fdd;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  background: #f5f5f5;
  border: none;
}
@media (any-hover: hover) {
  .nums_page .wp-pagenavi .nextpostslink,
.nums_page .wp-pagenavi .previouspostslink {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .nums_page .wp-pagenavi .nextpostslink:hover,
.nums_page .wp-pagenavi .previouspostslink:hover {
    background: #265fdd;
  }
  .nums_page .wp-pagenavi .nextpostslink:hover span,
.nums_page .wp-pagenavi .previouspostslink:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 834px) {
  .nums_page .wp-pagenavi .nextpostslink,
.nums_page .wp-pagenavi .previouspostslink {
    width: 30px;
    height: 30px;
  }
}
.nums_page .wp-pagenavi .nextpostslink span,
.nums_page .wp-pagenavi .previouspostslink span {
  font-size: 1.5rem;
  color: #444;
  border: none;
}
@media screen and (max-width: 834px) {
  .nums_page .wp-pagenavi .nextpostslink span,
.nums_page .wp-pagenavi .previouspostslink span {
    font-size: 1.3rem;
  }
}
.nums_page .wp-pagenavi .nextpostslink {
  margin-left: 0.5em;
}
.nums_page .wp-pagenavi .page,
.nums_page .wp-pagenavi .current {
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
}
@media (any-hover: hover) {
  .nums_page .wp-pagenavi .page,
.nums_page .wp-pagenavi .current {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .nums_page .wp-pagenavi .page:hover,
.nums_page .wp-pagenavi .current:hover {
    background: #265fdd;
    color: #fff;
  }
}
@media screen and (max-width: 834px) {
  .nums_page .wp-pagenavi .page,
.nums_page .wp-pagenavi .current {
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
  }
}
.nums_page .wp-pagenavi .current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #265fdd;
  color: #fff;
  border-radius: 50%;
  margin: 0 1em;
}
@media screen and (max-width: 834px) {
  .nums_page .wp-pagenavi .current {
    margin: 0 0.5em;
  }
}
.nums_page .wp-pagenavi .dots {
  font-size: 1.2rem;
  border: none;
}
@media screen and (max-width: 834px) {
  .nums_page .wp-pagenavi .dots {
    font-size: 1rem;
  }
}

.news-lastest {
  background: #f5f5f5;
  border-radius: 10px;
  padding: clamp(2em, 3vw, 4em);
  margin-bottom: clamp(3em, 7vw, 9.5em);
}
.news-lastest__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.news-lastest__list-item {
  padding: 2em 0;
  border-bottom: 1px dashed #ddd;
}
.news-lastest__list-date {
  font-family: "Inter", serif;
  font-size: 1.3rem;
  color: #265fdd;
  margin-bottom: 0.5em;
  font-weight: 500;
  display: block;
}
@media (any-hover: hover) {
  .news-lastest__list-link {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .news-lastest__list-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .news-lastest.fade-is-first {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.sidebar-box {
  background: #fff;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(3em, 7vw, 9em);
}
.sidebar-box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .sidebar-box {
    border-radius: 5px;
  }
}
.sidebar-box__ttl {
  text-align: center;
  padding: 1em 1.5em;
  background: #265fdd;
  color: #fff;
  font-family: "Inter", serif;
  font-size: clamp(1.8rem, 1.628rem + 0.46vw, 2.4rem);
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .sidebar-box__ttl {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sidebar-box__ttl:hover {
    opacity: 0.7;
  }
}
.sidebar-box__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.sidebar-box__ttl.is-active:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.sidebar-box__acc {
  padding: 1.3em clamp(3em, 4vw, 4em) 2.5em;
  display: none;
}
.sidebar-box__list-cate li {
  border-bottom: 1px dashed #ddd;
}
.sidebar-box__list-cate li a {
  font-size: 1.6rem;
  display: block;
  position: relative;
  padding: 1.5em 1.5em 1.5em clamp(1em, 1.5vw, 2em);
}
@media (any-hover: hover) {
  .sidebar-box__list-cate li a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sidebar-box__list-cate li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .sidebar-box__list-cate li a {
    padding: 1em 1em;
  }
}
.sidebar-box__list-cate li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #265fdd;
  border-radius: 50%;
  top: calc(50% - 5px);
  left: -4px;
}
.sidebar-box__list-cate li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 835px) {
  .sidebar-box__list-archive {
    margin-top: 0.8em;
    margin-bottom: 2.5em;
  }
}
.sidebar-box__list-archive li {
  border-bottom: 1px dashed #ddd;
  font-family: "Inter", serif;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  .sidebar-box__list-archive li {
    font-size: 1.4rem;
  }
}
.sidebar-box__list-archive li a {
  display: inline-block;
  position: relative;
  padding: 1.1em 0;
  margin-right: 0.3em;
}
@media (any-hover: hover) {
  .sidebar-box__list-archive li a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sidebar-box__list-archive li a:hover {
    opacity: 0.7;
  }
}
.sidebar-box__list-archive li:last-of-type {
  padding-bottom: 0;
}

.news-detail {
  width: 96%;
}
@media screen and (max-width: 834px) {
  .news-detail {
    width: 100%;
    margin-bottom: 5em;
  }
}
.news-detail__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 834px) {
  .news-detail__meta {
    margin-bottom: 1em;
  }
}
.news-detail__cate {
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.4rem;
  border-radius: 15px;
  background: #F5F5F5;
  color: #265fdd;
  margin-right: 1.5em;
}
@media screen and (max-width: 834px) {
  .news-detail__cate {
    font-size: 1.2rem;
    margin-right: 1em;
  }
}
.news-detail__date {
  font-size: 1.3rem;
  font-family: "Inter", serif;
  color: #265fdd;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .news-detail__date {
    font-size: 1.1rem;
  }
}
.news-detail__ttl {
  font-size: clamp(1.8rem, 1.57rem + 0.613vw, 2.6rem);
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-bottom: 1.7em;
  border-bottom: 1px solid;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .news-detail__ttl {
    margin-bottom: 1em;
  }
}
.news-detail__articles {
  padding-bottom: clamp(2em, 4vw, 6em);
  border-bottom: 1px solid #F7F7F7;
  margin-bottom: clamp(1.5em, 2.5vw, 3.5em);
}
.news-detail__articles img {
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .news-detail__articles img {
    border-radius: 5px;
  }
}
.news-detail__articles p {
  margin: 2.8em 0;
}
@media screen and (max-width: 834px) {
  .news-detail__articles p {
    margin: 1.5em 0 2em;
  }
}
.news-detail__articles h2 {
  color: #265fdd;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid;
  margin: 1em 0 1.5em;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 834px) {
  .news-detail__articles h2 {
    font-size: 1.8rem;
    margin: 1em 0;
  }
}
.news-detail__articles h3, .news-detail__articles h4 {
  font-size: 1.8rem;
  color: #265fdd;
  font-weight: 500;
  position: relative;
  padding-left: clamp(1em, 2vw, 2em);
  margin: 1em 0 1em;
}
@media screen and (max-width: 834px) {
  .news-detail__articles h3, .news-detail__articles h4 {
    font-size: 1.6rem;
  }
}
.news-detail__articles h3:before, .news-detail__articles h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #265fdd;
  top: 10px;
  left: 0;
  border-radius: 3px;
}
@media screen and (max-width: 834px) {
  .news-detail__articles h3:before, .news-detail__articles h4:before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
}
.news-detail__articles h4 {
  color: #000;
}
.news-detail__articles h4::before {
  background: #000;
}
.news-detail__articles h5 {
  font-size: 1.8rem;
  background: #F5F5F5;
  font-weight: 500;
  padding: 0.2em 1em;
}
@media screen and (max-width: 834px) {
  .news-detail__articles h5 {
    padding: 0.2em 0.5em;
    font-size: 1.6rem;
  }
}
.news-detail__articles h6 {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .news-detail__articles h6 {
    font-size: 1.5rem;
  }
}
.news-detail__control {
  text-align: right;
  position: relative;
  right: -22px;
}
@media screen and (max-width: 834px) {
  .news-detail__control {
    right: 0;
  }
}
.news-detail__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", serif;
  font-size: 1.6rem;
  color: #265fdd;
}
@media (any-hover: hover) {
  .news-detail__btn {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .news-detail__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .news-detail__btn {
    font-size: 1.4rem;
  }
}
.news-detail__btn .material-icons {
  font-size: 1.5rem;
  margin-left: 0.5em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 834px) {
  .news-detail__btn .material-icons {
    font-size: 1.3rem;
  }
}

#toc_container {
  max-width: 640px;
  width: 100% !important;
  border: 0 !important;
  border-radius: 10px;
  background: #f5f5f5 !important;
  padding: clamp(1.5em, 2vw, 2.5em) clamp(2em, 3vw, 4em) clamp(1em, 2vw, 2.9em) !important;
  margin-bottom: clamp(3em, 4vw, 5em) !important;
}
#toc_container .toc_title {
  text-align: center !important;
  font-family: "Inter", serif;
  font-size: clamp(1.7rem, 1.556rem + 0.383vw, 2.2rem) !important;
  color: #265fdd;
  margin-bottom: 0.4em !important;
  margin-top: 0 !important;
}
#toc_container .toc_brackets {
  display: none !important;
}
#toc_container .toc_list > li > a {
  margin-bottom: 1.5em !important;
  padding-bottom: 0.25em !important;
  border-bottom: 1px solid !important;
  font-size: 17px !important;
}
@media screen and (max-width: 834px) {
  #toc_container .toc_list > li > a {
    font-size: 15px !important;
  }
}
#toc_container .toc_list ul {
  margin-left: 0 !important;
}
#toc_container .toc_list li a {
  margin-bottom: 0.8em !important;
  display: block;
  font-size: 15px !important;
}
@media (any-hover: hover) {
  #toc_container .toc_list li a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #toc_container .toc_list li a:hover {
    opacity: 0.7;
  }
}
#toc_container .toc_list li a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 834px) {
  #toc_container .toc_list li a {
    font-size: 13px !important;
  }
}

#page-news-detail .news-block {
  padding-bottom: clamp(5em, 13vw, 21em);
}

.flow-page {
  padding: clamp(5em, 8vw, 10.8em) 0 0;
  overflow: hidden;
}
.flow-page:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 200%;
  height: 420px;
  background: #f3fbff;
  left: -43%;
  top: 53%;
  -webkit-transform: rotate(30deg) translate(0, 0);
      -ms-transform: rotate(30deg) translate(0, 0);
          transform: rotate(30deg) translate(0, 0);
  z-index: -1;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 834px) {
  .flow-page:after {
    height: 210px;
  }
}
.flow-page__intro {
  text-align: center;
  margin-bottom: clamp(3em, 5vw, 7.4em);
}
.flow-page__intro-ttl {
  margin-bottom: 1.15em;
}
@media screen and (max-width: 834px) {
  .flow-page__intro-desc {
    text-align: left;
  }
}
.flow-page__steps {
  counter-reset: li;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: clamp(3em, 9vw, 12em);
}
@media screen and (max-width: 834px) {
  .flow-page__steps {
    border-radius: 5px;
  }
}
@media screen and (max-width: 834px) {
  .flow-page__steps {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.flow-page__steps-item {
  padding: clamp(1em, 4vw, 5em) clamp(1em, 3vw, 2em);
  position: relative;
}
@media screen and (max-width: 1250px) {
  .flow-page__steps-item {
    padding: 3em 1em;
  }
}
@media screen and (max-width: 1024px) {
  .flow-page__steps-item {
    padding: clamp(1em, 4vw, 5em) clamp(1em, 2vw, 2em);
  }
}
@media screen and (max-width: 834px) {
  .flow-page__steps-item {
    width: 20%;
    padding: 15px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.flow-page__steps-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 100%;
  background: url(../image/flow/after-triangle.png) no-repeat center/100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 1250px) {
  .flow-page__steps-item:after {
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .flow-page__steps-item:after {
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
  }
}
@media screen and (max-width: 834px) {
  .flow-page__steps-item:after {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    width: 14px;
    background: url(../image/flow/after-triangle-sp.png) no-repeat center/100%;
  }
}
.flow-page__steps-item span {
  font-size: clamp(1.4rem, 1.228rem + 0.46vw, 2rem);
  font-weight: 700;
  position: relative;
  padding-left: clamp(3em, 3.8vw, 6em);
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .flow-page__steps-item span {
    padding-top: 3em;
    padding-left: 0;
    top: 1.5em;
  }
}
@media screen and (max-width: 834px) {
  .flow-page__steps-item span {
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    top: 0;
  }
}
.flow-page__steps-item span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.6em;
  height: 2.6em;
  content: "0" counter(li);
  counter-increment: li;
  background: #265fdd;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-family: "Inter", serif;
  font-size: clamp(1.4rem, 1.285rem + 0.307vw, 1.8rem);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .flow-page__steps-item span:before {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 0.5em;
    left: 50%;
  }
}
@media screen and (max-width: 834px) {
  .flow-page__steps-item span:before {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flow-page__steps-item:nth-last-child(2):after {
  display: none;
}
.flow-page__steps-item:last-child {
  background: #0cb3ff;
}
.flow-page__steps-item:last-child:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 100%;
  background: #0cb3ff;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 834px) {
  .flow-page__steps-item:last-child:before {
    width: 10px;
  }
}
.flow-page__steps-item:last-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 100%;
  width: 0;
  height: 0;
  border-width: 6em 0 6em 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 834px) {
  .flow-page__steps-item:last-child:after {
    width: 10px;
    background: none;
    border-width: 71px 0 71px 10px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
  }
}
.flow-page__steps-item:last-child span {
  color: #fff;
}
.flow-page__steps-item:last-child span::before {
  background: #fff;
  color: #0cb3ff;
}
.flow-page__list {
  position: relative;
  margin-bottom: clamp(5em, 9vw, 12em);
}
.flow-page__list:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 80%;
  border-right: 1px dashed #acacac;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .flow-page__list:after {
    height: 84%;
    left: 3em;
    top: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.flow-page__list-item {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(3em, 8vw, 10em);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .flow-page__list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .flow-page__list-item {
    padding-left: 8em;
  }
}
@media screen and (min-width: 641px) {
  .flow-page__list-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.flow-page__list-item:last-of-type {
  margin-bottom: 0;
}
.flow-page__list-steps {
  width: clamp(2em, 7vw, 2.6em);
  height: clamp(2em, 7vw, 2.6em);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #265fdd;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: clamp(3rem, 2.54rem + 1.226vw, 4.6rem);
  text-align: center;
  font-family: "Inter", serif;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 640px) {
  .flow-page__list-steps {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.flow-page__list-steps span {
  font-size: 30%;
  display: block;
  width: 100%;
}
.flow-page__list-img {
  width: 40%;
  border-radius: 10px;
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .flow-page__list-img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 640px) {
  .flow-page__list-img {
    width: 100%;
    margin-bottom: 2em;
  }
}
.flow-page__list-ct {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .flow-page__list-ct {
    width: 100%;
  }
}
.flow-page__list-ttl {
  margin-bottom: 1.2em;
}
@media screen and (max-width: 834px) {
  .flow-page__list-ttl {
    margin-bottom: 0.7em;
  }
}
.flow-page__list-desc {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .flow-page__list-ctrl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.flow-page__list-ctrl li {
  width: calc(50% - 8px);
}
@media screen and (max-width: 1024px) {
  .flow-page__list-ctrl li {
    width: 100%;
    margin-bottom: 1em;
  }
}
.flow-page__list-ctrl li a {
  max-width: 220px;
  width: 100%;
  height: 48px;
  background: #265fdd;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid #265fdd;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .flow-page__list-ctrl li a {
    font-size: 1.4rem;
  }
}
.flow-page__list-ctrl li a[href^="tel:"] {
  font-family: "Inter", serif;
  background: transparent;
  font-size: 1.8rem;
  color: #265fdd;
  font-weight: 400;
}
@media screen and (max-width: 1250px) {
  .flow-page__list-ctrl li a[href^="tel:"] {
    font-size: 1.6rem;
  }
}
.flow-page__list-ctrl li a[href^="tel:"] span {
  font-size: 1.4rem;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 1250px) {
  .flow-page__list-ctrl li a[href^="tel:"] span {
    font-size: 1.2rem;
  }
}
.flow-page__complete {
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: clamp(5em, 6vw, 8em);
  padding-bottom: clamp(0.1em, 5vw, 7em);
  background: url(../image/flow/bg-complete.png) no-repeat top center/100%;
}
@media screen and (max-width: 834px) {
  .flow-page__complete {
    background-size: 120%;
    padding-bottom: 0;
  }
}
.flow-page__complete:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: clamp(5em, 6vw, 8em);
  top: 0;
  left: 50%;
  border-right: 1px dashed #fff;
}
.flow-page__complete:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 50%;
  background: #0cb3ff;
  left: 0;
  bottom: 0;
}
.flow-page__complete-wp {
  position: relative;
  z-index: 2;
  padding: 0 5%;
}
.flow-page__complete-step {
  width: 2.6em;
  height: 2.6em;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #0cb3ff;
  font-size: clamp(3rem, 2.54rem + 1.226vw, 4.6rem);
  text-align: center;
  font-family: "Inter", serif;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin: 0 auto clamp(0.7em, 1vw, 1.2em);
}
.flow-page__complete-step span {
  font-size: 30%;
  display: block;
  width: 100%;
}
.flow-page__complete-ttl {
  margin-bottom: 1.6em;
}
@media screen and (max-width: 834px) {
  .flow-page__complete-ttl {
    margin-bottom: 1.2em;
  }
}
.flow-page__complete-catch {
  font-size: clamp(1.6rem, 1.485rem + 0.307vw, 2rem);
  font-weight: 500;
  margin-bottom: 0.8em;
}
.flow-page__complete-desc {
  text-align: center;
  margin-bottom: clamp(2em, 7vw, 7em);
}
.flow-page__complete-slider {
  position: relative;
  z-index: 2;
}
.flow-page__complete-slider .loopSlide-item {
  gap: 0 40px;
}
@media screen and (max-width: 834px) {
  .flow-page__complete-slider .loopSlide-item {
    gap: 0 15px;
  }
}

.service-top {
  padding: clamp(5rem, 8vw, 10.6rem) 0 clamp(5rem, 8vw, 8.6rem);
}
.service-top__block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: clamp(5rem, 7vw, 8.9rem);
  gap: 30px 0;
}
.service-top__block-ct {
  width: 45.3%;
}
@media screen and (max-width: 834px) {
  .service-top__block-ct {
    width: 100%;
  }
}
.service-top__block-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 835px) {
  .service-top__block-img {
    width: 50%;
    position: absolute;
    top: -122%;
    right: 0%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .service-top__block-img {
    top: -66%;
  }
}
@media screen and (min-width: 1530px) {
  .service-top__block-img {
    right: -12.6%;
    width: 59.2%;
  }
}
.service-top__block-ttl {
  margin-bottom: clamp(2rem, 2vw, 3.2rem);
}
@media screen and (min-width: 835px) {
  .service-top__block--safety .service-top__block-img {
    top: -65%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .service-top__block--safety .service-top__block-img {
    width: 44%;
    top: -33%;
  }
}
@media screen and (min-width: 1530px) {
  .service-top__block--safety .service-top__block-img {
    width: 54.2%;
  }
}
@media screen and (min-width: 835px) {
  .service-top__block--safety .service-top__block-ct {
    width: 50.3%;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .service-top__block--safety .service-top__block-ct {
    width: 53.5%;
  }
}
@media screen and (min-width: 835px) {
  .service-top__block--safety .service-top__block-ct .c-txt__02 {
    max-width: 540px;
  }
}
.service-top__block--safety .service-top__block-ct .c-ttl__01 {
  margin-bottom: clamp(3rem, 8.41vw, 6.2rem);
  font-size: clamp(1.6rem, 1.75vw, 2.1rem);
}
.service-top__block--safety .service-top__block-ttl {
  margin-bottom: clamp(2rem, 4vw, 5.8rem);
}
.service-top__anchor {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15.5px;
  gap: 31px 0;
}
@media screen and (max-width: 640px) {
  .service-top__anchor {
    margin: 0 -5px;
    gap: 20px 0;
  }
}
.service-top__anchor-item {
  padding: 0 15.5px;
  width: 20%;
}
@media screen and (max-width: 990px) {
  .service-top__anchor-item {
    width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .service-top__anchor-item {
    padding: 0 5px;
    width: 50%;
  }
}
.service-top__anchor-item a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-top__anchor-item a:hover {
  background: #e8f5fc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-top__anchor-link {
  -webkit-box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
  background: white;
  border-radius: 10px;
  position: relative;
  height: 100%;
  display: block;
  padding: 26px 5px 72px;
}
.service-top__anchor-link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  color: white;
  background: #265fdd;
  content: "arrow_downward";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Material Icons";
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 50%;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-top__anchor-step {
  font-family: "Inter", serif;
  font-weight: 500;
  color: #265fdd;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 0.82em;
}
.service-top__anchor-ttl {
  color: black;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.service-bggray {
  background: #f5f5f5;
  padding: clamp(5rem, 9vw, 13.7rem) 0 clamp(5rem, 7.5vw, 8.4rem);
  margin-bottom: 3.1em;
}

.service-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 0;
}
.service-block:not(:last-child) {
  margin-bottom: clamp(5rem, 9.6vw, 11.9rem);
}
.service-block__left {
  width: 44.2%;
}
@media screen and (min-width: 991px) {
  .service-block__left {
    position: sticky;
    top: 0;
  }
}
@media screen and (max-width: 990px) {
  .service-block__left {
    width: 100%;
  }
}
.service-block__right {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .service-block__right {
    width: 100%;
  }
}
.service-block__img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 3.1em;
}
.service-block__ttl .c-ft--en {
  color: #265fdd;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  margin-bottom: 0.3em;
}
.service-block__ttl .c-ft--base {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 1.5px;
  gap: 12px;
}
.service-block__ttl .c-ft--base .--s {
  font-size: 56.25%;
  background: white;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
}
.service-block__recommended {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.8em;
}
.service-block__recommended-ttl {
  background: #333333;
  padding: 18px 10px 21px;
  text-align: center;
}
.service-block__recommended-ct {
  padding: clamp(2rem, 2.5vw, 3.9rem) clamp(2rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem);
}
.service-block__check {
  font-weight: 500;
}
.service-block__check li {
  position: relative;
  padding-left: 38px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #919191;
}
@media screen and (max-width: 834px) {
  .service-block__check li {
    padding-left: 30px;
  }
}
.service-block__check li:not(:last-child) {
  margin-bottom: 7px;
}
.service-block__check li::before {
  content: "check_box";
  font-family: "Material Icons";
  color: #265fdd;
  font-size: 3rem;
  position: absolute;
  left: -3px;
  top: 6px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .service-block__check li::before {
    font-size: 2.5rem;
    top: 2px;
  }
}
.service-block__brief {
  letter-spacing: -0.2px;
  margin-bottom: 3.7em;
}
.service-block__subttl {
  font-size: clamp(1.8rem, 1.5vw, 2.1rem);
  border-bottom: 1px solid #999999;
  font-weight: 500;
  padding-bottom: 18px;
  margin-bottom: 1.4em;
}
.service-block__case:not(:last-child) {
  margin-bottom: clamp(2.5rem, 4vw, 5.8rem);
}
.service-block__case-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px dashed #acacac;
  padding-bottom: 1.67em;
}
.service-block__case-item:not(:last-child) {
  margin-bottom: 2em;
}
.service-block__case-left {
  width: 120px;
}
@media screen and (max-width: 834px) {
  .service-block__case-left {
    width: 80px;
  }
}
.service-block__case-right {
  width: calc(100% - 149px);
}
@media screen and (max-width: 834px) {
  .service-block__case-right {
    width: calc(100% - 100px);
  }
}
.service-block__case-step {
  background: #265fdd;
  width: 120px;
  height: 120px;
  font-family: "Inter", serif;
  line-height: 1;
  font-weight: 500;
  color: white;
  font-size: clamp(3rem, 6vw, 4.6rem);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .service-block__case-step {
    width: 80px;
    height: 80px;
  }
}
.service-block__case-step .--s {
  display: block;
  width: 100%;
  font-size: 1.3rem;
}
.service-block__case-retail {
  font-size: 1.4rem;
  color: #265fdd;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .service-block__case-retail {
    font-size: 1.2rem;
  }
}
.service-block__case-ttl {
  font-size: clamp(1.8rem, 1.5vw, 2.1rem);
  font-weight: 500;
  margin-bottom: 0.4em;
}
.service-block__case dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-block__case dl:not(:last-child) {
  margin-bottom: 2px;
}
.service-block__case dl dt {
  width: 67px;
  color: #265fdd;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .service-block__case dl dt {
    width: 60px;
  }
}
.service-block__case dl dd {
  width: calc(100% - 88px);
}
@media screen and (max-width: 834px) {
  .service-block__case dl dd {
    width: calc(100% - 65px);
  }
}
.service-block__info {
  font-weight: 500;
  margin-bottom: 5px;
  border: 1px solid #dddddd;
}
.service-block__info-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-block__info-item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 640px) {
  .service-block__info-item > * {
    padding: 10px;
    text-align: center;
  }
}
.service-block__info-ttl {
  color: #265fdd;
  background: #eeeeee;
  width: 163px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .service-block__info-ttl {
    padding: 19px 10px 14px;
    border-right: 1px solid #dddddd;
  }
}
@media screen and (max-width: 640px) {
  .service-block__info-ttl {
    width: 100%;
  }
}
.service-block__info-ct {
  background: white;
  width: calc(100% - 163px);
}
@media screen and (min-width: 641px) {
  .service-block__info-ct {
    padding: 19px 37px 14px;
  }
}
@media screen and (max-width: 640px) {
  .service-block__info-ct {
    width: 100%;
  }
}
.service-block__note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.service-propound {
  background: url(../image/service/bg-01.jpg) no-repeat center/cover;
  color: white;
  padding: clamp(5rem, 8.1vw, 13.5rem) 0 clamp(5rem, 10vw, 15.9rem);
}
.service-propound__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.service-propound__flex .c-btn__01 {
  margin-bottom: 10px;
}
.service-propound__ttl {
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5625;
  margin-bottom: 0.8em;
}

.service-client {
  padding: clamp(5rem, 9vw, 12rem) 0;
}
.service-client__wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: clamp(4rem, 5vw, 8rem);
  gap: 20px 0;
}
.service-client__wp-img {
  width: 45%;
}
@media screen and (max-width: 990px) {
  .service-client__wp-img {
    width: 100%;
  }
}
.service-client__wp-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
}
.service-client__wp-ct {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .service-client__wp-ct {
    width: 100%;
  }
}
.service-client__wp-subttl {
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  font-weight: 700;
  color: #265fdd;
  padding-bottom: 14px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 24px;
}
.service-client__wp-ttl {
  margin-bottom: clamp(1.5rem, 2.2vw, 3.5rem);
}
.service-client__column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 31px;
}
@media screen and (max-width: 834px) {
  .service-client__column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-client__column-item {
  background: #f5f5f5;
  border-radius: 10px;
  padding: clamp(2rem, 3vw, 4.8rem) clamp(1.5rem, 3vw, 4rem) clamp(2rem, 3.5vw, 5.8rem);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 3 span;
  gap: 0;
}
.service-client__column-icon {
  margin-bottom: 1.4em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.service-client__column-ttl {
  font-size: clamp(1.8rem, 1.5vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 1.1em;
  line-height: 1.5;
}
.service-client__column p {
  line-height: 1.5;
}

#page-cars {
  overflow: hidden;
}

.cars-top {
  padding-top: clamp(5rem, 8vw, 11.1rem);
}
.cars-top__heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .cars-top__heading {
    margin-bottom: 1.2em;
  }
}
.cars-top__heading-ct {
  width: 46%;
}
@media screen and (max-width: 834px) {
  .cars-top__heading-ct {
    width: 52%;
  }
}
@media screen and (max-width: 640px) {
  .cars-top__heading-ct {
    width: 100%;
  }
}
.cars-top__heading-ct .c-txt__02 {
  font-weight: 500;
}
.cars-top__heading-img {
  width: 45.5%;
}
@media screen and (max-width: 640px) {
  .cars-top__heading-img {
    width: 100%;
  }
}
.cars-top__heading-childimg {
  margin-right: calc((1200px - 100vw) / 2);
  margin-top: -54%;
}
@media screen and (max-width: 1333px) {
  .cars-top__heading-childimg {
    margin-right: -5vw;
    margin-top: -32%;
  }
}
@media screen and (max-width: 640px) {
  .cars-top__heading-childimg {
    margin-top: 20px;
  }
}
.cars-top__slider .loopSlide-item {
  margin-right: 20px;
  gap: 0 20px;
}
@media screen and (max-width: 834px) {
  .cars-top__slider .loopSlide-item {
    margin-right: 15px;
    gap: 0 15px;
  }
}
.cars-top__slider .slides-list__item {
  position: relative;
  overflow: hidden;
}
.cars-top__slider .slides-list__item::before {
  content: "";
  display: block;
  padding-top: 71.4285714286%;
}
.cars-top__slider .slides-list__item > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cars-top__slider .slides-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.cars-top__slider--safety {
  margin-top: clamp(4rem, 5vw, 8rem);
}
.cars-top__slider--safety .cars-top__slider-item {
  min-width: 25%;
}

.cars-about {
  background: #f5f5f5;
  padding: clamp(5rem, 13vw, 18.6rem) 0 clamp(5rem, 10vw, 13rem);
}
.cars-about__ttl {
  text-align: center;
  margin-bottom: clamp(3em, 4.6vw, 6em);
}
.cars-about__subttl {
  text-align: center;
  margin-bottom: clamp(2rem, 4.6vw, 5.8rem);
}
.cars-about__subttl .--sm {
  margin-bottom: 0.09em;
}
.cars-about__brief {
  margin-bottom: 4.5em;
}
@media screen and (min-width: 835px) {
  .cars-about__brief {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .cars-about__brief {
    margin-bottom: 2em;
  }
}
.cars-about__demo {
  background: white;
  border-radius: 10px;
  max-width: 1080px;
  margin: 0 auto clamp(3rem, 5vw, 7.6rem);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: clamp(2rem, 4vw, 4.8rem) clamp(2rem, 8vw, 10rem) 21px;
  gap: 20px 0;
}
@media screen and (max-width: 834px) {
  .cars-about__demo {
    padding: clamp(2rem, 3.6vw, 6rem) clamp(2rem, 5vw, 8rem);
  }
}
@media screen and (max-width: 640px) {
  .cars-about__demo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cars-about__demo-img {
  width: calc(100% - 373px);
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cars-about__demo-img {
    width: 100%;
  }
}
.cars-about__demo-ct {
  width: 280px;
}
@media screen and (max-width: 640px) {
  .cars-about__demo-ct {
    width: 100%;
  }
}
.cars-about__demo-ttl {
  margin-bottom: 0.47em;
}
.cars-about__demo-note {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.9em;
}
.cars-about__demo-list li {
  padding: 0 19px 20px;
}
@media screen and (max-width: 834px) {
  .cars-about__demo-list li {
    padding: 0 0 10px;
  }
}
.cars-about__demo-list li:not(:last-child) {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 19px;
}
@media screen and (max-width: 834px) {
  .cars-about__demo-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.cars-about__equipment {
  background: white;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: clamp(2rem, 3.6vw, 6rem) clamp(2rem, 5vw, 8rem);
  gap: 20px 0;
}
.cars-about__equipment-ct {
  width: 61%;
}
@media screen and (min-width: 835px) {
  .cars-about__equipment-ct .c-txt__01 {
    max-width: 610px;
  }
}
@media screen and (max-width: 640px) {
  .cars-about__equipment-ct {
    width: 100%;
  }
}
.cars-about__equipment-img {
  width: 32.7%;
}
@media screen and (max-width: 640px) {
  .cars-about__equipment-img {
    width: 100%;
  }
}
.cars-about__equipment-img img {
  border-radius: 10px;
}
.cars-about__equipment-ttl {
  color: #265fdd;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 23px;
  margin-bottom: clamp(1em, 4vw, 1.9em);
}
.cars-about__equipment-ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #bbbbbb;
  display: block;
  height: 1px;
}
.cars-about__equipment-subttl {
  margin-bottom: 1.2em;
  line-height: 1.4;
}

.cars-load {
  background: url(../image/cars/bg-01.jpg) no-repeat center right/cover;
  padding: clamp(8rem, 13vw, 16.1rem) 0 clamp(5rem, 10vw, 13.9rem);
  margin-bottom: clamp(4rem, 6vw, 8rem);
}
@media screen and (max-width: 640px) {
  .cars-load {
    background-size: 100%;
    background-position: top center;
    padding-top: calc(35.7142857143% + 20px);
    padding-bottom: 0;
  }
}
.cars-load__ttl {
  margin-bottom: clamp(2.5rem, 3.6vw, 5.8rem);
}
.cars-load .c-ttl__02 {
  margin-bottom: clamp(3rem, 4.58vw, 5.3rem);
  font-size: clamp(2.1rem, 2.5vw, 4.2rem);
}

.cars-info {
  padding-bottom: clamp(5rem, 8.4vw, 14rem);
}
.cars-info__wp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px;
  margin-bottom: clamp(3rem, 5.5vw, 8.1rem);
}
@media screen and (max-width: 990px) {
  .cars-info__wp {
    gap: 40px;
  }
}
.cars-info__wp-img {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .cars-info__wp-img {
    width: 100%;
  }
}
.cars-info__wp-img img {
  border-radius: 10px;
}
@media screen and (min-width: 991px) {
  .cars-info__wp-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.cars-info__wp-ct {
  background: #f5f5f5;
  border-radius: 10px;
  width: 41.8%;
  position: relative;
  padding: clamp(2.5rem, 3.7vw, 6.1rem) clamp(2.5rem, 5vw, 7rem) clamp(2.5rem, 4vw, 5.6rem);
}
@media screen and (max-width: 990px) {
  .cars-info__wp-ct {
    width: 100%;
  }
}
.cars-info__wp-ct:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 50px;
  background: #f5f5f5;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  right: calc(100% - 1px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 990px) {
  .cars-info__wp-ct:before {
    height: 34px;
    width: 50px;
    top: auto;
    bottom: calc(100% - 1px);
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
            clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
}
.cars-info__wp-kg {
  background: #265fdd;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 700;
  top: -50px;
  right: -50px;
  color: white;
  text-align: center;
  position: absolute;
  top: -39px;
  right: -29px;
  line-height: 1.17;
  padding: 22px 10px;
}
@media screen and (max-width: 834px) {
  .cars-info__wp-kg {
    width: 100px;
    height: 100px;
    right: -16px;
    padding: 27px 10px;
  }
}
.cars-info__wp-kg .--md {
  font-size: 1.9rem;
}
@media screen and (max-width: 834px) {
  .cars-info__wp-kg .--md {
    font-size: 1.5rem;
  }
}
.cars-info__wp-kg .--s {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .cars-info__wp-kg .--s {
    font-size: 1.4rem;
  }
}
.cars-info__wp-icon {
  margin-bottom: 10px;
}
.cars-info__wp-ttl {
  color: black;
  font-weight: 700;
  margin-bottom: 1.1em;
}
.cars-info__wp-dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.7em;
  position: relative;
}
.cars-info__wp-dl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  border-bottom: 1px dashed black;
  top: 14px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .cars-info__wp-dl:after {
    top: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
  .cars-info__wp-dl:nth-child(7) dt {
    width: 150px;
  }
}
.cars-info__wp-dt {
  background: #f5f5f5;
  position: relative;
  z-index: 2;
  padding-right: 13px;
}
@media screen and (max-width: 834px) {
  .cars-info__wp-dt {
    padding-right: 5px;
  }
}
.cars-info__wp-dd {
  min-width: 83px;
  padding-right: 4px;
  text-align: right;
  background: #f5f5f5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .cars-info__wp-dd {
    min-width: 60px;
  }
}
.cars-info__wp-note {
  font-size: 1.2rem;
  margin-top: -1.2em;
}
.cars-info__size {
  background: #f5f5f5;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: clamp(3rem, 5vw, 6.9rem) clamp(2rem, 5vw, 5.9rem) clamp(3rem, 5vw, 6.9rem) clamp(2rem, 5vw, 6.5rem);
  margin-bottom: clamp(4rem, 7vw, 8rem);
  gap: 20px;
}
.cars-info__size-ct {
  width: 39%;
}
@media screen and (max-width: 990px) {
  .cars-info__size-ct {
    width: 43%;
  }
}
@media screen and (max-width: 640px) {
  .cars-info__size-ct {
    width: 100%;
  }
}
.cars-info__size-img {
  width: 53%;
}
@media screen and (max-width: 640px) {
  .cars-info__size-img {
    width: 100%;
  }
}
.cars-info__size-ttl {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.4em;
  font-size: clamp(2.4rem, 3vw, 4.6rem);
}
.cars-info__size-ttl .--s {
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  display: block;
  margin-bottom: 1.9em;
}
.cars-info__size-ttl .--sm {
  font-size: clamp(2rem, 2.5vw, 4rem);
  display: block;
}
.cars-info__size-ttl .--md {
  margin-bottom: 0.64em;
  display: block;
}
@media screen and (min-width: 835px) {
  .cars-info__size-brief {
    text-align: center;
  }
}
.cars-info__company {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}
.cars-info__company-ttl {
  background: #333333;
  text-align: center;
  padding: 23px 10px 26px;
}
@media screen and (max-width: 834px) {
  .cars-info__company-ttl {
    padding: 15px 10px;
  }
}
.cars-info__company-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 6vw, 8rem);
  gap: 20px 0;
}
.cars-info__company-ct {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .cars-info__company-ct {
    width: 100%;
  }
}
.cars-info__company-subttl {
  margin-bottom: 1.4em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .cars-info__company-subttl {
    margin-bottom: 0.7em;
  }
}
.cars-info__company-img {
  width: 32.7%;
}
@media screen and (max-width: 640px) {
  .cars-info__company-img {
    width: 100%;
  }
}
.cars-info__company-img img {
  border-radius: 10px;
}

#page-safety {
  overflow: hidden;
}

.sec-safety .service-top {
  padding: clamp(5rem, 8vw, 12.2rem) 0 clamp(5rem, 8vw, 11.6rem);
}
.sec-safety .service-top__block:last-child {
  margin-bottom: 0;
}

.safety-policy {
  color: white;
  background: url(../image/safety/bg-01.jpg) no-repeat center/cover;
  padding: clamp(5rem, 8vw, 12.1rem) 0 clamp(5rem, 8vw, 11.2rem);
}
.safety-policy__ttl {
  text-align: center;
  margin-bottom: clamp(3em, 7vw, 6.1em);
}
.safety-policy__subttl {
  text-align: center;
  margin-bottom: clamp(3rem, 4.58vw, 6.9rem);
  font-size: clamp(2rem, 5vw, 4.2rem);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 374px) {
  .safety-policy__subttl {
    font-size: 1.8rem;
  }
}
.safety-policy__list {
  counter-reset: number;
  font-size: 1.8em;
  line-height: 1.5;
  max-width: 792px;
  margin: 0 auto;
}
.safety-policy__list li {
  position: relative;
  padding-left: 36px;
}
.safety-policy__list li:not(:last-child) {
  margin-bottom: 26px;
}
.safety-policy__list li::before {
  counter-increment: number;
  content: counter(number);
  width: 26px;
  height: 26px;
  background: #265fdd;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-family: "Inter", serif;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2px;
}

.safety-initiative {
  padding: clamp(5rem, 8vw, 12.1rem) 0 clamp(0.1rem, 10vw, 13rem);
}
@media screen and (max-width: 834px) {
  .safety-initiative {
    padding-bottom: 0;
  }
}
.safety-initiative.js-anime.is-visible .js-anime__box::before {
  -webkit-transform: rotate(210deg) translate(0, 0);
      -ms-transform: rotate(210deg) translate(0, 0);
          transform: rotate(210deg) translate(0, 0);
  left: -85%;
  width: 210%;
}
.safety-initiative__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media screen and (max-width: 834px) {
  .safety-initiative__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.safety-initiative__flex-img {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .safety-initiative__flex-img {
    width: 100%;
  }
}
.safety-initiative__flex-ct {
  width: 46%;
}
@media screen and (max-width: 834px) {
  .safety-initiative__flex-ct {
    width: 100%;
  }
}
.safety-initiative__flex-ct .c-ttl__01 {
  margin-bottom: clamp(3rem, 8.41vw, 7.2rem);
}
.safety-initiative__flex-tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(2em, 4vw, 4.3em);
}
.safety-initiative__flex-tag span {
  background: #265fdd;
  border-radius: 3px;
  color: white;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  padding: 5px 18px;
}
.safety-initiative__flex-subttl {
  margin-bottom: clamp(2rem, 4.58vw, 3.1rem);
}

.bg-gray {
  background: #f5f5f5;
  position: relative;
}
.bg-gray:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 89%;
  height: 1px;
  background: #999999;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.safety-education {
  padding: clamp(5rem, 8vw, 10rem) 0;
  position: relative;
  z-index: 2;
}
.safety-education__ttl-bgblue {
  background: #265fdd;
  color: white;
  display: inline-block;
  font-size: clamp(1.8rem, 1.628rem + 0.46vw, 2.4rem);
  font-weight: 500;
  padding: 13px 24px;
  margin-bottom: clamp(0.5em, 3vw, 2em);
  border-radius: 3px;
}
.safety-education__ttl-bgblue .--s {
  font-size: 70%;
  margin-right: 9px;
}
.safety-education__ttl .c-ttl__02 {
  display: block;
  margin-bottom: clamp(1.5rem, 2.58vw, 3.5rem);
}
.safety-education__safe {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: clamp(4em, 8vw, 8.6em);
  gap: 20px 0;
}
.safety-education__safe-ct {
  width: 47%;
}
@media screen and (max-width: 834px) {
  .safety-education__safe-ct {
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .safety-education__safe-img {
    margin-top: -13.3%;
    width: calc(45% + 2.5vw);
    margin-right: -5vw;
  }
}
@media screen and (min-width: 835px) and (min-width: 1501px) {
  .safety-education__safe-img {
    width: 54.2%;
    margin-right: -12.5%;
  }
}
@media screen and (max-width: 834px) {
  .safety-education__safe-img {
    width: 100%;
  }
}
.safety-education__safe-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.14);
}
.safety-education__violations {
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.safety-education__violations-ttl {
  background: #333333;
  color: white;
  text-align: center;
  padding: 22px 5px 20px;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .safety-education__violations-ttl {
    padding: 15px 10px;
  }
}
.safety-education__violations-subttl {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: clamp(0.3em, 2vw, 1.3em);
  line-height: 1.4;
}
.safety-education__violations-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.4% 6.7%;
  gap: 20px 0;
}
@media screen and (max-width: 640px) {
  .safety-education__violations-flex {
    padding: 20px;
  }
}
.safety-education__violations-ct {
  width: 60%;
}
@media screen and (min-width: 835px) {
  .safety-education__violations-ct {
    margin-top: -28px;
  }
}
@media screen and (max-width: 640px) {
  .safety-education__violations-ct {
    width: 100%;
  }
}
.safety-education__violations-img {
  width: 32.6%;
}
@media screen and (max-width: 640px) {
  .safety-education__violations-img {
    width: 100%;
  }
}
.safety-education__violations-img img {
  border-radius: 10px;
}

.safety-management {
  padding: clamp(5rem, 8vw, 10rem) 0;
}
.safety-management__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: clamp(4em, 6vw, 8.1em);
}
@media screen and (min-width: 835px) {
  .safety-management__flex .safety-education__ttl-bgblue {
    margin-bottom: clamp(0.5em, 5vw, 2.9em);
  }
}
.safety-management__flex-ct {
  width: 48.5%;
}
@media screen and (min-width: 835px) {
  .safety-management__flex-ct {
    margin-top: -6px;
  }
}
@media screen and (max-width: 834px) {
  .safety-management__flex-ct {
    width: 100%;
  }
}
.safety-management__flex-ttl {
  font-size: clamp(2rem, 1.812rem + 0.941vw, 2.8rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(0.3em, 2vw, 1.1em);
}
.safety-management__flex-img {
  width: 100%;
  text-align: center;
  margin-top: 78px;
}
@media screen and (max-width: 834px) {
  .safety-management__flex-img {
    margin-top: 30px;
  }
}
.safety-management__point {
  background: white;
  border-radius: 10px;
  padding: 4.1% 6.5% 5.4%;
}
@media screen and (max-width: 640px) {
  .safety-management__point {
    padding: 20px;
  }
}
.safety-management__point-ttl {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: clamp(0.3em, 2.1vw, 1.4em);
}
@media screen and (max-width: 834px) {
  .safety-management__point-ttl {
    letter-spacing: 0;
  }
}

.safety-check {
  padding: clamp(5rem, 8vw, 10rem) 0 clamp(5rem, 9.5vw, 15rem);
}
.safety-check__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media screen and (max-width: 834px) {
  .safety-check__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 835px) {
  .safety-check__flex-img {
    width: calc(45% + 2.5vw);
    margin-left: -5vw;
  }
}
@media screen and (min-width: 835px) and (min-width: 1501px) {
  .safety-check__flex-img {
    width: 50%;
    margin-left: -12.6%;
  }
}
.safety-check__flex-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .safety-check__flex-img img {
    border-radius: 5px;
  }
}
.safety-check__flex-ct {
  width: 54.5%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .safety-check__flex-ct {
    width: 100%;
    overflow: visible;
  }
}
.safety-check__flex-brief {
  margin-bottom: clamp(1.3em, 3vw, 3.6em);
}
.safety-check__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: clamp(2em, 3.5vw, 4.3em);
}
@media screen and (min-width: 835px) and (max-width: 1250px) {
  .safety-check__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .safety-check__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.safety-check__list-item {
  background: white;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.1em 2.36em 1.7em;
}
.safety-check__list-icon {
  width: 44px;
}
.safety-check__list-ct {
  width: calc(100% - 74px);
}
.safety-check__list-ttl {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
}
.safety-check__photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 30px;
  -webkit-animation: slider-move 30s linear infinite;
          animation: slider-move 30s linear infinite;
}
@media screen and (max-width: 834px) {
  .safety-check__photo {
    gap: 0 20px;
  }
}
.safety-check__photo-item {
  min-width: 32.5%;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 27px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .safety-check__photo-item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 834px) {
  .safety-check__photo-item {
    width: 40%;
  }
}
.safety-check__photo-item::before {
  content: "";
  display: block;
  padding-top: 72.4137931034%;
}
.safety-check__photo-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ====================================================
Module
==================================================== */
/* ====================================================
Pages
==================================================== */
/*# sourceMappingURL=maps/styles.css.map */
