@charset "UTF-8";

/*----------------------------------------
変数
-----------------------------------------*/
:root {
  /* フォント関係 */
  /* --font-family-hinamincho: 'Hina Mincho', serif; */
  --font-family-marcellus: 'Marcellus', serif;
}

.mainVisual_wrap .swiper {
  padding: 0;
}

.swiperWrap {
  position: relative;
  padding-left: var(--inner-padding-LR);
  padding-right: var(--inner-padding-LR);
}

.swiper {
  /* padding: 0 50px; */
  overflow: hidden;
}

.swiper-button-prev {
  left: -10px;
}

.swiper-button-next {
  right: -10px;
}

.featherlightAppear {
  display: none;
}
a.btnImgWrap{display: block;}

/* コンテンツ大見出し 左揃え */
.contentTitleWrap .tittle {
  font-family: var(--font-family-Notosans);
}

.contentTitleWrap .mainTittle {
  position: relative;
  font-size: 7.65rem;
  margin-bottom: 25px;
  line-height: 1;
}

.contentTitleWrap .mainTittle .en {
  font-family: var(--font-family-marcellus);
  line-height: 1.05;
  letter-spacing: 0.06em;
  display: inline-block;
  color: #333;
}

#entry .contentTitleWrap .mainTittle .en {
  color: #fff;
}

.contentTitleWrap .mainTittle .ja {
  font-family: var(--font-family-Notosans);
  font-size: 0.17em;
  margin-left: 0.75em;
  display: inline-block;
  font-weight: normal;
}

.contentTitleWrap.sup .mainTittle .ja {
  position: absolute;
  font-family: var(--font-family-Notosans);
  top: 0;
  transform: translate(0, 100%);
  margin-left: 0. 5em;
}

.contentTitleWrap.sup.txtR .mainTittle {
  text-align: right;
}

.contentTitleWrap.sup.txtR .mainTittle {
  width: fit-content;
  margin-left: auto;
}

.contentTitleWrap.sup.txtR .mainTittle .ja {
  top: calc(50% - 15px);
  left: -0.5em;
  transform: translate(-100%, 50%);
  margin-right: 0.5em;
}

.contentTitleWrap .subTittle {
  position: relative;
  font-size: 2.85rem;
  margin-bottom: 25px;
}

.entry_en{
  font-size: 0.8em;
  margin-left: 5px;
}

/* コンテンツ大見出し 中央揃え */
.contentTitleWrap.center .mainTittle {
  text-align: center;
}

.contentTitleWrap.center .mainTittle .en {
  display: block;
}

.contentTitleWrap.center .mainTittle .ja {
  display: block;
  margin-bottom: 1.5em;
}

.contentTitleWrap.center .subTittle {
  display: inline-flex;
  align-items: center;
}

.contentTitleWrap .subTittle .en {
  font-family: var(--font-family-marcellus);
  line-height: 1.05;
}

.contentTitleWrap .subTittle .ja {
  font-family: var(--font-family-Notosans);
  font-size: 0.45em;
  margin-left: 0.75em;
}

.contentTitleWrap .subTittle .ja.tittle {
  font-size: 0.62em;
  margin-bottom: 0;
}


/* コンテンツ大見出し 英語回転 */
.contentTitleWrap.rotate {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 7.65rem;
}

.contentTitleWrap.rotate .mainTittle {
  margin-top: 0;
  margin-bottom: 0;
  height: fit-content;
  display: flex;
  align-items: center;
  transform-origin: 0 0;
  transform: rotate(90deg) translate(0%, -100%);
}

.contentTitleWrap.rotate .mainTittle .en {
  display: block;
  max-height: 2em;
}

.contentTitleWrap.rotate .mainTittle .ja {
  display: block;
  transform: rotate(-90deg);
  margin: 0 0 0 -1em;
  text-align: center;
}

.inner .contentTitleWrap .tittle {
  margin-top: 0;
  margin-bottom: 10px;
}

.rotateTitContent .imgBox.wideR {
  padding-left: calc((100% - (var(--inner-maxWidth))) / 2 + 70px);
  margin-bottom: 20px;
}


.lb-data .lb-number {
  display: none !important;
}



/*----------------------------------------
  タブ切り替え複数設置可能
-----------------------------------------*/
/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: rgba(48, 172, 249);
  color: #ffffff;
  padding: 12px 5px;
}

.tab__item button {
  width: 100%;
  height: 100%;
  display: block;
  flex-grow: 1;
  padding: 10px 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #4c71a9;
  color: var(--col-blue02);
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: bold;
}

.tab__item.is-active button {
  background: var(--col-blue02);
  color: #FFF;
  transition: all 0.2s ease-out;
  font-weight: bold;
}

.tab-group.column2 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.tab-group.column2>* {
  min-width: 330px;
}

.tab-group.column2>*+* {
  margin-left: 1em;
  min-height: 4.5em;
}

.tab-group.column2 .tab__item button {
  font-size: 1.15rem;
}


