@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
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, 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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  clear: both;
}

a img {
  border: none;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-indent: 0.01px;
  appearance: none;
  font-family: "Noto Sans JP", "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-family: "Noto Sans JP", "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  color: #4F525D;
  background-color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  overflow-x: hidden;
}

.u-read-aloud-text {
  position: absolute;
  left: -10000px;
  width: 0;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
}

@-webkit-keyframes flash {
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media only screen and (max-width: 750px) {
  .l-footer {
    padding-bottom: 50px;
  }
}
.l-footer > p {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .l-footer > p {
    margin-top: 20px;
  }
}
.l-footer__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  margin: 12px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .l-footer__logo {
    flex-direction: column;
    max-width: 100%;
    padding: 0 20px;
    margin: 47px auto 0;
  }
}
@media only screen and (min-width: 751px) {
  .l-footer__logo > li > a:hover {
    opacity: 0.7;
  }
}
.l-footer__image {
  display: block;
}
.l-footer__image--1 {
  width: 110px;
}
.l-footer__image--2 {
  width: 70px;
}
@media only screen and (max-width: 750px) {
  .l-footer__image--2 {
    margin-top: 38px;
  }
}

.l-footer-link {
  background-color: #F0F9FF;
  padding: 60px 0 48px;
}
@media only screen and (max-width: 750px) {
  .l-footer-link {
    padding: 45px 0 60px;
  }
}
.l-footer-link__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
.l-footer-link__top {
  text-align: right;
}
.l-footer-link__top > a,
.l-footer-link__top > button {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  color: #0068B7;
  text-align: right;
  text-decoration: none;
  padding: 5px 35px 5px 5px;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__top > a,
  .l-footer-link__top > button {
    position: fixed;
    right: 20px;
    bottom: 15px;
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: url(../image/icon/icon_pagetop.svg) no-repeat center;
    z-index: 9;
  }
}
.l-footer-link__top > a::after,
.l-footer-link__top > button::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 21px;
  height: 21px;
  background: url(../image/icon/icon_arrow_bold.svg) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__top > a::after,
  .l-footer-link__top > button::after {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  .l-footer-link__top > a:hover,
  .l-footer-link__top > button:hover {
    opacity: 0.7;
  }
}
.l-footer-link__top.is-hide > a,
.l-footer-link__top.is-hide > button {
  opacity: 0;
  pointer-events: none;
}
.l-footer-link__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 40px;
  margin-top: 66px;
  padding-bottom: 55px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__list {
    grid-template-columns: 1fr;
    margin-top: 27px;
    gap: 44px 0;
  }
}
.l-footer-link__list > li > a {
  display: block;
  color: #4F525D;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .l-footer-link__list > li > a:hover {
    opacity: 0.7;
  }
}
.l-footer-link__list > li > a > p {
  font-size: 0.875rem;
  line-height: 1.1;
}
.l-footer-link__list > li > a > p > em {
  display: block;
  font-size: 1.5625rem;
  font-family: "Josefin Sans", sans-serif;
  color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__list > li > a > p > em {
    font-size: 1.375rem;
  }
}
.l-footer-link__container {
  display: flex;
  justify-content: space-between;
  padding-top: 38px;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
  }
}
.l-footer-link__utility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 0;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-list {
    gap: 28px 0;
    order: 99;
  }
}
.l-footer-link__utility-item {
  width: 33.333%;
}
.l-footer-link__utility-item > a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #252334;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .l-footer-link__utility-item > a:hover {
    text-decoration-color: #252334;
  }
}
.l-footer-link__utility-item:nth-child(-n+2) {
  width: 50%;
  margin-right: -95px;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-item:nth-child(-n+2) {
    margin-right: 0;
    width: 45%;
  }
}
.l-footer-link__utility-item:nth-child(3) {
  width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-item:nth-child(3) {
    width: auto;
  }
}
.l-footer-link__utility-item:nth-child(n+3) {
  width: auto;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-item:nth-child(n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-item--1 {
    order: 1;
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-item--2 {
    order: 3;
  }
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-item--3 {
    order: 2;
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-item--4 {
    order: 4;
  }
}
@media only screen and (max-width: 750px) {
  .l-footer-link__utility-item--5 {
    order: 5;
    width: 100% !important;
  }
}
.l-footer-link__corporate {
  margin-top: 13px;
}
.l-footer-link__corporate > a {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #252334;
  text-decoration: none;
  text-align: right;
  padding-right: 25px;
  transition: underline 3s;
  transition: opacity 0.3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .l-footer-link__corporate > a:hover {
    text-decoration-color: #252334;
  }
}
@media only screen and (max-width: 750px) {
  .l-footer-link__corporate > a {
    text-align: left;
  }
}
.l-footer-link__corporate > a::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../image/icon/icon_arrow_link.svg) no-repeat center;
  background-size: 100% auto;
}
.l-footer-link__corporate > p {
  font-size: 1rem;
  font-weight: 700;
  color: #252334;
  margin-top: 10px;
  letter-spacing: -0.01em;
}

.l-footer-logo > picture {
  display: block;
  width: 44.8571428571%;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  z-index: 1000;
}
@media only screen and (max-width: 750px) {
  .l-header {
    height: 65px;
    padding-top: 0;
  }
}
.l-header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .l-header__inner {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__inner {
    margin: 0;
    padding: 10px 20px;
  }
}
.l-header__logo {
  display: block;
}
.l-header__logo > picture > img {
  width: 157px;
}
@media only screen and (max-width: 750px) {
  .l-header__logo > picture > img {
    width: 90px;
  }
}
.l-header__main {
  position: fixed;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  background-color: rgba(0, 104, 183, 0.95);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
@media only screen and (max-width: 750px) {
  .l-header__main {
    width: 100%;
    height: 100%;
  }
}
.l-header__main.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.l-header__nav {
  padding: 45px 55px 132px 87px;
  width: 618px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .l-header__nav {
    padding: 41px 10px 50px 5px;
    width: 100%;
  }
}
.l-header__nav a {
  display: inline-block;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .l-header__nav a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__nav a {
    padding: 5px 10px;
    letter-spacing: normal;
  }
}
.l-header__nav-heading {
  display: flex;
  flex-direction: column;
  gap: 58px 0;
}
@media only screen and (max-width: 750px) {
  .l-header__nav-heading {
    gap: 51px 0;
  }
}
.l-header__nav-heading-news {
  padding: 0 5px;
}
.l-header__nav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-top: 67px;
  gap: 75px 25px;
}
@media only screen and (max-width: 750px) {
  .l-header__nav-list {
    margin-top: 47px;
    gap: 62px 1%;
  }
}
.l-header__nav-list > li {
  min-width: 45%;
}
@media only screen and (max-width: 750px) {
  .l-header__nav-list > li a {
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 750px) {
  .l-header__nav-list > li > a {
    letter-spacing: -0.06em;
  }
}
.l-header__nav-item {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media only screen and (max-width: 750px) {
  .l-header__nav-item {
    margin-top: 12px;
    gap: 0;
  }
}
.l-header__nav-item a {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1.4em;
  letter-spacing: normal;
}
@media only screen and (max-width: 750px) {
  .l-header__nav-item a {
    padding-left: 2em;
    letter-spacing: -0.06em;
  }
}
.l-header__nav-item a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 14px;
  height: 2px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  .l-header__nav-item a::before {
    top: 17px;
    left: 13px;
  }
}
.l-header__close {
  position: absolute;
  top: 36px;
  right: 72px;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .l-header__close {
    position: fixed;
    top: 37px;
    right: 12px;
  }
}
.l-header__close > img {
  display: block;
  width: 29px;
  height: 29px;
}

.l-header-button-list {
  display: flex;
  margin-top: 10px;
  gap: 0 29px;
}
@media only screen and (max-width: 750px) {
  .l-header-button-list {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    margin-top: 0;
  }
}

.l-header-button > button,
.l-header-button > a {
  display: inline-block;
  min-height: 44px;
  box-sizing: border-box;
}
.l-header-button--nav > button {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 44px;
  padding: 0;
  border: none;
  background-color: #4F525D;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .l-header-button--nav > button:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  .l-header-button--nav > button {
    width: 65px;
    height: 100%;
    background-color: #0068B7;
  }
}
.l-header-button--nav > button span {
  display: block;
  width: 53px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
@media only screen and (max-width: 750px) {
  .l-header-button--nav > button span {
    width: 25px;
    height: 2px;
    background-color: #FFFFFF;
  }
}
.l-header-button--nav > button span::before, .l-header-button--nav > button span::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}
.l-header-button--nav > button span::before {
  top: -6px;
}
@media only screen and (max-width: 750px) {
  .l-header-button--nav > button span::before {
    top: -10px;
  }
}
.l-header-button--nav > button span::after {
  top: 6px;
}
@media only screen and (max-width: 750px) {
  .l-header-button--nav > button span::after {
    top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .l-header-button--recruitment {
    display: none;
  }
}
.l-header-button--recruitment > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #0068B7;
  border: 1px solid #0068B7;
  color: #FFFFFF;
  padding: 8px;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.l-header-button--recruitment > a > span {
  position: relative;
  padding-right: 25px;
}
.l-header-button--recruitment > a > span::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../image/icon/icon_arrow.svg) no-repeat center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(9%) hue-rotate(141deg) brightness(104%) contrast(103%);
}
@media only screen and (min-width: 751px) {
  .l-header-button--recruitment > a:hover {
    color: #0068B7;
    background-color: #FFFFFF;
  }
  .l-header-button--recruitment > a:hover > span::after {
    filter: none;
  }
}

.l-main {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .l-main {
    padding-top: 65px;
  }
}

.c-button > a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 414px;
  min-height: 70px;
  padding: 10px 60px 10px 50px;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  border: 1px solid #0068B7;
  color: #FFFFFF;
  background-color: #0068B7;
  box-sizing: border-box;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 750px) {
  .c-button > a {
    max-width: none;
    width: 100%;
    min-width: 0;
    min-height: auto;
    height: 50px;
    font-size: 1.125rem;
  }
}
.c-button > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../image/icon/icon_arrow.svg) no-repeat center;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6621%) hue-rotate(189deg) brightness(111%) contrast(109%);
}
@media only screen and (min-width: 751px) {
  .c-button > a:hover {
    color: #0068B7;
    background-color: #FFFFFF;
  }
  .c-button > a:hover::after {
    filter: none;
  }
}
.c-button--medium > a {
  min-width: 345px;
}
@media only screen and (max-width: 750px) {
  .c-button--medium > a {
    min-width: auto;
    width: 100%;
    padding: 10px 70px 10px 50px;
  }
}
.c-button--medium > a::after {
  right: 30px;
}
@media only screen and (max-width: 750px) {
  .c-button--medium > a::after {
    right: 45px;
  }
}
.c-button--en > a {
  font-size: 1.375rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  padding: 14px 60px 10px 50px;
  padding: 7px 60px 3px 50px;
}
@media only screen and (max-width: 750px) {
  .c-button--en > a {
    font-size: 1.125rem;
    padding: 7px 70px 4px 50px;
  }
}
.c-button--short > a {
  font-size: 1.25rem;
  min-width: 270px;
  min-height: 50px;
  padding: 5px 60px 5px 50px;
}
@media only screen and (max-width: 750px) {
  .c-button--short > a {
    min-width: 250px;
    padding: 3px 60px 3px 50px;
  }
}
.c-button--short > a::after {
  right: 30px;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 750px) {
  .c-button--short > a::after {
    right: 45px;
  }
}
.c-button--center {
  text-align: center;
}

.c-text-button > a,
.c-text-button > p {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  color: #4F525D;
}
.c-text-button > a > span,
.c-text-button > p > span {
  position: relative;
  padding-right: 35px;
}
.c-text-button > a > span::after,
.c-text-button > p > span::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 19px;
  height: 19px;
  background: url(../image/icon/icon_arrow.svg) no-repeat center;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(35%) sepia(1%) saturate(5025%) hue-rotate(191deg) brightness(89%) contrast(92%);
}
.c-text-button--en > a,
.c-text-button--en > p {
  font-size: 1.125rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.c-text-button--en > a > span::after,
.c-text-button--en > p > span::after {
  top: -2px;
}
.c-text-button--bold > a,
.c-text-button--bold > p {
  font-weight: 700;
}

/* フェードインアニメーション */
.js-fadein {
  opacity: 0;
  transform: translateY(30px);
}

body.is-loaded .js-fadein {
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fadein.is-fade-show {
  opacity: 1;
  transform: translateY(0);
}

/* page-recruit.php 編集時はテキストタブを完全に非表示 */
body.jscube-recruit-visual-only #content-html {
  display: none !important;
}

/* ビジュアルタブを選択状態に固定 */
body.jscube-recruit-visual-only #content-tmce {
  border-bottom-color: #f0f0f1 !important;
}

.c-text {
  font-size: 1rem;
  line-height: 2.1;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .c-text {
    line-height: 2.2;
  }
}
.c-text--medium {
  font-size: 1.125rem;
}
.c-text--large {
  font-size: 1.25rem;
}
.c-text--bold {
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .c-text--narrow {
    line-height: 2;
  }
}

