@charset "utf-8";
:root {
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --black: 900;
    --shadow: 2px 3px 4px rgba(0, 0, 0, 0.4);
    --orange: #f79000;
    --blue: #e6f3f0;
}
body {
    font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", 游ゴシック, メイリオ, Meiryo, erdana, Osaka, "MS PGothic", sans-serif;
    font-weight: 400;
    width: 100%;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
}
a:hover {
    opacity: .6;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.jp_serif {
    font-family: "Noto Serif JP", '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
}
.inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.reverse {
    flex-direction: row-reverse;
}
.main_contents {
    padding: 8% 0 9.5%;
}
.ttl {
    font-size: 36px;
    font-weight: var(--bold);
    text-align: center;
    margin-bottom: 9%;
}
.ttl span {
    font-size: 16px;
    color: var(--orange);
    display: block;
    padding-top: 24px;
}
.highlighter {
    background:linear-gradient(transparent 50%, #fff9d7 60%);
}
/* ロゴ */
.logo figure {
    width: 21%;
    max-width: 75px;
}
.logo p {
    font-size: 16px;
    align-content: center;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    margin-left: 15px;
}
.logo span {
    display: block;
    font-size: 26px;
    padding-top: 10px;
    font-weight: var(--semibold);
}
/* コンタクトエリア */
.contact {
    background: url(../img/contact_bg.jpg) no-repeat top / cover;
    padding: 70px 0 55px;
}
.contact h2 {
    color: #fff;
    font-weight: var(--semibold);
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 50px;
}
/* LINEボタン */
.line_btn {
    text-align: center;
}
.line_btn a {
    padding: 22px 15px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #06c755;
    line-height: 1.8;
}
.line_btn a::before {
    position: absolute;
    content: "";
    width: 99%;
    height: 96%;
    top: -8px;
    left: -8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid #fff;
    box-shadow: var(--shadow);
}
.line_btn a:hover {
    opacity: 1;
}
.line_btn a:hover:before {
    top: 0;
    left: 0;
}
.line_btn figure {
    max-width: 32px;
    margin-right: 6px;
    display: inline-block;
}
.line_btn figure img {
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.3));
}
.line_btn p {
    color: #fff;
    font-size: 24px;
    font-weight: var(--black);
    text-shadow: var(--shadow);
    display: inline-block;
}
/* 追従LINEボタン */
.fix_line_btn {
    background-image: linear-gradient(120deg, rgba(227, 229, 160, .8) 10%, rgba(249, 201, 151, .8));
    padding: 20px;
    border-top-left-radius: 15px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.fix_line_btn > p {
    color: #111;
    font-weight: var(--semibold);
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
}
.fix_line_btn a {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(90deg, rgba(6, 199, 85, 1) 18%, rgba(164, 221, 36, 1));
    border-radius: 25px;
    transition: 0.3s;
    box-shadow: 1px 3px 2px 1px rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.fix_line_btn a:hover {
    transform: translate3d(0.2rem, 0.2rem, 0);
    box-shadow: none;
    opacity: 1;
    transition: all 0.2s;
}
.fix_line_btn a figure {
    width: 8%;
}
.fix_line_btn a figure img {
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.3));
}
.fix_line_btn a p {
    color: #fff;
    font-size: 18px;
    font-weight: var(--bold);
    text-shadow: var(--shadow);
    line-height: 1.5;
    align-content: center;
    margin-left: 10px;
}
a.text_link {
    text-decoration: underline;
    color: var(--orange);
}
/* header */
header {
    width: 100%;
    height: 120px;
    padding: 0 3%;
    align-content: center;
    position: absolute;
    z-index: 3;
    inset: 0;
}
header > .flex {
    align-items: center;
}
header .line_btn a {
    line-height: 2;
    padding: 15px;
}
header .line_btn a::before {
    box-shadow: none;
}
header .line_btn figure {
    width: 8%;
}
header .line_btn p {
    font-size: 20px;
}

