@charset "UTF-8";
/* ============================================ */
/* font
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
/* ============================================ */
/* reset（destyle.cssの追加設定） 
/* ============================================ */
html {
  box-sizing: border-box;
  line-break: strict;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ============================================ */
/* :root 
/* ============================================ */
:root {
  --fontfamily-gothic: "Noto Sans JP", sans-serif;
  --fontfamily-en: "M PLUS Rounded 1c", sans-serif;
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #27aeed;
  --color-grad-blue: linear-gradient(120deg, #27aeed, #2782ed);
  --color-grad-yellow: linear-gradient(120deg, #fc7945, #fcb345);
}

/* ============================================ */
/* base
/* ============================================ */
body {
  position: relative;
  font-family: var(--fontfamily-gothic);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
  body::after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70px;
    background: var(--color-white);
    z-index: 98;
  }
}
/* ============================================ */
/* 共通style
/* ============================================ */
/* ===== 表示切り替え ===== */
.d-switch {
  display: none !important;
}

@media screen and (min-width: 1401px) {
  .d-switch.min-xxl {
    display: block !important;
  }
}
@media screen and (max-width: 1400px) {
  .d-switch.max-xxl {
    display: block !important;
  }
}
@media screen and (min-width: 1201px) {
  .d-switch.min-xl {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .d-switch.max-xl {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .d-switch.min-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .d-switch.max-lg {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .d-switch.min-md {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-switch.max-md {
    display: block !important;
  }
}
@media screen and (min-width: 601px) {
  .d-switch.min-sm {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .d-switch.max-sm {
    display: block !important;
  }
}
@media screen and (min-width: 361px) {
  .d-switch.min-xs {
    display: block !important;
  }
}
@media screen and (max-width: 360px) {
  .d-switch.max-xs {
    display: block !important;
  }
}
/* ===== page-transition ===== */
.page-transition {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.page-transition.is-visible {
  opacity: 1;
}

.page-transition.is-leaving {
  opacity: 0;
}

/* ===== main ===== */
#main {
  position: relative;
  padding: 0 0 260px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #main {
    padding: 0 0 150px;
  }
}
/* ===== wrap ===== */
.out-wrap {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.in-wrap {
  position: relative;
}
.in-wrap.right {
  margin: 0 0 0 auto;
}

.wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (min-width: 1201px) {
  .wrap.indent {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1801px) {
  .in-wrap {
    width: calc(100% - (100% - 1300px) / 2);
  }
  .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1800px) {
  .in-wrap {
    width: 90%;
  }
  .wrap {
    width: 80%;
  }
}
/* ===== page-top ===== */
.page-top-line {
  position: relative;
}

.page-top {
  position: fixed;
  right: 2%;
  cursor: pointer;
  transition: opacity 0.5s;
  z-index: 98;
  opacity: 0;
}
.page-top a {
  display: block;
  width: 75px;
  transition: transform 0.3s;
}

@media (hover: hover) {
  .page-top:hover a {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .page-top a {
    width: 45px;
  }
}
/* ===== top-area（サブページトップ） ===== */
#top-area .page-category {
  position: relative;
  fill: var(--color-blue);
}
#top-area .page-category.wh {
  fill: var(--color-white);
}
#top-area .page-category.about-us {
  width: 150px;
}
#top-area .page-category.topics {
  width: 99px;
}
#top-area .page-category.job-people {
  width: 113px;
}
#top-area .page-category.environment {
  width: 220px;
}
#top-area .page-category.information {
  width: 210px;
}
#top-area .text-wrap.wh {
  color: var(--color-white);
  fill: var(--color-white);
}
#top-area .page-title {
  position: relative;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.5;
  font-weight: 500;
  z-index: 1;
}
#top-area .page-title.wh {
  color: var(--color-white);
  fill: var(--color-white);
}

@media screen and (max-width: 768px) {
  #top-area .page-category.about-us {
    width: 105px;
  }
  #top-area .page-category.topics {
    width: 69.3px;
  }
  #top-area .page-category.job-people {
    width: 79.1px;
  }
  #top-area .page-category.environment {
    width: 154px;
  }
  #top-area .page-category.information {
    width: 147px;
  }
  #top-area .page-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #top-area .page-title + p {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #top-area .page-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#top-area.type-basic {
  padding: 150px 0 60px;
}
#top-area.type-basic .page-category {
  margin: 0 0 85px;
}
#top-area.type-basic .page-title + p {
  margin: 75px 0 0;
}

