@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333333;
  background: #FEFEF8;
  font-size: 15px;
  line-height: 1.75;
  overflow-wrap: break-word;
}

body {
  background: #FEFEF8;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  z-index: 1;
}

#wrapper,
.outer-block {
  width: 100%;
}

.inner-block {
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-content-wrap {
  border-radius: 10px 10px 0 0;
  margin: 50px auto 0;
}
.c-content-wrap > section {
  padding: 83px 0 75px;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 450px) / 2);
  height: 100%;
  z-index: 99;
  max-width: 310px;
}
.c-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #333333;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .logo {
  background: #fff;
}
.c-header .logo > a {
  display: block;
  padding: 40px 40px 42px;
}

/* c-nav */
.c-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-nav .nav-list > li {
  font-weight: bold;
  color: #fff;
}
.c-nav .nav-list > li + li {
  margin-top: 20px;
}
.c-nav .nav-list > li > a {
  display: block;
  line-height: 1.4;
  position: relative;
}
.c-nav .nav-list > li > a::before, .c-nav .nav-list > li > a::after {
  opacity: 0;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -45px;
  top: 2px;
  background: rgba(32, 112, 186, 0.1019607843);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-nav .nav-list > li > a::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -38px;
  top: 9px;
  background: #2070BA;
}
.c-nav .nav-list > li.current a::before, .c-nav .nav-list > li.current a::after {
  opacity: 1;
}
.c-nav .color-green > li > a::before {
  background: #0F9672;
}

/* c-nav-btn */
.c-nav-btn {
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#2070BA), to(#318885));
  background: linear-gradient(90deg, #2070BA, #318885);
  border-radius: 50%;
  z-index: 101;
}
.c-nav-btn .inn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}
.c-nav-btn .line {
  background: #fff;
  display: block;
  border-radius: 100px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 16px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-nav-btn .line:nth-child(1) {
  top: 17px;
}
.c-nav-btn .line:nth-child(2) {
  top: 22px;
}
.c-nav-btn.is-open {
  background: transparent;
}
.c-nav-btn.is-open .line:nth-child(1) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 20px;
}
.c-nav-btn.is-open .line:nth-child(2) {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 20px;
}
.c-nav-btn.color {
  background: -webkit-gradient(linear, left top, right top, from(#0F9672), to(#34B597));
  background: linear-gradient(90deg, #0F9672, #34B597);
}

/* right-area */
.right-area {
  width: calc((100% - 540px) / 2);
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right-area .nav-cont {
  color: #fff;
  padding: 0 40px;
}
.right-area .nav-cont .secondary {
  font-size: 14px;
  line-height: 1.75;
  padding: 30px 20px;
  text-align: center;
  border: solid 1px;
  border-radius: 10px;
  margin-top: 50px;
}
.right-area .nav-foot {
  margin-top: 40px;
  padding: 40px;
  background: #333333;
  color: #fff;
  font-size: 12px;
  line-height: 1.75;
  line-height: 1.4166666667;
  font-weight: bold;
}
.right-area .nav-foot .link-list > li + li {
  margin-top: 20px;
}
.right-area .nav-foot .link-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.right-area .nav-foot .link-list > li > a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #333333;
}
.right-area .nav-foot .link-list > li > a .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  position: relative;
  top: 1px;
  width: 10px;
  height: 10px;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer .c-content-wrap {
  margin-top: 0;
  border-radius: 0;
  background: #F8F8F8;
}
.c-footer .link-list {
  padding: 60px 0;
  color: #333333;
}
.c-footer .link-list li + li {
  margin-top: 30px;
}
.c-footer .link-list a {
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer .link-list a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #333333;
}
.c-footer .link-list a .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.c-footer .copyright {
  color: #fff;
  background: #333333;
  font-size: 10px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: calc(50% - 250px);
  bottom: 20px;
  z-index: 50;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background: #D9D9D9;
  border-radius: 50%;
  border: 2px solid #D9D9D9;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pagetop a::after, #pagetop a::before {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
  height: 2px;
  margin-left: 4px;
}
#pagetop a::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: -4px;
}
#pagetop.hide {
  opacity: 0;
  pointer-events: none;
}
#pagetop.still-anm {
  opacity: 0;
  pointer-events: none;
}

/* c-ttl01 */
.c-ttl01 {
  margin-bottom: 60px;
}
.c-ttl01 .en {
  white-space: nowrap;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 56px;
  color: rgba(51, 51, 51, 0.1490196078);
  line-height: 1.3214285714;
  font-weight: 400;
}
.c-ttl01 .ja {
  margin-top: 5px;
  padding-left: 30px;
  display: block;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: bold;
  position: relative;
}
.c-ttl01 .ja::before, .c-ttl01 .ja::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 3px;
  background: rgba(32, 112, 186, 0.1019607843);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-ttl01 .ja::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 7px;
  top: 10px;
  background: #2070BA;
}

.color-green .ja::before {
  background: #0F9672;
}

.c-ttl02 {
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.4444444444;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
}
.c-ttl02::before, .c-ttl02::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 5px;
  background: rgba(32, 112, 186, 0.1019607843);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-ttl02::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 7px;
  top: 12px;
  background: #2070BA;
}