.header_insta a {
    padding: 17px;
    background-color: #ea3c85;
    margin-left: 5px;
}
.header_insta img {
    width: 36px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
}
/* mv */
.mv {
    width: 100%;
    background: url(../img/mv_bg.jpg) no-repeat bottom / cover;
}
.mv .inner {
    position: relative;
    padding: 80px 0 75px;
}
.mv_txt {
    writing-mode: vertical-rl;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 120px;
}
.mv_txt p {
    color: var(--orange);
    font-size: 30px;
    font-weight: var(--semibold);
    padding: .5em;
    margin-right: .4em;
    margin-bottom: .2em;
    background-color: #fff;
    box-shadow: 4px 4px 0px 0px rgba(247, 144, 0, 0.75);
    display: inline-block;
    /* vertical-align: top; */
}
.mv_img {
    width: 90%;
    max-width: 980px;
    margin: 0 0 0 auto;
}
.mv video {
    width: 100%;
	mask-image: url(../img/mv.svg);
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: 100%;
	-webkit-mask-image: url(../img/mv.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: 100%;
}
.mv_sp {
    display: none;
}
.mv_annotation {
    position: absolute;
    right: 3%;
    bottom: 40px;
    width: 32%;
}
/* concept */
.concept {
    text-align: center;
    padding-top: 65px;
    padding-bottom: clamp(6.25rem, 1.9127rem + 9.0361vw, 8.125rem);
    background: url(../img/blue-noise.jpg);
}
.concept h2 {
    font-weight: var(--medium);
    font-size: 28px;
    line-height: 2;
    margin-bottom: 55px;
}
.concept .concept_deco {
    width: 6%;
    max-width: 58px;
    margin: 0 auto;
    margin-bottom: 55px;
}
.concept .concept_main_txt {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 125px;
    margin-bottom: 12%;
}
.concept ul {
    gap: 5%;
    margin-bottom: 130px;
    margin-bottom: 12%;
}
.concept ul li {
    align-content: center;
    padding: 9% 45px;
    background: url(../img/flower-circle.png) no-repeat center / contain;
}
.concept ul li p {
    font-size: 20px;
    font-weight: var(--medium);
    color: var(--orange);
    line-height: 1.5;
}
.concept .concept_last_txt {
    font-size: 24px;
    font-weight: var(--medium);
    line-height: 2.5;
}
.concept .concept_last_txt span {
    color: #fff;
    padding: 0 5px;
}
.concept .concept_last_txt span:first-of-type {
    background-color: #176d0e;
}
.concept .concept_last_txt span:last-of-type {
    background-color: #d17c18;
}
/* contact_ex */
.contact_ex {
    padding-bottom: 0 !important;
}
/* aobutセクション区切り */
.contact_ex .about_bg_top {
    padding-top: 55px;
}
/* about */
.about {
    padding: 55px 0 85px;
    background: url(../img/about_deco_or.png) no-repeat 90% top / 30%,
    url(../img/about_deco_bl.png) no-repeat 110% 33% / 32%,
    url(../img/about_deco_pk.png) no-repeat -7% 45% / 32%,
    url(../img/about_deco_gn.png) no-repeat 90% 72% / 27%;
}
.about .about_intro > p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 60px;
}
.about .about_intro ul {
    width: 92%;
    max-width: 845px;
    margin: 0 auto 12%;
    gap: 5%;
}
.about .about_intro ul li {
    max-width: 368px;
    background-color: #fff;
    padding: 9.5% 5.9% 9.7%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15);
}
.about .about_intro ul li figure {
    margin-bottom: 40px;
}
.about .about_intro ul li p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.about .about_list {
    margin-bottom: 13.5%;
}
.about .about_list:last-child {
    margin-bottom: initial;
}
.about .about_list h3 {
    font-size: 28px;
    font-weight: var(--semibold);
    line-height: 2;
    text-align: center;
    margin-bottom: 6%;
}
.about .about_list h3 .highlighter {
    padding: 0 10px;
}
.about .about_list h3 .highlighter:nth-of-type(2) {
    padding-right: 0;
}
.about .about_list h3 .highlighter:last-of-type {
    padding-left: 0;
}
.about .about_list > p {
    font-size: 20px;
    line-height: 2.2;
    text-align: center;
}
.about .about_list > figure {
    padding-top: 6.5%;
    width: 62%;
    max-width: 600px;
    margin: 0 auto;
}
.about .about_list ul li {
    width: calc(1100px / 4);
    border-left: dotted 1px #b2b2b2;
    padding: 20px;
}
.about .about_list ul li:last-child {
    border-right:  dotted 1px #b2b2b2;
}
.about .about_list ul li h4 {
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
}
.about .about_list ul li h4 span {
    display: block;
    font-size: 34px;
    font-weight: var(--semibold);
    color: var(--orange);
    margin-bottom: 15px;
}
.about .about_list ul li figure {
    max-width: 115px;
    margin: 0 auto 25px;
}
.about .about_list ul li p {
    font-size: 16px;
    line-height: 1.8;    
    text-align: center;
}
/* aboutセクション区切り_bottom */
.feature .about_bg_bottom {
    padding-bottom: 8%;
}
/* feature */
.feature {
    padding: 0 0 6%;
    background: url(../img/blue-noise.jpg);
}
.feature ul {
    width: 98%;
    max-width: 980px;
    margin: 0 auto;
}
.feature ul li {
    margin-bottom: 60px;
    padding-top: 51px;
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));

}
.feature ul li:last-child {
    margin-bottom: 0;
}
.feature ul li .feature_content_bg {
    border-radius: 0 5px 5px 5px;
    padding: 5px;
    background-image: linear-gradient(120deg, rgba(227, 229, 160, 1) 10%, rgba(249, 201, 151, 1));
    width: 100%;
    position: relative;
}
.feature ul li:nth-child(even) .feature_content_bg {
    border-radius: 5px 0 5px 5px;
}
.feature ul li p.feature_point {
    font-family: "Kaisei Opti", serif;
    font-size: 20px;
    color: #eb8388;
    display: inline-block;
    background: url(../img/feature_deco_tab01.png) no-repeat left top / contain;
    padding: 20px 60px;
    position: absolute;
    top: -51px;
    z-index: 100;
}
.feature ul li:nth-child(odd) p.feature_point {
    left: 0;
}
.feature ul li:nth-child(even) p.feature_point {
    background: url(../img/feature_deco_tab02.png) no-repeat left top / contain;
    right: 0;
}
.feature ul li .feature_content {
    background-color: #fff;
    border-radius: 0 5px 5px 5px;
    padding: 30px;
    min-height: 350px;
}
.feature ul li:nth-child(even) .feature_content {
    border-radius: 5px 0 5px 5px;
    flex-direction: row-reverse;
}
.feature ul li .feature_content div {
    width: 66%;
    align-content: center;
}
.feature ul li .feature_content div h3 {
    font-size: 24px;
    font-weight: var(--semibold);
    line-height: 1.5;
    margin-bottom: 5%;
}
.feature ul li .feature_content div p {
    font-size: 18px;
    line-height: 1.7;
}
.feature ul li .feature_content div p span {
    display: block;
    font-size: 15px;
    padding-top: 3%;
}
.feature ul li .feature_content figure {
    width: 31%;
    align-content: center;
}
.feature ul li .feature_content figure img {
    border-radius: 10px;
}
.feature_list {
    width: 100% !important;
    padding-left: 1rem;
}
/* voice */
.voice .voice_list {
    width: 95%;
    max-width: 930px;
    margin: 0 auto;
}
.voice .voice_list .voice_listitem:nth-of-type(even) {
    flex-direction: row-reverse;
}
.voice .voice_list .voice_listitem {
    padding-top: 11%;
    padding-bottom: 8.5%;
}
.voice .voice_list .voice_listitem:first-child {
    padding-top: 0;
}
.voice .voice_list .voice_listitem:last-child {
    padding-bottom: 90px;
}
.voice .voice_list .voice_listitem figure {
    width: 20%;
    max-width: 180px;
}
.voice .voice_list .voice_listitem .voice_txt {
    width: 75%;
    line-height: 1.8;
}
.voice .voice_list .voice_listitem .voice_txt h3 {
    font-size: 20px;
    font-weight: var(--medium);
    margin-bottom: 30px;
}
.voice .voice_list .voice_listitem .voice_txt p {
    font-size: 18px;
}
.voice .voice_list .voice_listitem .voice_txt p.voice_txt_name {
    text-align: right;
    padding-top: 5px;
}
.voice .voice_list .voice_deco {
    width: 50%;
    max-width: 318px;
    margin: 0 auto;
}
.voice .voice_list .voice_deco:last-child {
    width: 80%;
    max-width: 626px;
}
.voice .voice_imgarea {
    max-width: 100%;
    padding-top: clamp(6.875rem, 1.0919rem + 12.0482vw, 9.375rem);
    overflow: hidden;
}
.voice .voice_imgarea p {
    font-size: 24px;
    text-align: center;
    margin-bottom: clamp(3.75rem, 1.5813rem + 4.5181vw, 4.6875rem);
}
/* slick */
.slider {
    padding-bottom: 40px;
}
.slider .slick-slide {
    width: clamp(300px, 22vw, 350px);
    margin: 0 10px;
    overflow: visible;
}
.slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-dots li button:before {
    font-size: 10px;
}
.slick-dots li.slick-active button:before {
    color: #f0b860;
}
/* foryou */
.foryou {
    background: url(../img/foryou_bg.jpg) no-repeat center / cover;
    position: relative;
}
.foryou img.foryou_bg_top {
    width: 100vw;
    position: absolute;
    top: 0;
}
.foryou img.foryou_bg_bottom {
    width: 100vw;
    position: absolute;
    bottom: 0;
}
.foryou > div.inner {
    padding: 3.5% 0;
}
.foryou .ttl {
    color: #fff;
}
.foryou ul {
    max-width: 930px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.foryou ul li {
    background-color: #fff;
    width: 48%;
    padding: 35px 20px;
    margin-bottom: 3.5%;
    border-top-left-radius: 20px;
    justify-content: center;
}
.foryou ul li figure {
    width: 19%;
    max-width: 80px;
    min-width: 55px;
    margin-right: 10px;
    align-content: center;
}
.foryou ul li p {
    font-size: clamp(1rem, 0.7108rem + 0.6024vw, 1.125rem);
    line-height: 1.5;
    align-content: center;
}
.foryou .foryou_annotation {
    max-width: 930px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    padding-top: 20px;
}
/* flow */
.flow {
    background: url(../img/yellow_noise.jpg);
}
.flow ul {
    max-width: 888px;
    margin: 0 auto;
}
.flow ul li {
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #ccc;
    padding: 30px;
    margin-bottom: 70px;
    position: relative;
    min-height: 191px;
}
.flow ul li::after {
    content: "";
    position: absolute;
    bottom: -49px;
    left: 50%;
    transform: translate(-50%);
    border-style: solid;
    border-color: #a8cc46 transparent transparent transparent;
    border-width: 22px 31px 0px 31px;
}
.flow ul li:last-child {
    margin-bottom: 0;
}
.flow ul li:last-child::after {
    display: none;
}
.flow ul li div {
    width: 38%;
    justify-content: start;
}
.flow ul li figure {
    width: 30%;
    max-width: 90px;
    align-content: center;
}
.flow ul li h3 {
    font-size: 20px;
    font-weight: var(--medium);
    line-height: 1.5;
    width: 70%;
    margin-left: 20px;
    align-content: center;
}
.flow ul li p {
    font-size: 18px;
    line-height: 1.8;
    width: 60%;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    align-content: center;
}
/* message */
/* section.message{}は提携企業のsectionが復活したら削除 */
section.message {
    padding-bottom: 100px;
}
/* section.message{}は提携企業のsectionが復活したら削除 */
.message .message_gradient {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(255, 191, 197, 1), rgba(253, 254, 233, 1) 50%, rgba(255, 191, 197, 1));
    padding: .8%;
}
.message .message_gradient > div.message_bgwh {
    background-color: #fff;
    padding: 6.5% 4.5% 8.5%;
}
.message .message_top_txt {
    font-size: clamp(1.1875rem, 0.7538rem + 0.9036vw, 1.375rem);
    text-align: center;
    line-height: 1.7;
    margin-bottom: 78px;
    margin-bottom: 8.5%;
}
.message .message_company .message_company_txt {
    width: 69%;
}
.message .message_company .message_company_txt h3 {
    font-size: 24px;
    font-weight: var(--semibold);
    margin-bottom: 6.5%;
}
.message .message_company .message_company_txt h3 span:first-child {
    display: block;
    font-size: 22px;
    margin-bottom: 24px;
}
.message .message_company .message_company_txt h3 span:nth-child(2) {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.message .message_company .message_company_txt p {
    font-size: 18px;
    line-height: 1.8;
}
.message .message_company figure {
    width: 29%;
    max-width: 245px;
}
.message .message_deco {
    padding: 8% 0 10%;
    max-width: 570px;
    margin: 0 auto;
}
.message .message_txt {
    background: url(../img/message_deco02.png) no-repeat center / contain;
    font-size: 20px;
    line-height: 2;
    text-align: center;
}
/* partner */
.partner {
    background: url(../img/partner_bg.jpg) no-repeat center / cover;
    padding: 3.4% 0;
    margin-bottom: 65px;
}
.partner .partner_bgwh {
    background-color: rgba(254, 254, 254, .8);
    padding: 5% 0 6%;
}
.partner .partner_bgwh h2 {
    font-size: 30px;
    font-weight: var(--medium);
    text-align: center;
    position: relative;
    padding-bottom: .2em;
    margin-bottom: 8%;
}
.partner .partner_bgwh h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 1.25em);
    width: 2.5em;
    height: .15em;
    content: '';
    border-radius: 3px;
    background: var(--orange);
}
.partner .partner_bgwh p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 55px;
}
.partner_loop {
    display: flex;
    gap: 10px;
    overflow: hidden;
}
.partner_loop ul {
    display: flex;
    gap: 10px;
    animation: loopAnimation 50s linear infinite;
}
.partner_loop li {
    width: 15vw;
}
@keyframes loopAnimation {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}
/* footer */
footer {
    background-color: var(--blue);
}
footer > div {
    padding: 30px 0;
}
footer .footer_nav {
    align-content: center;
}
footer ul li {
    align-content: center;
    margin-left: 32px;
}
.footer_insta {
    width: 2rem;
    margin: 15px 0 0 auto;
}
footer .copyright {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #453b2a;
    padding: 8px 0 10px;
}

