@charset "UTF-8";
/* CSS Document */


/* section
-----------------------------------------------*/
#wrap{
  overflow: hidden;
}
section {
  overflow: hidden;
  position: relative;
  padding: 80px 40px;
}
section::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#main + section::before, 
#main + section::before {
  display: none;
}
section .inner {
  position: relative;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
}
section h2 {
  font-size: 95px;
  font-family: "Poppins", sans-serif;
  color: #B01A2E;
  opacity: 0.09;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
}
section .ttl h2 {
  font-size: 20px;
  font-weight: normal;
}
section .ttl h2 span {
  display: block;
  color: #B01A2E;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}
section .lead {
  position: relative;
  padding: 80px 0;
  margin-bottom: 80px;
}
#main + section .lead, 
#main + section .lead {
  padding-top: 0;
}
section .lead::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
section .lead h2 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 160%;
}
@media only screen and (max-width:767px) {
  section {
    padding: 48px 24px 48px;
  }
  section .lead {
    padding: 48px 0;
    margin-bottom: 48px;
  }
  section .lead h2 {
    font-size: 22px;
  }
  section h2 {
    font-size: 60px;
  }
}


/* main
-----------------------------------------------*/
#main {
  position: relative;
  background: #B01A2E;
  padding: 0 40px 0;
  color: #fff;
}
#main::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 120px;
  width: 100%;
  background: #F6F7FA;
  z-index: -1;
}
#main .inner {
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 212px;
  padding-top: 8px;
}
#main p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#main h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  #main {
    padding: 0 24px;
  }
  #main::before {
    height: 34px;
  }
  #main .inner {
    height: 114px;
    padding: 0 0 20px;
  }
  #index #main .inner {
    height: auto;
    padding: 20px 0;
  }
  #main p {
    font-size: 32px;
  }
  #main h1 {
    font-size: 32px;
  }
  #main .img {
    height: 272px;
  }
}


/* mainIndex
-----------------------------------------------*/
#mainIndex {
  position: relative;
  background: #B01A2E;
  padding: 0 40px 0;
  color: #fff;
}
#mainIndex::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 120px;
  width: 100%;
  background: #F6F7FA;
}
#mainIndex .inner {
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 212px;
  padding-top: 8px;
}
#mainIndex p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex h1 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex .imgBox {
  position: relative;
  z-index: 2;
  max-width: 1352px;
  margin: 0 auto;
}
#mainIndex .imgBox .img {
  overflow: hidden;
  border-radius: 20px;
  height: 442px;
}
#mainIndex .imgBox .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#mainIndex .imgBox .prof {
  position: absolute;
  display: block;
  content: "";
  bottom: 60px;
  left: 60px;
  background: #fff;
  color: #01305D;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
#mainIndex .imgBox.right .prof {
  left: auto;
  right: 60px;
}
#mainIndex .imgBox .prof span {
  color: #B01A2E;
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
#mainIndex .imgBox .prof span::before {
  position: absolute;
  display: block;
  content: "";
  background: #B01A2E;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0
}
#mainIndex .imgBox h2{
  position: absolute;
  display: block;
  content: "";
  font-size: 30px;
  color: #fff;
  bottom: 210px;
  left: 60px;
}
#mainIndex .imgBox.right h2{
  right: 60px;
  left: auto;
  text-align: right;
}
#mainIndex .imgBox h2 span{
  padding: 0 5px;
  margin-top: 8px;
  background: rgba(176,26,46,.8);
  display: inline-block;
}
@media only screen and (max-width:1200px) {
  #mainIndex .imgBox h2{
    font-size: 24px;
    bottom: 210px;
  }
}
@media only screen and (max-width:1023px) {
  #mainIndex .imgBox h2{
    bottom: 140px;
    left: 30px;
  }
  #mainIndex .imgBox.right h2{
    right: 30px;
  }
  #mainIndex .imgBox {
    border-radius: 20px;
    overflow: hidden;
  }
  #mainIndex .imgBox .img {
    height: auto;
    border-radius: 0;
  }
  #mainIndex .imgBox .prof {
    position: static;
  }
}
@media only screen and (max-width:767px) {
  #mainIndex .imgBox h2{
    font-size: 18px;
    bottom: 120px;
    left: 0;
    font-feature-settings: "palt";
  }
  #mainIndex .imgBox.right h2{
    right: 0;
  }
  #mainIndex .imgBox h2 span{
    margin-top: 3px;
  }
  #mainIndex .imgBox .img {
    height: 280px;
  }
  #mainIndex {
    padding: 0 24px;
  }
  #mainIndex::before {
    height: 34px;
  }
  #mainIndex .inner {
    height: auto;
    padding: 20px 0;
  }
  #mainIndex p {
    font-size: 32px;
  }
  #mainIndex h1 {
    font-size: 32px;
  }
  #mainIndex .imgBox .prof {
    font-size: 14px;
    padding: 15px;
  }
}
@media only screen and (max-width:475px) {
  #mainIndex .imgBox h2{
    bottom: 140px;
  }
}


