@charset "utf-8";
/*
Theme Name: hokepo_wp
--------------------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            recet css
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
a {
    text-decoration: none;
    overflow: hidden;
    color: #000;
}
img {
    width: 100%;
    border: none;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}
hr {
    display: none;
    clear: both;
}
ul {
    margin: 0;
    padding: 0;
}
ol {
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
    padding: 0;
}
dl {
    margin: 0;
    padding: 0;
}
dt {
    margin: 0;
    padding: 0;
}
dd {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
    font-feature-settings: "palt" 1;
}
span {
    font-feature-settings: "palt" 1;
}
address {
    font-style: normal;
}
* {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: YakuHanRPs,"Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    body {font-size: 14px;}
}

main {
    width: 100%;
    overflow-x: hidden;
}
.pc {display: block !important;}
.sp {display: none !important;}
.sp--s {display: none !important;}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media screen and (max-width: 500px) {
    .sp--s {
        display: block !important;
    }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                共通パーツ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.content__wrap {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .content__wrap {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .content__wrap {
        width: 95%;
    }
}

.fadeIn {
    display: none;
}

.section-ttl {
    width: 40%;
    margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
    .section-ttl {
        width: 70%;
    }
}
@media screen and (max-width: 600px) {
    .section-ttl {
        width: 80%;
    }
}

.font--small {
    font-size: 70%;
    padding-bottom: 0.2em;
    display: inline-block;
}
@media screen and (max-width: 500px) {
    .font--small {
        font-size: 80%;
        padding-bottom: 0;
        margin-left: -2%;
        padding-bottom: 0.3em;
        vertical-align: bottom;
    }
}

@media screen and (max-width: 500px) {
    span.break {
        display: inline-block;
    }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.09em;
    background-color: #5dbda1;
    color: #FFF;
    padding: 20px 0;
    align-items: center;
}

@media screen and (max-width: 870px) {
    .header {
        padding: 20px 20px;
    }
}
@media screen and (max-width: 768px) {
    .header {
        padding: 10px 10px;
    }
}

.header__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    width: 200px;
}
@media screen and (max-width: 768px) {
    .header__logo {
        width: 140px;
    }
}

.header__logo img {
    width: 100%;
}

.header__txt {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .header__txt {
        font-size: 12px;
    }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                mv
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.mv {
    background-color: #5dbda1;
    color: #FFF;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .mv {
        padding-bottom: 40px;
    }
}

.mv::after {
    content: "";
    position: absolute;
    background-color: #5dbda1;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 100px;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -99px;
}
@media screen and (max-width: 500px) {
    .mv::after {
        height: 60px;
        bottom: -59px;
    }
}

.mv__wrap {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .mv__wrap {
        width: 95%;
    }
}

.mv__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 768px) {
    .mv__inner {
        flex-direction: column-reverse;
    }
}

/*■■■■■■■■■■■■■■■■■■
        mv_txt
■■■■■■■■■■■■■■■■■■■■*/
.mv__txt-wrapper {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .mv__txt-wrapper {
        width: 100%;
    }
}

.mv__main-txt {
    width: 80%;
    margin: 0 auto 40px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .mv__main-txt {
        width: 90%;
        padding-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .mv__main-txt {
        margin-bottom: 20px;
    }
}

.mv__main-txt::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 80px;
    width: 100px;
    background-image: url(img/img_mv_shock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 15%;
    left: -5%;
}
@media screen and (max-width: 768px) {
    .mv__main-txt::before {
        width: 15%;
        height: auto;
        aspect-ratio: 5/4 ;
        top: 25%;
        left: -5%;
    }
}

.mv__txt {
    margin-bottom: 40px;
    font-size: clamp(15px, 1.7vw, 28px);
    font-weight: 500;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .mv__txt {
        font-size: clamp(16px, 3.3vw, 32px);
        text-align: center;
    }
}

.mv__txt-strong {
    background-color: #FFF;
    color: #040000;
    font-weight: 800;
    margin-right: 0.3em;
}
.mv__cp {
    padding-right: 5%;
}
.mv__cp-txt {
    margin-bottom: 20px;
}
.btn a {
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    height: 3rem;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    background-color: #FFF;
    color: #35b188;
    box-shadow: 0 8px 0 #378a68;
    transition: 0.2s;
}

.btn a:hover {
    transform: translateY(3px);
    text-decoration: none;
    box-shadow: 0 0px 0 #5dbda1;
  }

  .circle-with-triangle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-left: 4px;
    background-color: #35b188;
    position: relative;
    overflow: hidden; /* 擬似要素のはみ出し防止 */
  }
  .circle-with-triangle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    aspect-ratio: 1 / 1;
    background-color: #FFF; /* 三角形の色 */
    transform: translate(-50%, -50%);
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }

/*■■■■■■■■■■■■■■■■■■
        mv__img
■■■■■■■■■■■■■■■■■■■■*/
.mv__img-wrapper {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .mv__img-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .mv__img-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

.mv__img-inner {
    position: relative;
    /* height: 25; */
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mv__case-img--bottom {
    padding-top: 15%;
}

.mv__case-img {
    width: 32%;
    z-index: 2;
}
.mv__case-sub {
    position: absolute;
    width: 25%;
    z-index: 2;
}
.mv__case-sub--a {
    width: 20%;
    left: 5%;
    bottom: -8%;
}
.mv__case-sub--b {
    left: 38%;
    top: 10%;
}
.mv__case-sub--c {
    right: 2%;
    bottom: -14%;
}

.mv__doyodoyo {
    position: absolute;
    top: -50%;
    left: 0;
}
@media screen and (max-width: 768px) {
    .mv__doyodoyo {
        width: 90%;
        top: -30%;
        left: 3%;
    }
}
@media screen and (max-width: 500px) {
    .mv__doyodoyo {
        top: -20%;
    }
}

.mv__man {
    padding:  5% 10%;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 768px) {
    .mv__man {
        margin-bottom: 10px;
    }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                intro
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.intro {
    padding-top: 120px;
    background-color: #eeeeee;
    background-image:
    url(img/bg_intro_01.png),
    url(img/bg_intro_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:
    left top,
    right top;
}
@media screen and (max-width: 1024px) {
    .intro {
        background-image:
        url(img/bg_intro_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:center;
    }
}
@media screen and (max-width: 500px) {
    .intro {
        padding-top: 80px;
    }
}

.intro__wrap {
    position: relative;
    padding-bottom: 10px;
}

.intro__top-kamifubuki {
    position: absolute;
    width: 15%;
}

.intro__top-kamifubuki--a {
    top: 0%;
    left: -5%;
}
@media screen and (max-width: 768px) {
    .intro__top-kamifubuki--a {
        left: 0%;
    }
}

.intro__top-kamifubuki--b {
    top: 0%;
    right: -5%;
    transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
    .intro__top-kamifubuki--b {
        right: 0%;
    }
}

.intro__img-wrap {
    position: relative;
}

.intro__txt {
    width: 80%;
    margin: 0 auto 20px;
}

.intro__img-hokepo {
    position: absolute;
    width: 60%;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}

.intro__img-case {
    position: relative;
    z-index: 1;
}

.intro__img-person {
    position: absolute;
    bottom: -33%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
@media screen and (max-width: 500px) {
    .intro__img-person {
        bottom: -36%;
        z-index: 2;
    }
}

.problem__bg {
    position: relative;
    z-index: 2;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                problem
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.problem {
    position: relative;
    z-index: 2;
}
.problem__wrap {
    background-color: #5dbda1;
}

.problem__ttl {
    width: 80%;
    display: block;
    margin: 0 auto 40px;
}

.problem__inner {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    width: 100%;
    height: 25vw;
    min-height: 250px;
    max-height: 330px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .problem__inner {
        height: auto;
        min-height: auto;
    }
}


.problem__img-man {
    width: 30%;
    margin: 0 auto;
    padding-left: 4%;
}
@media screen and (min-width: 1200px) {
    .problem__img-man {
        width: 32%;
    }
}
@media screen and (max-width: 768px) {
    .problem__img-man {
        width: 50%;
        padding-left: 0;
    }
}


@media screen and (max-width: 768px) {
    .problem__bubble-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.problem__bubble {
    position: absolute;
    background-color: #FFF;
    border-radius: 10px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .problem__bubble {
        position: static;
        display: block;
        text-align: center;
    }
}

.problem__bubble--a {
    left: 0;
    top: 20%;
    padding: 4%;
}
.problem__bubble--b {
    right: 2%;
    top: 0;
    padding: 3% 6%;
}
.problem__bubble--c {
    right: 0%;
    bottom: 0;
    padding: 3% 6%;
}
@media screen and (max-width: 768px) {
    .problem__bubble--a {
        width: 45%;
        padding: 5%;
    }
    .problem__bubble-inner {
        width: 50%;
    }
    .problem__bubble--b {
        padding: 5%;
        width: 90%;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .problem__bubble--c {
        padding: 5%;
        width: 90%;
        margin-left: auto;
    }
}
@media screen and (max-width: 420px) {
    .problem__bubble--a {
        width: 45%;
        padding: 5% 3%;
    }
    .problem__bubble--b {
        padding: 4%;
    }
    .problem__bubble--c {
        padding: 4%;
    }
}



.problem__bubble-txt {
    font-weight: 600;
    font-size: clamp(12px, 2.3vw, 28px);
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    .problem__bubble-txt {
        font-size: 18px;
        font-size: clamp(20px, 3vw, 30px);
    }
}
@media screen and (max-width: 500px) {
    .problem__bubble-txt {
        font-size: 14px;
    }
}


.problem__bubble-txt--strong {
    font-size: 115%;
    color: #35b188;
}

.problem__triangle {
    width: 5%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .problem__triangle {
        width: 50px;
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 500px) {
    .problem__triangle {
        width: 30px;
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 768px) {
    .problem::after {
        height: 80px;
        bottom: -79px;
    }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                point
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.point {
    background-color: #5dbda1;
    padding-top: 40px;
    padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
    .point {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.point__heading {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #FFF;
    font-size: 40px;
    margin-bottom: 40px;
    padding-left: 5%;
}
@media screen and (max-width: 768px) {
    .point__heading {
        padding-left: 15%;
        font-size: 32px;
    }
}
@media screen and (max-width: 600px) {
    .point__heading {
        padding-left: 18%;
        font-size: 30px;
    }
}
@media screen and (max-width: 500px) {
    .point__heading {
        display: block;
        flex-wrap: wrap;
        padding-left: 0;
        padding-bottom: 10px;
        margin: 0 auto;
        text-align: center;
        font-size: clamp(14px, 5.6vw, 30px);
    }
}

.point__heading-logo {
    width: 200px;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .point__heading-logo {
        width: 180px;
    }
}
@media screen and (max-width: 600px) {
    .point__heading-logo {
        width: 150px;
    }
}
@media screen and (max-width: 500px) {
    .point__heading-logo {
        width: 35%;
    }
}

.point__list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .point__list {
        flex-direction: column;
    }
}

.point__list-item {
    list-style-type: none;
    width: 31.5%;
    background-color: #FFF;
    text-align: center;
    padding: 2% 2% 4% 2%;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .point__list-item {
        width: 100%;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 500px) {
    .point__list-item {
        width: 100%;
        margin: 0 auto 20px;
        padding: 2% 2% 6% 2%;
    }
}

.point__list-item--first {
    position: relative;
}

.point__list-item--first-illust {
    position: absolute;
    width: 130px;
    bottom: 100%;
    left: 0;
}
@media screen and (max-width: 768px) {
    .point__list-item--first-illust {
        width: 120px;
    }
}
@media screen and (max-width: 500px) {
    .point__list-item--first-illust {
        width: 100px;
    }
}

.point__list-number {
    font-size: 42px;
    font-weight: 900;
    color: #35b188;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.point__list-heading {
    font-size: clamp(12px, 2.3vw, 28px);
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .point__list-heading {
        font-size: clamp(12px, 2.8vw, 28px);
    }
}
@media screen and (max-width: 768px) {
    .point__list-heading {
        font-size: clamp(20px, 5vw, 40px);
    }
}

.point__heading--strong {
    background: linear-gradient(45deg,#8dc6ed, #00af99);
    color: #FFF;
    padding: 0 6px;
}

.point__list-txt {
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 500;
    line-height: 1.6;
}
@media screen and (max-width: 768px) {
    .point__list-txt {
        font-size: clamp(16px, 3.2vw, 28px);
    }
}
@media screen and (max-width: 500px) {
    .point__list-txt {
        font-size: clamp(14px, 2.6vw, 24px);
    }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                menu
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.menu {
    background-color: #5dbda1;
    padding-bottom: 60px;
}

.menu__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .menu__list {
        width: 100%;
    }
}

.menu__list-item {
    list-style-type: none;
    background-color: #FFF;
    width: 20%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.3;

}
.menu__list-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .menu__list-item {
        width: 45%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 500px) {
    .menu__list-item {
        width: 46%;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.menu__list-item:nth-child(4) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .menu__list-item:nth-child(4) {
        margin-right: 20px;
    }
    .menu__list-item:nth-child(2n) {
        margin-right: 0px;
    }
}

.menu__list-illust {
    width: 50%;
}

.menu__list-txt {
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .menu__list-txt {
        font-size: clamp(16px, 3.2vw, 28px);
    }
}
@media screen and (max-width: 500px) {
    .menu__list-txt {
        font-size: clamp(14px, 2.6vw, 24px);
    }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
               works
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.works {
    background-color: #FFF;
    padding-top: 80px;
    padding-bottom: 60px;
}



.works__wrap--a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.works__wrap--b {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .works__wrap--b {
        flex-direction: column;
    }
}

.works__inner--a {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .works__inner--a {
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
    }
}

.works__img {
    width: 32%;
}
@media screen and (max-width: 768px) {
    .works__img--1{
        width: 60%;
        margin: 0 auto 20px;
    }
    .works__img--2{
        width: 52%;
        margin-right: auto;
    }
    .works__img--3{
        width: 52%;
        margin-left: auto;
        margin-top: -20%;
    }
}


.works__inner--b {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47.5%;
}
@media screen and (max-width: 768px) {
    .works__inner--b {
        width: 100%;
        margin: 0 auto 40px;
    }
    .works__inner--b:last-of-type {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .works__img-wrap {
        width: 80%;
        margin: 0 auto;
    }
}

.works__head {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
    padding: 0.4em 4em;
    color: #5dbda1;
    border: 2px solid #5dbda1;
    border-radius: 50px;
    text-wrap: nowrap;
}
.works__head--b {
    padding: 0.4em 0;
    width: 90%;
    margin: 20px auto 0;
}
@media screen and (max-width: 900px) {
    .works__head {
        padding: 0.4em 1em;
    }
}
@media screen and (max-width: 768px) {
    .works__head {
        padding: 0.4em 0;
        width: 70%;
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .works__head {
        width: 96%;
    }
}




.works__note {
    text-align: right;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
               price
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.price {
    background-color: #5dbda1;
    padding-top: 80px;
}

.price__wrap {
    display: flex;
    justify-content: space-between;
    height: 25vh;
}
@media screen and (max-width: 768px) {
    .price__wrap {
        flex-direction: column;
        height: auto;
    }
}

.price_standard {
    height: 100%;
    padding-right: 5%;
}
@media screen and (max-width: 768px) {
    .price_standard {
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.price_premium {
    height: 100%;
}
@media screen and (max-width: 768px) {
    .price_premium {
        width: 50%;
        margin: 0 auto;
    }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
               flow
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.flow {
    background-color: #5dbda1;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .flow {
        padding-bottom: 60px;
    }
}

.flow__points {
    width: 100%;
    margin: 0 auto;
}

.flow__item {
    display: flex;
    padding: 20px 10px;
    background-color: #FFF;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .flow__item {
        flex-direction: column;
        padding: 20px 20px;
    }
}

.flow__item--first {
    position: relative;
}

.flow__item--first-illust {
    position: absolute;
    width: 150px;
    bottom: 100%;
    left: 3%;
}
@media screen and (max-width: 768px) {
    .flow__item--first-illust {
        width: 100px;
        left: 0%;
    }
}

.flow__bubble {
    position: relative;
    margin-bottom: 30px;
}
.flow__bubble::before {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    border: 15px solid transparent;
    border-top: 15px solid #FFF;
}

.flow__item-heading {
    display: block;
    margin: auto;
    text-align: center;
    width: 200px;
    font-size: 20px;
    font-weight: 600;
    color: #35b188;
    position: relative;
}
@media screen and (max-width: 768px) {
    .flow__item-heading {
        width: 140px;
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 20px;
    }
}

.flow__item-heading-number {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -5px;
}
@media screen and (max-width: 768px) {
    .flow__item-heading-number {
        font-size: 30px;
        top: -10px;
    }
}

.flow__item-txt {
    width: 70%;
    font-size: 18px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .flow__item-txt {
        width: 100%;
        font-size: 16px;
    }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                qa
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.qa {
    background-color: #5dbda1;
    padding-bottom: 80px;
    font-weight: 500;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .qa {
        padding-bottom: 40px;
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .qa {
        font-size: 14px;
    }
}

.qa__list-a--first {
    position: relative;
}


.qa__list-a--first-illust {
    position: absolute;
    width: 200px;
    bottom: 100%;
    right: 3%;
}
@media screen and (max-width: 768px) {
    .qa__list-a--first-illust {
        width: 150px;
        right: 0%;
    }
}

.qa__list-q,
.qa__list-a {
    display: flex;
    align-items: center;
    position: relative;
}

.qa__list-q {
    color: #FFF;
    margin-bottom: 10px;
    font-weight: 600;
}

.qa__list-q::before {
    content: "";
    display: block;
    background-image: url(img/qa_txt_q.svg);
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: 20px;
    height: 30px;
    margin-right: 30px;
}
@media screen and (max-width: 600px) {
    .qa__list-q::before {
        margin-right: 10px;
    }
}

.qa__list-a::before {
    content: "";
    display: block;
    background-image: url(img/qa_txt_a.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    width: 30px;
    height: 1.5em;
    margin-right: 20px;
    
}
@media screen and (max-width: 600px) {
    .qa__list-a::before {
        width: 20px;
        height: 30px;
        margin-right: 10px;
    }
}

.qa__list-a {
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
    margin-left: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .qa__list-a {
        margin-left: 0;
        margin-bottom: 20px;
        padding: 20px;
    }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                inquiry
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.inquiry {
    background-color: #eeeeee;
    padding-top: 140px;
    font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
    .inquiry {
        padding-top: 80px;
    }
}

.inquiry__ttl-wrap {
    text-align: center;
    position: relative;
}

.inquiry__img {
    position: absolute;
    width: 150px;
    top: -80%;
    left: 0;
}
@media screen and (max-width: 768px) {
    .inquiry__img {
        width: 100px;
        top: -20%;
        left: 0%;
    }
}
@media screen and (max-width: 600px) {
    .inquiry__img {
        width: 80px;
        top: -40%;
        left: 0;
    }
}
@media screen and (max-width: 500px) {
    .inquiry__img {
        width: 80px;
        top: -70%;
        left: 0;
    }
}

.inquiry__ttl {
    font-size: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .inquiry__ttl {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .inquiry__txt {
        font-size: 14px;
    }
}


.inquiry__form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

.inquiry__form-item {
    padding-top: 20px;
}

.inquiry__form-item-ttl {
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
    .inquiry__form-item-ttl {
        font-size: 16px;
    }
}

.form-required::after {
    content: "必須";
    background-color: #000;
    color: #FFF;
    padding: 0 16px;
    border-radius: 5px;
    margin-left: 10px;
}
@media screen and (max-width: 600px) {
    .form-required::after {
        font-size: 14px;
        padding: 0 10px;
        border-radius: 5px;
        margin-left: 3px;
    }
}

.inquiry__form-input {
    width: 100%;
    height: 3rem;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    padding: 0 10px;
}

.inquiry__form-textarea {
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    padding: 10px;
}

.inquiry__recaptcha-txt {
    display: block;
    width: 60%;
    max-width: 600px;
    margin: 0 auto 40px;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .inquiry__recaptcha-txt {
        width: 100%;
    }
}

.inquiry__submit-btn {
    display: block;
    background-color: #000;
    color: #FFF;
    width: 200px;
    margin: 0 auto;
    height: 3rem;
    border-radius: 40px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .inquiry__submit-btn {
        margin-top: 10px;
    }
}


.inquiry-submit-btn_back {
    display: block;
    background-color: #FFF;
    color: #000;
    border: 2px solid #000;
    width: 150px;
    margin: 0 auto;
    height: 2rem;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .inquiry-submit-btn_back {
        margin-top: 10px;
    }
}

/* ハイライト色変更 */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 2px solid #5dbda1;
}


.grecaptcha-badge { visibility: hidden; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.footer {
    background-color: #eeeeee;
    padding-bottom: 20px;
    font-size: 11px;
}

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

@media screen and (max-width: 600px) {
    .footer__wrapper {
        display: block;
    }
}


.footer__inner {
    display: flex;
    width: 655px;
    padding-bottom: 40px;
}

.footer__address {
    font-weight: 200;
    font-size: 14px;
}

.footer__address-name,
.footer__address-address {
    margin-bottom: 18px;
}

.footer__sub {
    display: flex;
}

@media screen and (max-width: 600px) {
    .footer__sub {
        margin-top: 10px;
        display: block;
    }
}

.footer__privacy {
    margin-right: 10px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                followBtn
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.followBtn {
    padding: 20px;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 15;
    background-color: #000;
    color: #FFF;
    border-radius: 20px 0 0 20px;
    writing-mode: vertical-rl;
    font-size: 16px;
    text-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .followBtn {
        top: auto;
        bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .followBtn {
        padding: 10px 5px 10px 10px;
        border-radius: 10px 0 0 10px;
        font-size: 14px;
    }
}

.followBtn span::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(img/icon-paperairplane.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}



