@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

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

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

html.show-modal {
  overflow: hidden;
  height: 100%;
}
/* 説明文 */
.modPageExplanation {
  padding-bottom: 30px;
}
/* お問い合わせにおける個人情報の取扱いについて */
.contact-tab-content-form-content-text {
  margin-top: 30px;
}
.contact-tab-content-form-personal-information {
  padding: 30px;
  border: 4px solid #EAF2FE;
  height: 250px;
  overflow: auto;
}
.personal_information {
  font-size: 20px;
  font-weight: bold;
}
/* 「訂正する」ボタンと「送信する」ボタン */
.confirmation_block {
  width:100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 35px 0;
  display: none;
}
/* reCaptchaボタン */
.google-recaptcha {
  display: none;
  margin: 0 0 30px;
  justify-content: center;
}
/* validation */
.category-empty,.name-empty, .kana-empty, .email-empty, .phone-number-empty, .name-long, .email-long, .kana-long, .phone-number-long, .email-wrong {
  display: none;
  color: #F67081;
}
/* 確認画面の内容overflow */
.confirmation {
  word-break: break-word;
}
body {
  position: relative;
  color: #333;
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.no-scroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}
body.hidden {
  pointer-events: none;
  overflow: hidden;
}

#body.show-modal {
  overflow-y: hidden;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}

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

.tab {
  display: none !important;
}
@media screen and (max-width: 870px) {
  .tab {
    display: block !important;
  }
}

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

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

.fadeArea {
  opacity: 0;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.fadeArea.is--show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modBtn {
  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;
  width: 360px;
  height: 60px;
  margin: 0 auto;
  color: #fff;
  border-radius: 30px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .modBtn {
    width: 300px;
    height: 50px;
  }
}
/* 訂正ボタン */
.modBtn--grey {
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
          box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
  background: linear-gradient(127deg, #aaaeb1 0%, #d0d7df 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  z-index: 1;
  margin-right: 10px;
}
.modBtn--grey::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(127deg, #aaaeb1 0%, #d0d7df 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.modBtn--grey:hover {
  position: relative;
  top: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modBtn--blue {
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
          box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
  background: linear-gradient(127deg, #36b1f8 0%, #3483ee 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  z-index: 1;
}
.modBtn--blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(127deg, #3483ee 0%, #36b1f8 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.modBtn--blue:hover {
  position: relative;
  top: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .modBtn--grey {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .modBtn--grey:hover {
    -webkit-box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
            box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
    top: 0;
  }
  .modBtn--blue:hover {
    -webkit-box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
            box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
    top: 0;
  }
}
.modBtn--grey:hover::before {
  opacity: 0;
}
.modBtn--blue:hover::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .modBtn--grey:hover::before {
    opacity: 1;
  }
  .modBtn--blue:hover::before {
    opacity: 1;
  }
}
.modBtn--blue span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modBtn--blue span {
    font-size: 14px;
  }
}
.modBtn--blue span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 10px;
  background-image: url("../img/common/icon_arrowWhite.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.15em;
}
@media screen and (max-width: 768px) {
  .modBtn--blue span::after {
    width: 17px;
    height: 12px;
    vertical-align: -0.02em;
  }
}
.modBtn--borderWhite {
  position: relative;
  top: 0;
  text-align: center;
  border: 2px solid #fff;
  background-color: #3483ee;
  -webkit-box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
          box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.modBtn--borderWhite:hover {
  position: relative;
  top: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modBtn--borderWhite:hover span {
  color: #3483ee;
}
.modBtn--borderWhite:hover span::after {
  background-blend-mode: multiply;
  mask-image: url("../img/common/icon_arrowWhite.svg");
  -webkit-mask-image: url("../img/common/icon_arrowWhite.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position-x: 0px;
  background-color: #3483ee;
}
@media screen and (max-width: 768px) {
  .modBtn--borderWhite:hover {
    background-color: #3483ee;
    -webkit-box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
            box-shadow: 0 8px 20px rgba(47, 122, 205, 0.25);
    top: 0;
  }
  .modBtn--borderWhite:hover span {
    color: #fff;
  }
  .modBtn--borderWhite:hover span::after {
    background-blend-mode: multiply;
    mask-image: url("../img/common/icon_arrowWhite.svg");
    -webkit-mask-image: url("../img/common/icon_arrowWhite.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position-x: 0px;
    background-color: #fff;
  }
}
.modBtn--borderWhite span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modBtn--borderWhite span {
    font-size: 14px;
  }
}
.modBtn--borderWhite span::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 10px;
  background-image: url("../img/common/icon_arrowWhite.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.15em;
}
@media screen and (max-width: 768px) {
  .modBtn--borderWhite span::after {
    width: 17px;
    height: 12px;
    vertical-align: -0.02em;
  }
}
@media screen and (max-width: 768px) {
  .modBtn--brank {
    width: 100%;
  }
}
.modBtn--slope span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .modBtn--slope span::after {
    width: 17px;
    height: 12px;
    vertical-align: -0.02em;
  }
}

/* LINEエントリーボタン */
@media screen and (min-width: 769px) {
  .line-entry-button {
    display: inline-flex;
    align-items: center;
    background: #00cc00;
    color: white;
    border-radius: 100px;
    padding: 23px 39px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-out;
    z-index: 1;
  }

  .line-entry-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: #00aa00;
    transition: all 0.3s ease-out;
    z-index: -1;
  }

  .line-entry-button:hover {
    position: relative;
    top: 8px;
    box-shadow: none;
    transition: all 0.3s ease-out;
  }

  .line-entry-button:hover::before {
    opacity: 0;
  }

  .line-logo img {
    width: 60px;
    height: 60px;
    pointer-events: auto;
  }

  .line-logo {
    margin-right: 20px;
    pointer-events: auto;
  }

  .line-text-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .line-entry-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 16px;
    background: #00c300;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    cursor: pointer;
  }

  .line-logo {
    margin-right: 30px;
    display: flex;
  }

  .line-logo img {
    width: 40px;
    height: 40px;
  }

  .line-text {
    text-align: center;
    margin-right: 30px;
  }

  .line-text-pc {
    display: none;
  }

  .line-text-sp {
    display: inline;
  }
}

/* 汎用モジュール
========================================================*/
.modBpPc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none !important;
  }
}
.modBpPc--inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .modBpPc--inline {
    display: none !important;
  }
}
.modBpPc--inlineblock {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .modBpPc--inlineblock {
    display: none !important;
  }
}
.modBpSp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: block !important;
  }
}
.modBpSp--inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp--inline {
    display: inline !important;
  }
}
.modBpSp--inlineblock {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp--inlineblock {
    display: inline-block !important;
  }
}

.main--under {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .main--under {
    margin-top: 50px !important;
  }
}
.main-under-padding {
  padding-bottom: 120px;
}

