@charset "shift_jis";
/*
	2014 siterewal ver.4.1
*/

/* --------------------------------------------------
#right_container
-------------------------------------------------- */


#right_container span{
    overflow-wrap:
    anywhere;word-break:
    normal;line-break: strict;
    text-transform: capitalize;
}
section.firstview {
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    width: 100%;
    height: 100vw;
    text-align: center;
    background-image: url(../image/main_catch_sp.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: right;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 5%;
}
section.firstview h1.h1_title01{
    order: 2;
color: #005B73;
    position: relative;
    font-size: calc(16 * ((100vw - 320px) / 950) + 20px);
    /* -webkit-text-stroke: 5px #fff; */
    font-weight: bold;
    margin: 5% 0;
    letter-spacing: 1px;
    width: 100%;
    line-height: 35px;
    /* もやっと広がる白いシャドウ */
    text-shadow:
           0px 0px 15px rgba(255, 255, 255, 1),   /* 最も強い白 */
        0px 0px 50px rgba(255, 255, 255, 0.98),/* ほぼ真っ白 */
        0px 0px 70px rgba(255, 255, 255, 0.96),/* 広がるが濃い */
        0px 0px 100px rgba(255, 255, 255, 0.93); /* 最大限の広がり */
}
/* &:after {
    content:attr(title);;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(left top, #48B150, #48B150);
    background: linear-gradient(to bottom right, #48B150, #48B150);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #48B150;
    font-weight: bold;
    -webkit-text-stroke: 0;
} */
/* &:before {
    content:attr(title);;
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    text-shadow: 0 0 11px rgb(0, 0, 0);
    -webkit-text-stroke: 0;
} */

section.firstview .read{
    order: 1;
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    color: #ffffff;
    display: block;
   font-size: max(10vw + 5px, 30px);
    font-weight: bold;
    text-align: right;
    width: 100%;
     text-shadow: 2px 2px 2px #005B73, -2px -2px 2px #005B73, 2px -2px 2px #005B73, -2px 2px 2px #005B73;

}

.top_topix{
    font-size: 12px;
    color: #ffffff;
}
section.firstview .translation-wrap{order: 3;}
#SP-MaxWidth-900px,  #SP-MaxWidth-900px option {
    background-repeat: no-repeat;
    height: calc(3.5vw + 23px);
    padding-left: calc(3.5vw + 24px);
    background-image: url(../image/japan.jpg), url(../image/arrow.png);
    background-position: 6% 50%, 94% 50%;
    background-size: 18px, 12px;
    outline: 0;
    width: calc(30vw + 108px);
    line-height: 1.5;
}
select {
    -webkit-appearance: none;
    appearance: none;
}
.contents h3 {
    background: #C2EADC;
    color: #FFF;
    font-size: calc(26*((100vw - 320px) / 650) + 16px);
    padding: 0.4em 1em;
    margin-top: 25px;
    text-transform: capitalize;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
        text-align: center; /* 小さい文字（smallタグ）を中央寄せ */
}
.contents h3 small{
    /* position: relative; */
        color: #005B73;
    position: relative;
    font-size: calc(26*((100vw - 320px) / 650) + 16px);
    top: 0;
    /* left: 19px; */
    align-content: center;
    vertical-align: middle;
    line-height: 1.4;
      font-weight: bold;
          display: block; /* インライン要素だと text-align が効かないことがあるので block にする */
    margin: 0 auto; /* 水平方向の中央寄せ */
}


.contents h3.themma02 {
    background: #EE0000;
    color: #FFF;
    position: relative;
    font-size: calc(26 * ((100vw - 320px) / 650) + 16px);
    padding: 0.4em 1em;
    text-transform: capitalize;
    display: flex; /* Flexbox を適用 */
    justify-content: center; /* 水平方向の中央配置 */
    align-items: center; /* 垂直方向の中央配置 */
    flex-direction: column; /* 縦方向に並べる */
    line-height: 1.4;
    font-weight: bold;
    margin: 0 auto; /* h3 を中央寄せ */
    text-align: center; /* 予備として適用（Flexboxが無効な場合用） */
}





