@charset "UTF-8";
/* 共通カラーの定義*/
/* フォントweightの定義*/
/* ==========================================================================
全ページ共通パーツ
========================================================================== */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}

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

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  background-color: #fff;
  color: #111111;
  word-wrap: break-word;
  /* IE */
  overflow-wrap: break-word;
  /* CSS3 */
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    min-height: calc(100vh - 400px);
  }
}

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

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .1s;
  transition: .1s;
}

.show--pc {
  display: block;
}

.show--sp {
  display: none;
}

@media (max-width: 1024px) {
  .show--pc {
    display: none;
  }
  .show--sp {
    display: block;
  }
}

.inner {
  max-width: calc(1080px + 5% * 2);
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

@media (max-width: 1024px) {
  .inner {
    max-width: calc(500px + 5% * 2);
    padding: 50px 5%;
  }
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0px auto;
  max-height: 60px;
  max-width: 220px;
  padding: 20px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .btn {
    font-size: 1.3rem;
    padding: 11px 20px;
  }
}

.btn::after {
  background: url(../img/common/btn-arrow.svg) no-repeat center center/5px 15px;
  content: '';
  height: 15px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 5px;
}

@media (max-width: 1024px) {
  .btn::after {
    height: 7px;
    right: 19px;
    width: 7px;
  }
}

.btn:hover {
  border: 1px solid #61AEEB;
  background: #61AEEB;
  color: #fff;
}

.btn-blue {
  background: #61AEEB;
  border: 1px solid #61AEEB;
}

.btn-blue:hover {
  background: #fff;
  color: #61AEEB;
}

.btn-blue:hover::after {
  background: url(../img/common/btn-blue-arrow-hover.svg) no-repeat center center/5px 13px;
}

.color-black {
  color: #111111;
}

.weight-black {
  font-weight: 900;
}

.representative {
  font-size: 2.2rem;
  font-weight: 900;
}

.sorry {
  text-align: center;
  margin-top: 20px;
}

/* ==========================================================================
header
========================================================================== */
.header {
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 1024px) {
  .header {
    height: 40px;
  }
}

.header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1%;
}

@media (max-width: 1024px) {
  .header-inner {
    padding: 12px 0px 0px 9px;
  }
}

.logo {
  max-width: 420px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .logo {
    max-width: 155px;
    margin-top: 0;
  }
}

.logo:hover {
  opacity: .7;
}

/*    ハンバーガーメニュー    */
header .hamburger-button {
  background: #61AEEB;
  cursor: pointer;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  position: fixed;
  width: 80px;
  z-index: 90;
}

@media (max-width: 1024px) {
  header .hamburger-button {
    height: 40px;
    width: 40px;
  }
}

header .hamburger-button span {
  border-radius: 200px;
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 25%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  top: 50%;
}

@media (max-width: 1024px) {
  header .hamburger-button span {
    height: 1px;
  }
}

/* -(棒の太さ+間隔) */
header .hamburger-button span:nth-child(1) {
  margin-top: -17px;
  width: 45px;
}

@media (max-width: 1024px) {
  header .hamburger-button span:nth-child(1) {
    margin-top: -7px;
    width: 20px;
  }
}

/* 棒の太さ */
header .hamburger-button span:nth-child(2) {
  width: 30px;
}

@media (max-width: 1024px) {
  header .hamburger-button span:nth-child(2) {
    width: 15px;
  }
}

/* 棒の太さ+間隔 */
header .hamburger-button span:nth-child(3) {
  margin-top: 16px;
  width: 40px;
}

@media (max-width: 1024px) {
  header .hamburger-button span:nth-child(3) {
    margin-top: 7px;
    width: 17px;
  }
}

/*メニューオープン時は×マークにする*/
header .hamburger-button.active span:nth-child(2) {
  /*真ん中の線を透明にする*/
  background-color: rgba(255, 255, 255, 0);
}

header .hamburger-button.active span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 45px;
}

@media (max-width: 1024px) {
  header .hamburger-button.active span:nth-child(1) {
    width: 20px;
  }
}

header .hamburger-button.active span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 45px;
}

@media (max-width: 1024px) {
  header .hamburger-button.active span:nth-child(3) {
    width: 20px;
  }
}

/*メニューウィンドウ */
header .drawer {
  background-color: #61AEEB;
  color: #fff;
  display: none;
  font-size: 2rem;
  font-weight: 900;
  height: calc(100vh);
  letter-spacing: 0.02em;
  line-height: 1.46;
  overflow: auto;
  padding: 120px;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 80;
}

@media (max-width: 1024px) {
  header .drawer {
    font-size: 1.4rem;
    padding: 8%;
  }
}

header .drawer-inner {
  margin: auto;
  max-width: calc(960px + 5% * 2);
  padding: 0 5%;
  position: relative;
  top: 20%;
}

@media (max-width: 1024px) {
  header .drawer-inner {
    max-width: calc(500px + 5% * 2);
    top: 10%;
    padding: 0;
  }
}

header .drawer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .drawer-nav li {
  border-top: 2px solid #fff;
  padding: 15px 40px 15px 35px;
  width: 100%;
}

@media (max-width: 1024px) {
  header .drawer-nav li {
    padding: 20px 5.21% 20px 10px;
  }
}

header .drawer-nav li:last-child {
  border-bottom: 2px solid #fff;
}

header .drawer-nav a {
  display: block;
  position: relative;
  text-align: left;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
}

header .drawer-nav a .js-menuRoot {
  background: url(../img/common/menu-arrow.svg) no-repeat center center/5px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 6px;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
}

@media (max-width: 1024px) {
  header .drawer-nav a .js-menuRoot {
    right: 10px;
  }
}

header .drawer-nav a .js-menuRoot::before {
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 20px;
}

header .drawer-nav a:hover {
  text-decoration: underline;
  -webkit-transition: .2s;
  transition: .2s;
}

header .drawer-nav .blank a .js-menuRoot {
  background: url(../img/common/blank-icon.svg) no-repeat center center/18px 16px;
  height: 16px;
  right: 0;
  width: 18px;
}

@media (max-width: 1024px) {
  header .drawer-nav .blank a .js-menuRoot {
    background: url(../img/common/blank-icon.svg) no-repeat center center/15px 13px;
    height: 13px;
    right: 7px;
    width: 15px;
  }
}

header .drawer-nav .sub-menu {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  header .drawer-nav .sub-menu {
    font-size: 1.1rem;
  }
}

