@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1200px) {
  .wrap {
    width: 90%;
  }
}

.copyright {
  font-size: 13px;
  color: #326799;
  text-align: center;
  padding: 40px 0;
}
@media print, screen and (max-width:1026px) {
  .copyright {
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .copyright {
    padding: 1rem 0;
    font-size: 10px;
  }
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

h1 a:hover {
  opacity: 1;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
main {
  width: 100%;
  background: #e4f5f8 url(../../images/vol5/main/mainBg.png) no-repeat right top;
  background-size: cover;
  padding: 100px 0 0;
}
@media print, screen and (max-width:1026px) {
  main {
    padding: 60px 0 0;
  }
}
@media print, screen and (max-width:768px) {
  main {
    padding: 2rem 0 0;
  }
}
main p {
  margin: 0;
}
main .mainWrap {
  max-width: 1400px;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  main .mainWrap {
    max-width: 94%;
  }
}
@media print, screen and (max-width:768px) {
  main .mainWrap {
    width: 96%;
  }
}
main .mainBox {
  position: relative;
  height: 890px;
}
main .mainBox img {
  width: 100%;
}
@media print, screen and (max-width: 1399px) {
  main .mainBox {
    height: 800px;
  }
}
@media print, screen and (max-width: 1280px) {
  main .mainBox {
    height: 700px;
  }
}
@media print, screen and (max-width: 1080px) {
  main .mainBox {
    height: 600px;
  }
}
@media print, screen and (max-width:1026px) {
  main .mainBox {
    height: 500px;
  }
}
@media print, screen and (max-width:480px) {
  main .mainBox {
    height: 400px;
  }
}
main .mainBox .mainImg01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  /*@include g.mq(tab){width: 55%;}*/
}
@media print, screen and (min-width: 1800px) {
  main .mainBox .mainImg01 {
    width: 55%;
  }
}
@media print, screen and (min-width: 1600px) {
  main .mainBox .mainImg01 {
    width: 53%;
  }
}
@media print, screen and (max-width: 1100px) {
  main .mainBox .mainImg01 {
    width: 50%;
  }
}
@media print, screen and (max-width: 940px) {
  main .mainBox .mainImg01 {
    width: 55%;
  }
}
@media print, screen and (max-width: 785px) {
  main .mainBox .mainImg01 {
    width: 60%;
  }
}
@media print, screen and (max-width: 580px) {
  main .mainBox .mainImg01 {
    width: 72%;
  }
}
@media print, screen and (max-width:480px) {
  main .mainBox .mainImg01 {
    width: 78%;
  }
}
@media print, screen and (max-width: 450px) {
  main .mainBox .mainImg01 {
    width: 68%;
  }
}
@media print, screen and (max-width: 420px) {
  main .mainBox .mainImg01 {
    width: 74%;
  }
}
@media print, screen and (max-width:380px) {
  main .mainBox .mainImg01 {
    width: 88%;
  }
}
main .mainBox .mainImg02 {
  text-align: center;
  margin: 0 auto;
  width: 70%;
}
@media print, screen and (max-width:768px) {
  main .mainBox .mainImg02 {
    width: 100%;
  }
}
main .mainBox .mainImg03 {
  position: absolute;
  right: 0%;
  bottom: 6%;
  width: 40%;
}
@media print, screen and (min-width: 1800px) {
  main .mainBox .mainImg03 {
    width: 38%;
  }
}
@media print, screen and (max-width: 1460px) {
  main .mainBox .mainImg03 {
    right: 2%;
    　width: 37%;
  }
}
@media print, screen and (max-width:768px) {
  main .mainBox .mainImg03 {
    width: 38%;
    bottom: 20%;
    right: -2%;
  }
}
@media print, screen and (max-width:480px) {
  main .mainBox .mainImg03 {
    width: 38%;
    bottom: 38%;
    right: -1%;
  }
}
@media print, screen and (max-width: 420px) {
  main .mainBox .mainImg03 {
    width: 40%;
    bottom: 35%;
  }
}
@media print, screen and (max-width:380px) {
  main .mainBox .mainImg03 {
    width: 44%;
    bottom: 41%;
  }
}

.huwahuwa {
  -webkit-animation-name: huwahuwa;
          animation-name: huwahuwa;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes huwahuwa {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes huwahuwa {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.huwahuwa2 {
  -webkit-animation-name: huwahuwa;
          animation-name: huwahuwa;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes huwahuwa {
  0%, 100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.interview {
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .interview {
    padding: 70px 0;
  }
}
@media print, screen and (max-width:768px) {
  .interview {
    padding: 2rem 0 1.6rem;
  }
}
.interview .p_txt {
  font-size: 24px;
}
@media print, screen and (max-width:1026px) {
  .interview .p_txt {
    font-size: 18px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .p_txt {
    font-size: 1.06rem;
  }
}
.interview .p_txt.type2 {
  font-size: 28px;
}
@media print, screen and (max-width:1026px) {
  .interview .p_txt.type2 {
    font-size: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .p_txt.type2 {
    font-size: 1.08rem;
  }
}
.interview .intTitleBox {
  width: 100%;
  margin: 0 auto 1.5rem;
}
@media print, screen and (max-width:1026px) {
  .interview .intTitleBox {
    margin: 0 auto 1.3rem;
  }
}
@media print, screen and (max-width:768px) {
  .interview .intTitleBox {
    margin: 0 auto 0.3rem;
  }
}
.interview .intTitleBox p {
  margin: 0;
}
@media print, screen and (max-width:768px) {
  .interview .intTitleBox p {
    margin: 0 auto 0.7rem;
  }
}
.interview .intTitleBox .leftTxt {
  width: 50%;
  font-size: 53px;
  line-height: 1.5;
  font-weight: 600;
}
@media print, screen and (max-width:1200px) {
  .interview .intTitleBox .leftTxt {
    font-size: 48px;
  }
}
@media print, screen and (max-width: 1120px) {
  .interview .intTitleBox .leftTxt {
    font-size: 42px;
  }
}
@media print, screen and (max-width:1026px) {
  .interview .intTitleBox .leftTxt {
    font-size: 33px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .intTitleBox .leftTxt {
    width: 100%;
    font-size: 1.9rem;
    line-height: 1.4;
    text-align: center;
  }
}
@media print, screen and (max-width:480px) {
  .interview .intTitleBox .leftTxt {
    font-size: 1.8rem;
  }
}
.interview .intTitleBox .rightImg {
  width: 49%;
}
.interview .intTitleBox .rightImg img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .interview .intTitleBox .rightImg {
    width: 100%;
    margin: 0 auto 0.5rem;
  }
}
.interview .memberBlock {
  margin: 20px auto;
}
@media print, screen and (max-width:1026px) {
  .interview .memberBlock {
    margin: 20px auto;
  }
}
@media print, screen and (max-width:768px) {
  .interview .memberBlock {
    margin: 1.2rem auto;
  }
}
.interview .man_box {
  width: 48%;
}
@media print, screen and (max-width:768px) {
  .interview .man_box {
    width: 46.5%;
  }
}
.interview .man_box .manImg {
  width: 43%;
}
.interview .man_box .manImg img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .interview .man_box .manImg {
    width: 70%;
    text-align: center;
    margin: 0 auto 0.5rem;
  }
}
.interview .man_box dl {
  width: 52%;
  font-size: 22px;
}
@media print, screen and (max-width:1026px) {
  .interview .man_box dl {
    font-size: 17px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .man_box dl {
    font-size: 0.8rem;
    width: 100%;
  }
}
.interview .man_box dl dt {
  font-size: 120%;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media print, screen and (max-width:1026px) {
  .interview .man_box dl dt {
    font-size: 110%;
  }
}
@media print, screen and (max-width:768px) {
  .interview .man_box dl dt {
    font-size: 110%;
    text-align: center;
    margin: 0 0 5px;
  }
}
.interview .man_box dl dt span {
  font-size: 180%;
}
.interview .man_box dl dd {
  margin: 0;
}
@media print, screen and (max-width:1026px) {
  .interview .man_box dl dd {
    font-size: 96%;
  }
}
@media print, screen and (max-width:768px) {
  .interview .man_box dl dd {
    font-size: 94%;
    line-height: 1.5;
  }
}
.interview .bgBlock {
  background: #e4f5f8;
  padding: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  margin: 0 auto 70px;
}
@media print, screen and (max-width:1026px) {
  .interview .bgBlock {
    padding: 60px;
    border-radius: 30px;
    margin: 0 auto 40px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .bgBlock {
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto 2rem;
  }
}
.interview .q_Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 55px;
  text-align: center;
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .interview .q_Txt {
    margin: 0 auto 20px;
  }
}
.interview .q_Txt .qimg {
  width: 80px;
  margin: 0 5px 0 0;
}
.interview .q_Txt .qimg img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .interview .q_Txt .qimg {
    width: 44px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .q_Txt .qimg {
    width: 7%;
  }
}
@media print, screen and (max-width:480px) {
  .interview .q_Txt .qimg {
    width: 14%;
  }
}
.interview .q_Txt .qtxt {
  font-size: 52px;
  font-weight: 600;
  margin: 0;
}
@media print, screen and (max-width:1200px) {
  .interview .q_Txt .qtxt {
    font-size: 40px;
  }
}
@media print, screen and (max-width:1026px) {
  .interview .q_Txt .qtxt {
    font-size: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .q_Txt .qtxt {
    font-size: 1.45rem;
    line-height: 1.4;
  }
}
.interview .q_Txt .qtxt span {
  color: #0094ce;
}
.interview .q_Txt.type2 {
  text-align: left;
  line-height: 1.4;
}
.interview .q_Txt.type2 .qimg {
  margin: 0 10px 0 0;
}
@media print, screen and (max-width:768px) {
  .interview .q_Txt.type2 .qimg {
    width: 8%;
  }
}
@media print, screen and (max-width:480px) {
  .interview .q_Txt.type2 .qimg {
    width: 33%;
  }
}
@media print, screen and (max-width:768px) {
  .interview .q_Txt.type2 .qtxt {
    font-size: 1.2rem;
  }
}
.interview .a_Txt {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto 24px;
  vertical-align: middle;
  padding: 0 0 0 60px;
}
@media print, screen and (max-width:1026px) {
  .interview .a_Txt {
    font-size: 22px;
    margin: 0 auto 20px;
    padding: 0 0 0 45px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .a_Txt {
    font-size: 1.15rem;
    margin: 0 auto 1rem;
    line-height: 1.4;
    padding: 0 0 0 38px;
  }
}
.interview .a_Txt:before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../../images/vol5/interview/iconA.png);
  background-size: contain;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width:1026px) {
  .interview .a_Txt:before {
    width: 30px;
    height: 30px;
  }
}
.interview .a_Txt span.color {
  color: #0094ce;
}
.interview .a_Txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #f6d42e));
  background: linear-gradient(transparent 90%, #f6d42e 90%);
}
.interview .box_i .left_man {
  width: 13%;
  text-align: center;
}
.interview .box_i .left_man img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .interview .box_i .left_man {
    width: 15%;
  }
}
@media print, screen and (max-width:768px) {
  .interview .box_i .left_man {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .interview .box_i .left_man.typeR {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .interview .box_i .left_man .img_sp_l {
    width: 24%;
    margin-right: 10px;
  }
}
.interview .box_i .left_man p {
  font-size: 19px;
  line-height: 1.4;
}
@media print, screen and (max-width:1026px) {
  .interview .box_i .left_man p {
    font-size: 14px;
  }
}
.interview .box_i .left_man p span {
  font-size: 160%;
}
@media print, screen and (max-width:1026px) {
  .interview .box_i .left_man p span {
    font-size: 120%;
  }
}
.interview .box_i .comment {
  width: 81%;
  background: #fff;
  position: relative;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  margin: 0 0 50px;
}
@media print, screen and (max-width:1026px) {
  .interview .box_i .comment {
    width: 80%;
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .box_i .comment {
    width: 100%;
    border-radius: 10px;
    padding: 0.8rem 5%;
    margin: 0 0 20px;
  }
  .interview .box_i .comment .p_txt {
    font-size: 94%;
  }
}
.interview .box_i .comment:before {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  border-style: solid;
  border-width: 20px 0 20px 28px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(0.1em) scale(0.8) rotate(180deg);
          transform: translateY(0.1em) scale(0.8) rotate(180deg);
  position: absolute;
  left: -28px;
  top: 30px;
}
@media print, screen and (max-width:768px) {
  .interview .box_i .comment:before {
    content: none;
  }
}
.interview .box_i .comment.type2:before {
  content: "";
  margin-left: 0.5em;
  display: inline-block;
  border-style: solid;
  border-width: 20px 0 20px 28px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(0.1em) scale(0.8);
          transform: translateY(0.1em) scale(0.8);
  position: absolute;
  left: inherit;
  right: -24px;
  top: 30px;
}
@media print, screen and (max-width:768px) {
  .interview .box_i .comment.type2:before {
    content: none;
  }
}
.interview .pointBox {
  background: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .interview .pointBox {
    padding: 20px;
    border-radius: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .pointBox {
    border-radius: 10px;
    padding: 0.8rem 5%;
  }
}
.interview .pointBox .po_img {
  width: 18%;
  margin: 0;
}
.interview .pointBox .po_img img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .interview .pointBox .po_img {
    width: 28%;
    margin: 0 auto 0.25rem;
    text-align: center;
  }
}
.interview .pointBox .po_txt {
  width: 78%;
  color: #0094ce;
  margin: 0;
}
@media print, screen and (max-width:768px) {
  .interview .pointBox .po_txt {
    width: 100%;
  }
}
.interview .pointBox .po_txt span {
  color: #ce1c00;
  font-weight: 600;
}
.interview .pointBox .po_txt .p_txt {
  margin: 0;
}
@media print, screen and (max-width:768px) {
  .interview .pointBox .po_txt .p_txt {
    font-size: 94%;
  }
}
.interview .sp_mOnly {
  display: none;
}
@media print, screen and (max-width:480px) {
  .interview .sp_mOnly {
    display: block;
  }
}
.interview .instaBlock {
  max-width: 800px;
  margin: 60px auto 100px;
}
@media print, screen and (max-width:1026px) {
  .interview .instaBlock {
    margin: 40px auto 80px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .instaBlock {
    max-width: 100%;
    margin: 1.4rem auto 2rem;
  }
}
.interview .instaBlock .col {
  width: 380px;
  /*iframe{
  position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
  }*/
}
@media print, screen and (max-width:1026px) {
  .interview .instaBlock .col {
    width: 350px;
  }
}
@media print, screen and (max-width:768px) {
  .interview .instaBlock .col {
    width: 100%;
    text-align: center;
    margin: 0 auto 0.6rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.enq {
  background: #afe0ea;
  padding: 100px 0;
}
@media print, screen and (max-width:1026px) {
  .enq {
    padding: 70px 0;
  }
}
@media print, screen and (max-width:768px) {
  .enq {
    padding: 2rem 0 1.6rem;
  }
}
.enq .enqTitle {
  text-align: center;
  margin: 0 auto 40px;
}
@media print, screen and (max-width:1026px) {
  .enq .enqTitle {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .enq .enqTitle {
    margin: 0 auto 0.8rem;
  }
}
.enq .enqTitle img {
  width: 100%;
}
.enq .enqTitle .title_c_sub {
  width: 40%;
  margin: 0 auto 15px;
}
@media print, screen and (max-width:768px) {
  .enq .enqTitle .title_c_sub {
    width: 60%;
  }
}
.enq .enqTitle .title_c {
  width: 90%;
  margin: 0 auto 10px;
}
@media print, screen and (max-width:768px) {
  .enq .enqTitle .title_c {
    width: 100%;
  }
}
.enq .breaking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.enq .txt_qe01 {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 40px;
}
@media print, screen and (max-width: 1160px) {
  .enq .txt_qe01 {
    font-size: 22px;
  }
}
@media print, screen and (max-width: 1060px) {
  .enq .txt_qe01 {
    font-size: 20px;
  }
}
@media print, screen and (max-width:1026px) {
  .enq .txt_qe01 {
    font-size: 19px;
    text-align: left;
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .enq .txt_qe01 {
    font-size: 0.8rem;
    margin: 0 auto 20px;
    line-height: 1.5;
  }
}
.enq .queImg {
  text-align: center;
  width: 64%;
  margin: 0 auto 20px;
}
.enq .queImg img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .enq .queImg {
    width: 94%;
  }
}
.enq .enqBox {
  width: 100%;
  margin: 80px auto 30px;
}
@media print, screen and (max-width:1026px) {
  .enq .enqBox {
    margin: 60px auto 10px;
  }
}
@media print, screen and (max-width:768px) {
  .enq .enqBox {
    margin: 1.8rem auto 0.4rem;
  }
}
.enq .enqBox .col {
  width: 31%;
  letter-spacing: -0.01rem;
}
@media print, screen and (max-width: 600px) {
  .enq .enqBox .col {
    width: 48%;
  }
}
.enq .enqBox .col button {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  border: 4px solid;
  border-radius: 15px;
  margin: 0 0 80px;
  text-align: center;
  font-weight: 600;
  min-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media print, screen and (max-width:1026px) {
  .enq .enqBox .col button {
    padding: 10px;
    margin: 0 0 50px;
    font-size: 94%;
    min-height: 100px;
  }
}
@media print, screen and (max-width:1026px) and (max-width: 780px) {
  .enq .enqBox .col button {
    padding: 10px;
    min-height: 80px;
  }
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col button {
    padding: 0;
    margin: 0 0 0.1rem;
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .enq .enqBox .col button .spIng_key {
    width: 100%;
  }
  .enq .enqBox .col button .spIng_key img {
    width: 100%;
  }
}
@media print, screen and (max-width:480px) {
  .enq .enqBox .col button {
    /*border-radius: 10px;
    padding: 0.4rem 3% 0.3rem 3%;
    font-size: 85%;*/
  }
}
.enq .enqBox .col button:before {
  position: absolute;
  content: "";
  top: -53px;
  left: 47.4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 83px;
  height: 40px;
  border: solid 3px;
  border-radius: 75px 75px 0 0; /* 下側を丸める */
  border-bottom: 0; /* 直線部分を消す */
  margin: 10px;
  background: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  /*@media print, screen and (max-width:540px) {
  width: 48px;
  height: 24px;
  top: -36px;
  left: 44%;
  }
  @media print, screen and (max-width:440px) {
  top: -35px;
  }
  @media print, screen and (max-width:400px) {
  top: -35px;
  }
  @media print, screen and (max-width:360px) {
  top: -36px;
  }*/
}
@media print, screen and (max-width:1026px) {
  .enq .enqBox .col button:before {
    width: 60px;
    height: 38px;
    top: -50px;
    left: 45.5%;
  }
}
@media print, screen and (max-width: 960px) {
  .enq .enqBox .col button:before {
    left: 45.5%;
  }
}
@media print, screen and (max-width: 800px) {
  .enq .enqBox .col button:before {
    width: 52px;
    height: 26px;
    top: -39px;
    left: 44.5%;
  }
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col button:before {
    content: none;
    background: none;
  }
}
.enq .enqBox .col button:hover {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.enq .enqBox .col.keyA button {
  border-color: #008dff;
  -webkit-box-shadow: #008dff;
          box-shadow: #008dff;
  -webkit-box-shadow: 6px 6px 1px #008dff;
          box-shadow: 6px 6px 1px #008dff;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyA button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.enq .enqBox .col.keyA button:before {
  border-color: #008dff;
}
.enq .enqBox .col.keyA button:hover {
  background: #008dff;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyA button:hover {
    background: none;
  }
}
.enq .enqBox .col.keyA button:hover:before {
  background: #008dff;
}
.enq .enqBox .col.keyB button {
  border-color: #90c66d;
  -webkit-box-shadow: #90c66d;
          box-shadow: #90c66d;
  -webkit-box-shadow: 6px 6px 1px #90c66d;
          box-shadow: 6px 6px 1px #90c66d;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyB button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.enq .enqBox .col.keyB button:before {
  border-color: #90c66d;
}
.enq .enqBox .col.keyB button:hover {
  background: #90c66d;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyB button:hover {
    background: none;
  }
}
.enq .enqBox .col.keyB button:hover:before {
  background: #90c66d;
}
.enq .enqBox .col.keyC button {
  border-color: #fa7718;
  -webkit-box-shadow: #fa7718;
          box-shadow: #fa7718;
  -webkit-box-shadow: 6px 6px 1px #fa7718;
          box-shadow: 6px 6px 1px #fa7718;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyC button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.enq .enqBox .col.keyC button:before {
  border-color: #fa7718;
}
.enq .enqBox .col.keyC button:hover {
  background: #fa7718;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyC button:hover {
    background: none;
  }
}
.enq .enqBox .col.keyC button:hover:before {
  background: #fa7718;
}
.enq .enqBox .col.keyD button {
  border-color: #946ed6;
  -webkit-box-shadow: #946ed6;
          box-shadow: #946ed6;
  -webkit-box-shadow: 6px 6px 1px #946ed6;
          box-shadow: 6px 6px 1px #946ed6;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyD button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.enq .enqBox .col.keyD button:before {
  border-color: #946ed6;
}
.enq .enqBox .col.keyD button:hover {
  background: #946ed6;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyD button:hover {
    background: none;
  }
}
.enq .enqBox .col.keyD button:hover:before {
  background: #946ed6;
}
.enq .enqBox .col.keyE button {
  border-color: #00996d;
  -webkit-box-shadow: #00996d;
          box-shadow: #00996d;
  -webkit-box-shadow: 6px 6px 1px #00996d;
          box-shadow: 6px 6px 1px #00996d;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyE button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.enq .enqBox .col.keyE button:before {
  border-color: #00996d;
}
.enq .enqBox .col.keyE button:hover {
  background: #00996d;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyE button:hover {
    background: none;
  }
}
.enq .enqBox .col.keyE button:hover:before {
  background: #00996d;
}
.enq .enqBox .col.keyF button {
  border-color: #ffb22c;
  -webkit-box-shadow: #ffb22c;
          box-shadow: #ffb22c;
  -webkit-box-shadow: 6px 6px 1px #ffb22c;
          box-shadow: 6px 6px 1px #ffb22c;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyF button {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.enq .enqBox .col.keyF button:before {
  border-color: #ffb22c;
}
.enq .enqBox .col.keyF button:hover {
  background: #ffb22c;
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col.keyF button:hover {
    background: none;
  }
}
.enq .enqBox .col.keyF button:hover:before {
  background: #ffb22c;
}
.enq .enqBox .col .icon {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 70px;
}
.enq .enqBox .col .icon img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .enq .enqBox .col .icon {
    width: 50px;
  }
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .col .icon {
    width: 36px;
    top: -20px;
  }
}
.enq .enqBox .txt_e {
  margin: 0;
  text-align: center;
  font-size: 180%;
}
@media print, screen and (max-width:1026px) {
  .enq .enqBox .txt_e {
    font-size: 120%;
  }
}
@media print, screen and (max-width:768px) {
  .enq .enqBox .txt_e {
    font-size: 108%;
    line-height: 1.5;
  }
  .enq .enqBox .txt_e.typeS {
    font-size: 98%;
  }
}
.enq .arrow {
  text-align: center;
  margin: 0 auto 60px;
  width: 8%;
}
.enq .arrow img {
  width: 100%;
}
@media print, screen and (max-width:480px) {
  .enq .arrow {
    width: 12%;
  }
}
.enq .txt_en {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 1.5rem;
}
@media print, screen and (max-width:1200px) {
  .enq .txt_en {
    font-size: 50px;
  }
}
@media print, screen and (max-width:1026px) {
  .enq .txt_en {
    font-size: 36px;
  }
}
@media print, screen and (max-width:768px) {
  .enq .txt_en {
    font-size: 26px;
  }
}
.enq .txt_en2 {
  text-align: center;
  font-size: 100%;
  font-weight: 600;
}
@media print, screen and (max-width:768px) {
  .enq .txt_en2 {
    font-size: 90%;
  }
}
.enq .img_e01 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.enq .img_e01 img {
  width: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.lab {
  max-width: 786px;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #35b597;
  border-radius: 20px;
  background: #fff;
  position: relative;
  font-size: 24px;
}
@media print, screen and (max-width:1026px) {
  .lab {
    max-width: 600px;
    font-size: 18px;
    padding: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .lab {
    font-size: 0.9rem;
    padding: 1rem 5%;
  }
}
.lab .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lab .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 auto 20px;
  width: 480px;
}
@media print, screen and (max-width:1026px) {
  .lab .title {
    width: 300px;
  }
}
@media print, screen and (max-width:768px) {
  .lab .title {
    width: 210px;
  }
}
.lab .title.type2 {
  width: 400px;
}
@media print, screen and (max-width:1026px) {
  .lab .title.type2 {
    width: 260px;
  }
}
@media print, screen and (max-width:768px) {
  .lab .title.type2 {
    width: 180px;
  }
}
.lab .title .img {
  width: 25%;
  margin-right: 10px;
  margin: 0;
}
.lab .title .img img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .lab .title .img {
    width: 20%;
  }
}
@media print, screen and (max-width:768px) {
  .lab .title .img {
    width: 23%;
  }
}
.lab .title .txt_la {
  font-size: 52px;
  font-weight: 600;
  color: #35b597;
  margin: 0;
}
@media print, screen and (max-width:1026px) {
  .lab .title .txt_la {
    font-size: 36px;
  }
}
@media print, screen and (max-width:768px) {
  .lab .title .txt_la {
    font-size: 24px;
  }
}
.lab .listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}
@media print, screen and (max-width:1026px) {
  .lab .listBox {
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width:768px) {
  .lab .listBox {
    margin: 0 0 10px;
  }
}
.lab .listBox .list li {
  line-height: 1;
  padding-left: 26px;
}
@media print, screen and (max-width:768px) {
  .lab .listBox .list li {
    padding-left: 20px;
  }
}
.lab .listBox .list li:before {
  font-size: 1.5rem;
  color: #35b597;
  top: 0.13rem;
}
@media print, screen and (max-width:1026px) {
  .lab .listBox .list li:before {
    font-size: 1.2rem;
    top: -0.03rem;
  }
}
@media print, screen and (max-width:768px) {
  .lab .listBox .list li:before {
    font-size: 1rem;
    top: -0.03rem;
  }
}
.lab .txt_labT {
  font-size: 32px;
  font-weight: 500;
  color: #35b597;
  line-height: 1.5;
  margin: 0 0 14px;
}
@media print, screen and (max-width:1026px) {
  .lab .txt_labT {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
@media print, screen and (max-width:768px) {
  .lab .txt_labT {
    font-size: 18px;
    margin: 0 0 8px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.other {
  padding: 100px 0 60px;
}
@media print, screen and (max-width:1026px) {
  .other {
    padding: 70px 0 40px;
  }
}
@media print, screen and (max-width:768px) {
  .other {
    padding: 2rem 0 1.6rem;
  }
}
.other .wrap {
  text-align: center;
}
.other .other_ttl {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  margin: 0 auto 50px;
  line-height: 1.5;
}
@media print, screen and (max-width:1026px) {
  .other .other_ttl {
    font-size: 40px;
    margin: 0 auto 40px;
  }
}
@media print, screen and (max-width:768px) {
  .other .other_ttl {
    font-size: 20px;
    margin: 0 auto 1rem;
  }
}
.other .title_balloon {
  margin: 0 auto 60px;
  position: relative;
  display: inline-block;
  padding: 20px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  background: #FFF;
  border: solid 4px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
@media print, screen and (max-width:1026px) {
  .other .title_balloon {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .other .title_balloon {
    margin: 0 auto 1.5rem;
    padding: 10px 6%;
    border: solid 3px #000;
    border-radius: 12px !important;
  }
}
.other .title_balloon:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
  z-index: 2;
}
@media print, screen and (max-width:768px) {
  .other .title_balloon:before {
    bottom: -21px;
    left: 50%;
    margin-left: -14px;
    border: 11px solid transparent;
    border-top: 11px solid #FFF;
  }
}
.other .title_balloon:after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  margin-left: -20px;
  border: 17px solid transparent;
  border-top: 17px solid #000;
  z-index: 1;
}
@media print, screen and (max-width:768px) {
  .other .title_balloon:after {
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #000;
  }
}
.other .title_balloon p {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
}
@media print, screen and (max-width:1200px) {
  .other .title_balloon p {
    font-size: 38px;
  }
}
@media print, screen and (max-width:1026px) {
  .other .title_balloon p {
    font-size: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .other .title_balloon p {
    font-size: 20px;
  }
}
.other .otherTable {
  width: 100%;
  border: 2px solid #000;
  margin: 0 auto 30px;
}
@media print, screen and (max-width:1026px) {
  .other .otherTable {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .other .otherTable {
    margin: 0 auto 1.4rem;
  }
}
.other .otherTable th {
  background: #b8e6c0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 30px;
  font-weight: 600;
}
@media print, screen and (max-width:1200px) {
  .other .otherTable th {
    font-size: 29px;
  }
}
@media print, screen and (max-width:1026px) {
  .other .otherTable th {
    font-size: 26px;
  }
}
@media print, screen and (max-width:768px) {
  .other .otherTable th {
    font-size: 13px;
    padding: 3px;
  }
}
.other .otherTable td {
  background: #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}
@media print, screen and (max-width:1200px) {
  .other .otherTable td {
    font-size: 36px;
  }
}
@media print, screen and (max-width:1026px) {
  .other .otherTable td {
    font-size: 26px;
  }
}
@media print, screen and (max-width:768px) {
  .other .otherTable td {
    font-size: 16px;
    padding: 3px;
  }
}
@media print, screen and (max-width:360px) {
  .other .otherTable td {
    font-size: 13px;
  }
}
.other .otherTable td span {
  font-size: 60%;
}
.other .otherTable td.colorTd {
  background: #e9f9f0;
}
.other .banaBlock p {
  width: 31.5%;
}
.other .banaBlock p img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .other .banaBlock p {
    width: 48%;
  }
}

.bana01 {
  padding: 0px 0 100px;
  max-width: 940px;
  text-align: center;
  margin: 0 auto;
}
.bana01 img {
  width: 100%;
}
@media print, screen and (max-width:1200px) {
  .bana01 {
    width: 80%;
  }
}
@media print, screen and (max-width:1026px) {
  .bana01 {
    padding: 0px 0 70px;
  }
}
@media print, screen and (max-width:768px) {
  .bana01 {
    padding: 0rem 0 1.6rem;
    width: 90%;
  }
}

.banaImg {
  width: 80%;
  margin: 60px auto;
}
.banaImg img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .banaImg {
    margin: 10px auto 1rem;
    width: 100%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.markertest {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(204, 234, 245)), color-stop(50%, transparent));
  background: linear-gradient(left, rgb(204, 234, 245) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8em;
  background-position: 100% 0.5em;
  -webkit-transition: 2s;
  transition: 2s;
}

.markertest.is-active {
  background-position: 0% 0.5em;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
}

.modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  width: 95%;
  max-width: 800px;
  max-height: 800px;
}
@media print, screen and (max-width:1026px) {
  .modal-inner {
    top: 50%;
    max-width: 600px;
    max-height: 600px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-inner {
    top: 50%;
    max-width: 85%;
    max-height: 85%;
  }
}

.show {
  display: block;
}

.modal-inner-header {
  margin-bottom: 25px;
}

.close-btn {
  cursor: pointer;
  color: #fff;
  font-size: 4em;
  position: absolute;
  top: -65px;
  right: -55px;
}
@media print, screen and (max-width:1026px) {
  .close-btn {
    font-size: 3em;
  }
}
@media print, screen and (max-width:768px) {
  .close-btn {
    font-size: 2em;
    top: -46px;
    right: -5px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.btn a {
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #8fdfb5;
  border: 3px solid #4f4b49;
  font-weight: 600;
  text-align: center;
  width: 468px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 3px 3px 0 0 #4f4b49;
          box-shadow: 3px 3px 0 0 #4f4b49;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  margin: 0 auto;
}
@media print, screen and (max-width:1200px) {
  .btn a {
    width: 400px;
    font-size: 20px;
  }
}
@media print, screen and (max-width:1026px) {
  .btn a {
    width: 360px;
    font-size: 18px;
  }
}
@media print, screen and (max-width:768px) {
  .btn a {
    margin: auto;
    text-align: center;
    width: 90%;
    font-size: 16px;
  }
}
.btn a:hover {
  border-color: #4f7a63;
  background: #4f7a63;
  -webkit-box-shadow: 0 2px 0 0 #2f2c2b;
          box-shadow: 0 2px 0 0 #2f2c2b;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.btn a:before {
  position: absolute;
  content: "";
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 35px;
  height: 17px;
  background: url(../../images/vol5/common/arrow.svg) no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1200px) {
  .btn a:before {
    width: 30px;
    height: 14px;
  }
}
@media print, screen and (max-width:1026px) {
  .btn a:before {
    width: 22px;
    height: 11px;
  }
}

.btnBlock {
  text-align: center;
  margin: 80px auto 140px;
}
@media print, screen and (max-width:1200px) {
  .btnBlock {
    margin: 60px auto 100px;
  }
}
@media print, screen and (max-width:1026px) {
  .btnBlock {
    margin: 60px auto 100px;
  }
}
@media print, screen and (max-width:768px) {
  .btnBlock {
    margin: 1.8rem auto 2.6rem;
  }
}

/****************************************************************************************************

グラフ描画関連
2023/12/14
追加

****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.enqGraph__outer {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}

/****************************************************************************************************
****************************************************************************************************/
/*# sourceMappingURL=layout.css.map */