#container .pc-show {
  display: block;
}
#container .mob-show {
  display: none;
}
#container .fs-16 {
  font-size: 16px;
}
#container .fs-20 {
  font-size: 20px;
}
#container .fs-25 {
  font-size: 25px;
}
#container .fs-30 {
  font-size: 30px;
}
#container .fs-35 {
  font-size: 35px;
}
#container .ff-noto-light {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
#container .ff-zenka-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
}
#container .ff-zenka {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
#container .ff-zenma {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
#container .ff-robo {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
#container .ff-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#container .ff-oswa-medium {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
#container .ff-zenka-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#container .ff-noto-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#container .ff-zenka-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
}
#container .ff-zenma-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
}
#container .ff-robo-bold {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
#container .ff-noto-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#container .ff-robo-black {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
#container .ff-zenka-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
#container .ff-noto-black {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #container .pc-show {
    display: none;
  }
  #container .mob-show {
    display: block;
  }
  #container .fs-16 {
    font-size: 12px;
  }
  #container .fs-20 {
    font-size: 14px;
  }
  #container .fs-25 {
    font-size: 16px;
  }
  #container .fs-30 {
    font-size: 18px;
  }
  #container .fs-35 {
    font-size: 20px;
  }
}

.section-title-wrap {
  height: 140px;
  background: url("../images/top/title-bg.png") center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section-title-wrap {
    height: 80px;
  }
}
.section-title-wrap .section-title {
  font-size: 38px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .section-title-wrap .section-title {
    font-size: 20px;
    margin-right: 14px;
  }
}
.section-title-wrap .icon-details {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .section-title-wrap .icon-details {
    width: 25px;
  }
}
.section-title-wrap .icon-join {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .section-title-wrap .icon-join {
    width: 26px;
  }
}
.section-title-wrap .icon-flow {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .section-title-wrap .icon-flow {
    width: 16px;
  }
}
.section-title-wrap .icon-question {
  width: 45px;
}
@media screen and (max-width: 767px) {
  .section-title-wrap .icon-question {
    width: 22px;
  }
}
.section-title-wrap .title-text {
  font-size: 18px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .section-title-wrap .title-text {
    font-size: 14px;
    margin-left: 14px;
  }
}

