html {
  font-feature-settings: 'palt';
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width:1280px) {
  html {
    font-size: calc(100vw / 1280 * 10);
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }
}

body {
  background: #e6e4df;
  color: #1a3544;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.body_container {
  opacity: 0;
  overflow: hidden;
  padding-top: 9rem;
  transition: .6s ease;
}

.lazy .body_container {
  opacity: 1;
}

.max1000 {
  margin: 0 auto;
  max-width: 100rem;
}

.max1090 {
  margin: 0 auto;
  max-width: 109rem;
}

.max1184 {
  margin: 0 auto;
  max-width: 118.4rem;
}

img:not(.cover) {
  height: auto;
  max-width: 100%;
  width: 100%;
}

img.cover {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .body_container {
    padding-top: 6.7rem;
  }
}

a {
  transition: .3s;
}

.anchor {
  display: inline-block;
  margin-top: -10.5rem;
  padding-top: 10.5rem;
}

@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -7rem;
    padding-top: 7rem;
  }
}

strong {
  font-weight: inherit;
}

.spacer01 {
  background: #fff;
  height: 12rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .spacer01 {
    height: 6rem;
  }
}

.txt_link {
  text-decoration: underline;
}

.txt_lin:hover {
  opacity: .7;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  opacity: .7;
}

.grecaptcha-badge {
  z-index: 100;
}

.wpcf7-spinner {
  position: absolute;
}

/* ---------------------------------------------------------------------------
//  f_animation
--------------------------------------------------------------------------- */
.f_animation {
  opacity: 1 !important;
  /* 親要素自体は消さない */
}

.f_animation span {
  display: inline-block;
  opacity: 0;
  /* 最初は透明 */
  transform: translateY(20px);
  /* 下に下げておく */
  transition: opacity .6s ease, transform .6s ease;
}

/* クラスがついたら表示 */
.f_animation span.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------------------------------------------------------
//  moreA
--------------------------------------------------------------------------- */
.moreA {
  align-items: center;
  display: flex;
  justify-content: center;
}

.moreA a {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  height: 13.9rem;
  justify-content: center;
  padding-right: 7.9rem;
  position: relative;
}

.moreA a span {
  margin-top: .9rem;
}

