@charset "UTF-8";
/*
  フッターバナーエリア
ーーーーーーーーーーーーーーーーーー*/
.footer-bnr_area {
  background: #95b5df;
  width: 100vw;
  padding: 70px 0;
}

.footer-bnr_wrap {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1121px) {
  .footer-bnr_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 83.45%;
  }
}

@media (min-width: 751px) and (max-width: 1120px) {
  .footer-bnr_wrap {
    width: 580px;
  }
}

.footer-bnr {
  position: relative;
}

@media (min-width: 1121px) {
  .footer-bnr {
    width: 48.4%;
  }
}

@media (max-width: 750px) {
  .footer-bnr {
    width: 86.67%;
    margin: 0 auto;
  }
}

.footer-bnr a {
  overflow: hidden;
}

@media (min-width: 1121px) {
  .footer-bnr a {
    height: 6.945vw;
  }
}

@media (min-width: 751px) and (max-width: 1120px) {
  .footer-bnr a {
    height: 100px;
  }
}

@media (max-width: 1120px) {
  .footer-bnr.-logisquare {
    margin-bottom: 20px;
  }
}

.footer-bnr.-logisquare a {
  background: #ffffff;
}

@media (min-width: 751px) {
  .footer-bnr.-logisquare a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 750px) {
  .footer-bnr.-logisquare a {
    display: block;
    height: 50.67vw;
    margin-bottom: 20px;
    text-align: center;
    padding: 14.6% 5% 8%;
  }
}

@media (min-width: 1121px) {
  .footer-bnr.-logisquare .footer-bnr__logo {
    width: 13.89vw;
  }
}

@media (min-width: 751px) and (max-width: 1120px) {
  .footer-bnr.-logisquare .footer-bnr__logo {
    width: 200px;
  }
}

@media (max-width: 750px) {
  .footer-bnr.-logisquare .footer-bnr__logo {
    width: 70%;
    margin: 0 auto;
  }
}

.footer-bnr.-logisquare a::after {
  content: none;
}

@media (min-width: 751px) {
  .footer-bnr__textWrap {
    padding-left: 3vw;
    padding-top: 0.6vw;
  }
}

@media (min-width: 751px) and (max-width: 1120px) {
  .footer-bnr__textWrap {
    padding-left: 48px;
    padding-top: 3px;
  }
}

@media (max-width: 750px) {
  .footer-bnr__textWrap {
    margin-bottom: 4vw;
  }
}

.footer-bnr.-logisquare .footer-bnr__text {
  display: block;
  margin-bottom: 0.44vw;
  color: #2d5675;
  font-size: 0.88vw;
  font-weight: bold;
}

@media (min-width: 751px) and (max-width: 1120px) {
  .footer-bnr.-logisquare .footer-bnr__text {
    font-size: 13px;
    margin-bottom: 7px;
  }
}

@media (max-width: 750px) {
  .footer-bnr.-logisquare .footer-bnr__text {
    margin-bottom: 2.1vw;
    font-size: 3.467vw;
    text-align: center;
  }
}

.footer-bnr__textRight {
  color: #108ccf;
  line-height: 1.67;
  text-align: justify;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 1121px) {
  .footer-bnr__textRight {
    font-size: 0.86vw;
    padding-left: 2.5vw;
  }
}

@media (min-width: 751px) and (max-width: 1120px) {
  .footer-bnr.-logisquare .footer-bnr__textRight {
    font-size: 12px;
    padding-left: 42px;
  }
}

@media (max-width: 750px) {
  .footer-bnr__textRight {
    font-size: 3.2vw;
  }
}

@media (min-width: 751px) {
  .footer-bnr__logo.-fund {
    width: 46%;
    margin-top: 0.7%;
  }
}

@media (max-width: 750px) {
  .footer-bnr__logo.-fund {
    width: 60%;
    margin: 0 auto 2.2vw;
  }
}

@media (max-width: 750px) {
  .footer-bnr__logo.-fund img {
    width: 100%;
  }
}

.footer-bnr_fundWrap {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 751px) {
  .footer-bnr_fundWrap {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5% 14.4% 0 14.6%;
  }
}

@media (min-width: 751px) and (max-width: 1120px) {
  .footer-bnr_fundWrap {
    padding: 0 12.4% 0 12.6%;
  }
}

@media (max-width: 750px) {
  .footer-bnr_fundWrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2vw;
  }
}

