@charset "UTF-8";

/* WSYS-13026 【フロント】WorldeSIMフロント修正(設定方法をPDF化/LP/規約/特商法/STEP3/メニュー) 20251211 M.Shimizu */
html {
    background: #fff;
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    font-size: 1.5em;
}

/* ----------------------------------------------
	共通
---------------------------------------------- */
.flex_set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.position_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

._inner {
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    padding: 50px 2%;
}

._inner h2 {
    margin-bottom: 36px;
    color: #0d74bc;
    font-size: 2.8rem;
    line-height: 1;
}

._inner .apply_btn {
    width: 40rem;
    margin-inline: auto;
    font-size: 2.1rem;
}

/* ----------------------------------------------
	MV
---------------------------------------------- */

.esim_lp_body {
    padding-top: 84px;
}

.mv_area {
    position: relative;
    height: 540px;
    background: url(../../images/contents/worldesim/main_pc.png) no-repeat center top / cover;
    text-align: center;
}

.mv_area::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 74%;
    width: 320px;
    height: 422px;
    background: url(../../images/contents/worldesim/mv_person_pc.png) no-repeat center top / cover;
    text-align: center;
}

.mv_area .mv_text {
    width: 100%;
    top: 50%;
}

.mv_area .mv_text_wrapper {
    display: flex;
    flex-direction: column;
}

.mv_area .mv_text ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    padding-top: 30px;
}

.mv_area .mv_text ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 10px 16px 10px 10px;
    color: #0b308b;
    font-size: 2.0rem;
    line-height: 1;
}

.mv_area .mv_text ul li::before,
.mv_area .mv_text ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 1px 9px 0px rgba(56, 56, 56, 0.15);
}

.mv_area .mv_text ul li i {
    padding-right: 10px;
}

.mv_area .mv_text h1 {
    color: #0b308b;
    font-size: 2.8rem;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(255, 255, 255, 0.5);
}

.mv_area .mv_text h1 .sub_text {
    position: relative;
}

.mv_area .mv_text h1 .sub_text::before,
.mv_area .mv_text h1 .sub_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 3rem;
    background: #0b308b;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.8),
        0 0 10px rgba(255, 255, 255, 0.8);
}

.mv_area .mv_text h1 .sub_text::before {
    transform: rotate(-30deg);
    left: -10px;
}

.mv_area .mv_text h1 .sub_text::after {
    transform: rotate(30deg);
    right: -10px;
}

.mv_area .mv_text h1 .big_text {
    color: #22afe2;
    font-size: 5.0rem;
}

.mv_area .mv_logo {
    width: 52rem;
    margin-bottom: 20px;
}

.mv_area .apply_btn {
    width: 460px;
    margin: 0 auto 16px;
    padding: 24px 30px;
    font-size: 2.0rem;
}

.mv_area .mv_discription {
    color: #fff;
    text-shadow:
        0 0 10px rgba(30, 30, 30, 0.2),
        0 0 10px rgba(30, 30, 30, 0.2),
        0 0 10px rgba(30, 30, 30, 0.2),
        0 0 10px rgba(30, 30, 30, 0.2),
        0 0 10px rgba(30, 30, 30, 0.2),
        0 0 10px rgba(30, 30, 30, 0.2),
        0 0 10px rgba(30, 30, 30, 0.2),
        0 0 10px rgba(30, 30, 30, 0.2);
}

.mv_area .mv_discription .mv_global {
    font-size: 2.4rem;
}

.mv_area .mv_discription .mv_global sup {
    font-size: 1.4rem;
}

.mv_area .mv_discription .mv_note {
    font-size: 1.4rem;
}

/* ----------------------------------------------
	eSIMとは？
---------------------------------------------- */

.about_esim_area ul {
    align-items: stretch;
    padding: 22px;
    border-radius: 16px;
    background: #e8f5f9;
}

.about_esim_area ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 24%;
    padding: 16px 10px;
    border-radius: 12px;
    background: #fff;
}

.about_esim_area ul li img {
    width: 14rem;
}