#entry {
  background: var(--col-blue02);
  color: #fff;
}

#entry a {
  color: #fff;
}

#entry .txtBox {
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: center;
}

#entry .txtBox .tittle {
  font-family: var(--font-family-Notosans);
  font-size: 2rem;
}

#entry .txtBox .txt {
  line-height: 2.15;
}

#entry .linkList li {
  margin-bottom: 20px;
}

#entry .linkList li:last-child {
  margin-bottom: 0px;
}

#entry .linkList li a {
  position: relative;
}

#entry .linkList li a .imgBox {
  display: block;
  width: 100%;
  height: auto;
}

#entry .linkList li .btnWrap {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#entry .linkList li .btnWrap,
#entry .linkList li .btnWrap>* {
  font-size: 1rem;
  text-shadow:
    #498ab8 1px 1px 2px, #498ab8 -1px 1px 2px,
    #498ab8 1px -1px 2px, #498ab8 -1px -1px 2px;
}

#entry .linkList li .btnWrap {
  padding-left: 20px;
}

#entry .linkList li:hover .btnWrap:before {
  right: 1em;
  transition: all 0.25s linear;
}



/*----------------------------------------
子ページのメインビジュアルからパンクズ等
-----------------------------------------*/
/* トップイメージ タイトル */
.page_head {
  padding: 0;
  position: relative;
  background: var(--col-sky03);
}

.head_img {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  height: 590px;
  overflow: hidden;
  background: var(--col-sky03);
}

.head_img picture {
  left: 150px;
  position: absolute;
  top: -80px;
}

.bread_box {
  display: inline-block;
margin-top: 15px;
margin-bottom: 30px;
  z-index: 99;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  transform-origin: left top;
  transform-origin: 0 0;
}

.breadcrumb li:not(:last-of-type) a::after {
  content: "›";
  margin: 0 .6em;
  color: #777;
}

.breadcrumb li {
  color: #333;
  font-size: 0.8em;
}

.breadcrumb a {
  color: #333;
  font-size: 1em;
}

.page_title {
  position: absolute;
  top: 275px;
  left: -124px;
  z-index: 99;
  text-align: center;
  z-index: 1;
}

.page_title_en {
  font-size: 6.5em;
  list-style: none;
  transform: rotate(90deg);
  transform-origin: center top;
  font-family: var(--font-family-marcellus);
  color:#333;
}

.page_title_jp {
  position: absolute;
  bottom: -110px;
  display: inline-block;
  left: 50%;
  margin-left: -23%;
}
.rotateTitContent .contentWrap {
  margin: 0 auto 0;
}


.rotateTitContent .contentWrap .page_read {
  margin: 40px 0;
}

.rotateTitContent .contentWrap .page_read h2 {
  font-size: 2.35rem;
  font-weight: 600;
}

.rotateTitContent .contentWrap .page_read h2:not(:last-child) {
  margin-bottom: .65em;
}


/*----------------------------------------
ボタン
-----------------------------------------*/
.btnWrap {
  position: relative;
  width: fit-content;
  padding: 0.45em 1.5em 0.45em 0em;
  font-weight: normal;
}

.btnWrap::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0em;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url(../../../common/img/icon/arrowWhiteR.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}

.btnWrap:hover:before {
  right: -1.5em;
  transition: all 0.25s linear;
}


/*----------------------------------------
画像ボタン_テキスト天地中央
-----------------------------------------*/
.btnImgWrap {
  position: relative;
}

.btnImgWrap .txtBox.center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 20px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.btnImgWrap .txtBox .title {
  font-size: 1.65rem;
  letter-spacing: 0.15em;
}

.btnImgWrap .txtBox .btnWrap {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.btnImgWrap:hover .txtBox .btnWrap::before {
  right: -0.5em;
  transition: all 0.25s linear;
}


/*----------------------------------------
アコーディオン
-----------------------------------------*/
.accordion {
  position: relative;
  backdrop-filter: blur(50px);
}

.accordion-header {
  margin-top: 8px;
  background: #ffffff;
}

.accordion-header button {
  position: relative;
  padding: 0;
  align-items: center;
  background: none;
  border: none;
  color: var(--col-gray02);
  display: flex;
  align-items: center;
}

.accordion-header button .thumb {
  width: 20%;
}

.accordion-header button .title_box {
  width: 80%;
  text-align: left;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 var(--inner-padding-LR);
  color: var(--col-gray02);
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}

.accordion-header button .title_box .ja {
  color: var(--col-blue02);
}

.accordion-header button .title_box .en {
  font-family: var(--font-family-marcellus);
  font-size: 0.85em;
  margin-left: 1em;
}

.accordion-trigger {
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  padding: 16px 16px 12px;
  cursor: pointer;
  width: 100%;
}

.icon_plus {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  position: 5px;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}

.icon_plus:before,
.icon_plus:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  background-color: var(--col-blue02);
  transition: inherit;
}

.icon_plus:before {
  top: 50%;
}

