@charset "UTF-8";
/* ========================================================================== 
 * Responsive 
 * ========================================================================== */
@media screen and (max-width: 1200px) {
    html {
        transform: scale(0.8);
        transform-origin: left top;
        height: calc(100% / 0.8);
        width: calc(100% / 0.8);
    }
}
@media screen and (max-width: 1115px) {
    html {
        transform: scale(0.7);
        transform-origin: left top;
        height: calc(100% / 0.7);
        width: calc(100% / 0.7);
    }
}
@media screen and (max-width: 980px) {
    html {
        transform: scale(0.6);
        transform-origin: left top;
        height: calc(100% / 0.6);
        width: calc(100% / 0.6);
    }
}
@media screen and (max-width: 840px) {
    html {
        transform: scale(0.5);
        transform-origin: left top;
        height: calc(100% / 0.5);
        width: calc(100% / 0.5);
    }
}
@media screen and (max-width: 700px) {
    html {
        transform: scale(0.4);
        transform-origin: left top;
        height: calc(100% / 0.4);
        width: calc(100% / 0.4);
    }
}
@media screen and (max-width: 640px) {
    html {
        transform: none;
        transform-origin: none;
        height: auto;
        width: auto;
    }
}

/* ==========================================================================
 * Font face
 * ========================================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    font-weight: 500;
}
body {
    margin: 0;
    font-family: "Noto Sans JP", "Yu Gothic", YuGothic,
        "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
    font-size: 1.8em;
    font-size: 1.8rem;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}
svg:not(:root) {
    overflow: hidden;
}
ul,
ol {
    padding: 0;
}
/* ==========================================================================
 * Text
 * ========================================================================== */
small {
    font-size: 80%;
}
/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none {
    margin: 0px !important;
}
.padding-none {
    padding: 0px !important;
}

.margin-T0 {
    margin-top: 0px !important;
}
.margin-T5 {
    margin-top: 5px !important;
}
.margin-T10 {
    margin-top: 10px !important;
}
.margin-T15 {
    margin-top: 15px !important;
}
.margin-T20 {
    margin-top: 20px !important;
}
.margin-T25 {
    margin-top: 25px !important;
}
.margin-T30 {
    margin-top: 30px !important;
}
.margin-T35 {
    margin-top: 35px !important;
}
.margin-T40 {
    margin-top: 40px !important;
}
.margin-T45 {
    margin-top: 45px !important;
}
.margin-T50 {
    margin-top: 50px !important;
}
.margin-T60 {
    margin-top: 60px !important;
}
.margin-T70 {
    margin-top: 70px !important;
}
.margin-T80 {
    margin-top: 80px !important;
}
.margin-T90 {
    margin-top: 90px !important;
}
.margin-T100 {
    margin-top: 100px !important;
}

.margin-R0 {
    margin-right: 0px !important;
}
.margin-R5 {
    margin-right: 5px !important;
}
.margin-R10 {
    margin-right: 10px !important;
}
.margin-R15 {
    margin-right: 15px !important;
}
.margin-R20 {
    margin-right: 20px !important;
}

.margin-B0 {
    margin-bottom: 0px !important;
}
.margin-B5 {
    margin-bottom: 5px !important;
}
.margin-B10 {
    margin-bottom: 10px !important;
}
.margin-B15 {
    margin-bottom: 15px !important;
}
.margin-B20 {
    margin-bottom: 20px !important;
}
.margin-B50 {
    margin-bottom: 50px !important;
}

.margin-L0 {
    margin-left: 0px !important;
}
.margin-L5 {
    margin-left: 5px !important;
}
.margin-L10 {
    margin-left: 10px !important;
}
.margin-L15 {
    margin-left: 15px !important;
}
.margin-L20 {
    margin-left: 20px !important;
}

.padding-T0 {
    padding-top: 0px !important;
}
.padding-T5 {
    padding-top: 5px !important;
}
.padding-T10 {
    padding-top: 10px !important;
}
.padding-T15 {
    padding-top: 15px !important;
}
.padding-T20 {
    padding-top: 20px !important;
}
.padding-T25 {
    padding-top: 25px !important;
}
.padding-T30 {
    padding-top: 30px !important;
}
.padding-T35 {
    padding-top: 35px !important;
}
.padding-T40 {
    padding-top: 40px !important;
}
.padding-T45 {
    padding-top: 45px !important;
}
.padding-T50 {
    padding-top: 50px !important;
}
.padding-T60 {
    padding-top: 60px !important;
}
.padding-T70 {
    padding-top: 70px !important;
}
.padding-T80 {
    padding-top: 80px !important;
}
.padding-T90 {
    padding-top: 90px !important;
}
.padding-T100 {
    padding-top: 100px !important;
}

