@charset "UTF-8";
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
.contents-wrapper {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #595757;
}
.contents-wrapper .font-bold {
  font-weight: bold;
}
.contents-wrapper .font-orange {
  color: #f1b759;
}
.contents-wrapper .font-pink {
  color: #e96479;
}
.contents-wrapper .font-blue {
  color: #3eb7d4;
}
.contents-wrapper .font-white {
  color: #fff;
}
.contents-wrapper .font-yellow {
  color: #fff67f;
}
.contents-wrapper .font-green {
  color: #84b65f;
}
.contents-wrapper .font-marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.contents-wrapper .font-mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.contents-wrapper .contents-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.contents-wrapper video {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.contents-wrapper img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.contents-wrapper h1, .contents-wrapper h2, .contents-wrapper h3, .contents-wrapper h4, .contents-wrapper h5, .contents-wrapper h6 {
  font-family: "Hiragino Sans";
  font-weight: bold;
}
.contents-wrapper ul, .contents-wrapper ol, .contents-wrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contents-wrapper .slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* DESIGN-290_料金表追加_20250423 */

.overseas_price .price {
  font-size: 44px;
  text-align: center;
  margin-bottom: 16px; }

.overseas_price .contents-inner {
  margin: 0 auto -70px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  color: #595757;
}

.overseas_price .price_table {
  color: #595757;
  border-collapse: collapse;
  margin-top: 10px;
  width: 930px;
}

.overseas_price .price_table th {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #f6ac19;
  border: 1px solid #fff;
  border-top-color: #f6ac19;
}

.overseas_price .price_table tr th:nth-of-type(1) {
  width: 560px;
  border-left-color: #f6ac19;
}

.overseas_price .price_table tr th:nth-of-type(2) {
  border-right-color: #f6ac19;
}

.overseas_price .price_table td {
  font-size: 2.8rem;
  text-align: left;
  line-height: 45px;
  background-color: #fefaf1;
  border: 1px solid #f6ac19;
  padding: 10px;
}

.overseas_price .price_table td span {
  font-size: 2.4rem;
  text-align: center;
}

.overseas_price .price_sub {
  font-size: 1.5rem;
  margin-top: 8px;
}

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

  .overseas_price {
    padding: 0 10px;
  }

  .overseas_price .price {
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
    }

  .overseas_price .contents-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #595757;
  }

  .overseas_price .price_table {
    width: 100%;
    font-size: 13px;
    border-spacing: 0;
    }

  .overseas_price .price_table th {
    background: #f6ac19 !important;
    border-left: solid 1px #fffbf4;
    color: #fff;
    line-height: 10px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    }

    .overseas_price .price_table tr th:nth-of-type(1) {
      border-left: solid 1px #f6ac19;;
    }

    .overseas_price .price_table td {
      text-align: left;
      border: solid 1px #f6ac19;
      background: #fffbf4;
      line-height: 1.4;
      padding: 10px 2px;
      font-size: 12px;
    }
  .overseas_price .price_table td:nth-child(2) {
    text-align: center;
    white-space: nowrap;
  }
    .overseas_price .price_table td span {
      font-size: 10px;
    }

    .overseas_price .price_sub {
      width: 100%;
      margin-bottom: 16px;
      font-size: 11px;
      border-spacing: 0;
    }
}
/* /DESIGN-290_料金表追加_20250423 */


