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

.mincho {
  font-family: "ZenOldMincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
}

.Marcellus {
  font-family: "Marcellus", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
}

html {
  color: #606367;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  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: #606367;
  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: 1240px;
}

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

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

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/SawarabiMincho-Regular.woff) format("woff");
  font-family: "SawarabiMincho";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/Marcellus-Regular.woff) format("woff");
  font-family: "Marcellus";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicAntique-Medium.woff) format("woff");
  font-family: "Antique";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicAntique-Regular.woff) format("woff");
  font-family: "Antique";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicNew-Bold.woff) format("woff");
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenOldMincho-Bold.woff) format("woff");
  font-family: "ZenOldMincho";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/Inter18pt-Bold.woff) format("woff");
  font-family: "inter";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/Inter18pt-Regular.woff) format("woff");
  font-family: "inter";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
header {
  background: transparent !important;
  padding: 35px 45px 10px !important;
  height: auto !important;
}
header .logo_wrp .logo-txt {
  display: block;
  text-align: center;
  color: rgb(96, 99, 103);
  font-size: 12px;
  letter-spacing: 0.1em;
}
header.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff !important;
}
header.active .c-header-entry__link {
  background-color: #c56bd8;
}
header.active .c-header-entry__txt {
  color: #fff;
}
header.active .c-header-btn {
  background-color: #c56bd8;
}
header.active .c-header-btn span {
  background-color: #fff !important;
}

header .btn-trigger:hover span {
  width: 26px !important;
}

.c-header-btn {
  background-color: #fff;
  border: 1px solid #606367;
  border-radius: 50px;
  color: #606367;
  width: 50px !important;
  height: 50px !important;
  display: block !important;
  position: relative !important;
  cursor: pointer !important;
}
.c-header-btn span {
  display: block !important;
  width: 26px !important;
  height: 1px !important;
  background-color: #606367 !important;
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-header-btn span:nth-child(1) {
  top: 18px !important;
}
.c-header-btn span:nth-child(2) {
  top: 24px !important;
}
.c-header-btn span:nth-child(3) {
  top: 30px !important;
}
.c-header-btn.active span:nth-child(1) {
  top: 24px !important;
  -webkit-transform: translateX(-50%) rotate(30deg) !important;
          transform: translateX(-50%) rotate(30deg) !important;
}
.c-header-btn.active span:nth-child(2) {
  opacity: 0 !important;
}
.c-header-btn.active span:nth-child(3) {
  top: 24px !important;
  -webkit-transform: translateX(-50%) rotate(-30deg) !important;
          transform: translateX(-50%) rotate(-30deg) !important;
}

.c-header-entry__link {
  padding: 6px 50px;
  font-size: 22px;
  color: #606367;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #606367;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-entry__link::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#61c6ef), color-stop(#ee86a8), to(#ee8e79));
  background: linear-gradient(to right bottom, #61c6ef, #ee86a8, #ee8e79);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.c-header-entry__link svg {
  display: none;
}
.c-header-entry__txt {
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Marcellus";
  letter-spacing: 0.07em;
  transition: 0.3s;
}

.c-header-nav {
  background-color: transparent !important;
  background: url("../img/common/nav_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 250px 45px 50px !important;
  max-width: none !important;
  z-index: 400 !important;
  height: 100% !important;
}
.c-header-nav {
  color: #606367 !important;
}
.c-header-nav a {
  color: #606367 !important;
}
.c-header-nav .close_btn {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  position: static !important;
}
.c-header-nav__copy {
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #606367 !important;
  margin-top: 170px;
}

.c-header-list {
  margin-top: 160px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}
.c-header-list__ttl {
  font-size: 28px;
  letter-spacing: 0.07em;
  word-break: normal;
}
.c-header-list__ttl.link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-list__ttl.link:hover {
  opacity: 0.8;
}

.c-header-list-sub li {
  margin-top: 10px;
}
.c-header-list-sub__link {
  font-size: 13px;
}

#contents {
  margin-top: -61px;
}

.c-footer {
  background: url("../img/common/bg02.png") no-repeat top center;
  background-size: 100% 100%;
  padding: 240px 0 40px;
  margin-top: -280px;
  position: relative;
  color: #606367;
}
.c-footer a {
  color: #606367;
}
.c-footer__logo {
  width: 345px;
  margin: 0 auto;
}
.c-footer__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 68px;
  margin-top: 60px;
}
.c-footer__copy {
  text-align: center;
  margin-top: 80px;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-size: 12px;
}

.c-footer-nav-box__ttl {
  font-size: 24px;
  font-weight: 400;
}

.c-footer-nav-box-list {
  margin-top: 8px;
}
.c-footer-nav-box-list__link {
  display: block;
  padding: 4px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer-nav-box-list__link:not(:last-child) {
  margin-top: 4px;
}

.c-view-more {
  display: block;
  width: 100%;
  border: 1px solid #606367;
  border-radius: 50px;
  padding: 10px 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-view-more__txt {
  font-size: 20px;
  letter-spacing: 0.01em;
}
.c-view-more__ico {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 12px;
}

.contens_wrp {
  padding-bottom: 400px;
}

#jobs .contens_wrp {
  padding-bottom: 400px;
}

#entry .recruit_contact {
  padding-bottom: 400px;
}

#data #contents .contens_wrp {
  padding-bottom: 400px;
}

