@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: #333;
  background: #fff;
  line-height: 1.77;
  word-break: break-all;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

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

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1170px;
}

.inner-block {
  position: relative;
  width: auto;
  max-width: 1240px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/recruit/Poppins-Bold.ttf) format("truetype");
  font-family: "Poppins";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/recruit/Poppins-Medium.ttf) format("truetype");
  font-family: "Poppins";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/recruit/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/recruit/ZenKakuGothicNew-Regular.woff2) format("woff2");
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

.c-header-logo {
  display: block;
}
.c-header-logo > img {
  width: 100%;
}
.c-nav-list > li {
  position: relative;
}
.c-nav-list__item {
  position: relative;
  display: inline-block;
}
.c-nav-list__en {
  font-family: "Poppins";
  font-weight: 500;
}

.c-header-humberger {
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header-humberger__box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
}
.c-header-humberger__box > span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #104097;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
}
.c-header-humberger__box.is-active > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-header-humberger__box.is-active > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header-humberger__box.is-active > span:nth-child(2) {
  display: none;
}
.c-header-humberger__box.is-active > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-footer {
  background-color: #333333;
  padding: 59px 0 25px;
}
.c-footer__box03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.c-footer__link {
  padding-right: 20px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-family: "Poppins";
}
.c-footer__link::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon_link-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.c-footer__link + .c-footer__link {
  margin-left: 30px;
}
.c-footer__copy {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
}
.c-footer-list__item {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.c-ttl {
  z-index: 2;
  position: relative;
}
.c-ttl__en {
  font-family: "Poppins";
  font-weight: bold;
  letter-spacing: 0.32em;
  color: #104097;
  font-size: 70px;
  display: block;
  text-align: center;
  line-height: 1.5;
}
.c-ttl__jp {
  font-weight: bold;
  font-size: 32px;
  display: block;
  text-align: center;
  line-height: 1.43;
}
.c-ttl__jp02 {
  margin-top: 50px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  display: block;
}

.c-ttl02 {
  text-align: center;
}
.c-ttl02__txt {
  display: inline-block;
  padding-bottom: 18px;
  position: relative;
  font-weight: bold;
  font-size: 32px;
}
.c-ttl02__txt::before {
  content: "";
  display: block;
  width: 49px;
  height: 8px;
  background-color: #104097;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.c-cont01__en {
  text-align: center;
  letter-spacing: 0.32em;
  color: #104097;
  font-weight: bold;
  font-size: 20px;
  font-family: "Poppins";
}
.c-cont01__cont {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 18px;
}
.c-cont01__cont > span {
  font-weight: bold;
  color: #b0c0c6;
  font-size: 120px;
  line-height: 0.5;
}
.c-cont01__txt {
  font-weight: bold;
  font-size: 42px;
}
.c-cont-banner-wrap {
  margin-top: 90px;
  z-index: 3;
  position: relative;
}

.c-cont-banner {
  background-color: #fff;
  border: 10px solid #f2f3f4;
  border-radius: 20px;
  padding: 47px 64px 38px;
  position: relative;
}
.c-cont-banner__ttl01 {
  font-weight: bold;
  color: #b0c0c6;
}
.c-cont-banner__ttl02 {
  color: #1C9FE5;
  font-weight: bold;
  font-size: 28px;
}
.c-cont-banner__dec {
  color: #1C9FE5;
  font-weight: bold;
  text-align: right;
  margin-top: 11px;
}

.c-list-wrap {
  margin-top: 20px;
}
.c-list__item {
  padding-left: 12px;
  position: relative;
  font-size: 15px;
}
.c-list__item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b0c0c6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.c-cta {
  background-color: #104097;
  padding: 89px 0 118px;
}
.c-cta__ttl {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
.c-cta__cap {
  color: #fff;
}
.c-cta__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  font-size: 16px;
}

.c-cta-list-wrap {
  margin-top: 32px;
}

.c-btn01 {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
}
.c-btn01::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon_arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
}
.c-btn01.pat01 .c-btn01__tag {
  background-color: #1C9FE5;
}
.c-btn01__tag {
  padding: 18px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2bcb81;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  border: 1px solid transparent;
}
.c-btn01__ttl {
  padding: 24px 113px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.c-btn01__ttl > span.color {
  color: #104097;
}

.c-btn02 {
  display: inline-block;
  background-color: #fff;
  border-radius: 60px;
  font-size: 22px;
  font-weight: bold;
  padding: 24px 124px;
  border: 1px solid #104097;
  position: relative;
}
.c-btn02::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon_arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
}
.c-btn02 > span.color {
  color: #104097;
}