/* index
-----------------------------------------------*/
#index #main {
  z-index: 2;
}
#index #main .img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1352px;
  margin: 0 auto;
  border-radius: 20px;
  height: 442px;
}
#index #main .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index #main .lead {
  display: flex;
  max-width: 1212px;
  margin: 0 auto;
}
#index #main .lead .img {
  width: 39.6%;
  height: auto;
}
#index #main .lead .txt {
  width: 60.4%;
  padding-right: 48px;
}
#index #main .lead .txt h2 {
  font-size: 20px;
  position: relative;
  padding-top: 35px;
  line-height: 1.8;
}
#index #main .lead .txt h2 span {
  position: absolute;
  display: block;
  content: "";
  font-size: 75px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  opacity: 0.11;
  left: -15px;
  top: -20px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
}
#index #main .lead .txt p {
  font-size: 15px;
  line-height: 2.2;
  font-weight: normal;
  position: relative;
}
#index #main .lead .txt p::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  bottom: -40px;
  left: calc(89% - 50vw);
  z-index: -1;
  background: #B01A2E;
}
#index #pickup {
  overflow: visible;
}
#index #pickup .inner {
  max-width: 1312px;
  position: relative;
}
#index #pickup .inner::before {
  content: "";
  position: absolute;
  left: -220px;
  bottom: -160px;
  background-image: url("/img/member/index/img-bg-01.svg");
  width: 100%;
  height: 1126px;
  pointer-events: none;
}
#index #pickup h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}
#index #pickup .colBox {
  display: flex;
  gap: 20px;
  margin-top: -40px;
}
#index #pickup .colBox .col {
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  transition: width .5s;
}
#index #pickup .colBox .col a {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  opacity: 1;
}
#index #pickup .colBox .col a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(1, 48, 93, 0.00) 52.9%, rgba(1, 48, 93, 0.90) 100%);
}
#index #pickup .colBox .col.active a::before {
  opacity: 1;
}
#index #pickup .colBox .col a .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index #pickup .colBox .col a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index #pickup .colBox .col a .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
}
#index #pickup .colBox .col.active a .txt {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s .5s, transform .5s .5s;
}
#index #pickup .colBox .col a .txt h3 {
  background: linear-gradient(transparent 15%, #fff 15%, #fff 95%, transparent 95%);
  transform: translateY(10px);
  transition: background-size.8s;
  display: inline;
  background-size: 100%;
  background-position: 0;
  background-repeat: no-repeat;
  font-size: 22px;
  line-height: 150%;
  color: #01305D;
}
#index #pickup .colBox .col a .txt h3 span {
  padding: 0 5px;
}
#index #pickup .colBox .col a .txt p {
  color: #fff;
  margin-top: 8px;
  font-family: Inter;
  font-size: 12px;
  line-height: 160%;
}
#index #interview h2 {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
#index #interview .colBox {
  display: grid;
  gap: 65px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -35px;
}
#index #interview .colBox .col {
  max-width: 298px;
}
#index #interview .colBox .col .imgBox {
  position: relative;
}
#index #interview .colBox .col .imgBox .img {
  margin-left: 14px;
  overflow: hidden;
  border-radius: 8px;
}
#index #interview .colBox .col .imgBox h3 {
  position: absolute;
  display: block;
  content: "";
  font-size: 18px;
  color: #fff;
  bottom: 40px;
  left: 0;
}
#index #interview .colBox .col .imgBox h3 span {
  padding: 0 5px;
  margin-top: 3px;
  background: #01305D;
  display: inline-block;
}
#index #interview .colBox .col .txt {
  margin-left: 14px;
}
#index #interview .colBox .col .txt p {
  margin-top: 17px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}
#index #interview .colBox .col .txt .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 100%;
}
#index #interview .colBox .col .txt .arrow::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/img/common/icon-arrow.svg");
}
@media only screen and (max-width:940px) {
  #index #interview .colBox {
    gap: 20px;
  }
  #index #interview .colBox .col .imgBox h3 {
    bottom: 14px;
  }
  #index #interview .colBox .col .imgBox h3 span {
    font-size: 16px;
  }
}
@media only screen and (min-width:768px) {
  #index #pickup .colBox .col {
    width: 140px;
  }
  #index #pickup .colBox .col.active {
    width: calc(100% - 60px - (140px * 3)) !important;
  }
  #index #pickup .colBox .col:hover {
    width: calc(100% - 60px - (140px * 3));
  }
  #index #pickup .colBox .col:not(:hover) {
    width: 140px;
  }
  #index #pickup .colBox .col a::before {
    opacity: 0;
    transition: opacity .5s;
  }
  #index #pickup .colBox .col.active a::before {
    opacity: 1;
  }
  #index #pickup .colBox .col a .txt {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .1s 0s, transform .1s .5s;
  }
  #index #pickup .colBox .col.active a .txt {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s .5s, transform .5s .5s;
  }
}
@media only screen and (max-width:767px) {
  #index #pickup .colBox {
    flex-direction: column;
    gap: 20px;
    margin-top: -20px;
  }
  #index #pickup .colBox .col {
    width: 100%;
    height: 340px;
  }
  #index #pickup .colBox .col a .txt h3 {
    font-size: 18px;
  }
  #index #main .lead {
    flex-wrap: wrap;
  }
  #index #main .lead .txt {
    width: 100%;
    padding-right: 0;
  }
  #index #main .lead .img {
    width: 100%;
    margin-top: 20px;
  }
  #index #main .lead .txt h2 {
    padding-top: 15px;
  }
  #index #pickup .inner::before {
    display: none;
  }
  #index #interview .colBox {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: -20px;
  }
  #index #interview .colBox .col {
    max-width: 100%;
  }
  #index #interview .colBox .col .txt, 
  #index #interview .colBox .col .imgBox .img {
    margin-left: 0;
  }
  #index #interview .colBox .col .imgBox h3 {
    left: -14px;
    bottom: 20px;
  }
  #index #interview .colBox .col .txt p {
    margin-top: 10px;
  }
}
@media only screen and (max-width:500px) {
  #index #interview .colBox {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}


/* detail
-----------------------------------------------*/
#detail section::before {
  position: absolute;
  content: "";
  width: 780px;
}
#detail #lead p {
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}
#detail #lead::before {
  display: none;
}
#detail #lead .inner,
#detail .sec .inner {
  max-width: 780px;
}
#detail .sec h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #01305D;
  opacity: 1;
  font-style: normal;
  padding-bottom: 24px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.4;
}
#detail .sec h2:not(:first-child) {
  margin-top: 80px;
}
#detail .sec h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 140px;
  height: 1px;
  background: #B01A2E;
  bottom: 0;
  left: 0;
}
#detail .sec p {
  font-size: 16px !important;
  font-weight: normal;
  line-height: 2;
}
#detail .sec p + p {
  margin-top: 30px;
}
#detail .sec .img + p {
  margin-top: 40px;
}
#detail .sec .img {
  margin-top: 40px;
  border-radius: 16px;
  overflow: hidden;
}
#detail .sec .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#detail .sec .btn {
  text-align: center;
  margin-top: 80px;
}
#detail .sec .btn a {
  display: inline-flex;
  height: 64px;
  max-width: 300px;
  width: 100%;
  padding: 0px 40px 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #01305D;
  transition: all .4s;
  opacity: 1;
}
#detail .sec .btn a:hover {
  gap: 8px;
  background: #245E95;
}
#detail .sec .btn a::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(/img/common/icon-arrow-wht.svg) no-repeat left top / 100%;
}
#detail .sec .btn a span {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  flex: 1 0 0;
}
#detail #link .inner {
  max-width: 763px;
}
#detail #link .col {
  position: relative;
}
#detail #link .imgArea {
  position: relative;
}
#detail #link .imgArea .img {
  overflow: hidden;
  border-radius: 8px;
  max-width: 560px;
  margin-left: 25px;
}
#detail #link .imgArea .txt {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  left: 0;
}
#detail #link .imgArea .txt h3 span {
  padding: 0 5px 4px;
  background: #fff;
  color: #01305D;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
}
#detail #link .imgArea .txt h3 span:not(:first-child) {
  margin-top: 8px;
}
#detail #link .imgArea .txt p {
  font-size: 12px;
  margin-top: 8px;
  color: #314557;
}
#detail #link .arrow {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  bottom: 18px;
}
#detail #link .arrow p {
  font-size: 27px;
  font-family: "Poppins", sans-serif;
  color: #B01A2E;
  font-weight: 800;
  font-style: italic;
  line-height: 1.1;
  display: table;
  margin: 0px 20px 0 auto;
}
#detail #link #prev {
  text-align: right;
  margin-top: 40px;
}
#detail #link #prev .imgArea .img {
  margin: 0 25px 0 auto;
}
#detail #link .inversion .img {
  transform: scale(-1, 1);
}
#detail #link #prev .imgArea .txt {
  right: 0;
}
#detail #link #prev .arrow {
  left: 0;
  right: auto;
  text-align: left;
  z-index: 2;
}
#detail #link #prev .arrow p {
  margin: 0px auto 0 20px;
}
#detail #link #prev .arrow img {
  transform: scale(-1, 1);
}
@media only screen and (max-width:767px) {
  #detail #lead p {
    text-align: left;
  }
  #detail .sec h2 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #detail .sec h2:not(:first-child) {
    margin-top: 60px;
  }
  #detail .sec p {
    font-size: 14px !important;
  }
  #detail .sec p + p {
    margin-top: 10px;
  }
  #detail .sec .img, 
  #detail .sec .img + p {
    margin-top: 20px;
  }
  #detail .sec .btn {
    text-align: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width:640px) {
  #detail #link .arrow{
    position: static;
    margin-top: 10px;
  }
  #detail #link .arrow p {
    font-size: 24px;
    margin: 0px 20px 0 auto;
  }
  #detail #link #next .arrow img{
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width:550px) {
  #detail #link .imgArea .txt h3 span{
    font-size: 16px;
  }
  #detail #link .imgArea .txt h3 span:not(:first-child) {
    margin-top:4px;
  }
}
@media only screen and (max-width:480px) {
  #detail #link .imgArea .txt{
    position: sticky;
    margin-top: -45px;
  }
  #detail #link #next .arrow img{
    margin: 0 0 0 auto;
  }
}

