@charset "UTF-8";

/*============================
top_img
============================*/
.top_img {
  padding-top: 58.6153%;
  height: 0;
  width: 100%;
  background: url(../images/home/top_img.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .top_img {
    padding-top: 86.6666%;
    background: url(../images/home/top_img_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
}


/*============================
container
============================*/

.container {
  position: relative;
}

.container h2 {
  display: block;
  font-size: 54px;
  margin-bottom: 50px;
  line-height: 1;
}

.container h2 .eng {
  display: block;
  padding-bottom: 20px;
  color: #035adc;
  font-size: 34px;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .container h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .container h2 .eng {
    padding-bottom: 10px;
    font-size: 18px;
  }
}


/*============================
#about
============================*/

#about {
  position: relative;
  z-index: 10;
}

#about .text {
  width: 470px;
}

#about h2 {
  font-size: 40px;
  color: #035adc;
  margin-bottom: 20px;
}

#about .lead {
  font-size: 24px;
  font-weight: 500;
  color: #222;
}

#about .box {
  padding: 60px 90px;
  background-color: #fff;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #about {
    padding-top: 0;
  }

  #about .text {
    width: 100%;
    background-color: #035adc;
    margin-top: 50px;
    padding: 7% 5%;
    border-radius: 3px;
  }

  #about h2,
  #about .lead,
  #about p {
    color: #fff;
  }

  #about h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  #about .lead {
    font-size: 16px;
  }

  #about p {
    font-size: 14px;
    text-align: left;
  }

  #about .box {
    padding: 60px 90px;
    background-color: #fff;
    align-items: center;
  }
}


/*============================
#point
============================*/

#point {
  position: relative;
  background-color: #035adc;
  z-index: 0;
  counter-reset: number 0;
}

#point .bg,
#point .bg2 {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #035adc;
  left: 0;
  top: -149px;
  z-index: -1;
}

#point .bg2 {
  height: 100px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -99px;
  top: auto;
}

#point h2 {
  font-size: 32px;
  text-align: center;
  color: #fff;
}

#point h2 .eng {
  display: inline-block;
  padding: 0;
  font-size: 36px;
  color: #fff;
  font-style: normal;
}

#point .box {
  padding: 45px 0 40px;
  width: 330px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}

#point .box::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero)' /';
  font-size: 18px;
  font-weight: 700;
  color: #035adc;
  font-family: "Bai Jamjuree", sans-serif;
  top: 30px;
  left: 20px;
}

#point .box p {
  padding-top: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
}

#point .list {
  margin-top: 80px;
}

#point .list p {
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

#point .list .photo::before {
  background-color: #009aef;
  height: 420px;
  right: auto;
  left: -10px;
}

#point .flex {
  align-items: flex-start;
}

#point .list ul {
  width: 480px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

#point .list ul li {
  padding: 20px 0 20px 50px;
  background-color: #f2f5fa;
  border-radius: 3px;
  position: relative;
}

#point .list ul li::before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #035adc;
  top: 50%;
  left: 30px;
}

#point .list ul li:nth-of-type(n+2) {
  margin-top: 20px;
}

#point .list .link a::before {
  display: none;
}

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

  #point .bg,
  #point .bg2 {
    height: 60px;
    top: -59px;
  }

  #point .bg2 {
    height: 40px;
    bottom: -39px;
    top: auto;
  }

  #point h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  #point h2 .eng {
    font-size: 30px;
  }

  #point .box {
    padding: 20px 0;
    width: 100%;
  }

  #point .box:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #point .box::before {
    top: 20px;
  }

  #point .box p {
    padding-top: 10px;
    font-size: 18px;
  }

  #point .list {
    margin-top: 50px;
  }

  #point .list p {
    margin-bottom: 10px;
    font-size: 20px;
  }

  #point .list .photo {
    margin: 0 auto 30px;
  }

  #point .list .photo::before {
    height: 100%;
  }

  #point .list .text {
    width: 100%;
  }

  #point .list ul {
    width: 100%;
    font-size: 15px;
  }

  #point .list ul li {
    padding: 15px 5px 15px 30px;
  }

  #point .list ul li::before {
    top: 45%;
    left: 15px;
  }

  #point .list ul li:nth-of-type(n+2) {
    margin-top: 10px;
  }

}


/*============================
#data
============================*/

#data {
  padding-top: 180px;
  counter-reset: number 0;
}

#data .inner {
  position: relative;
}

