﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
body {
    line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
nav ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}
input, select {
    vertical-align: middle
}
*, *::before, *::after {
    box-sizing: border-box
}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}
html {
    font-size: 1.125rem
}
@media screen and (max-width: 768px) {
    html {
        font-size: .875rem
    }
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
    font-style: normal
}
body a {
    color: inherit;
    text-decoration: none
}
body img {
    vertical-align: bottom
}
body em {
    font-style: normal
}
body li {
    list-style: none
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: inherit
}
.wrap {
    background: #fff;
    width: 100%;
    color: #333
}
.wrap img {
    width: 100%;
    height: auto
}
.header {
    background: #fff;
    width: 100%;
    color: #333;
    position: fixed;
    top: 0;
    z-index: 1000
}
.header__inner {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 1.56rem
}
.header__heading {
    width: 19rem
}
/* --- ヘッダーボタンエリア 修正版 --- */
.header__button {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 48%;
}

.header__button-item {
    width: calc((100% - 1rem) / 2);
}

/* 電話ボタン（item01）の親要素 */
.header__button-item01 {
    display: flex;
    border: solid 5px #d21b1b;
    border-radius: 20px;
    background-color: #ff3333;
    padding: 0; /* aタグを広げるため0にする */
    overflow: hidden;
    margin: 1em 0;
    align-items: stretch; /* 中のaタグを高さ一杯に広げる */
}

/* aタグをボタン全体に広げる設定 */
.header__button-item01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.6rem 0.5rem; /* ボタンの厚みをここで調整 */
    text-decoration: none;
    color: white;
    transition: opacity 0.2s;
}

.header__button-item01 a:hover {
    opacity: 0.8;
}

.header__button-item01 .icon {
    width: 1.3vw;
    min-width: 15px; /* アイコンが消えないための最小幅 */
    display: flex;
    align-items: center;
}

.header__button-item01 .tel {
    font-size: 2vw;
    font-weight: bold;
    color: white;
    margin: 0 0 0 .4vw;
    line-height: 1;
}

/* メールボタン（item02） */
.header__button-item02 {
    display: flex;
    justify-content: center;
    margin: 1em 0;
}

