@charset "UTF-8";

body[id*=firstvisiter] .breadcrumb {
  position: absolute;
}

.pc{
display:block;
}

.sp{
  display:none;
}

@media screen and (max-width: 640px) {
.pc{
display:none;
}

.sp{
  display:block
}
  
}

#firstvisiter {
  font-feature-settings: "palt";
}

@media screen and (max-width: 640px) {
  #firstvisiter {
  font-size:4.23333vw;
}
}

#firstvisiter header {
  margin-bottom: 15px;
}

.firstvisiter {
  overflow: hidden;
  padding-top: 70px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .firstvisiter {
    padding-top: 50px;
  }
}

@media screen and (max-width: 720px) {
  .firstvisiter {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter {
    padding-top: 30px;
  }
}

.firstvisiter .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .firstvisiter .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter .inner {
    padding: 0 15px;
  }
}

.firstvisiter-menu1 {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 970px) {
  .firstvisiter-menu1 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
.firstvisiter-menu1 {
  display: -webkit-flex;
  display: flex;
  margin-bottom:40px;
}
}




.firstvisiter-menu1 a {
  display: block;
  padding: 17px;
  text-align: center;
  background-color: #f8f8f8;
  color: #13345e;
  font-weight: bold;
  transition: all .1s ease-out;
}

.firstvisiter-menu1 a:hover {
  background-color: #fecb3b;
  color: #13345e;
}

.firstvisiter-menu1 li {
  width: calc(100% / 6);
}

