@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

.en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

/* アイコンボタン類 */
.button-icon {
  position: relative;
  display: grid;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  place-items: center;
  inline-size: 48px;
  block-size: 48px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  background-color: #0054A7;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  /* 文字なしボタンの疑似要素アイコン */
}
.button-icon::before, .button-icon::after {
  position: absolute;
  color: #fff;
  width: 22px;
  height: 3px;
  border-radius: 20px;
  background: currentColor;
  content: "";
}

.button-menu {
  /* ::before本体とbox-shadowによる三本線 */
}
.button-menu::before {
  width: 22px;
  height: 3px;
  border-radius: 20px;
  background: currentColor;
  -webkit-box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
          box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}
.button-menu::after {
  /* 三本線では不要な二本目疑似要素 */
  content: none;
}

.button-close {
  background-color: #fff;
  -webkit-transition: background-color 0.2s, rotate 0.2s ease;
  transition: background-color 0.2s, rotate 0.2s ease;
}
@media (any-hover: hover) {
  .button-close:hover {
    rotate: 90deg;
  }
}
.button-close::before, .button-close::after {
  color: #0054A7;
}
.button-close {
  /* ::beforeと::afterの交差による×印 */
}
.button-close::before {
  rotate: 45deg;
}
.button-close::after {
  rotate: -45deg;
}

/* メニュー */
.menu-dialog {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  background-color: #0054A7;
  color: #fff;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s, translate 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, translate 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
.menu-dialog[open] {
  opacity: 1;
  translate: 0 0;
}
@starting-style {
  .menu-dialog[open] {
    opacity: 0;
  }
}
.menu-dialog .box-btn_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 24px;
}
@media screen and (min-width: 768px) {
  .menu-dialog .box-btn_header {
    padding: 20px 56px;
  }
}
.menu-dialog .menu-flex {
  padding: 48px 24px;
}
@media screen and (min-width: 768px) {
  .menu-dialog .menu-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px;
  }
}
.menu-dialog .menu-flex .list-link_nav li {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .menu-dialog .menu-flex .list-link_nav li {
    padding: 12px 0;
  }
}
.menu-dialog .menu-flex .list-link_nav li a {
  min-width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 414px) {
  .menu-dialog .menu-flex .list-link_nav li a {
    font-size: 24px;
  }
}
.menu-dialog .menu-flex .list-link_nav li a::after {
  content: "";
  display: block;
  background: url(../img/common/img-arrow_y.svg) no-repeat center/contain;
  width: 12px;
  height: 16px;
}
.menu-dialog .menu-flex .box-link_nav {
  margin: 24px 0 0 0;
}
@media screen and (min-width: 768px) {
  .menu-dialog .menu-flex .box-link_nav {
    margin: 0 0 0 112px;
  }
}
.menu-dialog .menu-flex .box-link_nav .box-link_recruitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .menu-dialog .menu-flex .box-link_nav .box-link_recruitment {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 64px;
  }
}
.menu-dialog .menu-flex .box-link_nav .box-link_recruitment .item img {
  width: 100%;
  max-width: 270px;
}
.menu-dialog .menu-flex .box-link_nav .box-link_recruitment .item + .item {
  margin-left: 16px;
}
.menu-dialog .btn-corporate {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .menu-dialog .btn-corporate {
    margin-bottom: 40px;
  }
}
.menu-dialog .btn-corporate span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.menu-dialog .btn-corporate span::after {
  content: "";
  display: block;
  background: url(../img/common/ico-tablink_w.svg) no-repeat center/cover;
  width: 14px;
  height: 14px;
}

:root {
  /* スクロールバーの表示位置を安定化させるための設定 */
  scrollbar-gutter: stable;
}

/* モーダルが開いているときはページ全体のスクロールを無効化 */
:root:has(dialog[open]) {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 12px;
}
@media screen and (min-width: 768px) {
  header {
    left: 24px;
  }
}
header .wrap-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100vw - 24px);
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  header .wrap-header {
    width: calc(100vw - 48px);
    padding: 20px 32px;
  }
}
header .wrap-header .ttl-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrap-header .ttl-site > div, header .wrap-header .ttl-site > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrap-header .ttl-site img {
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  header .wrap-header .ttl-site img {
    max-width: 260px;
  }
}
header .wrap-header .ttl-site span {
  font-size: 10px;
  margin-left: 8px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  header .wrap-header .ttl-site span {
    font-size: 14px;
    margin-left: 14px;
  }
}

.box-btn_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-btn_header .btn-entry {
  margin-right: 16px;
}
.box-btn_header .btn-entry a {
  display: block;
  text-align: center;
  background-color: #FFD900;
  color: #0054A7;
  border-radius: 24px;
  width: 168px;
  padding: 8px 0;
  font-size: 24px;
  line-height: 1;
  border: none;
}

.btn-entry_fixed {
  position: fixed;
  bottom: 0;
  background-color: #FFD900;
  z-index: 999;
  border-radius: 10px 10px 0 0;
  width: 100vw;
}
.btn-entry_fixed a {
  padding: 10px 15px;
  color: #0054A7;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 0.2em;
}

.js-back-totop {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  bottom: -140px;
  width: 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .js-back-totop {
    width: 90px;
  }
}
.js-back-totop.is-active {
  bottom: 35px;
}
@media screen and (min-width: 768px) {
  .js-back-totop.is-active {
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .wrap-mainbtn_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.wrap-mainbtn_footer .btn-footer a {
  width: 100%;
}
.wrap-mainbtn_footer .btn-footer a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #FFD900;
  font-weight: 700;
  padding: 36px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .wrap-mainbtn_footer .btn-footer a span {
    font-size: 32px;
    width: 50vw;
    padding: 64px 7vw;
  }
}
@media screen and (min-width: 1200px) {
  .wrap-mainbtn_footer .btn-footer a span {
    font-size: 40px;
    padding: 72px 120px;
  }
}
.wrap-mainbtn_footer .btn-footer a span::after {
  content: "";
  display: block;
  background: url(../img/common/img-arrow_y.svg) no-repeat center/contain;
  width: 16px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .wrap-mainbtn_footer .btn-footer a span::after {
    width: 26px;
    height: 36px;
  }
}
.wrap-mainbtn_footer .btn-footer.btn-recruitment_footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 108, 6, 0.5019607843)), to(rgba(125, 108, 6, 0.5019607843))), url(../img/common/img-recruitment_footer.jpg) no-repeat center/cover;
  background: linear-gradient(rgba(125, 108, 6, 0.5019607843), rgba(125, 108, 6, 0.5019607843)), url(../img/common/img-recruitment_footer.jpg) no-repeat center/cover;
}
.wrap-mainbtn_footer .btn-footer.btn-entry_footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 84, 167, 0.5019607843)), to(rgba(0, 84, 167, 0.5019607843))), url(../img/common/img-entry_footer.jpg) no-repeat center/cover;
  background: linear-gradient(rgba(0, 84, 167, 0.5019607843), rgba(0, 84, 167, 0.5019607843)), url(../img/common/img-entry_footer.jpg) no-repeat center/cover;
}

.wrap-footer {
  margin: 100px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .wrap-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1120px;
    padding: 0 16px;
  }
}
.wrap-footer .box-left_footer .box-maincopy img {
  max-width: 192px;
}
.wrap-footer .box-left_footer .ttl-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.wrap-footer .box-left_footer .ttl-site img {
  max-width: 200px;
}
.wrap-footer .box-left_footer .ttl-site span {
  font-size: 14px;
  margin-left: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wrap-footer .box-right_footer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wrap-footer .box-right_footer .wrap-list + .wrap-list {
    margin-left: 100px;
  }
  .wrap-footer .box-right_footer .wrap-list .item {
    padding: 10px 0;
  }
  .wrap-footer .box-right_footer .wrap-list .item a {
    width: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    line-height: 1.2;
  }
  .wrap-footer .box-right_footer .wrap-list .item a::after {
    content: "";
    display: block;
    clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
    height: 15px;
    aspect-ratio: 1;
    background-color: #0054A7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wrap-footer .box-right_footer .wrap-list .item a:hover::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.box-info_corporate {
  margin: 64px 0 80px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .box-info_corporate {
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16px;
    margin: 80px auto 120px;
  }
}
.box-info_corporate .btn-corporate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.box-info_corporate .btn-corporate span::after {
  content: "";
  display: block;
  background: url(../img/common/ico-tablink.svg) no-repeat center/cover;
  width: 14px;
  height: 14px;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #FFD900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 999999;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
#loading .wrap-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
#loading .wrap-loading span {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: dp-bounce 1.2s ease-in-out infinite;
          animation: dp-bounce 1.2s ease-in-out infinite;
}
#loading .wrap-loading span:nth-child(2) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
#loading .wrap-loading span:nth-child(3) {
  background: #0054A7;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}

@-webkit-keyframes dp-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0.35;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes dp-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0.35;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* ロードが完了した時 */
.loadend {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.fade-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bg-cmn {
  background-image: url("../img/common/bg-cmn.png");
  background-repeat: repeat;
  background-size: 15px;
}

.wrap-main {
  padding: 100px 0 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrap-main {
    padding: 160px 0 200px;
  }
}
.wrap-main::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 64px;
  margin-right: 20px;
  background-image: url(../img/common/img-text_cmnlead.svg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 1250px auto;
  -webkit-animation: flow-font01 50s linear infinite;
          animation: flow-font01 50s linear infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wrap-main::before {
    height: 128px;
    background-size: 2500px auto;
  }
}

@-webkit-keyframes flow-font01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2500px 0;
  }
}