.contents h3.themma02 small{
    /* position: relative; */
        color: #ffffff;
    position: relative;
    font-size: calc(26*((100vw - 320px) / 650) + 16px);
    top: 0;
    align-content: center;
    vertical-align: middle;
    line-height: 1.4;
      font-weight: bold;
            justify-content: center;
            font-weight: bold;
          display: block; /* インライン要素だと text-align が効かないことがあるので block にする */
    margin: 0 auto; /* 水平方向の中央寄せ */
}

/* 文字の前の縦棒
.contents h3 small::before{
    content: '';
    position: absolute;
    left: -8px;
    top: 3px;
    background: #FFF;
    width: 1px;
    height: 69%;
} */







.contents .Structure {
    background-color: #FFF;
    height: auto;
    text-align: center;
    position: relative;
}
.contents .Structure ul {
    font-size: calc(19 * ((100vw - 320px) / 650) + 8.5px);
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    letter-spacing: 0.2em;
}
.contents .Structure ul li img{width: 85%;}
.contents .Structure ul li:nth-of-type(1) {
    position: relative;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
}
.contents .Structure ul li:nth-of-type(2) {
    position: absolute;
    font-size: calc(26 * ((100vw - 320px) / 650) + 17px);
    width: 24%;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.contents .Structure ul li:nth-of-type(3) {
    position: absolute;
    width: 24%;
    bottom: 20.5%;
    left: 17%;
}
.contents .Structure ul li:nth-of-type(4) {
    position: absolute;
    width: 24%;
    bottom: 20.5%;
    right: 16.3%;
}
.contents .Trouble-Support,
.contents .Supports-22languages{
    padding: 10% 0;
    background: #f3f1f1;
    margin: 0 auto;
}

.contents .Three-Way-Call {
        padding: 1% 0 5% 0;
    background: #ffffff;
    margin: 0 auto;
}

.contents .Trouble-Example{background-color: #FFF;padding: 10% 5%;}
.contents .Trouble-Example ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(100% / 2);
    padding: 4% 4% 10%;
    margin-right: -4px;
}
.contents .Trouble-Example ul li figcaption {
    border-bottom: #48B150 4px dotted;
    inline-size: fit-content;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 11% 0 2%;
}
.contents .chushaku , .contents .chushaku2{
    font-size: 12px;
    width: 90%;
    margin: 7% auto;
    line-height: 1.7;
    text-align: left;
}
.contents .CountryList{width: 83%;margin: 7% auto;}
.contents .CountryList img{width: 30px;height:30px;margin-right:20px;margin-top:-3px;}
.contents .CountryList ul li{
    font-size: calc(8 * ((100vw - 320px) / 650) + 14px);
    display: inline-block;
    vertical-align: baseline;
    text-align: left;
    width: calc(100% / 2);
    padding: 6% 0% 0%;
    margin-right: -4px;
    line-height: 1.3;
}
.contents .OtherCountries {margin: 7% 0;}
.contents .Flow{}

.contents .Flow .Flex-box1 , .contents .Flow .Flex-box2,
.contents .Flow .Flex-box3{
    background: #F2FAF3;
    height: 100%;
    margin-bottom: 20px;
}
.contents  .Flow ul {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}
.contents .Flow ul li.number{
    font-family: "tbchibirgothicplusk-pro", sans-serif;
    width: calc(100% / 8);
    font-size: 30px;
    font-weight: bold;
    background: #a3d8a7;
    height: 183px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    line-height: 0.9;
    overflow: hidden;
    text-transform: uppercase;
}
.contents .ServiceFlow ul > li:nth-child(2) {padding: 0 4%;flex: 1;}
.contents .Flow ul > li:nth-child(2) > small{
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 1em;
    display: block;
    font-size: 11px;
}
.contents .Flow ul > li:nth-child(2) > p{font-weight: bold;}
.OptionService , .contents .Guidance{
    padding: 5% 0 5%;
    margin: 5% auto;
    border-top: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
    text-align: center;
}
.contents .Guidance{margin-top: 0;margin-bottom: 8%;}

.contents .Guidance img{width: calc(100% / 3.5);}

.contents .ServiceContents , .contents .SupportedLanguages,
.contents .Price , .contents .ServiceFlow {
    background-color: #FFF;
    margin-bottom: 8%;
}
.contents .please-Contact-MiniMiniStaff{
    background: #563B32;
    background-image: url(../image/MiniMiniMan.png);
    background-repeat: no-repeat;
    background-position: 97% 100%;
    background-size: 113px auto;
    width: 100%;
    height: 203px;
    display: flex;
    align-content: center;
    align-items: center;
}
.contents .please-Contact-MiniMiniStaff h4{
    font-size: calc(19 * ((100vw - 320px) / 650) + 13.5px);
    font-weight: bold;
    color: #FFF;
    line-height: 31px;
    letter-spacing: 1.5px;
    margin-left: 5%;
    margin-right: 91px;
    margin-top: 4%;
}
.contents .chushaku2{text-indent: -1em; margin: 5% 7% 13%;}

section img{width: 100%;}
.box1{width: 90%;margin: 0 auto; text-align: left;}
.box2{padding: 10% 10% 4%;  background: #f3f1f1;  margin: 0 auto;  text-align: center;}
.box2 .detail{display: block;}
section h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: calc(26 * ((100vw - 320px) / 2560) + 20px);
    color: #000;
    margin: 0 auto 1.0em;
    background: transparent;
    font-weight: bold;
    display: block;
    height: auto;
    width: 80%;
}
section p {
    font-size: calc(8 * ((100vw - 320px) / 650) + 13.5px);
    margin: 0 auto;
    line-height: 1.5;
    font-weight: normal;
}
.big-txt1, .big-txt2 {
    font-family: "?揀Cリオ", sans-serif;
    font-size: calc(19 * ((100vw - 320px) / 650) + 20px);
    font-weight: bold;
    padding: 1.3em 0;
    text-align: center;
    display: block;
    width: 90%;
}
.big-txt2{
    background-image: url(../image/circle.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 5%;
    letter-spacing: 2.3px;
}
.big-txt3 {
    background: #A3D8A7;
    border-radius: 50px;
    letter-spacing: 0.1em;
    padding: 6px;
    width: 100%;
    height: 44px;
    line-height: 1.7;
    font-size: 20px ;
    font-weight: bold;
}
.big-txt4{
    font-size: calc(19 * ((100vw - 320px) / 650) + 25px);
    font-weight: bold;
    margin: 20px auto 20px;
    color: #c00;
}
.big-txt4 b{margin:0 2% 0 2%;}
.big-txt4 b:last-child{margin-left:2%;}
.big-txt4 small{padding-top: 3px;}
.pc-hidden{display: block;}
.Flex-Start {display: flex;align-items: center;justify-content: flex-start;}
.Flex-Center{display: flex;align-items: center;justify-content: center;}

/* Add　20250225＿1235 ---------------*/
.obi{
background-color: #C2EADC;
text-align: right;
padding: 2% 2% 2% 0;
}


.picture_info{
    max-width: 800px; /* 最大800pxまで */
    width: 100%;      /* 親要素に合わせる */
    height: auto;
}

section.contents .picture_info{
    width: 100%;
    height: auto;
    text-align: center;

}
.picture_info img {
    width: 100%;
    height: auto;
    display: block; /* 余計な隙間をなくす */
}
section p {
    font-size: calc(8 * ((100vw - 320px) / 650) + 13.5px);
    margin: 0 auto;
    line-height: 1.5;
    font-weight: normal;
}



/*直営・FC*/
.Shop_service {
    margin-bottom: 40px;
}
.Shop_service h4{
    text-align: center;
    margin-bottom: 20px;
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto 2% auto;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    padding: 10px 0;
}
.Shop_service h4.black {
    border: 2px solid black;
}
.Shop_service h4 small{
    color: #000000;
}
.Shop_service h4.red {
    border: 2px solid #EE0000;
    color: #EE0000;    
    text-decoration: underline;    
}
.Shop_service h4.red small{
    color: #EE0000;    
}

.Shop_service .content_container {
    width: 94%;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px; 
    margin: 0 auto;
}
.Shop_service .content_container span.rounded-box {
    display: block;
    width: 30%;
}
.Shop_service .content_container div.box_right {
    display: block; 
    width: 70%;  
    text-align: left; 
    margin: auto 0 auto 0;
}

.QA_sub .QA_sub_A {
    height: auto; /* 高さは自動調整 */
    text-align: center;
}

.QA_sub .QA_sub_B {
    height: auto;
    font-size: calc(16*((55vw - 300px) / 1050) + 15px);
}

.rounded-boxi img.chara {
    width: 20px;
    height: auto;
}

li img.logo {
    width: 40%;
    max-width: 150px;
    height: auto;
}


/* --------------------------------------------------
-----------------------------------------------------
window size 900-
-----------------------------------------------------
-------------------------------------------------- */
@media screen and (min-width:900px){
    section.firstview .read{
                order: 1;
  font-size: calc(18 * ((120vw - 900px) / 100) + 20px);
  font-size: max(3.5vw + 5px, 20px); /* 最大32pxまでに制限 */
            }
    section.firstview h1{order: 2;font-size: 44px;margin: 4% 0 1.5%;letter-spacing: 8px;}
    section.firstview .translation-wrap{order: 0;position: absolute;top: 3%;right: 2%;z-index: 0;}
    section.firstview {
        background-image: url(../image/main_catch_pc.jpg);
        height: 562px;
        position: relative;
        margin-bottom: 4rem;
    }

    section p {
    font-size: clamp(1.375rem, 1.057rem + 0.57vw, 1.75rem);
}
    .big-txt2 {background-size: 90px;}
    .contents .please-Contact-MiniMiniStaff h4 {
        font-size: 16.5px;
        margin-top: 9px;
        margin-right: 154px;
    }
    .contents .chushaku2 {
        text-indent: -1em;
        margin: 1% 2% 5%;
        width: 100%;
    }
    .contents h3 small {
        left: 0px;
        top: 1px;
    }
    .contents .CountryList {width: 100%;margin: 0% auto;}
    .contents .CountryList ul li{font-size: 16px;}
    .contents h3 {font-size: 26px;}
    .contents .Price .chushaku {margin: 2% 0 0% 0;}
    .contents .three-way-call {display: block;margin: 5% auto;}
    .contents .Structure ul li img{width: 85%;}
    .contents .Structure ul {font-size: 18px;}
    .contents .Structure ul li:nth-of-type(2) {font-size: 25px;}
    .contents .Guidance img{width: 120px;height:142px;}
    .contents .ServiceContents, .contents .SupportedLanguages,
    .contents .Price, .contents .ServiceFlow {margin-bottom: 7%;}
    .contents .Three-Way-Call, .contents .Trouble-Support, .contents .Supports-22languages {padding: 5% 0;}
    /* #SP-MaxWidth-900px{display: none;} */
    #PC2025-MinWidth-900px{display: flex;align-items: right;}
    #PC-MinWidth-900px{display: flex;align-items: center;}
    #PC-MinWidth-900px > p , #PC-MinWidth-900px > button{font-size:12px; color:#FFF; font-weight: normal; padding: 3px 7px 1px;}
    #PC-MinWidth-900px > button {
        background-color: #878787;
        border-style: solid;
        border-color: #FFF;
        border-width: 1px 0px 1px 1px;
        box-sizing: border-box;
        font-size: 12px;
        text-align: center;
        font-weight: bold;
    }

    #SP-MaxWidth-900px, #SP-MaxWidth-900px option {
    background-repeat: no-repeat;
    height: calc(1.5vw + 23px);
    padding-left: calc(3.5vw + 24px);
    background-image: url(../image/japan.jpg), url(../image/arrow.png);
    background-position: 6% 50%, 94% 50%;
    background-size: 18px, 12px;
    outline: 0;
    width: calc(8vw + 108px);
    line-height: 1.5;
    }

    #PC-MinWidth-900px > button:last-child {border-right: 1px solid #FFF;}
    #PC-MinWidth-900px > button > small {margin: 0px 1px;  position: relative; top: -1.25px; font-size: 85%;}
    #PC-MinWidth-900px > button.active{background: #cc0000;}

	div.mm-page{
		width: 100%;
		margin-top: 96px;
		border-top: 6px solid #c00;
	}
	#main_container{
		margin: 10px auto 0 auto;
		overflow: hidden;
		width: 980px;
	}

    #left_container {
        width: 250px;
        float: left;
        clear: none;
    }
    #right_container {
        width: 700px;
        float: right;
        margin-left: 30px;
    }


    .obi {
    background-color: #C2EADC;
        padding: 2% 2% 2% 15%;
    }

    section.firstview h1.h1_title01 {
        order: 2;
        color: #005B73;
        position: relative;
        font-size: calc(16 * ((90vw - 1024px) / 950) + 18px);
        /* -webkit-text-stroke: 5px #fff; */
        font-weight: bold;
        margin: 5% 0 0% 0;
        letter-spacing: 1px;
        width: 100%;
            line-height: 3.0rem;
        /* もやっと広がる白いシャドウ */
    text-shadow:
        0px 0px 10px rgba(255, 255, 255, 1),  /* 最も濃い白（中心） */
            0px 0px 25px rgba(255, 255, 255, 1),  /* さらに強調した白 */
            0px 0px 40px rgba(255, 255, 255, 0.98), /* ほぼ真っ白 */
            0px 0px 60px rgba(255, 255, 255, 0.95), /* ややぼかしつつ濃い */
            0px 0px 80px rgba(255, 255, 255, 0.9);  /* 最も広がる白 */


    }


    .contents h3 small {
        /* position: relative; */
        color: #005B73;
        position: relative;
        font-size: calc(14*((60vw - 800px) / 950) + 16px);
        top: 0;
        /* left: 19px; */
        align-content: center;
        vertical-align: middle;
        line-height: 1.4;
        font-weight: bold;
    }

    .contents h3.themma02 {
        background: #EE0000;
        color: #FFF;
        position: relative;
        font-size: calc(16*((75vw - 1000px) / 950) + 16px);
        padding: 0.4em 1em;
        text-transform: capitalize;
        display: flex; /* Flexbox を適用 */
        justify-content: center; /* 水平方向の中央配置 */
        align-items: center; /* 垂直方向の中央配置 */
        flex-direction: column; /* 縦方向に並べる */
        line-height: 1.4;
        font-weight: bold;
        margin: 0 auto; /* h3 を中央寄せ */
        text-align: center; /* 予備として適用（Flexboxが無効な場合用） */
    }


    .contents h3.themma02 small{
        /* position: relative; */
            color: #ffffff;
        position: relative;
            font-size: calc(14*((60vw - 800px) / 950) + 16px);
        top: 0;
        align-content: center;
        vertical-align: middle;
        line-height: 1.4;
        font-weight: bold;
                justify-content: center;
                font-weight: bold;
            display: block; /* インライン要素だと text-align が効かないことがあるので block にする */
        margin: 0 auto; /* 水平方向の中央寄せ */
    }


    /*直営・FC*/
    .Shop_service{
        display: flex;
        width: 100%;
    }
    .Shop_service .rounded-box {
        display: block; /* インライン要素をブロック要素にして改行 */
        text-align: center; /* 画像を中央に */
        margin: 0 auto; /* 中央寄せ */
    }
    .Shop_service .chokuei,
    .Shop_service .fc{
        width: 50%;
    }
    .Shop_service .content_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .Shop_service .content_container div.box_right{
        width: 100%;
    }
    .Shop_service .content_container ul li{
        width: 100%;
    }
    .Shop_service .content_container ul li.QA_sub_A{
        text-align: center;
    }

    .Shop_service .content_container ul li.QA_sub_B{
        text-align: center;
    }


}