.moreA a::before {
  background-image: url(../img/common/more01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 13.9rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  width: 7.3rem;
  z-index: 2;
}

.moreA a::after {
  background-image: url(../img/common/shadow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 2.7rem;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  transition: .3s;
  width: 11.85rem;
  z-index: 1;
}

.moreA a:hover:before,
.moreA a:hover:after {
  transform: translateX(2rem);
}

@media screen and (max-width: 768px) {
  .moreA a {
    font-size: 1.4rem;
    height: 12.27rem;
    padding-right: 7rem;
  }

  .moreA a span {
    margin-top: .9rem;
  }

  .moreA a::before {
    height: 12.27rem;
    width: 6.42rem;
  }

  .moreA a::after {
    background-image: url(../img/common/shadow01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 2.37rem;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    transition: .3s;
    width: 10.39rem;
    z-index: 1;
  }

  .moreA a:hover:before,
  .moreA a:hover:after {
    transform: translateX(2rem);
  }
}

/* ---------------------------------------------------------------------------
//  moreB
--------------------------------------------------------------------------- */
.moreB {
  align-items: center;
  display: flex;
}

.moreB a {
  align-items: center;
  display: flex;
  height: 13.9rem;
  justify-content: center;
  padding-right: 7.9rem;
  position: relative;
}

.moreB a::before {
  background-image: url(../img/common/more02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 13.9rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  width: 7.3rem;
  z-index: 2;
}

.moreB a::after {
  background-image: url(../img/common/shadow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 2.7rem;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  transition: .3s;
  width: 11.85rem;
  z-index: 1;
}

.moreB a:hover:before,
.moreB a:hover:after {
  transform: translateX(2rem);
}

.moreB span {
  background-image: url(../img/common/icon_lens.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1rem;
  height: 6.4rem;
  pointer-events: none;
  position: absolute;
  right: -4rem;
  transition: .3s;
  width: 6.6rem;
  z-index: 2;
}

.moreB a:hover span {
  transform: translateX(2rem);
}

@media screen and (max-width: 768px) {
  .moreB a {
    font-size: 1.4rem;
    height: 12.27rem;
    padding-right: 7rem;
  }

  .moreB a::before {
    height: 12.27rem;
    width: 6.42rem;
  }

  .moreB a::after {
    height: 2.37rem;
    width: 10.39rem;
  }

  .moreB span {
    height: 6rem;
    right: -3.5rem;
    width: 6rem;
  }
}

/* ---------------------------------------------------------------------------
//  top_fv
--------------------------------------------------------------------------- */
.top_bg::before {
  background-image: url(../img/top/fv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 93.8rem;
  left: calc((100vw - 100rem) / 2);
  position: fixed;
  top: 10.9rem;
  width: 110.8rem;
}

.top_fv .container {
  height: 71.8rem;
  position: relative;
  position: relative;
}

.top_fv .container .copy .h1 {
  font-size: 7.78rem;
  font-weight: 700;
  line-height: 1.09;
  margin-top: 2.2rem;
}

.top_fv .container .copy .p01 {
  font-size: 1.6rem;
  margin-top: .8rem;
  font-size: 2.52rem
}

.top_fv .container .wanted {
  align-items: center;
  bottom: 2.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
}

.top_fv .container .wanted span {
  font-family: 'Roboto';
  font-size: 2.4rem;
  font-weight: 700;
}

.top_fv .container .wanted strong {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: .3rem;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top_bg::before {
    background-image: url(../img/top/fv_sp.png);
    height: 47.35rem;
    left: 0;
    position: absolute;
    top: 24.2rem;
    width: 100%;
  }

  .top_fv .container {
    height: 58.6rem;
    padding: 0 1.8rem;
  }

  .top_fv .container .copy .h1 {
    font-size: 5.2rem;
    line-height: 1.17;
    margin-top: .65rem;
  }

  .top_fv .container .copy .p01 {
    font-size: 1.4rem;
    margin-top: .6rem;
    font-size: 1.7rem
  }

  .top_fv .container .wanted {
    align-items: flex-start;
    bottom: 1.5rem;
    left: 1.8rem;
  }

  .top_fv .container .wanted span {
    font-size: 1.8rem;
  }

  .top_fv .container .wanted strong {
    background: #fff;
    font-size: 1.4rem;
    margin-top: .3rem;
    padding: .1rem .65rem .3rem;
    text-align: center;
    width: auto;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec01
--------------------------------------------------------------------------- */
.top_sec01 {
  position: relative;
}

.top_sec01 .container {
  margin: 0 auto;
  max-width: 128rem;
  padding: 13rem 0 21rem;
}

.top_sec01 .container .head {
  display: flex;
  gap: 1.9rem;
  justify-content: flex-end;
  padding-right: 2rem;
}

.top_sec01 .container .head::before {
  background-image: url(../img/common/logo_uion.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 19.9rem;
  width: 19.9rem;
}

.top_sec01 .container .head .txts .eng {
  font-family: 'Roboto';
  font-size: 12rem;
  font-weight: 700;
  left: -.6rem;
  line-height: .9;
  position: relative;
}

.top_sec01 .container .head .txts .h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: .5rem;
}

.top_sec01 .container .head .txts .p01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.top_sec01 .container .ol {
  background-image: url(../img/top/top01_img01NNN.png);
  background-repeat: no-repeat;
  background-size: 140.7rem;
  font-size: 0;
  height: 50.2rem;
  margin-left: 4rem;
  margin-top: 8rem;
}

@media screen and (max-width:768px) {
  .top_sec01 .container {
    padding: 6rem 0 0;
  }

  .top_sec01 .container .head {
    flex-wrap: wrap;
    gap: .6rem;
    padding-right: 1.5rem;
    white-space: nowrap;
  }

  .top_sec01 .container .head::before {
    height: 6.9rem;
    width: 6.9rem;
  }

  .top_sec01 .container .head .txts .eng {
    font-size: 5.2rem;
    left: -.2rem;
    line-height: .9;
  }

  .top_sec01 .container .head .txts .h2 {
    font-size: 2.4rem;
    margin-top: .7rem;
  }

  .top_sec01 .container .head .txts .p01 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 1rem;
  }

  .top_sec01 .container .ol {
    background-image: url(../img/top/top01_img01N_sp.jpg);
    background-size: 100%;
    height: 74.5rem;
    margin-left: 0;
    margin-top: 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec02
--------------------------------------------------------------------------- */
.top_sec02 {
  margin-top: 12rem;
  /* height: 110.8rem; */
  position: relative;
}

.top_sec02 .bg {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.top_sec02 .bg::before {
  background: #1a3544;
  content: '';
  height: 97.5rem;
  position: absolute;
  top: 0;
  transform: rotate(-17.9deg);
  width: 500%;
}

.top_sec02 .container {
  color: #fff;
  padding: 6rem 0 9.5rem;
  position: relative;
}

.top_sec02 .container .deco {
  background-image: url(../img/top/top02_deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 71.9rem;
  left: -24rem;
  pointer-events: none;
  position: absolute;
  top: -15rem;
  width: 41.3rem;
}

.top_sec02 .container .head {
  display: flex;
  justify-content: flex-end;
}

.top_sec02 .container .head .eng {
  font-family: Roboto;
  font-size: 12rem;
  font-weight: 700;
  line-height: .9;
}

.top_sec02 .container .contents .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8.9rem;
  margin-bottom: 5rem;
}

.top_sec02 .container .contents .cards .card {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  padding: 3rem 2.4rem 2rem;
  width: calc((100% - 8.9rem) / 2);
}

.top_sec02 .container .contents .cards .card .img {
  aspect-ratio: 406 / 300;
  position: relative;
}

.top_sec02 .container .contents .cards .card dl {
  text-align: center;
}

.top_sec02 .container .contents .cards .card dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 1rem 0;
}

.top_sec02 .container .contents .cards .card dl dd {
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width:768px) {
  .top_sec02 {
    margin-top: 24rem;
  }

  .top_sec02 .bg::before {
    height: 113rem;
  }

  .top_sec02 .container {
    padding: 3rem 2.5rem 12rem;
  }

  .top_sec02 .container .deco {
    height: calc(71.9rem * .6);
    left: -5.5rem;
    top: -21rem;
    width: 41.3rem;
    width: calc(41.3rem * .6);
  }

  .top_sec02 .container .head .eng {
    font-size: 5.2rem;
  }

  .top_sec02 .container .contents .cards {
    gap: 0;
    margin-bottom: 4rem;
    margin-top: 1rem;
  }

  .top_sec02 .container .contents .cards .card {
    padding: 2rem 0;
    width: 100%;
  }

  .top_sec02 .container .contents .cards .card + .card {
    border-top: none;
  }

  .top_sec02 .container .contents .cards .card dl dt {
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 0 1rem;
  }

  .top_sec02 .container .contents .cards .card dl dd {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec03
--------------------------------------------------------------------------- */
.top_sec03 {
  position: relative;
}

.top_sec03 .container {
  padding: 14rem 0 22rem;
  position: relative;
}

.top_sec03 .container .deco {
  background-image: url(../img/top/top03_deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 71.9rem;
  pointer-events: none;
  position: absolute;
  right: -16rem;
  top: -2rem;
  width: 41.3rem;
  z-index: 2;
}

.top_sec03 .container .head {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
  z-index: 3;
}

.top_sec03 .container .head .eng {
  font-family: Roboto;
  font-size: 12rem;
  font-weight: 700;
  line-height: .9;
}

.top_sec03 .container .head .h2 {
  font-size: 3.2rem;
  font-weight: 700;
}

.top_sec03 .container .powers {
  margin-top: 13.23rem;
}

.top_sec03 .container .powers .power + .power {
  margin-top: 7rem;
}

.top_sec03 .container .powers .power {
  background: #e6e4df;
  position: relative;
}

.top_sec03 .container .powers .power .h3 {
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: calc(1em * (1.04 / 52));
  position: relative;
}

.top_sec03 .container .powers .power .h3 span {
  color: #9d2232;
}

.top_sec03 .container .powers .power .h3::after {
  background: #000;
  bottom: 0;
  content: '';
  height: 1px;
  left: -100%;
  position: absolute;
  width: 300vw;
}

.top_sec03 .container .powers .power .p01 {
  font-size: 2rem;
  letter-spacing: calc(.1em * (.4 / 20));
  line-height: 1.6;
  margin-bottom: 6rem;
  margin-top: 1rem;
}

.top_sec03 .container .powers .power .imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 83.1rem;
}

.top_sec03 .container .powers .power .imgs .img {
  aspect-ratio: 407 / 300;
}

.top_sec03 .container .powers .power .imgs.col2 .img {
  width: calc((100% - 1.5rem) / 2);
}

.top_sec03 .container .powers .power .imgs.col3 .img {
  width: calc((100% - 3rem) / 3);
}

.top_sec03 .container .powers .power .imgs .img span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: calc(.1em * (.48 / 24));
  margin-top: 1rem;
  text-align: center;
}

.top_sec03 .container .powers .power .moreA {
  position: absolute;
  right: 24rem;
  top: 2.5rem;
}

@media screen and (max-width:768px) {
  .top_sec03 .container {
    padding: 10rem 2.5rem 10rem;
  }

  .top_sec03 .container .deco {
    height: calc(71.9rem * .6);
    right: -6.5rem;
    top: 0rem;
    width: 41.3rem;
    width: calc(41.3rem * .6);
  }

  .top_sec03 .container .head .eng {
    font-size: 5.2rem;
  }

  .top_sec03 .container .head .h2 {
    font-size: 2.4rem;
  }

  .top_sec03 .container .powers {
    margin-top: 6rem;
  }

  .top_sec03 .container .powers .power + .power {
    margin-top: 5rem;
  }

  .top_sec03 .container .powers .power .h3 {
    font-size: 3rem;
    line-height: 1.1;
    padding-bottom: 1rem;
  }

  .top_sec03 .container .powers .power .p01 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
  }

  .top_sec03 .container .powers .power .imgs .img {
    display: flex;
    flex-direction: column-reverse;
  }

  .top_sec03 .container .powers .power .imgs.col2 .img {
    width: 100%;
  }

  .top_sec03 .container .powers .power .imgs.col3 .img {
    width: 100%;
  }

  .top_sec03 .container .powers .power .imgs .img span {
    font-size: 2rem;
    margin-bottom: .5rem;
    margin-top: 0;
  }

  .top_sec03 .container .powers .power .moreA {
    margin-top: 3rem;
    position: static;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec04
--------------------------------------------------------------------------- */
.top_sec04 {
  margin-bottom: 6rem;
  margin-top: 12rem;
  position: relative;
}

.top_sec04 .bg {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.top_sec04 .bg::before {
  background: #1a3544;
  content: '';
  height: 77rem;
  position: absolute;
  top: 10rem;
  transform: rotate(-17.9deg);
  width: 500%;
}

.top_sec04 .container {
  padding: 0 0 9.5rem;
  position: relative;
}

.top_sec04 .container .deco {
  background-image: url(../img/top/top04_deco01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 71.9rem;
  left: -26rem;
  pointer-events: none;
  position: absolute;
  top: -11rem;
  width: 41.3rem;
  z-index: 1;
}

.top_sec04 .container .head {
  display: flex;
  flex-direction: column;
  left: -4rem;
  position: relative;
  z-index: 2;
}

.top_sec04 .container .head .eng {
  font-family: Roboto;
  font-size: 8rem;
  font-weight: 700;
  line-height: .9;
}

.top_sec04 .container .head .h2 {
  font-size: 3.2rem;
  font-weight: 700;
}

.top_sec04 .container .contents .cards {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-top: 8rem;
  width: 74.1rem;
}

.top_sec04 .container .contents .cards .card {
  position: relative;
  width: 100%;
}

.top_sec04 .container .contents .cards .card .thumb {
  height: 30.5rem;
  position: relative;
  width: 100%;
}

.top_sec04 .container .contents .cards .card .img {
  aspect-ratio: 882 / 305;
  left: 0;
  position: absolute;
  top: 0;
  width: 88.2rem;
  z-index: 1;
}

.top_sec04 .container .contents .cards .card .img > img {
  object-position: top 38% left 50%;
}

.top_sec04 .container .contents .cards .card .thumb .img .overlay {
  background: #d3d3d3;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.top_sec04 .container .contents .cards .card .thumb .img .h3 {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 19.5rem;
  z-index: 3;
}

.top_sec04 .container .contents .cards .card .txts {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.top_sec04 .container .contents .cards .card .txts .p01 {
  font-size: 1.6rem;
  letter-spacing: calc(1em * (.4 / 16));
  line-height: 1.6;
}

@media screen and (max-width:768px) {
  .top_sec04 {
    margin-bottom: 0;
    margin-top: 0rem;
  }

  .top_sec04 .bg::before {
    height: 75rem;
    top: 24rem;
  }

  .top_sec04 .container {
    padding: 2rem 2.5rem 6rem;
  }

  .top_sec04 .container .deco {
    height: calc(71.9rem * .6);
    left: -5.5rem;
    top: 0rem;
    width: calc(41.3rem * .6);
  }

  .top_sec04 .container .head {
    align-items: flex-end;
    left: 0;
  }

  .top_sec04 .container .head .eng {
    font-size: 5.2rem;
  }

  .top_sec04 .container .head .h2 {
    font-size: 2.4rem;
  }

  .top_sec04 .container .contents .cards {
    margin-top: 32rem;
    width: 100%;
  }

  .top_sec04 .container .contents .cards .card .thumb {
    height: 18.3rem;
    left: -2.5rem;
    width: 100vw;
  }

  .top_sec04 .container .contents .cards .card .img {
    aspect-ratio: 375 / 183;
    width: 100%;
  }

  .top_sec04 .container .contents .cards .card .thumb .img .h3 {
    padding-top: 7rem;
    width: 10rem;
  }

  .top_sec04 .container .contents .cards .card .txts {
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
    text-align: center;
  }

  .top_sec04 .container .contents .cards .card .txts .p01 {
    font-size: 1.6rem;
    margin-bottom: 5rem;
  }
}

/* ---------------------------------------------------------------------------
//  page_fvA
--------------------------------------------------------------------------- */
.page_fvA .container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 9rem);
  height: calc(100svh - 9rem);
}

.page_fvA .container .head {
  display: flex;
  flex-direction: column;
  height: calc(50% - 4.5rem - .7rem);
  justify-content: flex-end;
  line-height: 1;
  padding-bottom: 1.6rem;
  width: 100%;
}

.page_fvA .container .head .eng {
  font-family: Roboto;
  font-size: 8rem;
  font-weight: 700;
}

.page_fvA .container .head .jp {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: .6rem;
}

.page_fvA .container .bottom {
  border-top: 1px solid #000;
  height: calc(50% + 4.5rem + .7rem);
  padding-top: .7rem;
  width: 100%;
}

.page_fvA .container .bottom .movie {
  height: calc(100% + 16.8rem);
  position: relative;
}

.page_fvA .container .bottom .img {
  height: calc(100% + 16.8rem);
  position: relative;
}

.page_fvA .container .bottom .movie::before {
  background: #1a3544;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: .75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.page_fvA .container .movie video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page_fvA .container .img img {
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width:768px) {
  .page_fvA .container {
    height: calc(100vh - 6rem);
    height: calc(100svh - 6rem);
  }

  .page_fvA .container .head {
    height: calc(50% - 3rem - .7rem);
    padding: 0 2rem 1.6rem;
  }

  .page_fvA .container .head .eng {
    font-size: 6rem;
  }

  .page_fvA .container .bottom {
    height: calc(50% + 3rem + .7rem);
  }

  .page_fvA .container .bottom .movie {
    height: calc(100% + 14rem);
  }

  .page_fvA .container .bottom .img {
    height: calc(100% + 14rem);
  }
}

/* ---------------------------------------------------------------------------
//  page_fvB
--------------------------------------------------------------------------- */
.page_fvB .container {
  padding: 17rem 0;
  position: relative;
}

.page_fvB .container .deco {
  filter: drop-shadow(-.34rem .27rem 1.34rem rgba(0, 0, 0, .25));
  position: absolute;
  right: calc((100vw - 100rem) / 2 + 6rem);
  top: 8rem;
  width: 26.45rem;
}

.page_fvB .container .head .jp {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page_fvB .container .middle {
  background: #1a3544;
  color: #fff;
  font-size: 2rem;
  height: 17.6rem;
  padding: 2rem 0;
}

.page_fvB .container .bottom .links {
  align-items: flex-start;
  display: flex;
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 2rem;
  min-height: 3rem;
}

.page_fvB .container .bottom .links .link {
  border-left: 1px solid;
  padding: 0 1.8rem .3rem;
}

.page_fvB .container .bottom .links .link:hover {
  opacity: .7;
}

.page_fvB .container .bottom .links .link:first-of-type {
  border-left: none;
  padding-left: 0;
}

@media screen and (max-width:768px) {
  .page_fvB .container {
    padding: 35rem 0 5rem;
  }

  .page_fvB .container .deco {
    right: 0;
    top: 2rem;
    width: 17rem;
  }

  .page_fvB .container .head .jp {
    font-size: 2.4rem;
    padding: 0 2rem;
  }

  .page_fvB .container .middle {
    font-size: 1.6rem;
    height: auto;
    padding: 2rem;
  }

  .page_fvB .container .bottom .links {
    font-size: 1rem;
    padding: 0 2rem;
  }

  .page_fvB .container .bottom .links .link {
    padding: 0 1rem .1rem;
  }
}

/* ---------------------------------------------------------------------------
//  page_fvC
--------------------------------------------------------------------------- */
.page_fvC .container {
  padding: 12rem 0 6rem;
  position: relative;
}

.page_fvC .container .head .jp {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width:768px) {
  .page_fvC .container {
    padding: 9rem 2rem 5rem;
    position: relative;
  }

  .page_fvC .container .head .jp {
    font-size: 2.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  aboutus_sec01
--------------------------------------------------------------------------- */
.aboutus_sec01 .container {
  position: relative;
}

.aboutus_sec01 .wrap01 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.aboutus_sec01 .wrap01 .h2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 4.5rem;
  font-weight: 700;
  position: relative;
}

.aboutus_sec01 .wrap01 .h2 .h2_1 {
  color: #fff;
}

.aboutus_sec01 .wrap01 .h2 .h2_2 {
  align-items: center;
  background-image: url(../img/common/shape01.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  font-size: 8.2rem;
  height: 23.7rem;
  justify-content: center;
  padding-bottom: 2rem;
  position: relative;
  width: 12.4rem;
}

.aboutus_sec01 .wrap01 .h2 .h2_2::after {
  background-image: url(../img/common/shape01_shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: .15rem;
  content: '';
  height: 4.6rem;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  width: 20.05rem;
  z-index: -1;
}

.aboutus_sec01 .wrap01 .h2 .h2_2 strong {
  transform: rotateX(21deg) rotateY(-35deg);
  font-size: 5.5rem;
}

.aboutus_sec01 .wrap01 .h2 .h2_3 {
  margin-top: -1.5rem;
}

.aboutus_sec01 .wrap01 .bg {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2rem;
  min-height: 40rem;
  position: relative;
}

.aboutus_sec01 .wrap01 .bg .logo {
  bottom: 0;
  height: 40rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40rem;
}

.aboutus_sec01 .wrap01 .bg .p01 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}

.aboutus_sec01 .wrap01 .dl01 {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 3.7rem;
  justify-content: center;
  line-height: 1.65;
  margin-top: 2.4rem;
  white-space: nowrap;
}

.aboutus_sec01 .wrap01 .shakun {
  background: #fff;
  margin-top: 6rem;
  max-width: 82.6rem;
  padding: 5rem 6rem;
  position: relative;
  width: 100%;
  z-index: 3;
}

@media screen and (max-width:768px) {
  .aboutus_sec01 .container {
    padding: 0 2rem;
  }

  .aboutus_sec01 .wrap01 {
    display: block;
  }

  .aboutus_sec01 .wrap01 .h2 {
    font-size: 3rem;
  }

  .aboutus_sec01 .wrap01 .h2 .h2_1 {
    color: #fff;
  }

  .aboutus_sec01 .wrap01 .h2 .h2_2 {
    font-size: 6.5rem;
    height: calc(23.7rem * .8);
    padding-bottom: 2rem;
    width: calc(12.4rem * .8);
  }

  .aboutus_sec01 .wrap01 .h2 .h2_2::after {
    bottom: .15rem;
    height: calc(4.6rem * .8);
    width: calc(20.05rem * .8);
  }

  .aboutus_sec01 .wrap01 .h2 .h2_2 strong {
    font-size: 4rem;
  }

  .aboutus_sec01 .wrap01 .h2 .h2_3 {
    margin-top: -1.5rem;
  }

  .aboutus_sec01 .wrap01 .bg {
    min-height: auto;
    text-align: center;
  }

  .aboutus_sec01 .wrap01 .bg .logo {
    height: 30rem;
    width: 30rem;
  }

  .aboutus_sec01 .wrap01 .bg .p01 {
    font-size: 2rem;
  }

  .aboutus_sec01 .wrap01 .dl01 {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }

  .aboutus_sec01 .wrap01 .dl01 dt {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .5rem;
  }

  .aboutus_sec01 .wrap01 .shakun {
    left: -2rem;
    margin-top: 5rem;
    padding: 5rem 2rem;
    width: calc(100% + 4rem);
  }
}

/* ---------------------------------------------------------------------------
//  ttlC
--------------------------------------------------------------------------- */
.ttlC {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  padding-top: 22rem;
  position: relative;
}

.ttlC span {
  border-left: 1px solid;
  display: block;
  line-height: 1;
  padding-left: 2.3rem;
}

.ttlC_bg {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.ttlC_bg::before {
  background: #1a3544;
  content: '';
  height: 21rem;
  position: absolute;
  top: 0;
  transform: rotate(-17.9deg);
  width: 500%;
}

@media screen and (max-width:768px) {
  .ttlC {
    font-size: 2.4rem;
    padding-top: 10rem;
  }

  .ttlC span {
    padding-left: 1.6rem;
  }

  .ttlC_bg::before {
    height: 16rem;
  }
}

/* ---------------------------------------------------------------------------
//  aboutus_sec02
--------------------------------------------------------------------------- */
.aboutus_sec02 .container {
  position: relative;
}

.aboutus_sec02 .container .contents {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.aboutus_sec02 .container .contents .txts {
  padding-bottom: 15.6rem;
  width: calc(50% - 3.4rem);
}

.aboutus_sec02 .container .contents .txts .h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.aboutus_sec02 .container .contents .txts .p01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.65;
}

.aboutus_sec02 .container .contents .txts .name {
  margin: 4rem 0 0 auto;
  width: 26.9rem;
}

.aboutus_sec02 .container .contents .img {
  position: relative;
  width: 50%;
}

.aboutus_sec02 .container .contents .img .pic {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 63.8rem;
}

.aboutus_sec02 .container .contents .img .txt {
  bottom: 0;
  position: absolute;
  right: -20rem;
  width: 23.8rem;
}

@media screen and (max-width:768px) {
  .aboutus_sec02 .container {
    padding: 0 2rem;
  }

  .aboutus_sec02 .container .contents {
    flex-direction: column;
  }

  .aboutus_sec02 .container .contents .txts {
    padding-bottom: 7rem;
    padding-top: 5rem;
    width: 100%;
  }

  .aboutus_sec02 .container .contents .txts .h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
    text-align: right;
  }

  .aboutus_sec02 .container .contents .txts .p01 {
    font-size: 1.6rem;
  }

  .aboutus_sec02 .container .contents .txts .name {
    margin: 4rem 0 0 auto;
    width: 20rem;
  }

  .aboutus_sec02 .container .contents .img {
    position: relative;
    right: 4rem;
    width: 100%;
  }

  .aboutus_sec02 .container .contents .img .pic {
    max-width: inherit;
    position: relative;
    width: calc(100% + 2rem);
  }

  .aboutus_sec02 .container .contents .img .txt {
    bottom: auto;
    right: -5rem;
    top: -7rem;
    width: 19rem;
  }
}

/* ---------------------------------------------------------------------------
//  aboutus_sec03
--------------------------------------------------------------------------- */
.aboutus_sec03 .container {
  padding-top: 15rem;
  position: relative;
}

.aboutus_sec03 .container .h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: calc(.1em * (.64 / 32));
  margin-bottom: 3rem;
}

.aboutus_sec03 .container .h2 span {
  border-left: 1px solid;
  display: block;
  line-height: 1;
  padding-left: 2.3rem;
}

.aboutus_sec03 .container .dl01 {
  border-bottom: solid 1px #828282;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  padding: 2.3rem 5rem;
}

.aboutus_sec03 .container .dl01:first-of-type {
  border-top: solid 1px #828282;
}

.aboutus_sec03 .container .dl01 > dt {
  width: 16.5rem;
}

.aboutus_sec03 .container .dl01 > dd {
  width: calc(100% - 16.5rem);
}

.aboutus_sec03 .container .dl01 > dd > dl {
  display: flex;
  gap: 1.6rem;
}

.aboutus_sec03 .container .dl01 > dd .bnrs {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.aboutus_sec03 .container .dl01 > dd .bnrs .bnr:hover {
  opacity: .7;
}

.aboutus_sec03 .container .dl01 > dd .bnrs .bnr img {
  height: 7rem;
  object-fit: contain;
}

@media screen and (max-width:768px) {
  .aboutus_sec03 .container {
    padding-top: 10rem;
  }

  .aboutus_sec03 .container .h2 {
    font-size: 2.4rem;
    padding-left: 2rem;
  }

  .aboutus_sec03 .container .h2 span {
    padding-left: 1.6rem;
  }

  .aboutus_sec03 .container .dl01 {
    display: block;
    padding: 1.6rem 2rem;
  }

  .aboutus_sec03 .container .dl01:first-of-type {
    border-top: solid 1px #828282;
  }

  .aboutus_sec03 .container .dl01 > dt {
    width: 100%;
  }

  .aboutus_sec03 .container .dl01 > dd {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
  }

  .aboutus_sec03 .container .dl01 > dd > dl {
    display: block;
  }

  .aboutus_sec03 .container .dl01 > dd > dl > dt {
    font-weight: 700;
  }

  .aboutus_sec03 .container .dl01 > dd .bnrs {
    gap: 1rem;
    margin-top: 1rem;
  }

  .aboutus_sec03 .container .dl01 > dd .bnrs .bnr img {
    height: 4.9rem;
  }
}

/* ---------------------------------------------------------------------------
//  aboutus_sec04
--------------------------------------------------------------------------- */
.aboutus_sec04 .container {
  margin-top: 25rem;
  position: relative;
}

.aboutus_sec04 .container .contents {
  margin-top: 15rem;
}

.aboutus_sec04 .container .contents .dl01 {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 7.5rem;
  line-height: 1.65;
  padding: 0 4.7rem;
}

.aboutus_sec04 .container .contents .dl01 + .dl01 {
  margin-top: 1.6rem;
}

.aboutus_sec04 .container .contents .dl01 dt {
  text-align: right;
  white-space: nowrap;
  width: 16.5rem;
  width: 9.5rem;
}

.aboutus_sec04 .container .contents .dl01 dd {
  width: calc(100% - 17rem);
}

@media screen and (max-width:768px) {
  .aboutus_sec04 .container {
    margin-top: 15rem;
  }

  .aboutus_sec04 .container .ttlC {
    padding-left: 2rem;
  }

  .aboutus_sec04 .container .contents {
    margin-top: 10rem;
  }

  .aboutus_sec04 .container .contents .dl01 {
    display: block;
    padding: 0;
  }

  .aboutus_sec04 .container .contents .dl01 + .dl01 {
    margin-top: 3rem;
  }

  .aboutus_sec04 .container .contents .dl01 dt {
    border-bottom: solid 1px;
    padding: 0 2rem;
    width: 100%;
  }

  .aboutus_sec04 .container .contents .dl01 dd {
    margin-top: 1rem;
    padding: 0 2rem;
    text-align: justify;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  aboutus_sec05
--------------------------------------------------------------------------- */
.aboutus_sec05 .container {
  margin-top: 25rem;
  position: relative;
}

.aboutus_sec05 .container .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aboutus_sec05 .container .contents .txts {
  margin-left: auto;
  width: calc(50% - 3.2rem);
}

.aboutus_sec05 .container .contents .txts .p01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
}

.aboutus_sec05 .container .contents .img {
  margin-top: 6rem;
  width: 66rem;
}

.aboutus_sec05 .map {
  height: 50rem;
  margin-top: 6rem;
  width: 100%;
}

.aboutus_sec05 .map iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width:768px) {
  .aboutus_sec05 .container {
    margin-top: 15rem;
    padding: 0 2rem;
  }

  .aboutus_sec05 .container .contents {
    display: block;
    margin-top: 10rem;
  }

  .aboutus_sec05 .container .contents .txts {
    width: 100%;
  }

  .aboutus_sec05 .container .contents .txts .p01 {
    font-size: 1.6rem;
  }

  .aboutus_sec05 .container .contents .img {
    margin-top: 3rem;
    width: 100%;
  }

  .aboutus_sec05 .map {
    height: 40rem;
    margin-top: 4rem;
  }
}

/* ---------------------------------------------------------------------------
//  business_sec00
--------------------------------------------------------------------------- */
.business_sec00 {
  position: relative;
}

.business_sec00 .container {
  padding-top: 2.8rem;
}

.business_sec00 .container .links {
  display: flex;
  flex-wrap: wrap;
  gap: 21.3rem;
  justify-content: center;
}

.business_sec00 .container .links .link {
  align-items: center;
  background-image: url(../img/business/shape01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  height: 36.7rem;
  padding-top: 9.5rem;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 27.9rem;
}

.business_sec00 .container .links .link:hover {
  opacity: .7;
}

.business_sec00 .container .links .link dl dt {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}

.business_sec00 .container .links .link dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.65;
}

.business_sec00 .container .links .link .arrow {
  background-image: url(../img/business/arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  bottom: 3.45rem;
  height: 4.45rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4.45rem;
}

@media screen and (max-width:768px) {
  .business_sec00 .container {
    padding: 0 2rem;
  }

  .business_sec00 .container .links {
    gap: 0rem;
  }

  .business_sec00 .container .links .link {
    aspect-ratio: 279/367;
    height: auto;
    padding-top: 9.5rem;
    position: relative;
    width: 27rem;
    width: calc(100% - 8rem);
  }

  /* .business_sec00 .container .links .link01 {
    left: -4rem;
  }

  .business_sec00 .container .links .link02 {
    right: -4rem;
  } */
  .business_sec00 .container .links .link dl dt {
    font-size: 2.4rem;
    margin-bottom: .7rem;
  }

  .business_sec00 .container .links .link .arrow {
    background-image: url(../img/business/arrow01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    bottom: 3.45rem;
    height: 4.45rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 4.45rem;
  }
}

/* ---------------------------------------------------------------------------
//  business_sec01
--------------------------------------------------------------------------- */
.business_sec01 {
  position: relative;
}

.business_sec01 .container {
  padding: 6.3rem 0 34rem;
}

.business_sec01 .container .h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: calc(.1em * (.64 / 32));
  margin-bottom: 6rem;
  text-align: center;
}

.business_sec01 .container .reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 120rem;
}

.business_sec01 .container .reasons .reason {
  color: #fff;
  padding: 2rem 1.5rem 2.6rem;
  position: relative;
  width: calc((100% - 4rem) / 3);
}

.business_sec01 .container .reasons .reason .deco {
  position: absolute;
  right: 2.4rem;
  top: -2rem;
  width: 2.3rem;
}

.business_sec01 .container .reasons .reason .num {
  border-top: 1px solid #1a3544;
  font-family: Roboto;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 8.7rem;
  padding: .5rem 1rem 0;
}

.business_sec01 .container .reasons .reason .num strong {
  font-size: 4.5rem;
  font-weight: 700;
}

.business_sec01 .container .reasons .reason01 {
  background: #759ba1;
}

.business_sec01 .container .reasons .reason02 {
  background: #a99cb2;
}

.business_sec01 .container .reasons .reason03 {
  background: #ac9090;
}

.business_sec01 .container .reasons .reason .pict {
  position: absolute;
  right: 2.4rem;
  top: 4.2rem;
}

.business_sec01 .container .reasons .reason01 .pict {
  width: 9rem;
}

.business_sec01 .container .reasons .reason02 .pict {
  width: 11rem;
}

.business_sec01 .container .reasons .reason02 .pict {
  width: 9.8rem;
}

.business_sec01 .container .reasons .reason .pict svg {
  max-width: 100%;
}

.business_sec01 .container .reasons .reason dl {
  padding: 0 1rem;
  text-align: justify;
}

.business_sec01 .container .reasons .reason dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: calc(.1em * (.36 / 18));
}

.business_sec01 .container .reasons .reason dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: .7rem;
}

@media screen and (max-width:768px) {
  .business_sec01 .container {
    padding: 10rem 2rem 20rem;
  }

  .business_sec01 .container .h2 {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }

  .business_sec01 .container .reasons {
    gap: 4rem;
  }

  .business_sec01 .container .reasons .reason {
    width: 100%;
  }

  .business_sec01 .container .reasons .reason .deco {
    top: -1.8rem;
  }

  .business_sec01 .container .reasons .reason .num {
    font-size: 2rem;
    margin-bottom: 6.5rem;
  }

  .business_sec01 .container .reasons .reason dl {
    padding: 0;
    text-align: justify;
  }

  .business_sec01 .container .reasons .reason dl dd {
    margin-top: 1rem;
  }
}

/* ---------------------------------------------------------------------------
//  business_sec02
--------------------------------------------------------------------------- */
.business_sec02 {
  position: relative;
}

.business_sec02 .container {
  padding: 0 0 34rem;
  position: relative;
  ;
}

.business_sec02 .container .deco {
  background-image: url(../img/business/02_deco01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60rem;
  left: -24rem;
  pointer-events: none;
  position: absolute;
  top: -28rem;
  width: 114.4rem;
  z-index: -1;
}

.business_sec02 .container .contents {
  margin-top: 4rem;
}

.business_sec02 .container .contents .p01 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

.business_sec02 .container .contents .txts .ttl_h3 {
  border-bottom: solid 1px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: calc(1em * (.48 / 24));
  margin-bottom: 1.5rem;
  padding-bottom: .4rem;
}

.business_sec02 .container .contents > .p01 {
  margin-bottom: 6rem;
  margin-left: auto;
  width: calc(50% - 3rem);
}

.business_sec02 .container .contents .row {
  align-items: center;
  display: flex;
  gap: 3rem;
}

.business_sec02 .container .contents .txts {
  width: 50%;
}

.business_sec02 .container .contents .row .img {
  height: 53rem;
  position: relative;
  width: calc(50% - 3rem);
}

.business_sec02 .container .contents .row .img img {
  height: 100%;
  left: 0;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  width: 60.8rem;
}

.business_sec02 .container .contents .column {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}

.business_sec02 .container .contents .alc {
  margin-top: 4rem;
}

.business_sec02 .container .contents .alc .ttl_h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.business_sec02 .container .contents .alc .map {
  height: 102.4rem;
  margin-bottom: 6rem;
  margin-top: 4rem;
  position: relative;
}

.business_sec02 .container .contents .alc .map .bg {
  background-image: url(../img/business/alc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.business_sec02 .container .contents .alc .map .btns button {
  /* background: rgba(255,255,255,.6); */
  border-radius: 100%;
  height: 13.3rem;
  position: absolute;
  transition: .4s;
  width: 13.3rem;
  z-index: 1;
}

.business_sec02 .container .contents .alc .map .btns button:hover {
  background: #fff;
  box-shadow: 0 0 5rem #fff, 0 0 5rem #fff, 0 0 5rem #fff;
  opacity: .4;
}

.business_sec02 .container .contents .alc .map .btns .btn01 {
  left: 20.6rem;
  top: 8.5rem;
}

.business_sec02 .container .contents .alc .map .btns .btn02 {
  left: 58.6rem;
  top: 13rem;
}

.business_sec02 .container .contents .alc .map .btns .btn03 {
  left: 76.8rem;
  top: 6.8rem;
}

.business_sec02 .container .contents .alc .map .btns .btn04 {
  height: 15rem;
  left: 10.9rem;
  top: 28.9rem;
  width: 15rem;
}

.business_sec02 .container .contents .alc .map .btns .btn05 {
  left: 19.9rem;
  top: 42.7rem;
}

.business_sec02 .container .contents .alc .map .btns .btn06 {
  left: 41.5rem;
  top: 54.4rem;
}

.business_sec02 .container .contents .alc .map .btns .btn07 {
  left: 20.8rem;
  top: 79.6rem;
}

.business_sec02 .container .contents .alc .map .btns .btn08 {
  left: 76.3rem;
  top: 65.5rem;
}

/* ボタン内のデータは隠しておく */
.modal_data {
  display: none;
}

/* モーダル表示エリア */
.modal_overlay {
  background: rgba(0, 0, 0, .8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.modal_content {
  background: #fff;
  left: 50%;
  max-width: 70rem;
  padding: 2.6rem 2.6rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main_business .modal_content {
  padding: 2.6rem 2.6rem 0;
}

.modal_view {
  max-height: 80vh;
  overflow: auto;
}

.modal_content img {
  border: solid 1px;
  width: 100%;
}

.main_business .modal_content img {
  /* height: 80rem; */
  object-fit: cover;
  max-width: inherit;
}

.modal_content p {
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem;
  text-align: center;
}

.modal_close {
  align-items: center;
  background: #1a3544;
  border: none;
  border: .7rem solid #fff;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 5rem;
  justify-content: center;
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 5rem;
}

.nav_btn {
  background-color: #bfbfbf;
  background-image: url(../img/business/next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  cursor: pointer;
  font-size: 0;
  height: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}

.prev_btn {
  background-image: url(../img/business/prev.svg);
  left: 0;
}

.next_btn {
  right: 0;
}

.btn_message {
  align-items: flex-end;
  background: #fff;
  display: flex;
  height: 12.2rem;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1rem 4rem 1rem 3rem;
  position: relative;
  width: 74.5rem;
}

.btn_message dt {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 100%;
}

@media screen and (max-width:768px) {
  .business_sec02 .container {
    padding: 0 2rem 20rem;
  }

  .business_sec02 .container .deco {
    height: calc(60rem * .7);
    width: calc(114.4rem * .7);
  }

  .business_sec02 .container .contents {
    margin-top: 9rem;
  }

  .business_sec02 .container .contents .p01 {
    font-size: 1.4rem;
    width: 100%;
  }

  .business_sec02 .container .contents .txts .ttl_h3 {
    font-size: 2rem;
  }

  .business_sec02 .container .contents .row {
    flex-direction: column;
    gap: 3rem;
  }

  .business_sec02 .container .contents .txts {
    width: 100%;
  }

  .business_sec02 .container .contents .row .img {
    height: auto;
    width: 100%;
  }

  .business_sec02 .container .contents .row .img img {
    height: auto;
    position: static;
    width: 100%;
  }

  .business_sec02 .container .contents .alc {
    margin-top: 4rem;
  }

  .business_sec02 .container .contents .alc .ttl_h3 {
    font-size: 1.8rem;
  }

  .business_sec02 .container .contents .alc .map {
    height: 37.631rem;
    left: -1rem;
    position: relative;
    width: calc(100% + 2rem);
  }

  .business_sec02 .container .contents .alc .map .btns button {
    height: 4.8rem;
    width: 4.8rem;
  }

  .business_sec02 .container .contents .alc .map .btns .btn01 {
    left: 7rem;
    top: 3.2rem;
  }

  .business_sec02 .container .contents .alc .map .btns .btn02 {
    left: 20.9rem;
    top: 4.8rem;
  }

  .business_sec02 .container .contents .alc .map .btns .btn03 {
    left: 27.7rem;
    top: 2.6rem;
  }

  .business_sec02 .container .contents .alc .map .btns .btn04 {
    height: 5.5rem;
    left: 3.4rem;
    top: 10.7rem;
    width: 5.5rem;
  }

  .business_sec02 .container .contents .alc .map .btns .btn05 {
    left: 6.7rem;
    top: 15.7rem;
  }

  .business_sec02 .container .contents .alc .map .btns .btn06 {
    left: 14.7rem;
    top: 20rem;
  }

  .business_sec02 .container .contents .alc .map .btns .btn07 {
    left: 7rem;
    top: 29.3rem;
  }

  .business_sec02 .container .contents .alc .map .btns .btn08 {
    left: 27.5rem;
    top: 24.1rem;
  }

  /* モーダル表示エリア */
  .modal_overlay {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000;
  }

  .modal_content {
    padding: 1rem;
    width: calc(100% - 2rem);
  }

  .main_business .modal_content {
    padding: 1rem 1rem 0;
  }

  .modal_content img {
    width: 100%;
  }

  .main_business .modal_content img {
    aspect-ratio: 848/799;
    height: auto;
  }

  .modal_content p {
    font-size: 1.6rem;
    padding: 1rem;
  }

  .modal_close {
    border: .3rem solid #fff;
    height: 3rem;
    right: -1rem;
    top: -1rem;
    width: 3rem;
  }

  .nav_btn {
    background-size: .5rem;
    height: 2rem;
    width: 2rem;
  }

  .btn_message {
    align-items: center;
    flex-direction: column;
    height: 12.2rem;
    padding: 2rem 2rem 2rem 2rem;
    width: 100%;
  }

  .btn_message dt {
    font-size: 1.6rem;
    justify-content: center;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  business_sec03
--------------------------------------------------------------------------- */
.business_sec03 {
  position: relative;
}

.business_sec03 .container {
  padding: 0 0 10rem;
  position: relative;
}

.business_sec03 .container .deco {
  background-image: url(../img/business/03_deco01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 59.2rem;
  left: -24rem;
  pointer-events: none;
  position: absolute;
  top: -28rem;
  width: 115.9rem;
  z-index: -1;
}

.business_sec03 .container .contents {
  margin-top: 4rem;
}

.business_sec03 .container .contents .p01 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

.business_sec03 .container .contents .txts .ttl_h3 {
  border-bottom: solid 1px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: calc(1em * (.48 / 24));
  margin-bottom: 1.5rem;
  padding-bottom: .4rem;
}

.business_sec03 .container .contents .txts .p01 + .ttl_h3 {
  margin-top: 6rem;
}

.business_sec03 .container .contents > .p01 {
  margin-left: auto;
  width: calc(50% - 3rem);
}

.business_sec03 .container .contents .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 8rem 0;
}

.business_sec03 .container .contents .txts {
  width: 50%;
}

.business_sec03 .container .contents .row .img01 {
  height: 53rem;
  position: relative;
  width: calc(50% - 3rem);
}

.business_sec03 .container .contents .row .img01 img {
  height: 100%;
  left: 0;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  width: 60.8rem;
}

.business_sec03 .container .contents .row .img02 {
  left: 2rem;
  position: relative;
  width: 47.7rem;
}

@media screen and (max-width:768px) {
  .business_sec03 .container {
    padding: 0 2rem 10rem;
  }

  .business_sec03 .container .deco {
    height: calc(59.2rem * .7);
    width: calc(115.9rem * .7);
  }

  .business_sec03 .container .contents {
    margin-top: 9rem;
  }

  .business_sec03 .container .contents .p01 {
    font-size: 1.4rem;
    width: 100%;
  }

  .business_sec03 .container .contents .txts .ttl_h3 {
    font-size: 2rem;
  }

  .business_sec03 .container .contents .row {
    flex-direction: column;
    gap: 3rem;
    margin: 6rem 0;
  }

  .business_sec03 .container .contents .txts {
    width: 100%;
  }

  .business_sec03 .container .contents .row .img01 {
    height: auto;
    width: 100%;
  }

  .business_sec03 .container .contents .row .img01 img {
    height: auto;
    position: static;
    width: 100%;
  }

  .business_sec03 .container .contents .row .img02 {
    height: auto;
    position: static;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  projects_sec01
--------------------------------------------------------------------------- */
.projects_sec01 {
  margin-top: 17rem;
  position: relative;
}

.projects_sec01 .container {
  padding: 0;
  position: relative;
}

.projects_sec01 .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
  padding: 7rem 0;
}

.projects_sec01 .cats .cat {
  align-items: center;
  border: solid 1px #1a3544;
  display: flex;
  font-size: 2rem;
  height: 6.4rem;
  justify-content: center;
  text-align: center;
  width: calc((100% - 5.1rem) / 4);
}

.projects_sec01 .cats button.cat {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

.projects_sec01.is-loading {
  pointer-events: none;
}

.projects_sec01.is-loading [data-projects-list] {
  opacity: .45;
  transition: opacity .2s;
}

.projects_sec01 .cats .cat.active,
.projects_sec01 .cats .cat:hover {
  background: #1a3544;
  color: #fff;
}

.projects_sec01 .projects {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}

.projects_sec01 .projects .project {
  width: calc((100% - 6rem) / 2);
}

.projects_sec01 .projects .project .img {
  aspect-ratio: 472/347;
  margin-bottom: 1rem;
  overflow: hidden;
}

.projects_sec01 .projects .project .img img {
  transition: .3s;
}

.projects_sec01 .projects .project .img:hover img {
  transform: scale(1.1);
}

.projects_sec01 .projects .project .txts dl {
  display: flex;
  font-feature-settings: normal;
  font-size: 1.8rem;
}

.projects_sec01 .projects .project .txts dl + dl {
  margin-top: .5rem;
}

.projects_sec01 .projects .project .txts dl dt {
  flex-shrink: 0;
  white-space: nowrap;
}

/* ページネーション全体 */
.pagination {
  margin: 10rem auto;
  text-align: center;
}

.nav_links {
  align-items: center;
  display: flex;
  gap: 1.7rem;
  justify-content: center;
}

/* 各数字・ボタンの共通スタイル */
.page_numbers {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: center;
  /* border: 1px solid #1a3544; */
  transition: .3s;
  width: 4rem;
}

button.page_numbers {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

/* ホバー時と現在のページ */
.page_numbers:hover,
.page_numbers.current {
  background-color: #1a3544;
  color: #fff;
}

/* 省略記号（...） */
.page_numbers.dots {
  border: none;
  pointer-events: none;
}

/* 前へ・次へボタンの幅を自動に */
.page_numbers.prev,
.page_numbers.next {
  background-color: #bfbfbf;
  background-image: url(../img/business/next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  font-size: 0;
  height: 4rem;
  width: 6rem;
}

.page_numbers.prev {
  background-image: url(../img/business/prev.svg);
}

@media screen and (max-width:768px) {
  .projects_sec01 {
    margin-top: 14rem;
  }

  .projects_sec01 .container {
    padding: 0 2rem;
  }

  .projects_sec01 .cats {
    gap: 1rem;
    padding: 6rem 0;
  }

  .projects_sec01 .cats .cat {
    font-size: 1.6rem;
    height: 4rem;
    width: calc((100% - 3rem) / 4);
  }

  .projects_sec01 .projects {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
  }

  .projects_sec01 .projects .project {
    width: 100%;
  }

  .projects_sec01 .projects .project .txts dl {
    font-size: 1.6rem;
  }

  /* ページネーション全体 */
  .pagination {
    margin: 8rem auto;
  }

  .nav_links {
    gap: 1rem;
  }

  /* 前へ・次へボタンの幅を自動に */
  .page_numbers.prev,
  .page_numbers.next {
    flex-grow: 2;
  }
}

/* ---------------------------------------------------------------------------
//  contact_sec00
--------------------------------------------------------------------------- */
.contact_sec00 {
  position: relative;
}

.contact_sec00 .container {
  padding: 0 0 8rem;
  position: relative;
  text-align: center;
}

.contact_sec00 .container .p01 {
  font-size: 2rem;
  line-height: 1.75;
}

.contact_sec00 .container .panels {
  display: flex;
  gap: 2.8rem;
  margin-top: 7rem;
}

.contact_sec00 .container .panels .panel {
  background: #fff;
  border: solid 2px #1a3544;
  padding: 2rem;
  width: calc((100% - 2.8rem) / 2);
}

.contact_sec00 .container .panels .panel dt {
  font-size: 1.8rem;
}

.contact_sec00 .container .panels .panel dd {
  margin-top: 2rem;
}

.contact_sec00 .container .panels .panel dd a {
  align-items: center;
  display: flex;
  height: 5.4rem;
  justify-content: center;
}

.contact_sec00 .container .panels .panel dd a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.contact_sec00 .container .panels .panel dd a.num {
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: calc(1em * (1.32 / 44));
}

.contact_sec00 .container .panels .panel dd a.num::before {
  background-image: url(../img/common/icon_tel01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 3.9rem;
  margin-right: .6rem;
  position: relative;
  top: .2rem;
  width: 3.9rem;
}

.contact_sec00 .container .panels .panel dd a.btn {
  border: solid 1px #1a3544;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 auto;
  max-width: 35.4rem;
}

.contact_sec00 .container .panels .panel dd a.btn::before {
  background-image: url(../img/common/icon_mail02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 1.8rem;
  margin-right: .6rem;
  position: relative;
  top: .2rem;
  width: 2.5rem;
}

.contact_sec00 .container .panels .panel dd p {
  font-weight: 400;
  margin-top: 1rem;
}

@media screen and (max-width:768px) {
  .contact_sec00 .container {
    padding: 0 2rem 8rem;
  }

  .contact_sec00 .container .p01 {
    font-size: 1.6rem;
  }

  .contact_sec00 .container .panels {
    flex-direction: column;
    gap: 3rem;
    margin-top: 5rem;
  }

  .contact_sec00 .container .panels .panel {
    width: 100%;
  }

  .contact_sec00 .container .panels .panel dt {
    font-size: 1.8rem;
  }

  .contact_sec00 .container .panels .panel dd {
    margin-top: 1rem;
  }

  .contact_sec00 .container .panels .panel dd a {
    height: 5rem;
  }

  .contact_sec00 .container .panels .panel dd a.num {
    font-size: 3.4rem;
  }

  .contact_sec00 .container .panels .panel dd a.num::before {
    height: 3.4rem;
    width: 3.4rem;
  }

  .contact_sec00 .container .panels .panel dd a.btn {
    font-size: 2rem;
    margin-top: 2rem;
  }

  .contact_sec00 .container .panels .panel dd p {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  contact_sec01
--------------------------------------------------------------------------- */
.contact_sec01 {
  background: rgba(251, 249, 243, .3);
  position: relative;
}

.contact_sec01 .container {
  padding: 10rem 0;
  position: relative;
}

.contact_sec01 .container .head {
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
}

.contact_sec01 .container .head .ttl_h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: calc(1em * (.64 / 32));
  width: 36rem;
}

.contact_sec01 .container .head .p01 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  width: calc(100% - 36rem);
}

.contact_sec01 .container .inputs {
  border-bottom: 1px solid #1a3544;
  border-top: 1px solid #1a3544;
}

::placeholder {
  color: #b2b2b2;
  font-weight: 400;
}

.contact_sec01 .container .inputs dl {
  display: flex;
  padding: 2.4rem 0;
}

.contact_sec01 .container .inputs dl + dl {
  border-top: 1px solid #cfcfcf;
}

.contact_sec01 .container .inputs dl dt {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  width: 36rem;
}

.contact_sec01 .container .inputs dl dt span {
  align-items: center;
  border: solid 1px;
  color: #d10606;
  display: flex;
  font-size: 1.2rem;
  height: 2.1rem;
  justify-content: center;
  width: 3.8rem;
}

.contact_sec01 .container .inputs dl dd {
  width: calc(100% - 36rem);
}

.contact_sec01 .container .inputs dl dd input[type='text'],
.contact_sec01 .container .inputs dl dd input[type='email'] {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
}

.contact_sec01 .container .inputs dl dd textarea {
  background: #fff;
  height: 25rem;
  padding: 1.5rem;
  resize: none;
  width: 100%;
}

.contact_sec01 .container .inputs dl dd.radio {
  padding: 1.5rem 0;
}

.contact_sec01 .container .sup {
  font-size: 1.4rem;
  margin-top: 5rem;
  text-align: center;
}

.contact_sec01 .container .submit_btn input {
  background: #1a3544;
  color: #fff;
  display: block;
  font-size: 2rem;
  height: 8.4rem;
  line-height: 8.4rem;
  margin: 1rem auto;
  max-width: 50rem;
  text-align: center;
  text-align: center;
  transition: .3s;
  width: 100%;
}

.contact_sec01 .container .submit_btn input:hover {
  opacity: .7;
}

/* 1. デフォルトのラジオボタンを隠す */
.wpcf7-radio input[type='radio'] {
  display: none;
}

/* 2. ラベル全体のレイアウト調整 */
.wpcf7-list-item {
  display: inline-block;
  margin-right: 5rem;
}

.wpcf7-list-item label {
  cursor: pointer;
  display: inline-block;
  padding-left: 2rem;
  /* カスタムボタン用の余白 */
  position: relative;
}

/* 3. 外枠（カスタムラジオボタンの土台） */
.wpcf7-list-item-label::before {
  border: 1px solid;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 1.6rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: .2rem;
  transition: .3s;
  width: 1.6rem;
}

/* 4. 選択時の「中の丸」 */
.wpcf7-list-item-label::after {
  background: #1a3544;
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 1rem;
  left: calc(1px + .18rem);
  margin: auto;
  opacity: 0;
  position: absolute;
  top: .2rem;
  transition: .3s;
  width: 1rem;
}

.wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

@media screen and (max-width:768px) {
  .contact_sec01 .container {
    padding: 8rem 2rem;
  }

  .contact_sec01 .container .head {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .contact_sec01 .container .head .ttl_h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .contact_sec01 .container .head .p01 {
    font-size: 1.4rem;
    width: 100%;
  }

  .contact_sec01 .container .inputs dl {
    display: block;
    padding: 2rem 0;
  }

  .contact_sec01 .container .inputs dl dt {
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }

  .contact_sec01 .container .inputs dl dd {
    width: 100%;
  }

  .contact_sec01 .container .inputs dl dd input[type='text'],
  .contact_sec01 .container .inputs dl dd input[type='email'] {
    padding: 1rem;
    width: 100%;
  }

  .contact_sec01 .container .inputs dl dd textarea {
    height: 20rem;
    padding: 1rem;
  }

  .contact_sec01 .container .inputs dl dd.radio {
    padding: 1rem 0;
  }

  .contact_sec01 .container .sup {
    font-size: 1rem;
    margin-top: 3rem;
  }

  .contact_sec01 .container .submit_btn input {
    font-size: 1.8rem;
    height: 6rem;
    line-height: 6rem;
    margin: 3rem auto;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  login_sec01
--------------------------------------------------------------------------- */
.login_sec01 .container {
  padding: 0 0 6rem;
  position: relative;
}

.login_sec01 .container .login_box {
  background: rgba(251, 249, 243, .3);
  display: flex;
  justify-content: center;
  padding: 3rem;
}

.login_sec01 .container .login_box dl {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.login_sec01 .container .login_box dl dd {
  display: flex;
  gap: 2rem;
}

.login_sec01 .container .login_box dl dd input {
  background: #fff;
  padding: 1.5rem;
  width: 40rem;
}

.login_sec01 .container .login_box dl dd button {
  align-items: center;
  background: #1a3544;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0 3.6rem;
  transition: .3s;
}

.login_sec01 .container .login_box dl dd button:hover {
  opacity: .7;
}

.login_sec01 .container .p01 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 2rem;
  text-align: center;
}

@media screen and (max-width:768px) {
  .login_sec01 .container {
    padding: 0 0 5rem;
    position: relative;
  }

  .login_sec01 .container .login_box {
    align-items: center;
    flex-direction: column;
    padding: 2rem 2rem 3rem;
  }

  .login_sec01 .container .login_box dl {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .login_sec01 .container .login_box dl dd {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .login_sec01 .container .login_box dl dd input {
    padding: 1rem;
    width: 100%;
  }

  .login_sec01 .container .login_box dl dd button {
    padding: .7rem 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  download_sec01
--------------------------------------------------------------------------- */
.download_sec01 .container {
  padding: 0 0 6rem;
  position: relative;
}

.download_sec01 .container .items .item {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.download_sec01 .container .items .item dt {
  background: #1a3544;
  color: #fff;
  padding: .7rem 3.6rem;
}

.download_sec01 .container .items .item dd {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-top: 2rem;
}

.download_sec01 .container .items .item dd a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  text-align: center;
}

.download_sec01 .container .items .item dd a:hover {
  opacity: .7;
}

.download_sec01 .container .items .item dd a div {
  width: 15rem;
}

.download_sec01 .container .items .item dd a span {
  margin-top: -1rem;
}

@media screen and (max-width:768px) {
  .download_sec01 .container {
    padding: 0 2rem 5rem;
  }

  .download_sec01 .container .items .item dt {
    padding: .7rem 2rem;
    text-align: center;
    width: 100%;
  }

  .download_sec01 .container .items .item dd {
    gap: 0;
    margin-top: 1rem;
  }

  .download_sec01 .container .items .item dd a div {
    width: 15rem;
  }
}

/* ---------------------------------------------------------------------------
//  page_sec01
--------------------------------------------------------------------------- */
.page_sec01 .container {
  position: relative;
}

.page_sec01 .container .first {
  font-size: 2rem;
  line-height: 1.75;
  padding-bottom: 6rem;
  text-align: center;
}

.page_sec01 .container .first small {
  font-size: 1.6rem;
}

.page_sec01 .container .box {
  border-top: solid 1px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 6rem 0;
}

.page_sec01 .container .box h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.page_sec01 .container .box * + h2 {
  margin-top: 5rem;
}

.page_sec01 .container .box p {
  margin: 2rem 0;
}

.page_sec01 .container .box ul {
  margin: 2rem 0;
}

.page_sec01 .container .box ul li {
  display: flex;
}

.page_sec01 .container .box ul li + li {
  margin-top: 1rem;
}

.page_sec01 .container .box ul li::before {
  content: '・';
  flex-shrink: 0;
  font-feature-settings: normal;
}

@media screen and (max-width:768px) {
  .page_sec01 .container {
    padding: 0 2rem;
  }

  .page_sec01 .container .first {
    font-size: 1.6rem;
    padding-bottom: 5rem;
  }

  .page_sec01 .container .first small {
    font-size: 1.4rem;
  }

  .page_sec01 .container .box {
    font-size: 1.4rem;
    padding: 5rem 0;
  }

  .page_sec01 .container .box h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .page_sec01 .container .box p {
    margin: 1rem 0;
  }

  .page_sec01 .container .box ul {
    margin: 1rem 0;
  }

  .page_sec01 .container .box ul li + li {
    margin-top: .5rem;
  }
}

/* ---------------------------------------------------------------------------
//  recruit_fv
--------------------------------------------------------------------------- */
.recruit_fv .container {
  padding: 13rem 0 0;
  position: relative;
}

.recruit_fv .container .deco {
  filter: drop-shadow(-.34rem .27rem 1.34rem rgba(0, 0, 0, .25));
  position: absolute;
  right: calc((100vw - 100rem) / 2 + 6rem);
  top: 8rem;
  width: 26.45rem;
}

.recruit_fv .container .head .jp {
  font-feature-settings: normal;
  font-size: 7.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.recruit_fv .container .head .jp strong {
  color: #9d2232;
}

.recruit_fv .container .middle {
  background: #1a3544;
  color: #fff;
  font-size: 3.2rem;
  height: 39.6rem;
  padding: 2rem 0;
}

.recruit_fv .container .bottom {
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

.recruit_fv .container .bottom img {
  width: 54.5rem;
}

.recruit_fv .container .deco01 {
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.recruit_fv .container .deco01 img {
  filter: drop-shadow(-.34rem .27rem 1.34rem rgba(0, 0, 0, .25));
  position: absolute;
  width: 22.25rem;
}

.recruit_fv .container .deco01 img:nth-of-type(1) {
  left: 7rem;
  top: 17rem;
}

.recruit_fv .container .deco01 img:nth-of-type(2) {
  left: 31rem;
  top: 8rem;
}

.recruit_fv .container .deco01 img:nth-of-type(3) {
  left: 21rem;
  top: 38rem;
}

.recruit_fv .container .deco02 {
  bottom: -14rem;
  left: -20rem;
  left: calc((100vw - 100rem) / 2 - 34rem);
  position: absolute;
  width: 68rem;
}

@media screen and (max-width:768px) {
  .recruit_fv .container {
    padding: 31rem 0 5rem;
    position: relative;
  }

  .recruit_fv .container .deco {
    filter: drop-shadow(-.34rem .27rem 1.34rem rgba(0, 0, 0, .25));
    position: absolute;
    right: calc((100vw - 100rem) / 2 + 6rem);
    top: 8rem;
    width: 26.45rem;
  }

  .recruit_fv .container .head {
    position: relative;
    z-index: 3;
  }

  .recruit_fv .container .head .jp {
    font-size: 4rem;
    padding: 0 2rem;
  }

  .recruit_fv .container .middle {
    font-size: 1.6rem;
    height: 16rem;
    padding: 2rem;
  }

  .recruit_fv .container .bottom {
    margin-top: 2rem;
    padding: 0 2rem;
  }

  .recruit_fv .container .bottom img {
    width: 100%;
  }

  .recruit_fv .container .deco01 {
    width: 100%;
  }

  .recruit_fv .container .deco01 img {
    width: 14rem;
  }

  .recruit_fv .container .deco01 img:nth-of-type(1) {
    left: 8rem;
    top: 5rem;
  }

  .recruit_fv .container .deco01 img:nth-of-type(2) {
    left: 24rem;
    top: -3rem;
  }

  .recruit_fv .container .deco01 img:nth-of-type(3) {
    left: 20rem;
    top: 17rem;
  }

  .recruit_fv .container .deco02 {
    bottom: -6rem;
    left: -12rem;
    width: 48rem;
  }
}

/* ---------------------------------------------------------------------------
//  recruit_sec01
--------------------------------------------------------------------------- */
.recruit_sec01 .container {
  padding: 13rem 0 0;
  position: relative;
}

.recruit_sec01 .container .ttl_h2 {
  left: -7.5rem;
  position: relative;
  width: 34.8rem;
}

.recruit_sec01 .container .p01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}

.recruit_sec01 .container .p01 + .p01 {
  margin-top: 2rem;
}

.recruit_sec01 .container .moreB {
  margin-top: 6rem;
}

.recruit_sec01 .container .moreB p {
  font-size: 3.8rem;
  font-weight: 700;
  margin-right: 1rem;
}

@media screen and (max-width:768px) {
  .recruit_sec01 .container {
    padding: 8rem 2rem 0;
  }

  .recruit_sec01 .container .ttl_h2 {
    left: -2rem;
    width: calc(34.8rem * .7);
  }

  .recruit_sec01 .container .p01 {
    font-size: 1.6rem;
  }

  .recruit_sec01 .container .moreB {
    margin-top: 4rem;
  }

  .recruit_sec01 .container .moreB p {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  recruit_sec02
--------------------------------------------------------------------------- */
.recruit_sec02 .container {
  padding: 13rem 0 0;
  position: relative;
}

.recruit_sec02 .container .ttl_h2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.recruit_sec02 .container .ttl_h2 img {
  left: 1rem;
  position: relative;
  width: 21.7rem;
}

.recruit_sec02 .container .ttl_h2 span {
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: calc(.1em * (1.28 / 64));
  margin-top: -4rem;
}

.recruit_sec02 .container .ttl_h2 span strong {
  color: #9d2232;
}

.recruit_sec02 .container .p01 {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 2rem;
  text-align: center;
}

.recruit_sec02 .container .bnrs {
  display: flex;
  margin: 4rem auto 6rem;
  max-width: 128rem;
}

.recruit_sec02 .container .bnrs .bnr {
  overflow: hidden;
  width: 50%;
}

.recruit_sec02 .container .bnrs .bnr02 {
  margin-top: 23rem;
}

.recruit_sec02 .container .bnrs .bnr .img {
  aspect-ratio: 639/745;
}

.recruit_sec02 .container .bnrs .bnr .belt {
  position: relative;
}

.recruit_sec02 .container .bnrs .bnr .belt::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  z-index: 2;
}

.recruit_sec02 .container .bnrs .bnr01 .belt::before {
  background-image: url(../img/recruit/02_eng01.png);
  height: 7.85rem;
  right: 3rem;
  top: -23rem;
  width: 17rem;
}

.recruit_sec02 .container .bnrs .bnr02 .belt::before {
  background-image: url(../img/recruit/02_eng02.png);
  height: 13.3rem;
  left: 3rem;
  top: -21rem;
  width: 36.35rem;
}

.recruit_sec02 .container .bnrs .bnr .ttl_h3 {
  background: #1a3544;
  color: #fff;
  font-size: 3.2rem;
  left: -5rem;
  padding: 1.5rem;
  position: absolute;
  text-align: center;
  top: -12rem;
  transform: rotate(-15deg);
  width: calc(100% + 10rem);
}

.recruit_sec02 .container .bnrs .bnr dl {
  margin-top: 2rem;
  text-align: center;
}

.recruit_sec02 .container .bnrs .bnr dl dt {
  font-size: 1.6rem;
}

.recruit_sec02 .container .bnrs .bnr dl dd {
  font-size: 3.6rem;
}

.recruit_sec02 .container .moreB {
  justify-content: center;
  margin-top: 6rem;
}

.recruit_sec02 .container .moreB p {
  font-size: 1.6rem;
  margin-left: -13rem;
  margin-right: 1rem;
  white-space: nowrap;
}

@media screen and (max-width:768px) {
  .recruit_sec02 .container {
    padding: 8rem 0 0;
    position: relative;
  }

  .recruit_sec02 .container .ttl_h2 img {
    left: 0;
    width: 21.7rem;
    width: calc(21.7rem * .7);
  }

  .recruit_sec02 .container .ttl_h2 span {
    font-size: 2.8rem;
    margin-top: 0;
  }

  .recruit_sec02 .container .ttl_h2 span strong {
    color: #9d2232;
  }

  .recruit_sec02 .container .p01 {
    font-size: 1.6rem;
  }

  .recruit_sec02 .container .bnrs {
    flex-direction: column;
    margin: 4rem auto;
  }

  .recruit_sec02 .container .bnrs .bnr {
    width: 30rem;
  }

  .recruit_sec02 .container .bnrs .bnr02 {
    margin-left: auto;
    margin-top: 4rem;
  }

  .recruit_sec02 .container .bnrs .bnr01 .belt::before {
    height: calc(7.85rem * .7);
    right: 1rem;
    top: -12rem;
    width: calc(17rem * .7);
  }

  .recruit_sec02 .container .bnrs .bnr02 .belt::before {
    height: calc(13.3rem * .7);
    left: 1rem;
    top: -13.5rem;
    width: calc(36.35rem * .7);
  }

  .recruit_sec02 .container .bnrs .bnr .ttl_h3 {
    font-size: 2rem;
    padding: 1rem;
    top: -6rem;
  }

  .recruit_sec02 .container .bnrs .bnr dl dt {
    font-size: 1.4rem;
  }

  .recruit_sec02 .container .bnrs .bnr dl dd {
    font-size: 3rem;
  }

  .recruit_sec02 .container .moreB p {
    font-size: 1.4rem;
    margin-left: auto;
  }
}

/* ---------------------------------------------------------------------------
//  recruit_sec03
--------------------------------------------------------------------------- */
.recruit_sec03 .container {
  padding: 13rem 0 0;
  position: relative;
}

.recruit_sec03 .container .ttl_h2 {
  position: relative;
}

.recruit_sec03 .container .ttl_h2 img {
  position: absolute;
  right: 3rem;
  top: 4rem;
  width: 45.3rem;
}

.recruit_sec03 .container .ttl_h2 span {
  font-size: 7.8rem;
  font-weight: 700;
  letter-spacing: calc(.1em * (1.56 / 78));
}

.recruit_sec03 .container .p01 {
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 2rem;
}

.recruit_sec03 .container .bnrs {
  display: flex;
  gap: 12.7rem;
  margin: 4rem auto 6rem;
}

.recruit_sec03 .container .bnrs .bnr {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 12.7rem) / 2);
}

.recruit_sec03 .container .bnrs .bnr .ttl_h3 {
  font-size: 3.6rem;
}

.recruit_sec03 .container .bnrs .bnr .pict {
  height: 12.7rem;
  margin: 4rem 0;
  width: 11.6rem;
}

.recruit_sec03 .container .bnrs .bnr .pict img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.recruit_sec03 .container .bnrs .bnr .btn {
  align-items: center;
  border: solid 1px;
  display: flex;
  font-size: 2.4rem;
  height: 5.7rem;
  justify-content: center;
  text-align: center;
  transition: .3s;
  width: 33.4rem;
}

.recruit_sec03 .container .bnrs .bnr:hover .btn {
  background: #1a3544;
  color: #fff;
}

.entry_more {
  background: #9d2232;
  color: #fff;
  height: 12.2rem;
  margin: 10rem auto 0;
  padding: 0 3rem;
  position: relative;
  width: 74.5rem;
}

.entry_more a::before {
  top: -2rem;
}

.entry_more a::after {
  bottom: 2rem;
}

.entry_more a {
  width: 100%;
}

.entry_more a p {
  align-items: center;
  bottom: 0;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.go_entry {
  bottom: 2rem;
  position: fixed;
  right: 3rem;
  width: 12.2rem;
  z-index: 1000;
}

.go_entry:hover {
  opacity: .7;
}

body:has(.main_recruit) .go_top {
  display: none !important;
}

@media screen and (max-width:768px) {
  .recruit_sec03 .container {
    padding: 8rem 2rem 0;
  }

  .recruit_sec03 .container .ttl_h2 {
    flex-direction: column;
  }

  .recruit_sec03 .container .ttl_h2 img {
    position: relative;
    right: -3rem;
    top: 0;
    width: calc(45.3rem * .7);
  }

  .recruit_sec03 .container .ttl_h2 span {
    font-size: 3.6rem;
  }

  .recruit_sec03 .container .p01 {
    font-size: 1.6rem;
  }

  .recruit_sec03 .container .bnrs {
    flex-direction: column;
    gap: 4rem;
    margin: 4rem auto;
  }

  .recruit_sec03 .container .bnrs .bnr {
    aspect-ratio: inherit;
    padding: 2rem;
    width: 100%;
  }

  .recruit_sec03 .container .bnrs .bnr .ttl_h3 {
    font-size: 2rem;
  }

  .recruit_sec03 .container .bnrs .bnr .pict {
    height: 9rem;
    margin: 2rem 0;
    width: 9rem;
  }

  .recruit_sec03 .container .bnrs .bnr .btn {
    font-size: 2rem;
    height: 4rem;
    width: 100%;
  }

  .recruit_sec03 .container .bnrs .bnr:hover .btn {
    background: #1a3544;
    color: #fff;
  }

  .entry_more {
    height: 7rem;
    padding: 0 1rem;
    width: 100%;
  }

  .entry_more a p {
    font-size: 1.6rem;
  }

  .go_entry {
    bottom: .5rem;
    position: fixed;
    right: .5rem;
    width: 6rem;
    z-index: 1000;
  }
}

/* ---------------------------------------------------------------------------
//  entry_sec01
--------------------------------------------------------------------------- */
.entry_sec01 .container {
  padding: 8rem 0 12rem;
  position: relative;
}

.entry_sec01 .container .ttl_h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: calc(1em * (.64 / 32));
  margin-bottom: 2rem;
}

.tab_contents .tab_group {
  display: flex;
}

.tab_contents .tab_group .tab_item {
  background: #1a3544;
  color: #fff;
  cursor: pointer;
  font-size: 2.2rem;
  opacity: .5;
  padding: 1.6rem;
  text-align: center;
  transition: .3s;
  width: 50%;
}

.tab_contents .tab_group .tab_item.is_active {
  opacity: 1;
}

.tab_contents .panel_group .panel_item {
  margin-top: 2.6rem;
}

.tab_contents .panel_group .panel_item dl {
  border-top: 1px solid #cacaca;
  display: flex;
}

.tab_contents .panel_group .panel_item dl:last-of-type {
  border-bottom: 1px solid #cacaca;
}

.tab_contents .panel_group .panel_item dl dt {
  background: rgba(251, 249, 243, .56);
  padding: 2rem 3.5rem;
  white-space: nowrap;
  width: 21rem;
}

.tab_contents .panel_group .panel_item dl dd {
  flex-grow: 2;
  padding: 2rem 3.5rem;
}

.panel_item {
  display: none;
}

.panel_item.is_show {
  display: block;
}

@media screen and (max-width:768px) {
  .entry_sec01 .container {
    padding: 2rem 2rem 8rem;
  }

  .entry_sec01 .container .ttl_h2 {
    font-size: 2rem;
  }

  .tab_contents .tab_group .tab_item {
    font-size: 1.6rem;
    padding: 1rem;
  }

  .tab_contents .panel_group .panel_item {
    margin-top: 2rem;
  }

  .tab_contents .panel_group .panel_item dl {
    display: block;
  }

  .tab_contents .panel_group .panel_item dl dt {
    padding: 1rem 2rem;
    width: 100%;
  }

  .tab_contents .panel_group .panel_item dl dd {
    font-size: 1.4rem;
    padding: 1rem 2rem 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  entry_sec02
--------------------------------------------------------------------------- */
.entry_sec02 .container {
  padding: 21rem 0;
  position: relative;
}

.entry_sec02 .container .links {
  display: flex;
  gap: 10rem;
  justify-content: center;
}

.entry_sec02 .container .links .link {
  position: relative;
}

.entry_sec02 .container .links .link .txts {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: 700;
  gap: .6rem;
  height: 12.2rem;
  justify-content: center;
  padding-right: 15.5rem;
  transition: .3s;
  width: 35.7rem;
}

.entry_sec02 .container .links .link:hover .txts {
  width: 45rem;
}

.entry_sec02 .container .links .link .txts::after {
  background-image: url(../img/recruit/entry/arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 1.5rem;
  width: 5.7rem;
}

.entry_sec02 .container .links .link .deco {
  position: absolute;
  right: 0;
  top: -8rem;
  transition: .3s;
  width: 16.2rem;
}

.entry_sec02 .container .links .link .deco::before {
  background-image: url(../img/common/shadow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: .1rem;
  content: '';
  height: 4.27rem;
  mix-blend-mode: multiply;
  position: absolute;
  right: 3.7rem;
  width: 18.8rem;
  z-index: -1;
}

@media screen and (max-width:768px) {
  .entry_sec02 .container {
    padding: 12rem 2rem;
  }

  .entry_sec02 .container .links {
    flex-direction: column;
    gap: 14rem;
  }

  .entry_sec02 .container .links .link {
    position: relative;
  }

  .entry_sec02 .container .links .link .txts {
    font-size: 1.6rem;
    height: 9rem;
    padding-right: 11rem;
    width: 100%;
  }

  .entry_sec02 .container .links .link:hover .txts {
    width: 100%;
  }

  .entry_sec02 .container .links .link .deco {
    top: -6rem;
    width: calc(16.2rem * .7);
  }

  .entry_sec02 .container .links .link .deco::before {
    bottom: .2rem;
    height: calc(4.27rem * .7);
    right: 3.1rem;
    width: calc(18.8rem * .7);
  }
}

/* ---------------------------------------------------------------------------
//  company_sec01
--------------------------------------------------------------------------- */
.company_sec01 .container {
  padding: 8rem 0 0;
  position: relative;
}

.company_sec01 .container .crew {
  align-items: center;
  display: flex;
  height: 110.5rem;
  justify-content: center;
  position: relative;
}

.company_sec01 .container .crew .circle {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  height: 68rem;
  justify-content: center;
  width: 68rem;
}

.company_sec01 .container .crew .circle .ttl_h2 {
  font-size: 6.2rem;
  font-weight: 700;
  margin-bottom: 8rem;
  text-align: center;
}

.company_sec01 .container .crew .circle .eng {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 51rem;
  width: 74.35rem;
}

.company_sec01 .container .crew .circle .p01 {
  line-height: 1.75;
  text-align: center;
}

.company_sec01 .container .crew ul li {
  border-radius: 3.9rem;
  color: #fff;
  height: 30rem;
  padding: 4rem 2.4rem;
  position: absolute;
  width: 32.1rem;
}

.company_sec01 .container .crew ul li h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
}

.company_sec01 .container .crew ul li p {
  font-weight: 400;
  line-height: 1.75;
  text-align: justify;
}

.company_sec01 .container .crew ul li:nth-of-type(odd) {
  background: rgba(147, 141, 109, .86);
}

.company_sec01 .container .crew ul li:nth-of-type(even) {
  background: rgba(54, 74, 114, .86);
}

.company_sec01 .container .crew ul li:nth-of-type(1) {
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}

.company_sec01 .container .crew ul li:nth-of-type(2) {
  right: 0;
  top: 13.7rem;
}

.company_sec01 .container .crew ul li:nth-of-type(3) {
  bottom: 13.7rem;
  right: 0;
}

.company_sec01 .container .crew ul li:nth-of-type(4) {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}

.company_sec01 .container .crew ul li:nth-of-type(5) {
  bottom: 13.7rem;
  left: 0;
}

.company_sec01 .container .crew ul li:nth-of-type(6) {
  left: 0;
  top: 13.7rem;
}

@media screen and (max-width:768px) {
  .company_sec01 .container {
    padding: 3rem 2rem 0;
    position: relative;
  }

  .company_sec01 .container .crew {
    flex-direction: column;
    height: auto;
  }

  .company_sec01 .container .crew .circle {
    height: 50rem;
    width: 50rem;
  }

  .company_sec01 .container .crew .circle .ttl_h2 {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }

  .company_sec01 .container .crew .circle .eng {
    top: 19rem;
  }

  .company_sec01 .container .crew ul {
    margin-top: -6rem;
  }

  .company_sec01 .container .crew ul li {
    aspect-ratio: 2/1;
    border-radius: 2rem;
    height: auto;
    padding: 3rem 2rem;
    position: static;
    width: 100%;
  }

  .company_sec01 .container .crew ul li + li {
    margin: 3rem 0 0 !important;
  }

  .company_sec01 .container .crew ul li h3 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  company_sec02
--------------------------------------------------------------------------- */
.company_sec02 .container {
  padding: 25rem 0 0;
  position: relative;
}

.company_sec02 .container .head {
  margin-bottom: 10rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.company_sec02 .container .head .eng {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -5.9rem;
  width: 29.7rem;
}

.company_sec02 .container .head .ttl_h2 {
  font-size: 6.4rem;
  font-weight: 700;
}

.company_sec02 .container .head .ttl_h2 strong {
  color: #9d2232;
}

.company_sec02 .container .styles .style {
  display: flex;
}

.company_sec02 .container .styles .style:nth-of-type(even) {
  flex-direction: row-reverse;
}

.company_sec02 .container .styles .style + .style {
  margin-top: 8rem;
}

.company_sec02 .container .styles .style .img {
  position: relative;
  width: 50%;
}

.company_sec02 .container .styles .style:nth-of-type(odd) .img {
  padding-right: 4rem;
}

.company_sec02 .container .styles .style:nth-of-type(even) .img {
  padding-left: 4rem;
}

.company_sec02 .container .styles .style .img span {
  background-color: #1a3544;
  height: 8rem;
  position: absolute;
  transform: rotate(-18deg);
  width: 100vw;
}

.company_sec02 .container .styles .style:nth-of-type(odd) .img span {
  right: 0;
  top: 11rem;
  transform-origin: top right;
}

.company_sec02 .container .styles .style:nth-of-type(even) .img span {
  bottom: 11rem;
  left: 0;
  transform-origin: bottom left;
}

.company_sec02 .container .styles .style:nth-of-type(odd) .img span::before {
  top: 5.4rem;
}

.company_sec02 .container .styles .style:nth-of-type(even) .img span::before {
  top: -5.5rem;
}

.company_sec02 .container .styles .style .img .pic {
  position: relative;
}

.company_sec02 .container .styles .style .img .num {
  position: absolute;
}

.company_sec02 .container .styles .style:nth-of-type(1) .img .num {
  bottom: -5rem;
  right: 2.5rem;
  width: 12.79rem;
}

.company_sec02 .container .styles .style:nth-of-type(2) .img .num {
  bottom: -7rem;
  left: 4rem;
  width: 15.497rem;
}

.company_sec02 .container .styles .style:nth-of-type(3) .img .num {
  bottom: -5rem;
  right: 4rem;
  width: 13.721rem;
}

.company_sec02 .container .styles .style:nth-of-type(4) .img .num {
  bottom: -7rem;
  left: 6rem;
  width: 15.902rem;
}

.company_sec02 .container .styles .style dl {
  background: #e6e4df;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50%;
}

.company_sec02 .container .styles .style:nth-of-type(odd) dl {
  padding-left: 4rem;
}

.company_sec02 .container .styles .style:nth-of-type(even) dl {
  padding-right: 4rem;
}

.company_sec02 .container .styles .style dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.company_sec02 .container .styles .style dl dd {
  line-height: 1.75;
  text-align: justify;
}

@media screen and (max-width:768px) {
  .company_sec02 .container {
    padding: 18rem 0 0;
    position: relative;
  }

  .company_sec02 .container .head {
    margin-bottom: 6rem;
  }

  .company_sec02 .container .head .eng {
    top: -5rem;
    width: calc(29.7rem * .7);
  }

  .company_sec02 .container .head .ttl_h2 {
    font-size: 3rem;
  }

  .company_sec02 .container .styles .style {
    display: block;
  }

  .company_sec02 .container .styles .style + .style {
    margin-top: 6rem;
  }

  .company_sec02 .container .styles .style .img {
    width: 100%;
  }

  .company_sec02 .container .styles .style .img span {
    height: 6rem;
    width: 200vw;
  }

  .company_sec02 .container .styles .style:nth-of-type(odd) .img span {
    top: 4rem;
  }

  .company_sec02 .container .styles .style:nth-of-type(even) .img span {
    bottom: 4rem;
  }

  .company_sec02 .container .styles .style:nth-of-type(odd) .img span::before {
    top: 5.4rem;
  }

  .company_sec02 .container .styles .style:nth-of-type(even) .img span::before {
    top: -5.5rem;
  }

  .company_sec02 .container .styles .style .img .num {
    transform: scale(.5);
  }

  .company_sec02 .container .styles .style dl {
    background: none;
    margin-top: 4rem;
    width: 100%;
  }

  .company_sec02 .container .styles .style:nth-of-type(odd) dl {
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .company_sec02 .container .styles .style:nth-of-type(even) dl {
    padding-left: 2rem;
    padding-right: 4rem;
  }

  .company_sec02 .container .styles .style dl dt {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  company_sec03
--------------------------------------------------------------------------- */
.company_sec03 .container {
  padding: 20rem 0 0;
  position: relative;
}

.company_sec03 .container .ttl_h2 {
  border-bottom: solid 1px;
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}

.company_sec03 .container .datas {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
}

.company_sec03 .container .datas .data {
  width: calc((100% - 7.2rem) / 3);
}

.company_sec03 .container .datas .data .comment {
  background: #4e6082;
  border-radius: 1rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 3.4rem;
  padding: 1.2rem;
  position: relative;
  text-align: center;
}

.company_sec03 .container .datas .data .comment::before {
  background-image: url(../img/recruit/company/tri.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1.85rem;
  content: '';
  height: 3.7rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 3.7rem;
}

.company_sec03 .container .datas .data .card {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company_sec03 .container .datas .data .card dt {
  font-size: 2.4rem;
  font-weight: 700;
}

.company_sec03 .container .datas .data .card .pict {
  align-items: center;
  display: flex;
  height: 8.6rem;
  justify-content: center;
  margin: 2rem 0;
}

.company_sec03 .container .datas .data .card .pict img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.company_sec03 .container .datas .data .card .num {
  font-size: 3.2rem;
  font-weight: 700;
}

.company_sec03 .container .datas .data .card .num strong {
  display: inline-block;
  font-family: Roboto;
  font-size: 10rem;
  letter-spacing: calc(-1em * (7.2 / 120));
  line-height: .8;
  margin: 0 .5rem;
}

@media screen and (max-width:768px) {
  .company_sec03 .container {
    padding: 12rem 0 0;
  }

  .company_sec03 .container .ttl_h2 {
    font-size: 2.4rem;
  }

  .company_sec03 .container .datas {
    justify-content: center;
    padding: 0 2rem;
  }

  .company_sec03 .container .datas .data {
    width: 31rem;
  }
}

/* ---------------------------------------------------------------------------
//  company_sec04
--------------------------------------------------------------------------- */
.company_sec04 .container {
  padding: 10rem 0 0;
  position: relative;
}

.company_sec04 .container .ttl_h2 {
  border-bottom: solid 1px;
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}

.company_sec04 .container .datas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.6rem;
  justify-content: center;
  margin-bottom: 16rem;
}

.company_sec04 .container .datas .data {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 7.2rem) / 3);
}

.company_sec04 .container .datas .data:nth-of-type(1) {
  margin-left: 10rem;
}

.company_sec04 .container .datas .data:nth-of-type(2) {
  margin-right: 10rem;
}

.company_sec04 .container .datas .data .card {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.company_sec04 .container .datas .data .card dt {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 700;
  height: 5.5rem;
}

.company_sec04 .container .datas .data .card dt small {
  font-size: 1.8rem;
}

.company_sec04 .container .datas .data .card dd {
  width: 100%;
}

.company_sec04 .container .datas .data .card dd .pict {
  align-items: center;
  display: flex;
  height: 13rem;
  justify-content: center;
  width: 100%;
}

.company_sec04 .container .datas .data .card dd .pict img {
  width: auto;
}

.company_sec04 .container .datas .data01 .card dd .pict img {
  position: relative;
  top: -1rem;
  width: 10.4rem;
}

.company_sec04 .container .datas .data02 .card dd .pict img {
  width: 11rem;
}

.company_sec04 .container .datas .data03 .card dd .pict img {
  width: 10.1rem;
}

.company_sec04 .container .datas .data04 .card dd .pict img {
  width: 10rem;
}

.company_sec04 .container .datas .data05 .card dd .pict img {
  width: 8.5rem;
}

.company_sec04 .container .datas .data .card dd .pict p {
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width:768px) {
  .company_sec04 .container {
    padding: 8rem 0 0;
  }

  .company_sec04 .container .ttl_h2 {
    font-size: 2.4rem;
  }

  .company_sec04 .container .datas {
    justify-content: center;
    padding: 0 2rem;
  }

  .company_sec04 .container .datas .data {
    height: 31rem;
    margin: 0 !important;
    width: 31rem;
  }
}

/* ---------------------------------------------------------------------------
//  job_sec01
--------------------------------------------------------------------------- */
.job_sec01 .container {
  padding: 8rem 0 0;
  position: relative;
}

.job_sec01 .container .ttl_h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 4rem;
  text-align: center;
}

.job_sec01 .container .cards {
  display: flex;
  gap: 6.7rem;
}

.job_sec01 .container .cards .card {
  background: #fff;
  box-shadow: 1rem 1rem 0 0 rgba(26, 53, 68, .50);
  padding: 4rem 2.5rem;
  width: calc((100% - 6.7rem) / 2);
}

.job_sec01 .container .cards .card dl {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.job_sec01 .container .cards .card dl dt {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: calc(1em * (.56 / 28));
  margin-bottom: 3rem;
}

.job_sec01 .container .cards .card dl dd {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 400;
  gap: 2rem;
  line-height: 1.75;
}

.job_sec01 .container .cards .card01 dl dd .pict {
  width: 21.85rem;
}

.job_sec01 .container .cards .card02 dl dd .pict {
  width: 21.59rem;
}

@media screen and (max-width:768px) {
  .job_sec01 .container {
    padding: 3rem 2rem 0;
  }

  .job_sec01 .container .ttl_h2 {
    font-size: 2.4rem;
  }

  .job_sec01 .container .cards {
    flex-direction: column;
    gap: 4rem;
  }

  .job_sec01 .container .cards .card {
    padding: 3rem 2rem;
    width: 100%;
  }

  .job_sec01 .container .cards .card dl dt {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .job_sec01 .container .cards .card dl dd {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  job_sec02
--------------------------------------------------------------------------- */
.job_sec02 .container {
  padding: 11rem 0 0;
  position: relative;
}

.job_sec02 .container .head {
  margin-bottom: 6rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.job_sec02 .container .head .eng {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -4rem;
  width: 14.8rem;
}

.job_sec02 .container .head .ttl_h2 {
  font-size: 6.4rem;
  font-weight: 700;
}

.job_sec02 .container .head .ttl_h2 strong {
  color: #9d2232;
}

.job_sec02 .container .head .p01 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

.job_sec02 .container .staffs {
  display: flex;
}

.job_sec02 .container .staffs .staff {
  width: 50%;
}

.job_sec02 .container .staffs .staff .profile .img {
  display: flex;
  flex-direction: column;
  height: 74.5rem;
  justify-content: flex-end;
  padding-bottom: 7.8rem;
  position: relative;
}

.job_sec02 .container .staffs .staff .profile .img .pic {
  max-width: inherit;
  position: absolute;
  top: 0;
  width: 64rem;
}

.job_sec02 .container .staffs .staff01 .profile .img .pic {
  right: 0;
}

.job_sec02 .container .staffs .staff02 .profile .img .pic {
  left: 0;
}

.job_sec02 .container .staffs .staff .profile .img .copy {
  color: #fff;
  font-size: 6.2rem;
  font-weight: 700;
  letter-spacing: calc(1em * (1.24 / 62));
  line-height: 1.45;
  position: relative;
}

.job_sec02 .container .staffs .staff02 .profile .img .copy {
  text-align: right;
}

.job_sec02 .container .staffs .staff .profile .eng {
  position: absolute;
  z-index: 2;
}

.job_sec02 .container .staffs .staff01 .profile .eng {
  bottom: -2.3rem;
  right: 12rem;
  width: 16.97rem;
}

.job_sec02 .container .staffs .staff02 .profile .eng {
  bottom: -5.4rem;
  left: 2rem;
  width: 36.33rem;
}

.job_sec02 .container .staffs .staff .profile .ttl_h3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
  text-align: center;
}

.job_sec02 .container .staffs .staff .profile .ttl_h3 small {
  font-size: 1.6rem;
  letter-spacing: calc(.1em * (.32 / 16));
}

.job_sec02 .container .staffs .staff .profile .ttl_h3 strong {
  font-size: 3.6rem;
  letter-spacing: calc(.1em * (.72 / 36));
}

.job_sec02 .container .staffs .staff .profile .data {
  background: rgba(26, 53, 68, .77);
  color: #fff;
  mix-blend-mode: multiply;
  padding: 1.9rem;
  position: relative;
}

.job_sec02 .container .staffs .staff01 .profile .data {
  margin-right: 1.9rem;
}

.job_sec02 .container .staffs .staff02 .profile .data {
  margin-left: 1.9rem;
}

.job_sec02 .container .staffs .staff .profile .data::before {
  background: rgba(26, 53, 68, .77);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 14rem;
}

.job_sec02 .container .staffs .staff01 .profile .data::before {
  right: 100%;
}

.job_sec02 .container .staffs .staff02 .profile .data::before {
  left: 100%;
}

.job_sec02 .container .staffs .staff .profile .data dl {
  display: flex;
  line-height: 1.62;
}

.job_sec02 .container .staffs .staff .profile .data dt {
  width: 15.7rem;
}

.job_sec02 .container .staffs .staff .profile .data dd {
  font-weight: 400;
  width: calc(100% - 15.7rem);
}

.job_sec02 .container .staffs .staff .interview {
  padding-top: 17.6rem;
  position: relative;
}

.job_sec02 .container .staffs .staff .interview .ttl_h3 .eng {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 6.8rem;
  width: 33.32rem;
}

.job_sec02 .container .staffs .staff01 .interview .ttl_h3 .eng {
  left: 33rem;
}

.job_sec02 .container .staffs .staff02 .interview .ttl_h3 .eng {
  display: none;
}

.job_sec02 .container .staffs .staff .box + .box {
  margin-top: 5.6rem;
}

.job_sec02 .container .staffs .staff .box {
  display: flex;
  gap: 1.6rem;
  position: relative;
}

.job_sec02 .container .staffs .staff02 .box {
  justify-content: flex-end;
}

.job_sec02 .container .staffs .staff .box .p01 {
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 1.75;
  min-height: 11.6rem;
  order: -1;
  padding: 1.6rem 2.6rem;
  position: relative;
  text-align: justify;
  width: 38.1rem;
}

.job_sec02 .container .staffs .staff .box .p01::before {
  background-image: url(../img/recruit/job/hukidashi.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 4.2rem;
  position: absolute;
  top: -3.3rem;
  width: 4rem;
}

.job_sec02 .container .staffs .staff01 .box .p01::before {
  left: 5.3rem;
}

.job_sec02 .container .staffs .staff02 .box .p01::before {
  right: 5.3rem;
  transform: scale(-1, 1);
}

.job_sec02 .container .staffs .staff .box .ttl_h4 {
  align-items: center;
  background: #1a3544;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  line-height: 1.75;
  text-align: center;
  width: 20.4rem;
}

.job_sec02 .container .staffs .staff .box:nth-of-type(even) .ttl_h4 {
  background: #0f4f74;
}

.job_sec02 .container .staffs .staff02 .box .ttl_h4 {
  display: none;
}

.job_sec02 .container .staffs .staff .box .img {
  width: calc(100% - .65rem);
}

@media screen and (max-width:768px) {
  .job_sec02 .container {
    padding: 11rem 0 0;
  }

  .job_sec02 .container .head {
    margin-bottom: 5rem;
  }

  .job_sec02 .container .head .ttl_h2 {
    font-size: 3.4rem;
  }

  .job_sec02 .container .head .p01 {
    font-size: 1.6rem;
  }

  .job_sec02 .container .staffs {
    display: flex;
  }

  .job_sec02 .container .staffs .staff {
    width: 50%;
  }

  .job_sec02 .container .staffs .staff .profile .img {
    aspect-ratio: 639/745;
    height: auto;
    padding-bottom: 2rem;
  }

  .job_sec02 .container .staffs .staff .profile .img .pic {
    position: absolute;
    width: 100%;
  }

  .job_sec02 .container .staffs .staff01 .profile .img .pic {
    right: 0;
  }

  .job_sec02 .container .staffs .staff02 .profile .img .pic {
    left: 0;
  }

  .job_sec02 .container .staffs .staff .profile .img .copy {
    font-size: 1.8rem;
    padding: 0 2rem;
  }

  .job_sec02 .container .staffs .staff01 .profile .eng {
    bottom: -2.3rem;
    right: 2rem;
    width: calc(16.97rem * .4);
  }

  .job_sec02 .container .staffs .staff02 .profile .eng {
    bottom: -3rem;
    left: 1rem;
    width: calc(36.33rem * .4);
  }

  .job_sec02 .container .staffs .staff .profile .ttl_h3 {
    padding: 3rem 0;
  }

  .job_sec02 .container .staffs .staff .profile .ttl_h3 small {
    font-size: 1.2rem;
  }

  .job_sec02 .container .staffs .staff .profile .ttl_h3 strong {
    font-size: 2rem;
  }

  .job_sec02 .container .staffs .staff .profile .data {
    padding: 2rem;
  }

  .job_sec02 .container .staffs .staff01 .profile .data {
    margin-right: .5rem;
  }

  .job_sec02 .container .staffs .staff02 .profile .data {
    margin-left: .5rem;
  }

  .job_sec02 .container .staffs .staff .profile .data::before {
    display: none;
  }

  .job_sec02 .container .staffs .staff .profile .data dl {
    display: block;
    font-size: 1.4rem;
  }

  .job_sec02 .container .staffs .staff .profile .data dl:nth-of-type(1) {
    height: 6rem;
  }

  .job_sec02 .container .staffs .staff .profile .data dl:nth-of-type(2) {
    height: 4rem;
  }

  .job_sec02 .container .staffs .staff .profile .data dl:nth-of-type(3) {
    height: 8rem;
  }

  .job_sec02 .container .staffs .staff .profile .data dl:nth-of-type(4) {
    height: 12rem;
  }

  .job_sec02 .container .staffs .staff .profile .data dl + dl {
    margin-top: 1rem;
  }

  .job_sec02 .container .staffs .staff .profile .data dt {
    width: 100%;
  }

  .job_sec02 .container .staffs .staff .profile .data dd {
    font-size: 1.2rem;
    min-height: 6rem;
    width: 100%;
  }

  .job_sec02 .container .staffs .staff .interview {
    padding-top: 7rem;
    position: relative;
  }

  .job_sec02 .container .staffs .staff .interview .ttl_h3 .eng {
    top: 5rem;
    width: calc(33.32rem * .7);
  }

  .job_sec02 .container .staffs .staff01 .interview .ttl_h3 .eng {
    left: 9rem;
  }

  .job_sec02 .container .staffs .staff .box {
    margin-top: 17rem !important;
  }

  .job_sec02 .container .staffs .staff .box:has(.img) {
    margin-top: 3rem !important;
  }

  .job_sec02 .container .staffs .staff .box:has(.img) + .box {
    margin-top: 15rem !important;
  }

  .job_sec02 .container .staffs .staff .box {
    gap: 0;
  }

  .job_sec02 .container .staffs .staff .box .p01 {
    font-size: 1.4rem;
    min-height: 18rem;
    padding: 2rem 1rem;
    width: calc(100% - .5rem);
  }

  .job_sec02 .container .staffs .staff01 .box .p01 {
    border-radius: 0 1rem 1rem 0;
  }

  .job_sec02 .container .staffs .staff02 .box .p01 {
    border-radius: 1rem 0 0 1rem;
  }

  .job_sec02 .container .staffs .staff01 .box .p01::before {
    left: 2rem;
  }

  .job_sec02 .container .staffs .staff02 .box .p01::before {
    right: 2rem;
  }

  .job_sec02 .container .staffs .staff .box .ttl_h4 {
    height: 7rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -12rem;
    width: 100vw;
  }

  .job_sec02 .container .staffs .staff02 .box .ttl_h4 {
    display: none;
  }

  .job_sec02 .container .staffs .staff .box .img {
    width: calc(100% - .5rem);
  }

  .job_sec02 .container .entry_more {
    margin: 8rem 2rem 0;
    width: calc((100% - 4rem));
  }
}

/* ---------------------------------------------------------------------------
//  PC/SP
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}

@media screen and (max-width:768px) {
  .forSP {
    display: block;
  }

  .forPC {
    display: none;
  }
}