.pc-contents {
  padding-top: 177px;
}
.pc-contents .top-text {
  text-align: center;
  padding: 16px 16px 12px;
  font-size: 18px;
}
.pc-contents .main-visual {
  background: url("../images/type/oversea/mv_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 40px 0;
  margin-bottom: 40px;
  height: 920px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pc-contents .main-visual {
    background-position: top left -360px;
  }
}
.pc-contents .main-visual .mv-comment {
  position: relative;
}
.pc-contents .main-visual .mv-comment img {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(calc(-50% - 385px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .main-visual .mv-comment img {
    left: 0;
    top: -20px;
    transform: none;
    width: 140px;
  }
}
.pc-contents .main-visual .mv-comment .comment-area {
  background: #dceef5;
  display: block;
  width: 840px;
  max-width: 90%;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  text-align: right;
  font-size: 28px;
  font-weight: 600;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .main-visual .mv-comment .comment-area {
    font-size: 24px;
    padding: 24px 16px;
  }
}
.pc-contents .main-visual .mv-logo {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(calc(-50% + 200px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .main-visual .mv-logo {
    left: auto;
    right: 16px;
    transform: none;
    width: 60%;
  }
}
.pc-contents .main-visual .mv-img-01 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(calc(-50% + 310px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .main-visual .mv-img-01 {
    left: auto;
    right: 16px;
    transform: none;
  }
}
.pc-contents .main-visual .mv-img-02 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(calc(-50% - 380px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .main-visual .mv-img-02 {
    left: 20px;
    transform: none;
  }
}
.pc-contents .box-01 {
  background: url("../images/type/oversea/box_01_bg.jpg") no-repeat top 200px left;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-01 {
    background-position: top 200px right 20px;
  }
}
.pc-contents .box-01 .icon-img {
  text-align: center;
}
.pc-contents .box-01 h2 {
  font-size: 54px;
  text-align: center;
  margin-bottom: 40px;
}
.pc-contents .box-01 h2 .font-big {
  font-size: 76px;
}
.pc-contents .box-01 .box-img {
  text-align: center;
}
.pc-contents .box-01 .bg-circle {
  position: relative;
  height: 674px;
  margin-bottom: 40px;
}
.pc-contents .box-01 .bg-circle::before {
  content: "";
  display: block;
  width: 674px;
  height: 674px;
  border-radius: 50%;
  background: #e4f2f8;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.pc-contents .box-01 .bg-circle h3 {
  text-align: center;
  font-size: 47px;
  padding-top: 80px;
}
.pc-contents .box-01 .bg-circle h3 .font-big {
  font-size: 62px;
}
.pc-contents .box-01 .bg-circle .comment {
  text-align: center;
  font-size: 35px;
  margin-bottom: 24px;
  font-weight: 600;
}
.pc-contents .box-01 .bg-circle .comment .font-big {
  font-size: 50px;
}
.pc-contents .box-01 .bg-circle .box-img {
  text-align: center;
  padding: 0 16px;
  position: relative;
}
.pc-contents .box-01 .bg-circle .box-img .label {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(calc(-50% + 420px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-01 .bg-circle .box-img .label {
    top: -40px;
    left: auto;
    right: -10px;
    transform: none;
    width: 20%;
  }
}
.pc-contents .box-02 {
  background: url("../images/type/oversea/box_02_bg.jpg") no-repeat top center;
  padding: 80px 0;
}
.pc-contents .box-02 h2 {
  text-align: center;
  font-size: 80px;
  letter-spacing: 4px;
  padding-right: 80px;
  margin-bottom: 48px;
}
.pc-contents .box-02 h2 img {
  padding-right: 16px;
}
.pc-contents .box-02 .photo-img {
  position: absolute;
  top: -32px;
  right: -120px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-02 .photo-img {
    display: none;
  }
}
.pc-contents .box-02 .point-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pc-contents .box-02 .point-list li {
  display: block;
  width: 308px;
  height: 308px;
  margin: 0 8px;
  filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.2));
  position: relative;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
.pc-contents .box-02 .point-list li img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-02 .point-list li .circle {
  padding-top: 60px;
  line-height: 1.2;
}
.pc-contents .box-02 .point-list li .circle-01 {
  padding-top: 100px;
}
.pc-contents .box-02 .point-list li .font-blue {
  font-size: 41px;
}
.pc-contents .box-03 {
  background: url("../images/type/oversea/box_03_bg.jpg") no-repeat top center;
  height: 678px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-03 {
    height: 500px;
    background-size: cover;
  }
}
.pc-contents .box-03 h2 {
  font-size: 65px;
  padding-top: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-03 h2 {
    font-size: 40px;
  }
}
.pc-contents .box-03 h2 .font-big {
  font-size: 82px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-03 h2 .font-big {
    font-size: 64px;
  }
}
.pc-contents .box-03 ul {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-03 ul {
    font-size: 20px;
  }
}
.pc-contents .box-03 ul li {
  text-align: center;
}
.pc-contents .box-03 .comment-01 {
  position: absolute;
  top: 232px;
  left: 50%;
  transform: translateX(calc(-50% - 336px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-03 .comment-01 {
    top: 172px;
    transform: translateX(calc(-50% - 253px));
  }
}
.pc-contents .box-03 .comment-02 {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(calc(-50% + 200px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-03 .comment-02 {
    top: 210px;
    transform: translateX(calc(-50% + 150px));
  }
}
.pc-contents .box-03 .comment-03 {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(calc(-50% + 390px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-03 .comment-03 {
    top: 142px;
    transform: translateX(calc(-50% + 292px));
  }
}
.pc-contents .box-04 {
  position: relative;
  padding-top: 50px;
}
.pc-contents .box-04 .arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.pc-contents .box-04 .box-content {
  background: url("../images/type/oversea/box_04_01.jpg") no-repeat top center;
  max-width: 810px;
  height: 216px;
  margin: 0 auto;
  padding: 50px 0 40px;
  box-sizing: border-box;
  position: relative;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
.pc-contents .box-04 .box-content .font-yellow {
  font-size: 46px;
}
.pc-contents .box-04 .box-content .label {
  position: absolute;
  top: -20px;
  left: -10px;
}
.pc-contents .box-04 .box-comment {
  background: url("../images/type/oversea/box_04_bg.png") no-repeat top center, url("../images/type/oversea/box_04_bg_02.jpg") no-repeat top 40px center;
  height: 616px;
  margin-top: -32px;
  position: relative;
  z-index: 10;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-04 .box-comment {
    background-position: top center, top 40px left -40px;
  }
}
.pc-contents .box-04 .box-comment li {
  text-align: center;
}
.pc-contents .box-04 .box-comment .comment-01 {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(calc(-50% - 343px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-04 .box-comment .comment-01 {
    left: 20px;
    transform: none;
  }
}
.pc-contents .box-04 .box-comment .comment-02 {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(calc(-50% - 4px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-04 .box-comment .comment-02 {
    left: 338px;
    transform: none;
  }
}
.pc-contents .box-04 .box-comment .comment-03 {
  position: absolute;
  top: 308px;
  left: 50%;
  transform: translateX(calc(-50% - 198px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-04 .box-comment .comment-03 {
    left: 160px;
    transform: none;
  }
}
.pc-contents .box-04 .box-comment .font-big {
  font-size: 29px;
}
.pc-contents .box-05 {
  background: url("../images/type/oversea/box_05_bg.jpg") no-repeat top center;
}
.pc-contents .box-05 .fukidashi-01 {
  position: absolute;
  top: -40px;
  left: 40px;
  z-index: 10;
}
.pc-contents .box-05 .fukidashi-02 {
  text-align: center;
  padding-top: 32px;
}
.pc-contents .box-05 h2 {
  text-align: center;
  font-size: 47px;
}
.pc-contents .box-05 h2 .font-blue {
  font-size: 56px;
}
.pc-contents .box-05 .box-img {
  text-align: right;
  padding: 8px 0 380px;
}
.pc-contents .box-05 .box-logo {
  text-align: center;
  padding-bottom: 60px;
}
.pc-contents .box-06 {
  padding-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.pc-contents .box-06::before {
  content: "";
  display: block;
  width: 0;
  height: 40px;
  border-right: 4px dotted #595757;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-06 h2 {
  text-align: center;
  padding-bottom: 24px;
}
.pc-contents .box-06 .box-img-02 {
  text-align: center;
  margin-bottom: 16px;
}
.pc-contents .box-06 .notes {
  text-align: right;
  font-size: 15px;
  margin-bottom: 40px;
}
.pc-contents .box-06 .content-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-06 .content-flex {
    display: block;
  }
}
.pc-contents .box-06 .content-flex .left-content {
  width: 48%;
  background: #fef0d8;
  border-radius: 16px;
  padding: 32px;
  box-sizing: border-box;
  font-size: 23px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-06 .content-flex .left-content {
    width: auto;
    margin-bottom: 24px;
  }
}
.pc-contents .box-06 .content-flex .left-content .notes {
  text-align: left;
  border-top: 1px dotted #595757;
  padding-top: 16px;
  margin: 16px 0 0;
  font-size: 15px;
}
.pc-contents .box-06 .content-flex .right-content {
  width: 48%;
  border: 4px solid #49b7d3;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-06 .content-flex .right-content {
    width: auto;
  }
}
.pc-contents .box-06 .content-flex .right-content h3 {
  padding: 12px 24px;
  font-size: 34px;
  text-align: center;
  background: url("../images/type/oversea/box_06_03.png") no-repeat top 20px left 20px #49b7d3;
}
.pc-contents .box-06 .content-flex .right-content p {
  padding: 20px 24px;
  font-size: 24px;
}
.pc-contents .box-06 .content-flex .right-content .pc-img {
  position: absolute;
  bottom: -16px;
  right: -20px;
}
.pc-contents .box-07 {
  background: url("../images/type/oversea/box_07_bg.png") no-repeat top center;
  height: 382px;
  margin-bottom: 40px;
}
.pc-contents .box-07 li {
  text-align: center;
  font-size: 24px;
}
.pc-contents .box-07 .comment-01 {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(calc(-50% + 200px));
}
.pc-contents .box-07 .comment-02 {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(calc(-50% + 274px));
}
.pc-contents .box-07 .comment-03 {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(calc(-50% - 260px));
}
.pc-contents .box-08 {
  background: url("../images/type/oversea/box_08_bg_01.jpg") no-repeat top 150px center;
  position: relative;
}
.pc-contents .box-08 .fukidashi-img {
  text-align: center;
  margin-bottom: 8px;
}
.pc-contents .box-08 h2 {
  width: 930px;
  max-width: 96%;
  padding: 30px 16px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ea617a;
  border-radius: 8px;
  text-align: center;
  font-size: 37px;
  position: relative;
}
.pc-contents .box-08 h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #ea617a transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-08 h2 .font-big {
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-08 h2 .font-big {
    font-size: 47px;
  }
}
.pc-contents .box-08 .comment {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(calc(-50% + 270px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-08 .comment {
    transform: translateX(calc(-50% + 160px));
  }
}
.pc-contents .box-08 .point-01 {
  padding-top: 700px;
  background: url("../images/type/oversea/box_08_bg_05.png") no-repeat top 700px center;
  position: relative;
}
.pc-contents .box-08 .point-01 .point-inner {
  margin-top: 93px;
  background: url("../images/type/oversea/box_08_bg_06.jpg") repeat-y top center;
  padding-bottom: 120px;
}
.pc-contents .box-08 .point-01 .label {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-08 .point-01 h3 {
  padding: 120px 0 32px;
  text-align: center;
  font-size: 39px;
  line-height: 1;
}
.pc-contents .box-08 .point-01 h3 .bg-blue {
  font-size: 72px;
  padding: 8px 24px;
  border-radius: 8px;
  background: #3eb7d4;
  display: inline-block;
  margin-top: 16px;
}
.pc-contents .box-08 .point-01 .box-img {
  text-align: center;
  margin-bottom: 20px;
}
.pc-contents .box-08 .point-01 p {
  font-size: 20px;
  text-align: center;
}
.pc-contents .box-08 .point-01 .item-img img {
  position: absolute;
}
.pc-contents .box-08 .point-01 .item-img .item-01 {
  top: 700px;
  left: 50%;
  transform: translateX(calc(-50% + 320px));
}
.pc-contents .box-08 .point-01 .item-img .item-02 {
  bottom: -80px;
  left: 50%;
  transform: translateX(calc(-50% - 653px));
  z-index: 10;
}
.pc-contents .box-08 .point-02 {
  margin-top: -88px;
  padding: 88px 0 80px;
  background: url("../images/type/oversea/box_08_bg_02.png") no-repeat top center, url("../images/type/oversea/box_08_bg_04.jpg") no-repeat bottom center;
  position: relative;
}
.pc-contents .box-08 .point-02 .point-inner {
  background: url("../images/type/oversea/box_08_bg_03.jpg") repeat-y top center;
  padding-bottom: 10px;
}
.pc-contents .box-08 .point-02 .label {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-08 .point-02 h3 {
  padding: 120px 0 24px;
  text-align: center;
  font-size: 39px;
  line-height: 1;
}
.pc-contents .box-08 .point-02 h3 .bg-orange {
  font-size: 72px;
  padding: 8px 24px;
  border-radius: 8px;
  background: #f6ac19;
  display: inline-block;
  margin-top: 16px;
}
.pc-contents .box-08 .point-02 .point-text {
  font-size: 32px;
  text-align: center;
  background: url("../images/type/oversea/box_08_05.png") no-repeat top center;
  margin-bottom: 40px;
  padding: 24px 0;
}
.pc-contents .box-08 .point-02 .movie {
  margin-bottom: 20px;
  text-align: center;
}
.pc-contents .box-08 .point-02 p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.pc-contents .box-08 .point-02 .content-box {
  background: #fff;
  border: 7px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-bottom: 32px;
  position: relative;
}
.pc-contents .box-08 .point-02 .content-box h3 {
  padding: 0;
  font-size: 67px;
  margin-bottom: 16px;
  line-height: 97px;
}
.pc-contents .box-08 .point-02 .content-box p {
  margin: 0;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
.pc-contents .box-08 .point-02 .content-box h4 {
  display: block;
  width: 534px;
  border-radius: 24px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  top: 284px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.pc-contents .box-08 .point-02 .content-box .flow-img {
  text-align: center;
  padding: 48px 20px 16px;
}
.pc-contents .box-08 .point-02 .content-box .notes {
  text-align: right;
  font-size: 12px;
  padding: 0 4px;
}
.pc-contents .box-08 .point-02 .content-box-01 {
  border-color: #ea617a;
}
.pc-contents .box-08 .point-02 .content-box-01::after {
  content: "";
  display: block;
  width: 52px;
  height: 23px;
  background: #fff;
  border: 7px solid #ea617a;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.pc-contents .box-08 .point-02 .content-box-01 .content-head {
  background: #fdefef;
  padding: 32px 20px 54px;
}
.pc-contents .box-08 .point-02 .content-box-01 h3 .bg-pink {
  display: inline-block;
  background: #ea617a;
  padding: 15px;
  margin: 0 4px;
  border-radius: 8px;
  line-height: 1;
}
.pc-contents .box-08 .point-02 .content-box-01 h4.bg-pink {
  background: #ea617a;
  padding: 8px 24px;
}
.pc-contents .box-08 .point-02 .content-box-01 .notes {
  max-width: 647px;
  margin: 0 auto;
}
.pc-contents .box-08 .point-02 .content-box-01 .item-img img {
  position: absolute;
}
.pc-contents .box-08 .point-02 .content-box-01 .item-img .item-04 {
  top: -40px;
  left: 10px;
}
.pc-contents .box-08 .point-02 .content-box-01 .item-img .item-05 {
  top: 10px;
  left: 50%;
  transform: translateX(calc(-50% + 220px));
}
.pc-contents .box-08 .point-02 .content-box-01 .item-img .item-06 {
  top: 10px;
  left: 50%;
  transform: translateX(calc(-50% + 480px));
}
.pc-contents .box-08 .point-02 .content-box-02 {
  border-color: #49b7d3;
}
.pc-contents .box-08 .point-02 .content-box-02::before {
  content: "";
  display: block;
  width: 52px;
  height: 23px;
  background: #fdf3c1;
  border: 7px solid #49b7d3;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.pc-contents .box-08 .point-02 .content-box-02::after {
  content: "";
  display: block;
  width: 52px;
  height: 23px;
  background: #fff;
  border: 7px solid #49b7d3;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.pc-contents .box-08 .point-02 .content-box-02 .content-head {
  background: #ebf6fa;
  padding: 32px 20px 54px;
}
.pc-contents .box-08 .point-02 .content-box-02 h3 .bg-blue {
  display: inline-block;
  background: #49b7d3;
  padding: 15px;
  margin: 0 4px;
  border-radius: 8px;
  line-height: 1;
}
.pc-contents .box-08 .point-02 .content-box-02 h4.bg-blue {
  background: #49b7d3;
  padding: 8px 24px;
}
.pc-contents .box-08 .point-02 .content-box-02 .item-img img {
  position: absolute;
}
.pc-contents .box-08 .point-02 .content-box-02 .item-img .item-07 {
  top: -10px;
  left: -80px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-08 .point-02 .content-box-02 .item-img .item-07 {
    top: -40px;
    left: -120px;
  }
}
.pc-contents .box-08 .point-02 .content-box-02 .item-img .item-08 {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-08 .point-02 .content-box-02 .item-img .item-09 {
  top: 10px;
  left: 50%;
  transform: translateX(calc(-50% + 400px));
}
.pc-contents .box-08 .point-02 .content-box-03 {
  border-color: #f6ac19;
  position: relative;
}
.pc-contents .box-08 .point-02 .content-box-03::before {
  content: "";
  display: block;
  width: 52px;
  height: 23px;
  background: #fdf3c1;
  border: 7px solid #f6ac19;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.pc-contents .box-08 .point-02 .content-box-03 .content-head {
  background: #fff6e8;
  padding: 32px 20px 54px;
}
.pc-contents .box-08 .point-02 .content-box-03 h3 .bg-orange {
  display: inline-block;
  background: #f6ac19;
  padding: 15px;
  margin: 0 4px;
  border-radius: 8px;
  line-height: 1;
}
.pc-contents .box-08 .point-02 .content-box-03 h4 {
  top: 257px;
}
.pc-contents .box-08 .point-02 .content-box-03 h4.bg-orange {
  background: #f6ac19;
  padding: 8px 24px;
}
.pc-contents .box-08 .point-02 .content-box-03 .notes {
  max-width: 653px;
  margin: 0 auto;
}
.pc-contents .box-08 .point-02 .content-box-03 .item-img img {
  position: absolute;
}
.pc-contents .box-08 .point-02 .content-box-03 .item-img .item-10 {
  top: -20px;
  left: 10px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-08 .point-02 .content-box-03 .item-img .item-10 {
    left: -80px;
  }
}
.pc-contents .box-08 .point-02 .content-box-03 .item-img .item-11 {
  top: 32px;
  left: 50%;
  transform: translateX(calc(-50% + 240px));
}
.pc-contents .box-08 .point-02 .content-box-03 .item-img .item-12 {
  top: 40px;
  left: 50%;
  transform: translateX(calc(-50% + 480px));
}
.pc-contents .box-08 .item-img img {
  position: absolute;
}
.pc-contents .box-08 .item-img .item-03 {
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% + 480px));
}
.pc-contents .box-09 {
  padding-top: 70px;
  background: url("../images/type/oversea/box_09_bg_01.png") no-repeat top center;
}
.pc-contents .box-09 .content-head {
  text-align: center;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 32px;
  font-weight: 600;
}
.pc-contents .box-09 .content-head .font-big {
  font-size: 98px;
}
.pc-contents .box-09 .content-head .font-small {
  font-size: 43px;
}
.pc-contents .box-09 .text-box {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
}
.pc-contents .box-09 .slide-content {
  position: relative;
  width: 47.9%;
  max-width: 479px;
  margin: 0 auto;
}
.pc-contents .box-09 .slide-content .swiper-slide {
  text-align: center;
  padding: 0 !important;
}
.pc-contents .box-09 .slide-content .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.pc-contents .box-09 .slide-content .fukidashi {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(calc(-50% + 160px));
  z-index: 2;
}
.pc-contents .box-09 .slide-content .fukidashi img {
  display: block;
  width: auto;
}
.pc-contents .box-09 .arrow-img {
  text-align: center;
  margin: -7px 0 16px;
}
.pc-contents .box-09 .content-head-02 {
  text-align: center;
  font-size: 72px;
}
.pc-contents .box-09 .bg-check {
  background: url("../images/type/oversea/box_09_bg_02.png") no-repeat top center;
  padding-top: 98px;
  position: relative;
}
.pc-contents .box-09 .bg-check .bg-check-inner {
  background: url("../images/type/oversea/box_09_bg_03.jpg") repeat-y top center;
  padding-bottom: 80px;
}
.pc-contents .box-09 .bg-check .label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-09 .bg-check h3 {
  text-align: center;
  font-size: 42px;
  padding-top: 80px;
}
.pc-contents .box-09 .bg-check h3 .font-big {
  font-size: 80px;
}
.pc-contents .box-09 .bg-check .movie {
  margin-bottom: 40px;
  text-align: center;
}
.pc-contents .box-09 .bg-check .box-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 120px;
}
.pc-contents .box-09 .bg-check .item-img img {
  position: absolute;
}
.pc-contents .box-09 .bg-check .item-img .item-01 {
  top: 220px;
  left: 50%;
  transform: translateX(calc(-50% + 480px));
}
.pc-contents .box-09 .bg-check .item-img .item-02 {
  top: 610px;
  left: 50%;
  transform: translateX(calc(-50% - 550px));
}
.pc-contents .box-09 .content-box {
  width: 930px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #3eb7d4;
  border-radius: 12px;
  position: relative;
  text-align: center;
}
.pc-contents .box-09 .content-box::before {
  content: "";
  display: block;
  width: 240px;
  height: 120px;
  background: #fff;
  border-radius: 120px 120px 0 0;
  border: 2px solid #3eb7d4;
  border-bottom: 0;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.pc-contents .box-09 .content-box::after {
  content: "";
  display: block;
  width: 260px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.pc-contents .box-09 .content-box .label-img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.pc-contents .box-09 .content-box h3 {
  padding: 20px 0;
  font-weight: 400;
}
.pc-contents .box-09 .content-box h3 .bg-blue {
  font-size: 34px;
  background: #3eb7d4;
  border-radius: 30px;
  padding: 12px 20px;
}
.pc-contents .box-09 .content-box p {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.pc-contents .box-09 .content-box .box-img {
  margin-bottom: 16px;
}
.pc-contents .box-09 .content-box .fix-img-01 {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(calc(-50% - 400px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-09 .content-box .fix-img-01 {
    display: none;
  }
}
.pc-contents .box-09 .content-box .fix-img-02 {
  position: absolute;
  bottom: 180px;
  left: 50%;
  transform: translateX(calc(-50% + 400px));
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-09 .content-box .fix-img-02 {
    display: none;
  }
}
.pc-contents .box-09 .content-box .notes {
  text-align: center;
  font-size: 14px;
}
.pc-contents .box-10 {
  background: url("../images/type/oversea/box_10_bg_02.png") no-repeat top 690px center, url("../images/type/oversea/box_10_bg_03.jpg") repeat-y top center;
  padding-bottom: 80px;
}
.pc-contents .box-10 .comment-box {
  height: 560px;
  background: url("../images/type/oversea/box_10_bg_01.png") no-repeat top center #fff;
  padding-bottom: 120px;
  position: relative;
  font-size: 27px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .pc-contents .box-10 .comment-box {
    font-size: 24px;
  }
}
.pc-contents .box-10 .comment-box li {
  text-align: center;
}
.pc-contents .box-10 .comment-01 {
  position: absolute;
  top: 205px;
  left: 50%;
  transform: translateX(calc(-50% - 300px));
}
@media screen and (max-width: 820px) {
  .pc-contents .box-10 .comment-01 {
    transform: translateX(calc(-50% - 280px));
  }
}
.pc-contents .box-10 .comment-02 {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(calc(-50% + 270px));
}
.pc-contents .box-10 h2.bg-orange {
  width: 836px;
  max-width: 100%;
  margin: -120px auto 0;
  padding: 40px 0;
  background: url("../images/type/oversea/box_10_02.png") no-repeat top 20px right 20px #f6ac19;
  border-radius: 8px;
  text-align: center;
  font-size: 37px;
  line-height: 1.4;
  position: relative;
}
.pc-contents .box-10 h2.bg-orange .font-big {
  font-size: 64px;
}
.pc-contents .box-10 h2.bg-orange .label {
  position: absolute;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-10 h2.bg-orange .label {
    top: -80px;
    left: -40px;
  }
}
.pc-contents .box-10 h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  padding: 40px 0;
}
.pc-contents .box-10 h3 .font-big {
  font-size: 72px;
}
.pc-contents .box-10 .chara-img {
  text-align: center;
  margin-bottom: 24px;
}
.pc-contents .box-10 .content-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.pc-contents .box-10 .content-box .left-content {
  flex-basis: 60%;
  text-align: center;
}
.pc-contents .box-10 .content-box .left-content .bg-orange {
  display: inline-block;
  font-size: 30px;
  padding: 4px 40px;
  margin: 20px auto;
  background: #f6ac19;
  border-radius: 30px;
}
.pc-contents .box-10 .content-box .right-content {
  flex-basis: 37%;
  height: 360px;
  border-top: 4px dotted #f4af20;
  border-bottom: 4px dotted #f4af20;
  margin-left: 20px;
  padding: 80px 20px;
  font-size: 20px;
  line-height: 1.8;
  box-sizing: border-box;
}
.pc-contents .box-11 {
  background: url("../images/type/oversea/box_11_bg.jpg") no-repeat top center #f6ac19;
}
.pc-contents .box-11 .fukidashi {
  text-align: center;
  padding-top: 20px;
}
.pc-contents .box-11 h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
}
.pc-contents .box-11 h2 .border-white {
  border: 1px solid #fff;
  padding: 4px;
  font-size: 60px;
}
.pc-contents .box-11 h2 .font-big {
  font-size: 72px;
}
.pc-contents .box-11 .bg-note {
  background: url("../images/type/oversea/box_11_bg_02.png") no-repeat top center;
  width: 1020px;
  max-width: 100%;
  height: 859px;
  margin: 0 auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
.pc-contents .box-11 .bg-note h3 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.pc-contents .box-11 .bg-note h3 .font-blue {
  padding: 16px 16px 0;
  background: url("../images/type/oversea/box_11_06.png") no-repeat top left, url("../images/type/oversea/box_11_07.png") no-repeat top right;
}
.pc-contents .box-11 .bg-note .flow {
  margin-bottom: 20px;
}
.pc-contents .box-11 .bg-note p {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
.pc-contents .box-11 .content-step .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row-reverse;
}
.pc-contents .box-11 .content-step .step li {
  position: relative;
  text-align: center;
  margin: 0 0 40px;
  padding-top: 20px;
  flex-basis: 48%;
  background: #fff;
  border-radius: 14px;
}
.pc-contents .box-11 .content-step .step li p {
  text-align: center;
}
.pc-contents .box-11 .content-step .step .step-inner {
  position: relative;
  z-index: 1;
}
.pc-contents .box-11 .content-step .step h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 8px;
}
.pc-contents .box-11 .content-step .step .step-01 {
  flex-basis: 100%;
  background: none;
}
.pc-contents .box-11 .content-step .step .step-01::before {
  content: "";
  display: block;
  width: 480px;
  height: 340px;
  background: #fff;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-11 .content-step .step .step-01 h3 {
  margin-bottom: -50px;
}
.pc-contents .box-11 .content-step .step .step-02 .step-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 20px 20px;
}
.pc-contents .box-11 .content-step .step .step-03 .step-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 20px 20px;
}
.pc-contents .box-11 .content-step .step .arrow-01 {
  position: absolute;
  z-index: 2;
  top: 270px;
  left: 50%;
  transform: translateX(-260px);
}
.pc-contents .box-11 .content-step .step .arrow-02 {
  position: absolute;
  z-index: 2;
  top: 270px;
  left: 50%;
  transform: translateX(190px);
}
.pc-contents .box-11 .content-step .step .arrow-03 {
  position: absolute;
  bottom: 20px;
  right: -90px;
}
.pc-contents .box-11 .item-img img {
  position: absolute;
}
.pc-contents .box-11 .item-img .item-01 {
  top: 140px;
  left: 50%;
  transform: translateX(calc(-50% + 480px));
}
.pc-contents .box-11 .item-img .item-02 {
  top: 150px;
  left: 50%;
  transform: translateX(calc(-50% - 600px));
}
.pc-contents .box-11 .item-img .item-03 {
  top: 700px;
  left: 50%;
  transform: translateX(calc(-50% - 530px));
}
.pc-contents .box-11 .item-img .item-04 {
  top: 1160px;
  left: 50%;
  transform: translateX(calc(-50% + 620px));
}
.pc-contents .box-11 .item-img .item-05 {
  top: 1670px;
  left: 50%;
  transform: translateX(calc(-50% - 620px));
}
.pc-contents .box-12 {
  width: 1600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #fff3c3;
  text-align: center;
  padding-bottom: 40px;
}
.pc-contents .box-12 .img-arrow {
  margin-bottom: 20px;
}
.pc-contents .box-12 h2 {
  font-size: 80px;
  text-align: center;
  margin-bottom: -110px;
}
.pc-contents .box-13 {
  position: relative;
  padding-top: 40px;
}
.pc-contents .box-13 .arrow-img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.pc-contents .box-13 .comment-box {
  background: url("../images/type/oversea/box_13_bg_01.png") no-repeat top center;
  height: 467px;
  position: relative;
  font-size: 32px;
}
.pc-contents .box-13 .comment-box .comment-01 {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(calc(-50% - 260px));
  text-align: center;
}
.pc-contents .box-13 .comment-box .comment-02 {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(calc(-50% + 287px));
  text-align: center;
}
.pc-contents .box-13 .blackbord {
  background: url("../images/type/oversea/box_13_bg_02.png") no-repeat top center;
  width: 931px;
  height: 487px;
  margin: 0 auto;
  padding: 50px 40px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.2));
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-13 .blackbord {
    background-size: contain;
    max-width: calc(100% - 32px);
    padding: 40px 20px 0;
  }
}
.pc-contents .box-13 .blackbord h3 {
  font-size: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-13 .blackbord h3 {
    font-size: 64px;
    padding-bottom: 12px;
  }
}
.pc-contents .box-13 .blackbord .content-text {
  font-size: 28px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-13 .blackbord .content-text {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
.pc-contents .box-13 .blackbord p {
  font-size: 25px;
  padding-right: 280px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-13 .blackbord p {
    font-size: 20px;
    padding-right: 240px;
  }
}
.pc-contents .box-13 .blackbord p .font-small {
  font-size: 14px;
}
.pc-contents .box-13 .blackbord .notes {
  padding: 16px 0;
  font-size: 14px;
}
.pc-contents .box-13 .contents-box {
  background: #e4f2f8;
  margin-top: -200px;
  padding: 240px 0 64px;
}
.pc-contents .box-13 .contents-box h2 {
  font-size: 40px;
  text-align: center;
}
.pc-contents .box-13 .contents-box h2 .font-big {
  font-size: 80px;
}
.pc-contents .box-13 .contents-box .flow-img {
  text-align: center;
}
.pc-contents .box-13 .contents-box .notes {
  text-align: right;
  margin-bottom: 40px;
}
.pc-contents .box-13 .contents-box-01 {
  width: 930px;
  max-width: 100%;
  margin: 0 auto 64px;
  background: #7ac6de;
  padding: 50px 20px;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}
.pc-contents .box-13 .contents-box-01::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
}
.pc-contents .box-13 .contents-box-01::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}
.pc-contents .box-13 .contents-box-01 h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 16px;
}
.pc-contents .box-13 .contents-box-01 .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc-contents .box-13 .contents-box-01 .flex-box::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.pc-contents .box-13 .contents-box-01 .flex-box .right-content {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.pc-contents .box-13 .contents-box-01 .flex-box .img-box {
  position: absolute;
  bottom: 0;
  right: -10px;
}
.pc-contents .box-13 .contents-box-02 {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  background: url("../images/type/oversea/box_13_bg_03.png") no-repeat top center #fff;
  background-size: cover;
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
}
.pc-contents .box-13 .contents-box-02 h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 16px;
}
.pc-contents .box-13 .contents-box-02 h3 .bg-blue {
  background: #3eb7d4;
  font-size: 27px;
  padding: 7px 10px;
  margin-right: 8px;
}
.pc-contents .box-13 .contents-box-02 .content-img {
  text-align: center;
  margin-bottom: 20px;
}
.pc-contents .box-13 .contents-box-02 .content-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.pc-contents .box-13 .contents-box-02 .notes {
  margin: 0;
  font-size: 14px;
}
.pc-contents .box-14 {
  background: url("../images/type/oversea/box_14_bg_02.jpg") repeat-y top center;
  margin-bottom: 40px;
}
.pc-contents .box-14 .box-14-inner {
  background: url("../images/type/oversea/box_14_bg_01.jpg") no-repeat top center, url("../images/type/oversea/box_14_bg_03.jpg") no-repeat bottom center, url("../images/type/oversea/box_14_bg.png") no-repeat top 500px center;
  background-size: contain;
  padding: 60px 16px 135px;
}
.pc-contents .box-14 h2 {
  text-align: center;
  font-size: 64px;
  margin-bottom: 20px;
}
.pc-contents .box-14 h2 .bg-white {
  font-size: 37px;
  background: #fff;
  border-radius: 8px;
  padding: 12px;
}
.pc-contents .box-14 h2 .font-big {
  font-size: 90px;
}
.pc-contents .box-14 .content-box {
  padding: 40px 38px 42px;
  margin-bottom: 40px;
  border: 2px solid #eee;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-14 .content-box {
    padding-top: 20px;
  }
}
.pc-contents .box-14 .content-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  position: absolute;
  top: -8px;
  right: 8px;
  z-index: 1;
}
.pc-contents .box-14 .content-box .user-voice-inner {
  position: relative;
  z-index: 2;
}
.pc-contents .box-14 .content-box .voice-no {
  position: absolute;
  top: 0;
  right: 20px;
}
.pc-contents .box-14 .content-box h3 {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: normal;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-14 .content-box h3 {
    padding-top: 64px;
  }
}
.pc-contents .box-14 .content-box p {
  width: 540px;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-14 .content-box p {
    width: 400px;
  }
}
.pc-contents .box-14 .content-box .notes {
  font-size: 14px;
  line-height: 1.6;
}
.pc-contents .box-14 .voice-01 {
  border-color: #f4af20;
}
.pc-contents .box-14 .voice-01 .voice-img {
  position: absolute;
  bottom: 0;
  right: -50px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-14 .voice-01 .voice-img {
    right: -80px;
    width: 50%;
  }
}
.pc-contents .box-14 .voice-02 {
  border-color: #ea617a;
}
.pc-contents .box-14 .voice-02::after {
  top: -8px;
  left: 8px;
}
.pc-contents .box-14 .voice-02 .voice-img {
  position: absolute;
  bottom: -10px;
  left: -50px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-14 .voice-02 .voice-img {
    width: 50%;
    left: -80px;
  }
}
.pc-contents .box-14 .voice-02 .right-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 380px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-14 .voice-02 .right-content {
    padding-left: 240px;
  }
}
.pc-contents .box-14 .voice-02 .right-content p, .pc-contents .box-14 .voice-02 .right-content .notes {
  width: 540px;
}
.pc-contents .box-14 .voice-03 {
  border-color: #49b7d3;
}
.pc-contents .box-14 .voice-03 .voice-img {
  position: absolute;
  bottom: 0;
  right: -50px;
}
@media screen and (max-width: 1024px) {
  .pc-contents .box-14 .voice-03 .voice-img {
    right: -90px;
    width: 50%;
  }
}

.site-right {
  position: fixed;
  right: 0;
  top: 65%;
  transition: 0.5s;
  width: 140px;
  z-index: 999;
  transform: translateX(0%);
}

.site-right.hide {
  transform: translateX(100%);
}

.sp-contents {
  padding-top: 60px;
}
.sp-contents .top-text {
  text-align: center;
  padding: 12px 16px;
  font-size: 14px;
}
.sp-contents .main-visual {
  background: url("../images/type/oversea/mv_bg_sp.jpg") no-repeat top center;
  background-size: cover;
  padding: 20px 0;
  min-height: 714px;
  position: relative;
}
.sp-contents .main-visual .mv-comment {
  position: relative;
}
.sp-contents .main-visual .mv-comment img {
  position: absolute;
  top: -5px;
  left: 0;
  width: 93px;
  height: 74px;
}
.sp-contents .main-visual .mv-comment .comment-area {
  background: #dceef5;
  display: block;
  margin: 0 24px 20px;
  padding: 8px 12px 8px 64px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
}
.sp-contents .main-visual .mv-logo {
  text-align: center;
  padding: 0 32px;
}
.sp-contents .main-visual .mv-img-01 {
  width: 100%;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
}
.sp-contents .main-visual .mv-img-02 {
  position: absolute;
  top: 280px;
  right: 20px;
}
.sp-contents .main-visual .mv-img-02 img {
  width: 105px;
  height: 103px;
}
.sp-contents .box-01 {
  background: url("../images/type/oversea/box_01_bg_sp.jpg") no-repeat top 200px center;
  background-size: contain;
  padding: 40px 0 0;
}
.sp-contents .box-01 .icon-img {
  text-align: center;
}
.sp-contents .box-01 .icon-img img {
  width: 57px;
  height: 34px;
}
.sp-contents .box-01 h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 16px;
}
.sp-contents .box-01 h2 .font-big {
  font-size: 36px;
}
.sp-contents .box-01 .box-img {
  text-align: center;
  margin-bottom: 40px;
}
.sp-contents .box-01 .bg-circle {
  position: relative;
  margin-bottom: 60px;
}
.sp-contents .box-01 .bg-circle::before {
  content: "";
  display: block;
  width: 80vw;
  height: 80vw;
  border-radius: 50%;
  background: #e4f2f8;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.sp-contents .box-01 .bg-circle h3 {
  text-align: center;
  font-size: 32px;
  padding-top: 8px;
}
.sp-contents .box-01 .bg-circle h3 .font-big {
  font-size: 40px;
}
.sp-contents .box-01 .bg-circle .comment {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.sp-contents .box-01 .bg-circle .comment .font-big {
  font-size: 32px;
}
.sp-contents .box-01 .bg-circle .box-img {
  text-align: center;
  position: relative;
  padding: 0 16px;
}
.sp-contents .box-01 .bg-circle .box-img .label {
  position: absolute;
  bottom: -30px;
  right: -8px;
  width: 110px;
  height: 110px;
}
.sp-contents .box-02 {
  background: url("../images/type/oversea/box_02_bg_sp.jpg") no-repeat top center;
  background-size: cover;
  padding: 32px 0 40px;
}
.sp-contents .box-02 h2 {
  text-align: center;
  font-size: 44px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.sp-contents .box-02 h2 img {
  display: block;
  width: 82px;
  height: 22px;
}
.sp-contents .box-02 .photo-img {
  position: absolute;
  top: 120px;
  left: -10px;
  z-index: 10;
}
.sp-contents .box-02 .photo-img img {
  width: 118px;
  height: 145px;
}
.sp-contents .box-02 .point-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sp-contents .box-02 .point-list li {
  display: block;
  width: 124px;
  height: 124px;
  margin: 0 8px 16px;
  filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.2));
  position: relative;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.sp-contents .box-02 .point-list li:first-child {
  margin: 0 40px 16px;
}
.sp-contents .box-02 .point-list li img {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 32px;
}
.sp-contents .box-02 .point-list li .circle {
  padding-top: 30px;
  line-height: 1.2;
}
.sp-contents .box-02 .point-list li .circle-01 {
  padding-top: 44px;
}
.sp-contents .box-02 .point-list li .font-blue {
  font-size: 15px;
}
.sp-contents .box-03 {
  position: relative;
  text-align: center;
}
.sp-contents .box-03 h2 {
  font-size: 36px;
  font-weight: 400;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.sp-contents .box-03 h2 .font-big {
  font-size: 44px;
}
.sp-contents .box-04 {
  position: relative;
  padding-top: 10px;
}
.sp-contents .box-04 .arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.sp-contents .box-04 .arrow img {
  width: 106px;
  height: 49px;
}
.sp-contents .box-04 .box-content {
  background: url("../images/type/oversea/box_04_01_sp.jpg") no-repeat top center;
  background-size: cover;
  margin: 0 16px;
  padding: 43px 0 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.sp-contents .box-04 .box-content .font-yellow {
  font-size: 26px;
}
.sp-contents .box-04 .box-content .label {
  position: absolute;
  top: -8px;
  left: 8px;
}
.sp-contents .box-04 .box-content .label img {
  width: 72px;
  height: 38px;
}
.sp-contents .box-04 .box-comment {
  margin: -20px 0 0;
  position: relative;
  z-index: 10;
}
.sp-contents .box-04 .box-comment img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.sp-contents .box-05 {
  background: url("../images/type/oversea/box_05_bg_sp.png") no-repeat top center;
  background-size: cover;
}
.sp-contents .box-05 .fukidashi-01 {
  position: absolute;
  top: -40px;
  left: 16px;
  z-index: 10;
}
.sp-contents .box-05 .fukidashi-01 img {
  width: 141px;
  height: 40px;
}
.sp-contents .box-05 .fukidashi-02 {
  text-align: center;
  padding-top: 24px;
}
.sp-contents .box-05 h2 {
  text-align: center;
  font-size: 21px;
}
.sp-contents .box-05 h2 .font-blue {
  font-size: 30px;
}
.sp-contents .box-05 .box-logo {
  text-align: center;
  padding: 310px 0 20px;
}
.sp-contents .box-06 {
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.sp-contents .box-06::before {
  content: "";
  display: block;
  width: 0;
  height: 30px;
  border-right: 2px dotted #595757;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-contents .box-06 h2 {
  text-align: center;
  padding-bottom: 16px;
}
.sp-contents .box-06 .box-img-02 {
  text-align: center;
  margin-bottom: 8px;
}
.sp-contents .box-06 .notes {
  font-size: 10px;
  margin-bottom: 20px;
}
.sp-contents .box-06 .content-flex .left-content {
  background: #fef0d8;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.sp-contents .box-06 .content-flex .left-content .notes {
  text-align: left;
  padding-top: 16px;
  margin: 0;
  font-size: 11px;
}
.sp-contents .box-06 .content-flex .right-content {
  border: 4px solid #49b7d3;
  border-radius: 16px;
  position: relative;
}
.sp-contents .box-06 .content-flex .right-content h3 {
  padding: 12px 24px;
  font-size: 20px;
  text-align: center;
  background: url("../images/type/oversea/box_06_03.png") no-repeat top 10px left 10px #49b7d3;
}
.sp-contents .box-06 .content-flex .right-content p {
  padding: 20px 24px;
  font-size: 14px;
}
.sp-contents .box-06 .content-flex .right-content .pc-img {
  position: absolute;
  top: 32px;
  right: -34px;
  width: 108px;
  height: 70px;
}
.sp-contents .box-07 {
  text-align: center;
  padding: 20px 0;
}
.sp-contents .box-07 img {
  max-width: 100%;
}
.sp-contents .box-08 {
  background: url("../images/type/oversea/box_08_bg_01_sp.jpg") no-repeat top 130px center;
  background-size: contain;
  position: relative;
}
.sp-contents .box-08 .fukidashi-img {
  text-align: center;
  margin-bottom: 6px;
}
.sp-contents .box-08 .fukidashi-img img {
  width: 100px;
  height: 22px;
}
.sp-contents .box-08 h2 {
  display: block;
  width: calc(100% - 32px);
  padding: 20px 8px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #ea617a;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  position: relative;
}
.sp-contents .box-08 h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #ea617a transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-contents .box-08 h2 .font-big {
  font-size: 30px;
}
.sp-contents .box-08 .comment-text {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.sp-contents .box-08 .comment-img {
  position: absolute;
  top: 300px;
  right: 20px;
}
.sp-contents .box-08 .comment-img img {
  width: 110px;
  height: 326px;
}
.sp-contents .box-08 .point-01 {
  padding-top: 310px;
  background: url("../images/type/oversea/box_08_bg_05_sp.png") no-repeat top 320px center;
  background-size: contain;
  position: relative;
}
.sp-contents .box-08 .point-01 .point-inner {
  margin-top: 64px;
  background: url("../images/type/oversea/box_08_bg_06_sp.jpg") repeat-y top center;
  background-size: contain;
  padding-bottom: 60px;
}
.sp-contents .box-08 .point-01 .label {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
}
.sp-contents .box-08 .point-01 h3 {
  padding: 64px 0 20px;
  text-align: center;
  font-size: 21px;
  line-height: 1;
}
.sp-contents .box-08 .point-01 h3 .bg-blue {
  font-size: 36px;
  padding: 4px 12px;
  border-radius: 6px;
  background: #3eb7d4;
  display: inline-block;
  margin-top: 8px;
}
.sp-contents .box-08 .point-01 .box-img {
  text-align: center;
  margin-bottom: 20px;
}
.sp-contents .box-08 .point-01 p {
  font-size: 14px;
  line-height: 1.7;
}
.sp-contents .box-08 .point-01 .item-img img {
  position: absolute;
}
.sp-contents .box-08 .point-01 .item-img .item-01 {
  top: 300px;
  left: 50%;
  transform: translateX(calc(-50% - 100px));
  width: 108px;
  height: 125px;
}
.sp-contents .box-08 .point-01 .item-img .item-02 {
  bottom: 100px;
  left: 50%;
  transform: translateX(calc(-50% - 653px));
  z-index: 10;
}
.sp-contents .box-08 .point-02 {
  margin-top: -53px;
  padding: 43px 0;
  background: url("../images/type/oversea/box_08_bg_02_sp.png") no-repeat top center, url("../images/type/oversea/box_08_bg_04_sp.jpg") no-repeat bottom center;
  background-size: contain;
  position: relative;
}
.sp-contents .box-08 .point-02 .point-inner {
  background: url("../images/type/oversea/box_08_bg_03_sp.jpg") repeat-y top center;
  background-size: contain;
  padding-bottom: 10px;
}
.sp-contents .box-08 .point-02 .label {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 75px;
}
.sp-contents .box-08 .point-02 h3 {
  padding: 60px 0 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}
.sp-contents .box-08 .point-02 h3 .bg-orange {
  font-size: 36px;
  padding: 4px 12px;
  border-radius: 6px;
  background: #f6ac19;
  display: inline-block;
  margin-top: 8px;
}
.sp-contents .box-08 .point-02 .point-text {
  font-size: 15px;
  text-align: center;
  background: url("../images/type/oversea/box_08_05.png") no-repeat top center;
  background-size: contain;
  margin-bottom: 32px;
  padding: 10px 16px 16px;
}
.sp-contents .box-08 .point-02 .movie {
  margin-bottom: 20px;
}
.sp-contents .box-08 .point-02 p {
  font-size: 14px;
  margin-bottom: 24px;
}
.sp-contents .box-08 .point-02 .content-box {
  background: #fff;
  border: 4px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
}
.sp-contents .box-08 .point-02 .content-box h3 {
  padding: 0;
  font-size: 42px;
  margin-bottom: 16px;
}
.sp-contents .box-08 .point-02 .content-box p {
  margin: 0;
  line-height: 1.7;
}
.sp-contents .box-08 .point-02 .content-box h4 {
  display: inline-block;
  width: calc(100% - 16px);
  margin: -16px auto 0;
  padding: 8px 16px;
  display: block;
  border-radius: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.sp-contents .box-08 .point-02 .content-box .flow-img {
  text-align: center;
  padding: 32px 8px 8px;
}
.sp-contents .box-08 .point-02 .content-box .notes {
  font-size: 10px;
  padding: 0 8px 20px;
}
.sp-contents .box-08 .point-02 .content-box-01 {
  border-color: #ea617a;
}
.sp-contents .box-08 .point-02 .content-box-01::after {
  content: "";
  display: block;
  width: 36px;
  height: 20px;
  background: #fff;
  border: 4px solid #ea617a;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.sp-contents .box-08 .point-02 .content-box-01 .content-head {
  background: #fdefef;
  padding: 32px 16px 20px;
}
.sp-contents .box-08 .point-02 .content-box-01 h3 span.bg-pink {
  display: inline-block;
  background: #ea617a;
  padding: 10px;
  margin: 0 4px;
  border-radius: 8px;
  line-height: 1;
}
.sp-contents .box-08 .point-02 .content-box-01 h4.bg-pink {
  background: #ea617a;
}
.sp-contents .box-08 .point-02 .content-box-01 .item-img img {
  position: absolute;
}
.sp-contents .box-08 .point-02 .content-box-01 .item-img .item-04 {
  top: -10px;
  left: -56px;
  width: 125px;
  height: 99px;
}
.sp-contents .box-08 .point-02 .content-box-01 .item-img .item-05 {
  top: 10px;
  left: 50%;
  transform: translateX(calc(-50% + 100px));
  width: 72px;
  height: 72px;
}
.sp-contents .box-08 .point-02 .content-box-01 .item-img .item-06 {
  top: 36px;
  left: 50%;
  transform: translateX(calc(-50% + 210px));
}
.sp-contents .box-08 .point-02 .content-box-02 {
  border-color: #49b7d3;
  position: relative;
}
.sp-contents .box-08 .point-02 .content-box-02::before {
  content: "";
  display: block;
  width: 36px;
  height: 20px;
  background: #fdf3c1;
  border: 4px solid #49b7d3;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.sp-contents .box-08 .point-02 .content-box-02::after {
  content: "";
  display: block;
  width: 36px;
  height: 20px;
  background: #fff;
  border: 4px solid #49b7d3;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.sp-contents .box-08 .point-02 .content-box-02 .content-head {
  display: inline-block;
  background: #ebf6fa;
  padding: 32px 16px 20px;
  line-height: 1;
}
.sp-contents .box-08 .point-02 .content-box-02 h3 span.bg-blue {
  display: inline-block;
  background: #49b7d3;
  padding: 10px;
  margin: 0 4px;
  border-radius: 8px;
  line-height: 1;
}
.sp-contents .box-08 .point-02 .content-box-02 h4.bg-blue {
  background: #49b7d3;
}
.sp-contents .box-08 .point-02 .content-box-02 .flow-img {
  width: 100%;
  padding: 20px 0;
}
.sp-contents .box-08 .point-02 .content-box-02 .item-img img {
  position: absolute;
}
.sp-contents .box-08 .point-02 .content-box-02 .item-img .item-07 {
  top: -10px;
  left: -40px;
  width: 94px;
  height: 113px;
  z-index: 10;
}
.sp-contents .box-08 .point-02 .content-box-02 .item-img .item-08 {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-contents .box-08 .point-02 .content-box-02 .item-img .item-09 {
  top: 50px;
  left: 50%;
  transform: translateX(calc(-50% + 150px));
  width: 79px;
  height: 62px;
}
.sp-contents .box-08 .point-02 .content-box-03 {
  border-color: #f6ac19;
  position: relative;
}
.sp-contents .box-08 .point-02 .content-box-03::before {
  content: "";
  display: block;
  width: 36px;
  height: 20px;
  background: #fdf3c1;
  border: 4px solid #f6ac19;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.sp-contents .box-08 .point-02 .content-box-03 .content-head {
  display: inline-block;
  background: #fff6e8;
  padding: 32px 20px 20px;
}
.sp-contents .box-08 .point-02 .content-box-03 h3 span.bg-orange {
  display: inline-block;
  background: #f6ac19;
  padding: 10px;
  margin: 0 4px;
  border-radius: 8px;
  line-height: 1;
}
.sp-contents .box-08 .point-02 .content-box-03 h4.bg-orange {
  background: #f6ac19;
}
.sp-contents .box-08 .point-02 .content-box-03 .item-img img {
  position: absolute;
}
.sp-contents .box-08 .point-02 .content-box-03 .item-img .item-10 {
  top: 4px;
  left: -64px;
  width: 137px;
  height: 145px;
}
.sp-contents .box-08 .point-02 .content-box-03 .item-img .item-11 {
  top: 32px;
  left: 50%;
  transform: translateX(calc(-50% + 100px));
  width: 76px;
  height: 60px;
}
.sp-contents .box-08 .point-02 .content-box-03 .item-img .item-12 {
  top: -40px;
  right: -90px;
  width: 183px;
  height: 136px;
}
.sp-contents .box-08 .item-img img {
  position: absolute;
}
.sp-contents .box-08 .item-img .item-03 {
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% + 270px));
}
.sp-contents .box-09 {
  padding-top: 40px;
  background: url("../images/type/oversea/box_09_bg_01_sp.jpg") no-repeat top center;
  background-size: contain;
}
.sp-contents .box-09 .content-head {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 32px;
}
.sp-contents .box-09 .content-head .font-big {
  font-size: 48px;
}
.sp-contents .box-09 .content-head .font-small {
  font-size: 22px;
}
.sp-contents .box-09 .text-box {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
  padding: 0 16px;
}
.sp-contents .box-09 .slide-content {
  position: relative;
  width: 68%;
  margin: 0 auto;
}
.sp-contents .box-09 .slide-content .swiper-slide {
  text-align: center;
  padding: 0 !important;
}
.sp-contents .box-09 .slide-content .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.sp-contents .box-09 .slide-content .fukidashi {
  position: absolute;
  top: -40px;
  right: 10px;
  z-index: 2;
}
.sp-contents .box-09 .slide-content .fukidashi img {
  display: block;
  width: 142px;
  height: 84px;
}
.sp-contents .box-09 .arrow-img {
  text-align: center;
  margin: -7px 0 16px;
}
.sp-contents .box-09 .arrow-img img {
  width: 121px;
  height: 53px;
}
.sp-contents .box-09 .content-head-02 {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
}
.sp-contents .box-09 .content-head-02 img {
  width: 217px;
  height: 32px;
}
.sp-contents .box-09 .bg-check {
  background: url("../images/type/oversea/box_09_bg_02_sp.jpg") no-repeat top center;
  background-size: contain;
  padding-top: 44px;
  position: relative;
}
.sp-contents .box-09 .bg-check .bg-check-inner {
  background: url("../images/type/oversea/box_09_bg_03_sp.jpg") repeat-y top center;
  background-size: contain;
  padding-bottom: 80px;
}
.sp-contents .box-09 .bg-check .label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-contents .box-09 .bg-check .label img {
  width: 77px;
  height: 88px;
}
.sp-contents .box-09 .bg-check h3 {
  text-align: center;
  font-size: 20px;
  padding: 56px 16px 0;
  margin-bottom: 8px;
}
.sp-contents .box-09 .bg-check h3 .font-big {
  font-size: 40px;
}
.sp-contents .box-09 .bg-check .movie {
  margin-bottom: 20px;
  padding: 0 16px;
}
.sp-contents .box-09 .bg-check .box-text {
  font-size: 14px;
  margin-bottom: 50px;
  padding: 0 16px;
}
.sp-contents .box-09 .bg-check .item-img img {
  position: absolute;
}
.sp-contents .box-09 .bg-check .item-img .item-01 {
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 130px));
  width: 150px;
  height: 105px;
}
.sp-contents .box-09 .content-box {
  margin: 0 16px;
  padding: 10px 16px 20px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #3eb7d4;
  border-radius: 12px;
  position: relative;
  text-align: center;
}
.sp-contents .box-09 .content-box::before {
  content: "";
  display: block;
  width: 120px;
  height: 60px;
  background: #fff;
  border-radius: 60px 60px 0 0;
  border: 2px solid #3eb7d4;
  border-bottom: 0;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.sp-contents .box-09 .content-box::after {
  content: "";
  display: block;
  width: 260px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.sp-contents .box-09 .content-box .label-img {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 77px;
  height: 40px;
}
.sp-contents .box-09 .content-box h3 {
  padding: 10px 0 20px;
  font-weight: 400;
  margin: 0;
}
.sp-contents .box-09 .content-box h3 .font-big {
  font-size: 24px;
}
.sp-contents .box-09 .content-box h3 .bg-blue {
  font-size: 20px;
  background: #3eb7d4;
  border-radius: 30px;
  padding: 4px 20px;
  display: inline-block;
  margin-top: 4px;
}
.sp-contents .box-09 .content-box p {
  margin-bottom: 20px;
  font-size: 16px;
}
.sp-contents .box-09 .content-box .box-img {
  margin-bottom: 12px;
}
.sp-contents .box-09 .content-box .fix-img-01 {
  position: absolute;
  bottom: 44px;
  left: -40px;
}
.sp-contents .box-09 .content-box .fix-img-01 img {
  width: 107px;
  height: 80px;
}
.sp-contents .box-09 .content-box .fix-img-02 {
  position: absolute;
  bottom: 120px;
  right: -40px;
}
.sp-contents .box-09 .content-box .fix-img-02 img {
  width: 158px;
  height: 164px;
}
.sp-contents .box-09 .content-box .notes {
  text-align: left;
  font-size: 10px;
}
.sp-contents .box-10 {
  background: url("../images/type/oversea/box_10_bg_03.jpg") repeat-y top center;
}
.sp-contents .box-10 .comment-box {
  text-align: center;
  padding: 20px 0 40px;
  background: #fff;
}
.sp-contents .box-10 .comment-box img {
  max-width: 100%;
}
.sp-contents .box-10 h2.bg-orange {
  max-width: calc(100% - 32px);
  margin: -47px auto 0;
  padding: 24px 0;
  background: url("../images/type/oversea/box_10_02.png") no-repeat top 10px right 10px #f6ac19;
  background-size: 14%;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
.sp-contents .box-10 h2.bg-orange .font-big {
  font-size: 32px;
}
.sp-contents .box-10 h2.bg-orange .label {
  position: absolute;
  top: -30px;
  left: -12px;
}
.sp-contents .box-10 h2.bg-orange .label img {
  width: 79px;
  height: 79px;
}
.sp-contents .box-10 h3 {
  background: url("../images/type/oversea/box_10_bg_02_sp.png") no-repeat top 10px center;
  background-size: contain;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  padding: 20px 0;
}
.sp-contents .box-10 h3 .font-big {
  font-size: 26px;
}
.sp-contents .box-10 .chara-img {
  text-align: center;
  margin-bottom: 24px;
}
.sp-contents .box-10 .content-box {
  padding: 0 16px;
}
.sp-contents .box-10 .content-box .left-content {
  text-align: center;
}
.sp-contents .box-10 .content-box .left-content .bg-orange {
  display: inline-block;
  font-size: 18px;
  padding: 4px 40px;
  margin: 0 auto 8px;
  background: #f6ac19;
  border-radius: 30px;
}
.sp-contents .box-10 .content-box .right-content {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}
.sp-contents .box-11 {
  background: url("../images/type/oversea/box_11_bg_sp.jpg") no-repeat top center #f6ac19;
  background-size: contain;
  position: relative;
}
.sp-contents .box-11 .fukidashi {
  text-align: center;
  margin-bottom: 16px;
}
.sp-contents .box-11 .fukidashi img {
  width: 85px;
  height: 94px;
}
.sp-contents .box-11 h2 {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 32px;
  padding: 0 16px;
}
.sp-contents .box-11 h2 .border-white {
  border: 1px solid #fff;
  padding: 4px;
  font-size: 18px;
}
.sp-contents .box-11 h2 .font-big {
  font-size: 22px;
}
.sp-contents .box-11 .bg-note {
  background: url("../images/type/oversea/box_11_bg_05_sp.png") no-repeat top center;
  background-size: contain;
  margin: 0 auto;
  padding: 24px 16px 48px;
  box-sizing: border-box;
}
.sp-contents .box-11 .bg-note h3 {
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.sp-contents .box-11 .bg-note h3 .font-blue {
  padding: 8px 8px 0;
  background: url("../images/type/oversea/box_11_06.png") no-repeat top left, url("../images/type/oversea/box_11_07.png") no-repeat top right;
  background-size: 19px 14px;
  font-size: 23px;
}
.sp-contents .box-11 .bg-note .flow {
  margin-bottom: 10px;
  padding: 0 30px;
}
.sp-contents .box-11 .bg-note p {
  font-size: 12px;
  line-height: 1.7;
  padding: 0 16px;
}
.sp-contents .box-11 .content-step .step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row-reverse;
}
.sp-contents .box-11 .content-step .step li {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 0 24px;
  padding-top: 8px;
  flex-basis: 48%;
  background: #fff;
  border-radius: 14px;
}
.sp-contents .box-11 .content-step .step li p {
  font-size: 11px;
}
.sp-contents .box-11 .content-step .step .step-inner {
  position: relative;
  z-index: 1;
}
.sp-contents .box-11 .content-step .step .step-inner p {
  text-align: center;
}
.sp-contents .box-11 .content-step .step h3 {
  font-size: 12px;
  text-align: center;
  padding-bottom: 4px;
}
.sp-contents .box-11 .content-step .step .step-01 {
  flex-basis: 100%;
  background: none;
}
.sp-contents .box-11 .content-step .step .step-01::before {
  content: "";
  display: block;
  width: 80%;
  height: 180px;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sp-contents .box-11 .content-step .step .step-01 h3 {
  margin-bottom: -27px;
}
.sp-contents .box-11 .content-step .step .step-01 img {
  max-width: 375px;
  margin: 0 auto 4px;
}
.sp-contents .box-11 .content-step .step .step-02 .step-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 8px 20px;
}
.sp-contents .box-11 .content-step .step .step-02 .step-inner img {
  max-width: 80%;
  margin: 0 auto;
}
.sp-contents .box-11 .content-step .step .step-03 .step-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 8px 20px;
}
.sp-contents .box-11 .content-step .step .step-03 .step-inner img {
  max-width: 70%;
  margin: 0 auto 8px;
}
.sp-contents .box-11 .content-step .step .arrow-01 {
  position: absolute;
  z-index: 2;
  top: 140px;
  left: 20px;
  width: 32px;
  height: 60px;
}
.sp-contents .box-11 .content-step .step .arrow-02 {
  position: absolute;
  z-index: 2;
  top: 140px;
  right: 20px;
  width: 37px;
  height: 64px;
}
.sp-contents .box-11 .content-step .step .arrow-03 {
  position: absolute;
  bottom: 40px;
  right: -24px;
  width: 48px;
  height: 27px;
}
.sp-contents .box-11 .item-img img {
  position: absolute;
}
.sp-contents .box-11 .item-img .item-01 {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
.sp-contents .box-11 .item-img .item-03 {
  top: 330px;
  left: -170px;
  width: 246px;
  height: 228px;
}
.sp-contents .box-12 {
  background: #fff3c3;
  text-align: center;
  padding-bottom: 40px;
}
.sp-contents .box-12 .img-arrow {
  margin-bottom: 20px;
}
.sp-contents .box-12 .img-arrow img {
  width: 101px;
  height: 49px;
}
.sp-contents .box-12 h2 {
  font-size: 36px;
  margin-bottom: -80px;
  padding: 0 8px;
  text-align: center;
}
.sp-contents .box-13 {
  position: relative;
  padding-top: 40px;
}
.sp-contents .box-13 .arrow-img {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.sp-contents .box-13 .arrow-img img {
  width: 10px;
  height: 41px;
}
.sp-contents .box-13 .comment-box {
  max-width: 100%;
  margin: 0 auto;
}
.sp-contents .box-13 .blackbord {
  background: url("../images/type/oversea/box_13_bg_02_sp.png") no-repeat top center;
  background-size: contain;
  width: 320px;
  height: 330px;
  margin: 0 auto;
  padding: 16px 17px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.2));
  line-height: 1.5;
}
.sp-contents .box-13 .blackbord h3 {
  font-size: 31px;
  padding-bottom: 8px;
  text-align: center;
}
.sp-contents .box-13 .blackbord .content-text {
  font-size: 12px;
  padding-bottom: 8px;
  text-align: center;
}
.sp-contents .box-13 .blackbord p {
  font-size: 12px;
  padding: 0 100px 0 16px;
  line-height: 1.7;
  padding-bottom: 20px;
}
.sp-contents .box-13 .blackbord p .font-small {
  font-size: 10px;
}
.sp-contents .box-13 .blackbord .notes {
  padding: 16px 0;
  font-size: 10px;
}
.sp-contents .box-13 .contents-box {
  background: #e4f2f8;
  margin-top: -200px;
  padding: 200px 0 64px;
}
.sp-contents .box-13 .contents-box h2 {
  font-size: 18px;
  text-align: center;
}
.sp-contents .box-13 .contents-box h2 .font-big {
  font-size: 28px;
}
.sp-contents .box-13 .contents-box .flow-img {
  text-align: center;
  margin-bottom: 20px;
}
.sp-contents .box-13 .contents-box-01 {
  margin: 0 auto 40px;
  background: #49b7d3;
  padding: 20px 12px 28px;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}
.sp-contents .box-13 .contents-box-01::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 16px;
  left: 16px;
}
.sp-contents .box-13 .contents-box-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
}
.sp-contents .box-13 .contents-box-01 h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 12px;
}
.sp-contents .box-13 .contents-box-01 .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp-contents .box-13 .contents-box-01 .flex-box::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.sp-contents .box-13 .contents-box-01 .flex-box .right-content {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
  padding: 8px 80px 0 0;
}
.sp-contents .box-13 .contents-box-01 .flex-box .img-box {
  position: absolute;
  bottom: 0;
  right: -24px;
}
.sp-contents .box-13 .contents-box-01 .flex-box .img-box img {
  width: 120px;
  height: 143px;
}
.sp-contents .box-13 .contents-box-02 {
  margin: 0 auto;
  background: url("../images/type/oversea/box_13_bg_03_sp.png") no-repeat top center #fff;
  background-size: cover;
  border-radius: 16px;
  padding: 20px 0;
  box-sizing: border-box;
}
.sp-contents .box-13 .contents-box-02 h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
}
.sp-contents .box-13 .contents-box-02 h3 .bg-blue {
  display: inline-block;
  background: #3eb7d4;
  font-size: 16px;
  line-height: 1;
  padding: 7px 10px;
  margin: 0 auto 8px;
}
.sp-contents .box-13 .contents-box-02 .content-img {
  text-align: center;
  margin-bottom: 20px;
}
.sp-contents .box-13 .contents-box-02 .content-text {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 16px;
}
.sp-contents .box-13 .contents-box-02 .notes {
  font-size: 10px;
  padding: 0 16px;
}
.sp-contents .box-14 {
  background: url("../images/type/oversea/box_14_bg_02_sp.jpg") repeat-y top center;
  background-size: contain;
  margin-bottom: 20px;
}
.sp-contents .box-14 .box-14-inner {
  background: url("../images/type/oversea/box_14_bg_01_sp.jpg") no-repeat top center, url("../images/type/oversea/box_14_bg_03_sp.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 40px 16px 40px;
}
.sp-contents .box-14 h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 24px;
}
.sp-contents .box-14 h2 .bg-white {
  font-size: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
}
.sp-contents .box-14 h2 .font-big {
  font-size: 45px;
}
.sp-contents .box-14 .content-box {
  padding: 20px 16px 24px 8px;
  margin-bottom: 40px;
  border: 2px solid #eee;
  border-radius: 8px;
  position: relative;
}
.sp-contents .box-14 .content-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: -6px;
  right: 6px;
  z-index: 1;
}
.sp-contents .box-14 .content-box .user-voice-inner {
  position: relative;
  z-index: 2;
}
.sp-contents .box-14 .content-box .voice-no {
  margin-bottom: 16px;
  width: 99px;
  height: 27px;
}
.sp-contents .box-14 .content-box h3 {
  font-size: 12px;
  margin-bottom: 28px;
  font-weight: normal;
  font-weight: 600;
}
.sp-contents .box-14 .content-box p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.sp-contents .box-14 .content-box .notes {
  font-size: 10px;
}
.sp-contents .box-14 .voice-01 {
  border-color: #f4af20;
}
.sp-contents .box-14 .voice-01 h3 .font-orange {
  font-size: 18px;
}
.sp-contents .box-14 .voice-01 .voice-img {
  position: absolute;
  top: -15px;
  right: -44px;
  width: 152px;
  height: 148px;
}
.sp-contents .box-14 .voice-02 {
  border-color: #ea617a;
  padding: 20px 4px 24px 16px;
}
.sp-contents .box-14 .voice-02::after {
  top: -6px;
  left: 6px;
}
.sp-contents .box-14 .voice-02 .voice-head {
  padding-left: 106px;
}
.sp-contents .box-14 .voice-02 .voice-head h3 {
  margin-bottom: 42px;
}
.sp-contents .box-14 .voice-02 .voice-head .font-pink {
  font-size: 18px;
}
.sp-contents .box-14 .voice-02 .voice-head .voice-no {
  text-align: right;
}
.sp-contents .box-14 .voice-02 .voice-img {
  position: absolute;
  top: -14px;
  left: -46px;
  width: 146px;
  height: 162px;
}
.sp-contents .box-14 .voice-03 {
  border-color: #49b7d3;
}
.sp-contents .box-14 .voice-03 h3 {
  margin-bottom: 36px;
}
.sp-contents .box-14 .voice-03 h3 .font-blue {
  font-size: 18px;
}
.sp-contents .box-14 .voice-03 .voice-img {
  position: absolute;
  top: -24px;
  right: -42px;
  width: 140px;
  height: 159px;
}

#floatContainer-sp {
  position: fixed;
  max-width: 640px;
  width: 100%;
  height: 28.4375vw;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
  transition: 0.3s all;
  opacity: 0;
}
#floatContainer-sp.js-float {
  opacity: 1;
}
#floatContainer-sp .btn-01 {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  right: 46%;
  margin: 0 auto;
}
#floatContainer-sp .btn-02 {
  position: absolute;
  width: 51.8%;
  top: -0.3%;
  left: 48.3%;
  right: 0;
  margin: 0 auto;
}

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