/* cardColBox01
-----------------------------------------------*/
.cardColBox01:not(:first-child){
  margin-top: 40px;
}
.cardColBox01 .col {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.cardColBox01 .col:not(:first-child){
  margin-top: 56px;
}
.cardColBox01 .col .img {
  width: 50%;
  overflow: hidden;
  border-radius: 16px;
  max-width: 395px;
  margin: 0 auto;
}
.cardColBox01 .col.colHalf .img {
  max-width: 492px;
}
.cardColBox01 .col .txt {
  width: 50%;
  flex: 1;
}
.cardColBox01 .col .txt .ttl h3 {
  font-size: 32px;
  font-weight: bold;
}
.cardColBox01 .col .txt .ttl h3 span {
  display: block;
  color: #B01A2E;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}
.cardColBox01 .col .txt p {
  font-size: 16px;
  line-height: 230%;
}
.cardColBox01 .col .txt p:not(:first-child) {
  margin-top: 24px;
}

.cardColBox01 .col .txt .txtBtn {
  margin-top: 16px;
}
.cardColBox01 .col .txt .txtBtn a {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #2B3E57;
  font-size: 16px;
  line-height: 100%;
}
.cardColBox01 .col .txt .txtBtn a::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("/img/common/icon-arrow-win.svg");
}
@media only screen and (max-width:767px) {
.cardColBox01 .col .txt .ttl h3 {
  font-size: 20px;
  font-weight: bold;
}
  .cardColBox01 .col {
    flex-direction: column;
    gap: 32px;
  }
  .cardColBox01 .col .img {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .cardColBox01 .col.colHalf .img {
    max-width: 100%;
  }
  .cardColBox01 .col .txt {
    width: 100%;
    order: 2;
  }
}