.kv {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .kv {
    margin-top: 60px;
  }
}
.kv .part1 {
  height: 800px;
  background: url("../images/top/kv-bg.jpg") center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kv .part1 {
    padding: 0 15px;
    height: 650px;
    background-image: url("../images/top/kv-bg@mob.jpg");
  }
}
.kv .part1 .kv-bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .part1 .part1-content {
  width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content {
    width: 100%;
  }
}
.kv .part1 .part1-content .flag-wrap {
  width: 304px;
  position: absolute;
  top: 65px;
  left: 388px;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .flag-wrap {
    width: 140px;
    left: 173px;
    top: 40px;
  }
}
.kv .part1 .part1-content .flag-wrap .kv-flag-text {
  color: #fff;
  font-size: 31px;
  position: absolute;
  top: 51px;
  left: 32px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .flag-wrap .kv-flag-text {
    font-size: 14px;
    white-space: nowrap;
    top: 25px;
    left: 16px;
  }
}
.kv .part1 .part1-content .kv-title {
  font-size: 150px;
  color: #fff;
  text-shadow: 8px 8px 0 #00559d;
  line-height: 1.1;
  padding-top: 45px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .kv-title {
    font-size: 64px;
    padding-top: 25px;
    text-shadow: 4px 4px 0 #00559d;
  }
}
.kv .part1 .part1-content .kv-title .text-s {
  font-size: 120px;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .kv-title .text-s {
    font-size: 55px;
  }
}
.kv .part1 .part1-content .year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .year-list {
    margin-top: 190px;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.kv .part1 .part1-content .year-list .year-text {
  background-color: #f5a645;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 24px;
  width: 160px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .year-list .year-text {
    border-radius: 4px;
    font-size: 14px;
    width: 100px;
    height: 55px;
    margin-right: 6px;
  }
}
.kv .part1 .part1-content .year-list .year-text .num {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .year-list .year-text .num {
    font-size: 16px;
  }
}
.kv .part1 .part1-content .year-list .year-text3 {
  width: 200px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .year-list .year-text3 {
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 200px;
    margin-right: 0;
  }
}
.kv .part1 .part1-content .year-list .year-text3 .num {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .year-list .year-text3 .num {
    font-size: 16px;
  }
}
.kv .part1 .part1-content .kv-list2 {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .kv-list2 {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.kv .part1 .part1-content .kv-list2 .list2-text {
  line-height: 66px;
  width: 211px;
  font-size: 32px;
  background-color: #18abaf;
  border: 2px solid #fff;
  border-radius: 999px;
  text-align: center;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .kv-list2 .list2-text {
    line-height: 45px;
    width: 45%;
    font-size: 20px;
    margin-right: 0;
    max-width: 200px;
    margin-bottom: 10px;
  }
}
.kv .part1 .part1-content .kv-text1-wrap {
  width: 237px;
  position: absolute;
  top: 435px;
  left: 766px;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .kv-text1-wrap {
    width: 160px;
    top: 260px;
    left: 0;
    font-size: 13px;
  }
}
.kv .part1 .part1-content .kv-text1-wrap .kv-text1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .kv-text1-wrap .kv-text1 {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.kv .part1 .part1-content .kv-text2-wrap {
  width: 201px;
  position: absolute;
  top: 365px;
  right: -10px;
  font-size: 30px;
  line-height: 1.1;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .kv-text2-wrap {
    width: 110px;
    top: 95px;
    font-size: 16px;
  }
}
.kv .part1 .part1-content .kv-text2-wrap .kv-text2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
.kv .part1 .part1-content .kv-text2-wrap .num {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .kv .part1 .part1-content .kv-text2-wrap .num {
    font-size: 40px;
  }
}
.kv .kv-bar {
  background-color: #18abaf;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar {
    padding: 20px 0;
  }
}
.kv .kv-bar .bar-inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-inner {
    padding: 0 15px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kv .kv-bar .bar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-left {
    margin-bottom: 10px;
  }
}
.kv .kv-bar .bar-left .time {
  font-size: 75px;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-left .time {
    font-size: 30px;
  }
}
.kv .kv-bar .bar-left .num {
  font-size: 130px;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-left .num {
    font-size: 50px;
  }
}
.kv .kv-bar .bar-left .month {
  font-size: 23px;
  line-height: 40px;
  padding: 0 12px;
  background-color: #00559d;
  border-radius: 999px;
  margin-left: 16px;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-left .month {
    font-size: 12px;
    line-height: 30px;
    padding: 0 8px;
    margin-left: 25px;
    border-radius: 10px;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
.kv .kv-bar .bar-right {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-right {
    margin-left: 0;
  }
}
.kv .kv-bar .bar-right .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-right .item {
    margin-bottom: 8px;
  }
}
.kv .kv-bar .bar-right .item .item-text1 {
  background-color: #00559d;
  font-size: 20px;
  line-height: 34px;
  padding: 0 12px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-right .item .item-text1 {
    font-size: 12px;
    line-height: 30px;
    padding: 0 8px;
    border-radius: 4px;
  }
}
.kv .kv-bar .bar-right .item .item-text2 {
  font-size: 16px;
  margin-left: 15px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-right .item .item-text2 {
    font-size: 12px;
  }
}
.kv .kv-bar .bar-right .item .item-text2 .num {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-right .item .item-text2 .num {
    font-size: 20px;
  }
}
.kv .kv-bar .bar-right .list2-copy {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .kv .kv-bar .bar-right .list2-copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-btns {
    background-color: #00559d;
    padding: 20px 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-btns .btn-appoint {
    line-height: 35px;
    background-color: #18abaf;
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
  }
}
.kv .kv-btns .btns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.kv .kv-btns .line {
  width: 1px;
  height: 130px;
  background-color: #00559d;
}
.kv .kv-btns .jump-btn {
  font-size: 20px;
  color: #00559d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 55px;
}
.kv .kv-btns .jump-btn .img-wrap {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.kv .kv-btns .jump-btn .kv-icon1 {
  width: 46px;
}
.kv .kv-btns .jump-btn .kv-icon2 {
  width: 50px;
}
.kv .kv-btns .jump-btn .kv-icon3 {
  width: 45px;
}
.kv .kv-btns .jump-btn .kv-icon4 {
  width: 30px;
  -webkit-transform: translateX(4%);
          transform: translateX(4%);
}

.details {
  scroll-margin-top: 80px;
}
.details .details-inner {
  width: 1024px;
  margin: 0 auto;
  scroll-margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .details .details-inner {
    width: 100%;
    padding: 0 15px;
  }
}
.details .details-title2 {
  font-size: 34px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .details .details-title2 {
    font-size: 20px;
    margin-top: 30px;
  }
}
.details .details-text1 {
  font-size: 20px;
  margin-top: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .details .details-text1 {
    font-size: 14px;
    margin-top: 15px;
  }
}
.details .details-list {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .details .details-list {
    margin-top: 30px;
  }
}
.details .details-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .details .details-list .item {
    margin-top: 16px;
  }
}
.details .details-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .details .details-list .row {
    margin-bottom: 8px;
  }
}
.details .details-list .item-left {
  color: #fff;
  line-height: 50px;
  width: 160px;
  border-radius: 999px;
  background-color: #18abaf;
  text-align: center;
  font-size: 20px;
  margin-right: 22px;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (max-width: 767px) {
  .details .details-list .item-left {
    line-height: 30px;
    width: 80px;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.details .details-list .item-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.details .details-list .time {
  font-size: 44px;
  color: #00559d;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .details .details-list .time {
    font-size: 25px;
  }
}
.details .details-list .time .num {
  font-size: 76px;
  line-height: 0.95;
}
@media screen and (max-width: 767px) {
  .details .details-list .time .num {
    font-size: 30px;
  }
}
.details .details-list .month {
  font-size: 18px;
  background-color: #00559d;
  line-height: 33px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  margin-left: 25px;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (max-width: 767px) {
  .details .details-list .month {
    font-size: 12px;
    line-height: 30px;
    padding: 0 8px;
    margin-left: 12px;
  }
}
.details .details-list .item-text1 {
  font-size: 18px;
  background-color: #00559d;
  line-height: 33px;
  padding: 0 12px;
  border-radius: 4px;
  color: #fff;
  margin-right: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .details .details-list .item-text1 {
    font-size: 12px;
    padding: 0 8px;
    margin-right: 8px;
    line-height: 26px;
  }
}
.details .details-list .item-text2 {
  font-size: 16px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .details .details-list .item-text2 {
    font-size: 12px;
  }
}
.details .details-list .item-text2 .num {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .details .details-list .item-text2 .num {
    font-size: 14px;
  }
}
.details .details-list .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .details .details-list .icon-wrap {
    margin-right: 14px;
  }
}
.details .details-list .icon-wrap .icon-true {
  width: 25px;
  margin-right: 11px;
}
@media screen and (max-width: 767px) {
  .details .details-list .icon-wrap .icon-true {
    width: 13px;
    margin-right: 8px;
  }
}
.details .details-list .item1 .item-left {
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
@media screen and (max-width: 767px) {
  .details .details-list .item1 .item-left {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.details .details-list .item2 {
  margin-bottom: 30px;
}
.details .details-list .item2 .item-left {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 767px) {
  .details .details-list .item2 .item-left {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
.details .details-list .item2 .item-right {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .details .details-list .item2 .item-right {
    font-size: 14px;
  }
}
.details .details-list .item2 .item-right .num {
  font-size: 45px;
  color: #00559d;
}
@media screen and (max-width: 767px) {
  .details .details-list .item2 .item-right .num {
    font-size: 20px;
  }
}
.details .details-list .item3 .item-left {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
  .details .details-list .item3 .item-left {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
.details .details-list .item3 .item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #00559d;
}
.details .btn-appoint {
  display: block;
  font-size: 26px;
  color: #fff;
  line-height: 60px;
  width: 304px;
  text-align: center;
  border-radius: 10px;
  background-color: #00559d;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .details .btn-appoint {
    font-size: 16px;
    width: 160px;
    border-radius: 6px;
    line-height: 45px;
  }
}

.join {
  margin-top: 60px;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .join {
    margin-top: 40px;
    scroll-margin-top: 60px;
  }
}
.join .join-inner {
  width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .join .join-inner {
    width: 100%;
    padding: 0 15px;
  }
}
.join .btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .join .btns-wrap {
    margin-top: 30px;
  }
}
.join .btns-wrap .btn-table {
  font-size: 24px;
  color: #939393;
  line-height: 67px;
  width: 216px;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .join .btns-wrap .btn-table {
    font-size: 16px;
    line-height: 50px;
    width: 120px;
  }
}
.join .btns-wrap .btn-table.active {
  border: 2px solid #cccccc;
  background-color: #18abaf;
  color: #fff;
  border-bottom: none;
  border-radius: 0 12px 0 0;
}
.join .join-table {
  border: 2px solid #cccccc;
  padding: 50px 40px;
  position: relative;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .join .join-table {
    padding: 10px 4px;
  }

  .join .join-table .note-join {
    text-align: left !important;
  }
}
.join .join-table table {
  border-collapse: separate;
  border-spacing: 5px 8px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .join .join-table table {
    font-size: 14px;
  }
}
.join .join-table table .tr1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.join .join-table table .tr1 td {
  border: none;
  background-color: #18abaf;
  color: #fff;
}
.join .join-table table td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 12px 0;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .join .join-table table td {
    padding: 8px 0;
    font-size: 14px;
  }
}
.join .join-table table td:nth-of-type(1) {
  width: 25%;
  padding: 12px 5px;
}
@media screen and (max-width: 767px) {
  .join .join-table table td:nth-of-type(1) {
    min-width: 220px;
  }
}
.join .join-table table td:nth-of-type(4) {
  width: 14%;
  padding: 12px 5px
}
@media screen and (max-width: 767px) {
  .join .join-table table td:nth-of-type(4) {
    min-width: 120px;
  }
}
.join .join-table table td:nth-of-type(3) {
  width: 21.5%;
  padding: 12px 5px;
}
@media screen and (max-width: 767px) {
  .join .join-table table td:nth-of-type(3) {
    min-width: 160px;
  }
}
.join .join-table table td:nth-of-type(2) {
  width: 13.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .join .join-table table td:nth-of-type(2) {
    min-width: 160px;
  }
}
.join .join-table table td:nth-of-type(5) {
  width: 7%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .join .join-table table td:nth-of-type(5) {
    min-width: 100px;
  }
}
.join .join-table table td:nth-of-type(6) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .join .join-table table td:nth-of-type(6) {
    min-width: 220px;
  }
}
.join .join-table table .icon-pdf {
  width: 21px;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .join .join-table table .icon-pdf {
    width: 15px;
  }
}
.join .join-table table .icon-play {
  width: 9px;
  margin-right: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .join .join-table table .icon-play {
    width: 6px;
  }
}
.join .join-table table .bg-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(0.9vw,1.3rem);
  padding: 2px 7px;
  border-radius: 3px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .join .join-table table .bg-text {
    font-size: 11px;
  }
}
.join .join-table table .bg-text-red {
  background-color: #d41f1f;
}
.join .join-table table .bg-text-gray {
  background-color: #676767;
}
.join .join-table table .bg-text1 {
  background-color: #18abaf;
  margin-right: 3px;
}
.join .join-table table .bg-text2 {
  background-color: #00559d;
  height: 43px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .join .join-table table .bg-text2 {
    height: 37px;
  }
}
.join .join-table table .bg-text3 {
  background-color: #00afdd;
  margin-right: 3px;
}
.join .join-table table .bg-text4 {
  background-color: #f5a645;
}
.join .join-table table .td-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow {
  margin-top: 60px;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .flow {
    margin-top: 40px;
    scroll-margin-top: 60px;
  }
}
.flow .flow-list {
  width: 840px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .flow .flow-list {
    width: 100%;
    padding: 0 15px;
    margin-top: 40px;
  }
}
.flow .flow-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .flow .flow-list .item {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.flow .flow-list .item .step-wrap {
  position: absolute;
  left: -15px;
  top: -24px;
  width: 70px;
  height: 70px;
  background-color: #18abaf;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .flow .flow-list .item .step-wrap {
    position: static;
    width: 45px;
    height: 45px;
  }
}
.flow .flow-list .item .step-wrap .step {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flow .flow-list .item .step-wrap .step {
    font-size: 10px;
  }
}
.flow .flow-list .item .step-wrap .num {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .flow .flow-list .item .step-wrap .num {
    font-size: 16px;
  }
}
.flow .flow-list .item .flow-img {
  width: 156px;
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .flow .flow-list .item .flow-img {
    width: 100px;
    margin-top: 15px;
    margin-right: 0;
  }
}
.flow .flow-list .item .item-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .flow .flow-list .item .item-title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.flow .flow-list .item .item-text {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .flow .flow-list .item .item-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.question {
  margin: 60px 0 160px;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .question {
    margin: 40px 0 80px;
    scroll-margin-top: 60px;
  }
}
.question .question-inner {
  width: 900px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .question .question-inner {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
}
.question .question-inner .item {
  padding: 27px 13px;
  border-top: 1px solid #18abaf;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .question .question-inner .item {
    padding: 15px 8px;
    font-size: 14px;
  }
}
.question .question-inner .item .question-wrap,
.question .question-inner .item .answer-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question .question-inner .item .answer-wrap {
  margin-top: 13px;
  display: none;
}
@media screen and (max-width: 767px) {
  .question .question-inner .item .answer-wrap {
    margin-top: 10px;
  }
}
.question .question-inner .item .point {
  width: 51px;
  line-height: 51px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  border-radius: 999px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .question .question-inner .item .point {
    width: 34px;
    line-height: 34px;
    font-size: 20px;
    margin-right: 10px;
  }
}
.question .question-inner .item .question-wrap .point {
  background-color: #18abaf;
}
.question .question-inner .item .answer-wrap .point {
  background-color: #00559d;
}
.question .question-inner .item .question-text1, .question .question-inner .item .question-text2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.question .question-inner .item6 {
  border-bottom: 1px solid #18abaf;
}

.modal_open {
    cursor: pointer;
}
.common-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
}

.common-modal.is-open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.common-modal-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    height: 550px;
    margin: 0 auto;
    background: #fff;
}

body.modal-open {
    overflow: hidden;
}

.common-modal-close {
    position: absolute;
    top: -25px;
    right: -20px;
    color: #fff;
    background: #000;
    border: 0;
    font-size: 35px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.common-modal-body {
    width: 100%;
    height: 100%;
}

.common-modal-body iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

body.modal-open {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .common-modal-content {
        width: 90%;
        height: min(85vw,450px);
    }

    .common-modal-close {
        position: absolute;
        top: -20px;
        right: -20px;
        color: #fff;
        background: #000;
        border: 0;
        font-size: 25px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

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