@charset "utf-8";

:root{
    --color-bk:#393836;
    --color-gy01:#999999;
    --color-gy02:#e0e0e0;
    --color-gy03:#cccccc;
    --color-bl01:#00b4c8;
    --color-bl02:#d9f4f7;
    --color-bl03:#1663ab;
    --color-bl04:#f2fbfc;
    --color-bl05:#003869;
    --color-pk01:#e97da1;
    --font-inter:"Inter", sans-serif;
}

html{
    font-size: 62.5%;
    /*font-size: 71.43%;*/
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}

body{
    font-size: 1.4rem;
    line-height: 1.67em;
    color:var(--color-bk) ;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic UI", "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    text-align: left;
}

img{
    width: 100%;
}

.inner{
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

header{
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    /*height: 100px;*/
    position: fixed;
    width: 100%;
    top: -100px;
    transition: 0.2s;
    z-index: 99;
    background-color: #fff
}

body.second header,
header.active{
    top: 0
}

header .inner{
    max-width: 1320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    line-height: 1
}

header .inner .ci{
    max-width: 164px;
}

header .inner .ci img{
    width: 100%
}

header .inner #opt{
    height: 30px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 1.1rem;
}

header .inner #opt ul{
    display: flex;
    gap: 26px;
    margin-right: 30px;
}

header .inner #opt .btn,
footer .inner .btn-area .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    position: relative;
}

header .inner #opt .btn{
    width: 180px;
    height: 30px;
    border-radius: 0 0 5px 5px;
}

footer .inner .btn-area .btn{
    width: 200px;
    height: 40px;
    border-radius: 8px;
}

header .inner #opt .btn+.btn,
footer .inner .btn-area .btn+.btn{
    margin-left: 10px
}

header .inner #opt .btn.nw,
footer .inner .btn-area .btn.nw{
    background-color: #e97da1;
}

header .inner #opt .btn.mp,
footer .inner .btn-area .btn.mp{
    background-color: #00b4c8;
}

header .inner #opt .btn img,
footer .inner .btn-area .btn img{
    width: 14px;
    height: auto;
    position: absolute;
    right: 14px
}

header .inner #cont{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

header .inner #cont ul{
    display: flex;
    gap: 30px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px
}

#breadcrumbs{
    display: none;
}

body.second #breadcrumbs{
    margin-top: 100px;
    padding: 20px 0;
    display: block;
    font-size: 1.1rem;
}

body.second #breadcrumbs ul,
.main-head{
    display: flex;
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    line-height: 1
}

body.second #breadcrumbs ul a{
    color: var(--color-bl01);
    text-decoration: underline;
}

body.second #breadcrumbs ul li+li:before{
    content: "/";
    margin: 0 6px
}

#campaign .inner{
    max-width: 820px
}

#campaign .center-list a{
    width: 240px;
    height: 300px;
    background-color: #ccc
}

#campaign .center-list a img{
    width: 100%
}

.main-head{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 60px
}

.base{
    padding: 80px 0 90px;
}

.base.wb{
    background-color: var(--color-bl04)
}

.base.eg{
    background-color: var(--color-bl01)
}

.base.tg{
    background-color: #ace5ec
}

.base.nb{
    background-color: var(--color-bl05);
}

.h-set{
    margin-bottom: 60px
}

.h-set .drop{
    margin: 0 auto 30px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1
}

.h-set.nm .drop{
    line-height: 1.6;
    margin-bottom: 0
}

.h-set .drop::before {
    content: "";
    display: block; 
    width: 12px;
    height: 15px;
    background: url('/img/common/icon_drop_eg.svg') no-repeat;
    background-size: contain;
    margin: 0 auto 34px;
}

.h-set .drop span{
    font-size: 1.6rem;
    margin-bottom: 28px;
    display: block;
}

.h-set p{
    color: var(--color-gy01);
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-align: center;
    font-family: "Inter";
}

.mid{
    color: var(--color-bl01);
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: center;
}