/* ページタイトル
--------------------------------------------------*/
.modPageTitle {
  position: relative;
  background: #edf6fe;
  overflow: hidden;
  padding: 80px 0 92px;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .modPageTitle {
    padding: 55px 18px 45px;
    margin: 0 0 34px;
  }
}
.modPageTitle::before, .modPageTitle::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/common/bg_pagetitle.png) no-repeat center center;
  background-size: 100% auto;
  width: 413px;
  height: 482px;
}
.modPageTitle::before {
  top: -60px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modPageTitle::before {
    width: 368px;
    height: 344px;
    left: -25px;
    top: -20px;
  }
}
.modPageTitle::after {
  top: 20px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .modPageTitle::after {
    content: none;
  }
}
.modPageTitle .heading {
  position: relative;
  color: #3483ee;
  font-size: 50px;
  font-weight: bold;
  z-index: 1;
  width: 1000px;
  margin: 0 auto 0;
  width: 1035px;
}
@media screen and (max-width: 768px) {
  .modPageTitle .heading {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .modPageTitle .heading {
    font-size: 30px;
  }
}
.modPageTitle .text {
  font-size: 16px;
  width: 1000px;
  margin: 12px auto 0;
  width: 1035px;
}
@media screen and (max-width: 768px) {
  .modPageTitle .text {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .modPageTitle .text {
    font-size: 15px;
    line-height: 1.6;
    width: auto;
    margin: 15px auto 0;
  }
}
.modPageLead {
  font-size: 15px;
  line-height: 2.1;
  width: 1000px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  .modPageLead {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .modPageLead {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 20px;
  }
}
.modPageSection {
  width: 1000px;
  margin: 115px auto 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .modPageSection {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .modPageSection {
    width: 1000px;
    margin: 90px auto 0;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .modPageSection {
    width: auto;
  }
}
.modPageSection--second {
  width: 1000px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .modPageSection--second {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .modPageSection--second {
    padding: 0;
    width: 1000px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .modPageSection--second {
    width: auto;
  }
}
.modPageSection__table {
  width: 100%;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .modPageSection__table {
    margin: 65px auto 0;
  }
}
.modPageSection__table--first {
  margin: 0 auto 0;
}
.modPageSection__table__caption {
  margin: 0 0 26px 0;
}
@media screen and (max-width: 768px) {
  .modPageSection__table__caption {
    margin: 0 20px 22px;
  }
}
.modPageSection__h2 {
  position: relative;
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .modPageSection__h2 {
    font-size: 25px;
    margin: 0 0 16px;
    text-indent: -34px;
    padding-left: 34px;
  }
}
.modPageSection__h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/common/icon_h2.svg) no-repeat center center;
  background-size: 100% auto;
  width: 28px;
  height: 33px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .modPageSection__h2::before {
    width: 24px;
    height: 28px;
    background-size: auto 100%;
    margin-top: -5px;
  }
}
.modPageSection__h2::after {
  content: "";
  display: block;
  background: url(/assets/img/common/bg_h2.png) no-repeat center center;
  background-size: 100% auto;
  width: 307px;
  height: 311px;
  position: absolute;
  top: -50px;
  left: -115px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .modPageSection__h2::after {
    top: -50px;
    left: -22px;
    width: 235px;
    height: 237px;
  }
}
.modPageSection__h3, .modPageSection__h4 {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .modPageSection__h3, .modPageSection__h4 {
    padding: 0 0 0 14px;
  }
}
.modPageSection__h3::before, .modPageSection__h4::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 4px;
  left: 0;
  top: 8px;
  width: 8px;
  height: calc(100% - 12px);
}
.modPageSection__h3 {
  font-size: 28px;
  margin: 0 0 30px;
}
.modPageSection__h3::before {
  background: #ffcf48;
}
@media screen and (max-width: 768px) {
  .modPageSection__h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.modPageSection__h4 {
  font-size: 20px;
  margin: 0 0 12px;
}
.modPageSection__h4::before {
  content: "";
  background: #78d5ee;
}
@media screen and (max-width: 768px) {
  .modPageSection__h4 {
    font-size: 17px;
    margin: 0 0 10px;
  }
}
.modPageSection__lead {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .modPageSection__lead {
    font-size: 17px;
    margin: 0 0 10px;
  }
}
.modPageSection p + p {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .modPageSection p + p {
    margin: 10px 0 0;
  }
}
.modPageSection__small {
  font-size: 14px;
}
.modLink {
  color: #3483ee;
  text-decoration: underline;
}

/* ボタン
--------------------------------------------------*/
.modBtnWrap {
  margin: 42px 0 0;
}
.modBtn--disable {
  background: #aed2f9;
  pointer-events: none;
}
.modBtn--disable::before {
  background: #aed2f9;
}

.modEntryBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .modEntryBtnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.modEntryBtnWrap .btn {
  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;
  position: relative;
  top: 0;
  width: 50%;
  height: 70px;
  border: 2px solid;
  border-radius: 15px;
  -webkit-box-shadow: 0px 16px 50px 0px rgba(151, 150, 164, 0.2);
          box-shadow: 0px 16px 50px 0px rgba(151, 150, 164, 0.2);
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modEntryBtnWrap .btn:hover {
  top: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .modEntryBtnWrap .btn:hover {
    top: 0;
    -webkit-box-shadow: 0px 16px 50px 0px rgba(151, 150, 164, 0.2);
            box-shadow: 0px 16px 50px 0px rgba(151, 150, 164, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .modEntryBtnWrap .btn {
    width: 100%;
    height: 65px;
  }
}
.modEntryBtnWrap .btn--mainavi {
  border-color: #00abeb;
}
.modEntryBtnWrap .btn--mainavi img {
  width: 164px;
  height: 23px;
}
.modEntryBtnWrap .btn--asagaku {
  border-color: #f80102;
}
.modEntryBtnWrap .btn--asagaku img {
  width: 200px;
  height: 50px;
}

/* テキスト装飾
--------------------------------------------------*/
.modStyleBold {
  font-weight: bold;
}

/* 画像
--------------------------------------------------*/
.modImageBox {
  border-radius: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 35px 0 20px;
}
.modImageBox-aws-advenced {
  margin: 35px 0 20px;
  height: 250px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .modImageBox {
    margin: 25px 0 20px;
  }
  .modImageBox-aws-advenced {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
}
.modImageBox .image {
  width: 100%;
  height: auto;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .modImageBox .image {
    min-height: initial;
  }
}
@media screen and (max-width: 768px) {
  .modImageBox--fixedSize {
    width: 100%;
    height: auto;
  }
}
.modImageBox--fixedSize .image {
  height: 220px;
}
@media screen and (max-width: 768px) {
  .modImageBox--fixedSize .image {
    width: 100%;
    height: auto;
  }
}
.modImageBox--mt0 {
  margin: 0 0 20px;
}
.modImageBox--middle {
  max-width: 33%;
}
@media screen and (max-width: 768px) {
  .modImageBox--middle {
    width: 100%;
    max-width: 100%;
  }
}
.modImageBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 20px;
}
@media screen and (max-width: 768px) {
  .modImageBoxWrap {
    display: block;
  }
}
.modImageBoxWrap .modImageBox {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .modImageBoxWrap .modImageBox {
    width: 100%;
    height: auto;
  }
  .modImageBoxWrap .modImageBox img {
    width: 100%;
    height: auto;
  }
}
.modImageBoxWrap .modImageBox:nth-child(n+2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .modImageBoxWrap .modImageBox:nth-child(n+2) {
    margin: 20px 0 0;
  }
}

/* リスト
--------------------------------------------------*/
.modListHistory__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modListHistory__item:not(:last-child) {
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .modListHistory__item:not(:last-child) {
    padding-bottom: 35px;
  }
}
.modListHistory__item:has(.text):not(:last-child) {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modListHistory__item:has(.text):not(:last-child) {
    padding-bottom: 15px;
  }
}
.modListHistory__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 33px;
  width: 3px;
  height: 100%;
  border-left: 3px dotted #3483ee;
}
@media screen and (max-width: 768px) {
  .modListHistory__item::after {
    left: 27px;
  }
}
.modListHistory__item__year {
  position: relative;
  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;
  color: #fff;
  background: #3483ee;
  border-radius: 100%;
  font-size: 18px;
  width: 70px;
  height: 70px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modListHistory__item__year {
    font-size: 16px;
    width: 60px;
    height: 60px;
  }
}
.modListHistory__item__year .small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .modListHistory__item__year .small {
    font-size: 11px;
  }
}
.modListHistory__item__content {
  width: calc(100% - 70px);
  padding: 15px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .modListHistory__item__content {
    width: calc(100% - 60px);
    padding: 15px 0 20px 15px;
  }
}
.modListHistory__item .head {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modListHistory__item .head {
    font-size: 17px;
    line-height: 1.7;
  }
}
.modListHistory__item .text {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .modListHistory__item .text {
    margin-top: 10px;
  }
}
.modListHistory__item .imageBox {
  border-radius: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 10px 0 0;
  width: auto;
  height: 200px;
  background: #f4f4f4;
}
.aws-advanced {
  width: 210px;
  height: 210px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .modListHistory__item .imageBox {
    margin: 15px 0 0;
    height: auto;
  }
}
.modListHistory__item .imageBox .image {
  min-width: 100%;
  width: auto;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .modListHistory__item .imageBox .image {
    width: 100%;
    height: auto;
    max-height: 250px;
  }
}

.modGallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px 0 0;
}
@media screen and (max-width: 768px) {
  .modGallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0 0;
  }
}
.modGallery__item {
  border-radius: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 20px 20px 0;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .modGallery__item {
    width: 48%;
    margin: 0 0 15px 0;
  }
}
.modGallery__item:hover {
  cursor: pointer;
}
.modGallery__item:nth-child(3n) {
  margin-right: 0;
}
.modGallery__item .image {
  width: 320px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .modGallery__item .image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.modLinkBox {
  margin: 33px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .modLinkBox {
    display: block;
    margin: 20px 0 0 0;
  }
}
.modLinkBox__item {
  position: relative;
  top: 0;
  padding: 21px 19px;
  margin: 0 20px 20px 0;
  background: #fff;
  border-radius: 15px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 320px;
  min-height: 173px;
}
@media screen and (max-width: 768px) {
  .modLinkBox__item {
    display: block;
    padding: 20px 19px 21px;
    min-height: auto;
    width: 100%;
    border: none;
  }
}
.modLinkBox__item:nth-child(3n) {
  margin-right: 0;
}
.modLinkBox__item:hover {
  position: relative;
  top: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #ecf5fe;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .modLinkBox__item:hover {
    top: 0;
    border: none;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
            box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
    -webkit-transition: none;
    transition: none;
  }
}
.modLinkBox__item:hover .modLinkBox__item__title {
  color: #3483ee;
}
@media screen and (max-width: 768px) {
  .modLinkBox__item:hover .modLinkBox__item__title {
    color: #333;
  }
}
.modLinkBox__item__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .modLinkBox__item__title {
    font-size: 19px;
  }
}
.modLinkBox__item__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/icon_arrowblue_round.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.35em;
}
@media screen and (max-width: 768px) {
  .modLinkBox__item__title::after {
    right: 0;
    width: 29px;
    height: 29px;
  }
}
.modLinkBox__item__description {
  margin: 12px 0 0 0;
  font-size: 15px;
  line-height: 1.933;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .modLinkBox__item__description {
    font-size: 14px;
    line-height: 1.714;
    margin: 13px 0 0 0;
  }
}

/* テーブル
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  .modTable {
    margin: 0 -20px;
  }
}
.modTable table {
  border-collapse: collapse;
  width: 100%;
}
.modTable tr:last-child th, .modTable tr:last-child td {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .modTable tr:last-child th {
    border-bottom: none;
  }
}
.modTable th, .modTable td {
  line-height: 2;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .modTable th, .modTable td {
    text-align: left;
    line-height: 1.8;
  }
}
.modTable th {
  font-size: 15px;
  font-weight: bold;
  padding: 20px 105px 20px 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modTable th {
    font-size: 14px;
    padding: 10px 20px 0;
  }
}
.modTable td {
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .modTable td {
    padding: 5px 20px 10px;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .modTable table, .modTable thead, .modTable tbody, .modTable tr, .modTable th, .modTable td {
    display: block;
  }
}

/* アコーディオン
--------------------------------------------------*/
.modAccordion {
  position: relative;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
}
.modAccordion__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  padding: 22px 32px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modAccordion__head {
    font-size: 17px;
    padding: 20px;
    line-height: 1.3;
  }
}
.modAccordion__head--q {
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  .modAccordion__head--q {
    padding: 20px 60px 20px 50px;
  }
}
.modAccordion__head--q::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  color: #3483ee;
  font-weight: bold;
  font-size: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modAccordion__head--q::before {
    font-size: 24px;
    top: 14px;
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.modAccordion__body {
  position: relative;
  display: none;
  padding: 0 32px 20px 32px;
}
@media screen and (max-width: 768px) {
  .modAccordion__body {
    padding: 0 20px 20px 20px;
  }
}
.modAccordion__body--a {
  padding: 0 32px 20px 65px;
}
@media screen and (max-width: 768px) {
  .modAccordion__body--a {
    padding: 0 20px 20px 50px;
  }
}
.modAccordion__body--a::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 32px;
  color: #3483ee;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modAccordion__body--a::before {
    font-size: 24px;
    left: 20px;
  }
}
.modAccordion + .modAccordion {
  margin: 25px 0 0;
}
.modAccordion--table {
  width: 100%;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin: 0 !important;
}
.modAccordion--table:last-child {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .modAccordion--table .modIcon {
    top: 16px;
  }
}

/* アイコン
--------------------------------------------------*/
.modIcon {
  position: relative;
  display: block;
  border-radius: 50%;
  background: linear-gradient(-135deg, rgb(52, 131, 238), rgb(54, 177, 248));
  width: 30px;
  height: 30px;
  margin: 2px -2px 0 0;
}
@media screen and (max-width: 768px) {
  .modIcon {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
  }
}
.modIcon--toggle::before, .modIcon--toggle::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 14px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modIcon--toggle::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modIcon--toggle.is-act::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* フォーム
--------------------------------------------------*/
.modRectLayer {
  position: relative;
  padding: 20px 40px;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
}
@media screen and (max-width: 768px) {
  .modRectLayer {
    padding: 10px 0;
    margin: 0;
  }
}
.modRectLayer tr:first-child th, .modRectLayer tr:first-child td {
  border-top: none;
}
.modRectLayer tr:last-child th, .modRectLayer tr:last-child td {
  border-bottom: none;
}

.modForm .required {
  display: block;
  background: #ffcf48;
  border-radius: 4px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 15px;
  float: right;
}
@media screen and (max-width: 768px) {
  .modForm .required {
    display: inline-block;
    float: none;
    font-size: 10px;
    padding: 0px 10px;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
  /* 同意チェックの必須ボタン */
  .modForm_2 .required {
    display: inline-block;
    float: none;
    font-size: 10px;
    padding: 0 0 0px 40px;
    margin: 0 0 0 10px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .modForm__lead {
    margin-top: -18px;
  }
}
.modForm__text, .modForm__textArea {
  background: #eff0f1;
  border-radius: 4px;
  padding: 4px 12px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .modForm__text, .modForm__textArea {
    font-size: 15px;
    padding: 5px 12px;
  }
}
.modForm__text::-webkit-input-placeholder, .modForm__textArea::-webkit-input-placeholder {
  color: #999;
}
.modForm__text::-moz-placeholder, .modForm__textArea::-moz-placeholder {
  color: #999;
}
.modForm__text:-ms-input-placeholder, .modForm__textArea:-ms-input-placeholder {
  color: #999;
}
.modForm__text::-ms-input-placeholder, .modForm__textArea::-ms-input-placeholder {
  color: #999;
}
.modForm__text::placeholder, .modForm__textArea::placeholder {
  color: #999;
}
.modForm__text {
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .modForm__text {
    min-width: 100%;
    width: 100%;
  }
}
.modForm__textArea {
  resize: vertical;
  width: 100%;
  height: 155px;
}
@media screen and (max-width: 768px) {
  .modForm__textArea {
    height: 205px;
  }
}
.modForm__error {
  background: #ffe7eb;
}
.modForm__error::-webkit-input-placeholder {
  color: #ff9ead;
}
.modForm__error::-moz-placeholder {
  color: #ff9ead;
}
.modForm__error:-ms-input-placeholder {
  color: #ff9ead;
}
.modForm__error::-ms-input-placeholder {
  color: #ff9ead;
}
.modForm__error::placeholder {
  color: #ff9ead;
}
.modForm__errorText {
  color: #ff788f;
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .modForm__errorText {
    font-size: 14px;
  }
}
.modForm .modTable th {
  position: relative;
  text-align: left;
  clear: both;
  overflow: hidden;
  width: 280px;
  padding: 30px 20px 20px 30px;
  font-size: 16px;
}
.modForm .modTable td {
  padding: 30px 0 20px 20px;
}
.modForm .modTable tr:first-child th, .modForm .modTable tr:first-child td {
  padding-top: 12px;
}
.modForm .modTable tr:last-child th, .modForm .modTable tr:last-child td {
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .modForm .modTable tbody, .modForm .modTable tr, .modForm .modTable th, .modForm .modTable td {
    display: block;
  }
  .modForm .modTable tr:first-child th {
    padding-top: 12px;
  }
  .modForm .modTable tr:first-child td {
    padding-top: 10px;
  }
  .modForm .modTable th {
    border-bottom: none;
    padding: 20px 20px 0 20px;
    font-size: 15px;
    width: 100%;
  }
  .modForm .modTable td {
    border-top: none;
    padding: 15px 20px 25px 20px;
    width: 100%;
  }
}

.modCheckbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
.modCheckbox__item {
  width: auto;
  margin: 0 22px 10px 0;
}
.modCheckbox__item--full {
  width: 100%;
  margin: 0 0 10px !important;
}
.modCheckbox__item__wrap {
  position: relative;
}
.modCheckbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
}
.modCheckbox input[type=checkbox]:checked + .label::after {
  opacity: 1;
}
.modCheckbox .label {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .modCheckbox .label {
    text-align: left;
    text-indent: -32px;
    padding-left: 32px;
  }
}
.modCheckbox .label::before {
  content: "";
  display: inline-block;
  vertical-align: -6px;
  border: 1px solid #adadad;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}
.modCheckbox .label::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 8px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #3483ee;
  border-bottom: 2px solid #3483ee;
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .modCheckbox .label::after {
    top: 6px;
  }
}

.modCheckAgree {
  margin: 35px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modCheckAgree {
    margin: 25px 0;
  }
}
.modCheckAgree .modCheckbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modCheckAgree .modLink {
  margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
  .modCheckAgree .modLink {
    margin: 10px 0 0;
  }
}
.modCheckAgree .modLink a {
  color: #3483ee;
  text-decoration: underline;
}
.modCheckAgree__btn {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .modCheckAgree__btn {
    margin: 20px 0 0;
  }
}

/* フォーム
--------------------------------------------------*/
#office.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  pointer-events: auto;
}