.c-text-item {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1;
}
@media only screen and (max-width: 750px) {
  .c-text-item {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-text-item--bold {
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .c-text-item--lower {
    font-size: 1.1875rem;
    letter-spacing: -0.02em;
    line-height: 1.6;
  }
}
.c-text-item--large {
  font-size: 1.25rem;
}
.c-text-item--center {
  text-align: center;
}

.c-tab-text {
  display: block;
  font-size: 1rem;
}
@media only screen and (max-width: 750px) {
  .c-tab-text {
    font-size: 0.8125rem;
  }
}
.c-tab-text--small {
  font-size: 0.8125rem;
}
@media only screen and (max-width: 750px) {
  .c-tab-text--small {
    font-size: 0.625rem;
  }
}
.c-tab-text--mini {
  font-size: 0.6875rem;
}
@media only screen and (max-width: 750px) {
  .c-tab-text--mini {
    font-size: 0.625rem;
  }
}
.c-tab-text--inline {
  display: inline-block;
}

.c-title-wrap {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .c-title-wrap {
    margin-left: -5px;
  }
}
.c-title-wrap--data > h3 {
  margin-top: -11px;
}
@media only screen and (max-width: 750px) {
  .c-title-wrap--data > h3 {
    margin-top: -2px;
  }
}
.c-title-wrap--center > h3,
.c-title-wrap--center > p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .c-title-wrap--lower {
    margin-left: 1px;
  }
}
.c-title-wrap--lower > h1 {
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 750px) {
  .c-title-wrap--lower > h1 {
    font-size: 1.625rem;
    margin-left: 0;
  }
}
.c-title-wrap--lower > h1 > em {
  color: #FFFFFF;
  /* 縁取り用（上下左右） */
  text-shadow: 1px 1px 0px #0068B7, -1px 1px 0px #0068B7, 1px -1px 0px #0068B7, -1px -1px 0px #0068B7, 2px 3px 0px rgba(0, 104, 183, 0.8);
}
.c-title-wrap--lower > h1 > span {
  font-size: 1.5625rem;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (min-width: 751px) {
  .c-title-wrap--lower > h1 > span {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .c-title-wrap--lower > h1 > span {
    font-size: 1rem;
    margin-left: 20px;
  }
}
.c-title-wrap--lower > p {
  margin-top: 7px;
  font-size: 1.5625rem;
  margin-left: 0;
}
@media only screen and (max-width: 750px) {
  .c-title-wrap--lower > p {
    font-size: 1.25rem;
    letter-spacing: -0.015em;
  }
}
@media only screen and (max-width: 389px) {
  .c-title-wrap--lower > p {
    font-size: 1.1875rem;
  }
}

.c-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .c-title {
    font-size: 1.3125rem;
    margin-top: -13px;
    margin-left: 3px;
  }
}
.c-title--small {
  font-size: 1.5625rem;
}
@media only screen and (max-width: 750px) {
  .c-title--small {
    font-size: 1.375rem;
  }
}
.c-title--blue {
  color: #0068B7;
}
.c-title--navy {
  color: #003B5D;
}
.c-title--green1 {
  color: #0091B2;
}
.c-title--news {
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .c-title--news {
    font-size: 1.375rem;
    margin-bottom: 28px;
  }
}
.c-title--news::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .c-title--news::after {
    display: none;
  }
}

.c-title-en {
  position: relative;
  z-index: 1;
  margin-left: -8px;
  font-size: 6.25rem;
  font-weight: 500;
  font-style: italic;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 960px) {
  .c-title-en {
    font-size: 5.3125rem;
  }
}
@media only screen and (max-width: 750px) {
  .c-title-en {
    font-size: 2.8125rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 375px) {
  .c-title-en {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .c-title-en {
    font-size: 2.1875rem;
  }
}
.c-title-en--small {
  font-size: 3.25rem;
}
@media only screen and (max-width: 960px) {
  .c-title-en--small {
    font-size: 2.3125rem;
  }
}
@media only screen and (max-width: 750px) {
  .c-title-en--small {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 375px) {
  .c-title-en--small {
    font-size: 1.8125rem;
  }
}
@media only screen and (max-width: 350px) {
  .c-title-en--small {
    font-size: 1.5rem;
  }
}
.c-title-en--mini {
  font-size: 1rem;
}
@media only screen and (max-width: 750px) {
  .c-title-en--mini {
    font-size: 0.875rem;
  }
}
.c-title-en--lightblue {
  color: rgba(0, 104, 183, 0.2);
}
.c-title-en--white {
  color: #FFFFFF;
}

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

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

.u-gap-0 {
  gap: 0px;
}

.u-gap-x-0 {
  column-gap: 0px;
}

.u-gap-y-0 {
  row-gap: 0px;
}

.u-gap-3 {
  gap: 3px;
}

.u-gap-x-3 {
  column-gap: 3px;
}

.u-gap-y-3 {
  row-gap: 3px;
}

.u-gap-5 {
  gap: 5px;
}

.u-gap-x-5 {
  column-gap: 5px;
}

.u-gap-y-5 {
  row-gap: 5px;
}

.u-gap-10 {
  gap: 10px;
}

.u-gap-x-10 {
  column-gap: 10px;
}

.u-gap-y-10 {
  row-gap: 10px;
}

.u-gap-15 {
  gap: 15px;
}

.u-gap-x-15 {
  column-gap: 15px;
}

.u-gap-y-15 {
  row-gap: 15px;
}

.u-gap-20 {
  gap: 20px;
}

.u-gap-x-20 {
  column-gap: 20px;
}

.u-gap-y-20 {
  row-gap: 20px;
}

.u-gap-25 {
  gap: 25px;
}

.u-gap-x-25 {
  column-gap: 25px;
}

.u-gap-y-25 {
  row-gap: 25px;
}

.u-gap-30 {
  gap: 30px;
}

.u-gap-x-30 {
  column-gap: 30px;
}

.u-gap-y-30 {
  row-gap: 30px;
}

.u-gap-35 {
  gap: 35px;
}

.u-gap-x-35 {
  column-gap: 35px;
}

.u-gap-y-35 {
  row-gap: 35px;
}

.u-gap-40 {
  gap: 40px;
}

.u-gap-x-40 {
  column-gap: 40px;
}

.u-gap-y-40 {
  row-gap: 40px;
}

.u-gap-45 {
  gap: 45px;
}

.u-gap-x-45 {
  column-gap: 45px;
}

.u-gap-y-45 {
  row-gap: 45px;
}

.u-gap-50 {
  gap: 50px;
}

.u-gap-x-50 {
  column-gap: 50px;
}

.u-gap-y-50 {
  row-gap: 50px;
}

.u-gap-55 {
  gap: 55px;
}

.u-gap-x-55 {
  column-gap: 55px;
}

.u-gap-y-55 {
  row-gap: 55px;
}

.u-gap-60 {
  gap: 60px;
}

.u-gap-x-60 {
  column-gap: 60px;
}

.u-gap-y-60 {
  row-gap: 60px;
}

.u-gap-65 {
  gap: 65px;
}

.u-gap-x-65 {
  column-gap: 65px;
}

.u-gap-y-65 {
  row-gap: 65px;
}

.u-gap-70 {
  gap: 70px;
}

.u-gap-x-70 {
  column-gap: 70px;
}

.u-gap-y-70 {
  row-gap: 70px;
}

.u-gap-75 {
  gap: 75px;
}

.u-gap-x-75 {
  column-gap: 75px;
}

.u-gap-y-75 {
  row-gap: 75px;
}

.u-gap-80 {
  gap: 80px;
}

.u-gap-x-80 {
  column-gap: 80px;
}

.u-gap-y-80 {
  row-gap: 80px;
}

.u-gap-85 {
  gap: 85px;
}

.u-gap-x-85 {
  column-gap: 85px;
}

.u-gap-y-85 {
  row-gap: 85px;
}

.u-gap-90 {
  gap: 90px;
}

.u-gap-x-90 {
  column-gap: 90px;
}

.u-gap-y-90 {
  row-gap: 90px;
}

.u-gap-95 {
  gap: 95px;
}

.u-gap-x-95 {
  column-gap: 95px;
}

.u-gap-y-95 {
  row-gap: 95px;
}

.u-gap-100 {
  gap: 100px;
}

.u-gap-x-100 {
  column-gap: 100px;
}

.u-gap-y-100 {
  row-gap: 100px;
}

.u-gap-105 {
  gap: 105px;
}

.u-gap-x-105 {
  column-gap: 105px;
}

.u-gap-y-105 {
  row-gap: 105px;
}

.u-gap-110 {
  gap: 110px;
}

.u-gap-x-110 {
  column-gap: 110px;
}

.u-gap-y-110 {
  row-gap: 110px;
}

.u-gap-115 {
  gap: 115px;
}

.u-gap-x-115 {
  column-gap: 115px;
}

.u-gap-y-115 {
  row-gap: 115px;
}

.u-gap-120 {
  gap: 120px;
}

.u-gap-x-120 {
  column-gap: 120px;
}

.u-gap-y-120 {
  row-gap: 120px;
}

.u-gap-140 {
  gap: 140px;
}

.u-gap-x-140 {
  column-gap: 140px;
}

.u-gap-y-140 {
  row-gap: 140px;
}

.u-gap-200 {
  gap: 200px;
}

.u-gap-x-200 {
  column-gap: 200px;
}

.u-gap-y-200 {
  row-gap: 200px;
}

.u-gap-235 {
  gap: 235px;
}

.u-gap-x-235 {
  column-gap: 235px;
}

.u-gap-y-235 {
  row-gap: 235px;
}

.u-gap-305 {
  gap: 305px;
}

.u-gap-x-305 {
  column-gap: 305px;
}

.u-gap-y-305 {
  row-gap: 305px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

.u-mt-140 {
  margin-top: 140px !important;
}

.u-mt-200 {
  margin-top: 200px !important;
}

.u-mt-235 {
  margin-top: 235px !important;
}

.u-mt-305 {
  margin-top: 305px !important;
}

@media only screen and (max-width: 750px) {
  .u-mt-sp-0 {
    margin-top: 0px !important;
  }
  .u-mb-sp-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-3 {
    margin-top: 3px !important;
  }
  .u-mb-sp-3 {
    margin-bottom: 3px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-5 {
    margin-top: 5px !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 5px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-10 {
    margin-top: 10px !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-15 {
    margin-top: 15px !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-20 {
    margin-top: 20px !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-25 {
    margin-top: 25px !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-30 {
    margin-top: 30px !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-35 {
    margin-top: 35px !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 35px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-40 {
    margin-top: 40px !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-45 {
    margin-top: 45px !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 45px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-50 {
    margin-top: 50px !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-55 {
    margin-top: 55px !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 55px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-60 {
    margin-top: 60px !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-65 {
    margin-top: 65px !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 65px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-70 {
    margin-top: 70px !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-75 {
    margin-top: 75px !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-80 {
    margin-top: 80px !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-85 {
    margin-top: 85px !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 85px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-90 {
    margin-top: 90px !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-95 {
    margin-top: 95px !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 95px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-100 {
    margin-top: 100px !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-105 {
    margin-top: 105px !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 105px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-110 {
    margin-top: 110px !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-115 {
    margin-top: 115px !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 115px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-120 {
    margin-top: 120px !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 120px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-140 {
    margin-top: 140px !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 140px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-200 {
    margin-top: 200px !important;
  }
  .u-mb-sp-200 {
    margin-bottom: 200px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-235 {
    margin-top: 235px !important;
  }
  .u-mb-sp-235 {
    margin-bottom: 235px !important;
  }
}
@media only screen and (max-width: 750px) {
  .u-mt-sp-305 {
    margin-top: 305px !important;
  }
  .u-mb-sp-305 {
    margin-bottom: 305px !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pt-105 {
  padding-top: 105px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-pt-115 {
  padding-top: 115px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pt-235 {
  padding-top: 235px !important;
}

.u-pt-305 {
  padding-top: 305px !important;
}

.p-normal-section:not(.is-long) .p-bg-pattern--1-1, .p-normal-section:not(.is-long) .p-bg-pattern--1-2, .p-normal-section:not(.is-long) .p-bg-pattern--1-3 {
  display: none;
}
.p-normal-section:not(.is-medium) .p-bg-pattern--2-1, .p-normal-section:not(.is-medium) .p-bg-pattern--2-2, .p-normal-section:not(.is-medium) .p-bg-pattern--2-3 {
  display: none;
}
.p-normal-section:not(.is-short) .p-bg-pattern--3-1, .p-normal-section:not(.is-short) .p-bg-pattern--3-2 {
  display: none;
}

.p-bg-pattern {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
.p-bg-pattern--1-1 {
  top: 1807px;
  width: 329px;
  height: 210px;
  margin-left: 561px;
}
.p-bg-pattern--1-2 {
  top: 2694px;
  width: 348px;
  height: 273px;
  margin-left: 502px;
}
.p-bg-pattern--1-3 {
  top: 5176px;
  width: 235px;
  height: 252px;
  margin-left: 433px;
}
.p-bg-pattern--2-1 {
  top: 2950px;
  width: 348px;
  height: 247px;
  margin-left: 506px;
}
.p-bg-pattern--2-2 {
  top: 3350px;
  width: 205px;
  height: 210px;
  margin-left: 532px;
}
.p-bg-pattern--2-3 {
  top: 4276px;
  width: 235px;
  height: 252px;
  margin-left: 433px;
}
.p-bg-pattern--3-1 {
  top: 1922px;
  width: 393px;
  height: 245px;
  margin-left: 523px;
}
.p-bg-pattern--3-2 {
  top: 2392px;
  width: 258px;
  height: 263px;
  margin-left: 433px;
}
.p-bg-pattern--interview1 {
  top: 1509px;
  width: 272px;
  height: 277px;
  margin-left: -589px;
}
.p-bg-pattern--interview2 {
  top: 2472px;
  width: 272px;
  height: 277px;
  margin-left: 571px;
}
.p-bg-pattern--interview3 {
  top: 3193px;
  width: 106px;
  height: 1106px;
  margin-left: -375px;
}
@media only screen and (max-width: 750px) {
  .p-bg-pattern {
    display: none;
  }
}

.p-card__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 65px;
}
@media only screen and (max-width: 750px) {
  .p-card__contents {
    margin-top: 86px;
  }
}
.p-card__image {
  position: relative;
  margin-top: 30px;
  max-width: 46.9230769231%;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-card__image {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    max-width: 100%;
  }
}
.p-card__image .p-card__button-list {
  display: none;
}
@media only screen and (max-width: 750px) {
  .p-card__image .p-card__button-list {
    display: flex;
  }
}
.p-card__image-inner {
  position: relative;
  width: 100%;
  height: 729px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1120px) {
  .p-card__image-inner {
    height: 65.0892857143vw;
  }
}
@media only screen and (max-width: 750px) {
  .p-card__image-inner {
    margin-left: -20px;
    width: 71.4285714286%;
    height: 95.8974358974vw;
  }
}
.p-card__image-inner > picture {
  display: block;
  object-fit: cover;
}
.p-card__image-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.p-card__image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.p-card__image-item > picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-card__image-item > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-card__image-item.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.p-card__link {
  position: absolute;
  right: -6.1475409836%;
  bottom: 50px;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .p-card__link {
    right: -27.2%;
    bottom: -10px;
  }
}
.p-card__link > a {
  display: block;
  position: relative;
  min-width: 208px;
  min-height: 110px;
  padding: 10px 50px 10px 25px;
  color: #4F525D;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
  transition: color 0.3s;
}
@media only screen and (max-width: 750px) {
  .p-card__link > a {
    padding: 8px 95px 8px 22px;
    font-size: 0.9375rem;
    min-width: 0;
    min-height: 0;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.16);
  }
}
@media only screen and (max-width: 350px) {
  .p-card__link > a {
    font-size: 0.8125rem;
    padding-right: 75px;
  }
}
.p-card__link > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 19px;
  height: 19px;
  background: url(../image/icon/icon_arrow.svg) no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(35%) sepia(1%) saturate(5025%) hue-rotate(191deg) brightness(89%) contrast(92%);
}
@media only screen and (max-width: 750px) {
  .p-card__link > a::after {
    right: 20px;
  }
}
@media only screen and (min-width: 751px) {
  .p-card__link > a:hover {
    color: rgba(79, 82, 93, 0.7);
  }
  .p-card__link > a:hover::after {
    opacity: 0.7;
  }
}
.p-card__inner {
  width: 40.7692307692%;
}
@media only screen and (max-width: 750px) {
  .p-card__inner {
    width: 100%;
  }
}
.p-card__inner .c-button > a {
  width: 100%;
}
.p-card__inner .p-card__button-list {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .p-card__inner .p-card__button-list {
    display: none;
  }
}
.p-card__button-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px 0;
}
@media only screen and (max-width: 750px) {
  .p-card__button-list {
    gap: 11px 0;
    width: 31.4285714286%;
  }
}
@media only screen and (max-width: 750px) {
  .p-card__button-list > li {
    width: 100%;
  }
}
.p-card__button-list > li > button,
.p-card__button-list > li > a {
  position: relative;
  display: block;
  min-width: 305px;
  font-size: 1.25rem;
  font-weight: 700;
  border: 1px solid #4F525D;
  color: #4F525D;
  padding: 2px 60px 2px 35px;
  border-radius: 18px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.p-card__button-list > li > button::after,
.p-card__button-list > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  background: url(../image/icon/icon_arrow.svg) no-repeat center;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(35%) sepia(1%) saturate(5025%) hue-rotate(191deg) brightness(89%) contrast(92%);
}
@media only screen and (max-width: 750px) {
  .p-card__button-list > li > button::after,
  .p-card__button-list > li > a::after {
    top: auto;
    left: 50%;
    bottom: 6px;
    transform: translate3d(-50%, 0, 0);
  }
}
.p-card__button-list > li > button.is-active,
.p-card__button-list > li > a.is-active {
  color: #FFFFFF;
  background-color: #0068B7;
  border: 1px solid #0068B7;
}
.p-card__button-list > li > button.is-active::after,
.p-card__button-list > li > a.is-active::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6621%) hue-rotate(189deg) brightness(111%) contrast(109%);
}
@media only screen and (min-width: 751px) {
  .p-card__button-list > li > button:hover,
  .p-card__button-list > li > a:hover {
    color: #FFFFFF;
    background-color: #0068B7;
    border: 1px solid #0068B7;
  }
  .p-card__button-list > li > button:hover::after,
  .p-card__button-list > li > a:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(42%) saturate(2109%) hue-rotate(179deg) brightness(108%) contrast(95%);
  }
}
@media only screen and (max-width: 750px) {
  .p-card__button-list > li > button,
  .p-card__button-list > li > a {
    min-width: 0;
    min-height: 65px;
    padding: 0;
    font-size: 0.9375rem;
    width: 100%;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 31px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 350px) {
  .p-card__button-list > li > button,
  .p-card__button-list > li > a {
    font-size: 0.75rem;
  }
}
.p-card__image-list {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .p-card__image-list {
    margin-top: 48px;
  }
}
.p-card__image-list-frame {
  overflow: hidden;
  display: none;
  flex-wrap: wrap;
  gap: 24px 5.6603773585%;
}
.p-card__image-list-frame.is-active {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .p-card__image-list-frame {
    gap: 6px 1.7142857143%;
  }
}
.p-card__image-list-item {
  width: 47.1698113208%;
  height: 200px;
}
@media only screen and (max-width: 1120px) {
  .p-card__image-list-item {
    height: 17.8571428571vw;
  }
}
@media only screen and (max-width: 750px) {
  .p-card__image-list-item {
    width: 23.7142857143%;
    height: 21.2820512821vw;
  }
}
.p-card__image-button {
  position: relative;
}
.p-card__image-button > picture {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-card__image-button > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.p-card__image-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 52, 0.8);
  transition: opacity 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.p-card__image-button.is-active::after {
  opacity: 1;
  background-color: rgba(31, 35, 52, 0.8);
}

.p-card-list {
  margin-top: 110px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .p-card-list {
    margin-top: 105px;
    padding-bottom: 150px;
  }
}
.p-card-list__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 144px 0;
}
@media only screen and (max-width: 750px) {
  .p-card-list__inner {
    padding: 0 20px;
    gap: 95px 0;
  }
}
.p-card-list__contens {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #0068B7;
  border-radius: 50px;
  padding: 30px 39px 58px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .p-card-list__contens {
    border-radius: 30px;
    padding: 28px 20px 50px;
  }
}
.p-card-list__contens::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #F0F9FF 0%, #F0F9FF 25%, transparent 100%);
  border-radius: 50px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .p-card-list__contens::after {
    border-radius: 30px;
  }
}
.p-card-list__contens > h2 {
  position: relative;
  display: inline-block;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #0068B7;
  margin: 0 auto;
  padding: 5px 0 7px;
}
@media only screen and (max-width: 750px) {
  .p-card-list__contens > h2 {
    font-size: 1.375rem;
  }
}
.p-card-list__contens > h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 296px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .p-card-list__contens > h2::after {
    width: 235px;
  }
}
.p-card-list__contens > p {
  text-align: center;
  margin-top: 27px;
}
@media only screen and (max-width: 750px) {
  .p-card-list__contens > p {
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .p-card-list .c-button > a {
    width: 81.1688311688%;
    min-height: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
  .p-card-list .c-button > a::after {
    right: 29px;
  }
}

.p-card-list-image {
  display: flex;
  justify-content: center;
  gap: 0 76px;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .p-card-list-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    margin-top: 35px;
  }
}
.p-card-list-image > li {
  width: calc((100% - 152px) / 3);
}
.p-card-list-image > li > a {
  position: relative;
  display: block;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-card-list-image > li > a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  .p-card-list-image > li > a {
    width: 97.2602739726%;
  }
}
.p-card-list-image__item {
  display: block;
}
@media only screen and (max-width: 750px) {
  .p-card-list-image__item > img {
    display: block;
    aspect-ratio: 142/160;
    object-fit: cover;
  }
}
.p-card-list-image__text {
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(14, 14, 14, 0.6);
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .p-card-list-image__text {
    height: 45px;
  }
}
.p-card-list-image__text > p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .p-card-list-image__text > p {
    font-size: 0.625rem;
  }
}
.p-card-list-image .c-button > a {
  font-size: 1.25rem;
}
@media only screen and (max-width: 750px) {
  .p-card-list-image--three > li {
    width: calc((100% - 15px) / 2);
  }
  .p-card-list-image--three > li:nth-child(1) {
    grid-column: 1/3;
    justify-self: center;
  }
  .p-card-list-image--three > li:nth-child(2) {
    grid-column: 1/2;
    width: 100%;
  }
  .p-card-list-image--three > li:nth-child(3) {
    grid-column: 2/3;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .p-card-list-image--two {
    display: flex;
  }
  .p-card-list-image--two > li {
    width: calc((100% - 15px) / 2);
  }
  .p-card-list-image--two > li > a {
    width: 100%;
  }
}

.p-cassette {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-cassette__image {
  display: block;
  width: 51.1538461538%;
}
@media only screen and (max-width: 750px) {
  .p-cassette__image {
    width: 91.4285714286%;
    margin-top: 15px;
  }
}
.p-cassette__contents {
  text-align: center;
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .p-cassette__contents {
    margin-top: 40px;
  }
}
.p-cassette__contents > h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .p-cassette__contents > h3 {
    font-size: 1.125rem;
    letter-spacing: -0.07em;
  }
}

.p-cassette-article {
  display: flex;
  min-height: 312px;
  margin-top: 103px;
  border: 1px solid #0068B7;
  border-radius: 50px;
  text-decoration: none;
  color: #4F525D;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-cassette-article:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  .p-cassette-article {
    flex-direction: column;
    margin-top: 70px;
    border-radius: 30px;
  }
}
.p-cassette-article__inner {
  width: 43.5550935551%;
  border-radius: 49px 0 0 49px;
  background-color: #CDE9FD;
  border-right: 1px solid #0068B7;
  padding: 45px 21px 20px 51px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-cassette-article__inner {
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 30px 18px 30px 18px;
    border-right: transparent;
  }
}
.p-cassette-article__inner > p {
  margin-top: 30px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .p-cassette-article__inner > p {
    margin-top: 25px;
  }
}
.p-cassette-article__title {
  text-align: center;
}
.p-cassette-article__title > h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .p-cassette-article__title > h2 {
    font-size: 1.5rem;
  }
}
.p-cassette-article__title > p {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: rgba(0, 104, 183, 0.5);
}
@media only screen and (max-width: 750px) {
  .p-cassette-article__title > p {
    margin-top: 7px;
    letter-spacing: 0.03em;
  }
}
.p-cassette-article__images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 60px;
  width: 56.4449064449%;
  border-radius: 0 50px 50px 0;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  .p-cassette-article__images {
    width: 100%;
    border-radius: 0 0 30px 30px;
    padding: 25px;
    box-sizing: border-box;
  }
}
.p-cassette-article__images > picture {
  display: block;
}
.p-cassette-article__image {
  display: block;
}
.p-cassette-article__image--1 {
  width: 38.6321626617%;
}
@media only screen and (max-width: 750px) {
  .p-cassette-article__image--1 {
    width: 80.5369127517%;
  }
}
.p-cassette-article__image--2 {
  width: 35.4898336414%;
}
.p-cassette-article__image--2 .p-cassette-article__image-title {
  margin: 10px 0;
}
.p-cassette-article__image-title {
  font-weight: 700;
  text-align: center;
}
.p-cassette-article__image-note {
  font-size: 0.625rem;
  font-weight: 500;
  color: #0068B7;
  text-align: center;
  margin-top: 20px;
}

.p-cassette-contensts-wrap {
  margin-top: 104px;
  padding-bottom: 185px;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts-wrap {
    margin-top: 39px;
    padding-bottom: 130px;
  }
}
.p-cassette-contensts-wrap__inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 39px;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts-wrap__inner {
    padding: 0 20px;
  }
}
.p-cassette-contensts-wrap__inner > div:nth-of-type(n + 2) {
  margin-top: 150px;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts-wrap__inner > div:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}

.p-cassette-contensts {
  display: flex;
  gap: 0 7.0806100218%;
  padding: 45px 30px 62px 38px;
  border: 1px solid #0068B7;
  border-radius: 50px;
  background: linear-gradient(180deg, #E6F5FF 0%, #FFFFFF 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts {
    flex-direction: column;
    gap: 35px 0;
    padding: 34px 22px 30px;
    border-radius: 30px;
  }
}
.p-cassette-contensts__title {
  width: 45.2069716776%;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts__title {
    width: 100%;
  }
}
.p-cassette-contensts__title > h2 {
  font-size: 1.6875rem;
  font-weight: 700;
  color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts__title > h2 {
    font-size: 1.375rem;
    text-align: center;
  }
}
.p-cassette-contensts__image {
  display: block;
  margin-top: 25px;
  box-sizing: border-box;
}
.p-cassette-contensts__image > img {
  max-width: 415px;
  width: 100%;
  max-height: 255px;
  border-radius: 30px;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts__image > img {
    max-width: 100%;
    max-height: 100%;
    height: 53.8461538462vw;
    border-radius: 7.6923076923vw;
  }
}
.p-cassette-contensts__text {
  width: 54.7930283224%;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts__text {
    width: 100%;
  }
}
.p-cassette-contensts__text > ul > li {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-cassette-contensts__text > ul > li:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts__text > ul > li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.p-cassette-contensts__text > ul > li > span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}
.p-cassette-contensts__text > p {
  margin-top: 55px;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .p-cassette-contensts__text > p {
    margin-top: 25px;
    line-height: 1.8;
  }
}

.p-image-decoration {
  position: relative;
  display: block;
  z-index: 1;
}
.p-image-decoration::after {
  content: "";
  position: absolute;
  top: 95px;
  right: -9.5238095238%;
  background: url(../image/common/img_roundshadow.webp) 0 0 no-repeat, url(../image/common/img_roundshadow.png) 0 0 no-repeat;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}
.p-image-decoration--cassette::after {
  width: 67.2932330827%;
  aspect-ratio: 358/366;
  height: auto;
  top: 155px;
  right: 56.3909774436%;
}
@media only screen and (max-width: 750px) {
  .p-image-decoration--cassette::after {
    width: 69.375%;
    top: 99px;
    right: 36.25%;
  }
}
.p-image-decoration--panel-list::after {
  width: 85.8024691358%;
  aspect-ratio: 278/284;
  height: auto;
  top: 40px;
  right: -7.4074074074%;
}
@media only screen and (max-width: 750px) {
  .p-image-decoration--panel-list::after {
    width: 86.5625%;
    top: 37px;
    right: -6.25%;
  }
}
.p-image-decoration--company::after {
  width: 100.3389830508%;
  aspect-ratio: 296/304;
  height: auto;
  top: 18px;
  right: 16.9491525424%;
}
@media only screen and (max-width: 750px) {
  .p-image-decoration--company::after {
    width: 81.6949152542%;
    top: 25px;
  }
}
.p-image-decoration--intervew::after {
  width: 100.3389830508%;
  aspect-ratio: 296/304;
  height: auto;
  top: 28px;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .p-image-decoration--intervew::after {
    width: 100.3389830508%;
    top: 30px;
  }
}
.p-image-decoration--recruitment::after {
  width: 100.3389830508%;
  aspect-ratio: 296/304;
  height: auto;
  top: 35px;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .p-image-decoration--recruitment::after {
    width: 100.3389830508%;
    top: 30px;
  }
}
@media only screen and (min-width: 751px) {
  .p-image-decoration--environment::after {
    width: 35.5086372361%;
    aspect-ratio: 370/379;
    height: auto;
    top: auto;
    bottom: -90px;
    right: 67.6583493282%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 750px) {
  .p-image-decoration--environment::after {
    width: 100.3389830508%;
    top: 30px;
  }
}

.p-image-wrap {
  padding: 105px 0 200px;
}
@media only screen and (max-width: 750px) {
  .p-image-wrap {
    padding: 0 0 160px;
  }
}
.p-image-wrap__inner {
  max-width: 1042px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-image-wrap__inner {
    padding: 0 20px;
  }
}
.p-image-wrap--lightblue {
  background-color: #E1F0FB;
}
.p-image-wrap--gradation {
  position: relative;
}
.p-image-wrap--gradation::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #E1F0FB 0%, #FFFFFF 75%, #FFFFFF 100%);
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--gradation::after {
    display: none;
  }
}
.p-image-wrap--overlap {
  position: relative;
  padding: 70px 0 80px;
}
.p-image-wrap--overlap::before {
  content: "";
  position: absolute;
  bottom: -85px;
  left: calc(50% + 415px);
  width: 673px;
  height: 450px;
  background: url(../image/company/img_decoration2.webp) no-repeat center, url(../image/company/img_decoration2.png) no-repeat center;
  transform: translateX(-50%);
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--overlap::before {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--overlap {
    padding: 55px 0;
  }
}
.p-image-wrap--overlap .p-image-list {
  flex-wrap: wrap;
  gap: 85px 100px;
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--overlap .p-image-list {
    gap: 50px 0;
  }
}
.p-image-wrap--overlap .p-image-list > li {
  width: calc((100% - 100px) / 2);
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--overlap .p-image-list > li {
    width: 100%;
  }
}
.p-image-wrap--overlap .p-image-list > li > a {
  position: relative;
}
.p-image-wrap--overlap .p-image-list__title {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 11;
}
.p-image-wrap--overlap .p-image-list__title > h2 {
  color: #FFFFFF;
  white-space: nowrap;
}
.p-image-wrap--overlap .p-image-list__title > p {
  color: #9FD6FB;
  white-space: nowrap;
}
.p-image-wrap--recruitment {
  padding-top: 0;
  padding-bottom: 190px;
}
.p-image-wrap--recruitment::before {
  content: "";
  position: absolute;
  top: 440px;
  left: calc(50% + 406px);
  width: 645px;
  height: 632px;
  background: url(../image/recruitment/img_decoration1-pc.webp) no-repeat center, url(../image/recruitment/img_decoration1-pc.png/img_decoration2.png) no-repeat center;
  transform: translateX(-50%);
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .p-image-wrap--recruitment::before {
    top: 355px;
  }
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--recruitment::before {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--recruitment {
    padding-bottom: 95px;
  }
}
.p-image-wrap--recruitment > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--recruitment > h2 {
    height: 70px;
  }
}
.p-image-wrap--recruitment .p-image-list {
  flex-wrap: wrap;
  gap: 92px 100px;
  padding-top: 92px;
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--recruitment .p-image-list {
    padding-top: 66px;
    gap: 70px 0;
  }
}
.p-image-wrap--recruitment .p-image-list > li {
  width: calc((100% - 100px) / 2);
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--recruitment .p-image-list > li {
    width: 100%;
  }
}
.p-image-wrap--recruitment .p-image-list > li > a {
  position: relative;
}
.p-image-wrap--recruitment .p-image-list > li > a > h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  z-index: 3;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #FFFFFF;
}
.p-image-wrap--wide {
  padding: 150px 0 190px;
}
@media only screen and (max-width: 750px) {
  .p-image-wrap--wide {
    padding: 62px 0;
  }
}
.p-image-wrap--wide .p-image-wrap__inner {
  max-width: 1120px;
}

.p-image-list {
  display: flex;
  gap: 0 100px;
}
@media only screen and (max-width: 750px) {
  .p-image-list {
    flex-direction: column;
    gap: 65px 0;
  }
}
.p-image-list > li {
  width: 44.6985446985%;
}
@media only screen and (max-width: 750px) {
  .p-image-list > li {
    width: 100%;
  }
}
.p-image-list > li > a {
  width: 100%;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-image-list > li > a:hover {
    opacity: 0.7;
  }
}
.p-image-list__image {
  display: block;
  width: 100%;
}
.p-image-list__image--icon {
  position: relative;
}
.p-image-list__image--icon::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 31px;
  width: 20px;
  height: 20px;
  background: url(../image/icon/icon_arrow_link.svg) no-repeat center;
  background-size: 100% auto;
  z-index: 8;
}
@media only screen and (max-width: 750px) {
  .p-image-list__image--icon::after {
    top: 18px;
    right: 24px;
    width: 22px;
    height: 22px;
  }
}
.p-image-list__title {
  margin-top: 13px;
}
.p-image-list__title > h2 {
  margin-top: 0;
}
.p-image-list__title > p {
  margin-left: 0;
  margin-top: 8px;
}
.p-image-list--small {
  justify-content: space-between;
  gap: 55px 20px;
}
@media only screen and (max-width: 750px) {
  .p-image-list--small {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.p-image-list--small > li {
  width: calc((100% - 180px) / 4);
}
@media only screen and (max-width: 750px) {
  .p-image-list--small > li {
    width: calc((100% - 40px) / 2);
  }
}
.p-image-list--small > li > a > h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0068B7;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .p-image-list--small > li > a > h3 {
    font-size: 1rem;
    margin-top: 5px;
  }
}
.p-image-list--small .p-image-list__image--icon::after {
  top: 11px;
  right: 19px;
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 750px) {
  .p-image-list--small .p-image-list__image--icon::after {
    top: 9px;
    right: 14px;
  }
}

@media only screen and (max-width: 750px) {
  .p-image-decoration-sp {
    position: relative;
  }
  .p-image-decoration-sp::before {
    content: "";
    position: absolute;
    bottom: 70px;
    left: calc(50% + 163px);
    width: 103px;
    height: 70px;
    background: url(../image/environment/img_decoration2-sp.webp) no-repeat center, url(../image/environment/img_decoration2-sp.png) no-repeat center;
    transform: translateX(-50%);
    background-size: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .p-image-decoration-sp--number::before {
    bottom: 20px;
  }
  .p-image-decoration-sp--occupation::before {
    bottom: 50px;
  }
  .p-image-decoration-sp--training::before {
    bottom: 30px;
  }
  .p-image-decoration-sp--benefits::before {
    bottom: 30px;
  }
}

.p-kv {
  position: relative;
  background: linear-gradient(180deg, #F2FCFF 0%, #FFFFFF 80%);
  padding-top: 20px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-kv {
    padding-top: 292px;
  }
}
.p-kv::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 69px);
  transform: translateX(-50%);
  width: 1584px;
  height: 1547px;
  background: url(../image/top/img_decoration1-pc.webp) no-repeat center, url(../image/top/img_decoration1-pc.png) no-repeat center;
  background-size: 100%;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-kv::after {
    top: 4px;
    left: calc(50% - 25px);
    width: 771px;
    height: 535px;
    background: url(../image/top/img_decoration1-sp.webp) no-repeat center, url(../image/top/img_decoration1-sp.png) no-repeat center;
    background-size: 100%;
    padding-top: 5px;
  }
}
.p-kv__slider {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 530px;
  transform: translateX(-50%);
  margin-left: 262px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .p-kv__slider {
    top: 5px;
    margin-left: -27px;
    width: 294px;
  }
}
.p-kv__slider::after {
  content: "";
  position: absolute;
  top: 95px;
  right: -9.5238095238%;
  width: 70.4761904762%;
  aspect-ratio: 370/379;
  height: auto;
  background: url(../image/common/img_roundshadow.webp) 0 0 no-repeat, url(../image/common/img_roundshadow.png) 0 0 no-repeat;
  background-size: 100%;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-kv__slider::after {
    width: 81.6949152542%;
    top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .p-kv__image {
    position: relative;
    margin-left: 0;
    width: 294px;
    z-index: 100;
  }
}
.p-kv__image > img {
  display: block;
  width: 100%;
}
.p-kv__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1040px;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .p-kv__inner {
    max-width: 100%;
    padding: 5px 20px 0;
    flex-direction: column-reverse;
  }
}
.p-kv__contents {
  margin-top: 200px;
}
@media only screen and (max-width: 750px) {
  .p-kv__contents {
    margin-top: 0;
  }
}
.p-kv__contents > p {
  color: #0068B7;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .p-kv__contents > p {
    font-size: 1rem;
    margin-top: 15px;
    letter-spacing: 0.07em;
  }
}
.p-kv__title > p {
  font-size: 2.8125rem;
  color: #000000;
}
@media only screen and (max-width: 960px) {
  .p-kv__title > p {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 750px) {
  .p-kv__title > p {
    font-size: 1.3125rem;
  }
}
.p-kv__title > h1 {
  font-size: 4.9375rem;
  color: #000000;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 960px) {
  .p-kv__title > h1 {
    font-size: 3.6875rem;
  }
}
@media only screen and (max-width: 750px) {
  .p-kv__title > h1 {
    font-size: 2.375rem;
    line-height: 1;
  }
}
.p-kv__title > h1 > span {
  font-size: 5.5625rem;
}
@media only screen and (max-width: 960px) {
  .p-kv__title > h1 > span {
    font-size: 4.3125rem;
  }
}
@media only screen and (max-width: 750px) {
  .p-kv__title > h1 > span {
    font-size: 2.6875rem;
  }
}
.p-kv__title > h1 > span > em {
  font-size: 6.0625rem;
  letter-spacing: -0.2em;
}
@media only screen and (max-width: 960px) {
  .p-kv__title > h1 > span > em {
    font-size: 4.8125rem;
  }
}
@media only screen and (max-width: 750px) {
  .p-kv__title > h1 > span > em {
    font-size: 2.9375rem;
  }
}
.p-kv__button-list {
  display: flex;
  gap: 0 20px;
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .p-kv__button-list {
    margin-top: 10px;
  }
  .p-kv__button-list > div {
    width: calc((100% - 20px) / 2);
  }
}
.p-kv__button > a {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 210px;
  min-height: 44px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0068B7;
  border: 1px solid #0068B7;
  padding: 8px 40px 8px 25px;
  box-sizing: border-box;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-kv__button > a:hover {
    color: #FFFFFF;
    background-color: #0068B7;
  }
  .p-kv__button > a:hover::after {
    background-image: url(../image/icon/icon_arrow_link_white.svg);
  }
}
@media only screen and (max-width: 750px) {
  .p-kv__button > a {
    min-width: 100%;
    width: 100%;
    font-size: 0.9375rem;
    padding: 8px 35px 8px 12px;
  }
}
.p-kv__button > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../image/icon/icon_arrow_link.svg) no-repeat center;
  background-size: 100% auto;
  pointer-events: none;
}

.p-message {
  display: flex;
  align-items: center;
  gap: 0 45px;
}
@media only screen and (max-width: 750px) {
  .p-message {
    flex-direction: column;
  }
}
.p-message__text {
  width: 640px;
}
@media only screen and (max-width: 750px) {
  .p-message__text {
    width: 100%;
  }
}
.p-message__image {
  width: 295px;
}
@media only screen and (max-width: 750px) {
  .p-message__image {
    margin: 0 auto;
  }
}
.p-message__image > picture {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-message__image > picture {
    margin-top: 20px;
  }
}
.p-message__image > picture > img {
  border-radius: 50%;
}
.p-message__list {
  margin-top: 10px;
}
.p-message__list > li {
  font-weight: 500;
}
.p-message__list > li:nth-of-type(n + 2) {
  margin-top: 7px;
}
.p-message--interview {
  align-items: flex-start;
  margin-top: 75px;
}
@media only screen and (max-width: 750px) {
  .p-message--interview {
    margin-top: 20px;
  }
}
.p-message--interview .p-message__text {
  width: 610px;
}
@media only screen and (max-width: 750px) {
  .p-message--interview .p-message__text {
    width: 100%;
  }
}
.p-message--recruitment {
  align-items: flex-start;
  margin-top: 85px;
}
@media only screen and (max-width: 750px) {
  .p-message--recruitment {
    margin-top: 33px;
    gap: 55px 0;
  }
}
.p-message--recruitment .p-message__text {
  width: 610px;
}
@media only screen and (max-width: 750px) {
  .p-message--recruitment .p-message__text {
    width: 100%;
  }
}
.p-message--recruitment .p-message__image {
  margin-top: -15px;
}
@media only screen and (max-width: 750px) {
  .p-message--recruitment .c-text-item {
    margin-left: -8px;
  }
}
.p-message--occupation {
  position: relative;
}
.p-message--occupation .p-message__text {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-message--occupation .p-message__text {
    width: 100%;
  }
}
.p-message--benefits {
  margin-top: 25px;
}
.p-message--benefits .p-message__text {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-message--benefits .p-message__text {
    width: 100%;
  }
}
.p-message--training .p-message__text {
  width: 82.2115384615%;
}
@media only screen and (max-width: 750px) {
  .p-message--training .p-message__text {
    width: 100%;
  }
}

.p-message-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transform: translateX(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-message-image {
    top: 198px;
    pointer-events: auto;
  }
}
.p-message-image > picture {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 36.6666666667%;
}
@media only screen and (max-width: 750px) {
  .p-message-image > picture {
    right: -70px;
    width: 112.8205128205%;
    max-width: 450px;
  }
}
.p-message-image > picture > img {
  border-radius: 0 0 0 30px;
}

.p-news-list {
  display: flex;
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .p-news-list {
    flex-direction: column;
    margin-top: 15px;
  }
}
.p-news-list > li {
  padding: 0 30px;
  width: 33.3333333333%;
  border-right: 1px solid #4F525D;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-news-list > li {
    width: 100%;
    padding: 23px 0;
    border-right: 1px solid transparent;
  }
}
.p-news-list > li:nth-last-child(1) {
  border-right: 1px solid transparent;
}
.p-news-list > li > a {
  color: #4F525D;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-news-list > li > a:hover {
    opacity: 0.7;
  }
}
.p-news-list__contents {
  margin-top: 25px;
}
.p-news-list__contents > h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.p-news-list__contents > div {
  margin-top: 15px;
}

.p-news-contents {
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  .p-news-contents {
    margin-top: 5px;
  }
}
.p-news-contents > li {
  padding: 40px 0;
  border-bottom: 1px solid #D5D7D8;
}
@media only screen and (max-width: 750px) {
  .p-news-contents > li {
    padding: 27px 0;
  }
}
.p-news-contents > li:nth-last-child(1) {
  border-bottom: 1px solid transparent;
}
.p-news-contents > li > a {
  color: #4F525D;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .p-news-contents > li > a > time {
    font-size: 0.875rem;
  }
}
.p-news-contents > li > a > p {
  display: block;
  margin-top: 24px;
  text-decoration: underline;
  transition: text-decoration 0.3s;
}
@media only screen and (max-width: 750px) {
  .p-news-contents > li > a > p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media only screen and (min-width: 751px) {
  .p-news-contents > li > a:hover {
    opacity: 0.7;
  }
  .p-news-contents > li > a:hover > p {
    text-decoration: none;
  }
}

.p-news-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 95px;
}
@media only screen and (max-width: 750px) {
  .p-news-pager {
    margin-top: 18px;
  }
}
.p-news-pager__item > a,
.p-news-pager__item > p {
  color: #0068B7;
  font-size: 1.25rem;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  padding: 0 5px;
}
.p-news-pager__item > a {
  text-decoration: none;
  transition: text-decoration 3s;
}
@media only screen and (min-width: 751px) {
  .p-news-pager__item > a:hover {
    opacity: 0.7;
  }
}
.p-news-pager__item > p {
  padding: 0 6px;
}
.p-news-pager__arrow {
  padding-bottom: 3px;
}
.p-news-pager__arrow.disabled {
  display: none;
}
.p-news-pager__arrow--left {
  padding-right: 5px;
}
.p-news-pager__arrow--right {
  padding-left: 5px;
}

.p-news-time {
  font-size: 0.875rem;
}

.p-news-wysiwyg {
  position: relative;
  z-index: 1;
  margin-top: 39px;
}
@media only screen and (max-width: 750px) {
  .p-news-wysiwyg {
    margin-top: 24px;
  }
}
.p-news-wysiwyg p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 750px) {
  .p-news-wysiwyg p {
    margin-bottom: 18px;
  }
}
.p-news-wysiwyg p > span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 35px;
}
@media only screen and (max-width: 750px) {
  .p-news-wysiwyg p > span {
    margin-bottom: 18px;
  }
}
.p-news-wysiwyg p.has-text-align-center img {
  margin-right: auto;
  margin-left: auto;
}
.p-news-wysiwyg p.has-text-align-right img {
  margin-left: auto;
}
.p-news-wysiwyg h2, .p-news-wysiwyg h3, .p-news-wysiwyg h4, .p-news-wysiwyg h5, .p-news-wysiwyg h6 {
  font-weight: bold;
  margin-top: 2.5em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.p-news-wysiwyg h2 {
  font-size: 1.75rem;
}
.p-news-wysiwyg h3 {
  font-size: 1.375rem;
}
.p-news-wysiwyg h4 {
  font-size: 1.125rem;
}
.p-news-wysiwyg ul, .p-news-wysiwyg ol {
  margin: 1.5em 0 1.5em 2em;
  padding: 0;
}
.p-news-wysiwyg ul li, .p-news-wysiwyg ol li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}
.p-news-wysiwyg ul {
  list-style: disc;
}
.p-news-wysiwyg ol {
  list-style: decimal;
}
.p-news-wysiwyg .wp-block-image {
  overflow: hidden;
  margin: 2em auto 1.5em;
}
.p-news-wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-news-wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}
.p-news-wysiwyg table th, .p-news-wysiwyg table td {
  border: 1px solid #4F525D;
  padding: 0.8em 1em;
  text-align: left;
}
.p-news-wysiwyg table th {
  background: #D5D7D8;
  font-weight: 700;
}
.p-news-wysiwyg a {
  color: #0068B7;
  text-decoration: underline;
}
.p-news-wysiwyg a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-news-wysiwyg blockquote {
  border-left: 4px solid #D5D7D8;
  background: #CBD2D7;
  padding: 1em 1.5em;
  margin: 2em 0;
  color: #000000;
  font-style: italic;
}
.p-news-wysiwyg strong {
  font-weight: 700;
}
.p-news-wysiwyg em {
  font-style: italic;
}

.p-number {
  position: relative;
  padding: 65px 0 210px 0;
}
@media only screen and (max-width: 750px) {
  .p-number {
    padding: 80px 0 168px 0;
  }
}
.p-number::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #E1F0FB 0%, #FFFFFF 100%);
  z-index: -1;
}

.p-number__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-number__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

.p-number-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-column-gap: 21px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 750px) {
  .p-number-list {
    display: flex;
    flex-direction: column;
    grid-row-gap: 74px;
  }
}
.p-number-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  border-radius: 30px;
  background-color: #FFFFFF;
  border: 1px solid #0068B7;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item {
    order: 99;
  }
}
.p-number-list__item > h2 {
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.3;
}
.p-number-list__item > h2 > span {
  display: block;
  font-size: 1.125rem;
}
.p-number-list__item > p {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 500;
  color: #0068B7;
}
.p-number-list__item > picture {
  display: block;
}
.p-number-list__item--1 {
  grid-area: 1/1/2/2;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--1 {
    order: 1;
  }
}
.p-number-list__item--1 > picture {
  display: block;
  width: 80.7807807808%;
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--1 > picture {
    width: 76.8571428571%;
    padding-bottom: 30px;
  }
}
.p-number-list__item--2 {
  grid-area: 1/2/2/3;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--2 {
    order: 2;
  }
}
.p-number-list__item--2 > picture {
  width: 85.5855855856%;
  margin-top: 22px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--2 > picture {
    width: 81.4285714286%;
    padding-bottom: 25px;
  }
}
.p-number-list__item--3 {
  grid-area: 1/3/2/4;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--3 {
    order: 3;
  }
}
.p-number-list__item--3 > picture {
  width: 88.2882882883%;
  margin-top: -19px;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--3 > picture {
    width: 84.2857142857%;
    padding-bottom: 23px;
  }
}
.p-number-list__item--4 {
  grid-area: 2/1/3/2;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--4 {
    order: 4;
  }
}
.p-number-list__item--4 > picture {
  width: 85.5855855856%;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--4 > picture {
    width: 81.4285714286%;
    padding-bottom: 27px;
  }
}
.p-number-list__item--5 {
  grid-area: 2/2/3/3;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--5 {
    order: 5;
  }
}
.p-number-list__item--5 > picture {
  width: 92.7927927928%;
  margin-top: 22px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--5 > picture {
    width: 88.5714285714%;
    padding-bottom: 27px;
  }
}
.p-number-list__item--6 {
  grid-area: 2/3/4/4;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--6 {
    order: 6;
    padding-bottom: 5px;
  }
}
.p-number-list__item--6 > picture {
  width: 92.1921921922%;
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--6 > picture {
    width: 86%;
    padding-bottom: 35px;
  }
}
.p-number-list__item--7 {
  grid-area: 3/1/4/2;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--7 {
    order: 7;
  }
}
.p-number-list__item--7 > picture {
  width: 88.5885885886%;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--7 > picture {
    width: 84.2857142857%;
  }
}
.p-number-list__item--8 {
  grid-area: 3/2/4/3;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--8 {
    order: 8;
  }
}
.p-number-list__item--8 > picture {
  width: 87.6876876877%;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--8 > picture {
    width: 83.4285714286%;
    margin-top: 8px;
    padding-bottom: 14px;
  }
}
.p-number-list__item--9 {
  grid-area: 4/1/6/2;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--9 {
    order: 9;
  }
}
.p-number-list__item--9 > picture {
  width: 88.8888888889%;
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--9 > picture {
    width: 84.5714285714%;
    margin-top: 30px;
    padding-bottom: 41px;
  }
}
.p-number-list__item--10 {
  grid-area: 4/2/5/3;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--10 {
    order: 10;
  }
}
.p-number-list__item--10 > picture {
  width: 93.0930930931%;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--10 > picture {
    width: 88.5714285714%;
    margin-top: 15px;
    padding-bottom: 19px;
  }
}
.p-number-list__item--11 {
  grid-area: 4/3/5/4;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--11 {
    order: 12;
  }
}
.p-number-list__item--11 > picture {
  width: 91.8918918919%;
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--11 > picture {
    width: 88.2857142857%;
    padding-bottom: 14px;
  }
}
.p-number-list__item--12 {
  grid-area: 5/2/6/3;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--12 {
    order: 11;
  }
}
.p-number-list__item--12 > picture {
  width: 92.7927927928%;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--12 > picture {
    width: 87.4285714286%;
    margin-top: 10px;
    padding-bottom: 9px;
  }
}
.p-number-list__item--13 {
  grid-area: 5/3/7/4;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--13 {
    order: 15;
    padding-bottom: 25px;
  }
}
.p-number-list__item--13 > picture {
  width: 85.8858858859%;
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--13 > picture {
    width: 81.7142857143%;
  }
}
.p-number-list__item--13 > div {
  width: 85.8858858859%;
  margin-top: 11px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--13 > div {
    margin-top: 15px;
  }
}
.p-number-list__item--13 > div > p {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0068B7;
  padding-right: 24.6478873239%;
}
.p-number-list__item--13 > div > p::after {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 25.3521126761%;
  height: 73px;
  background: url(../image/icon/icon_diagnosis.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--13 > div > p::after {
    top: -6px;
  }
}
.p-number-list__item--14 {
  grid-area: 6/1/7/2;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--14 {
    order: 13;
    padding-bottom: 110px;
  }
}
.p-number-list__item--14 > picture {
  width: 72.972972973%;
  margin-top: 65px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--14 > picture {
    width: 69.4285714286%;
    margin-top: 75px;
  }
}
.p-number-list__item--15 {
  grid-area: 6/2/7/3;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--15 {
    order: 14;
    padding-bottom: 90px;
  }
}
.p-number-list__item--15 > picture {
  width: 66.0660660661%;
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--15 > picture {
    width: 62.8571428571%;
  }
}
.p-number-list__item--16 {
  grid-area: 7/1/8/2;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--16 {
    order: 16;
    padding-bottom: 64px;
  }
}
.p-number-list__item--16 > picture {
  width: 87.6876876877%;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--16 > picture {
    width: 83.4285714286%;
  }
}
.p-number-list__item--17 {
  grid-area: 7/2/8/3;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--17 {
    order: 17;
    padding-bottom: 20px;
  }
}
.p-number-list__item--17 > picture {
  width: 92.1921921922%;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--17 > picture {
    width: 87.7142857143%;
  }
}
.p-number-list__item--18 {
  grid-area: 7/3/8/4;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--18 {
    order: 18;
    padding-bottom: 65px;
  }
}
.p-number-list__item--18 > picture {
  width: 65.7657657658%;
  margin-top: 20px;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--18 > picture {
    width: 62.5714285714%;
    margin-top: 35px;
  }
}
.p-number-list__item--19 {
  grid-area: 8/1/9/2;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--19 {
    order: 19;
    padding-bottom: 71px;
  }
}
.p-number-list__item--19 > picture {
  width: 73.2732732733%;
  margin-top: 45px;
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--19 > picture {
    width: 69.7142857143%;
  }
}
.p-number-list__item--20 {
  grid-area: 8/2/9/3;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--20 {
    order: 20;
    padding-bottom: 40px;
  }
}
.p-number-list__item--20 > picture {
  width: 67.8678678679%;
  margin-top: 73px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--20 > picture {
    width: 64.5714285714%;
    margin-top: 77px;
  }
}
.p-number-list__item--21 {
  grid-area: 8/3/9/4;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--21 {
    order: 21;
    padding-bottom: 9px;
  }
}
.p-number-list__item--21 > picture {
  width: 89.1891891892%;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--21 > picture {
    width: 84.8571428571%;
  }
}
.p-number-list__item--22 {
  grid-area: 9/1/10/2;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--22 {
    order: 22;
    padding-bottom: 90px;
  }
}
.p-number-list__item--22 > picture {
  width: 79.2792792793%;
  margin-top: 57px;
  margin-left: 25px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--22 > picture {
    width: 75.4285714286%;
  }
}
.p-number-list__item--23 {
  grid-area: 9/2/10/4;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--23 {
    order: 23;
    padding-bottom: 25px;
  }
}
.p-number-list__item--23 > picture {
  width: 89.9416909621%;
  margin-top: -20px;
}
@media only screen and (max-width: 750px) {
  .p-number-list__item--23 > picture {
    width: 90%;
    margin-top: 40px;
  }
}

.p-panel-list {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .p-panel-list {
    flex-direction: column;
    margin-top: 67px;
    gap: 45px 0;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-list__contents {
    width: 100%;
  }
}
.p-panel-list__contents > a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 20px 0;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-panel-list__contents > a:hover {
    opacity: 0.7;
  }
}
.p-panel-list__contents > a > picture {
  display: block;
  width: 67.7966101695%;
}
@media only screen and (max-width: 750px) {
  .p-panel-list__contents > a > picture {
    width: 91.4285714286%;
  }
}
.p-panel-list__contents--1 {
  margin-left: 25px;
}
@media only screen and (max-width: 750px) {
  .p-panel-list__contents--1 {
    margin-left: 0;
  }
}
.p-panel-list__contents--2 {
  margin-right: 60px;
}
@media only screen and (max-width: 750px) {
  .p-panel-list__contents--2 {
    margin-right: 0;
  }
}

.p-panel-data {
  position: relative;
  padding-top: 10px;
  margin-top: 100px;
  border-radius: 50px;
  background-color: #CDE9FD;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .p-panel-data {
    margin-top: 145px;
    border-radius: 30px;
    padding-top: 18px;
    padding-bottom: 36px;
  }
}
.p-panel-data__button {
  position: absolute;
  bottom: 25px;
  right: 35px;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .p-panel-data__button {
    right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-data__button {
    position: static;
    text-align: center;
    margin-top: 35px;
  }
}
.p-panel-data__button > a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  min-height: 48px;
  padding: 9px 75px 2px 40px;
  text-decoration: none;
  font-size: 1.3125rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #FFFFFF;
  background-color: #1E99F7;
  border-radius: 35px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .p-panel-data__button > a {
    min-width: 250px;
    padding: 9px 45px 2px 20px;
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-data__button > a {
    font-size: 1.25rem;
    min-width: 270px;
    padding: 7px 50px 2px 25px;
  }
}
.p-panel-data__button > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../image/icon/icon_arrow.svg) no-repeat center;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6621%) hue-rotate(189deg) brightness(111%) contrast(109%);
}
@media only screen and (max-width: 960px) {
  .p-panel-data__button > a::after {
    right: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-data__button > a::after {
    right: 17px;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-data__button > a:hover {
    opacity: 0.7;
  }
  .p-panel-data__button > a:hover::after {
    opacity: 0.7;
  }
}

.p-panel-data-list {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .p-panel-data-list {
    margin-top: 20px;
  }
}
.p-panel-data-list__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
.p-panel-data-list__contents > picture {
  display: block;
  height: auto;
  box-sizing: border-box;
}
.p-panel-data-list__contents--1 {
  position: absolute;
  top: -40px;
  left: -80px;
  width: 36.7307692308%;
  padding-bottom: 20px;
}
.p-panel-data-list__contents--1 > picture {
  width: 55.497382199%;
  margin-top: 10px;
}
.p-panel-data-list__contents--1 .p-panel-data-list__title {
  font-size: 1rem;
}
.p-panel-data-list__contents--2 {
  width: 42.8846153846%;
  margin-bottom: -12px;
}
@media only screen and (max-width: 750px) {
  .p-panel-data-list__contents--2 {
    width: 100%;
    margin: 0 20px;
  }
}
.p-panel-data-list__contents--2 > picture {
  width: 59.6412556054%;
  margin-top: 20px;
}
.p-panel-data-list__contents--2 .p-panel-data-list__title {
  font-size: 1.375rem;
}
@media only screen and (max-width: 750px) {
  .p-panel-data-list__contents--2 .p-panel-data-list__title {
    font-size: 0.875rem;
  }
}
.p-panel-data-list__contents--3 {
  position: absolute;
  top: -100px;
  right: -160px;
  width: 42.5%;
}
.p-panel-data-list__contents--3 > p {
  position: relative;
  top: 8px;
  left: -35px;
  line-height: 1.3;
  text-align: center;
}
.p-panel-data-list__contents--3 > picture {
  width: 56.1085972851%;
  position: relative;
  left: -30px;
}
.p-panel-data-list__contents--3 .p-panel-data-list__title {
  font-size: 1.0625rem;
}
.p-panel-data-list__contents--3 .p-panel-data-list__title > span {
  font-size: 0.875rem;
}
.p-panel-data-list__title {
  font-weight: 700;
}
.p-panel-data-list__note {
  font-size: 1rem;
  font-weight: 500;
  color: #0068B7;
  margin-top: 18px;
}
@media only screen and (max-width: 750px) {
  .p-panel-data-list__note {
    font-size: 0.5625rem;
  }
}

.p-panel-image-wrap {
  padding-bottom: 232px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image-wrap {
    padding-bottom: 135px;
  }
}
.p-panel-image-wrap__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 0 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-panel-image-wrap__inner {
    padding: 0 20px;
    margin: 0;
  }
}

.p-panel-image-list {
  max-width: 958px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-panel-image-list {
    max-width: 500px;
    padding: 0 20px;
    gap: 28px;
  }
}
@media only screen and (max-width: 389px) {
  .p-panel-image-list {
    gap: 20px;
  }
}
.p-panel-image-list > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-panel-image-list > li > a:hover {
    opacity: 0.7;
  }
}
.p-panel-image-list__title {
  font-size: 1rem;
  font-weight: 700;
  color: #0068B7;
  text-align: center;
  margin-top: 10px;
}

.p-panel-image-icon {
  width: 150px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6F5FF;
  border: 1px solid #0068B7;
  border-radius: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-panel-image-icon {
    width: 98px;
    border-radius: 20px;
  }
}
.p-panel-image-icon > picture {
  display: block;
}
.p-panel-image-icon--1 > picture {
  width: 49.3333333333%;
}
.p-panel-image-icon--2 > picture {
  width: 38.6666666667%;
}
.p-panel-image-icon--3 > picture {
  width: 63.3333333333%;
}
.p-panel-image-icon--4 > picture {
  width: 62.6666666667%;
}
.p-panel-image-icon--5 > picture {
  width: 76%;
}
.p-panel-image-icon--absolute {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .p-panel-image-icon--absolute {
    width: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-image-icon--absolute {
    width: 98px;
  }
}

.p-panel-image {
  position: relative;
  display: flex;
  flex-direction: column;
  left: -40px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image {
    left: 0;
  }
}
.p-panel-image__head {
  position: relative;
  padding-left: 201px;
}
@media only screen and (max-width: 960px) {
  .p-panel-image__head {
    padding-left: 155px;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-image__head {
    padding-left: 115px;
    min-height: 91px;
  }
}
.p-panel-image__title > h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .p-panel-image__title > h2 {
    font-size: 1.125rem;
  }
}
.p-panel-image__title > p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 7px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image__title > p {
    letter-spacing: -0.01em;
    line-height: 1.8;
  }
}
.p-panel-image__text {
  margin-top: 18px;
  padding-left: 201px;
}
@media only screen and (max-width: 960px) {
  .p-panel-image__text {
    padding-left: 155px;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-image__text {
    padding-left: 0;
    margin-top: 25px;
  }
}
.p-panel-image__text > p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 38px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image__text > p {
    margin-top: 25px;
    line-height: 2;
  }
}
.p-panel-image__text-list {
  display: grid;
  justify-content: start;
  grid-column-gap: 33px;
  grid-row-gap: 8px;
  border-top: 1px solid #4F525D;
  padding-top: 18px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image__text-list {
    grid-auto-flow: column;
    padding-top: 21px;
  }
}
.p-panel-image__text-item {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 16px;
}
.p-panel-image__text-item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #4F525D;
}
@media only screen and (max-width: 750px) {
  .p-panel-image__text-item {
    grid-area: auto;
  }
}
.p-panel-image--1 {
  padding-top: 203px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image--1 {
    padding-top: 175px;
  }
  .p-panel-image--1::before {
    content: "";
    position: absolute;
    top: 40px;
    left: calc(50% + 107px);
    width: 123px;
    height: 104px;
    background: url(../image/benefits/img_decoration1-sp.webp) no-repeat center, url(../image/benefits/img_decoration1-sp.png) no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    pointer-events: none;
  }
}
.p-panel-image--1 .p-panel-image__text-list {
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(4, auto);
}
@media only screen and (max-width: 750px) {
  .p-panel-image--1 .p-panel-image__text-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, auto);
    grid-auto-flow: column;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--1 {
    grid-area: 1/1/2/2;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--2 {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--3 {
    grid-area: 3/1/4/2;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--4 {
    grid-area: 4/1/5/2;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--5 {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--6 {
    grid-area: 2/2/3/4;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-image--1 .p-panel-image__text-item--6 {
    grid-column: 1/-1;
    grid-row: 6;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--7 {
    grid-area: 3/2/4/3;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--8 {
    grid-area: 4/2/5/3;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--9 {
    grid-area: 1/3/2/4;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--10 {
    grid-area: 3/3/4/4;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--11 {
    grid-area: 1/4/2/5;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--12 {
    grid-area: 2/4/3/5;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--1 .p-panel-image__text-item--13 {
    grid-area: 3/4/4/5;
  }
}
.p-panel-image--2 {
  padding-top: 190px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image--2 {
    padding-top: 140px;
  }
}
.p-panel-image--2 .p-panel-image__text-list {
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
}
@media only screen and (max-width: 750px) {
  .p-panel-image--2 .p-panel-image__text-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--2 .p-panel-image__text-item--1 {
    grid-area: 1/1/2/3;
  }
}
@media only screen and (max-width: 750px) {
  .p-panel-image--2 .p-panel-image__text-item--1 {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--2 .p-panel-image__text-item--2 {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--2 .p-panel-image__text-item--3 {
    grid-area: 2/2/3/3;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--2 .p-panel-image__text-item--4 {
    grid-area: 1/3/2/4;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--2 .p-panel-image__text-item--5 {
    grid-area: 2/3/3/4;
  }
}
.p-panel-image--3 {
  padding-top: 200px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image--3 {
    padding-top: 147px;
  }
}
.p-panel-image--3::before {
  content: "";
  position: absolute;
  top: 44px;
  left: calc(50% + 417px);
  width: 205px;
  height: 220px;
  background: url(../image/benefits/img_decoration1-pc.webp) no-repeat center, url(../image/benefits/img_decoration1-pc.png) no-repeat center;
  transform: translateX(-50%);
  background-size: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-panel-image--3::before {
    display: none;
  }
}
.p-panel-image--3 .p-panel-image__text-list {
  grid-template-columns: repeat(3, auto);
}
@media only screen and (max-width: 750px) {
  .p-panel-image--3 .p-panel-image__text-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
  }
}
.p-panel-image--4 {
  padding-top: 225px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image--4 {
    padding-top: 150px;
  }
}
.p-panel-image--4 .p-panel-image__text-list {
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
}
@media only screen and (max-width: 750px) {
  .p-panel-image--4 .p-panel-image__text-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(8, auto);
    grid-auto-flow: column;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--4 .p-panel-image__text-item--1 {
    grid-area: 1/1/2/2;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--4 .p-panel-image__text-item--2 {
    grid-area: 2/1/3/2;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--4 .p-panel-image__text-item--3 {
    grid-area: 3/1/4/2;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--4 .p-panel-image__text-item--4 {
    grid-area: 1/2/2/3;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--4 .p-panel-image__text-item--5 {
    grid-area: 2/2/3/3;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--4 .p-panel-image__text-item--6 {
    grid-area: 3/2/4/4;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--4 .p-panel-image__text-item--7 {
    grid-area: 1/3/2/4;
  }
}
@media only screen and (min-width: 751px) {
  .p-panel-image--4 .p-panel-image__text-item--8 {
    grid-area: 2/3/3/4;
  }
}
.p-panel-image--5 {
  padding-top: 195px;
}
@media only screen and (max-width: 750px) {
  .p-panel-image--5 {
    padding-top: 150px;
  }
}
.p-panel-image--5::before {
  content: "";
  position: absolute;
  top: 58px;
  left: calc(50% + 560px);
  width: 208px;
  height: 430px;
  background: url(../image/benefits/img_decoration2-pc.webp) no-repeat center, url(../image/benefits/img_decoration2-pc.png) no-repeat center;
  transform: translateX(-50%);
  background-size: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-panel-image--5::before {
    display: none;
  }
}
.p-panel-image--5 .p-panel-image__text-list {
  grid-template-columns: repeat(3, auto);
}
@media only screen and (max-width: 750px) {
  .p-panel-image--5 .p-panel-image__text-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }
}
.p-question {
  padding-bottom: 150px;
}
@media only screen and (max-width: 750px) {
  .p-question {
    padding-bottom: 125px;
  }
}
.p-question__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-question__inner {
    padding: 0 20px;
  }
}
.p-question__title {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6F5FF;
  border-radius: 35px;
  border: 1px solid #0068B7;
  padding: 11px 10px 5px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .p-question__title {
    height: 40px;
    padding: 9px 10px 3px;
    font-size: 1.375rem;
  }
}
.p-question--recruitment {
  padding-top: 85px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-question--recruitment {
    padding-top: 40px;
  }
}

.p-question-list {
  margin-top: 30px;
  padding: 0 37px;
}
@media only screen and (max-width: 750px) {
  .p-question-list {
    padding: 0;
    margin: 13px;
  }
}
.p-question-list > div {
  padding: 37px 0;
  border-bottom: 1px solid #707070;
}
.p-question-list > div:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 750px) {
  .p-question-list > div {
    padding: 18px 0;
  }
}
.p-question-list__head, .p-question-list__body {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  .p-question-list__head, .p-question-list__body {
    padding-left: 19px;
  }
}
.p-question-list__head::before, .p-question-list__body::before {
  position: absolute;
  top: 6px;
  line-height: 1;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #0068B7;
}
.p-question-list__head {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .p-question-list__head {
    font-size: 1.125rem;
  }
}
.p-question-list__head::before {
  content: "Q";
  left: 0;
}
@media only screen and (max-width: 750px) {
  .p-question-list__head::before {
    left: -10px;
  }
}
.p-question-list__body {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 31px;
  line-height: 2;
}
@media only screen and (max-width: 750px) {
  .p-question-list__body {
    margin-top: 11px;
    line-height: 1.9;
  }
}
.p-question-list__body::before {
  content: "A";
  left: 2px;
}
@media only screen and (max-width: 750px) {
  .p-question-list__body::before {
    left: -10px;
  }
}
.p-question-list__body a {
  color: #0068B7;
}
@media only screen and (min-width: 751px) {
  .p-question-list__body a:hover {
    text-decoration: none;
  }
}
.p-question-list__body > div {
  display: flex;
  margin-top: 33px;
}
@media only screen and (max-width: 750px) {
  .p-question-list__body > div {
    flex-direction: column;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .p-question-list__body-item > li {
    line-height: 1.7;
  }
}
.p-question-list__body-item > li:nth-of-type(n + 2) {
  margin-top: 1px;
}
@media only screen and (max-width: 750px) {
  .p-question-list__body-item > span {
    margin-right: 16px;
  }
}

.p-recruitment {
  margin-top: 10px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .p-recruitment {
    margin-top: -31px;
    padding-bottom: 38px;
  }
}
.p-recruitment__inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 39px;
}
@media only screen and (max-width: 750px) {
  .p-recruitment__inner {
    padding: 0 20px;
  }
}
.p-recruitment__stopped {
  padding: 30px 0;
}
@media only screen and (max-width: 750px) {
  .p-recruitment__stopped {
    padding: 50px 0;
  }
}
.p-recruitment__stopped h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-recruitment__stopped p {
  margin-top: 20px;
  line-height: 2;
}

.p-recruitment-list > div {
  display: flex;
  gap: 0 40px;
  padding: 20px 0;
  border-bottom: 1px solid #80B3DB;
}
@media only screen and (max-width: 750px) {
  .p-recruitment-list > div {
    flex-direction: column;
    padding: 37px 0;
  }
}
.p-recruitment-list > div:last-of-type {
  border-bottom: 1px solid transparent;
}
.p-recruitment-list > div > dt > p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 111px;
  height: 30px;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 2px 7px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-recruitment-list > div > dt > p {
    width: 100%;
  }
}
.p-recruitment-list > div > dd {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .p-recruitment-list > div > dd {
    margin-top: 20px;
    margin-left: 6px;
  }
}
.p-recruitment-list__figure {
  position: relative;
  width: 437px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  .p-recruitment-list__figure {
    width: 100%;
  }
}
.p-recruitment-list__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 100%;
  background-color: #80B3DB;
  z-index: -1;
}
.p-recruitment-list__figure > div {
  padding: 11px 30px;
  border-radius: 15px;
  background-color: #CFE2F2;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-recruitment-list__figure > div {
    text-align: center;
    padding: 10px 16px;
  }
}
.p-recruitment-list__figure > div:nth-of-type(n + 2) {
  margin-top: 48px;
}
@media only screen and (max-width: 750px) {
  .p-recruitment-list__figure > div:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.p-recruitment-list__figure > div > a {
  transition: opacity 0.3s ease;
}
.p-recruitment-list__figure > div > a > picture {
  display: inline-block;
  width: 160px;
  margin-top: 7px;
}
@media only screen and (min-width: 751px) {
  .p-recruitment-list__figure > div > a:hover {
    opacity: 0.7;
  }
}
.p-recruitment-list__figure p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-recruitment-contact {
  border: 1px solid rgba(0, 104, 183, 0.3);
  border-radius: 18px;
  padding: 25px 50px 45px;
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .p-recruitment-contact {
    padding: 25px 10px 30px;
  }
}
.p-recruitment-contact__inner {
  max-width: 818px;
  margin: 0 auto;
}
.p-recruitment-contact__inner > h2 {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0068B7;
  border-bottom: 3px solid #80B3DB;
  letter-spacing: 0.03em;
}
.p-recruitment-contact__inner > p {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.p-recruitment-contact__inner > p > em {
  color: #DA4B6C;
}
.p-recruitment-contact__inner > p > strong {
  font-weight: 700;
}
.p-recruitment-contact__inner > p > a {
  color: #0068B7;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
}
@media only screen and (min-width: 751px) {
  .p-recruitment-contact__inner > p > a:hover {
    text-decoration-color: #0068B7;
  }
}
.p-recruitment-contact__inner > p:nth-of-type(n + 2) {
  margin-top: 25px;
}
.p-recruitment-contact__inner > p:first-of-type {
  margin-top: 18px;
}
.p-recruitment-contact__inner > div {
  margin-top: 20px;
}
.p-recruitment-contact__inner > div > p {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.p-schedule {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .p-schedule {
    margin-top: 0;
  }
}
.p-schedule__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-schedule__inner {
    padding: 0 20px;
  }
}
.p-schedule--card {
  padding-bottom: 207px;
}
@media only screen and (max-width: 750px) {
  .p-schedule--card {
    padding-bottom: 140px;
  }
}

.p-schedule-list {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 750px) {
  .p-schedule-list {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-schedule-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 20px) / 3);
  height: 50px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #CBD2D7;
}
@media only screen and (max-width: 750px) {
  .p-schedule-list > li {
    width: 100%;
  }
}
.p-schedule-list > li.is-active {
  background-color: #0068B7;
}
.p-schedule-list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-schedule-list > li > a:hover {
  opacity: 0.7;
}

.p-schedule-contents {
  border: 1px solid #0068B7;
  border-radius: 30px;
  padding: 22px 35px 40px 35px;
  margin-top: 47px;
}
@media only screen and (max-width: 750px) {
  .p-schedule-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 7px;
    margin-top: 62px;
  }
}
.p-schedule-contents > h3 {
  font-size: 1.8125rem;
  font-weight: 500;
  color: #0068B7;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 750px) {
  .p-schedule-contents > h3 {
    letter-spacing: 0.05em;
  }
}
.p-schedule-contents > h3 > span {
  font-size: 1rem;
  font-weight: 500;
  color: #4F525D;
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .p-schedule-contents > h3 > span {
    display: block;
    margin-left: 0;
    letter-spacing: 0.03em;
  }
}
.p-schedule-contents__item {
  display: inline-grid;
  column-gap: 2em;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, 1fr);
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .p-schedule-contents__item {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: auto;
    margin-top: 22px;
  }
}
.p-schedule-contents__item > div {
  display: flex;
  gap: 0 17px;
  padding: 5px 0;
  border-bottom: 1px solid #DADADA;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-schedule-contents__item > div {
    padding: 6px 0;
    min-height: 50px;
  }
}
.p-schedule-contents__item > div:nth-child(7), .p-schedule-contents__item > div:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 750px) {
  .p-schedule-contents__item > div:nth-child(7) {
    border-bottom: 1px solid #DADADA;
  }
}
.p-schedule-contents__item > div dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: #FFFFFF;
  padding: 3px 3px 1px;
  background-color: #0068B7;
  border-radius: 15px;
  box-sizing: border-box;
  margin: 4px 0;
}
.p-schedule-contents__item > div dd {
  display: flex;
  align-items: center;
  font-weight: 500;
  width: calc(100% - 107px);
  line-height: 1.2;
}

.p-schedule-card {
  display: flex;
  gap: 0 40px;
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .p-schedule-card {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 92px;
  }
}
.p-schedule-card__text {
  width: 55.2884615385%;
}
@media only screen and (max-width: 750px) {
  .p-schedule-card__text {
    width: 100%;
  }
}
.p-schedule-card__text > h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0068B7;
}
@media only screen and (max-width: 750px) {
  .p-schedule-card__text > p {
    line-height: 2;
  }
}
.p-schedule-card__image {
  display: block;
  width: 40.8653846154%;
}
@media only screen and (max-width: 750px) {
  .p-schedule-card__image {
    width: 100%;
  }
  .p-schedule-card__image > img {
    object-fit: cover;
    aspect-ratio: 350/226;
  }
}
.p-schedule-card--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  .p-schedule-card--reverse {
    flex-direction: column;
  }
}
.p-schedule-card--message {
  min-height: 146px;
  margin-top: 90px;
  border-top: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
  padding: 20px 0;
  box-sizing: border-box;
  margin-top: 93px;
}
@media only screen and (max-width: 750px) {
  .p-schedule-card--message {
    margin-top: 110px;
  }
}
.p-schedule-card--message .p-schedule-card__text {
  width: 100%;
}

.p-section {
  position: relative;
  padding-top: 40px;
}
.p-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  .p-section__inner {
    padding: 0 20px;
  }
}
.p-section--news {
  margin-top: 40px;
}
.p-section--news::before {
  content: "";
  position: absolute;
  top: -121px;
  left: calc(50% - 31px);
  width: 133px;
  height: 152px;
  background: url(../image/top/img_decoration2-pc.webp) no-repeat center, url(../image/top/img_decoration2-pc.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 960px) {
  .p-section--news::before {
    top: -89px;
    left: calc(50% - 31px);
  }
}
@media only screen and (max-width: 750px) {
  .p-section--news::before {
    top: -96px;
    left: calc(50% - 26px);
    width: 276px;
    height: 280px;
    background: url(../image/top/img_decoration2-sp.webp) no-repeat center, url(../image/top/img_decoration2-sp.png) no-repeat center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .p-section--news {
    margin-top: 65px;
  }
}
.p-section--news .p-section__inner {
  max-width: 1160px;
}
.p-section--news .c-title-wrap {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .p-section--news .c-title-wrap {
    margin-left: -5px;
  }
}
.p-section--mission {
  margin-top: 270px;
}
@media only screen and (max-width: 750px) {
  .p-section--mission {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 750px) {
  .p-section--mission::before {
    content: "";
    position: absolute;
    top: -525px;
    left: calc(50% - 38px);
    width: 540px;
    height: 533px;
    background: url(../image/top/img_decoration6-sp.webp) no-repeat center, url(../image/top/img_decoration6-sp.png) no-repeat center;
    transform: translateX(-50%);
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
  }
}
.p-section--work {
  margin-top: 157px;
}
@media only screen and (max-width: 750px) {
  .p-section--work {
    margin-top: 125px;
  }
}
.p-section--member {
  position: relative;
  margin-top: 260px;
}
@media only screen and (max-width: 750px) {
  .p-section--member {
    margin-top: 309px;
  }
}
.p-section--member::after {
  content: "";
  position: absolute;
  top: -342px;
  left: calc(50% + 130px);
  transform: translateX(-50%);
  width: 1824px;
  height: 679px;
  background: url(../image/top/img_decoration3.png) no-repeat center;
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-section--member::after {
    top: -270px;
    left: calc(50% - 63px);
    width: 244.1025641026%;
    max-width: 952px;
    height: 82.5641025641vw;
    max-height: 322px;
    background-image: url(../image/top/img_decoration3-sp.png);
  }
}
.p-section--recruitment {
  position: relative;
  margin-top: 195px;
  padding-bottom: 200px;
}
.p-section--recruitment::before {
  content: "";
  position: absolute;
  top: -101px;
  left: calc(50% + 250px);
  width: 122px;
  height: 122px;
  background: url(../image/top/img_decoration4.webp) no-repeat center, url(../image/top/img_decoration4.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-section--recruitment::before {
    top: -161px;
    left: calc(50% + 87px);
    width: 81px;
    height: 87px;
    background: url(../image/top/img_decoration4-sp.webp) no-repeat center, url(../image/top/img_decoration4-sp.png) no-repeat center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .p-section--recruitment {
    margin-top: 207px;
    padding-bottom: 302px;
  }
}
.p-section--recruitment::after {
  content: "";
  position: absolute;
  top: -686px;
  left: calc(50% - 120px);
  transform: translateX(-50%);
  width: 2106px;
  height: 2594px;
  background: url(../image/top/img_decoration5-pc.webp) no-repeat center, url(../image/top/img_decoration5-pc.png) no-repeat center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 960px) {
  .p-section--recruitment::after {
    top: -706px;
  }
}
@media only screen and (max-width: 750px) {
  .p-section--recruitment::after {
    top: -299px;
    left: calc(50% + 63px);
    width: 1142px;
    height: 1216px;
    background-image: url(../image/top/img_decoration5-sp.webp), url(../image/top/img_decoration5-sp.png);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 375px) {
  .p-section--recruitment::after {
    top: -329px;
    left: calc(50% + 53px);
    width: 952px;
    height: 1196px;
  }
}

.p-lower-section {
  position: relative;
  padding-top: 140px;
  width: 100%;
  background: linear-gradient(180deg, rgba(136, 203, 253, 0.5) 0%, #FFFFFF 100%);
  background-size: 100% 280px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 750px) {
  .p-lower-section {
    padding-top: 30px;
    padding-bottom: 35px;
    background-size: 100% 140px;
  }
}
.p-lower-section::before, .p-lower-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .p-lower-section::before {
    top: 0px;
    left: -74px;
    width: 93px;
    height: 86px;
    background: url(../image/common/img_decoration1-1-sp.webp) no-repeat center, url(../image/common/img_decoration1-1-sp.png) no-repeat center;
    background-size: contain;
  }
}
.p-lower-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 19px);
  width: 1442px;
  height: 242px;
  background: url(../image/common/img_decoration1-pc.webp) no-repeat center, url(../image/common/img_decoration1-pc.png) no-repeat center;
  transform: translateX(-50%);
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-lower-section::after {
    top: 10px;
    right: -64px;
    left: auto;
    width: 152px;
    height: 127px;
    background: url(../image/common/img_decoration1-2-sp.webp) no-repeat center, url(../image/common/img_decoration1-2-sp.png) no-repeat center;
    background-size: contain;
    transform: none;
  }
}
.p-lower-section__inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .p-lower-section__inner {
    padding: 0 20px;
  }
}
.p-lower-section--news {
  padding-bottom: 120px;
}
@media only screen and (min-width: 751px) {
  .p-lower-section--news::after {
    left: calc(50% - 55px);
    width: 1372px;
    height: 239px;
    background: url(../image/news/img_decoration1-pc.webp) no-repeat center, url(../image/news/img_decoration1-pc.png) no-repeat center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .p-lower-section--news {
    padding-bottom: 100px;
  }
}
.p-lower-section--news .p-lower-section__inner::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: calc(50% + 395px);
  width: 168px;
  height: 133px;
  background: url(../image/news/img_decoration2.webp) no-repeat center, url(../image/news/img_decoration2.png) no-repeat center;
  transform: translateX(-50%);
  background-size: 100%;
  z-index: 100;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--news .p-lower-section__inner::before {
    display: none;
  }
}
.p-lower-section--news-detail {
  min-height: 500px;
  padding-top: 135px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--news-detail {
    padding-top: 36px;
    padding-bottom: 85px;
  }
}
@media only screen and (min-width: 751px) {
  .p-lower-section--news-detail::before {
    top: 629px;
    left: calc(50% + 265px);
    width: 215px;
    height: 146px;
    background: url(../image/news/img_decoration3.webp) no-repeat center, url(../image/news/img_decoration3.png) no-repeat center;
    background-size: 100%;
  }
}
.p-lower-section--news-detail::after {
  top: -49px;
  left: calc(50% - 55px);
  width: 1372px;
  height: 355px;
  background: url(../image/news/img_decoration2-pc.webp) no-repeat center, url(../image/news/img_decoration2-pc.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--news-detail::after {
    top: -19px;
    right: -86px;
    left: auto;
    width: 140px;
    height: 223px;
    background: url(../image/common/img_decoration2-2-sp.webp) no-repeat center, url(../image/common/img_decoration2-2-sp.png) no-repeat center;
    background-size: contain;
  }
}
.p-lower-section--company {
  padding-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--company {
    padding-bottom: 50px;
  }
}
.p-lower-section--environment {
  padding-bottom: 90px;
}
@media only screen and (min-width: 751px) {
  .p-lower-section--environment::after {
    top: -100px;
    left: calc(50% - 37px);
    width: 1409px;
    height: 419px;
    background: url(../image/environment/img_decoration1-pc.webp) no-repeat center, url(../image/environment/img_decoration1-pc.png) no-repeat center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .p-lower-section--environment {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 751px) {
  .p-lower-section--interview .p-lower-section__inner::before {
    content: "";
    position: absolute;
    bottom: -69px;
    left: calc(50% - 536px);
    width: 162px;
    height: 100px;
    background: url(../image/interview/img_decoration1-pc.webp) no-repeat center, url(../image/interview/img_decoration1-pc.png) no-repeat center;
    background-size: 100%;
  }
}
.p-lower-section--recruit-detail {
  padding-top: 136px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--recruit-detail {
    padding-top: 33px;
  }
}
.p-lower-section--recruit-detail::after {
  top: 0px;
  left: calc(50% - 14px);
  width: 1455px;
  height: 272px;
  background: url(../image/common/img_decoration2-pc.webp) no-repeat center, url(../image/common/img_decoration2-pc.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--recruit-detail::after {
    top: -18px;
    right: -77px;
    left: auto;
    width: 169px;
    height: 172px;
    background: url(../image/recruit-detail/img_decoration2-2-sp.webp) no-repeat center, url(../image/recruit-detail/img_decoration2-2-sp.png) no-repeat center;
    background-size: contain;
    transform: none;
  }
}
@media only screen and (max-width: 750px) {
  .p-lower-section--recruit-detail::before {
    top: 0px;
    left: -74px;
    width: 93px;
    height: 86px;
    background: url(../image/common/img_decoration1-1-sp.webp) no-repeat center, url(../image/common/img_decoration1-1-sp.png) no-repeat center;
    background-size: contain;
  }
}
.p-lower-section--recruitment {
  padding-bottom: 90px;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--recruitment {
    padding-bottom: 100px;
  }
}
.p-lower-section--benefits {
  padding-bottom: 63px;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--benefits {
    padding-bottom: 45px;
  }
}
.p-lower-section--benefits::after {
  top: 0px;
  left: calc(50% - 14px);
  width: 1455px;
  height: 272px;
  background: url(../image/common/img_decoration2-pc.webp) no-repeat center, url(../image/common/img_decoration2-pc.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--benefits::after {
    top: -19px;
    right: -86px;
    left: auto;
    width: 140px;
    height: 223px;
    background: url(../image/common/img_decoration2-2-sp.webp) no-repeat center, url(../image/common/img_decoration2-2-sp.png) no-repeat center;
    background-size: contain;
  }
}
.p-lower-section--training::after {
  top: 0px;
  left: calc(50% - 14px);
  width: 1455px;
  height: 272px;
  background: url(../image/common/img_decoration2-pc.webp) no-repeat center, url(../image/common/img_decoration2-pc.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--training::after {
    top: -19px;
    right: -86px;
    left: auto;
    width: 140px;
    height: 223px;
    background: url(../image/common/img_decoration2-2-sp.webp) no-repeat center, url(../image/common/img_decoration2-2-sp.png) no-repeat center;
    background-size: contain;
  }
}
.p-lower-section--number {
  padding-bottom: 50px;
}
.p-lower-section--number::after {
  top: 0px;
  left: calc(50% - 14px);
  width: 1455px;
  height: 272px;
  background: url(../image/common/img_decoration2-pc.webp) no-repeat center, url(../image/common/img_decoration2-pc.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--number::after {
    top: -19px;
    right: -86px;
    left: auto;
    width: 140px;
    height: 223px;
    background: url(../image/common/img_decoration2-2-sp.webp) no-repeat center, url(../image/common/img_decoration2-2-sp.png) no-repeat center;
    background-size: contain;
  }
}
@media only screen and (max-width: 750px) {
  .p-lower-section--number {
    padding-bottom: 70px;
  }
}
.p-lower-section--occupation {
  position: relative;
  padding-top: 130px;
}
.p-lower-section--occupation::after {
  top: -100px;
  left: calc(50% - 294px);
  width: 895px;
  height: 327px;
  background: url(../image/common/img_decoration3-pc.webp) no-repeat center, url(../image/common/img_decoration3-pc.png) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 750px) {
  .p-lower-section--occupation::after {
    top: -6px;
    right: -72px;
    left: auto;
    width: 160px;
    height: 182px;
    background: url(../image/common/img_decoration3-2-sp.webp) no-repeat center, url(../image/common/img_decoration3-2-sp.png) no-repeat center;
    background-size: contain;
  }
}
@media only screen and (max-width: 750px) {
  .p-lower-section--occupation {
    padding-top: 30px;
  }
}

.p-normal-section.is-long .p-recruitment-list dt > p {
  background-color: #0068B7;
}
.p-normal-section.is-long .p-recruitment-list .p-wysiwyg h2, .p-normal-section.is-long .p-recruitment-list .p-wysiwyg h3, .p-normal-section.is-long .p-recruitment-list .p-wysiwyg h4, .p-normal-section.is-long .p-recruitment-list .p-wysiwyg h5, .p-normal-section.is-long .p-recruitment-list .p-wysiwyg h6 {
  color: #0068B7;
}
.p-normal-section.is-long .p-recruitment-list .p-wysiwyg a {
  color: #80B3DB;
}
.p-normal-section.is-long .p-recruitment-list .p-wysiwyg a::before {
  filter: brightness(0) saturate(100%) invert(77%) sepia(6%) saturate(3427%) hue-rotate(177deg) brightness(91%) contrast(87%);
}
.p-normal-section.is-long .p-question {
  background: linear-gradient(#e1f0fb 0%, rgba(240, 249, 255, 0) 100%);
}
.p-normal-section.is-long .p-question-list a {
  color: #0068B7;
}
.p-normal-section.is-medium .c-title {
  color: #003B5D;
}
.p-normal-section.is-medium .p-recruitment-list > div {
  border-color: #003B5D;
}
.p-normal-section.is-medium .p-recruitment-list dt > p {
  background-color: #003B5D;
}
.p-normal-section.is-medium .p-recruitment-list .p-wysiwyg h2, .p-normal-section.is-medium .p-recruitment-list .p-wysiwyg h3, .p-normal-section.is-medium .p-recruitment-list .p-wysiwyg h4, .p-normal-section.is-medium .p-recruitment-list .p-wysiwyg h5, .p-normal-section.is-medium .p-recruitment-list .p-wysiwyg h6 {
  color: #003B5D;
}
.p-normal-section.is-medium .p-recruitment-list .p-wysiwyg a {
  color: #66899D;
}
.p-normal-section.is-medium .p-recruitment-list .p-wysiwyg a::before {
  filter: brightness(0) saturate(100%) invert(52%) sepia(13%) saturate(840%) hue-rotate(158deg) brightness(96%) contrast(87%);
}
.p-normal-section.is-medium .p-recruitment-list .p-wysiwyg hr {
  border-color: #66899D;
}
.p-normal-section.is-medium .p-recruitment-list__figure > div {
  background-color: #C3DCE9;
}
.p-normal-section.is-medium .p-recruitment-list__figure::before {
  background-color: #5D9DC1;
}
.p-normal-section.is-medium .p-recruitment-contact {
  border-color: #003B5D;
}
.p-normal-section.is-medium .p-recruitment-contact__inner > h2 {
  color: #003B5D;
}
.p-normal-section.is-medium .p-recruitment-contact__inner > p > a {
  color: #003B5D;
}
.p-normal-section.is-medium .p-question {
  background: linear-gradient(#e5f2fb 0%, rgba(240, 249, 255, 0) 100%);
}
.p-normal-section.is-medium .p-question__title {
  color: #003B5D;
  border-color: #003B5D;
}
.p-normal-section.is-medium .p-question-list a {
  color: #003B5D;
}
.p-normal-section.is-medium .p-question-list__head {
  color: #003B5D;
}
.p-normal-section.is-medium .p-question-list__head::before {
  color: #003B5D;
}
.p-normal-section.is-medium .p-question-list__body::before {
  color: #003B5D;
}
.p-normal-section.is-short .c-title {
  color: #0091B2;
}
.p-normal-section.is-short .p-recruitment-list > div {
  border-color: #0091B2;
}
.p-normal-section.is-short .p-recruitment-list dt > p {
  background-color: #0091B2;
}
.p-normal-section.is-short .p-recruitment-list .p-wysiwyg h2, .p-normal-section.is-short .p-recruitment-list .p-wysiwyg h3, .p-normal-section.is-short .p-recruitment-list .p-wysiwyg h4, .p-normal-section.is-short .p-recruitment-list .p-wysiwyg h5, .p-normal-section.is-short .p-recruitment-list .p-wysiwyg h6 {
  color: #0091B2;
}
.p-normal-section.is-short .p-recruitment-list .p-wysiwyg a {
  color: #60BCD1;
}
.p-normal-section.is-short .p-recruitment-list .p-wysiwyg a::before {
  filter: brightness(0) saturate(100%) invert(75%) sepia(98%) saturate(577%) hue-rotate(161deg) brightness(87%) contrast(86%);
}
.p-normal-section.is-short .p-recruitment-list .p-wysiwyg hr {
  border-color: #0091B2;
}
.p-normal-section.is-short .p-recruitment-list__figure > div {
  background-color: #B3DEE8;
}
.p-normal-section.is-short .p-recruitment-list__figure::before {
  background-color: rgba(0, 145, 178, 0.76);
}
.p-normal-section.is-short .p-recruitment-contact {
  border-color: #0091B2;
}
.p-normal-section.is-short .p-recruitment-contact__inner > h2 {
  color: #0091B2;
  border-color: #B3DEE8;
}
.p-normal-section.is-short .p-recruitment-contact__inner > p > a {
  color: #0091B2;
}
.p-normal-section.is-short .p-question {
  background: linear-gradient(rgba(0, 145, 178, 0.17) 0%, rgba(240, 249, 255, 0) 100%);
}
.p-normal-section.is-short .p-question__title {
  color: #0091B2;
  border-color: #0091B2;
}
.p-normal-section.is-short .p-question-list a {
  color: #0091B2;
}
.p-normal-section.is-short .p-question-list__head {
  color: #0091B2;
}
.p-normal-section.is-short .p-question-list__head::before {
  color: #0091B2;
}
.p-normal-section.is-short .p-question-list__body::before {
  color: #0091B2;
}
.p-normal-section.is-short .p-question-list > div {
  border-color: #0091B2;
}

.tile-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .tile-list {
    flex-direction: column;
    width: 336px;
    margin-top: 87px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 375px) {
  .tile-list {
    width: 270px;
  }
}
.tile-list > li {
  width: calc((100% - 256px) / 3);
  min-width: 230px;
}
@media only screen and (max-width: 960px) {
  .tile-list > li {
    min-width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .tile-list > li {
    min-width: 0;
    width: 47.619047619%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 750px) {
  .tile-list > li:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .tile-list > li:nth-of-type(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .tile-list > li:nth-of-type(2) {
    margin-top: -49px;
  }
}
@media only screen and (max-width: 750px) {
  .tile-list > li:nth-of-type(3) {
    margin-top: -21px;
  }
}
.tile-list > li p {
  text-align: center;
  margin-top: 15px;
  font-size: 0.8125rem;
  color: #A5A5A5;
}
@media only screen and (max-width: 750px) {
  .tile-list > li p {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 375px) {
  .tile-list > li p {
    font-size: 0.625rem;
  }
}
.tile-list__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.8125rem;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .tile-list__link {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 751px) {
  .tile-list__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 750px) {
  .tile-list__link {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 375px) {
  .tile-list__link {
    font-size: 1.0625rem;
  }
}
.tile-list__link--1 {
  background-color: #0068B7;
}
.tile-list__link--2 {
  background-color: #003B5D;
}
.tile-list__link--3 {
  background-color: #0091B2;
}
.tile-list__link.is-disabled {
  background-color: #A5A5A5;
}
.tile-list__link > span {
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
  .tile-list__link > span {
    margin-bottom: 25px;
  }
}
.tile-list__link > span::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translateX(-50%);
  background: url(../image/icon/icon_arrow.svg) no-repeat center;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(42%) saturate(2109%) hue-rotate(179deg) brightness(108%) contrast(95%);
}
@media only screen and (max-width: 750px) {
  .tile-list__link > span::after {
    bottom: -29px;
    width: 19px;
    height: 19px;
  }
}

.p-wysiwyg p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-wysiwyg h2, .p-wysiwyg h3, .p-wysiwyg h4, .p-wysiwyg h5, .p-wysiwyg h6 {
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.p-wysiwyg em {
  display: inline-block;
  margin-top: 6px;
}
.p-wysiwyg em a::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../image/icon/icon_link.svg) no-repeat center;
  background-size: 100% auto !important;
  transform: none;
  filter: none !important;
}
@media only screen and (min-width: 751px) {
  .p-wysiwyg em a:hover {
    opacity: 0.7;
  }
}
.p-wysiwyg strong {
  font-weight: bold;
}
.p-wysiwyg strong a::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../image/icon/icon_arrow_link.svg) no-repeat center;
  background-size: 100% auto !important;
  transform: none;
  filter: none !important;
}
@media only screen and (min-width: 751px) {
  .p-wysiwyg strong a:hover {
    opacity: 0.7;
  }
}
.p-wysiwyg hr {
  border-bottom: 1px dashed #80B3DB;
  padding-top: 20px;
  margin-bottom: 20px;
}
.p-wysiwyg a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 20px;
  transition: opacity 0.3s ease;
}
.p-wysiwyg a::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../image/icon/icon_arrow.svg) no-repeat center;
  transform: translateY(-50%);
  background-size: 100%;
}
@media only screen and (min-width: 751px) {
  .p-wysiwyg a:hover {
    opacity: 0.7;
  }
}
.p-wysiwyg ul li, .p-wysiwyg ol li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