.sml{
    font-weight: 600;
    color: var(--color-bk);
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.base.eg .h-set,
.base.eg .h-set p{
    color: #fff !important
}

.base.eg .h-set .drop::before{
    background: url('/img/common/icon_drop_wh.svg') no-repeat;
}

.btns{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-weight: 600;
    margin: 60px auto 0
}

.btns img{
    position: absolute;
    right: 24px;
    width: 14px
}

.btns.common{
    background-color: var(--color-bl03);
    border-radius: 25px;
    font-size: 1.4rem;
    width: 340px;
    height: 50px;
}

.btns.cv{
    background-color: var(--color-pk01);
    border-radius: 8px;
    font-size: 2rem;
    width: 420px;
    height: 70px;
}

.btns.cv p{
    border-radius: 100%;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border: 2px solid var(--color-pk01);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: var(--color-pk01);
    background-color: #fff;
    font-size: 1.2rem;
    flex-direction: column;
    line-height: 1.1;
    left: 20px;
    top: -10px
}

.btns.cv p b{
    font-size: 2rem
}

.btns.tel{
    border: 0.5px solid var(--color-gy02);
    width: 420px;
    height: 70px;
    border-radius: 8px;
    font-size: 3rem;
    font-weight: 700;
    font-family: "Inter";
    color: var(--color-bk)
}

.btns.tel img{
    position: relative;
    width: 58px
}

.btns.lines {
    padding: 13px 0 13px 10px;
    border-top: 0.5px solid var(--color-gy02);
    border-bottom: 0.5px solid var(--color-gy02);
    color: var(--color-bk);
    font-size: 1.4rem;
    margin-top: 20px;
}

p.notice{
    font-size: 1rem;
    line-height: 1.4
}

ul.notice{
    font-size: 1rem;
    padding-left: 1rem;
    text-indent: -1rem;
}

ul.notice li:before{
    content: "※"
}

img.logo_gd{
    position: absolute;
    top: 20px;
    left: 16px;
    width: 50px !important;
}

.border{
    box-sizing: border-box;
    border: 0.5px solid var(--color-gy02);
}

.txt-box p{
    text-align: justify;
}

.txt-box p+p{
    margin-top: 20px;
}

#product .item-list .swiper-wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

#product .item-list .swiper-slide{
    overflow: hidden;
    border-radius: 10px;
    border: 0.5px solid var(--color-gy02);
    max-width: 300px;
    box-sizing: border-box;
    font-weight: 600;
    text-align: center;
}

#product .item-list .swiper-slide .img-box{
    position: relative;
}

#product .item-list .swiper-slide .img-box img{
    width: 100%
}

#product .item-list .swiper-slide .info-box{
    padding: 40px 20px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product .item-list .swiper-slide h3{
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 30px
}

#product .item-list .swiper-slide .txt-box{
    font-size: 1.4rem;
    margin-bottom: 40px
}

#product .item-list .swiper-slide .act-box{
    line-height: 1;
    position: relative;
    width: 170px;
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem
}

#product .item-list .swiper-slide .act-box img{
    width: 14px
}

.plus-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.plus-box>li:not([class]) {
  color: #ace5ec;
  font-size: 3rem;
  font-weight: 900;
  font-family: "Inter";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ace5ec;
  margin: 0 25px
}

.plus-box .box{
    width: 300px;
    height: 320px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.plus-box .box.nest{
    background-color: transparent;
}

.plus-box .box.nest .box-in{
    background-color: #fff;
    border-radius:  0 0 10px 10px;
    padding: 0 40px
}

.plus-box .box.nest .nest-box{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 20px
}

.plus-box .box.nest .nest-box li{
    width: calc(100% / 3 - 10px);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 70px;
    min-height: 70px
}

.plus-box .box .img{
    height: 140px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px
}

.plus-box .box .img img{
    height: 100%;
    width: auto;
    position: relative;
    z-index: 2
}

.plus-box .box .img p{
    border-radius: 100%;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #fff;
    background-color: var(--color-bl01);
    font-size: 1.1rem;
    font-weight: 600;
    flex-direction: column;
    line-height: 1.1;
    right: -60px;
    top: -20px;
    z-index: 1
}

.plus-box .box .img p b{
    font-size: 2rem;
    font-family: "Inter";
}

.plus-box .box .box-in{
    display: flex;
}

.box .caption{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 14px
}

.box .caption span{
    display: block;
    font-size: 1.4rem
}

.box .price{
    display: flex;
    color: var(--color-pk01);
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    align-items: flex-end;
}

.box .price p{
    font-family: "Inter";
    font-size: 2.8rem;
    font-weight: 700
}

.box .price span{
    font-size: 1.2rem
}

.plus-box .box .txt-box,
.box.guide .txt-box,
#merit .box .txt-box{
    width: 220px;
    margin-top: 30px;
    text-align: justify;
    font-size: 1.2rem;
}


#merit .box-list>li .info-box{
    align-items: flex-start;
}

#merit .dem-box .band{
    background-color: #999999
}

#merit .box .txt-box{
    width: 100%;
    font-size: 1.4rem;
    text-align: justify;
    margin-top: 0;
}

#merit .box-list>li h4{
    margin-bottom: 10px;
    text-align: justify;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#merit .box-list>li h4.mel{
    color: var(--color-bl01)
}

#merit .box-list>li h4.mel:before{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid var(--color-bl01);
    box-sizing: border-box;
    content: "";
    margin-right: 10px
}

#merit .box-list>li h4.dem:before {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 26px;
    background: var(--color-bk);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    content: "";
    display: inline-block;
    margin-right: 10px
}

#merit .box-list>li h4.dem:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 15px;
    width: 19.6px;
    height: 17px;
    background: #fff;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    transform: translateX(-50%);
}


#merit .box .txt-box+h4{
    margin-top: 50px
}