#data .inner::before {
  position: absolute;
  content: '';
  width: 98px;
  height: 231px;
  background: url(../images/home/data/01.png)no-repeat left top;
  background-size: 100%;
  top: -10px;
  right: 50px;
  animation: yurayura 2.5s linear infinite alternate;
}

#data .box {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

#data dl {
  padding: 45px 30px 40px;
  background-color: #0c38b7;
  border-radius: 3px;
  width: 332px;
  height: 405px;
  text-align: center;
  position: relative;
}

#data dl::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero)' /';
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "Bai Jamjuree", sans-serif;
  top: 30px;
  left: 20px;
}

#data dl .flex {
  align-items: center;
  justify-content: flex-start;
  height: 143px;
}

#data dl:nth-of-type(n+4) {
  margin-top: 22px;
  padding: 45px 55px 40px;
  width: 509px;
  height: 278px;
  text-align: center;
}

#data dl dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

#data dl .icon {
  margin: auto;
  width: 85px;
}

#data dl .number {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
  color: #2e9aff;
  line-height: 1;
}

#data dl .number .eng {
  font-size: 96px;
}

#data dl .number .numbers {
  display: inline-block;
  transition: transform 0.3s ease;
}

#data dl .text {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}

#data dl .text .min {
  display: inline-block;
  color: #fff;
}

#data dl:nth-of-type(2) {
  background-color: #063fce;
}

#data dl:nth-of-type(3) {
  background-color: #035adc;
}

#data dl:nth-of-type(4) {
  background-color: #009aef;
}

#data dl:nth-of-type(5) {
  background-color: #00aeef;
}

#data dl:nth-of-type(2) .icon {
  width: 110px;
}

#data dl:nth-of-type(3) .icon {
  width: 70px;
}

#data dl:nth-of-type(4) .icon {
  width: 84px;
}

#data dl:nth-of-type(5) .icon {
  width: 58px;
}

#data dl:nth-of-type(n+4) .icon {
  margin: 0 40px 0 30px;
}

#data dl:nth-of-type(2) .number {
  color: #2bb2ff;
}

#data dl:nth-of-type(3) .number {
  color: #6fb3ff;
}

#data dl:nth-of-type(4) .number {
  color: #0040cf;
}

#data dl:nth-of-type(5) .number {
  color: #0b3ac0;
}

#data dl:nth-of-type(n+4) .number {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #data {
    padding-top: 80px;
  }

  #data .inner::before {
    position: absolute;
    content: '';
    width: 58px;
    right: 0;
    top: 0;
  }

  #data .box {
    margin-top: 20px;
  }

  #data dl {
    padding: 10% 5%;
    width: 100%;
    height: auto;
  }

  #data dl:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #data dl::before {
    top: 7%;
    left: 5%;
  }

  #data dl .flex {
    height: auto;
  }

  #data dl:nth-of-type(n+4) {
    margin-top: 20px;
    padding: 10% 5%;
    width: 100%;
    height: auto;
  }

  #data dl dt {
    font-size: 20px;
  }

  #data dl .icon {
    margin: auto;
    width: 30%;
  }

  #data dl .number {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #data dl .number .eng {
    font-size: 66px;
  }

  #data dl .text {
    font-size: 14px;
  }

  #data dl:nth-of-type(2) .icon,
  #data dl:nth-of-type(4) .icon {
    width: 30%;
  }

  #data dl:nth-of-type(3) .icon,
  #data dl:nth-of-type(5) .icon {
    width: 25%;
  }

  #data dl:nth-of-type(n+4) > .flex {
    display: block;
  }

  #data dl:nth-of-type(n+4) .icon {
    margin: 0 auto;
  }

  #data dl:nth-of-type(n+4) .number {
    margin-bottom: 20px;
  }
}


/*============================
#merit
============================*/

#merit {
  background-color: #ecf2fb;
  counter-reset: number 0;
  position: relative;
  z-index: 0;
}

#merit .bg,
#merit .bg2 {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #ecf2fb;
  left: 0;
  top: -149px;
}

#merit .bg2 {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  bottom: -149px;
  top: auto;
}

#merit .inner > dl {
  padding: 50px 40px 50px 100px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}

#merit .inner > dl:nth-of-type(n+2) {
  margin-top: 40px;
}

#merit .inner > dl::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero)' /';
  font-size: 18px;
  font-weight: 700;
  color: #035adc;
  font-family: "Bai Jamjuree", sans-serif;
  top: 30px;
  left: 20px;
}

