@charset "UTF-8";
/*bg*/
/* MV
---------------------------------------------------*/
#mv {
    width: 100%;
    margin-top: 60px;
    padding: 20px 40px 0;
}
#mv .mv-bg {
    position: absolute;
    top: 76px;
    left: 0;
    z-index: 0;
}
#mv .inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}
#mv .inner .fv_catch {
    width: 45%;
    height: 500px;
    position: relative;
    z-index: 1;
}
#mv .inner .fv_catch img {
    width: 100%;
}
#mv .inner .fv_catch .btn-application {
    margin-top: 12px;
    margin-left: 44px;
}
#mv .inner .fv_catch .btn-application a {
    display: block;
    width: 300px;
    background-color: #EDBE21;
    border-radius: 30px;
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #FFFFFF;
    padding: 16px 0;
}
#mv .inner .fv_catch .btn-application a:hover {
    background-color: #D6AB1D;
}
#mv .inner .raku_fv {
    position: relative;
    width: 43.3%;
    z-index: 1;
}
#mv .inner .raku_fv img {
    width: 100%;
}
/*  768px  */
@media screen and (max-width: 768px) {
    #mv {
        margin-top: 7.8vw;
        padding: 2.6vw 5.2vw 0;
    }
    #mv .mv-bg {
        top: 9.88vw;
    }
    #mv .inner {
        max-width: 122.72vw;/*944px*/
    }
    #mv .inner .fv_catch {
        width: 50%;
        height: 59.54vw;/*458vw*/
    }
    #mv .inner .fv_catch .btn-application {
        margin-top: 1.56vw;
        margin-left: 5.72vw;
    }
    #mv .inner .fv_catch .btn-application a {
        width: 39vw;
        border-radius: 3.9vw;
        font-size: 1.95vw;
        padding: 2.08vw 0;
    }
    #mv .inner .raku_fv {
        width: 50%;
    }
    #mv .inner .raku_fv img {
        height: 59.54vw;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
    #mv {
        margin-top: 15.36vw;
        padding: 5.12vw 3.84vw 0;
    }
    #mv .mv-bg {
        position: absolute;
        width: 99.84vw;
        top: 53.76vw;
    }
    #mv .inner .fv_catch {
        width: 100%;
        height: 61.44vw;
    }
    #mv .inner .fv_catch .btn-application {
        margin-top: 3.07vw;
        margin-left: 0;
        display: flex;
        justify-content: center;
    }
    #mv .inner .fv_catch .btn-application a {
        width: 76.8vw;
        border-radius: 7.68vw;
        font-size: 3.84vw;
        padding: 4.09vw 0;
    }
    #mv .inner .raku_fv {
        width: 100%;
    }
    #mv .inner .raku_fv img {
        width: 100%;
        height: 122.8vw;
    }
}
/*Issue
---------------------------------------------------*/
#Issue {
    width: 100%;
    padding: 120px 40px;
    background-color: #43BCF4;
}
#Issue .inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
#Issue .inner .issue-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 240px 0px 120px;
    position: relative;
    background-image: url('../images/webp/issue.webp');
    background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
}

#Issue .inner .issue-wrapper .text-img {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/*#Issue .inner .issue-wrapper .text-img img {
    width: 204px;
    height: 91px;
}*/
#Issue .inner .issue-wrapper .text-img .text_01 img {
    width: 204px;
    height: 91px;
}
#Issue .inner .issue-wrapper .text-img .text_03 img {
    width: 215px;
    height: 91px;
}
#Issue .inner .issue-wrapper .text-img .text_05 img {
    width: 253px;
    height: 91px;
}
#Issue .inner .issue-wrapper .text-img .text_02 img {
    width: 204px;
    height: 91px;
}
#Issue .inner .issue-wrapper .text-img .text_04 img {
    width: 204px;
    height: 91px;
}
#Issue .inner .issue-wrapper .text-img .text_06 img {
    width: 215px;
    height: 91px;
}
#Issue .inner .issue-wrapper .text-img.gp-normal {
    width: 100%;
    max-width: 830px;
}
#Issue .inner .issue-wrapper .text-img.gp-mid {
    width: 100%;
    max-width: 1000px;
}
#Issue .inner ul.text-group {
    width: 760px;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}