@media screen and (max-width: 768px) {
  #top-area.type-basic {
    padding: 120px 0 60px;
  }
  #top-area.type-basic .page-category {
    margin: 0 0 60px;
  }
  #top-area.type-basic .page-title + p {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #top-area.type-basic {
    padding: 100px 0 60px;
  }
}
#top-area.type-img01 {
  position: relative;
  height: 100svh;
  margin: 0 0 100px;
}
#top-area.type-img01 .wrap {
  height: 100%;
}
#top-area.type-img01 .page-category {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 1;
}
#top-area.type-img01 .text-wrap {
  position: absolute;
  top: calc(80% - 200px);
  z-index: 1;
}
#top-area.type-img01 .page-title + p {
  max-width: 430px;
  margin: 65px 0 0;
}
#top-area.type-img01 .img {
  position: absolute;
  left: calc(50% - 250px);
  top: -10%;
  width: calc(50vw + 250px);
  height: 100%;
  border-radius: 50svh 0 0 50svh;
}

@media screen and (max-width: 1400px) {
  #top-area.type-img01 {
    height: 50svh;
    min-height: 720px;
  }
  #top-area.type-img01 .img {
    left: calc(50% - 150px);
    top: -5%;
    width: calc(50vw + 150px);
    border-radius: 1000px 0 0 1000px;
  }
  #top-area.type-img01 .text-wrap {
    top: calc(90% - 250px);
  }
  #top-area.type-img01 .page-title + p {
    max-width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  #top-area.type-img01 {
    height: auto;
    min-height: auto;
    padding: 150px 0 0;
  }
  #top-area.type-img01 .page-category {
    position: relative;
    inset: 0;
    margin: 0 0 30px;
  }
  #top-area.type-img01 .text-wrap {
    position: relative;
    inset: 0;
    margin: 50px 0 0;
  }
  #top-area.type-img01 .page-title + p {
    max-width: none;
  }
  #top-area.type-img01 .img {
    position: relative;
    inset: 0;
    width: 90vw;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #top-area.type-img01 {
    padding: 120px 0 0;
  }
  #top-area.type-img01 .text-wrap {
    margin: 30px 0 0;
  }
  #top-area.type-img01 .page-title + p {
    margin: 30px 0 0;
  }
  #top-area.type-img01 .img {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #top-area.type-img01 {
    padding: 100px 0 0;
    margin: 0 0 80px;
  }
  #top-area.type-img01 .img {
    height: 280px;
    margin: 30px 0 0;
  }
}
#top-area.type-img02 {
  position: relative;
  height: 100svh;
  margin: 0 0 120px;
}
#top-area.type-img02 .wrap {
  height: 100%;
}
#top-area.type-img02 .page-category {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 1;
}
#top-area.type-img02 .text-wrap {
  position: absolute;
  top: calc(80% - 200px);
  z-index: 1;
}
#top-area.type-img02 .page-title + p {
  max-width: 340px;
  margin: 65px 0 0;
}
#top-area.type-img02 .img {
  position: absolute;
  left: 260px;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 5/2.8;
  -webkit-mask-image: url("../img/common/top-area_mask02.svg");
          mask-image: url("../img/common/top-area_mask02.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
          mask-position: left bottom;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
#top-area.type-img02 .img.no-mask {
  -webkit-mask-image: none;
          mask-image: none;
}
#top-area.type-img02 .img.no-mask img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  #top-area.type-img02 {
    height: auto;
  }
  #top-area.type-img02 .img {
    position: relative;
    width: auto;
    height: 600px;
  }
  #top-area.type-img02 .text-wrap {
    position: relative;
    margin: -200px 0 0;
    inset: 0;
  }
  #top-area.type-img02 .page-title + p {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  #top-area.type-img02 {
    margin: 0 0 80px;
  }
  #top-area.type-img02 .img {
    left: 130px;
  }
  #top-area.type-img02 .text-wrap {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #top-area.type-img02 {
    margin: 0 0 60px;
  }
  #top-area.type-img02 .page-category {
    top: 120px;
  }
  #top-area.type-img02 .img {
    left: 100px;
    height: 480px;
  }
  #top-area.type-img02 .page-title + p {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #top-area.type-img02 .page-category {
    top: 100px;
  }
  #top-area.type-img02 .img {
    left: 50px;
    height: 400px;
    aspect-ratio: 5/3.2;
  }
  #top-area.type-img02 .page-title + p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 480px) {
  #top-area.type-img02 .img {
    height: 360px;
    left: 0;
  }
}
#top-area.type-img03 {
  position: relative;
  height: 100svh;
  margin: 0 0 100px;
}
#top-area.type-img03 .wrap {
  height: 100%;
}
#top-area.type-img03 .page-category {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 1;
}
#top-area.type-img03 .text-wrap {
  position: absolute;
  top: calc(80% - 200px);
  z-index: 1;
}
#top-area.type-img03 .page-title + p {
  max-width: 430px;
  margin: 65px 0 0;
}
#top-area.type-img03 .img {
  position: absolute;
  right: 0;
  top: -15%;
  width: calc(50% + 250px);
  height: 100%;
  border-radius: 50svh 0 0 50svh;
}

