@charset "UTF-8";
:root {
  --black: #222;
  --blue: #122a77;
  --lightblue: #3755B0;
  --bluebg: #eff3f9;
  --orange: #EE7824;
  --border_gray: #EBEBEB;
  --red: #ff1616;
  --gray: #CCCCCC;
  --light_gray: #E6E7EA;
  --bg_gray: #F5F5F5;
  --error: #F33;
  --line: #ccc;
  --white: #fff;
}

/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

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

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--gray);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--gray);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--gray);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--gray);
}

input::placeholder,
textarea::placeholder {
  color: var(--gray);
}

i {
  font-style: normal;
}

/* container
===============================================================================================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
html.top {
  scroll-behavior: auto;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  color: var(--black);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
body.is-freeze {
  overflow: hidden;
}

a {
  color: inherit;
}

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

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

/* main
===============================================================================================*/
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 769px) {
  .main {
    padding: 50px 20px 80px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 30px 20px 40px;
  }
}
.main__inner {
  max-width: 800px;
  margin: 0 auto;
}
.main__inner--large {
  max-width: 1120px;
}
.main__inner--large .main__box {
  padding-left: 40px;
  padding-right: 40px;
}
.main__box {
  background: #fff;
  padding: 52px 80px;
  border-radius: 4px;
}

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

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

/* header
===============================================================================================*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .header {
    margin: 0 auto 0;
    padding: 18px 2.7% 18px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 16px 0 16px;
  }
}
.header__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  aspect-ratio: 168/40;
}
@media screen and (min-width: 769px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    margin: 0 0 0 20px;
    max-width: 119px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header__logo:hover {
  opacity: 0.4;
}
.header__logoSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__logoSp {
    display: block;
    width: 100%;
    margin: 16px 0 0 20px;
    max-width: 118px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    position: fixed;
    display: block;
    width: 110vw;
    height: 110vh;
    background: var(--blue);
    top: -30px;
    left: -30px;
    padding: 30px;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__inner.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .header__inner:after {
    content: "";
    width: 343px;
    height: 478px;
    background: url(../img/common/footer/sp/footer_bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: -1;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 21px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: block;
    margin: 52px 0 0 30px;
  }
}
.header__nav__link {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--blue);
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav__link:hover {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .header__nav__link {
    color: var(--white);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 0 12px;
    letter-spacing: 1px;
  }
}
.header__nav__link .small {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header__nav__link .small {
    letter-spacing: 0px;
  }
}
.header .openbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .openbtn {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    width: 24px;
    height: 12px;
    display: block;
  }
}
.header .openbtn span {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--blue);
  width: 24px;
}
.header .openbtn span:nth-of-type(1) {
  top: 0px;
}
.header .openbtn span:nth-of-type(2) {
  top: 10px;
}
.header .openbtn.active span {
  background-color: var(--white);
}
.header .openbtn.active span:nth-of-type(1) {
  top: 0px;
  left: 1px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
.header .openbtn.active span:nth-of-type(2) {
  top: 12px;
  left: 1px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 20px;
}

/* footer
===============================================================================================*/
.footer {
  background: linear-gradient(111deg, #2C4CB4 0%, #122A77 100%), #122A77;
  padding: 69px 80px 20px;
  position: relative;
  z-index: 2;
  color: var(--white);
  overflow: hidden;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .footer {
    padding: 80px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 65px 20px 38px;
  }
}
.footer:after {
  content: "";
  background: url("../img/common/footer/footer_bg.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 80px;
  bottom: -10px;
  width: 580px;
  height: 430px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .footer:after {
    width: 335px;
    height: 415px;
    background: url(../img/common/footer/sp/footer_bg.png) no-repeat;
    background-size: contain;
    right: 0px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 128px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    margin: 0 0 138px;
  }
}
.footer__inner:hover .footer__cursol {
  -webkit-animation: linkCursol 1s infinite;
          animation: linkCursol 1s infinite;
}
.footer__inner:hover .footer__contact {
  opacity: 0.6;
}
.footer__inner:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -79px;
  width: 100%;
  height: 1px;
  background: var(--white);
  pointer-events: none;
}
.footer__contact {
  font-size: 77px;
  font-size: 7.7rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 20px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    font-size: 44px;
    font-size: 4.4rem;
    display: block;
  }
}
.footer__contact__small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 768px) {
  .footer__contact__small {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    margin: 8px 0 0;
  }
}
.footer__cursol {
  position: relative;
  z-index: 1;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .footer__cursol {
    width: 48px;
  }
}
.footer__cursol img {
  width: 100%;
  height: 100%;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0 113px;
}
@media screen and (max-width: 768px) {
  .footer__link {
    margin: 0 0 60px;
  }
}
.footer__link__logo {
  max-width: 169px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer__link__logo {
    display: none;
  }
}
.footer__link__logo:hover {
  opacity: 0.6;
}
.footer__link__logo img {
  width: 100%;
}
.footer__link__list {
  font-size: 24px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 25px;
}
@media screen and (max-width: 768px) {
  .footer__link__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer__link__list > li {
    width: 45%;
    display: block;
  }
}
.footer__link__list .item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link__list .item:hover {
  opacity: 0.6;
}
.footer__link__list .item__small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
.footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__privacy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.footer__privacy__item {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 12px;
  font-size: 1.2rem;
}
.footer__privacy__item a[href]:hover {
  text-decoration: underline;
}

@-webkit-keyframes linkCursol {
  0% {
    right: 0px;
  }
  50% {
    right: -12px;
  }
  100% {
    right: 0px;
  }
}

