@charset "UTF-8";
/*********************
Theme Name:GK SPORTS CAREER
Theme URI:
Description:
Author: GKLINE
Author URI:
Version: 1
Tags: responsive-layout
*********************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* snippet */
.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.text-c {
  text-align: center !important;
}

.serif {
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.bold {
  font-weight: 600 !important;
}

.red {
  color: #e10d0d !important;
}

.blue {
  color: #1A7CDD !important;
}

.underline {
  border-bottom: 1px solid !important;
}

.text-ul {
  text-decoration: underline !important;
}

a.text-ul:hover {
  text-decoration: none !important;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid-2col {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-3col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .wrap {
    max-width: 1080px;
  }
}

.wrap-m {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

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

.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .tab {
    display: none;
  }
}

.tabpc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tabpc {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc {
    display: block;
  }
}

.btn {
  display: inline-block;
  background: #FF6E55;
  color: white !important;
  text-align: center;
  padding: 0.5em 1em;
  text-decoration: none;
}
.btn-more {
  font-size: clamp(16px, 13.6px + 0.6vw, 22px);
  width: 90%;
  max-width: 380px;
  border-radius: 5px;
  font-weight: 700;
}
.btn-more::after {
  content: "";
  width: clamp(20px, 16px + 1vw, 30px);
  height: clamp(20px, 16px + 1vw, 30px);
  background: url(img/icon_arrow-r-wh.png) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-left: 0.5em;
}

.btn-entry span {
  display: inline-block;
  background: white;
  color: #FF6E55 !important;
  border-radius: 3px;
  padding: 0 0.5em;
  margin-right: 0.5em;
}

.m0 {
  margin: 0 !important;
}

.m10 {
  margin: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

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

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

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

.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

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

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

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

.noborder {
  border: 0 !important;
}

.tab-group .tab {
  background: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0.75rem 0;
  background: #f2f2f2;
}
.tab-group .tab.active {
  background: #1A7CDD;
  color: white;
}
@media screen and (min-width: 1000px) {
  .tab-group .tab {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
  }
}

.panel:not(.show) {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 100%;
}

body {
  font-size: 85%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  color: #030A11;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 100%;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
  margin: 0;
  font-size: 100%;
  line-height: 1.4;
}

.h1, .h2, .h3, .h4 {
  font-weight: 600;
}

.h1 {
  font-size: clamp(24px, 17.6px + 1.6vw, 40px);
  line-height: 1.4;
}

.h2 {
  font-size: clamp(20px, 15.2px + 1.2vw, 32px);
  line-height: 1.4;
}

.h3 {
  font-size: clamp(18px, 15.6px + 0.6vw, 24px);
  line-height: 1.4;
}

.h4 {
  font-size: clamp(16px, 14.4px + 0.4vw, 20px);
}

small, .small {
  font-size: 0.75em;
}

ul, li, ol, img, dl, dt, dd, a, table, td, th, figure, span, i, p {
  margin: 0;
  padding: 0;
}

table, th, td, dl, dt, dd, ul, li, ol, p {
  font-size: clamp(13px, 11.8px + 0.3vw, 16px);
}

span {
  font-size: inherit;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

a:link, a:visited {
  color: #030A11;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #696969;
}

::-moz-placeholder {
  color: #696969;
}

:-ms-input-placeholder {
  color: #696969;
}

::-ms-input-placeholder {
  color: #696969;
}

::placeholder {
  color: #696969;
}

@media screen and (min-width: 1000px) {
  a:hover {
    opacity: 0.8;
  }
}
.ttl-has-en {
  line-height: 1.75;
}
.ttl-has-en::before {
  content: attr(data-en);
  display: block;
  font-weight: 400;
  font-size: 0.75em;
}

/* header */
.pc-menu {
  display: none;
}

.sp-menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  background: white;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.sp-menu .menu-list a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  padding: 1em;
  border-bottom: 1px solid #DEE1E3;
}
.sp-menu .header-top-menu {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-menu .header-top-menu a {
  width: 240px;
  margin: 0 auto;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .sp-menu .header-top-menu a {
    width: 200px;
  }
}

.sp-menu-container {
  padding: 1em 5% 10%;
}

.header-top-menu a {
  display: block;
  line-height: 60px;
  background: #1A7CDD;
  color: white;
  width: 180px;
  text-align: center;
}
.header-top-menu a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url(img/icon_menbersvideo.png) no-repeat center/contain;
  position: relative;
  top: -0.1em;
}
.header-top-menu .recruitment-person a {
  background: #14348A;
}
.header-top-menu .recruitment-person a::before {
  background-image: url(img/icon_forrecruitement.png);
}
.header-top-menu .contact a {
  background: #FF6E55;
}
.header-top-menu .contact a::before {
  background-image: url(img/icon_soudan.png);
}

@media screen and (min-width: 1000px) {
  .sp-menu {
    display: none !important;
  }
  .sp-menu-btn {
    display: none !important;
  }
  .pc-menu {
    display: block;
  }
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 10;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.header-top {
  position: relative;
  height: 60px;
}

.sp-menu-btn {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
  width: 60px;
  height: 40px;
  padding: 0 13px;
}
.sp-menu-btn::after {
  content: "MENU";
  font-size: 11px;
  display: block;
  text-align: center;
  line-height: 1.2;
}
.sp-menu-btn span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  background: #030A11;
  border-radius: 1px;
}
.sp-menu-btn span:nth-child(1) {
  top: 4px;
}
.sp-menu-btn span:nth-child(2) {
  margin: 12px auto 11px;
}
.sp-menu-btn span:nth-child(3) {
  top: -3px;
}
.sp-menu-btn.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp-menu-btn.open span:nth-child(2) {
  opacity: 0;
}
.sp-menu-btn.open span:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hero {
  margin-top: 60px;
  width: 100%;
  padding-bottom: 15vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}
.hero .hero-copy {
  line-height: 1.2;
  font-size: clamp(32px, 12.8px + 4.8vw, 80px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0;
  margin-bottom: 1em;
}
.hero .hero-copy::after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  bottom: -3px;
  width: 100%;
  height: 10px;
  z-index: -1;
  background: url(img/parts_brush.png) no-repeat left center/cover;
}
.hero h1 {
  font-size: clamp(16px, 14.4px + 0.4vw, 20px);
  text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white;
}
.hero .entry-area {
  padding-top: clamp(16px, 9.6px + 1.6vw, 32px);
  padding-bottom: 0;
}
.hero .entry-area .btn-entry {
  width: 70%;
  max-width: 270px;
}
.hero .entry-area .btn-entry span {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-bottom: 0;
    max-height: 660px;
  }
  .hero .hero-copy {
    font-weight: 500;
    display: block;
    padding-bottom: min(4vw, 50px);
    margin-bottom: 0;
  }
  .hero .hero-copy::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .hero {
    margin-top: 111px;
  }
}
@media screen and (min-width: 1200px) {
  .hero::after {
    content: "";
    width: 180px;
    height: 100%;
    background: url(img/bg-hero-r.svg) no-repeat right top/cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
}

.hero-wrap {
  padding-top: 5vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero-wrap {
    padding-top: 10vw;
    display: block;
    position: absolute;
    width: 55%;
    padding-left: 5%;
    top: -1px;
    left: 0;
    z-index: 4;
    background: url(img/bg-hero.svg) no-repeat right top/cover;
    height: 101%;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-wrap {
    width: 50%;
    padding-top: 80px;
    padding-left: 100px;
    padding-left: 12%;
  }
}
@media screen and (min-width: 1500px) {
  .hero-wrap {
    padding-left: 15%;
  }
}

.hero-slide {
  width: 140%;
  left: -20%;
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .hero-slide {
    width: 100%;
    left: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .hero-slide {
    width: 65%;
    left: 35%;
  }
  .hero-slide img {
    width: 100%;
  }
}

.header-logo {
  padding: 0 0 0 1em;
  display: inline-block;
}
.header-logo a {
  height: 60px;
  width: 200px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(img/logo.png) no-repeat left center/contain;
}

@media screen and (min-width: 1000px) {
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-top-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-sns {
    gap: 20px;
    padding-right: 20px;
  }
  .header-sns img {
    height: 30px;
  }
  .header-menu {
    border-top: 1px solid #DEE1E3;
  }
  .menu-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-list a {
    display: block;
    line-height: 50px;
    position: relative;
    padding: 0 2em;
    font-weight: 500;
  }
  .menu-list a:hover {
    opacity: 1;
    color: #1A7CDD !important;
  }
  .menu-list a::after {
    content: "";
    width: 1px;
    height: 24px;
    background: #DEE1E3;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}
/* contents */
.contents {
  display: block;
  width: 100%;
}

.top-contents > section {
  padding-top: min(10vw, 60px);
  padding-bottom: min(10vw, 60px);
}

.about {
  position: relative;
  padding-bottom: min(20vw, 140px) !important;
}
.about::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/bg_gray-diagonal.png) no-repeat bottom;
  background-size: 100% 90%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.about .ttl-area h2 {
  margin-bottom: 1em;
}

.support {
  margin-top: -2em;
  padding-top: 0 !important;
}
.support .ttl-area {
  padding-bottom: min(10vw, 80px);
}
.support .ttl-support {
  position: relative;
}
.support .ttl-support h3 {
  background: #1A7CDD;
  display: inline-block;
  color: white;
  padding: 0.5em 1em;
}
.support .ttl-support h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #1A7CDD;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.support-list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
  padding-top: clamp(30px, 18px + 3vw, 60px);
  padding-bottom: 0;
  width: 90%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .support-list {
    -ms-grid-columns: 1fr clamp(30px, 18px + 3vw, 60px) 1fr clamp(30px, 18px + 3vw, 60px) 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(30px, 18px + 3vw, 60px);
  }
}

.top-contents .support-list {
  padding-bottom: min(5vw, 50px);
}

.support-list-body {
  text-align: center;
}
.support-list-body p {
  font-size: clamp(16px, 15.2px + 0.2vw, 18px);
  font-weight: 700;
  padding-top: 0.5em;
}

.support-flow {
  background: #F2F3F4;
}
.support-flow .ttl-area {
  padding-bottom: min(5vw, 30px);
}

.page-contents {
  margin-top: 60px;
}
.page-contents .support-flow {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .page-contents {
    margin-top: 111px;
  }
}

.support-flow-list {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.support-flow-list li {
  counter-increment: number;
}
.support-flow-list .img {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.support-flow-list .img::before {
  content: counter(number);
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 8px;
  background: #030A11;
  color: white;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.support-flow-list .ttl {
  line-height: 1.3;
  font-weight: 600;
  font-size: 17px;
  padding: 0.75em 0 0.25em;
}
@media screen and (min-width: 768px) {
  .support-flow-list {
    width: 100%;
  }
  .support-flow-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .support-flow-list .ttl {
    padding-top: 0;
  }
  .support-flow-list .img {
    width: 140px;
  }
  .support-flow-list .img::before {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 36px;
    left: 0;
    top: 0;
  }
  .support-flow-list .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    padding-left: 20px;
  }
}

.top-contents .support-flow-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
}
.top-contents .support-flow-list li {
  width: 47%;
  max-width: 170px;
}
.top-contents .support-flow-list .ttl {
  padding-top: 0.75em;
}
.top-contents .support-flow-list .img {
  width: 100%;
}
.top-contents .support-flow-list .img::before {
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top-contents .support-flow-list {
    gap: 16px;
  }
  .top-contents .support-flow-list li {
    display: block;
    width: 140px;
  }
  .top-contents .support-flow-list .img {
    width: auto;
  }
  .top-contents .support-flow-list .text {
    text-align: center;
    padding-left: 0;
  }
}
.top-contents .support-flow .ttl-area {
  padding-bottom: min(5vw, 50px);
}

.page-contents .support-flow-list {
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .page-contents .support-flow-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.faq .ttl-area {
  text-align: center;
  padding-bottom: min(5vw, 30px);
}
.faq .ttl-area .h2 {
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0 !important;
  }
  .faq .ttl-area {
    text-align: left;
    padding-left: min(2vw, 30px);
    width: 30%;
  }
  .faq .faq-list {
    width: 70%;
  }
}

.faq-list {
  padding-left: 16px;
}
.faq-list dt, .faq-list dd {
  position: relative;
  font-size: 14px;
  padding-left: 24px;
}
.faq-list dt::before, .faq-list dd::before {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: -16px;
  top: -0.5em;
  border-radius: 50%;
}
.faq-list dt {
  font-weight: 500;
  margin-bottom: 1em;
  border-bottom: 1px dashed #DEE1E3;
}
.faq-list dt::before {
  content: "Q";
  background: #1A7CDD;
  color: white;
}
.faq-list dd {
  padding-bottom: 2em;
}
.faq-list dd::before {
  content: "A";
  background: white;
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .faq-list {
    padding-left: 23px;
  }
  .faq-list dt, .faq-list dd {
    padding-left: 36px;
    font-size: 16px;
  }
  .faq-list dt::before, .faq-list dd::before {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    left: -23px;
  }
  .faq-list dt {
    margin-bottom: 22px;
    border-width: 2px;
    padding-bottom: 6px;
  }
  .faq-list dd {
    padding-bottom: 40px;
  }
}

.entry-area {
  padding-top: min(6vw, 60px);
  padding-bottom: min(10vw, 90px);
}
.entry-area .fukidasi {
  font-size: clamp(16px, 13.6px + 0.6vw, 22px);
  font-weight: 600;
  margin-bottom: 0.25em;
}
.entry-area .btn-entry {
  font-size: clamp(20px, 17.6px + 0.6vw, 26px);
  font-weight: 600;
  width: 90%;
  max-width: 460px;
}
.entry-area .btn-entry span {
  font-size: 0.75em;
  margin: 0 0.5em;
  position: relative;
  top: -0.1em;
}

.footer-menu {
  background: #F2F3F4;
  padding-top: min(5vw, 50px);
  padding-bottom: min(5vw, 50px);
}
.footer-menu .privacy-mark {
  text-align: center;
  padding: 1em 0 0;
}

.footer-logo {
  text-align: center;
  padding: 1em 1em 2em;
}
.footer-logo img {
  width: 160px;
}

.footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-menu-list ul {
  display: inline-block;
  border-left: 1px solid;
  padding-left: 1em;
}
.footer-menu-list a {
  padding: 0.5em 0;
  display: block;
  font-size: clamp(13px, 12.2px + 0.2vw, 15px);
  font-weight: 600;
}

.footer-menu-wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .footer-menu-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu-wrap .footer-logo {
    padding: 0;
  }
  .footer-menu-wrap .footer-logo img {
    width: 120px;
  }
  .footer-menu .privacy-mark {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer-menu-wrap {
    gap: 50px;
  }
  .footer-menu-list {
    gap: 40px;
  }
  .footer-menu-list a:hover {
    opacity: 1;
    color: #1A7CDD !important;
  }
}
.privacy-mark img {
  width: 80px;
}

.footer-links {
  padding-top: 24px;
}
.footer-links .footer-links-ttl {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1em;
}

.footer-link-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-link-list img {
  width: 272px;
}
@media screen and (min-width: 768px) {
  .footer-link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.sns-list {
  gap: 20px;
}
.sns-list img {
  width: 40px;
}

.copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

/* page */
.page-contents > section {
  padding-top: min(10vw, 60px);
  padding-bottom: min(10vw, 60px);
}

.page-ttl-area {
  text-align: center;
  padding-top: min(8vw, 60px);
}
.page-ttl-area .page-ttl-text {
  font-size: clamp(14px, 12.4px + 0.4vw, 18px);
}

.page-ttl {
  padding-bottom: 1em;
}

.message {
  padding-top: 0 !important;
  background: url(img/bg_message.jpg) no-repeat bottom/130%;
}
@media screen and (min-width: 768px) {
  .message {
    background-size: 100%;
    padding-bottom: min(10vw, 120px) !important;
  }
}
.message-text {
  width: 80%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  background: white;
  margin-top: min(8vw, 70px);
  margin-bottom: 50px;
  padding-right: min(5vw, 50px);
  padding-left: min(5vw, 50px);
  padding-bottom: min(4vw, 40px);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.message-text::before {
  content: "";
  width: 10px;
  height: 30px;
  background: #1A7CDD;
  display: block;
  position: absolute;
  top: -7px;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .message-text {
    margin-bottom: 0;
  }
  .message-text::before {
    width: 20px;
    height: 46px;
    left: 30px;
  }
}

.message-ttl {
  padding-top: min(5vw, 40px);
  padding-bottom: min(5vw, 30px);
}

.support-system .ttl-area {
  padding-bottom: clamp(30px, 18px + 3vw, 60px);
}

.support-system-list {
  background: url(img/bg_gray-rectangle.svg) no-repeat left top/contain;
}

.support-system-body {
  margin-bottom: min(10vw, 40px);
}
.support-system-body .ttl-area {
  padding-bottom: 1em;
}
.support-system-body .ttl-number {
  color: #1A7CDD;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: clamp(32px, 23.2px + 2.2vw, 54px);
  display: inline-block;
  position: relative;
}
.support-system-body .ttl-number::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #1A7CDD;
  right: 0;
  bottom: -0.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.support-system-body .h3 {
  padding-left: 2.5em;
  margin-top: -0.5em;
}
.support-system-body .link-text a {
  color: #FF6E55;
}

@media screen and (min-width: 768px) {
  .support-system {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
  }
  .support-system-list {
    background-size: 45%;
  }
  .support-system-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .support-system-body .h3 {
    padding-left: 0;
  }
  .support-system-body .ttl-number {
    left: clamp(-70px, -21px + -3.5vw, -35px);
  }
  .support-system-body .img {
    width: 50%;
  }
  .support-system-body .text {
    width: 50%;
    padding-left: clamp(35px, 21px + 3.5vw, 70px);
  }
  .support-system-body:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: clamp(20px, 12px + 2vw, 40px);
  }
  .support-system-body:nth-child(even) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* dualcareer */
.about-dualcareer {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background: url(img/bg_gray-rectangle.svg) no-repeat left top/contain;
}
.about-dualcareer .discription {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  border-bottom: 2px solid;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .about-dualcareer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: 45%;
  }
  .about-dualcareer .img {
    max-width: 710px;
    width: 50%;
  }
  .about-dualcareer .text {
    width: 50%;
    max-width: 490px;
  }
  .about-dualcareer .discription {
    border-bottom-width: 4px;
  }
}
@media screen and (min-width: 1000px) {
  .about-dualcareer .text {
    padding-left: 2.5%;
  }
  .about-dualcareer .discription {
    width: 100%;
  }
}

.dualcareer-point {
  padding-top: 0px !important;
}
.dualcareer-point .ttl-area {
  position: relative;
  margin-bottom: min(5vw, 50px);
}
.dualcareer-point .ttl-area .h3 {
  background: #1A7CDD;
  display: inline-block;
  color: white;
  padding: 0.5em 1em;
}
.dualcareer-point .ttl-area .h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #1A7CDD;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.dualcareer-point-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.dualcareer-point-list .text {
  padding: 1em 0;
}
.dualcareer-point-list .text p {
  font-size: clamp(12px, 11.2px + 0.2vw, 14px);
}
.dualcareer-point-list .ttl {
  font-weight: 700;
  font-size: clamp(16px, 14.4px + 0.4vw, 20px);
  margin-bottom: 0.25em;
}
.dualcareer-point-list .ttl span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 16.4px + 0.4vw, 22px);
  color: #1A7CDD;
  position: relative;
  margin-bottom: 0.25em;
}
.dualcareer-point-list .ttl span::after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1A7CDD;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .dualcareer-point-list {
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .dualcareer-point-list {
    row-gap: 30px;
    -webkit-column-gap: clamp(25px, 15px + 2.5vw, 50px);
       -moz-column-gap: clamp(25px, 15px + 2.5vw, 50px);
            column-gap: clamp(25px, 15px + 2.5vw, 50px);
  }
  .dualcareer-point-list li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .dualcareer-point-list .text {
    padding-left: 20px;
  }
}

.dualcareer-1day {
  background: #F2F3F4;
}

.dualcareer-1day-body {
  background: white;
  padding: min(5vw, 20px);
}
.dualcareer-1day-body .ttl-area {
  padding-bottom: 20px;
}
.dualcareer-1day-body .ttl-area h3 {
  font-size: clamp(18px, 13.2px + 1.2vw, 30px);
}
.dualcareer-1day-body .text {
  background: #F2F3F4;
  padding: 10px 1em;
}
.dualcareer-1day-body .text p {
  background-image: linear-gradient(180deg, #fff 1px, transparent 1px);
  background-size: 100% 2.25em;
  line-height: 2.25em;
  padding-bottom: 1px;
}
.dualcareer-1day-body dl {
  width: 90%;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dualcareer-1day-body dl dt, .dualcareer-1day-body dl dd {
  line-height: 2.5;
}
.dualcareer-1day-body dl dt {
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #14348A;
}
.dualcareer-1day-body dl dd {
  width: 70%;
  padding-left: 1em;
  border-bottom: 1px solid #DEE1E3;
}
@media screen and (min-width: 768px) {
  .dualcareer-1day-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .dualcareer-1day-body .ttl-area .small {
    font-size: 0.6em;
  }
  .dualcareer-1day-body .profile {
    width: 52%;
    max-width: 440px;
    padding-right: 2.5vw;
    border-right: 1px dashed #DEE1E3;
  }
  .dualcareer-1day-body dl {
    margin-bottom: 0;
  }
  .dualcareer-1day-body .schedule {
    padding-top: 20px;
    width: 48%;
    max-width: 402px;
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 1000px) {
  .dualcareer-1day-body .text p {
    font-size: 15px;
  }
  .dualcareer-1day-body dt, .dualcareer-1day-body dd {
    font-size: 15px;
  }
  .dualcareer-1day-body .profile {
    padding-right: 45px;
  }
  .dualcareer-1day-body .text {
    padding: 20px;
  }
  .dualcareer-1day-body .schedule {
    margin-left: 45px;
  }
}

.voice {
  padding-bottom: 0 !important;
}
.voice .ttl-area {
  padding-bottom: min(5vw, 40px);
}

.voice-list {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .voice-list {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: min(5vw, 60px);
       -moz-column-gap: min(5vw, 60px);
            column-gap: min(5vw, 60px);
    -ms-grid-columns: 1fr min(5vw, 60px) 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.voice-body {
  margin-bottom: min(8vw, 50px);
}
.voice-body .ttl {
  padding: 0.5em 0;
  text-align: center;
  border-bottom: 1px solid #1A7CDD;
  margin-bottom: 0.5em;
}

/* contact */
.contact .page-contents {
  padding-bottom: min(10vw, 60px);
}

.contact-block {
  padding-top: 0 !important;
}
.contact-block .text-block {
  padding-bottom: min(5vw, 50px);
}
.contact-block .about-privacy-text {
  padding: 1em 0;
}
.contact-block .wpcf7-spinner {
  display: block;
}

.form-block {
  background: #F2F3F4;
  padding-top: min(5vw, 40px);
  padding-bottom: min(5vw, 40px);
  padding-right: 5%;
  padding-left: 5%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.form-block input, .form-block select, .form-block textarea {
  font-size: inherit;
  padding: 0 0.5em;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #DEE1E3;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  vertical-align: middle;
}
.form-block input, .form-block select {
  height: 40px;
  line-height: 40px;
}
.form-block textarea {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: 10em;
  line-height: 1.5;
}
.form-block select {
  background: url(img/icon_down.svg) no-repeat 97% center/16px white;
}
.form-block dl {
  margin-bottom: 1.25em;
  border-bottom: 1px dashed #DEE1E3;
  padding-bottom: 1.25em;
}
.form-block dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.form-block dt, .form-block dd {
  font-size: 14px;
}
.form-block dd {
  padding: 0.5em 0 0;
}
.form-block .required dt::before {
  content: "必須";
  display: inline-block;
  padding: 0 0.5em 0.1em;
  background: #e10d0d;
  color: white;
  margin-right: 0.5em;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .form-block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-block dt, .form-block dd {
    font-size: 16px;
  }
  .form-block dt {
    width: 35%;
  }
  .form-block dd {
    width: 65%;
    padding: 0;
  }
}

.confirm-text {
  line-height: 1.5;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
  overflow: auto;
  height: 60vh;
  max-height: 300px;
  padding: 1em;
  border: 1px solid #DEE1E3;
  border-radius: 4px;
  background: white;
}
.confirm-text .confirm-text-ttl {
  font-weight: 600;
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
}
.confirm-text dd {
  padding-left: 3em;
  margin-bottom: 1em;
}
.confirm-text dt, .confirm-text dd {
  font-size: 13px;
}
.confirm-text table {
  border-collapse: collapse;
}
.confirm-text table th, .confirm-text table td {
  border: 1px solid #DEE1E3;
  padding: 0.25em 0.5em;
  font-size: clamp(12px, 11.2px + 0.2vw, 14px);
}
.confirm-text table th {
  background: #f6f6f6;
  font-weight: 600;
}

.confirm-btn {
  padding: 1em 0;
}

.submit-area .btn {
  width: 80%;
  max-width: 300px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-size: clamp(18px, 15.6px + 0.6vw, 24px);
  font-weight: 600;
}
.submit-area .btn[disabled] {
  background: #696969;
}
.submit-area p {
  margin: 1em 0;
}

.contact .wpcf7 form .wpcf7-response-output,
.contact .wpcf7 form.sent .wpcf7-response-output {
  padding: 1em;
  color: #1A7CDD;
  border-color: #1A7CDD;
}
.contact .wpcf7 form.invalid .wpcf7-response-output, .contact .wpcf7 form.unaccepted .wpcf7-response-output, .contact .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e10d0d;
  color: #e10d0d;
  margin: 0;
  padding: 1em;
  text-align: center;
}
.contact .wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .contact .wpcf7 form.invalid .wpcf7-response-output, .contact .wpcf7 form.unaccepted .wpcf7-response-output, .contact .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 16px;
  }
}

/* info */
.tbl {
  border-collapse: collapse;
  background: white;
  width: 100%;
}
.tbl th, .tbl td {
  padding: 0.75em;
  border-bottom: 2px solid;
  line-height: 1.5;
}
.tbl th {
  border-color: #1A7CDD;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .tbl th, .tbl td {
    padding: 1.5em 1em;
  }
}

.company-block {
  background: #F2F3F4;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: min(5vw, 40px) !important;
  padding-bottom: min(5vw, 40px) !important;
  padding-right: min(5vw, 40px);
  padding-left: min(5vw, 40px);
}

.info-block p:not(:last-child) {
  margin-bottom: 1em;
}
.info-block ol, .info-block ul {
  padding-left: 1.5em;
}
.info-block ol:not(:last-child), .info-block ul:not(:last-child) {
  margin-bottom: 1em;
}
.info-block li {
  padding: 0.25em 0;
}
.info-block ol {
  list-style: decimal;
}
.info-block ul {
  list-style: disc;
}
.info-block a {
  text-decoration: underline;
  color: #1A7CDD !important;
}
.info-block a:hover {
  text-decoration: none;
}

.terms-text {
  padding-right: 2.5%;
  padding-left: 2.5%;
}
.terms-text:not(:last-child) {
  border-bottom: 1px solid #DEE1E3;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.terms-text h2 {
  font-size: clamp(16px, 14.4px + 0.4vw, 20px);
  margin-bottom: 1em;
}