.c-btn03 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.22em;
  background-color: #303991;
  padding: 12px 58px;
  border-radius: 60px;
  border: 1px solid #303991;
  line-height: 1;
}

.c-btn04 {
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
}
.c-btn04::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/common/icon_arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.c-btn04.pat01 .c-btn04__tag {
  background-color: #1C9FE5;
}
.c-btn04__tag {
  padding: 18px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2bcb81;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  border: 1px solid transparent;
}
.c-btn04__ttl {
  padding: 24px 113px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.c-btn04__ttl > span.color {
  color: #104097;
}
.p_home-envi-list__img.pat01 {
    text-align: center;
}
.p_home-envi-list__img.pat01 img{
  width: 80%;
  margin: 16px;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 55px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 55px;
    opacity: 0;
  }
}
@-webkit-keyframes pathmoveSp {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 30px;
    opacity: 0;
  }
}
@keyframes pathmoveSp {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 30px;
    opacity: 0;
  }
}
.c-bar-animation {
  width: 1px;
  height: 225px;
  background-color: #104097;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 1;
}

.c-swiper__img > img {
  border-radius: 20px;
}
.c-swiper__ttl {
  margin-top: 25px;
  font-weight: bold;
  font-size: 28px;
}

.c-swiper-arrow-wrap {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 2;
}

.c-swiper-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  cursor: pointer;
}
.c-swiper-arrow__arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #104097;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-swiper-arrow__arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("https://www.recruit.arctec.jp/img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("https://www.recruit.arctec.jp/img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 62px;
  background-color: #e9a2af;
}
#pagetop img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
}

/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
.anm-list > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------
  original
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_home-mv {
  padding-top: 13.630952381vw;
}
.p_home-mv__img {
  position: absolute;
  opacity: 0;
}
.p_home-mv__img.pat01 {
  top: 10.7142857143vw;
  left: 11.3095238095vw;
}
.p_home-mv__img.pat02 {
  top: 40.2380952381vw;
  left: 0;
}
.p_home-mv__img.pat03 {
  top: 33.4523809524vw;
  z-index: 2;
}
.p_home-mv__ttl {
  font-family: "Poppins";
  text-align: center;
  color: #d9e5ea;
  font-weight: bold;
  font-size: 8.3333333333vw;
  letter-spacing: 0.15em;
  line-height: 1.07;
  opacity: 0;
}
.p_home-mv__intro {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 2.45;
  margin-top: 26.25vw;
  position: relative;
  z-index: 2;
}
.p_home-mv__bg {
  width: 100%;
  position: absolute;
  top: 31.3095238095vw;
  left: 0;
}
.p_home-mv__bg > img {
  width: 100%;
}

.p_home-about {
  padding: 456px 0 494px;
  position: relative;
}
.p_home-about__bar {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
}
.p_home-about__bar02 {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
}
.p_home-about__dec {
  position: absolute;
}
.p_home-about__dec.pat01 {
  top: 0;
  right: 0;
}
.p_home-about__dec.pat03 {
  left: 0;
}

.p_home-about-cont__box {
  margin-top: 110px;
}
.p_home-about-cont__txt {
  text-align: center;
  line-height: 2.5;
  font-size: 20px;
  font-weight: bold;
}
.p_home-about-cont__box02 {
  margin-top: 163px;
}

.p_home-business {
  padding: 0 0 808px;
  position: relative;
  z-index: 2;
}
.p_home-business__box {
  margin-top: 87px;
}
.p_home-business__bg {
  position: absolute;
  top: 103px;
  right: 0;
  z-index: -1;
  width: 100%;
}
.p_home-business__bg > img {
  width: 100%;
}
.p_home-business__bg02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.p_home-business__bg02 > img {
  width: 100%;
}
.p_home-business-list-wrap {
  margin-top: 80px;
}