.icon_plus:after {
  top: 50%;
  transform: rotate(90deg);
}

.icon_plus.active:after {
  opacity: 0;
  transform: rotate(0deg);
}

.accordion-panel {
  background: #fff;
}

.accordion-panel .inner {
  padding: var(--inner-padding-LR);
  min-width: 100%;
}

.accordion-panel>*+*,
.accordion-panel .inner>*+* {
  margin-top: 20px;
}



.h3_content+.h3_content {
  margin-top: 70px;
}

.h3FlexTittle {
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 0.15em;
}

.h3FlexTittle .title_ja {
  font-family: var(--font-family-Notosans);
}

.h3FlexTittle .title_en {
  margin-left: .6em;
  font-family: var(--font-family-marcellus);
  font-size: .65em;
}

.featherlight-content .featherlight-previous,
.featherlight-content .featherlight-next {
  display: none;
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, .8);
  padding: 4vw;
}


/*----------------------------------------
採用エントリー
-----------------------------------------*/
#entry {
  background: var(--col-blue02);
  color: #fff;
}

#entry a {
  color: #fff;
  display: block;
}

#entry .txtBox {
  margin-top: 40px;
  margin-bottom: 40px;
  align-items: center;
}

#entry .txtBox .tittle {
  font-family: var(--font-family-Notosans);
  font-size: 2rem;
}

#entry .txtBox .txt {
  line-height: 2.15;
}

#entry .linkList li {
  margin-bottom: 20px;
}

#entry .linkList li:last-child {
  margin-bottom: 0px;
}

#entry .linkList li a {
  position: relative;
}

#entry .linkList li a .imgBox {
  display: block;
  width: 100%;
  height: auto;
}

#entry .linkList li .btnWrap {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#entry .linkList li .btnWrap,
#entry .linkList li .btnWrap>* {
  font-size: 1.2rem;
}

#entry .linkList li .btnWrap {
  padding-right: calc(20px + 2em);
  padding-left: 20px;
}

#entry .linkList li .btnWrap::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 1em;
  width: 1.75em;
  height: 1.75em;
  background: url(../../../common/img/icon/arrowWhiteCircleR.svg) center center no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}

#entry .linkList li:hover .btnWrap:before {
  right: 10px;
  transition: all 0.25s linear;
}

.featherlightAppear .inner>.imgBox {
  width: 30%;
}

.featherlightAppear .inner>.txtBox {
  width: 70%;
}

@media only screen and (min-width: 768px) and (max-width: 1163px) {

  .breadcrumb a {
    color: #333;
    font-size: 1em;
  }

  .page_title {
    position: absolute;
    top: 305px;
    left: -35px;
    z-index: 99;
    text-align: center;
  }

  .page_title_en {
    font-size: 6em;
    list-style: none;
    transform: rotate(90deg);
    transform-origin: center top;
    font-family: var(--font-family-marcellus);
  }

  .page_title {
    position: absolute;
    top: 275px;
    left: -103px;
    z-index: 99;
    text-align: center;
  }

  .page_title_jp {
    position: absolute;
    bottom: -90px;
    display: inline-block;
    left: 48%;
    margin-left: -23%;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {}

/*==========================================================================================
ここからSP
==========================================================================================*/

@media only screen and (max-width: 767px) {
  .contentTitleWrap .mainTittle {
    font-size: 12vw;
    margin-bottom: 10vw;
    padding-top: 5vw;
  }

  #entry .txtBox {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  #entry .column3.inner {
    padding: 0;
  }

  #entry .column3>* {
    width: 48%;
  }

  #entry .txtBox .tittle {
    font-size: 6vw;
  }
.positionR{
  position: relative;
}


  /*----------------------------------------
子ページのメインビジュアルからパンクズ等
-----------------------------------------*/
  /* トップイメージ タイトル */
  .bread_box {
    left: 35px;
    top: 3rem;
  }

  .page_title {
    top: 9rem;
    left: -42px;
    z-index: 99;
    text-align: center;
  }

  .page_title_en {
    font-size: 3.2rem;
  }

  .head_img {
    height: 300px;
    width: 83%;
    margin-left: 17%;
  }

  .head_img picture {
    left: -30%;
    position: absolute;
    top: 0px;
    /* width: 30rem; */
  }

  .head_img .manager {
    left: -17%;
    position: absolute;
    top: 0px;
    width: 36rem;
  }

  .page_title_jp {
    position: absolute;
    bottom: -4.5rem;
    display: inline-block;
    left: 55%;
    margin-left: -32%;
    font-size: 0.8rem;
  }

  .pic_box_foot {
    min-height: 200px;
    height: 50vw;
  }

  .spImgWide {
    width: 100vw;
    margin-left: calc(-1 * (var(--inner-padding-LR)));
  }

  .featherlightAppear .inner>.imgBox {
    width: 100%;
  }

  .featherlightAppear .inner>.txtBox {
    width: 100%;
  }
}