.header__button-item02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.4vw 0.2vw;
    font-size: 1.3vw;
    border: solid 5px #df661d;
    border-radius: 20px;
    background-color: #ff8033;
    text-align: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 1000px) {
    .header__button-item01, .header__button-item02 {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    .header {
        position: absolute
    }
    .header__heading {
        margin: 0 auto;
        padding: 0.6rem 0;
        width: 100%
    }
    .header__button {
        display: none
    }
}
.visual {
    background-color: #fff;
    background-image: url("../images/visual.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .visual {
        background-image: url("../images/visual@2x.png")
    }
}
.visual__inner {
    background-image: url("../images/visual_person.png"), url("../images/visual_top.png"), url("../images/visual_bottom.png");
    background-position: right 11% bottom 0%, left 0% top 0%, right 0% bottom 0%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 31vw, 38%, 40%
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .visual__inner {
        background-image: url("../images/visual_person@2x.png"), url("../images/visual_top@2x.png"), url("../images/visual_bottom@2x.png")
    }
}
.visual__sub {
    display: none
}
.visual__wrap {
    padding: 3rem 0;
    width: 90vw;
    max-width: 1700px;
    margin: 0 auto
}
.visual__heading .heading-sub {
    width: 29vw;
    background-color: #ff3333;
    line-height: 1.2em;
    font-size: 1.8vw;
    font-weight: 900;
    padding: 1rem .5rem;
    color: white
}
.visual__heading .heading-main {
    text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
    line-height: 1.2em;
    font-size: 3.8vw;
    font-weight: 900;
    font-style: italic
}
.visual__heading .heading-main .medium {
    font-size: 3.2vw;
    color: #ff3333
}
.visual__catch {
    width: 51vw;
    padding: 2rem 0 .5rem
}
.visual__appeal {
    width: 43vw
}
@media screen and (max-width: 768px) {
    .visual {
        background-image: url("../images/visual-sp.png");
        background-size: cover
    }
    .visual__inner {
        margin: auto auto 0;
        background-image: url("../images/visual_person.png"), url("../images/visual_top.png"), url("../images/visual_bottom.png");
        background-position: right -3% bottom 0%, left 0% top 0%, right 0% bottom 0%;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 52%, 60%, 80%
    }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 768px) and (min-resolution: 192dpi) {
    .visual__inner {
        background-image: url("../images/visual_person@2x.png"), url("../images/visual_top@2x.png"), url("../images/visual_bottom@2x.png")
    }
}
@media screen and (max-width: 768px) {
    .visual__wrap {
        padding: 2rem 0
    }
    .visual__sub {
        display: block;
        background-color: #ff3333;
        line-height: 1.2em;
        font-size: 5.5vw;
        font-weight: 900;
        padding: 1rem .5rem;
        color: white;
        text-align: center
    }
    .visual__heading {
        display: none
    }
    .visual__text {
        font-size: 1rem
    }
    .visual__button a {
        width: 100%;
        max-width: none;
        margin: 0 auto;
        font-size: 1.5rem
    }
    .visual__catch {
        width: 100%;
        padding: 0
    }
    .visual__appeal {
        width: 72%
    }
}
.contents {
    background: transparent;
    color: #333
}
.contents .movie {
    width: 100%;
    max-width: 1000px;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden
}
.contents .movie iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}
.cv {
    background-color: #ffecf4;
    background-image: url("../images/cv_top.png"), url("../images/cv_bottom.png");
    background-position: left 0% top 7rem, right 0% bottom 0%;
    background-repeat: no-repeat, no-repeat;
    background-size: 20%, 40%
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .cv {
        background-image: url("../images/cv_top@2x.png"), url("../images/cv_bottom@2x.png")
    }
}
.cv__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 4rem;
    padding: 2rem 0 3rem;
    background-image: url("../images/cv_image.png");
    background-position: right 0 bottom 0;
    background-repeat: no-repeat;
    background-size: 35%
}
@media screen and (max-width: 768px) {
    .cv__inner {
        padding: 0 0 3rem
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .cv__inner {
        background-image: url("../images/cv_image@2x.png")
    }
}
.cv__heading {
    text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
    padding: 1.6rem 0;
    line-height: 1.2em;
    font-size: 3.11rem;
    font-weight: 900;
    background-color: #ff9292;
    font-style: italic;
    text-align: center
}
.cv__heading .small {
    font-size: 2.33rem
}
@media screen and (max-width: 768px) {
    .cv__heading {
        font-size: 6vw
    }
    .cv__heading .small {
        font-size: 4.5vw
    }
}
.cv__heading .red {
    color: #ff4d35
}
.cv__text {
    line-height: 1.6em;
    padding: 0 0 2rem;
    font-size: 2rem;
    font-weight: bold
}
.cv__text .large {
    font-size: 3.11rem;
    color: #ff4d35
}
.cv__text .br-sp {
    display: none
}
.cv__image {
    text-align: center
}
.cv__image img {
    width: 100%;
    height: auto
}
.cv__image img {
    max-width: 100%;
    margin: 0 auto
}
.cv__image img.circle {
    border-radius: 100%;
    overflow: hidden
}
@media screen and (max-width: 768px) {
    .cv__image {
        padding: 0 0 6vw
    }
}
.cv__button-item01 {
    text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
    text-align: center;
    font-size: 1.33rem;
    color: #ff3333;
    width: 63%;
    font-weight: bold
}
.cv__button-item02 a {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding: 1.2em 1em;
    margin: 1em 0;
    width: 63%;
    border: solid 5px #d21b1b;
    border-radius: 20px;
    background-color: #ff3333
}
.cv__button-item02 a .tel {
    font-size: 2.33rem;
    font-weight: bold;
    color: white;
    margin: 0 0 0 1rem
}
.cv__button-item03 a {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding: 1.2em 1em;
    margin: 1em 0;
    width: 63%;
    border: solid 5px #df661d;
    border-radius: 20px;
    background-color: #ff8033;
    font-size: 1.55rem;
    font-weight: bold;
    color: white
}
@media screen and (max-width: 768px) {
    .cv {
        background-position: left 0% top 4rem, right 0% bottom 0%;
        background-repeat: no-repeat, no-repeat;
        background-size: 65%, 50%
    }
    .cv__inner {
        background-position: right 0rem bottom 15rem;
        padding: 1rem 0 1rem;
        background-size: 40%
    }
    .cv__text {
        padding: 4rem 0 3rem;
        font-size: 6vw
    }
    .cv__text .large {
        font-size: 7vw
    }
    .cv__text .br-sp {
        display: block
    }
    .cv__button-item01 {
        width: 100%;
        font-size: 5vw
    }
    .cv__button-item02 a .tel {
        font-size: 7vw
    }
    .cv__button-item02 a, .cv__button-item03 a {
        width: 100%;
        align-items: center;
        height: 6rem
    }
    .cv__button-item03 a {
        font-size: 5vw
    }
}
.reason__inner, .service__inner, .price__inner, .flow__inner, .faq__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 4rem
}
@media screen and (max-width: 768px) {
    .reason__inner, .service__inner, .price__inner, .flow__inner, .faq__inner {
        padding: 0 0 3rem
    }
}
.reason__heading, .service__heading, .price__heading, .flow__heading, .faq__heading {
    text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
    padding: 1.6rem 0;
    line-height: 1.2em;
    font-size: 3.11rem;
    font-weight: 900;
    text-align: center
}
.reason__heading .small, .service__heading .small, .price__heading .small, .flow__heading .small, .faq__heading .small {
    font-size: 2.33rem
}
@media screen and (max-width: 768px) {
    .reason__heading, .service__heading, .price__heading, .flow__heading, .faq__heading {
        font-size: 6vw
    }
    .reason__heading .small, .service__heading .small, .price__heading .small, .flow__heading .small, .faq__heading .small {
        font-size: 4.5vw
    }
}
.reason__text, .service__text, .price__text, .flow__text, .faq__text {
    line-height: 1.6em
}
.reason__image, .service__image, .price__image, .flow__image, .faq__image {
    text-align: center
}
.reason__image img, .service__image img, .price__image img, .flow__image img, .faq__image img {
    width: 100%;
    height: auto
}
.reason__image img, .service__image img, .price__image img, .flow__image img, .faq__image img {
    max-width: 100%;
    margin: 0 auto
}
.reason__image img.circle, .service__image img.circle, .price__image img.circle, .flow__image img.circle, .faq__image img.circle {
    border-radius: 100%;
    overflow: hidden
}
@media screen and (max-width: 768px) {
    .reason__image, .service__image, .price__image, .flow__image, .faq__image {
        padding: 0 0 6vw
    }
}
.campaign__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 4rem
}
@media screen and (max-width: 768px) {
    .campaign__inner {
        padding: 0 0 3rem
    }
}
.campaign__image {
    padding: 2rem 0 0
}
.reason {
    background-color: #fff8dd
}
.reason__heading {
    background-color: #ffdf60;
    color: #ff4d35
}
.reason__list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap
}
.reason__list-item {
    width: calc((100% - 3rem) / 3);
    margin: 2rem 0 0
}
@media screen and (max-width: 768px) {
    .reason__list-item {
        width: calc((100% - 1rem) / 2)
    }
}
.service {
    background-color: #e1f7fe
}
.service__heading {
    background-color: #3f99ff;
    color: #366fd7
}
.service__list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap
}
.service__list-item {
    width: calc((100% - 3rem) / 3);
    margin: 2rem 0 0
}
.service__text {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    padding: 2rem 0 0
}
.service__text .br-sp {
    display: none
}
@media screen and (max-width: 768px) {
    .service__list-item {
        width: calc((100% - 1rem) / 2)
    }
    .service__text {
        font-size: 6vw
    }
    .service__text .br-sp {
        display: block
    }
}
.price {
    background-color: #fff8dd
}
.price__heading {
    background-color: #ffdf60;
    color: #ff4d35
}
.price__image {
    padding: 2rem 0 1rem
}
.flow {
    background-color: #e1f7fe
}
.flow__heading {
    background-color: #3f99ff;
    color: #366fd7
}
.flow__list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 100%;
    position: relative
}
.flow__list01 {
    background-color: #74b5ff;
    padding: 2rem 3rem;
    margin: 3rem 0 4rem
}
.flow__list01::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border: 1rem solid transparent;
    border-top: 1rem solid #74b5ff;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0
}
.flow__list02 {
    background-color: #3f99ff
}
.flow__list02::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border: 1rem solid transparent;
    border-top: 1rem solid #3f99ff;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0
}
.flow__list03 {
    background-color: #4983ee
}
.flow__list03::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border: 1rem solid transparent;
    border-top: 1rem solid #4983ee;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0
}
.flow__list04 {
    background-color: #366fd7;
    padding: 2rem 3rem
}
.flow__list02, .flow__list03 {
    padding: 2rem 3rem;
    margin: 0 0 4rem
}
.flow__list-item {
    color: white;
    font-weight: bold
}
.flow__list-item .flow-wrap .number {
    font-size: 1.33rem
}
.flow__list-item .flow-wrap .heading {
    font-size: 2.33rem;
    margin: 1rem 0 1.78rem
}
.flow__list-item .text {
    font-size: 1.11rem;
    line-height: 1.5em
}
.flow__list-item01 {
    width: 65%
}
.flow__list-item02 {
    width: 35%
}
.flow__list-item .logo {
    width: 90%;
    margin: 1.56rem 0 0
}
@media screen and (max-width: 768px) {
    .flow__list {
        display: block
    }
    .flow__list01::after, .flow__list02::after, .flow__list03::after {
        top: 105%
    }
    .flow__list-item01 {
        width: 100%
    }
    .flow__list-item02 {
        width: 100%;
        padding: 1rem 0
    }
    .flow__list-item .flow-wrap {
        display: flex;
        justify-content: flex-start;
        flex-flow: wrap;
        align-items: center
    }
    .flow__list-item .flow-wrap .heading {
        font-size: 6vw;
        margin: 0 0 0 1rem
    }
    .flow__list-item .text {
        margin: 1.5rem 0 0
    }
}
.faq {
    background-color: #e1f7fe
}
.faq__inner {
    padding: 4rem 0
}
.faq__heading {
    background-color: #3f99ff;
    color: #366fd7
}
.faq__list-item {
    margin: 0 0 1.56rem
}
.faq__list-item .heading, .faq__list-item .question {
    padding: 1.67rem 2.67rem;
    font-size: 1.11rem;
    font-size: 1.23rem;
    font-weight: bold
}
.faq__list-item .heading .icon-a, .faq__list-item .question .icon-a {
    color: #3f99ff
}
.faq__list-item .heading {
    display: flex;
    justify-content: flex-start;
    background-color: white
}
.faq__list-item .heading .answer {
    margin: 0 0 0 0.36rem;
    font-weight: 400;
    line-height: 1.5em
}
.faq__list-item .question {
    display: flex;
    justify-content: flex-start;
    background-color: #3f99ff;
    color: white
}
.faq__list-item .question .quest {
    margin: 0 0 0 0.36rem
}
.faq__list-item .text {
    line-height: 1.5em;
    margin: 0 0 0.56rem 1.4rem
}
.area {
    background-color: #c3eaf6
}
.area__inner {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 4rem;
    max-width: 780px
}
@media screen and (max-width: 768px) {
    .area__inner {
        padding: 0 0 3rem
    }
}
.area__box {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: .33rem 0 0
}
.area__box .heading {
    text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff;
    padding: 1rem 0;
    line-height: 1.2em;
    font-size: 3.11rem;
    font-weight: 900;
    color: #366fd7;
    font-size: 4.56rem
}
.area__box .heading .red {
    color: #ff3333
}
.area__box .text {
    font-size: 1.78rem;
    line-height: 1.5em;
    font-weight: 700
}
.area__box-item {
    align-items: center
}
.area__box-item01 {
    width: 57%
}
@media screen and (max-width: 768px) {
    .area__box {
        display: block
    }
    .area__box .text {
        font-size: 1.38rem
    }
    .area__box-item01 {
        width: 100%
    }
    .area__box-item02 {
        padding: 1rem 0
    }
}
.footer {
    background-color: #333333;
    color: #fff
}
.company {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 4rem;
    padding: 2rem 0 0;
    max-width: 680px
}
@media screen and (max-width: 768px) {
    .company {
        padding: 0 0 3rem
    }
}
.company__heading {
    font-size: 2.33rem;
    font-weight: bold;
    padding: 1rem 0 1.5rem
}
.company__list-item {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    padding: 1rem 0 0
}
.company__list-item .heading {
    width: 100%;
    font-weight: bold;
    margin: 0 0 .5rem
}
.company__text {
    margin: 0;
    padding: 0 0 1rem;
    line-height: 1.6em
}
.copyright {
    background: transparent
}
.copyright__text {
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0 4rem;
    line-height: 1.6em;
    padding: 3rem 0 2rem;
    text-align: center
}
@media screen and (max-width: 768px) {
    .copyright__text {
        padding: 0 0 3rem
    }
}
@media screen and (max-width: 768px) {
    .copyright {
        padding: 3rem 0 5rem
    }
}
.floating {
    display: none
}
.floating__box {
    display: none
}

@media screen and (max-width: 768px) {
    .floating {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000
    }
    .floating__box {
        display: flex;
    }
    .floating__box-item {
        width: 50%
    }
    .floating__box-item a {
        width: 100%;
        height: 5.3rem;
        line-height: 1.3;
        font-size: 4.5vw;
        font-weight: bold;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .floating__box-item01 a {
        background-color: #ff8033;
        color: white
    }
    .floating__box-item02 a {
        background-color: #ff3333;
        color: white
    }
    .floating__box-item02 a::before {
        content: '';
        background-image: url("../images/cv_icon.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 5vw;
        height: 5vw;
        margin: 0 1vw 0 0;
        display: block
    }
}