#event.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  pointer-events: auto;
}

.modModal {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  pointer-events: none;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .modModal {
    padding: 0;
  }
}
.modModal .btnClose {
  position: absolute;
  top: -42px;
  right: 0;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  text-indent: -99999px;
  background: url(/assets/img/common/icon_close.png) no-repeat center center;
  background-size: 100% auto;
}
.modModal .btnClose:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modModal .btnClose {
    background: url(/assets/img/common/icon_close_sp.png) no-repeat center center;
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    top: -35px;
    right: 0px;
  }
}
.modModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modModal .swiper {
  padding: 42px 0 0 0;
  position: relative;
  width: auto;
  max-width: 900px;
  z-index: 1005;
}
@media screen and (max-width: 768px) {
  .modModal .swiper {
    padding: 38px 0 0 0;
  }
}
.modModal .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modModal .swiper-button-prev:after,
.modModal .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 57px;
  height: 57px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .modModal .swiper-button-prev:after,
.modModal .swiper-button-next:after {
    width: 40px;
    height: 40px;
  }
}
.modModal .swiper-button-prev:after {
  margin: 0px 0 0 10px;
  background-image: url("../img/index/icon_swiperBtnPrevWhite.png");
}
@media screen and (max-width: 768px) {
  .modModal .swiper-button-prev:after {
    margin: 0 0 0 0px;
  }
}
.modModal .swiper-button-next:after {
  margin: 0px 10px 0 0;
  background-image: url("../img/index/icon_swiperBtnNextWhite.png");
}
@media screen and (max-width: 768px) {
  .modModal .swiper-button-next:after {
    margin: 0 2px 0 0;
  }
}
.modModal__inner {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .modModal__inner {
    padding: 0 20px;
  }
}
.modModal__inner__image {
  position: relative;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.modModal__inner__image .imageBox {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.modModal__inner__image .imageBox .image {
  width: auto;
  height: auto;
  max-height: 60vh;
  margin: 0 auto;
  border-radius: 15px;
}
.modModal__inner__image .textBox {
  margin: 20px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modModal__inner__image .textBox {
    font-size: 14px;
    margin: 20px 0 0;
  }
}

/* タブ切り替え
--------------------------------------------------*/
.modFlowContent {
  margin: 33px 0 40px 0;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  padding: 30px 32px 41px;
  /* テーブル 修正
  --------------------------------------------------*/
  /*タブ実装*/
  /*タブ実装*/
}
@media screen and (max-width: 768px) {
  .modFlowContent {
    padding: 30px 32px 41px;
  }
}
@media screen and (max-width: 768px) {
  .modFlowContent--table {
    padding: 30px 12px 41px;
  }
}
@media screen and (max-width: 768px) {
  .modFlowContent .modPageSection__h3 {
    margin: 0 20px 20px;
  }
}
.modFlowContent .modTable {
  width: 100%;
  margin: 0 auto;
}
.modFlowContent .modTable th {
  padding: 20px 20px 20px 44px;
  text-align: left;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .modFlowContent .modTable th {
    width: 100%;
    padding: 10px 20px 0;
  }
}
.modFlowContent .modTable td {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .modFlowContent .modTable td {
    width: 100%;
  }
}
.modFlowContent .modListHistory__item__year {
  width: 30px;
  height: 30px;
  margin: 0 0 0 20px;
  font-size: 16px;
}
.modFlowContent .modListHistory__item__year--yellow {
  background-color: #fbbd00;
}
@media screen and (max-width: 768px) {
  .modFlowContent .modListHistory__item__year {
    width: 28px;
    height: 28px;
    margin: 0;
  }
}
.modFlowContent .modListHistory__item__content {
  padding: 0 0 20px 20px;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .modFlowContent .modListHistory__item__content {
    margin-top: 0;
    width: calc(100% - 28px);
  }
}
@media screen and (max-width: 768px) {
  .modFlowContent .modListHistory__item::after {
    left: 13px;
  }
}
.modFlowContent .tabBox__btnArea {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 342px;
  padding: 3px;
  background-color: #eff0f1;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .modFlowContent .tabBox__btnArea {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.modFlowContent .tabBox__btnArea__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 167px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 700;
  color: #9da6ab;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: background-image 0.6s ease-out;
  transition: background-image 0.6s ease-out;
}
.modFlowContent .tabBox__btnArea__item.active {
  color: #fff;
  background-image: linear-gradient(127deg, #3483ee 0%, #36b1f8 100%);
  -webkit-box-shadow: 0 3px 10px rgba(0, 89, 189, 0.26);
          box-shadow: 0 3px 10px rgba(0, 89, 189, 0.26);
}
@media screen and (max-width: 768px) {
  .modFlowContent .tabBox__btnArea__item {
    width: 50%;
    font-size: 14px;
    padding: 7px 0 8px;
  }
}
.modFlowContent .tabBox__panelArea {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .modFlowContent .tabBox__panelArea {
    padding: 0;
  }
}
.modFlowContent .tabBox__panelArea__list {
  display: none;
  opacity: 0;
}
.modFlowContent .tabBox__panelArea__list.active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0 0 1em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .modFlowContent .tabBox__panelArea__list.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.topPageSection {
  position: relative;
  min-width: 1000px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topPageSection {
    min-width: auto;
  }
}
.topPageSection__inner {
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.topPageSection__contents {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topPageSection__contents {
    width: 100%;
  }
}

.bgDecoration--top, .bgDecoration--bottom {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.bgDecoration.anime.bgDecoration--top, .bgDecoration.anime.bgDecoration--bottom {
  -webkit-animation: decoration-bound 0.5s forwards ease-out;
          animation: decoration-bound 0.5s forwards ease-out;
}

@-webkit-keyframes decoration-bound {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes decoration-bound {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.topContentsHeading h2 {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topContentsHeading h2 {
    font-size: 30px;
  }
}
.topContentsHeading h2::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 33px;
  margin: 0 14px 0 0;
  background-image: url("../img/common/icon_h2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.12em;
}
@media screen and (max-width: 768px) {
  .topContentsHeading h2::before {
    width: 24px;
    height: 29px;
    margin: 0 12px 0 0;
    vertical-align: -0.11em;
  }
}
.topContentsHeading p {
  display: block;
  font-size: 15px;
  margin: 12px 0 0 0;
  line-height: 1.933;
}
@media screen and (max-width: 768px) {
  .topContentsHeading p {
    font-size: 14px;
    line-height: 1.714;
    margin: 14px 0 0 0;
  }
}

.topPageKv {
  position: relative;
  min-width: 1000px;
  height: 616px;
  background-image: url("../img/index/bg_kvTop01.png"), url("../img/index/bg_kvTop02.png");
  background-repeat: no-repeat;
  background-position: top -78px left 45px, top 515px left 0px;
  background-color: #fff;
  padding: 38px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageKv {
    min-width: auto;
    padding: 42px 0px 0;
    height: 926px;
    background-image: url("../img/index/sp/bg_kvTop01.png"), url("../img/index/sp/bg_kvTop02.png");
    background-position: top 200px left 0px, top 0px right 0px;
  }
}
.topPageKv::after {
  content: "";
  display: inline-block;
  width: 235px;
  height: 385px;
  position: absolute;
  top: 47px;
  right: 0;
  background: url("../img/index/bg_kvRight.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topPageKv::after {
    background: url("../img/index/sp/bg_kvBottom01.png");
    background-size: cover;
    width: 109px;
    height: 129px;
    right: 0;
    top: 797px;
  }
}
.topPageKv__inner {
  position: relative;
  z-index: 1;
  max-width: 1220px;
  margin: 0 auto;
}
.topPageKv__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 508px;
  margin: 65px 0 0 34px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topPageKv__left {
    width: 100%;
    padding: 0 20px;
    margin: 347px auto 0;
  }
}
.topPageKv__left__title {
  color: #3483ee;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 69px 0;
}
@media screen and (max-width: 768px) {
  .topPageKv__left__title {
    margin: 0 0 26px 0;
  }
}
.topPageKv__left__title span {
  display: block;
}
.topPageKv__left__title .first {
  font-size: 59px;
}
@media screen and (max-width: 768px) {
  .topPageKv__left__title .first {
    font-size: 37px;
  }
}
.topPageKv__left__title .second {
  font-size: 80px;
  margin: 22px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageKv__left__title .second {
    font-size: 50px;
    margin: 12px 0 0 0;
  }
}
.topPageKv__left__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.133;
}
@media screen and (max-width: 768px) {
  .topPageKv__left__text {
    font-size: 14px;
  }
}
.topPageKv__left__text:last-of-type {
  margin: 32px 0 22px 0;
}
@media screen and (max-width: 768px) {
  .topPageKv__left__text:last-of-type {
    margin: 32px 0 24px 0;
  }
}
.topPageKv__left__text em {
  color: #3483ee;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.topPageKv__left .modBtn {
  width: 300px;
  height: 50px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topPageKv__left .modBtn {
    margin: 0 auto;
  }
}
.topPageKv__left .modBtn span {
  font-size: 14px;
}
.topPageKv__left .modBtn span::after {
  vertical-align: -0.25em;
}
@media screen and (max-width: 768px) {
  .topPageKv__left .modBtn span::after {
    vertical-align: -0.05em;
  }
}
.topPageKv__right {
  position: absolute;
  top: 0;
  right: 0;
}
.topPageKv__right {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .topPageKv__right {
    position: static;
  }
  .topPageKv__right img {
    max-width: auto;
    width: 100%;
  }
}

.topPageKvBottom {
  padding: 35px 0 2px 0;
  background-color: #edf6fe;
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.topPageKvBottom__inner {
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.topPageKvBottom .topPageSection__inner {
  max-width: none;
  width: 100%;
}
.topPageKvBottom .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.topPageKvBottom .swiper-slide {
  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;
  position: relative;
  width: 400px;
  height: auto;
  padding: 18px 15px 21px;
  margin: 0 0px 20px;
  border-bottom: 3px solid;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPageKvBottom .swiper-slide {
    width: 79.4%;
  }
}
.topPageKvBottom .swiper-slide::before, .topPageKvBottom .swiper-slide::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 24px 12px 24px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
.topPageKvBottom .swiper-slide::before {
  z-index: 2;
  bottom: -11px;
  left: 30%;
  border-color: transparent transparent #fff transparent;
}
.topPageKvBottom .swiper-slide::after {
  z-index: 1;
  bottom: -12px;
  left: calc(30% - 4px);
  border-color: transparent;
}
.topPageKvBottom .swiper-slide p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.813;
}
.topPageKvBottom .swiper-slide--orange {
  border-color: #ffa467;
}
.topPageKvBottom .swiper-slide--orange::after {
  border-color: transparent transparent #ffa467 transparent;
}
.topPageKvBottom .swiper-slide--green {
  border-color: #92e1b1;
}
.topPageKvBottom .swiper-slide--green::after {
  border-color: transparent transparent #92e1b1 transparent;
}
.topPageKvBottom .swiper-slide--yellow {
  border-color: #ffcf48;
}
.topPageKvBottom .swiper-slide--yellow::after {
  border-color: transparent transparent #ffcf48 transparent;
}
.topPageKvBottom .swiper-slide--blue {
  border-color: #69d6f4;
}
.topPageKvBottom .swiper-slide--blue::after {
  border-color: transparent transparent #69d6f4 transparent;
}
@media screen and (max-width: 768px) {
  .topPageKvBottom {
    height: 275px;
  }
}
.topPageKvBottom .topPageKvBottom__character {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0px;
  left: 0;
  margin: -8px 0 0 0;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform-origin: 0 bottom;
          transform-origin: 0 bottom;
  -webkit-animation: KvBottom-animation 1.5s ease-in-out infinite alternate;
          animation: KvBottom-animation 1.5s ease-in-out infinite alternate;
  z-index: 1;
}
.topPageKvBottom .topPageKvBottom__character img {
  width: 93px;
  height: 114px;
}
@media screen and (max-width: 768px) {
  .topPageKvBottom .topPageKvBottom__character {
    top: -8px;
    margin: 0;
  }
  .topPageKvBottom .topPageKvBottom__character img {
    width: 110px;
    height: 111px;
    margin: 0 0 0 30px;
  }
}
@-webkit-keyframes KvBottom-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes KvBottom-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.topPageCareer {
  min-width: 1000px;
  background-color: #3483ee;
  overflow: hidden;
  /* 前へ次への矢印カスタマイズ */
  /* ページネーションのサイズと色 */
}
@media screen and (max-width: 768px) {
  .topPageCareer {
    min-width: auto;
  }
}
.topPageCareer .topPageSection__inner {
  padding: 112px 0 120px 0;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topPageCareer .topPageSection__inner {
    padding: 78px 20px 79px;
  }
}
.topPageCareer .bgDecoration--top {
  top: -132px;
  left: 0;
  width: 572px;
  height: 700px;
  background: url("../img/index/bg_career01.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topPageCareer .bgDecoration--top {
    top: 0;
    left: 0;
    width: 219px;
    height: 245px;
    background: url("../img/index/sp/bg_career01.png");
    background-size: cover;
  }
}
.topPageCareer .bgDecoration--bottom {
  right: -114px;
  bottom: -200px;
  width: 685px;
  height: 699px;
  background: url("../img/index/bg_career02.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topPageCareer .bgDecoration--bottom {
    right: 0;
    bottom: 0;
    width: 291px;
    height: 243px;
    background: url("../img/index/sp/bg_career02.png");
    background-size: cover;
  }
}
.topPageCareer .topContentsHeading {
  color: #fff;
}
.topPageCareer .swiper {
  position: relative;
  top: -60px;
  padding: 60px 0 21px 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper {
    position: static;
    height: 100%;
    padding: 0;
    margin: 21px auto 0;
  }
}
.topPageCareer .contentsWidth {
  width: 1000px;
  height: 0;
  margin: 0 auto;
}
.topPageCareer .swiper-button-prev {
  display: inline-block;
  position: relative;
  top: -35px;
  left: 841px;
}
.topPageCareer .swiper-button-next {
  display: inline-block;
  position: relative;
  top: -35px;
  left: 913px;
}
.topPageCareer .swiper-button-prev:after,
.topPageCareer .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 57px;
  height: 57px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
}
.topPageCareer .swiper-button-prev:after {
  margin: 0 0 0 30px;
  background-image: url("../img/index/icon_swiperBtnPrev.png");
}
.topPageCareer .swiper-button-prev:hover::after {
  background-image: url("../img/index/icon_swiperBtnPrevWhite.png");
}
.topPageCareer .swiper-button-next:after {
  margin: 0 30px 0 0;
  background-image: url("../img/index/icon_swiperBtnNext.png");
}
.topPageCareer .swiper-button-next:hover::after {
  background-image: url("../img/index/icon_swiperBtnNextWhite.png");
}
.topPageCareer .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 34px;
    margin-top: 0;
  }
}
.topPageCareer .swiper-slide {
  width: 480px;
  display: block;
  padding: 0 0 28px 0;
  -webkit-transform: translate(-260px, 0);
          transform: translate(-260px, 0);
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-slide {
    width: 100%;
    padding: 0 0 45px 0;
    -webkit-transform: none;
            transform: none;
  }
}
.topPageCareer .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.topPageCareer .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.topPageCareer .swiper-pagination-bullet {
  background-color: #fff;
  height: 10px;
  width: 10px;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-pagination-bullet {
    display: none;
  }
}
.topPageCareer .swiper-slide-img img {
  border-radius: 15px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-slide-img img {
    width: 100%;
    height: auto;
  }
}
.topPageCareer .swiper-slide-description {
  display: block;
  position: relative;
  top: -28px;
  width: 440px;
  padding: 20px 25px 20px;
  margin: 0 auto -28px;
  border: 2px solid transparent;
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  background-color: #fff;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-slide-description {
    position: relative;
    top: -45px;
    width: 95%;
    height: auto;
    padding: 21px 20px 22px;
    margin: 0 auto -90px;
    border: none;
  }
}
.topPageCareer .swiper-slide-description:hover {
  position: relative;
  top: -20px;
  border: 2px solid #ecf5fe;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-slide-description:hover {
    top: -45px;
    border: none;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
            box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
    -webkit-transition: none;
    transition: none;
  }
}
.topPageCareer .swiper-slide-description:hover .title {
  color: #3483ee;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-slide-description:hover .title {
    color: #333;
  }
}
.topPageCareer .swiper-slide-description .title {
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-slide-description .title {
    font-size: 19px;
  }
}
.topPageCareer .swiper-slide-description .title .name {
  display: block;
  font-size: 13px;
  margin: 0 0 1px 0;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-slide-description .title .name {
    font-size: 14px;
    margin: 0 0 7px 0;
  }
}
.topPageCareer .swiper-slide-description .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9da6ab;
  font-size: 12px;
  line-height: 1.2;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageCareer .swiper-slide-description .tag {
    margin: 12px 0 0 0;
  }
}
.topPageCareer .swiper-slide-description .tag__item {
  padding: 0 10px;
}
.topPageCareer .swiper-slide-description .tag__item:first-child {
  padding: 0 10px 0 0;
}
.topPageCareer .swiper-slide-description .tag__item:not(:last-child) {
  border-right: 1px solid #9da6ab;
}
.topPageCareer .modBtn {
  margin: -35px auto 0;
}
@media screen and (max-width: 768px) {
  .topPageCareer .modBtn {
    height: 55px;
    margin: 30px auto 0;
  }
}