.box.guide .txt-box{
    width: 90%
}

.box.guide .notice{
    width: 90%;
    text-align: left;
    margin-top: 10px;
    font-weight: 400
}

.plus-box .box .txt-box span,
.box.guide .txt-box span,
#merit .box .txt-box span{
    border-bottom: 2px dotted #aaa;
    line-height: 2.2;
    padding-bottom: 2px;
}

.box.head-top{
    justify-content: flex-start;
}

.box.head-top .band{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 0;
    height: 40px;
    background-color: var(--color-bl01);
    color: #fff;
    font-weight: 600
}

.box.head-top .box-in{
    display: flex;
    height: calc(100% - 40px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.center-list{
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.center-list a{
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.grid-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px; 
}

.grid-box li{
    background-color: #fff;
    border-radius: 10px;
    width: 420px;
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.grid-box .img-box{
    height: 230px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.grid-box .img-box .num{
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Inter";
    font-weight: 700;
    font-size: 6.0rem;
    line-height: 1;
    color: #d9f4f7;

}

.grid-box .img-box .band{
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 2
}

.grid-box .img-box .band p{
    display: inline;
    -webit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: var(--color-bl01);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3rem;
    color: #fff;
    padding: 5px;
}

.grid-box .img-box img{
    position: relative;
    z-index: 1;
    width: auto;
    height: 100%
}

.grid-box li .txt-box{
    padding: 30px 40px 40px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-box li .txt-box p:not([class]){
    text-align: justify;
    font-size: 1.4rem;
    line-height: 2.6rem
}

.grid-box li .txt-box p+p{
    margin-top: 10px
}

.grid-box li .txt-box .btns.common{
    margin-top: auto
}

.aco-box{
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.aco-box li {
    border: 0.5px solid var(--color-gy02);
    border-radius: 8px;
    text-align: left;
    font-size: 1.3rem;
    background-color: #FFF;
    transition: 0.5s;
    overflow: hidden;
}

.aco-box li .question,
.aco-box li .answer .txt-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 24px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.6rem
}
.aco-box li .question:before,
.aco-box li .answer .txt-box:before{
    display: flex;
    width: 40px;
    height: 40px;
    background-color: var(--color-bl01);
    border-radius: 100%;
    color: #fff;
    font-family: "Inter";
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    /*margin-right: 24px*/
    position: absolute;
    top: 14px
}

.aco-box li .question:before{
    content: 'Q';
}

.aco-box li .answer .txt-box:before{
    content: 'A';
}

.aco-box li .question span,
.aco-box li .answer .txt-box p{
    width: calc(100% - 64px);
    margin-left: 64px
}

.aco-box li .answer {
    max-height: 0;
    transition: 0.5s
}

.aco-box li .answer .txt-box{
    border-top: 0.5px solid var(--color-gy02);
    align-items: flex-start;
    flex-flow: column;
}

.aco-box li .answer .txt-box p{
    text-align: justify;
}

.link-box{
    display: flex;
    justify-content: center;
    padding: 0 20px 24px;
    gap: 20px;
}

.link-box.txt{
    justify-content: flex-start;
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 64px;
}

.link-box.txt a{
    color: var(--color-bl01);
    border-bottom: 1px solid;
}

.link-box .btns{
    margin: 0
}

.column-list{
    display: flex;
    justify-content: space-between;
}

.column-list .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.column-list .swiper-slide{
    flex-shrink: inherit
}

.column-list .swiper-slide a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column-list img{
    width: 240px;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 20px;
    background-color: #efefef
}

.column-list a h3{
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px
}

.column-list a h3+p{
    font-size: 1.2rem
}

.list-box{
    gap:20px;
    display: flex;
    flex-direction: column;
}

.list-box a{
    display: flex;
    padding: 24px 30px;
    background-color: #fff;
    border: 0.5px solid var(--color-gy02);
    border-radius: 8px;
    font-size: 1.6rem;
    font-weight: 600;
    justify-content: space-between;
}

.list-box a span{
    width: calc(100% - 40px)
}

.list-box a img{
    width: 14px;
}

.date-box{
    border-bottom: 0.5px solid var(--color-gy02);
}

.date-box a{
    display: flex;
    padding: 30px 30px 30px 0;
    font-size: 1.6rem;
    font-weight: 600;
    justify-content: space-between;
    border-top: 0.5px solid var(--color-gy02);
}

.date-box time{
    font-size: 1.2rem;
    font-family: "Inter";
}

.date-box a span{
    width: calc(100% - 150px)
}

.date-box a img{
    width: 14px;
}

.btn-box{
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btn-box li{
    width: calc(100% / 3 )
}

.btn-box li a.btns{
    background-color: #fff;
    border: 0.5px solid var(--color-gy02);
    border-radius: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    color: var(--color-bk);
    padding-left: 20px;
    font-size: 1.2rem
}

.btn-box li a.btns img{
    right: 15px
}

#voice .inner{
    max-width: 810px
}

#voice .center-list a{
    width: 220px;
    height: 390px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px
}

#voice .center-list .img-box{
    height: 290px
}

#voice .center-list .img-box img{
    width: 100%
}

#voice .center-list .info-box{
    padding: 20px 20px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: auto;
  min-height: 116px;
  justify-content: space-between;
}

#voice .center-list .info-box h3{
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 14px;
    text-align: justify;
}

#voice .center-list .info-box img{
    width: 14px;
    height: 14px
}

#voice .center-list a{
  height: auto;
}

#signup{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#signup .inner{
    max-width: 1060px
}

#signup h2{
    font-size: 2.4rem;
    color: var(--color-bl01);
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

#signup ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#signup ul li{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 210px;
    flex-direction: column;
}

#signup ul li h3{
    font-size: 2rem;
    line-height: 1;
    font-weight: 600
}

#signup ul li.tel-box h3{
    margin-top: 20px
}

#signup ul li.tel-box p{
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 10px
}

#signup ul li .btns{
    margin-top: 20px
}

.slide-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-nav .swiper-button-next,
.slide-nav .swiper-button-prev,
.swiper-pagination,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 0
}

.slide-nav .swiper-button-prev{
    transform: scale(-1, 1);
}

.slide-nav .swiper-button-next,
.slide-nav .swiper-button-prev{
    width: 30px;
    height: 30px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
}

.slide-nav .swiper-button-next img,
.slide-nav .swiper-button-prev img{
    width: 100%
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    width: auto;
    margin: 40px 20px 0
}

.slide-nav .swiper-button-next:after,
.slide-nav .swiper-button-prev:after{
    content: none;
}

.swiper-pagination-bullet-active{
    background-color: #6f6146
}

.two-column{
    display: flex;
    gap: 20px;
    align-items: center;
}

.two-column.w4-6 li:first-child{
    width: calc(40% - 20px)
}

.two-column.w4-6 li{
    width: 60%;
    padding: 0
}

.two-column.w5-5 li{
    width: calc(50% - 10px);
    overflow: hidden;
    border-radius: 10px
}

section+section{
    margin-top: 100px
}

section#signup{
    margin-top: 0px
}

main>section:last-child{
    padding-bottom: 90px
}

div.base+section{
    padding-top: 80px
}

.table-box table{
    width: 100%;
    min-width: 640px
}

.line-table tr{
    border-top: 0.5px solid var(--color-gy02);
    border-bottom: 0.5px solid var(--color-gy02);
}

.line-table tr th,.line-table tr td{
    padding: 20px 0;
    vertical-align: top;
}

.line-table tr th{
    width: 25%;
    padding-right: 20px
}

.line-table tr td{
    width: 75%
}

.card-box{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
}

.card-box li{
    width: 420px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card-box li .mid{
    margin-top: 0
}

.card-box li .btns{
    margin-top: 30px
}

.point-list li:before{
    content: "●";
    margin-left: 0;
    font-size: 1.6rem;
    margin-right: 1rem
}

.link-list{
    font-size: 1.2rem;
    padding: 0 20px;
    max-width: 960px;
    margin: 0 auto 60px
}

.link-list ul{
    grid-template-columns: repeat(2,1fr);
    column-gap: 10px;
    display: grid;
}

.link-list ul a{
    display: flex;
    position: relative;
    line-height: 1;
    border-bottom: 0.5px solid var(--color-gy02);
    height: 50px;
    width: 100%;
    align-items: center;
    padding-left: 16px
}

.link-list ul a:before{
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-bottom: solid 2px var(--color-gy01);
    border-right: solid 2px var(--color-gy01);
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
}

.box-list{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.box-list>li{
    width: calc(50% - 20px);
    overflow: hidden;
    border-radius: 10px;
    border: 0.5px solid var(--color-gy02);
    box-sizing: border-box;
    font-weight: 600;
    text-align: center;
    background-color: #fff
}

.box-list>li .img-box{
    position: relative;
}

.box-list>li .img-box img{
    width: 100%
}

.box-list>li .info-box{
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-list>li h4{
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 30px
}

.box-list>li .txt-box{
    font-size: 1.4rem;
}

.box-list>li .btns{
    margin-top: 30px;
    width: 100%
}

#prices .box-list .guide .img-box{
    padding: 40px 20px 20px;
}

#prices .box-list .guide .img-box img{
    height: 300px;
    width: auto;
}

#prices .box-list .guide .mid{
    margin-top: auto;
    margin-bottom: 10px
}

#prices .box-list .caption,
.box.dubble .caption{
    margin-bottom: 8px
}

#prices .box-list .breakdown .plus-box{
    flex-direction: column;
    margin-bottom: 0;
    height: calc(100% - 60px)
}

#prices .box-list .breakdown .plus-box .box{
    width: 100%;
    height: auto;
    padding: 20px;
}