header .drawer-nav .sub-menu li {
  border: none;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

@media (max-width: 1024px) {
  header .drawer-nav .sub-menu li {
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

header .drawer-nav .sub-menu li a {
  border: 1px solid #fff;
  padding: 5px 15px;
  position: relative;
}

@media (max-width: 1024px) {
  header .drawer-nav .sub-menu li a {
    padding: 3px 10px;
  }
}

header .drawer-nav .menu-item-has-children a {
  -webkit-transition: 0s;
  transition: 0s;
}

header .drawer-nav .menu-item-has-children a .js-menuRoot {
  background: url(../img/common/menu-plus-icon.svg) no-repeat center center/18px 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  pointer-events: auto;
  width: 18px;
}

@media (max-width: 1024px) {
  header .drawer-nav .menu-item-has-children a .js-menuRoot {
    background: url(../img/common/menu-plus-icon.svg) no-repeat center center/14px 14px;
    height: 14px;
    right: 7px;
    width: 14px;
  }
}

header .drawer-nav .menu-item-has-children a .js-menuRoot.active {
  background: url(../img/common/menu-minus-icon.svg) no-repeat center center/18px 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .hamburger-button {
  display: block;
}

/* サブメニュー */
header .drawer-nav .sub-menu {
  /* 初期状態でサブメニューを非表示にしておく */
  display: none;
}

/* ==========================================================================
footer
========================================================================== */
.footer {
  background: url(../img/common/footer-bg.png) no-repeat center center/cover;
  padding: 100px 0 90px;
  position: relative;
}

@media (max-width: 1024px) {
  .footer {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .footer-logo img {
    max-width: 220px;
  }
}

.footer-logo:hover {
  opacity: .7;
}

.footer-top {
  text-align: center;
}

.footer-bottom {
  margin-top: 40px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .footer-nav {
    max-width: 450px;
    margin: auto;
  }
}

.footer-nav li {
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 2.5%;
  margin-right: 3.92%;
}

@media (max-width: 1024px) {
  .footer-nav li {
    font-size: 1.4rem;
    width: 45%;
  }
}

.footer-nav li a:hover {
  text-decoration: underline;
}

.totop {
  bottom: -20px;
  position: absolute;
  right: 20px;
}

@media (max-width: 1024px) {
  .totop {
    bottom: 10px;
    max-width: 30px;
    position: fixed;
    right: 10px;
    top: auto;
    z-index: 79;
  }
}

.totop img {
  -webkit-filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.16));
}

.totop:hover {
  opacity: .7;
}

.copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .copyright {
    font-size: 1.1rem;
    padding: 15px;
  }
}

.cta-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 79;
}

@media (min-width: 1025px) {
  .cta-fixed {
    right: 0;
    top: 18%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .cta-fixed {
    bottom: 0;
    left: 50%;
    max-width: 280px;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .cta-fixed {
    max-width: 225px;
  }
}

.cta-fixed-item {
  color: #111111;
  font-size: 2.4rem;
  width: 50%;
}

@media (max-width: 1024px) {
  .cta-fixed-item {
    font-size: 1.4rem;
  }
}

.cta-fixed-item:hover {
  background: #FEE254;
}

.cta-fixed-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.5em;
  line-height: 1;
  padding: 40px 28px;
  width: 80px;
}

@media (max-width: 1024px) {
  .cta-fixed-item a {
    letter-spacing: 0;
    padding: 13px 0;
    width: 100%;
  }
}

.cta-fixed-item--contact {
  background: #FFD60C;
  border-radius: 20px 0px 0px 0px;
  position: relative;
}

@media (max-width: 1024px) {
  .cta-fixed-item--contact {
    border-radius: 20px 0px 0px 0px;
  }
}

.cta-fixed-item--contact::before {
  background: #111111;
  border-radius: 5px;
  bottom: -1px;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  position: absolute;
  width: 60px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .cta-fixed-item--contact::before {
    bottom: auto;
    height: 35px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1px;
  }
}

.cta-fixed-item--contact img {
  max-width: 17px;
}

@media (max-width: 1024px) {
  .cta-fixed-item--contact img {
    max-width: 20px;
  }
}

.cta-fixed-item--entry {
  background: #FFD60C;
  border-radius: 0px 0px 0px 20px;
  position: relative;
}

@media (max-width: 1024px) {
  .cta-fixed-item--entry {
    border-radius: 0px 20px 0px 0px;
  }
}

/* ==========================================================================
topページ
========================================================================== */
.front-page .h2-ttl span {
  display: block;
}

.front-page .h2-ttl .en {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .front-page .h2-ttl .en {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 450px) {
  .front-page .h2-ttl .en {
    font-size: calc((16/450)*100vw);
  }
}

.front-page .h2-ttl .ja {
  font-size: 6.8rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 1024px) {
  .front-page .h2-ttl .ja {
    font-size: 3.4rem;
    margin-top: 5px;
  }
}

@media screen and (max-width: 450px) {
  .front-page .h2-ttl .ja {
    font-size: calc((34/450)*100vw);
  }
}

@media screen and (max-width: 450px) {
  .front-page .btn {
    max-width: calc((220/450)*100vw);
  }
}

/* =====================
topページ mv
========================*/
.mv {
  background: url(../img/top/mv-bg.png) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 930px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 1920px) {
  .mv {
    height: calc((930/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/top/mv-bg-sp.png) no-repeat center center/cover;
    height: 580px;
  }
}

@media screen and (max-width: 450px) {
  .mv {
    height: calc((580/450)*100vw);
  }
}

.mv::after {
  background: url(../img/top/mv-bg-line.png) no-repeat top center/1920px 150px;
  bottom: 0;
  content: '';
  height: 150px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1920px) {
  .mv::after {
    background: url(../img/top/mv-bg-line.png) no-repeat top center/calc((1920/1920)*100vw) calc((150/1920)*100vw);
    height: calc((150/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv::after {
    background: url(../img/top/mv-bg-line-sp.png) no-repeat top center/767px 45px;
    height: 45px;
  }
}

@media screen and (max-width: 450px) {
  .mv::after {
    background: url(../img/top/mv-bg-line-sp.png) no-repeat top center/calc((767/450)*100vw) calc((45/450)*100vw);
    height: calc((45/450)*100vw);
  }
}

.mv .mv-inner {
  max-width: 1685px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1920px) {
  .mv .mv-inner {
    max-width: calc((1685/1920)*100vw);
  }
}

.mv .mv-inner::after {
  background: url(../img/top/mv-men.png) no-repeat top center/736px 934px;
  bottom: -65px;
  content: '';
  height: 934px;
  position: absolute;
  right: 0;
  width: 736px;
  z-index: 2;
}

@media screen and (max-width: 1920px) {
  .mv .mv-inner::after {
    background: url(../img/top/mv-men.png) no-repeat top center/calc((736/1920)*100vw) calc((934/1920)*100vw);
    bottom: calc((-65/1920)*100vw);
    height: calc((934/1920)*100vw);
    width: calc((736/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-inner::after {
    background: url(../img/top/mv-men.png) no-repeat top center/248px 323px;
    bottom: -40px;
    height: 323px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 248px;
  }
}

@media screen and (max-width: 450px) {
  .mv .mv-inner::after {
    background: url(../img/top/mv-men.png) no-repeat top center/calc((248/450)*100vw) calc((323/450)*100vw);
    bottom: calc((-40/450)*100vw);
    height: calc((323/450)*100vw);
    width: calc((248/450)*100vw);
  }
}

.mv-box {
  left: 0;
  max-width: 1000px;
  position: absolute;
  top: 21.5%;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

@media screen and (max-width: 1920px) {
  .mv-box {
    max-width: calc((1000/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-box {
    left: 50%;
    max-width: 340px;
    -webkit-transform: translateX(-50%) rotate(-4deg);
            transform: translateX(-50%) rotate(-4deg);
    top: 10%;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .mv-box {
    max-width: calc((340/450)*100vw);
  }
}

.mv-box .logo {
  margin-top: 0;
  pointer-events: none;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .mv-box .logo {
    margin: auto;
    max-width: calc((430/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-box .logo {
    max-width: 171px;
    margin: 0 auto 0 0;
  }
}

@media screen and (max-width: 450px) {
  .mv-box .logo {
    max-width: calc((171/450)*100vw);
  }
}

.mv-copy {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .mv-copy {
    margin-top: calc((30/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-copy {
    margin-top: 10px;
  }
}

@media screen and (max-width: 450px) {
  .mv-copy {
    margin-top: calc((10/450)*100vw);
  }
}

.mv-copy .h1-ttl {
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
}

.mv-copy .h1-ttl .upper {
  background: #3A94DC;
  border-radius: 6px;
  display: block;
  font-size: 6.6rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding: 0px 10px 5px 10px;
}

@media screen and (max-width: 1920px) {
  .mv-copy .h1-ttl .upper {
    font-size: calc((66/1920)*100vw);
    padding: 0 calc((10/1920)*100vw) calc((5/1920)*100vw) calc((10/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-copy .h1-ttl .upper {
    border-radius: 3px;
    letter-spacing: -0.02em;
    font-size: 2.4rem;
    padding: 0 5px 5px 5px;
  }
}

@media screen and (max-width: 450px) {
  .mv-copy .h1-ttl .upper {
    font-size: calc((24/450)*100vw);
  }
}

.mv-copy .h1-ttl .upper .space {
  letter-spacing: -0.3em;
}

.mv-copy .h1-ttl .lower {
  background: #3A94DC;
  border-radius: 6px;
  display: block;
  font-size: 13.6rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 10px;
  padding: 0px 10px 10px 10px;
}

@media screen and (max-width: 1920px) {
  .mv-copy .h1-ttl .lower {
    font-size: calc((136/1920)*100vw);
    margin-top: calc((10/1920)*100vw);
    padding: 0 calc((10/1920)*100vw) calc((10/1920)*100vw) calc((10/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-copy .h1-ttl .lower {
    font-size: 4.3rem;
    padding: 0 5px 5px 5px;
  }
}

@media screen and (max-width: 450px) {
  .mv-copy .h1-ttl .lower {
    font-size: calc((43/450)*100vw);
  }
}

.mv-text {
  color: #3A94DC;
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin: 20px auto 0;
  max-width: 940px;
}

@media screen and (max-width: 1920px) {
  .mv-text {
    font-size: calc((28/1920)*100vw);
    margin: calc((20/1920)*100vw) auto 0;
    max-width: calc((940/1920)*100vw);
  }
}

@media screen and (max-width: 767px) {
  .mv-text {
    font-size: 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .mv-text {
    font-size: calc((15/450)*100vw);
  }
}

/* ======================
topページ company
=========================*/
.top-company {
  background: rgba(69, 148, 212, 0.9);
  color: #fff;
  padding: 120px 0 160px;
}

@media (max-width: 1024px) {
  .top-company {
    padding: 50px 0 75px;
  }
}

.top-company .inner {
  padding: 0 5% 0 0;
  max-width: calc(1850px + 5%);
}

@media screen and (max-width: 1920px) {
  .top-company .inner {
    max-width: 96.35%;
  }
}

@media (max-width: 1024px) {
  .top-company .inner {
    max-width: calc(500px + 5% * 2);
    margin: 0 auto;
    padding: 0 5%;
  }
}

.top-company .company-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media (max-width: 1024px) {
  .top-company .company-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-company .company-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 600px - 2.16%);
}

@media (max-width: 1024px) {
  .top-company .company-left {
    width: 100%;
  }
}

.top-company .company-slide-wrapper {
  width: 100%;
}

@media (min-width: 1025px) {
  .top-company .company-slide-wrapper {
    width: 1288px;
  }
}

.top-company .company-slide {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .top-company .company-slide {
    margin-left: -7%;
  }
}

.top-company .company-slide-item {
  margin-left: 20px;
  width: 634px;
}

@media screen and (max-width: 1400px) {
  .top-company .company-slide-item {
    width: 420px;
  }
}

@media screen and (max-width: 1100px) {
  .top-company .company-slide-item {
    width: 320px;
  }
}

@media (max-width: 1024px) {
  .top-company .company-slide-item {
    width: 258px;
  }
}

.top-company .company-right {
  margin-left: 2.16%;
  width: 600px;
}

@media (max-width: 1024px) {
  .top-company .company-right {
    margin: 0 auto 30px auto;
    max-width: calc(500px + 5% * 2);
    width: 100%;
  }
}

.top-company .company-head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-company .company-head .h2-ttl {
  color: #FEE254;
}

.top-company .company-head .btn-blue {
  margin: 0 0 0 auto;
}

.top-company .company-desc {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .top-company .company-desc {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

.top-company .company-list {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .top-company .company-list {
    margin-top: 20px;
  }
}

.top-company .company-item {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  margin-top: 10px;
  padding: 12px 0 12px 70px;
  position: relative;
}

@media (max-width: 1024px) {
  .top-company .company-item {
    border: 1px solid #fff;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-top: 5px;
    padding: 5px 0 5px 43px;
  }
}

.top-company .company-item::before {
  background: url(../img/top/company-check.svg) no-repeat center center/37px 31px;
  content: '';
  height: 31px;
  left: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
}

@media (max-width: 1024px) {
  .top-company .company-item::before {
    background: url(../img/top/company-check.svg) no-repeat center center/20px 17px;
    height: 17px;
    left: 15px;
    width: 20px;
  }
}

.slick-dots {
  bottom: -50px;
  text-align: right;
}

@media (max-width: 1024px) {
  .slick-dots {
    bottom: -30px;
  }
}

.slick-dots li {
  height: 3px;
  margin: 0 10px 0 0;
  width: 30px;
}

.slick-dots li button {
  height: 3px;
  width: 30px;
}

.slick-dots li button::before {
  background: #111111;
  border-radius: 20px;
  content: '';
  height: 3px;
  width: 30px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1;
}

/* ======================
topページ job
=========================*/
.top-job {
  padding: 100px 0 200px;
}

@media (max-width: 1024px) {
  .top-job {
    padding: 0 0 130px;
  }
}

@media (min-width: 1025px) {
  .top-job .inner {
    max-width: calc(1198px + 5% * 2);
  }
}

.top-job .job-head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

@media (min-width: 1025px) {
  .top-job .job-head {
    max-width: 1180px;
  }
}

.top-job .job-head .h2-ttl {
  color: #61AEEB;
}

.top-job .job-head .btn {
  margin-left: 30px;
}

@media (max-width: 1024px) {
  .top-job .job-head .btn {
    margin: 0 0 0 auto;
  }
}

.top-job .job-desc {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 10px auto 0;
  max-width: 1180px;
}

@media (max-width: 1024px) {
  .top-job .job-desc {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.top-job .job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
  position: relative;
}

@media (max-width: 1024px) {
  .top-job .job-list {
    margin-top: 20px;
  }
}

.top-job .job-list::after {
  background: url(../img/top/job-tire.png) no-repeat center center/312px 312px;
  bottom: -170px;
  content: '';
  height: 312px;
  position: absolute;
  right: -233px;
  width: 312px;
}

@media (max-width: 1024px) {
  .top-job .job-list::after {
    background: url(../img/top/job-tire.png) no-repeat center center/150px 150px;
    bottom: -100px;
    height: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 150px;
  }
}

.top-job .job-item {
  width: 33.22%;
}

@media (max-width: 1024px) {
  .top-job .job-item {
    width: 50%;
  }
}

.top-job .job-item:not(:nth-child(4n)) {
  margin-left: 0.16%;
}

@media (max-width: 1024px) {
  .top-job .job-item:not(:nth-child(4n)) {
    margin-left: 0;
  }
}

.top-job .job-item:first-child {
  margin-left: 0;
}

.top-job .job-item:nth-child(n + 4) {
  margin-top: 0.16%;
}

@media (max-width: 1024px) {
  .top-job .job-item:nth-child(n + 4) {
    margin-top: 0;
  }
}

.top-job .job-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.top-job .job-link:hover {
  opacity: .7;
}

.top-job .job-link:hover .job-ttl {
  background: #61AEEB;
}

.top-job .job-img img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 398px;
}

@media (max-width: 1024px) {
  .top-job .job-img img {
    aspect-ratio: 67/59;
    height: 100%;
    width: 100%;
  }
}

.top-job .job-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 5%;
  width: 100%;
}

@media (max-width: 1024px) {
  .top-job .job-ttl {
    font-size: 1.4rem;
  }
}

/* ======================
topページ interview
=========================*/
.top-interview {
  background: #FED71A;
  padding: 65px 0 120px;
}

@media (max-width: 1024px) {
  .top-interview {
    padding: 0 0 90px;
  }
}

@media (max-width: 1024px) {
  .top-interview .inner {
    max-width: calc(500px + 5% * 2);
    padding-bottom: 0;
  }
}

.top-interview .interview-head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: auto;
}

.top-interview .interview-head .h2-ttl .en {
  text-align: right;
}

.top-interview .interview-head .btn {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .top-interview .interview-head .btn {
    margin: 0 auto 0 0;
  }
}

.top-interview .interview-desc {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 5px auto 20px;
  text-align: right;
}

@media (max-width: 1024px) {
  .top-interview .interview-desc {
    font-size: 1.4rem;
    margin: 5px auto 15px;
    text-align: left;
  }
}

.top-interview .category-box {
  background: transparent;
  border: 2px solid #111111;
  border-radius: 5px;
  margin: 0 0 60px auto;
  max-width: 810px;
  padding: 24px;
}

@media (max-width: 1024px) {
  .top-interview .category-box {
    border: 1px solid #111111;
    margin: 0 0 15px auto;
    padding: 14px;
  }
}

.top-interview .category-list li a {
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .top-interview .category-list li a {
    font-size: 1.2rem;
  }
}

.top-interview .interview-inner {
  max-width: 100%;
  padding: 0;
}

@media (max-width: 1024px) {
  .top-interview .interview-inner {
    max-width: calc(500px + 5% * 2);
    padding: 0 5%;
  }
}

.top-interview .interview-slide {
  margin-bottom: 0;
}

.top-interview .interview-slide .slick-list {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .top-interview .interview-slide .slick-list {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}

.top-interview .interview-item {
  margin: 0;
  width: 640px;
}

@media (max-width: 1024px) {
  .top-interview .interview-item {
    width: 500px;
  }
}

@media screen and (max-width: 550px) {
  .top-interview .interview-item {
    width: calc((500/550)*100vw);
  }
}

.top-interview .interview-link:hover {
  opacity: .9;
}

.top-interview .interview-img {
  position: relative;
}

.top-interview .interview-img img {
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 1024px) {
  .top-interview .interview-img img {
    margin: auto;
  }
}

.top-interview .interview-text {
  background: #111111;
  color: #FFD60C;
  padding: 27px;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-interview .interview-text {
    padding: 10px 10px 15px;
  }
}

.top-interview .interview-text-name {
  font-weight: 700;
  letter-spacing: 0;
}

.top-interview .interview-text-name .name {
  font-size: 3.1rem;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .top-interview .interview-text-name .name {
    font-size: 1.8rem;
  }
}

@media (max-width: 1024px) {
  .top-interview .interview-text-name .kana {
    font-size: 1.2rem;
  }
}

.top-interview .interview-cat {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .top-interview .interview-cat {
    font-size: 1.4rem;
    margin-top: 0px;
  }
}

.top-interview .slick-dots {
  text-align: center;
}

@media (max-width: 1024px) {
  .top-interview .slick-dots {
    bottom: -40px;
  }
}

.top-interview .slick-prev,
.top-interview .slick-next {
  z-index: 1;
}

.top-interview .slick-prev::before,
.top-interview .slick-next::before {
  content: "";
  display: block;
  height: 160px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 53px;
}

@media (max-width: 1024px) {
  .top-interview .slick-prev::before,
  .top-interview .slick-next::before {
    height: 80px;
    width: 30px;
  }
}

.top-interview .slick-prev:hover,
.top-interview .slick-next:hover {
  opacity: .7;
}

.top-interview .slick-prev {
  left: 0;
}

@media (max-width: 1024px) {
  .top-interview .slick-prev {
    left: -20px;
  }
}

.top-interview .slick-prev::before {
  background: url(../img/top/interview-arrow.svg) no-repeat center center/cover;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

@media (max-width: 1024px) {
  .top-interview .slick-prev::before {
    background: url(../img/top/interview-arrow-sp.svg) no-repeat center center/cover;
  }
}

.top-interview .slick-next {
  left: auto;
  right: 0;
}

@media (max-width: 1024px) {
  .top-interview .slick-next {
    right: -20px;
  }
}

.top-interview .slick-next::before {
  background: url(../img/top/interview-arrow.svg) no-repeat center center/cover;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .top-interview .slick-next::before {
    background: url(../img/top/interview-arrow-sp.svg) no-repeat center center/cover;
  }
}

/* ======================
topページ entry
=========================*/
.top-entry {
  padding: 100px 0 120px;
}

@media (max-width: 1024px) {
  .top-entry {
    padding: 0 0 100px;
  }
}

.top-entry .h2-ttl {
  color: #61AEEB;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-entry .h2-ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-entry .h2-ttl .en {
  display: inline-block;
}

.top-entry .h2-ttl .ja {
  display: inline-block;
}

@media (max-width: 1024px) {
  .top-entry .h2-ttl .ja {
    margin-top: 0;
  }
}

.top-entry .entry-desc {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 50px;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-entry .entry-desc {
    font-size: 1.4rem;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: left;
  }
}

.top-entry .entry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 1024px) {
  .top-entry .entry-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-entry .entry-box::before {
  background: url(../img/top/entry-car.png) no-repeat center center/273px 109px;
  bottom: -45px;
  content: '';
  height: 109px;
  left: -80px;
  position: absolute;
  width: 273px;
}

@media (max-width: 1024px) {
  .top-entry .entry-box::before {
    background: url(../img/top/entry-car.png) no-repeat center center/136px 54px;
    bottom: -45px;
    content: '';
    height: 54px;
    left: 21.49%;
    position: absolute;
    width: 136px;
    z-index: -1;
  }
}

.top-entry .entry-box .box {
  background: #fff;
  border: 2px solid #111111;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 410px;
  max-width: 410px;
  padding: 37px 50px 50px;
}

@media (max-width: 1024px) {
  .top-entry .entry-box .box {
    height: 100%;
    max-width: 100%;
    padding: 5.97% 2.98%;
  }
}

@media (min-width: 1025px) {
  .top-entry .entry-box .box:first-child {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .top-entry .entry-box .box:first-child {
    margin-bottom: 30px;
  }
}

.top-entry .entry-box .box .faq-icon {
  margin: auto;
  max-width: 80px;
}

@media (max-width: 1024px) {
  .top-entry .entry-box .box .faq-icon {
    max-width: 40px;
  }
}

.top-entry .entry-box .box .entry-icon {
  margin: auto;
  max-width: 58px;
}

@media (max-width: 1024px) {
  .top-entry .entry-box .box .entry-icon {
    max-width: 28px;
  }
}

.top-entry .entry-box .box .h3-ttl {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.45;
  margin: 20px auto;
}

@media (max-width: 1024px) {
  .top-entry .entry-box .box .h3-ttl {
    margin: 7px auto 10px;
  }
}

.top-entry .entry-box .box .entry-box-text {
  font-weight: 500;
  line-height: 1.44;
}

.top-entry .entry-box .box .entry-box-text a {
  text-decoration: underline;
}

.top-entry .entry-box .box .entry-box-text a:hover {
  opacity: .7;
}

.top-entry .entry-box .box .btn {
  margin-top: 25px;
}

/* ======================
topページ 画像ループ
=========================*/
.loop-item {
  width: 390px;
}

@media (max-width: 1024px) {
  .loop-item {
    width: 195px;
  }
}

.loop-item img {
  width: 100%;
}

/* ==========================================================================
下層ページ共通パーツ
========================================================================== */
/* ======================
パンくずリスト
=========================*/
.breadcrumb {
  margin: 0 auto;
  width: 100%;
}

.breadcrumb-list {
  text-align: left;
  width: 100%;
}

@media (max-width: 1024px) {
  .breadcrumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5;
    text-align: left;
  }
}

.breadcrumb-item {
  color: #111111;
  display: inline;
  font-weight: 700;
  margin-right: 30px;
  position: relative;
}

@media (max-width: 1024px) {
  .breadcrumb-item {
    font-size: 1.2rem;
    margin-right: 20px;
  }
}

.breadcrumb-item:not(:last-child)::after {
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 9px;
}

@media (max-width: 1024px) {
  .breadcrumb-item:not(:last-child)::after {
    border-bottom: 1.5px solid #111111;
    border-right: 1.5px solid #111111;
    height: 7px;
    right: -20px;
    width: 7px;
  }
}

.breadcrumb-item:not(:first-child) {
  margin-left: 10px;
}

.breadcrumb-item span {
  padding-left: 25px;
}

@media (max-width: 1024px) {
  .breadcrumb-item span {
    padding-left: 20px;
  }
}

.breadcrumb-item span::before {
  content: '';
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-item .top::before {
  background: url(../img/common/home-icon.svg) no-repeat center center/20px 20px;
  height: 20px;
  width: 20px;
}

@media (max-width: 1024px) {
  .breadcrumb-item .top::before {
    background: url(../img/common/home-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    width: 15px;
  }
}

.breadcrumb-item .archive::before {
  background: url(../img/common/archive-icon.svg) no-repeat center center/20px 17px;
  height: 17px;
  width: 20px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .breadcrumb-item .archive::before {
    background: url(../img/common/archive-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    width: 15px;
  }
}

.breadcrumb-item .post::before,
.breadcrumb-item .page::before {
  background: url(../img/common/post-icon.svg) no-repeat center center/15px 19px;
  height: 19px;
  width: 15px;
  z-index: 1;
}

@media (max-width: 1024px) {
  .breadcrumb-item .post::before,
  .breadcrumb-item .page::before {
    background: url(../img/common/post-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    top: 10px;
    width: 15px;
  }
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

/* ======================
ページネーション
=========================*/
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  background: #fff;
  border: 1px solid #111111;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  min-width: 40px;
}

.page-numbers:hover {
  background: #E4F3FF;
}

.dots {
  background: #fff;
  color: #111111;
}

.page-numbers.current {
  background: #111111;
  border: 1px solid #111111;
  color: #fff;
}

.pagination a.next,
.pagination a.prev {
  position: relative;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  background: #E4F3FF;
}

.pagination a.prev::before {
  border-top: 1px solid #111111;
  border-left: 1px solid #111111;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%) rotate(-45deg);
          transform: translateX(-40%) translateY(-50%) rotate(-45deg);
  width: 9px;
}

.pagination a.next {
  background: #fff;
}

.pagination a.next::before {
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-60%) translateY(-50%) rotate(-45deg);
          transform: translateX(-60%) translateY(-50%) rotate(-45deg);
  width: 9px;
}

/* ======================
カテゴリー
=========================*/
.category-box {
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}

@media (max-width: 1024px) {
  .category-box {
    background: transparent;
    margin-top: 0;
    padding: 0;
  }
}

.category-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .category-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.category-list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  position: relative;
}

.category-list li::before {
  background: url(../img/common/cat-arrow.svg) no-repeat center center/6px 12px;
  content: '';
  height: 12px;
  left: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}

.category-list li a {
  font-weight: 900;
}

.category-list li a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .category-list li a {
    letter-spacing: 0;
  }
}

/* ==========================================================================
	ブロックエディタパーツ（共通）
	========================================================================== */
.pageTemplate {
  margin-bottom: 120px;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .pageTemplate {
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .pageTemplate .inner {
    padding: 0 3%;
  }
}

.template {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  padding: 85px 60px 100px;
  /* 見出しH2 */
  /* 見出しH3 */
  /* 見出しH4 */
  /* 見出しH4 */
  /* リンク */
  /* 太字 */
  /* 画像調整 */
  /* カラム調整 */
  /* リスト */
  /* リスト（数字） */
  /* 引用 */
  /* 動画 */
  /* ボタン */
  /* テーブル */
}

@media (max-width: 1024px) {
  .template {
    border-radius: 5px;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 5% 4% 6%;
  }
}

.template h2 {
  background: #61AEEB;
  border-radius: 5px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.33;
  margin: 80px 0 30px;
  padding: 20px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .template h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 55px 0 25px;
    padding: 10px 15px;
  }
}

.template h2:first-child {
  margin-top: 40px !important;
}

@media (max-width: 1024px) {
  .template h2:first-child {
    margin-top: 20px !important;
  }
}

.template h2::before {
  background: url(../img/common/h2-icon.svg) no-repeat center center/75px 70px;
  content: '';
  height: 70px;
  left: 50%;
  position: absolute;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75px;
}

@media (max-width: 1024px) {
  .template h2::before {
    background: url(../img/common/h2-icon.svg) no-repeat center center/42px 39px;
    height: 39px;
    top: -28px;
    width: 42px;
  }
}

.template h2 strong,
.template h2 b {
  color: #fff;
}

.template h3 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.7;
  margin: 30px 0 20px;
  padding-left: 34px;
  position: relative;
}

@media (max-width: 1024px) {
  .template h3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 40px 0;
    padding-left: 23px;
  }
}

.template h3::before {
  background: #61AEEB;
  border-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

@media (max-width: 1024px) {
  .template h3::before {
    width: 7px;
  }
}

.template h3 strong,
.template h3 b {
  color: #111111;
}

.template h2 + h3 {
  margin: 0 0 30px;
}

@media (max-width: 1024px) {
  .template h2 + h3 {
    margin: 40px 0;
  }
}

.template h4 {
  color: #61AEEB;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.66;
  margin: 30px 0 20px;
  padding-left: 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .template h4 {
    font-size: 1.8rem;
    line-height: 2;
    margin: 40px 0 40px;
    padding-left: 35px;
  }
}

.template h4::before {
  background: url(../img/common/h4-icon.svg) no-repeat center center/45px 37px;
  content: '';
  height: 37px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
}

@media (max-width: 1024px) {
  .template h4::before {
    background: url(../img/common/h4-icon.svg) no-repeat center center/33px 28px;
    height: 28px;
    width: 33px;
  }
}

.template h4 strong,
.template h4 b {
  color: #61AEEB;
}

.template h5 {
  color: #E69405;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.63;
}

@media (max-width: 1024px) {
  .template h5 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.template h5 strong,
.template h5 b {
  color: #E69405;
}

.template p > a {
  color: #3A94DC;
  text-decoration: underline;
}

.template p > a:hover {
  opacity: .7;
}

.template p + p {
  margin-top: 30px;
}

.template strong,
.template b {
  color: #E69405;
}

.template .wp-block-image {
  margin: 40px auto 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .template .wp-block-image {
    margin: 40px auto;
  }
}

@media (max-width: 1024px) {
  .template .wp-block-image {
    margin: 40px auto 40px;
  }
}

.template .wp-block-image img {
  display: inline-block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: auto;
}

@media (max-width: 1024px) {
  .template .wp-block-image img {
    height: auto !important;
  }
}

.template .wp-block-columns {
  margin: 30px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .template .wp-block-columns {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .template .wp-block-columns {
    gap: 5px;
  }
}

@media (max-width: 1024px) {
  .template .wp-block-columns {
    margin: 15px 0 10px;
  }
  .template .wp-block-columns._reverse .wp-block-column:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media (max-width: 1024px) {
  .template .p-title {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.template ._narrowLineHeight {
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .template .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .template .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.template .wp-block-column .wp-block-cover {
  min-height: 226px !important;
}

.template .wp-block-column .wp-block-image {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

@media (max-width: 1024px) {
  .template .wp-block-column .wp-block-image {
    margin: 0 !important;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .template .wp-block-column h3 {
    margin: 15px 0 15px;
  }
}

.template .wp-block-columns._auto .wp-block-column .wp-block-image::before {
  display: none !important;
}

.template .wp-block-columns._auto .wp-block-column .wp-block-image img {
  height: auto !important;
  position: relative !important;
  width: auto !important;
}

@media (max-width: 1024px) {
  .template .wp-block-columns._spHalf .wp-block-columns {
    margin: 20px 0;
  }
}

@media (max-width: 1024px) {
  .template .wp-block-columns._spHalf .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
    margin: 0 !important;
  }
}

@media (min-width: 1025px) {
  .template .wp-block-columns._align .wp-block-column h3 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .template .wp-block-columns._align .wp-block-column h4 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .template .wp-block-columns .wp-block-column h3 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .template .wp-block-columns .wp-block-column h4 {
    margin-top: 0 !important;
  }
}

.template .wp-block-columns._border + .wp-block-columns._border {
  margin-top: 20px;
}

.template .wp-block-columns._border .wp-block-column {
  border: 3px solid #61AEEB;
  padding: 10px 1% 21px;
}

@media (max-width: 1024px) {
  .template .wp-block-columns._border .wp-block-column {
    border: 2px solid #61AEEB;
    padding: 10px 2.5% 21px;
  }
}

.template .wp-block-columns._border .wp-block-column .wp-block-image::before {
  padding-top: 46%;
}

.template .wp-block-columns._border .wp-block-column .wp-block-image img {
  height: 100% !important;
}

.template ul {
  line-height: 2;
  font-weight: 500;
  margin: 40px 0;
  padding: 0 0 0 60px;
}

@media (max-width: 1024px) {
  .template ul {
    margin: 40px 0;
    padding: 0 0 0 30px;
  }
}

.template ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.template ul li::before {
  border-color: #111111;
  border-style: solid;
  border-width: 5px;
  border-radius: 10px;
  content: "";
  height: 0;
  left: -20px;
  position: absolute;
  top: 12px;
  width: 0;
}

@media (max-width: 1024px) {
  .template ul li::before {
    left: -20px;
  }
}

.template ol {
  counter-reset: ol_li;
  line-height: 2;
  list-style: none;
  margin: 30px 0;
  padding: 0 0 0 65px;
}

@media (max-width: 1024px) {
  .template ol {
    margin: 15px 0;
    padding: 0 0 0 35px;
  }
}

.template ol li {
  position: relative;
}

.template ol li::before {
  color: #111111;
  content: counters(ol_li, ".") ". ";
  counter-increment: ol_li;
  left: -25px;
  position: absolute;
  top: 0;
}

.template blockquote {
  background: #F6FBFF;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin: 50px auto;
  padding: 5.2% 7.29% 3.95% 8.33%;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .template blockquote {
    font-size: 1.5rem;
    margin: 50px auto 40px;
    padding: 6% 4%;
  }
}

.template blockquote::before {
  background: url(../img/common/quote.svg) no-repeat center center/70px 60px;
  content: "";
  height: 60px;
  left: 2.08%;
  position: absolute;
  top: -15px;
  width: 70px;
}

@media (max-width: 1024px) {
  .template blockquote::before {
    background: url(../img/common/quote.svg) no-repeat center center/36px 31px;
    height: 31px;
    left: 1%;
    top: -15px;
    width: 36px;
  }
}

.template blockquote cite {
  border-top: 1px solid #C3CED8;
  display: block;
  font-style: normal;
  margin-top: 25px;
  padding-top: 18px;
}

@media (max-width: 1024px) {
  .template blockquote cite {
    font-size: 1.2rem;
    margin-top: 20px;
    padding-top: 20px;
  }
}

.template blockquote cite > a {
  color: #3A94DC;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .template blockquote cite > a {
    font-size: 1.2rem;
  }
}

.template blockquote cite > a:hover {
  opacity: .5;
}

.template .wp-block-embed__wrapper {
  height: 0;
  margin: 30px auto 50px;
  padding-top: 56%;
  position: relative;
  width: 100%;
}

.template .wp-block-embed__wrapper iframe {
  left: 0;
  position: absolute;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 1024px) {
  .template .wp-block-buttons .wp-block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.template .wp-block-button__link {
  background: #111111;
  border-radius: 28px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1;
  padding: 17px 50px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .template .wp-block-button__link {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

.template .wp-block-button__link:hover {
  background: #61AEEB;
  color: #fff;
  opacity: 1;
}

@media (max-width: 1024px) {
  .template .wp-block-columns .wp-block-button__link {
    padding: 5px 30px;
  }
}

.template .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .template .wp-block-buttons {
    -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;
    width: 100%;
  }
}

.template .wp-block-buttons .wp-block-button.aligncenter {
  width: auto;
}

.template .wp-block-column .wp-block-buttons {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.template .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  color: #61AEEB;
  padding: 17px 50px;
}

@media (max-width: 1024px) {
  .template .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 15px 20px;
  }
}

.template .wp-block-button.is-style-outline .wp-block-button__link:hover {
  border: 1px solid #61AEEB;
  background: #61AEEB;
  color: #fff;
  opacity: 1;
}

@media (max-width: 1024px) {
  .template .wp-block-buttons .wp-block-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .template .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.template .wp-block-table {
  margin-bottom: 30px;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .template .wp-block-table {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.template table {
  border-top: 1px solid #111111;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.template td,
.template th {
  background-color: #fff;
  border-bottom: 1px solid #111111;
  padding: 1.82% 3.5%;
  border-left: none;
  border-right: none;
}

@media (max-width: 1024px) {
  .template td,
  .template th {
    padding: 2% 3%;
  }
}

.template tbody > tr > td:first-child {
  font-weight: 900;
  width: 25%;
}

@media (max-width: 1024px) {
  .template tbody > tr > td:first-child {
    width: 30%;
  }
}

.template .wp-block-columns._border + .wp-block-columns._border {
  margin-top: 20px;
}

/* ==========================================================================
	アーカイブページメインビジュアル
	========================================================================== */
.archive-head {
  padding-bottom: 245px;
  padding-top: 165px;
}

@media (max-width: 1024px) {
  .archive-head {
    padding: 0;
  }
}

.archive-head-ttl {
  margin-top: 90px;
  text-align: center;
}

@media (max-width: 1024px) {
  .archive-head-ttl {
    margin-top: 45px;
  }
}

.archive-head-ttl .en {
  display: block;
  font-size: 3.6rem;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .archive-head-ttl .en {
    font-size: 1.8rem;
  }
}

.archive-head-ttl .ja {
  display: block;
  font-size: 7.2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 1024px) {
  .archive-head-ttl .ja {
    font-size: 3rem;
    line-height: 1.2;
  }
}

/* ==========================================================================
求人一覧
========================================================================== */
.archive-job {
  padding-bottom: 200px;
}

@media (max-width: 1024px) {
  .archive-job {
    padding-bottom: 0;
  }
}

.archive-job .breadcrumb-item .page::before {
  background: url(../img/common/archive-icon.svg) no-repeat center center/20px 17px;
  height: 17px;
  width: 20px;
}

@media (max-width: 1024px) {
  .archive-job .breadcrumb-item .page::before {
    background: url(../img/common/archive-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    width: 15px;
  }
}

.archive-job .arciveTemplate .inner {
  padding-bottom: 80px;
  padding-top: 0;
}

.archive-job .job-list {
  margin-top: -175px;
}

@media (max-width: 1024px) {
  .archive-job .job-list {
    margin-top: 0;
  }
}

.archive-job .job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .archive-job .job-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-job .job-item:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .archive-job .job-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .archive-job .job-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.archive-job .job-img {
  width: calc(100% - 400px);
}

@media (max-width: 1024px) {
  .archive-job .job-img {
    width: 100%;
  }
}

.archive-job .job-img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.archive-job .job-box {
  background: #fff;
  max-width: 400px;
  padding: 3.14% 2.77% 3.7%;
  width: 100%;
}

@media (max-width: 1024px) {
  .archive-job .job-box {
    border-bottom: 1.5px solid #EEEEEE;
    margin: -6.34% auto 0;
    max-width: 94.02%;
    padding: 5.39% 3.17% 8%;
  }
}

.archive-job .job-ttl {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.44;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 1024px) {
  .archive-job .job-ttl {
    font-size: 2.4rem;
    line-height: 1.45;
    margin-bottom: 14px;
  }
}

.archive-job .tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .archive-job .tags {
    margin-bottom: 14px;
  }
}

.archive-job .tags .tag {
  border: 1px solid #61AEEB;
  border-radius: 3px;
  color: #61AEEB;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42;
  margin-right: 2%;
  padding: 3px 5px;
}

@media (max-width: 1024px) {
  .archive-job .tags .tag {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.archive-job .job-salary {
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

@media (max-width: 1024px) {
  .archive-job .job-salary {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 14px;
    text-align: center;
  }
}

.archive-job .job-salary::after {
  content: '';
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.archive-job .job-salary span {
  margin-left: 15px;
}

@media (max-width: 1024px) {
  .archive-job .job-salary span {
    margin-left: 8px;
  }
}

.archive-job .job-desc {
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .archive-job .job-desc {
    letter-spacing: 0;
  }
}

/* ==========================================================================
社員インタビュー一覧
========================================================================== */
.archive-interview {
  position: relative;
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .archive-interview {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .archive-interview .inner {
    max-width: calc(1180px + 5% * 2);
  }
}

.archive-interview .breadcrumb-item .page::before {
  background: url(../img/common/archive-icon.svg) no-repeat center center/20px 17px;
  height: 17px;
  width: 20px;
}

@media (max-width: 1024px) {
  .archive-interview .breadcrumb-item .page::before {
    background: url(../img/common/archive-icon.svg) no-repeat center center/15px 15px;
    height: 15px;
    width: 15px;
  }
}

@media (max-width: 1024px) {
  .archive-interview .arciveTemplate .inner {
    padding-bottom: 100px;
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .archive-interview .category-box {
    margin-top: -140px;
  }
}

@media (max-width: 1024px) {
  .archive-interview .category-box {
    background: #fff;
    padding: 4.47% 4.47% 50px;
  }
}

@media (min-width: 1025px) {
  .archive-interview .interview-list {
    margin-top: 15px;
    padding: 0 5.93%;
  }
}

.archive-interview .interview-item {
  text-align: center;
  width: 46.15%;
}

@media (max-width: 1024px) {
  .archive-interview .interview-item {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .archive-interview .interview-item:not(:first-child) {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .archive-interview .interview-item:nth-child(2n + 1) {
    float: left;
    margin-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .archive-interview .interview-item:nth-child(2n) {
    float: right;
    margin-top: 80px;
  }
}

@media (min-width: 1025px) {
  .archive-interview .interview-item:nth-child(2) {
    margin-top: 115px;
  }
}

.archive-interview .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.archive-interview .interview-link:hover .interview-ttl {
  color: #61AEEB;
}

.archive-interview .interview-img {
  position: relative;
}

.archive-interview .interview-img img {
  aspect-ratio: 4/3;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 1024px) {
  .archive-interview .interview-img img {
    border-radius: 10px;
  }
}

.archive-interview .interview-cat {
  background: #61AEEB;
  color: #fff;
  font-weight: 500;
  left: 0;
  padding: 3px 20px;
  position: absolute;
  top: 5.83%;
}

@media (max-width: 1024px) {
  .archive-interview .interview-cat {
    padding: 3px 10px;
  }
}

.archive-interview .interview-ttl {
  color: #111111;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 1024px) {
  .archive-interview .interview-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.archive-interview .interview-join {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .archive-interview .interview-join {
    display: block;
    font-size: 1.3rem;
  }
}

.archive-interview .interview-name {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.45;
  margin-left: 5px;
}

@media (max-width: 1024px) {
  .archive-interview .interview-name {
    display: block;
    font-size: 2.6rem;
    margin-left: 0;
  }
}

.archive-interview .interview-name span {
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .archive-interview .interview-name span {
    font-size: 2rem;
  }
}

/* ==========================================================================
	singleページメインビジュアル
	========================================================================== */
.single .single-head {
  margin-bottom: 110px;
  padding-top: 165px;
}

@media (max-width: 1024px) {
  .single .single-head {
    margin-bottom: 0;
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .single .single-head-inner {
    margin-left: auto;
    max-width: calc(1590px + 5%);
    padding: 0 0 0 5%;
  }
}

@media (max-width: 1024px) {
  .single .single-head-inner {
    padding-bottom: 0;
  }
}

.single .single-head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .single .single-head-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.single .single-head-left {
  margin-top: 8%;
  width: 600px;
}

@media (max-width: 1024px) {
  .single .single-head-left {
    margin-top: 0;
    width: 100%;
  }
}

.single .single-head-ttl {
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .single .single-head-ttl {
    font-size: 3rem;
  }
}

.single .tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .single .tags {
    margin-top: 5px;
  }
}

.single .tags .tag {
  background: #fff;
  border: 1px solid #61AEEB;
  border-radius: 3px;
  color: #61AEEB;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42;
  margin-right: 2%;
  padding: 3px 5px;
}

@media (max-width: 1024px) {
  .single .tags .tag {
    font-size: 1.2rem;
    margin-bottom: 5px;
    margin-right: 1%;
  }
}

.single .single-head-desc {
  font-weight: 500;
  margin-top: 25px;
  max-width: 530px;
}

@media (max-width: 1024px) {
  .single .single-head-desc {
    font-weight: 400;
    margin-top: 10px;
  }
}

.single .btn {
  margin-left: 150px;
  margin-top: 30px;
  max-width: 270px;
}

@media (max-width: 1024px) {
  .single .btn {
    margin: 20px auto 0;
  }
}

.single .single-head-right {
  margin-left: 2%;
  width: calc(100% - 600px);
}

@media (max-width: 1024px) {
  .single .single-head-right {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}

.single .post-img {
  margin-right: -11.8%;
}

@media (max-width: 1024px) {
  .single .post-img {
    margin-right: auto;
    margin-left: auto;
  }
}

.single .post-img img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* ==========================================================================
	求人詳細
	========================================================================== */
@media (max-width: 1024px) {
  .single-job .singleTemplate {
    padding-bottom: 0;
  }
}

.single-job .singleTemplate .inner {
  max-width: calc(960px + 5% * 2);
}

@media (max-width: 1024px) {
  .single-job .singleTemplate .inner {
    max-width: calc(500px + 5% * 2);
  }
}

.single-job .singleTemplate .template {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.single-bottom {
  padding-bottom: 110px;
  padding-top: 140px;
  /* 見出しH2 */
}

@media (max-width: 1024px) {
  .single-bottom {
    padding-bottom: 0;
    padding-top: 0px;
  }
}

.single-bottom::before {
  content: none;
}

@media (max-width: 1024px) {
  .single-bottom .inner {
    padding-top: 40px;
  }
}

.single-bottom h2 {
  background: #61AEEB;
  border-radius: 5px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.33;
  margin: 80px 0 30px;
  padding: 20px;
  position: relative;
  text-align: center;
}

@media (max-width: 1024px) {
  .single-bottom h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 55px 0 25px;
    padding: 10px 15px;
  }
}

.single-bottom h2:first-child {
  margin-top: 0 !important;
}

.single-bottom h2::before {
  background: url(../img/common/h2-icon.svg) no-repeat center center/75px 70px;
  content: '';
  height: 70px;
  left: 50%;
  position: absolute;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75px;
}

@media (max-width: 1024px) {
  .single-bottom h2::before {
    background: url(../img/common/h2-icon.svg) no-repeat center center/42px 39px;
    height: 39px;
    top: -28px;
    width: 42px;
  }
}

.single-bottom .interview-list {
  margin-top: 40px;
}

.single-bottom .interview-item {
  max-width: 78.7%;
  margin: auto;
}

.single-bottom .interview-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .single-bottom .interview-item {
    max-width: 100%;
  }
}

.single-bottom .interview-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-bottom .interview-link:hover {
  opacity: .7;
}

.single-bottom .interview-link:hover .interview-text-upper {
  color: #61AEEB;
}

.single-bottom .interview-link:hover .interview-ttl {
  color: #61AEEB;
}

.single-bottom .interview-img {
  max-width: 144px;
  width: 24.13%;
}

@media (max-width: 1024px) {
  .single-bottom .interview-img {
    max-width: 120px;
    width: 28%;
  }
}

.single-bottom .interview-img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-bottom .interview-text {
  margin-left: 2.94%;
  width: 82.35%;
}

.single-bottom .interview-text-upper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .single-bottom .interview-text-upper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-bottom .interview-name {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .single-bottom .interview-name {
    font-size: 1.5rem;
  }
}

.single-bottom .interview-join {
  font-weight: 900;
  margin-left: 12px;
}

@media (max-width: 1024px) {
  .single-bottom .interview-join {
    font-size: 1.2rem;
    margin-left: 0;
  }
}

.single-bottom .interview-ttl {
  font-weight: 400;
  line-height: 1.77;
}

@media (max-width: 1024px) {
  .single-bottom .interview-ttl {
    font-size: 1.4rem;
  }
}

.single-bottom .btn {
  margin: 50px auto 0;
}

.other-job {
  background: #EFFCFF;
  padding-bottom: 80px;
  padding-top: 60px;
}

@media (max-width: 1024px) {
  .other-job {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

.other-job .h2-ttl {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1024px) {
  .other-job .h2-ttl {
    font-size: 1.8rem;
  }
}

.other-job .job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

@media (max-width: 1024px) {
  .other-job .job-list {
    margin-top: 25px;
  }
}

.other-job .job-item {
  width: 29.16%;
}

@media (max-width: 1024px) {
  .other-job .job-item {
    width: 47.5%;
  }
}

@media (max-width: 1024px) {
  .other-job .job-item:nth-child(2n) {
    margin-left: 5%;
  }
}

@media (min-width: 1025px) {
  .other-job .job-item:not(:nth-child(3n + 1)) {
    margin-left: 4.16%;
  }
}

@media (max-width: 1024px) {
  .other-job .job-item:nth-child(n + 3) {
    margin-top: 15px;
  }
}

@media (min-width: 1025px) {
  .other-job .job-item:nth-child(n + 4) {
    margin-top: 20px;
  }
}

.other-job .job-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .other-job .job-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.other-job .job-link:hover .job-ttl {
  color: #61AEEB;
}

.other-job .job-img {
  max-width: 120px;
}

@media (max-width: 1024px) {
  .other-job .job-img {
    max-width: 100%;
    width: 100%;
  }
}

.other-job .job-img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.other-job .job-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  margin-left: 6%;
}

@media (max-width: 1024px) {
  .other-job .job-ttl {
    font-size: 1.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* ==========================================================================
インタビュー詳細
========================================================================== */
@media (max-width: 1024px) {
  .single-interview .single-head-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) {
  .single-interview .single-head-left .cats {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.single-interview .single-head-left .cats .cat {
  border: 2px solid #111111;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 900;
  padding: 5px 30px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .single-interview .single-head-left .cats .cat {
    border-radius: 2.5px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 8px 15px;
  }
}

.single-interview .single-head-left .btn {
  margin-top: 30px;
}

.single-interview .single-head-right {
  margin-left: 3%;
}

@media (max-width: 1024px) {
  .single-interview .single-head-right {
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
  }
}

.single-interview .single-head-interview-name {
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .single-interview .single-head-interview-name {
    font-size: 3.6rem;
    text-align: center;
  }
}

.single-interview .single-head-interview-name .small {
  font-size: 3.6rem;
}

@media (max-width: 1024px) {
  .single-interview .single-head-interview-name .small {
    font-size: 2.4rem;
  }
}

.single-interview .single-head-interview-ttl {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.71;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .single-interview .single-head-interview-ttl {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

.single-interview .single-head-desc {
  max-width: 100%;
}

@media (min-width: 1025px) {
  .single-interview .singleTemplate .inner {
    max-width: calc(960px + 5% * 2);
  }
}

.single-interview .singleTemplate .template {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.single-interview .singleTemplate .template h3 {
  font-size: 2.4rem;
  padding-left: 29px;
}

.single-interview .btn {
  line-height: 1.3;
  margin: auto;
}

/* paging */
.paging {
  border-bottom: 1px solid #111111;
  border-top: 1px solid #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  width: 100%;
}

@media (max-width: 1024px) {
  .paging {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.paging-item {
  line-height: 1.44;
  position: relative;
  width: calc(100% / 2);
}

@media (max-width: 1024px) {
  .paging-item {
    min-height: 80px;
    width: 100%;
  }
}

.paging-item a {
  display: block;
  font-size: 1.6rem;
  padding: 8% 5% 8% 10%;
  -webkit-transition: .1s;
  transition: .1s;
  word-wrap: break-word;
}

@media (max-width: 1024px) {
  .paging-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.paging-item a:hover {
  background: #F8FDFF;
}

.paging-item a .name {
  font-weight: 900;
}

@media (max-width: 1024px) {
  .paging-item a .name {
    text-align: right;
  }
}

.paging-item-next a {
  padding: 8% 10% 8% 5%;
  text-align: right;
}

@media (max-width: 1024px) {
  .paging-item-next a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: left;
  }
  .paging-item-next a .name {
    text-align: left;
  }
}

.paging-item-prev {
  border-right: 1px solid #111111;
}

.paging-item-prev .paging-arrow {
  left: 0px;
}

.paging-item-prev .paging-arrow::before {
  left: 0;
}

.paging-item-next .paging-arrow {
  right: 20px;
}

.paging-item-next .paging-arrow::before {
  left: auto;
  right: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.paging-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.paging-arrow::before {
  background: url(../img/common/paging-arrow.svg) no-repeat center center/5px 15px;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 0;
  -webkit-transition: .1s;
  transition: .1s;
  width: 5px;
}

.single-interview .single-bottom {
  padding-top: 110px;
}

@media (max-width: 1024px) {
  .single-interview .single-bottom {
    padding-top: 0;
  }
}

.single-interview .single-bottom .category-box {
  border-radius: 10px;
  border: 1px solid #111;
  margin-top: 60px;
  padding: 40px;
}

@media (max-width: 1024px) {
  .single-interview .single-bottom .category-box {
    margin-top: 40px;
    padding: 18px 15px;
  }
}

/* ==========================================================================
	固定ページメインビジュアル
========================================================================== */
.page {
  position: relative;
}

.page::before {
  background: url(../img/common/common-head-bg.png) no-repeat center center/100% 680px;
  content: '';
  height: 680px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1024px) {
  .page::before {
    background: url(../img/common/common-head-bg-sp.png) no-repeat center center/100% 320px;
    height: 320px;
  }
}

.page-head {
  padding-top: 165px;
}

@media (max-width: 1024px) {
  .page-head {
    padding-top: 0px;
  }
}

.page-head-ttl {
  margin-top: 90px;
  text-align: center;
}

@media (max-width: 1024px) {
  .page-head-ttl {
    margin-top: 45px;
  }
}

.page-head-ttl .en {
  display: block;
  font-size: 3.6rem;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .page-head-ttl .en {
    font-size: 1.8rem;
  }
}

.page-head-ttl .ja {
  display: block;
  font-size: 7.2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 1024px) {
  .page-head-ttl .ja {
    font-size: 3rem;
    margin: 0px;
    text-align: center;
  }
}

/* ==========================================================================
よくある質問
========================================================================== */
.faq-template {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  padding: 60px;
}

@media (max-width: 1024px) {
  .faq-template {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}

.faq-box:last-child .faq-btn {
  border-bottom: 1px solid #111111;
}

@media (max-width: 1024px) {
  .faq-box:last-child .faq-btn {
    border-bottom: none;
  }
}

.faq-box:last-child .faq-btn.selected {
  border-bottom: none;
}

.faq-box:last-child .faq-content {
  padding-bottom: 0;
}

.faq-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #111111;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  line-height: 1.33;
  min-height: 60px;
  padding: 5px 70px 5px 80px;
  position: relative;
}

@media (max-width: 1024px) {
  .faq-btn {
    font-size: 1.6rem;
    min-height: 35px;
    padding: 0 35px 0 50px;
  }
}

.faq-btn::before {
  background: url(../img/common/faq-q.svg) no-repeat center center/26px 30px #111111;
  content: '';
  height: 60px;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
}

@media (max-width: 1024px) {
  .faq-btn::before {
    background: url(../img/common/faq-q.svg) no-repeat center center/20px 24px #111111;
    height: 35px;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 35px;
  }
}

.faq-btn::after {
  background: url(../img/common/faq-open.svg) no-repeat center center/27px 27px;
  content: '';
  height: 27px;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
}

@media (max-width: 1024px) {
  .faq-btn::after {
    background: url(../img/common/faq-open.svg) no-repeat center center/20px 20px;
    height: 20px;
    right: 0px;
    width: 20px;
  }
}

.faq-btn.selected::after {
  background: url(../img/common/faq-close.svg) no-repeat center center/27px 27px;
  -webkit-transform: translateY(-50%) rotate(-360deg);
          transform: translateY(-50%) rotate(-360deg);
}

@media (max-width: 1024px) {
  .faq-btn.selected::after {
    background: url(../img/common/faq-close.svg) no-repeat center center/22px 22px;
  }
}

.faq-btn:hover {
  opacity: .8;
}

.faq-content {
  font-weight: 400;
  padding: 0px 70px 25px 80px;
}

@media (max-width: 1024px) {
  .faq-content {
    font-size: 1.4rem;
    padding: 14px 35px 20px 50px;
  }
}

.faq-content .faq-lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
  color: #61AEEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  position: relative;
}

@media (max-width: 1024px) {
  .faq-content .faq-lead {
    font-size: 1.5rem;
    min-height: 35px;
  }
}

.faq-content .faq-lead::before {
  background: url(../img/common/faq-a.svg) no-repeat center center/22px 30px #61AEEB;
  content: '';
  height: 60px;
  left: -80px;
  position: absolute;
  top: 0px;
  width: 60px;
}

@media (max-width: 1024px) {
  .faq-content .faq-lead::before {
    background: url(../img/common/faq-a.svg) no-repeat center center/18px 24px #61AEEB;
    height: 35px;
    left: -50px;
    width: 35px;
  }
}

/* ==========================================================================
応募する
========================================================================== */
.template .entry-h3 {
  font-size: 2.4rem;
  padding-left: 29px;
}

@media (max-width: 1024px) {
  .template .entry-h3 {
    font-size: 2rem;
    padding-left: 22px;
  }
}

.wpcf7-form {
  margin-top: 60px;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__item:not(:first-child) {
  padding-top: 10px;
}

@media (max-width: 1024px) {
  .form__item:not(:first-child) {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding: 0;
  }
}

.form__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
  min-width: 160px;
}

@media (max-width: 1024px) {
  .form__label {
    font-size: 1.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    margin-right: 0px;
    min-width: 100%;
  }
}

.form__label--required::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #61AEEB;
  border-radius: 3px;
  color: #fff;
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  margin-left: 10px;
  width: 56px;
}

@media (max-width: 1024px) {
  .form__label--required::after {
    font-size: 1.3rem;
    height: 20px;
    width: 40px;
  }
}

.form__item--textarea .form__label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .form__item--textarea .form__label {
    margin-top: 0;
  }
}

.form__item--textarea .form__label--required::after {
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .form__item--textarea .form__label--required::after {
    margin-top: 5px;
  }
}

.form__input {
  display: inline-block;
  width: calc(100% - 160px);
}

@media (max-width: 1024px) {
  .form__input {
    width: 100%;
  }
}

.form__input input,
.form__input textarea {
  background: #F5F8F9;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 400;
  height: 100%;
}

@media (max-width: 1024px) {
  .form__input input,
  .form__input textarea {
    font-size: 1.5rem;
  }
}

.form__input input::-webkit-input-placeholder,
.form__input textarea::-webkit-input-placeholder,
.form__input select::-webkit-input-placeholder {
  color: #CCCCCC;
}

.form__input input:-ms-input-placeholder,
.form__input textarea:-ms-input-placeholder,
.form__input select:-ms-input-placeholder {
  color: #CCCCCC;
}

.form__input input::-ms-input-placeholder,
.form__input textarea::-ms-input-placeholder,
.form__input select::-ms-input-placeholder {
  color: #CCCCCC;
}

.form__input input::placeholder,
.form__input textarea::placeholder,
.form__input select::placeholder {
  color: #CCCCCC;
}

.form__input input,
.form__input textarea {
  padding: 15px 4%;
  width: 100%;
}

@media (max-width: 1024px) {
  .form__input input,
  .form__input textarea {
    padding: 2%;
  }
}

.form__input textarea {
  resize: none;
  height: 200px;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .form__input textarea {
    padding: 2%;
    height: 145px;
  }
}

.center {
  text-align: center;
}

.form__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media (max-width: 1024px) {
  .form__submit {
    width: 100%;
  }
}

.form__submit::after {
  background: url(../img/common/btn-arrow.svg) no-repeat center center/5px 15px;
  content: '';
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: 10%;
  top: 62%;
  width: 5px;
}

@media (max-width: 1024px) {
  .form__submit::after {
    background: url(../img/common/btn-arrow.svg) no-repeat center center/4px 12px;
    height: 12px;
    top: 43px;
    right: 36%;
    width: 4px;
  }
}

.form__btns {
  text-align: center;
}

.form__btns .form__submit {
  margin: 60px 0 0 15px;
}

@media (max-width: 1024px) {
  .form__btns .form__submit {
    margin: 20px auto 0;
  }
}

@media (max-width: 1024px) {
  .form__btns .form__submit::after {
    top: 14px;
  }
}

@media (max-width: 1024px) {
  .form__btns .form__submit input[type="submit"] {
    margin: auto;
  }
}

.form__submit input[type="submit"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  margin-top: 40px;
  position: relative;
  width: 270px;
}

@media (max-width: 1024px) {
  .form__submit input[type="submit"] {
    border-radius: 19px;
    font-size: 1.4rem;
    height: 38px;
    margin: 30px auto 0;
    max-width: 155px;
    width: 100%;
  }
}

.form__submit input[type="submit"]:hover {
  background: #61AEEB;
  border: 1px solid #61AEEB;
}

.wpcf7-not-valid-tip {
  color: #f60a0a;
  font-weight: bold;
  margin-top: 5px;
}

.wpcf7-not-valid-tip::before {
  content: "※";
}

@media (max-width: 1024px) {
  .wpcf7-not-valid-tip {
    margin-top: 3px;
  }
}

div.wpcf7-response-output {
  border: none !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 1024px) {
  div.wpcf7-response-output {
    font-size: 1.6rem;
  }
}

div.wpcf7 .ajax-loader {
  bottom: -40px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

span.wpcf7-list-item {
  margin: 0;
}

/* 送信ローダーの位置調整 */
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .wpcf7 .wpcf7-spinner {
    margin: 0 0 0 10px;
  }
}

.wpcf7-submit-block {
  /* 要調整(*1) */
  position: relative;
  margin-bottom: 2em;
}

.wpcf7-submit-block input[type='submit'] {
  min-width: 200px;
}

/* 送信ローダークリック時 */
.wpcf7-submit.wpcf7-active {
  pointer-events: none;
  opacity: .5;
}

/* ==========================================================================
送信確認ページ
========================================================================== */
.form__prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  height: auto;
  margin-top: 40px;
  margin-right: 15px;
  position: relative;
  width: auto;
}

@media (max-width: 1024px) {
  .form__prev {
    margin: 30px auto 0;
    width: 100%;
  }
}

.form__prev::after {
  background: url(../img/common/form-prev-arrow.svg) no-repeat center center/5px 15px;
  content: '';
  height: 15px;
  position: absolute;
  left: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
}

@media (max-width: 1024px) {
  .form__prev::after {
    background: url(../img/common/form-prev-arrow.svg) no-repeat center center/4px 12px;
    height: 12px;
    left: 36%;
    width: 4px;
  }
}

.form__prev:hover::after {
  background: url(../img/common/btn-arrow.svg) no-repeat center center/5px 15px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.form__prev input[type="button"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 30px;
  border: none;
  border: 3px solid #999999;
  color: #999999;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
}

@media (max-width: 1024px) {
  .form__prev input[type="button"] {
    border: 1px solid #999999;
    border-radius: 18px;
    font-size: 1.4rem;
    height: 38px;
    margin: auto;
    max-width: 155px;
    width: 100%;
  }
}

.form__prev input[type="button"]:hover {
  background: #999999;
  color: #fff;
}

.wp-block-contact-form-7-contact-form-selector .form__input {
  border: 1px solid #111111;
  border-radius: 5px;
  min-height: 60px;
  padding: 10px 30px;
}

@media (max-width: 1024px) {
  .wp-block-contact-form-7-contact-form-selector .form__input {
    min-height: 40px;
    padding: 2%;
  }
}

/* ==========================================================================
404ページ
========================================================================== */
.notFound-page .template {
  padding: 60px 60px 55px;
}

@media (max-width: 1024px) {
  .notFound-page .template {
    padding: 8% 2% 10%;
  }
}

.notFound-page p {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 1024px) {
  .notFound-page p {
    font-size: 1.4rem;
  }
}

.notFound-page .btn {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .notFound-page .btn {
    margin-top: 25px;
  }
}