/* c-btn01 */
.c-btn01 {
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 26px 0 30px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.c-btn01::before, .c-btn01::after {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#318885), to(#2070BA));
  background: linear-gradient(90deg, #318885, #2070BA);
  z-index: -1;
}
.c-btn01::after {
  background: -webkit-gradient(linear, left top, right top, from(#2070BA), to(#318885));
  background: linear-gradient(90deg, #2070BA, #318885);
  opacity: 1;
}
.c-btn01 .ico-box {
  position: absolute;
  content: "";
  right: 44px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/ico_blank.svg) no-repeat bottom/contain;
  width: 16px;
  height: 16px;
}

.c-header .c-btn01 {
  border: 1px solid #fff;
  margin: 40px auto 15px;
}

.c-modal {
  border-radius: 10px;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  scale: 0.5;
}
.c-modal.is-open {
  pointer-events: visible;
  opacity: 1;
  scale: 1;
}
.c-modal .modal-close {
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#2070BA), to(#318885));
  background: linear-gradient(90deg, #2070BA, #318885);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 45px;
  height: 45px;
}
.c-modal .modal-close::after, .c-modal .modal-close::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 21px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal .modal-close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-modal .modal-close.color {
  background: -webkit-gradient(linear, left top, right top, from(#0F9672), to(#34B597));
  background: linear-gradient(90deg, #0F9672, #34B597);
}
.c-modal .modal-color {
  background: -webkit-gradient(linear, left top, right top, from(#0F9672), to(#34B597));
  background: linear-gradient(90deg, #0F9672, #34B597);
}
.c-modal .modal-wrap {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  border-radius: 10px;
}
.c-modal .modal-wrap::-webkit-scrollbar {
  width: 6px;
}
.c-modal .modal-wrap::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}
.c-modal .modal-wrap::-webkit-scrollbar-thumb {
  background-color: #2070BA;
  border-radius: 10px;
}
.c-modal .modal-inner {
  padding: 40px 40px 56px;
}
.c-modal .modal-inner .img-box {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}
.c-modal .modal-inner .img-box > img {
  width: 222px;
  height: 222px;
}
.c-modal .modal-inner .modal-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-modal .modal-inner p:not(.mark) {
  line-height: 1.7333333333;
}
.c-modal .modal-inner .mark {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}
.c-modal .modal-inner .mark:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2070BA;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-modal .modal-inner .mark02 {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}
.c-modal .modal-inner .mark02:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0F9672;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-modal .modal-inner .txt-list {
  padding-left: 1em;
  text-indent: -1em;
}
.c-modal .modal-inner .right {
  text-align: right;
  margin-top: 10px;
}
.c-modal.modal-interview .modal-inner {
  padding-bottom: 0;
}
.c-modal.modal-interview .img-box.bottom {
  margin-top: 100px;
  margin-bottom: 0;
}
.c-modal.modal-interview .modal-ttl {
  margin-top: 55px;
  text-align: left;
  letter-spacing: 0.05em;
}
.c-modal.modal-interview .name {
  margin-top: 20px;
  margin-bottom: 75px;
  line-height: 1.7333333333;
  padding-left: 16px;
  position: relative;
}
.c-modal.modal-interview .name::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  background: #2070BA;
}
.c-modal.modal-interview .name02 {
  margin-top: 20px;
  margin-bottom: 75px;
  line-height: 1.7333333333;
  padding-left: 16px;
  position: relative;
}
.c-modal.modal-interview .name02::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  background: #0F9672;
}
.c-modal.modal-interview .txt + .txt {
  margin-top: 50px;
}
.c-modal .flow {
  background: -webkit-gradient(linear, left top, right top, from(#34B597), to(#006E51));
  background: linear-gradient(90deg, #34B597, #006E51);
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 20px;
  padding: 0 3px;
}
.c-modal .timeline {
  position: relative;
  padding: 0 50px;
}
.c-modal .timeline::before {
  background: #318885;
  content: "";
  border: 1px dashed #fff;
  height: calc(100% - 36px);
  position: absolute;
  top: 18px;
  left: 59px;
}
.c-modal .timeline > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}
.c-modal .timeline > li + li {
  padding-top: 20px;
}
.c-modal .timeline > li .timeline-content {
  width: 100%;
}
.c-modal .timeline > li .timeline-content > p {
  padding: 11px 0 0 35px;
  position: relative;
  letter-spacing: 0.1em;
}
.c-modal .timeline > li .timeline-content > p::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #318885;
  position: absolute;
  left: 7px;
  top: 18px;
  margin: auto;
  border-radius: 100%;
}
.c-modal .timeline > li .timeline-content .time {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-right: 20px;
}
.c-modal .supplement {
  margin-top: 30px;
}

.mask, .nav-mask {
  z-index: 500;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mask.is-open, .nav-mask.is-open {
  pointer-events: visible;
  opacity: 0.6;
}

.nav-mask {
  z-index: 98;
}

/* c-animation */
@-webkit-keyframes blurUp {
  0% {
    opacity: 0;
    scale: 0.85;
  }
  25% {
    opacity: 1;
  }
  39% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  40% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    scale: 0.85;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes blurUp {
  0% {
    opacity: 0;
    scale: 0.85;
  }
  25% {
    opacity: 1;
  }
  39% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  40% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    scale: 0.85;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@-webkit-keyframes blurUpMask {
  0% {
    opacity: 1;
  }
  39% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurUpMask {
  0% {
    opacity: 1;
  }
  39% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blurUpNoMask {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    scale: 0.85;
  }
  40% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 1;
    scale: 0.85;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes blurUpNoMask {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    scale: 0.85;
  }
  40% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 1;
    scale: 0.85;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-filter: opacity(0);
            filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
            filter: opacity(1);
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#wrapper.is-bg .home-top-bg {
  opacity: 1;
}

.home-top-bg {
  background: #fff;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home-top-bg::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: url(../img/common/bg.png.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-top-bg .content-bg {
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: url(../img/common/bg_contents.png.webp) no-repeat center center/cover;
  width: 540px;
  height: 100%;
  top: 50px;
  left: calc(50% - 270px);
}

.bg-white {
  background: #fff;
  border-radius: 30px;
}

.bg-white02 {
  margin-top: -30px;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 0 0 30px 30px;
}

.aco-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.aco-list > li {
  padding: 50px 30px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.aco-list > li.is-open .aco-lead .aco-icon {
  background: #D9D9D9;
}
.aco-list > li.is-open .aco-lead .aco-icon::before, .aco-list > li.is-open .aco-lead .aco-icon::after {
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.aco-list .aco-lead {
  position: relative;
}
.aco-list .aco-lead .list-ttl {
  line-height: 1.45;
  padding-right: 30px;
}
.aco-list .aco-lead .aco-icon {
  background: #2070BA;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.aco-list .aco-lead .aco-icon::before, .aco-list .aco-lead .aco-icon::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.aco-list .aco-lead .aco-icon::after {
  width: 2px;
  height: 10px;
}
.aco-list .aco-body {
  display: none;
  margin-top: 50px;
}
.aco-list .aco-body .graph {
  text-align: center;
}
.aco-list .aco-body .graph:not(.has-note) {
  margin-bottom: 24px;
}
.aco-list .aco-body .graph-note {
  font-size: 12px;
  line-height: 1;
  text-align: right;
  margin-bottom: 15px;
}
.aco-list .aco-body .no-graph {
  margin-top: -10px;
}
.aco-list .aco-body .note {
  font-size: 12px;
  margin-top: 10px;
}
.aco-list .aco-body .note + p {
  margin-top: 20px;
}

.interview-list > li + li {
  margin-top: 60px;
}
.interview-list .img-box {
  position: relative;
  cursor: pointer;
}
.interview-list .img-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.1490196078);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.interview-list .img-box .plus {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#2070BA), to(#318885));
  background: linear-gradient(90deg, #2070BA, #318885);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.interview-list .img-box .plus::after, .interview-list .img-box .plus::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 16px;
  height: 2px;
}
.interview-list .img-box .plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.interview-list .interview-list-ttl {
  margin-top: 27px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}
.interview-list .name {
  margin-top: 10px;
  line-height: 1.7333333333;
  padding-left: 16px;
  position: relative;
}
.interview-list .name::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  background: #2070BA;
}

.home {
  overflow: hidden;
}
.home .c-content-wrap {
  position: relative;
}
.home .c-content-wrap::before {
  bottom: 192px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1067px;
  position: absolute;
  content: "";
  background: url(../img/home/bg02.png.webp) no-repeat center center/cover;
}
.home .list-ttl {
  font-size: 20px;
  font-weight: bold;
}
.home .txt {
  line-height: 1.7333333333;
}
.home .txt + .txt {
  margin-top: 35px;
}
.home .note {
  margin-top: 35px;
  font-size: 12px;
}
.home .home-top-section {
  padding-bottom: 100px;
  padding-top: 0;
}
.home .home-top-section .home-top-upper {
  padding-top: 115px;
  background: #fff;
}
.home .home-top-section .home-top-upper .top-ttl .ja {
  font-size: 32px;
  font-weight: bold;
  display: block;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.home .home-top-section .home-top-upper .top-ttl .en {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.3571428571;
  display: block;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
}
.home .home-top-section .home-top-upper .mv,
.home .home-top-section .home-top-upper .mv02 {
  margin-top: 61px;
  padding-bottom: 42px;
  position: relative;
}
.home .home-top-section .home-top-upper .mv .swiper,
.home .home-top-section .home-top-upper .mv02 .swiper {
  width: calc(100% + 60px);
  height: 398px;
  position: relative;
}
.home .home-top-section .home-top-upper .mv .swiper .swiper-slide img,
.home .home-top-section .home-top-upper .mv02 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.home .home-top-section .home-top-upper .mv .swiper-horizontal > .swiper-pagination-progressbar, .home .home-top-section .home-top-upper .mv .swiper-pagination-progressbar.swiper-pagination-horizontal,
.home .home-top-section .home-top-upper .mv02 .swiper-horizontal > .swiper-pagination-progressbar,
.home .home-top-section .home-top-upper .mv02 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 19px;
  top: auto;
  background-color: #D9D9D9;
  height: 2px;
  width: 250px;
}
.home .home-top-section .home-top-upper .mv .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.home .home-top-section .home-top-upper .mv02 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #2070BA;
}
.home .home-top-lower {
  position: relative;
  padding-top: 118px;
  z-index: 1;
}
.home .home-top-lower::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(#fff, transparent);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
}
.home .home-top-lower .c-btn01 {
  margin-top: 100px;
}
.home .home-top-lower::after {
  bottom: 15px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 828px;
  position: absolute;
  content: "";
  background: url(../img/home/bg01.png.webp) no-repeat center center/cover;
}
.home .home-about-section {
  padding-bottom: 80px;
}
.home .home-about-section .about-list {
  margin-bottom: 33px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.home .home-about-section .about-list > li {
  position: relative;
  padding: 39px 10px 40px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.home .home-about-section .about-list > li .list-ttl {
  margin-left: 20px;
}
.home .home-about-section .about-list > li .arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.home .home-about-section .about-list > li .arrow-box::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#2070BA), to(#318885));
  background: linear-gradient(90deg, #2070BA, #318885);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .home-about-section .about-list > li .arrow-box > img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}
.home .home-interview-section {
  padding-top: 113px;
  padding-bottom: 82px;
}
.home .photo-slider {
  margin-top: 120px;
  margin-bottom: 23px;
}
.home .photo-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.home .photo-slider .swiper-slide {
  width: 200px;
  height: 301px;
  border-radius: 10px;
}
.home .photo-slider .swiper-slide > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.home .photo-slider .swiper-slide:nth-child(2n+1) {
  margin-top: 60px;
}
.home .home-member-section {
  padding-top: 0;
  padding-bottom: 100px;
}
.home .home-member-section .c-ttl01 .en {
  margin-left: -40px;
}
.home .home-training-section {
  padding-bottom: 70px;
}
.home .home-training-section .c-ttl01 {
  margin-bottom: 32px;
}
.home .home-training-section .list-wrap {
  margin-top: 50px;
  overflow-x: auto;
  padding-bottom: 10px;
  width: calc(100% + 60px);
}
.home .home-training-section .list-wrap::-webkit-scrollbar {
  height: 6px;
}
.home .home-training-section .list-wrap::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}
.home .home-training-section .list-wrap::-webkit-scrollbar-thumb {
  background-color: #2070BA;
  border-radius: 10px;
}
.home .home-training-section .training-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.home .home-training-section .training-list > li {
  min-width: 310px;
  padding-top: 88px;
  position: relative;
}
.home .home-training-section .training-list > li .ico-circle {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.home .home-training-section .training-list > li .ico-circle::before, .home .home-training-section .training-list > li .ico-circle::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  top: 0;
  left: 0;
  background: #2070BA;
  width: 100%;
  height: 100%;
}
.home .home-training-section .training-list > li .ico-circle::after {
  background: #fff;
  width: 10px;
  height: 10px;
  top: 20px;
  left: 20px;
}
.home .home-training-section .training-list > li:not(:first-child) .ico-circle::before {
  background: rgba(32, 112, 186, 0.1019607843);
}
.home .home-training-section .training-list > li:not(:first-child) .ico-circle::after {
  background: #2070BA;
}
.home .home-training-section .training-list > li:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 0;
  width: calc(100% + 60px);
  height: 2px;
  background: rgba(32, 112, 186, 0.2);
}
.home .home-training-section .training-list > li:last-child::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 0;
  width: calc(100% + 60px);
  height: 2px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(32, 112, 186, 0.2) 3px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.home .home-training-section .training-list > li .list-ttl {
  margin-bottom: 10px;
}
.home .home-work-section {
  padding-top: 112px;
  padding-bottom: 80px;
}
.home .home-work-section .c-ttl01 {
  margin-bottom: 42px;
}
.home .home-work-section .work-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home .home-work-section .work-list > li {
  width: 50%;
  text-align: center;
  padding: 41px 30px 41px 0;
}
.home .home-work-section .work-list > li .list-ttl {
  margin-top: 16px;
  height: 64px;
}
.home .home-work-section .work-list > li .list-ttl.single-row {
  line-height: 64px;
}
.home .home-work-section .work-list > li:nth-child(-n+4) {
  border-bottom: 1px solid #D9D9D9;
}
.home .home-work-section .work-list > li:nth-child(2n) {
  padding-left: 30px;
  padding-right: 0;
  border-left: 1px solid #D9D9D9;
}
.home .home-ideal-section {
  padding-bottom: 100px;
}
.home .home-ideal-section .c-ttl01 {
  margin-bottom: 35px;
}
.home .home-ideal-section .aco-list {
  margin-top: 60px;
}
.home .home-ideal-section .aco-list .aco-body {
  margin-top: 44px;
}
.home .home-info-section {
  padding-bottom: 0;
  padding-top: 86px;
}
.home .home-info-section .aco-list .aco-body {
  display: block;
}
.home .home-info-section .requirements {
  border-top: 1px solid #D9D9D9;
  line-height: 1.7333333333;
}
.home .home-info-section .requirements dt {
  padding: 30px 20px 0;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
}
.home .home-info-section .requirements dd {
  padding: 0 20px 30px 40px;
  border-bottom: 1px solid #D9D9D9;
}
.home .home-info-section .requirements dd .note {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.7857142857;
  padding-left: 1em;
  text-indent: -1em;
}
.home .home-info-section .requirements dd .num {
  font-family: "Jost", sans-serif;
  color: #2070BA;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
.home .home-info-section .requirements dd .num-txt {
  margin-top: 5px;
}
.home .home-info-section .requirements dd .mark01, .home .home-info-section .requirements dd .mark02 {
  padding-left: 20px;
  margin-top: 2px;
  position: relative;
}
.home .home-info-section .requirements dd .mark01::before, .home .home-info-section .requirements dd .mark02::before {
  position: absolute;
  content: "";
  background: #2070BA;
  width: 9px;
  height: 9px;
  top: 9px;
  left: 0;
}
.home .home-info-section .requirements dd .mark02::before {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  top: 10px;
}
.home .home-info-section .requirements dd .adjust01 {
  padding-left: 100px;
}
.home .home-info-section .requirements dd .adjust02 {
  padding-left: 3em;
  text-indent: -3em;
}
.home .home-info-section .requirements dd .adjust02 .note {
  display: block;
}
.home .home-info-section .aco-list > li {
  cursor: auto;
}
.home .home-info-section .aco-list > li .aco-icon {
  cursor: pointer;
}
.home .entry-section {
  padding-top: 60px;
  padding-bottom: 80px;
  color: #fff;
}
.home .entry-section .c-ttl01 .en {
  color: #fff;
  font-size: 64px;
}
.home .entry-section .c-ttl01 .ja::after {
  background: rgba(255, 255, 255, 0.2);
}
.home .entry-section .c-ttl01 .ja::before {
  background: #fff;
}
.home .footer-logo {
  background: #fff;
  padding: 60px;
}
.home .footer-logo > img {
  width: 287px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#wrapper.is-bg .home-top-bg {
  opacity: 1;
}

.member .c-btn01::before, .member .c-btn01::after {
  background: -webkit-gradient(linear, left top, right top, from(#34B597), to(#006E51));
  background: linear-gradient(90deg, #34B597, #006E51);
}
.member .c-btn01::after {
  background: -webkit-gradient(linear, left top, right top, from(#006E51), to(#34B597));
  background: linear-gradient(90deg, #006E51, #34B597);
}
.member .c-modal .modal-close {
  background: -webkit-gradient(linear, left top, right top, from(#006E51), to(#34B597));
  background: linear-gradient(90deg, #006E51, #34B597);
}
.member .c-modal .modal-wrap::-webkit-scrollbar-thumb {
  background-color: #0F9672;
}
.member .c-ttl01::after,
.member .c-ttl02::after {
  background: #0F9672;
  opacity: 0.1;
}
.member .c-ttl01::before,
.member .c-ttl02::before {
  background: #0F9672;
}
.member .home-top-bg {
  background: #fff;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member .home-top-bg::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: url(../img/common/bg_member.png.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.member .home-top-bg .content-bg {
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: url(../img/common/bg_contents02.png.webp) no-repeat center center/cover;
  width: 540px;
  height: 100%;
  top: 50px;
  left: calc(50% - 270px);
}
.member .bg-white {
  background: #fff;
  border-radius: 30px;
}
.member .bg-white02 {
  margin-top: -30px;
  background: rgba(255, 255, 255, 0.5019607843);
  border-radius: 0 0 30px 30px;
}
.member .aco-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.member .aco-list > li {
  padding: 40px 30px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member .aco-list > li.is-open .aco-lead .aco-icon {
  background: #D9D9D9;
}
.member .aco-list > li.is-open .aco-lead .aco-icon::before, .member .aco-list > li.is-open .aco-lead .aco-icon::after {
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.member .aco-list .aco-lead {
  position: relative;
}
.member .aco-list .aco-lead .list-ttl {
  line-height: 1.45;
  padding-right: 30px;
}
.member .aco-list .aco-lead .aco-icon {
  background: #0F9672;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.member .aco-list .aco-lead .aco-icon::before, .member .aco-list .aco-lead .aco-icon::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member .aco-list .aco-lead .aco-icon::after {
  width: 2px;
  height: 10px;
}
.member .aco-list .aco-body {
  display: none;
  margin-top: 30px;
}
.member .aco-list .aco-body .graph {
  text-align: center;
}
.member .aco-list .aco-body .graph:not(.has-note) {
  margin-bottom: 24px;
}
.member .aco-list .aco-body .graph-note {
  font-size: 12px;
  line-height: 1;
  text-align: right;
  margin-bottom: 15px;
}
.member .aco-list .aco-body .no-graph {
  margin-top: -10px;
}
.member .aco-list .aco-body .note {
  font-size: 12px;
  margin-top: 10px;
}
.member .aco-list .aco-body .note + p {
  margin-top: 20px;
}
.member .interview-list > li + li {
  margin-top: 60px;
}
.member .interview-list .img-box {
  position: relative;
  cursor: pointer;
}
.member .interview-list .img-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.1490196078);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.member .interview-list .img-box .plus {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#0F9672), to(#34B597));
  background: linear-gradient(90deg, #0F9672, #34B597);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member .interview-list .img-box .plus::after, .member .interview-list .img-box .plus::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 16px;
  height: 2px;
}
.member .interview-list .img-box .plus::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.member .interview-list .interview-list-ttl {
  margin-top: 27px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}
.member .interview-list .name {
  margin-top: 10px;
  line-height: 1.7333333333;
  padding-left: 16px;
  position: relative;
}
.member .interview-list .name::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  background: #0F9672;
}
.member .home {
  overflow: hidden;
}
.member .home .c-content-wrap {
  position: relative;
}
.member .home .c-content-wrap::before {
  bottom: 192px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1067px;
  position: absolute;
  content: "";
  background: url(../img/member/bg02.png.webp) no-repeat center center/cover;
}
.member .home .txt {
  line-height: 1.7333333333;
}
.member .home .txt + .txt {
  margin-top: 35px;
}
.member .home .note {
  margin-top: 35px;
  font-size: 12px;
}
.member .home .home-top-section {
  padding-bottom: 100px;
  padding-top: 0;
}
.member .home .home-top-section .home-top-upper {
  padding-top: 115px;
  background: #fff;
}
.member .home .home-top-section .home-top-upper .top-ttl .ja {
  font-size: 32px;
  font-weight: bold;
  display: block;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.member .home .home-top-section .home-top-upper .top-ttl .en {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.3571428571;
  display: block;
  letter-spacing: 0.05em;
  font-family: "Jost", sans-serif;
}
.member .home .home-top-section .home-top-upper .mv02 {
  margin-top: 61px;
  padding-bottom: 42px;
  position: relative;
}
.member .home .home-top-section .home-top-upper .mv02 .swiper {
  width: calc(100% + 60px);
  height: 398px;
  position: relative;
}
.member .home .home-top-section .home-top-upper .mv02 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.member .home .home-top-section .home-top-upper .mv02 .swiper-horizontal > .swiper-pagination-progressbar, .member .home .home-top-section .home-top-upper .mv02 .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 19px;
  top: auto;
  background-color: #D9D9D9;
  height: 2px;
  width: 250px;
}
.member .home .home-top-section .home-top-upper .mv02 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #0F9672;
}
.member .home .home-top-lower {
  position: relative;
  padding-top: 118px;
  z-index: 1;
}
.member .home .home-top-lower::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: linear-gradient(#fff, transparent);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
}
.member .home .home-top-lower .c-btn01 {
  margin-top: 100px;
}
.member .home .home-top-lower::after {
  bottom: 15px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 828px;
  position: absolute;
  content: "";
  background: url(../img/home/bg01.png.webp) no-repeat center center/cover;
}
.member .home .home-about-section {
  padding-bottom: 80px;
}
.member .home .home-about-section .c-ttl01 {
  margin-bottom: 40px;
}
.member .home .home-about-section .ttl-txt {
  margin-bottom: 40px;
}
.member .home .home-about-section .about-list {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 0;
}
.member .home .home-about-section .about-list > li {
  position: relative;
  padding: 39px 10px 40px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.member .home .home-about-section .about-list > li .list-ttl {
  margin-left: 20px;
}
.member .home .home-about-section .about-list > li .arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.member .home .home-about-section .about-list > li .arrow-box::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0F9672), to(#34B597));
  background: linear-gradient(90deg, #0F9672, #34B597);
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member .home .home-about-section .about-list > li .arrow-box > img {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 2;
}
.member .home .home-training-section {
  padding-bottom: 80px;
}
.member .home .home-training-section .inner-block {
  padding: 0;
}
.member .home .home-training-section .inner-block .c-ttl01 {
  padding: 0 60px;
}
.member .home .home-training-section .inner-block .ttl-txt {
  margin-bottom: 50px;
  padding: 0 60px;
}
.member .home .home-training-section .inner-block .name {
  margin-top: 10px;
  line-height: 1.7333333333;
  padding-left: 16px;
  position: relative;
}
.member .home .home-training-section .inner-block .name::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  background: #0F9672;
}
.member .home .home-training-section .inner-block .tabs {
  margin-top: 50px;
  padding-bottom: 80px;
  background-color: #fff;
  margin: 0 auto;
}
.member .home .home-training-section .inner-block .tab_item {
  width: calc(50% - 70px);
  background-color: #D9D9D9;
  font-size: 16px;
  text-align: center;
  color: #fff;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
  padding: 10px 40px;
  margin: 10px 10px 0px 60px;
}
.member .home .home-training-section .inner-block .tab_item:nth-child(4) {
  margin-left: 10px;
  margin-right: 60px;
}
.member .home .home-training-section .inner-block .tab_item:hover {
  opacity: 0.75;
}
.member .home .home-training-section .inner-block input[name=tab_item] {
  display: none;
}
.member .home .home-training-section .inner-block .tab_content {
  display: none;
  padding: 40px 60px;
  clear: both;
  overflow: hidden;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#006E51), to(#34B597));
  background: linear-gradient(90deg, #006E51, #34B597);
}
.member .home .home-training-section .inner-block #all:checked ~ #all_content,
.member .home .home-training-section .inner-block #programming:checked ~ #programming_content,
.member .home .home-training-section .inner-block #design:checked ~ #design_content {
  display: block;
}
.member .home .home-training-section .inner-block .tabs input:checked + .tab_item {
  background: -webkit-gradient(linear, left top, right top, from(#006E51), to(#34B597));
  background: linear-gradient(90deg, #006E51, #34B597);
  color: #fff;
  padding: 15px 36px;
  margin-top: 0px;
}
.member .home .home-training-section .inner-block .c-ttl01 {
  margin-bottom: 40px;
}
.member .home .home-training-section .inner-block .c-ttl01 .green {
  color: #0F9672;
  font-size: 20px;
}
.member .home .home-training-section .inner-block .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0 60px;
}
.member .home .home-training-section .inner-block .img-wrap img {
  border-radius: 10px;
}
.member .home .home-achievements-section {
  padding: 100px 0 100px;
}
.member .home .home-achievements-section .c-ttl01 {
  margin-bottom: 40px;
}
.member .home .home-achievements-section .img-box {
  text-align: center;
  margin-bottom: 40px;
}
.member .home .home-interview-section {
  padding-top: 113px;
  padding-bottom: 82px;
}
.member .home .home-workstyle-section {
  padding: 100px 0 0;
}
.member .home .home-workstyle-section .c-ttl01 {
  margin-bottom: 32px;
}
.member .home .home-workstyle-section .list-wrap {
  margin-top: 50px;
  overflow-x: auto;
  padding-bottom: 40px;
  width: calc(100% + 120px);
  margin-left: -60px;
}
.member .home .home-workstyle-section .list-wrap::-webkit-scrollbar {
  height: 6px;
}
.member .home .home-workstyle-section .list-wrap::-webkit-scrollbar-track {
  background: #D9D9D9;
  border-radius: 10px;
}
.member .home .home-workstyle-section .list-wrap::-webkit-scrollbar-thumb {
  background-color: #0F9672;
  border-radius: 10px;
}
.member .home .home-workstyle-section .workStyle-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-left: 85px;
}
.member .home .home-workstyle-section .workStyle-list > li {
  min-width: 370px;
  padding: 40px 40px 50px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.member .home .home-workstyle-section .workStyle-list > li:not(:first-child) .ico-circle::before {
  background: rgba(32, 112, 186, 0.1019607843);
}
.member .home .home-workstyle-section .workStyle-list > li:not(:first-child) .ico-circle::after {
  background: #0F9672;
}
.member .home .home-workstyle-section .workStyle-list > li:last-child::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 0;
  width: calc(100% + 60px);
  height: 2px;
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.member .home .home-workstyle-section .workStyle-list > li .list-ttl {
  margin: 30px 0 20px;
}
.member .home .home-ideal-section {
  padding: 100px 0 100px;
}
.member .home .home-ideal-section .c-ttl01 {
  margin-bottom: 35px;
}
.member .home .home-ideal-section .ttl-txt {
  margin-bottom: 60px;
}
.member .home .home-ideal-section .portrait-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.member .home .home-ideal-section .portrait-list > li {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px;
}
.member .home .home-ideal-section .portrait-list > li .list-ttl {
  margin-bottom: 20px;
}
.member .home .home-question-section {
  padding: 100px 0 0;
}
.member .home .home-question-section .c-ttl01 {
  margin-bottom: 60px;
}
.member .home .home-question-section .aco-lead .txt {
  font-weight: bold;
  width: calc(100% - 50px);
}
.member .home .home-info-section {
  padding: 100px 0 100px;
}
.member .home .home-info-section .aco-list .aco-body {
  display: block;
}
.member .home .home-info-section .requirements {
  border-top: 1px solid #D9D9D9;
  line-height: 1.7333333333;
}
.member .home .home-info-section .requirements dt {
  padding: 30px 20px 0;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
}
.member .home .home-info-section .requirements dd {
  padding: 0 20px 30px 40px;
  border-bottom: 1px solid #D9D9D9;
}
.member .home .home-info-section .requirements dd .note {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.7857142857;
  padding-left: 1em;
  text-indent: -1em;
}
.member .home .home-info-section .requirements dd .num {
  font-family: "Jost", sans-serif;
  color: #0F9672;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
.member .home .home-info-section .requirements dd .num-txt {
  margin-top: 5px;
}
.member .home .home-info-section .requirements dd .mark01, .member .home .home-info-section .requirements dd .mark02 {
  padding-left: 20px;
  margin-top: 2px;
  position: relative;
}
.member .home .home-info-section .requirements dd .mark01::before, .member .home .home-info-section .requirements dd .mark02::before {
  position: absolute;
  content: "";
  background: #0F9672;
  width: 9px;
  height: 9px;
  top: 9px;
  left: 0;
}
.member .home .home-info-section .requirements dd .mark02::before {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  top: 10px;
}
.member .home .home-info-section .requirements dd .adjust01 {
  padding-left: 100px;
}
.member .home .home-info-section .requirements dd .adjust02 {
  padding-left: 3em;
  text-indent: -3em;
}
.member .home .home-info-section .requirements dd .adjust02 .note {
  display: block;
}
.member .home .home-info-section .requirements .contact-dt {
  padding-left: 0;
  padding-right: 0;
}
.member .home .home-info-section .requirements .contact-box {
  border: solid 1px #D9D9D9;
  border-radius: 10px;
  padding: 25px 20px;
}
.member .home .home-info-section .requirements .contact-box .contact-txt {
  margin-top: 10px;
  line-height: 1.7;
}
.member .home .home-info-section .requirements .line-none {
  border: none;
  padding: 30px 20px 0;
}
.member .home .home-info-section .aco-list > li {
  cursor: auto;
}
.member .home .home-info-section .aco-list > li .aco-icon {
  cursor: pointer;
}
.member .home .entry-section {
  padding-bottom: 0;
}
.member .home .footer-logo {
  background: #fff;
  padding: 60px;
}
.member .home .footer-logo > img {
  width: 287px;
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
    line-height: 1.7857142857;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .inner-block {
    max-width: 580px;
    padding: 0 5.1282051282vw;
  }
  .pc {
    display: none !important;
  }
  .c-content-wrap > section {
    padding: 72px 0 70px;
  }
  .c-content-wrap {
    width: 100%;
  }
  .c-footer .link-list {
    padding: 50px 20px;
  }
  #pagetop {
    right: 20px;
  }
  .c-ttl01 {
    margin-bottom: 46px;
  }
  .c-ttl01 .en {
    font-size: 48px;
    line-height: 1.3333333333;
  }
  .c-ttl01 .ja {
    font-size: 16px;
    margin-top: 3px;
    line-height: 1.75;
  }
  .c-ttl02 {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-modal {
    width: 350px;
  }
  .c-modal .modal-close {
    width: 25px;
    height: 25px;
  }
  .c-modal .modal-close::after, .c-modal .modal-close::before {
    width: 12px;
    height: 1px;
  }
  .c-modal .modal-wrap::-webkit-scrollbar {
    width: 3px;
  }
  .c-modal .modal-inner {
    padding: 30px 20px 32px;
  }
  .c-modal .modal-inner .img-box {
    margin: 30px 0;
  }
  .c-modal .modal-inner .img-box > img {
    width: 170px;
    height: 170px;
  }
  .c-modal .modal-inner .modal-ttl {
    font-size: 24px;
    margin-bottom: 14px;
    line-height: 1.4583333333;
  }
  .c-modal .modal-inner .mark {
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 2px;
  }
  .c-modal .modal-inner .mark02 {
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 2px;
  }
  .c-modal .modal-inner .right {
    margin-top: 2px;
  }
  .c-modal.modal-interview .img-box.bottom {
    margin-top: 50px;
  }
  .c-modal.modal-interview .modal-ttl {
    margin-top: 30px;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .c-modal.modal-interview .name {
    margin-bottom: 43px;
    line-height: 1.7857142857;
  }
  .c-modal.modal-interview .name02 {
    margin-bottom: 43px;
    line-height: 1.7857142857;
  }
  .c-modal.modal-interview .txt + .txt {
    margin-top: 30px;
  }
  .c-modal .flow {
    font-size: 16px;
  }
  .c-modal .timeline {
    margin: 20px 0 0;
    padding: 0 20px;
  }
  .c-modal .timeline::before {
    left: 17px;
  }
  .c-modal .timeline > li + li {
    padding-top: 10px;
  }
  .c-modal .timeline > li .timeline-content > p {
    padding: 9px 0 0 10px;
  }
  .c-modal .timeline > li .timeline-content > p::before {
    width: 6px;
    height: 6px;
    left: -5px;
  }
  .c-modal .timeline > li .timeline-content .time {
    padding-right: 14px;
  }
  .home-top-bg .content-bg {
    width: 100%;
    left: 0;
  }
  .aco-list > li {
    padding: 40px 20px;
  }
  .aco-list .aco-lead .list-ttl {
    font-size: 20px;
  }
  .aco-list .aco-body {
    margin-top: 40px;
  }
  .aco-list .aco-body .graph:not(.has-note) {
    margin-bottom: 25px;
  }
  .interview-list > li + li {
    margin-top: 50px;
  }
  .interview-list .name {
    line-height: 1.7857142857;
  }
  .home .c-content-wrap::before {
    background: url(../img/home/bg02_sp.png.webp) no-repeat center center/cover;
    bottom: 136px;
    height: 184.358974359vw;
  }
  .home .list-ttl {
    font-size: 18px;
    line-height: 1.7777777778;
  }
  .home .txt {
    line-height: 1.7857142857;
  }
  .home .home-top-section .home-top-upper .top-ttl .en {
    font-size: 12px;
    line-height: 1.33;
  }
  .home .home-top-section .home-top-upper .mv,
  .home .home-top-section .home-top-upper .mv02 {
    margin-top: 81px;
    padding-bottom: 114px;
  }
  .home .home-top-section .home-top-upper .mv .swiper,
  .home .home-top-section .home-top-upper .mv02 .swiper {
    width: 94.8717948718vw;
    height: 78.7179487179vw;
  }
  .home .home-top-section .home-top-upper .mv .swiper-horizontal > .swiper-pagination-progressbar, .home .home-top-section .home-top-upper .mv .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .home .home-top-section .home-top-upper .mv02 .swiper-horizontal > .swiper-pagination-progressbar,
  .home .home-top-section .home-top-upper .mv02 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 92px;
  }
  .home .home-top-lower {
    padding-top: 87px;
  }
  .home .home-top-lower::after {
    background: url(../img/home/bg01_sp.png.webp) no-repeat center center/cover;
    bottom: -150px;
    height: 189.7435897436vw;
  }
  .home .home-about-section {
    padding-bottom: 70px;
  }
  .home .home-about-section .about-list > li .img-box {
    max-height: 60px;
  }
  .home .home-about-section .about-list > li .img-box > img {
    height: 60px;
  }
  .home .home-about-section .about-list > li .arrow-box {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .home .home-about-section .txt {
    font-size: 15px;
    line-height: 1.7333333333;
  }
  .home .home-interview-section {
    padding-top: 103px;
    padding-bottom: 70px;
  }
  .home .photo-slider {
    margin-top: 100px;
  }
  .home .photo-slider .swiper-slide {
    width: 140px;
    height: 211px;
  }
  .home .photo-slider .swiper-slide:nth-child(2n+1) {
    margin-top: 55px;
  }
  .home .home-member-section .c-ttl01 {
    margin-bottom: 56px;
  }
  .home .home-member-section .c-ttl01 .en {
    margin-left: -20px;
  }
  .home .home-training-section {
    padding-bottom: 60px;
  }
  .home .home-training-section .c-ttl01 {
    margin-bottom: 20px;
  }
  .home .home-training-section .list-wrap {
    width: calc(100% + 5.1282051282vw);
  }
  .home .home-training-section .list-wrap::-webkit-scrollbar {
    height: 3px;
  }
  .home .home-training-section .training-list {
    padding-left: 20px;
    gap: 40px;
  }
  .home .home-training-section .training-list > li {
    min-width: 270px;
  }
  .home .home-training-section .training-list > li .list-ttl {
    font-size: 20px;
  }
  .home .home-work-section {
    padding-top: 100px;
    padding-bottom: 65px;
  }
  .home .home-work-section .c-ttl01 {
    margin-bottom: 35px;
  }
  .home .home-work-section .work-list > li {
    padding: 30px 25px 30px 10px;
  }
  .home .home-work-section .work-list > li:nth-child(2n) {
    padding-left: 25px;
    padding-right: 10px;
  }
  .home .home-work-section .work-list > li .img-box > img {
    height: 60px;
  }
  .home .home-ideal-section {
    padding-top: 100px;
  }
  .home .home-ideal-section .c-ttl01 {
    margin-bottom: 25px;
  }
  .home .home-ideal-section .aco-list {
    margin-top: 50px;
  }
  .home .home-ideal-section .aco-list .aco-body {
    margin-top: 34px;
  }
  .home .home-info-section {
    padding-top: 100px;
  }
  .home .home-info-section .c-ttl01 .en {
    font-size: 40px;
    margin-left: -10px;
  }
  .home .home-info-section .requirements {
    line-height: 1.7857142857;
  }
  .home .entry-section {
    padding: 70px 20px;
  }
  .home .entry-section .c-ttl01 {
    margin-bottom: 40px;
  }
  .home .entry-section .note {
    margin-top: 15px;
  }
  .home .entry-section .c-ttl01 .en {
    font-size: 64px;
    margin-left: 0;
  }
  .home .footer-logo {
    padding: 40px;
  }
  .home .footer-logo > img {
    width: 230px;
  }
  .member .home-top-bg .content-bg {
    width: 100%;
    left: 0;
  }
  .member .aco-list > li {
    padding: 40px 20px;
  }
  .member .aco-list .aco-lead .list-ttl {
    font-size: 20px;
  }
  .member .aco-list .aco-body {
    margin-top: 40px;
  }
  .member .aco-list .aco-body .graph:not(.has-note) {
    margin-bottom: 25px;
  }
  .member .interview-list > li + li {
    margin-top: 50px;
  }
  .member .interview-list .name {
    line-height: 1.7857142857;
  }
  .member .home .c-content-wrap::before {
    background: url(../img/member/bg02_sp.png.webp) no-repeat center center/cover;
    bottom: 136px;
    height: 184.358974359vw;
  }
  .member .home .txt {
    line-height: 1.7857142857;
  }
  .member .home .home-top-section .home-top-upper .top-ttl .ja {
    font-size: 30px;
    width: 360px;
  }
  .member .home .home-top-section .home-top-upper .top-ttl .en {
    font-size: 12px;
    line-height: 1.33;
  }
  .member .home .home-top-section .home-top-upper .mv02 {
    margin-top: 81px;
    padding-bottom: 114px;
  }
  .member .home .home-top-section .home-top-upper .mv02 .swiper {
    width: 94.8717948718vw;
    height: 78.7179487179vw;
  }
  .member .home .home-top-section .home-top-upper .mv02 .swiper-horizontal > .swiper-pagination-progressbar, .member .home .home-top-section .home-top-upper .mv02 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 92px;
  }
  .member .home .home-top-lower {
    padding-top: 87px;
  }
  .member .home .home-top-lower::after {
    background: url(../img/home/bg01_sp.png.webp) no-repeat center center/cover;
    bottom: -150px;
    height: 189.7435897436vw;
  }
  .member .home .home-about-section {
    padding-bottom: 70px;
  }
  .member .home .home-about-section .about-list > li .img-box {
    max-height: 60px;
  }
  .member .home .home-about-section .about-list > li .img-box > img {
    height: 60px;
  }
  .member .home .home-about-section .about-list > li .arrow-box {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .member .home .home-about-section .txt {
    font-size: 15px;
    line-height: 1.7333333333;
  }
  .member .home .home-training-section {
    padding-bottom: 70px;
  }
  .member .home .home-training-section .inner-block .c-ttl01 {
    padding: 0 20px;
    margin-bottom: 5.641025641vw;
  }
  .member .home .home-training-section .inner-block .ttl-txt {
    padding: 0 20px;
    margin-bottom: 7.6923076923vw;
  }
  .member .home .home-training-section .inner-block .name {
    font-size: 15px;
    margin-top: 4.358974359vw;
  }
  .member .home .home-training-section .inner-block .tabs {
    padding-bottom: 14.1025641026vw;
  }
  .member .home .home-training-section .inner-block .tab_item {
    font-size: 14px;
    padding: 10px 5px;
    margin: 12px 10px 0px 20px;
    width: calc(50% - 30px);
  }
  .member .home .home-training-section .inner-block .tab_item:nth-child(4) {
    margin-right: 20px;
  }
  .member .home .home-training-section .inner-block .tab_content {
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .member .home .home-training-section .inner-block .tabs input:checked + .tab_item {
    padding: 15px 10px;
    margin-top: 2px;
  }
  .member .home .home-training-section .inner-block .c-ttl01 .green {
    font-size: 16px;
  }
  .member .home .home-training-section .inner-block .img-wrap {
    padding: 0 20px;
  }
  .member .home .home-achievements-section .c-ttl01 {
    margin-bottom: 30px;
  }
  .member .home .home-achievements-section .img-box {
    margin-bottom: 30px;
  }
  .member .home .home-interview-section {
    padding-top: 103px;
    padding-bottom: 70px;
  }
  .member .home .home-workstyle-section .c-ttl01 {
    margin-bottom: 10.2564102564vw;
  }
  .member .home .home-workstyle-section .list-wrap {
    width: 100vw;
    margin-left: -5.1282051282vw;
  }
  .member .home .home-workstyle-section .list-wrap::-webkit-scrollbar {
    height: 0.7692307692vw;
  }
  .member .home .home-workstyle-section .workStyle-list {
    padding-left: 15.3846153846vw;
    gap: 40px;
  }
  .member .home .home-workstyle-section .workStyle-list > li {
    min-width: 270px;
    padding: 30px;
  }
  .member .home .home-workstyle-section .workStyle-list > li .list-ttl {
    font-size: 5.1282051282vw;
    margin: 5.1282051282vw 0 4.358974359vw;
  }
  .member .home .home-ideal-section .c-ttl01 {
    margin-bottom: 25px;
  }
  .member .home .home-ideal-section .portrait-list > li {
    padding: 30px 20px;
  }
  .member .home .home-ideal-section .portrait-list > li .list-ttl {
    margin-bottom: 10px;
    font-size: 5.1282051282vw;
  }
  .member .home .home-question-section {
    padding-top: 100px;
  }
  .member .home .home-question-section .c-ttl01 {
    margin-bottom: 25px;
  }
  .member .home .home-info-section {
    padding-top: 100px;
  }
  .member .home .home-info-section .c-ttl01 .en {
    font-size: 40px;
    margin-left: -10px;
  }
  .member .home .home-info-section .requirements {
    line-height: 1.7857142857;
  }
  .member .home .home-info-section .requirements .line-none {
    padding: 30px 0 0;
  }
  .member .home .footer-logo {
    padding: 40px;
  }
  .member .home .footer-logo > img {
    width: 230px;
  }
}
@media only screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-content-wrap {
    width: 540px;
    overflow: hidden;
  }
  .c-footer .link-list a:hover::after {
    width: calc(100% - 20px);
  }
  #pagetop a:hover {
    background: #fff;
  }
  #pagetop a:hover::after, #pagetop a:hover::before {
    background: #D9D9D9;
  }
  .c-btn01:hover::after {
    opacity: 0;
  }
  .aco-list > li:hover {
    -webkit-box-shadow: 0 0 10px rgba(32, 112, 186, 0.5019607843);
            box-shadow: 0 0 10px rgba(32, 112, 186, 0.5019607843);
  }
  .interview-list .img-box:hover .plus {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .interview-list .img-box:hover::after {
    opacity: 1;
  }
  .interview-list .interview-list-ttl.adjust {
    width: calc(100% + 10px);
    letter-spacing: -0.02em;
  }
  .home .home-about-section .about-list > li:hover .arrow-box::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .home .home-info-section .aco-list > li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .member .aco-list > li:hover {
    -webkit-box-shadow: 0 0 10px #34B597;
            box-shadow: 0 0 10px #34B597;
  }
  .member .interview-list .img-box:hover .plus {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .member .interview-list .img-box:hover::after {
    opacity: 1;
  }
  .member .interview-list .interview-list-ttl.adjust {
    width: calc(100% + 10px);
    letter-spacing: -0.02em;
  }
  .member .home .home-top-lower .sp {
    display: none !important;
  }
  .member .home .home-about-section .about-list > li:hover .arrow-box::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .member .home .home-info-section .aco-list > li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (max-width: 1059px) {
  .tab {
    display: none !important;
  }
  .c-content-wrap {
    border-radius: 0;
    margin-top: 60px;
  }
  .c-header {
    width: 100%;
    height: 60px;
    max-width: none;
  }
  .c-header.is-open {
    pointer-events: none;
  }
  .c-header.is-open::after {
    opacity: 0.6;
  }
  .c-header .logo {
    width: 100%;
    height: 100%;
    padding: 17px 0 0 20px;
  }
  .c-header .logo > a {
    width: 264px;
    padding: 0;
  }
  .c-header .logo > a > picture {
    width: 264px;
  }
  .c-nav {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
    width: 100%;
    padding: 110px 40px 0;
  }
  .c-nav .nav-list > li + li {
    margin-top: 25px;
  }
  .c-nav .nav-list > li > a {
    line-height: 1.4285714286;
  }
  .c-nav .nav-list > li > a::before, .c-nav .nav-list > li > a::after {
    left: -21.5px;
    top: 5px;
    background: rgba(255, 255, 255, 0.2);
    width: 13px;
    height: 13px;
  }
  .c-nav .nav-list > li > a::before {
    left: -16px;
    background: #fff;
    width: 3px;
    height: 3px;
    top: 10px;
  }
  .right-area.menu {
    background: -webkit-gradient(linear, left top, right top, from(#006E51), to(#34B597));
    background: linear-gradient(90deg, #006E51, #34B597);
  }
  .right-area {
    width: 335px;
    background: -webkit-gradient(linear, left top, right top, from(#2070BA), to(#318885));
    background: linear-gradient(90deg, #2070BA, #318885);
    opacity: 0;
    pointer-events: none;
  }
  .right-area.is-open {
    opacity: 1;
    pointer-events: visible;
  }
  .home-top-bg .content-bg {
    border-radius: 0;
    top: 60px;
  }
  .home .home-top-section .home-top-upper {
    padding-top: 105px;
  }
  .member .home-top-bg .content-bg {
    border-radius: 0;
    top: 60px;
  }
  .member .home .home-top-section .home-top-upper {
    padding-top: 105px;
  }
}
@media only screen and (min-width: 1060px) {
  .tab_min {
    display: none !important;
  }
  .c-nav .nav-list > li > a:hover {
    color: #2070BA;
  }
  .c-nav .nav-list > li > a:hover::before, .c-nav .nav-list > li > a:hover::after {
    opacity: 1;
  }
  .c-nav-btn {
    display: none;
  }
  .right-area .nav-foot .link-list > li > a:hover::after {
    width: calc(100% - 20px);
  }
  .anm-fadeIn.is-delay.logo {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .member .c-nav .nav-list > li > a:hover {
    color: #0F9672;
  }
}
@media only screen and (max-width: 640px) and (max-width: 390px) {
  .c-content-wrap > section {
    padding: 18.4615384615vw 0 17.9487179487vw;
  }
  .c-footer .link-list {
    padding: 12.8205128205vw 20px;
  }
  .c-ttl01 {
    margin-bottom: 11.7948717949vw;
  }
  .aco-list > li {
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .aco-list .aco-lead .list-ttl {
    font-size: 5.1282051282vw;
  }
  .home .c-content-wrap::before {
    bottom: calc(17.4358974359vw + 68px);
  }
  .home .home-about-section {
    padding-bottom: 17.9487179487vw;
  }
  .home .home-interview-section {
    padding-top: 26.4102564103vw;
    padding-bottom: 17.9487179487vw;
  }
  .home .photo-slider {
    margin-top: 25.641025641vw;
  }
  .home .home-member-section .c-ttl01 {
    margin-bottom: 14.358974359vw;
  }
  .home .home-training-section {
    padding-bottom: 15.3846153846vw;
  }
  .home .home-work-section {
    padding-top: 25.641025641vw;
    padding-bottom: 16.6666666667vw;
  }
  .home .home-work-section .c-ttl01 {
    margin-bottom: 8.9743589744vw;
  }
  .home .home-work-section .work-list > li {
    padding: 7.6923076923vw 6.4102564103vw 7.6923076923vw 2.5641025641vw;
  }
  .home .home-work-section .work-list > li:nth-child(2n) {
    padding-left: 6.4102564103vw;
    padding-right: 2.5641025641vw;
  }
  .home .home-ideal-section {
    padding-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
  }
  .home .home-info-section {
    padding-top: 25.641025641vw;
  }
  .home .entry-section {
    padding: 17.9487179487vw 5.1282051282vw;
  }
  .home .footer-logo {
    padding: 10.2564102564vw 40px;
  }
  .member .aco-list > li {
    padding: 10.2564102564vw 5.1282051282vw;
  }
  .member .aco-list .aco-lead .list-ttl {
    font-size: 5.1282051282vw;
  }
  .member .home .c-content-wrap::before {
    bottom: calc(17.4358974359vw + 68px);
  }
  .member .home .home-about-section {
    padding-bottom: 17.9487179487vw;
  }
  .member .home .home-training-section {
    padding-bottom: 15.3846153846vw;
  }
  .member .home .home-interview-section {
    padding-top: 26.4102564103vw;
    padding-bottom: 17.9487179487vw;
  }
  .member .home .home-ideal-section {
    padding-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
  }
  .member .home .home-question-section {
    padding-top: 25.641025641vw;
  }
  .member .home .home-info-section {
    padding-top: 25.641025641vw;
    padding-bottom: 25.641025641vw;
  }
  .member .home .footer-logo {
    padding: 10.2564102564vw 40px;
  }
}
@media only screen and (min-width: 1060px) and (max-width: 1280px) {
  .c-header {
    max-width: 21.09375vw;
  }
  .c-header .logo > a {
    padding: 1.953125vw 1.953125vw 2.03125vw;
  }
  .c-nav {
    position: relative;
    left: 20px;
  }
  .c-nav .nav-list > li > a::before, .c-nav .nav-list > li > a::after {
    left: -30px;
  }
  .c-nav .nav-list > li > a::before {
    left: -23px;
  }
}
@media only screen and (max-width: 1059px) and (min-width: 641px) {
  .c-header {
    width: 540px;
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 1059px) and (max-width: 350px) {
  .c-header .logo {
    padding-left: 5.7142857143vw;
  }
  .c-header .logo > a {
    width: 75.4285714286vw;
  }
  .c-header .logo > a > picture {
    width: 75.4285714286vw;
  }
}
@media only screen and (max-width: 1059px) and (max-width: 389px) {
  .c-nav {
    padding: 110px 10.2564102564vw 0;
  }
  .right-area {
    width: 85.8974358974vw;
  }
  .home .home-top-section .home-top-upper {
    padding-top: 26.9230769231vw;
  }
  .member .home .home-top-section .home-top-upper {
    padding-top: 26.9230769231vw;
  }
}
@media only screen and (max-width: 389px) {
  .right-area .nav-cont {
    padding: 0 20px;
  }
  .right-area .nav-foot {
    padding: 40px 20px;
  }
  .c-modal.modal-interview .modal-inner {
    padding-top: 5.1282051282vw;
  }
  .home .txt + .txt {
    margin-top: 8.9743589744vw;
  }
  .home .home-top-section {
    padding-bottom: 25.641025641vw;
  }
  .home .home-top-lower::before {
    height: 46.1538461538vw;
  }
  .home .home-info-section .requirements dt {
    padding: 7.6923076923vw 3.0769230769vw 0;
  }
  .home .home-info-section .requirements dd {
    padding: 0 4.6153846154vw 7.6923076923vw 7.6923076923vw;
  }
  .home .home-info-section .requirements dd .adjust01 {
    padding-left: 0;
  }
  .member .home .txt + .txt {
    margin-top: 8.9743589744vw;
  }
  .member .home .home-top-section {
    padding-bottom: 25.641025641vw;
  }
  .member .home .home-top-lower::before {
    height: 46.1538461538vw;
  }
  .member .home .home-info-section .requirements dt {
    padding: 7.6923076923vw 3.0769230769vw 0;
  }
  .member .home .home-info-section .requirements dd {
    padding: 0 4.6153846154vw 7.6923076923vw 7.6923076923vw;
  }
  .member .home .home-info-section .requirements dd .adjust01 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 389px) {
  .c-modal {
    width: 89.7435897436vw;
  }
  .c-modal .modal-inner .img-box {
    margin: 7.6923076923vw 0;
  }
  .c-modal .modal-inner .modal-ttl {
    font-size: 6.1538461538vw;
  }
  .c-modal.modal-interview .modal-ttl {
    margin-top: 7.6923076923vw;
  }
  .c-modal.modal-interview .name {
    margin-bottom: 11.0256410256vw;
  }
  .c-modal.modal-interview .name02 {
    margin-bottom: 11.0256410256vw;
  }
  .home .home-top-section .home-top-upper .mv,
  .home .home-top-section .home-top-upper .mv02 {
    margin-top: 20.7692307692vw;
    padding-bottom: 29.2307692308vw;
  }
  .home .home-top-section .home-top-upper .mv .swiper-horizontal > .swiper-pagination-progressbar, .home .home-top-section .home-top-upper .mv .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .home .home-top-section .home-top-upper .mv02 .swiper-horizontal > .swiper-pagination-progressbar,
  .home .home-top-section .home-top-upper .mv02 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 23.5897435897vw;
  }
  .home .home-top-lower {
    padding-top: 22.3076923077vw;
  }
  .member .home .home-top-section .home-top-upper .mv02 {
    margin-top: 20.7692307692vw;
    padding-bottom: 29.2307692308vw;
  }
  .member .home .home-top-section .home-top-upper .mv02 .swiper-horizontal > .swiper-pagination-progressbar, .member .home .home-top-section .home-top-upper .mv02 .swiper-pagination-progressbar.swiper-pagination-horizontal {
    bottom: 23.5897435897vw;
  }
  .member .home .home-top-lower {
    padding-top: 22.3076923077vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 349px) {
  .c-modal .modal-inner .mark {
    font-size: 4.5714285714vw;
  }
  .c-modal .modal-inner .mark02 {
    font-size: 4.5714285714vw;
  }
  .c-modal .modal-inner .right {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 349px) {
  .c-modal .modal-inner .txt-list {
    font-size: 4vw;
  }
}
@media not print {
  /* anm-ttl-bg */
  .anm-ttl {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .anm-ttl.anm-ttl-ja {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .anm-ttl.top-ja {
    -webkit-transition-delay: 3.1s;
            transition-delay: 3.1s;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  .anm-ttl.top-en {
    -webkit-transition-delay: 3.5s;
            transition-delay: 3.5s;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .anm-ttl.is-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .anm-blur {
    position: relative;
    opacity: 0;
  }
  .anm-blur::before {
    position: absolute;
    content: "";
    background: #E2EbF1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 1;
  }
  .anm-blur.is-animated {
    -webkit-animation: blurUp 1s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
            animation: blurUp 1s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
  }
  .anm-blur.is-animated::before {
    -webkit-animation: blurUpMask 1s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
            animation: blurUpMask 1s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
  }
  .anm-blur.swiper, .anm-blur.swiper::before {
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s;
    pointer-events: none;
  }
  .anm-blur.swiper.is-animated, .anm-blur.swiper::before.is-animated {
    -webkit-animation: blurUp 1.5s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
            animation: blurUp 1.5s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
  }
  .anm-blur.swiper.is-animated::before, .anm-blur.swiper::before.is-animated::before {
    -webkit-animation: blurUpMask 1.5s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
            animation: blurUpMask 1.5s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
  }
  .anm-blur.js-aco.is-animated {
    -webkit-animation: blurUp 0.4s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
            animation: blurUp 0.4s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
  }
  .anm-blur.js-aco.is-animated::before {
    -webkit-animation: blurUpMask 0.4s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
            animation: blurUpMask 0.4s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
  }
  .anm-blur.no-mask::before {
    display: none;
  }
  .anm-blur.no-mask.is-animated {
    -webkit-animation: blurUpNoMask 0.5s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
            animation: blurUpNoMask 0.5s cubic-bezier(0.21, 0.53, 0.49, 0.89) both;
  }
  .anm-fadeIn {
    -webkit-filter: opacity(0);
            filter: opacity(0);
    -webkit-animation: fadeIn 1.2s cubic-bezier(0.21, 0.53, 0.49, 0.89) both paused;
            animation: fadeIn 1.2s cubic-bezier(0.21, 0.53, 0.49, 0.89) both paused;
  }
  .anm-fadeIn.is-delay {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  .anm-fadeIn.is-delay.c-nav {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .anm-fadeIn.is-animated {
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
}
@media only screen and (max-width: 390px) {
  .interview-list .interview-list-ttl {
    font-size: 6.1538461538vw;
  }
  .home .home-about-section .about-list > li {
    padding: 10vw 10px 10.2564102564vw;
  }
  .home .home-member-section {
    padding-bottom: 25.641025641vw;
  }
  .member .interview-list .interview-list-ttl {
    font-size: 6.1538461538vw;
  }
  .member .home .home-about-section .about-list > li {
    padding: 10vw 10px 10.2564102564vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 350px) {
  .home .list-ttl {
    font-size: 5.1428571429vw;
  }
}