#merit .inner > dl:first-of-type::after {
  position: absolute;
  content: '';
  width: 57px;
  height: 233px;
  background: url(../images/home/merit/01.png)no-repeat left top;
  background-size: 100%;
  top: -140px;
  right: 50px;
  animation: yurayura02 1.5s linear infinite alternate;

}

#merit .inner > dl dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

#merit .inner > dl dd p {
  font-size: 16px;
}

#merit .inner > dl:first-of-type dd p:first-of-type {
  font-size: 20px;
  font-weight: 700;
}

#merit .inner > dl:first-of-type > dd .flex {
  margin-top: 30px;
}

#merit .inner > dl:first-of-type > dd .flex img {
  width: 420px;
}

#merit .inner > dl:first-of-type > dd .flex dl {
  width: 480px;
}

#merit .inner > dl:first-of-type > dd .flex dl dt {
  padding: 20px 30px;
  margin: 0;
  height: 60px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  background-color: #035adc;
  border-top-right-radius: 3px;
}

#merit .inner > dl:first-of-type > dd .flex dl dd {
  padding: 30px;
  height: 240px;
  background-color: #ecf2fb;
  border-bottom-right-radius: 3px;
}

#merit .inner > dl:first-of-type > dd .flex dl dd ul {
  height: 100%;
}

#merit .inner > dl:first-of-type > dd .flex dl dd li {
  padding-left: 20px;
  line-height: 1;
  position: relative;
}

#merit .inner > dl:first-of-type > dd .flex dl dd li:nth-of-type(n+2) {
  margin-top: 20px;
}

#merit .inner > dl:first-of-type > dd .flex dl dd li::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #035adc;
  width: 5px;
  height: 5px;
  top: 7px;
  left: 0;
}


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

  #merit .bg,
  #merit .bg2 {
    height: 60px;
    top: -59px;
  }

  #merit .bg2 {
    bottom: -59px;
    top: auto;
  }

  #merit .inner > dl {
    padding: 15% 5% 7%;
  }

  #merit .inner > dl:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #merit .inner > dl::before {
    top: 10px;
    left: 5%;
  }

  #merit .inner > dl:first-of-type::after {
    width: 37px;
    right: 0;
  }

  #merit .inner > dl dt {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 15px;
  }

  #merit .inner > dl dd p {
    font-size: 15px;
  }

  #merit .inner > dl:first-of-type dd p:first-of-type {
    font-size: 16px;
  }

  #merit .inner > dl:first-of-type > dd .flex {
    flex-direction: column-reverse;
  }

  #merit .inner > dl:first-of-type > dd .flex img,
  #merit .inner > dl:first-of-type > dd .flex dl {
    width: 100%;
  }

  #merit .inner > dl:first-of-type > dd .flex img {
    border-radius: 0 0 3px 3px;
  }

  #merit .inner > dl:first-of-type > dd .flex dl dt {
    padding: 15px;
    height: auto;
    font-size: 16px;
    border-top-left-radius: 3px;
  }

  #merit .inner > dl:first-of-type > dd .flex dl dd {
    padding: 7% 5%;
    height: auto;
    border-bottom-right-radius: 0;
  }

  #merit .inner > dl:first-of-type > dd .flex dl dd ul {
    height: auto;
  }

  #merit .inner > dl:first-of-type > dd .flex dl dd li {
    padding-left: 20px;
    line-height: 1.7;
  }

  #merit .inner > dl:first-of-type > dd .flex dl dd li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #merit .inner > dl:first-of-type > dd .flex dl dd li::before {
    width: 4px;
    height: 4px;
    top: 12px;
    left: 0;
  }
}


/*============================
#schedule
============================*/

#schedule {
  padding-top: 185px;
}

#schedule .inner > .flex {
  align-items: flex-start;
}

#schedule dl {
  justify-content: flex-start;
  padding: 15px 20px;
  width: 520px;
  background-color: #ecf2fb;
  border-radius: 3px;
  line-height: 1;
  position: relative;
}

#schedule dl::before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #035adc;
  top: 50%;
  left: 40px;
}

#schedule dl:nth-of-type(n+2) {
  margin-top: 20px;
}

#schedule dl dt {
  margin-right: 60px;
  padding-left: 45px;
  width: 140px;
  font-size: 28px;
}

#schedule dl dd {
  font-size: 16px;
  position: relative;
}

#schedule dl dd::before {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #035adc;
  top: 50%;
  left: -60px;
}

#schedule .box {
  width: 480px;
}

#schedule .box .photo {
  width: 430px;
}