.footer-bnr.-fund .footer-bnr__text {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 1121px) {
  .footer-bnr.-fund .footer-bnr__text {
    font-size: 1.1vw;
  }
}

@media (min-width: 751px) and (max-width: 1120px) {
  .footer-bnr.-fund .footer-bnr__text {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .footer-bnr.-fund .footer-bnr__text {
    font-size: 3.73vw;
  }
}

/*
 会社概要
ーーーーーーーーーーーーーーーーーー*/
.about__item-text {
  display: block;
  margin-bottom: 15px;
}

.en .about__item-text {
  display: block;
  margin-bottom: 15px;
}

/*
　事業紹介　トップ　
ーーーーーーーーーーーーーーーーーー*/
.creBusiness__subBtn.-logi-square .c-button__label {
  letter-spacing: 0.1em;
}

/*
.creBusiness__subBtn.-logi-square {
    background: url(../images/business/icon_outlink.png) no-repeat right 24px center/15px;
}
*/
.creBusiness__subBtn.-logi-square .c-button__label::after {
  display: inline-block;
  content: "";
  background: url(../images/business/icon_outlink.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5%;
}

/* .creBusiness__subBtn.-overseas {
  width: 60%;
} */
.creBusiness__subBtn.-logoBtn {
  margin-top: 10px;
}

.creBusiness__subBtn.-logoBtn.-flex {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  margin: 0 auto 100px;
}

.creBusiness__subBtn.-logoBtn.-flex .c-button {
  max-width: 300px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 750px) {
  .creBusiness__subBtn.-logoBtn.-flex {
    display: block;
    max-width: 80vw;
  }
  .creBusiness__subBtn.-logoBtn.-flex .c-button {
    max-width: initial;
    height: 28vw;
    margin-bottom: 20px;
  }
  .creBusiness__subBtn.-overseas {
    width: 100%;
  }
}

/* ロジスクエアバナーボタン */
.logoStageBtn {
  position: relative;
  display: block;
  background: #dfedf9;
  max-width: 300px;
  width: 100%;
  height: 100px;
}

.logoStageBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #d0e3f4;
  /* background-color: #95b5df; */
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media (min-width: 751px) {
  .logoStageBtn.is-over:after {
    transform: scale(1, 1);
    transform-origin: left;
  }
}

.logoStageBtn::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background: url(../images/business/icon_outlink-white.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  vertical-align: middle;
}

.logoStageBtn .logoBlock {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 200px;
  width: 90%;
  height: auto;
  z-index: 1;
}

.logoStageBtn.-search .logoBlock {
  position: absolute;
  top: 20px;
}

@media (max-width: 750px) {
  .logoStageBtn.-search .logoBlock {
    position: absolute;
    top: 7vw;
  }
}

.logoStageBtn .brandTitle {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  /* max-width: 300px; */
  max-width: 240px;
  width: 80%;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #9a8f6e;
}

.logoStageBtn .brandTitle span {
  display: inline-block;
}

.logoStageBtn.-cre {
  background: #f7eee6;
}

.logoStageBtn.-search {
  background: #dfedf9;
}

.logoStageBtn.-cre .logoBlock {
  top: 20px;
}

.logoStageBtn.-cre .brandTitle {
  position: absolute;
  color: #f09740;
}

.logoStageBtn.-search .brandTitle {
  position: absolute;
  color: #108ccf;
}

.logoStageBtn.-cre:after {
  background-color: #f2e4d6;
}

.c-button.-h60 {
  height: 60px;
  padding-inline-end: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-button.-h60 .c-button__label {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 160%;
  width: 72%;
  max-width: 220px;
  white-space: nowrap;
}

@media (min-width: 751px) and (max-width: 820px) {
  .c-button.-h60 .c-button__label {
    font-size: 1.6vw;
  }
}

@media (max-width: 380px) {
  .c-button.-h60 .c-button__label {
    font-size: 3.4vw;
  }
}

/* .c-button.-h60 .c-button__label span{
  display: inline-block;
} */
.c-button.-fileLogo {
  position: relative;
}

.c-button.-fileLogo:before {
  display: inline-block;
  content: "";
  background: url(../images/business/icon_outlink.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

@media (min-width: 751px) and (max-width: 950px) {
  .logoStageBtn.-harf .brandTitle {
    font-size: 1vw;
    /* white-space: nowrap; */
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .logoStageBtn.-harf.-cre .brandTitle {
    font-size: 1vw;
    /* white-space: nowrap; */
  }
}

@media (min-width: 751px) and (max-width: 900px) {
  .logoStageBtn.-harf.-cre .brandTitle {
    font-size: 1vw;
    /* white-space: nowrap; */
    bottom: 25px;
    text-align: center;
    /* width: max-content; */
  }
  .logoStageBtn.-harf.-cre::before {
    bottom: 5px;
  }
}

@media (max-width: 750px) {
  .logoStageBtn.-resize {
    max-width: initial;
    height: 28vw;
  }
  .logoStageBtn .logoBlock {
    max-width: initial;
    width: 53.33334vw;
  }
  .logoStageBtn .logoBlock img {
    width: 100%;
    height: auto;
  }
  .logoStageBtn .brandTitle {
    /* width: 46vw; */
    width: 90%;
    font-size: 3.2vw;
    white-space: nowrap;
    max-width: initial;
    bottom: 4vw;
  }
}

@media (max-width: 320px) {
  .logoStageBtn .brandTitle {
    bottom: 8px;
  }
}

/*
　事業紹介　トップ　（海外事業用ボタン）
ーーーーーーーーーーーーーーーーーー*/
.creBusiness__subBtn.-logi-square .c-button-a__label {
  letter-spacing: 0.1em;
}

.creBusiness__subBtn.-logi-square .c-button-a__label::after {
  display: inline-block;
  content: "";
  background: url(../images/business/icon_outlink.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5%;
}

/*
　海外事業実績　
ーーーーーーーーーーーーーーーーーー*/
.sec-overseas {
  position: relative;
  padding: 120px 0 105px;
}

@media (max-width: 750px) {
  .sec-overseas {
    padding: 120px 0 50px;
  }
}

.overseas__list {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 751px) {
  .overseas__list {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 750px) {
  .overseas__list {
    padding: 0 6.67%;
  }
}

@media (min-width: 751px) {
  .overseas__item {
    width: 48%;
    background: #ffffff;
  }
}

@media (max-width: 750px) {
  .overseas__item:not(:last-child) {
    margin-bottom: 6.67%;
  }
}

.overseas__itemBody {
  background: #ffffff;
  min-height: 98px;
  padding: 26px 26px 50px;
}

@media (max-width: 750px) {
  .overseas__itemBody {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.overseas__itemName {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #108ccf;
  margin-bottom: 15px;
}

.en .overseas__itemName {
  font-weight: 500;
}

.en .overseas-detail__item {
  font-weight: 500;
}

.overseas__itemText {
  font-size: 14px;
}

.overseas-detail__item {
  margin-bottom: 10px;
  font-weight: bold;
}

.overseas-detail__ttl {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.overseas-detail__text {
  display: inline-block;
  width: 75%;
}

.en .overseas-detail__ttl {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.en .overseas-detail__text {
  display: inline-block;
  width: 70%;
}

@media (max-width: 825px) {
  .en .overseas-detail__ttl {
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }
  .en .overseas-detail__text {
    display: inline-block;
    width: 60%;
    margin-left: 5%;
  }
}

.overseas-listWrap {
  position: relative;
  margin-bottom: 150px;
}

@media (min-width: 751px) {
  .overseas-listWrap {
    margin-bottom: 140px;
  }
}

.overseas-listWrap:last-child {
  margin-bottom: 0;
}

.bg-bluegray.-overseas {
  bottom: 0;
}

@media (min-width: 751px) {
  .bg-bluegray.-overseas {
    height: calc(100% - 80px);
  }
}

@media (max-width: 750px) {
  .bg-bluegray.-overseas {
    height: calc(100% - 0px);
    bottom: -70px;
  }
}

.news__category.-disclosure {
  background: #108ccf;
}

body.en .news__category.-disclosure {
  background: #dfedf9 !important;
  color: #108ccf !important;
}

body.en .news__category.-disclosure:after {
  color: #108ccf !important;
}

/* ---------------------------

// TOP｜NoticeArea

---------------------------- */
main {
  /* position: relative; */
}

.noticeArea {
  position: absolute;
  top: 90px;
  left: 0;
  /* height: calc(100vh - 90px - 60px); */
  width: 100vw;
  z-index: 100;
  background: #efefef;
  /* opacity: 0;
  transition: 1s ease; */
}

@media (max-width: 1180px) {
  .noticeArea {
    top: 60px;
    padding-top: 60px;
    /* height: calc(100vh - 60px * 2); */
  }
}

/* .noticeArea.is-loading-show{
  opacity: 1;
} */
.noticeBlock::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  height: 5%;
  width: 5%;
  z-index: 2000;
  background-color: #fff;
}

.noticeBlock::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5%;
  width: 5%;
  z-index: 2000;
  background-color: #fff;
}

.noticeArea .noticeBlock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: calc(100% - 40px * 2);
  width: calc(100% - 40px * 2);
  background: #fff;
}

@media (max-width: 750px) {
  .noticeArea .noticeBlock {
    height: calc(100% - 20px * 2);
    width: calc(100% - 20px * 2);
  }
}

.noticeBlock .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: calc(100% - 28px * 2);
  padding-bottom: 48px;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.noticeArea .inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media (max-width: 750px) {
  .noticeBlock .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: calc(100% - 10px * 2);
  }
}

.noticeBlock .inner.-single .simplebar-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .noticeBlock .inner:not(.-single):nth-of-type(1){
  padding-top: 20vh;
} */
/* @media (max-width: 750px) {
  .noticeBlock .inner:not(.-single):nth-of-type(1){
    padding-top: 30vh;
  }
} */
.noticeBlock .inner .notice {
  height: auto;
  /* width: 90vw; */
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding-top: 100px;
}

@media (max-width: 750px) {
  .noticeBlock .inner .notice {
    padding-top: 40px;
  }
}

.notice h1,
.notice h2,
.notice h3,
.notice h1 span,
.notice h2 span,
.notice h3 span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  padding-bottom: 40px;
}

@media (max-width: 750px) {
  .notice h1,
  .notice h2,
  .notice h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.notice p,
.notice span {
  font-size: 16px;
  line-height: 180%;
}

@media (max-width: 750px) {
  .notice p,
  .notice span {
    font-size: 14px;
    line-height: 180%;
  }
}

.notice a {
  text-decoration: underline;
}

.notice a:hover {
  text-decoration: none;
}

.bg_gray_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 90px;
  width: 100vw;
  background: #efefef;
}

@media (max-width: 1180px) {
  .bg_gray_top {
    height: 60px;
  }
}

.sec-firstView-home.-active {
  background: #efefef;
}

.menuHeadLink {
  position: relative;
  z-index: 0;
  font-weight: bold;
}

.menuHeadLink::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  z-index: 0;
  margin: auto;
  height: 14px;
  width: 14px;
  pointer-events: none;
  user-select: none;
  background: url(../images/common/icon_outlink.png) no-repeat center/contain;
}

@media (min-width: 1181px) {
  .menuHeadLink {
    font-size: 15px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    transition: color 0.2s;
    position: relative;
    z-index: 101;
  }
}

@media (max-width: 1180px) {
  .menuHeadLink {
    display: block;
    height: 66px;
    padding: 25px 42px;
    border-top: 1px solid #dfedf9;
    font-size: 15px;
    position: relative;
  }
}

@media (min-width: 1181px) {
  .menuHeadLink:hover {
    color: #108ccf;
  }
}

/* width: 15px;
height: 12px;
background: url(../images/common/icon_outlink.png) no-repeat center/contain;
transition: background 0.2s; */
/* ---------------------
// 最後に記述
 --------------------- */
@media (min-width: 751px) {
  .-pc-hide {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .-sp-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .-pc-hide-1023 {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .-sp-hide-1023 {
    display: none !important;
  }
}

/* ---------------------
// 中期経営計画
--------------------- */
.sec-numberPlan .innerSection,
.sec-bizMeasures .innerSection {
  max-width: 1140px;
  width: 79.16667vw;
  margin: auto;
}

@media (max-width: 750px) {
  .sec-numberPlan .innerSection,
  .sec-bizMeasures .innerSection {
    width: 86.4vw;
    max-width: initial;
    margin: auto;
  }
}

.sec-numberPlan .innerSection .title,
.sec-bizMeasures .innerSection .title {
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #108ccf;
}

@media (max-width: 750px) {
  .sec-numberPlan .innerSection .title,
  .sec-bizMeasures .innerSection .title {
    font-weight: 700;
    font-size: 18px;
  }
}

.sec-numberPlan .innerSection .goalList,
.sec-bizMeasures .innerSection .goalList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
}

@media (max-width: 750px) {
  .sec-numberPlan .innerSection .goalList,
  .sec-bizMeasures .innerSection .goalList {
    margin: 24px auto 0;
    display: block;
  }
}

.sec-numberPlan .innerSection .goalList .list,
.sec-bizMeasures .innerSection .goalList .list {
  background: #95b5df;
  width: 25vw;
  max-width: 360px;
  padding: 26px 0;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}

@media (min-width: 1440px) {
  .sec-numberPlan .innerSection .goalList .list,
  .sec-bizMeasures .innerSection .goalList .list {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .sec-numberPlan .innerSection .goalList .list,
  .sec-bizMeasures .innerSection .goalList .list {
    width: 100%;
    max-width: initial;
    font-size: 14px;
    line-height: 160%;
    padding: 4.8vw 0;
    margin-bottom: 2.66667vw;
  }
}

.sec-numberPlan .innerSection .goalList .list small,
.sec-bizMeasures .innerSection .goalList .list small {
  vertical-align: top;
  font-size: 12px;
  line-height: 250%;
}

@media (max-width: 750px) {
  .sec-numberPlan .innerSection .goalList .list small,
  .sec-bizMeasures .innerSection .goalList .list small {
    font-size: 10px;
    line-height: 190%;
  }
}

.js-simplebar-x {
  overflow-y: hidden;
  overflow-x: scroll;
}

.scrollXBlock {
  height: max-content;
  width: 100%;
}

.scrollXBlock .inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollXBlock .inner::-webkit-scrollbar {
  display: none;
}

@media (max-width: 750px) {
  .scrollXBlock .inner {
    padding: 0 14px 32px;
  }
  .scrollXBlock .inner .simplebar-track.simplebar-horizontal {
    height: 10px;
    right: 0;
    margin: auto;
    transform: scale(0.9);
  }
}

.scrollXBlock .inner .simplebar-track.simplebar-horizontal {
  background: #ecf4fb !important;
}

@media (max-width: 750px) {
  .scrollXBlock .inner .img {
    min-width: 208vw;
    padding-right: 14px;
  }
}

.scrollXBlock .inner .img img {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.scrollXBlock .inner .text {
  padding-top: 14px;
  margin: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #36373c;
}

@media (max-width: 750px) {
  .scrollXBlock .inner .text {
    padding-top: 18px;
    font-size: 10px;
    line-height: 160%;
  }
}

@media (min-width: 751px) {
  .scrollXBlock .inner {
    overflow-x: initial;
  }
  .scrollXBlock .inner .simplebar-content:before,
  .scrollXBlock .inner .simplebar-content:after {
    display: none;
  }
}

.scrollXBlock .detail {
  text-align: center;
  padding-top: 32px;
  margin: auto;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #36373c;
}

@media (max-width: 750px) {
  .scrollXBlock .detail {
    font-size: 14px;
    line-height: 160%;
    padding-top: 18px;
    text-align: justify;
  }
}

.scrollXBlock .detail small {
  vertical-align: top;
  font-size: 12px;
}

@media (max-width: 750px) {
  .scrollXBlock .detail small {
    font-size: 10px;
    line-height: 190%;
  }
}

.sec-numberPlan .planeBlock {
  margin-top: 44px;
}

@media (max-width: 750px) {
  .sec-numberPlan .planeBlock {
    margin-top: 28px;
  }
}

.sec-numberPlan .scrollXBlock {
  padding: 44px 0 32px;
  background: #fff;
}

.sec-numberPlan .scrollXBlock .inner .img {
  width: 72.22222vw;
  max-width: 1040px;
  height: auto;
  margin: auto;
}

.sec-numberPlan .scrollXBlock .inner .text {
  width: 72.22222vw;
  max-width: 1040px;
  padding-bottom: 32px;
}

@media (max-width: 750px) {
  .sec-numberPlan .scrollXBlock .inner .text {
    padding-bottom: 0;
    width: 208vw;
    max-width: initial;
  }
}

.sec-numberPlan .scrollXBlock .detail {
  width: 72.22222vw;
  max-width: 1040px;
}

@media (max-width: 750px) {
  .sec-numberPlan .scrollXBlock .detail {
    margin: 0;
    width: 78.66667vw;
    margin: auto;
    max-width: initial;
  }
}

.sec-numberPlan .scrollXBlock.upper {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .sec-numberPlan .scrollXBlock.upper {
    margin-bottom: 30px;
  }
}

.sec-numberPlan .scrollXBlock.upper .inner .img:nth-of-type(1) {
  margin: 26px auto 50px;
}

@media (max-width: 750px) {
  .sec-numberPlan .scrollXBlock.upper .inner .img:nth-of-type(1) {
    margin: 20px auto 30px;
  }
}

.sec-numberPlan .scrollXBlock.lower .inner .img {
  margin: 22px auto 38px;
}

@media (max-width: 750px) {
  .sec-numberPlan .scrollXBlock.lower .inner .img {
    margin: 24px auto 12px;
  }
}

.sec-bizMeasures .scrollXBlock {
  margin-top: 30px;
  padding: 44px 0 32px;
}

@media (max-width: 750px) {
  .sec-bizMeasures .scrollXBlock {
    margin-top: 0;
  }
}

@media (min-width: 751px) {
  .sec-bizMeasures .scrollXBlock .inner .img {
    width: 100%;
    max-width: 100%;
  }
}

.sec-bizMeasures .scrollXBlock .inner .img img {
  width: 100%;
}

@media (max-width: 750px) {
  .sec-bizMeasures .scrollXBlock .inner .text {
    width: 208vw;
  }
}

.footBlock {
  width: 100vw;
  padding: 54px 0;
  background: #dfedf9;
  margin-bottom: 94px;
}

@media (max-width: 750px) {
  .footBlock {
    padding: 32px 0;
    margin-bottom: 58px;
  }
}

.footBlock .inner {
  font-weight: 600;
  font-size: 18px;
  line-height: 136%;
  text-align: center;
  color: #36373c;
}

@media (max-width: 750px) {
  .footBlock .inner {
    width: 295px;
    margin: auto;
    line-height: 160%;
  }
}

.footBlock .inner a {
  color: #36373c;
  text-decoration: underline;
}

.footBlock.is-future {
  padding: 184px 0;
}

@media (max-width: 750px) {
  .footBlock.is-future {
    padding: 64px 0;
  }
}

.mainVisual__slide {
  position: relative;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.mainVisual__slide .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
  width: max-content;
}

.mainVisual__slide .img img {
  height: 100%;
  width: auto;
  max-width: initial;
  min-width: initial;
}

.mainVisual__slide .img:nth-of-type(1) {
  animation: 180s linear isSlideToAuto infinite;
}

.mainVisual__slide .img:nth-of-type(2) {
  animation: 180s -90s linear isSlideToAuto infinite;
}

@keyframes isSlideToAuto {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

ol.privacy__list {
  list-style: decimal;
}

ol.privacy__list li {
  margin-left: 14px;
}

ul.privacy__list {
  list-style-type: disc;
}

ul.privacy__list li {
  margin-left: 14px;
}

.privacy__list--listTypeNone {
  list-style-type: none;
}

.privacy__list--listTypeNone li {
  list-style-type: none;
  position: relative;
  z-index: 0;
  padding-left: 4px;
}

.privacy__list--listTypeNone li span {
  position: absolute;
  top: 0;
  left: -14px;
}

.u-text-right {
  text-align: right;
}

.privacy__lead {
  margin-top: 66px;
}

@media (max-width: 750px) {
  .privacy__lead {
    margin-top: 32px;
  }
}

.privacy__head {
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #595656;
  margin-top: 26px;
}

body.en .privacy__head {
  font-weight: 500 !important;
}

body:not(.en) .privacy__inner {
  overflow-wrap: break-word;
  word-break: break-all;
}

.privacy__inner a {
  text-decoration: underline;
  word-break: break-all;
}

.privacy__table {
  margin-top: 8px;
}

.privacy__table tr:nth-of-type(1) {
  border-bottom: solid 1px #95b5de;
}

.privacy__table tr:nth-of-type(1) th,
.privacy__table tr:nth-of-type(1) td {
  padding-bottom: 4px;
}

.privacy__table tr:nth-of-type(2) th,
.privacy__table tr:nth-of-type(2) td {
  padding-top: 4px;
}

.privacy__table tr th,
.privacy__table tr td {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #595656;
}

body.en .privacy__table tr th, body.en
.privacy__table tr td {
  font-weight: 300;
}

.privacy__table tr th:nth-of-type(1) {
  width: 116px;
  margin-right: 8px;
}

.privacy__table tr td:nth-of-type(1) {
  width: 116px;
  margin-right: 8px;
}

.u-noClick {
  pointer-events: none;
  user-select: none;
}

.sec-officer__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9bb4db;
  width: 83.45%;
  height: 54px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.8px;
  margin: 16px auto;
}

body.en .sec-officer__head {
  font-weight: 700;
}

@media (max-width: 750px) {
  .sec-officer__head {
    width: 86.66%;
  }
}
