@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700);
/*** 基本指定 ***/
html, body {
  height: 100%;
}

.wrap {
  width: 1250px;
  max-width: 90%;
  margin: 0 auto;
}

* {
  letter-spacing: 0.05em;
}

body, select, textarea, input {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  color: #323232;
}

@media (max-width: 768px) {
  body, select, textarea, input {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .flex {
    flex-wrap: wrap;
  }
}
.min {
  font-family: "HonMincho-B", serif;
}

/*** メイン ***/

.main-sp{
  display: none;
    @media screen and (max-width:767px) {
      display: block;
    }
}
.main {
  background: url("../images/fv.png") center right;
  background-size: cover;
  padding: 90px 40px 90px 20px;
  position: relative;
  height: 785px;
  height: min(100vh,785px);
  height: clamp(26.25rem, 12.5rem + 28.65vw, 46.875rem);

  @media (max-width: 1140px) {
  
    padding: 110px 5% 80px;
  
}

  @media screen and (max-width:767px) {
    padding: 0;
    height: auto;
    background: none;
  }
}

.main .main_text {
  position: absolute;
  width: 100%;
  max-width: 1250px;
  left: 50%;
  top: 3.1%;
  transform: translate(-50%,0%);
  text-align: center;

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

  }
}

/* .main .main_text * {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(7, 30, 52, 0.4), 0 0 10px rgba(7, 30, 52, 0.4);
} */

.main h1 {
  width: 228px;

}

.main .main_text h2 {
  font-size: 78px;
  font-size: min(4vw,78px);
  color: #012E61;
  line-height: 1.3;
  margin: 0 auto;
  margin-top: min(2.08vw,40px);
  position: relative;
  width: max-content;
  
}
.main .main_text h2::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  filter: blur(81.7px);

}
.main .main_text h2 span {
  letter-spacing: 0.3em;
}

.main .main_text p {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.main .main_text .main_list{
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.main .main_text .main_list li{
  font-size: 40px;
  font-size: min(2.1vw,40px);
  color: #fff;

}
.main .main_text .main_list li::after{
  content: "･";
  color:#012E61;
  padding: 0 5px;
}
.main .main_text .main_list li:last-child{
  letter-spacing: -1px;
}
.main .main_text .main_list li:last-child::after{
  content: none;
}
.main .main_text .main_list li span{
  display: inline-block;
  background: #012E61;
  padding: min(.9vw,16px);
}

.main .main_text .main_bottom-img{
  margin: 0 auto;
  margin-top: 40px;
  width: 1266px;
  width: min(63vw,1266px);
}

.top_btn_wrap {
  position: absolute;
  bottom: 13%;
  right: 30px;
}

.top_btn_wrap figure:nth-child(1) {
  margin-right: 10px;
}

.top_btn_wrap figure img {
  transition: 0.3s;
}

.top_btn_wrap figure a img:hover {
  opacity: 0.85;
}

.main_bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
}


@media (max-width: 1024px) {
  /* .main .main_text {
    top: 50%;
  } */
  /* .main .main_text h2 {
    font-size: 34px;
    line-height: 1.4em;
    padding-bottom: 0.8em;
    letter-spacing: 0.4em;
  } */
  .main .main_text p {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 400;
  }
  .top_btn_wrap {
    bottom: 10%;
    right: 21px;
  }
  .top_btn_wrap figure:nth-child(1) {
    margin-right: 8px;
  }
  .top_btn_wrap figure img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  /* .main {
    height: 400px;
  } */
  .main h1 {
    max-width: 160px;
  }
  /* .main .main_text {
    top: 50%;
  } */
  /* .main .main_text h2 {
    font-size: 30px;
    line-height: 1.6em;
    padding-bottom: 0.6em;
    letter-spacing: 0.3em;
  } */
  .main .main_text h2 span {
    letter-spacing: 0.2em;
  }
  .main .main_text p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .top_btn_wrap {
    right: 10px;
    bottom: 8%;
  }
  .top_btn_wrap figure img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  /* .main {
    padding: 100px 5% 60px;
    background: url("../images/main.png") 52% center;
    background-size: cover;
    height: 600px;
  }
  .main .main_text h2 {
    font-size: 1.8em;
    line-height: 1.6em;
    padding-bottom: 0.3em;
    letter-spacing: 0.2em;
    padding-top: 0.5em;
    text-align: center;
  }
  .main .main_text h2 span {
    letter-spacing: 0.1em;
  }
  .main .main_text p {
    font-size: 1.1em;
    text-align: center;
  } */
  .top_btn_wrap figure:nth-child(1) {
    margin-right: 0;
  }
  .top_btn_wrap figure {
    margin: 0 2%;
  }
  .top_btn_wrap {
    width: 100%;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: auto;
    bottom: 4%;
  }
}
@media (max-width: 375px) {
  /* .main {
    height: 350px;
  }
  .main h1 {
    max-width: 140px;
  }
  .main .main_text h2 {
    font-size: 1.4em;
  }
  .main .main_text p {
    font-size: 1em;
    padding: 0 2em;
  } */
  .top_btn_wrap figure img {
    width: 80px;
  }
}
@media (max-width: 320px) {
  .main h1 {
    max-width: 130px;
  }
  .main .main_text h2 {
    font-size: 1.3em;
  }
}
/*** GMAPとは ***/
.what_wrap {
  text-align: center;
  padding: 100px 0;
}

.what_wrap .wrap > figure {
  padding-bottom: 40px;
  max-width: 480px;
  margin-inline: auto;
}

.what_wrap h3 {
  font-size: min(3.6vw,50px);
  line-height: 1.5em;

    @media (max-width: 767px) {
    font-size: min(5.06vw,27px);
}
}

.what_wrap h3 span.txt_gl {
  color: #a79b2a;
}

.what_wrap .what_image {
  background: url("../images/what.jpg") no-repeat center;
  height: 406px;
  display: block;
}

.what_wrap .wrap > p {
  line-height: 2.2em;
}

.what_wrap .wrap > p + p {
  padding-top: 10px;
}

.what_wrap .wrap .what_ans {
  font-size: 1.6em;
  line-height: 1.8em;
  color: #a79b2a;
  padding-top: 5px;
}

.what_wrap .what_sub {
  font-size: 13px;
  padding: 25px 20px 0;
  text-align: center;
}

.what_wrap .what_txt strong {
  border-bottom: 1px solid #a79b2a;
  padding-bottom: 2px;
}

@media (max-width: 1024px) {
  .what_wrap .what_image {
    height: 340px;
    background-size: 145%;
    padding-top: 0;
  }
  .what_wrap .what_sub {
    padding: 20px 20px 0;
  }
  .what_wrap {
    padding: 100px 0 80px;
  }
}
@media (max-width: 768px) {
  .what_wrap {
    text-align: center;
    padding: 60px 0 50px;
  }
  .what_wrap h3 {
    /* font-size: 1.4em; */
    line-height: 1.6em;
  }
  .what_wrap .image {
    width: 430px;
    max-width: 80%;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
  }
  .what_wrap .image img {
    max-width: 80%;
  }
  .what_wrap .wrap .what_ans {
    font-size: 1.3em;
  }
  .what_wrap .what_sub {
    padding: 10px 20px 0;
  }
  .what_wrap .what_image {
    height: 268px;
  }
}
@media (max-width: 767px) {
  .what_wrap {
    text-align: center;
    padding: 55px 0;
    padding-bottom: 20px;
  }
  .what_wrap > figure {
    padding-bottom: 20px;
  }
  .what_wrap > figure img {
    max-width: 60%;
  }
  .what_wrap h3 {
    /* font-size: 1.3em; */
    line-height: 1.5em;
  }
  .what_wrap > p {
    line-height: 1.8em;
  }
  .what_wrap .wrap > p + p {
    font-size: 14px;
  }
  .what_wrap .wrap > p {
    line-height: 1.8em;
  }
  .what_wrap .wrap .what_ans {
    line-height: 1.6em;
  }
  .what_wrap .what_sub {
    padding: 10px 20px 0;
    font-size: 13px;
  }
  .what_wrap .what_image {
    height: 280px;
    background-size: 145%;
  }
}
@media (max-width: 500px) {
  .what_wrap .what_image {
    height: 190px;
  }
}
@media (max-width: 425px) {
  .what_wrap .what_image {
    height: 175px;
  }
}
@media (max-width: 375px) {
  .what_wrap .wrap .what_ans {
    font-size: 1.2em;
    letter-spacing: 0.04em;
  }
  .what_wrap .what_image {
    height: 160px;
  }
}
@media (max-width: 320px) {
  .what_wrap h3 {
    font-size: 1.2em;
  }
  .what_wrap .what_txt {
    font-size: 14px;
  }
  .what_wrap .wrap > p + p {
    font-size: 13px;
  }
  .what_wrap .wrap .what_ans {
    font-size: 1.02em;
  }
  .what_wrap .what_sub {
    font-size: 12px;
  }
  .what_wrap .what_image {
    height: 135px;
  }
}

/**

プログラム

**/

.program {
  text-align: center;
  padding-bottom:min(5.21vw,100px);

    h3{
    font-size: min(3.5vw,50px);
    line-height: 1.5;

    @media (max-width: 767px) {
    font-size: min(5.06vw,27px);
}
  }
  h4{
    background: #012E61;
    max-width: 1250px;
    margin: 0 auto;
    font-size: min(1.82vw,35px);
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    padding: min(1.3vw,25px) 0;
    padding: 25px 0;
    margin-top: min(5.21vw,100px);
    @media (max-width: 767px) {
    font-size: min(5.5vw,35px);
}
  }
  h4._gold{
    background:#DED4B8;
    color: #012E61;
  }
}

.program_wrap {
    max-width: 994px;
    margin: 0 auto;
    margin-top: min(3.33vw,64px);

    @media (max-width: 767px) {
    
    margin-top: 30px;
}

}

.program_list {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
    @media (max-width: 767px) {
    flex-direction: column;
    gap: 30px;
  }
  li{
    width: calc((100% - 64px) / 2);
    @media (max-width: 767px) {
    width: 100%;
}
  }


}
.progarm_body {
  width: 100%;
  background: #F0F6FD;
}
.program_wrap._theme .progarm_body{
  background: #F4F1E7;
}
.program_title-area {
  background: #012E61;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 35px;
      @media screen and (max-width:670px) {
        padding: 18px 35px;
    }
}
.program_wrap._theme .program_title-area{
  color: #012E61;
  background: #DED4B8;
}
.program_num {
  font-size: 46px;

  @media (max-width: 767px) {
    font-size: min(6.4vw,46px);
}
}

.program_cat {
  font-size: 30px;
  color: #012E61;
  background: #fff;
  border-radius: 4px;
  padding: 15px 0;
  width: 100%;
  max-width: 391px;
  margin-top: 20px;
  @media (max-width: 767px) {
    font-size: min(4.86vw,30px);
    padding: 10px 0;
}
  
  
}
.program_title {
  font-size: 24px;
  margin-top: 20px;
  font-weight: normal;

    @media (max-width: 767px) {
    font-size: min(3.8vw,24px);
}


}
.program_content-area {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;

        @media screen and (max-width:670px) {
        padding: 30px 0px;
    }


}
.program_icon {
  width: 78px;
}
.program_content-ttl {
  font-size: 28px;
  color: #A79B2A;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;

    @media (max-width: 767px) {
    font-size: min(4.4vw,28px);
    margin-top: 30px;
}

}
.program_content-list {
  padding: 0 40px;
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;

    @media (max-width: 767px) {
    padding: 0 25px;
    margin-top: 30px;
}

  li{
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #012E61;
    border: 1px solid #012E61;
    border-radius: 5px;
    width: calc((100% - 16px) / 2);
    min-height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;

      @media (max-width: 767px) {
    font-size: min(3.26vw,20px);
    
}
      @media (max-width: 551px) {
    
    min-height: 58px;
}
  
  }
  
}






/*** オンラインGESでできること ***/
.see_wrap {
  background: #143457;
  position: relative;
}

.see_wrap .flex > figure,
.see_wrap .flex > .see_text_wrap {
  width: 50%;
}

.see_wrap .flex > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 100%;
     object-position: 80% 100%;
  height: 100%;
}