.padding-R0 {
    padding-right: 0px !important;
}
.padding-R5 {
    padding-right: 5px !important;
}
.padding-R10 {
    padding-right: 10px !important;
}
.padding-R15 {
    padding-right: 15px !important;
}
.padding-R20 {
    padding-right: 20px !important;
}

.padding-B0 {
    padding-bottom: 0px !important;
}
.padding-B5 {
    padding-bottom: 5px !important;
}
.padding-B10 {
    padding-bottom: 10px !important;
}
.padding-B15 {
    padding-bottom: 15px !important;
}
.padding-B20 {
    padding-bottom: 20px !important;
}

.padding-B30 {
    padding-bottom: 30px !important;
}

.padding-L0 {
    padding-left: 0px !important;
}
.padding-L5 {
    padding-left: 5px !important;
}
.padding-L10 {
    padding-left: 10px !important;
}
.padding-L15 {
    padding-left: 15px !important;
}
.padding-L20 {
    padding-left: 20px !important;
}

/* ==========================================================================
 * helper
 * ========================================================================== */

.hp__text_12px {
    font-size: 12px;
}
.hp__text_18px {
    font-size: 18px;
}
.hp__text_24px {
    font-size: 24px;
}
.hp__text_36px {
    font-size: 36px;
}
.hp__text_48px {
    font-size: 48px;
}
.hp__text_60px {
    font-size: 60px;
}
.hp__text_72px {
    font-size: 72px;
}
.hp__line_height_2-5 {
    line-height: 2.5;
}
.hp__text_red {
    color: #ff0000;
}
.hp__text_blue {
    color: #2d76e0;
}
.hp__text_gold {
    color: #e6b422;
}
.hp__text_white {
    color: #fff;
}
.hp__text_orange {
    color: #ffb041;
}
.hp__text_bold {
    font-weight: bold;
}
.hp__text_semibold {
    font-weight: 600;
}
.hp__text_deco_disk::before {
    content: "・";
}
.hp__block_center {
    text-align: center;
}
/* ==========================================================================
 * Common
 * ========================================================================== */