#interview .interview_list_wrp {
  padding-bottom: 400px;
}

.recruit_contents_list_txtbox {
  position: relative;
  z-index: 100;
}

#entry .recruit_contents_list li .recruit_contents_list_txtbox:not(:last-child) {
  border-bottom: none;
}

#entry .recruit_contents_list li.have_entry_btn .recruit_contents_list_txtbox .recruit_contents_list_txtbox_txt02 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#entry .recruit_contents_list li .recruit_contents_list_txtbox .recruit_contents_list_txtbox_txt01 {
  border-right: none;
}
.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: 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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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("../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("../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
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_home-wrap {
  position: relative;
  overflow: clip;
  color: #606367;
}
.p_home-wrap a {
  color: #606367;
}

.p_home-sec__btn {
  width: 248px;
  margin: 0 auto;
  margin-top: 50px;
}
.p_home-sec__btn.left {
  margin: 0;
  margin-right: auto;
  margin-top: 30px;
}
.p_home-sec__ttl {
  text-align: center;
  letter-spacing: 0.07em;
}
.p_home-sec__ttl.left {
  margin-right: auto;
  text-align: left;
}
.p_home-sec__ttl .en {
  font-size: 70px;
  font-weight: 400;
  display: block;
}
.p_home-sec__ttl .ja {
  font-size: 22px;
  font-weight: bold;
  display: block;
}
.p_home-sec__ttl.shadow {
  text-shadow: 0 0 10px #718e91;
}
.p_home-sec__cap {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2.2;
  max-width: 463px;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 400;
}
.p_home-sec__cap.shadow {
  text-shadow: 0 0 10px #718e91;
}
.p_home-sec__cap.left {
  margin: 0;
  margin-right: auto;
  text-align: left;
  margin-top: 30px;
}

.p_home-mv {
  height: 120vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p_home-mv__video {
  height: 100%;
  width: 100%;
}
.p_home-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_home-mv-txt {
  position: absolute;
  top: 280px;
  right: 140px;
  font-size: 60px;
  font-family: "SawarabiMincho";
  color: #fff;
  letter-spacing: 0.07em;
  text-shadow: 0 0 10px #718e91;
}

.p_home-contents-wrap {
  margin-top: -30vh;
}

.p_home-sec01 {
  position: relative;
  padding-top: 380px;
  padding-bottom: 460px;
}
.p_home-sec01__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p_home-sec01__bg img {
  width: 100%;
}
.p_home-sec01__ttl {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.p_home-sec01__ttl .ttl {
  display: block;
  font-size: 38px;
  font-weight: bold;
}
.p_home-sec01__ttl .ico {
  display: block;
  width: 340px;
  -webkit-transform: translate(-100px, 50px);
          transform: translate(-100px, 50px);
}
.p_home-sec01__txt {
  max-width: 460px;
  margin: 0 auto;
  margin-top: 50px;
  line-height: 2.5;
  text-align: center;
}

.p_home-sec02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff9d9), to(#fff));
  background: linear-gradient(to bottom, #fff9d9 60%, #fff);
  border-radius: 70px 70px 0 0;
  position: relative;
  padding: 110px 0;
  margin-top: -60px;
}
.p_home-sec02 .p_home-sec__cap {
  text-align: center;
}
.p_home-sec02__list {
  margin-top: 50px;
}

.p_home-sec02-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.p_home-sec02-list__link {
  display: block;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.p_home-sec02-list__img {
  display: block;
  overflow: hidden;
  height: 100%;
}
.p_home-sec02-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_home-sec02-list__txt {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.p_home-sec02-list__en {
  font-size: 45px;
  color: #fff;
  display: block;
}
.p_home-sec02-list__ja {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.p_home-sec03 {
  margin: 380px 0 200px;
  color: #fff;
}
.p_home-sec03 .p_home-sec__ttl {
  text-align: right;
}
.p_home-sec03 .p_home-sec__cap {
  text-align: right;
  margin: 0;
  margin-left: auto;
  margin-top: 30px;
}
.p_home-sec03 .p_home-sec__btn {
  margin: 0;
  margin-left: auto;
  margin-top: 30px;
}
.p_home-sec03 .p_home-sec__btn .c-view-more {
  position: relative;
  overflow: hidden;
}
.p_home-sec03 .p_home-sec__btn .c-view-more__txt {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_home-sec03 .p_home-sec__btn .c-view-more svg {
  vertical-align: super;
}
.p_home-sec03 .p_home-sec__btn .c-view-more svg path,
.p_home-sec03 .p_home-sec__btn .c-view-more svg line {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p_home-sec03 .p_home-sec__btn .c-view-more::before {
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, left top, right bottom, from(#c1db83), color-stop(#a3d5a4), to(#61c6ef));
  background: linear-gradient(to right bottom, #c1db83, #a3d5a4, #61c6ef);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p_home-sec04 {
  background-color: #fff;
  border-radius: 70px 70px 0 0;
  position: relative;
  padding: 110px 0 0;
}
.p_home-sec04__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_home-sec04__left {
  width: 30%;
}
.p_home-sec04__right {
  width: 70%;
}
.p_home-sec04__slide .slick-list {
  padding-bottom: 100px;
}
.p_home-sec04__slide .slick-slide {
  border-radius: 40px;
  margin: 0 20px;
}

.p_home-sec04-list {
  width: 100%;
  position: relative;
  margin-top: -100px;
  display: block;
}
.p_home-sec04-list__catch {
  font-size: 14px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p_home-sec04-list__btn {
  display: block;
  width: 60px;
  margin-left: auto;
  margin-top: 10px;
}

.p_home-sec04-list-img {
  border-radius: 40px;
  display: block;
  overflow: hidden;
  position: relative;
}
.p_home-sec04-list-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#cbf9ff), to(transparent));
  background: linear-gradient(to top, #cbf9ff, transparent);
  opacity: 0.8;
}
.p_home-sec04-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_home-sec04-list-box {
  margin-left: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0.815);
  border-radius: 60px 0 0 0;
  width: 70%;
  padding: 24px 50px;
}
.p_home-sec04-list-box__year {
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.p_home-sec04-list-box__name {
  display: block;
  font-size: 25px;
  position: relative;
  z-index: 2;
}

.p_home-bottom {
  position: relative;
  background-color: #fff;
}
.p_home-bottom__wrap {
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}
.p_home-bottom__box {
  position: relative;
  width: 50%;
}
.p_home-bottom__txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.p_home-bottom__en {
  font-size: 45px;
  color: #fff;
  display: block;
}
.p_home-bottom__ja {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.p_home-bottom__img {
  overflow: hidden;
  display: block;
  height: 100%;
}
.p_home-bottom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_home-bottom__link {
  height: 100%;
}

/* -----------------------------------------------
* content Module
* contentページ用
-------------------------------------------------- */
.p_content {
  padding-bottom: 220px;
  margin-top: 20px;
}
.p_content * {
  font-family: "inter", sans-serif;
}
.p_content {
  color: #000;
}
.p_content__ttl {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.p_content__kome {
  font-size: 14px;
  margin-top: 10px;
}

.p_content-list {
  margin-top: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.p_content-list__item {
  width: 145px;
  height: 200px;
  padding: 5px;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
  font-weight: bold;
}
.p_content-list__item .small {
  font-size: 12px;
  margin-top: 10px;
  font-weight: normal;
}
.p_content-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #C55BC2;
}
.p_content-list__item:nth-child(1) {
  background-color: #FECEE0;
}
.p_content-list__item:nth-child(2) {
  background-color: #FEE8EC;
}
.p_content-list__item:nth-child(3) {
  background-color: #FEF2ED;
}
.p_content-list__item:nth-child(4) {
  background-color: #FEF7E4;
}
.p_content-list__item:nth-child(5) {
  background-color: #D9F0F7;
}
.p_content-list__item:nth-child(6) {
  background-color: #B3E8F6;
}

.p_content-sec02 {
  margin-top: 160px;
}
.p_content-sec02__box01 {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p_content-sec02__txtArea {
  width: 60%;
  margin-top: 117px;
}
.p_content-sec02__img01 {
  width: 35%;
}
.p_content-sec02__img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_content-sec02__txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2.25;
}

.p_content-sec03 {
  margin-top: 225px;
}
.p_content-sec03__box01 {
  border-radius: 15px;
  background-color: #FFFBEE;
  padding: 36.22px 39px 77px;
}
.p_content-sec03__ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.p_content-sec03__list {
  margin-top: 70.46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}
.p_content-sec03__img {
  aspect-ratio: 340/227;
  border-radius: 11px;
}
.p_content-sec03__img img {
  border-radius: 11px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_content-sec03__txt {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 23px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .inner-block {
    margin: 0 auto;
  }
  .inner-block02 {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-header-entry__link:hover .c-header-entry__txt {
    color: #fff;
  }
  .c-header-entry__link:hover::before {
    opacity: 1;
    border: 1px solid #fff;
  }
  .c-footer-nav-box-list__link:hover {
    opacity: 0.8;
  }
  .c-view-more: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-sec02-list__link:hover .p_home-sec02-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p_home-sec03 .p_home-sec__btn .c-view-more:hover {
    border: 1px solid transparent;
  }
  .p_home-sec03 .p_home-sec__btn .c-view-more:hover .c-view-more__txt {
    color: #fff;
    position: relative;
  }
  .p_home-sec03 .p_home-sec__btn .c-view-more:hover svg path,
  .p_home-sec03 .p_home-sec__btn .c-view-more:hover svg line {
    stroke: #fff;
  }
  .p_home-sec03 .p_home-sec__btn .c-view-more:hover::before {
    opacity: 1;
  }
  .p_home-sec04__slide {
    margin-right: calc((100% - 100vw) / 2);
    padding-left: 10vw;
  }
  .p_home-sec04__slide .slick-slide:hover {
    opacity: 1;
  }
  .p_home-sec04__slide .slick-slide:hover .p_home-sec04-list-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p_home-bottom {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .p_home-bottom__link:hover .p_home-bottom__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #entry #contents .contens_wrp {
    padding-bottom: 400px !important;
  }
  #entry #contents .contens_wrp.entry_archive {
    padding-bottom: 0px !important;
  }
  #entry .entry_form_wrp {
    padding-bottom: 400px !important;
  }
  .p_content__kome {
    text-align: center;
  }
  .p_content-sec02__box01 {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 15px;
    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;
  }
  header {
    padding: 10px 20px 10px !important;
  }
  .c-header-nav {
    padding: 150px 20px 50px !important;
  }
  .c-header-nav__copy {
    font-size: 11px;
    margin-top: 80px;
  }
  .c-header-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .c-header-list__ttl {
    font-size: 22px;
  }
  #contents.mt {
    margin-top: 30px;
  }
  .c-footer {
    margin-top: -140px;
    background: url("../img/common/bg02_sp.png") no-repeat top center;
    background-size: 100%;
    padding: 100px 0 20px;
  }
  .c-footer__logo {
    width: 100%;
  }
  .c-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .c-view-more__txt {
    font-size: 16px;
  }
  .contens_wrp {
    padding-bottom: 200px !important;
  }
  #jobs .contens_wrp {
    padding-bottom: 200px !important;
  }
  #entry .recruit_contact {
    padding-bottom: 200px !important;
  }
  #data #contents .contens_wrp {
    padding-bottom: 200px !important;
  }
  #interview .interview_list_wrp {
    padding-bottom: 200px !important;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
  .p_home-sec__btn {
    width: 200px;
  }
  .p_home-sec__ttl .en {
    font-size: 50px;
  }
  .p_home-sec__ttl .ja {
    font-size: 17px;
  }
  .p_home-sec__cap {
    margin-top: 20px;
  }
  .p_home-mv-txt {
    font-size: 40px;
    top: 140px;
    font-size: 9vw;
    right: unset;
    left: 20px;
  }
  .p_home-sec01 {
    padding-top: 140px;
    padding-bottom: 300px;
  }
  .p_home-sec01__ttl .ttl {
    font-size: 30px;
  }
  .p_home-sec01__ttl .ico {
    width: 200px;
    -webkit-transform: translate(-10px, 20px);
            transform: translate(-10px, 20px);
  }
  .p_home-sec02 {
    border-radius: 40px 40px 0 0;
    padding: 80px 0;
  }
  .p_home-sec02-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p_home-sec02-list__link {
    min-height: 408px;
  }
  .p_home-sec03 {
    margin: 140px 0 100px;
  }
  .p_home-sec04 {
    border-radius: 40px 40px 0 0;
    padding: 80px 0 0;
  }
  .p_home-sec04__wrap {
    display: block;
  }
  .p_home-sec04__left {
    width: 100%;
  }
  .p_home-sec04__right {
    width: 100%;
  }
  .p_home-sec04__slide {
    margin-top: 20px;
  }
  .p_home-sec04-list__btn {
    margin-top: 5px;
  }
  .p_home-sec04-list-box {
    padding: 24px;
  }
  .p_home-bottom__wrap {
    border-radius: 20px;
  }
  .p_home-bottom__txt {
    width: 100%;
  }
  .p_home-bottom__en {
    font-size: 28px;
    line-height: 1;
  }
  .p_home-bottom__ja {
    font-size: 14px;
  }
  #entry #contents .contens_wrp {
    padding-bottom: 180px !important;
  }
  #entry #contents .contens_wrp.entry_archive {
    padding-bottom: 0px !important;
  }
  #entry .entry_form_wrp {
    padding-bottom: 180px !important;
  }
  .p_content {
    padding-bottom: 120px;
  }
  .p_content__ttl {
    font-size: 24px;
  }
  .p_content-list {
    display: block;
    margin-top: 24px;
  }
  .p_content-list__item:not(:first-child) {
    margin-top: 20px;
  }
  .p_content-list__item {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .p_content-list__item .small {
    font-size: 12px;
    margin-top: 6px;
  }
  .p_content-list__item:not(:last-child)::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -20px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .p_content-sec02 {
    margin-top: 80px;
  }
  .p_content-sec02__box01 {
    display: block;
    margin-top: 24px;
  }
  .p_content-sec02__txtArea {
    width: 100%;
    margin-top: 0px;
  }
  .p_content-sec02__img01 {
    width: 100%;
    height: auto;
    margin-top: 40px;
    -webkit-transform: none;
            transform: none;
  }
  .p_content-sec02__txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .p_content-sec03 {
    margin-top: 120px;
  }
  .p_content-sec03__box01 {
    width: 100%;
    padding: 20px;
  }
  .p_content-sec03__ttl {
    font-size: 24px;
  }
  .p_content-sec03__list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 24px;
  }
  .p_content-sec03__txt {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media screen and (768px <= width <= 1080px) {
  .c-footer__nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  #entry .recruit_contents_list li .recruit_contents_list_txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #entry .recruit_contents_list li .recruit_contents_list_txtbox .recruit_contents_list_txtbox_txt01 {
    border-bottom: none;
  }
}
@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;
  }
}
@media screen and (768px <= width <= 980px) {
  .p_home-sec02-list__link {
    border-radius: 30px;
  }
  .p_home-sec02-list__en {
    font-size: 35px;
  }
  .p_home-sec02-list__ja {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */