@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: 'Zen Kaku Gothic Antique','ZenKakuGothic','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"游ゴシック体","YuGothic",'Meiryo','メイリオ', sans-serif;
}

.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.mb0 {
    margin-bottom: 0;
}
.mt10 {
    margin-top: 10px;
}
.fcr {
    color: #ce0f31;
}
.fcp {
    color: #FA57CC;
}
.fcy {
    color: #ffed8c;
}
.fcw {
    color: #fff;
}
.fss {
    font-size: 12px;
}
.fsm {
    font-size: 19px;
}
.fsl {
    font-size: 21px;
}
.fsll {
    font-size: 23px;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.mark {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}
#wrapper{
    margin: auto;
}
img,video {
    width: 100%;
    vertical-align: middle;
}
.anno {
    font-size: 10px;
    color: gray;
    text-align: right;
    margin-top: -10px;
}
.grad_r {
    background: linear-gradient( -20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.grad_l {
    background: linear-gradient( 20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 767px){
    #wrapper{
        max-width: 1920px;
        margin: auto;
    }
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}
@media only screen and (max-width: 766px){
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
p {
    font-size: clamp(13px, 1.0vw, 24px);
    text-align: justify;
}

.fv {
    background-image: url(../img/square_pc_bg.jpg);
    position: relative;
    padding: 60px 0;
}
.fv .main {
    font-size: clamp(16px, 7.4vw, 58px);
    font-weight: 700;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 20px;
    margin-top: 0;
}
.fv .emblem {
    display: flex;
    width: 100%;
}
.fv .emblem img {
    width: 16vw;
    max-width: 200px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}
.fv .btn {
    display: flex;
    width: 48%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.cta_w,.cta {
    border-radius: 999px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}
.cta_w {
    width: 48%;
    height: 54px;
    background: linear-gradient(to right, rgb(208,15,49) , rgb(252,164,0)) ;
    border-radius: 999px;
    padding: 2px;
    position: relative;
}
.cta_w p {
    width: 100%;
    height: 54px;
    background: #fff;
    border-radius: 999px;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_grad {
    background: linear-gradient( -20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cta {
    width: 48%;
    height: 54px;
    background-image: linear-gradient( -20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cta_w::after,.cta::after {
    content: "";
    height: 2px;
    width: 2vw;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
    position: absolute;
    box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.05);
}
.cta_w::after {
    background-color: #f9a100;
}
.cta::after {
    background-color: #e7e6e6;
}
.fv_slide {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.05);
}
.fv .cta_w p, .fv .cta {
    font-size: clamp(16px, 1.6vw, 22px);
}

@media only screen and (min-width: 767px){
    .fv .illust {
        position: absolute;
        width: 42%;
        max-width: 760px;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
    .fv .content{
        max-width: 1400px;
        width: 90%;
        margin: auto;
        z-index: 1;
        position: relative;
    }
}
@media only screen and (max-width: 767px){
    .fv {
        padding: 26px 0 16px;
        background-image: url(../img/fv_bg_sp.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .fv .content {
        width: 90%;
        margin: auto;
    }
    .fv .emblem {
        flex-direction: column;
        width: 27%;
    }
    .fv .emblem img {
        width: 24vw;
    }
    .fv .main {
        padding-bottom: 14px;
    }
    .fv .btn {
        width: 100%;
        margin-top: 12px;
    }
    .cta_w {
        width: 34%;
    }
    .cta {
        width: 60%;
    }
    .fv .cta_w p, .fv .cta {
        font-size: clamp(18px, 1.6vw, 22px);
    }
}

h1 {
    line-height: 1.6;
    margin-top: 0;
    font-size: clamp(20px, 2.4vw, 34px);
    letter-spacing: 3px;
}

.strength {
    padding: 4vh 0 6vh;
    background-image: linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(246,246,246) 100%);
}
.strength .ttl {
    background-image: linear-gradient(20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    width: 86%;
    max-width: 800px;
    margin: auto;
    color: #fff;
    padding: 10px 0 30px;
    margin-bottom: -20px;
    font-weight: 700;
    font-size: clamp(13px, 1.4vw, 24px);
    position: relative;
}
.strength .ttl::after {
    content: "OUR STRENGTH";
    color: #ffffff10;
    position: absolute;
    right: 0;
    left: 0;
    top: -5vh;
    margin: auto;
    font-size: clamp(13px, 9vw, 100px);
}
.strength .content {
    position: relative;
    z-index: 10;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}
.strength .content div {
    width: 26%;
    background-color: #fff;
    padding: 1vh 2vw;
    box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.05);
}
.strength .content div p:nth-of-type(1) {
    font-size: clamp(13px, 1.4vw, 22px);
    font-weight: 700;
}
@media only screen and (max-width: 766px){
    .strength .ttl {
        width: 92%;
    }
    .strength .content {
        width: 92%;
        flex-direction: column;
        background-image: linear-gradient(20deg, rgb(208 15 49 / 10%) 0%, rgb(252 164 0 / 10%) 100%);
        padding-bottom: 10px;
    }
    .strength .content div {
        width: 86%;
        margin: auto auto 20px;
        padding: 1vh 4vw;
    }
    .strength .plus {
        width: 30px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
    }
    .strength .ttl::after {
        top: -1vh;
    }
}

.worry {
    background-color: #e0e0e0;
    padding: 5vh 0;
    background-image: url(../img/worry_pc_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.worry .list {
    display: flex;
    background-color: #fff;
    margin: auto auto 3vh;
    width: 92%;
    max-width: 800px;
    position: relative;
}
.worry .list::after {
    content: "";
    position: absolute;
    background-color: black;
    height: 40px;
    width: 1px;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}
.worry .list  ul {
    width: 50%;
}
.worry .list  ul li {
    list-style: none;
    position: relative;
    padding-left: 24px;
}
.worry .midtext {
    font-size: clamp(14px, 1.2vw, 28px);
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 700;
}
.worry>img{
    max-width: 1000px;
    width: 90%;
    margin: auto;
}
.worry .text {
    background-image: linear-gradient(120deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    width: 90%;
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 16px;
}
.worry .text p {
    color: #fff;
    font-size: clamp(16px, 1.8vw, 28px);
    line-height: 1.6;
    margin: 0;
    letter-spacing: 1px;
}

.check::before {
    position: absolute;
    content: "";
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;
}

@media only screen and (max-width: 767px){
    .worry {
        background-image: url(../img/worry_sp_bg.png);
        background-size: cover;
    }
    .worry .list {
        flex-direction: column;
        padding-bottom: 6px;
    }
    .worry .list ul {
        width: 94%;
        padding-left: 16px;
        position: relative;
    }
    .worry .list ul::after {
        position: absolute;
        content: "...etc";
        bottom: 0;
        right: 14px;
    }
    .worry .list::after {
        height: 26px;
        bottom: -14px;
    }
    .worry>img {
        width: 100%;
    }
    .worry .text {
        padding: 10px 0;
    }
}

.reason {
    background-color: #d00f31;
    padding: 5vh 0;
}
.reason .mainttl {
    color: #fff;
    font-size: clamp(20px, 2.6vw, 36px);
    font-weight: 700;
    margin: -3.2vh auto 1vh;
    position: relative;
    z-index: 1;
}
.reason .mainttl::before {
    position: absolute;
    content: "";
    background-color: #d00f31;
    width: 33vw;
    height: 50px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    max-width: 500px;
}
.reason .ttl {
    color: #fff;
    border: 1px solid #fff;
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.reason .ttl p:not(.anno) {
    font-size: clamp(14px, 1.4vw, 22px);
    line-height: 2.0;
    font-weight: 700;
    letter-spacing: 2px;
}
.reason .ttl .anno {
    color: #fff;
    margin-right: 10px;
}
.reason .line {
    width: 1px;
    height: 3.4vh;
    background-color: #fff;
    margin: 0 auto 3vh;
}

.reason .content {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.reason .content .detail {
    background-color: #fff;
    margin-bottom: 5vh;
}
.reason .content .detail .txt {
    padding: 2vh 20px;
    line-height: 1.8;
}
.reason .content .detail img {
    width: 38%;
    float: right;
    margin: -30px -30px 10px 30px;
}
.reason .content .detail:nth-of-type(2) img {
    float: left;
    margin: -30px 30px 0 -30px;
}
.reason .content .detail .txt p:nth-of-type(1) {
    color: #d00f31;
    font-size: clamp(16px, 1.6vw, 28px);
    font-weight: 700;
    margin: -10vh 0 -20px 5px;
    position: relative;

}
.reason .content .detail .txt p:nth-of-type(1)::after {
    content: "01";
    font-size: clamp(16px, 16.4vw, 100px);
    background: linear-gradient(90deg, rgb(208, 15, 49) 0%, rgb(252, 164, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 700;
    padding-right: 0.2em;
}
.reason .content .detail:nth-of-type(2) .txt p:nth-of-type(1) {
    color: #fca200;
}
.reason .content .detail:nth-of-type(2) .txt p:nth-of-type(1)::after {
    content: "02";
    font-size: clamp(16px, 16.4vw, 100px);
    background: linear-gradient(-90deg, rgb(208, 15, 49) -30%, rgb(252, 164, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 700;
}
.reason .content .detail:nth-of-type(3) .txt p:nth-of-type(1)::after {
    content: "03";
    font-size: clamp(16px, 16.4vw, 100px);
    background: linear-gradient(90deg, rgb(208, 15, 49) 0%, rgb(252, 164, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-weight: 700;
}
.reason .content .detail .txt p:nth-of-type(2) {
    font-size: clamp(18px, 2.4vw, 30px);
    font-weight: 700;
    display: inline;
    line-height: 1.6;
}
.reason .content .detail .txt p:nth-of-type(3) {
    font-size: clamp(16px, 1.2vw, 26px);
}
@media only screen and (max-width: 767px){
    .reason .ttl {
        padding-bottom: 10px;
    }
    .reason .line {
        height: 6vh;
    }
    .reason .mainttl {
        margin: -2.2vh auto 1vh;
    }
    .reason .mainttl::before {
        width: 73vw;
    }
    .reason .content {
        width: 100%;
    }
    .reason .content .detail {
        margin-bottom: 25vh;
        width: 96%;
    }
    .reason .content .detail:nth-of-type(2) {
        margin-left: 4%;
    }
    .reason .content .detail:nth-of-type(2) .txt p:nth-of-type(1) {
        text-align: right;
    }
    .reason .content .detail .txt p:nth-of-type(1) {
        margin: -10vh 0 -10px 0;
    }
    .reason .content .detail img {
        width: 70%;
        margin: 0!important;
        right: -4%;
        bottom: -18vh;
    }
    .reason .content .detail:nth-of-type(2) img {
        left: -5%;
    }
}

.cta_area {
    padding: 8vh 0;
    background-image: url(../img/square_pc_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cta_area h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta_area h1 span {
    margin: auto 10px;
    font-size: clamp(18px, 2.4vw, 34px);
}
.cta_area h1 img {
    height: 50px;
    width: auto;
    object-fit: cover;
}
.cta_area h1 img:nth-of-type(2) {
    transform: scale(-1, 1);
}
.cta_area>p {
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
}
.cta_area .content {
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
}
.cta_area .content .btn {
    width: 48%;
    text-align: center;
    margin: 5vh auto auto;
    background: #fff;
    padding: 0 0 20px;
    box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.05);
}
.cta_area .content .btn img {
    height: 12vh;
    object-fit: contain;
    margin: -5vh auto 1vh;
}
.cta_area .content .btn p {
    text-align: center;
    margin: auto;
}
.cta_area .content .btn a {
    width: 80%;
    text-align: center;
    margin: 1vh auto auto;
    display: flex;
}
.cta_area .content .btn a p {
    font-size: clamp(16px, 1.4vw, 28px);
}

@media only screen and (max-width: 767px){
    .cta_area {
        padding: 8vh 0;
        background-image: url(../img/square_sp_bg.jpg);
    }
    .cta_area>p {
        margin-bottom: 0;
    }
    .cta_area .content {
        flex-direction: column;
    }
    .cta_area .content .btn a {
        width: 70%;
    }
    .cta_area .content .btn p {
        font-size: clamp(12px, 1.0vw, 24px);
    }
    .cta_area .content .btn {
        width: 80%;
        margin: 3vh 0 auto auto;
        padding: 20px 1% 20px 11%;
    }
    .cta_area .content .btn::before {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 7%;
        bottom: 0;
        left: -11%;
        width: 25%;
        height: auto;
        filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    }
    .cta_area .content .btn:nth-of-type(1)::before {
        background-image: url(../img/cta_01.png);
    }
    .cta_area .content .btn:nth-of-type(2)::before {
        background-image: url(../img/cta02_sp.png);
        width: 38%;
        left: -14%;
    }
    .cta_w::after, .cta::after {
        width: 6vw;
        right: -10px;
    }
}

.service {
    background-image: linear-gradient( 120deg, rgb(190,4,37) 0%, rgb(190,4,37) 30%, rgb(241,28,58) 100%);
    padding: 6vh 0 8vh;
}
.service h1 {
    color: #fff;
}
.service .txt {
    line-height: 1.8;
    margin-bottom: 5vh;
}
.service .txt span {
    margin: auto;
    width: 8px;
    height: 8px;
    background: #fff;
    display: block;
    transform: rotate(45deg);
    margin: 14px auto 0;
}
.service .content {
    background-color: #fff;
    margin: auto;
    width: 86%;
    max-width: 1200px;
    padding: 2%;
}
.service .content .ttl {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #d00f31;
}
.service .content .ttl img {
    width: 24%;
    object-fit: contain;
}
.service .content .detail {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.service .content .detail img {
    width: 24%;
    object-fit: contain;
}
.service .content .detail p {
    margin-right: 20px;
}
.service .content .ttl p {
    font-size: clamp(20px, 2.8vw, 34px);
    font-weight: 900;
    line-height: 1.6;
}
.service .graph {
    margin-top: 30px;
}
.service .content a {
    margin: auto;
    text-align: center;
    background-image: linear-gradient(20deg, rgb(208, 15, 49) 0%, rgb(252, 164, 0) 100%);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 40%;
    padding: 10px 0;
    margin-top: 20px;
    min-width: 320px;
    font-weight: 700;
}
.service .subttl {
    margin: 5vh auto 3vh;
    width: 86%;
    max-width: 1200px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.service .subttl::after,
.service .subttl::before {
    content: "";
    width: 5vw;
    height: 2px;
    background-color: #fff;
}

.service .content02 {
    margin: auto;
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}
.service .content02 .box {
    width: 32%;
    display: flex;
    flex-direction: column;
}
.service .category {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    margin-bottom: 10px;
    padding: 1vh 0;
}
.service>.category {
    width: 90%;
    max-width: 1200px;
    margin: 2vh auto 10px;
}
.service .content02 .detail {
    background: #fff;
    padding: 10px;
    flex-grow: 1;
}
.service .content02 .detail .info {
    flex-grow: 1;
}
.service .content02 .detail .info .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service .content02 .detail .info .ttl p {
    font-weight: 700;
    font-size: clamp(16px, 1.6vw, 24px);
}
.service .content02 .detail .info .ttl img {
    width: 30%;
}
.service .content02 .box a {
    position: relative;
    background-color: #fbebeb;
    text-align: center;
    padding: 1vh 0;
    text-decoration: none;
    color: #d01031;
    font-weight: 700;
}
.service .content02 .box a::after {
    content: "";
    position: absolute;
    background: #d00f31;
    height: 20px;
    width: 20px;
    right: 2px;
    bottom: 2px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 767px){
    .service .content {
        width: 84%;
        padding: 4%;
    }
    .service .content .ttl img {
        width: 36%;
    }
    .service .content .detail {
        display: block;
        overflow: hidden;
    }
    .service .content .detail .space {
        float: right;/*画像の位置を右下にしたい場合はright*/
        height: 10.0em/*画像上の余白の高さ*/
    }
    .service .content .detail img {
        float: right;/*画像の位置を右下にしたい場合はright*/
        clear: both;/*.spaceのfloat解除*/
        margin: 1.2em 0 0 0;/*画像の周りの余白*/
        width: 54%;
    }
    .service .graph {
        overflow-x: scroll;
    }
    .service .graph img {
        width: 600px;
    }
    .service .content02 {
        flex-direction: column;
    }
    .service .content02 .box {
        width: 100%;
        margin-bottom: 20px;
    }
    .service>.category {
        margin: 0vh auto 10px;
    }
    .service .content .detail p {
        margin-right: 0px;
    }
}

/* モーダル---------------------------------- */
.modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 9990;
  }
  .modal[aria-hidden="true"] { display: none; }

  .modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
  }

  .modal__dialog {
    position: relative;
    z-index: 1;
    width: 92%;
    max-width: min(1000px, 92vw);
    max-height: 86vh;
    overflow: auto;
    background: #fff;
    padding: 28px 24px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
  }

  .modal__title {
    margin: 0 0 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid red;
    padding-bottom: 1vh;
    align-items: center;
  }
  .modal__title .p_grad {
    font-size: clamp(18px, 2.0vw, 32px);
    margin: 0;
    background: linear-gradient(-20deg, rgb(252, 164, 0) 0%, rgb(208, 15, 49) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .modal__title img {
    width: 14%;
    object-fit: contain;
  }

  .modal__body { line-height: 1.8; }
  .modal__list { padding-left: 1.2em; }
  .modal__cta { margin-top: 16px; }

  .modal__close {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 1;
  }
  .modal__body .problem {
    display: flex;
  }
  .modal__body .problem .bubble {
    background-color: #b5b5b5;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
  }
  .modal__body .problem .bubble::after {
    position: absolute;
    content: "";
    background-color: #b5b5b5;
    height: 20px;
    width: 12px;
    right: -10px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .modal__body .problem ul {
    padding-left: 30px;
  }
  .modal__body .problem li {
    position: relative;
    list-style: none;
    padding-left: 24px;
  }
  .modal__body .ttl {
    font-size: clamp(18px, 2.0vw, 32px);
    font-weight: 700;
    margin: 0;
  }
  .modal__body .content {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .modal__body .content>div {
    width: 32.5%;
    background: #fff9e9;
    margin-bottom: 10px;
  }
  .modal__body .content.popup_mig  div {
    width: 24%;
  }
  .modal__body .graph {
    margin-bottom: 2vh;
  }

  .modal__body.popup_train .content {
    background-color: #fff9e9;
    padding: 10px 0;
  }
  .modal__body.popup_train .content img {
    width: 60%;
    margin: auto;
  }
  .modal__body .popup_ops img {
    width: 80%;
    margin: 0 auto 2vh;
    display: block;
  }
  .modal__body .popup_ops .plan div:nth-of-type(1) {
    background-color: #d00f31;
    color: #fff;
    width: 90%;
    margin: auto;
  }
  .modal__body .popup_ops .plan div:nth-of-type(2){
    color: #d00f31;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d00f31;
    width: 89%;
    margin: 0 auto 2vh;
  }
  .modal__body .popup_ops .plan div p {
    text-align: center;
    margin: 0;
    padding: 0.5vh 0;
  }
  .modal__body .popup_ops .p_grad {
    font-size: clamp(16px, 1.8vw, 32px);
    font-weight: 700;
    margin: 10px auto 0;
  }
  .modal__body .popup_ops .fcr {
    margin: 0 auto 1vh;
    font-weight: 700;
  }
  .modal__body .content.popup_cost .box {
    background-color: #fae7ea;
  }

  .modal__body .content.popup_billing>div p {
    font-weight: 700;
  }
  .modal__body .content.popup_sabasoc02 {
    display: block;
  }
  .modal__body .content.popup_sabasoc02 div {
    padding: 1vh 0;
  }
  .modal__body .content.popup_sabasoc02 div p {
    margin: 0.5vh 0;
    background: #fff;
    display: inline-block;
    padding: 4px 4px 4px 22px;
    position: relative;
  }
  .modal__body .content.popup_sabasoc02 div p::before{
    position: absolute;
    content: "";
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 6px;
  }
  .modal__body .content.popup_sabasoc02 div:nth-of-type(1){
    text-align: center;
    background-color: #d00f31;
    color: #fff;
    width: 100%;
    margin: 2vh auto 0;
}
  .modal__body .content.popup_sabasoc02 div:nth-of-type(2){
    width: 96%;
    background-color: #fae7ea;
    text-align: center;
    padding: 1% 2%;
  }
  .modal__body .content.popup_cost .box div p {
    margin: 0;
    text-align: center;
    line-height: 1.6;
  }
  .modal__body .content.popup_cost::after,
  .modal__body .content.popup_sabasoc::after {
    content:"";
    display: block;
    width: 32.5%;
  }
  .modal__body .content.popup_cost .box div {
    padding: 1vh 0;
  }
  .modal__body .content.popup_cost .box div:nth-of-type(1) {
    background-color: #d00f31;
    color: #fff;
  }
  .archive_btn {
    display: block;
    padding: .7em 1.2em;
    border-radius: 999px;
    background-image: linear-gradient(20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    color: #fff;
    text-decoration: none;
    margin: auto;
    width: 40%;
    min-width: 220px;
    text-align: center;
  }
  /* 背景スクロール禁止 */
  .body--noScroll { overflow: hidden; }

  @media only screen and (max-width: 767px){
    .modal__dialog {
        width: 88%;
        padding: 28px 14px 24px;
    }
    .modal__title img {
        width: 30%;
        margin-left: 10px;
    }
    .modal__body .content>div,
    .modal__body .content.popup_mig div{
        width: 49%;
    }
    .modal__body .content.popup_cost div {
        width: 100%;
      }
    .modal__body .graph {
        margin-top: 0;
    }
    .modal__body .ttl {
        margin-top: 0;
    }
    .modal__body .problem {
        flex-direction: column;
    }
    .modal__body .problem .bubble {
        justify-content: center;
        padding: 3px 0;
    }
    .modal__body .problem .bubble::after {
        right: 0;
        left: 0;
        margin: auto;
        bottom: -10px;
        height: 10px;
        width: 20px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
    }
    .modal__body .problem ul {
        padding-left: 0px;
        font-size: clamp(13px, 1.0vw, 24px);
    }
    .modal__body.popup_train .content img {
        width: 90%;
    }
    .modal__body .popup_ops .plan div:nth-of-type(2) {
        width: 88.5%;
        margin: 0 auto 1vh;
    }
}

.archive {
    background-image: linear-gradient( 120deg, rgb(190,4,37) 0%, rgb(190,4,37) 30%, rgb(241,28,58) 100%);
    padding: 6vh 0;
}
.archive h1 {
    color: #fff;
}
.archive .anno {
    color: #fff;
    width: 90%;
    max-width: 1200px;
}
.archive .content {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.archive .content .box {
    width: 32%;
    display: flex;
    flex-direction: column;
}
.archive .content .box .ttl {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(20deg, rgb(208,15,49) 0%, rgb(252,164,0) 100%);
    padding: 1.2vh 0;
    margin-bottom: 0;
    font-size: clamp(14px, 1.2vw, 22px);
}
.archive .content .box .company {
    width: 80%;
    margin: auto;
    text-align: center;
    background: #fff;
    padding: 2vh 0 0;
    top: 47%;
    color: #d00f31;
    font-weight: 700;
    margin-top: -22px;
    z-index: 5;
}
.archive .content .box .company::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #d00f31;
    display: block;
    margin: 10px auto 0;
}
.archive .content .box .txt {
    background: #fff;
    padding: 80px 16px 40px;
    margin: 0;
    flex-grow: 1;
    margin: -64px 0 auto;
}
.archive .content .box a {
    position: absolute;
    background-color: #000000;
    color: #fff;
    right: 0;
    bottom: 0;
    text-decoration: none;
    padding: 1% 2% 1% 5%;
    clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 767px){
    .archive .content {
        flex-direction: column;
    }
    .archive .content .box {
        width: 100%;
    }
    .archive .content .box .company {
        top: 47%;
        margin-top: -22px;
    }
    .archive .content .box .txt {
        padding: 60px 16px 40px;
        margin: -47px 0 auto;
    }
}


.faq {
    background-image: linear-gradient(20deg, rgb(208 15 49 / 10%) 0%, rgb(252 164 0 / 10%) 100%);
    padding: 6vh 0;
}
.accordion-001 {
    width: 90%;
    max-width: 800px;
    margin: auto;
}
.accordion-001:not([open]) {
    margin-bottom: 12px;
}
.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 1.7em;
    background-color: #ffffff;
    color: #ce0f31;
    font-weight: 600;
    cursor: pointer;
}
.accordion-001 summary::-webkit-details-marker {
    display: none;
}
.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #ce0f31;
    content: '';
}
.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}
.accordion-001 summary::after {
    transition: rotate .3s;
}
.accordion-001 summary span {
    margin: 0;
    font-size: clamp(13px, 1.2vw, 24px);
    display: flex;
    align-items: inherit;
}
.accordion-001 summary span::before {
    content: "Q.";
    font-weight: 700;
    font-size: clamp(13px, 2vw, 24px);
    letter-spacing: 2px;
}
.accordion-001[open] summary::after {
    rotate: 90deg;
}
.accordion-001>p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #000000;
    transition: transform .5s, opacity .5s;
    display: flex;
}
.accordion-001>p::before {
    content: "A.";
    font-weight: 700;
    font-size: clamp(13px, 2vw, 24px);
    letter-spacing: 2px;
    margin-right: 4px;
}
.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
@media only screen and (max-width: 767px){
    .accordion-001 summary {
        padding: 0.5em 1em 0.5em 0.7em;
    }
    .accordion-001 summary::before {
        right: 1em;
    }
    .accordion-001 summary span::before,
    .accordion-001>p::before {
        font-size: clamp(20px, 2vw, 24px);
    }
    .accordion-001>p {
        padding: 0.5em 1em 1em 1em;
    }
}