@media screen and (max-width: 970px) {
  .firstvisiter-menu1 li {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-menu1 li {
    width: calc(100% / 2);
    font-size: 4.2333vw;
  }
}

@media screen and (max-width: 320px) {
  .firstvisiter-menu1 li {
    width: calc(100% / 2);
    font-size: 4vw;
  }
}


.firstvisiter-menu1 li.active a {
  position: relative;
  background-color: #fecb3b;
  color: #13345e;
}

.firstvisiter-menu1 li.active a:after {
  display: none;
}

.firstvisiter-catch {
  overflow: hidden;
  position: relative;
  padding-top:20px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-catch {
    padding-top: 0;
  }
}

.firstvisiter-catch:before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  content: "";
  width: 200vw;
  height: 110vh;
  background-color: #13345e;
  -webkit-transform: translate(-50%, -35px) rotate(-28.251deg);
  transform: translate(-50%, -35px) rotate(-19.5deg);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

@media screen and (max-width: 900px) {
  .firstvisiter-catch:before {
    -webkit-transform: translate(-50%, -135px) rotate(-15.251deg);
            transform: translate(-50%, -135px) rotate(-15.251deg);
  }
}
@media screen and (max-width:640px) {
  .firstvisiter-catch:before {
    -webkit-transform: translate(-50%, -135px) rotate(-25deg);
    transform: translate(-60%, -55px) rotate(-25deg);
  }
}
.firstvisiter-catch .inner {
  position: relative;
}

.firstvisiter-catch .inner:before {
  position: absolute;
  left: -43px;
  bottom: 60px;
  z-index: -1;
  content: "";
  width: 367px;
  height: 405px;
  background-image: url(../img/catch-figure.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .firstvisiter-catch .inner:before {
    display: none;
  }
}

.firstvisiter-catch h1 {
  position: relative;
  margin-bottom: 80px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.79;
  color: #13345e;
}

@media screen and (max-width: 900px) {
  .firstvisiter-catch h1 {
    font-size: 20px;
  }
  .firstvisiter-catch h1:before {
    position: absolute;
    left: 50%;
    bottom: -250px;
    z-index: -1;
    content: "";
    width: 250px;
    height: 280px;
    background-image: url(../img/catch-figure.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}


@media screen and (max-width:640px) {
.firstvisiter-catch h1 {
  position: relative;
  margin-bottom: 50px;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.85;
  color: #13345e;
}
  .firstvisiter-catch h1:before {
    position: absolute;
    left: 50%;
    bottom: -290px;
    z-index: -1;
    content: "";
    width: 250px;
    height: 280px;
    background-image: url(../img/catch-figure.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}



.firstvisiter-catch dl {
  padding-top: 48px;
  padding-bottom: 80px;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .firstvisiter-catch dl {
    padding-top: 230px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-catch dl {
    padding-top: 250px;
    padding-bottom: 40px;
  }
}

.firstvisiter-catch dt {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.79;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .firstvisiter-catch dt {
    font-size: 20px;
  }
}

.firstvisiter-catch dd {
  font-size: 20px;
  line-height: 2.4;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .firstvisiter-catch dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-catch dd {
    font-size: 4vw;
    line-height:1.65;
  }
}

.firstvisiter-ttl-1 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #13345e;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .firstvisiter-ttl-1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.firstvisiter-ttl-1:after {
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 60px;
  height: 3px;
  background-color: #13345e;
}

.firstvisiter-ttl-2 {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #13345e;
  line-height: 1.4;
}

@media screen and (max-width: 700px) {
  .firstvisiter-ttl-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-ttl-2 {
    font-size: 5.25vw;
  }
}

.firstvisiter-ttl-2:after {
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 60px;
  height: 3px;
  background-color: #13345e;
}

.firstvisiter-ttl-3 {
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.firstvisiter-ttl-3 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  color: #13345e;
}

.firstvisiter-ttl-3 span:before, .firstvisiter-ttl-3 span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #13345e;
}

.firstvisiter-ttl-3 span:before {
  right: 100%;
}

.firstvisiter-ttl-3 span:after {
  left: 100%;
}

.firstvisiter-about {
  padding-top: 92px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-about {
    padding-top: 62px;
    padding-bottom: 60px;
  }
}

.firstvisiter-about h1 {
  margin-bottom: 50px;
}

.firstvisiter-about-item {
  margin-left: auto;
  padding-left: 90px;
  padding-right: calc(((100% - 1080px) / 2) - 30px);
  width: calc(100% - ((100% - 1080px) / 2) - 282px);
  background-color: #fff;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 15px);
  }
}

.firstvisiter-about-item dl {
  padding-top: 50px;
  padding-bottom: 60px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item dl {
    padding-right: 0;
  }
}

.firstvisiter-about-item dt {
  margin-bottom: 1.2em;
  color: #13345e;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
.firstvisiter-about-item dt {
  font-size: 5vw;
line-height:1.6
}
}

.firstvisiter-about-item dd {
  line-height: 1.75;
  letter-spacing: 0;
}

.firstvisiter-about-item:nth-child(2n) {
  margin-left: 0;
  margin-right: auto;
  padding-left: calc(((100% - 1080px) / 2) - 30px);
  padding-right: 90px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item:nth-child(2n) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.firstvisiter-about-item:nth-child(2n) dl {
  padding-right: 0;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item:nth-child(2n) dl {
    padding-left: 0;
    padding-right: 0;
  }
}

.firstvisiter-about-item[data-layer="1"], .firstvisiter-about-item[data-layer="3"], .firstvisiter-about-item[data-layer="4"] {
  margin-bottom: 46px;
}

.firstvisiter-about-item[data-layer="1"] {
  position: relative;
}

.firstvisiter-about-item[data-layer="1"] dl {
  padding-top: 60px;
}


@media screen and (max-width: 640px) {
 
.firstvisiter-about-item[data-layer="1"] dl {
  padding-top: 40px;
  padding-bottom:60vw;
}
 
}

.firstvisiter-about-item[data-layer="1"]:before {
  position: absolute;
  bottom: 0;
  left: 50vw;
  z-index: -1;
  display: block;
  content: "";
  width: 150vw;
  height: 264px;
  background-image: url(../img/stripe-1.png);
  background-position: center;
  background-size: 27px auto;
  -webkit-transform: translate(-50%, 50%) rotate(6.26deg);
          transform: translate(-50%, 50%) rotate(6.26deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.firstvisiter-about-item[data-layer="1"]:after {
  position: absolute;
  top: -50px;
  right: -348px;
  display: block;
  content: "";
  width: 429px;
  height: 302px;
  background-image: url(../img/figure-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item[data-layer="1"]:after {
    top: -50px;
    right: -20px;
    width: 160px;
    height: 100px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-about-item[data-layer="1"]:after {
    top: auto;
    right: 18vw;
    width: 60vw;
    height: 300px;
    bottom:-10vw;
  }
}


.firstvisiter-about-item[data-layer="2"] {
  position: relative;
  z-index: 10;
}

.firstvisiter-about-item[data-layer="2"]:after {
  position: absolute;
  top: 20px;
  left: -350px;
  display: block;
  content: "";
  width: 404px;
  height: 256px;
  background-image: url(../img/figure-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item[data-layer="2"]:after {
    top: 0;
    left: -40px;
    padding-left: 60px;
    width: 100px;
    height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-about-item[data-layer="2"]:after {
    top: auto;
    bottom:0;
    left: 30px;
    width: 60vw;
    height: 200px;
  }
}


.firstvisiter-about-item[data-layer="2"] dl {
  padding-top: 54px;
  padding-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item[data-layer="2"] dl {
    padding-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-about-item[data-layer="2"] dl {
    padding-left: 0px;
    padding-bottom:220px;
  }
}

.firstvisiter-about-item[data-layer="3"] {
  margin-top: -55px;
  padding-top: 83px;
}

@media screen and (max-width: 640px) {
 .firstvisiter-about-item[data-layer="3"] {
  margin-top: -35px;
  padding-top: 83px;
} 
}

.firstvisiter-about-item[data-layer="3"] dl {
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
 .firstvisiter-about-item[data-layer="3"] dl {
  padding-bottom: 250px;
  padding-top:20px;
}
 
}



.firstvisiter-about-item[data-layer="3"] {
  position: relative;
}

.firstvisiter-about-item[data-layer="3"]:before {
  position: absolute;
  bottom: 0;
  left: 50vw;
  z-index: -1;
  display: block;
  content: "";
  width: 150vw;
  height: 264px;
  background-image: url(../img//stripe-2.png);
  background-position: center;
  background-size: 27px auto;
  -webkit-transform: translate(-50%, 50%) rotate(-6.26deg);
          transform: translate(-50%, 50%) rotate(-6.26deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.firstvisiter-about-item[data-layer="3"]:after {
  position: absolute;
  bottom: 6px;
  right: -320px;
  display: block;
  content: "";
  width: 393px;
  height: 285px;
  background-image: url(../img//figure-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item[data-layer="3"]:after {
    top: 60px;
    right: -20px;
    padding-left: 60px;
    width: 100px;
    height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-about-item[data-layer="3"]:after {
    top: auto;
    bottom:20px;
    right: 20px;
    width: 65vw;
    height: 200px;
  }
}

.firstvisiter-about-item[data-layer="4"] {
  position: relative;
}

.firstvisiter-about-item[data-layer="4"]:after {
  position: absolute;
  top: -86px;
  left: -155px;
  display: block;
  content: "";
  width: 257px;
  height: 343px;
  background-image: url(../img//figure-4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item[data-layer="4"]:after {
    top: -40px;
    left: -10px;
    width: 130px;
    height: 330px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-about-item[data-layer="4"]:after {
    top: -50px;
    left: 10px;
    width: 50vw;
    height: 130px;
  }
}

.firstvisiter-about-item[data-layer="4"] dl {
  padding-top: 70px;
  padding-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item[data-layer="4"] dl {
    padding-left: 70px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-about-item[data-layer="4"] dl {
    padding-left: 0px;
    padding-top:100px;
  }
}

.firstvisiter-about-item[data-layer="5"] {
  position: relative;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item[data-layer="5"] {
    padding-bottom: 30px;
  }
}

.firstvisiter-about-item[data-layer="5"]:before {
  position: absolute;
  bottom: 30px;
  left: 50vw;
  z-index: -1;
  display: block;
  content: "";
  width: 150vw;
  height: 264px;
  background-image: url(../img//stripe-1.png);
  background-position: center;
  background-size: 27px auto;
  -webkit-transform: translate(-50%, 50%) rotate(6.26deg);
          transform: translate(-50%, 50%) rotate(6.26deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.firstvisiter-about-item[data-layer="5"]:after {
  position: absolute;
  top: 100px;
  right: -293px;
  display: block;
  content: "";
  width: 363px;
  height: 338px;
  background-image: url(../img/figure-5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-about-item[data-layer="5"]:after {
    top: -130px;
    left: auto;
    right: 0;
    width: 100px;
    height: 330px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-about-item[data-layer="5"]:after {
    top: auto;
    left: auto;
    right: 50px;
    bottom:20px;
    width: 70vw;
    height: 200px;
  }
}

.firstvisiter-about-item[data-layer="5"] dl {
  padding-top: 62px;
  padding-bottom: 55px;
}

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

.firstvisiter-about-item[data-layer="5"] dl {
  padding-top: 32px;
  padding-bottom: 200px;
}  
}


.firstvisiter-menu2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 60px;
  border-top: 1px solid #13345e;
  border-bottom: 1px solid #13345e;
  background-color: #fff;
}

@media screen and (max-width: 970px) {
  .firstvisiter-menu2 {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.firstvisiter-menu2 li {
  width: calc(100% / 6);
}

@media screen and (max-width: 900px) {
  .firstvisiter-menu2 li {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .firstvisiter-menu2 li {
    width: calc(100% / 2);
    font-size: 4.3vw;
  }
}

.firstvisiter-menu2 li.active a {
  background-color: #fecb3b;
  color: #13345e;
}

.firstvisiter-menu2 a {
  display: block;
  padding: 17px 10px;
  text-align: center;
  font-weight: bold;
  color: #13345e;
  transition: all .1s ease-out;
}

.firstvisiter-menu2 a:hover {
  background-color: #fecb3b;
  color: #13345e;
}

.firstvisiter-course {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/bg-stripe.png);
  background-color: #fff;
  background-size: 15px auto;
}

@media screen and (max-width: 640px) {
 .firstvisiter-course {
  padding-top: 60px;
} 
}

.firstvisiter-course .firstvisiter-ttl-2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
.firstvisiter-course   .firstvisiter-ttl-2 {
    margin-bottom:40px;
  }
}
.firstvisiter-course-inner {
  padding: 62px 100px 100px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 950px) {
  .firstvisiter-course-inner {
    padding: 62px 50px 100px;
  }
}

@media screen and (max-width: 768px) {
  .firstvisiter-course-inner {
    padding: 30px 15px;
  }
}

.firstvisiter-course-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 45px 150px;
  margin-left: -100px;
  margin-right: -100px;
  background-color: #f1f7fa;
}

@media screen and (max-width: 950px) {
  .firstvisiter-course-box {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 45px 100px;
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media screen and (max-width: 768px) {
  .firstvisiter-course-box {
    padding: 20px 15px;
    padding: 20px 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.firstvisiter-course-box ul {
  width: 48%;
}

@media screen and (max-width: 950px) {
  .firstvisiter-course-box ul {
    margin-bottom: 0.9em;
    width: 100%;
  }
  .firstvisiter-course-box ul:last-child {
    margin-bottom: 0;
  }
}

.firstvisiter-course-box ul li {
  margin-bottom: 0.9em;
}

.firstvisiter-course-box ul li:last-child {
  margin-bottom: 0;
}

.firstvisiter-course-box a {
  position: relative;
  padding-left: 1.1em;
  color: #13345e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .firstvisiter-course-box a {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-course-box a {
    font-size: 4.5vw;
  }
}

.firstvisiter-course-box a:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/ico-list-bullet.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.firstvisiter-course-choicebox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-top: 50px;
}

@media screen and (max-width: 950px) {
  .firstvisiter-course-choicebox {
    display: block;
  }
}

.firstvisiter-course-choicebox dl {
  width: calc((100% - 40px) / 2);
  text-align: center;
}

@media screen and (max-width: 950px) {
  .firstvisiter-course-choicebox dl {
    margin-bottom: 60px;
    width: 100%;
  }
  .firstvisiter-course-choicebox dl:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .firstvisiter-course-choicebox dl {
    margin-bottom: 30px;
  }
}

.firstvisiter-course-choicebox dt {
  margin-bottom: 20px;
  line-height:1.5;
}

@media screen and (max-width: 768px) {
  .firstvisiter-course-choicebox dt {
    font-size: 14px;
    line-height: 1.5;
  }
}

.firstvisiter-course-choicebox dd a {
  display: block;
  padding: 21px 20px;
  color: #fff;
  background: linear-gradient(90deg, #f0a33b 0%, #eb3437 100%);
  font-size: 18px;
  border-radius: 60px;
  position:relative;
}

.firstvisiter-course-choicebox dd a:after{
  content:"";
  width:50px;
  height:15px;
  position:absolute;
  top:50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right:30px;
  background-image: url(../img/arrow.png);
  background-repeat:no-repeat;
  transition: .2s;
}

.firstvisiter-course-choicebox dd a:hover:after{
  right:15px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-course-choicebox dd a {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-course-choicebox dd a {
    font-size: 4vw;
    width:85%;
    margin:0 auto;
    text-align:left;
  }

.firstvisiter-course-choicebox dd a:after{
  right:20px;
}

}

.firstvisiter-design {
  padding-top: 95px;
  padding-bottom: 96px;
}

@media screen and (max-width: 700px) {
  .firstvisiter-design {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.firstvisiter-design .firstvisiter-ttl-2 {
  margin-bottom: 41px;
}

@media screen and (max-width: 700px) {
  .firstvisiter-design .firstvisiter-ttl-2 {
    margin-bottom: 30px;
  }
}

.firstvisiter-design p {
  margin-bottom: 30px;
  color: #13345e;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 700px) {
  .firstvisiter-design p {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-design p {
    font-size: 4vw;
    letter-spacing:-0.05em;
  }
}
.firstvisiter-design ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  .firstvisiter-design ul {
    display: block;
  }
}

.firstvisiter-design ul:after {
  display: block;
  content: "";
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 700px) {
  .firstvisiter-design ul:after {
    display: none;
  }
}

.firstvisiter-design ul li {
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 700px) {
  .firstvisiter-design ul li {
    margin-bottom: 15px;
    width: 100%;
  }
}

.firstvisiter-design ul li img {
  width: 100%;
  height: auto;
}

.firstvisiter .btn {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  box-sizing: border-box;
}

.firstvisiter .btn-arrow {
  border: 1px solid #13345e;
  border-radius: 35px;
  width: 210px;
  padding: 12px 23px;
  color: #13345e;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  background-image: url(../img/ico-bullet-1.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 18px center;
 transition: transform 0.2s ease;
 }
.firstvisiter .btn-arrow:hover {
  background-position: right 10px center;
  transition: transform 0.2s ease;
}

.firstvisiter-message figure {
  margin: 0;
  padding: 0;
}

.firstvisiter-message-ttl {
  margin-bottom: 35px;
  padding-left: 370px;
  font-size: 24px;
}

@media screen and (max-width: 880px) {
  .firstvisiter-message-ttl {
    font-size: 25px;
    padding-left: 15px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-message-ttl {
    font-size: 5vw;
    padding-left: 15px;
    line-height: 1.5;
  }
}
.firstvisiter-message-text {
  max-width:878px;
  margin:0 auto 80px;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
.firstvisiter-message-text {
  margin:0 auto 40px;
  padding:020px;
}  
}

.firstvisiter-message-text p {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 880px) {
  .firstvisiter-message-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-message-text p {
    font-size: 4vw;
  }
}

.firstvisiter-message-wrap {
  position: relative;
}

.firstvisiter-message-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  -webkit-transform: translate(0, -70px);
          transform: translate(0, -70px);
}

@media screen and (max-width: 880px) {
  .firstvisiter-message-wrap figure {
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.firstvisiter-message-box {
  margin-left: auto;
  margin-bottom: 75px;
  padding-left: 180px;
  padding-right: 53px;
  padding-bottom: 60px;
  width: calc(100% - 190px);
  background-image: url(../message/img/bg-paper.png);
  background-size: 200px auto;
  border-radius: 25px;
}

@media screen and (max-width: 880px) {
  .firstvisiter-message-box {
    margin-bottom: 35px;
    padding: 30px;
    width: 100%;
  }
}

.firstvisiter-message-box p {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.78;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
.firstvisiter-message-box p {
  margin-bottom: 26px;
  font-size: 4vw;
  line-height: 1.78;
  font-weight: bold;
}
}

.firstvisiter-message-box ul {
  font-size: 14px;
  line-height: 1.71;
}

@media screen and (max-width: 640px) {
 .firstvisiter-message-box ul {
  font-size: 4vw;
}
 
}

@media screen and (max-width: 880px) {
  .firstvisiter-message-box .sp-none {
    display: none;
  }
}

.firstvisiter-message-profile {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 14px;
  padding-top: 52px;
  padding-bottom: 17px;
  border-bottom: 2px solid #13345e;
}

@media screen and (max-width: 880px) {
  .firstvisiter-message-profile {
    display: block;
    padding-top: 0;
    text-align: center;
  }
}

@media screen and (max-width: 880px) {
  .firstvisiter-message-profile dl {
    margin-bottom: 20px;
    text-align: center;
  }
}

.firstvisiter-message-profile dt {
  margin-bottom: 9px;
  color: #13345e;
}

.firstvisiter-message-profile dd {
  color: #13345e;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 375px) {
 .firstvisiter-message-profile dd {
  font-size:7vw;
} 
}

.firstvisiter .d-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .firstvisiter .d-flex {
    display: block;
  }
}

.firstvisiter .d-flex p {
  margin-left: 10px;
  margin-right: 10px;
}

.firstvisiter-guide {
  margin-bottom: 100px;
  line-height: 2;
}

.firstvisiter-guide .btn-arrow {
  padding: 5px 20px;
  width: 340px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-guide .btn-arrow {
    margin-top: 15px;
    width: 100%;
  }
}

.firstvisiter-guide-box {
  margin-bottom: 50px;
  padding: 50px 60px;
  background-image: url(../message/img/bg-paper.png);
  background-size: 200px auto;
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-guide-box {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-guide-box {
    font-size: 4vw;
    padding:30px;
    letter-spacing:0;
  }
}
.firstvisiter-guide-box-ttl {
  margin-bottom: 32px;
  padding-bottom: 3px;
  text-align: center;
  color: #13345e;
  font-size: 30px;
  border-bottom: 1px solid #13345e;
}

@media screen and (max-width: 768px) {
  .firstvisiter-guide-box-ttl {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-guide-box-ttl {
    font-size: 5vw;
    text-align:left;
    letter-spacing:0;
    padding-bottom:5px;
  }
}

.firstvisiter-guide-textwrap {
  margin-top: 30px;
  padding: 35px 43px;
  background-color: #fff;
  line-height: 1.56;
}

@media screen and (max-width: 768px) {
  .firstvisiter-guide-textwrap {
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-guide-textwrap {
    font-size: 3.8vw;
  }
}

.firstvisiter-point {
  margin-top: 2em;
  padding: 10px 10px 10px 150px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  background-image: url(../features/img/point.svg);
  background-repeat: no-repeat;
  background-position: center left 45px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-point {
    padding: 34px 10px 10px 10px;
    background-position: center top 15px !important;
  }
}

.firstvisiter-features {
  padding-bottom: 60px;
}

.firstvisiter-features .box {
  padding-top: 55px;
  padding-bottom: 50px;
}

@media screen and (max-width: 640px) {
 .firstvisiter-features .box {
  padding-top: 270px;
  padding-bottom: 50px;
} 
 .firstvisiter-features .box.nopad {
  padding-top:40px;
  padding-bottom: 50px;
} 
 .firstvisiter-features .box.bottom-pad{
  padding-top:40px;
  padding-bottom: 230px;}
  
  .firstvisiter-features .box.top-pad{
  padding-top:200px;
  padding-bottom:40px;
} 
}


.firstvisiter-features .box h3 {
  display: -webkit-flex;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  color: #13345e;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features .box h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-features .box h3 {
    font-size: 5vw;
    padding-left:50px;
    width:80%;
  }
}

.firstvisiter-features-item {
  position: relative;
  margin-bottom: 50px;
  margin-left: auto;
  padding-left: 90px;
  padding-right: calc(((100% - 1080px) / 2));
  width: calc(100% - ((100% - 1080px) / 2) - 280px);
  background-color: #fff;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .firstvisiter-features-item {
    padding-left: 60px;
    padding-right: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-features-item {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}

.firstvisiter-features-item:nth-child(2n) {
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - ((100% - 1080px) / 2) - 280px);
  padding-left: calc(((100% - 1080px) / 2) + 0px);
  padding-right: 90px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features-item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-features-item:nth-child(2n) {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.firstvisiter-features-item h3 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features-item h3 {
    margin-bottom: 15px;
  }
}

.firstvisiter-features-item h3:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 56px;
  height: 56px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features-item h3:before {
    width: 40px;
    height: 40px;
  }
}

.firstvisiter-features-item p {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-features-item p {
    font-size: 4vw;
     letter-spacing:-0.01em;
  }
}

.firstvisiter-features .firstvisiter-features-item[data-layer="1"]:before {
  position: absolute;
  bottom: 0;
  left: 50vw;
  z-index: -1;
  display: block;
  content: "";
  width: 150vw;
  height: 264px;
  background-image: url(../img/stripe-1.png);
  background-position: center;
  background-size: 27px auto;
  -webkit-transform: translate(-50%, 50%) rotate(6.26deg);
          transform: translate(-50%, 50%) rotate(6.26deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.firstvisiter-features .firstvisiter-features-item[data-layer="1"]:after {
  position: absolute;
  top: -30px;
  right: -289px;
  display: block;
  content: "";
  width: 340px;
  height: 340px;
  background-image: url(../features/img/figure-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features .firstvisiter-features-item[data-layer="1"]:after {
    top: -50px;
    right: -30px;
    width: 90px;
    height: 160px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-features .firstvisiter-features-item[data-layer="1"]:after {
    top: 10px;
    right: 0px;
    width:70vw;
    height: 260px;
  }
}

.firstvisiter-features .firstvisiter-features-item[data-layer="1"] h3:before {
  background-image: url(../features/img/creed-1.png);
}

.firstvisiter-features .firstvisiter-features-item[data-layer="2"] h3:before {
  background-image: url(../features/img/creed-2.png);
}

.firstvisiter-features .firstvisiter-features-item[data-layer="2"]:after {
  position: absolute;
  top:45px;
  left: -185px;
  display: block;
  content: "";
  width: 200px;
  height:224px;
  background-image: url(../features/img/figure-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features .firstvisiter-features-item[data-layer="3"]:after {
    top: -67px;
    right: auto;
    left: 0;
    width: 140px;
    height: 90px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-features .firstvisiter-features-item[data-layer="2"]:after {
    top: auto;
    right: auto;
    bottom:30px;
    left: 24vw;
    width:40vw;
    height:200px;
  }
}

.firstvisiter-features .firstvisiter-features-item[data-layer="3"] h3:before {
  background-image: url(../features/img/creed-3.png);
}

.firstvisiter-features .firstvisiter-features-item[data-layer="4"]:after {
  position: absolute;
  top: -380px;
  left:450px;
  display: block;
  content: "";
  width: 314px;
  height: 418px;
  background-image: url(../features/img/figure-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features .firstvisiter-features-item[data-layer="4"]:after {
    top: -50px;
    left: 0;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-features .firstvisiter-features-item[data-layer="4"]:after {
    top: -30px;
    left: 40px;
    width: 70vw;
    height: 200px;
  }
}

.firstvisiter-features .firstvisiter-features-item[data-layer="4"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 200vw;
  height: 264px;
  background-image: url(../img/stripe-2.png);
  background-position: center;
  background-size: 27px auto;
  -webkit-transform: translate(-50%, 50%) rotate(-6.26deg);
          transform: translate(-50%, 50%) rotate(-6.26deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.firstvisiter-features .firstvisiter-features-item[data-layer="4"] h3:before {
  background-image: url(../features/img/creed-4.png);
}

.firstvisiter-features .firstvisiter-features-item[data-layer="5"]:after {
  position: absolute;
  top: -280px;
  right: 550px;
  display: block;
  content: "";
  width: 250px;
  height: 300px;
  background-image: url(../features/img/figure-4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-features .firstvisiter-features-item[data-layer="5"]:after {
    top: -22px;
    right: 0px;
    width: 70px;
    height: 80px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-features .firstvisiter-features-item[data-layer="5"]:after {
    top: auto;
    bottom:30px;
    right: 55px;
    width: 70vw;
    height: 175px;
  }
}

.firstvisiter-features .firstvisiter-features-item[data-layer="5"] h3:before {
  background-image: url(../features/img/creed-5.png);
}

.firstvisiter-point {
  margin-top: 2em;
  padding: 10px 10px 10px 150px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  background-image: url(../features/img/point.svg);
  background-repeat: no-repeat;
  background-position: center left 45px;
}

@media screen and (max-width: 640px) {
.firstvisiter-point {
  padding: 40px 20px 10px 20px;
}  
}

.firstvisiter-voice {
  padding-bottom: 60px;
}

.firstvisiter-voice-text {
  margin-bottom: 80px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.63;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .firstvisiter-voice-text {
    font-size: 18px ;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-voice-text {
    font-size: 4.2666666667vw;
    line-height: 1.65;
    letter-spacing: 0.02em;
    text-align:left;
    /* padding:0 4.5%; */
    }
}

.firstvisiter-voice .box {
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 40px;
}

@media screen and (max-width: 950px) {
  .firstvisiter-voice .box {
    padding-right: 0;
  }
}


@media screen and (max-width: 640px) {
.firstvisiter-voice .box {
    padding-top: 45px;
    padding-right: 0;
  }
}

.firstvisiter-voice .box h3 {
  display: -webkit-flex;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  color: #13345e;
  line-height: 1.8;
}

.firstvisiter-voice-item {
  position: relative;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - ((100% - 1080px) / 2) - 100px);
  padding-left: calc(((100% - 1080px) / 2) + 60px);
  padding-right: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 950px) {
  .firstvisiter-voice-item {
    width: calc(100% - 65px);
    padding-left: 35px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-voice-item {
    width: calc(100% - 20px);
    padding-left: 25px;
    padding-right: 40px;
  }
}

.firstvisiter-voice-item:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
  padding-left: 65px;
  padding-right: calc(((100% - 1080px) / 2));
  width: calc(100% - ((100% - 1080px) / 2) - 100px);
  background-color: #f8f8f8;
}

@media screen and (max-width: 950px) {
  .firstvisiter-voice-item:nth-child(2n) {
    width: calc(100% - 60px);
    padding-right: 30px;
    padding-left: 70px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-voice-item:nth-child(2n) {
    width: calc(100% - 20px);
    padding-right: 20px;
    padding-left: 15%;
  }
}

.firstvisiter-voice-item h3 {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-voice-item h3 {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }
  .firstvisiter-voice-item h3 br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-voice-item h3 {
    font-size: 4.75vw !important;
    line-height: 1.5 !important;
  }
  .firstvisiter-voice-item h3 br {
    display: none;
  }
}

.firstvisiter-voice-item p {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .firstvisiter-voice-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-voice-item p {
    font-size: 4vw;
  }
}

.firstvisiter-voice .firstvisiter-voice-item[data-layer="1"]:before {
  position: absolute;
  bottom: 0;
  left: 50vw;
  z-index: -1;
  display: block;
  content: "";
  width: 150vw;
  height: 264px;
  background-image: url(../voice/img/stripe-2.png);
  background-position: center;
  background-size: 28px auto;
  -webkit-transform: translate(-50%, 50%) rotate(-6.26deg);
          transform: translate(-50%, 50%) rotate(-6.26deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}


.firstvisiter-voice .firstvisiter-voice-item[data-layer="1"]:after {
  position: absolute;
  top: 0px;
  left: -50px;
  display: block;
  content: "";
  width: 104px;
  height: 320px;
  background-image: url(../voice/img/figure-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.firstvisiter-voice .firstvisiter-voice-item[data-layer="2"]:after {
  position: absolute;
  top: 139px;
  right: -60px;
  display: block;
  content: "";
  width: 150px;
  height: 264px;
  background-image: url(../voice/img/figure-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-voice .firstvisiter-voice-item[data-layer="2"]:after {
    right: -55px;
  }
}


@media screen and (max-width: 640px) {
.firstvisiter-voice .firstvisiter-voice-item[data-layer="1"]:after {
  width: 75px;
  height: 220px;
  top:20px;
  left:-20px;
}
 .firstvisiter-voice .firstvisiter-voice-item[data-layer="2"]:after {
  width: 75px;
  height: 140px;
  top:20px;
  right: -15px;
  }

}

.firstvisiter-voice .firstvisiter-voice-item[data-layer="3"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 150vw;
  height: 264px;
  background-image: url(../voice/img/stripe-1.png);
  background-position: center;
  background-size: 79px auto;
  -webkit-transform: translate(-50%, 50%) rotate(6.26deg);
          transform: translate(-50%, 50%) rotate(6.26deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.firstvisiter-voice .firstvisiter-voice-item[data-layer="3"]:after {
  position: absolute;
  top: 23px;
  left: -40px;
  display: block;
  content: "";
  width: 93px;
  height: 294px;
  background-image: url(../voice/img/figure-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-voice .firstvisiter-voice-item[data-layer="3"]:after {
    left: -35px;
  }
}
@media screen and (max-width: 640px) {
.firstvisiter-voice .firstvisiter-voice-item[data-layer="3"]:after {
  width: 75px;
  height: 200px;
  left: -20px;
  }
}

.firstvisiter-voice .firstvisiter-voice-item[data-layer="4"]:after {
  position: absolute;
  top: 85px;
  right: -30px;
  display: block;
  content: "";
  width: 83px;
  height: 300px;
  background-image: url(../voice/img/figure-4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .firstvisiter-voice .firstvisiter-voice-item[data-layer="4"]:after {
    right: -30px;
  }
}
@media screen and (max-width: 640px) {
.firstvisiter-voice .firstvisiter-voice-item[data-layer="4"]:after {
  top:10px;
  right: -15px;
  width: 55px;
  }
}

.firstvisiter-reason > h3 {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1.63;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .firstvisiter-reason > h3 {
    font-size: 20px;
  }
  .firstvisiter-reason > h3 br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-reason > h3 {
    font-size: 5vw;
    text-align:left;
    letter-spacing:-0.05em;
  }
}

.firstvisiter-reason > p {
  margin-bottom: 52px;
  font-size: 18px;
  line-height: 1.944444444;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .firstvisiter-reason > p {
    font-size: 14px;
  }
  .firstvisiter-reason > p br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-reason > p {
    font-size: 4vw;
    text-align:left;
  }
}

.firstvisiter-reason-map {
  text-align: center;
}

.firstvisiter-reason-map .inner {
  position: relative;
  padding-top: 55px;
  padding-bottom: 85px;
  /*overflow: auto;*/
}

@media screen and (max-width: 768px) {
  .firstvisiter-reason-map .inner {
    -webkit-overflow-scrolling: touch;
  }
  .firstvisiter-reason-map .inner .firstvisiter-reason-map-item {
    /* width: 600px; */
  }
}

.firstvisiter-reason-map .inner img {
  width: 100%;
  height: auto;
}

.firstvisiter-reason-choice {
  background-color: #13345e;
}

.firstvisiter-reason-choice .inner {
  position: relative;
  padding-top: 65px;
  padding-bottom: 8px;
}

.firstvisiter-reason-choice .inner:before {
  position: absolute;
  left: -50px;
  bottom: -109px;
  content: "";
  display: block;
  width: 360px;
  height: 280px;
  background-image: url(../reason/img/figure-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.firstvisiter-reason-choice .inner:after {
  position: absolute;
  right: -20px;
  bottom: -139px;
  content: "";
  display: block;
  width: 330px;
  height: 300px;
  background-image: url(../reason/img/figure-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 1050px) {
  .firstvisiter-reason-choice .inner:after {
    top: -60px;
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .firstvisiter-reason-choice .inner:after {
    top: -39px;
    right:15px;
    width: 135px;
    height: 110px;
  }
.firstvisiter-reason-choice .inner:before {
  position: absolute;
  left: 0px;
  bottom: -139px;
  content: "";
  display: block;
  width: 120px;
  height: 150px;
}
}

.firstvisiter-reason-choice .inner > p {
  display: block;
  margin-bottom: 14px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(90deg, #f3a53b 0%, #f7841e 100%);
}

@media screen and (max-width: 768px) {
  .firstvisiter-reason-choice .inner > p {
    font-size: 18px;
    
  }
}

.firstvisiter-reason-choice .firstvisiter-ttl-1 {
  color: #fff;
  font-size: 43px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-reason-choice .firstvisiter-ttl-1 {
    font-size: 25px;
  }
}

.firstvisiter-reason-choice .firstvisiter-ttl-1:after {
  background-color: #fff;
}

.firstvisiter-reason-courses {
  margin-bottom: 60px;
  padding: 80px 0;
  background-color: #f2f2f2;
}

@media screen and (max-width: 500px) {
  .firstvisiter-reason-courses {
    padding: 40px 0;
  }
}

.firstvisiter-reason-courses .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 500px) {
  .firstvisiter-reason-courses .inner {
    display: block;
  }
}

.firstvisiter-reason-course {
  margin-bottom: 40px;
  padding: 51px 51px;
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

@media screen and (max-width: 500px) {
  .firstvisiter-reason-course {
    margin-bottom: 20px;
    padding: 30px 30px;
    width: 100%;
  }
}

.firstvisiter-reason-course:nth-child(1) {
  background: linear-gradient(90deg, #f1f6fb 0%, #e3edf7 100%);
}

.firstvisiter-reason-course:nth-child(4n) {
  background: linear-gradient(90deg, #f1f6fb 0%, #e3edf7 100%);
}

.firstvisiter-reason-course dl {
  margin-bottom: 23px;
}

.firstvisiter-reason-course dt {
  margin-bottom: 17px;
  text-align: center;
  color: #13345e;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .firstvisiter-reason-course dt {
    font-size:5vw;
  }
}

.firstvisiter-reason-course dd {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 500px) {
  .firstvisiter-reason-course dd {
    font-size: 4vw;
  }
}

.firstvisiter-reason-course .text-center {
  text-align: center;
}

.firstvisiter-trainer {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer {
    padding-bottom: 70px;
  }
}

.firstvisiter-trainer .firstvisiter-ttl-3 {
  margin-bottom: 15px;
}

.firstvisiter-trainer-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-wrap {
    display: block;
    margin-bottom: 40px;
  }
}

.firstvisiter-trainer-wrap figure {
  margin: 0;
  margin-right: 45px;
  padding: 0;
  width: 300px;
  font-size: 20px;
  font-weight: bold;
  color: #13345e;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-wrap figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.firstvisiter-trainer-wrap figure figcaption {
  padding-top: 17px;
}

.firstvisiter-trainer-box {
  width: 100%;
  max-width: 340px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-box {
    max-width: 100%;
  }
}

.firstvisiter-trainer-box:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-box:last-child {
    margin-left: 0;
    margin-top: 30px;
  }
}

.firstvisiter-trainer-box dt {
  margin-bottom: 17px;
  padding: 10px 16px;
  background-color: #13345e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-box dt {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-trainer-box dt {
    font-size: 4.25vw;
  }
}

.firstvisiter-trainer-box dd ul {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-box dd ul {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-trainer-box dd ul {
    font-size: 4vw;
  }
}


.firstvisiter-trainer-box dd ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1em;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

.firstvisiter-trainer-box dd ul li:before {
  position: absolute;
  left: 0;
  top: 0.6em;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #13345e;
  border-radius: 100%;
}

.firstvisiter-trainer-content {
  padding: 60px;
  background-image: url(../message/img/bg-paper.png);
  background-size: 200px auto;
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-content {
    padding: 20px;
  }
}

.firstvisiter-trainer-content > p {
  margin-bottom: 30px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-content > p {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-trainer-content > p {
    font-size: 4vw;
  }
}

.firstvisiter-trainer-profile-div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 50px;
}

@media screen and (max-width: 920px) {
  .firstvisiter-trainer-profile-div {
    display: block;
  }
}

.firstvisiter-trainer-profile-div ul {
  padding: 24px 10px 24px 0;
  border: 1px solid #13345e;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
.firstvisiter-trainer-profile-div ul {
  font-size: 4vw;
}

}


.firstvisiter-trainer-profile-div ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.5;
}

.firstvisiter-trainer-profile-div ul li:last-child {
  margin-bottom: 0;
}

.firstvisiter-trainer-profile-div ul li:before {
  position: absolute;
  left: 0;
  top: 0.35em;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 100%;
}

.firstvisiter-trainer-profile-div figure {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  max-width: 470px;
}

@media screen and (max-width: 920px) {
  .firstvisiter-trainer-profile-div figure {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .firstvisiter-trainer-profile-div figure img {
    width: 100%;
    height: auto;
  }
}

.firstvisiter-trainer-report {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

@media screen and (max-width: 920px) {
  .firstvisiter-trainer-report {
    display: block;
  }
}

.firstvisiter-trainer-report .box {
  padding: 30px 25px;
  width: calc((100% - 60px) / 3);
  background-color: #fff;
}

@media screen and (max-width: 920px) {
  .firstvisiter-trainer-report .box {
    margin-bottom: 30px;
    width: 100%;
  }
  .firstvisiter-trainer-report .box:last-child {
    margin-bottom: 0;
  }
}

.firstvisiter-trainer-report .box dl {
  text-align: center;
}

.firstvisiter-trainer-report .box dl dt {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #13345e;
  letter-spacing: -0.1px;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-report .box dl dt {
    font-size: 18px;
  }
}

.firstvisiter-trainer-report .box dl dt:after {
  display: block;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  content: "";
  width: 48px;
  height: 1px;
  background-color: #13345e;
}

.firstvisiter-trainer-report .box dl dd {
  font-size: 16px;
  line-height: 1.63;
}

@media screen and (max-width: 768px) {
  .firstvisiter-trainer-report .box dl dd {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .firstvisiter-trainer-report .box dl dd {
    font-size: 4vw;
  }
}

.firstvisiter-trainer-report .box ul {
  margin-top: 20px;
}

.firstvisiter-trainer-report .box ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 2.5em;
  color: #13345e;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

@media screen and (max-width: 640px) {
.firstvisiter-trainer-report .box ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 2.5em;
  color: #13345e;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.4;
  letter-spacing: -0.08em;
}
}



.firstvisiter-trainer-report .box ul li:last-child {
  margin-bottom: 0;
}

.firstvisiter-trainer-report .box ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.firstvisiter-trainer-report .box ul li:nth-child(1):before {
  width: 11px;
  height: 20px;
  background-image: url(../message/trainer/img/ico-1.svg);
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}

.firstvisiter-trainer-report .box ul li:nth-child(2):before {
  width: 18px;
  height: 20px;
  background-image: url(../message/trainer/img/ico-2.svg);
}

.firstvisiter-trainer-report .box ul li:nth-child(3):before {
  width: 20px;
  height: 18px;
  background-image: url(../message/trainer/img/ico-3.svg);
}

.firstvisiter-trainer-report .box ul li:nth-child(4):before {
  width: 14px;
  height: 22px;
  background-image: url(../message/trainer/img/ico-4.svg);
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.firstvisiter-trainer-report .box ul li:nth-child(5):before {
  width: 20px;
  height: 18.2px;
  background-image: url(../message/trainer/img/ico-5.svg);
}

@media screen and (max-width: 640px) {
.firstvisiter-trainer-report .box ul li:nth-child(1):before {
  width: 21px;
  height: 30px;
}

.firstvisiter-trainer-report .box ul li:nth-child(2):before {
  width: 30px;
  height: 30px;
}

.firstvisiter-trainer-report .box ul li:nth-child(3):before {
  width: 30px;
  height: 24px;
  background-image: url(../message/trainer/img/ico-3.svg);
}

.firstvisiter-trainer-report .box ul li:nth-child(4):before {
  width: 24px;
  height: 32px;
}

.firstvisiter-trainer-report .box ul li:nth-child(5):before {
  width: 28px;
  height: 28.2px;
  background-image: url(../message/trainer/img/ico-5.svg);
}  
}




.firstvisiter-trainer-report .box figure {
  margin: 0;
  margin-top: 22px;
  padding: 0;
  text-align: center;
}

.firstvisiter-trainer-report .box figure img {
  width: 100%;
  height: auto;
}



.firstvisiter-reason-mapwrap{
  position: relative;
}
.firstvisiter-reason-map-item{
  position: absolute;
  left: 0;
  top: 0;
}
.firstvisiter-reason-map-item{
  width: 100%;
  height: auto;
}
.firstvisiter-reason-map-item.for-pc{
  opacity: 1;
  visibility: visible;
}
.firstvisiter-reason-map-item.for-sp{
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  .firstvisiter-reason-map-item.for-pc{
    opacity: 0;
    visibility: hidden;
  }
  .firstvisiter-reason-map-item.for-sp{
    opacity: 1;
    visibility: visible;
  }
}