#schedule .box .photo::before {
  width: 430px;
  height: 290px;
}

#schedule .box .photo:last-of-type {
  margin: 70px 0 0 110px;
  width: 370px;
}

#schedule .box .photo:last-of-type::before {
  width: 370px;
  height: 250px;
}

@media only screen and (max-width: 768px) {
  #schedule {
    padding-top: 80px;
  }

  #schedule .detail {
    width: 100%;
    margin-bottom: 30px;
  }

  #schedule dl {
    padding: 10px 15px;
    width: 100%;
  }

  #schedule dl::before {
    width: 4px;
    height: 4px;
    left: 15px;
  }

  #schedule dl:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #schedule dl dt {
    margin-right: 30px;
    padding-left: 15px;
    width: 85px;
    font-size: 20px;
  }

  #schedule dl dd {
    font-size: 15px;
  }

  #schedule dl dd::before {
    width: 20px;
    left: -35px;
  }

  #schedule .box {
    width: 100%;
  }

  #schedule .box .photo {
    width: 70%;
    margin: 0;
  }

  #schedule .box .photo:last-of-type {
    margin: 30px 0 0 160px;
    width: 50%;
  }

  #schedule .box .photo::before,
  #schedule .box .photo:last-of-type::before {
    width: 100%;
    height: 100%;
  }
}


/*============================
#interview
============================*/

#interview {
  padding-bottom: 40px;
  background-color: #009aef;
  position: relative;
  z-index: 1;
}

#interview .bg {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #009aef;
  left: 0;
  bottom: -149px;
}

#interview .blue {
  color: #009aef;
  font-weight: 700;
}

#interview h2 {
  color: #fff;
  text-align: center;
}

#interview h2 .eng {
  color: #fff;
}

#interview .member {
  width: 245px;
  position: relative;
}

#interview .member .name {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px 0 3px 0;
}

#interview .talk-wrap {
  counter-reset: talk;
  /* カウンターをリセット */
}

#interview ol {
  margin: 60px 0;
}

#interview ol li a {
  position: relative;
  display: block;
  padding: 30px 15px 30px 90px;
  width: 336px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  border-radius: 3px;
}

#interview ol li:nth-of-type(n+4) {
  margin-top: 16px;
}

#interview ol li a span {
  position: relative;
}

#interview ol li a span::before {
  content: 'TALK';
  position: absolute;
  top: -10px;
  left: -60px;
  font-size: 14px;
  font-weight: 700;
  color: #009aef;
  font-family: "Bai Jamjuree", sans-serif;
}

#interview ol li a span::after {
  counter-increment: talk;
  content: counter(talk, decimal-leading-zero);
  display: block;
  position: absolute;
  top: 5px;
  left: -58px;
  font-size: 26px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
}

#interview ol li a::after {
  position: absolute;
  content: '\f078';
  font-size: 16px;
  font-weight: 900;
  right: 15px;
  color: #f87106;
  font-family: "Font Awesome 6 Free";
}

#interview .talk-wrap section.talk {
  position: relative;
}

#interview .talk-wrap section.talk:nth-of-type(n+2) {
  margin-top: 50px;
}

#interview .talk-wrap section.talk .flex {
  align-items: flex-start;
  position: relative;
}

#interview .talk-wrap section.talk .theme {
  padding: 30px;
  width: 370px;
  height: 195px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  position: relative;
}

#interview .talk-wrap section.talk .theme::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00baef;
  border-radius: 3px;
  z-index: -1;
  bottom: -10px;
  right: -10px;
}

#interview .talk-wrap section.talk .theme::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../images/home/interview/talk.png) no-repeat center center;
  width: 79px;
  height: 51px;
  background-size: 100%;
  bottom: -50px;
  left: 0;
}

#interview .talk-wrap section.talk .theme dt {
  padding-bottom: 45px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #009aef;
  border-bottom: 1px solid #009aef;
}

#interview .talk-wrap section.talk .theme dt::before {
  counter-increment: talk;
  content: counter(talk, decimal-leading-zero);
  display: block;
  position: absolute;
  top: 42px;
  left: 170px;
  font-size: 26px;
  font-weight: 700;
  color: #222;
  font-family: "Bai Jamjuree", sans-serif;
}

#interview .talk-wrap section.talk .theme dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

#interview .talk-wrap section.talk .box {
  padding: 60px 50px;
  width: 630px;
  background-color: #fff;
  border-radius: 3px;
}

#interview .talk-wrap section.talk .box ul li {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