@keyframes flow-font01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2500px 0;
  }
}
.bg-move_circle {
  background: url(../img/home/bg-move_circle.svg);
  -webkit-animation: move_circle 4.5s infinite linear;
          animation: move_circle 4.5s infinite linear;
}
@-webkit-keyframes move_circle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -150px 150px;
  }
}
@keyframes move_circle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -150px 150px;
  }
}

.inner {
  max-width: 1024px;
  padding: 0 24px;
  margin: auto;
}

.inner-s {
  max-width: 880px;
  padding: 0 24px;
  margin: auto;
}

.pc {
  display: none !important;
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.list-link_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-link_sns .item img {
  width: 100%;
  max-width: 35px;
}
.list-link_sns .item + .item {
  margin-left: 16px;
}

.box-cmn_people a {
  border: 5px solid #0054A7;
  border-radius: 30px;
  position: relative;
  padding-top: 133%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  .box-cmn_people a {
    border: 8px solid #0054A7;
  }
}
.box-cmn_people .lead-people {
  position: absolute;
  top: -0.9em;
  right: 0;
  color: #0054A7;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .box-cmn_people .lead-people {
    font-size: 24px;
  }
}
.box-cmn_people .lead-people span {
  background-color: #FFD900;
  padding: 0.4em 0.25em;
}
.box-cmn_people .lead-people span:nth-of-type(2) {
  margin-top: 1em;
  margin-right: -1px;
}
.box-cmn_people .box-name {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0054A7;
  color: #fff;
  border-radius: 0 18px 0 18px;
  padding: 12px 14px;
  font-weight: 600;
  line-height: 1.5;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .box-cmn_people .box-name {
    padding: 18px 24px;
  }
}
.box-cmn_people .box-name .info {
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .box-cmn_people .box-name .info {
    font-size: 13px;
  }
}
.box-cmn_people .box-name .name {
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .box-cmn_people .box-name .name {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .box-cmn_people .box-name .name {
    font-size: 20px;
  }
}

.wrap-btn_anchor {
  margin-top: 48px;
}
@media screen and (min-width: 600px) {
  .wrap-btn_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wrap-btn_anchor .box-btn_anchor {
  margin: 16px;
}
.wrap-btn_anchor .box-btn_anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap-btn_anchor .box-btn_anchor a span {
  min-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFD900;
  line-height: 1;
  padding: 24px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .wrap-btn_anchor .box-btn_anchor a span {
    padding: 24px 32px;
  }
}
.wrap-btn_anchor .box-btn_anchor a span::after {
  content: "";
  display: block;
  background: url(../img/common/img-arrow_anchor.svg) no-repeat center/contain;
  width: 15px;
  height: 9px;
}

.box-btn_cmn {
  border: 3px solid #0054A7;
  border-radius: 30px;
  background-color: #fff;
  color: #0054A7;
  font-weight: 500;
  line-height: 1.4;
  max-width: 200px;
  width: 100%;
}
.box-btn_cmn.width-l {
  max-width: 246px;
}
.box-btn_cmn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 18px 14px 24px;
}
@media screen and (min-width: 768px) {
  .box-btn_cmn a {
    padding: 14px 24px 14px 24px;
  }
}
.box-btn_cmn a::after {
  content: "";
  display: block;
  background: url(../img/common/img-arrow_b.svg) no-repeat center/contain;
  width: 9px;
  height: 15px;
}
.box-btn_cmn.btn-back a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.box-btn_cmn.btn-back a::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.item-accordion .ttl-accordion {
  position: relative;
  cursor: pointer;
  /* (+)アイコン */
}
.item-accordion .ttl-accordion::before, .item-accordion .ttl-accordion::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #0054A7;
  width: 20px;
  height: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .item-accordion .ttl-accordion::before, .item-accordion .ttl-accordion::after {
    right: 20px;
  }
}
.item-accordion .ttl-accordion::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.item-accordion .content-accordion {
  display: none;
}
.item-accordion {
  /* アコーディオン展開時の(-)アイコン */
}
.item-accordion.is-active .ttl-accordion::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.item-accordion.is-active .ttl-accordion::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}