.about_esim_area ul li p {
    flex-grow: 1;
    padding-top: 14px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

/* ----------------------------------------------
	ご利用の流れ
---------------------------------------------- */

.flow_area h2 {
    margin-bottom: 50px;
}

.flow_area ol {
    align-items: stretch;
    margin-bottom: 56px;
}

.flow_area ol li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 23%;
    padding: 30px 8px 8px;
    border: solid 3px #e9e9e9;
    border-radius: 12px;
}

.flow_area ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #22afe2;
    border-right: 0;
}

.flow_area ol li .step {
    top: 0;
    padding: 8px 20px;
    border-radius: 100px;
    background: #0B308B;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.flow_area ol li img {
    width: 14rem;
    margin-bottom: 8px;
}

.flow_area ol li .flow_title {
    margin-bottom: 12px;
    font-size: 1.6rem;
}

.flow_area ol li .flow_text {
    flex-grow: 1;
    font-size: 1.4rem;
    text-align: left;
}

.flow_area .how_to {
    padding: 16px;
    border-radius: 12px;
    background: #e8f5f9;
}

.flow_area .how_to h3 {
    margin-bottom: 16px;
    color: #0d74bc;
    font-size: 2.0rem;
}

.flow_area .how_to_item {
    position: relative;
    width :48%;
    background: #fff;
}

.flow_area .how_to_item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #303339;
    border-right: 0;
}

.flow_area .how_to_item .flex_set {
    justify-content: flex-start;
    gap: 20px;
    padding: 16px;
}

.flow_area .how_to_item .flex_set:hover {
    background: rgba(34, 175 ,226 ,0.3);
}

.flow_area .how_to_item span {
    padding: 6px;
    background: #000;
    color: #fff;
    font-size: 1.4rem;
}

.flow_area .how_to_item p {
    font-size: 1.4rem;
}

/* ----------------------------------------------
	ご利用の流れ
---------------------------------------------- */

section.recommend_area {
    margin: 0;
    padding: 0;
    background: #F8FCFD;
}

.recommend_area ol {
    align-items: stretch;
}

.recommend_area ol li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 28%;
}

.recommend_area ol li .recommend_title {
    margin-bottom: 12px;
    color: #0B308B;
    font-size: 2.0rem;
    font-weight: bold;
}

.recommend_area ol li .recommend_title span {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    border-radius: 48px;
    background: #0B308B;
    color: #fff;
    font-size: 2.4rem;
    line-height: 48px;
}

.recommend_area ol li img {
    width: 100%;
    margin-bottom: 12px;
}

.recommend_area ol li .recommend_text {
    font-size: 1.4rem;
    text-align: left;
}

/* ----------------------------------------------
	プランと料金
---------------------------------------------- */

.price_area .sub_text {
    margin-bottom: 36px;
    font-size: 1.8rem;
}

.price_area .price_flag {
    flex-wrap: wrap;
    row-gap: 28px;
    margin-bottom: 36px;
    font-weight: bold;
    line-height: 1;
}

.price_area .price_flag_item {
    flex-direction: column;
    gap: 4px;
    width: 18%;
}

.price_area .price_flag_item img {
    width: 100%;
}

.price_area .price_flag_item .name {
    font-size: 1.6rem;
}

.price_area .price_flag_item .price {
    color: #0B308B;
    font-size: 1.6rem;
}

.price_area .price_flag_item .price span {
    font-size: 80%;
}

/* ----------------------------------------------
	よくある質問
---------------------------------------------- */

section.qa_area {
    margin-top: 0;
    background: #f8fcfd;
}

.qa_area ._inner {
    padding-top: 0;
}

.qa_area h2 {
    display: inline-block;
    position: relative;
    padding: 14px 56px;
    border-radius: 12px;
    background: #0d74bc;
    color: #fff;
}

.qa_area h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #0d74bc transparent transparent;
    translate: -50% 100%;
}

.question_list {
    margin-bottom: 28px;
    padding: 12px 16px;
    border-radius: 16px;
    background: #fff;
    font-size: 1.6rem;
    text-align: left;
}

.question_check {
    display: none;
}