#Issue .inner ul.text-group li {
    width: 100%;
}
#Issue .inner ul.text-group li .left {
    width: 43.4%;
    position: relative;
    padding: 36px 20px;
    background-color: #3696C3;
    border-radius: 20px 0 20px 20px;
}
#Issue .inner ul.text-group li .left h1 {
    position: absolute;
    top: -20px;
    left: -10px;
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.28em;
    letter-spacing: 0.02em;
    text-align: center;
    color: #EDBE21;
}
#Issue .inner ul.text-group li .left h4 {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55em;
    letter-spacing: 0.04em;
    text-align: center;
    color: #FFFFFF;
}
#Issue .inner ul.text-group li .left.last{
    padding: 22px 20px;
}
#Issue .inner ul.text-group li>ul {
    width: 53.9%;
    align-self: flex-start;
    border-radius: 0 20px 20px;
    background-color: #FFFFFF;
    padding: 30px;
}
#Issue .inner ul.text-group li>ul li {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.86em;
    letter-spacing: 0.06em;
    color: #43BCF4;
    list-style: disc;
}
/*  768px  */
@media screen and (max-width: 768px) {
    #Issue {
        padding: 15.6vw 5.2vw;
        background-color: #43BCF4;
    }
    #Issue .inner .issue-wrapper {
        padding: 24.57vw 0 12.35vw;
    }
    #Issue .inner .issue-wrapper .text-img img {
        width: 24.96vw;
        height: 9.88vw;
    }
    #Issue .inner ul.text-group {
        gap: 2.6vw;
    }
    #Issue .inner ul.text-group li .left {
        width: 47.9%;
        padding: 4.68vw 2.6vw;
        border-radius: 2.6vw 0 2.6vw 2.6vw;
    }
    #Issue .inner ul.text-group li .left.last{
        padding: 2.86vw 2.6vw;
    }
    #Issue .inner ul.text-group li .left h1 {
        top: -2.6vw;
        left: -1.3vw;
        font-size: 4.68vw;
    }
    #Issue .inner ul.text-group li .left h4 {
        font-size: 2.34vw;
    }
    #Issue .inner ul.text-group li>ul {
        width: 49.12%;
        border-radius: 0 2.6vw 2.6vw;
        padding: 3.9vw;
    }
    #Issue .inner ul.text-group li>ul li {
        font-size: 1.95vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_01 img {
        width: 26.52vw;
        height: 11.83vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_03 img {
        width: 27.95vw;
        height: 11.83vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_05 img {
        width: 32.89vw;
        height: 11.83vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_02 img {
        width: 26.52vw;
        height: 11.83vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_04 img {
        width: 26.52vw;
        height: 11.83vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_06 img {
        width: 27.95vw;
        height: 11.83vw;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
    #Issue {
        width: 100%;
        padding: 120px 15px;
    }

    #Issue .inner .issue-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        padding: 220px 0 80px;
        position: relative;
        background-image: url('../images/webp/issue.webp');
        background-position: center top;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #Issue .inner .issue-wrapper .text-img {
        display: flex;
        justify-content: space-between; 
        align-items: center;
        width: 100%;
        max-width: 390px;
        margin-bottom: 40px;
    }
    #Issue .inner .issue-wrapper .text-img {
        width: 100%;
        margin: 0 !important;
    }
    #Issue .inner .issue-wrapper .text-img .sp {
        width: 100%;
    }
    #Issue .inner .issue-wrapper .text-img .sp:last-child {
        display: flex;
        justify-content: flex-end;
    }
    #Issue .inner .issue-wrapper .text-img .text_01,
    #Issue .inner .issue-wrapper .text-img .text_03,
    #Issue .inner .issue-wrapper .text-img .text_05 {
        margin-left: -6.5px;
    }
    #Issue .inner .issue-wrapper .text-img .text_02,
    #Issue .inner .issue-wrapper .text-img .text_04,
    #Issue .inner .issue-wrapper .text-img .text_06 {
        margin-right: -6.5px;
    }
    #Issue .inner .issue-wrapper .text-img .text_02,
    #Issue .inner .issue-wrapper .text-img .text_03,
    #Issue .inner .issue-wrapper .text-img .text_04,
    #Issue .inner .issue-wrapper .text-img .text_05,
    #Issue .inner .issue-wrapper .text-img .text_06 {
        margin-top: -20px;
    }
    #Issue .inner .issue-wrapper .text-img .sp img {
        width: 52.562vw;
        height: 23.5888vw;
    }
    /*vw chan*/
    #Issue .inner ul.text-group {
        gap: 5.12vw;
    }
    #Issue .inner ul.text-group li {
        width: 100%;
    }
    #Issue .inner ul.text-group li .left {
        width: 91.6%;
        margin: 0 auto;
        padding: 9.216vw 5.12vw;
        border-radius: 5.12vw 0 5.12vw 5.12vw;
    }
    #Issue .inner ul.text-group li .left h1 {
        position: absolute;
        top: -5.12vw;
        left: -2.56vw;
        font-size: 9.2vw;
    }
    #Issue .inner ul.text-group li .left h4 {
        font-size: 4.6vw;
    }
    #Issue .inner ul.text-group li .left.last{
        padding: 5.6vw 5.12vw;
    }
    #Issue .inner ul.text-group li>ul {
        width: 100%;
        border-radius: 0 5.12vw 5.12vw;
        padding: 7.68vw;
        margin-top: 2.56vw;
    }
    #Issue .inner ul.text-group li>ul li {
        font-size: 3.84vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_01 img {
        width: 52.224vw;
        height: 23.5888vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_03 img {
        width: 55.04vw;
        height: 23.5888vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_05 img {
        width: 64.768vw;
        height: 23.5888vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_02 img {
        width: 52.224vw;
        height: 23.5888vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_04 img {
        width: 52.224vw;
        height: 23.5888vw;
    }
    #Issue .inner .issue-wrapper .text-img .text_06 img {
        width: 55.04vw;
        height: 23.5888vw;
    }
}
/*About
---------------------------------------------------*/
#About {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 120px 40px 60px;
}
#About p {
    margin-top: 20px;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #3A4040;
}
#About .inner {
    margin: 40px auto 0;
    padding: 0 80px;
}
#About .inner .about-text {
    width: 57.69%;
    min-width: 249px;
    position: relative;
    padding: 40px;
    border-radius: 40px;
    background-color: #FFFFFF;
}
#About .inner .about-text h1 {
    position: absolute;
    top: -34px;
    left: 36px;
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.28em;
    letter-spacing: 0.02em;
    color: #43BCF4;
}
#About .inner .about-text h1 span {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
}
#About .inner .about-text p {
    margin-top: 0;
}
#About .inner .about-img {
    width: 40.38%;
    /*width: 420px;*/
}
/*  768px  */
@media screen and (max-width: 768px) {
    #About {
        padding: 15.6vw 5.2vw 7.8vw;
    }
    #About p {
        margin-top: 2.6vw;
        font-size: 1.95vw;
    }
    #About .inner {
        margin: 5.2vw auto 0;
        padding: 0 5.72vw;
    }
    #About .inner .tb {
        height: 78.39vw;
    }
    #About .inner .tb .about-img {
        width: 100%;
        margin-top: 1.3px;
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    #About .inner .about-img img {           
        display: block;
        width: 54.6vw;
        height: 54.6vw;          
    }
    #About .inner .about-text {
        width: 78vw;
        padding: 5.2vw;
        border-radius: 5.2vw;
    }
    #About .inner .about-text h1 {
        top: -4.42vw;
        left: 4.68vw;
        font-size: 4.68vw;
    }
    #About .inner .about-text h1 span {
        font-size: 3.12vw;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
    #About {
        padding: 30.7vw 3.84vw 15.36vw;
    }
    #About .title {
        text-align: center !important;
    }
    #About .sub_title {
        text-align: center !important;
    }
    #About p {
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.328vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
        text-align: center;
    }
    #About .inner {
        margin: 10.24vw auto 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 20.48vw;
    }
    #About .inner .tb {
        height: 152.3vw;
    }
    #About .inner .about-text {
        width: 100%;
        padding: 10.24vw;
        border-radius: 10.24vw;
    }
    #About .inner .about-text h1 {
        position: absolute;
        top: -8.7vw;
        left: 9.2vw;
        font-size: 9.2vw;
    }
    #About .inner .about-text h1.sp {
        top: -19.2vw;
    }
    #About .inner .about-text h1 span {
        font-size: 6.14vw;

    }
    #About .inner .about-text p {
        margin-top: 0;
        text-align: left;
    }
    #About .inner .about-img {
        width: 100%;
    }
    #About .inner .about-img img {
        width: 100%;
        height: 100%;
    }
}
/*Merit
---------------------------------------------------*/
#Merit {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 40px 60px;
}
#Merit p {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #3A4040;
}
#Merit .inner {
    width: 100%;
}
#Merit .inner ul {
    width: 100%;
    margin-top: 40px;
}
#Merit .inner ul li {
    width: 340px;
    max-width: 520px;
    min-width: 325px;
    border-radius: 40px;
    background-color: #FFFFFF;
    box-shadow: 24px 24px 20px 0px #0000000D;
}
#Merit .inner ul li h2 {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    text-align: center;
    color: #43BCF4;
}
#Merit .inner ul li p {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #3A4040;
    margin-top: 10px;
}
#Merit .inner ul li dl dt {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #3A4040;
}
#Merit .inner ul li dl dd {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    text-align: center;
    color: #43BCF4;
}
#Merit .inner ul li dl dd span {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    text-align: center;
}
#Merit .inner ul li.cost {
    padding: 40px 20px 60px;
    align-self: flex-start;
}
#Merit .inner ul li.cost h6 {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.64em;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 4px;
    color: #9F9F9F;
}
#Merit .inner ul li.speed {
    margin-top: 40px;
    padding: 40px 20px;
}
#Merit .inner ul li.speed .circle {
    width: 124px;
    height: 124px;
    border-radius: 62px;
    background-color: #43BCF4;
}
#Merit .inner ul li.speed .circle p {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 2px;
    border-bottom: 1.5px solid white;
}
#Merit .inner ul li.speed .circle h5 {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #FFFFFF;
}
#Merit .inner ul li.cost .arrow-box {
  position: relative;
  width: 87px;
  height: 28px;
}
#Merit .inner ul li.cost .arrow-box .down-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  height: 28px;
  background-color: #43BCF4;
}
#Merit .inner ul li.cost .arrow-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 0;
  height: 0;
  border-left: 43.5px solid transparent;
  border-right: 43.5px solid transparent;
  border-top: 24px solid #43BCF4;
}
/*  768px  */
@media screen and (max-width: 768px) {
    #Merit {
        padding: 15.6vw 5.2vw 7.8vw;
    }
    #Merit p {
        font-size: 1.95vw;
    }
    #Merit .inner ul {
        margin-top: 5.2vw;
        display: flex;
        flex-direction: column;
        align-items: center;   
        justify-content: center;
        gap: 5.2vw;     
    }
    #Merit .inner ul li {
        width: 75.5%;
        max-width: 67.6vw;
        min-width: 42.25vw;
        border-radius: 5.2vw;
        box-shadow: 3.12vw 3.12vw 2.6vw 0px #0000000D;
        margin: 0 auto;
    }
    #Merit .inner ul li h2 {
        font-size: 3.12vw;
    }
    #Merit .inner ul li p {
        font-size: 1.95vw;
        margin-top: 1.3vw;
    }
    #Merit .inner ul li dl dt {
        font-size: 1.95vw;
    }
    #Merit .inner ul li dl dd {
        font-size: 3.12vw;
    }
    #Merit .inner ul li dl dd span {
        font-size: 1.95vw;
    }
    #Merit .inner ul li.cost {
        padding: 5.2vw 2.6vw 7.8vw;
        margin-top: 5.2vw;
    }
    #Merit .inner ul li.cost h6 {
        font-size: 1.43vw;
        margin-top: 0.52vw;
    }
    #Merit .inner ul li.speed {
        margin-top: 5.2vw;
        padding: 5.2vw 2.6vw;
    }
    #Merit .inner ul li.speed .circle {
        width: 16.12vw;
        height: 16.12vw;
        border-radius: 8.06vw;
    }
    #Merit .inner ul li.speed .circle p {
        font-size: 1.95vw;
        padding-bottom: 0.65vw;
        border-bottom: 0.195vw solid white;
    }
    #Merit .inner ul li.speed .circle h5 {
        font-size: 1.95vw;
    }
    #Merit .inner ul li.cost .arrow-box {
        width: 11.31vw;
        height: 3.64vw;
    }
    #Merit .inner ul li.cost .arrow-box .down-arrow {
        width: 6.11vw;
        height: 3.64vw;
    }
    #Merit .inner ul li.cost .arrow-box::after {
        bottom: -3vw;
        border-left: 5.65vw solid transparent;
        border-right: 5.65vw solid transparent;
        border-top: 3.12vw solid #43BCF4;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
    #Merit {
        padding: 30.72vw 3.84vw;
    }
    #Merit .title {
        text-align: center !important;
    }
     #Merit .sub_title {
        text-align: center !important;
    }
    #Merit p {
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.32vw;
        line-height: 2.07vw;
        letter-spacing: 0.06em;
        text-align: center;
    }
     #Merit .inner ul {
        margin-top: 10.24vw;
        display: flex;
        flex-direction: column;
        align-items: center;   
        justify-content: center;
        gap: 0;     
    }
    #Merit .inner ul li {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-radius: 10.24vw;
        background-color: #FFFFFF;
        box-shadow: 6.14vw 6.14vw 5.12vw 0px #0000000D;
        margin: 0 auto;
    }
    #Merit .inner ul li h2 {
        font-size: 6.14vw;
    }
    #Merit .inner ul li p {
        font-size: 3.32vw;
        margin-top: 2.56vw;
    }
    #Merit .inner ul li dl dt {
        font-size: 3.84vw;
    }
    #Merit .inner ul li dl dd {
        font-size: 6.14vw;
    }
    #Merit .inner ul li dl dd span {
        font-size: 3.84vw;
    }
    #Merit .inner ul li.cost {
        padding: 10.24vw 5.12vw 15.36vw;
    }
    #Merit .inner ul li.cost h6 {
        font-size: 2.816vw;
        margin-top: 1.02vw;
    }
    #Merit .inner ul li.speed {
        margin-top: 10.24vw;
        padding: 10.24vw 5.12vw;
    }
    #Merit .inner ul li.speed .circle {
        width: 31.7vw;
        height: 31.7vw;
        border-radius: 15.87vw;
        background-color: #43BCF4;
    }
    #Merit .inner ul li.speed .circle p {
        font-size: 3.84vw;
        padding-bottom: 0.512vw;
        border-bottom: 00.384vw solid white;
    }
    #Merit .inner ul li.speed .circle h5 {
        font-size: 3.84vw;
    }
    #Merit .inner ul li.cost .arrow-box {
        width: 22.27vw;
        height: 7.168vw;
    }
    #Merit .inner ul li.cost .arrow-box .down-arrow {
        transform: translateX(-50%);
        width: 12.03vw;
        height: 7.168vw;
    }
    #Merit .inner ul li.cost .arrow-box::after {
        bottom: -6vw;
        border-left: 11.13vw solid transparent;
        border-right: 11.13vw solid transparent;
        border-top: 6.14vw solid #43BCF4;
    }
}
/*Purpose
---------------------------------------------------*/
#Purpose {
    width: 100%;
    max-width: 1280px;
    padding: 120px 40px 60px;
    margin: 0 auto;
}
#Purpose .inner {
    display: flex;
    justify-content: space-between;
}
.purpose-left {
    width: 60%;
    max-width: 100%;
}
.purpose-right {
    width: 38.3%;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.purpose-right .circle-bg {
    position: relative;
    width: 384px;
    height: 384px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.purpose-right .circle-bg .icon-item {
    position: absolute;
    width: 140px;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #3A4040;
}
.purpose-right .circle-bg .icon-item img {
    width: 120px;
    height: 120px;
    /*padding: 0 10px;*/
}
.purpose-right .circle-bg .icon-item.top {
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.purpose-right .circle-bg .icon-item.top-right {
    top: 12px;
    right: -10%;
}

.purpose-right .circle-bg .icon-item.right {
    bottom: 12px;
    right: -10%;
}

.purpose-right .circle-bg .icon-item.bottom {
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
}

.purpose-right .circle-bg .icon-item.bottom-left {
    bottom: 12px;
    left: -10%;
}

.purpose-right .circle-bg .icon-item.left {
    top: 12px;
    left: -10%;
}

@media screen and (max-width: 768px) {
   #Purpose {
        padding: 15.6vw 5.2vw 7.8vw;
    }
    .purpose-left {
        width: 42.4%;
    }
    .purpose-right {
        width: 54.6%;
        height: 62.4vw;
    }
    .purpose-right .circle-bg {
        width: 49.92vw;
        height: 49.92vw;
    }
    .purpose-right .circle-bg .icon-item {
        width: 18.2vw;
        font-size: 1.95vw;
    }
    .purpose-right .circle-bg .icon-item img {
        width: 15.6vw;
        height: 15.6vw;
        /*padding: 0 1.3vw;*/
    }
    .purpose-right .circle-bg .icon-item.top {
        top: -7.8vw;
    }
    .purpose-right .circle-bg .icon-item.top-right {
        top: 1.56vw;
        right: 0;
    }
    .purpose-right .circle-bg .icon-item.right {
        bottom: 1.56vw;
        right: 0;
    }
    .purpose-right .circle-bg .icon-item.bottom {
        bottom: -6.24vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .purpose-right .circle-bg .icon-item.bottom-left {
        bottom: 1.56vw;
        left: 0;
    }
    .purpose-right .circle-bg .icon-item.left {
        top: 1.56vw;
        left: 0;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
   #Purpose {
        padding: 30.72vw 3.84vw 15.36vw;
    }
    #Purpose .title {
        text-align: center !important;
    }
    #Purpose .sub_title {
        text-align: center !important;
    }
    #Purpose p {
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.328vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
        text-align: center !important;
    }
    #Purpose .inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 5.12vw;
    }
    .purpose-left {
        width: 100%;
        max-width: 100%;
    }
    .purpose-right {
        width: 100%;
        height: 122.88vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .purpose-right .circle-bg {
        position: absolute;
        width: 98.3vw;
        height: 98.3vw;
        border-radius: 50%;
    }

    .purpose-right .circle-bg .icon-item {
        position: absolute;
        width: 35.84vw;
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.3vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
        text-align: center;
        color: #3A4040;
    }
    .purpose-right .circle-bg .icon-item img {
        width: 30.72vw;
        height: 30.72vw;
        /*padding: 0 2.56vw;*/
    }
    .purpose-right .circle-bg .icon-item.top {
        top: -15.36vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .purpose-right .circle-bg .icon-item.top-right {
        top: 3.07vw;
        right: 0;
    }

    .purpose-right .circle-bg .icon-item.right {
        bottom: 3.07vw;
        right: 0;
    }

    .purpose-right .circle-bg .icon-item.bottom {
        bottom: -12.28vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .purpose-right .circle-bg .icon-item.bottom-left {
        bottom: 3.07vw;
        left: 0;
    }

    .purpose-right .circle-bg .icon-item.left {
        top: 3.07vw;
        left: 0;
    }

}
/*  390px sp */
@media screen and (max-width: 390px) {

}
/*Flow
---------------------------------------------------*/
#Flow {
    width: 100%;
    max-width: 1280px;
    padding: 60px 40px 120px;
    margin: 0 auto;
}
#Flow ul.flow-list {
    width: 100%;
}
#Flow ul.flow-list li {
    width: 23.75%;
    height: 338px;
    padding: 20px;
    border-radius: 30px;
    background-color: #FFFFFF;
    box-shadow: 24px 24px 20px 0px #0000000D;
}
#Flow ul.flow-list li img {
    width: 120px;
    height: 120px;
}
#Flow ul.flow-list li .list-title {
    border-bottom: 2px solid #EBEBEB;
}
#Flow ul.flow-list li .list-title h1 {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.28em;
    letter-spacing: 0.02em;
    text-align: left;
    color: #43BCF4;
}
#Flow ul.flow-list li .list-title h1 span {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.56em;
    letter-spacing: 0.04em;
    text-align: center;
    color: #43BCF4;
}
#Flow ul.flow-list li .para {
    height: 112px;
}
#Flow ul.flow-list li .para p {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #3A4040;
}
/*  768px  */
@media screen and (max-width: 768px) {
    #Flow {
        padding: 7.8vw 5.2vw 15.6vw;
    }
    #Flow ul.flow-list li {
        width: 48.5%;
        height: 43.94vw;
        padding: 2.6vw;
        border-radius: 3.9vw;
        box-shadow: 3.12vw 3.12vw 2.6vw 0px #0000000D;
    }
    #Flow ul.flow-list li.tb {
        margin-top: 2.6vw;
    }
    #Flow ul.flow-list li img {
        width: 15.6vw;
        height: 15.6vw;
    }
    #Flow ul.flow-list li .list-title {
        border-bottom: 0.26vw solid #EBEBEB;
    }
    #Flow ul.flow-list li .list-title h1 {
        font-size: 4.68vw;
    }
    #Flow ul.flow-list li .list-title h1 span {
        font-size: 2.34vw;
    }
    #Flow ul.flow-list li .para {
        height: 14.56vw;
    }
    #Flow ul.flow-list li .para p {
        font-size: 1.95vw;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
    #Flow {
        padding: 15.36vw 3.84vw 30.72vw;
    }
    #Flow ul.flow-list {
        width: 100%;
        flex-direction: column;
        gap: 5.12vw;
    }
    #Flow ul.flow-list li {
        width: 100%;
        height: auto;
        padding: 5.12vw;
        border-radius: 7.68vw;
        background-color: #FFFFFF;
        box-shadow: 6.14vw 6.14vw 5.12vw 0px #0000000D;
    }
    #Flow ul.flow-list li img {
        width: 30.72vw;
        height: 30.72vw;
    }
    #Flow ul.flow-list li .list-title {
        border-bottom: 0.512vw solid #EBEBEB;
    }
    #Flow ul.flow-list li .list-title h1 {
        font-size: 9.216vw;
    }
    #Flow ul.flow-list li .list-title h1 span {
        font-size: 4.6vw;
    }
    #Flow ul.flow-list li .para {
        height: auto;
    }
    #Flow ul.flow-list li .para p {
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.328vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
        text-align: center;
        color: #3A4040;
    }
}
/*Price
---------------------------------------------------*/
#Price {
    width: 100%;
    padding: 120px 40px;
    background-color: #43BCF4;
}
#Price .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#Price .inner p {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #FFFFFF;
}
#Price .inner .card {
    padding: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
}
#Price .inner table {
    width: 100%;
    border-collapse: collapse;
}
#Price .inner table thead th {
    padding: 8px;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.86em;
    letter-spacing: 0.06em;
    text-align: left;
    color: #43BCF4;
}
#Price .inner table thead th.price {
    width: 160px;
}
#Price .inner table thead th.unit {
    width: 100px;
}
#Price .inner table thead th.remarks {
    width: 740px;
}
#Price .inner table tbody tr {
    border-top: 2px solid #EBEBEB !important;
}
#Price .inner table tbody td {
    padding: 8px;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.86em;
    letter-spacing: 0.06em;
    color: #3A4040;
}
/*  768px  */
@media screen and (max-width: 768px) {
    #Price {
        padding: 15.6vw 5.2vw;
    }
    #Price .inner p {
        font-size: 1.95vw;
    }
    #Price .inner .card {
        padding: 2.6vw;
        border-radius: 2.6vw;
    }
    #Price .inner table thead th {
        padding: 1.04vw;
        font-size: 1.95vw;
    }
    #Price .inner table thead th.price {
        width: 20.8vw;
    }
    #Price .inner table thead th.unit {
        width: 13vw;
    }
    #Price .inner table thead th.remarks {
        width: 29.64vw;
    }
    #Price .inner table tbody tr {
        border-top: 0.26vw solid #EBEBEB !important;
    }
    #Price .inner table tbody td {
        padding: 1.04vw;
        font-size: 1.95vw;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
    #Price {
        padding: 30.72vw 3.84vw;
    }
    #Price .inner {
         overflow: visible !important; /* ← これが重要！ 親で隠さない */
    }
    #Price .inner .title {
        text-align: center !important;
    }
    #Price .inner .sub_title {
        text-align: center !important;
    }
    #Price .inner p {
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.328vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
        color: #FFFFFF;
    }
    #Price .inner .inner-overflow {
        width: 100%;
        overflow-x: scroll; /* ← 明示的に scroll に */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /* ← iPhone対策 */
        display: block; /* ← flexだとスクロールが効かない時がある */
        white-space: nowrap; /* ← スクロール可能に */
    }
     /* スクロールバー非表示 (任意) */
    #Price .inner .inner-overflow::-webkit-scrollbar {
        display: none;
    }
    #Price .inner .card {
        display: inline-block; /* ← scroll対応用 */
        width: max-content;
        min-width: 215.04vw;
        padding: 5.12vw;
        border-radius: 5.12vw;
        background-color: #FFFFFF;
    }
    #Price .inner table {
        width: 215.04vw;
        border-collapse: collapse;
    }
    #Price .inner table thead th {
        white-space: nowrap;
        padding: 8px;
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.328vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
        color: #43BCF4;
    }
    #Price .inner table thead th.price {
        width: 40.96vw;
    }
    #Price .inner table thead th.price.sp {
        width: 25.6vw;
    }
    #Price .inner table thead th.unit {
        width: 20.48vw;
    }
    #Price .inner table thead th.remarks {
        width: 128vw;
    }
    #Price .inner table tbody tr {
        border-top: 0.512vw solid #EBEBEB !important;
    }
    #Price .inner table tbody td {
        white-space: nowrap;
        padding: 2.048vw;
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.328vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
    }
}
/*Faq
---------------------------------------------------*/
#Faq {
    width: 100%;
    padding: 120px 160px;
}
#Faq .inner {
    width: 100%;
    max-width: 960px;
    margin: 40px auto 0;
}
#Faq .inner .faq_blk {
    border-radius: 10px;
    width: 100%;
}