.see_wrap .flex > .see_text_wrap {
  position: relative;
}

.see_wrap .see_text {
  padding: 140px 70px 140px;
  width: 100%;
}

.see_wrap .see_text * {
  color: #ffffff;
}

.see_wrap .see_text h3 {
  font-size: 2.2em;
  padding-bottom: 0.7em;
  font-weight: 700;
  line-height: 1.4em;
}

.see_wrap .see_text li {
  display: block;
  padding: 0.7em 0 0.7em 2em;
  border-bottom: 1px solid #345171;
  position: relative;
  line-height: 1.6em;
}

.see_wrap .see_text li::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.7em;
  background: url("../images/ico_check.svg") no-repeat center;
}

.see_wrap .see_text li .line {
  position: relative;
  margin: 0 0.15em;
  background: linear-gradient(transparent 90%, #7d804b 90%);
}

.see_img {
  background: url("../images/see_img.jpg") no-repeat 110% center;
}

@media (max-width: 1440px) {
  .see_wrap .see_text {
    padding: 90px 70px 90px;
  }
}
@media (max-width: 1024px) {
  .see_img {
    background: url("../images/see_img.jpg") no-repeat 48% center;
  }
  .see_wrap .see_text {
    padding: 65px 50px 75px;
  }
  .see_wrap .see_text li:last-child {
    border: none;
  }
}
@media (max-width: 768px) {
  .see_wrap > .see_text {
    padding: 60px 50px 180px;
  }
  .see_wrap > .see_text h3 {
    font-size: 1.8em;
    padding-bottom: 0.5em;
  }
  .see_wrap > .see_text li span {
    display: inline-block;
  }
  .see_wrap .see_text h3 {
    font-size: 2em;
  }
  .see_wrap .flex > .see_img {
    background: url("../images/see_img.jpg") no-repeat 47% center;
  }
  .see_wrap .see_text {
    padding: 50px 35px 75px;
  }
  .see_wrap .see_text li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .see_wrap {
    padding-bottom: 30px;
  }
  .see_wrap > .see_text h3 {
    font-size: 1.6em;
    text-align: center;
  }
  .see_wrap > .see_text {
    width: 100%;
    height: auto;
    padding: 25px 5%;
    position: static;
  }
  .see_wrap > .see_text li {
    padding: 0.5em 0 0.5em 2em;
    line-height: 1.5em;
    font-size: 0.9em;
  }
  .see_wrap .see_text h3 {
    font-size: 1.8em;
  }
  .see_wrap .flex > .see_img {
    background: url("../images/see_img.jpg") no-repeat 79% center;
    height: 545px;
    background-size: cover;
  }
  .see_wrap .flex > .see_img,
.see_wrap .flex > .see_text_wrap {
    width: 100%;
  }
  .see_wrap .see_text {
    position: static;
    padding: 25px 5%;
    transform: none;
  }
}
@media (max-width: 500px) {
  .see_wrap {
    padding-bottom: 45px;
  }
  .see_wrap .flex > .see_img {
    background: url("../images/see_img.jpg") no-repeat 102% 0;
    height: 300px;
    background-size: cover;
  }
}
@media (max-width: 425px) {
  .see_wrap .flex > .see_img {
    background: url("../images/see_img.jpg") no-repeat 82% 0;
    background-size: cover;
  }
}
@media (max-width: 375px) {
  .see_wrap {
    padding-bottom: 35px;
  }
  .see_wrap .see_text h3 {
    font-size: 1.6em;
  }
  .see_wrap .flex > .see_img {
    background: url("../images/see_img.jpg") no-repeat 93% 0;
    background-size: cover;
    height: 240px;
  }
}
@media (max-width: 320px) {
  .see_wrap {
    padding-bottom: 55px;
  }
  .see_wrap .see_text h3 {
    font-size: 1.4em;
  }
  .see_wrap .see_text li {
    font-size: 14px;
  }
  .see_wrap .flex > .see_img {
    background: url("../images/see_img.jpg") no-repeat 87% 0;
    background-size: cover;
    height: 220px;
  }
}
/*** グロービスのGMAPは ***/
.result_wrap {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.result_wrap p {
  display: inline-block;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 10px #406288;
  font-size: 18px;
  padding: 12px 35px;
  border: 3px solid #cecbae;
}

@media (max-width: 1024px) {
  .result_wrap {
    bottom: -52px;
  }
}
@media (max-width: 768px) {
  .result_wrap {
    bottom: -60px;
  }
  .result_wrap p {
    font-size: 16px;
  }
  .result_wrap .min {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .result_wrap {
    bottom: -55px;
  }
  .result_wrap p {
    font-size: 14px;
    border-radius: 35px;
    padding: 12px 30px;
  }
}
@media (max-width: 499px) {
  .result_wrap {
    bottom: -78px;
  }
}
@media (max-width: 375px) {
  .result_wrap {
    bottom: -100px;
  }
}
/*** 選ばれる理由 ***/
.reason_wrap {
  text-align: center;
  padding: 110px 0;
  background: url("../images/bg_note.gif") center top;
}

.reason_wrap > h3 {
  position: relative;
  font-size: 40px;
  padding-top: 75px;
  padding-bottom: 0.4em;
  line-height: 1.3em;
  color: #204572;
}

.reason_wrap > h3::before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: #7e99a7;
}

.reason_wrap > h3 + p {
  line-height: 2em;
  display: inline;
}

.reason_wrap .reason_gl_line {
  border-bottom: 1px solid #a79b2a;
  padding-bottom: 2px;
}

.reason_wrap > h3 + p + .wrap {
  margin-top: 48px;
}

.reason_wrap p {
  line-height: 2em;
  padding-bottom: 2.8em;
}

.reason_wrap .wrap {
  width: 1350px;
}

.reason_list {
  margin: 0 -2%;
}

.reason_list li {
  width: 29.33%;
  margin: 0 2%;
}

.reason_list li strong {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #204572;
  padding: 15px 0;
}

.reason_list li p {
  text-align: left;
}

.reason_list li figure {
  position: relative;
  text-align: center;
  padding-bottom: 3px;
}

.reason_list li figure img {
  max-width: 100%;
  box-shadow: 0 0 10px rgba(111, 150, 174, 0.5);
  border-radius: 24px;
}

.reason_list li figure span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 46px;
  color: #ffffff;
  font-weight: 700;
  margin: auto;
  padding: 7px 20px 20px 15px;
  background: url("../images/reason_point.svg") no-repeat;
  line-height: 1.1em;
}

@media (max-width: 1024px) {
  .reason_wrap {
    padding: 90px 0 60px;
  }
  .reason_wrap > h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .reason_wrap {
    padding: 70px 0 30px;
  }
  .reason_list li strong {
    font-size: 23px;
    line-height: 1.2em;
  }
  .reason_list li figure span {
    font-size: 1.8em;
    top: 0;
    padding: 0 0.3em 0.3em 0.2em;
  }
  .reason_wrap > h3 {
    padding-top: 84px;
    font-size: 36px;
  }
  .reason_wrap > h3::before {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .reason_wrap {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .reason_wrap > h3 {
    font-size: 1.6em;
    padding-top: 110px;
    padding-bottom: 0.4em;
  }
  .reason_wrap > h3::before {
    height: 40px;
    top: 55px;
  }
  .reason_wrap p {
    padding-bottom: 3em;
  }
  .reason_list li strong {
    font-size: 21px;
    padding: 15px 0 7px;
  }
  .reason_list li figure span {
    font-size: 1.8em;
    top: 0;
    bottom: 15px;
    left: 0;
    padding: 0 0.3em 0.3em 0.2em;
  }
  .reason_list {
    margin: 0;
  }
  .reason_list li {
    width: 100%;
    margin: 0;
  }
  .reason_list li figure img {
    max-width: 100%;
  }
  .reason_list li p {
    font-size: 0.9em;
  }
  .reason_wrap + .btn_wrap {
    margin-top: -30px;
  }
  .reason_wrap + .btn_wrap figure {
    padding-top: 20px;
  }
}
@media (max-width: 375px) {
  .reason_wrap > h3 {
    padding-top: 136px;
  }
  .reason_wrap > h3::before {
    top: 82px;
  }
}
/** 反応装置 **/
.program_btn {
}
.program_btn-wrap {

  @media (max-width: 767px) {
    padding: 0 30px;
}


  a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    height: 70px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 100px;
    transition: .3s;

      @media (max-width: 767px) {
    font-size: min(4vw,19px);
    height: 60px;
}
  &:hover{
    opacity: .8;
  }

  }

  a.btn_green {
    background: #228304;
    
}

}




.btn_wrap {
  background: url("../images/btn_bg.gif");
  position: relative;
}


.btn_wrap .btn_text {
  padding: 40px 5% 70px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
}

.btn_wrap._fv .btn_text{
  @media screen and (max-width:932px) {
    padding: 20px 5%;
  }
  
}


.btn_wrap .btn_text > div {
  padding: 0 2%;
}

.btn_wrap .btn_text strong {
  display: block;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1.4em;
  letter-spacing: 0.12em;
}

.btn_wrap .btn_text p {
  color: #fff;
  padding: 0.6em 0 1em;
  font-size: 16px;
}

.btn_wrap .btn_text a {
  display: inline-block;
  background: #a79b2a;
  padding: 0.8em 1.1em 0.8em;
  border-radius: 100px;
  border: 3px solid #e0d997;
  color: #FFFFFF;
  font-size: 20px;
  position: relative;
  transition: 0.5s;
  min-width: 12.5em;
  font-weight: 400;
  width: 380px;
  margin-top: 1em;
}

.btn_wrap._fv .btn_text a:first-child {
    @media screen and (max-width:932px) {
    margin-top: 0;
  }
}
.btn_wrap .btn_text div + div{
  
    @media screen and (max-width:932px) {
    margin-top: 1em;
  }
}


.btn_wrap .btn_text a.btn_red {
  background: #cb4c55;
  border: 3px solid #f9c4c8;
}


.btn_wrap .btn_text strong span {
  color: #e0d24f;
}

.btn_wrap .btn_text strong span span {
  font-size: 63px;
}

.btn_wrap .btn_text a:hover {
  background: #b8aa26;
}

.btn_wrap .btn_text a.btn_red:hover {
  background: #e5616a;
}

.btn_wrap .btn_text a + a {
  margin-left: 20px;
}

.btn_wrap .btn_text a::before {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  background: url("../images/arrow_btn.svg") no-repeat;
  transition: 0.3s;
}
.btn_wrap._fv .btn_text a::before {
  content: none;
}

.btn_wrap .btn_text a:hover::before {
  top: 10px;
}

@media (max-width: 1024px) {
  .btn_wrap .btn_text strong {
    font-size: 28px;
  }
  .btn_wrap .btn_text strong span span {
    font-size: 58px;
  }
  .btn_wrap .btn_text p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .btn_wrap .btn_text {
    padding: 30px 5% 60px;
  }
  .btn_wrap .btn_text strong {
    font-size: 25px;
  }
  .btn_wrap .btn_text strong span span {
    font-size: 54px;
  }
  .btn_wrap .btn_text a {
    padding: 0.7em 1.1em 0.8em;
    font-size: 17px;
    position: relative;
    transition: 0.5s;
    width: 300px;
  }
  .btn_wrap .btn_text p {
    line-height: 1.5em;
    padding: 0.5em 0 0.8em;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn_wrap .btn_text {
    padding: 55px 5% 55px;
    text-align: center;
  }
  .btn_wrap .btn_text > div {
    width: 100%;
  }
  .btn_wrap .btn_text > div:nth-child(1) {
    padding-bottom: 35px;
  }
  .btn_wrap._fv .btn_text > div:nth-child(1) {
    padding-bottom: 0;
  }
  .btn_wrap .btn_text strong {
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .btn_wrap .btn_text strong span span {
    font-size: 40px;
  }
  .btn_wrap .btn_text p {
    font-size: 15px;
    padding: 0.3em 0 1em;
  }
  .btn_wrap .btn_text a {
    display: inline-block;
    font-size: 17px;
    padding: 0.9em 1.1em 1em;
    border: 2px solid #e0d997;
  }
  .btn_wrap .btn_text a.btn_red {
    border: 2px solid #f9c4c8;
  }
  .btn_wrap .btn_text a + a {
    margin-left: 0;
    margin-top: 8px;
  }
  .btn_wrap figure {
    width: 40%;
    padding-top: 30px;
  }
}
@media (max-width: 375px) {
  .btn_wrap .btn_text a {
    font-size: 16px;
    width: 280px;
  }
  .btn_wrap .btn_text p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .btn_wrap .btn_text strong {
    font-size: 23px;
  }
  .btn_wrap .btn_text a {
    font-size: 15px;
    width: 260px;
    padding: 0.8em 1.1em 0.9em;
  }
  .btn_wrap .btn_text p {
    font-size: 13.5px;
  }
}
/** GMAPの活用方法 **/
.howto_wrap {
  background: #E8EEF1;
  padding: 100px 5% 80px;
}

.howto_title {
  text-align: center;
}

.howto_title h3 {
  font-size: 2.2em;
  padding-bottom: 0.8em;
  color: #01215a;
}

.howto_title p {
  line-height: 2em;
  padding-bottom: 2em;
}

.howto_title .howto_title_bold {
  font-weight: 700;
}

.howto_title .howto_title_bold .gl_line {
  border-bottom: 1px solid #a79b2a;
  padding-bottom: 2px;
}

.howto_contents {
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
}

.howto_contents > div {
  width: 50%;
  padding: 10px 20px 30px;
  text-align: center;
}

.howto_contents_left {
  text-align: right;
}

.howto_contents > div figure {
  margin-bottom: 5px;
}

.howto_contents_right {
  border-left: 1px solid #ffffff;
}

.howto_contents > div .scene {
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 13px;
  position: relative;
  color: #486488;
  letter-spacing: 0.2em;
}

.howto_contents > div .scene::after {
  width: 50px;
  height: 1px;
  background: #aabed7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}

.howto_contents > div strong {
  display: block;
  color: #01215a;
  font-size: 1.6em;
  padding-bottom: 0.5em;
  line-height: 1.4em;
}

.howto_contents > div p {
  line-height: 1.9em;
  font-size: 0.9em;
}

@media (max-width: 1024px) {
  .howto_wrap {
    padding: 80px 5%;
  }
}
@media (max-width: 768px) {
  .howto_wrap {
    padding: 70px 2%;
  }
  .howto_title h3 {
    font-size: 1.8em;
  }
  .howto_contents > div {
    width: 50%;
    padding: 10px 30px 30px;
  }
  .howto_contents > div figure img {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .howto_contents > div strong {
    font-size: 1.3em;
    padding-bottom: 0.5em;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .howto_wrap {
    padding: 50px 5% 40px;
  }
  .howto_title h3 {
    font-size: 1.4em;
  }
  .howto_title h3 + p {
    padding-bottom: 0;
  }
  .howto_title p br {
    display: none;
  }
  .howto_contents > div {
    width: 100%;
    padding: 10px 0 20px;
  }
  .howto_contents > div figure {
    text-align: center;
  }
  .howto_contents > div figure img {
    max-width: 100%;
    padding: 20px 0 10px;
  }
  .howto_contents > div strong {
    font-size: 1.3em;
    padding-bottom: 0.5em;
    line-height: 1.4em;
    text-align: center;
  }
  .howto_contents_right {
    border-left: 0;
  }
  .howto_contents > div span {
    text-align: center;
  }
  .howto_contents_left {
    text-align: left;
  }
}
/** 都合のよい受験形態で行い、すぐに結果が分かる **/
.howto_answer {
  text-align: center;
  position: relative;
  padding-top: 100px;
}

.howto_answer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  width: 19px;
  height: 70px;
  background: url("../images/arrow.svg") no-repeat center;
}

.howto_answer h3 {
  font-size: 2.2em;
  padding-bottom: 0.8em;
  line-height: 1.6em;
  color: #01215a;
}

@media (max-width: 768px) {
  .howto_answer h3 {
    font-size: 1.8em;
  }
}
@media (max-width: 767px) {
  .howto_answer h3 {
    font-size: 1.4em;
  }
  .howto_answer {
    padding-top: 80px;
  }
  .howto_answer p br {
    display: none;
  }
}
/** 係長～課長職でも、経営の基礎知識は必要 **/
.yakushoku_wrap {
  background: url("../images/btn_bg.gif");
}

.ikusei_bg {
  text-align: center;
  padding: 0 0 40px;
}

.yakushoku_main img {
  width: 550px;
  padding-bottom: 35px;
}

.yakushoku_wrap .ikusei_bg > h3 {
  font-size: 36px;
  padding-bottom: 0.8em;
  color: #ffffff;
  line-height: 1.5em;
}

.yakushoku_wrap .ikusei_bg > p {
  padding-bottom: 2.5em;
  line-height: 2em;
  color: #ffffff;
}

.yakushoku_wrap .ikusei_bg > h3,
.yakushoku_wrap .ikusei_bg > p {
  text-shadow: 0 0 10px #0e151e, 0 0 10px #0e151e, 0 0 5px #0e151e;
}

.yakushoku_wrap + .btn_wrap .btn_text {
  padding-top: 0;
}

.yokushoku_answer {
  text-align: center;
}

.yokushoku_answer > div {
  padding: 10px;
  display: inline-block;
  font-size: 22px;
  line-height: 1.6em;
  margin-top: -55px;
  background: linear-gradient(#ffffff 0%, #ccc 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.yokushoku_answer > div p {
  padding: 25px 40px;
  border: 4px double #a79b2a;
}

.yokushoku_answer > div span.txt_bl {
  color: #2e67b1;
}

.ikusei_sub {
  font-size: 18px;
}

@media (max-width: 768px) {
  .yakushoku_wrap {
    text-align: center;
  }
  .ikusei_bg {
    padding: 25px 0 40px;
  }
  .yakushoku_wrap .ikusei_bg > h3 {
    font-size: 33px;
  }
  .yakushoku_wrap .ikusei_bg > p {
    font-size: 14.5px;
    padding-bottom: 3em;
  }
  .yakushoku_main img {
    max-width: 60%;
    padding-bottom: 30px;
  }
  .yakushoku_wrap > h3 {
    font-size: 1.6em;
  }
  .yokushoku_answer > div {
    font-size: 19px;
  }
  .yokushoku_answer > div p {
    padding: 25px 30px;
  }
  .yokushoku_answer strong {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .yakushoku_wrap {
    text-align: center;
    padding: 0;
  }
  .yakushoku_main img {
    max-width: 70%;
    padding-bottom: 20px;
  }
  .yakushoku_wrap .ikusei_bg > h3 {
    font-size: 28px;
  }
  .yakushoku_wrap .ikusei_bg > p {
    font-size: 14.5px;
    padding: 0.5em 5% 40px;
  }
  .yakushoku_wrap .ikusei_bg p br {
    display: none;
  }
  .yakushoku_wrap > h3 {
    font-size: 1.4em;
    line-height: 1.6em;
    padding-bottom: 0.5em;
  }
  .yokushoku_answer {
    margin: 0 5%;
  }
  .yokushoku_answer strong {
    font-size: 1.3em;
    padding: 0.7em 1.2em;
  }
  .yokushoku_answer > div {
    margin-top: -78px;
  }
  .yokushoku_answer > div p {
    padding: 20px 18px;
    font-size: 16px;
  }
  .yakushoku_wrap > p {
    padding-bottom: 2em;
    line-height: 1.8em;
    font-size: 0.9em;
  }
  .ikusei_bg {
    padding: 50px 0 0;
  }
  .ikusei_sub {
    font-size: 14px;
  }
  .yakushoku_wrap + .btn_wrap figure {
    padding-top: 20px;
  }
}
@media (max-width: 375px) {
  .yakushoku_wrap .ikusei_bg > h3 {
    font-size: 24px;
  }
  .yakushoku_wrap .ikusei_bg > p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .yakushoku_wrap .ikusei_bg > h3 {
    font-size: 22px;
  }
  .yokushoku_answer > div p {
    font-size: 15px;
  }
}
.yakushoku_wrap2 {
  text-align: center;
  background: url(../images/bg_note_w.gif) center top #E8EEF1;
  padding: 60px 0;
}

.ikusei_bg2 {
  padding: 0;
}

.yakushoku_wrap2 .ikusei_bg2 h3 {
  font-size: 36px;
  padding-bottom: 0.6em;
  color: #204572;
  line-height: 1.5em;
}

.yakushoku_wrap2 .ikusei_bg2 p {
  line-height: 2em;
}

.yakushoku_wrap2 .yakusyoku_wrap2_bold {
  border-bottom: 1px solid #a79b2a;
  font-weight: 700;
}

@media (max-width: 768px) {
  .yakushoku_wrap2 .ikusei_bg2 h3 {
    font-size: 33px;
  }
  .yakushoku_wrap2 .ikusei_bg2 p {
    font-size: 14.5px;
  }
}
@media (max-width: 767px) {
  .yakushoku_wrap2 .ikusei_bg2 h3 {
    font-size: 28px;
  }
  .yakushoku_wrap2 .ikusei_bg2 p {
    font-size: 14.5px;
  }
}
@media (max-width: 375px) {
  .yakushoku_wrap2 {
    padding: 50px 0;
  }
  .yakushoku_wrap2 .ikusei_bg2 h3 {
    font-size: 24px;
  }
  .yakushoku_wrap2 .ikusei_bg2 p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .yakushoku_wrap2 .ikusei_bg2 h3 {
    font-size: 22px;
  }
}
/** 人事の声 **/
.nowrap {
  white-space: nowrap;
}

.voice_wrap {
  background: url("../images/bg_note_w.gif") center top #E8EEF1;
  padding: 100px 0 70px 0;
}

.voice_title {
  text-align: center;
}

.voice_title > span {
  display: block;
  text-align: center;
  padding-bottom: 1em;
}

.voice_title > span img {
  width: 4em;
}

.voice_title > h3 {
  position: relative;
  font-size: 40px;
  padding-top: 75px;
  padding-bottom: 0.4em;
  line-height: 1.3em;
  color: #204572;
}

.voice_title > h3::before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background: #7e99a7;
}

.voice_title_s {
  display: block;
  text-align: center;
  font-size: 22px;
  background: #204572;
  color: #ffffff;
  letter-spacing: 0.15em;
  font-weight: 400;
  padding: 8px;
  line-height: 1.5em;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.voice_box + .voice_title_s {
  margin-top: 25px;
}

.voice_wrap .wrap {
  width: 1350px;
}

.voice_box {
  margin: 0 10px;
}

.voice_box > li {
  width: 31.33%;
  margin: 1%;
  background: #FFFFFF;
  box-shadow: 0 0 5px #c8d8e0;
  border-radius: 0 0 15px 15px;
}

.voice_box figure {
  position: relative;
}

.voice_box figure span {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: -15px;
  color: #FFFFFF;
  background: #2865b0;
  padding: 0.2em 0.7em;
  font-size: 0.85em;
  border-radius: 5px;
}

.voice_box .voice_box_text {
  padding: 25px 28px 25px 28px;
}

.voice_box .voice_box_text > span {
  display: inline-block;
  font-size: 0.85em;
  border-bottom: 2px solid #eee;
  margin-bottom: 0.5em;
}

.voice_box .voice_box_text strong {
  display: block;
  font-size: 1.3em;
  padding-bottom: 0.4em;
  font-weight: 400;
  color: #2e67b1;
  line-height: 1.5em;
  word-break: normal;
}

.voice_box .voice_box_text p {
  font-size: 0.85em;
  line-height: 1.9em;
  word-break: normal;
  letter-spacing: 0.02em;
}

.voice_box .voice_box_text .voice_end {
  background: #e5e0b3;
  color: #5f5032;
  border-radius: 7px;
  padding: 12px 18px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
}

@media (max-width: 1024px) {
  .voice_title > h3 {
    font-size: 36px;
  }
  .voice_box .voice_box_text strong {
    font-size: 1.1em;
  }
}
@media (max-width: 768px) {
  .voice_wrap {
    padding: 70px 0;
  }
  .voice_title > h3 {
    font-size: 34px;
  }
  .voice_box {
    margin: 0;
    flex-wrap: wrap;
  }
  .voice_box figure span {
    display: inline-block;
    position: absolute;
    left: auto;
    left: 0;
    bottom: auto;
    top: 0;
    color: #FFFFFF;
    background: #2865b0;
    padding: 0.2em 0.7em;
    font-size: 0.85em;
    border-radius: 0;
  }
  .voice_box > li {
    width: 100%;
    margin: 0 0 1.5em 0;
    display: flex;
  }
  .voice_box > li figure {
    width: 35%;
  }
  .voice_box > li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .voice_box .voice_box_text {
    width: 65%;
    padding: 20px 28px 25px 28px;
  }
  .voice_box .voice_box_text ul {
    font-size: 0.8em;
    padding: 0.4em 0.8em;
  }
  .voice_box .voice_box_text p {
    line-height: 1.7em;
  }
  .voice_title_s {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .voice_box .voice_box_text strong {
    font-size: 1.05em;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .voice_title > span {
    padding-bottom: 0.7em;
  }
  .voice_title > span img {
    width: 3.5em;
  }
  .voice_wrap {
    padding: 50px 0 10px;
  }
  .voice_title > h3 {
    font-size: 1.5em;
    padding-bottom: 0.6em;
  }
  .voice_box > li {
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  .voice_box > li figure {
    width: 100%;
  }
  .voice_box .voice_box_text {
    width: 100%;
    padding: 15px 22px 20px 22px;
  }
  .voice_title_s {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .voice_box .voice_box_text strong {
    font-size: 1.15em;
  }
}
/*** 導入企業一覧リンク ***/
.dounyu_link {
  text-align: center;
  padding: 15px 20px 0 0;

}

.dounyu_link a {
  background: #204572;
  color: #ffffff;
  padding: 17px 80px 18px 90px;
  border-radius: 100px;
  box-shadow: 0 0 9px #c8d8e0;
  letter-spacing: 0.15em;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
    &._green{
    background: #228304;
  }
    &._orange{
    background: #DA523A;
  }
}

.dounyu_link a:hover {
  opacity: .8;
}

.dounyu_link a::before {
  content: "";
  width: 12px;
  height: 18px;
  background: url("../images/arrow_btn_right.svg") no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -9px;
  transition: 0.3s;
}

.dounyu_link a:hover::before {
  left: 30px;
}

@media (max-width: 768px) {
  .dounyu_link {
    padding: 5px 20px 0 0;
  }
  .dounyu_link a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .dounyu_link {
    padding: 0px 20px 40px 0;
  }
  .dounyu_link a {
    font-size: 16px;
    padding: 16px 50px 17px 60px;
  }
  .dounyu_link a::before {
    width: 10px;
    height: 15px;
    margin-top: 0;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .dounyu_link a:hover::before {
    left: 23px;
  }
}
@media (max-width: 320px) {
  .dounyu_link a {
    padding: 16px 45px 17px 55px;
  }
}
/*** 導入企業一覧リンク：モーダル ***/
body.modal-open {
  overflow-y: hidden;
  padding-right: 16px;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all 0.4s;
  z-index: 1000;
}

.modal_inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 50px 16px 50px 0;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 238, 241, 0.6);
  cursor: pointer;
}

.modal_cont {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  max-width: 90%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.modal.is-show {
  opacity: 1;
  visibility: visible;
}

/** プログラムの種類を選ぶだけ **/
.select_wrap {
  padding: 120px 0;
}

.select_title {
  text-align: center;
  font-size: 36px;
  line-height: 1.5em;
  padding-bottom: 30px;
  color: #204572;
}

.select_box {
  margin: 0 -2.5%;
  position: relative;
}

.select_box > li {
  width: 50%;
  padding: 0 2.5%;
  background: #FFFFFF;
  position: relative;
}

.select_box > li figure {
  text-align: center;
}

.select_box > li figure img {
  max-width: 180px;
}

.select_box > li strong {
  display: block;
  text-align: center;
  font-size: 30px;
  padding: 0.6em 0;
  color: #978d2f;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.select_box > li li {
  display: block;
  text-align: center;
  padding: 0.8em 0.3em;
  position: relative;
}

.select_box > li li span {
  display: block;
}

.select_box > li li:nth-child(odd) {
  background: #cfddee;
  color: #4a4a4a;
  border-radius: 100px;
}

.select_box .select_sokutei li {
  font-size: 0.9em;
  padding: 1.8em 0.5em 2em;
}

.select_box .select_sokutei li span {
  font-size: 2em;
  line-height: 1.3em;
}

.select_box .select_juken li {
  padding: 1.63em 0.5em 1.6em;
}

.select_box .select_kenshu.purpose li {
  position: relative;
}

.select_box .select_kenshu.purpose li::after {
  content: "";
  background: url(../images/arrow_r.svg) center no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: -43px;
  z-index: 500;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.select_item_box > li {
  width: 100%;
}

.select_item_box > li > a {
  cursor: pointer;
}

.select_item_box > li > ul > li {
  display: block;
  width: 45%;
  text-align: center;
  position: relative;
  background: #FFFFFF;
  align-self: center;
  padding: 1.2em 0.3em;
  margin: 0 auto;
}

.select_item_box > li > a > ul > li {
  color: #4a4a4a;
  display: block;
  width: 45%;
  text-align: center;
  position: relative;
  align-self: center;
  padding: 1.2em 0.3em;
  margin: 0 auto;
}

.select_item_box > li > a > ul > li:nth-child(odd)::after {
  content: "";
  background: url(../images/arrow_r2.svg) center no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  right: -65px;
  z-index: 500;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.select_item_box > li > a > ul:hover > li:nth-child(odd)::after {
  background: url(../images/arrow_rw.svg) center no-repeat;
}

.select_item_box > li:first-child > ul > li::after {
  display: none;
}

.select_item_box > li > a > ul > li i:nth-child(1)::after,
.select_item_box > li > a > ul > li:nth-child(2)::after {
  display: none;
}

.select_item_box > li > a > ul {
  border: 1px solid #fff;
  border-radius: 100px;
  transition: 0.3s;
}

.select_item_box > li.blue_bg_sp > a > ul {
  background: #f2f4f6;
  border-radius: 100px;
  border: 1px solid #f2f4f6;
}

.select_item_box > li > ul > li strong {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #978d2f;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.select_item_box > li > a > ul:hover li {
  color: #fff;
}

.select_item_box > li > a > ul:hover {
  border: 1px solid #305888;
  background: #305888;
  transition: 0.3s;
  color: #fff;
}

@media (max-width: 1024px) {
  .select_item_box > li > a > ul > li {
    font-size: 15px;
    line-height: 1.5em;
  }
  .select_item_box > li > a > ul > li {
    font-size: 15px;
    line-height: 1.5em;
  }
  .select_item_box > li > a > ul > li:nth-child(odd)::after {
    right: -42px;
    width: 45px;
    height: 45px;
    background: url(../images/arrow_r3.svg) center no-repeat;
  }
  .select_item_box > li > a > ul:hover > li:nth-child(odd)::after {
    background: url(../images/arrow_r3w.svg) center no-repeat;
  }
  .select_item_box > li > a > ul > li.right_item::before {
    right: -9px;
  }
}
@media (max-width: 768px) {
  .select_wrap {
    padding: 70px 0;
  }
  .select_title {
    font-size: 1.5em;
    padding-bottom: 1.3em;
  }
  .select_box > li figure img {
    max-width: 70%;
  }
  .select_box > li strong {
    font-size: 1.5em;
    letter-spacing: 0.15em;
  }
  .select_box > li li {
    padding: 0.8em 0.4em;
  }
  .select_box .select_sokutei li {
    padding: 1em 0.4em 0.8em;
    letter-spacing: 0;
  }
  .select_box .select_sokutei li span {
    font-size: 1.5em;
  }
  .select_box .select_juken li {
    padding: 1.4em 0.4em 1.3em;
  }
  .select_item_box > li > ul > li {
    padding: 1.2em 0.6em;
    font-size: 13px;
  }
  .select_item_box > li > a > ul > li {
    padding: 1.2em 0.6em;
    font-size: 13px;
  }
  .select_item_box > li > a > ul > li:nth-child(odd)::after {
    right: -30px;
    width: 35px;
    height: 35px;
    background: url(../images/arrow_r3.svg) center no-repeat;
  }
  .select_item_box > li > a > ul:hover > li:nth-child(odd)::after {
    background: url(../images/arrow_r3w.svg) center no-repeat;
  }
  .select_item_box > li > ul > li strong {
    font-size: 1.5em;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 767px) {
  .select_wrap {
    padding: 50px 0;
  }
  .select_title {
    font-size: 1.3em;
  }
  .select_box {
    margin: 0 -1.5%;
  }
  .select_box > li {
    padding: 0 1.5%;
  }
  .select_box > li li {
    padding: 1em 0.3em;
    font-size: 0.85em;
    line-height: 1.6em;
  }
  .select_box .select_sokutei li {
    font-size: 0.85em;
  }
  .select_box > li strong {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    padding: 0.4em 0;
  }
  .select_box .select_sokutei li span {
    font-size: 1.2em;
  }
  .select_box > li + li::before {
    content: "";
    width: 20px;
    height: 80px;
    position: absolute;
    left: -10px;
    bottom: auto;
    top: 0;
    background: url("../images/cross.svg") no-repeat center;
  }
  .select_box .select_juken li {
    padding: 1em 0.3em;
  }
  .select_item_box {
    justify-content: center;
  }
  .select_item_box > li > a > ul {
    border-radius: 20px;
  }
  .select_item_box > li > ul > li {
    font-size: 12px;
    width: 50%;
    padding: 0.8em 2.5%;
  }
  .select_item_box > li > a > ul > li {
    font-size: 12px;
    width: 50%;
    padding: 0.8em 2.5%;
  }
  .select_item_box > li > a > ul > li.left_item {
    padding: 1.2em 4% 1.2em 3%;
  }
  .select_item_box > li > a > ul > li.right_item {
    padding: 1.2em 2.5% 1.2em 4%;
  }
  .select_item_box > li > a > ul > li:nth-child(odd)::after {
    content: "";
    background: url(../images/arrow_c.svg) center no-repeat;
  }
  .select_item_box > li > a > ul:hover > li:nth-child(odd)::after {
    content: "";
    background: url(../images/arrow_w.svg) center no-repeat !important;
  }
  .select_item_box > li.blue_bg > a > ul > li {
    border-radius: 20px;
  }
  .select_item_box > li > a > ul > li:nth-child(odd)::after {
    right: -12px;
    width: 20px;
    height: 20px;
  }
  .select_item_box > li.blue_bg_sp > a > ul {
    border-radius: 20px;
  }
  .select_item_box > li > a > ul > li.right_item::before {
    content: "";
    background: url(../images/blank.svg) center no-repeat;
    width: 12px;
    height: 12px;
    right: 4px;
    bottom: 11px;
    top: auto;
  }
  .select_item_box > li > a > ul:hover > li.right_item::before {
    content: "";
    background: url(../images/blank_w.svg) center no-repeat;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 375px) {
  .select_item_box > li > a > ul > li:nth-child(odd)::after {
    right: -8px;
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 320px) {
  .select_item_box > li > a > ul > li {
    font-size: 11.5px;
  }
  .select_item_box > li > a > ul > li.right_item .right_mg {
    margin-right: 0.5em;
  }
  .select_item_box > li > a > ul > li:nth-child(odd)::after {
    right: -12px;
    width: 17px;
    height: 17px;
  }
}
/** 開講期について **/
.kaikou_wrap {
  height: 85vh;
  position: relative;
  background: url("../images/kaikou_bg.jpg") no-repeat center;
  background-size: cover;
}

.kaikou_wrap * {
  color: #ffffff;
}

.kaikou_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  text-align: center;
  padding: 30px 5%;
}

.kaikou_text strong {
  background: linear-gradient(90deg, rgba(106, 89, 32, 0) 0%, rgba(106, 89, 32, 0.95) 15%, rgb(186, 163, 84) 40%, rgb(186, 163, 84) 60%, rgba(106, 89, 32, 0.95) 85%, rgba(106, 89, 32, 0) 100%);
  color: #ffffff;
  font-size: 24px;
  padding: 8px 25px 10px;
  text-align: center;
  min-width: 40%;
  display: inline-block;
  text-shadow: 1px 1px 0px #6e5b1a;
}

.kaikou_text h3 {
  font-size: 50px;
  line-height: 1.3em;
  padding: 20px 0;
}

.kaikou_text p {
  padding-bottom: 25px;
  line-height: 1.9em;
  font-weight: 400;
  font-size: 18px;
}

.kaikou_text > a {
  display: inline-block;
  border: 3px solid #ffffff;
  padding: 8px 40px 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}

.kaikou_text > a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.kaikou_text h3,
.kaikou_text p {
  text-shadow: 1px 1px 2px rgba(7, 30, 52, 0.4), 0 0 10px rgba(7, 30, 52, 0.4);
}

.kaikou_wrap + .btn_wrap {
  margin-top: -30px;
}

.kaikou_arr {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
}

@media (max-width: 768px) {
  .kaikou_wrap {
    height: initial;
  }
  .kaikou_text {
    position: static;
    transform: none;
    padding: 110px 5% 87px;
  }
  .kaikou_text h3 {
    font-size: 45px;
  }
  .kaikou_text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .kaikou_text h3 {
    font-size: 36px;
  }
  .kaikou_text strong {
    font-size: 20px;
  }
  .kaikou_text p {
    font-size: 15px;
  }
  .kaikou_arr {
    top: -10px;
  }
}
@media (max-width: 425px) {
  .kaikou_text {
    padding: 90px 5% 90px;
  }
}
@media (max-width: 375px) {
  .kaikou_text {
    padding: 83px 5% 92px;
  }
  .kaikou_text h3 {
    font-size: 30px;
  }
  .kaikou_text p {
    font-size: 14px;
  }
  .kaikou_arr {
    top: -13px;
  }
}
@media (max-width: 320px) {
  .kaikou_text {
    padding: 80px 5% 90px;
  }
  .kaikou_text h3 {
    font-size: 28px;
  }
  .kaikou_text p {
    font-size: 14px;
  }
  .kaikou_arr {
    top: -15px;
  }
}
/* Footer */
.gce-footer-sitemap {
  letter-spacing: 0;
  padding: 50px 0 15px;
  background: #182a58;
}

.gce-footer-sitemap * {
  color: #ffffff;
}

.top .gce-footer-sitemap {
  border-top: 0;
}

.gce-footer-sitemap ul {
  text-align: center;
}

.gce-footer-contact {
  background-color: #182a58;
  color: #fff;
  padding: 30px 0;
}

.gce-footer-contact a {
  color: #fff;
}

.gce-footer-inner {
  display: table;
  margin: 0 auto;
  width: 1100px;
  overflow: hidden;
}

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

.gce-footer hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin: 20px 0;
}

.gce-footer-nav-h4 {
  color: #fff;
  font-size: 1.71em;
  font-weight: normal;
  margin: 0 0 10px;
  text-align: center;
}

.gce-footer-nav-h4-inline {
  color: #111;
  font-weight: normal;
  margin: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
}

.gce-footer-nav-contact {
  margin: 0 0 0 120px;
  padding: 0;
}

.gce-footer-nav ul.gce-footer-nav-contact li {
  margin-bottom: 6px;
  padding-left: 12px;
  list-style: none;
}

.gce-footer-nav li.gce-footer-nav-inline {
  display: inline-block;
}

.gce-footer-nav ul.gce-footer-nav-contact li {
  text-align: center;
}

.gce-footer-nav li a {
  color: #ffffff;
}

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

.gce-footer-nav-area {
  display: block;
}

.gce-footer-nav-tel {
  display: block;
}

.gce-footer-nav-memo {
  font-size: 11px;
  margin-left: 20px;
}

ul.gce-footer-nav-globis {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding-left: 27px;
  font-size: 13px;
}

ul.gce-footer-nav-globis li {
  margin-bottom: 6px;
  list-style: none;
}

.gce-footer .to-top a {
  background: url(https://gce.globis.co.jp/wp-content/themes/globisgce/images/pagetop_on.png) 0 0 no-repeat;
  float: right;
  margin-top: -8px;
  height: 51px;
  width: 51px;
  text-indent: -9999px;
}

.gce-footer-copy {
  background-color: #fff;
  color: #172059;
  font-size: 0.857em;
  padding: 17px 0 15px;
  width: 100%;
}

.gce-footer-copy a {
  color: #172059;
}

.gce-footer-copy-nav {
  float: left;
  line-height: 25px;
}

.gce-footer-copy-nav ul {
  margin: 0;
  padding: 0;
}

.gce-footer-copy-nav li {
  background: url(https://gce.globis.co.jp/wp-content/themes/globisgce/images/icon_img_01_b.png) no-repeat scroll 0 40%;
  float: left;
  list-style: none;
  margin-right: 26px;
  padding-left: 12px;
}

.gce-footer-copy-text {
  float: right;
  line-height: 25px;
  margin: 0;
}

.gce-footer-copy-text img {
  float: left;
  margin: 0 10px 0 0;
}

.pagetop {
  background: url(https://gce.globis.co.jp/wp-content/themes/globisgce/images/icon_img_15.gif) 0 0 no-repeat;
  position: fixed;
  bottom: 90px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #6277D9;
  color: #FFF;
  line-height: 1.4em;
  margin: 0 0 0 -40px;
}

.gce-footer-table {
  text-align: center;
  width: 100%;
}

.gce-footer-table tr.tel td {
  padding: 0 10px;
}

.gce-footer-contact .hour {
  font-size: 0.857em;
  letter-spacing: -0.04em;
  vertical-align: top;
}

.gce-footer-link {
  font-size: 1.29em;
  margin: 10px 0 0;
  text-align: center;
}

.gce-footer-link li {
  display: inline-block;
}

.gce-footer-link li:first-child {
  margin-right: 25px;
}

.gce-footer-link a {
  color: #fff !important;
  text-decoration: underline;
}

.gce-footer-link a:hover {
  text-decoration: none;
}

.gce-footer-link a:before {
  content: url(https://gce.globis.co.jp/wp-content/themes/globisgce/images/footer_icon_01.png);
  margin-right: 8px;
  vertical-align: middle;
  padding-top: 5px;
}

@media (max-width: 1024px) {
  .gce-footer-inner {
    padding: 0 4%;
    width: 100%;
  }
  .gce-footer-table {
    table-layout: fixed;
  }
  .gce-footer-table tr.tel {
    width: 100%;
  }
  .gce-footer-table tr.tel td {
    width: 100%;
  }
  .gce-footer-link {
    padding: 0;
  }
  .gce-footer-link li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  ul.gce-footer-nav-globis {
    display: block;
    padding-left: 0;
  }
  .gce-footer-sitemap ul {
    margin-bottom: 20px;
    text-align: left;
  }
  .gce-footer-nav-h4-inline {
    margin-bottom: 20px;
  }
  .gce-footer-copy-nav {
    float: none;
    margin-bottom: 20px;
  }
  .gce-footer-copy-nav ul {
    overflow: hidden;
  }
  .gce-footer-copy-text img {
    float: none;
    display: block;
  }
  .gce-footer-copy-text {
    float: none;
  }
}
/* 2024.3.29追記　共通フッター */
.common-footer .cf-service-wrap,
.common-footer .cf-group-wrap {
  padding: 50px 0;
}

.common-footer .cf-service-wrap {
  background: #182a58;
}

.common-footer .cf-group-wrap {
  background: #222;
}

.common-footer .inner {
  width: min(1100px, 92%);
  margin-inline: auto;
}

.common-footer .cf-block-nav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 2em;
}

.common-footer .cf-block-hl {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.common-footer .cf-block-nav ul {
  margin-top: 1em;
}

.common-footer .cf-block-nav li {
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.common-footer .cf-block-nav li + li {
  margin-top: 1.25em;
}

.common-footer .cf-block-nav li a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: all 0.3s ease-out;
}

.common-footer .cf-block-nav li a:hover {
  opacity: 0.7;
}

.common-footer .cf-copy-wrap {
  background: #fff;
  padding: 1em 0;
}

.common-footer .cf-copy-wrap .inner {
  display: flex;
  align-items: center;
}

.common-footer .cf-copy-wrap .inner .copy-wrap {
  display: flex;
  align-items: center;
}

.common-footer .cf-copy-wrap .inner .copy-wrap img {
  width: 150px;
}

.common-footer .cf-copy-wrap .inner .copy-wrap img {
  margin-right: 1em;
}

.common-footer .cf-copy-wrap .inner .copy-wrap .copyright {
  font-size: 12px;
  color: #172059;
}

.common-footer .cf-sub {
  margin-left: auto;
}

.common-footer .cf-sub ul {
  display: flex;
  gap: 2em;
}

.common-footer .cf-sub ul li a {
  color: #172059;
  font-size: 13px;
  padding-left: 1em;
  position: relative;
  transition: all 0.3s ease-out;
}

.common-footer .cf-sub ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.common-footer .cf-sub ul li a::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: #172059;
  -webkit-clip-path: polygon(0 100%, 0 0, 81% 50%);
          clip-path: polygon(0 100%, 0 0, 81% 50%);
  position: absolute;
  left: 0;
  top: 0.4em;
}

.common-footer .to-top a {
  background: url(https://gce.globis.co.jp/wp-content/themes/globisgce/images/pagetop_on.png) 0 0 no-repeat;
  float: right;
  margin-top: -8px;
  height: 51px;
  width: 51px;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .common-footer .cf-copy-wrap .inner {
    flex-direction: column-reverse;
  }
  .common-footer .cf-copy-wrap .inner .copy-wrap {
    display: block;
    margin-top: 1.5em;
    text-align: center;
  }
  .common-footer .cf-copy-wrap .inner .copy-wrap img {
    margin-right: 0;
  }
  .common-footer .cf-sub {
    margin-inline: auto;
  }
  .common-footer .copyright {
    margin-top: 2em;
  }
}
.fv-btn-wrap {
  width: min(800px, 70.5%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .fv-btn-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 1em;
  }
}
.fv-btn-wrap a {
  height: 64px;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: #fff;
  background: #a79b2a;
  border: 3px solid #e0d997;
  border-radius: 100px;
  text-shadow: initial !important;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .fv-btn-wrap a {
    height: 61px;
    font-size: 17px;
  }
}
.fv-btn-wrap a:hover {
  background: #b8aa26;
}
.fv-btn-wrap a.btn_red {
  background: #cb4c55;
  border: 3px solid #f9c4c8;
}
.fv-btn-wrap a.btn_red:hover {
  background: #e5616a;
}

.section-form {
  padding: 60px 15px 80px;
}
.section-form .form-wrap {
  margin-inline: auto;
  width: min(800px, 100%);
  background: #fff;
  padding: 2em;
  border-radius: 4px;
}

.introduction{
  margin-top: 30px;
  max-width: 900px;
  padding: 0 20px;
  margin-inline: auto;
  display: flex;
  
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
    @media screen and (max-width:1200px) {
    width: min(900px, 80%);
    column-gap: 55px;
    flex-wrap: wrap;
    }

  @media screen and (max-width:767px) {
        column-gap: 30px;
        row-gap: 30px;
        
    }


  li{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  li:nth-child(1){
    width: calc(215px / 1.1);
    width: min(195px,28%);
      @media screen and (max-width:1200px) {
      width: 215px;
    }  }
  li:nth-child(2){
    width: calc(227px / 1.1);
    width: min(206px,28%);
      @media screen and (max-width:1200px) {
      width: 227px;
    }  }
  li:nth-child(3){
    width: calc(200px / 1.1);
    width: min(181px,28%);
      @media screen and (max-width:1200px) {
      width: 200px;
    }
  }
  li:nth-child(4){
    width: calc(400px / 1.2);
    width: min(363px,28%);
      @media screen and (max-width:1200px) {
      width: 400px;
    }

  }
  li:nth-child(5){
    width: calc(400px / 1.1);
    width: min(363px,28%);
      @media screen and (max-width:767px) {
      width: min(400px,80%);
    }
      @media screen and (max-width:1200px) {
      width: 400px;
    }
  }
  li:nth-child(1),li:nth-child(2),li:nth-child(3),li:nth-child(4){
    @media screen and (max-width:767px) {
      width: calc((100% - 30px) / 2);
    }
  }
  
}

.fv-message {
  /* margin-top: -100px; */
  margin-top: 30px;
  width: min(900px, 92%);
  margin-inline: auto;
  display: flex;
  /* background: linear-gradient(to bottom, #eaeaea, #ffffff 50%); */
  border-radius: 10px;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-message {
    flex-direction: column;
    width: 80%;
  }
}
.fv-message .fv-message__item {
  flex-grow: 1;
  padding: 1em 2em;
}
/* .fv-message .fv-message__item:not(:last-of-type) {
  border-right: 1px solid #5773a8;
} */
@media screen and (max-width: 767px) {
  .fv-message .fv-message__item:not(:last-of-type) {
    border-right: 0;
    border-bottom: 1px solid #5773a8;
    padding: 2em 1em;
  }
  .fv-message .fv-message__item:not(:last-of-type) figure {
    display: grid;
    place-items: center;
  }
  .fv-message .fv-message__item:not(:last-of-type) figure img {
    height: 120px;
  }
}
/*# sourceMappingURL=style.css.map */