.topPageAbout {
  background-color: #edf6fe;
  overflow: hidden;
}
.topPageAbout .bgDecoration--top {
  top: -20px;
  left: 0;
  width: 542px;
  height: 610px;
  background: url("../img/index/bg_about01.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topPageAbout .bgDecoration--top {
    top: 0px;
    left: 0;
    width: 235px;
    height: 237px;
    background: url("../img/index/sp/bg_about01.png");
    background-size: cover;
  }
}
.topPageAbout .bgDecoration--bottom {
  right: -72px;
  bottom: -145px;
  width: 588px;
  height: 610px;
  background: url("../img/index/bg_about02.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topPageAbout .bgDecoration--bottom {
    right: -50px;
    bottom: -24px;
    width: 235px;
    height: 237px;
    background: url("../img/index/sp/bg_about02.png");
    background-size: cover;
  }
}
.topPageAbout .topPageSection__contents {
  padding: 132px 0 119px;
}
@media screen and (max-width: 768px) {
  .topPageAbout .topPageSection__contents {
    padding: 79px 20px 106px;
  }
}
.topPageAbout__know {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know {
    margin: 14px 0 0 0;
  }
}
.topPageAbout__list {
  display: -ms-grid;
  display: grid;
  gap: 61px 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 128px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__list {
    gap: 40px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 85px 0 0 0;
  }
}
.topPageAbout__list__item a {
  display: block;
  height: 100%;
}
.topPageAbout__list__item .img img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__list__item .img img {
    max-width: auto;
    width: 100%;
  }
}
.topPageAbout__list__item .description {
  display: block;
  position: relative;
  top: -24px;
  width: 440px;
  padding: 21px 19px 29px;
  margin: 0 auto -24px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .topPageAbout__list__item .description {
    top: -47px;
    width: 95%;
    padding: 20px 19px 21px;
    margin: 0 auto -47px;
    border: none;
  }
}
.topPageAbout__list__item .description:hover {
  position: relative;
  top: -16px;
  border: 2px solid #ecf5fe;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .topPageAbout__list__item .description:hover {
    top: -47px;
    border: none;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
            box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
    -webkit-transition: none;
    transition: none;
  }
}
.topPageAbout__list__item .description:hover .description__title {
  color: #3483ee;
}
@media screen and (max-width: 768px) {
  .topPageAbout__list__item .description:hover .description__title {
    color: #333;
  }
}
.topPageAbout__list__item .description__title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .topPageAbout__list__item .description__title {
    font-size: 19px;
  }
}
.topPageAbout__list__item .description__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  right: 12px;
  width: 36px;
  height: 36px;
  background-image: url("../img/common/icon_arrowblue_round.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.35em;
}
@media screen and (max-width: 768px) {
  .topPageAbout__list__item .description__title::after {
    top: -1px;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/common/sp/icon_arrowblue_round.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.topPageAbout__list__item .description__text {
  font-size: 15px;
  line-height: 1.667;
  margin: 16px 0 0 0;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .topPageAbout__list__item .description__text {
    font-size: 14px;
    margin: 14px 0 0 0;
  }
}

.topPageRecruit {
  background-color: #fff;
  overflow: hidden;
}
.topPageRecruit .bgDecoration--top {
  top: 36px;
  left: 0;
  width: 469px;
  height: 474px;
  background: url("../img/index/bg_recruit01.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topPageRecruit .bgDecoration--top {
    top: 48px;
    left: 0;
    width: 235px;
    height: 238px;
    background: url("../img/index/sp/bg_recruit01.png");
    background-size: cover;
  }
}
.topPageRecruit .bgDecoration--bottom {
  right: 28px;
  bottom: 0;
  width: 442px;
  height: 295px;
  background: url("../img/index/bg_recruit02.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .topPageRecruit .bgDecoration--bottom {
    display: none;
  }
}
.topPageRecruit .topPageSection__contents {
  padding: 129px 0 116px;
}
@media screen and (max-width: 768px) {
  .topPageRecruit .topPageSection__contents {
    padding: 101px 20px 99px;
  }
}
.topPageRecruit__flow__contents {
  padding: 30px 0 35px 0;
  margin: 33px 0 40px 0;
  border-radius: 30px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  background-color: #fff;
  /*タブ実装*/
  /*タブ実装*/
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents {
    height: auto;
    padding: 21px 20px 40px;
    margin: 18px 0 35px 0;
    border-radius: 15px;
  }
}
.topPageRecruit__flow__contents .tabBox__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 342px;
  padding: 3px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #eff0f1;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__btnArea {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.topPageRecruit__flow__contents .tabBox__btnArea__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 167px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 700;
  color: #9da6ab;
  border-radius: 100px;
  -webkit-transition: background-image 0.6s ease-out;
  transition: background-image 0.6s ease-out;
  cursor: pointer;
}
.topPageRecruit__flow__contents .tabBox__btnArea__item.active {
  color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 89, 189, 0.26);
          box-shadow: 0 3px 10px rgba(0, 89, 189, 0.26);
  background-image: linear-gradient(127deg, #3483ee 0%, #36b1f8 100%);
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__btnArea__item {
    font-size: 14px;
    width: 50%;
    padding: 7px 0 8px;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea {
    padding: 0;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list {
  display: none;
  opacity: 0;
}
.topPageRecruit__flow__contents .tabBox__panelArea__list.active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .caption {
  display: block;
  color: #333;
  font-size: 12px;
  text-align: right;
  margin: 35px 45px 0 0;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .caption {
    font-size: 13px;
    margin: 40px 5px 0 0;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 0 47px;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  width: auto;
  font-weight: bold;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    padding: 0 0 25px 0;
    font-size: 17px;
    text-align: left;
  }
  .topPageRecruit__flow__contents .tabBox__panelArea__list .item:last-child {
    padding: 0;
  }
  .topPageRecruit__flow__contents .tabBox__panelArea__list .item--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0 25px 0;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -50%;
  width: 100%;
  height: 4px;
  background-color: #ddd;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .item::before {
    content: none;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .item:first-child:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 9px;
    width: 3px;
    height: 100%;
    border-left: 3px solid #ddd;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .item:last-child::after {
  content: none;
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px auto 5px;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 17px 0px -15px;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--blue {
  background-color: #3483ee;
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--yellow {
  background-color: #fbbd00;
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--hand {
  background-image: url("../img/common/icon_jobOffer.svg");
  background-size: 45px 30px;
  background-repeat: no-repeat;
  background-position: center 57%;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .icon--hand {
    background-size: 40px 26px;
    background-position: center 57.5%;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--person {
  background-image: url("../img/common/icon_interview.svg");
  background-size: 23px 29px;
  background-repeat: no-repeat;
  background-position: center 54%;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .icon--person {
    background-position: center center;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--person::before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 18px;
  margin: 0 0 0 0;
  position: absolute;
  top: -20px;
  left: 0;
  background-image: url("../img/common/icon_interviewText.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .icon--person::before {
    top: 2px;
    left: -32px;
    width: 29px;
    height: 49px;
    background-image: url("../img/common/sp/icon_interviewText.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--task {
  background-image: url("../img/common/icon_task--blue.svg");
  background-size: 32px 27px;
  background-repeat: no-repeat;
  background-position: center 54%;
  border: 2px solid #3483ee;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .icon--task {
    background-image: url("../img/common/icon_task--blue.svg");
    background-size: 30px 25px;
    background-repeat: no-repeat;
    background-position: 55% 50%;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--task::before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 18px;
  margin: 0 0 0 0;
  position: absolute;
  top: -21px;
  left: -2px;
  background-image: url("../img/common/icon_taskText.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .icon--task::before {
    top: 2px;
    left: -32px;
    width: 29px;
    height: 49px;
    background-image: url("../img/common/sp/icon_taskText.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--web {
  background-image: url("../img/common/icon_webInterview.svg");
  background-size: 33px 29px;
  background-repeat: no-repeat;
  background-position: center 48%;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .icon--web {
    background-image: url("../img/common/icon_webInterview.svg");
    background-size: 31px 27px;
    background-repeat: no-repeat;
    background-position: center 48%;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .icon--web::before {
  content: "";
  display: inline-block;
  width: 59px;
  height: 18px;
  margin: 0 0 0 0;
  position: absolute;
  top: -20px;
  left: 0;
  background-image: url("../img/common/icon_interviewText.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .icon--web::before {
    top: 2px;
    left: -32px;
    width: 29px;
    height: 49px;
    background-image: url("../img/common/sp/icon_interviewText.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .circle {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto 25px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__flow__contents .tabBox__panelArea__list .circle {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 3px 28px 0 0;
  }
}
.topPageRecruit__flow__contents .tabBox__panelArea__list .circle--yellow {
  border-color: #fbbd00;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.topPageRecruit__information {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information {
    margin: 96px 0 0 0;
  }
}
.topPageRecruit__information__headImg {
  margin: 0 0 56px 0;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__headImg {
    margin: 0 0 40px 0;
  }
}
.topPageRecruit__information__headImg img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__headImg img {
    max-width: auto;
    width: 100%;
    border-radius: 15px;
  }
}
.topPageRecruit__information__contents {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 33px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__contents {
    gap: 20px 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 20px 0 0 0;
  }
}
.topPageRecruit__information__contents .item {
  position: relative;
  top: 0;
  padding: 21px 19px 25px;
  border: 2px solid transparent;
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  background-color: #fff;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__contents .item {
    padding: 20px 19px 21px;
    border: none;
  }
}
.topPageRecruit__information__contents .item:hover {
  position: relative;
  top: 8px;
  border: 2px solid #ecf5fe;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__contents .item:hover {
    top: 0px;
    border: none;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
            box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
    -webkit-transition: none;
    transition: none;
  }
}
.topPageRecruit__information__contents .item:hover .item__title {
  color: #3483ee;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__contents .item:hover .item__title {
    color: #333;
  }
}
.topPageRecruit__information__contents .item__title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__contents .item__title {
    font-size: 19px;
  }
}
.topPageRecruit__information__contents .item__title::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 5px;
  background-image: url("../img/common/icon_arrowblue_round.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.35em;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__contents .item__title::after {
    right: 0;
    width: 29px;
    height: 29px;
    background-image: url("../img/common/sp/icon_arrowblue_round.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.topPageRecruit__information__contents .item__description {
  font-size: 15px;
  line-height: 1.933;
  margin: 12px 0 0 0;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .topPageRecruit__information__contents .item__description {
    font-size: 14px;
    line-height: 1.714;
    margin: 13px 0 0 0;
  }
}

.topPageAbout__know__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    margin: 0 0 35px 0;
  }
}
.topPageAbout__know__inner .item {
  height: 210px;
  border-radius: 15px;
}
.topPageAbout__know__inner .item__description {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__description {
    text-align: center;
  }
}
.topPageAbout__know__inner .item__description__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__description__title {
    font-size: 14px;
    margin: 0 0 1px 0;
  }
}
.topPageAbout__know__inner .item__description__text, .topPageAbout__know__inner .item__description__caption {
  color: #3483ee;
}
.topPageAbout__know__inner .item__description__caption {
  font-size: 14px;
}
.topPageAbout__know__inner .item__description__caption .number {
  font-size: 22px;
  font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__description__caption .number {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__description__caption {
    display: block;
    font-size: 11px;
    margin: 2px 0 0 0;
  }
  .topPageAbout__know__inner .item__description__caption--number {
    margin: -1px 0 0 0;
  }
}
.topPageAbout__know__inner .item--md {
  width: 326px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md {
    width: calc(50% - 2.5px);
    height: auto;
    display: block;
    padding: 16px 0 15px 0;
  }
}
.topPageAbout__know__inner .item--md .item__description__text {
  position: relative;
}
.topPageAbout__know__inner .item--md .item__description__text .letter,
.topPageAbout__know__inner .item--md .item__description__text .mark {
  margin: 0 0 0 6px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description__text .letter,
.topPageAbout__know__inner .item--md .item__description__text .mark {
    margin: 0 0 0 4px;
  }
}
.topPageAbout__know__inner .item--md .item__description__text .letter {
  font-size: 24px;
  position: absolute;
  right: 8px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description__text .letter {
    position: relative;
    font-size: 17px;
    right: 0;
    bottom: 0;
  }
}
.topPageAbout__know__inner .item--md .item__description__text .mark {
  position: absolute;
  right: 8px;
  bottom: 0;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description__text .mark {
    position: relative;
    font-size: 18px;
  }
}
.topPageAbout__know__inner .item--md .item__description__text .count {
  font-size: 84px;
  line-height: 1;
  font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description__text .count {
    font-size: 60px;
  }
}
.topPageAbout__know__inner .item--md .item__description--01 {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--01 {
    width: auto;
  }
}
.topPageAbout__know__inner .item--md .item__description--01 .count {
  display: inline-block;
  width: 99px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--01 .count {
    width: auto;
  }
}
.topPageAbout__know__inner .item--md .item__description--02 {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--02 {
    width: auto;
    margin-left: 0;
  }
}
.topPageAbout__know__inner .item--md .item__description--02 .letter {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--02 .letter {
    right: 0;
  }
}
.topPageAbout__know__inner .item--md .item__description--02 .count {
  display: inline-block;
  width: 95px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--02 .count {
    width: auto;
  }
}
.topPageAbout__know__inner .item--md .item__description--03 {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--03 {
    width: auto;
  }
}
.topPageAbout__know__inner .item--md .item__description--03 .mark {
  right: 17px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--03 .mark {
    right: 0;
  }
}
.topPageAbout__know__inner .item--md .item__description--03 .count {
  display: inline-block;
  width: 95px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--03 .count {
    width: auto;
  }
}
.topPageAbout__know__inner .item--md .item__description--04 {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--04 {
    width: auto;
  }
}
.topPageAbout__know__inner .item--md .item__description--04 .mark {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--04 .mark {
    right: 0;
  }
}
.topPageAbout__know__inner .item--md .item__description--04 .count {
  display: inline-block;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--md .item__description--04 .count {
    width: auto;
  }
}
.topPageAbout__know__inner .item--lg {
  width: 663px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg {
    width: 100%;
    height: 195px;
    text-align: center;
    display: block;
    padding: 17px 0 15px 0;
  }
}
.topPageAbout__know__inner .item--lg .item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.topPageAbout__know__inner .item--lg .item__description {
  margin: -20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description {
    margin: 2px 0 0 11px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap {
  color: #3483ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap {
    display: inline-block;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list {
    text-align: left;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 {
    row-gap: 3px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__age {
  position: relative;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__age {
    padding: 0 35px 0 0;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__age .number {
  font-size: 44px;
  font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__age .number {
    font-size: 26px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__age .letter {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__age .letter {
    font-size: 13px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__age::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 82px;
  width: 40px;
  height: 2px;
  background-color: #3483ee;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__age::after {
    width: 32px;
    top: 11px;
    left: 49px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__date .number {
  display: inline-block;
  font-size: 53px;
  font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  width: 65px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__date .number {
    font-size: 32px;
    width: auto;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__date .mark {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--01 .list__text__date .mark {
    font-size: 14px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2px;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 {
    margin: 8px 0 0 0;
    row-gap: 3px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text {
  position: relative;
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text__age .number {
  font-size: 26px;
  font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text__age .number {
    font-size: 20px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text__age .letter {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text__age .letter {
    font-size: 11px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text__date .number {
  display: inline-block;
  font-size: 32px;
  font-family: "Barlow", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  width: 30px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text__date .number {
    font-size: 24px;
    width: auto;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text__date .mark {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text__date .mark {
    font-size: 12px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text--01 .list__text__age {
  padding: 0 38px 0 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text--01 .list__text__age {
    padding: 0 36px 0 0;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text--01 .list__text__age::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 51px;
  width: 36px;
  height: 2px;
  background-color: #3483ee;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text--01 .list__text__age::after {
    width: 33px;
    top: 14px;
    left: 43px;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text--02 .list__text__age {
  padding: 0 16.5px 0 0;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text--02 .list__text__age {
    padding: 0 15px 0 0;
  }
}
.topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text--02 .list__text__age::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 74px;
  width: 13px;
  height: 2px;
  background-color: #3483ee;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item--lg .item__description__textWrap .list--02 .list__text--02 .list__text__age::after {
    width: 12px;
    top: 15px;
    left: 63px;
  }
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img img {
    margin: 0 auto;
  }
}
.topPageAbout__know__inner .item__img--01 {
  position: relative;
  width: 135px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img--01 {
    margin: 10px 0 0;
    width: 100%;
    height: auto;
  }
}
.topPageAbout__know__inner .item__img--01 .graph {
  display: block;
  width: 135px;
  max-height: 0;
  -webkit-transition: 1s max-height 0.2s ease-in-out;
  transition: 1s max-height 0.2s ease-in-out;
}
.topPageAbout__know__inner .item__img--01 .graph.is-act {
  max-height: 135px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img--01 .graph {
    margin: 10px auto 0;
    width: 100px;
    height: 40px;
  }
  .topPageAbout__know__inner .item__img--01 .graph.is-act {
    max-height: 50px;
  }
}
.topPageAbout__know__inner .item__img--01 .arrow {
  position: absolute;
  top: 50px;
  left: 0;
  max-width: 0;
  -webkit-transform: scale(0.9) translateY(50px);
          transform: scale(0.9) translateY(50px);
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img--01 .arrow {
    top: 0;
    left: calc(50% - 50px);
    -webkit-transform: scale(0.9) translateY(10px);
            transform: scale(0.9) translateY(10px);
  }
}
.topPageAbout__know__inner .item__img--01 .arrow.is-act {
  max-width: 120px;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-transition: 0.6s max-width 0.4s ease-in-out, 0.4s -webkit-transform 0.6s ease-out;
  transition: 0.6s max-width 0.4s ease-in-out, 0.4s -webkit-transform 0.6s ease-out;
  transition: 0.6s max-width 0.4s ease-in-out, 0.4s transform 0.6s ease-out;
  transition: 0.6s max-width 0.4s ease-in-out, 0.4s transform 0.6s ease-out, 0.4s -webkit-transform 0.6s ease-out;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img--01 .arrow.is-act {
    max-width: 90px;
  }
}
.topPageAbout__know__inner .item__img--02 {
  margin: -8px 28px 0px 12px;
  width: 94px;
}
.topPageAbout__know__inner .item__img--02 img {
  width: 94px;
  height: 107px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img--02 {
    margin: 13px auto 0;
    width: 81px;
  }
  .topPageAbout__know__inner .item__img--02 img {
    width: 81px;
    height: 57px;
  }
}
.topPageAbout__know__inner .item__img--03 {
  margin: 0 28px 0 0;
  width: 126px;
}
.topPageAbout__know__inner .item__img--03 img {
  width: 126px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img--03 {
    margin: 11px auto 0;
    width: 99px;
  }
  .topPageAbout__know__inner .item__img--03 img {
    width: 99px;
    height: 45px;
  }
}
.topPageAbout__know__inner .item__img--04 {
  margin: 30px 17px 0 0;
  width: 141px;
}
.topPageAbout__know__inner .item__img--04 img {
  width: 141px;
  height: 73px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img--04 {
    margin: 12px auto 0;
    width: 124px;
  }
  .topPageAbout__know__inner .item__img--04 img {
    width: 124px;
    height: 63px;
  }
}
.topPageAbout__know__inner .item__img--05 {
  margin: 0 0 0 15px;
}
.topPageAbout__know__inner .item__img--05 canvas {
  height: 175px;
  width: 175px;
}
@media screen and (max-width: 768px) {
  .topPageAbout__know__inner .item__img--05 {
    margin: 20px 0 0px 18px;
  }
  .topPageAbout__know__inner .item__img--05 canvas {
    width: 119px;
    height: 119px;
  }
}

.jsFadeup {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;
  transition: opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;
  transition: transform 0.7s 0.4s ease, opacity 0.7s 0.4s ease;
  transition: transform 0.7s 0.4s ease, opacity 0.7s 0.4s ease, -webkit-transform 0.7s 0.4s ease;
}
.jsFadeup.is-act {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#page-entry .modPageSection--form {
  margin: 50px auto 140px;
}
@media screen and (max-width: 768px) {
  #page-entry .modPageSection--form {
    margin: 30px auto 100px;
  }
}
#page-entry .modCheckAgree {
  margin: 35px 0 0;
}
#page-entry .modForm .modTable td {
  padding: 30px 0 30px 20px;
}
@media screen and (max-width: 768px) {
  #page-entry .modForm .modTable td {
    padding: 15px 20px 25px 20px;
  }
}
#page-entry .modForm__lead {
  margin: 0 0 10px 0;
}

#page-careerstory-under p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under p {
    font-size: 14px;
    line-height: 1.786;
  }
}
#page-careerstory-under .careerContentsHeading {
  margin: 0 0 20px 0;
}
#page-careerstory-under .careerContentsHeading__caption {
  color: #3483ee;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerContentsHeading__caption {
    font-size: 14px;
  }
}
#page-careerstory-under .careerContentsHeading h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 2px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerContentsHeading h3 {
    font-size: 25px;
  }
}
#page-careerstory-under main {
  background-image: url("../img/careerstory/story/bg_top.png");
  background-repeat: no-repeat;
  background-position: top 108px left 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under main {
    background-image: url("../img/careerstory/story/sp/bg_top.png");
    background-size: 128px 214px;
    background-repeat: no-repeat;
    background-position: top -13px left 0;
  }
}
#page-careerstory-under .careerStoryPageSection {
  position: relative;
  min-width: 1000px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection {
    min-width: auto;
  }
}
#page-careerstory-under .careerStoryPageSection__inner {
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
#page-careerstory-under .careerStoryPageSection__contents {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection__contents {
    padding: 0 20px;
    width: 100%;
  }
}
#page-careerstory-under .careerStoryPageSection--mainHeader {
  margin: 0 0 102px 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--mainHeader {
    margin: 0 0 60px 0;
  }
}
#page-careerstory-under .mainHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1220px;
  padding: 20px 0 0 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .mainHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 15px 20px 0;
  }
}
#page-careerstory-under .mainHeader__description__title {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .mainHeader__description__title {
    margin: 18px 0 0 0;
  }
}
#page-careerstory-under .mainHeader__description__title .caption {
  font-size: 16px;
  font-weight: 700;
  color: #3483ee;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .mainHeader__description__title .caption {
    font-size: 12px;
  }
}
#page-careerstory-under .mainHeader__description__title h1 {
  font-size: 47px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .mainHeader__description__title h1 {
    font-size: 30px;
  }
}
#page-careerstory-under .mainHeader__description__date {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .mainHeader__description__date {
    margin: 18px 0 0 0;
  }
}
#page-careerstory-under .mainHeader__description__date .name {
  font-size: 20px;
}
#page-careerstory-under .mainHeader__description__date .information__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .mainHeader__description__date .information__wrap {
    font-size: 14px;
  }
}
#page-careerstory-under .mainHeader__description__date .information__item {
  padding: 0 20px;
}
#page-careerstory-under .mainHeader__description__date .information__item:first-child {
  padding: 0 20px 0 0;
}
#page-careerstory-under .mainHeader__description__date .information__item:not(:last-child) {
  border-right: 1px solid #333;
}
#page-careerstory-under .mainHeader__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px 0 50px;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .mainHeader__img {
    margin: 0;
  }
}
#page-careerstory-under .mainHeader__img img {
  border-radius: 15px;
}
#page-careerstory-under .careerStoryPageSection--careerStep {
  margin: 0 0 124px 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--careerStep {
    margin: 0 0 63px 0;
  }
}
#page-careerstory-under .careerStoryPageSection--careerStep .careerStoryPageSection__contents {
  padding: 36px 40px 51px;
  border-radius: 15px;
  background-color: #3483ee;
}
#page-careerstory-under .careerStoryPageSection--careerStep .careerStoryPageSection__contents .bgDecoration--top {
  top: 2px;
  left: 0;
  width: 582px;
  height: 590px;
  background: url("../img/careerstory/story/bg_careerStep.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--careerStep .careerStoryPageSection__contents .bgDecoration--top {
    top: 0;
    left: 0;
    width: 291px;
    height: 295px;
    background: url("../img/careerstory/story/sp/bg_careerStep.png");
    background-size: cover;
  }
}
#page-careerstory-under .careerStoryPageSection--careerStep .careerStoryPageSection__contents__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--careerStep .careerStoryPageSection__contents {
    padding: 56px 20px 60px;
    border-radius: 0px;
  }
}
#page-careerstory-under .careerStoryPageSection--careerStep .careerStoryPageSection__contents .topContentsHeading {
  color: #fff;
}
#page-careerstory-under .careerStoryPageSection--careerStep .careerStoryPageSection__contents .topContentsHeading h2 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--careerStep .careerStoryPageSection__contents .topContentsHeading h2 {
    font-size: 25px;
  }
}
#page-careerstory-under .modListHistory {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory {
    margin: 30px 0 0 0;
  }
}
#page-careerstory-under .modListHistory__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#page-careerstory-under .modListHistory__item:not(:last-child) {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item:not(:last-child) {
    padding-bottom: 35px;
  }
}
#page-careerstory-under .modListHistory__item:has(.text):not(:last-child) {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item:has(.text):not(:last-child) {
    padding-bottom: 24px;
  }
}
#page-careerstory-under .modListHistory__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 33px;
  width: 3px;
  height: 100%;
  border-left: 3px dotted #fff;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item::after {
    left: 30px;
  }
}
#page-careerstory-under .modListHistory__item__year {
  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;
  position: relative;
  width: 73px;
  height: 73px;
  color: #3483ee;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
}
#page-careerstory-under .modListHistory__item__year--yellow {
  border-bottom: 4px solid #ffcf48;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__year--yellow {
    border-bottom: 3px solid #ffcf48;
  }
}
#page-careerstory-under .modListHistory__item__year--skyblue {
  border-bottom: 4px solid #78d5ee;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__year--skyblue {
    border-bottom: 3px solid #78d5ee;
  }
}
#page-careerstory-under .modListHistory__item__year--green {
  border-bottom: 4px solid #8bdfbd;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__year--green {
    border-bottom: 3px solid #8bdfbd;
  }
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__year {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    width: 60px;
    height: 60px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
#page-careerstory-under .modListHistory__item__year .small {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__year .small {
    font-size: 11px;
  }
}
#page-careerstory-under .modListHistory__item__content {
  position: relative;
  width: calc(100% - 70px);
  padding: 19px 19px 19px 26px;
  margin: 10px 0 0 32px;
  border-radius: 10px;
  background-color: #fff;
}
#page-careerstory-under .modListHistory__item__content::before, #page-careerstory-under .modListHistory__item__content::after {
  content: "";
  position: absolute;
  border-style: solid;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#page-careerstory-under .modListHistory__item__content::before {
  top: 8px;
  left: -18px;
  border-width: 0px 8px 22px 8px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__content::before {
    top: 17px;
    left: -11px;
    border-width: 0px 6px 11px 6px;
  }
}
#page-careerstory-under .modListHistory__item__content::after {
  top: 12px;
  left: -18px;
  border-width: 0px 8px 22px 8px;
  border-color: transparent transparent #333 transparent;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__content::after {
    top: 20px;
    left: -11px;
    border-width: 0px 6px 11px 6px;
  }
}
#page-careerstory-under .modListHistory__item__content--yellow {
  border-bottom: 4px solid #ffcf48;
}
#page-careerstory-under .modListHistory__item__content--yellow::after {
  border-color: transparent transparent #ffcf48 transparent;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__content--yellow {
    border-bottom: 3px solid #ffcf48;
  }
}
#page-careerstory-under .modListHistory__item__content--skyblue {
  border-bottom: 4px solid #78d5ee;
}
#page-careerstory-under .modListHistory__item__content--skyblue::after {
  border-color: transparent transparent #78d5ee transparent;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__content--skyblue {
    border-bottom: 3px solid #78d5ee;
  }
}
#page-careerstory-under .modListHistory__item__content--green {
  border-bottom: 4px solid #8bdfbd;
}
#page-careerstory-under .modListHistory__item__content--green::after {
  border-color: transparent transparent #8bdfbd transparent;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__content--green {
    border-bottom: 3px solid #8bdfbd;
  }
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item__content {
    width: calc(100% - 60px);
    padding: 15px 17px 17px 17px;
    margin: 0 0 0 16px;
  }
}
#page-careerstory-under .modListHistory__item .head {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item .head {
    font-size: 17px;
    line-height: 1.7;
  }
}
#page-careerstory-under .modListHistory__item .text {
  color: #333;
  font-size: 15px;
  line-height: 2;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .modListHistory__item .text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 3px;
  }
}
#page-careerstory-under .careerStoryPageSection--story-02 {
  margin: 106px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--story-02 {
    margin: 60px 0 0 0;
  }
}
#page-careerstory-under .careerStoryPageSection--story-02 .careerStoryPageSection__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 51px;
  width: 1220px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--story-02 .careerStoryPageSection__contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#page-careerstory-under .careerStoryPageSection--story-02 .careerStoryPageSection__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--story-02 .careerStoryPageSection__img {
    display: block;
    margin: 30px 20px 0 0;
  }
}
#page-careerstory-under .careerStoryPageSection--story-02 .careerStoryPageSection__img img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#page-careerstory-under .careerStoryPageSection--story-03 {
  margin: 110px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--story-03 {
    margin: 60px 0 0 0;
  }
}
#page-careerstory-under .careerStoryPageSection--story-03 .careerStoryPageSection__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 51px;
  width: 1220px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--story-03 .careerStoryPageSection__contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-careerstory-under .careerStoryPageSection--story-03 .careerStoryPageSection__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 6px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--story-03 .careerStoryPageSection__img {
    display: block;
    margin: 30px 0 0 20px;
  }
}
#page-careerstory-under .careerStoryPageSection--story-03 .careerStoryPageSection__img img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#page-careerstory-under .careerStoryPageSection--everyone {
  background-color: #edf6fe;
  padding: 74px 0 76px 0;
  margin: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--everyone {
    padding: 54px 0 61px 0;
    margin: 71px 0 100px 0;
  }
}
#page-careerstory-under .careerStoryPageSection--everyone .careerStoryPageSection__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 51px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #page-careerstory-under .careerStoryPageSection--everyone .careerStoryPageSection__contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 18px;
  }
}
#page-careerstory-under .careerStoryPageSection--everyone .careerStoryPageSection__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 6px 0 0 0;
}
#page-careerstory-under .careerStoryPageSection--everyone .careerStoryPageSection__img img {
  border-radius: 15px;
}

.modCareerStorySlider {
  position: relative;
  min-width: 1000px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  /* 前へ次への矢印カスタマイズ */
  /* ページネーションのサイズと色 */
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider {
    min-width: auto;
  }
}
.modCareerStorySlider__inner {
  position: relative;
  max-width: none;
  width: 100%;
  height: 100%;
  padding: 134px 0 44px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider__inner {
    padding: 0px 0px 25px;
  }
}
.modCareerStorySlider__contents {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider__contents {
    width: 100%;
    padding: 0 20px;
  }
}
.modCareerStorySlider .bgDecoration--bottom {
  right: 26px;
  bottom: 0px;
  width: 442px;
  height: 295px;
  background: url("../img/careerstory/story/bg_CareerStorySlider.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .bgDecoration--bottom {
    background: none;
  }
}
.modCareerStorySlider .topContentsHeading {
  color: #333;
}
.modCareerStorySlider .topContentsHeading h2 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .topContentsHeading h2 {
    font-size: 25px;
  }
}
.modCareerStorySlider .swiper {
  position: relative;
  top: -60px;
  padding: 60px 0 21px 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper {
    width: 100%;
  }
}
.modCareerStorySlider .contentsWidth {
  width: 1000px;
  height: 0;
  margin: 0 auto;
}
.modCareerStorySlider .swiper-button-prev {
  display: inline-block;
  position: relative;
  top: -13px;
  left: 858px;
}
.modCareerStorySlider .swiper-button-next {
  display: inline-block;
  position: relative;
  top: -13px;
  left: 918px;
}
.modCareerStorySlider .swiper-button-prev:after,
.modCareerStorySlider .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: background-image 0.3s ease-out;
  transition: background-image 0.3s ease-out;
}
.modCareerStorySlider .swiper-button-prev:after {
  margin: 0 0 0 30px;
  background-image: url("../img/careerstory/story/icon_swiperBtnPrev.png");
}
.modCareerStorySlider .swiper-button-next:after {
  margin: 0 30px 0 0;
  background-image: url("../img/careerstory/story/icon_swiperBtnNext.png");
}
.modCareerStorySlider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  margin-top: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-wrapper {
    margin-top: 31px;
  }
}
.modCareerStorySlider .swiper-slide {
  width: 385px;
  display: block;
  padding: 0 0 28px 0;
  -webkit-transform: translate(-308px, 0);
          transform: translate(-308px, 0);
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-slide {
    width: 84%;
    padding: 0 0 16px 0;
    -webkit-transform: none;
            transform: none;
  }
  .modCareerStorySlider .swiper-slide a {
    display: block;
    margin-bottom: -45px;
  }
}
.modCareerStorySlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.modCareerStorySlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.modCareerStorySlider .swiper-pagination-bullet {
  background-color: #3483ee;
  height: 10px;
  width: 10px;
}
.modCareerStorySlider .swiper-slide-img img {
  border-radius: 15px;
  height: 241px;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-slide-img img {
    width: 100%;
    height: auto;
  }
}
.modCareerStorySlider .swiper-slide-description {
  display: block;
  position: relative;
  top: -23px;
  width: 353px;
  padding: 17px 18px 18px;
  margin: 0 auto -28px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-slide-description {
    position: relative;
    top: -43px;
    width: 92%;
    padding: 21px 24px 24px;
    margin: 0 auto 0px;
    border: none;
  }
}
.modCareerStorySlider .swiper-slide-description:hover {
  position: relative;
  top: -15px;
  border: 2px solid #ecf5fe;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-slide-description:hover {
    top: -43px;
    border: none;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
            box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
    -webkit-transition: none;
    transition: none;
  }
}
.modCareerStorySlider .swiper-slide-description:hover .title {
  color: #3483ee;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-slide-description:hover .title {
    color: #333;
  }
}
.modCareerStorySlider .swiper-slide-description .title {
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-slide-description .title {
    font-size: 19px;
  }
}
.modCareerStorySlider .swiper-slide-description .title .name {
  display: block;
  font-size: 13px;
  margin: 0 0 1px 0;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-slide-description .title .name {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
}
.modCareerStorySlider .swiper-slide-description .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9da6ab;
  font-size: 12px;
  line-height: 1.2;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 768px) {
  .modCareerStorySlider .swiper-slide-description .tag {
    margin: 12px 0 0 0;
  }
}
.modCareerStorySlider .swiper-slide-description .tag__item {
  padding: 0 10px;
}
.modCareerStorySlider .swiper-slide-description .tag__item:first-child {
  padding: 0 10px 0 0;
}
.modCareerStorySlider .swiper-slide-description .tag__item:not(:last-child) {
  border-right: 1px solid #9da6ab;
}