.question_text {
    display: block;
    position: relative;
    padding: 20px 42px;
    width: 100%;
}

.question_text:not(:last-of-type) {
    border-bottom: solid 1px #c5c5c5;
}

.question_text::before {
    content: "Q";
    color: #0d74bc;
}

.question_text p::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
    width: 10px;
    height: 4px;
    transition: all 0.3s;
}

.answer_display {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    background: #fff;
    opacity: 0;
    transition: height 0.3s, opacity 0.3s, visibility 0.3s;
    overflow: hidden;
}

.answer_text {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}

.question_text::before,
.answer_display::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 28px;
    height: 32px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

.answer_text .qa_popup {
    background: none;
    color: #0d74bc;
    cursor: pointer;
}

.answer_display::before {
    content: "A";
    top: 32px;
    color: #e5287b;
}

.question_text:hover {
    cursor: pointer;
}

.question_check:checked + .question_text p::after {
    transform: scaleY(-1);
}

.question_check:checked + .question_text:not(:last-child) {
    border-bottom: none;
}

.question_check:checked + .question_text + .answer_display {
    opacity: 1;
    visibility: visible;
    display: block;
    height: 100%;
    padding: 20px 42px;
    border: solid 1px #0b308e;
    border-radius: 12px;
    background: #f8fcfD;
}

.question_check:checked + .question_text + .answer_display .answer_text {
    height: 100%;
}

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

.answer_display #sp_table-content01 {
    margin-bottom: 40px;
}

/* ----------------------------------------------
	周遊プランについて　ポップアップ
---------------------------------------------- */

.about_price_title {
    background: #0d74bc;
    font-size: 2.2rem;
}

.tour_popup_contents .tour_text {
    font-size: 1.6rem;
}

.tour_popup_contents th {
    font-size: 1.6rem;
}

.tour_popup_contents td {
    font-size: 1.4rem;
}

/* ----------------------------------------------
	お問い合わせ
---------------------------------------------- */

section.inquery_area {
    margin: 0;
    padding: 0;
    background: #e8f5f9;
}

.inquery_area h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: solid 1px #333;
    color: #333;
    font-size: 2.2rem;
}

.inquery_area h2::after,
.inquery_area h2::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.inquery_area h2::before {
    border-top: 29px solid #333;
    border-right: 29px solid transparent;
}

.inquery_area h2::after {
    bottom: -28px;
    left: calc(50% + 2px);
    border-top: 30px solid #e8f5f9;
    border-right: 30px solid transparent;
}

.inquery_area .inquery_wrapper {
    margin-bottom: 28px;
}

.inquery_area .inquery_item {
    position: relative;
    width: 49%;
    padding: 16px;
    border-radius: 100px;
    background: #fff;
}

.inquery_area .inquery_item.tel::before {
    content: "\f095";
    position: absolute;
    left: 30px;
    z-index: 2;
    transform: scaleX(-1);
    color: #0b308e;
    font-size: 2.0rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.inquery_area .inquery_item.tel::after,
.inquery_area .inquery_item.mail::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 100px;
}

.inquery_area .inquery_item.tel::before,
.inquery_area .inquery_item.mail::before {
    position: absolute;
    left: 30px;
    z-index: 2;
    transform: scaleX(-1);
    font-size: 2.0rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.inquery_area .inquery_item.tel::before {
    content: "\f095";
    color: #0b308e;
}

.inquery_area .inquery_item.tel::after {
    background: #e8f5f9;
}

.inquery_area .inquery_item.mail::before {
    content: "\f0e0";
    color: #333;
}

.inquery_area .inquery_item.mail::after {
    background: #efefef;
}

.inquery_area .inquery_item.tel .title,
.inquery_area .inquery_item.mail .title {
    position: relative;
    padding-left: 50px;
    color: #53535e;
    font-size: 1.4rem;
}

.inquery_area .inquery_item.tel .text {
    color: #0b308e;
    font-size: 2.7rem;
    font-weight: bold;
}

.inquery_area .inquery_item.mail .text {
    font-size: 2.2rem;
}