#Faq .inner .faq_blk h3 {
    color: #FFFFFF;
    border-radius: 10px;
    background-color: #43BCF4;
    text-align: left;    
    position: relative;
    padding: 10px 32px;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
}
#Faq .inner .faq_blk h3::before,
#Faq .inner .faq_blk h3::after {
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}
#Faq .inner .faq_blk h3::before {
    right: 10px;
    background-image: url('../images/icon/icon_arrow_down.svg');
}
#Faq .inner .faq_blk h3::after {
    left: 10px;
    background-image: url('../images/icon/icon_question.svg');
}
#Faq .inner .faq_blk h3:hover {
    background-color: #3CA9DC;
    cursor: pointer;
}
/*active*/
#Faq .inner .faq_blk h3.active {
    border-radius: 10px 10px 0 0;
}
#Faq .inner .faq_blk h3.active::before {
    top: 35%;
    -webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#Faq .inner .faq_blk .faq_inner {
    width: 100%;
}
#Faq .inner .faq_blk .faq_inner.hidden {
    overflow: hidden;
}
#Faq .inner .faq_blk .faq_inner .faq_txt {
    display: none;
    padding: 20px;
    margin-top: 0;
    border: 2px solid #43BCF4;
    border-radius: 0 0 10px 10px;
}
#Faq .inner .faq_blk .faq_inner .faq_txt p {
    color: #3A4040;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.86em;
    letter-spacing: 0.06em;
}
/*  768px  */
@media screen and (max-width: 768px) {
    #Faq {
        padding: 15.6vw 5.2vw;
    }
    #Faq .inner {
        margin: 5.2vw auto 0;
    }
    #Faq .inner .faq_blk {
        border-radius: 1.3vw;
    }
    #Faq .inner .faq_blk h3 {
        border-radius: 1.3vw;
        padding: 1.3vw 4.16vw;
        font-size: 1.95vw;
    }
    #Faq .inner .faq_blk h3::before,
    #Faq .inner .faq_blk h3::after {
        top: 1.95vw;
        width: 2.6vw;
        height: 2.6vw;
    }
    #Faq .inner .faq_blk h3::before {
        right: 1.3vw;
    }
    #Faq .inner .faq_blk h3::after {
        left: 1.3vw;
    }
    #Faq .inner .faq_blk .faq_inner .faq_txt {
        padding: 2.6vw;
        border: 0.26vw solid #43BCF4;
        border-radius: 0 0 1.3vw 1.3vw;
    }
    #Faq .inner .faq_blk .faq_inner .faq_txt p {
        font-size: 1.95vw;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
    #Faq {
        width: 100%;
        padding: 30.72vw 3.84vw;
    }
    #Faq .inner {
        margin: 10.24vw auto 0;
    }
    #Faq .inner .faq_blk {
        border-radius: 2.56vw;
    }
    #Faq .inner .faq_blk h3 {
        border-radius: 2.56vw;
        padding: 2.56vw 8.19vw;
        font-size: 3.32vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
    }
    #Faq .inner .faq_blk h3::before,
    #Faq .inner .faq_blk h3::after {
        top: 3.84vw;
        width: 5.12vw;
        height: 5.12vw;
    }
    #Faq .inner .faq_blk h3::before {
        right: 2.56vw;
    }
    #Faq .inner .faq_blk h3::after {
        left: 2.56vw;
    }
    /*active*/
    #Faq .inner .faq_blk h3.active {
        border-radius: 2.56vw 2.56vw 0 0;
    }
    #Faq .inner .faq_blk .faq_inner .faq_txt {
        display: none;
        padding: 5.12vw;
        margin-top: 0;
        border: 0.512vw solid #43BCF4;
        border-radius: 0 0 2.56vw 2.56vw;
    }
    #Faq .inner .faq_blk .faq_inner .faq_txt p {
        font-size: 3.32vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
    }
}
/* CONTACT
---------------------------------------------------*/
#contact {
    width: 100%;
    padding: 120px 40px;
}
#contact .inner {
    width: 100%;
    max-width: 960px;
    margin:  40px auto 0;
}
#contact .inner p {
    font-family: "M PLUS 2", serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.95em;
	letter-spacing: 0.06em;
}
#contact .inner dl {
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB;
}
#contact .inner dl dt {
    /*width: 160px;*/
    width: 16.6%;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #9F9F9F;
}
#contact .inner dl dd {
    /*width: 790px;*/
    width: 82.3%;
}
#contact .inner dl dd ul {
    padding: 10px 0;
}
#contact .inner dl dd ul li {
    gap: 6px;
}
#contact .inner dl dd ul li label {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #3A4040;
}
#contact .inner dl dd ul li .check {
    width: 28px;
    height: 28px;
}
#contact .inner dl dd ul li .check:hover {
    border-radius: 50%;
    background-color: #0000001A;
}
#contact .inner dl dd ul li a {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #43BCF4;
}
/*  768px  */
@media screen and (max-width: 768px) {
    #contact {
        padding: 15.6vw 5.2vw;
    }
    #contact .inner {
        margin:  5.2vw auto 0;
    }
    #contact .inner p {
        font-size: 1.95vw;
    }
    #contact .inner dl {
        padding: 1.3vw 0;
        border-bottom: 0.13vw solid #EBEBEB;
    }
    #contact .inner dl dt {
        width: 100%;
        font-size: 1.95vw;
    }
    #contact .inner dl dd {
        width: 100%;
    }
    #contact .inner dl dd ul {
        padding: 1.3vw 0;
    }
    #contact .inner dl dd ul li {
        gap: 0.78vw;
    }
    #contact .inner dl dd ul li label {
        font-size: 1.95vw;
    }
    #contact .inner dl dd ul li .check {
        width: 3.64vw;
        height: 3.64vw;
    }
    #contact .inner dl dd ul li a {
        font-size: 1.95vw;
    }
}
/*  390px sp */
@media screen and (max-width: 390px) {
    #contact {
        padding: 30.72vw 3.84vw;
    }
    #contact .inner {
        margin:  10.24vw auto 0;
    }
    #contact .inner p {
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.32vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
    }
    #contact .inner dl {
        padding: 2.56vw 0;
        border-bottom: 0.256vw solid #EBEBEB;
    }
    #contact .inner dl dt {
        width: 100%;
        font-family: "M PLUS 2", serif;
        font-size: 3.32vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
    }
    #contact .inner dl dd {
        width: 100%;
    }
    #contact .inner dl dd ul {
        padding: 2.56vw 0;
    }
    #contact .inner dl dd ul li {
        gap: 1.53vw;
    }
    #contact .inner dl dd ul li label {
        font-family: "M PLUS 2", serif;
        font-size: 3.32vw;
        line-height: 2.07vw;
        letter-spacing: 0.06em;
    }
    #contact .inner dl dd ul li .check {
        width: 7.168vw;
        height: 7.168vw;
    }
    #contact .inner dl dd ul li a {
        font-family: "M PLUS 2", serif;
        font-weight: 700;
        font-size: 3.84vw;
        line-height: 1.87em;
        letter-spacing: 0.06em;
        color: #43BCF4;
    }
}
/* CNT
---------------------------------------------------*/
#cnt a {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 72px;
    height: 72px;
    background-color: #FFFFFF99;
    box-shadow: 0px 2px 8px 0px #00000033;
    border-radius: 50%;
    background-image: url('../images/icon/icon_arrow_up.svg');
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
}
#cnt a:hover {
    background-color: #fff;
    background-image: url('../images/icon/icon_arrow_up_green.svg');
}
/* privacyModal
---------------------------------------------------*/
#privacyModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#privacyModal .modal-content {
    background: #FFFFFF;
    color: #3A4040;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 2px 6px 0px #00000033;
    text-align: left;
}
#privacyModal .sub-inner {
    max-width: 640px;
    width: 566px;
    height: 566px;
    overflow: scroll;
}
#privacyModal .modal-content .sub-inner::-webkit-scrollbar {
    display: none;
}
#privacyModal .sub-inner .text-box {
    margin-bottom: 10px;
}
#privacyModal .sub-inner .text-box h4 {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.56em;
    letter-spacing: 0.04em;
    color: #3A4040;
}
#privacyModal .sub-inner .text-box p {
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #3A4040;
}
#privacyModal .sub-inner .text-box h5 {
    font-family: "M PLUS 2", serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #3A4040;
    margin-bottom: 10px;
}
#privacyModal .sub-inner .text-box ol {
    padding-left: 20px;
}
#privacyModal .sub-inner .text-box ol li {
    list-style-type: decimal;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
    color: #3A4040;
}
#privacyModal .sub-inner .text-box ol li::marker {
    color: #3A4040;
    font-family: "M PLUS 2", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.87em;
    letter-spacing: 0.06em;
}
#closePrivacy:hover {
    border-radius: 50%;
    background-color: #EBEBEB;
    cursor: pointer;
}
/*  768px  */
@media screen and (max-width: 768px) {
    #privacyModal .modal-content {
        padding: 2.6vw;
        border-radius: 2.6vw;
        box-shadow: 0px 0.26vw 0.78vw 0px #00000033;
    }
    #privacyModal .sub-inner {
        max-width: 83.2vw;
        width: 78vw;
        height: 73.58vw;
    }
    #privacyModal .sub-inner .text-box {
        margin-bottom: 1.3vw;
    }
    #privacyModal .sub-inner .text-box h4 {
        font-size: 2.34vw;
    }
    #privacyModal .sub-inner .text-box p {
        font-size: 1.95vw;
    }
    #privacyModal .sub-inner .text-box h5 {
        font-size: 1.95vw;
        margin-bottom: 1.3vw;
    }
    #privacyModal .sub-inner .text-box ol {
        padding-left: 3.6vw;
    }
    #privacyModal .sub-inner .text-box ol li {
        font-size: 1.95vw;
    }
    #privacyModal .sub-inner .text-box ol li::marker {
        font-size: 1.95vw;
    }
}
/*  390px  */
/*@media screen and (max-width: 390px) {
    #privacyModal .modal-content {
        padding: 5.12vw;
        border-radius: 5.12vw;
        box-shadow: 0 0.51vw 1.536vw 0 #00000033;
    }
    #privacyModal .sub-inner {
        max-width: 163.84vw;
        width: 144.896vw;
        height: 144.896vw;
    }
    #privacyModal .sub-inner .text-box {
        margin-bottom: 2.56vw;
    }
    #privacyModal .sub-inner .text-box h4 {
        font-size: 4.6vw;
    }
    #privacyModal .sub-inner .text-box p {
        font-family: "M PLUS 2", serif;
        font-weight: 400;
        font-size: 3.3vw;
        line-height: 2.07em;
        letter-spacing: 0.06em;
    }
    #privacyModal .sub-inner .text-box h5 {
        font-size: 3.84vw;
        margin-bottom: 2.56vw;
    }
    #privacyModal .sub-inner .text-box ol {
        padding-left: 6.12vw;
    }
    #privacyModal .sub-inner .text-box ol li {
        font-size: 3.84vw;
    }
    #privacyModal .sub-inner .text-box ol li::marker {
        font-size: 3.84vw;
    }
}
    */
/**/
#contact .inner dl dd.error input {
    border: 1px solid red;
}