@keyframes linkCursol {
  0% {
    right: 0px;
  }
  50% {
    right: -12px;
  }
  100% {
    right: 0px;
  }
}
/* 見出しパーツ
========================================================*/
.modTitle {
  color: var(--blue);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modTitle {
    margin: 0 0 40px;
    font-size: 102px;
    font-size: 10.2rem;
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle {
    margin: 0 0 40px;
    padding: 0 0 0 21px;
    font-size: 60px;
    font-size: 6rem;
    letter-spacing: -0.02em;
  }
}
.modTitle:before {
  content: "";
  position: absolute;
  background: var(--orange);
}
@media screen and (min-width: 769px) {
  .modTitle:before {
    width: 16px;
    height: 16px;
    top: -37px;
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle:before {
    width: 12px;
    height: 12px;
    top: -25px;
    left: 20px;
  }
}
.modTitle__small {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .modTitle__small {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle__small {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    margin: 13px 0 0 0;
    display: block;
  }
}
.modTitle--white {
  color: var(--white);
}
.modTitle--itemName {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: var(--blue);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .modTitle--itemName {
    margin: 10px 0 60px;
    padding: 0 20px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle--itemName {
    margin: 0 0 32px;
    padding: 0 0 0 21px;
  }
}
.modTitle--itemName:before {
  content: "";
  position: absolute;
  background: var(--orange);
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
}
.modTitle__en {
  color: var(--blue);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modTitle__en {
    margin: 0 0 40px;
    font-size: 102px;
    font-size: 10.2rem;
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle__en {
    margin: 0 0 40px;
    padding: 0 0 0 21px;
    font-size: 60px;
    font-size: 6rem;
    letter-spacing: -0.02em;
  }
}
.modTitleSub {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--blue);
}
@media screen and (min-width: 769px) {
  .modTitleSub {
    margin: 0 0 33px;
  }
}
@media screen and (max-width: 768px) {
  .modTitleSub {
    margin: 0 0 30px;
  }
}
.modHeading {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .modHeading {
    padding: 238px 0 0 80px;
    background: url("../img/common/img_heading_bg.png") no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modHeading {
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) and (min-width: 769px) and (max-width: 920px) {
  .modHeading {
    padding: 180px 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modHeading {
    padding: 165px 0 0;
    background: url("../img/common/sp/img_heading_bg.png") no-repeat;
    background-size: contain;
    background: -webkit-gradient(linear, left top, right top, from(rgb(241, 246, 255)), to(rgb(199, 211, 233)));
    background: linear-gradient(90deg, rgb(241, 246, 255) 0%, rgb(199, 211, 233) 100%);
    position: relative;
  }
  .modHeading:after {
    content: "";
    background: url("../img/common/header/sp/bg_logo.svg") no-repeat;
    background-size: contain;
    width: 163px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 0;
  }
}
@media screen and (min-width: 2160px) and (max-width: 8000px) {
  .modHeading {
    background-size: cover;
  }
}
.modHeading__kv {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modHeading__kv {
    margin: 74px 0 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modHeading__kv {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .modHeading__kv {
    margin: 47px 0 0 auto;
    width: 100%;
  }
}
.modHeading__kv img {
  width: 100%;
  height: auto;
}
.modHeading--textOnly {
  background: -webkit-gradient(linear, left top, right top, from(rgb(241, 246, 255)), to(rgb(199, 211, 233)));
  background: linear-gradient(90deg, rgb(241, 246, 255) 0%, rgb(199, 211, 233) 100%);
  padding: 180px 0 100px 80px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modHeading--textOnly {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modHeading--textOnly {
    padding: 114px 20px 46px 20px;
  }
}
.modHeading--textOnly .modTitle {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0;
  font-weight: bold;
  color: var(--blue);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  margin: 0;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .modHeading--textOnly .modTitle {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 0px;
  }
}
.modHeading--textOnly .modTitle:before {
  display: none;
}

/* リスト
========================================================*/
.modListAnchor {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 860px;
}
@media screen and (min-width: 769px) {
  .modListAnchor {
    padding: 31px 40px 22px 42px;
    bottom: -1px;
    right: 0;
    width: 100%;
    gap: 30px 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .modListAnchor {
    margin: 0 0 0 20px;
    padding: 0 24px;
    bottom: -122px;
    width: calc(100% - 20px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modListAnchor__item {
  color: var(--blue);
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .modListAnchor__item {
    width: calc(25% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .modListAnchor__item {
    margin: 0 0 0 0;
    width: calc(50% - 12px);
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modListAnchor__item--en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.modListAnchor__item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px var(--gray);
}
@media screen and (min-width: 769px) {
  .modListAnchor__item a {
    padding: 0 20px 8px 0px;
  }
}
@media screen and (max-width: 768px) {
  .modListAnchor__item a {
    padding: 21px 20px 14px 0;
  }
}
.modListAnchor__item a:before {
  content: "";
  background: var(--blue);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: -500px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modListAnchor__item a:after {
  content: "";
  background: url("../img/common/icon/cursol_right.svg") no-repeat;
  background-size: contain;
  width: 15.02px;
  height: 14px;
  right: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
@media screen and (min-width: 769px) {
  .modListAnchor__item a:after {
    bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .modListAnchor__item a:after {
    top: 25px;
  }
}
.modListAnchor__item a:hover:before {
  left: 0px;
}
@media screen and (min-width: 769px) {
  .modListCassette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .modListCassette {
    margin: 55px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .modListCassette__item {
    width: calc(31.25vw - 50px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modListCassette__item {
    width: calc(33.65vw - 50px);
  }
}
@media screen and (max-width: 768px) {
  .modListCassette__item:nth-of-type(n+1) {
    margin-top: 34px;
  }
}
.modListCassette__item__img {
  aspect-ratio: 400/225;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .modListCassette__item__img {
    margin: 0px 0 20px;
    aspect-ratio: 335/200;
  }
}
.modListCassette__item__img img {
  width: 100%;
  height: auto;
}
.modListCassette__item__title {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .modListCassette__item__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListCassette__item__title {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 0;
  }
}
.modListCassette__item__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.77;
}
@media screen and (min-width: 769px) {
  .modListCassette__item__text {
    margin-top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .modListCassette__item__text {
    margin-top: 13px;
  }
}
.modListLink {
  margin: 0 0 48px;
}
@media screen and (min-width: 769px) {
  .modListLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modListLink {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modListLink {
    margin: 0px 0 26px;
  }
}
.modListLink:last-of-type {
  margin: 0;
}
.modListLink__item {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .modListLink__item {
    width: calc(33.3333333333% - 27px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modListLink__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .modListLink__item:nth-of-type(n+2) {
    margin-top: 34px;
  }
}
.modListLink__item a[href] {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 0 26px;
}
@media screen and (max-width: 768px) {
  .modListLink__item a[href] {
    padding: 0 0 35px;
  }
}
.modListLink__item a[href]:after {
  content: "";
  background: url("../img/common/icon/cursol_right_white.svg") no-repeat var(--blue);
  width: 48px;
  height: 48px;
  background-size: 16px 16px;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 2px solid var(--blue);
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .modListLink__item a[href]:after {
    margin: -10px 0 0 auto;
    width: 34px;
    height: 34px;
  }
}
.modListLink__item a[href]:hover {
  outline: 2px solid var(--blue);
}
.modListLink__item a[href]:hover:after {
  content: "";
  background: url("../img/common/icon/cursol_right.svg") no-repeat var(--white);
  background-size: 16px 16px;
  background-position: center center;
}
.modListLink__item a[href]:hover .modListLink__item__title {
  color: var(--blue);
}
.modListLink__item__img {
  aspect-ratio: 400/200;
}
.modListLink__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modListLink__item__inner {
  padding: 26px 20px 40px;
}
@media screen and (max-width: 768px) {
  .modListLink__item__inner {
    padding: 20px 20px 20px;
  }
}
.modListLink__item__title {
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .modListLink__item__title {
    font-size: 1.4vw;
    white-space: nowrap;
    margin: 0 0 18px;
    padding: 0 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .modListLink__item__title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px;
    padding: 0 0 0 16px;
  }
}
.modListLink__item__title:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: var(--blue);
}
.modListLink__item__title .small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 0 16px;
}
.modListLink__item__list {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.77;
}
.modListQuestion {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .modListQuestion {
    margin: 48px 0 0 0;
  }
}
.modListQuestion__item {
  border-top: 1px solid var(--gray);
  position: relative;
  padding: 40px 12px;
}
@media screen and (max-width: 768px) {
  .modListQuestion__item {
    padding: 34px 0px;
  }
}
.modListQuestion__item:last-of-type {
  padding-bottom: 0;
}
.modListQuestion__item:before {
  content: "";
  background: var(--blue);
  width: 32px;
  height: 3px;
  top: -2px;
  left: 0px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .modListQuestion__item:before {
    width: 20px;
  }
}
.modListQuestion__q {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .modListQuestion__q {
    margin: 0 0 27px;
    padding: 0 0 0 33px;
  }
}
.modListQuestion__q:before {
  content: "Q";
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--blue);
  position: absolute;
  left: 0px;
  top: 0px;
}
.modListQuestion__a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .modListQuestion__a {
    padding: 0 0 0 33px;
    line-height: 1.8;
  }
}
.modListQuestion__a:before {
  content: "A";
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--orange);
  position: absolute;
  left: 0px;
  top: 0px;
}
.modListQuestion__a__cursol {
  width: 12px;
  height: 12px;
  background: url("../img/page/recruit/cursol.svg") no-repeat;
  background-size: contain;
  margin: 0 16px -1px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .modListRecruit {
    max-width: 240px;
    position: sticky;
    width: 25%;
    top: 200px;
    height: 0px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1200px) {
  .modListRecruit {
    margin: 0 0 0 -40px;
  }
}
@media screen and (min-width: 769px) {
  .modListRecruit.js-end {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 769px) {
  .modListRecruit li:first-of-type .modListRecruit__item {
    padding-top: 0px;
  }
}
@media screen and (min-width: 769px) {
  .modListRecruit__item {
    padding: 24px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
    border-bottom: 1px solid var(--gray);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modListRecruit__item:after {
    content: "";
    background: url("../img/common/icon/cursol_right.svg") no-repeat;
    background-size: contain;
    min-width: 12px;
    min-height: 13px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .modListRecruit__item:hover {
    border-bottom: 2px solid var(--blue);
    color: var(--blue);
  }
  .modListRecruit__item:hover:before {
    background: var(--blue);
  }
  .modListRecruit__item.active {
    border-bottom: 2px solid var(--blue);
    color: var(--blue);
  }
  .modListRecruit__item.active:before {
    background: var(--blue);
  }
}
.modListNumber__item {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
  text-indent: -15px;
  padding: 0 0 0 20px;
  line-height: 2;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .modListNumber__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(1):before {
  content: "1.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(1):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(2):before {
  content: "2.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(2):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(3):before {
  content: "3.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(3):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(4):before {
  content: "4.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(4):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(5):before {
  content: "5.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(5):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(6):before {
  content: "6.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(6):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(7):before {
  content: "7.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(7):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(8):before {
  content: "8.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(8):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(9):before {
  content: "9.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(9):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(10):before {
  content: "10.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(10):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(11):before {
  content: "11.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(11):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(12):before {
  content: "12.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(12):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(13):before {
  content: "13.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(13):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(14):before {
  content: "14.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(14):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(15):before {
  content: "15.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(15):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(16):before {
  content: "16.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(16):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(17):before {
  content: "17.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(17):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(18):before {
  content: "18.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(18):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(19):before {
  content: "19.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(19):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(20):before {
  content: "20.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(20):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:nth-child(21):before {
  content: "21.";
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--blue);
}
@media screen and (max-width: 768px) {
  .modListNumber__item:nth-child(21):before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modListNumber__item:last-of-type {
  margin: 0;
}
.modListNews {
  margin: 0 0 60px;
}
.modListNews__item:first-of-type a {
  border-top: 1px solid var(--gray);
}
.modListNews__item a {
  padding: 36.4px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .modListNews__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modListNews__item a:hover {
  opacity: 0.6;
}
.modListNews__item a .day {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 73px;
  font-weight: 500;
  display: inline-block;
  min-width: 73px;
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .modListNews__item a .day {
    margin-right: 10px;
    min-width: 100%;
  }
}
.modListNews__item a .new {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  background: var(--orange);
  line-height: 23px;
  margin-right: 28px;
  color: var(--white);
  min-width: 36px;
  min-height: 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modListNews__item a .new {
    margin: -22px 0px 0 84px;
    border-right: 70px solid #fff;
    -ms-flex-preferred-size: 106px;
        flex-basis: 106px;
  }
}
@media screen and (max-width: 768px) {
  .modListNews__item a .pdf {
    text-align: center;
  }
}
.modListNews__item a .pdf__icon {
  display: inline-block;
  border: 2px solid var(--red);
  color: var(--red);
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  margin-left: 12px;
  min-width: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modListNews__item a .pdf__icon {
    margin: 0 0 6px;
  }
}
.modListNews__item a .pdf__size {
  color: var(--gray);
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .modListNews__item a .pdf__size {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .modListNews__item a .text {
    width: 75%;
  }
}

/* ボタン
========================================================*/
.modBtn {
  max-width: 460px;
  display: block;
  width: 100%;
  background: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 16px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--blue);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 768px) {
  .modBtn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modBtn:hover {
  color: var(--blue);
  background: var(--white);
}
.modBtn--white {
  background: var(--white);
  color: var(--blue);
}
.modBtn--white:hover {
  background: var(--blue);
  color: var(--white);
}
.modCursolLink {
  font-size: 28px;
  font-size: 2.8rem;
  color: var(--blue);
  position: relative;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 190px;
  right: 78px;
  padding: 10px 32px 10px 0;
  margin: -10px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 922px) {
  .modCursolLink {
    top: unset;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modCursolLink {
    top: unset;
    bottom: 60px;
    right: 20px;
    letter-spacing: -1px;
  }
}
.modCursolLink:after {
  content: "";
  background: url("../img/common/icon/cursol_right.svg") no-repeat;
  background-size: contain;
  width: 21.02px;
  height: 20px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}
.modCursolLink:hover:after {
  -webkit-animation: linkCursol 1s infinite;
          animation: linkCursol 1s infinite;
}
.modCursolLink--white {
  color: var(--white);
}
.modCursolLink--white:after {
  content: "";
  background: url("../img/common/icon/cursol_right_white.svg") no-repeat;
  background-size: contain;
  width: 21.02px;
  height: 20px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}

/* table
========================================================*/
.modTable {
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modTable {
    margin: 60px 0 0;
  }
}
.modTable td, .modTable th {
  padding: 32px 0px;
}
.modTable th {
  width: 20%;
  font-weight: 700;
  vertical-align: top;
}
.modTable td {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .modTable th {
    padding: 30px 20px 30px 0;
    width: 50%;
  }
  .modTable td {
    width: 50%;
  }
}
.modTable tr {
  border-top: 1px solid var(--gray);
  position: relative;
}
.modTable tr:before {
  content: "";
  background: var(--blue);
  width: 32px;
  height: 3px;
  top: -2px;
  left: 0px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .modTable tr:before {
    width: 20px;
  }
}
.modTableIframe {
  margin: 30px 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .modTableIframe {
    margin: 30px 0 0px -100%;
    display: block;
    width: 200%;
  }
}
.modTableIframe iframe {
  width: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .modTableIframe iframe {
    height: 198px;
  }
}
.modTable__list__item {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 16px;
}
.modTable__list__item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--blue);
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}
.modTable__link {
  color: var(--blue);
  text-decoration: underline;
}
.modTable__link:hover {
  text-decoration: none;
}
.modTable__link:after {
  content: "";
  background: url("../img/common/icon/outlink.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 0 -2px 8px;
}

/* テキスト
========================================================*/
.modTextBold {
  font-weight: 700;
}
.modTextCenter {
  text-align: center;
}
.modTextMini {
  margin: 0 0 60px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modTextMini {
    margin: 0 0 44px;
  }
}

.modSection {
  position: relative;
  z-index: 1;
  background: var(--white);
}
@media screen and (min-width: 769px) {
  .modSection {
    padding: 103px 80px 110px 80px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1100px) {
  .modSection {
    padding: 103px 40px 110px 40px;
  }
}
@media screen and (max-width: 768px) {
  .modSection {
    padding: 60px 20px 60px;
  }
}
.modSection:nth-child(odd) {
  background: var(--bluebg);
}
@media screen and (min-width: 769px) {
  .modSection__inner {
    width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .modSection__inner--table {
    width: 76.6%;
  }
}
.modSection__title {
  color: var(--blue);
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .modSection__title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modSection__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.modSection__title:nth-child(n+2) {
  margin: 54px 0 0;
}
@media screen and (max-width: 768px) {
  .modSection__title:nth-child(n+2) {
    margin: 28px 0 0;
  }
}
.modSection__title--small {
  margin: 0 0 28px;
  color: var(--black);
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modSection__title--small {
    margin: 0 0 16px;
  }
}
.modSection__text {
  margin: 17px 0 0;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .modSection__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modSection__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modSection__text--mb30 {
  margin-bottom: 30px;
}
.modSection__text--right {
  text-align: right;
}
.modSection__order {
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .modSection__order {
    margin: 40px 0 0;
  }
}
.modSection__order__item {
  position: relative;
  border-top: 1px solid var(--gray);
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .modSection__order__item {
    padding: 34px 0;
  }
}
.modSection__order__item:after {
  content: "";
  background: var(--blue);
  width: 32px;
  height: 3px;
  top: -1px;
  left: 0px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:after {
    width: 20px;
  }
}
.modSection__order__item:nth-child(1):before {
  content: "01";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(1):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(2):before {
  content: "02";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(2):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(3):before {
  content: "03";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(3):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(4):before {
  content: "04";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(4):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(5):before {
  content: "05";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(5):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(6):before {
  content: "06";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(6):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(7):before {
  content: "07";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(7):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(8):before {
  content: "08";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(8):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(9):before {
  content: "09";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(9):before {
    width: 12%;
  }
}
.modSection__order__item:nth-child(10):before {
  content: "010";
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  width: 18.75%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item:nth-child(10):before {
    width: 12%;
  }
}
.modSection__order__item .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  color: var(--blue);
  margin: 0 0 20px;
  width: 81.25%;
}
@media screen and (max-width: 768px) {
  .modSection__order__item .title {
    width: 87.164%;
  }
}
.modSection__order__item .text {
  width: 81.25%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .modSection__order__item .text {
    width: 100%;
    line-height: 1.8;
  }
}
.modSection__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 34px;
}
.modSection__logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modSection__logo {
    max-width: 290px;
    margin: 0 0 24px;
  }
}
.modSection__video {
  width: 100%;
  margin: 28px 0 34px;
  position: relative;
  z-index: 1;
}
.modSection__video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.3;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.modSection__video.active:after {
  opacity: 0;
}
.modSection__video.active video {
  z-index: 1;
}
.modSection__video video {
  width: 100%;
  z-index: 0;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0px 0 -5px;
}
.modSection__video__play {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 82px;
  height: 82px;
  margin: auto;
  background: url("../img/common/icon/video.svg") no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}
.modSection__video__play.active {
  display: none;
}
.modSection__imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modSection__imageBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}
.modSection__imageBox__content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modSection__imageBox__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.modSection__imageBox__content img {
  width: 100%;
  height: 100%;
}
.modSection__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modSection__box {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modSection__box {
    gap: 16px 20px;
  }
}
@media screen and (min-width: 769px) {
  .modSection__box__content {
    width: calc(25% - 30px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modSection__box__content {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .modSection__box__content {
    width: calc(50% - 10px);
  }
}
.modSection__box__content .image {
  aspect-ratio: 210/210;
  margin: 0px 0 16px;
}
@media screen and (max-width: 768px) {
  .modSection__box__content .image {
    margin: 0px 0 6px;
  }
}
.modSection__box__content .image img {
  width: 100%;
  height: 100%;
}
.modSection__box__content .text {
  font-size: 16px;
  font-size: 1.6rem;
}
.modSection__blue {
  background: var(--bluebg);
  padding: 70px 80px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 115px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modSection__blue {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modSection__blue {
    padding: 29px 20px;
    display: block;
    margin: 42px 0 0;
  }
}
.modSection__blue__title {
  color: var(--blue);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .modSection__blue__title {
    white-space: break-spaces;
    margin: 0 0 20px;
  }
}
.modSection__blue__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 768px) {
  .modSection__blue__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.modSection__white {
  background: var(--white);
  padding: 70px 80px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 115px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modSection__white {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modSection__white {
    padding: 29px 20px;
    display: block;
    margin: 42px 0 0;
  }
}
.modSection__white__title {
  color: var(--blue);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .modSection__white__title {
    white-space: break-spaces;
    margin: 0 0 20px;
  }
}
.modSection__white__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 768px) {
  .modSection__white__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .modSection--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .modSection--flex .modTitle {
    width: 25%;
  }
}
.modSection--center {
  max-width: 1000px;
  margin: auto;
  padding: 120px 20px 110px;
}
@media screen and (max-width: 768px) {
  .modSection--center {
    padding: 60px 20px;
  }
}

/* テキスト
========================================================*/
.modBreadCrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px 20px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .modBreadCrumbs {
    padding: 0 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .modBreadCrumbs {
    padding: 0 20px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
  }
}
.modBreadCrumbs__item {
  color: #b6b6b6;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  margin: 0 14px 0 0;
  padding: 0 14px 0 0;
}
.modBreadCrumbs__item:after {
  content: "";
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 6px;
  height: 6px;
}
.modBreadCrumbs__item:last-child::after {
  display: none;
}
.modBreadCrumbs__item__link {
  color: var(--blue);
}
.modBreadCrumbs__item__link:hover {
  text-decoration: underline;
}

/* テキスト
========================================================*/
.modModuleProgress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 480px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .modModuleProgress {
    gap: 56px;
    margin: 0 auto 68px;
  }
}
.modModuleProgress__item {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: var(--white);
  background: var(--gray);
  font-size: 20px;
  font-size: 2rem;
}
.modModuleProgress__item.active {
  background: var(--blue);
}
.modModuleProgress__item__text {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--black);
  font-weight: 700;
  line-height: 1;
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .modModuleProgress__item__text {
    margin: 13px 0 0;
  }
}
.modModuleProgress__item:nth-child(n+2) {
  position: relative;
}
.modModuleProgress__item:nth-child(n+2):before {
  content: "";
  background: var(--gray);
  width: 160px;
  height: 2px;
  position: absolute;
  top: 22px;
  z-index: -1;
  left: -160px;
}
@media screen and (max-width: 768px) {
  .modModuleProgress__item:nth-child(n+2):before {
    width: 56px;
    left: -56px;
  }
}
.modModuleProgress__item:nth-child(n+2).active:before {
  background: var(--blue);
}
.modModuleForm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid var(--gray);
  padding: 36px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modModuleForm__inner {
    display: block;
  }
}
.modModuleForm__inner:before {
  content: "";
  background: var(--blue);
  width: 32px;
  height: 3px;
  top: -1px;
  left: 0px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .modModuleForm__inner:before {
    width: 20px;
  }
}
.modModuleForm__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modModuleForm__title {
    margin: 0px 0 26px;
    padding: 0px;
    height: auto;
  }
}
.modModuleForm__title__required {
  color: var(--white);
  font-size: 12px;
  font-size: 1.2rem;
  background: var(--orange);
  padding: 4px 8px;
  text-align: center;
  margin: 0 16px 0 0;
}
.modModuleForm__input {
  width: 72.91666%;
  max-width: 700px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .modModuleForm__input {
    width: 100%;
  }
}
.modModuleForm__input input {
  width: 100%;
  border: 1px solid var(--gray);
  padding: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
.modModuleForm__input input.error {
  border: 2px solid var(--orange);
}
.modModuleForm__input .errorText {
  margin: 16px 0 0;
  color: var(--orange);
  width: 100%;
}
.modModuleForm__input--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .modModuleForm__input--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .modModuleForm__input--flex {
    display: block;
  }
}
.modModuleForm__input__file {
  max-width: 286px;
  width: 100%;
  border: 1px solid var(--gray);
  padding: 13px;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modModuleForm__input__file {
    max-width: unset;
    margin: 0px 0 30px;
  }
}
.modModuleForm__input__file.error {
  border: 2px solid var(--orange);
}
.modModuleForm__input__select {
  padding: 11px 16px 11px 34px;
  color: var(--white);
  font-size: 12px;
  font-size: 1.2rem;
  background: var(--blue);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid var(--blue);
}
.modModuleForm__input__select:before {
  content: "";
  background: url("../img/common/icon/cross_white.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.modModuleForm__input__select:hover {
  background: var(--white);
  color: var(--blue);
}
.modModuleForm__input__select:hover::before {
  background: url("../img/common/icon/cross_blue.svg") no-repeat;
  background-size: contain;
}
.modModuleForm__input__textarea {
  height: 200px;
  width: 100%;
  border: 1px solid var(--gray);
  padding: 13px;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
.modModuleForm__input__textarea.error {
  border: 2px solid var(--orange);
}
@media screen and (max-width: 768px) {
  .modModuleForm__input__textarea {
    height: 160px;
  }
}
.modModuleForm__input input[type=file] {
  display: none;
}
.modModuleForm__bottom__check {
  text-align: center;
  margin: 24px 0 60px;
}
.modModuleForm__bottom__check .checkbox {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.modModuleForm__bottom__check .checkbox:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid var(--gray);
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.modModuleForm__bottom__check .checkbox:checked:before {
  background: url("../img/common/icon/checkbox.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  border: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.modModuleForm__bottom__check .checkbox.error::before {
  border-color: var(--orange);
}
.modModuleForm__bottom__check .label {
  cursor: pointer;
}
.modModuleForm__bottom__check .label.error {
  color: var(--orange);
}
.modModuleForm__bottom__check .errorText {
  margin: 10px 0 0 0;
  color: var(--orange);
}
.modModuleForm__bottom__check .link {
  color: var(--blue);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .modModuleForm__bottom__check .link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modModuleForm__bottom__check .link:hover {
  text-decoration: none;
}
.modModuleForm__bottom__check .link::after {
  content: "";
  background: url("../img//common/icon/outlink.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0px 0 -2px 8px;
}
.modModuleForm__bottom__check .link.error {
  color: var(--orange);
}
.modModuleForm__bottom__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .modModuleForm__bottom__submit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modModuleForm__bottom__submit .modBtn {
  padding: 16px;
  border: 1px solid var(--blue);
}
.modModulePagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modModulePagenation__number {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  color: var(--gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modModulePagenation__number:hover {
  background: var(--blue);
  color: var(--white);
}
.modModulePagenation__number.active {
  background: var(--blue);
  color: var(--white);
}
.modModulePagenation__prev {
  width: 16px;
  height: 16px;
  background: url("../img/common/icon/cursol_right.svg") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modModulePagenation__prev:hover {
  opacity: 0.5;
}
.modModulePagenation__next {
  width: 16px;
  height: 16px;
  background: url("../img/common/icon/cursol_right.svg") no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modModulePagenation__next:hover {
  opacity: 0.5;
}

_::-webkit-full-page-media, _:future, :root .checkbox:after {
  top: 3px;
}

.top {
  width: 100%;
}
.top .modTitle {
  letter-spacing: -3px;
}
.top .modTitle:before {
  top: -29px;
}
@media screen and (max-width: 768px) {
  .top .modTitle {
    padding: 0px;
    letter-spacing: -1px;
    font-size: 52px;
    font-size: 5.2rem;
  }
  .top .modTitle__small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top .modTitle:before {
    left: 0px;
    top: -21px;
  }
}
.top .kv {
  overflow: hidden;
  position: relative;
}
.top .kv:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400vh;
  background: -webkit-gradient(linear, left top, right top, from(#F1F6FF), to(#C7D3E9));
  background: linear-gradient(90deg, #F1F6FF 0%, #C7D3E9 100%);
}
.top .kv img {
  width: 100%;
  height: 100%;
}
.top .kv__bg {
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top .kv__left {
  position: absolute;
  top: 9%;
  left: 11.2%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top .kv__left {
    width: 177px;
    left: 5%;
    right: unset;
    top: 200px;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .top .kv__left {
    left: 15%;
    top: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top .kv__left {
    top: 6%;
    width: 25px;
  }
}
.top .kv__right {
  position: absolute;
  top: 9%;
  right: 11.1%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top .kv__right {
    width: 217px;
    left: 5%;
    right: unset;
    top: 234px;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .top .kv__right {
    left: 15%;
    top: 166px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .top .kv__right {
    top: 6%;
    width: 25px;
  }
}
.top .kv__mask {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  z-index: 1;
  -webkit-mask: url(../img/page/top/es_logo.svg) no-repeat center;
          mask: url(../img/page/top/es_logo.svg) no-repeat center;
  -webkit-mask-size: 45%;
          mask-size: 45%;
}
.top .kv__mask img {
  background: var(--blue);
  -o-object-fit: cover;
     object-fit: cover;
}
.top .kv__mask video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1800px) and (max-width: 3000px) {
  .top .kv__mask {
    -webkit-mask-size: 36%;
            mask-size: 36%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top .kv__mask {
    -webkit-mask-size: 36%;
            mask-size: 36%;
    -webkit-mask-position: 50% calc(50% + 40px);
  }
}
@media screen and (max-width: 768px) {
  .top .kv__mask {
    -webkit-mask-size: 70%;
    -webkit-mask-position: 50% 90%;
  }
}
@media screen and (min-width: 650px) and (max-width: 768px) {
  .top .kv__mask {
    -webkit-mask-size: 55%;
    -webkit-mask-position: 50% 90%;
  }
}
.top .kv__text {
  font-family: "Oswald", sans-serif;
  color: var(--blue);
  font-weight: 700;
  position: fixed;
  white-space: nowrap;
  bottom: 0px;
  z-index: 2;
  line-height: 1;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .top .kv__text {
    bottom: unset;
    top: 90px;
    position: absolute;
    width: 89.33333%;
    left: 50%;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .top .kv__text {
    top: 80px;
    width: 69.33333%;
  }
}
.top .kv__black {
  margin-top: 200vh;
  padding: 120px 80px 131px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top .kv__black {
    padding: 70px 20px;
  }
}
.top .kv__black__title {
  font-size: 108px;
  font-size: 10.8rem;
  color: var(--white);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0 45px;
  letter-spacing: -2px;
  line-height: 1.15;
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .top .kv__black__title {
    font-size: 76px;
    font-size: 7.6rem;
  }
}
@media screen and (min-width: 2000px) and (max-width: 4000px) {
  .top .kv__black__title {
    font-size: 170px;
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .top .kv__black__title {
    font-size: 52px;
    font-size: 5.2rem;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 46px;
  }
}
.top .kv__black__title .small {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  letter-spacing: 1px;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .top .kv__black__title .small {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top .kv__black__title .small {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 14px 0 0;
  }
}
.top .kv__black__text {
  font-size: 20px;
  font-size: 2rem;
  color: var(--white);
  max-width: 800px;
  margin: 0 0 0 auto;
  line-height: 250%;
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .top .kv__black__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 2000px) and (max-width: 4000px) {
  .top .kv__black__text {
    max-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .top .kv__black__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.top .strength {
  position: relative;
  z-index: 2;
  padding: 127px 80px 122px;
  background: url("../img/page/top/strength_bg.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top .strength {
    padding: 106px 20px 140px;
    background-position: top center;
  }
}
.top .strength__box {
  background: #F0F7FF;
  padding: 50px 60px 35px;
  margin: auto;
  position: relative;
  outline: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .top .strength__box {
    padding: 26px 20px 39px;
  }
}
.top .strength__box__title {
  font-size: calc(6.2vw - 100%);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: var(--blue);
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 768px) {
  .top .strength__box__title {
    font-size: 52px;
    font-size: 5.2rem;
    letter-spacing: -2.2px;
  }
}
.top .strength__box__title .orange {
  color: var(--orange);
}
.top .strength__box__text {
  font-size: 1.25vw;
  font-weight: bold;
  color: var(--blue);
  margin: 0 0 49px;
}
@media screen and (max-width: 768px) {
  .top .strength__box__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 36px;
    line-height: 1.4;
  }
}
.top .strength__box__image {
  aspect-ratio: 1160/410;
}
@media screen and (max-width: 768px) {
  .top .strength__box__image {
    width: 86.44%;
    margin: auto;
    aspect-ratio: 300/279;
    display: block;
  }
}
.top .strength__box__image img {
  width: 100%;
  height: 100%;
}
.top .performance {
  position: relative;
  z-index: 2;
  padding: 129px 80px 122px;
  background: url("../img/page/top/performance_bg.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top .performance {
    padding: 107px 20px 137px;
    background-position: top center;
  }
}
.top .performance__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top .performance__box__content {
  width: calc(33.3333333333% - 14px);
  background: var(--lightblue);
  color: var(--white);
  min-height: 200px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 20px 0;
}
@media screen and (max-width: 768px) {
  .top .performance__box__content {
    width: 100%;
    min-height: 160px;
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 20px 0;
  }
}
.top .performance__box__content .small {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin: 0 0 19px;
}
@media screen and (max-width: 768px) {
  .top .performance__box__content .small {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 17px;
  }
}
.top .performance__box__content .num {
  font-size: 88px;
  font-size: 8.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 841px) and (max-width: 1100px) {
  .top .performance__box__content .num {
    font-size: 74px;
    font-size: 7.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .performance__box__content .num {
    font-size: 63px;
    font-size: 6.3rem;
  }
}
.top .news {
  position: relative;
  z-index: 2;
  padding: 140px 0px 86px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .top .news {
    padding: 101px 20px 112px;
  }
}
.top .news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77.7777%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 11%;
}
@media screen and (max-width: 768px) {
  .top .news__inner {
    width: 100%;
    display: block;
  }
}
.top .news__title {
  font-size: 102px;
  font-size: 10.2rem;
  color: var(--blue);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin: 0 0 40px;
  letter-spacing: -1px;
  line-height: 1;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .top .news__title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 52px;
    font-size: 5.2rem;
    margin: 0 0 65px;
  }
}
.top .news__title:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0px;
  background: var(--orange);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .top .news__title:before {
    width: 12px;
    height: 12px;
    top: -21px;
  }
}
.top .news__title__small {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .top .news__title__small {
    position: absolute;
    bottom: -26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.top .news__box {
  margin: auto;
  width: 100%;
}
.top .news__box__list {
  margin: 0 0 30px;
}
@media screen and (min-width: 769px) {
  .top .news__box__list > li:first-of-type .item {
    padding-top: 0px;
  }
}
.top .news__box__list .item {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
  padding: 33px 0 33px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top .news__box__list .item {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 19px 0;
  }
}
.top .news__box__list .item:hover {
  opacity: 0.4;
}
.top .news__box__list .item::after {
  content: "";
  background: var(--gray);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0px;
}
.top .news__box__list .item__day {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 20px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top .news__box__list .item__day {
    margin: 0 0 8px;
  }
}
.top .news__box .modCursolLink {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: unset;
  margin: 0 0 0 auto;
  right: 0px;
  bottom: 17px;
}
@media screen and (max-width: 768px) {
  .top .news__box .modCursolLink {
    position: absolute;
    bottom: 63px;
    right: 20px;
  }
}
.top .linkBox {
  position: relative;
  z-index: 2;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top .linkBox {
    display: block;
  }
}
.top .linkBox__content {
  color: var(--white);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  height: 240px;
  width: 33.3333333333%;
  text-align: center;
  padding: 56px 0 0 0;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top .linkBox__content {
    width: 100%;
    height: 100%;
    font-size: 44px;
    font-size: 4.4rem;
    display: block;
    padding: 55px 0;
  }
}
.top .linkBox__content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/page/about/kv.png") no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .linkBox__content:nth-child(2):before {
  background: url("../img/page/service/kv.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.top .linkBox__content:nth-child(3):before {
  background: url("../img/page/recruit/kv.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.top .linkBox__content:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--blue);
  opacity: 0.5;
  z-index: -1;
}
.top .linkBox__content:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.top .linkBox__content__small {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .linkBox__content__small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .about .modHeading {
    margin: 0 0 130px;
  }
}
@media screen and (min-width: 769px) {
  .about .modTitle--about {
    margin: 13px 0 51px;
  }
}
@media screen and (min-width: 769px) {
  .about .modSection--about01 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .about .modSection--about02 {
    padding-bottom: 73px;
  }
}
@media screen and (max-width: 768px) {
  .about .modSection--about02 {
    padding-top: 80px;
  }
}
.about .modListLink__item a[href]:after {
  content: "詳しくみる";
  background: url("../img/common/icon/cursol_right_white.svg") no-repeat var(--blue);
  width: 117px;
  height: 48px;
  background-size: 16px 16px;
  background-position: calc(100% - 10px) center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 2px solid var(--blue);
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: var(--white);
  padding: 0 0px 0 16px;
  line-height: 48px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about .modListLink__item a[href]:after {
    margin: 0;
    width: 117px;
    height: 48px;
  }
}
.about .modListLink__item a[href]:hover {
  outline: 2px solid var(--blue);
}
.about .modListLink__item a[href]:hover:after {
  content: "詳しくみる";
  background: url("../img/common/icon/cursol_right.svg") no-repeat var(--white);
  background-size: 16px 16px;
  background-position: calc(100% - 10px) center;
  color: var(--blue);
}
.about .modListLink__item a[href]:hover .modListLink__item__title {
  color: var(--blue);
}
@media screen and (min-width: 769px) {
  .about .modListAnchor {
    max-width: 890px;
    gap: 30px 39px;
  }
}
@media screen and (min-width: 769px) {
  .about .modListAnchor__item {
    width: 130px;
  }
}
.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .about__flex {
    display: block;
  }
}
.about__flex__image {
  background: #26429c;
  width: 31%;
  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;
}
@media screen and (max-width: 768px) {
  .about__flex__image {
    width: 100%;
    padding: 60px 0px;
  }
  .about__flex__image img {
    width: 150px;
  }
}
.about__flex__inner {
  background: var(--bluebg);
  padding: 98px 20px;
  width: 69%;
}
@media screen and (max-width: 768px) {
  .about__flex__inner {
    width: 100%;
    padding: 30px 20px;
  }
}
.about__flex__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 33px;
}
@media screen and (max-width: 768px) {
  .about__flex__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 10px;
  }
}
.about__flex__title .text {
  color: var(--blue);
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about__flex__title .text {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .about__flex__title .text:first-of-type {
    width: 100%;
    font-size: 30px;
    font-size: 3rem;
  }
}
.about__flex__title .text__small {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .about__flex__title .text__small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.about__flex__title .text--white {
  background: var(--white);
  padding: 0px 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .about__flex__title .text--white {
    padding: 0 14px 10px;
  }
}
.about__flex__title .equal {
  width: 33.94px;
  height: 16px;
  position: relative;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .about__flex__title .equal {
    width: 100%;
    height: 24px;
  }
}
.about__flex__title .equal:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background: var(--blue);
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about__flex__title .equal:before {
    height: 22px;
    width: 2.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.about__flex__title .equal:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background: var(--blue);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about__flex__title .equal:after {
    height: 22px;
    width: 2.5px;
    left: calc(50% - 10px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 0px;
    bottom: unset;
  }
}
.about__flex__title .cross {
  width: 24px;
  height: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__flex__title .cross {
    width: 20px;
    height: 20px;
  }
}
.about__flex__title .cross:before {
  content: "";
  height: 3px;
  width: 31px;
  position: absolute;
  background: var(--blue);
  top: 10px;
  left: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .about__flex__title .cross:before {
    width: 24px;
    left: -2px;
  }
}
.about__flex__title .cross::after {
  content: "";
  height: 3px;
  width: 31px;
  position: absolute;
  background: var(--blue);
  top: 10px;
  left: -4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .about__flex__title .cross::after {
    width: 24px;
    left: -2px;
  }
}
.about__flex__text {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .about__flex__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .recruit .modListLink {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .recruit .modSection--recruit {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .modSection--recruit {
    padding: 70px 20px 70px;
  }
}

.recruitList .modTable {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .recruitList .modTable {
    margin: 20px 0 0;
  }
  .recruitList .modTable td, .recruitList .modTable th {
    display: block;
    width: 100%;
  }
  .recruitList .modTable th {
    padding: 32px 0 10px;
  }
  .recruitList .modTable td {
    padding: 0 0 31px;
  }
}
.recruitList .modSection {
  position: relative;
}
@media screen and (min-width: 769px) {
  .recruitList .modSection {
    padding: 114px 80px 110px 80px;
  }
}
.recruitList .modSection__inner {
  margin: 0 0 43px auto;
}
@media screen and (max-width: 768px) {
  .recruitList .modSection__inner {
    margin: 0 0 34px auto;
  }
}
.recruitList .modSection__inner:last-of-type {
  margin-bottom: 0px;
}
@media screen and (min-width: 769px) {
  .recruitList .modSection .modTitle--itemName {
    width: 75%;
    margin: 0px 0 47px auto;
  }
}
@media screen and (min-width: 769px) {
  .recruitList__blue {
    background: var(--bluebg);
    padding: 40px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruitList .modHeading {
    margin: 0 0 145px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recruitList .modHeading:after {
    display: none;
  }
  .recruitList .modHeading .modTitle {
    margin: -10px 0 60px;
    line-height: 1.6;
  }
}
.recruitList .modHeading .modListAnchor {
  right: 0px;
  bottom: -145px;
}
.recruitList .modHeading .modListAnchor__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  line-height: 1.34;
}
.recruitList .modHeading .modListAnchor__item a:after {
  bottom: 13px;
  top: unset;
}

@media screen and (min-width: 769px) {
  .recruitContact .modListLink {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .recruitContact .modSection--recruit {
    padding-bottom: 72px;
  }
}

.privacy .modSection__inner .modTitleSub {
  margin: 0 0 10px;
}
.privacy .modSection__inner .modTitleSub:nth-child(n+2) {
  margin: 30px 0 10px;
}
.privacy .modBreadCrumbs {
  background: var(--bluebg);
}

.news .modSection {
  max-width: 1120px;
  margin: auto;
}
.news .modHeading {
  background-size: cover;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .news .modHeading {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .news .modHeading .modTitle {
    margin: 0 0 -7px;
  }
}
.news .modHeading .modTitle:before {
  display: block;
}
@media screen and (max-width: 768px) {
  .news .modHeading .modTitle {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .news .modHeading .modTitle__en {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .service .modHeading {
    margin: 0px 0 242px;
  }
  .service .modListAnchor {
    bottom: -194px;
  }
}
@media screen and (max-width: 768px) {
  .service .modSection:nth-child(2) {
    padding-top: 0px;
  }
}
.service .modSection--service {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .service .modSection--flex .modTitle {
    margin-top: 0px;
  }
}
.service .modBreadCrumbs {
  background: var(--bluebg);
}
.service__image {
  margin: 74px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service__image img {
  width: 100%;
  height: 100%;
}
.service__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service__list__item:last-of-type {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service__list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service__list__item .image {
  aspect-ratio: 460/240;
  width: 460px;
}
@media screen and (max-width: 768px) {
  .service__list__item .image {
    width: 100%;
  }
}
.service__list__item .image img {
  width: 100%;
  height: 100%;
}
.service__list__item .box {
  background: var(--white);
  width: 64%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .service__list__item .box {
    width: 100%;
    padding: 20px;
  }
}
.service__list__item .box__title {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 16px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .service__list__item .box__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.service__list__item .box__title:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0px;
  top: 0px;
  background: var(--blue);
}
.service__list__item .box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}
.service__list__item .box__list__item {
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .service__list__item .box__list__item {
    padding: 2px 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.service__park {
  background: #f7f9fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px;
  gap: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .service__park {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    padding: 30px;
  }
}
.service__park__left {
  aspect-ratio: 360/25;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .service__park__left {
    width: 100%;
  }
}
.service__park__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service__park__right {
  aspect-ratio: 780/220;
  width: 68%;
}
@media screen and (max-width: 768px) {
  .service__park__right {
    width: 100%;
  }
}
.service__park__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service__kinds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 60px;
}
.service__kinds__item {
  background: #f7f9fc;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  .service__kinds__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 20px;
  }
}
.service__kinds__item:nth-child(1) .title:before {
  content: "01";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(1) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item:nth-child(2) .title:before {
  content: "02";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(2) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item:nth-child(3) .title:before {
  content: "03";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(3) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item:nth-child(4) .title:before {
  content: "04";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(4) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item:nth-child(5) .title:before {
  content: "05";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(5) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item:nth-child(6) .title:before {
  content: "06";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(6) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item:nth-child(7) .title:before {
  content: "07";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(7) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item:nth-child(8) .title:before {
  content: "08";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(8) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item:nth-child(9) .title:before {
  content: "09";
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 59px;
  font-size: 5.9rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service__kinds__item:nth-child(9) .title:before {
    font-size: 40px;
    font-size: 4rem;
  }
}
.service__kinds__item .title {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--blue);
  padding: 0 0 20px 78px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .service__kinds__item .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 10px 50px;
  }
}
.service__kinds__item .title__small {
  color: var(--black);
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin: 6px 0 0 0;
}
.service__kinds__item .text {
  margin: 0 0 20px;
}
.service__kinds__item .image {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.service__kinds__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */