@charset "UTF-8";

html {
  scroll-behavior: smooth; /* スムーズスクロールを適用 */
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

body{

}

.common-Text-left{
  text-align:left;
}
.common-Text-right{
  text-align:right;
}
.common-Text-center{
  text-align:center;
}
.common-Text-bold{
  font-weight:bold;
}

.common-clr--black{
  color:#000;
}

.common-title{
  margin-bottom: 3%;
  text-align: center;
  font-size: 3.5rem;
  color: #00225a;
}

.common-title:after{
  content: "";
  background-color: #007ac6;
  height: 3px;
  width: 80px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.common-subTitle{
  font-size: 2.3rem;
  margin-bottom:30px;
  color:#00225a;
}

.common-leadText{
  text-align: center;
  line-height: 2.3em;
  margin-bottom: 50px;
  font-size:1.8rem;
  font-weight:bold;
}
.common-img{

}
.common-img-slide-Txt{
  display:none;
}
.slide-box p {
  text-align:right;
  font-size:14px;
  line-height:22px;
  margin:15px 0 0 0;
  color:#999;
}

.common-btn-list{
  margin:0 auto 70px auto;
}
.common-btn-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width:90%;
    margin:0 auto;
}
.common-btn-list ul li.common-btn-list1{
  width: 80%;
  text-align:center;
}
.common-btn-list ul li.common-btn-list2{
  width: 40%;
  text-align:center;
}
.common-btn-list ul li.common-btn-list3{
  width: 30%;
  text-align:center;
}
.common-btn-list ul li a{
  padding:20px 20px;
  display:block;
  border-radius:6px;
  font-weight:bold;
  font-size:1.2em;
}

.jumplink-list{
  margin:0 auto 70px auto;
}
.jumplink-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    margin:0 auto;
}
.jumplink-list ul li{
  width: 48%;
  margin-bottom:15px;
  text-align:center;
}
.jumplink-list ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1.8em;
  background: linear-gradient(90deg, #04c3e7 0%, #0891e7 100%);
  padding: 18px 0;
  line-height:0;
  border-radius:6px;
}
.jumplink-list ul li a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0CA7ED 0%, #06D3ED 100%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius:6px;
}
.jumplink-list ul li a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
  z-index: 2;
}
.jumplink-list a:hover::before {
  opacity: 1;
}
.jumplink-list a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
}

/*
.common-btn-design{
  color: #fff;
  background: #158bc2;
  transition: .4s;
  position: relative;
}
.common-btn-design:hover{
  background: #30a5db;
  transition: .4s;
}
.common-btn-design:before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.common-btn-design:after{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: 24px;
}
*/



.common-btn-list a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1.8em;
  background: linear-gradient(90deg, #04c3e7 0%, #0891e7 100%);
  padding: 18px 0;
}

.common-btn-list a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0CA7ED 0%, #06D3ED 100%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius:6px;
}

.common-btn-list a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
  z-index: 2;

}

.common-btn-list a:hover::before {
  opacity: 1;
}

.common-btn-list a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
  font-size: 1em;
}

.common-btn-list--orange a {
  background: linear-gradient(to right,#fba332 0%, #fd8c01 100%);
}

.common-btn-list--orange a::before {
  background: linear-gradient(to left,#fba332 0%, #fd8c01 100%);
}



.header__inner__btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1.8em;
  background:linear-gradient(90deg, #fba332 0%, #f1841c 50%, #e86606 100%);
  padding: 18px 0;
}

.header__inner__btn a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,#fba332 0%, #fd8c01 100%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius:35px;
}

.header__inner__btn a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
  z-index: 2;

}

.header__inner__btn a:hover::before {
  opacity: 1;
}

.header__inner__btn a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
  font-size: 1em;
}

