@charset "UTF-8";
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.min {
  display: none !important;
}
@media only screen and (max-width: 1300px) {
  .min {
    display: block !important;
  }
}
.min-off {
  display: block;
}
@media only screen and (max-width: 1300px) {
  .min-off {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 834px) {
  html {
    overflow-x: hidden;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  color: #000;
  background-image: linear-gradient(to right, transparent 150px, #eee 150px, #eee 151px, transparent 151px);
  background-size: 300px 100%;
  background-position: center;
  background-repeat: repeat;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: vw(14);
    background-image: linear-gradient(to right, transparent 88px, #eee 88px, #eee 89px, transparent 89px);
    background-size: 176px 100%;
    min-width: 0;
  }
}

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

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 835px) {
  a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

/*===================================
画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.c-outer {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}

.c-inner {
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 834px) {
  .c-inner {
    width: calc(350 / 390 * 100vw);
  }
}
/*===================================
font
===================================*/
.iv,
.ivo {
  visibility: hidden;
}

/*===================================
オリジナル
===================================*/
@-webkit-keyframes animate-scroll {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  51% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
@keyframes animate-scroll {
  from {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  51% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
}
/*===================================
ふわっ
===================================*/
.fadeIn {
  opacity: 0;
  -webkit-animation: animate-fadeIn 0.8s forwards;
          animation: animate-fadeIn 0.8s forwards;
}

.fadeUp {
  opacity: 0;
  -webkit-animation: animate-fadeInUp 0.8s forwards;
          animation: animate-fadeInUp 0.8s forwards;
}

.fadeInLft {
  opacity: 0;
  -webkit-animation: animate-fadeInLft 0.8s forwards;
          animation: animate-fadeInLft 0.8s forwards;
}

.fadeInRgt {
  opacity: 0;
  -webkit-animation: animate-fadeInRgt 0.8s forwards;
          animation: animate-fadeInRgt 0.8s forwards;
}

@-webkit-keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*===================================
LINK
===================================*/
.c-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-link-text__image {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.c-link-text__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 30px);
  line-height: 1;
  border-right: 1px solid linear-gradient(96.7deg, #009245, #39b54a 54%, #00c800);
}
.c-link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 260px;
  height: 60px;
  padding-left: 30px;
  border-radius: 100vmax;
}
.c-link-button__body {
  width: calc(100% - 40px);
}
.c-link-button--black {
  color: #fff;
  background: #000;
}
.c-link-button--black:hover {
  color: #fff;
  background: #7d7e7e;
}
.c-link-button--red {
  color: #fff;
  background: #e6fbe4;
}
.c-link-button--red:hover {
  color: #fff;
  background: #d87066;
}
.c-link-arrow {
  position: relative;
  width: 30px;
  height: 1em;
  overflow: hidden;
}
.c-link-arrow::before, .c-link-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_arrow_black.svg) repeat-x center right/100% 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-link-arrow::after {
  right: 30px;
}
.c-link-arrow--white::before, .c-link-arrow--white::after {
  background-image: url(../img/common/icon_arrow_white.svg);
}
.c-link-circle {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 100vmax;
}
.c-link-circle::before, .c-link-circle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_arrow_white.svg) repeat-x center right/100% 48px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-link-circle::after {
  right: 48px;
}
.c-link-circle--black {
  border-color: #000;
  background: #000;
}
.c-link-circle--blank::before, .c-link-circle--blank::after {
  background-image: url(../img/common/icon_blank_white.svg);
}
.c-link-blank {
  position: relative;
  width: 30px;
  height: 1em;
  overflow: hidden;
}
.c-link-blank::before, .c-link-blank::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_blank_black.svg) repeat-x center right/100% 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-link-blank::after {
  right: 30px;
}
.c-link-blank--white::before, .c-link-blank--white::after {
  background-image: url(../img/common/icon_blank_white.svg);
}

@media only screen and (min-width: 835px) {
  a:hover .c-link-arrow::before, a:hover .c-link-arrow::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  a:hover .c-link-circle::before, a:hover .c-link-circle::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  a:hover .c-link-circle--blank::before, a:hover .c-link-circle--blank::after {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1270px) {
  .c-link-circle {
    width: 36px;
    height: 36px;
  }
  .c-link-circle::before, .c-link-circle::after {
    background-size: 100% 36px;
  }
  .c-link-circle::after {
    right: 36px;
  }
}
@media only screen and (max-width: 834px) {
  .c-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-link-text__image {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .c-link-text__body {
    height: 100%;
    width: calc(100% - 30px);
    line-height: 1;
    border-right: 1px solid linear-gradient(96.7deg, #009245, #39b54a 54%, #00c800);
  }
  .c-link-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(240 / 390 * 100vw);
    height: calc(52 / 390 * 100vw);
    padding-left: calc(30 / 390 * 100vw);
  }
  .c-link-button__body {
    width: calc(100% - 40 / 390 * 100vw);
  }
  .c-link-arrow {
    width: 30px;
    height: 1em;
    overflow: hidden;
  }
  .c-link-arrow::before, .c-link-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon_arrow_black.svg) repeat-x center right/100% 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-link-arrow::after {
    right: 30px;
  }
  .c-link-arrow--white::before, .c-link-arrow--white::after {
    background-image: url(../img/common/icon_arrow_white.svg);
  }
  .c-link-circle {
    width: calc(36 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
  }
  .c-link-circle::before, .c-link-circle::after {
    background-size: 100% calc(36 / 390 * 100vw);
  }
  .c-link-circle::after {
    right: calc(36 / 390 * 100vw);
  }
  .c-link-blank {
    position: relative;
    width: 30px;
    height: 1em;
    overflow: hidden;
  }
  .c-link-blank::before, .c-link-blank::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon_blank_black.svg) repeat-x center right/100% 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-link-blank::after {
    right: 30px;
  }
  .c-link-blank--white::before, .c-link-blank--white::after {
    background-image: url(../img/common/icon_blank_white.svg);
  }
}
.c-text-eng__light {
  font-family: Helvetica, Arial, "Roboto", sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 834px) {
  .c-text-eng__light {
    font-family: Helvetica, Arial, "Roboto", sans-serif;
    font-weight: 300;
  }
}
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
  z-index: 100;
}
.l-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 23px);
  background: #fff;
  background-image: linear-gradient(to right, transparent 150px, #eee 150px, #eee 151px, transparent 151px);
  background-size: 300px 100%;
  background-position: center;
  background-repeat: repeat;
  hanging-punctuation: allow-end;
}
@media only screen and (max-width: 834px) {
  .l-header::after {
    width: 100%;
    font-size: vw(14);
    background-image: linear-gradient(to right, transparent 88px, #eee 88px, #eee 89px, transparent 89px);
    background-size: 176px 100%;
  }
}
.l-header__wrap {
  position: relative;
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 23px 22px 0 28px;
  z-index: 101;
}
.l-header-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header-logo__company {
  display: block;
  width: 377px;
}
.l-header-logo__recruit {
  width: 120px;
  margin-left: 16px;
}
.l-header-hamburger {
  display: none;
}
.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.l-header-nav__link {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.06;
  font-weight: 700;
  margin-right: 50px;
}
@media only screen and (min-width: 835px) {
  .l-header-nav__link:hover {
    color: #00c800;
  }
}
.l-header-nav__link--current {
  color: #00c800;
}
.l-header-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header-entry__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 160px;
  height: 50px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.19;
  font-weight: 700;
  padding: 10px;
  color: #fff;
  background: #ccc;
  border-radius: 8px;
}
.l-header-entry__button:nth-of-type(n+2) {
  margin-left: 10px;
}
.l-header-entry__button::after {
  content: "";
  display: block;
  width: 43px;
  height: 30px;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 835px) {
  .l-header-entry__button:hover::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.l-header-entry__button--new {
  background: #00c800;
}
.l-header-entry__button--mid {
  background: #0064b9;
}
.l-header-hamburger, .l-header-menu {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .l-header {
    height: 60px;
  }
  .l-header::after {
    height: calc(100% + 1px);
  }
  .l-header__wrap {
    min-width: 0;
    padding: 0 12px;
  }
  .l-header-logo {
    height: 60px;
    line-height: 1;
  }
  .l-header-logo__company {
    display: block;
    width: 188px;
  }
  .l-header-logo__recruit {
    width: 63px;
    margin-left: 8px;
  }
  .l-header-hamburger {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60px;
    height: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
  }
  .l-header-hamburger__line {
    position: relative;
    display: block;
    width: 50%;
    height: 1px;
    background: #CCC;
  }
  .l-header-hamburger__line::before, .l-header-hamburger__line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #CCC;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    will-change: transform;
  }
  .l-header-hamburger__line::before {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  .l-header-hamburger__line::after {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  .l-header-hamburger.-open span {
    background: transparent !important;
  }
  .l-header-hamburger.-open span::before {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
  }
  .l-header-hamburger.-open span::after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
  .l-header-nav {
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-left: 0;
    background-image: linear-gradient(to right, transparent 150px, #eee 150px, #eee 151px, transparent 151px);
    background-color: #fff;
    background-size: 300px 100%;
    background-position: center;
    background-repeat: repeat;
    hanging-punctuation: allow-end;
    padding: 25px 25px 35px;
    border-bottom: 1px solid #ccc;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header-nav.-open {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .l-header-nav__link {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.06;
    font-weight: 700;
    margin-right: 0;
  }
  .l-header-nav__link:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .l-header-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .l-header {
    position: fixed;
    height: calc(60 / 390 * 100vw);
    border-bottom: 1px solid #ccc;
  }
  .l-header__wrap {
    padding: 0 calc(12 / 390 * 100vw);
  }
  .l-header-logo {
    height: calc(60 / 390 * 100vw);
  }
  .l-header-logo__company {
    width: calc(188 / 390 * 100vw);
  }
  .l-header-logo__recruit {
    width: calc(63 / 390 * 100vw);
    margin-left: calc(8 / 390 * 100vw);
  }
  .l-header-hamburger {
    width: calc(60 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
  }
  .l-header-nav {
    top: calc(60 / 390 * 100vw);
    padding: calc(25 / 390 * 100vw) calc(25 / 390 * 100vw) calc(35 / 390 * 100vw);
    background-size: 176px 100%;
  }
  .l-header-nav__link {
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.06;
  }
  .l-header-nav__link:nth-of-type(n+2) {
    margin-top: calc(20 / 390 * 100vw);
  }
  .l-header-entry {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .l-header-entry__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    height: calc(50 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.19;
    padding: calc(10 / 390 * 100vw);
    border-radius: calc(8 / 390 * 100vw) 0 0 0;
  }
  .l-header-entry__button:nth-of-type(n+2) {
    border-radius: 0 calc(8 / 390 * 100vw) 0 0;
    margin-left: calc(0 / 390 * 100vw);
  }
  .l-header-entry__button::after {
    width: calc(43 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
  }
}
.l-footer {
  padding: 50px 0 20px;
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer-logo__company {
  display: block;
  width: 377px;
}
.l-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer-list__item {
  margin-left: 100px;
}
.l-footer-list__link {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.06;
  font-weight: 700;
}
.l-footer-list__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.25em;
}
.l-footer-list__anchor {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.94;
  color: #4d4d4d;
}
.l-footer-copy {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2.5;
  color: #4d4d4d;
}

@media only screen and (max-width: 1300px) {
  .l-footer {
    padding: 50px 20px 20px;
  }
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-logo {
    margin-inline: auto;
  }
  .l-footer-logo__company {
    display: block;
    width: 300px;
  }
  .l-footer-list {
    width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    margin-top: 30px;
  }
  .l-footer-list__item {
    margin-left: 0px;
  }
  .l-footer-list__link {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.19;
  }
  .l-footer-list__child {
    margin-top: 0.25em;
  }
  .l-footer-list__anchor {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2.19;
  }
  .l-footer-copy {
    font-size: 1.12rem;
    letter-spacing: 0em;
    line-height: 2.5;
    text-align: center;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 834px) {
  .l-footer {
    padding: calc(40 / 390 * 100vw) 0 calc(65 / 390 * 100vw);
  }
  .l-footer-logo__company {
    width: calc(300 / 390 * 100vw);
  }
  .l-footer-list {
    width: calc(300 / 390 * 100vw);
    margin-top: calc(30 / 390 * 100vw);
  }
  .l-footer-list__item {
    margin-left: 0px;
  }
  .l-footer-list__link {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.19;
  }
  .l-footer-list__anchor {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 2.19;
  }
  .l-footer-copy {
    font-size: calc(11.2 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 2.5;
    margin-top: calc(50 / 390 * 100vw);
  }
}
.l-main-bredcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.06;
  margin: 20px 0 30px;
}
.l-main-bredcrumb__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-main-bredcrumb__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% - 1.5em);
  height: 1px;
  background: #000;
}
.l-main-bredcrumb__item:not(:last-of-type)::after {
  content: "〉";
  margin: 0 0.5em;
}
.l-main-bredcrumb__item:last-of-type {
  pointer-events: none;
}
.l-main-bredcrumb__item:last-of-type::before {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .l-main-bredcrumb {
    margin: 20px 20px 30px;
  }
}
@media only screen and (max-width: 834px) {
  .l-main {
    padding-top: calc(60 / 390 * 100vw);
  }
  .l-main-bredcrumb {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.58;
    margin: calc(20 / 390 * 100vw) 0 calc(45 / 390 * 100vw);
  }
}
.l-page {
  padding-top: 25px;
}
.l-page-title {
  text-align: center;
  margin-bottom: 50px;
}
.l-page-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, right top, from(#0064b9), to(#00c800));
  background: linear-gradient(90deg, #0064b9, #00c800);
  border-radius: 100vmax;
}
.l-page-title__eng {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #00c800;
}
.l-page-title__jpn {
  font-size: 5rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  margin: 20px auto 25px;
}
.l-page-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 3.6rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
}
.l-page-h2::before {
  content: "";
  display: block;
  width: 22.5px;
  height: 25px;
  margin: 0 20px 0 10px;
  -webkit-mask-image: url(../img/common/icon_page-title.svg);
          mask-image: url(../img/common/icon_page-title.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.l-page-h2--blue::before {
  background: #0064b9;
}
.l-page-h2--green::before {
  background: #55be05;
}
.l-page-lead {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-top: 25px;
  padding: 0 55px;
}

@media only screen and (max-width: 834px) {
  .l-page {
    padding-top: calc(60 / 390 * 100vw);
  }
  .l-page-title {
    margin-bottom: calc(50 / 390 * 100vw);
  }
  .l-page-title::after {
    width: calc(35 / 390 * 100vw);
    height: calc(3.5 / 390 * 100vw);
  }
  .l-page-title__eng {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .l-page-title__jpn {
    font-size: calc(30 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin: calc(10 / 390 * 100vw) auto calc(15 / 390 * 100vw);
  }
  .l-page-h2 {
    font-size: calc(24 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .l-page-h2::before {
    content: "";
    width: calc(15 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
    margin: 0 calc(20 / 390 * 100vw) 0 0;
  }
  .l-page-lead {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
    margin-top: calc(15 / 390 * 100vw);
    padding: 0 calc(10 / 390 * 100vw) 0 calc(35 / 390 * 100vw);
  }
}
.p-top {
  overflow: hidden;
}
.p-top-h2__eng {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #55be05;
}
.p-top-h2__eng::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 0.5em;
  background: url(../img/common/icon_symbol.svg) no-repeat center/contain;
}
.p-top-h2__jpn {
  font-size: 8rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: bold;
  margin-top: 0.1em;
}
.p-top-line {
  position: absolute;
  width: 106vw;
  height: 280px;
  -webkit-transform: rotate(6.7deg);
          transform: rotate(6.7deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background: linear-gradient(96.7deg, #009245, #39b54a 54%, #00c800);
}
.p-top-fv {
  position: relative;
  height: 520px;
  background: url(../img/top/fv_bg.svg) no-repeat center bottom 0.0057471264 auto;
}
.p-top-fv__catch {
  font-size: 8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  padding-left: 0.1em;
}
.p-top-fv__catch ruby {
  letter-spacing: 0;
  margin-right: 0.1em;
}
.p-top-fv__catch rt {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #00c800;
  margin-bottom: 0.5em;
}
.p-top-fv .splide__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: visible;
}
.p-top-fv .splide__track {
  overflow: visible;
}
.p-top-fv__splide {
  margin-top: 55px;
}
.p-top-fv__slide {
  display: block;
  line-height: 1;
}
.p-top-fv__slide img {
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 15px;
}
.p-top-fv__slide.is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-fv__slide--picture01 {
  width: 450px;
}
.p-top-fv__slide--picture02 {
  width: 250px;
  margin-top: 70px;
}
.p-top-fv__slide--picture03 {
  width: 300px;
  margin-top: 35px;
}
.p-top-fv__slide--picture04 {
  width: 450px;
  margin-top: 85px;
}
.p-top-fv__float {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
  padding: 10px 20px 10px 15px;
  color: #fff;
  background: linear-gradient(96.7deg, #009245, #39b54a 54%, #00c800);
  border-radius: 10px 0 0 10px;
  z-index: 100;
}
.p-top-fv__float strong {
  font-weight: 700;
  color: #fcee21;
}
.p-top-fv__thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 142px;
  margin-left: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.p-top-company {
  overflow: hidden;
  margin-top: 55px;
  padding-top: 55px;
}
.p-top-company__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
}
.p-top-company__wrap > * {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .p-top-company__wrap::before, .p-top-company__wrap::after {
    content: "";
    position: absolute;
    display: block;
    background: #e6fbe4;
    mix-blend-mode: saturation;
  }
  .p-top-company__wrap::before {
    top: -55px;
    left: -117px;
    width: 277px;
    height: 746px;
  }
  .p-top-company__wrap::after {
    top: 430px;
    right: -120px;
    width: 578px;
    height: 100px;
  }
}
.p-top-company__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-company__image {
  position: relative;
  margin-top: 90px;
}
.p-top-company__lead {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-top: 50px;
}
.p-top-company__picture {
  display: block;
  max-width: 1034px;
  margin-left: -13px;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-business {
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.p-top-business__ornament {
  position: absolute;
  pointer-events: none;
}
.p-top-business__ornament--right {
  top: -205px;
  left: calc(50% + 300px);
  width: 401px;
}
.p-top-business__ornament--left {
  top: 15px;
  right: calc(50% + 400px);
  width: 301px;
}
.p-top-business__lead {
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.67;
  margin-top: 60px;
}
@media only screen and (min-width: 835px) {
  .p-top-business__lead::before {
    content: "";
    position: absolute;
    display: block;
    background: #e6fbe4;
    top: 100px;
    left: calc(50% + 525px);
    width: 150px;
    height: 578px;
    mix-blend-mode: saturation;
  }
}
.p-top-business__images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
.p-top-business__line {
  bottom: 16%;
}
.p-top-business__picture {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-business__picture--1st {
  width: 350px;
  margin-right: 75px;
  margin-bottom: 155px;
}
.p-top-business__picture--2nd {
  width: 420px;
  margin-right: 95px;
}
.p-top-business__picture--3rd {
  width: 350px;
  margin-bottom: 75px;
}
.p-top-strenghts {
  margin-top: 125px;
}
.p-top-strenghts__title {
  text-align: right;
}
.p-top-strenghts__contents {
  position: relative;
  width: 1216px;
  height: 850px;
  margin-inline: auto;
  background-image: url(../img/top/strenghts_image_pc.svg);
  background-repeat: no-repeat;
  background-size: 1216px auto;
  background-position: center 15px;
}
.p-top-strenghts__text {
  position: absolute;
}
.p-top-strenghts__text--box01 {
  top: 12px;
  left: 405px;
  width: 475px;
}
.p-top-strenghts__text--box02 {
  top: 412px;
  left: 12px;
  width: 290px;
}
.p-top-strenghts__text--box03 {
  top: 515px;
  right: 2px;
  width: 372px;
}
.p-top-strenghts__image {
  position: absolute;
}
.p-top-strenghts__image--box01 {
  top: 28px;
  left: -380px;
  width: 320px;
}
.p-top-strenghts__image--box02 {
  top: -5px;
  left: 387px;
  width: 365px;
}
.p-top-strenghts__image--box03 {
  top: -310px;
  right: 26px;
  width: 260px;
}
.p-top-strenghts__icon {
  width: 85px;
}
.p-top-strenghts__subtitle {
  font-size: 3.6rem;
  letter-spacing: 0em;
  line-height: 1.39;
  font-weight: 700;
  color: #55be05;
  margin-top: 0.35em;
}
.p-top-strenghts__body {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
  margin-top: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-top-link {
  position: relative;
  margin-top: 100px;
}
.p-top-link__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.p-top-link__line {
  top: -30px;
  left: -1.5vw;
  bottom: auto;
}
.p-top-link__button {
  display: block;
  position: relative;
  width: 50%;
}
@media only screen and (min-width: 835px) {
  .p-top-link__button:hover .p-top-link__icon {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.p-top-link__text {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-size: 5.3rem;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
}
.p-top-link__icon {
  position: absolute;
  bottom: 40px;
  right: 30px;
  width: 74px;
  height: 51.5px;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1300px) {
  .p-top-company__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-top-business__images {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-top-strenghts {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-top-strenghts__contents {
    width: 100%;
    height: auto;
    background-image: none;
  }
  .p-top-strenghts__text {
    position: static;
    width: 350px !important;
    margin-inline: auto;
    margin-top: 45px;
  }
  .p-top-strenghts__text:nth-of-type(n+2) {
    margin-top: 35px;
  }
  .p-top-strenghts__image {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin-bottom: 5px;
    padding: 15px;
    background: linear-gradient(white, white) padding-box, linear-gradient(96deg, #005ab5, #00c800) border-box;
    border: 1px solid transparent;
  }
  .p-top-strenghts__image--box01 {
    width: 286px;
  }
  .p-top-strenghts__image--box02 {
    width: 322px;
    margin-left: auto;
    margin-right: 0;
  }
  .p-top-strenghts__image--box03 {
    width: 238px;
    margin-left: 35px;
    margin-right: auto;
  }
  .p-top-strenghts__icon {
    width: 66px;
  }
  .p-top-strenghts__subtitle {
    font-size: 2.4rem;
    letter-spacing: 0em;
    line-height: 1.25;
    white-space: nowrap;
    margin-top: 0.75em;
  }
  .p-top-strenghts__body {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.63;
    margin-top: 1em;
  }
  .p-top-link__text {
    font-size: 4rem;
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-top-link__icon {
    width: 58px;
    height: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .p-top-h2__eng {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .p-top-h2__eng::before {
    width: calc(22 / 390 * 100vw);
    height: calc(22 / 390 * 100vw);
  }
  .p-top-h2__jpn {
    font-size: calc(40 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-top-line {
    position: absolute;
    width: 105vw;
    height: calc(164 / 390 * 100vw);
    -webkit-transform: rotate(6.7deg);
            transform: rotate(6.7deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    background: linear-gradient(96.7deg, #009245, #39b54a 54%, #00c800);
  }
  .p-top-fv {
    height: auto;
    padding-bottom: calc(40 / 390 * 100vw);
    background: url(../img/top/fv_bg.svg) no-repeat center top calc(-50 / 390 * 100vw)/calc(1390 / 390 * 100vw) auto;
  }
  .p-top-fv__catch {
    font-size: calc(45 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.44;
    text-align: left;
    margin-top: calc(20 / 390 * 100vw);
    padding-left: 0;
  }
  .p-top-fv__catch rt {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .p-top-fv__splide {
    margin-top: calc(30 / 390 * 100vw);
  }
  .p-top-fv__slide {
    margin-right: calc(52 / 390 * 100vw);
    border-radius: calc(15 / 390 * 100vw);
  }
  .p-top-fv__slide--picture01 {
    width: calc(360 / 390 * 100vw);
  }
  .p-top-fv__slide--picture02 {
    width: calc(200 / 390 * 100vw);
    margin-top: calc(50 / 390 * 100vw);
  }
  .p-top-fv__slide--picture03 {
    width: calc(240 / 390 * 100vw);
    margin-top: calc(25 / 390 * 100vw);
  }
  .p-top-fv__slide--picture04 {
    width: calc(360 / 390 * 100vw);
    margin-top: calc(50 / 390 * 100vw);
  }
  .p-top-fv__float {
    position: static;
    width: 88%;
    margin-inline: auto;
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.44;
    margin-top: calc(50 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
    border-radius: calc(10 / 390 * 100vw);
    z-index: 100;
  }
  .p-top-fv__thumbnail {
    width: calc(128 / 390 * 100vw);
    margin-left: calc(10 / 390 * 100vw);
    border-radius: calc(5 / 390 * 100vw);
  }
  .p-top-company {
    margin-top: calc(55 / 390 * 100vw);
    padding-top: calc(0 / 390 * 100vw);
  }
  .p-top-company__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
  .p-top-company__wrap::before, .p-top-company__wrap::after {
    display: none;
  }
  .p-top-company__image {
    position: relative;
    margin-top: calc(50 / 390 * 100vw);
  }
  .p-top-company__lead {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-top: calc(50 / 390 * 100vw);
  }
  .p-top-company__picture {
    display: block;
    width: calc(382 / 390 * 100vw);
    margin-left: calc(-11 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
  }
  .p-top-business {
    margin-top: calc(85 / 390 * 100vw);
    text-align: center;
  }
  .p-top-business__ornament--right {
    top: auto;
    bottom: calc(-135 / 390 * 100vw);
    left: auto;
    right: calc(-56 / 390 * 100vw);
    width: calc(300 / 390 * 100vw);
  }
  .p-top-business__ornament--left {
    top: calc(-80 / 390 * 100vw);
    right: auto;
    left: 0;
    width: calc(180 / 390 * 100vw);
  }
  .p-top-business__lead {
    width: calc(350 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.88;
    text-align: justify;
    margin-top: calc(50 / 390 * 100vw);
    margin-inline: auto;
  }
  .p-top-business__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(50 / 390 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-business__line {
    bottom: 46%;
  }
  .p-top-business__picture {
    position: relative;
    display: block;
    border-radius: calc(5 / 390 * 100vw);
    overflow: hidden;
  }
  .p-top-business__picture--1st {
    width: calc(175 / 390 * 100vw);
    margin-right: auto;
    margin-bottom: 0;
    margin-left: calc(-5 / 390 * 100vw);
  }
  .p-top-business__picture--2nd {
    width: calc(210 / 390 * 100vw);
    margin-top: calc(-125 / 390 * 100vw);
    margin-left: auto;
    margin-right: calc(-13 / 390 * 100vw);
  }
  .p-top-business__picture--3rd {
    width: calc(175 / 390 * 100vw);
    margin-top: calc(30 / 390 * 100vw);
    margin-left: calc(52 / 390 * 100vw);
    margin-right: auto;
    margin-bottom: calc(0 / 390 * 100vw);
  }
  .p-top-strenghts {
    margin-top: calc(185 / 390 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-strenghts__contents {
    width: 100%;
    height: auto;
    background-image: none;
  }
  .p-top-strenghts__text {
    position: static;
    width: calc(350 / 390 * 100vw) !important;
    margin-inline: auto;
    margin-top: calc(45 / 390 * 100vw);
  }
  .p-top-strenghts__text:nth-of-type(n+2) {
    margin-top: calc(35 / 390 * 100vw);
  }
  .p-top-strenghts__image {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin-bottom: calc(5 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw);
    background: linear-gradient(white, white) padding-box, linear-gradient(96deg, #005ab5, #00c800) border-box;
    border: 1px solid transparent;
  }
  .p-top-strenghts__image--box01 {
    width: calc(286 / 390 * 100vw);
  }
  .p-top-strenghts__image--box02 {
    width: calc(322 / 390 * 100vw);
    margin-left: auto;
    margin-right: 0;
  }
  .p-top-strenghts__image--box03 {
    width: calc(238 / 390 * 100vw);
    margin-left: calc(35 / 390 * 100vw);
    margin-right: auto;
  }
  .p-top-strenghts__icon {
    width: calc(66 / 390 * 100vw);
  }
  .p-top-strenghts__subtitle {
    font-size: calc(24 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
    white-space: nowrap;
    margin-top: 0.75em;
  }
  .p-top-strenghts__body {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.63;
    margin-top: 1em;
  }
  .p-top-link {
    margin-top: calc(100 / 390 * 100vw);
  }
  .p-top-link__line {
    top: calc(-15 / 390 * 100vw);
    left: -2.5vw;
    bottom: auto;
  }
  .p-top-link__button {
    display: block;
    position: relative;
    width: 50%;
  }
  .p-top-link__text {
    bottom: calc(15 / 390 * 100vw);
    left: calc(10 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-top-link__icon {
    bottom: calc(15 / 390 * 100vw);
    right: calc(10 / 390 * 100vw);
    width: calc(29 / 390 * 100vw);
    height: calc(20 / 390 * 100vw);
  }
}
.p-benefits {
  overflow: hidden;
}
.p-benefits-system__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.p-benefits-system__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 580px;
  height: 155px;
  margin-top: 30px;
  padding: 0 37px 0 25px;
  background: #f2f2f2;
  border-radius: 20px;
}
.p-benefits-system__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 145px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.p-benefits-system__title {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  color: #0064b9;
}
.p-benefits-system__title small {
  font-size: 0.8em;
}
.p-benefits-system__body {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
  margin-top: 0.75em;
}
.p-benefits-holiday {
  margin-top: 120px;
}
.p-benefits-holiday__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  margin-top: 50px;
}
.p-benefits-holiday__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 277.5px;
  padding: 35px 31px;
  background: #fff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
.p-benefits-holiday__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-benefits-holiday__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.42;
  height: 60px;
  font-weight: 700;
  text-align: center;
  margin-top: 35px;
  color: #55be05;
}
.p-benefits-holiday__body {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-top: 0.75em;
}
.p-benefits-style {
  margin-top: 120px;
}
.p-benefits-style__wrap--color {
  margin-top: 60px;
  padding: 40px 0;
  background: linear-gradient(96.7deg, #009245, #39b54a 54%, #00c800);
}
.p-benefits-style__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-benefits-style__item {
  width: 580px;
  text-align: center;
  height: 250px;
  padding: 35px 25px;
  background: #fff;
  border-radius: 20px;
}
.p-benefits-style__title {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.42;
  font-weight: 700;
  color: #55be05;
}
.p-benefits-style__body {
  font-size: 3.6rem;
  letter-spacing: 0em;
  line-height: 2.22;
  font-weight: 700;
  margin-top: 25px;
}
.p-benefits-style__body strong {
  font-size: 10rem;
  letter-spacing: 0em;
  line-height: 0.8;
}
.p-benefits-style__note {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
}

@media only screen and (max-width: 1300px) {
  .p-benefits-system {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-benefits-system__item {
    width: 48.5%;
    min-height: 155px;
    height: auto;
    padding: 15px 37px 15px 25px;
  }
  .p-benefits-system__title {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.3;
  }
  .p-benefits-system__body {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .p-benefits-holiday__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-benefits-holiday__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-benefits-holiday__item {
    width: calc(50% - 10px);
  }
  .p-benefits-style__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-benefits-style__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-benefits-style__item {
    width: calc(50% - 10px);
    height: auto;
  }
  .p-benefits-style__title {
    font-size: 2rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .p-benefits-style__body {
    font-size: 3rem;
    letter-spacing: 0em;
    line-height: 2;
  }
  .p-benefits-style__body strong {
    font-size: 7rem;
    letter-spacing: 0em;
    line-height: 0.86;
  }
  .p-benefits-style__note {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.63;
  }
}
@media only screen and (max-width: 834px) {
  .p-benefits .l-page-lead {
    padding: 0;
  }
  .p-benefits-system__list {
    display: block;
    margin-top: calc(30 / 390 * 100vw);
  }
  .p-benefits-system__item {
    width: 100%;
    height: auto;
    min-height: calc(120 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    padding: 0 calc(25 / 390 * 100vw) 0 calc(15 / 390 * 100vw);
    background: #f2f2f2;
    border-radius: calc(20 / 390 * 100vw);
  }
  .p-benefits-system__icon {
    width: calc(90 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    margin-right: calc(10 / 390 * 100vw);
  }
  .p-benefits-system__text {
    padding: 20px 0;
  }
  .p-benefits-system__title {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .p-benefits-system__body {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .p-benefits-holiday {
    margin-top: calc(100 / 390 * 100vw);
  }
  .p-benefits-holiday__wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .p-benefits-holiday__list {
    display: block;
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-benefits-holiday__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-top: calc(20 / 390 * 100vw);
    padding: 0 calc(25 / 390 * 100vw) 0 calc(15 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
  }
  .p-benefits-holiday__icon {
    width: calc(90 / 390 * 100vw);
    height: calc(50 / 390 * 100vw);
    margin-right: calc(10 / 390 * 100vw);
  }
  .p-benefits-holiday__text {
    padding: 20px 0;
  }
  .p-benefits-holiday__title {
    display: block;
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
    height: auto;
    text-align: justify;
    margin-top: 0;
  }
  .p-benefits-holiday__body {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .p-benefits-style {
    margin-top: calc(100 / 390 * 100vw);
  }
  .p-benefits-style__wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .p-benefits-style__wrap--color {
    margin-top: calc(60 / 390 * 100vw);
    padding: calc(25 / 390 * 100vw) 0;
  }
  .p-benefits-style__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-benefits-style__item {
    width: 100%;
    height: auto;
    padding: calc(25 / 390 * 100vw) calc(0 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
  }
  .p-benefits-style__title {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .p-benefits-style__body {
    font-size: calc(29 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 2.07;
    margin-top: calc(15 / 390 * 100vw);
  }
  .p-benefits-style__body strong {
    font-size: calc(80 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 0.75;
  }
  .p-benefits-style__body--mini strong {
    font-size: calc(60 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-benefits-style__note {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
}
.p-occupation {
  overflow: hidden;
}
.p-occupation-information__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  margin-top: 35px;
}
.p-occupation-information__box {
  width: 590px;
  text-align: center;
  padding: 35px;
  background: #f2f2f2;
  border-radius: 10px;
}
.p-occupation-information__title {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.42;
  font-weight: 700;
  color: #0064b9;
}
.p-occupation-information__body {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
  margin-top: 10px;
}
.p-occupation-career {
  margin-top: 80px;
}
.p-occupation-career__wrap {
  position: relative;
  margin-top: 50px;
  margin-left: 40px;
  padding-left: 100px;
}
.p-occupation-career__wrap::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 60px;
  display: block;
  width: 4px;
  height: calc(100% - 450px);
  background-image: radial-gradient(circle, #0064b9 2px, transparent 2px);
  background-size: 4px 8px;
  /* 横6px, 縦20px間隔で繰り返し */
  background-repeat: repeat;
}
.p-occupation-career__wrap--inner {
  margin-left: 0;
  padding-left: 85px;
}
.p-occupation-career__wrap--inner::after {
  display: none;
}
.p-occupation-career__path:nth-of-type(n+2) {
  margin-top: 55px;
}
.p-occupation-career__path--inner {
  position: relative;
}
.p-occupation-career__path--inner::after {
  content: "";
  position: absolute;
  top: 21px;
  left: -120px;
  display: block;
  width: 80px;
  height: 4px;
  background-image: radial-gradient(circle, #0064b9 2px, transparent 2px);
  background-size: 8px 4px;
  /* 横6px, 縦20px間隔で繰り返し */
  background-repeat: repeat;
}
.p-occupation-career__icon {
  position: relative;
  left: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 175px;
  height: 45px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 0.83;
  font-weight: 700;
  padding-left: 2.7em;
  color: #fff;
  background: #0064b9;
  border: 1px solid #0064b9;
  border-radius: 100vmax;
  z-index: 2;
}
.p-occupation-career__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-occupation-career__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-occupation-career__icon--white {
  color: #0064b9;
  background: #fff;
}
.p-occupation-career__icon--white::before {
  border-color: #0064b9;
}
.p-occupation-career__icon--white::after {
  background-color: #0064b9;
}
.p-occupation-career__lead {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
  margin-top: 20px;
  margin-bottom: 30px;
}
.p-occupation-career__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 0rem auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 18px;
  margin-top: 20px;
}
.p-occupation-career__box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-occupation-career__box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-occupation-career__box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-occupation-career__box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-occupation-career__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 120px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-occupation-career__job {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 0;
  padding-top: 0.5em;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  color: #0064b9;
}
.p-occupation-career__text {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.63;
  margin: 0;
  padding-bottom: 0.5em;
}
.p-occupation-career__column {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-top: 100px;
  padding: 40px 50px;
  background: #f2f2f2;
  border-radius: 20px;
}
.p-occupation-interview {
  background: #f2f2f2;
  margin-top: 100px;
  padding: 80px 0;
}
.p-occupation-interview__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 35px 55px 45px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 20px;
}
.p-occupation-interview__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 42px;
  font-size: 3rem;
  letter-spacing: 0em;
  line-height: 0.63;
  font-weight: 700;
  color: #00c800;
  border: 1px solid #00c800;
}
.p-occupation-interview__icon--blue {
  color: #0064b9;
  border-color: #0064b9;
}
.p-occupation-interview__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.p-occupation-interview__text {
  width: 100%;
  margin-left: 50px;
}
.p-occupation-interview__name {
  font-size: 3rem;
  letter-spacing: 0em;
  line-height: 1.27;
  font-weight: 700;
}
.p-occupation-interview__yomi {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.06;
  margin-top: 0.25em;
  color: #00c800;
}
.p-occupation-interview__yomi--blue {
  color: #0064b9;
}
.p-occupation-interview__profile {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
  color: #4d4d4d;
  margin: 25px 0;
}
.p-occupation-interview__body {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.75;
  font-weight: 700;
}
.p-occupation-interview__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.06;
  margin: 40px 0 0 auto;
  color: #55be05;
}
.p-occupation-interview__more::after {
  content: "";
  position: relative;
  right: -5px;
  width: 36px;
  height: 25px;
  margin-left: 10px;
  -webkit-mask-image: url(../img/common/icon_arrow.svg);
          mask-image: url(../img/common/icon_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #55be05;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-occupation-interview__more--blue {
  color: #0064b9;
}
.p-occupation-interview__more--blue::after {
  background: #0064b9;
}
@media only screen and (min-width: 835px) {
  .p-occupation-interview__more:hover::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@media only screen and (max-width: 1300px) {
  .p-occupation-information__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-occupation-career {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-occupation-career .l-page-lead {
    padding: 0;
  }
  .p-occupation-career__wrap {
    margin-left: 40px;
    padding-left: 30px;
  }
  .p-occupation-career__wrap::after {
    left: -12px;
  }
  .p-occupation-career__wrap--inner {
    margin-left: 0;
    padding-left: 30px;
  }
  .p-occupation-career__path--inner::after {
    left: -68px;
  }
  .p-occupation-career__path--last::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -73px;
    display: block;
    width: 6px;
    height: 200px;
    background: #fff;
    z-index: 1;
  }
  .p-occupation-career__icon--white {
    left: -35px;
  }
  .p-occupation-interview {
    padding: 80px 20px;
  }
  .p-occupation-interview__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 35px;
    padding-right: 35px;
  }
  .p-occupation-interview__image {
    width: 350px;
  }
  .p-occupation-interview__text {
    margin-left: 35px;
  }
  .p-occupation-interview__body {
    font-size: 2.2rem;
    letter-spacing: 0em;
    line-height: 1.82;
    font-weight: 700;
  }
}
@media only screen and (max-width: 834px) {
  .p-occupation-information__wrap {
    display: block;
    margin-top: calc(35 / 390 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }
  .p-occupation-information__box {
    width: 100%;
    text-align: left;
    padding: calc(15 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
  }
  .p-occupation-information__box:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .p-occupation-information__title {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
  }
  .p-occupation-information__body {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
    margin-top: calc(10 / 390 * 100vw);
  }
  .p-occupation-career {
    margin-top: calc(80 / 390 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }
  .p-occupation-career .l-page-lead {
    padding: 0;
  }
  .p-occupation-career__wrap {
    margin-top: calc(35 / 390 * 100vw);
    margin-left: calc(0 / 390 * 100vw);
    padding-left: calc(45 / 390 * 100vw);
  }
  .p-occupation-career__wrap::after {
    top: calc(10 / 390 * 100vw);
    left: calc(22 / 390 * 100vw);
    height: calc(100% - 835 / 390 * 100vw);
  }
  .p-occupation-career__wrap--inner {
    margin-left: 0;
    padding-left: calc(20 / 390 * 100vw);
  }
  .p-occupation-career__path:nth-of-type(n+2) {
    margin-top: calc(55 / 390 * 100vw);
  }
  .p-occupation-career__path--inner::after {
    content: "";
    top: calc(17 / 390 * 100vw);
    left: calc(-38 / 390 * 100vw);
    width: calc(40 / 390 * 100vw);
  }
  .p-occupation-career__path--last::before {
    display: none;
  }
  .p-occupation-career__icon {
    left: calc(-45 / 390 * 100vw);
    width: calc(120 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 0.89;
    padding-left: 1.9em;
  }
  .p-occupation-career__icon::before {
    left: calc(5 / 390 * 100vw);
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
  }
  .p-occupation-career__icon::after {
    left: calc(9 / 390 * 100vw);
    width: calc(16 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
  }
  .p-occupation-career__icon--white {
    left: calc(-5 / 390 * 100vw);
  }
  .p-occupation-career__lead {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
    margin-top: calc(20 / 390 * 100vw);
    margin-bottom: calc(25 / 390 * 100vw);
  }
  .p-occupation-career__box {
    padding: calc(20 / 390 * 100vw);
    border-radius: calc(14 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-occupation-career__image {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    width: calc(107 / 390 * 100vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-occupation-career__job {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0;
    padding-top: 0;
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
    text-align: center;
  }
  .p-occupation-career__text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.63;
    margin: calc(15 / 390 * 100vw) 0 0;
    padding-bottom: 0;
  }
  .p-occupation-career__column {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
    margin-top: calc(80 / 390 * 100vw);
    padding: calc(40 / 390 * 100vw) calc(25 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
  }
  .p-occupation-interview {
    margin-top: calc(80 / 390 * 100vw);
    padding: calc(80 / 390 * 100vw) 0;
  }
  .p-occupation-interview__box {
    display: block;
    width: calc(350 / 390 * 100vw);
    margin-inline: auto;
    margin-top: calc(30 / 390 * 100vw);
    padding: calc(15 / 390 * 100vw) calc(15 / 390 * 100vw) calc(25 / 390 * 100vw);
  }
  .p-occupation-interview__icon {
    width: calc(65 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 0.95;
  }
  .p-occupation-interview__inner {
    display: block;
    margin-top: 0;
  }
  .p-occupation-interview__image {
    width: 100%;
    border-radius: calc(12 / 390 * 100vw);
  }
  .p-occupation-interview__text {
    margin-top: 15px;
    margin-left: 0;
  }
  .p-occupation-interview__name {
    font-size: calc(24 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .p-occupation-interview__yomi {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin-top: 0.25em;
  }
  .p-occupation-interview__profile {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.57;
    margin: calc(15 / 390 * 100vw) 0;
  }
  .p-occupation-interview__body {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
  .p-occupation-interview__more {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.19;
    font-weight: 700;
    margin: calc(15 / 390 * 100vw) 0 0 auto;
  }
  .p-occupation-interview__more::after {
    right: calc(-5 / 390 * 100vw);
    width: calc(36 / 390 * 100vw);
    height: calc(25 / 390 * 100vw);
    margin-left: calc(10 / 390 * 100vw);
  }
}
.p-occupation-career__wrap::after {
  height: calc(100% - 550px);
}
.p-occupation-career__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-occupation-career__lead {
  width: 100%;
}
.p-occupation-career__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32.076%;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}
.p-occupation-career__box:not(:last-of-type) {
  margin-right: 1.886%;
}
.p-occupation-career__image {
  width: 100%;
}
.p-occupation-career__job {
  width: 100%;
  text-align: left;
  padding: 15px 20px 0px;
}
.p-occupation-career__text {
  padding: 10px 20px 20px;
}

@media only screen and (max-width: 834px) {
  .p-occupation-career__wrap::after {
    height: calc(100% - 993 / 390 * 100vw);
  }
  .p-occupation-career__path {
    display: block;
  }
  .p-occupation-career__lead {
    width: 100%;
  }
  .p-occupation-career__box {
    width: 100%;
  }
  .p-occupation-career__box:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: calc(20 / 390 * 100vw);
  }
  .p-occupation-career__job {
    padding: calc(15 / 390 * 100vw) calc(20 / 390 * 100vw) calc(0 / 390 * 100vw);
  }
  .p-occupation-career__text {
    margin-top: 0;
    padding: calc(5 / 390 * 100vw) calc(20 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}
.p-interview {
  overflow: hidden;
}
.p-interview--field h2 {
  background: #00c800;
}
.p-interview--field dd {
  background-image: radial-gradient(circle, #00c800 2px, transparent 2px);
}
.p-interview--field .p-interview-article__block::before {
  background: #e6fbe4;
}
.p-interview--field .p-interview-schedule {
  background: rgba(0, 200, 0, 0.1);
}
.p-interview--field .p-interview-schedule__time {
  color: #00c800;
  border-color: #00c800;
}
.p-interview--field .p-interview-schedule__time::before {
  border-color: #00c800;
}
.p-interview--field .p-interview-schedule__time::after {
  background-color: #00c800;
}
.p-interview--field .p-interview-schedule__head {
  background-image: radial-gradient(circle, #00c800 2px, transparent 2px);
}
.p-interview--sales h2 {
  background: #0064b9;
}
.p-interview--sales dd {
  background-image: radial-gradient(circle, #0064b9 2px, transparent 2px);
}
.p-interview--sales .p-interview-article__block::before {
  background: rgba(0, 100, 185, 0.1);
}
.p-interview--sales .p-interview-schedule {
  background: rgba(0, 100, 185, 0.1);
}
.p-interview--sales .p-interview-schedule__time {
  color: #0064b9;
  border-color: #0064b9;
}
.p-interview--sales .p-interview-schedule__time::before {
  border-color: #0064b9;
}
.p-interview--sales .p-interview-schedule__time::after {
  background-color: #0064b9;
}
.p-interview--sales .p-interview-schedule__head {
  background-image: radial-gradient(circle, #0064b9 2px, transparent 2px);
}
.p-interview-fv__hero {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  border-radius: 20px;
  overflow: hidden;
}
.p-interview-fv__title {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-interview-fv__text {
  position: absolute;
  bottom: 25px;
  left: 90px;
  text-align: left;
  font-weight: 700;
  color: #fff;
}
.p-interview-fv__name {
  font-size: 3.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
.p-interview-fv__yomi {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  margin: 0.25em 0;
}
.p-interview-fv__profile {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.78;
}
.p-interview-fv__lead {
  font-size: 3.2rem;
  letter-spacing: 0em;
  line-height: 1.31;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
.p-interview-article__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
}
.p-interview-article__block::before {
  content: "";
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
}
.p-interview-article__block:nth-of-type(1)::before {
  top: -600px;
  left: -125px;
  width: 277px;
  height: 750px;
}
.p-interview-article__block:nth-of-type(2)::before {
  top: 100px;
  right: -125px;
  width: 277px;
  height: 490px;
}
.p-interview-article__block:nth-of-type(even) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-interview-article__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 835px) {
  .p-interview-article__image--01 {
    position: relative;
    width: 585px;
    margin-left: -135px;
  }
  .p-interview-article__image--02 {
    width: 422px;
  }
  .p-interview-article__image--03 {
    width: 450px;
  }
}
.p-interview-article__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1.82;
  font-weight: bold;
  color: #fff;
  padding: 0 0.5em 0.1em;
}
.p-interview-article__head {
  font-size: 3.2rem;
  letter-spacing: 0em;
  line-height: 1.44;
  font-weight: bold;
  margin: 0.5em 0;
}
.p-interview-article__body {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
  margin-top: 20px;
}
.p-interview-schedule {
  margin-top: 80px;
  padding: 80px 0;
}
.p-interview-schedule__wrap {
  max-width: 600px;
  background: #fff;
  padding: 0 70px 35px;
  border-radius: 20px;
}
.p-interview-schedule__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1.82;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  padding: 0 0.5em 0.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-interview-schedule__box:first-of-type {
  margin-top: 40px;
}
.p-interview-schedule__box:last-of-type dd {
  background: none;
}
.p-interview-schedule__box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-interview-schedule__box dd {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.56;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  background-size: 4px 8px;
  background-repeat: repeat-y;
}
.p-interview-schedule__time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  height: 34px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.33;
  font-weight: 700;
  padding-left: 2.2em;
  padding-bottom: 0.1em;
  background: #fff;
  border: 1px solid #0064b9;
  border-radius: 100vmax;
  z-index: 2;
}
.p-interview-schedule__time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-interview-schedule__time::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-interview-schedule__head {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  margin-left: 1em;
  background: none !important;
}
.p-interview-other {
  background: #f2f2f2;
  padding: 40px 0 80px;
}
.p-interview-other__title {
  background: none !important;
}

@media only screen and (max-width: 1300px) {
  .p-interview-fv__hero {
    width: calc(100% - 40px);
  }
  .p-interview-fv__title {
    width: 43px;
  }
  .p-interview-article__block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-interview-other {
    padding: 40px 20px 80px;
  }
}
@media only screen and (max-width: 834px) {
  .p-interview-fv__hero {
    width: 100%;
    border-radius: calc(20 / 390 * 100vw);
  }
  .p-interview-fv__title {
    top: 50%;
    left: calc(15 / 390 * 100vw);
    width: calc(38 / 390 * 100vw);
  }
  .p-interview-fv__text {
    bottom: calc(20 / 390 * 100vw);
    right: calc(15 / 390 * 100vw);
    left: auto;
  }
  .p-interview-fv__name {
    font-size: calc(24 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-interview-fv__yomi {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin: 0.25em 0;
  }
  .p-interview-fv__profile {
    font-size: calc(14 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 2;
  }
  .p-interview-fv__lead {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.8;
    text-align: center;
    margin-top: calc(30 / 390 * 100vw);
  }
  .p-interview-article__block {
    display: block;
    margin-top: calc(60 / 390 * 100vw);
    padding-left: 0;
    padding-right: 0;
  }
  .p-interview-article__block:nth-of-type(1)::before {
    top: calc(-105 / 390 * 100vw);
    left: calc(-20 / 390 * 100vw);
    width: calc(100 / 390 * 100vw);
    height: calc(380 / 390 * 100vw);
  }
  .p-interview-article__block:nth-of-type(2)::before {
    top: calc(100 / 390 * 100vw);
    right: calc(-20 / 390 * 100vw);
    width: calc(195 / 390 * 100vw);
    height: calc(345 / 390 * 100vw);
  }
  .p-interview-article__block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-interview-article__image {
    width: 100%;
    border-radius: calc(20 / 390 * 100vw);
  }
  .p-interview-article__text {
    margin-top: calc(25 / 390 * 100vw);
  }
  .p-interview-article__title {
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 2.11;
  }
  .p-interview-article__title small {
    font-size: 0.8em;
    margin-left: 0.25em;
  }
  .p-interview-article__head {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
  .p-interview-article__body {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
  .p-interview-schedule {
    margin-top: calc(80 / 390 * 100vw);
    padding: calc(80 / 390 * 100vw) 0;
  }
  .p-interview-schedule__wrap {
    padding: 0 calc(30 / 390 * 100vw) calc(15 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
  }
  .p-interview-schedule__title {
    font-size: calc(22 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.82;
  }
  .p-interview-schedule__box:first-of-type {
    margin-top: calc(20 / 390 * 100vw);
  }
  .p-interview-schedule__box:last-of-type dd {
    background: none;
  }
  .p-interview-schedule__box dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: calc(26 / 390 * 100vw);
  }
  .p-interview-schedule__box dd {
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.56;
    margin-left: calc(13 / 390 * 100vw);
    padding-top: calc(20 / 390 * 100vw);
    padding-bottom: calc(0 / 390 * 100vw);
    padding-left: calc(20 / 390 * 100vw);
  }
  .p-interview-schedule__long {
    padding-bottom: calc(30 / 390 * 100vw) !important;
  }
  .p-interview-schedule__time {
    width: calc(85 / 390 * 100vw);
    height: calc(26 / 390 * 100vw);
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 0.89;
    padding-left: 1.8em;
  }
  .p-interview-schedule__time::before {
    left: calc(5 / 390 * 100vw);
    width: calc(18 / 390 * 100vw);
    height: calc(18 / 390 * 100vw);
  }
  .p-interview-schedule__time::after {
    left: calc(8 / 390 * 100vw);
    width: calc(12 / 390 * 100vw);
    height: calc(12 / 390 * 100vw);
  }
  .p-interview-schedule__head {
    font-size: calc(18 / 390 * 100vw);
    letter-spacing: 0em;
    line-height: 1.83;
    margin-top: -0.2em;
  }
  .p-interview-other {
    padding: calc(40 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
  }
}
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: right;
}

@media only screen and (max-width: 834px) {
  .u-mt10 {
    margin-top: 10px;
  }
  .u-mt20 {
    margin-top: 10px;
  }
  .u-mt30 {
    margin-top: 13px;
  }
  .u-mt40 {
    margin-top: 20px;
  }
  .u-mt50 {
    margin-top: 20px;
  }
  .u-mt60 {
    margin-top: 30px;
  }
  .u-mt70 {
    margin-top: 30px;
  }
  .u-mt80 {
    margin-top: 35px;
  }
  .u-mt90 {
    margin-top: 45px;
  }
  .u-mt100 {
    margin-top: 60px;
  }
}