.container {
    max-width: 2000px;
    margin: 0 auto;
}
.inner-width {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 640px) {
    .inner-width {
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 640px) {
    img {
        width: 100%;
    }
}
/* ==========================================================================
 * FV
 * ========================================================================== */
.global__header {
    padding: 5px 10px;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
}
.global__header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.global__header_tel {
    width: 100%;
    text-align: center;
    position: relative;
    left: 60px; /* 右寄せ */
}

.global__header_telText {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.global__header_logo img {
    margin-top: 10px;
    width: 70%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}
.global__header_leftblock {
    display: flex;
    align-items: center;
}
.global__header_ctn {
    width: 350px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ffab50;
    border-radius: 50px;
    padding: 5px 5px;
    text-align: center;
    box-shadow: 0px 4px 0px #b37738;
    transition: 0.3s all;
}
.global__header_ctn:hover {
    box-shadow: unset;
    transform: translateY(4px);
}
@media screen and (max-width: 640px) {
    .global__header_box {
        display: block;
    }
    .global__header_tel {
        display: none;
    }
    .global__header_logo img {
        display: none;
    }
    .global__header_ctn {
        width: 200px;
    }
}
.global__header_link {
    text-decoration: none;
    text-align: center;
}
.global__header_linkText {
    color: #ffffff;
    font-size: 18px;
}
.fv {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 640px) {
    .fv {
        display: block;
    }
}
.fv__box {
    padding-top: 84px;
}
.fv__box_bg {
    padding-top: 60px;
    padding-bottom: 0px;
    background-image: url("../img/fv_bg.png");
    background-size: 100%;
}
@media screen and (max-width: 640px) {
    .fv__box {
        padding-top: 0;
    }
    .fv__box_bg {
        background-image: none;
    }
}
.fv__box_img {
    width: 60%;
}
@media screen and (max-width: 640px) {
    .fv__box_img {
        width: 100%;
    }
}
.fv__button {
    position: absolute;
    font-size: 24px;
    left: 27%;
    top: 80%;
    width: 330px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    background-color: #ffab50;
    box-shadow: 0px 5px 0px #b37738;
    transition: 0.3s all;
}
.fv__button:hover {
    box-shadow: unset;
    transform: translateY(4px);
}
.fv__button_tel {
    padding: 0;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: #0a74ab;
    font-size: 24px;
}

@media screen and (max-width: 640px) {
    .fv__button {
        width: 320px;
        height: 50px;
        font-size: 24px;
        left: 9%;
        top: 88%;
    }
    .fv__button_link .hp__text_36px {
        font-size: 24px;
    }
}

.fv__button_link {
    display: block;
    position: relative;
    top: 10px;
    line-height: 1.8;
}

@media screen and (max-width: 640px) {
    .fv__button_link {
        top: 7px;
    }
    .fv__button_link {
        line-height: 1.4;
    }
}

.fv__button_link:link,
.fv__button_link:visited {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.fv__button_link:active,
.fv__button_link:hover {
    outline: 0;
    text-decoration: none;
}

.appealTextblock {
    display: flex;
    align-items: center;
}

.appealTextblock__img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 640px) {
    .appealTextblock {
        justify-content: center;
    }
    .appealTextblock__img {
        margin: 30px 0 0 0;
        width: 40px;
    }
}
.appealText__underColor_yellow {
    background: linear-gradient(transparent 80%, #ff6 60%);
}

/* ==========================================================================
 * Problem
 * ========================================================================== */

.problem {
    background-image: linear-gradient(#edece4 62%, #fcfbf2 100%);
    text-align: center;
    padding-bottom: 20px;
}

.problem__text {
    padding-top: 30px;
    margin-top: 0;
}

@media screen and (max-width: 640px) {
    .problem__text .hp__text_48px {
        font-size: 30px;
    }
}
.problem__img {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.problem__img_img {
    width: 250px;
}
.problem__block {
    position: relative;
}
.problem__textblock {
    background-color: #fff;
    border-radius: 20px;
    width: 550px;
    text-align: left;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 30px auto;
}
.problem__block_img {
    position: absolute;
    left: 140px;
    top: -25%;
    width: 90px;
}

.problem__mediaBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (max-width: 640px) {
    .problem__textblock > .hp__text_24px {
        font-size: 14px !important;
    }
    .problem__textblock {
        width: 92%;
    }
    .problem__block_img {
        left: -30px;
        top: -25%;
    }
    .problem__mediaBox {
        display: block;
    }
}

.mediaBlock {
    padding-top: 3%;
    width: 280px;
    height: 280px;
    margin: 0 auto 30px auto;
    text-align: center;
    background: #fff;
    border: 2px solid #111;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}
.mediaBlock__img_firstChild {
    height: 178px;
}
.mediaBlock__img_thirdChild {
    height: 178px;
}
@media screen and (max-width: 640px) {
    .mediaBlock {
        width: 300px;
        height: 300px;
    }

    .mediaBlock__img {
        padding-top: 10px;
        width: 200px;
    }
    .mediaBlock__img_firstChild {
        height: auto;
        width: auto;
    }
    .mediaBlock__img_thirdChild {
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    .text .hp__text_36px {
        font-size: 24px;
    }
}
.text {
    margin: 0;
}
/* ==========================================================================
 * Solution
 * ========================================================================== */
.solution {
    text-align: center;
    padding: 60px 0 60px 0;
    background-color: #ddf9ff;
}
.solution__border_gray {
    border: 1px solid #707070;
    border-radius: 25px;
    width: 1000px;
    padding: 0px 20px 0px 20px;
}
.solution__mediaBox {
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #fff;
}
.solution__text {
    width: 500px;
}
@media screen and (max-width: 640px) {
    .solution__text .hp__text_24px {
        font-size: 16px;
        padding: 0;
    }
    .solution__border_gray {
        width: 92%;
        padding: 5px;
        margin: 0 auto;
    }

    .solution__mediaBox {
        display: inline-block;
        text-align: center;
    }
    .solution__mediaBlock_img {
        width: 200px;
    }
    .solution__mediaBlock_img:last-child {
        padding: 10px 0 10px 0;
    }
    .solution__text {
        width: 100%;
    }
}

.solution__mediaBlock_img {
    padding: 10px 15px 10px 0;
    width: 400px;
}

.solution__mediaBlock_img:last-child {
    padding: 20px 0 20px 0;
}
/* ==========================================================================
 * Task
 * ========================================================================== */
.task {
    background: #fcfbf2;
    padding: 0 0 30px 0;
}
.task__text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
}
.task__listBox {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 30px;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .task__listBox {
        width: 360px;
        gap: 20px;
    }
}
.listBlock {
    width: 230px;
    height: 300px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
    list-style-type: none;
}
.listBlock__title {
    padding-top: 10px;
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.listBlock__title_rental {
    padding-top: 10px;
    color: #018bdb;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.listBlock__text {
    padding-top: 10px;
    font-size: 14px;
    list-style: none;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.listBlock__text:first-child {
    padding-top: 10px;
}
.listBlock__img {
    border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 640px) {
    .listBlock {
        width: 300px;
        height: 391.2px;
    }
    .listBlock__title {
        font-size: 24px;
    }
    .listBlock__title_rental {
        font-size: 18px;
    }
    .listBlock__text {
        font-size: 20px;
    }
}
.task__textBox {
    display: flex;
    align-items: center;
    margin: 30px auto;
    width: 800px;
    height: 280px;
    border: 2px solid #333;
    background: #fff;
    border-radius: 15px;
}

@media screen and (max-width: 640px) {
    .task__textBox {
        display: block;
        width: 92%;
        height: auto;
    }
}

.task__textBox_text {
    margin: 0 auto;
    padding: 30px;
    font-weight: 500;
}
.textBox__img {
    width: 400px;
    padding: 30px;
}
.textBox__become_title {
    margin: auto;
    text-align: center;
    width: 960px;
    height: 100px;
    color: #fff;
    background: #2d76e0;
    border-radius: 90px;
}
@media screen and (max-width: 640px) {
    .textBox__become_title {
        width: 100%;
        height: 90px;
        padding: 5px;
        border-radius: 25px;
    }
    .textBox__become_title .hp__text_60px {
        font-size: 30px;
    }
    .textBox__become_title .hp__text_48px {
        font-size: 24px;
    }
}
/* ==========================================================================
 * feature
 * ========================================================================== */
.feature__mediaBox {
    display: flex;
    flex-wrap: wrap;
}
.feature__title {
    text-align: center;
}

.feature__mediaBlock_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
}
.feature__title_text {
    margin-bottom: 30px;
}

.feature__mediaBlock {
    text-align: center;
    position: relative;
    padding: 0 20px 20px 20px;
    width: 450px;
    border: 1px solid #333;
    border-radius: 15px;
    list-style-type: none;
    margin: 0 auto 60px auto;
}
@media screen and (max-width: 640px) {
    .feature__mediaBlock {
        width: 350px;
    }
}
.feature__mediaBlock_title {
    font-size: 24px;
    margin-bottom: 0;
}
.feature__mediaBlock_text {
    margin-bottom: 15px;
}
.feature__mediaBlock_img {
    width: 300px;
    margin: 15px 0 15px 0;
}
.feature__mediaBlock:nth-child(2) .feature__mediaBlock_img {
    width: 350px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.feature__mediaBlock:nth-child(3) .feature__mediaBlock_img {
    width: 350px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.feature__mediaBlock:nth-child(4) .feature__mediaBlock_img {
    width: 350px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.feature__mediaBlock_numImg {
    width: 100px;
    position: absolute;
    top: -45px;
}
@media screen and (max-width: 640px) {
    .feature__mediaBlock:nth-child(1) {
        margin-top: 35px;
    }
    .feature__mediaBlock_numImg {
        left: 36%;
    }
    .feature__mediaBlock_wrap {
        display: block;
    }
    .feature_mediaBlock_title {
        margin-bottom: 10px;
    }
}
.feature__target_text {
    width: 300px;
    margin: 0;
}
.feature__vector_img {
    width: 25px;
}
@media screen and (max-width: 640px) {
    .feature__target_text {
        text-align: center;
    }
}
.doing__mediaBox {
    background: #fff;
}

.doing__mediaBlock {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.doing__img {
    width: 250px;
    margin: 20px 0 20px 0;
}

@media screen and (max-width: 640px) {
    .doing__mediaBox {
        width: 100%;
    }
    .doing__mediaBlock {
        display: block;
        text-align: center;
    }
}

/* ==========================================================================
 * voice
 * ========================================================================== */
.voice {
    background-color: #fcfbf2;
    padding-bottom: 20px;
}
.voice__title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.voice__underColor_yellow {
    background: linear-gradient(transparent 80%, #ff6 60%);
}
.voice__Block {
    text-align: center;
    width: 280px;
    padding: 30px 30px;
    background: #fff;
    border-radius: 15px;
    list-style-type: none;
}
.voice__Block_img {
    height: 150px;
}
@media screen and (max-width: 640px) {
    .voice__Block_img {
        height: auto;
        width: 150px;
    }
}
.voice__Block_title {
    padding-top: 10px;
    color: #000000;
    text-align: left;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.voice__Block_text {
    padding-top: 10px;
    font-size: 14px;
    list-style: none;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}
.intro {
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.intro__bg_black {
    background-color: #333;
    border-radius: 7px 7px 0 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 1px 0;
    margin-bottom: 10px;
}
.intro__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.intro__text {
    width: 500px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    margin-right: 30px;
}
.intro__img {
    width: 250px;
    padding-right: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
    .intro {
        width: 100%;
        justify-content: center;
    }
    .intro__img {
        width: 92%;
        padding: 0 0 0 30px;
    }
}
/* ==========================================================================
 * Impression
 * ========================================================================== */
.impression__title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.impression__mediaBlock {
    display: flex;
    align-items: center;
}

.impression__mediaBlock_bordergray {
    border: 1px solid #111;
    border-radius: 25px;
    background-color: #f0f8ff;
    width: 900px;
}
.impression__mediaBox:first-child {
    margin-bottom: 50px;
}
.impression__companyName {
    margin-left: 30px;
    margin-bottom: 0;
}
.impression__mediaBlock_text {
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
    font-size: 18px;
    width: 450px;
    line-height: 1.6;
}
.impression__mediaBlock_img {
    width: 360px;
    margin: 15px 0px 15px 0;
}
.impression__appeal {
    text-align: center;
}
.impression__appeal_text {
    font-size: 24px;
    font-weight: bold;
}
.impression__appeal_img {
    width: 300px;
    margin-bottom: 50px;
}
.impression__mediaBox {
    margin-bottom: 50px;
}
.impression__mediaBox:last-child {
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
    .impression__mediaBox {
        width: 92%;
    }
    .impression__mediaBlock {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .impression__mediaBlock_text {
        width: auto;
    }
    .impression__companyName {
        margin-right: 30px;
    }
    .impression__mediaBlock_img {
        width: 300px;
        margin: 0;
        padding-bottom: 20px;
    }
}

/* ==========================================================================
 * CompanyInfo
 * ========================================================================== */
.companyInfo {
    padding-top: 20px;
}
.companyInfo__Block {
    position: relative;
}
.companyInfo__heading {
    position: relative;
    font-size: 18px;
    right: 50px;
    top: 30px;
    text-align: right;
    display: block;
}
.companyInfo__heading_text {
    margin: 0;
    padding: 0;
}
.companyInfo__heading_right {
    margin: 0;
    padding: 0;
    padding-right: 190px;
}
.companyInfo__title {
    text-align: center;
    margin-bottom: 0;
}
.companyInfo__img {
    width: 400px;
    padding: 20px 20px 0 20px;
}
.companyInfo__img_name {
    text-align: center;
    margin-top: 5px;
}

.companyInfo__mediaBlock {
    width: 1000px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 10px 30px 30px 30px;
    margin: 0 auto;
    background-color: #fff;
}
.companyInfo__text {
    width: 500px;
    padding: 20px 40px;
    border-radius: 20px;
    background-color: #fcfbf2;
}
@media screen and (min-width: 1500px) {
    .companyInfo__mediaBlock {
        max-width: 60%;
    }
}

@media screen and (max-width: 640px) {
    .companyInfo__heading {
        text-align: center;
        right: auto;
        top: auto;
        position: static;
    }
    .companyInfo__heading_text {
        font-size: 20px;
        margin: 10px 0;
    }
    .companyInfo__heading_right {
        font-size: 18px;
        margin: 10px 0;
        padding-right: 0;
    }
    .companyInfo {
        text-align: center;
    }
    .companyInfo__mediaBlock {
        display: inline-block;
        text-align: justify;
        width: 92%;
    }
    .companyInfo__text {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
        text-align: left;
        font-size: 16px;
        line-height: 1.6;
    }
}
/* ==========================================================================
 * Flow
 * ========================================================================== */

.flow {
    background-color: #fcfbf2;
    padding-bottom: 50px;
}
.flow_box {
    position: relative;
}
.flow__step {
    width: 800px;
    text-align: left;
}
.flow__step_text {
    position: relative;
    left: 120px;
}
.flow__title {
    text-align: center;
    margin-bottom: 0;
}
.flow_step1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.flow__img_wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.flow__icon_img {
    margin-top: 20px;
}
.flow__img01_img {
    position: absolute;
    left: 500px;
    width: 350px;
}
.flow__img02_img {
    position: absolute;
    left: 530px;
    top: -140px;
    width: 300px;
}
.flow__img03_img {
    position: absolute;
    left: 520px;
    top: -340px;
    width: 320px;
}
.flow__step_text {
    width: 460px;
    text-align: justify;
}
@media screen and (max-width: 640px) {
    .flow__step {
        width: 98%;
    }
    .flow__step_text {
        left: 0px;
        width: 96%;
    }
    .flow__icon_img {
        position: absolute;
        width: 50px;
    }
    .flow__img01_img {
        position: relative;
        padding-bottom: 50px;
        left: auto;
        width: auto;
    }
    .flow__img02_img {
        position: relative;
        padding-bottom: 50px;
        left: auto;
        top: -10px;
        width: auto;
    }
    .flow__img03_img {
        position: relative;
        padding-bottom: 50px;
        top: 0;
        left: auto;
        width: auto;
    }
    .flow {
        padding-bottom: 0px;
    }
}
/* ==========================================================================
 * Ctn
 * ========================================================================== */
.suggestTime {
    background-color: #f4f1ea;
    padding: 10px 0 20px 0;
    padding: 50px;
}
.ctn__heading_text {
    text-align: center;
}
.ctn__text_img {
    width: 600px;
    margin-bottom: 30px;
}
.ctnBlock {
    background-color: #f4f1ea;
    padding: 10px 0 50px 0;
}

.ctn__buttons_button {
    width: 350px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    background-color: #ffab50;
    box-shadow: 0px 5px 0px #b37738;
    transition: 0.3s all;
}
.ctn__buttons_button:hover {
    box-shadow: unset;
    transform: translateY(4px);
}
@media screen and (max-width: 640px) {
    .ctn__buttons_button {
        width: auto;
    }
}

.ctn__button {
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    top: 10px;
    line-height: 1.5;
}
.ctn__button_tel {
    padding: 0;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: #0a74ab;
    font-size: 24px;
}

.ctn__button:link,
.ctn__button:visited {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.ctn__button:active,
.ctn__button:hover {
    outline: 0;
    text-decoration: none;
}

.ctn__buttons_planer {
    width: 300px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    background-color: #2d76e0;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}

.footer {
    padding: 20px 0 0 0;
    background-color: #e6e6e6;
}
.company {
    color: #000;
}
.address {
    margin-top: 0.5em;
    margin-bottom: 0;
    color: #000;
}
.address__tel {
    text-decoration: none;
    color: #000;
}
.address__tel:hover {
    opacity: 0.5;
}
.companyAbout {
    display: block;
    margin-bottom: 0.5em;
    color: #000;
}
.about__img {
    width: 1.3em;
}
.copy {
    display: block;
    padding: 15px 0 30px 0;
    color: #000;
}

/*=========
accordion
=========*/
.accordion_section {
    margin-right: auto;
    margin-left: auto;
}

.s_section {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 640px) {
    .s_section {
        width: 90%;
    }
}
.accordion_title {
    text-align: center;
    font-size: 2.6rem;
    background-color: #f0f8ff;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 40px;
}
.accordion_one {
    padding-bottom: 20px;
}

.accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: 0.2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #014897;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #014897;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: 0.3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
}
.accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}
@media screen and (max-width: 736px) {
    .accordion_area .accordion_one .ac_header {
        padding: 1.5rem 2rem 1.5rem 1rem;
    }
    .accordion_area .accordion_one .ac_header .i_box {
        right: 0.8rem;
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }
    .accordion_area .accordion_one .ac_header .i_box:before {
        width: 15px;
    }
    .accordion_area .accordion_one .ac_header .i_box:after {
        height: 15px;
        right: 7px;
    }
    .accordion_area .accordion_one .ac_inner {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
}

/*=========
faq
=========*/

.p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}
.p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #09357f;
    font-size: 20px;
    font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
    font-size: 20px;
}
@media screen and (max-width: 736px) {
    .p-faq__headinner {
        padding-left: 25px;
    }
    .p-faq__headinner::before {
        font-size: 20px;
    }
    .p-faq__headinner p.p-faq__q-txt {
        font-size: 20px;
    }
}
.p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}
.p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #de0000;
    font-size: 20px;
    font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
    font-size: 20px;
}
@media screen and (max-width: 736px) {
    .p-faq__bodyinner {
        padding-left: 25px;
    }
    .p-faq__bodyinner::before {
        font-size: 20px;
    }
    .p-faq__bodyinner p.p-faq__a-txt {
        font-size: 20px;
    }
}