.common-btn-list--orange a {
  background: linear-gradient(to right,#fba332 0%, #fd8c01 100%);
}

.common-btn-list--orange a::before {
  background: linear-gradient(to left,#fba332 0%, #fd8c01 100%);
}



.common-flexBox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-bottom:30px;
}
.common-flexBox.flex-reverse{
  flex-direction: row-reverse;
}

.common-flexTxtBox{
  width: 100%;
}

.common-thumImg{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.common-thumImg img{
  width:100%;

}

.common-Text{
    line-height: 2.5em;
    margin-bottom: 30px;
}

.common-flexBox-thumImg{
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin:0 40px 0 0;
  max-width: calc(35% - 30px);
}
.common-flexBox.flex-reverse .common-flexBox-thumImg{
  margin:0 0 0 40px;
}

.common-list-group{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin:0 auto 70px auto;
  width:80%;
  -webkit-box-shadow: 0 0 20px #d2e2ef;
   box-shadow: 0 0 20px #d2e2ef;
  border-radius: 3px;
  padding:3% 4.58% 1% 4.58%;
}
.common-list-group li{
  width: 18%;
  padding:0 1%;
  margin-bottom:25px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  border-radius:3px;
  align-content: center;
}
.common-list-group li img{
  width:100%;
  height:auto;
}

.common-list{
  
}
.common-list li{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1em;
    line-height:2em;
}

.common-list-block{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin:0 auto 70px auto;
    width:100%;
}
.common-list-block li{
  width: 23%;
  margin-bottom:25px;
  padding:35px 20px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  background:linear-gradient(90deg, #0086c3, #0068B7);
  border-radius:3px;
  align-content: center;
}

.common-list-block-interview{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin:0 auto 50px auto;
  width:100%;
}
.common-list-block-interview li{
  width: 32%;
  margin:0 2% 0 2%;
  margin-bottom:25px;
  text-align:center;
  position:relative;

}

.common-list-block-interview li img{
  width:100%;
  height:auto;
}

.common-list-block-interview li a{
  transition: .4s;
  color:#404040;
}

.common-list-block-interview li a:hover img{
  transition: .4s;
  opacity:0.7;
}

.common-list-block-interview li dl{
  position:absolute;
  top:0;
  left:0;
}
.common-list-block-interview li dl dt{
  background:#000;
  color:#fff;
  padding:8px 15px;
  margin-bottom:15px;
  position:relative;
  opacity:0.7;
}
.common-list-block-interview li dl dt:after{
display: block;
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-width: 44px 22px 0 0;
    border-style: solid;
    content: "";
    border-color: #000 transparent transparent transparent;

}
.common-list-block-interview li dl dd{
  padding-left:20px;
}

.common-list-block-interview li dl dd span{
  font-size:1.8em;
}
.common-list-block-interview li div{
  padding:20px 0;
  line-height:2em;
}

.common-message-box{
  padding:30px 40px;
  margin:0 auto 60px auto;
  -webkit-box-shadow: 0 0 20px #d2e2ef;
  box-shadow: 0 0 20px #d2e2ef;
  background:#fff;
}
.common-message-box h3{
  margin-bottom:15px;
  color:#0086c3;
}
.guideline-h2{
  font-size:1.3em;
  margin-bottom:15px;
  text-align:center;
}
.guideline-h3{
  font-size:1.1em;
  margin-bottom:15px;
}
.common-message-box p:last-child{
  margin-bottom:0;
}

.common-list-box-benefits{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:100%;
  margin:0 auto;
}
.common-list-box-benefits li{
  width:49.5%;
  border:1px solid #ddd;
  padding:20px;
  margin-bottom:1%;
  background:#fff;
}
.common-list-box-benefits li p{
  float:left;
  width:100px;
  padding-top:5px;
}
.common-list-box-benefits li p img{
  width:95%;
  height:auto;
}
.common-list-box-benefits li dl{
  padding-left:120px;
}
.common-list-box-benefits li dl dt{
  font-weight:bold;
  margin-bottom:10px;
}
.common-list-box-benefits li dl dd{
  line-height: 1.8em;
}

.common-job-table{
  width:90%;
  margin:0 auto;
  background:#ddd;
  border-collapse:  collapse;
}

.common-job-table th,td{
  background:#fff;
  border:1px solid #ddd;
  padding:15px;
}
.common-job-table th{
  background:#00225a;
  color:#fff;
  min-width:240px;
}
.common-job-table td .common-Text{
  line-height:2em;
}
.common-job-table td .common-Text:last-child{
  margin-bottom:0;
}

.interviewDetail__sectionTitle{
  margin-bottom:10px;
}
.interviewDetail__sectionText{
  line-height:2.2em;
}

.common-process-area{
  width:85%;
  margin:0 auto;
}

.common-process-area dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin:20px 0 50px 0;
  background:#fff;
  position: relative;
  border-radius:3px;
}
.common-process-area dl.step01{background:#61c4e4;}
.common-process-area dl.step02{background:#5bb7dd;}
.common-process-area dl.step03{background:#53a7d6;}
.common-process-area dl.step04{background:#489bcd;}
.common-process-area dl.step05{background:#458ac5;}
.common-process-area dl.step06{background:#467cbc;}
.common-process-area dl.step07{background:#f18d1d;}

.common-process-area dl:after, .common-process-area dl:before{
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
}

.common-process-area dl:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #0086c3;
  border-width: 16px;
  margin-left: -16px;
}
.common-process-area dl.step01:before{ border-top-color: #61c4e4;}
.common-process-area dl.step02:before{ border-top-color: #5bb7dd;}
.common-process-area dl.step03:before{ border-top-color: #53a7d6;}
.common-process-area dl.step04:before{ border-top-color: #489bcd;}
.common-process-area dl.step05:before{ border-top-color: #458ac5;}
.common-process-area dl.step06:before{ border-top-color: #467cbc;}


.common-process-area dl dt{
  padding:23px 30px 20px 30px;
  margin-right:30px;
  color:#fff;
  font-weight:bold;
  text-align:center;
}
.common-process-area dl dt span{
  background:#fff;
  padding:5px 10px;
  color:#0086c3;
}
.common-process-area dl.last dt span{
  color:#fd8c01;
}
.common-process-area dl dd{
  padding:20px 20px;
  font-size:1.2em;
  color:#fff;
  text-align:center;
  font-weight:bold;
}

.common-process-area dl.last{
  border-color:#fd8c01;
}
.common-process-area dl.last:before,
.common-process-area dl.last:after{
  display:none;
}
.common-process-area dl.last dt{
  background:#f18d1d;
}


@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 767px) {
  .common-message-box{
    padding:30px 25px;
  }
  .common-title{
    margin-bottom: 35px;
    font-size: 2.4rem;
  }
  .common-subTitle{
    font-size: 2rem;
    margin-bottom:30px;
  }
  .common-leadText{
    text-align: left;
    line-height: 2em;
    font-weight:normal;
    font-size:1.6rem;
  }
  .common-img-slide-Txt{
    display:block;
    text-align:center;
    margin-bottom:15px;
    font-size:14px;
    font-weight:bold;
  }
  .common-flexBox{
    display:block;
  }
  .common-flexBox-thumImg{
    width:100%;
    max-width:100%;
    margin:0 0 25px 0;
  }
  .common-flexBox.flex-reverse .common-flexBox-thumImg{
    margin:0 0 25px 0;
  }
  .common-list-box-benefits{
    margin-bottom:30px;
  }
  .common-list-box-benefits li{
    width:100%;
  }
  .common-list-box-benefits li p{
    width:70px;
  }
  .common-list-box-benefits li dl{
    padding-left:85px;
  }
  .common-list-box-benefits li dl dd{
    font-size:1.4rem;
  }

  .common-list-block-interview{
    margin-bottom:10px;
  }
  .common-list-block-interview li{
    width: 46%;
    margin: 0 2% 0 2%;
  }
  .common-list-block-interview li dl{
    position:static;
  }
  .common-list-block-interview li dl dt:after{
    right:0;
  }
  .common-list-block-interview li dl dt{
    font-size:0.9em;
  }
  .common-list-block-interview li dl dd{
    font-size:0.9em;
  }
  .common-list-block-interview li div{
    font-size:1.5rem;
    text-align:left;
  }
  .common-list-block-interview li div br{
    display:none;
  }

  .common-content-title{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size:1.2em;
    color:#fff;
    background:rgba(0,121,198,0.8);
    padding:7px 1.8em;
  }

  .common-content-title-fgl{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:1.2em;
    color:#fff;
    background:rgba(0,121,198,0.8);
    padding:6px 0 9px 0;
    width:100%;
    text-align:center;
  }

  .common-img{
  }
  .common-img img{
    width:auto;
  }

  .slide-wrap {
    border:1px solid #ddd;
    padding:15px;
    background-color: #fff;
    display: flex;
    margin-bottom:50px;
    max-width: 767px;
    width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
  }
  .slide-box {
    height: auto;
    margin-right: 1%;
  }
  .slide-box img {
    display: block;
    height: auto;
    width: 240%;
  }
  .slide-box p {
    text-align:left;
    font-size:14px;
    line-height:22px;
    margin:15px 0 10px 0;
    color:#999;
  }

  .common-btn-list{
    margin-bottom:30px;
  }
  .common-btn-list ul{
    width:100%;
  }
  .common-btn-list ul li.common-btn-list2{
    width:85%;
    margin-bottom:15px;
  }
  .common-btn-list ul li a{
    font-size: 1.0em;
    padding:13px 15px;
  }

  .common-list-group{
    width:95%;
    padding:20px 20px 0 20px;
  }
  .common-list-group li{
    width:33%;
  }


  .common-list-block li{
    width:46%;
    margin:10px 2%;
    font-size:3.7vw;
  }


  footer .footer__navi__title{
    font-size:1.8rem;
  }
  .common-process-area{
    width:100%;
  }
  .common-process-area dl dt {
    padding: 13px 15px 13px 15px;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .common-process-area dl dd{
    padding: 10px 15px 10px 0;
    font-size:1em;
    text-align:left;
  }
  .common-fgl-pc{
    display:none;
  }
  .jumplink-list ul li {
    width: 100%;
  }
  .guideline-table{
    margin-bottom:10px;
  }
  .guideline-table th,
  .guideline-table td{
    display:block;
    width:100%;
    padding:4.03vw 3.62vw;
  }
  .guideline-table th{
    border:none;
  }
  .guideline-table td p{
    font-size:0.95em;
  }

}

@media screen and (min-width: 768px) {

  .common-content-title{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(25%, -40%);
    -webkit-transform: translate(25%, -40%);
    -ms-transform: translate(25%, -40%);
    font-size:1.8em;
    color:#fff;
    background:rgba(0,121,198,0.8);
    padding:10px 2em;
  }
  .common-content-title-fgl{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:2em;
    color:#fff;
    background:rgba(0,121,198,0.8);
    padding:10px 0 15px 0;
    width:100%;
    text-align:center;
  }
  .common-img img{
    width:100%;
  }
  .common-fgl-sp{
    display:none;
  }
}

@media screen and (min-width: 1401px) {

  .common-content-title{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(25%, -40%);
    -webkit-transform: translate(25%, -40%);
    -ms-transform: translate(25%, -40%);
    font-size:2.6em;
    color:#fff;
    background:rgba(0,121,198,0.8);
    padding:10px 2em;
  }
  .common-content-title-fgl{
    position: absolute;
    bottom: 0;
    left: 0;	
    font-size:2.6em;
    color:#fff;
    background:rgba(0,121,198,0.8);
    padding:10px 0 15px 0;
    width:100%;
    text-align:center;
  }
  .common-box-area{
    margin-bottom:70px;
  }
  .common-img img{
    width:100%;
  }
  .common__interviewDetail__title{
    margin-top: 40px;
  }

  .common-pc-mb10{margin-bottom:10px;}
  .common-pc-mb20{margin-bottom:20px;}
  .common-pc-mb30{margin-bottom:30px;}
  .common-pc-mb40{margin-bottom:40px;}
  .common-pc-mb50{margin-bottom:50px;}
  .common-pc-mb60{margin-bottom:60px;}
  .common-pc-mb70{margin-bottom:70px;}

  .common-pc-mt10{margin-top:10px;}
  .common-pc-mt20{margin-top:20px;}
  .common-pc-mt30{margin-top:30px;}
  .common-pc-mt40{margin-top:40px;}
  .common-pc-mt50{margin-top:50px;}
  .common-pc-mt60{margin-top:60px;}
  .common-pc-mt70{margin-top:70px;}

}

@media screen and (min-width: 768px) and (min-width: 1401px) {
  .common-img img{
    width:100%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width: 900px) {

}

@media screen and (max-width: 1401px) {
  .common-box-area{
    margin-bottom:60px;
  }
  .interviewDetail__sectionText{
    font-size:1.5rem;
    line-height:2em;
  }
  .common-list-block-interview{
    margin-bottom:30px;
  }
  .common-leadText{
    font-size: 1.6rem;
  }
  .common-Text{
    font-size:1.5rem;
    line-height:2em;
  }
  .common-title{
    font-size:2.4rem;
  }
  .common-list-box-benefits li dl dd{
    font-size:1.5rem;
    line-height:2em;
  }
  .common-list-block-interview li div{
    font-size:15px;
  }

  .common-sp-mb10{margin-bottom:10px;}
  .common-sp-mb20{margin-bottom:20px;}
  .common-sp-mb30{margin-bottom:30px;}
  .common-sp-mb40{margin-bottom:40px;}
  .common-sp-mb50{margin-bottom:50px;}
  .common-sp-mb60{margin-bottom:60px;}
  .common-sp-mb70{margin-bottom:70px;}

  .common-sp-mt10{margin-top:10px;}
  .common-sp-mt20{margin-top:20px;}
  .common-sp-mt30{margin-top:30px;}
  .common-sp-mt40{margin-top:40px;}
  .common-sp-mt50{margin-top:50px;}
  .common-sp-mt60{margin-top:60px;}
  .common-sp-mt70{margin-top:70px;}


  .common-sp-none{
    display:none;
  }

}