/* ===== タイトル ===== */
.g-title.slash {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  color: var(--color-blue);
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.g-title.slash:after {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 170px;
  background: var(--color-black);
  margin: 0 0 0 50px;
  transform-origin: top;
  transform: rotate(35deg);
  flex-shrink: 0;
  order: 1;
}
.g-title.slash .en {
  position: relative;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0 30px -40px;
  flex-shrink: 0;
  order: 2;
}
.g-title.slash.wh {
  color: var(--color-white);
}
.g-title.slash.wh:after {
  background: var(--color-white);
}
.g-title.slash.short:after {
  height: 120px;
}
.g-title.slash-small {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.g-title.slash-small:after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  display: block;
  width: 1px;
  height: 115px;
  background: var(--color-black);
  transform-origin: top;
  transform: rotate(35deg);
}
.g-title.slash-small .number {
  width: 90px;
  margin-top: -20px;
}
.g-title.slash-small.wh {
  color: var(--color-white);
}
.g-title.slash-small.wh:after {
  background: var(--color-white);
}
.g-title.grad-round, .g-title.grad-round-small {
  color: var(--color-white);
  line-height: 1;
  background: var(--color-grad-blue);
  padding: 0.4em 1.4em 0.5em;
  margin: 0 0 1.5em;
  border-radius: 1.5em;
  color: var(--color-white);
  font-weight: 500;
}
.g-title.grad-round .size-s, .g-title.grad-round-small .size-s {
  display: inline-block;
  font-size: 60%;
}
.g-title.grad-round {
  font-size: 35px;
  font-size: 2.1875rem;
}
.g-title.grad-round-small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-size: 1.25rem;
}
.g-title.underline {
  color: var(--color-blue);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: solid 1px var(--color-blue);
  padding: 0 0 0.2em;
  margin: 0 0 1.5em;
}