#prices .box-list .breakdown .plus-box .box .img{
    margin-bottom: auto;
}

.box.dubble .img{
    margin-bottom: 30px
}

#prices .box-list .breakdown .plus-box li:first-child{
    flex-direction: row;
    padding: 40px;
}

#prices .box-list .breakdown .plus-box li:first-child img,
.box.dubble img{
    right: -10px
}

#prices .box-list .breakdown .plus-box li:first-child img+img,
.box.dubble img+img{
    left: -20px;
    top: 20px;
}

#prices .box-list .breakdown .plus-box li:first-child .img p,
.box.dubble .img p{
    right: auto;
    left: -40px
}

#prices .box-list .breakdown .plus-box .band{
    border-radius: 30px;
    width: auto;
    padding: 0 40px;
    margin-bottom: 30px
}

#prices .box-list .breakdown .plus-box  .box .txt-box{
    width: 90%
}

#prices .box-list .box .txt-box{
    margin-top: 20px;
    font-weight: 400
}

#prices .box-list .breakdown .plus-box .box .box-in{
    height: auto;
    width: 100%
}

.rank-list{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.rank-list a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 4px;
    height: 100%;
    justify-content: space-between;
}

.rank-list a h3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-family: "Inter";
    font-weight: 700;
    font-size: 3rem;
    margin-top: 30px
}

.rank-list li:nth-child(1) h3{
    color: #c79f55;
    background: url('/img/product/ranking_01.png') no-repeat;
    background-size: cover;
}

.rank-list li:nth-child(2) h3{
    color: #afb1b2;
    background: url('/img/product/ranking_02.png') no-repeat;
    background-size: cover;
}

.rank-list li:nth-child(3) h3{
    color: #c79b8b;
    background: url('/img/product/ranking_03.png') no-repeat;
    background-size: cover;
}

.rank-list .img-box{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.rank-list .img-box img{
    width: 60%
}

.rank-list .slim .img-box img{
    width: 52%
}

.rank-list a h4{
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.rank-list a h4 span{
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    margin-top: 4px
}

.rank-list .info-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px 30px
}

.rank-list .info-box img{
    width: 16px;
    height: 16px;
}

.product.second .main-head{
    margin-bottom: 30px
}

.product.second #eye-c .inner{
    max-width: 1200px;
    font-size: 1.6rem
}

.product.second .imgs-list{
    position: relative;
    overflow: hidden;
}

.product.second #eye-c .slide-nav{
    position: absolute;
    width: 100%;
    bottom: 30px
}

.product.second #eye-c .slide-nav .swiper-horizontal>.swiper-pagination-bullets,
.product.second #eye-c .slide-nav .swiper-pagination-bullets.swiper-pagination-horizontal,
.product.second #eye-c .slide-nav .swiper-pagination-custom,
.product.second #eye-c .slide-nav .swiper-pagination-fraction{
    margin: 0
}

.product.second #eye-c{
    margin-bottom: 80px;
}

.product.second #eye-c h2{
    font-size: 3rem;
    margin: 26px 0;
    text-align: center;
    font-weight: 600
}

.tag-list{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px
}

.tag-list li{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-bl01);
    background-color: #c7edf2;
    border: 1px solid #ace5ec;
    width: 100px;
    height: 30px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 4px;
}

.product.second #eye-c .txt-box{
    width: 760px;
    margin: 0 auto
}

.feature-box{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature-box div{
    display: flex;
}

.feature-box div:nth-child(even){
    flex-direction: row-reverse;
}

.feature-box dt{
    width: 45%;
    border-radius: 8px;
    overflow: hidden;
}

.feature-box dd{
    width: 55%
}

.feature-box dd{
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.6rem
}

.feature-box dd h3{
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 20px
}

.feature-box .add{
    border:1px solid var(--color-gy02);
    align-items: center;
    gap: 12px;
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
}

.feature-box .add img{
    max-width: 100px;
}

#performance .inner{
    max-width: 880px;
}

.pm-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0.5px solid var(--color-gy02);
}

.pm-list dt,
.pm-list dd{
    padding: 20px;
    border: 0.5px solid var(--color-gy02);
}

.pm-list dt{
    width: 20%;
    background-color: #f5f5f5
}

.pm-list dt h3{
    font-weight: 600;
}

.pm-list dd{
    width: 80%
}

.pm-supplement{
    display: grid;
    gap: 10px;
    margin-top: 20px;
    font-size:1.2rem;
}




footer .inner{
    max-width: 920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 110px
}

footer .inner .ci{
    width: 200px;
    display: block;
    margin-bottom: 80px
}

footer .inner .ci img{
    width: 100%
}

footer .inner nav{
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 40px
}

footer .inner .main-footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    border-left: 0.5px solid var(--color-gy02);
    margin-bottom: 80px
}

footer .inner .main-footer .column{
    width: 25%;
    border-right: 0.5px solid var(--color-gy02);
    padding: 0 30px;
    line-height: 3rem
}

footer .inner .main-footer ul.column li .nest{
    margin-left: 1.4rem;
}

footer .inner .main-footer ul.column a{
    display: inline-flex;
    align-items: center;
}

footer .inner .main-footer ul.column li a:before{
    content: "-";
    font-size: 1.4rem;
    margin-left: 1.4rem;
    margin-right: 0.2rem
}

footer .inner .main-footer ul.column>li>a:before{
    content: "●";
    margin-left: 0;
    font-size: 0.6rem;
    margin-right: 0.6rem
}

footer .inner .sub-footer{
    display: flex;
    justify-content: space-between;
}

footer .inner .sub-footer .sns-area,
footer .inner .sub-footer .btn-area{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .inner .sub-footer .sns-area{
    width: 25%;
    font-family: "Inter";
    font-weight: 700;
    font-size: 1.2rem
}

footer .inner .sub-footer .sns-area img{
    width: 24px;
    margin-left: 10px
}

footer .copy{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    background-color: #fafafa;
    color: var(--color-gy01)
}

#product .swiper-button{
    visibility: hidden;
}

#s-btn,
#column .slide-nav{
    display: none;
}

.aco-box a.txt-link{
  color: var(--color-bl01);
  border-bottom: 1px solid;
}

.video{
  width: 100%;
}

@media screen and (min-width:1px) and (max-width:768px){
    .h-set{
        margin-bottom: 40px
    }

    .btns{
        margin-top: 30px
    }

    .btns+.btns{
        margin-top: 20px
    }

    .link-box .btns+.btns{
        margin-top: 0px
    }

    .btns.common,
    .btns.cv{
        width: calc(100vw - 100px)
    }

    .btns.cv p{
        left: -10px
    }

    #home .inner{
        padding: 0 40px
    }

#product .item-list{
    position: relative;
}

#product .swiper-button{
    visibility: visible;
    top: auto;
    bottom: 64px
}

#product .swiper-button-next{
    right: 20px;
}

#product .swiper-button-prev{
    transform: scale(-1, 1);
    right: 50px;
    left: auto;
}

#product .swiper-button:after{
    display: none;
}

    #campaign .inner{
        padding: 0
    }

/*#product .item-list .swiper-wrapper {
    justify-content: flex-start !important;
  }

  #product .item-list .swiper-slide {
    width: 100%!important;
    margin-right: 10px;
    flex-shrink: 0;
  }*/
#product .item-list .swiper-slide{
    border: none;
    border-radius: 0
}

#product .item-list .swiper-slide .img-box{
    border-radius: 10px;
    overflow: hidden;
}

#product .item-list .swiper-slide .info-box{
    padding: 20px 10px 10px;
    align-items: flex-start;
}
#product .item-list .swiper-slide h3{
    margin-bottom: 20px
}
#product .item-list .swiper-slide .txt-box{
    text-align: left;
    margin-bottom: 0
}
#product .item-list .swiper-slide .act-box{
    display: none;
}
.plus-box{
    flex-direction: column;
    width: 90%
}

.plus-box+.notice{
    width: 90%;
}

.plus-box .box{
    width: 100%;
}

.plus-box li:not([class]){
    margin: 25px 0;
}

section+section{
    margin-top: 15vw
}

.base{
    padding: 15vw 0 20vw
}

.h-set .drop{
    margin-bottom: 10px
}

.h-set .drop::before{
    margin-bottom: 24px
}

.h-set .drop span{
    margin-bottom: 10px
}

.h-set.nm .drop{
    font-size: 2rem
}

.h-set.nm .drop:before{
    margin-bottom: 14px
}

.grid-box{
    display: flex;
    flex-direction: column;
    gap:0;
}
.grid-box li{
    width: 100%;
    background-color: transparent;
    position: relative;
    border-radius: 0
}

.grid-box .img-box .band p{
    background-color: #fff;
    color: var(--color-bl01);
}

.grid-box li{
    overflow: visible;
    padding-top: 14vw;
    padding-bottom: 14vw
}

.grid-box li:first-child{
    padding-top: 5vw
}

.grid-box li:nth-child(even){
    background-color: #00a5c8
}

.grid-box li:nth-child(even) .img-box .band p{
    color: #00a5c8
}

.grid-box li,
.grid-box li .txt-box{
    min-height: auto;
}

.grid-box li .txt-box{
    padding-top: 50px
}

.grid-box li .txt-box p+p,
.grid-box li .txt-box p:not([class]){
    color: #fff
}

.grid-box li .txt-box .btns.common{
    /*width: 100%;*/
    margin-top: 20px
}

.grid-box .img-box .band{
    bottom: -20px
}

.grid-box .img-box img{
    border-radius: 100%;
        width: 80%;
    height: 80%;
    right: -5%
}

.grid-box .img-box{
    height: auto;
}

.grid-box .img-box .num{
    top: -20px;
    opacity: 0.2
}

.grid-box+.btns.cv{
    margin-top: -60px;
    z-index: 1
}

.center-list{
    overflow: visible;
}

#column .inner{
    padding: 0 20px
}

.column-list a h3{
    font-size: 1.5rem
}

.column-list a h3+p{
    font-size: 1rem
}

.column-list img{
    width: 100%;
    height: auto;
}

.btn-box{
    flex-direction: column;
    margin-top: 20px
}

.btn-box li{
    width: 100%
}

.btn-box li a.btns{
    margin-top: 0
}

header{
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    top: 0
}

header .inner{
    height: 90px;
    padding: 0 40px
}

#s-btn{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    right: 20px;
    top: 20px;
    justify-content: center;
    align-items: center;
    z-index: 9
}

#s-btn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #393836
}

#s-btn span:nth-of-type(2) {
  margin-top: 8px
}

header.open #s-btn span:nth-of-type(1) {
  transform: translateY(0px) rotate(-45deg);
}

header.open #s-btn span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}

#s-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  left: 0;
  top: 0;
  gap: 20px;
  position: fixed;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;

  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);

  transition:
    opacity .5s ease,
    backdrop-filter .5s ease,
    -webkit-backdrop-filter .5s ease;
}

#s-menu .menu-inner {
  opacity: 0;
  transition: opacity .5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes bg-color {
  0%, 100% {
    background-color: rgba(233,248,255,0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  50% {
    background-color: rgba(233,248,255,0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}

header.open #s-menu {
  z-index: 8;
  opacity: 1;
  pointer-events: all;

  background-color: rgba(233,248,255,0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  animation: bg-color 10s ease-in-out infinite alternate;
  animation-play-state: running;
}

header.open #s-menu .menu-inner {
  opacity: 1;
}

header:not(.open) #s-menu {
  animation-play-state: paused;
}





header .inner #cont{
    order: 1;
    height: auto;
}

header .inner #opt{
    order: 2;
    position: relative;
    right: auto;
    flex-direction: column;
    height: auto;
    gap: 10px;
}

header .inner #opt ul{
    justify-content: center;
    margin-right: 0;
    font-size: 1.2rem;
    padding: 20px 0;
    margin: 30px 0 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600
}

header .inner #opt .btn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
}

header .inner .ci{
    max-width: 120px;
    width: 120px;
    /*margin-top: 50px;*/
    position: relative;
    z-index: 9;
    margin-left: -20px;
    position: fixed;
    transition: 0.4s;
}

header.active .inner .ci{
    opacity: 0;
    pointer-events: none;
}

header.open .inner .ci{
    opacity: 1;
    pointer-events: all;

}


header .inner #cont ul{
    flex-direction: column;
}

header .inner #opt .btn+.btn,
footer .inner .btn-area .btn+.btn{
    margin-left: auto
}

#signup ul{
        flex-direction: column;
    align-items: center;
}

#signup ul li{
    width: 100%;
    padding: 20px 0;
    height: auto;
}

#signup .inner{
    margin: 0
}

.btns.tel{
    width: 90%;
    font-size: 2.4rem
}

.btns.tel img{
    width: 40px;
    right: 10px
}

.aco-box li .question,
.aco-box li .answer .txt-box{
    justify-content: center;
}

.aco-box li .answer .txt-box{
    align-items: center;
}

.aco-box li .question span,
.aco-box li .answer .txt-box p{
    margin-left: 0;
    margin-top: 40px;
    width: calc(100% - 32px);
    text-align: justify;
}

.list-box a span{
    width: 100%
}

.list-box a img{
    display: none;
}

footer .inner,
#home footer .inner{
    padding-top: 70px;
    padding-left: 0px;
    padding-right: 0px
}

footer .inner .ci{
    width: 140px;
    margin-bottom: 40px
}

footer .inner .main-footer .column{
    padding: 15px 15px;
    width: 50%;
    border-top: 0.5px solid var(--color-gy02)
}

footer .inner .main-footer{
    border-bottom: 0.5px solid var(--color-gy02);
    margin-bottom: 40px
}

#voice .inner{
    padding: 0 15px
}

#voice .center-list a,
#voice .center-list .img-box{
    width: 100%;
    height: auto;
}

.column-list .swiper-slide{
    flex-shrink: 0
}

#column .slide-nav{
    display: flex;
}

.link-box{
    flex-direction: column;
    align-items: center;
    gap:10px;
}

/*.date-box {
    margin: 0 20px
}*/

.date-box a{
    flex-direction: column;
    padding-right: 0
}

.date-box a time,
.date-box a span{
    width: 100%
}

.date-box a img{
    display: none;
}

.btn-box{
    gap:0;
}

.btn-box li+li{
    margin-top: -0.5px
}