.p_home-business-list > li + li {
  margin-top: 30px;
}
.p_home-business-list__item {
  padding: 56px 65px 62px;
  background-color: #f2f3f4;
  border-radius: 20px;
  position: relative;
}
.p_home-business-list__ttl {
  color: #1C9FE5;
  font-weight: bold;
  font-size: 28px;
}
.p_home-business-list__cap {
  margin-top: 20px;
}
.p_home-business-list__img.pat01 {
  top: -66px;
  right: 132px;
}
.p_home-business-list__img.pat02 {
  top: -15px;
  left: 90px;
}

.p_home-business-list02-wrap {
  margin-top: 70px;
}
.p_home-business-list02__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_home-business-list02__ttl {
  font-weight: bold;
  font-size: 28px;
  color: #1C9FE5;
}
.p_home-business-list02__cap {
  margin-top: 20px;
}

.p_home-jobs {
  background-color: #f2f3f4;
  padding: 465px 0 90px;
  position: relative;
  margin-top: -495px;
  background-image: url(../img/home/jobs_bg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.p_home-jobs__box {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
}
.p_home-jobs-list__ttl {
  margin-top: 30px;
  font-weight: bold;
  font-size: 28px;
  color: #1C9FE5;
}
.p_home-jobs-list__ttl02 {
  font-weight: bold;
  color: #b0c0c6;
}
.p_home-jobs-list__cap {
  margin-top: 10px;
}
.p_home-jobs-list__box {
  margin-top: 15px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.p_home-jobs02 {
  padding: 91px 0 867px;
  position: relative;
  background-image: url(../img/home/jobs02_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.p_home-jobs02__box {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4f0f0));
  background: linear-gradient(#fff 0%, #e4f0f0 100%);
  padding: 118px 20px 299px;
}
.p_home-jobs02__ttl {
  text-align: center;
  color: #104097;
  font-weight: bold;
  font-size: 42px;
}
.p_home-jobs02__img {
  position: absolute;
  right: 83px;
  bottom: -188px;
}

.p_home-jobs02-list {
  margin-top: 93px;
}
.p_home-jobs02-list > li + li {
  margin-top: 46px;
}
.p_home-jobs02-list__num {
  color: #1C9FE5;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  font-family: "Poppins";
}
.p_home-jobs02-list__ttl {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}

.p_home-envi {
  margin-top: -1052px;
  padding-top: 706px;
  padding-bottom: 416px;
  position: relative;
  background-color: #f2f3f4;
  overflow: hidden;
}
.p_home-envi::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border-style: solid;
  border-width: 230px 50vw 230px 50vw;
  border-color: transparent #fff #fff transparent;
}
.p_home-envi__bar {
  position: absolute;
  top: 398px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
.p_home-envi__box02 {
  margin-top: 100px;
  padding-left: 14.2857142857vw;
  position: relative;
}

.p_home-envi-list-wrap {
  margin-top: 52px;
  position: relative;
  z-index: 2;
}

.p_home-envi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 60px;
}
.p_home-envi-list > li {
  width: calc((100% - 60px) / 2);
}
.p_home-envi-list__item {
  padding-top: calc(100% - 20px);
  border-radius: 50%;
  border: 10px solid #e1f1f3;
  position: relative;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.1));
}
.p_home-envi-list__img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p_home-envi-list__img.pat02 {
  top: 127px;
}

.p_home-envi-list02-wrap {
  margin-top: 119px;
}

.p_home-envi-list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.p_home-envi-list02 > li.col1 {
  width: calc(((100% - 60px) / 3) * 1);
}
.p_home-envi-list02 > li.col2 {
  width: calc(((100% - 30px) / 3) * 2);
}
.p_home-envi-list03 {
  display: flex;
          flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.p_home-envi-list03 > li.col-half {
  width: 47%;
}
.p_home-envi-list03__item {
  display: block;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid #e1f1f3;
  height: 100%;
  position: relative;
  filter: drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.1));
}
.p_home-envi-list03__item a{
  display: block;
  padding: 40px 20px;
}
.p_home-envi-list03__item a p{
  width: 100%;
}
.list03__item.title{
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.list03__item.bodycopy{
  font-size: 16px;
  margin-bottom: 24px;
  letter-spacing: .2rem;
  line-height: 1.75rem;
}
.list03__item.detaillink{
  font-weight: 500;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #303991;
}
.p_home-envi-list02__item {
  padding: 50px 10px;
  background-color: #f2f3f4;
  border-radius: 20px;
  height: 100%;
  position: relative;
}
.p_home-envi-list02__item.pat01 {
  padding: 50px 49px;
}
.p_home-envi-list02__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.42;
}
.p_home-envi-list02__cap {
  text-align: center;
  line-height: 1.44;
}
.p_home-envi-list02__num {
  font-weight: bold;
  color: #1C9FE5;
  font-size: 62px;
  font-family: "Poppins";
  text-align: center;
  margin-top: 32px;
}
.p_home-envi-list02__num.pat01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
}
.p_home-envi-list02__num.pat02 {
  padding-left: 166px;
}
.p_home-envi-list02__num.pat-left {
  text-align: left;
}
.p_home-envi-list02__num span.strong {
  font-size: 130px;
  line-height: 1.4;
}
.p_home-envi-list02__num span.strong02 {
  font-size: 170px;
}
.p_home-envi-list02__num span.small {
  font-size: 28px;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p_home-envi-list02__num span.box {
  position: relative;
  display: block;
}
.p_home-envi-list02__img {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_home-envi-list02__img.pat01 {
  top: 0;
  bottom: 0;
  right: 109px;
  margin: auto 0;
}
.p_home-envi-list02__img.pat02 {
  top: 123px;
  right: 46px;
}
.p_home-envi02 {
  margin-top: -700px;
  padding: 406px 0 0;
  position: relative;
}
.p_home-envi02__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p_home-envi02__bg > img {
  width: 100%;
}

.p_home-envi03 {
  padding: 119px 0 694px;
  position: relative;
}
.p_home-envi03__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p_home-envi03__bg > img {
  width: 100%;
}
.p_home-envi03__bar {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
}
.p_home-envi03 .inner-block {
  position: relative;
  z-index: 2;
}

.p_home-recruit {
  padding: 0 0 160px;
  background-image: url(../img/home/recruit_bg.png);
  background-repeat: no-repeat;
  background-position: right top 307px;
  background-size: cover;
}

.p_home-recruit-list-wrap {
  margin-top: 80px;
}

.p_home-recruit-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_home-recruit-list__tab {
  padding: 35px 170px;
  display: inline-block;
  background-color: #f2f3f4;
  border-radius: 20px 20px 0 0;
  font-size: 32px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.p_home-recruit-list__tab[data-tab="1"].is-active {
  background-color: #26b472;
}
.p_home-recruit-list__tab[data-tab="2"].is-active {
  background-color: #1C9FE5;
}
.p_home-recruit-list__tab.is-active {
  color: #fff;
}
.p_home-recruit-list__tab.pat01 {
  border-radius: 0 0 10px 10px;
}

.p_home-recruit-list02 {
  position: relative;
}
.p_home-recruit-list02__item {
  border-radius: 20px;
  background-color: #f2f3f4;
  padding: 60px 60px 70px;
  z-index: 1;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  display: none;
}
.p_home-recruit-list02__item[data-tab="1"].is-active {
  background-color: #26b472;
}
.p_home-recruit-list02__item[data-tab="2"].is-active {
  background-color: #1C9FE5;
}
.p_home-recruit-list02__item.is-active {
  z-index: 2;
  opacity: 1;
  display: block;
}
.p_home-recruit-list02__box {
  text-align: center;
  margin-top: 50px;
}
.p_home-recruit-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.p_home-recruit-table tr:last-child {
  border-bottom: none;
}
.p_home-recruit-table th,
.p_home-recruit-table td {
  color: #fff;
}
.p_home-recruit-table th {
  font-weight: bold;
  font-size: 24px;
  vertical-align: top;
  word-break: keep-all;
  white-space: nowrap;
}
.p_home-recruit-table td {
  font-size: 24px;
}
.p_home-recruit-table td.small {
  font-size: 23px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 640px) {
  html,
input,
textarea,
select,
button {
    font-size: 14px;
  }
  html {
    line-height: 1.8;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 20px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  .c-header__box {
    padding: 58px 30px 45px;
    background-color: rgba(255, 255, 255, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: calc(100vh - 63px);
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #104097;
  }
  .c-header__box.is-active {
    visibility: visible;
    opacity: 1;
  }
  .c-header__logo {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 10px 10px;
  }
  .c-header__btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 19px;
    margin-top: 70px;
  }
  .c-header-logo {
    width: 157px;
  }
  .c-nav-list > li + li {
    margin-top: 43px;
  }
  .c-nav-list__item {
    display: block;
  }
  .c-nav-list__jp {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  .c-nav-list__en {
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
  }
  .c-footer__box {
    padding: 0 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .c-footer__logo {
    text-align: center;
    margin-top: 49px;
  }
  .c-footer__link {
    font-size: 17px;
  }
  .c-footer__copy {
    margin-top: 20px;
  }
  .c-footer-list > li {
    text-align: center;
  }
  .c-footer-list > li + li {
    margin-top: 50px;
  }
  .c-footer-list__item {
    text-align: center;
    display: block;
  }
  .c-ttl__en {
    font-size: 40px;
  }
  .c-ttl__en.pat01 {
    letter-spacing: 0.09em;
  }
  .c-ttl__jp {
    font-size: 16px;
  }
  .c-ttl__jp02 {
    margin-top: 23px;
    font-size: 16px;
  }
  .c-ttl02__txt {
    font-size: 22px;
    padding-bottom: 21px;
  }
  .c-ttl02__txt::before {
    width: 40px;
    height: 5px;
  }
  .c-cont01__cont {
    margin-top: 20px;
  }
  .c-cont01__cont > span {
    font-size: 80px;
  }
  .c-cont01__txt {
    font-size: 22px;
  }
  .c-cont-banner-wrap {
    margin-top: 63px;
  }
  .c-cont-banner {
    padding: 31px 15px 43px;
    border: 5px solid #f2f3f4;
  }
  .c-cont-banner__ttl02 {
    font-size: 18px;
  }
  .c-cont-banner__img {
    margin-top: 32px;
    padding: 0 8px;
  }
  .c-list__item {
    font-size: 14px;
  }
  .c-cta {
    padding: 63px 10px 99px;
  }
  .c-cta__ttl {
    font-size: 30px;
  }
  .c-cta__box {
    margin-top: 22px;
  }
  .c-cta-list-wrap {
    margin-top: 40px;
  }
  .c-cta-list > li + li {
    margin-top: 25px;
  }
  .c-btn01 {
    width: 100%;
  }
  .c-btn01__ttl {
    padding: 24px 40px 24px 90px;
  }
  .c-btn02 {
    padding: 24px 40px;
    width: 100%;
  }
  .c-btn04 {
    width: 100%;
    border-radius: 20px;
  }
  .c-btn04::before {
    right: 14px;
    bottom: 13px;
  }
  .c-btn04__tag {
    -webkit-transform: translate(-6px, -19px);
            transform: translate(-6px, -19px);
    width: 57px;
    height: 57px;
    font-size: 15px;
    padding: 0;
  }
  .c-btn04__ttl {
    padding: 37px 10px 26px;
    font-size: 20px;
    line-height: 1.4;
  }
  .c-bar-animation {
    height: 105px;
    -webkit-animation: pathmoveSp 1.4s ease-in-out infinite;
            animation: pathmoveSp 1.4s ease-in-out infinite;
  }
  .c-swiper__ttl {
    font-size: 14px;
    margin-top: 10px;
  }
  .c-swiper-arrow-wrap {
    width: 100%;
    padding: 0 10px;
    top: 15.5216284987vw;
  }
  .c-swiper-arrow {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-swiper-arrow__arrow {
    width: 45px;
    height: 45px;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
  .p_home-mv {
    padding-top: 18.5750636132vw;
  }
  .p_home-mv__img.pat01 {
    top: 30.534351145vw;
    width: 89.8218829517vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .p_home-mv__img.pat02 {
    top: 82.1882951654vw;
  }
  .p_home-mv__img.pat03 {
    width: 100%;
    left: 0;
    top: 82.1882951654vw;
  }
  .p_home-mv__ttl {
    font-size: 17.8117048346vw;
  }
  .p_home-mv__intro {
    margin-top: 59.5419847328vw;
    font-size: 16px;
    padding: 0 10px;
  }
  .p_home-mv__bg {
    top: 80.4071246819vw;
  }
  .p_home-about {
    margin-top: 23px;
    padding: 262px 0 168px;
  }
  .p_home-about__bar {
    top: 20px;
    height: 105px;
  }
  .p_home-about__bar02 {
    bottom: 15px;
    height: 105px;
  }
  .p_home-about__dec.pat01 {
    width: 154px;
  }
  .p_home-about__dec.pat02 {
    top: 0;
    left: 44px;
    width: 130px;
  }
  .p_home-about__dec.pat03 {
    top: 72px;
    width: 130px;
  }
  .p_home-about-cont__box {
    margin-top: 50px;
  }
  .p_home-about-cont__txt {
    font-size: 16px;
  }
  .p_home-about-cont__box02 {
    margin-top: 71px;
  }
  .p_home-business {
    padding: 0 0 400px;
  }
  .p_home-business__box {
    margin-top: 60px;
  }
  .p_home-business__bg {
    top: 474px;
  }
  .p_home-business-list-wrap {
    margin-top: 50px;
  }
  .p_home-business-list > li + li {
    margin-top: 20px;
  }
  .p_home-business-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px 43px;
  }
  .p_home-business-list__box {
    padding-left: 15px;
    width: calc(100% - 100px);
  }
  .p_home-business-list__ttl {
    font-size: 18px;
  }
  .p_home-business-list__cap {
    margin-top: 10px;
  }
  .p_home-business-list__img {
    width: 100px;
  }
  .p_home-business-list02-wrap {
    margin-top: 50px;
    padding: 0 10px;
  }
  .p_home-business-list02 > li + li {
    margin-top: 50px;
  }
  .p_home-business-list02__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_home-business-list02__item.pat01 .p_home-business-list02__img {
    width: 256px;
  }
  .p_home-business-list02__item.pat02 .p_home-business-list02__img {
    width: 90px;
  }
  .p_home-business-list02__img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .p_home-business-list02__box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .p_home-business-list02__ttl {
    font-size: 18px;
  }
  .p_home-business-list02__cap {
    margin-top: 10px;
  }
  .p_home-jobs {
    margin-top: -191px;
    padding: 220px 0 110px;
    background-image: url(../img/home/jobs_bg_sp.svg);
  }
  .p_home-jobs__box {
    top: 20px;
    height: 105px;
  }
  .p_home-jobs-list-wrap {
    margin-top: 59px;
  }
  .p_home-jobs-list > li + li {
    margin-top: 56px;
  }
  .p_home-jobs-list__img {
    padding: 0 42px;
  }
  .p_home-jobs-list__ttl {
    margin-top: 19px;
    font-size: 18px;
  }
  .p_home-jobs-list__ttl02 {
    font-size: 16px;
  }
  .p_home-jobs-list__box {
    padding: 30px 20px 48px;
  }
  .p_home-jobs02 {
    padding: 44px 0 383px;
    background-image: url(../img/home/jobs02_bg01_sp.png);
  }
  .p_home-jobs02__box {
    padding: 66px 10px 195px;
  }
  .p_home-jobs02__ttl {
    font-size: 30px;
  }
  .p_home-jobs02__img {
    bottom: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 288px;
  }
  .p_home-jobs02-list {
    margin-top: 48px;
  }
  .p_home-jobs02-list > li + li {
    margin-top: 50px;
  }
  .p_home-jobs02-list__ttl {
    font-size: 16px;
  }
  .p_home-envi {
    padding-top: 287px;
    padding-bottom: 228px;
    margin-top: -263px;
  }
  .p_home-envi::before {
    border-width: 57px 50vw 57px 50vw;
  }
  .p_home-envi__bar {
    top: 122px;
  }
  .p_home-envi__box02 {
    margin-top: 36px;
    padding-left: 30px;
  }
  .p_home-envi-list-wrap {
    margin-top: 36px;
  }
  .p_home-envi-list {
    gap: 0 10px;
  }
  .p_home-envi-list > li {
    width: calc((100% - 10px) / 2);
  }
  .p_home-envi-list__item {
    border: 6px solid #e1f1f3;
  }
  .p_home-envi-list__img.pat01 {
    width: 33.8422391858vw;
    top: 5.0890585242vw;
  }
  .p_home-envi-list__img.pat02 {
    width: 31.8066157761vw;
    top: 14.5038167939vw;
  }
  .p_home-envi-list02-wrap {
    margin-top: 53px;
  }
  .p_home-envi-list02 {
    gap: 10px;
  }
  .p_home-envi-list02 > li.col1 {
    width: calc((100% - 10px) / 2);
  }
  .p_home-envi-list02 > li.col2 {
    width: 100%;
  }
  .p_home-envi-list02__item {
    padding: 7.6335877863vw 2.2900763359vw 6.106870229vw;
  }
  .p_home-envi-list02__ttl {
    font-size: 3.5623409669vw;
  }
  .p_home-envi-list02__cap {
    font-size: 2.5445292621vw;
  }
  .p_home-envi-list02__num {
    margin-top: 2px;
    font-size: 6.6157760814vw;
  }
  .p_home-envi-list02__num.pat02 {
    padding-left: 24.6819338422vw;
  }
  .p_home-envi-list02__num span.strong {
    font-size: 14.7582697201vw;
  }
  .p_home-envi-list02__num span.strong02 {
    font-size: 14.7582697201vw;
  }
  .p_home-envi-list02__num span.small {
    top: -3px;
    font-size: 3.0534351145vw;
  }
  .p_home-envi-list02__img.pat01 {
    width: 20.3562340967vw;
    right: 13.9949109415vw;
  }
  .p_home-envi02 {
    margin-top: -228px;
    padding: 88px 0 0;
  }
  .p_home-envi03 {
    padding: 95px 0 447px;
  }
  .p_home-envi03__bar {
    bottom: 64px;
    height: 105px;
  }
  .p_home-recruit {
    padding: 0 0 60px;
  }
  .p_home-recruit-list {
    gap: 0 10px;
  }
  .p_home-recruit-list > li {
    width: calc((100% - 10px) / 2);
  }
  .p_home-recruit-list__tab {
    padding: 14px;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  .p_home-recruit-list02__item {
    padding: 55px 20px;
  }
  .p_home-recruit-list02__item[data-tab="1"].is-active {
    border-radius: 0 10px 10px 0;
  }
  .p_home-recruit-list02__item[data-tab="2"].is-active {
    border-radius: 10px 0 0 10px;
  }
  .p_home-recruit-list02__box {
    margin-top: 43px;
  }
  .p_home-recruit-table tr {
    display: block;
    padding: 30px 0;
  }
  .p_home-recruit-table th,
.p_home-recruit-table td {
    display: block;
  }
  .p_home-recruit-table th {
    font-size: 16px;
  }
  .p_home-recruit-table td {
    font-size: 16px;
  }
  .p_home-recruit-table td.small {
    font-size: 16px;
  }
  .p_home-envi-list03 > li.col-half {
    width: 100%;
}
}

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-header {
    padding: 10px 40px 10px 30px;
    background-color: #fff;
  }
  .c-header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-header__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 60px;
  }
  .c-header__logo {
    width: 257px;
  }
  .c-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 50px;
  }
  .c-nav-list > li:hover .c-nav-list__jp,
.c-nav-list > li:hover .c-nav-list__en {
    color: #4770d9;
  }
  .c-nav-list__item:hover .c-nav-list__jp {
    opacity: 1;
  }
  .c-nav-list__item:hover .c-nav-list__en {
    opacity: 0;
  }
  .c-nav-list__jp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #104097;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    word-break: keep-all;
  }
  .c-nav-list__en {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    word-break: keep-all;
    transition: 0.3s ease-in-out;
  }
  .c-footer__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-footer__box02 {
    width: 50%;
  }
  .c-footer__box04 {
    width: 50%;
    padding-left: 14px;
  }
  .c-footer__logo {
    display: block;
    width: 292px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-footer__logo:hover {
    opacity: 0.7;
  }
  .c-footer__logo > img {
    width: 100%;
  }
  .c-footer__link {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-footer__link:hover {
    opacity: 0.7;
  }
  .c-footer__copy {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 27px;
    font-size: 14px;
    margin-top: 47px;
  }
  .c-footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 42px 75px;
  }
  .c-footer-list__item {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-footer-list__item:hover {
    opacity: 0.7;
  }
  .c-cont-banner__img {
    width: 361px;
    position: absolute;
    top: -36px;
    right: 34px;
  }
  .c-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 70px;
  }
  .c-list > li {
    width: calc((100% - 140px) / 3);
  }
  .c-cta-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
  .c-btn01 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn01:hover {
    background-color: #2bcb81;
  }
  .c-btn01:hover .c-btn01__tag {
    border: 1px solid #fff;
  }
  .c-btn01:hover::before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-btn01::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn01.pat01:hover {
    background-color: #1C9FE5;
  }
  .c-btn01__tag {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn02 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn02:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 0.7;
  }
  .c-btn03 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn03:hover {
    color: #303991;
    background-color: #fff;
  }
  .c-btn04 {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn04:hover {
    background-color: #2bcb81;
  }
  .c-btn04:hover .c-btn04__tag {
    border: 1px solid #fff;
  }
  .c-btn04:hover::before {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-btn04::before {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
  }
  .c-btn04.pat01:hover {
    background-color: #1C9FE5;
  }
  .c-btn04__tag {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-swiper-arrow {
    gap: 0 20px;
  }
  .c-swiper-arrow__arrow {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-swiper-arrow__arrow:hover {
    opacity: 0.8;
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    padding: 14.5px 21px;
  }
  #pagetop:hover a {
    background-color: #e1647b;
  }
  .p_home-mv__img.pat01 {
    width: 35.7738095238vw;
  }
  .p_home-mv__img.pat02 {
    width: 64.9404761905vw;
  }
  .p_home-mv__img.pat03 {
    width: 55.8928571429vw;
    right: 5.8333333333vw;
  }
  .p_home-about__bar {
    height: 225px;
    top: 111px;
  }
  .p_home-about__bar02 {
    height: 225px;
    bottom: 85px;
  }
  .p_home-about__dec.pat01 {
    width: min(23.869047619vw, 401px);
  }
  .p_home-about__dec.pat02 {
    top: min(18.0357142857vw, 303px);
    left: min(6.7857142857vw, 114px);
    width: min(20.2380952381vw, 340px);
  }
  .p_home-about__dec.pat03 {
    top: min(31.0119047619vw, 521px);
    width: min(20.2380952381vw, 340px);
  }
  .p_home-business-list__item.pat01 {
    padding: 56px 65px 62px 518px;
  }
  .p_home-business-list__img {
    position: absolute;
  }
  .p_home-business-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-business-list02 > li {
    width: 50%;
  }
  .p_home-business-list02 > li:nth-child(2n) {
    padding-left: 90px;
  }
  .p_home-business-list02__item.pat01 .p_home-business-list02__img {
    width: 296px;
  }
  .p_home-business-list02__item.pat01 .p_home-business-list02__box {
    width: calc(100% - 296px);
  }
  .p_home-business-list02__item.pat02 .p_home-business-list02__img {
    width: 112px;
  }
  .p_home-business-list02__item.pat02 .p_home-business-list02__box {
    width: calc(100% - 112px);
  }
  .p_home-business-list02__box {
    padding-left: 33px;
  }
  .p_home-jobs__box {
    height: 225px;
    top: 154px;
  }
  .p_home-jobs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 70px;
  }
  .p_home-jobs-list > li {
    width: calc((100% - 140px) / 3);
  }
  .p_home-jobs-list > li:nth-child(1) {
    margin-top: 241px;
  }
  .p_home-jobs-list > li:nth-child(2) {
    margin-top: 121px;
  }
  .p_home-envi__box03 {
    margin-top: 200px;
  }
  .p_home-envi-list {
    padding: 0 190px;
  }
  .p_home-envi-list__img.pat01 {
    width: 295px;
    top: 45px;
  }
  .p_home-envi-list__img.pat02 {
    width: 278px;
  }
  .p_home-envi-list02__num span.strong02 {
    line-height: 1;
  }
  .p_home-envi03__bar {
    height: 225px;
    bottom: 85px;
  }
  .p_home-recruit-table th {
    padding: 20px 37px 20px 20px;
  }
  .p_home-recruit-table td {
    padding: 20px 0;
    margin-top: 10px;
  }
  .col-half {
    width: 100%;
}
}

@media not print {
  .anm {
    opacity: 0;
  }

  .anm.is-animated {
    -webkit-animation: fadeIn 1.5s forwards;
    animation: fadeIn 1.5s forwards;
  }

  .anm-up {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  .anm-up.is-animated {
    -webkit-animation: fadeInUp 1.5s forwards;
    animation: fadeInUp 1.5s forwards;
  }

  .anm-left {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 1.5s forwards;
    animation: fadeInLeft 1.5s forwards;
  }

  .anm-right {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  .anm-right.is-animated {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
  }
}
/*# sourceMappingURL=style.css.map */