#interview .talk-wrap section.talk .box ul li:nth-of-type(n+2) {
  padding-top: 20px;
}

#interview .talk-wrap section.talk .box ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

#interview .talk-wrap section.talk .box ul li .icon {
  width: 75px;
}

#interview .talk-wrap section.talk .box ul li .icon img {
  margin: auto;
  width: 67px;
}

#interview .talk-wrap section.talk .box ul li .icon p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

#interview .talk-wrap section.talk .box ul li .flex {
  align-items: center;
}

#interview .talk-wrap section.talk .box ul li .flex > p {
  width: 420px;
}

@media only screen and (max-width: 768px) {
  #interview {
    padding-bottom: 20px;
  }

  #interview .bg {
    height: 60px;
    bottom: -59px;
  }

  #interview .member {
    width: 48%;
  }

  #interview .member:nth-of-type(n+3) {
    margin-top: 4%;
  }

  #interview .member .name {
    padding: 5px 10px;
    font-size: 12px;
  }

  #interview ol {
    margin: 30px 0;
  }

  #interview ol li {
    width: 100%;
  }

  #interview ol li a {
    padding: 15px 0 15px 60px;
    width: 100%;
    font-size: 15px;
  }

  #interview ol li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #interview ol li a span::before {
    top: -5px;
    left: -50px;
    font-size: 10px;
  }

  #interview ol li a span::after {
    top: 5px;
    left: -48px;
    font-size: 18px;
  }

  #interview ol li a::after {
    font-size: 13px;
  }

  #interview .talk-wrap section.talk:nth-of-type(n+2) {
    margin-top: 30px;
  }

  #interview .talk-wrap section.talk .theme {
    padding: 7% 5%;
    width: 100%;
    margin-bottom: 20%;
  }

  #interview .talk-wrap section.talk .theme::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/home/interview/talk.png) no-repeat center center;
    width: 79px;
    height: 51px;
    background-size: 100%;
    left: 5%;
  }

  #interview .talk-wrap section.talk .theme dt {
    padding-bottom: 40px;
  }

  #interview .talk-wrap section.talk .theme dt::before {
    top: 19%;
    left: 45%;
  }

  #interview .talk-wrap section.talk .theme dd {
    font-size: 18px;
  }

  #interview .talk-wrap section.talk .box {
    padding: 7% 5%;
    width: 100%;
  }

  #interview .talk-wrap section.talk .box ul li {
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
  }

  #interview .talk-wrap section.talk .box ul li:nth-of-type(n+2) {
    padding-top: 15px;
  }

  #interview .talk-wrap section.talk .box ul li .icon {
    width: 18%;
  }

  #interview .talk-wrap section.talk .box ul li .icon img {
    width: 100%;
  }

  #interview .talk-wrap section.talk .box ul li .icon p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  #interview .talk-wrap section.talk .box ul li .flex {
    align-items: flex-start;
  }

  #interview .talk-wrap section.talk .box ul li .flex > p {
    width: 78%;
  }
}


/*============================
#message
============================*/

#message {
  padding-top: 190px;
}

#message h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  text-align: center;
  font-size: 34px;
  padding: 30px 0;
  line-height: 1;
  color: #035adc;
}

#message h2 .eng {
  position: absolute;
  display: block;
  top: -10%;
  right: 0;
  left: 0;
  color: #eeeeee;
  font-size: 110px;
  font-style: italic;
  z-index: -1;
}

#message h3 {
  margin-bottom: 65px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #035adc;
}

#message .flex {
  align-items: flex-start;
}

#message .text {
  width: 520px;
  font-size: 16px;
}

#message .photo {
  width: 480px;
}

#message .photo::before {
  width: 480px;
  height: 420px;
}

#message .name {
  text-align: right;
  padding-top: 40px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #message {
    padding: 80px 0 70px;
  }

  #message h2 {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 30px;
  }

  #message h2 .eng {
    font-size: 50px;
  }

  #message h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  #message .flex {
    flex-direction: column-reverse;
  }

  #message .text {
    width: 100%;
    font-size: 15px;
  }

  #message .photo {
    width: 90%;
    margin: 0 auto;
  }

  #message .photo::before {
    width: 100%;
    height: 100%;
  }

  #message .name {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
  }
}


/*============================
#info
============================*/

#info {
  margin-bottom: 440px;
  background-color: #035adc;
  position: relative;
  z-index: 0;
}

#info .bg {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  background-color: #035adc;
  left: 0;
  top: -149px;
}