.area-pagettl {
  background-color: #0054A7;
  padding: 120px 0 80px;
}
@media screen and (min-width: 768px) {
  .area-pagettl {
    padding: 160px 0 120px;
  }
}
.area-pagettl {
  position: relative;
}
.area-pagettl .ttl-page {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .area-pagettl .ttl-page {
    font-size: 56px;
  }
}
.area-pagettl .ttl-page .en {
  font-size: 16px;
  letter-spacing: 20%;
  color: #FFD900;
  border-bottom: 1px solid #FFD900;
}
@media screen and (min-width: 768px) {
  .area-pagettl .ttl-page .en {
    font-size: 24px;
  }
}
.area-pagettl p {
  text-align: center;
  color: #fff;
  max-width: 560px;
  margin: 24px auto 0;
}
.area-pagettl::before, .area-pagettl::after {
  content: "";
  display: block;
  background: url(../img/common/bg-corner_mainarea.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  z-index: 99;
}
.area-pagettl::before {
  left: 0;
}
.area-pagettl::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.error404 {
  text-align: center;
}
.error404 h2 {
  color: #0054A7;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .error404 h2 {
    font-size: 40px;
  }
}
.error404 .box-img {
  margin-bottom: 40px;
}
.error404 .box-img img {
  max-width: 350px;
  width: 70vw;
}
@media screen and (min-width: 768px) {
  .error404 .box-img img {
    width: 100%;
  }
}
.error404 .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.home .ttl-01_home {
  color: #0054A7;
  line-height: 1.16;
  font-weight: 800;
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .home .ttl-01_home {
    font-size: 60px;
  }
}
.home .wrap-main {
  padding-top: 90px;
}
@media screen and (min-width: 768px) {
  .home .wrap-main {
    padding-top: 120px;
  }
}
.home .inner-fv {
  position: relative;
}
.home .sec-fv {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 11.11vw;
}
@media screen and (min-width: 1440px) {
  .home .sec-fv {
    padding-top: 160px;
  }
}
.home .sec-fv .wrap-fv {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 0 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .home .sec-fv .wrap-fv {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .home .sec-fv .wrap-fv {
    padding: 0 10.416vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .sec-fv .wrap-fv {
    padding: 0 20px;
  }
}
.home .sec-fv .wrap-fv .box-copy {
  width: 73.86vw;
  margin: 5vh 8vw 17.86vw;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  .home .sec-fv .wrap-fv .box-copy {
    width: 50vw;
    margin: 8px 2vw 0;
  }
}
@media screen and (min-width: 768px) {
  .home .sec-fv .wrap-fv .box-copy {
    width: 37.638vw;
    margin: 16px 4.236vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .home .sec-fv .wrap-fv .box-copy {
    width: 100%;
    max-width: 542px;
    margin: 16px auto 0;
  }
}
.home .sec-fv .wrap-fv .box-girl {
  display: none;
}
@media screen and (min-width: 600px) {
  .home .sec-fv .wrap-fv .box-girl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .home .sec-fv .wrap-fv .box-girl {
    width: 16.458vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .sec-fv .wrap-fv .box-girl {
    width: 100%;
    max-width: 237px;
  }
}
.home .sec-fv .wrap-fv .box-boy {
  display: none;
}
@media screen and (min-width: 600px) {
  .home .sec-fv .wrap-fv .box-boy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .home .sec-fv .wrap-fv .box-boy {
    width: 16.458vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .sec-fv .wrap-fv .box-boy {
    width: 100%;
    max-width: 237px;
  }
}
.home .sec-fv .wrap-fv .wrap-boyandgirl {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .home .sec-fv .wrap-fv .wrap-boyandgirl {
    margin-bottom: 72px;
  }
}
.home .sec-fv .wrap-fv .wrap-boyandgirl .box-boyandgirl {
  display: block;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .home .sec-fv .wrap-fv .wrap-boyandgirl .box-boyandgirl {
    display: none;
  }
}
.home .sec-fv .wrap-fv .wrap-boyandgirl .box-boyandgirl img {
  width: 62.66vw;
}
.home .sec-fv .wrap-fv .animation-boyandgirl {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.home .sec-fv .wrap-fv .animation-boyandgirl.is-start {
  -webkit-animation: boyandgirl 0.8s ease 3s forwards;
          animation: boyandgirl 0.8s ease 3s forwards;
}
@-webkit-keyframes boyandgirl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes boyandgirl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.home .wrap-lead {
  position: relative;
  margin: 0 6.5vw 60px;
  padding-bottom: 100px;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .home .wrap-lead {
    padding-bottom: 140px;
    margin: 0 15vw 40px;
  }
}
.home .wrap-lead .box-lead {
  text-align: center;
  line-height: 2.2;
}
.home .box-illust .item {
  position: absolute;
}
.home .box-illust .item.animation-illust {
  opacity: 0;
}
.home .box-illust .item.is-start {
  -webkit-animation: illust 1s ease forwards;
          animation: illust 1s ease forwards;
}
@-webkit-keyframes illust {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes illust {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.home .box-illust .item.illust-01 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  top: 0;
  left: 21.33vw;
  width: 20vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-01 {
    left: 28.19vw;
    width: 9.44vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-01 {
    width: 136px;
    top: 0;
    left: 406px;
  }
}
.home .box-illust .item.illust-02 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  right: -2vw;
  top: 142vw;
  width: 25.6vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-02 {
    width: 12.01vw;
    right: 36vw;
    top: 32vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-02 {
    width: 173px;
    right: 466px;
    top: 532px;
  }
}
.home .box-illust .item.illust-03 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  top: 0;
  width: 25.6vw;
  right: 8.53vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-03 {
    width: 14.34vw;
    right: 30.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-03 {
    top: 0;
    right: 441px;
    width: 200px;
  }
}
.home .box-illust .item.illust-04 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  left: 0;
  top: 18.66vw;
  width: 17.06vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-04 {
    left: 2.08vw;
    top: 63px;
    width: 10.06vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-04 {
    top: 63px;
    left: 30px;
    width: 145px;
  }
}
.home .box-illust .item.illust-05 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  left: 0;
  top: 117.33vw;
  width: 21.86vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-05 {
    left: 25.694vw;
    top: 31.319vw;
    width: 13.33vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-05 {
    width: 192px;
    top: 451px;
    left: 370px;
  }
}
.home .box-illust .item.illust-06 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  top: 60vw;
  right: 60.8vw;
  width: 33.06vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-06 {
    top: 61px;
    right: 3.6vw;
    width: 13.89vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-06 {
    width: 200px;
    top: 61px;
    right: 52px;
  }
}
.home .box-illust .item.illust-07 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  left: -4px;
  width: 10vw;
  top: 150vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-07 {
    left: 3.47vw;
    width: 6.9vw;
    top: 337px;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-07 {
    width: 100px;
    left: 50px;
    top: 337px;
  }
}
.home .box-illust .item.illust-08 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  right: 9.6vw;
  top: 65.33vw;
  width: 15.2vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-08 {
    right: 4.72vw;
    top: 31.319vw;
    width: 6.04vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-08 {
    width: 87px;
    right: 68px;
    top: 451px;
  }
}
.home .box-illust .item.illust-09 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  bottom: 0;
  right: -3vw;
  width: 26.13vw;
}
@media screen and (min-width: 600px) {
  .home .box-illust .item.illust-09 {
    right: -5.83vw;
    width: 13.96vw;
  }
}
@media screen and (min-width: 1440px) {
  .home .box-illust .item.illust-09 {
    width: 201px;
    right: 84px;
  }
}
.home .box-illust .item .animation-fly {
  position: relative;
}
.home .box-illust .item .animation-fly.is-fly {
  -webkit-animation: rocketFly 2s ease-in forwards;
          animation: rocketFly 2s ease-in forwards;
}
@-webkit-keyframes rocketFly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200vh);
            transform: translateY(-200vh);
  }
}
@keyframes rocketFly {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200vh);
            transform: translateY(-200vh);
  }
}
.home .wrap-info {
  position: absolute;
  right: -2px;
  bottom: 15vh;
  opacity: 0;
  z-index: 10;
  -webkit-animation: animation-info 0.3s ease-in forwards;
          animation: animation-info 0.3s ease-in forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (min-width: 768px) {
  .home .wrap-info {
    bottom: 10vh;
  }
}
@-webkit-keyframes animation-info {
  to {
    opacity: 1;
  }
}
@keyframes animation-info {
  to {
    opacity: 1;
  }
}
.home .wrap-info .box-info {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px 0 0 40px;
  border: 2px solid #0054A7;
  max-width: 500px;
  width: 75vw;
}
@media screen and (min-width: 768px) {
  .home .wrap-info .box-info {
    width: 45vw;
  }
}
.home .wrap-info .box-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0054A7;
  padding: 10px 12px;
}
@media screen and (min-width: 600px) {
  .home .wrap-info .box-info a {
    padding: 16px 45px;
  }
}
.home .wrap-info .box-info a span + span:before {
  content: "|";
  padding: 0 4px;
}
@media screen and (min-width: 600px) {
  .home .wrap-info .box-info a span + span:before {
    padding: 0 8px;
  }
}
.home .wrap-info .box-info a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .home .sec-grid_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
.home .sec-about .box-img, .home .sec-jobs .box-img {
  position: relative;
}
.home .sec-about .box-img span, .home .sec-jobs .box-img span {
  color: #FFD900;
  font-size: 48px;
  line-height: 1;
  position: absolute;
  top: -0.5em;
}
@media screen and (min-width: 768px) {
  .home .sec-about .box-img, .home .sec-jobs .box-img {
    width: 50vw;
  }
  .home .sec-about .box-img span, .home .sec-jobs .box-img span {
    font-size: 96px;
  }
}
.home .sec-about .box-text .ttl-01_home, .home .sec-jobs .box-text .ttl-01_home {
  margin-bottom: 0.5em;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .home .sec-about .box-text .ttl-01_home, .home .sec-jobs .box-text .ttl-01_home {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .home .sec-about .box-text, .home .sec-jobs .box-text {
    width: 45vw;
  }
}
.home .sec-about .box-text .wrap-btn, .home .sec-jobs .box-text .wrap-btn {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 414px) {
  .home .sec-about .box-text .wrap-btn, .home .sec-jobs .box-text .wrap-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .home .sec-about .box-text .wrap-btn, .home .sec-jobs .box-text .wrap-btn {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.home .sec-about .box-img {
  margin-right: 5vw;
}
.home .sec-about .box-img img {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .sec-about .box-img {
    margin-right: 0;
  }
}
.home .sec-about .box-img span {
  left: 10%;
}
.home .sec-about .box-text {
  margin: 0 5vw;
}
@media screen and (min-width: 768px) {
  .home .sec-about .box-text {
    margin: 0 12px 48px 0;
  }
}
.home .sec-jobs {
  margin: 80px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home .sec-jobs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.home .sec-jobs .box-img {
  margin-left: 5vw;
}
.home .sec-jobs .box-img img {
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .sec-jobs .box-img {
    margin-left: 0;
  }
}
.home .sec-jobs .box-img span {
  right: 10%;
}
.home .sec-jobs .box-text {
  text-align: left;
  margin: 0 5vw;
}
@media screen and (min-width: 768px) {
  .home .sec-jobs .box-text {
    margin: 0 0 0 48px;
  }
}
.home .sec-jobs::after {
  content: "";
  display: block;
  background: url(../img/home/img-life.svg) no-repeat center/contain;
  width: 153.75px;
  height: 100px;
  position: absolute;
  bottom: -170px;
  left: 2vw;
}
@media screen and (min-width: 768px) {
  .home .sec-jobs::after {
    width: 246px;
    height: 160px;
    bottom: -200px;
    left: 8vw;
  }
}
.home .bg-move_circle {
  padding: 100px 0;
  overflow: hidden;
  border-top-left-radius: 800px 200px;
  border-top-right-radius: 800px 200px;
  margin-left: -100px;
  margin-right: -100px;
  border-bottom-left-radius: 800px 200px;
  border-bottom-right-radius: 800px 200px;
}
.home .bg-move_circle .inner {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home .bg-move_circle .sec-life {
  text-align: center;
}
.home .bg-move_circle .sec-life .ttl-01_home {
  margin-bottom: 1em;
}
.home .bg-move_circle .sec-life .box-link {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-life .box-link {
    margin-top: 80px;
  }
}
.home .bg-move_circle .sec-life .box-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  max-width: 600px;
  background-color: #0054A7;
  border-radius: 100px;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.home .bg-move_circle .sec-life .box-link a span {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-life .box-link a span {
    font-size: 40px;
  }
}
.home .bg-move_circle .sec-life .box-link a small {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-life .box-link a small {
    font-size: 20px;
  }
}
.home .bg-move_circle .sec-life .box-link a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  left: -16px;
  background: url(../img/home/img-style.svg) no-repeat center/contain;
  width: 100px;
  height: 95px;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-life .box-link a::before {
    bottom: -48px;
    left: -80px;
    width: 190px;
    height: 173px;
  }
}
.home .bg-move_circle .sec-life .box-link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  background: url(../img/home/img-arrow_w.svg) no-repeat center/contain;
  width: 22px;
  height: 46px;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-life .box-link a::after {
    right: 48px;
  }
}
.home .bg-move_circle .sec-sns {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-sns {
    margin-top: 120px;
  }
}
.home .bg-move_circle .sec-sns .ttl-sns {
  color: #0054A7;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-sns .ttl-sns {
    font-size: 32px;
  }
}
.home .bg-move_circle .sec-sns .box-sns .ttl-sns_sub {
  border-radius: 30px 30px 0 0;
  background-color: #0054A7;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.home .bg-move_circle .sec-sns .box-sns .list-yt, .home .bg-move_circle .sec-sns .box-sns .list-ytshort {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 30px 30px;
  display: grid;
  gap: 12px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-sns .box-sns .list-yt, .home .bg-move_circle .sec-sns .box-sns .list-ytshort {
    gap: 24px;
    padding: 40px;
  }
}
.home .bg-move_circle .sec-sns .box-sns .list-yt {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-sns .box-sns .list-yt {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.home .bg-move_circle .sec-sns .box-sns .list-ytshort {
  grid-template-columns: 1fr 1fr 1fr;
}
.home .bg-move_circle .sec-sns .box-sns .list-ytshort.pc-ytshort {
  display: none;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-sns .box-sns .list-ytshort.pc-ytshort {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.home .bg-move_circle .sec-sns .box-sns .list-ytshort.sp-ytshort {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-sns .box-sns .list-ytshort.sp-ytshort {
    display: none;
  }
}
.home .bg-move_circle .sec-sns .box-sns + .box-sns {
  margin-top: 30px;
}
.home .bg-move_circle .sec-sns .box-sns .yt-short {
  display: block;
  text-decoration: none;
  color: inherit;
}
.home .bg-move_circle .sec-sns .box-sns .yt-short-thumb {
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 6px; /* お好み */
}
.home .bg-move_circle .sec-sns .box-sns .yt-short-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .bg-move_circle .sec-sns .box-sns .sns-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .bg-move_circle .sec-sns .box-sns .sns-thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.8);
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .bg-move_circle .sec-sns .box-sns .sns-thumb p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 11px;
  width: 80%;
}
.home .bg-move_circle .sec-sns .box-sns .sns-thumb p span::after {
  content: "";
  display: inline-block;
  background: url(../img/home/icon-link.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.home .bg-move_circle .sec-sns .box-sns a:hover {
  opacity: 1;
}
.home .bg-move_circle .sec-sns .box-sns a:hover .sns-thumb::before {
  opacity: 1;
}
.home .bg-move_circle .sec-sns .box-sns a:hover .sns-thumb p {
  opacity: 1;
}
.home .bg-move_circle .sec-sns .box-link {
  margin: 48px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .home .bg-move_circle .sec-sns .box-link {
    max-width: 520px;
    width: 100%;
  }
}
.home .sec-people {
  margin-top: 100px;
}
.home .sec-people .ttl-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: 700;
  color: #0054A7;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .home .sec-people .ttl-people {
    font-size: 48px;
  }
}
.home .sec-people .ttl-people .en {
  font-size: 20px;
  color: #FFD900;
}
.home .sec-people .splide__track {
  overflow: visible;
}
@media screen and (min-width: 600px) {
  .home .sec-people .splide__slide a {
    opacity: 0.5;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .home .sec-people .splide__slide a .lead-people, .home .sec-people .splide__slide a .box-name {
    opacity: 0;
  }
  .home .sec-people .splide__slide.is-active a {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 1;
  }
  .home .sec-people .splide__slide.is-active a .lead-people, .home .sec-people .splide__slide.is-active a .box-name {
    opacity: 1;
  }
}
.home .sec-people .splide__arrow--prev {
  left: 0;
}
@media screen and (min-width: 600px) {
  .home .sec-people .splide__arrow--prev {
    left: 27vw;
  }
}
@media screen and (min-width: 960px) {
  .home .sec-people .splide__arrow--prev {
    left: 35vw;
  }
}
.home .sec-people .splide__arrow--next {
  right: 0;
}
@media screen and (min-width: 600px) {
  .home .sec-people .splide__arrow--next {
    right: 27vw;
  }
}
@media screen and (min-width: 960px) {
  .home .sec-people .splide__arrow--next {
    right: 35vw;
  }
}
.home .sec-people .splide__arrow svg {
  fill: #0054A7;
  height: 33px;
  width: 52px;
}
.home .sec-people .splide__arrow {
  background: none;
}
.home .sec-people .splide__pagination__page {
  background: #0054A7;
  width: 14px;
  height: 14px;
  margin: 10px;
  opacity: 1;
}
.home .sec-people .splide__pagination__page.is-active {
  background: #FFD900;
  -webkit-transform: none;
          transform: none;
}
.faq .box-faq {
  border: 3px solid #0054A7;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .faq .box-faq {
    padding: 32px;
  }
}
.faq .box-faq {
  cursor: pointer;
}
.faq .box-faq + .box-faq {
  margin-top: 32px;
}
.faq .box-faq .ttl-faq span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  padding-right: 2.5em;
}
@media screen and (min-width: 768px) {
  .faq .box-faq .ttl-faq span {
    font-size: 18px;
  }
}
.faq .box-faq .ttl-faq span::before {
  background: url(../img/faq/img-q.png) no-repeat;
}
.faq .box-faq .text-faq {
  margin-top: 24px;
}
.faq .box-faq .text-faq::before {
  background: url(../img/faq/img-a.png) no-repeat;
}
.faq .box-faq .ttl-faq span, .faq .box-faq .text-faq.is-open {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 12px;
}
.faq .box-faq .ttl-faq span::before, .faq .box-faq .text-faq.is-open::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
}

.data .sec-grid_data {
  display: grid;
}
@media screen and (min-width: 414px) {
  .data .sec-grid_data {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data.grid-w {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 414px) {
  .data .sec-grid_data.grid-s {
    margin-top: 32px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data.grid-s {
    margin-top: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.data .sec-grid_data .box-data {
  border: 5px solid #FFD900;
  border-radius: 20px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data .box-data {
    border-radius: 30px;
    border: 8px solid #FFD900;
    margin-top: 0;
  }
}
.data .sec-grid_data .box-data .ttl-data {
  background-color: #FFD900;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data .box-data .ttl-data {
    font-size: 24px;
  }
}
.data .sec-grid_data .box-data .detail-data {
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  padding: 24px 16px 40px 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data .box-data .detail-data {
    border-radius: 0 0 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 40px 40px 48px;
    height: 100%;
  }
}
.data .sec-grid_data .box-data .detail-data .num, .data .sec-grid_data .box-data .detail-data p {
  position: static;
  z-index: 2;
}
.data .sec-grid_data .box-data .detail-data .num {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.data .sec-grid_data .box-data .detail-data .num span {
  color: #0054A7;
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data .box-data .detail-data .num span {
    font-size: 80px;
  }
}
.data .sec-grid_data .box-data .detail-data p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
}
.data .sec-grid_data .box-data .detail-data .img {
  text-align: center;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data .box-data .detail-data .img {
    right: -30px;
    bottom: -30px;
  }
}
.data .sec-grid_data .box-data .detail-data .img img {
  max-width: 110px;
}
@media screen and (min-width: 768px) {
  .data .sec-grid_data .box-data .detail-data .img img {
    max-width: 140px;
  }
}
.data .note {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .data .note {
    margin-top: 120px;
  }
}

.info .wrap-info .box-info {
  border: 3px solid #0054A7;
  border-radius: 10px;
  overflow: hidden;
}
.info .wrap-info .box-info + .box-info {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .info .wrap-info .box-info + .box-info {
    margin-top: 32px;
  }
}
.info .wrap-info .box-info a {
  padding: 16px 48px 16px 24px;
  color: #000;
  position: relative;
  line-height: 1.6;
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .info .wrap-info .box-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 64px 24px 32px;
  }
}
.info .wrap-info .box-info a data {
  font-size: 13px;
  color: #979797;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .info .wrap-info .box-info a data {
    border-right: 1px solid #979797;
    padding-right: 12px;
    margin-right: 12px;
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
  }
}
.info .wrap-info .box-info a::after {
  content: "";
  display: block;
  background: url(../img/common/img-arrow_b.svg) no-repeat center/contain;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 24px;
}
.info .wrap-info .box-info a:hover {
  background-color: #fff2aa;
}
.info .wrap-info .box-info a:hover::after {
  right: 20px;
}
.info .pagination {
  margin-top: 80px;
}
.info .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info .pagination .page-numbers li {
  margin: 0 5px;
}
.info .pagination .page-numbers a, .info .pagination .page-numbers span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #0054A7;
  border-radius: 50%;
  color: #0054A7;
  font-size: 16px;
  width: 24px;
  height: 24px;
}
.info .pagination .page-numbers span.current {
  background: #0054A7;
  color: #fff;
}
.info .pagination .page-numbers .next, .info .pagination .page-numbers .prev {
  border: none;
  background: none;
}
.info .single data {
  color: #979797;
}
.info .single .ttl-info {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #0054A7;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .info .single .ttl-info {
    font-size: 32px;
  }
}
.info .single .box-text {
  border: 3px solid #0054A7;
  border-radius: 10px;
  background-color: #fff;
  padding: 56px 24px;
}
@media screen and (min-width: 768px) {
  .info .single .box-text {
    padding: 80px 64px;
  }
}
.info .single .box-text p, .info .single .box-text img, .info .single .box-text figure, .info .single .box-text a {
  margin-bottom: 2.5em;
}
.info .single .box-text figure img {
  margin-bottom: 0;
}
.info .single .box-text a {
  color: #0054A7;
  text-decoration: underline;
}
.info .single .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .info .single .wrap-btn {
    margin-top: 120px;
  }
}

.people .inner {
  padding: 0 16px;
}
.people .sec-grid_people {
  display: grid;
  gap: 16px 10px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 414px) {
  .people .sec-grid_people {
    gap: 24px 16px;
  }
}
@media screen and (min-width: 768px) {
  .people .sec-grid_people {
    gap: 64px 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.people .sec-grid_people .box-cmn_people + .box-cmn_people {
  margin-top: 0;
}
.people .single .area-peoplettl {
  background-color: #0054A7;
  padding: 120px 0 80px;
  position: relative;
}
.people .single .area-peoplettl::before, .people .single .area-peoplettl::after {
  content: "";
  display: block;
  background: url(../img/common/bg-corner_mainarea.svg) no-repeat center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -30px;
  z-index: 99;
}
.people .single .area-peoplettl::before {
  left: 0;
}
.people .single .area-peoplettl::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
}
.people .single .area-peoplettl .inner-people {
  max-width: 1120px;
  padding: 0 16px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .people .single .area-peoplettl .inner-people {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.people .single .area-peoplettl .inner-people .box-img {
  width: 70vw;
  margin-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .people .single .area-peoplettl .inner-people .box-img {
    width: 35vw;
    margin-right: 4vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1240px) {
  .people .single .area-peoplettl .inner-people .box-img {
    width: 420px;
    margin-right: 60px;
  }
}
.people .single .area-peoplettl .inner-people .box-text .lead-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.people .single .area-peoplettl .inner-people .box-text .lead-people span {
  color: #0054A7;
  font-size: 32px;
  font-weight: 700;
  background-color: #FFD900;
  padding: 12px 8px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .people .single .area-peoplettl .inner-people .box-text .lead-people span {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1240px) {
  .people .single .area-peoplettl .inner-people .box-text .lead-people span {
    font-size: 52px;
  }
}
.people .single .area-peoplettl .inner-people .box-text .box-name {
  color: #fff;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (min-width: 580px) {
  .people .single .area-peoplettl .inner-people .box-text .box-name {
    margin-top: 56px;
  }
}
.people .single .area-peoplettl .inner-people .box-text .box-name .name {
  font-size: 28px;
}
@media screen and (min-width: 580px) {
  .people .single .area-peoplettl .inner-people .box-text .box-name .name {
    font-size: 36px;
  }
}
.people .single .area-peoplettl .inner-people .box-text .box-name .info {
  font-size: 13px;
}
@media screen and (min-width: 580px) {
  .people .single .area-peoplettl .inner-people .box-text .box-name .info {
    font-size: 16px;
  }
}
.people .single .box-interview {
  background-color: #fff;
  padding: 32px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .people .single .box-interview {
    padding: 40px 64px;
  }
}
.people .single .box-interview + .box-interview {
  margin-top: 48px;
}
.people .single .box-interview .ttl-interview {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 24px auto;
  gap: 12px;
  margin-bottom: 24px;
}
.people .single .box-interview .ttl-interview::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/faq/img-q.png) no-repeat;
  background-size: cover;
}
.people .single .box-interview .lead {
  font-size: 20px;
  color: #0054A7;
  margin-bottom: 24px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .people .single .box-interview .lead {
    font-size: 32px;
  }
}
.people .single .wrap-flex {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .people .single .wrap-flex {
    margin-top: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .people .single .wrap-flex:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.people .single .wrap-flex .img {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .people .single .wrap-flex .img {
    margin-bottom: 0;
    width: 30vw;
  }
}
.people .single .wrap-flex .img img {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .people .single .wrap-flex .text {
    width: 70vw;
  }
}
.people .single .wrap-message {
  position: relative;
  padding: 80px 0 120px;
  margin-top: 100px;
  background: url(../img/people/bg-move_circle_b.png);
  -webkit-animation: move_circle_b 4.5s infinite linear;
          animation: move_circle_b 4.5s infinite linear;
}
@-webkit-keyframes move_circle_b {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -150px 150px;
  }
}
@keyframes move_circle_b {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -150px 150px;
  }
}
@media screen and (min-width: 550px) {
  .people .single .wrap-message {
    padding: 80px 0;
    margin-top: 120px;
  }
}
.people .single .wrap-message::before {
  content: "";
  display: block;
  background: url(../img/people/img-message_l.png) no-repeat bottom/contain;
  width: 35vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -5vw;
  z-index: 1;
}
@media screen and (min-width: 515px) {
  .people .single .wrap-message::before {
    left: 0;
    width: 23vw;
  }
}
.people .single .wrap-message::after {
  content: "";
  display: block;
  background: url(../img/people/img-message_r.png) no-repeat bottom/contain;
  width: 35vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -5vw;
  z-index: 1;
}
@media screen and (min-width: 515px) {
  .people .single .wrap-message::after {
    width: 23vw;
    right: 0;
  }
}
.people .single .wrap-message .box-interview {
  position: relative;
  text-align: center;
  padding: 40px 32px 64px;
}
@media screen and (min-width: 768px) {
  .people .single .wrap-message .box-interview {
    padding: 40px 140px 64px;
  }
}
.people .single .wrap-message .box-interview::before {
  content: "MESSAGE";
  display: block;
  font-size: 56px;
  color: #FFD900;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: -1.9em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
}
@media screen and (min-width: 550px) {
  .people .single .wrap-message .box-interview::before {
    font-size: 96px;
    top: -1.3em;
  }
}
.people .single .wrap-message .box-interview .ttl-interview {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.people .single .wrap-message .box-interview p {
  position: relative;
  z-index: 2;
}
.people .single .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .people .single .wrap-btn {
    margin-top: 120px;
  }
}
.people .single .wrap-btn .box-btn_cmn {
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .people .single .wrap-btn .box-btn_cmn {
    max-width: 280px;
  }
}

.jobs .wrap-main {
  overflow: visible;
}
.jobs .sec-cmn_jobs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jobs .sec-cmn_jobs .box-ttl {
  position: sticky;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 15%;
  top: 100px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-ttl {
    top: 160px;
    left: 5vw;
  }
}
.jobs .sec-cmn_jobs .box-ttl::before {
  content: "";
  display: block;
  background: url(../img/jobs/img-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 226px;
  height: 170px;
  position: absolute;
  top: -56px;
  right: -30vw;
  z-index: -1;
}
@media screen and (min-width: 515px) {
  .jobs .sec-cmn_jobs .box-ttl::before {
    right: -12vw;
  }
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-ttl::before {
    width: 452px;
    height: 340px;
    right: 0;
  }
}
.jobs .sec-cmn_jobs .box-ttl h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 7vmin;
  color: #0054A7;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-ttl h2 {
    font-size: 60px;
  }
}
.jobs .sec-cmn_jobs .box-text {
  width: 85%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text {
    width: 80%;
  }
}
.jobs .sec-cmn_jobs .box-text img {
  border-radius: 15px;
  overflow: hidden;
}
.jobs .sec-cmn_jobs .box-text .ttl-job {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .ttl-job {
    font-size: 32px;
    margin: 80px 0 48px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-muiteiru {
  margin-top: 40px;
  border: 5px solid #0054A7;
  background: #fff;
  border-radius: 20px;
  padding: 60px 20px 24px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-muiteiru {
    margin-top: 64px;
    padding: 80px 24px 24px 24px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-muiteiru .ttl-muiteiru {
  background: #0054A7;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 8px;
  line-height: 1;
  border-radius: 0 0 12px 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-muiteiru .ttl-muiteiru {
    font-size: 18px;
    padding: 16px 32px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-muiteiru .list-muiteiru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-muiteiru .list-muiteiru {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.jobs .sec-cmn_jobs .box-text .box-muiteiru .list-muiteiru .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-muiteiru .list-muiteiru .item {
    margin-right: 40px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-muiteiru .list-muiteiru .item::before {
  content: "";
  display: block;
  background: url(../img/jobs/ico-check.svg) no-repeat center/contain;
  min-width: 20px;
  min-height: 19px;
  margin-right: 6px;
  margin-top: 2px;
}
.jobs .sec-cmn_jobs .box-text .box-muiteiru .list-muiteiru .item + .item {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-muiteiru .list-muiteiru .item + .item {
    margin-top: 5px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-interview {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-interview {
    margin-top: 64px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-interview .ttl-interview {
  color: #0054A7;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-interview .ttl-interview {
    font-size: 18px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (min-width: 600px) {
  .jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people {
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people a {
  padding-top: 133%;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people a {
    border-radius: 30px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people .box-name {
  padding: 12px 10px;
  border-radius: 0 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people .box-name {
    padding: 15px 20px;
    border-radius: 0 18px 0 18px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people .box-name .info {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people .box-name .info {
    font-size: 10px;
  }
}
.jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people .box-name .name {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .jobs .sec-cmn_jobs .box-text .box-interview .sec-grid_people .box-name .name {
    font-size: 16px;
  }
}
.jobs .sec-cmn_jobs + .sec-cmn_jobs {
  margin-top: 160px;
}

.style .wrap-main {
  overflow: visible;
  padding: 80px 0 200px;
}
@media screen and (min-width: 768px) {
  .style .wrap-main {
    padding: 160px 0 280px;
  }
}
.style .ttl-style {
  font-size: 6.8vw;
  color: #0054A7;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .style .ttl-style {
    font-size: 48px;
  }
}
.style .sec-iikoto .ttl-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.style .sec-iikoto .ttl-style::before {
  content: "";
  display: block;
  background: url(../img/style/ico-iikoto.svg) no-repeat center/contain;
  width: 40px;
  height: 44px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .ttl-style::before {
    width: 60px;
    height: 66px;
  }
}
.style .sec-iikoto .bg-move_circle {
  padding: 80px 0 0;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle {
    padding: 100px 0;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal {
  position: relative;
}
.style .sec-iikoto .bg-move_circle .area-modal::after {
  content: "";
  display: block;
  background: url(../img/style/img-iikoto_sp.png) no-repeat center/contain;
  width: 63vw;
  height: 36vw;
  position: sticky;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal::after {
    background: url(../img/style/img-iikoto.png) no-repeat center/contain;
    position: absolute;
    width: 220px;
    height: 610px;
  }
}
@media screen and (min-width: 960px) {
  .style .sec-iikoto .bg-move_circle .area-modal::after {
    width: 260px;
    height: 725px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .wrap-modal {
  display: grid;
  gap: 20px 12px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .wrap-modal {
    padding-left: 260px;
    gap: 32px 24px;
  }
}
@media screen and (min-width: 960px) {
  .style .sec-iikoto .bg-move_circle .area-modal .wrap-modal {
    padding-left: 350px;
    gap: 40px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .wrap-modal .item {
  border: 6px solid #0054A7;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 32px 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .wrap-modal .item {
    padding: 40px 24px 24px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .wrap-modal .item .num {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .wrap-modal .item .num {
    font-size: 22px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .wrap-modal .item .num::before {
  content: "";
  display: block;
  background-color: #0054A7;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -0.45em;
  left: -0.4em;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .wrap-modal .item .num::before {
    width: 42px;
    height: 42px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .wrap-modal .item .ttl-iikoto {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .wrap-modal .item .ttl-iikoto {
    font-size: 22px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal {
  /* ボタン */
}
.style .sec-iikoto .bg-move_circle .area-modal .open-btn {
  background-color: #fff;
  color: #0054A7;
  padding: 8px;
  border: 3px solid #0054A7;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-top: 16px;
  width: 100%;
  max-width: 140px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .open-btn {
    padding: 9px 12px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .open-btn:hover {
  background-color: #FFD900;
}
.style .sec-iikoto .bg-move_circle .area-modal {
  /* モーダル背景 */
}
.style .sec-iikoto .bg-move_circle .area-modal .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inset: 0;
  background: rgba(0, 84, 167, 0.6);
  z-index: 99999;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.style .sec-iikoto .bg-move_circle .area-modal {
  /* モーダル表示状態 */
}
.style .sec-iikoto .bg-move_circle .area-modal .modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.style .sec-iikoto .bg-move_circle .area-modal {
  /* モーダルの中身*/
}
.style .sec-iikoto .bg-move_circle .area-modal .modal-content {
  background: #fff;
  border: 6px solid #0054A7;
  padding: 40px 12px 24px;
  border-radius: 20px;
  width: 90vw;
  max-height: 92vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 800px;
  text-align: center;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .modal-content {
    padding: 56px 100px 24px;
    width: 80vw;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .modal-content .num {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .modal-content .num {
    font-size: 30px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .modal-content .num::before {
  content: "";
  display: block;
  background-color: #0054A7;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -0.45em;
  left: -0.4em;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .modal-content .num::before {
    width: 60px;
    height: 60px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .modal-content .inner-modal {
  padding: 0 12px;
  height: 100%;
  overflow-y: scroll;
  max-height: 78vh;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .modal-content .inner-modal {
    padding: 0 24px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .modal-content .inner-modal dt {
  color: #0054A7;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .style .sec-iikoto .bg-move_circle .area-modal .modal-content .inner-modal dt {
    font-size: 32px;
  }
}
.style .sec-iikoto .bg-move_circle .area-modal .modal-content .inner-modal dd .box-img {
  margin: 0 auto 24px;
  width: 72%;
}
.style .sec-iikoto .bg-move_circle .area-modal .modal-content .inner-modal dd p {
  margin-bottom: 32px;
  line-height: 1.8;
  font-size: 14px;
}
.style .sec-iikoto .bg-move_circle .area-modal .modal-content .inner-modal .close-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.style .sec-iikoto .bg-move_circle .area-modal {
  /* アニメーション*/
}
.style .sec-iikoto .bg-move_circle .area-modal .modal.active .modal-content {
  -webkit-animation: fadeInScale 0.4s ease forwards;
          animation: fadeInScale 0.4s ease forwards;
}
@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.style .sec-torikumi {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .style .sec-torikumi {
    padding-top: 120px;
  }
}
.style .sec-torikumi .ttl-style {
  margin-bottom: 0.6em;
}
.style .sec-torikumi .wrap-torikumi {
  margin-top: 64px;
}
.style .sec-torikumi .wrap-torikumi .box-torikumi {
  border: 5px solid #0054A7;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .style .sec-torikumi .wrap-torikumi .box-torikumi {
    padding: 64px 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.style .sec-torikumi .wrap-torikumi .box-torikumi + .box-torikumi {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .style .sec-torikumi .wrap-torikumi .box-torikumi + .box-torikumi {
    margin-top: 64px;
  }
}
.style .sec-torikumi .wrap-torikumi .box-torikumi::before {
  display: block;
  position: absolute;
  top: -0.5em;
  font-size: 72px;
  font-family: "Lato", sans-serif;
  color: #FFD900;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .style .sec-torikumi .wrap-torikumi .box-torikumi::before {
    font-size: 96px;
  }
}
.style .sec-torikumi .wrap-torikumi .box-torikumi.torikumi01::before {
  content: "01";
}
.style .sec-torikumi .wrap-torikumi .box-torikumi.torikumi02::before {
  content: "02";
}
.style .sec-torikumi .wrap-torikumi .box-torikumi.torikumi03::before {
  content: "03";
}
.style .sec-torikumi .wrap-torikumi .box-torikumi.torikumi04::before {
  content: "04";
}
.style .sec-torikumi .wrap-torikumi .box-torikumi:nth-child(2n+1)::before {
  left: -0.2em;
}
@media screen and (min-width: 1024px) {
  .style .sec-torikumi .wrap-torikumi .box-torikumi:nth-child(2n+1)::before {
    left: -0.4em;
  }
}
.style .sec-torikumi .wrap-torikumi .box-torikumi:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.style .sec-torikumi .wrap-torikumi .box-torikumi:nth-child(2n)::before {
  right: -0.2em;
}
@media screen and (min-width: 1024px) {
  .style .sec-torikumi .wrap-torikumi .box-torikumi:nth-child(2n)::before {
    right: -0.4em;
  }
}
.style .sec-torikumi .wrap-torikumi .box-torikumi .img {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .style .sec-torikumi .wrap-torikumi .box-torikumi .img {
    width: 300px;
    margin-bottom: 0;
  }
}
.style .sec-torikumi .wrap-torikumi .box-torikumi .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .style .sec-torikumi .wrap-torikumi .box-torikumi .text {
    width: calc(100% - 300px);
  }
}
.style .sec-torikumi .wrap-torikumi .box-torikumi .text .ttl-torikumi {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .style .sec-torikumi .wrap-torikumi .box-torikumi .text .ttl-torikumi {
    font-size: 24px;
  }
}
.style .sec-event {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .style .sec-event {
    padding-top: 160px;
  }
}
.style .sec-event .wrap-splide {
  max-width: 650px;
  margin: 48px 8px 0;
}
@media screen and (min-width: 768px) {
  .style .sec-event .wrap-splide {
    margin: 64px auto 0;
  }
}
.style .sec-event .wrap-splide .splide .img {
  border: 6px solid #0054A7;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.style .sec-event .wrap-splide .splide .img .name-event {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #0054A7;
  font-size: 13px;
  line-height: 1;
  border-radius: 0 0 15px 0;
  padding: 10px 18px;
}
@media screen and (min-width: 768px) {
  .style .sec-event .wrap-splide .splide .img .name-event {
    font-size: 17px;
    padding: 12px 24px;
  }
}
.style .sec-event .wrap-splide .splide p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 24px;
}
.style .sec-event .wrap-splide .splide .splide__arrow--prev {
  left: -1.8em;
}
@media screen and (min-width: 768px) {
  .style .sec-event .wrap-splide .splide .splide__arrow--prev {
    left: -3em;
  }
}
.style .sec-event .wrap-splide .splide .splide__arrow--next {
  right: -1.8em;
}
@media screen and (min-width: 768px) {
  .style .sec-event .wrap-splide .splide .splide__arrow--next {
    right: -3em;
  }
}
.style .sec-event .wrap-splide .splide .splide__pagination {
  bottom: -4.5em;
}
.style .sec-event .wrap-splide .splide .splide__arrow svg {
  fill: #0054A7;
  height: 33px;
  width: 52px;
}
.style .sec-event .wrap-splide .splide .splide__arrow {
  background: none;
}
.style .sec-event .wrap-splide .splide .splide__pagination__page {
  background: #0054A7;
  width: 12px;
  height: 12px;
  margin: 8px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .style .sec-event .wrap-splide .splide .splide__pagination__page {
    width: 14px;
    height: 14px;
    margin: 10px;
  }
}
.style .sec-event .wrap-splide .splide .splide__pagination__page.is-active {
  background: #FFD900;
  -webkit-transform: none;
          transform: none;
}

.requirement .wrap-btn_anchor {
  margin-bottom: 100px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .requirement .wrap-btn_anchor {
    margin-bottom: 144px;
  }
}
.requirement .wrap-btn_anchor .box-btn_anchor span {
  border: 3px solid #000;
}
.requirement .sec-requirement + .sec-requirement {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement + .sec-requirement {
    margin-top: 120px;
  }
}
.requirement .sec-requirement .ttl-requirement {
  font-size: 24px;
  color: #0054A7;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .ttl-requirement {
    font-size: 36px;
  }
}
.requirement .sec-requirement .box-requirement {
  border: 3px solid #000;
  border-radius: 10px;
  background-color: #fff;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .box-requirement {
    padding: 40px 64px;
  }
}
.requirement .sec-requirement .box-requirement + .box-requirement {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .box-requirement + .box-requirement {
    margin-top: 56px;
  }
}
.requirement .sec-requirement .box-requirement .ttl-job {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .box-requirement .ttl-job {
    font-size: 24px;
  }
}
.requirement .sec-requirement .box-requirement .dl-job {
  background-color: #fff;
  padding: 40px 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .box-requirement .dl-job {
    padding: 64px;
    margin-top: 40px;
  }
}
.requirement .sec-requirement .box-requirement .dl-job div {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .box-requirement .dl-job div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.requirement .sec-requirement .box-requirement .dl-job div dt {
  color: #0054A7;
  font-weight: 600;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .box-requirement .dl-job div dt {
    width: 20%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .box-requirement .dl-job div dd {
    width: 80%;
  }
}
.requirement .sec-requirement .box-requirement .dl-job div + div {
  margin-top: 24px;
}
.requirement .sec-requirement .box-requirement .btn-entry {
  text-align: center;
  margin-top: 32px;
}
.requirement .sec-requirement .box-requirement .btn-entry a {
  display: inline-block;
  background-color: #0054A7;
  border-radius: 30px;
  color: #fff;
  padding: 16px;
  font-weight: 700;
  text-align: center;
  max-width: 240px;
  width: 100%;
}
.requirement .sec-requirement .box-requirement.is-active {
  background-color: #FFD900;
}
.requirement .sec-requirement .box-requirement.is-stop {
  background-color: #f1f1f1 !important;
}
.requirement .sec-requirement .box-requirement.is-stop .ttl-job span::after {
  content: "※現在募集していません";
  color: #0054A7;
  font-size: 12px;
  font-weight: 600;
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .requirement .sec-requirement .box-requirement.is-stop .ttl-job span::after {
    font-size: 16px;
    margin-left: 24px;
  }
}
.requirement .sec-requirement .box-requirement.is-stop .btn-entry {
  display: none !important;
}

.about .wrap-main {
  padding: 0;
}
.about .wrap-gimon {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  height: 45vw;
  clip-path: ellipse(90% 100% at 50% 0%);
}
@media screen and (min-width: 768px) {
  .about .wrap-gimon {
    padding-top: 80px;
    height: 400px;
  }
}
.about .wrap-gimon .inner-gimon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  margin: 0 24px;
}
.about .wrap-gimon .inner-gimon img {
  max-width: 800px;
  width: 90vw;
}
.about .bg-move_circle {
  padding: 30px 0 150px;
  margin-top: -80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about .bg-move_circle {
    padding: 30px 0 300px;
  }
}
.about .bg-move_circle .box-fukidashi {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .about .bg-move_circle .box-fukidashi {
    margin-bottom: 120px;
    margin-top: 20px;
  }
}
.about .bg-move_circle .box-fukidashi img {
  max-width: 570px;
  width: 72vw;
}
.about .bg-move_circle .box-about {
  background-color: #fff;
  border-radius: 30px;
  padding: 48px 32px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .bg-move_circle .box-about {
    padding: 80px 160px 64px;
  }
}
.about .bg-move_circle .box-about .lead {
  font-size: 5.2vw;
  color: #0054A7;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .about .bg-move_circle .box-about .lead {
    font-size: 32px;
  }
}
.about .bg-move_circle .box-about .img {
  margin: 24px;
}
.about .bg-move_circle .box-about .img img {
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .about .bg-move_circle .box-about::before, .about .bg-move_circle .box-about::after {
    content: "";
    display: block;
    width: 20vw;
    height: 609px;
    position: absolute;
    bottom: -20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about .bg-move_circle .box-about::before, .about .bg-move_circle .box-about::after {
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .about .bg-move_circle .box-about::before {
    background: url(../img/home/img-girl.png) no-repeat center/contain;
    left: -5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about .bg-move_circle .box-about::before {
    left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .about .bg-move_circle .box-about::after {
    background: url(../img/home/img-boy.png) no-repeat center/contain;
    right: -5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about .bg-move_circle .box-about::after {
    right: -10px;
  }
}
.about .bg-blue {
  position: relative;
  padding: 110px 0 160px;
  background-color: #0054A7;
}
@media screen and (min-width: 768px) {
  .about .bg-blue {
    padding: 230px 0 200px;
  }
}
.about .bg-blue .wrap-splide {
  position: absolute;
  top: -100px;
  z-index: 10;
}
.about .bg-blue .wrap-splide .splide__slide img {
  border-radius: 15px;
  overflow: hidden;
}
.about .bg-blue .wrap-splide .splide__slide:nth-child(2n) {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .bg-blue .ttl-about {
  font-size: 28px;
  color: #0054A7;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .ttl-about {
    font-size: 48px;
    margin-bottom: 1em;
  }
}
.about .bg-blue .ttl-about::before {
  content: "";
  display: block;
  background: url(../img/about/ico-sugoi.svg) no-repeat center/contain;
  width: 40px;
  height: 44px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .ttl-about::before {
    width: 60px;
    height: 66px;
  }
}
.about .bg-blue .wrap-sugoi {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi {
    margin-top: 96px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi {
  font-size: 4.7vw;
  color: #0054A7;
  font-weight: 700;
  background-color: #FFD900;
  border: 5px solid #FFD900;
  padding: 12px 4px 12px 66px;
  position: relative;
  line-height: 1.5;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi {
    background-color: #fff;
    border-radius: 15px;
    font-size: 28px;
    padding: 12px 12px 12px 100px;
    left: 0;
    position: absolute;
    top: -36px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi {
    font-size: 32px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon {
    left: 0;
    top: -15px;
    -webkit-transform: none;
            transform: none;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon small {
  font-size: 10px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon small {
    font-size: 16px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon .num {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon .num {
    font-size: 40px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon::before {
  content: "";
  display: block;
  background: url(../img/about/vector-sugoi.svg) no-repeat center/contain;
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 0;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}
@media screen and (max-width: 767px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon::before {
    width: 70px;
    height: 70px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon::before {
    width: 120px;
    height: 120px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .ttl-sugoi .icon::before {
  /* アニメーション */
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .wrap-content {
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .wrap-content {
    padding: 100px 0 64px 64px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi + .box-sugoi {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi + .box-sugoi {
    margin-top: 108px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi.box-sugoi_logo .wrap-content {
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi.box-sugoi_logo .wrap-content {
    padding: 100px 64px 64px 64px;
  }
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .text {
    padding-right: 37vw;
  }
}
@media screen and (min-width: 1024px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .text {
    padding-right: 400px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .img {
    position: absolute;
    top: 30px;
    right: -60px;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .img.img-01 img {
  max-width: 450px;
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .img.img-01 img {
    width: 42vw;
  }
}
.about .bg-blue .wrap-sugoi .box-sugoi .img.img-02 img {
  max-width: 414px;
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .wrap-sugoi .box-sugoi .img.img-02 img {
    width: 42vw;
  }
}
.about .bg-blue .lead {
  margin-top: 80px;
  text-align: center;
  color: #fff;
  font-size: 4.3vw;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .lead {
    margin-top: 92px;
    font-size: 32px;
  }
}
.about .bg-blue .box-copy {
  margin-top: 48px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .box-copy {
    margin-top: 64px;
  }
}
.about .bg-blue .box-copy img {
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .about .bg-blue .box-copy img {
    max-width: 515px;
    width: 100%;
  }
}
.about .bg-blue .wrap-logo {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.about .bg-blue .wrap-logo img {
  height: 60px;
}

.entry .tabs {
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid #000;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .entry .tabs {
    margin-top: 80px;
  }
}
.entry .tabs .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry .tabs .tab-list .tab-item {
  width: 50%;
  background-color: #D9D9D9;
  border-bottom: 3px solid #000;
  padding: 0.5em 1.2em;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .entry .tabs .tab-list .tab-item {
    font-size: 24px;
  }
}
.entry .tabs .tab-list .tab-item.active {
  background-color: #FFD900;
  border-bottom: none;
}
.entry .tabs .tab-list .tab-item + .tab-item {
  border-left: 3px solid #000;
}
.entry .tabs .tab-content {
  background-color: #FFD900;
  padding: 32px 12px;
}
@media screen and (min-width: 768px) {
  .entry .tabs .tab-content {
    padding: 72px 64px;
  }
}
.entry .tabs .tab-content .tab-panel {
  display: none;
}
.entry .tabs .tab-content .tab-panel.active {
  display: block;
  padding: 3%;
}
.entry .inner-form {
  padding: 32px 24px;
  background-color: #FFF2AA;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .entry .inner-form {
    padding: 64px;
  }
}
@media screen and (min-width: 768px) {
  .entry .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.entry .form-item dt {
  width: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .entry .form-item dt {
    width: 25%;
    min-width: 180px;
  }
}
.entry .form-item dt.required::after {
  content: "必須";
  display: inline-block;
  font-size: 10px;
  background-color: #0054A7;
  color: #fff;
  border-radius: 5px;
  padding: 3px 4px;
  line-height: 1;
  margin-left: 8px;
}
.entry .form-item .box-field {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entry .form-item .box-field {
    width: 75%;
  }
}
.entry .form-item .box-field .note {
  font-size: 13px;
}
.entry .form-item + .form-item {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .entry .form-item + .form-item {
    margin-top: 40px;
  }
}
.entry input, .entry textarea, .entry select {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry input.size-s {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .entry input.size-s {
    width: 230px;
  }
}
.entry input.size-m {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entry input.size-m {
    width: 280px;
  }
}
.entry input[type=checkbox].checkbox {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: solid 2px #000;
  border-radius: 6px;
  padding: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  cursor: pointer;
}
.entry input[type=checkbox].checkbox::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  opacity: 0;
  background: url("../img/entry/checkmark.svg") no-repeat center/contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.entry input[type=checkbox].checkbox:checked::before {
  opacity: 1;
}
.entry textarea {
  width: 100%;
  min-height: 100px;
}
.entry .btn-submit {
  text-align: center;
  margin-top: 40px;
}
.entry .btn-submit input {
  width: 200px;
  background-color: #0054A7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0.8em;
  border-radius: 30px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry .btn-submit input:hover {
  color: #FFD900;
}
.entry .btn-submit .wpcf7-spinner {
  display: none;
}
.entry input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.thanks .ttl-page .ja {
  line-height: 1.4;
  margin-top: 0.3em;
}
.thanks .wrap-main .box-img {
  margin-bottom: 40px;
  text-align: center;
}
.thanks .wrap-main .box-img img {
  max-width: 350px;
  width: 70vw;
}
@media screen and (min-width: 768px) {
  .thanks .wrap-main .box-img img {
    width: 100%;
  }
}
.thanks .wrap-main p {
  max-width: 800px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .thanks .wrap-main p {
    text-align: center;
  }
}
.thanks .wrap-main .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */