@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@500;600;700&&family=Roboto:ital,wght@0,400;1,700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.57;
    letter-spacing: .03em;
    color: #2B2B2B;
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.sp,
.tb {
    display: none;
}

@media screen and (max-width: 768px) {
    .tb {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .sp-hide {
        display: none;
    }
}

.container {
    width: 90%;
    max-width: 940px;
    margin: 0 auto;
}

.inner {
    width: 90%;
    max-width: 728px;
    margin: 0 auto;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.f-mure {
    font-family: 'Murecho', sans-serif;
}

.en {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.col-white {
    color: #fff !important;
}

.col-blue {
    color: #175EC1;
}

.col-red {
    color: #EA4F4F;
}

.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: #175EC1 !important;
}

.bg-sky {
    background-color: #04AFE2 !important;
}

.bg-lightsky {
    background-color: #DBF6FF !important;
}

.bg-green {
    background-color: #3AAE36 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.line2 {
    line-height: 2.125;
}


.f-12 {
    font-size: 1.2rem;
}

.f-16 {
    font-size: 1.6rem;
}

.f-18 {
    font-size: 1.8rem;
}

.f-20 {
    font-size: 2rem;
}

.f-22 {
    font-size: 2.2rem;
}

.f-24 {
    font-size: 2.4rem;
}

.f-26 {
    font-size: 2.6rem;
}

.f-28 {
    font-size: 2.8rem;
}

.f-30 {
    font-size: 3rem;
}

.f-32 {
    font-size: 3.2rem;
}

.f-34 {
    font-size: 3.4rem;
}

.f-36 {
    font-size: 3.6rem;
}

@media screen and (max-width: 480px) {
    .f-34 {
        font-size: 2.5rem;
    }
}

/***************************************
************* header *******************
***************************************/

.header-wrapper {
    width: 95%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 0;
}

.header-logo {
    font-size: 3.2rem;
    font-weight: 700;
    color: #0991B9;
}

.header-ctn {
    justify-content: flex-end;
    flex: 1;
    max-width: 789px;
}

.header-ctn__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    height: 80px;
    margin-left: 13px;
    padding: 8px 20px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.header-ctn__item-icn {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
}

.header-ctn__item-icn p {
    margin-bottom: 5px;
}

@media screen and (max-width: 1130px) {
    .header-logo {
        font-size: 2.4rem;
    }
    .header-ctn {
        max-width: 300px;
    }
    .header-ctn__item {
        justify-content: center;
        padding: 8px;
    }
    .header-ctn__item-txt {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .header-wrapper {
        width: 100%;
        height: 45px;
        padding: 0 0 0 15px;
    }
    .header-logo {
        font-size: 1.8rem;
    }
    .header-ctn {
        max-width: 135px;
    }
    .header-ctn__item {
        width: 45px;
        height: 45px;
        margin-left: 0;
        border-radius: 0;
    }
    .header-ctn__item-icn p {
        display: none;
    }
}


/*************************************
***************** footer *************
*************************************/

.footer-wrapper {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 0;
}

.footer-logo {
    font-size: 4.2rem;
    font-weight: 700;
    color: #0991B9;
    letter-spacing: .083em;
}

.footer-wrapper figure {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.footer-btm {
    padding: 60px 0 100px;
}

.cd-top {
    position: fixed;
    right: 10px;
    bottom: 88px;
    display: block;
    line-height: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    z-index: 999;
}

.float-bnr {
    position: fixed;
    left: 15px;
    bottom: 10px;
    z-index: 10;
}

.float-ctn {
    position: fixed;
    right: 0;
    bottom: 0;
}

.float-ctn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 77px;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: .05em;
    opacity: 1!important;
}

.float-ctn a:hover i,
.float-ctn a:hover span {
    opacity: .7;
}

.float-ctn a span {
    transition: .3s;
}
.float-ctn a i {
    display: block;
    width: 45px;
    margin-right: 10px;
    line-height: 0;
    transition: .3s;
}

.float-ctn a:first-of-type i {
    width: 40px;
}

@media screen and (max-width: 768px) {
    .footer-wrapper {
        padding: 30px 0 0;
    }
    .footer-logo {
        font-size: 3rem;
    }
    .footer-wrapper figure {
        position: relative;
        margin-top: 13dpx;
    }
}

@media screen and (max-width: 600px) {
    .cd-top {
        bottom: 74px;
        width: 60px;
    }
    .float-bnr {
        left: 0;
        bottom: 64px;
        width: 120px;
    }
    .float-ctn {
        width: 100%;
    }
    .float-ctn a {
        width: auto;
        flex: 1;
        height: 64px;
        font-size: 1.8rem;
    }
    .float-ctn a i {
        width: 35px;
        margin-right: 8px;
    }
    
    .float-ctn a:first-of-type i {
        width: 30px;
    }
}

/************************************************/

.mv-wrapper {
    width: 95%;
    max-width: calc(50% + 520px);
    margin-left: auto;
}

.mv-top {
    padding-top: 17px;
    background: url(../img/bg_mv.jpg) no-repeat top / 100% auto;
}

.mv-top__left-ttl {
    font-size: 5.6rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.mv-top__left-ttl span {
    font-size: 192%;
    line-height: 1;
    background: linear-gradient(to top, #FFE239 30%, rgba(255, 255, 255, 0) 30%);
}

.mv-top__left-img {
    position: absolute;
    top: 52px;
    left: -175px;
}

.mv-bottom {
    margin-top: -95px;
}

.mv-bottom::before {
    content: '';
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 0;
    width: 100%;
    background-color: #04AFE2;
    z-index: -1;
}

.mv-bottom__bnr {
    max-width: 593px;
}

.mv-bottom__bnr-item {
    width: 32%;
    padding: 10px;
    letter-spacing: .04em;
    background-color: #fff;
    border: 6px solid #D95A55;
    border-radius: 20px;
}

.mv-bottom__bnr-item p>span {
    background: linear-gradient(to top, #FFE239 60%, rgba(255, 255, 255, 0) 60%);
    line-height: 1;
}

.mv-bottom__bnr-item:first-of-type p>span {
    font-size: 177%;
}

.mv-bottom__bnr-item p span.en {
    font-size: 200%;
}

.mv-bottom__bnr-item:last-of-type p span.en {
    letter-spacing: -.04em;
}

.mv-bottom__bnr-item figure {
    margin-top: 10px;
}

.mv-bottom__tag {
    position: absolute;
    left: 710px;
    top: 85px;
    width: 437px;
    height: 103px;
    line-height: 1.27;
    border: 4px solid #175EC1;
}

.mv-bottom__tag .col-red {
    width: 267px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.mv-bottom__tag .col-red span {
    padding-left: 10px;
    font-size: 350%;
    line-height: 1;
}

.mv-bottom .inner {
    max-width: 668px;
}

.mv-bottom__card {
    border-radius: 10px;
    letter-spacing: .06em;
}

.mv-bottom__card>* {
    padding: 8px 16px;
}

.mv-bottom__cont {
    width: 95%;
    max-width: calc(50% + 434px);
    margin-left: auto;
}

.mv-bottom__cont-character {
    position: absolute;
    top: -12px;
    left: -148px;
}

.mv-bottom__cont-left {
    flex: 1;
    max-width: 490px;
    margin-top: -25px;
}

.mv-bottom__cont-left h2 {
    margin-bottom: 20px;
    line-height: 1.57;
    color: #FFE239;
}

.mv-bottom__cont-left h2 span {
    font-size: 157%;
}

.mv-bottom__cont-right {
    padding: 10px;
    margin-left: 40px;
}

.mv-bottom__cont-right .wrapper {
    border: 2px solid #175EC1;
}

.mv-bottom__cont-right .bg-blue {
    padding: 8px 8px 8px calc(8px + .19em);
    letter-spacing: .19em;
}

.mv-bottom__cont-right .cont {
    padding: 10px 30px;
    letter-spacing: .05em;
}

.mv-bottom__cont-right .cont .en>span {
    font-size: 4.8rem;
    background: linear-gradient(to top, #FFE239 50%, rgba(255, 255, 255, 0) 50%);
}

.mv-bottom__cont-right .cont .en>span span {
    font-size: 139%;
    line-height: 1;
    letter-spacing: .02em;
}

.mv-btn {
    display: block;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    cursor: pointer;
}

.modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.modal-bg.open {
    opacity: 1;
    visibility: visible;
}

.modal-cont {
    position: fixed;
    left: 0;
    top: 50%;
    display: none;
    width: 100%;
    max-height: 70vh;
    transform: translateY(-50%);
    z-index: 100;
    overflow-y: scroll;
}

.modal-cont::-webkit-scrollbar {
    width: 0;
}

.modal-cont.open {
    display: block;
}

.modal-cont .bg-white {
    padding: 40px;
    border-radius: 20px;
}

.modal-cont .d-flex {
    max-width: 593px;
    margin: 0 auto;
}

.corona-item {
    width: 22.6%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.modal-close {
    position: absolute;
    right: 17px;
    top: 13px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
}

@media screen and (max-width: 1260px) {
    .mv-top__left-ttl {
        font-size: 4.5vw;
    }
    .mv-bottom__tag {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .mv-top {
        padding-bottom: 100px;
    }
    .mv-top__right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40%;
    }
    .mv-bottom .mv-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
    }
    .mv-bottom__bnr {
        width: 100%;
    }
    .mv-bottom__tag {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 437px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .mv-wrapper {
        width: 90%;
        margin-right: auto;
    }
    .mv-top {
        padding-bottom: 90px;
    }
    .mv-top__left {
        width: 100%;
    }
    .mv-top__left-ttl {
        font-size: 7.5vw;
    }
    .mv-top__left-img {
        top: 94%;
        right: -10%;
        left: auto;
        width: 35%;
    }
    .mv-top__right {
        position: relative;
        flex: none;
        width: 80%;
    }
    .mv-bottom__cont {
        width: 90%;
        margin-right: auto;
    }
    .mv-bottom__cont-character {
        top: 0;
        left: auto;
        right: 5%;
        transform: translateY(-50%);
    }
    .mv-bottom__cont-left {
        flex: none;
        width: 100%;
        max-width: none;
    }
    .mv-bottom__cont-right {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 600px) {
    .mv-bottom::before {
        top: 60px;
    }
    .mv-bottom__bnr-item {
        padding: 7px;
        border-width: 3px;
        border-radius: 10px;
    }
    .mv-bottom__bnr-item .f-18 {
        font-size: 1rem;
    }
    .mv-bottom__tag {
        max-width: 266px;
        height: 63px;
        margin-top: 18px;
        font-size: 1.5rem;
    }
    .mv-bottom__tag .col-red {
        width: 160px;
    }
    .mv-bottom__card {
        padding: 10px 0;
    }
    .mv-bottom__card .f-24 {
        font-size: 1.8rem;
    }
    .mv-bottom__cont-left h2 {
        font-size: 2.3rem;
    }
    .mv-bottom__cont-character {
        width: 72px;
    }
    .mv-bottom__cont-right {
        width: 280px;
        padding: 7px;
    }
    .mv-bottom__cont-right .bg-blue {
        font-size: 2rem;
    }
    .mv-bottom__cont-right .cont .f-28 {
        font-size: 1.8rem;
    }
    .mv-bottom__cont-right .cont .en>span {
        font-size: 3.3rem;
    }
    .mv-btn {
        font-size: 1.4rem;
    }
    .modal-cont .bg-white {
        padding: 40px;
    }
    .modal-cont .f-20 {
        font-size: 1.5rem;
    }
    .modal-cont .f-34 {
        font-size: 2.3rem;
    }
    .modal-cont .d-flex {
        max-width: 218px;
    }
    .corona-item {
        width: 47.7%;
    }
    .sp-text-left {
        text-align: left !important;
    }
}

.cmn-contact__tel {
    height: 162px;
}

.cmn-contact__tel-tag {
    position: absolute;
    left: calc(50% - 81px);
    top: 0;
    width: 162px;
    height: 162px;
    background-color: #FFE239;
    border: 6px solid #fff;
    border-radius: 50%;
}

.cmn-contact__tel-tag span {
    line-height: 1.05;
}

.cmn-contact__tel-cont {
    width: 100%;
    border-radius: 8px;
}

.cmn-contact__tel-cont .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 80px);
    padding: 10px;
}

.cmn-contact__tel-cont .en {
    line-height: 1.2;
}

.cmn-contact__ctn-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: 56px;
    text-align: center;
    padding: 6px 0;
    color: #fff;
    letter-spacing: .05em;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.cmn-contact__ctn-item i {
    display: block;
    width: 47px;
    margin-right: 10px;
    line-height: 0;
}

.cmn-contact__campaign {
    max-width: 868px;
    padding: 0 50px;
    margin: 0 auto;
    border: 5px solid #2E5DBB;
    border-radius: 10px;
}

.cmn-contact__campaign-character {
    padding-top: 12px;
    margin-right: 20px;
}

.cmn-contact__campaign .flex-1 {
    padding: 40px 0;
    font-size: 4.3rem;
    line-height: 1.4;
}

.cmn-contact__campaign .en {
    margin-top: 20px;
    padding: 10px;
    font-size: 5.5rem;
    border: 7px double #2E5DBB;
}

.cmn-contact__campaign .en>span {
    background: linear-gradient(to top, #FFE239 50%, rgba(255, 255, 255, 0) 50%);
}

.cmn-contact__campaign .en>span span {
    font-size: 141%;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .cmn-contact__tel {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }
    .cmn-contact__tel-tag {
        position: relative;
        left: 0;
        width: 140px;
        height: 140px;
    }
    .cmn-contact__tel-tag .f-18 {
        font-size: 1.5rem;
    }
    .cmn-contact__tel-tag .f-36 {
        font-size: 3rem;
    }
    .cmn-contact__tel-cont {
        margin-top: -70px;
        padding: 70px 5% 0;
    }
    .cmn-contact__tel-cont .item {
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #fff;
    }
    .cmn-contact__tel-cont .item:last-of-type {
        border-bottom: none;
    }
    .cmn-contact__ctn-item {
        width: 100%;
        margin-bottom: 15px;
    }
    .cmn-contact__campaign {
        padding: 0 5%;
    }
    .cmn-contact__campaign .flex-1 {
        flex: none;
        width: 100%;
        text-align: center;
        padding: 25px 0 0;
    }
    .cmn-contact__campaign-character {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .cmn-contact__campaign .flex-1 {
        font-size: 2.5rem;
    }
    .cmn-contact__campaign .en {
        font-size: 3.1rem;
    }
}

.service-sec .container {
    max-width: 868px;
}

.service-list__item {
    width: 32%;
    max-width: 260px;
    padding: 25px 17px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.service-list__item-ttl {
    height: 170px;
    line-height: 1.4;
}

.service-list__item-ttl h3 span {
    background: linear-gradient(to top, #FFE239 50%, rgba(255, 255, 255, 0) 50%);
}

.service-list__item-ttl figure {
    position: absolute;
    bottom: 0;
    right: 0;
}

.service-list__item:last-of-type .service-list__item-ttl figure {
    right: -17px;
    bottom: 10px;
}

.service-list__item ul li {
    padding: 3px 0 3px 28px;
    background: url(../img/icn_check.png) no-repeat left top 5px / auto;
}

@media screen and (max-width: 600px) {
    .service-list__item {
        width: 48.5%;
    }
}

@media screen and (max-width: 480px) {
    .service-list__item {
        padding: 20px 10px;
    }
    .service-list__item h3.f-30 {
        font-size: 2rem;
    }
    .service-list__item .f-20 {
        font-size: 1.6rem;
    }
    .service-list__item ul.f-16 {
        font-size: 1.4rem;
    }
    .service-list__item ul li {
        padding-left: 22px;
        background-size: 17px auto;
        background-position: left top 6px;
    }
    .service-list__item:nth-of-type(2) .service-list__item-ttl figure,
    .service-list__item:last-of-type .service-list__item-ttl figure {
        right: -10px;
    }
}

.maker-slider .slick-slide {
    padding: 0 35px;
}

@media screen and (max-width: 480px) {
    .maker-slider .slick-slide {
        padding: 0 15px;
    }
}

.concept-txt {
    margin-bottom: 30px;
    padding: 30px 20px;
    border-radius: 10px;
}

.concept-txt p {
    max-width: 700px;
    margin: 0 auto;
}

.concept-txt p.f-24 {
    max-width: 715px;
}

.concept-ttl span {
    display: inline-block;
    width: 100%;
    max-width: 396px;
    padding: 15px 25px;
    border-radius: 60px;
    background-color: #EA4F4F;
    color: #fff;
}

.concept-list {
    max-width: 662px;
    margin: 0 auto;
}

.concept-list .col-yel {
    position: absolute;
    left: 0;
    top: -15px;
    display: inline-block;
    color: #FFE239;
    transform: translateX(-40%) rotate(-15deg);
}

.concept-list li {
    width: calc(33.33% - 11px);
    margin-top: 20px;
    padding: 10px;
    background-color: #fff;
    border: 6px solid #D95A55;
    border-radius: 20px;
}

.concept-list li p span {
    background: linear-gradient(to top, #FFE239 60%, rgba(255, 255, 255, 0) 60%);
}

.concept-list .character {
    position: absolute;
    bottom: 0;
    right: -195px;
}

@media screen and (max-width: 1024px) {
    .concept-list .character {
        right: calc(331px - 50vw);
        width: 20vw;
    }
}

@media screen and (max-width: 600px) {
    .concept-sec .f-24 {
        font-size: 2rem;
    }
    .concept-txt p.f-24 {
        font-size: 1.8rem;
    }
    .concept-txt .f-32,
    .concept-ttl {
        font-size: 2.5rem;
    }
    .concept-list .col-yel {
        position: relative;
        top: 0;
        display: block;
        text-align: center;
        margin: 10px auto 0;
        transform: none;
    }
    .concept-list li {
        width: calc(50% - 7px);
    }
    .concept-list li .f-26 {
        font-size: 1.9rem;
    }
    .concept-list li .f-22 {
        font-size: 1.7rem;
    }
    .concept-list .character {
        right: 0;
        bottom: 10em;
        width: 48%;
        text-align: center;
    }
    .concept-list .character img {
        width: 135px;
    }
}

.reason-sec .container {
    position: relative;
    max-width: 868px;
}

.reason-sec .container::before,
.reason-sec .container::after {
    content: '';
    position: absolute;
    top: -2em;
    bottom: 0;
    width: 150px;
    background: url(../img/light.png) no-repeat top / 100% auto;
}

.reason-sec .container::before {
    left: -175px;
}

.reason-sec .container::after {
    right: -175px;
    transform: rotateY(180deg);
}

.reason-list__item {
    width: 32%;
    max-width: 260px;
    padding: 15px 15px 25px;
    border-radius: 8px;
    background-color: #fff;
    border: 4px solid #FAE35D;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.reason-list__item h3 {
    line-height: 1.28;
}

@media screen and (max-width: 965px) {
    .reason-sec .container::before,
    .reason-sec .container::after {
        width: 10%;
    }

    .reason-sec .container::before {
        left: -5%;
    }

    .reason-sec .container::after {
        right: -5%;
    }
}

@media screen and (max-width: 600px) {
    .reason-list__item {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .reason-sec .container::before, 
    .reason-sec .container::after {
        width: 15%;
    }
    .reason-list__item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.safe-table {
    max-width: 728px;
    margin: 0 auto;
}

.safe-table .bnr {
    position: absolute;
    right: -124px;
    top: -118px;
}

@media screen and (max-width: 768px) {
    .safe-table .bnr {
        right: -5%;
        top: -65px;
        width: 92px;
    }
}

@media screen and (max-width: 480px) {
    .safe-sec .f-24 {
        font-size: 2rem;
    }
}

.case-list {
    margin: 0 -10px;
}

.case-list__item {
    width: calc(25% - 20px);
    margin: 0 10px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.case-list__item h3 {
    padding: 8px;
    line-height: 1.45;
    border-radius: 8px 8px 0 0;
}

.case-list__item-cont {
    padding: 10px 15px;
}

.case-list__item .regular-price {
    text-decoration: line-through;
}

.case-list__item .sale-price span {
    line-height: 1.1;
}

.case-list__item .sale-price img {
    margin-right: 7px;
}

.case-list__item .tax-price {
    margin-left: 10px;
    font-size: .8rem;
    line-height: 1.2;
}

.case-list__item .tax-price span {
    font-size: 1rem;
}

.case-list__item .off-price {
    margin-top: 10px;
    padding: 5px;
    font-size: 1.5rem;
    border: 4px double #175EC1;
}

.case-list__item .off-price .en {
    margin-left: 5px;
    font-size: 1.3rem;
    background: linear-gradient(to top, #FFE239 60%, rgba(255, 255, 255, 0) 60%);
}

.case-list__item .off-price .en span {
    font-size: 146%;
}

@media screen and (max-width: 768px) {
    .case-list__item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .case-list {
        margin: 0;
        justify-content: space-between;
    }
    .case-list__item {
        width: 48.5%;
        margin: 0;
    }
    .case-list__item h3 {
        font-size: 1.4rem;
    }
    .case-list__item .sale-price {
        font-size: 1.2rem;
    }
    .case-list__item .sale-price span.f-34 {
        font-size: 1.9rem;
    }
    .case-list__item .sale-price img {
        width: 15px;
        height: auto;
    }
    .case-list__item .regular-price {
        font-size: 1rem;
    }
    .case-list__item .regular-price span.f-16 {
        font-size: 1.3rem;
    }
}

.voice-ttl figure {
    position: absolute;
    left: calc(50% + 100px);
    top: 50%;
    width: 441px;
    transform: translateY(-50%);
}

.voice-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 5.5%;
    border-radius: 17px;
}

.voice-list__item figure {
    margin-right: 30px;
}

@media screen and (max-width: 1100px) {
    .voice-ttl figure {
        right: 0;
        width: auto;
    }    
}

@media screen and (max-width: 768px) {
    .voice-ttl figure {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        transform: none;
    }   
}

@media screen and (max-width: 480px) {
    .voice-list__item figure {
        width: 77px;
        margin: 0 auto 10px;
    }
    .voice-list__item .flex-1 {
        flex: none;
        width: 100%;
    }
    .voice-list__item .f-16 {
        font-size: 1.4rem;
    }
    .voice-list__item .text-right {
        margin-top: 5px;
        font-size: 1.2rem;
    }
}

.flow-list__item {
    position: relative;
    width: calc(25% - 15px);
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.flow-list__item:not(:last-of-type):after {
    content: url(../img/icn_right.png);
    position: absolute;
    right: -27px;
    top: 110px;
    display: block;
    line-height: 0;
    z-index: 2;
}

.flow-list__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
    margin-top: 7px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 5px;
}

.flow-list__item a i {
    display: block;
    width: 24px;
    line-height: 0;
    margin-right: 8px;
}

.flow-list__item a:last-of-type i {
    width: 18px;
}

.area-cont {
    max-width: 728px;
    margin: 0 auto;
    padding: 40px 45px;
    background-color: #fff;
    border: 4px solid #EA4F4F;
    border-radius: 17px;
    background-image: url(../img/img_map.png);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: auto calc(100% - 20px);
}

.area-cont p span {
    background: linear-gradient(to top, #FFE239 50%, rgba(255, 255, 255, 0) 50%);
}

@media screen and (max-width: 768px) {
    .flow-list__item {
        width: calc(50% - 10px);
    }
    .flow-list__item::after {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .flow-list__item {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .area-cont {
        padding: 30px 35px;
        background-position: right 20px top 15px;
        background-size: 50% auto;
    }
    .area-cont .f-26 {
        font-size: 2.3rem;
    }
}

.faq-list {
    max-width: 708px;
    margin: 0 auto;
}

.faq-mark {
    margin-right: 20px;
    font-size: 4.2rem;
    line-height: 1;
}

.faq-question {
    position: relative;
    padding-right: 50px;
    border-bottom: 1px solid #2B2B2B;
    cursor: pointer;
}

.faq-question::before {
    content: '＋';
    position: absolute;
    right: 10px;
    top: 50%;
    color: #175EC1;
    font-size: 3.9rem;
    font-family: 'Roboto', sans-serif;
    transform: translateY(-50%);
}

.faq-question.active::before {
    content: 'ー';
}

.faq-answer {
    display: none;
    padding-right: 50px;
}

.faq-answer .flex-1 {
    padding-top: 14px;
}

@media screen and (max-width: 600px) {
    .faq-mark {
        font-size: 3.1rem;
    }
    .faq-list .f-20 {
        font-size: 1.5rem;
    }
    .faq-answer {
        padding-right: 10px;
        font-size: 1.3rem;
    }
    .faq-question {
        padding-right: 35px;
    }
    .faq-question::before {
        right: 0;
        font-size: 3rem;
    }
}

.contact-sec h2 {
    color: #FFE239;
}

.contact-form {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
}

.contact-cont {
    max-width: 660px;
    margin: 0 auto;
}

.contact-cont dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}

.contact-cont dl dt {
    position: relative;
    width: 200px;
    padding-top: 6px;
}

.contact-cont dl dt span.required {
    position: absolute;
    right: 20px;
    top: 6px;
    padding: 1px 6px;
    font-size: 1.2rem;
    color: #fff;
    background: #DE0700;
    border-radius: 5px;
}

.contact-cont dl dd {
    flex: 1;
}

.contact-cont input[type="text"],
.contact-cont input[type="tel"],
.contact-cont input[type="email"] {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #2B2B2B;
    box-sizing: border-box;
    border-radius: 6px;
}

.contact-cont textarea {
    padding: 15px;
    background: #fff;
    border: 1px solid #2B2B2B;
    box-sizing: border-box;
    border-radius: 6px;
}

input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 271px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .04em;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 30px;
    background-color: #175EC1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: .3s;
}

input[type="submit"]:hover {
    background: #000029;
    color: #fff;
}

.privacy {
    max-width: 660px;
    height: 160px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #2B2B2B;
    border-radius: 6px;
    overflow-y: scroll;
}

@media screen and (max-width: 600px) {
    .contact-cont dl {
        padding: 10px 0;
    }
    .contact-cont dl dt {
        width: 100%;
    }
    .contact-cont dl dd {
        width: 100%;
        margin-top: 10px;
    }
}