#info .bg2 {
  position: absolute;
  padding: 270px 0 60px;
  top: auto;
  left: 0;
  bottom: -440px;
  height: 440px;
  width: 100%;
  background: url(../images/home/info/bg_photo.jpg) no-repeat center top;
  background-size: cover;
  z-index: -2;
}

#info .bg2 p {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

#info .bg2 .link {
  padding-top: 0;
}

#info .bg2 .link a {
  padding: 20px;
  font-size: 24px;
  line-height: 1;
}

#info h2,
#info h2 .eng {
  color: #fff;
}

#info .tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#info .tab::before {
  position: absolute;
  content: '';
  width: 301px;
  height: 204px;
  background: url(../images/home/info/01.png)no-repeat left top;
  background-size: 100%;
  top: -216px;
  right: 10px;
  z-index: 10;
}

#info .tab:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f56e36;
  display: block;
  order: -1;
}

#info .tab_label {
  align-content: center;
  height: 70px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  order: -1;
  background-color: #f2f5fa;
  color: #999999;
  cursor: pointer;
  border-radius: 3px 3px 0 0;
  z-index: 1;
  flex: 1;
}

#info .tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブタブ */
#info .tab_active:checked + .tab_label {
  color: #fff;
  background-color: #f56e36;
}

#info .tab_active:checked + .tab_label + .tab_content {
  height: auto;
  overflow: auto;
  padding: 40px 50px;
  opacity: 1;
  transition: .5s opacity;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}

/* ラジオボタン非表示 */
#info .tab_active {
  display: none;
}

/*table*/
#info table.info {
  align-items: flex-start;
  font-size: 16px;
}

#info table.info tr {
  display: block;
  width: 460px;
}

#info table.info th,
#info table.info td {
  padding: 30px 0;
}

#info table.info tr:first-child th,
#info table.info tr:first-child td {
  padding-top: 0;
}

#info table.info th {
  width: 125px;
  border-bottom: 2px solid #035adc;
}

#info table.info tr:first-child {
  padding-top: 0;
}

#info table.info td {
  width: 335px;
  border-bottom: 1px solid #eee;
}

#info table.info td ul li {
  position: relative;
  padding-left: 15px;
}

#info table.info td ul li::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #035adc;
  top: 13px;
  left: 0;
}

#info table.info td .min {
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  #info {
    margin-bottom: 47%;
  }

  #info .bg {
    height: 60px;
    top: -59px;
  }

  #info .bg2 {
    padding: 25% 0 7%;
    bottom: auto;
    height: auto;
    background: url(../images/home/info/bg_photo_sp.jpg) no-repeat center top;
    background-size: 100%;
  }

  #info .bg2 p {
    margin-bottom: 10px;
  }

  #info .bg2 .link a {
    font-size: 20px;
  }

  #info .tab {
    margin-bottom: 20px;
  }

  #info .tab::before {
    width: 191px;
    height: 130px;
    top: -130px;
    right: 0;
  }

  #info .tab_label {
    height: 50px;
  }

  #info .tab_active:checked + .tab_label + .tab_content {
    padding: 7% 5%;
  }

  /*table*/
  #info table.info {
    font-size: 13px;
  }

  #info table.info tr {
    width: 100%;
  }

  #info table.info th,
  #info table.info td {
    padding: 12px 0;
  }

  #info table.info th {
    width: 120px;
  }

  #info table.info td {
    padding-left: 10px;
  }

  #info table.info tbody:nth-of-type(2) tr:first-child {
    padding-top: 12px;
  }

  #info table.info td ul li {
    position: relative;
    padding-left: 15px;
  }

  #info table.info td ul li::before {
    top: 10px;
  }
}


/*============================
#flow
============================*/

#flow {
  background-color: #ecf2fb;
  counter-reset: number 0;
}

#flow .flex {
  align-items: stretch;
}

#flow .box {
  padding: 30px 20px;
  width: 245px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}

#flow .box::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero)' /';
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #035adc;
  font-family: "Bai Jamjuree", sans-serif;
  top: 30px;
  left: 20px;
}

#flow .box::after {
  position: absolute;
  content: '\f0da';
  font-size: 16px;
  font-weight: 900;
  color: #035adc;
  top: 50%;
  right: -14px;
}

#flow .box:last-of-type::after {
  display: none;
}

#flow .box h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}

#flow .box p {
  margin-top: 30px;
  font-size: 15px;
}

#flow .box:first-of-type p {
  text-align: center;
}

#flow .box:first-of-type .link {
  width: 185px;
  padding-top: 5px;
}

#flow .box:first-of-type .link a {
  font-size: 16px;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #flow .box {
    padding: 10% 5% 7% 5%;
    width: 100%;
  }

  #flow .box:nth-of-type(n+2) {
    margin-top: 20px;
  }

  #flow .box::before {
    top: 20px;
  }

  #flow .box::after {
    position: absolute;
    content: '\f0d7';
    font-size: 14px;
    font-weight: 900;
    top: auto;
    bottom: -22px;
    right: 50%;
  }

  #flow .box h3 {
    font-size: 20px;
  }

  #flow .box img {
    width: 70%;
    margin: auto;
  }

  #flow .box p {
    margin-top: 20px;
    font-size: 15px;
  }

  #flow .box:first-of-type .link {
    width: 80%;
  }
}


/*============================
#faq
============================*/

#faq {
  background-color: #0aaefa;
  counter-reset: question-counter;
}

#faq h2,
#faq h2 .eng {
  color: #fff;
}


/*.qaContainer*/
.qaContainer {
  counter-reset: answer-counter;
}

.qaContainer .box {
  position: relative;
}

.qaContainer .box:nth-of-type(n+2) {
  margin-top: 10px;
}

.qaContainer .box:before {
  top: 0;
  left: 40px;
  position: absolute;
  counter-increment: question-counter;
  content: "Q"counter(question-counter) ". ";
  color: #0aaefa;
  font-size: 28px;
  font-weight: 700;
  line-height: 82px;
  z-index: 10;
}

.qaContainer .toggle {
  display: none;
}

.qaContainer .Label {
  padding: 30px 40px 30px 100px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.qaContainer .Label::before {
  content: '\f078';
  font-weight: 900;
  font-size: 17px;
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 82px;
  color: #f56e36;
}

.qaContainer .answer {
  height: 0;
  overflow: hidden;
}

.qaContainer .Label,
.qaContainer .answer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.qaContainer .answer .text {
  padding: 30px 40px 30px 110px;
  font-size: 15px;
  background-color: #ecf2fb;
  position: relative;
  border-radius: 0 0 3px 3px;
}

.qaContainer .answer .text:before {
  top: 30px;
  left: 40px;
  position: absolute;
  counter-increment: answer-counter;
  content: "A"counter(answer-counter) ". ";
  color: #035adc;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  z-index: 10;
}

.qaContainer .toggle:checked + .Label + .answer {
  /*開閉時*/
  padding: 0 30px;
  height: auto;
  transition: all .3s;
}

.qaContainer .toggle:checked + .Label + .answer {
  padding: 0;
}

.qaContainer .toggle:checked + .Label {
  border-radius: 3px 3px 0 0;
}

.qaContainer .toggle:checked + .Label::before {
  content: '\f106';
}

@media only screen and (max-width: 768px) {
  .qaContainer .box:before {
    top: 0;
    left: 5%;
    font-size: 18px;
    line-height: 60px;
  }

  .qaContainer .Label {
    padding: 5% 10% 5% 16%;
    display: block;
    font-size: 16px;
    line-height: 1.7;
  }

  .qaContainer .Label::before {
    font-size: 13px;
    top: 0;
    right: 5%;
    line-height: 60px;
  }

  .qaContainer .content .box:before {
    line-height: 58px;
    left: 5%;
  }

  .qaContainer .content .Label {
    padding: 5% 10% 5% 15%;
    font-size: 15px;
  }

  .qaContainer .content .Label::before {
    line-height: 58px;
    right: 3%;
  }

  .qaContainer .answer .text {
    padding: 3%;
    font-size: 14px;
    font-weight: 400;
  }

  .qaContainer .answer .text:before {
    font-size: 18px;
    top: 15px;
    left: 5%;
    line-height: 1;
  }

  .qaContainer .answer .text p {
    margin-left: 45px;
  }

}


/*============================
entry
============================*/
/*
form
============================*/
form {
  margin: 0px;
  text-align: left;
}

fieldset {
  padding: 0px;
  border: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* shadow none */
}

input,
textarea,
select {
  line-height: 130%;
  padding: 6px;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 6px;
}

select {
  height: 34px;
  background: #fff;
  padding: 0 10px;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto !important;
  margin-left: 2px;
  margin-right: 3px;
}

:placeholder-shown {
  color: #565656;
}

::-webkit-input-placeholder {
  color: #c3c3c3;
}

:-moz-placeholder {
  color: #c3c3c3;
}

::-moz-placeholder {
  color: #c3c3c3;
}

:-ms-input-placeholder {
  color: #c3c3c3;
}

label.error {
  font-size: 12px;
  color: #df2500;
  display: inline-block;
  line-height: 1.2;
  padding-top: 6px;
}

.required {
  background: #f56e36;
  color: #fff;
  font-size: 10px;
  padding: 6px;
  line-height: 1;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
}

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

  input,
  textarea,
  select {
    line-height: 90%;
  }
}