@media only screen and (max-width: 820px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .ttl {
        font-size: 28px;
    }
    .logo div {
        justify-content: start;
    }
    .logo p {
        font-size: 13px;
        margin-left: 5px;
    }
    .logo span {
        font-size: 22px;
    }
    .contact h2 {
        font-size: 20px;
    }
    .line_btn p {
        font-size: 22px;
    }
    header .line_btn a {
        padding: 10px;
    }
    header .line_btn p {
        font-size: 18px;
    }
    .header_insta a {
        padding: 10px;
    }
    .header_insta img {
        width: 36px;
    }
    .mv .inner {
        padding: 105px 0 55px;
    }
    .mv_txt p {
        font-size: 22px;
    }
    .mv_annotation {
        bottom: 30px;
        width: 35%;
    }
    .concept h2 {
        font-size: 22px;
    }
    .concept .concept_main_txt {
        font-size: 18px;
    }
    .concept ul li p {
        font-size: 16px;
    }
    .concept .concept_last_txt {
        font-size: 20px;
        line-height: 2;
    }
    .about {
    background: url(../img/about_deco_or.png) no-repeat 85% top / 30%,
    url(../img/about_deco_bl.png) no-repeat 110% 30% / 32%,
    url(../img/about_deco_pk.png) no-repeat -7% 41% / 32%,
    url(../img/about_deco_gn.png) no-repeat 90% 62% / 27%;
    }
    .about div.inner {
        padding-bottom: 40px;
    }
    .about .about_intro > p {
        font-size: 18px;
        line-height: 1.5;
    }
    .about .about_intro ul li p {
        font-size: 15px;
    }
    .about .about_list h3 {
        font-size: 22px;
        line-height: 1.8;
    }
    .about .about_list h3 .highlighter.sp {
        display: inline-block;
    }
    .about .about_list > p {
        font-size: 20px;
    }
    .about .about_list ul {
        width: 600px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .about .about_list ul li {
        flex: 1 1 250px;
        border-left: none;
    }
    .about .about_list ul li:nth-child(odd) {
        border-right:  dotted 1px #b2b2b2;
    }
    .about .about_list ul li:first-child,
    .about .about_list ul li:nth-child(2) {
        border-bottom:  dotted 1px #b2b2b2;
    }
    .about .about_list ul li:last-child {
        border-right:  none;
    }
    .about .about_list ul li h4 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .about .about_list ul li h4 span {
        line-height: 1;
    }
    .about .about_list ul li figure {
        margin-bottom: 20px;
    }
    .feature {
        margin-top: -80px;
    }
    .feature ul li .feature_content div h3 {
        font-size: 20px;
    }
    .feature ul li .feature_content div p {
        font-size: 16px;
    }
    .feature ul li .feature_content div p span {
        font-size: 14px;
    }
    .voice .voice_list .voice_listitem .voice_txt h3 {
        font-size: 18px;
    }
    .voice .voice_list .voice_listitem .voice_txt p {
        font-size: 16px;
    }
    .voice .voice_imgarea p {
        font-size: 20px;
    }
    .foryou ul li figure {
        width: 20%;
        max-width: 80px;
        margin-right: 10px;
        align-content: center;
    }
    .foryou .foryou_annotation {
        font-size: 16px;
    }
    .flow ul li h3 {
        font-size: 18px;
    }
    .flow ul li p {
        font-size: 16px;
    }
    .message .message_company .message_company_txt h3 {
        font-size: 20px;
    }
    .message .message_company .message_company_txt h3 span {
        font-size: 18px;
    }
    .message .message_company .message_company_txt p {
        font-size: 15px;
    }
    .message .message_txt {
        font-size: 18px;
        text-align: left;
    }
    .partner {
        margin-bottom: 85px;
    }
    .partner .partner_bgwh h2 {
        font-size: 24px;
    }
    .partner .partner_bgwh p {
        font-size: 18px;
        line-height: 1.5;
    }
    footer > div.flex {
        display: block;
    }
    footer .logo {
        text-align: center;
        margin-bottom: 25px;
    }
    footer ul {
        width: 500px;
        margin: 0 auto;
    }
    footer ul li {
        align-content: center;
        margin-left: 0;
    }
    footer ul li p {
        font-size: 15px;
    }
    .footer_insta {
        width: 1.5rem;
        margin: 20px auto 0;
    }
    footer .copyright {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }
    .main_contents {
        padding: 70px 0 80px;
    }
    .ttl {
        font-size: 22px;
        margin-bottom: 55px;
    }
    .ttl span {
        font-size: 14px;
        padding-top: 14px;
    }
    /* ロゴ */
    .logo figure {
        width: 18%;
    }
    /* .logo p {
        margin-left: 10px;
    } */
    .logo span {
        padding-top: 5px;
    }
    /* コンタクトエリア */
    .contact {
        padding: 45px 0 35px;
    }
    .contact h2 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    /* LINEボタン */
    .line_btn a {
        padding: 15px 12px;
        line-height: 2;
    }
    .line_btn a::before {
        border: 2px solid #fff;
        top: -5px;
        left: -5px;
    }
    .line_btn figure {
        width: 28px;
        margin-right: 0;
    }
    .line_btn p {
        font-size: 16px;
        font-weight: var(--bold);
        display: inline-block;
    }
    /* 追従LINEボタン */
    .fix_line_btn {
        padding: 15px;
        width: 100%;
    }
    .fix_line_btn a p {
        font-size: 16px;
    }
    /* header */
    header {
        height: 100px;
    }
    .pc_btn {
        display: none;
    }
    header .header_insta {
        align-content: center;
    }
    .header_insta a {
        border-radius: 8px;
        padding: 8px;
    }
    .header_insta img {
        width: 20px;
    }
    /* mv */
    .mv .inner {
        padding: 80px 0 0 0;
    }
    .mv_txt {
        top: 110px;
        /* right: 0; */
    }
    .mv_txt p {
        font-size: 20px;
    }
    .mv_img {
        width: 78%;
        margin: 0 0 0 auto;
    }
    .mv_img .mv_pc {
        display: none;
    }
    .mv_img .mv_sp {
        display: block;
    }
    .mv video {
        mask-image: url(../img/mv_sp.svg);
        mask-position: 0 63px;
        -webkit-mask-image: url(../img/mv_sp.svg);
        -webkit-mask-position: 0 63px;
        margin-top: -50px;
    }
    .mv_annotation {
        bottom: 40px;
        width: 45%;
    }
    /* concept */
    .concept {
        padding-top: 50px;
    }
    .concept h2 {
        font-size: 17px;
        margin-bottom: 45px;
    }
    .concept .concept_deco {
        width: 10%;
        margin-bottom: 45px;
    }
    .concept .concept_main_txt {
        font-size: 16px;
    }
    .concept ul {
        flex-direction: column;
    }
    .concept ul li {
        padding: 0;
        height: 260px;
        margin-bottom: 30px;
    }
    .concept ul li:last-child {
        margin-bottom: 0;
    }
    .concept ul li p {
        font-size: 18px;
    }
    .concept .concept_last_txt {
        font-size: 18px;
        line-height: 2;
    }
    /* about */
    .about {
        background: url(../img/about_deco_or.png) no-repeat 85% top / 50%, 
        url(../img/about_deco_bl.png) no-repeat 125% 27% / 51%, 
        url(../img/about_deco_pk.png) no-repeat -7% 41% / 50%, 
        url(../img/about_deco_gn.png) no-repeat 90% 54% / 50%;
    }
    .about .about_intro > p {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .about .about_intro ul {
        flex-direction: column;
        width: 88%;
        margin-bottom: 40px;
    }
    .about .about_intro ul li {
        padding: 35px 22px 35px;
        margin-bottom: 32px;
    }
    .about .about_intro ul li figure {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .about .about_list {
        margin-bottom: 70px;
    }
    .about .about_list h3 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    .about .about_list h3 .highlighter:nth-of-type(2) {
        padding-right: 10px;
    }
    .about .about_list h3 .highlighter:last-of-type {
        padding-left: 10px;
    }
    .about .about_list > p {
        font-size: 15px;
        line-height: 2;
    }
    .about .about_list > figure {
        padding-top: 40px;
        width: 85%;
    }
    .about .about_list ul {
        flex-direction: column;
        width: 100%;
    }
    .about .about_list ul li {
        padding: 30px;
        border: none !important;
        border-bottom: dotted 1px #b2b2b2 !important;
        width: 80%;
        margin: 0 auto;
    }
    .about .about_list ul li:first-child {
        padding-top: 0;
    }
    .about .about_list ul li:last-child {
        border-bottom: none !important;
        padding-bottom: 0;
    }
    .about .about_list ul li h4 {
        font-size: 18px;
    }
    .about .about_list ul li h4 span {
        font-size: 36px;
    }
    .about .about_list ul li figure {
        width: 60%;
        margin-bottom: 15px;
    }
    .about .about_list ul li p {
        font-size: 15px;
    }
    /* aboutセクション区切り_bottom */
    .feature .about_bg_bottom {
        padding-bottom: 70px;
    }
    /* feature */
    .feature {
        padding-bottom: 80px;
    }
    .feature ul li {
        margin-bottom: 50px;
        padding-top: 43px;
    }
    .feature ul li p.feature_point {
        font-size: 18px;
        padding: 17px 50px;
        top: -43px;
    }
    .feature ul li .feature_content {
        display: block;
        padding: 18px;
    }
    .feature ul li .feature_content div {
        width: 100%;
    }
    .feature ul li .feature_content div h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .feature ul li .feature_content div p {
        font-size: 16px;
        margin-bottom: 18px;
        line-height: 1.5;
    }
    .feature ul li .feature_content div p span {
        padding-top: 15px;
    }
    .feature ul li .feature_content figure {
        width: 250px;
        margin: 0 auto;
    }
    .feature_list {
        padding-left: .5rem !important;
    }
    .feature_list p {
    margin-bottom: 0 !important;
    }
    /* voice */
    .voice .voice_list .voice_listitem {
        padding-top: 40px;
        flex-direction: column;
    }
    .voice .voice_list .voice_listitem figure {
        width: 50%;
        margin: 0 auto 25px;
    }
    .voice .voice_list .voice_listitem .voice_txt {
        width: 100%;
    }
    .voice .voice_list .voice_listitem .voice_txt h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .voice .voice_list .voice_listitem .voice_txt p {
        font-size: 15px;
    }
    .voice .voice_list .voice_deco {
        width: 60%;
    }
    .voice .voice_imgarea {
        padding-top: 70px;
    }
    .voice .voice_imgarea p {
        width: 95%;
        margin: 0 auto 40px;
        font-size: 20px;
        line-height: 1.5;
    }
    /* foryou */
    .foryou ul {
        flex-direction: column;
    }
    .foryou ul li {
        width: 88%;
        height: 115px;
        margin: 0 auto 18px;
        padding: 0 20px;
    }
    .foryou ul li p {
        font-size: 16px;
    }
    .foryou .foryou_annotation {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 20px;
    }
    /* flow */
    .flow ul li {
        flex-direction: column;
    }
    .flow ul li div {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }
    .flow ul li figure {
        width: 44px;
    }
    .flow ul li h3 {
        font-size: 18px;
        margin-left: 10px;
        width: initial;
        display: inline;
    }
    .flow ul li p {
        font-size: 16px;
        letter-spacing: .05em;
        width: 100%;
        border-left: none;
        padding-left: 0;
    }
    /* message */
    .message .message_gradient > div.message_bgwh {
        padding: 12% 4.5%;
    }
    .message .message_gradient {
        padding: 1.5%;
    }
    .message .message_top_txt {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    .message  .message_company {
        flex-direction: column;
    }
    .message .message_company .message_company_txt {
        width: 100%;
    }
    .message .message_company .message_company_txt h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .message .message_company .message_company_txt h3 span {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .message .message_company .message_company_txt p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .message .message_company figure {
        width: 60%;
        margin: 0 auto;
    }
    .message .message_deco {
        padding-bottom: 35px;
        width: 260px;
    }
    .message .message_txt {
        font-size: 16px;
        line-height: 1.8;
    }
    /* partner */
    .partner {
        margin-bottom: 90px;
    }
    .partner .partner_bgwh h2 {
        font-size: 20px;
    }
    .partner .partner_bgwh p {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .partner_loop li {
        width: 30vw;
    }
    /* footer */
    footer .logo div {
        justify-content: center;
    }
    footer .logo figure {
        width: 50px;
    }
    footer .logo span {
        font-size: 20px;
    }
    footer .footer_nav {
        display: flex;
    }
    footer ul {
        flex-direction: column;
        width: 100%;
    }
    footer ul li {
        margin: 0 0 10px 20px;
    }
    footer ul li:last-child {
        margin-bottom: 0;
    }
    .footer_insta {
        width: 28px;
        margin: 0 20px 0 0;
    }
}