﻿@charset "UTF-8";
/*
Theme Name: night-support
Author: num
Description: This is my original theme.
Version: 1.0
*/

/*-------------------------------------
定義
-------------------------------------*/
:root {
    --font_ja: "MPLUSRounded1c-Regular", sans-serif;
    --m_color: #f75996;
    --m_color_2: #f6cfd1;
    --a_color: #1bbbe0;
    --radius_10:10px;
}

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,
Navigation,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #333;
    line-height: 1.8;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    font-weight: normal;
    font-family: var(--font_ja);
    font-size: 16px;
    font-weight: 500;
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 2;
    word-wrap: break-word;
    font-size: 16px;
    counter-reset: wpp-ranking;
    color: #000;
    position: relative;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
    height: 100%;
}
ul,
ol,
li {
    list-style: none;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
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 #eee;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
input {
    box-sizing: border-box;
}
strong {
}
a,
a:visited {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    text-decoration: none;
    transition: .2s;
}
a:hover {
    text-decoration: none;
    opacity: .8;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0px;
}
.clear {
    clear: both;
}
img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.t_center{
    text-align: center !important;
}
.t_left{
    text-align: left !important;
}
.t_right{
    text-align: right !important;
}
.radius_40{
    border-radius: 40px;
}
.of_hidden{
    overflow: hidden;
}
.bg_gradation {
    background: -moz-linear-gradient(45deg, #26c9f2 0%, #2678f2 29%, #26c9f2 66%, #9e60fa 100%);
    background: -webkit-linear-gradient(45deg, #26c9f2 0%,#2678f2 29%,#26c9f2 66%,#9e60fa 100%);
    background: linear-gradient(45deg, #26c9f2 0%,#2678f2 29%,#26c9f2 66%,#9e60fa 100%);
    background-size: 400% 400%;
	animation: Gradient 15s ease infinite;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-evenly;
	position: relative;
    border-radius: 30px;
}
.bg_gradation::before,
.bg_gradation::after {
	content: "";
	width: 70vmax;
	height: 70vmax;
	position: absolute;
	background: rgba(255, 255, 255, 0.07);
	left: -20vmin;
	top: -20vmin;
	/*animation: morph 15s linear infinite alternate, spin 20s linear infinite;*/
	z-index: 1;
	/*will-change: border-radius, transform;*/
    border-radius: 100%;
	transform-origin: 55% 55%;
	pointer-events: none;
    z-index: 1;
}
.bg_gradation::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    /*animation: morph 5s linear infinite alternate, spin 26s linear infinite reverse;*/
    transform-origin: 20% 20%;
}
@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.bg_dotted{
    background-image: radial-gradient(rgba(255,255,255,0.4) 2px, transparent 2px), radial-gradient(rgba(255,255,255,0.4) 2px, transparent 2px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
    background-repeat: repeat;
}
.zindex2{
    z-index: 2;
}
.br0{
    border-radius: 0;
}
/*-------------------------------------
JSアニメーションパーツ
-------------------------------------*/
/* その場で */
.fadeIn {
    opacity : 0;
    transition : all 1.5s;
}
.fadeIn.active{
    opacity : 1;
}
/*フェードアップアニメーション*/
.fadeUp {
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
.fadeUp:nth-child(2 + 2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fadeUp-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*フェードアップ（下向き）アニメーション*/
.fadeDown {
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}
.fadeDown:nth-child(2 + 2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fadeDown-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-------------------------------------
共通パーツ
-------------------------------------*/
/*コンテンツタイトル*/
h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.header{
    position: relative;
}
body .wrap .header .other_h {
    background: none;
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
body:not(.home) h1 {
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding: 0;
    max-width: 1500px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 400;
    width: calc(100% - 40px);
    letter-spacing: 0.05em;
}
body:not(.home) h1:before {
    content: attr(data-text);
    display: block;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 0;
    font-family: 'ShipporiMinchoB1-Regular', 'serif';
}
body:not(.home) .img_area {
    width: 50%;
    width: 100%;
    height: 100%;
    position: relative;
}
body:not(.home) .img_area:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/mv.jpg);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
}
body:not(.home) .img_area .cat{
    position: absolute;
    z-index: 2;
    top: calc(50% + 70px);
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    max-width: 160px;
    margin: 0 auto;
    color: #64b54f;
    display: inline-block;
    padding: 4px 0;
    border-radius: 4px;
}
body.error404 h1 {
    position: static;
    padding: 0;
    margin: 0 auto;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    transform: none;
    margin-bottom: 30px;
    color:#333;
}
body.error404 h1 span{
    font-size: 100px;
    line-height: 1;
    padding: 20px;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
h3 {
    font-weight: bold;
    margin: 0 0 50px;
    font-size: 25px;
    position: relative;
    padding: 0 0 0 30px;
}
.full{
    width: 100% !important;
}
.flex {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_center_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_reverce .flex_img{
    order: 2;
}
.between{
    justify-content: space-between;
}
.inner,
.inner_m,
.inner_s,
.inner_l{
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}
.inner_s{
    max-width: 800px;
}
.inner_m{
    max-width: 1000px;
}
.inner_l{
    max-width: 1600px;
}
.m0auto {
    margin:0 auto;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mr10{
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.pt0 {
    padding-top: 0px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.px20{
    padding-right:20px;
    padding-left: 20px;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.fw3{
    font-weight: 300;
}
.fw4{
    font-weight: 400;
}
.fw6{
    font-weight: 600;
}
.fs14{
    font-size: 14px !important;
}
.fs16{
    font-size: 16px !important;
}
.fs18{
    font-size: 18px !important;
}
.fs24{
    font-size: 24px !important;
}
.line_2{
    line-height: 2.5;
}
.c_white{
    color:#fff !important;
}
.c_pink{
    color: var(--m_color) !important;
}
.c_gray{
    color: #7b7b7b !important;
}
.c_gray_thin{
    color: #eeeeee !important;
}
.c_red{
    color: var(--m_color) !important;
}
.bg_white{
    background-color: #fff;
}
.bg_black{
    background-color: #333;
}
.bg_pink{
    background-color: var(--m_color);
}
.bg_sky{
    background-color: var(--a_color);
}
.bg_red{
    background-color: var(--m_color);
}
.bg_gray{
    background: linear-gradient(180deg, rgba(170, 170, 170, 1), rgba(210, 210, 210, 0) 50%), url(img/bg_antique.svg);
    background-repeat: repeat;
    background-size: cover, 100px;
}
.i_block{
    display: inline-block;
}
.ds_block{
    display:block;
}
br.sp{
    display: none;
}
.height_full{
    height: 100%;
}
.mincho{
    font-family: 'CormorantGaramond','ShipporiMinchoB1-Regular','serif';
}
/*-------------------------------------
共通追加
-------------------------------------*/
.btn{
    width: 200px;
    position: relative;
    margin: 60px 0 0 0;
}
.btn a{
    height: 100%;
    display: block;
    transition: .2s ease-in-out;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    padding: 20px 10px 14px 10px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    letter-spacing: 0.1em;
    color: #543a2e;
    border: 1px solid;
    font-family: "JosefinSans","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.btn:hover a{
    opacity: 1;
}
.btn a:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #543a2e;
    border-right: 1px solid #543a2e;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 20px;
    transition: .2s ease-in-out;
}
.btn a.c_white:before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn a:hover{
    color:#f6f4f2;
    background-color: #543a2e;
}
.btn a.c_white:hover{
    border:1px solid #543a2e;
}
.btn a:hover:before{
    border-top: 1px solid #f6f4f2;
    border-right: 1px solid #f6f4f2;
}
.sec_h2{
    font-size: 16px;
    margin-bottom: 80px;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative !important;
    z-index: 2;
    padding-bottom: 0;
}
.sec_h2 .sec_h2_small{
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-top: 10px;
    position: relative;
    display: block;
}
.sec_h2.t_left .sec_h2_small{
    padding: 0 20px 10px 0;
}
.sec_h2 .sec_h2_small.no_square{
    padding: 0;
}
.sec_h2 .sec_h2_small.no_square:after{
    display: none;
}
h3.sec_h2 .sec_h2_small{
    font-size: 40px;
}
.sec_h2_small{
    font-family: "JosefinSans";
}
.sec_h2_small span{
    font-size: 60px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W6",sans-serif;
    font-weight: bold;
    margin-top: 18px;
}
h3 {
    font-weight: 400;
    margin: 0 0 40px;
    font-size: 20px;
    position: relative;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 14px 0;
}
h4{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 0;
}
.sec_h4 {
    font-size: 16px;
}
.flex_txt{
    width: calc(50% - 160px);
    margin: 0 100px;
    position: relative;
    z-index: 2;
}
.flex .img_container{
    height: 500px;
    background-image: url(img/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flex_img{
    width: calc(100% - 550px);
    position: relative;
    z-index: 2;
}
.flex_img img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.flex_reverse .flex_txt{
    order: 2;
    margin:0 0 0 60px;
}
.flex_reverse .flex_img{
    order: 1;
    margin:0;
}
.box2,
.box1,
.box4,
.txt_solid_bl,
.txt_solid_rd,
.txt_dot_bk,
.txt_dot_gr,
.txt_dot_pk {
	display: inline-block;
}
.box5 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box5:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffdd40;
}
.box6 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box6:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffdd40;
}
.text_anime01 {
	-webkit-animation:blink .5s ease-in-out infinite alternate;
	-moz-animation:blink .5s ease-in-out infinite alternate;
	animation:blink .5s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.object-fit-img{
    display: block;
    position: relative;
}
.object-fit-img:before{
    content:'';
    display: block;
    padding-top: 60%;
    pointer-events: none;
}
.object-fit-img img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
}
/*-------------------------------------
レイアウト
-------------------------------------*/
.wrap {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}
/*-------------------------------------
header
-------------------------------------*/
body.home .header {
    position: relative;
    background-size: cover;
}
.header_nav_container {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    position: fixed;
    transition: .2s;
    height: 70px;
    align-items: center;
}
body.home .header_nav_container{
    transition: .2s;
}
.header_nav_container.shadow{
    border: none;
    background-color: var(--m_color);
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
}
body:not(.home) .header_nav_container{
    background-color: #fff;
}
.header_nav_container.shadow .pc_header_nav ul{
    border: none;
}
.header_nav_container .pc_header_nav a,
.header_nav_container .pc_header_nav span{
    text-shadow: none;
    font-weight: 600;
    color: var(--m_color);
}
body:not(.home) .header_nav_container .pc_header_nav a,
body:not(.home) .header_nav_container .pc_header_nav span,
.header_nav_container.shadow .pc_header_nav a,
.header_nav_container.shadow .pc_header_nav span{
    color: #fff;
}
.header_nav_container .pc_header_nav a i,
.header_nav_container .pc_header_nav span i{
    font-size: 12px;
    margin-left: 6px;
}
.header_nav_container .pc_header_nav span.header_eng{
    display: block;
    font-weight: 600;
    text-align: center;
    height: auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.header_nav_container .pc_header_nav .header_contact a{
    background: linear-gradient(135deg, #3ba7fa 0%, #66e7f6 100%);
    background: -webkit-linear-gradient(-45deg, #3ba7fa 0%, #66e7f6 100%);
    color: #fff !important;
    padding: 12px 30px;
}
.header_nav_container .pc_header_nav .header_contact a span.header_eng{
    color: #fff !important;
}
/* サイトタイトル */
.site_title {
    z-index: 11;
    position: fixed;
    top: 16px;
    left: 20px;
    transition: .3s;
    font-size: 20px;
    color: var(--m_color);
}
.scroll-prevent .site_title{
    color: #fff;
}
.header_nav_container.shadow .site_title{
    color: #fff;
}
/*ナビ*/
.header_inner {
    display: flex;
    padding: 0 20px;
    margin: 0px auto 25px;
    position: relative;
}
.header_nav {
    margin: 0 0 0 auto;
    height: 100%;
    padding: 0 40px;
}
.header_nav nav {
    height: 100%;
}
.sp_trigger_nav{
    display: none;
}
.pc_header_nav {
    height: 100%;
}
.pc_header_nav ul ul{
    display: none;
}
.pc_header_nav li ,
.pc_header_nav li.join_btn.schedule_btn{
    margin: 0 clamp(10px,2vw,42px) 0 0;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.pc_header_nav li:last-child {
    margin: 0;
}
.pc_header_nav a,
.pc_header_nav span {
    text-decoration: none;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    margin: auto;
}
.pc_header_nav a:hover {
    opacity: 0.8;
}
.pc_header_nav > ul > li.join_btn{
    margin: 0;
    cursor: pointer;
}
.pc_header_nav > ul > li.join_btn a,
.pc_header_nav > ul > li.login_btn a,
.pc_header_nav > ul > li.join_btn span{
    color: #000;
    padding: 12px;
    text-shadow: none;
}
.pc_header_nav > ul > li.join_btn .join_list{
    position: absolute;
    width: 100%;
    min-width: 200px;
    text-align: center;
    height: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: rgba(255,255,255,1);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.pc_header_nav > ul > li.join_btn .join_list li{
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    height: auto;
}
.pc_header_nav > ul > li.join_btn .join_list li + li{
    border-top: 1px dotted var(--m_color);
}
.pc_header_nav > ul > li.join_btn .join_list li a{
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    width: 100%;
}
.pc_header_nav > ul > li.join_btn .join_list li:last-child a{
    background-color: transparent;
}
.header_img_container {
    position: relative;
    opacity: 1;
    transition: .2s;
}
.header_img_container.mv_hidden{
    opacity: 0;
}
.img-wrap {
    overflow: hidden;
    position: relative;
}
.img-wrap:before {
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@keyframes img-wrap {
    100% {
        transform: translateX(100%);
    }
}
body:not(.home) .header_img_container > div:not(.header_img_inner_img) {
    background-position: center;
    height: 400px;
    margin: 70px 0 0 0;
    position: relative;
    overflow: hidden;
}
body:not(.home) .header_img_container > div:not(.header_img_inner_img):before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(0,0,0,0.3),transparent);
    z-index: 1;
    opacity: .6;
    top: 0;
    left: 0;
}
body.home .header_img_container {
    padding: 0;
    z-index: 1;
    width: 100%;
}
.slick-slider div{
    height: 100%;
}
.slick{
    height: 100%;
}
.slick .mv_sp{
    display: none;
}
.slick_container{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.mv_img{
    height: 100%;
    position: relative;
    background-size: cover;
    max-width: 1180px;
    margin: 100px auto 0 auto;
    align-items: center;
}
.mv_left_img{
    width: 28%;
    position: relative;
}
.mv_left_img img{
    height: 858px;
    width: auto;
    max-width: max-content;
    transform: translateX(-10%);
}
.mv_right_img{
    width: 28%;
    position: relative;
}
.mv_right_img img{
    height: 858px;
    width: auto;
    max-width: max-content;
    transform: translateX(-14%);
}
.sp_mv_img{
    display: none;
}
.mv_txt{
    z-index: 2;
    width: 58%;
    margin: 0 -3% 0 -3%;
}
.mv_subtxt{
}
.mv_subtxt p{
    font-size: 28px;
    border-radius: 36px;
    text-shadow: 0 4px 2px rgba(0, 0, 0, 0.2)
}
.mv_subtxt_large{
    font-size: 40px;
}
.mv_txt_1{
    margin: 30px 0 20px 0;
}
.mv_txt_2{
    position: relative;
    z-index: 3;
    max-width: 442px;
    margin: 0 auto;
}
.mv_txt_3_container{
}
.mv_txt_3{
    position: relative;
    z-index: 2;
    max-width: 572px;
    margin: -40px auto 80px auto;
}
.mv_txt_3_bubble{
    position: absolute;
    max-width: 158px;
    top: 0.5vw;
    right: -80px;
    z-index: 3;
    width: 30%;
}
.wrapper_bg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(img/mv_bg.jpg);
    background-position: center;
    background-size: cover;
    transform: translateZ(0);
    will-change: transform;
}
.wrapper_bg_canvas{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
/*-------------------------------------
トップ
-------------------------------------*/
.header_img_inner_img{
    height: 100%;
    background-image: url('img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 auto;
    z-index: 2;
    width: 100%;
    border-radius: 0;
}
.header_img_inner_img img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 2;
}
.header_img_inner_img .slick img {
    max-height: 100%;
    position:absolute;
    top:0;
    bottom:auto;
    left:auto;
    right:0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    max-width: 100%;
    object-position: 0 0;
    object-position: 50% 50%;
}
.header_img_inner_img .slick img.sp{
    display: none;
}
.header_img_inner_img .slide_txt{
    position: absolute;
    width: 600px;
    bottom: 20%;
    left: 3%;
    max-width: 70%;
}
.header_img_inner_img .slide_txt img{
    display: block;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255,0.7));
    width: 100%;
}
.header_img_inner_img .slide_txt p{
    font-size:20px;
    font-weight: 600;
    margin-left: 115px;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
/* メインビジュアル */
.sec_space_1{
    padding: 200px 0;
}
.sec_space_2{
    padding: 80px 0;
}
.sec_space_3{
    padding: 60px 0;
}
.large_txt{
    font-size: 22px;
}
.large_txt span{
    font-size: 18px;
}
.sec_ttl_1{
    font-size: 40px;
}
.sec_ttl_1_small{
    font-size: 24px;
    display: block;
    font-weight: 600;
}
.sec_ttl_2{
    padding: 0;
}
.sec_ttl_2:before,
.sec_ttl_2:after{
    content: '';
    display: block;
    width: 100%;
    max-width: 600px;
    height: 4px;
    margin: 0 auto 20px auto;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(247, 89, 150, 0), rgba(247, 89, 150, 1), rgba(247, 89, 150, 0));
}
.sec_ttl_2:after{
    margin: 20px auto 0 auto;
}
.sec_ttl_2_main{
    font-size: 28px;
    display: inline-block;
    position: relative;
    padding: 0 100px;
}
.sec_ttl_2_main:before,
.sec_ttl_2_main:after{
    content: '';
    width: 100px;
    height: 50px;
    background-image: url(img/ttl_bg_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sec_ttl_2_main:after{
    transform: scale(-1,1) translateY(-50%);
    left: auto;
    right: 0;
}
.sec_ttl_3{
}
.sec_ttl_3 img{
    filter: drop-shadow(0 0 20px #fff);
    max-height: 125px;
    margin: 0 auto;
}
.sec_ttl_4{
    margin-bottom: 30px;
    padding: 0;
}
.sec_ttl_4 span{
    background-image: url(img/ttl_bg_ribon.svg);
    font-size: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 10px 60px;
}
.sec_ttl_5{
    font-size: 60px;
    line-height: 1.25;
}
.sec_ttl_5_small{
    font-size: 24px;
    display: block;
    font-weight: 600;
}
/*-------------------------------------
TOPコンテンツ
-------------------------------------*/
.worries{
    background: linear-gradient(180deg, rgba(170, 170, 170, 1), rgba(210, 210, 210, 0) 50%), url(img/bg_antique.svg);
    background-repeat: repeat;
    background-size: cover, 100px;
}
.worries_ttl{
    background: linear-gradient(90deg, rgba(247, 89, 150, 0), rgba(247, 89, 150, 1), rgba(247, 89, 150, 0));
    padding: 0 20px;
}
.worries_ttl .sec_ttl_1{
    padding: 20px 0;
}
.check_list{
}
.check_list li{
    background-color: var(--m_color);
    border-radius: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 12px 20px 12px 90px;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}
.check_list li + li{
    margin-top: 10px;
}
.check_list li:before{
    content: '';
    height: 67px;
    width: 97px;
    background-image: url(img/check_mark.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: -6px;
}
.worries_img{
    background-image: url(img/worries_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 150px;
    margin-top: -130px;
}
.worries_img img{
    max-width: 530px;
    margin: 0 auto;
}
.worries_arrow{
    max-width: 240px;
    margin: 0 auto;
}
.result{
    background-image: url(img/bg_sky.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 100px;
    padding: 40px 20px;
}
.result p{
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 4px 2px rgba(255, 255, 255, 0.8);
}
.example_list{
    counter-reset: number 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 910px;
    margin: 0 auto;
}
.example_list li{
    position: relative;
    border: 4px solid var(--m_color);
    border-radius: 30px;
    overflow: hidden;
    padding: 6px 20px 6px 122px;
    font-weight: 600;
    background-color: #fff;
    width: calc(50% - 5px);
}
.example_list li:before{
    counter-increment: number 1;
    content: "例0" counter(number);
    position: absolute;
    left: 0;
    background-color: var(--m_color);
    color: #fff;
    width: 100px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.worries .example_list + p{
    font-size: 20px;
    font-weight: 600;
    margin: 30px auto 0 auto;
}
.agency{
}
.agency_ttl{
    position: relative;
}
.agency_ttl:before,
.agency_ttl:after{
    content: '';
    width: 10px;
    height: 20px;
    display: inline-block;
    border: 2px solid #fff;
    border-right: none;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 10px 4px 0;
}
.agency_ttl:after{
    transform: scale(-1,1);
    margin: 0 0 4px 10px;
}
.agency_flex{
}
.agency_left{
    width: 50%;
}
.agency_left img{
}
.agency_right{
    position: relative;
    max-width: 560px;
    width: 59%;
    margin-left: -9%;
}
.agency_right .bg_white{
    padding: 40px;
    position: relative;
}
.agency_right .bg_white:before{
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
    pointer-events: none;
    border: 2px dashed var(--m_color);
}
.agency_txt{
    padding-left: 20px;
}
.agency_txt_large {
    font-size: clamp(24px,2vw,35px);
    text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0 4px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    transform: rotate(-5deg);
    position: relative;
    z-index: 3;
}
.agency_txt_small{
    font-size: clamp(16px,2vw,20px);
    text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 4px 6px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    transform: rotate(-5deg) translate(-40px, 15px);
    position: relative;
    z-index: 2;
}
.problem_list{
    counter-reset: number 0;
}
.problem_list li{
    position: relative;
    color: var(--m_color);
    font-weight: 600;
    font-size: 20px;
    padding-left: 40px;
}
.problem_list li:before{
    counter-increment: number 1;
    content: counter(number);
    width: 32px;
    position: absolute;
    top: 2px;
    left: 0;
    height: 32px;
    background-color: var(--m_color);
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service{
}
.service_flex{
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}
.service_container{
    background-color: var(--m_color_2);
    width: calc((100% - 40px) / 3);
    padding: 40px;
}
.service_inner{
}
.service_nam{
    color: var(--m_color);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.service_nam:before{
    content: '#';
    display: inline-block;
}
.service_txt{
    text-align: center;
    margin-top: 20px;
}
.service_txt p{
    font-weight: 600;
    font-size: 18px;
}
.find .agency_txt{
    margin-bottom: -20px;
}
.find .agency_right .bg_white:before{
    border: 2px dashed var(--a_color);
}
.find .agency_txt_large{
    transform: none;
}
.find .agency_txt_large + .agency_txt_large{
    margin-top: 10px;
}
.find .problem_list li{
    color: var(--a_color);
}
.find .problem_list li:before{
    background-color: var(--a_color);
}
.hearing{
    margin: 40px 0 60px 0;
}
.hearing_ttl{
    justify-content: center;
}
.hearing_ttl_txt{
    max-width: 636px;
    width: 70%;
}
.hearing_ttl_txt p{
    background-color: var(--m_color);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 2px 20px;
    text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
}
.hearing_ttl_txt p + p{
    margin-top: 10px;
}
.hearing_ttl_small{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.hearing_ttl_img{
    max-width: 223px;
    width: 30%;
    position: relative;
}
.hearing_ttl_img img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.memo{
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    margin: 50px auto 80px auto;
}
.memo_container{
    background-image: url(img/find_memo.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: calc((100% - 60px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 18px 20px 18px;
    position: relative;
    max-width: 200px;
}
.memo_container:nth-of-type(even){
    position: relative;
    top: 50px;
}
.memo_container:before{
    content: '\f00c';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 0;
    font-size: 24px;
    left: 50%;
    background-color: var(--m_color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
    color: #fff;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.memo_container p{
    font-size: 18px;
}
.memo_small{
    font-size: 14px;
    display: inline-block;
}
.find .result{
    border-radius: 100vw;
}
.find .result p:first-of-type{
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.find_questions .check_list{
    position: relative;
    z-index: 3;
}
.find_questions_girl{
    position: absolute;
    right: -40px;
    bottom: 0;
    max-height: calc(100% + 120px);
    z-index: 2;
}
.failure{
    margin-top: 60px;
}
.failure_img{
    width: calc(32% - 60px);
    max-width: 236px;
    margin-right: 60px;
}
.failure_txt{
    width: 68%;
}
.failure_ttl{
}
.failure_ttl span{
    font-size: clamp(24px,2vw,32px);
    font-weight: 600;
    background-color: var(--m_color);
    color: #fff;
    display: inline-block;
    text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
}
.failure_ttl br + span{
    margin-top: 10px;
}
.failure_flex{
    align-items: stretch;
    gap: 10px;
    margin: 30px 0;
}
.failure_bubble{
    background-color: var(--a_color);
    border-radius: 10px;
    padding: 20px 16px;
    width: calc((100% - 20px) / 3);
    display: flex;
    align-items: center;
}
.failure_bubble p{
    font-weight: 600;
    color: #fff;
}
.price{
}
.price_flex{
    gap: 40px;
    align-items: stretch;
}
.price_container{
    border-radius: 20px;
    width: calc((100% - 40px) / 2);
    background: url(img/price_bg.png),linear-gradient(0deg, #ffdcea, #fffafc 80%);
    background-repeat: no-repeat;
    background-position: center bottom, center;
}
.price_container dt{
    background-color: var(--m_color);
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 6px 10px;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.campaign_bubble{
    position: absolute;
    width: clamp(100px,8vw,140px);
    top: -30px;
    left: -40px;
}
.campaign_bubble:after{
    content: '';
    position: absolute;
}
.price_container dd{
    background-size: calc(100% - 20px) auto, cover;
    padding: 30px 20px;
    border-radius: 0 0 20px 20px;
}
.price_free{
    max-width: 324px;
    margin: 20px auto;
}
.price_free.campaign{
    position: relative;
}
.price_free.campaign:before{
    content: '';
    width: 150%;
    height: 190%;
    background-image: url(img/price_ribon.svg);
    position: absolute;
    z-index: 2;
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.price_free.campaign img{
    position: relative;
    z-index: 3;
}
.price_container_find{
    background: url(img/price_bg.png),linear-gradient(0deg, #a8e2ef, #e8f6f9 80%);
    background-repeat: no-repeat;
    background-position: center bottom, center;
}
.price_container_find dt{
    background-color: var(--a_color);
}
.flow{
}
.flow_flex{
    gap: 20px;
    align-items: stretch;
    padding-top: 60px;
}
.flow_container{
    width: calc((100% - 60px) / 4);
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 30px 30px 30px;
    position: relative;
}
.flow_container:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 40px;
    background-image: url(img/flow_arrow.svg);
    top: 50%;
    right: -10px;
    transform: translate(50%, -50%);
    background-repeat: no-repeat;
    z-index: 3;
}
.flow_container:last-of-type:before{
    display: none;
}
.flow_nam{
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    text-align: center;
    background-color: var(--a_color);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100%;
    margin: 0 auto;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.flow_nam span{
    color: #fff;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.flow_ttl{
    color: var(--m_color);
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0;
}
.flow_txt{
    font-weight: 600;
}
.flow_txt .btn_container{
    margin-top: 20px;
}
.flow_txt .btn_container a{
    font-size: clamp(14px,1vw,18px);
    padding: 20px 10px;
}
.flow_txt .btn_container a:after{
    display: none;
}
.flow_img{
}
.flow_img img{
}
.btn_container{
}
.btn_container a{
    position: relative;
    border: 4px solid #fff;
    font-size: clamp(18px,2vw,24px);
    background: linear-gradient(180deg, #33d154, #008a29);
    box-shadow: 0 5px 20px rgba(7, 181, 59, 0.5);
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    display: block;
    max-width: 500px;
    text-align: center;
    color: #fff;
    padding: 30px 20px;
    border-radius: 70px;
    font-weight: 600;
    margin: 0;
    transition: .3s;
}
.btn_container a:after{
    content: '\f061';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 30px;
}
.btn_container a:hover{
    box-shadow: 0 0 20px rgba(7, 181, 59, 0.5);
    transform: translateY(5px);
}
.btn_container.btn_container_mail a{
    background: linear-gradient(180deg, #f797c3, #f75996);
    box-shadow: 0 5px 20px rgba(247,89,150, 0.5);
}
.btn_container.btn_container_mail a:after{
    transform: translateY(-50%) rotate(90deg);
}
.btn_container.btn_container_mail a:hover{
    box-shadow: 0 0 20px rgba(247,89,150, 0.5);
}
.attention{
    gap: 20px;
    margin-top: 30px;
    align-items: stretch;
}
.flow_point{
    background-color: var(--m_color);
    border-radius: 20px;
    padding: 30px;
    width: calc(50% - 10px);
    text-align: center;
}
.flow_point p{
    background-color: #fff;
    color: var(--m_color);
    font-weight: 600;
    font-size: clamp(22px,2vw,28px);
    letter-spacing: 0.05em;
    padding: 0 20px;
    display: inline-block;
}
.flow_point ul{
    margin-top: 20px;
    display: inline-block;
}
.flow_point ul li{
    text-align: left;
    color: #fff;
    font-weight: 600;
}
.flow_point ul li + li{
}
.flow_conditions{
    background-color: var(--a_color);
}
.flow_conditions p{
    color: var(--a_color);
}
.faq_section{
    border: 4px solid var(--m_color);
}
.faq_section section {
    display: none;
}
.faq_section section.active {
    display: block;
}
.faq_wrap .btn_flex .btn_container a i.fa-arrow-right{
    transform: translateY(-50%) rotate(90deg);
}
.faq_list{
    max-width: 950px;
    margin: 0 auto;
}
.faq_list li + li{
    margin-top: 20px;
}
.faq_list .faq_toggle{
    font-size: 22px;
    padding: 20px 66px 20px 20px;
    margin: 0 auto;
    background: var(--m_color);
    text-align: left;
    display: flex;
    border-radius: var(--radius_10);
    position: relative;
}
.faq_list .faq_toggle:before,
.faq_list .faq_txt:before{
    content: 'Q';
    font-size: 30px;
    margin-right: 20px;
    display: inline-block;
    width: 44px;
    text-align: center;
    background: #fff;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
    font-family: var(--font_eng);
    color: var(--m_color);
    border-radius: var(--radius_10);
    font-weight: 600;
}
.faq_list .faq_toggle span.i_block{
    width: calc(100% - 76px);
    font-size: 20px;
    font-weight: 600;
    vertical-align: text-top;
    color: #fff;
    line-height: 1;
    padding-top: 12px;
}
.faq_toggle{
    cursor: pointer;
    transition: .2s;
}
.faq_toggle:hover{
    opacity: .8;
}
/*アイコン*/
.faq_list .faq_toggle .icon{
    position: absolute;
    top: 40px;
    right: 50px;
}
.faq_list .icon:before,
.faq_list .icon:after{
    content: '';
    width: 24px;
    height: 3px;
    position: absolute;
    background-color: #fff;
    opacity: 1;
    transition: .5s;
}
.faq_list .faq_toggle .icon:after{
    transform: rotate(90deg);
}
.faq_list .opened .icon:before{
    transform: rotate(-90deg);
    opacity: 0;
}
.faq_list .opened .icon:after{
    transform: rotate(0deg);
}
.faq_list .faq_txt{
    padding: 10px 20px 20px 20px;
    display: none;
}
.faq_list .faq_txt:before{
    content: 'A.';
    background: transparent;
}
.faq_list .faq_txt .faq_txt_inner{
    width: calc(100% - 78px);
    vertical-align: text-top;
    padding-top: 6px;
}
.faq_list .faq_txt .faq_txt_inner p{
    font-weight: 600;
}
.faq_btn{
    padding: 14px 20px;
    display: inline-block;
    border: 1px solid #333;
    width: 150px;
    transition: .3s;
}
.faq_btn i{
    margin-left: 20px;
    font-size: 14px;
    transition: .3s;
}
.faq_btn:hover{
    background-color: rgba(255,255,255,0.4);
}
.faq_txt_inner ul li + li{
    margin-top: 0;
}
.cta{
    background-image: url(img/cta_bg.jpg);
}
.cta_flex{
    align-items: flex-end;
}
.cta_left{
    width: 430px;
    padding-bottom: 30px;
}
.cta_left img{
    max-width: 400px;
}
.cta_left ul{
    margin-top: 30px;
}
.cta_left ul li{
}
.cta_left ul li + li{
    margin-top: 10px;
}
.cta_left ul li span{
    display: inline-block;
    background-color: var(--m_color_2);
    padding: 4px 10px;
    font-weight: 600;
    font-size: 18px;
}
.cta_left ul li span:before{
    content: '♦';
    color: var(--m_color);
}
.cta_right{
    position: relative;
    max-width: calc(100% - 430px);
    width: 53%;
}
.cta_girl{
    position: relative;
    z-index: 2;
    max-height: 400px;
    width: 60%;
    margin: 0 50px 0 auto;
}
.cta_bubble{
    position: absolute;
    max-width: 222px;
    top: 8%;
    left: 10px;
    z-index: 1;
    width: 37%;
}
.cta_button {
    gap: 20px;
    justify-content: center;
}
.cta .btn_container{
    width: calc(50% - 10px);
    max-width: 520px;
}
.cta .btn_container a{
    max-width: 520px;
}
.btn_small{
    display: block;
    font-weight: 600;
    color: #fff;
}
.btn_container a i{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: clamp(28px, 3vw, 50px);
}
/*-------------------------------------
お問い合わせ
-------------------------------------*/
.contact .btn_container a{
    margin: 0 auto;
}
.page_contact_cta{
    margin: 0 auto 100px auto;
}
.cta.page_contact_cta .top_business_btn{
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.16);
    max-width: 700px;
    border-radius: 100px;
    padding: 30px 10px;
    background: linear-gradient(135deg, #0d3c80 0%, #5779AB 100%);
    background: -webkit-linear-gradient(-45deg, #0d3c80 0%, #5779AB 100%);
    transition: .3s;
}
.cta.page_contact_cta .top_business_btn:hover{
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 15px 10px rgba(0, 0, 0, 0.16);
    transform: translateY(-10px);
    opacity: 1;
}
.other_contact{
    justify-content: space-between;

}
.cta.page_contact_cta .cta_ttl{
    letter-spacing: 0.1em;
    font-size: 40px;
}
/*お問い合わせフォーム内*/
.wpcf7  form{
    position: relative;
    z-index: 7;
}
.wpcf7-list-item-label {
	margin-left: 5px;
}
.wpcf7-form_form {
	border-top: 1px solid #ddd;
}
.wpcf7-form_form table {
	table-layout: fixed;
	width: 100%;
}
.wpcf7-form_form .flex{
    align-items: stretch;
}
.wpcf7_left {
	border-bottom: 1px solid #ddd;
	display: block;
	font-weight: normal;
	list-style: none;
	padding: 25px 15px;
	text-align: left;
	width: 28%;
}
.wpcf7_left span{
    font-weight: 600;
}
form.wpcf7-form .required:after {
	background: #e74c3c;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	padding: 5px 5px;
	vertical-align: middle;
	width: auto;
}
form.wpcf7-form .required2:after {
	background: #3f51b5;
	color: #fff;
	content: "任意";
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	padding: 5px 5px;
	vertical-align: middle;
	width: auto;
}
.wpcf7_right {
	align-items: center;
	border-bottom: 1px solid #ddd;
	border-left: none;
	padding: 25px 15px;
	width: 72%;
}
.wpcf7_checkbox_title {
	background: #f3f3f3;
	border: 1px solid #ddd;
	border-bottom: none;
	max-width: 200px;
	width: 100%;
}
span.wpcf7-list-item {
	display: block !important;
}
.wpcf7-list-item_first_input input {
	width: auto !important;
}
span.wpcf7-list-item input {
	width: auto !important;
}
.wpcf7-form_form input::placeholder,
.wpcf7-form_form textarea::placeholder{
    font-weight: 400;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
	border: 2px solid #e94e43 !important;
	color: #e94e43;
	font-size: 14px;
	margin: 30px 0;
}
@media all and (-ms-high-contrast: none) {
	span.wpcf7-list-item input {
		margin: 0 5px 0 0;
	}
}
.form_privacy span.wpcf7-list-item input {
	margin: 0 5px 4px 0;
}
.wpcf7_container #info2 {
	margin: 10px 0 0;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 100%;
	outline: none;

/* border-radius: 3px; */
	padding: 8px;
	width: 100%;
}
.wpcf7-checkbox input,
.wpcf7-checkbox label span {
	cursor: pointer;
}
.form_privacy {
	display: block;
	margin: 30px 0;
	text-align: center;
}
.wpcf7c-elm-step2 {
	text-align: center;
}
.wpcf7_container {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-x"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 .width_min {
	width: 400px;
}
.wpcf7 .width_min2 {
	max-width: 500px;
	width: 100%;
}
.wpcf7 select[name="menu-860"],
.wpcf7 select[name="menu-861"],
.wpcf7 select[name="menu-862"],
.wpcf7 select[name="menu-863"]{
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
}
.wpcf7 .m-r03,
.wpcf7 .m-r02,
.wpcf7 .m-r01 {
	align-items: center;
	display: flex;
}
.wpcf7 .m-r01 span:nth-child(1) {
	width: 105px;
}
.wpcf7 .m-r02 span:nth-child(1) {
	width: 60px;
}
.wpcf7 .m-r03 span:nth-child(1) {
	width: 80px;
}
.wpcf7-form-control-wrap input[readonly] {
	background: #f3f3f3;
	cursor: not-allowed;
}
/*submitボタンのリセットCSS*/
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
.wpcf7-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #e94e43;
    font-size: 14px;
    color: #e94e43;
    margin: 30px 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #e94e43;
}
/*submitボタンの装飾*/
.wpcf7c_submit {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    background-color: var(--m_color);
    border-radius: 100px;
}
.wpcf7c_submit:after{
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
}
.wpcf7-spinner{
    display: none !important;
}
.wpcf7c_submit input {
    outline: none;
    max-width: 250px;
    width: 100%;
    margin: 15px auto 0;
    display: block;
    color: #222;
    font-weight: 700;
    z-index: 0;
    border: none;
    padding: 24px 0;
    font-size: 14px;
    letter-spacing: 0.18em;
}
.wpcf7c_submit input[type="submit"] {
    text-align: center;
    transition: .3s;
    font-size: 20px;
    color: #fff;
    max-width: 500px;
    padding: 24px 10px;
    font-weight: 600;
    background-color: transparent;
    font-family: "NotoSansJP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.wpcf7c_submit input[type="submit"]:hover,
.wpcf7c_submit input[type="button"]:hover {
    opacity: 0.8;
}
.wpcf7c_submit input[type="button"] {
    background: none;
    border: 4px solid #ddd;
    color: #222;
    border-radius: 20px;
    border-radius: clamp(16px, 3vw, 20px);
}
/*プライバシーポリシー*/
.readme {
    width: 78%;
    height: 200px;
    margin: 40px auto 10px;
    overflow-y: scroll;
    padding: 10px 20px;
    border: 1px solid #dadada;
    font-size: 0.8125rem;
}
.readme dl {
    margin: 20px 0 0;
}
.readme dt {
    font-weight: bold;
}
.readme dd {
    margin: 0 0px 0px 15px;
}
.readme ol li {
    margin: 0 0 0 40px;
    list-style: decimal;
}
/*確認画面*/
.wpcf7_left.required:after{
    content: '必須';
    width: auto;
    display: inline-block;
    background: #e74c3c;
    padding: 0px 5px 0px 5px;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
#wpcf7cpcnf{
    position: absolute !important;
    background: rgba(255, 255, 255, 0.95) !important;
    min-height: 100vh!important;
    z-index: 999!important;
}
#wpcf7cpcnf table{
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;
}
#wpcf7cpcnf table td,
#wpcf7cpcnf table th{
    width: 250px;
    padding: 25px 15px;
    list-style: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}
#wpcf7cpcnf table td{
    width: calc(100% - 200px);
    min-height: 78px;
}
#wpcf7cpcnf table td p{
    background-color: #eee;
    padding: 3px 8px;
    min-height: 33px;
}
div.wpcf7cp-btns{
    text-align: center;
    margin-top: 4em !important;
}
button.wpcf7cp-cfm-edit-btn,
button.wpcf7cp-cfm-submit-btn{
    width: 300px;
    appearance: none;
    padding: 20px 0;
    cursor: pointer;
    transition: .2s;
    font-size: 16px;
    font-family: 'ShipporiMinchoB1-Regular','serif';
    font-weight: 500;
}
button.wpcf7cp-cfm-submit-btn{
    background-color: var(--m_color);
    color: #fff;
}
button.wpcf7cp-cfm-edit-btn:hover,
button.wpcf7cp-cfm-submit-btn:hover{
    opacity: .8;
}
/*-------------------------------------
フッター
-------------------------------------*/
footer{
    position: relative;
    padding: 80px 0 20px 0;
}
body:not(.home) footer .site_title img{
    opacity: 1;
}
.footer_logo{
}
.footer_logo p{
    font-size: 24px;
    margin: 0 0 70px 0;
}
.copyright p{
    border-top: 1px solid #969696;
    padding: 20px 0 0;
    color: #969696 !important;
    font-size: 14px;
}
/* topに戻る */
#page-top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 9999;
}
#page-top a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 12px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
}
#page-top a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 61%;
}
#page-top a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding: 0;
    }
    .pc_header_nav{
        display: none;
    }
    .sp_trigger_nav_container{
        display: inline-block;
        position: relative;
        z-index: 12;
        pointer-events: all;
    }
    .header_nav_container:before {
        content: none;
    }
    body.home .header_img_container {
        padding: 0;
        flex-flow: column;
        aspect-ratio: 1.25 / 1;
        height: auto;
    }
    .header_img_inner_img {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        background-position: 47% center;
    }
    /***** ハンバーガーメニュー *****/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 58px;
        height: 58px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        z-index: 13;
        margin-top: 4px;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 14px;
        width: 30px;
        height: 2px;
        background-color: var(--m_color);
        transition: all 0.5s;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 20px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
        background-color: #fff;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 29px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 38px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
        background-color: #fff;
    }
    .header_nav_container.shadow .menu-trigger span{
        background-color: #fff;
    }
    .sp_trigger_nav {
        width: 100%;
        height: 100%;
        padding: 100px 0;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8;
        transform: translate(100%);
        transition: all 0.5s;
        overflow-y: auto;
        display: block;
        height: 100vh !important;
        width: 100vw;
    }
    .sp_trigger_nav.open {
        transform: translateZ(0);
        border: none;
        background-color: var(--m_color);
    }
    .sp_trigger_nav ul {
        height: auto;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav .sp_trigger_nav_inner li {
        margin: 0 20px;
        border-bottom: 1px solid #fff;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a {
        text-align: left;
        position: relative;
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 10px;
        font-weight: 600;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a:after{
        content: "\f054";
        color:#fff;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .sp_trigger_nav .sp_trigger_nav_inner a span{
        color: #fff;
        font-size: 30px;
        padding-right: 20px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a i{
        margin-left: 6px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner {
        border-bottom: none;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a {
        padding: 10px 0 10px 60px;
        color: #666;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a:before {
        content: "┗";
        font-weight: normal;
        left: 40px;
        color: #000;
    }
    .sp_trigger_nav li:last-child {
        border: none;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
        border: 1px solid #b01f28;
    }
    .sp_trigger_nav_bottom a i {
        color: #b01f28;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }
    /*-------------------------------------
    トップ 1024~
    -------------------------------------*/
    .mv_txt_3_bubble{
        right: -10vw;
    }
    .header .flex_center_center{
        display: flex;
        justify-content: flex-start;
    }
    .header_nav{
        background-color: transparent;
        box-shadow: none;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        display: flex !important;
        margin: 0 0 0 auto;
        position: fixed;
        top:0;
        right:0;
        pointer-events: none;
        padding: 0;
    }
    .mv_subtxt p{
        font-size: 20px;
    }
    .mv_subtxt_large{
        font-size: 24px;
    }
    body.home .header_img_container{
        aspect-ratio: auto;
    }
    .slick{
        height: auto;
    }
    .mv_img{
        margin-top: 70px;
        align-items: flex-end;
        height: auto;
    }
    .mv_txt_1{
        margin: 10px 0 0 0;
    }
    .mv_left_img img{
        height: auto;
        width: 100%;
    }
    .mv_right_img img{
        height: auto;
        width: 127%;
        transform: translateX(-2%);
    }
    .mv_txt_3{
        margin-bottom: 30px;
    }
    .cta_left{
        width: 40%;
    }
    .cta_right{
        max-width: none;
    }
    .hearing_ttl_txt p{
        font-size: 18px;
    }
    .hearing_ttl_small{
        font-size: 16px;
    }
    .memo_container{
        padding: 36px 10px 20px 10px;
    }
    .memo_container p{
        font-size: 16px;
    }
    .check_list li{
        font-size: 18px;
        padding: 12px 20px 12px 80px;
    }
    .check_list li:before{
        height: 57px;
        width: 86px;
    }
    .price_container dt{
        font-size: 20px;
    }
    .flow_flex{
        flex-wrap: wrap;
        gap: 50px 30px;
    }
    .flow_container{
        width: calc((100% - 30px) / 2);
    }
    .flow_container:before{
        display: none;
    }
    /*.sec_ttl{
        margin-bottom: 30px;
    }
    .slick_container{
        display: block;
    }
    .mv_txt{
        left: 5%;
        bottom: 18%;
    }
    .top_about .flex{
        flex-direction: column;
    }
    .top_about_img_1,
    .top_about_img_2{
        width: 100%;
        max-width: 100%;
        aspect-ratio: auto;
    }
    .top_about_img_1:before{
        max-width: 350px;
        aspect-ratio: 1.5 / 1;
    }
    .top_about_img_1:after{
        max-width: 400px;
        aspect-ratio: 1.5 / 1;
        margin-top: -5vw;
    }
    .top_about_txt{
        max-width: calc(100% - 40px);
        width: 100%;
        margin: 80px 20px;
    }
    .top_about_img_2:before{
        aspect-ratio: 1.5 / 1;
        max-width: 500px;
    }
    .top_about_img_2:after{
        aspect-ratio: 1.5 / 1;
        margin: -5vw auto 0 20px;
        max-width: 350px;
    }
    .cta .flex{
        display: block;
    }
    .btn_container_cta + .btn_container_cta{
        margin: 40px auto 0 auto;
    }
    .cta .flex_center_center{
        display: flex;
    }*/
    /*-------------------------------------
    お問い合わせ 1024~
    -------------------------------------*/
    .page-template-contact .footer {
        padding: 150px 0 20px 0;
    }
    .cta.page_contact_cta .cta_ttl{
        margin-right: 0;
        text-align: center;
    }
    .cta.page_contact_cta .top_business_btn{
        max-width: 350px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    body.home .header {
        height: auto;
        background-position: 57% 50%;
    }
    .pc_header_nav li,
    .pc_header_nav li.join_btn.schedule_btn{
        margin: 0 20px 0 0;
    }
}
@media only screen and (min-width: 769px) {
    .pc_none {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .sp_none {
        display: none !important;
    }
    .flex,
    .flex_center_center{
        display: block;
    }
    .flex_txt,
    .flex_img,
    .flex_reverse .flex_img{
        width: 100%;
        padding: 0;
        margin:0 auto;
    }
    .flex_img img{
        margin: 0;
    }
    .flex_txt,
    .flex_reverse .flex_txt{
        margin: 0 0 40px 0;
        max-width: none;
    }
    .flex_img img{
        margin: 0 auto;
        display: block;
        max-width: 640px;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;

        opacity: 1;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
        border: 1px solid #b01f28;
    }
    .sp_trigger_nav_bottom a i {
        color: #b01f28;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }
    body:not(.home) .header_img_container > div:not(.header_img_inner_img){
        height: 350px;
    }
    .top_service_ttl_main h3 {
        font-size: 24px;
    }
    /*-------------------------------------
    トップ　768~
    -------------------------------------*/
    .mv_img{
        display: flex;
    }
    .cta_left{
        width: 100%;
        text-align: center;
    }
    .cta_left img{
        margin: 0 auto;
    }
    .cta_left ul{
        display: inline-block;
        text-align: left;
    }
    .cta .btn_container{
        width: 100%;
        margin: 0 auto;
    }
    .cta .btn_container + .btn_container{
        margin-top: 10px;
    }
    .cta_right{
        max-width: none;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
    .cta_girl{
        max-height: none;
        max-width: 260px;
        margin: 0;
    }
    .cta_bubble{
        position: static;
    }
    .agency_left{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .agency_right{
        width: 100%;
        margin: -60px auto 0 auto;
    }
    .service_flex{
        display: flex;
    }
    .service_container{
        width: calc((100% - 20px) / 2);
    }
    .memo{
        display: flex;
        flex-wrap: wrap;
        max-width: 420px;
    }
    .memo_container{
        width: calc((100% - 20px) / 2);
    }    
    .memo_container:nth-of-type(even){
        top: 0;
    }
    .hearing_ttl_img img{
        display: none;
    }
    .find_questions_girl{
        max-height: calc(100% + 60px);
    }
    .find_questions .check_list{
        margin-right: 60px;
    }
    .failure_txt{
        width: 100%;
    }
    .failure_img {
        width: calc(32% - 20px);
        margin-right: 20px;
    }
    .failure_flex{
        display: flex;
    }
    .failure_bubble{
        width: 100%;
        padding: 10px 16px;
    }
    .failure_bubble + .failure_bubble{
        margin-top: 10px;
    }
    .failure_bubble p{
        text-align: left !important;
        text-indent: -20px;
        padding-left: 20px;
    }
    .price_container{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .price_container_find{
        margin-top: 20px;
    }
    .flow_flex,
    .attention{
        display: flex;
    }
    /*.btn_container{
        margin-top: 40px;
    }
    .mv_txt_container{
        font-size: 28px;
    }
    .top_about_img_1:before{
        margin-left: 20px;
    }
    .top_about_img_1:after{
        margin-top: -23vw;
    }
    .top_about_img_2:after{
        margin: -15vw auto 0 20px;
    }
    .top_service_ttl{
        display: flex;
    }
    .top_service_nam{
        padding-left: 20px;
    }
    .top_company_bg{
        writing-mode: horizontal-tb;
        font-size: 18vw;
    }
    .top_company_txt{
        padding-top: 40px !important;
        margin: 0 auto;
    }*/
    /*-------------------------------------
    お問い合わせ　768~
    -------------------------------------*/
    .wpcf7_left{
        width: 100%;
        border-bottom: none;
        padding: 20px 0 10px 0;
    }
    .wpcf7_right{
        width: 100%;
        display: block;
        padding: 0 0 20px 0px;
    }
    .wpcf7-form-control-wrap,
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[type="tel"],
    .wpcf7 .width_min{
        width: 100%;
    }
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[name="your-x"],
    .wpcf7 input[name="your-company"],
    .wpcf7-form-control-wrap input[type="date"],
    .wpcf7 input[type="tel"]{
        width: 100%;
    }
}
@media only screen and (max-width: 550px) {
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    br.sp{
        display: block;
    }
    h2:before {
        font-size: 45px;
        top: -70px;
    }
    h3 {
        font-size: 20px;
        margin: 0 0 5vw;
    }
    h2.sec_h2::after{
        width: 26px;
        height: 26px;
    }
    #page-top{
        right: 6px;
    }
    .copy {
        padding-bottom: 60px;
    }
    body.page-template-default .main_inner {
        padding: 10vw 20px 15vw;
    }
    .header_img_inner_text > div:nth-of-type(1) {
        font-size: 23px;
        margin-bottom: 10px;
    }
    /*-------------------------------------
    レイアウト
    -------------------------------------*/
    .wrap{
        font-size: 0.875rem;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding-top: 0;
    }
    .site_title a {
        color: #fff;
    }
    /*下層ページ*/
    body:not(.home) .header_img_container > div:not(.header_img_inner_img) {
        background-size: cover;
        height: 75vw;
        background-position: 55% center;
    }
    .sec_space_1,
    .sec_space_2,
    .sec_space_3{
        padding:80px 0;
    }
    .sp_p0{
        padding:0;
    }
    body:not(.home) h1:before{
        font-size: 40px;
    }
    body:not(.home) h1{
        font-size: 18px;
    }
    /*-------------------------------------
    トップページ　550~
    -------------------------------------*/
    .mv_img{
        padding: 0 20px;
        display: block;
    }
    .mv_left_img,
    .mv_right_img{
        display: none;
    }
    .mv_txt{
        width: 100%;
        margin: 0 auto;
    }
    .mv_txt_2{
        max-width: 250px;
    }
    .mv_txt_3 {
        max-width: 280px;
        margin: -20px auto 10px auto;
    }
    .mv_txt_3_bubble{
        width: 84px;
        right: 50%;
        transform: translateX(190px);
    }
    .sp_mv_img{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        max-width: 250px;
        margin: 0 auto;
    }
    .sp_mv_img img{
        max-width: 44%;
        height: auto;
    }
    .sp_mv_img img + img{
        max-width: 56%;
    }
    .sec_ttl_1{
        font-size: 26px;
    }
    .sec_ttl_1_small {
        font-size: 20px;
    }
    .check_list li:before {
        height: 36px;
        width: 45px;
    }
    .check_list li{
        padding: 12px 20px 12px 40px;
        border-radius: 10px;
    }
    .sp_full{
        max-width: none;
        padding: 0;
    }
    .result{
        border-radius: 10px;
    }
    .result p {
        font-size: 18px;
    }
    .sec_ttl_2_main{
        padding: 0;
        font-size: 24px;
    }
    .sec_ttl_2_main:before, .sec_ttl_2_main:after{
        display: none;
    }
    .example_list{
        display: block;
    }
    .example_list li{
        width: 100%;
        border-radius: 10px;
    }
    .example_list li + li{
        margin-top: 10px;
    }
    .cta_left img{
        max-width: 250px;
    }
    .cta_left ul li span{
        text-indent: -20px;
        padding-left: 30px;
        font-size: 14px;
    }
    .btn_container a{
        padding: 20px 10px;
    }
    .btn_container a i{
        left: 20px;
    }
    .btn_container a:after{
        font-size: 24px;
        right: 20px;
    }
    .agency_txt{
        margin-bottom: -20px;
    }
    .agency_txt_large{
        transform: none;
    }
    .agency_txt_small{
        transform: none;
        margin-top: 10px;
    }
    .agency_right .bg_white{
        padding: 40px 20px;
    }
    .sec_ttl_4 span{
        font-size: 24px;
    }
    .service_container{
        width: 100%;
    }
    .hearing_ttl_txt{
        background-color: var(--m_color);
        box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
        width: 100%;
    }
    .hearing_ttl_txt p{
        box-shadow: none;
    }
    .hearing_ttl_txt p + p{
        margin-top: 0;
    }
    .find .result{
        border-radius: 10px;
    }
    .agency_txt{
        padding-left: 0;
    }
    .worries_ttl{
        padding: 0;
    }
    .find_questions_girl{
        display: none;
    }
    .find_questions .check_list{
        margin: 0 auto;
    }
    .failure_ttl {
        background-color: var(--m_color);
        box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    }
    .failure_ttl span{
        box-shadow: none;
        font-size: clamp(21px, 2vw, 32px);
    }
    .failure_ttl br + span{
        margin: 0;
    }
    .failure_flex{
        flex-direction: column-reverse;
    }
    .failure_img{
        width: 100%;
        max-width: 100px;
        margin: 0 auto;
    }
    .flow_container{
        width: 100%;        
        padding: 40px 30px 30px 30px;
    }
    .flow_nam{
        font-size: 32px;
        width: 80px;
        height: 80px;
    }
    .attention{
        flex-wrap: wrap;
    }
    .flow_point{
        width: 100%;
    }
    .faq_list .faq_toggle{
        padding: 16px 46px 16px 14px;
    }
    .faq_list .faq_toggle:before, .faq_list .faq_txt:before{
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-right: 10px;
    }
    .faq_list .faq_toggle span.i_block{
        font-size: 16px;
        line-height: 1.5;
        padding: 0;
        width: calc(100% - 40px);
    }
    .faq_list .faq_toggle .icon{
        right: 36px;
        top: 27px;
    }
    .faq_list .faq_txt .faq_txt_inner{
        width: calc(100% - 53px);
    }
    .sec_ttl_5{
        font-size: 40px;
    }
    .sec_ttl_5_small {
        font-size: 20px;
    }
    /*body.home .header_img_container{
        aspect-ratio: 1 / 1.5;
    }
    .mv_img:after{
        background-position: left;
    }
    .mv_txt {
        top: auto;
        bottom: 8%;
        transform: none;
        left: 2%;
    }
    .news {
        padding:80px 0 !important;
    }
    .sec_ttl {
        font-size: 30px;
    }
    .sec_ttl_1{
        font-size: 52px;
    }
    .sec_ttl_3{
        font-size: 28px;
    }
    .mv_txt_container {
        font-size: 25px;
    }
    .mv_txt_container:first-of-type {
        margin: 0 40px 10px 0;
    }
    .mv_txt{
        bottom: 16%;
    }
    .mv_eng{
        animation: bg_loop 15s linear infinite;
        background-size: 260vw auto;
        height: 17.4vw;
    }
    @keyframes bg_loop{
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: -260vw 0;
        }
    }
    .news .top_news_list li{
        padding: 0;
    }
    .news_meta:after{
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .top_about_img_1:after {
        margin-top: -17vw;
    }
    .top_about_img_2:after {
        margin: -8vw auto 0 20px;
    }
    .top_service_ttl{
        display: block;
        padding: 0;
    }
    .top_service_ttl_main{
        padding-left: 0;
        margin-top: 10px;
    }
    .top_service_ttl_main:before{
        display: none;
    }
    .top_service_nam{
        padding: 0;
        font-size: 40px;
    }
    .top_service_img{
        aspect-ratio: 1 / 0.5;
    }
    .btn_container{
        width: 100%;
        max-width: 400px;
        margin: 40px auto 0 auto;
    }
    .top_company_txt{
        padding-bottom: 40px;
    }
    .top_company_img{
        margin-top: 0;
        padding: 0 20px 20px 0;
    }
    .top_company_img_inner{
        box-shadow: 20px 20px 0 var(--m_color);
    }
    .btn_container_cta a{
        font-size: 24px;
        padding: 40px 20px;
    }
    .btn_container_cta a i{
        margin: 0 10px 0 0;
        font-size: 24px;
    }
    .btn_container_cta + .btn_container_cta{
        margin: 20px auto 0 auto;
    }*/
    /*-------------------------------------
    お問い合わせ 550~
    -------------------------------------*/
    .other_tel a{
        font-size: 25px;
        padding: 30px 0;
    }
    .other_tel a i{
        margin-right: 16px;
    }
    .cta.page_contact_cta .cta_ttl{
        font-size: 26px;
    }
    ul.contact_att{
        padding:10px 15px;
    }
    .contact_att li{
        text-indent: -14px;
        padding-left: 14px;
    }
    .wpcf7 {
        margin: 0 0 0;
    }
    .wpcf7_container div.flex {
        display: block;
    }
    .wpcf7_checkbox_title {
        border: none;
    }
    .readme {
        width: 100%;
        margin: 30px 0 10px;
        height: 150px;
    }
    .contact_tel {
        margin: 0;
    }
    /*確認画面 550~*/
    #wpcf7cpcnf table td,
    #wpcf7cpcnf table th{
        display: block;
        width: 100%;
        padding: 10px 0 15px 0;
    }
    #wpcf7cpcnf table th{
        display: block;
        width: 100%;
        padding: 10px 0 0 0;
    }
    #wpcf7cpcnf table td{
        min-height: auto;
    }
    button.wpcf7cp-cfm-edit-btn,
    button.wpcf7cp-cfm-submit-btn{
        margin: 0 5px !important;
        font-size: 16px;
        padding: 16px 10px;
        display: block;
        width: 100%;
    }
    button.wpcf7cp-cfm-submit-btn{
        margin-top: 10px !important;
    }
    .wpcf7c_submit input[type="submit"]{
        font-size: 16px;
    }
}