.modGridBox {
  display: -ms-grid;
  display: grid;
  gap: 61px 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .modGridBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin: 85px 0 0 0;
  }
}
.modGridBox__item a {
  display: block;
  height: 100%;
}
.modGridBox__item__img img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .modGridBox__item__img img {
    max-width: auto;
    width: 100%;
  }
}
.modGridBox__item__description {
  display: block;
  position: relative;
  top: -24px;
  width: 440px;
  padding: 21px 19px 20px;
  margin: 0 auto -24px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
          box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .modGridBox__item__description {
    top: -45px;
    width: 95%;
    height: auto;
    padding: 24px 20px 24px;
    margin: 0 auto -45px;
    border: none;
  }
}
.modGridBox__item__description:hover {
  position: relative;
  top: -16px;
  border: 2px solid #ecf5fe;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media screen and (max-width: 768px) {
  .modGridBox__item__description:hover {
    top: -45px;
    border: none;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
            box-shadow: 0px 8px 30px 0px rgba(151, 150, 164, 0.28);
    -webkit-transition: none;
    transition: none;
  }
}
.modGridBox__item__description:hover .title {
  color: #3483ee;
}
@media screen and (max-width: 768px) {
  .modGridBox__item__description:hover .title {
    color: #333;
  }
}
.modGridBox__item__description .title {
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .modGridBox__item__description .title {
    font-size: 19px;
  }
}
.modGridBox__item__description .title .name {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .modGridBox__item__description .title .name {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 7px 0;
  }
}
.modGridBox__item__description .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9da6ab;
  font-size: 14px;
  line-height: 1.2;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 768px) {
  .modGridBox__item__description .tag {
    font-size: 12px;
    margin: 7px 0 0 0;
  }
}
.modGridBox__item__description .tag__item {
  padding: 0 10px;
}
.modGridBox__item__description .tag__item:first-child {
  padding: 0 10px 0 0;
}
.modGridBox__item__description .tag__item:not(:last-child) {
  border-right: 1px solid #9da6ab;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(140, 194, 255, 0.15);
          box-shadow: 0px 0px 50px 0px rgba(140, 194, 255, 0.15);
  background-color: #fff;
  z-index: 999;
}
@media screen and (max-width: 870px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  width: 170px;
  margin: -5px 0 0 60px;
}
@media screen and (max-width: 870px) {
  .header__logo {
    width: 125px;
    min-width: 125px;
    margin: -10px 0 0 20px;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 870px) {
  .header .header__nav {
    display: none;
  }
}
.header .header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin: 0 40px 0 0;
}
.header .header__nav__list .listItem {
  position: relative;
  font-size: 14px;
  font-weight: 700;
}