.btn-box li a.btns{
    border-radius: 0;
    background-color: transparent;
    border-left: none;
    border-right: none;
}

footer .inner .sub-footer{
    flex-direction: column-reverse
}

footer .inner .sub-footer .sns-area{
    width: 100%;
    margin-top: 30px
}

footer .inner nav{
    margin-bottom: 30px
}

footer .inner .sub-footer .btn-area{
    flex-direction: column;
    padding: 0 20px;
    gap: 10px;
}

footer .inner .sub-footer .btn-area a{
   width: 100%;
   height: 50px; 
}

.base{
    position: relative;
}

.base.wb:before{
    content: "";
    display: block;
    background: url(/img/common/wave1.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    top: -6vw;
    left: 0;
}

.base.eg:before,
.grid-box li:nth-child(odd):before{
    content: "";
    display: block;
    background: url(/img/common/wave2.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    top: -6vw;
    left: 0;
}

.grid-box li:nth-child(even):before{
    content: "";
    display: block;
    background: url(/img/common/wave3.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    top: -6vw;
    left: 0;
}

.flaver{
    position: relative;
    margin-top: 10vw;
    margin-bottom: -20vw
}

.flaver:before{
    content: "";
    display: block;
    background: url(/img/common/wave4.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    top: -1px;
    left: 0;
    transform: rotate(-180deg);
}

.base.wb:after{
    content: "";
    display: block;
    background: url(/img/common/wave1.png) no-repeat #fff;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    bottom: -6vw;
    left: 0;
    transform: rotate(-180deg);
    background-size: cover;
}

.base.eg:after{
    content: "";
    display: block;
    background: url(/img/common/wave3.png) no-repeat #fff;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 6vw;
    bottom: -6vw;
    left: 0;
    transform: rotate(-180deg);
    background-size: cover;
}

#home #evidence .inner:after{
    content: "";
    display: block;
    height: 30vw;
    background-color: #00a5c8;
    width: 100%;
    position: absolute;
    bottom: -20vw;
}

.list-box{
    gap: 10px;
}

main>section:last-child{
    padding-bottom: 50px
}

#signup h2{
    margin-bottom: 30px
}

body.second #breadcrumbs{
    display: none;
}

.main-head{
    margin-top: 90px;
    padding: 20px 10px;
    font-size: 1.4rem;
    justify-content: center;
    background-color: var(--color-bl04);
    color: var(--color-bl01);
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4
}

.product.second .main-head{
    margin-bottom: 0
}

.main-head+.link-list{
    margin-top: 10px
}

.link-list{
    padding: 0 20px
}

    .table-box table{
        min-width: 100%
    }

    .line-table tr th{
        width: 40%;
    }

    .line-table tr td{
        width: 60%
    }

    .card-box{
        flex-direction: column;
        gap: 60px;
    }

    .card-box li{
        width: 100%;
        background-color: transparent;
        padding: 0
    }

    .card-box .two-column{
        flex-direction: column;
    }

    .card-box .two-column li{
        width: 100%
    }

    .mid{
        font-size: 1.6rem
    }

    .box-list>li{
        width: 100%
    }

    .box-list>li .info-box{
        padding: 30px
    }

    .rank-list{
        gap:10px;
    }

    .rank-list li{
        width: calc(100% / 3 - 5px)
    }

    .rank-list a h3{
        margin-top: 20px
    }

    .rank-list .img-box{
        width: auto;
        padding: 15px 0
    }

    .rank-list a h4{
        font-size: 1.6rem
    }

    .rank-list a h4 span{
        font-size: 1.1rem
    }

    .tag-list{
        flex-wrap: wrap;
    }

    .tag-list li{
        width: calc(100% / 3 - 10px);
    }

    #prices .box-list .guide .img-box img{
        height: 130px
    }

    .product.second #eye-c .slide-nav{
        bottom: 10px
    }

    #prices .box-list .breakdown .plus-box{
        width: 100%
    }

    #prices .box-list .breakdown .plus-box li:first-child{
        flex-direction: column;
        padding: 40px 40px 10px
    }

    #prices .box-list .breakdown .plus-box .box{
        padding: 10px 40px 20px
    }

    .feature-box div,
    .feature-box div:nth-child(even){
        flex-direction: column;
    }

    .feature-box dd,
    .pm-list dt,
    .pm-list dd{
        width: 100%
    }

    .feature-box dt{
    position: relative;
    border-radius: 0;
    left: -20px;
    width: calc(100% + 40px);
    }

    .pm-list{
        flex-direction: column;
    }

    #prices .box-list .breakdown .plus-box li:first-child .img p{
        right: -30px;
        left: auto;
    top: -10px;
    }

    #prices .box-list .breakdown .plus-box .box .img+div{
        margin-top: 30px
    }

    /*.box-list>li h4{
        font-size: 1.3rem
    }*/

    .pm-list dt,
    .pm-list dd{
        padding: 10px
    }
       
}