/*============================
entry
============================*/
.formTable {
  margin-top: 50px;
  width: 100%;
  font-size: 15px;
}

.formTable tr:first-child {
  border-top: 1px solid #eee;
}

.formTable tr {
  display: block;
  border-bottom: 1px solid #eee;
}

.formTable th {
  width: 220px;
  vertical-align: middle;
  color: #fff;
  background-color: #035adc;
  padding-left: 16px;
}

.formTable th .min {
  color: #fff;
}

.formTable td {
  padding: 20px 15px;
  width: 750px;
}

#entry .formTable td p {
  padding-bottom: 5px;
  font-size: 13px;
}

article .inner p:nth-of-type(n+2) {
  margin-top: 18px;
}

input#zip {
  width: 200px !important;
}

.formTable td p:first-child {
  padding-top: 0;
}

.formTable input,
.formTable textarea {
  width: 100%;
}

.formTable textarea {
  height: 110px;
}

#form .radio-tr li {
  display: inline-block;
  margin-right: 20px;
}

#form .formBtn {
  padding-top: 20px;
}

.formBtn li {
  position: relative;
}

.formBtn li::before,
.link input::before {
  position: absolute;
  top: 25px;
  right: 20px;
  margin: auto;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
}

.free-form-group {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.free-form-group .flex {
  justify-content: flex-start;
}

.free-form-group .flex li {
  margin: 2px 20px 2px 0;
}

/* privacy */
#privacy {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

#privacy a {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  color: #222;
}


@media only screen and (max-width: 768px) {
  form {
    margin-top: 10px;
  }

  .formTable {
    width: 100%;
    margin-top: 20px;
  }

  .formTable tr:first-child {
    border-top: none;
  }

  .formTable tr {
    padding: 10px 0 18px;
    background-color: #fff;
  }

  .formTable tr:last-child {
    border: none;
  }

  .formTable th {
    width: 100%;
    padding: 0;
    vertical-align: inherit;
    background: none;
    display: block;
    padding-bottom: 5px;
    position: relative;
    color: #222;
  }

  .formTable th:before {
    content: "■ ";
    color: #035adc;
  }

  .formTable th .min {
    color: #222;
  }

  .formTable td {
    padding: 0;
    width: 100%;
    display: block;
  }

  input#zip {
    width: 200px !important;
  }

  .formTable td p:first-child {
    padding-top: 0;
  }

  .formTable input,
  .formTable textarea {
    width: 100%;
  }

  .formBtn li {
    width: 100%;
  }

  .formBtn li input {
    font-weight: bold;
    width: 100%;
  }

  #privacy-text {
    margin-top: 10px;
  }

  /* privacy */
  #privacy {
    margin-top: 20px;
    font-size: 15px;
  }
}

/*============================
confirm
============================*/
#confirm form {
  margin-top: 20px;
}

#confirm #entry .inner > p {
  margin-bottom: 30px;
}

.formBtn .btn01::before {
  border-color: #7b7b7b;
}

#confirm .formBtn li.editBtn input {
  color: inherit;
  background: #fff;
  border: 1px solid #035adc;
  background-size: 7px auto;
  color: #222;
}

.add_custom_confirm li {
  list-style-type: none;
}

@media only screen and (max-width: 768px) {
  #confirm h2 {
    display: block;
  }

  #confirm h2 span {
    display: block;
  }

  #confirm #entry {
    padding-top: 30px;
  }

  #confirm #entry .inner > p {
    margin-bottom: 10px;
  }

  #confirm .notice {
    line-height: 1.6;
    padding-top: 4px;
  }

  #confirm .formTable tr {
    padding: 12px 0;
  }

  #confirm .submitBtn {
    margin-top: 20px;
  }
}

/*============================
complete
============================*/

@media only screen and (max-width: 768px) {
  #complete h2 {
    display: block;
  }

  #complete h2 span {
    display: block;
  }

  #complete #entry {
    padding-top: 30px;
  }
}