@media screen and (max-width: 1024px) {
  .g-title.slash:after {
    height: 140px;
  }
  .g-title.slash .en {
    margin: auto 0 30px -20px;
  }
}
@media screen and (max-width: 768px) {
  .g-title.slash {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .g-title.slash:after {
    height: 120px;
  }
  .g-title.slash .en {
    margin: auto 0 25px -25px;
  }
  .g-title.slash-small:after {
    right: -40px;
    height: 70px;
  }
  .g-title.slash-small .number {
    width: 60px;
    margin-top: -10px;
  }
  .g-title.grad-round {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .g-title.grad-round-small {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .g-title.slash {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .g-title.slash:after {
    height: 80px;
    margin: 0 0 0 35px;
  }
  .g-title.slash .en {
    margin: auto 0 15px -15px;
  }
  .g-title.slash.short:after {
    height: 80px;
  }
}
/* ===== キャッチコピー ===== */
.g-catch {
  position: relative;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
  .g-catch {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
/* ===== 背景オブジェクト ===== */
.bg-object {
  position: absolute;
  transform: translate(-50%, 0);
}
.bg-object::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 127/150;
  -webkit-mask-image: url("../img/common/bg-object.svg");
          mask-image: url("../img/common/bg-object.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

/* ===== 角丸 ===== */
.round,
.round-l,
.round-r {
  overflow: hidden;
}

.round {
  border-radius: 15px;
}

.round-r {
  border-radius: 0 15px 15px 0;
}

.round-l {
  border-radius: 15px 0 0 15px;
}

@media screen and (min-width: 1801px) {
  .round-l,
.round-r {
    border-radius: 15px;
  }
}
/* ===== 背景画像 ===== */
.before-bg {
  position: relative;
  overflow: hidden;
}
.before-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #CCC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s;
}

/* ===== hover効果 ===== */
/* 拡大 */
.hover-zoom img {
  transition: transform 0.3s;
}

@media (hover: hover) {
  a:hover .hover-zoom img {
    transform: scale(1.05);
  }
  a:hover .hover-zoom .before-bg::before {
    transform: scale(1.05);
  }
  .hover-zoom:hover.before-bg::before {
    transform: scale(1.05);
  }
}
/* 下線 */
.hover-underline {
  position: relative;
}
.hover-underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: left center;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

@media (hover: hover) {
  .hover-underline:hover:before {
    transform: scale(1, 1);
  }
}
/* ===== READ MORE ===== */
.read-more {
  position: relative;
  width: 90px;
  flex-shrink: 0;
}
.read-more::before, .read-more::after {
  content: "";
  display: block;
  background: var(--color-black);
  transition: background-color 0.3s;
}
.read-more::before {
  width: 100%;
  height: 100%;
  aspect-ratio: 15/2.5;
  -webkit-mask-image: url(../img/common/read-more.svg);
          mask-image: url(../img/common/read-more.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
.read-more::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

@media (hover: hover) {
  a:hover .read-more::before, a:hover .read-more::after {
    background: var(--color-blue);
  }
}
/* ===== ボタン ===== */
.round-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  width: 18em;
  min-height: 58px;
  font-weight: 500;
  color: var(--color-white);
  padding: 0.7em 2.5em;
  border-radius: 1.6em;
  overflow: hidden;
  white-space: nowrap;
}
.round-btn:has(.icon-blank) {
  padding-right: 4.5em;
}
.round-btn::before, .round-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.round-btn::before {
  background: #fc7945;
  background: var(--color-grad-yellow);
}
.round-btn::after {
  background: var(--color-blue);
  background: var(--color-grad-blue);
  transition: opacity 0.5s;
}
.round-btn.entry {
  max-width: 250px;
}
.round-btn.entry .inner {
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
  width: 100%;
}
.round-btn.entry img {
  display: block;
  width: 70px;
}
.round-btn .inner {
  position: relative;
  z-index: 1;
}
.round-btn .icon-blank {
  position: absolute;
  right: 2em;
  top: 50%;
  width: 1.5em;
  transform: translate(0, -50%);
  z-index: 1;
}
.round-btn .icon-blank::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  aspect-ratio: 13/7;
  -webkit-mask-image: url(../img/common/icon-blank.svg);
          mask-image: url(../img/common/icon-blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}

@media (hover: hover) {
  .round-btn:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .round-btn {
    font-size: 16px;
    font-size: 1rem;
    min-height: 52px;
  }
}
@media screen and (max-width: 600px) {
  .round-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    min-height: 48px;
  }
}
@media screen and (max-width: 360px) {
  .round-btn {
    font-size: 13px;
    font-size: 0.8125rem;
    min-height: 42px;
  }
}
/* ===== インタビューリンク設定 ===== */
.interview-list .item .img {
  width: 100%;
  aspect-ratio: 143/180;
}
.interview-list .item .img::before {
  background-position: center 20%;
}
.interview-list .item .profile {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.5em 0 1.5em;
}
.interview-list .item .profile span {
  display: inline-block;
}
.interview-list .item .profile .name {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  margin: 0 1em 0 0;
}
.interview-list .item .profile .year {
  margin: 0 1em 0 0;
}
.interview-list .item .profile .year::before {
  content: "／";
}
.interview-list .item.wr .img::before {
  background-image: url(../img/job-people/interview/wr/link.jpg);
}
.interview-list .item.ny01 .img::before {
  background-image: url(../img/job-people/interview/ny01/link.jpg);
}
.interview-list .item.oh .img::before {
  background-image: url(../img/job-people/interview/oh/link.jpg);
}
.interview-list .item.ty .img::before {
  background-image: url(../img/job-people/interview/ty/link.jpg);
}
.interview-list .item.ka01 .img::before {
  background-image: url(../img/job-people/interview/ka01/link.jpg);
}
.interview-list .item.fm .img::before {
  background-image: url(../img/job-people/interview/fm/link.jpg);
}
.interview-list .item.ij .img::before {
  background-image: url(../img/job-people/interview/ij/link.jpg);
}
.interview-list .item.ny02 .img::before {
  background-image: url(../img/job-people/interview/ny02/link.jpg);
}
.interview-list .item.ka02 .img::before {
  background-image: url(../img/job-people/interview/ka02/link.jpg);
}

/*# sourceMappingURL=style.css.map */