.header .header__nav__list .listItem:first-child {
  margin-right: 20px;
}

.header .header__nav__list .listItem .internship_button {
  border: solid 2px #3483ee;
  padding: 6px 40px 6px 24px;
  margin-right: -40px;
  border-radius: 60px;
  display: block;
  line-height: 1;
}

.header .header__nav__list .listItem__title {
  display: flex;
  position: relative;
  padding-right: 20px;
  min-height: 81px;
  flex-direction: column;
  justify-content: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.header .header__nav__list .listItem__title:hover {
  color: #3483ee;
}
.header .header__nav__list .listItem__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: 2px solid #3483ee;
  border-right: 2px solid #3483ee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header .header__nav__list .listItem__title:hover::after {
  margin: -2px 0 0 0;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.header .header__nav__list .listItem__subList {
  position: absolute;
  top: 66px;
  left: -53px;
  width: 220px;
  padding: 19px 0;
  -webkit-box-shadow: 0 16px 60px rgba(160, 160, 160, 0.2);
          box-shadow: 0 16px 60px rgba(160, 160, 160, 0.2);
  border-radius: 15px;
  background-color: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header__nav__list .listItem__subList__item {
  position: relative;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header__nav__list .listItem__subList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
}
.header .header__nav__list .listItem__subList__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3483ee;
  border-left: 2px solid #3483ee;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header .header__nav__list .listItem__subList__item:hover {
  background-color: #edf6fe;
}
.header .header__nav__list .listItem__subList__item:hover a {
  color: #3483ee;
}
.header .header__nav__list .listItem:hover .listItem__subList {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header .header__entry {
  display: table;
  position: relative;
  width: 100px;
  height: 80px;
  text-align: center;
  background: linear-gradient(127deg, #3483ee 0%, #36b1f8 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media screen and (max-width: 870px) {
  .header .header__entry {
    width: 70px;
    height: 50px;
    margin: 0 57px 0 0;
    -webkit-transition: none;
    transition: none;
  }
}
.header .header__entry.is--active {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.header .header__entry span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 870px) {
  .header .header__entry span {
    font-size: 13px;
    font-weight: normal;
  }
}
.header .header__entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(127deg, #36b1f8 0%, #3483ee 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
@media screen and (max-width: 870px) {
  .header .header__entry::before {
    opacity: 0;
  }
}
.header .header__entry:hover::before {
  opacity: 0;
}

/* LINEエントリーボタン用スタイル */
.header .header__entry--line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 80px;
  background: #00c300;
  gap: 8px;
  padding: 0 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 870px) {
  .header .header__entry--line {
    width: 90px;
    height: 50px;
    gap: 4px;
    padding: 0 4px;
  }
}

.header .header__entry--line::before {
  background: #00a800;
}

.header .header__entry--line .header__entry__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.header .header__entry--line .header__entry__logo img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 870px) {
  .header .header__entry--line .header__entry__logo img {
    width: 18px;
    height: 18px;
  }
}

.header .header__entry--line .header__entry__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 870px) {
  .header .header__entry--line .header__entry__text {
    font-size: 9px;
  }
}

.header .header__entry--line .header__entry__text--sp {
  display: none;
}
@media screen and (max-width: 870px) {
  .header .header__entry--line .header__entry__text--pc {
    display: none;
  }
  .header .header__entry--line .header__entry__text--sp {
    display: inline;
  }
}
.header__navToggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 57px;
  height: 50px;
  background-color: #fff;
  z-index: 999;
  cursor: pointer;
}
.header__navToggle__text {
  font-size: 12px;
  margin: 4px 0 0 0;
  color: #3483ee;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__navToggle__open {
  display: block;
  position: relative;
  width: 28px;
  height: 6px;
  margin: 4px auto 0;
}
.header__navToggle__open:before, .header__navToggle__open:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #3483ee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__navToggle__open:before {
  top: 6px;
}
.header__navToggle__open:after {
  bottom: 6px;
}
.header__navToggle__close {
  opacity: 0;
}
.header__navToggle.is--active .header__navToggle__text {
  opacity: 0;
}
.header__navToggle.is--active .header__navToggle__open:before {
  -webkit-transform: translateY(-6px) scale(0);
  transform: translateY(-6px) scale(0);
}
.header__navToggle.is--active .header__navToggle__open:after {
  -webkit-transform: translateY(6px) scale(0);
  transform: translateY(6px) scale(0);
}
.header__navToggle.is--active .header__navToggle__close {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.header__navToggle__close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  color: transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__navToggle__close:before, .header__navToggle__close:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 1px;
  background-color: #3483ee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__navToggle__close:before {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.header__navToggle__close:after {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.spNav {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  background-image: url("../img/common/bg_spNav.png");
  background-repeat: no-repeat;
  background-position: top 30px right 2px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 997;
}
.spNav::-webkit-scrollbar {
  display: none;
}
.spNav__inner {
  position: absolute;
  top: 37px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px 0;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.spNav__item {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 700;
}
.spNav__item__title {
  font-size: 20px;
}
.spNav__item__title::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
  background-image: url("../img/common/icon_arrowblue_round.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.25em;
}
.spNav__item__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px 0;
  margin: 17px 0 0 0;
}
.spNav__item__subList .item {
  font-size: 13px;
}
.spNav__entry {
  font-size: 14px;
  font-weight: 700;
  padding: 38px 20px 58px;
  margin: 41px 0 0 0;
  background-color: #edf6fe;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.spNav__entry__inner {
  text-align: center;
}
.spNav__entry__caption {
  font-size: 14px;
  margin: 0 0 16px 0;
}
.spNav__entry__caption em {
  color: #3483ee;
}
.spNav__entry .btn {
  margin: 0 auto;
  border-radius: 25px;
}
.spNav__entry .btn--entry {
  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;
  width: 300px;
  height: 50px;
  color: #fff;
  -webkit-box-shadow: 0 16px 40px rgba(47, 122, 205, 0.25);
          box-shadow: 0 16px 40px rgba(47, 122, 205, 0.25);
  background: linear-gradient(127deg, #3483ee 0%, #36b1f8 100%);
}
.spNav.is--active {
  top: 50px;
}

.main {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 870px) {
  .main {
    margin: 0;
  }
}
.main.is--hide {
  overflow: hidden;
  pointer-events: none;
}

.pageBottomContentsEntry {
  position: relative;
  min-width: 1000px;
  margin: 0 auto;
  background-color: #edf6fe;
  overflow: hidden;
}
.pageBottomContentsEntry--under {
  margin: 116px auto 0;
}
@media screen and (max-width: 870px) {
  .pageBottomContentsEntry--under {
    margin: 99px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry {
    min-width: auto;
  }
}
.pageBottomContentsEntry::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 245px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_pageBottomEntry01.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry::before {
    width: 109px;
    height: 109px;
    background: url("../img/common/sp/bg_pageBottomEntry01.png");
    background-size: cover;
  }
}
.pageBottomContentsEntry::after {
  content: "";
  display: inline-block;
  width: 235px;
  height: 262px;
  position: absolute;
  right: 0px;
  bottom: -96px;
  background: url("../img/common/bg_pageBottomEntry02.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry::after {
    width: 121px;
    height: 131px;
    background: url("../img/common/sp/bg_pageBottomEntry02.png");
    background-size: cover;
    right: 0px;
    bottom: -60px;
  }
}
.pageBottomContentsEntry__inner {
  position: relative;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.pageBottomContentsEntry__contents {
  position: relative;
  width: 680px;
  padding: 97px 0 81px 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__contents {
    width: 100%;
    padding: 56px 0 95px 0;
  }
}
.pageBottomContentsEntry__caption {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__caption {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
}
.pageBottomContentsEntry__caption em {
  color: #3483ee;
}
.pageBottomContentsEntry .btn {
  display: block;
  border-radius: 15px;
}
.pageBottomContentsEntry .btn--entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  gap: 5px 0;
  width: 100%;
  height: 120px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 16px 40px rgba(47, 122, 205, 0.25);
          box-shadow: 0 16px 40px rgba(47, 122, 205, 0.25);
  background: linear-gradient(127deg, #36b1f8 0%, #3483ee 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry .btn--entry {
    height: 148px;
  }
}
.pageBottomContentsEntry .btn--entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(127deg, #3483ee 0%, #36b1f8 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.pageBottomContentsEntry .btn--entry:hover {
  position: relative;
  top: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry .btn--entry:hover {
    top: 0;
    -webkit-box-shadow: 0 16px 40px rgba(47, 122, 205, 0.25);
            box-shadow: 0 16px 40px rgba(47, 122, 205, 0.25);
  }
}
.pageBottomContentsEntry .btn--entry:hover::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry .btn--entry:hover::before {
    opacity: 1;
  }
}
.pageBottomContentsEntry .btn--entry__caption {
  display: block;
  font-size: 16px;
}
.pageBottomContentsEntry .btn--entry__text {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry .btn--entry__text {
    font-size: 37px;
    line-height: 1;
    margin: 2px 0 0 0;
  }
}
.pageBottomContentsEntry .btn--entry__text::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 17px;
  margin: 0 0 0 17px;
  background-image: url("../img/common/icon_arrowWhite.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: 0.12em;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry .btn--entry__text::after {
    vertical-align: 0.17em;
  }
}
.pageBottomContentsEntry .btn--entry::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -36px;
  bottom: -96px;
  width: 170px;
  height: 172px;
  background-image: url("../img/common/character_pageBottomEntry.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform-origin: 0 bottom;
          transform-origin: 0 bottom;
  -webkit-animation: bottomEntry-animation 1.5s ease-in-out infinite alternate;
          animation: bottomEntry-animation 1.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry .btn--entry::after {
    width: 124px;
    height: 134px;
    right: -43px;
    bottom: -64px;
    background-image: url("../img/common/sp/character_pageBottomEntry--smile.png");
    background-repeat: no-repeat;
  }
}
.pageBottomContentsEntry .btn--entry:hover::after {
  background-size: contain;
  background-image: url("../img/common/character_pageBottomEntry--smile.png");
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry .btn--entry:hover::after {
    width: 124px;
    height: 134px;
    right: -43px;
    bottom: -64px;
    background-size: contain;
    background-image: url("../img/common/sp/character_pageBottomEntry--smile.png");
    background-repeat: no-repeat;
  }
}
.pageBottomContentsEntry__shinsotsu {
  margin: 60px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__shinsotsu {
    margin: 50px 0 30px 0;
  }
}
.pageBottomContentsEntry__shinsotsu__head {
  margin: 0 0 27px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__shinsotsu__head {
    margin: 0 0 13px 0;
  }
}
.pageBottomContentsEntry__shinsotsu__head .tag {
  font-size: 15px;
  font-weight: 700;
  padding: 5px 33px 6px;
  color: #fff;
  border-radius: 30px;
  background-color: #3483ee;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__shinsotsu__head .tag {
    font-size: 13px;
    padding: 5px 25px;
  }
}
.pageBottomContentsEntry__shinsotsu__head .caption {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__shinsotsu__head .caption {
    font-size: 15px;
    margin: 13px 0 0 0;
  }
}
.pageBottomContentsEntry__shinsotsu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__shinsotsu__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.pageBottomContentsEntry__shinsotsu__bottom .btn {
  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;
  position: relative;
  top: 0;
  width: 50%;
  height: 70px;
  border: 2px solid;
  -webkit-box-shadow: 0px 16px 50px 0px rgba(151, 150, 164, 0.2);
          box-shadow: 0px 16px 50px 0px rgba(151, 150, 164, 0.2);
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pageBottomContentsEntry__shinsotsu__bottom .btn:hover {
  top: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__shinsotsu__bottom .btn:hover {
    top: 0;
    -webkit-box-shadow: 0px 16px 50px 0px rgba(151, 150, 164, 0.2);
            box-shadow: 0px 16px 50px 0px rgba(151, 150, 164, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .pageBottomContentsEntry__shinsotsu__bottom .btn {
    width: 100%;
    height: 65px;
  }
}
.pageBottomContentsEntry__shinsotsu__bottom .btn--mainavi {
  border-color: #00abeb;
}
.pageBottomContentsEntry__shinsotsu__bottom .btn--mainavi img {
  width: 164px;
  height: 23px;
}
.pageBottomContentsEntry__shinsotsu__bottom .btn--asagaku {
  border-color: #f80102;
}
.pageBottomContentsEntry__shinsotsu__bottom .btn--asagaku img {
  width: 230px;
  height: 55px;
}
@-webkit-keyframes bottomEntry-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@keyframes bottomEntry-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}

.footer {
  color: #fff;
  background-color: #333;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 20px;
  }
}
.footer__inner {
  position: relative;
  max-width: 1440px;
  min-width: 1000px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    min-width: auto;
  }
}
.footer__contents {
  width: 1000px;
  margin: 0 auto;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    width: 100%;
  }
}
.footer a {
  color: #fff;
}
.footer__contentsHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 84px 0 59px 0;
  margin: 0 0 32px 0;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .footer__contentsHead {
    display: block;
    padding: 74px 0 54px 0;
    margin: 0 0 45px 0;
  }
}
.footer__contentsHead__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .footer__contentsHead__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 39px 0;
  }
}
.footer__contentsHead__nav .navItem__title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__contentsHead__nav .navItem__title {
    font-size: 17px;
  }
}
.footer__contentsHead__nav .navItem__title::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 12px;
  background-image: url("../img/common/icon_arrowWhite_round.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.25em;
}
@media screen and (max-width: 768px) {
  .footer__contentsHead__nav .navItem__title::after {
    margin: 0 0 0 9px;
    background-image: url("../img/common/sp/icon_arrowWhite_round.png");
    vertical-align: -0.35em;
  }
}
.footer__contentsHead__nav .navItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  margin: 18px 0 0;
}
@media screen and (max-width: 768px) {
  .footer__contentsHead__nav .navItem__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13px 52px;
    margin: 17px 0 0 0;
  }
}
.footer__contentsHead__nav .navItem__list__item a {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer__contentsHead__nav .navItem__list__item a {
    font-size: 13px;
  }
}
.footer__contentsHead__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
  margin: 5px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__contentsHead__contact {
    gap: 13px 0;
    margin: 50px 0 0 0;
  }
}
.footer__contentsHead__contact .btn {
  display: block;
  text-align: center;
  width: 240px;
  padding: 11px 0 12px;
  font-size: 15px;
  border: 2px solid #666;
  border-radius: 120px;
  background-color: #454545;
}
@media screen and (max-width: 768px) {
  .footer__contentsHead__contact .btn {
    width: 100%;
    padding: 11px 0;
  }
}
.footer__contentsHead__contact .btn::before {
  content: "";
  display: inline-block;
  margin: 0 9px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -0.25em;
}
.footer__contentsHead__contact .btn--tel::before {
  width: 16px;
  height: 19px;
  background-image: url("../img/common/icon_tel.svg");
}
.footer__contentsHead__contact .btn--mail::before {
  width: 21px;
  height: 16px;
  background-image: url("../img/common/icon_mail.svg");
}
.footer__contentsBottom {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__contentsBottom {
    text-align: left;
  }
}
.footer__contentsBottom__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  font-size: 13px;
  margin: 0 0 22px 0;
}
@media screen and (max-width: 768px) {
  .footer__contentsBottom__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 17px 0;
    font-size: 14px;
    margin: 0 0 32px 0;
  }
}
.footer__contentsBottom__link a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 8px;
  background-image: url("../img/common/icon_arrowWhite.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.footer__contentsBottom__copyright {
  font-size: 11px;
  line-height: 4.455;
}
@media screen and (max-width: 768px) {
  .footer__contentsBottom__copyright {
    display: block;
    text-align: center;
  }
}

.pageTop {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pageTop {
    top: 24px;
    right: -5px;
  }
}
.pageTop__link {
  position: relative;
  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;
  width: 61px;
  height: 61px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #666;
  border-radius: 50%;
  background-color: #454545;
}
.pageTop__link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  position: absolute;
  top: 12px;
  left: 55.5%;
  background-image: url("../img/common/icon_arrowWhite.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
.pageTop__link__text {
  display: block;
  color: #fff;
  margin: 18px 0 0 0;
}
