﻿@charset "UTF-8";
/*
Theme Name: t-rakurakudenki
Author: num
Description: This is my original theme.
Version: 1.0
*/

/*-------------------------------------
定義
-------------------------------------*/
:root {
    --font_ja: "NotoSansJP", san-serif;
    --font_en: "Montserrat", san-serif;
    --h1_font: clamp(22px, 3vw, 32px);
    --h2_font: clamp(25px, 3vw, 70px);
    --h3_font: clamp(22px, 3vw, 55px);
    --m_color: #000365;
    --m_color2: #128299;
    --m_color3: #cfe7ee;
    --m_color4: #d8dae6;
    --a_color: #ffdc00;
    --f_color: #000000;
    --b_color: #ddd;
    --border_r: min(20px, 2vw);
    --tr: 0.3s ease-out;
    --main_w: min(1200px, calc(100% - (var(--m_ps8) * 2)));
    --main_w2: min(1400px, calc(100% - (var(--m_ps8) * 2)));
    --main_mp: 100px;
    --m_ps3: 30px;
    --m_ps5: 50px;
    --m_ps8: 80px;
    --gr: linear-gradient(45deg, var(--m_color) 0%, #007bd7 50%, #00beff 100%);
    --base: 0.0625rem;
}

/*-------------------------------------
JSアニメーションパーツ
-------------------------------------*/
/*ボックスアニメーション*/
.block {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.block::before {
    transform-origin: left;
    transform: translateX(var(--beforeX, 0%));
    transition: none;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.block::after {
    transform-origin: left;
    transform: scaleX(var(--afterScaleX, 0)) translateX(var(--afterX, 0%));
    transition: none;
    background-color: var(--m_color);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

/*-------------------------------------
共通パーツ
-------------------------------------*/
.pc_none2 {
    display: none;
}
.flex {
    display: -webkit-flex;
    display: flex;
}
.flex_c {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_c2 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.flex_c_c {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.main_col {
    margin-bottom: var(--main_mp);
}
.main_pa {
    padding-top: var(--main_mp);
    padding-bottom: var(--main_mp);
}
.m_a {
    max-width: var(--main_w);
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
.m_lr {
    margin-right: auto;
    margin-left: auto;
}
.m_ps3 {
    margin-bottom: var(--m_ps3);
}
.m_ps5 {
    margin-bottom: var(--m_ps5);
}
.m_ps8 {
    margin-bottom: var(--m_ps8);
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb100 {
    margin-bottom: 100px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.fc {
    text-align: center;
}
.fl {
    text-align: left;
}
.fr {
    text-align: right;
}
.fb {
    font-weight: bold;
}
.annotation {
    font-size: 0.8em;
    color: gray;
}
strong {
    background: linear-gradient(transparent 65%, #ffdc0078 50%);
    font-weight: normal;
}

@keyframes anime1 {
    from {
        transform: scale(0.9, 0.9);
    }
    to {
        transform: scale(1, 1);
    }
}

/*ボタン*/
.common_btn {
}
.common_btn a {
    text-decoration: none;
    color: var(--f_color);
    padding: 20px 20px;
    display: inline-block;
    background: linear-gradient(45deg, var(--a_color) 0%, #aefe00 100%);
    position: relative;
    font: 16px var(--font_en);
    letter-spacing: 0.15em;
    min-width: 250px;
    transition: var(--tr);
}
.common_btn a:before {
    position: absolute;
    right: 25px;
    top: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-right: 1px solid var(--f_color);
    border-top: 1px solid var(--f_color);
    transform: rotate(45deg) translateY(-50%);
}
.common_btn a:hover {
    opacity: 0.7;
}

/*-------------------------------------
CTA
-------------------------------------*/
.common_cta_wrap {
    /* padding-top: var(--main_mp); */
    /* padding-bottom: var(--main_mp); */
    /* background: var(--m_color); */
}
.common_cta_inner {
    text-align: center;
}
.common_cta_phone {
    width: min(100%, 50%);
    background: var(--m_color);
}
.common_cta_mail {
    /* width: min(100%, 50%); */
    /* background: var(--a_color); */
}
.common_cta_inner a {
    min-width: 50%;
    font: 900 clamp(18px, 4vw, 45px) var(--font_ja);
    text-decoration: none;
    position: relative;
    display: block;
    background: var(--a_color);
    border-radius: 20px;
    width: fit-content;
    padding: min(35px, 3vw) min(var(--m_ps8), 6vw) min(35px, 3vw) var(--m_ps5);
    color: var(--m_color);
    font-weight: 700;
    z-index: 5;
    box-shadow: 0px 20px 0px 0px rgba(251, 190, 0, 1);
    transition: var(--tr);
    margin-left: auto;
    font-weight: 900;
    margin-right: auto;
}
.common_cta_inner a:before {
    content: "";
    background: url(img/cta_pointer.png) no-repeat left top / contain;
    width: 9%;
    height: auto;
    line-height: 1;
    position: absolute;
    top: 104px;
    right: 20px;
    z-index: 10;
    aspect-ratio: 164/204;
}
.common_cta_inner a:after {
    position: absolute;
    right: min(40px, 3vw);
    top: 37%;
    display: block;
    content: "";
    width: min(20px, 2vw);
    height: min(20px, 2vw);
    border-right: 4px solid var(--m_color);
    border-top: 4px solid var(--m_color);
    transform: rotate(135deg) translateY(-50%);
}
.common_cta_inner a:hover {
    box-shadow: 0px 1px 0px 0px rgba(251, 190, 0, 1);
    transform: translateY(20px);
}

/*-------------------------------------
見出し
-------------------------------------*/
h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px;
}
body:not(.home):not(.single) h1,
body.single .h1 {
    letter-spacing: 0.25em;
    margin: 0;
    font-weight: bold;
    color: var(--m_color);
    font-size: clamp(20px, 5vw, 40px);
    font-family: var(--font_en);
}
body:not(.home):not(.single) h1:before,
body.single .h1:before {
    content: attr(data-text);
    display: block;
    font-family: var(--font_en);
    text-transform: uppercase;
    font-weight: bold;
    font-size: clamp(25px, 4vw, 50px);
}
body:not(.home):not(.single) h1:after,
body.single .h1:after {
    /* content: ""; */
    display: block;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #fff;
    width: 100px;
    height: 2px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.singleh1 {
    color: var(--f_color);
    padding: 0;
    font-size: clamp(22px, 3vw, 32px);
    margin-bottom: 20px;
}
h2 {
    margin-bottom: 50px;
    position: relative;
    font-size: clamp(25px, 4vw, 45px);
    letter-spacing: 0.05em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
h2 * {
    color: var(--m_color);
    font-weight: 900;
}
h2 .kakko {
    position: relative;
    padding-left: var(--m_ps5);
    padding-right: var(--m_ps5);
}
h2 .kakko:before,
h2 .kakko:after {
    content: "";
    position: absolute;
    top: 7px;
    border-top: 4px solid var(--m_color);
    border-bottom: 4px solid var(--m_color);
    width: 10px;
    height: 100%;
}
h2 .kakko:before {
    left: 0;
    border-left: 4px solid var(--m_color);
}
h2 .kakko:after {
    right: 0;
    border-right: 4px solid var(--m_color);
}

h2 .small {
    font-size: clamp(22px, 3vw, 30px);
}
.tc *,
.tc {
    color: #fff;
}
.top_h2 {
}
.top_h2 h2 {
    z-index: 0;
    letter-spacing: 0.15em;
    font: bold 16px var(--font_ja);
}
.top_h2 .data_text {
    font: 900 var(--h2_font) var(--font_en);
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    margin-bottom: 10px;
}
.top_h2 h2:after {
    content: "";
    background: var(--f_color);
    width: 100px;
    height: 2px;
    display: block;
    border-radius: 10px;
    margin-top: 30px;
}
.other_h2 {
}
.other_h2 h2 {
}
.other_h2 h2:before {
}
h3 {
    font-weight: bold;
    margin: 0 0 50px;
    font-size: 25px;
    position: relative;
}
h3:after {
}

.under {
    background: linear-gradient(transparent 70%, var(--a_color) 50%);
    color: var(--m_color);
}
.under span {
    font-size: clamp(30px, 5vw, 65px); /* color: var(--a_color); */
}

/*-------------------------------------
レイアウト
-------------------------------------*/
@media only screen and (min-width: 551px) {
    body {
        min-width: 1000px;
    }
}
.wrap {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
}
.main_wrap {
    padding-top: calc(var(--main_mp) / 2);
    /* padding-bottom: var(--main_mp); */
    position: relative;
}

/*-------------------------------------
header
-------------------------------------*/
.header {
}

/* サイトタイトル */
.site_ttl {
    line-height: 0;
    width: min(200px, 14vw);
    margin: 0;
    transition: var(--tr);
}
@media only screen and (max-width: 1024px) {
    .site_ttl {
        width: 200px;
    }
}
.h_nav_wrap.is-fixed .site_ttl {
    width: 120px;
}
.site_ttl a {
    display: block;
    color: var(--f_color);
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
    transition: var(--tr);
}
.site_ttl a:hover {
    opacity: 0.7;
}
/*ナビ*/
.h_nav_wrap {
    position: fixed;
    margin-left: auto;
    padding: 20px 50px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: var(--tr);
}
.h_nav_wrap.is-fixed {
    padding: 10px 50px;
    background: #fff;
}
.h_nav_inner {
    justify-content: space-between;
    align-items: center;
}
.h_nav_wrap nav {
    height: 100%;
}
.pc_h_nav {
    height: 100%;
}
.pc_h_nav_top {
    justify-content: flex-end;
    margin-bottom: 10px;
    transition: var(--tr);
}
.h_nav_wrap.is-fixed .pc_h_nav_top {
    margin-bottom: 0;
}
.pc_h_nav li {
    margin-left: min(25px, 3vw);
}
.pc_h_nav a {
    font: normal 16px var(--font_en);
    text-decoration: none;
    color: var(--m_color);
    font-weight: bold;
    font-size: clamp(13px, 1.5vw, 15px);
}
.pc_h_nav a:hover {
    opacity: 0.8;
}
.pc_h_nav li:last-child {
}
.pc_h_nav li:last-child a {
    color: #fff;
    background: var(--m_color);
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.1vw;
}

/*************************************/
.h_img_wrap {
    position: relative;
    background: #ffffff;
    padding: var(--main_mp) 0;
    height: auto;
    /* width: min(1800px, 100%); */
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 16/9;
    max-height: 100svh;
    width: auto;
    width: min(1600px, calc(100% - (var(--m_ps5) * 2)));
}
body:not(.home) .h_img_wrap {
    background: var(--m_color3);
    padding-top: calc(var(--main_mp) * 2);
    padding-bottom: calc(var(--main_mp) * 2);
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    max-height: 0;
    aspect-ratio: auto;
    margin-top: calc(var(--m_ps8) + 10px);
}
.h_img_inner {
    gap: 10vw;
    align-items: center;
    height: 100%;
    /* background: var(--m_color3); */
    border-radius: min(20px, 2vw);
    background: var(--m_color4);
    border: 5px solid var(--m_color);
}
.h_img_inner:before {
    content: "";
    position: absolute;
    right: -7%;
    bottom: calc(var(--main_mp) / 112);
    width: auto;
    height: 85%;
    background: url(img/header.svg) no-repeat 50% / contain;
    aspect-ratio: 190/150;
}
.h_img_wrap .img {
    width: 40%;
}
.h_img_wrap .txt {
    width: min(600px, 40%);
    position: relative;
    margin-left: var(--m_ps5);
}

/*-------------------------------------
TOP 1コンテンツ目
-------------------------------------*/
.top_con01_wrap {
    background: var(--m_color);
    padding-bottom: var(--main_mp);
    /* background: linear-gradient(180deg, transparent 0%, transparent 0%, var(--m_color) 50%, var(--m_color) 100%); */
    width: min(1600px, calc(100% - (var(--m_ps5) * 2)));
    margin-left: auto;
    margin-right: auto;
    border-radius: min(20px, 2vw);
    padding-top: var(--main_mp);
}
.top_con01_inner {
    justify-content: space-between;
    position: relative;
}
.top_con01_img {
    min-height: 300px;
}
.top_con01_img02 {
    width: min(550px, 80%);
    margin-left: auto;
    margin-right: auto;
    /* position: relative; */
    margin-bottom: calc(var(--m_ps3) + 10px);
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
}
.top_con01_img02:before {
    content: "";
    /* background: url(img/bg01.jpg) no-repeat 50% / contain; */
    aspect-ratio: 1041 / 737;
    height: auto;
    width: 90vw;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    /* transform: translate(-50%,-50%); */
    transform: translateX(-50%);
}
.top_con01_inner .annotation {
    color: #ffffffa3;
    text-align: center;
    margin-bottom: var(--m_ps5);
}

/*-------------------------------------
TOP 2コンテンツ目
-------------------------------------*/
.top_con02_wrap {
    /* background-size: auto; */
    /* background-color: var(--m_color3); */
    background-color: var(--m_color4);
    /* background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(18, 130, 153, 0.04) 10px,
        rgba(18, 130, 153, 0.04) 20px
    ); */
    /* background: var(--m_color); */
}
.top_con02_inner h2 {
    margin-bottom: var(--main_mp);
}
.top_con02_list {
    background: #fff;
    border-radius: min(20px, 2vw);
    padding: 0 var(--m_ps8) var(--m_ps8) var(--m_ps8);
    position: relative;
    border: 5px solid var(--m_color);
}
.top_con02_list:before {
    content: "";
    background: url(img/icon02.svg) no-repeat 50% / contain;
    aspect-ratio: 185/150;
    height: auto;
    width: 25%;
    position: absolute;
    left: 0;
    top: -95px;
}
.top_con02_list:after {
    content: "";
    background: url(img/icon03.svg) no-repeat 50% / contain;
    aspect-ratio: 159 / 150;
    height: auto;
    width: 23%;
    position: absolute;
    right: 0;
    top: -95px;
}
.top_con02_list h3 {
    width: min(400px, 80%);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: calc(var(--m_ps5) + 0px);
    transform: translateY(-15%);
    margin-bottom: min(30px, 2vw);
}
.top_con02_list01 h3:before {
    content: "";
    background: url(img/icon01.svg) no-repeat 50% / contain;
    aspect-ratio: 138/150;
    height: auto;
    width: min(100px, 50%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
}
.top_con02_list02 h3:before {
    content: "";
    background: url(img/icon06.svg) no-repeat 50% / contain;
    aspect-ratio: 138/150;
    height: auto;
    width: min(100px, 50%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
}
.top_con02_item {
    background: var(--m_color4);
    border-radius: 10px;
    padding: var(--m_ps5);
    /* border: 5px solid var(--m_color); */
}
.top_con02_item h4 {
    /* background: var(--m_color3); */
    color: var(--m_color2);
    color: var(--m_color);
    border-radius: 100px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--m_ps5);
    letter-spacing: 0.15vw;
    /* transform: translateY(-50%); */
    font-size: clamp(23px, 3vw, 34px);
    /* text-align: center; */
    display: flex;
    align-items: center;
    /* white-space: nowrap; */
    font-weight: 900;
    position: relative;
    z-index: 0;
}
.top_con02_item h4:before {
    content: "";
    background: url(img/icon04.png) no-repeat 50% / contain;
    aspect-ratio: 209/208;
    height: auto;
    width: min(100px, 15vw);
    display: block;
    margin-right: -16px;
    position: absolute;
    left: -86px;
    z-index: -1;
    top: -20px;
}
.top_con02_list01_list {
    gap: var(--m_ps5);
}
.top_con02_list01_list .item {
    flex: 1;
    background: #fff;
    padding: var(--m_ps5);
    border-radius: 10px;
    border: 5px solid var(--m_color);
}
.top_con02_list01_list .img {
    margin-bottom: 10px;
    width: min(130px, 80%);
    margin-left: auto;
    margin-right: auto;
    background: #d8dae6;
    border-radius: 8px;
}
.top_con02_list01_list .ttl {
    color: var(--m_color);
    font-weight: bold;
    text-align: center;
    font-size: clamp(20px, 3vw, 26px);
    margin-bottom: 10px;
    font-weight: 900;
}
.top_con02_list01_list p {
}

.top_con02_item dl {
    flex-wrap: wrap;
    gap: 20px;
    align-items: baseline;
}
.top_con02_item dt {
    background: #ffffff;
    border-radius: 100px;
    padding: 5px 20px;
    width: 33%;
    font-weight: bold;
    color: var(--m_color);
}
.top_con02_item dd {
    width: calc(67% - 20px);
}
.top_con02_item .plan_wrap {
    /* margin-bottom: 50px; */
    gap: var(--m_ps5);
}
.plan_item {
    flex: 1;
    background: #fff;
    padding: var(--m_ps5);
    border-radius: 10px;
    border: 5px solid var(--m_color);
}
.plan_item .sub_ttl {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(13px, 3vw, 16px);
    color: var(--m_color);
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.plan_item .sub_ttl:before {
    content: "";
    background: url(img/icon05.svg) no-repeat 50% / contain;
    aspect-ratio: 37/33;
    height: 23px;
    width: auto;
    display: block;
}
.plan_item .sub_ttl:after {
    content: "";
    background: url(img/icon05.svg) no-repeat 50% / contain;
    aspect-ratio: 37 / 33;
    height: 23px;
    width: auto;
    display: block;
    transform: scale(-1, 1);
}
.plan_item .ttl {
    background: var(--a_color);
    color: var(--m_color);
    font-size: clamp(19px, 3vw, 26px);
    font-weight: bold;
    text-align: center;
    padding: 12px 20px;
    text-box: trim-both cap alphabetic;
    margin-bottom: 10px;
    border-radius: 3px;
    font-weight: 900;
}
.plan_item .txt {
}

.top_con02_cld03 {
    padding: var(--m_ps5);
    /* background: var(--m_color); */
    border-radius: min(20px, 2vw);
    /* background: var(--f_color); */
    border: 5px solid var(--m_color);
}
.top_con02_cld03 .ttl {
    display: flex;
    margin-bottom: 35px;
    /* align-items: center; */
    gap: 13px;
}
.top_con02_cld03 .img {
    width: min(70px, 25vw);
    height: min(70px, 25vw);
    aspect-ratio: 1/1;
    background: var(--a_color);
    border-radius: 50%;
    padding: 10px 0px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-bottom: 20px; */
    transform: translateY(8px);
}
.top_con02_cld03 .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* aspect-ratio: 1/1; */
}
.top_con02_cld03 h3 {
    color: var(--m_color);
    text-align: center;
    letter-spacing: 0.05vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-decoration: underline wavy var(--m_color);
    text-underline-offset: 15px;
    font-size: clamp(22px, 3vw, 32px);
    margin-bottom: 0;
    font-weight: 900;
}
.top_con02_cld03 ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.top_con02_cld03 li {
    position: relative;
    padding-left: 25px;
    color: var(--m_color);
}
.top_con02_cld03 li:before {
    content: "";
    background: #d8dae6;
    border-radius: 50%;
    height: auto;
    width: 10px;
    position: absolute;
    left: 0;
    top: 14px;
    aspect-ratio: 1/1;
}

/*-------------------------------------
TOP3コンテンツ目
-------------------------------------*/
.top_con03_wrap {
}

/*-------------------------------------
TOP4コンテンツ目
-------------------------------------*/
.top_con04_wrap {
    background: var(--m_color4);
}
.top_con04_inner h2 * {
    /* color: #fff; */
}
.top_con04_inner h2 .kakko:before,
.top_con04_inner h2 .kakko:after {
    /* border-color: #fff; */
}
.top_con04_inner .under {
    /* background: linear-gradient(transparent 70%, #e51578 50%); */
}

.top_con04_inner ul {
    display: flex;
    flex-flow: column;
    gap: 30px;
}
.top_con04_inner li {
    background: #fff;
    border-radius: var(--border_r);
    padding: var(--m_ps5);
    /* border: 5px solid var(--m_color); */
    box-shadow: 0 0 0 5px var(--m_color) inset;
}
.top_con04_inner li:first-child {
    position: relative;
    z-index: 1;
}
.top_con04_inner li:first-child:before {
    content: "";
    position: absolute;
    background: url(img/icon10.svg) no-repeat 50% / contain;
    aspect-ratio: 95/150;
    height: auto;
    width: 18%;
    bottom: calc(100% - 0px);
    z-index: -1;
}
.top_con04_inner li:first-child:after {
    content: "";
    position: absolute;
    background: url(img/icon09.svg) no-repeat 50% / contain;
    aspect-ratio: 99 / 150;
    height: auto;
    width: 19%;
    bottom: calc(100% - 0px);
    z-index: -1;
    right: 0;
}
.top_con04_inner li .q {
    font-weight: bold;
    font-size: clamp(20px, 3vw, 26px);
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: var(--m_color);
    line-height: 1.6;
}
.top_con04_inner li .q span {
    font-family: var(--font_en);
    font-size: clamp(17px, 2vw, 25px);
    color: var(--m_color);
    background: var(--m_color4);
    border-radius: 50%;
    aspect-ratio: 1/1;
    padding: 0px 10px;
    width: min(60px, 5vw);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: block; */
    /* text-box: trim-both cap alphabetic; */
    /* display: block; */
}
.top_con04_inner li .a {
}
.top_con04_inner li .a:before {
    content: "";
}

/*-------------------------------------
TOP5コンテンツ目
-------------------------------------*/
.top_con05_desc {
    background: var(--m_color);
    position: relative;
    padding-top: var(--m_ps5);
    padding-bottom: var(--m_ps5);
}
.top_con05_desc:before {
    content: "";
    display: block;
    content: "";
    width: 200px;
    height: 48px;
    background-color: var(--m_color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.top_con05_desc_inner {
}
.top_con05_desc_inner * {
    color: #fff;
}
.top_con05_desc_inner_inner {
    gap: var(--m_ps8);
    justify-content: center;
    position: relative;
}
.top_con05_desc .sub_ttl {
    font-size: clamp(35px, 5vw, 50px);
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    /* animation: anime1 0.5s ease 0s infinite alternate; */
    /* transform-origin:center; */
}
.top_con05_desc .sub_ttl:before {
    content: "";
    background: url(img/icon08.svg) no-repeat 50% / contain;
    aspect-ratio: 91/150;
    height: auto;
    width: 25%;
    position: absolute;
    right: 100%;
}
.top_con05_desc .sub_ttl span {
    display: block;
    position: relative;
    color: var(--a_color);
}
.top_con05_desc .sub_ttl span:before {
    content: "";
    height: auto;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--a_color);
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 6px;
}
.top_con05_desc .item {
    width: min(450px, 90%);
}
.top_con05_desc .ttl {
    background: #fff;
    color: var(--m_color);
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    font-size: clamp(20px, 3vw, 32px);
    margin-bottom: 15px;
    font-weight: 900;
}

.top_con05_wrap {
    background: var(--m_color3);
}
.top_con05_inner_inner {
    width: min(1000px, calc(100% - (var(--m_ps8) * 2)));
    margin-left: auto;
    margin-right: auto;
}
.top_con05_inner_inner > .txt * {
    /* color: #fff; */
}
form.wpcf7-form {
    background: #fff;
    border-radius: var(--border_r);
    padding: var(--m_ps5);
    border: 5px solid var(--m_color);
}

/*-------------------------------------
お知らせ
-------------------------------------*/
.new_wrap {
    border-top: none;
    background: #fff;
    position: relative;
    /* max-width: 1340px; */
}
.new_inner {
    position: relative;
}
time {
    display: block;
    letter-spacing: 0.1em;
    font-family: var(--font_en);
    font-size: 14px;
    font-weight: bold;
}
.new_list {
    border-top: 1px solid #edecec;
    padding-top: 30px;
}
.new_list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #edecec;
}
.new_list li:last-child {
    margin-bottom: 0;
}
.new_item_date {
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.new_item_date > div.flex {
    align-items: center;
    gap: 10px;
}
.new_item_cat {
    color: var(--f_color);
    border: 1px solid var(--f_color);
    line-height: 1;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.new_item_ttl {
    color: var(--h_color);
    font-weight: bold;
    padding-right: 55px;
}
.news_txt {
    margin-top: 20px;
    display: none;
}
.news_txt p {
    margin-bottom: 30px;
}
.news_thumbnail {
    max-width: 146.67px;
    width: 100%;
    margin-right: 15px;
}
/*アイコン*/
.new_item_date::before,
.new_item_date::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background-color: var(--f_color);
    transition: var(--tr);
}
.new_item_date::before {
    top: 18px;
    right: 15px;
    transform: rotate(0deg);
}
.new_item_date::after {
    top: 18px;
    right: 15px;
    transform: rotate(90deg);
}
.new_item_date.is-close::before {
    transform: rotate(45deg);
}
.new_item_date.is-close::after {
    transform: rotate(-45deg);
}

/*-------------------------------------
TOPページインスタ
-------------------------------------*/
.top_sns_wrap {
}
.top_sns_ig .top_h2 h2:after {
    margin-left: auto;
    margin-right: auto;
}
.top_sns_wrap > div {
    width: 100%;
}
.top_sns_ig {
}
.insta_img_list {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.insta_img_list:before {
    content: "";
    order: 2;
    width: calc(100% / 5 - 5px);
}
.insta_img_list:after {
    content: "";
    width: calc(100% / 5 - 5px);
}
.insta_img_list .item {
    position: relative;
    z-index: 0;
    width: calc(100% / 5 - 5px);
    overflow: hidden;
    margin-bottom: 10px;
}
.insta_img_list .item a {
    display: block;
    position: relative;
    /* height: 100%; */
    aspect-ratio: 1/1;
}
.insta_img_list .item img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*-------------------------------------
パンくず
-------------------------------------*/
.breadcrumbsinner {
    width: 100%;
    padding: 30px 50px;
    background: var(--m_color3);
}
.breadcrumbs {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    background: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    color: var(--f_color);
    font-family: var(--font_ja);
    letter-spacing: 0.15em;
}
.breadcrumbs:before {
    /* content: "\f015"; */
    font: 100% "Font Awesome 6 free";
    font-weight: bold;
}
.breadcrumbs span:last-child a {
    pointer-events: none;
    text-decoration: none;
}

/*-------------------------------------
会社概要ページ
-------------------------------------*/
.company_wrap {
}
.company_inner dl {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
}
.company_inner dt {
    float: left;
    width: 27.27%;
    padding: 23px 0;
    border-bottom: 1px solid #ddd;
}
.company_inner dd {
    float: left;
    padding: 23px 0;
    width: 72.73%;
    border-bottom: 1px solid #ddd;
}
.company_googlemap iframe {
    width: 100%;
    border: none;
    height: 450px;
}

/*-------------------------------------
ブログ
-------------------------------------*/
.blog_wrap,
.single_wrap {
    gap: var(--m_ps8);
}
.blog_inner,
.single_inner,
.search_inner {
    flex: 1;
}
.my_result_count {
    margin: 0 0 20px;
}
.blog_inner ul:not(.post-categories) {
    display: flex;
    gap: var(--m_ps5);
    flex-flow: column;
}
.blog_inner li {
}
.blog_con {
    display: flex;
    gap: min(var(--m_ps3), 5vw);
    align-items: flex-start;
}
.blog_photo {
    width: 40%;
    aspect-ratio: 3/2;
    height: auto;
}
.blog_photo a {
    width: 100%;
    height: 100%;
    display: block;
}
.blog_photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog_text {
    flex: 1;
}
.blog_title {
    margin: 0 0 10px;
    text-align: left;
    font-size: 16px;
}
.blog_title a {
    color: var(--f_color);
    text-decoration: none;
}
.blog_text .tags {
    margin-bottom: 10px;
}
.post-categories li {
    line-height: 1;
}
.blog_clock time {
}
.post-categories {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.post-categories li a {
    background: var(--m_color);
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.8125rem;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}
.post-categories li a:hover {
    background: #f9f9f4;
    color: var(--m_color);
}
.post-categories li a:hover:before {
    color: var(--m_color);
}
.post-categories li a:before {
    content: "#";
    /* font: 100%/1 "font awesome 6 free"; */
    color: #fff;
    display: inline-block;
    margin: 0 2px 0 0;
}
.share_sns_container {
    margin: 0 0 0 auto;
}
.share_sns_container li :before {
    font-size: 1.875rem;

    display: block;
    margin: 0 10px 0 0;
}
.share_sns_container li:nth-of-type(1) :before {
    color: #3f51b5;
}
.share_sns_container li:nth-of-type(2) :before {
    color: #222;
}
.share_sns_container li:nth-of-type(3) :before {
    color: #4caf50;
}
.article_top {
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

/*記事内装飾*/
.article_main h2 {
    margin: 30px 0 20px 0;
    background: #000000;
    padding: 10px 20px;
    font-size: 25px;
    color: #ffffff;
    text-align: left;
}
.article_main h3 {
    margin: 30px 0 20px 0;
    font-weight: bold;
    font-size: 1.4375rem;
    border-bottom: 1px solid #333;
    padding: 0 0 5px;
}
.article_main h3:after {
    content: none;
}
.article_main h3:before {
    content: none;
}
.article_main h4 {
    margin: 30px 0 20px 0;

    font-weight: bold;
    font-size: 1.25rem;
}
.article_main h5 {
    margin: 30px 0 20px 0;
    font-weight: bold;
}
.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 0.5s ease-in-out infinite alternate;
    -moz-animation: blink 0.5s ease-in-out infinite alternate;
    animation: blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.article_main .post_thumbnail_container img {
    display: block;
    margin: 0 auto 30px;
    height: auto;
}
.article_main img {
    display: block;
    margin: 0 auto 30px;
    height: auto;
    max-width: 100%;
    height: auto;
    display: block;
    width: revert-layer;
}
.article_main .wp-caption {
    width: min(310px, 100%) !important;
}
.article_main .wp-caption img {
    margin-bottom: 15px;
}
.article_main a {
}
.article_main p {
    margin: 0 0 25px;
    line-height: 1.8;
}
.article_main strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}
.article_main table {
    margin: 0 0 25px;
    border-top: 1px solid var(--b_color);
    border-right: 1px solid var(--b_color);
}
.article_main table th {
    background: #e6f7f5;
    font-weight: bold;
    border-left: 1px solid var(--b_color);
    border-bottom: 1px solid var(--b_color);
    padding: 10px 20px;
}
.article_main table td {
    border-left: 1px solid var(--b_color);
    padding: 10px 20px;
    border-bottom: 1px solid var(--b_color);
    font-size: 15px;
}
.article_main ul {
    padding: 20px 20px 20px 30px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 0 0 30px;
}
.article_main ul li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
.article_main ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    background: #333;
    border-radius: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article_main ol {
    border: solid 1px #f9f9f4;
    padding: 20px 20px 20px 50px;
    position: relative;
    background: #fafafa;
    margin: 0 0 30px;
}
.article_main ol li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
    position: relative;
}
.article_main ol li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    position: absolute;
    font-weight: bold;
    left: -18px;
    color: gray;
}
.article_main dl {
}
.article_main dt {
    background: #f9f9f4;
    padding: 10px;
    margin: 0 0 10px;
}
.article_main dd {
    border-left: 1px solid #333;
    padding: 0 0 0 10px;
    margin: 0 0 25px;
    line-height: 1.8;
}
/*シングル　ページネーション*/
.single_pagenavi {
    justify-content: space-between;
}
.single_pagenavi.has-pagination {
    margin-top: var(--main_mp);
}
.single_pagenavi .next {
}
.single_pagenavi .prev a,
.single_pagenavi .next a {
    background: var(--m_color);
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
}
.single_pagenavi :before {
    color: #fff;
}
.single_pagenavi .prev a:hover,
.single_pagenavi .next a:hover {
    background: #999;
}
/*目次*/
.outline {
    border: 1px solid #ddd;
    padding: 30px;
    margin: 10px 0 30px;
    display: inline-block;
    font-size: 0.875rem;
    max-width: 800px;
    width: 100%;
    line-height: 1.5em;
}
.outline__title {
    font-size: 1rem;
    font-weight: bold;
}
.outline__toggle {
    display: none;
}
.outline__switch::before {
    content: "開く";
    cursor: pointer;
    background: #fff;
    border: solid 1px #eee;
    padding: 5px 10px;
    font-size: 0.8rem;
    margin-left: 5px;
    border-radius: 5px;
}
.outline__toggle:checked + .outline__switch::before {
    content: "閉じる";
}
.outline__switch + .outline__list {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -20px 0;
    transition: var(--tr);
    border: none;
    padding: 0;
}
.outline__toggle:checked + .outline__switch + .outline__list {
    width: auto;
    height: auto;
    margin: 20px 0 0;
    transition: var(--tr);
    border-top: solid 1px #ddd;
    padding: 17px 20px 0;
    border-bottom: none;
    background: none;
}
ul.outline__list li {
    border: none;
    margin: 0 0 0;
    padding: 0.5em 0.5em 0.5em 15px;
}
ul.outline__list li:before {
    content: "-";
    width: 0;
    height: 0;
    line-height: 1.6;
    top: 6px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
ul.outline__list ul {
    border: none !important;
    margin: 0 !important;
    padding: 0 0 0 1em !important;
    background: none !important;
}
.outline__link {
    position: relative;
    color: #191919 !important;
}
span.outline__number {
    display: none;
}
label.outline__switch {
    position: relative;
    float: right;
}
.outline ul {
    -webkit-padding-start: 1.2em;
}
/*-------------------------------------
サイドバー
-------------------------------------*/
.side_wrap {
    width: 250px;
    display: flex;
    flex-flow: column;
    gap: var(--m_ps5);
}
.side_wrap .widget {
}
.widget_title {
    margin-bottom: var(--m_ps3);
}
.widget_title div {
    color: var(--m_color);
    letter-spacing: 0.2em;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-family: var(--font_en);
    font-weight: bold;
    font-size: clamp(20px, 3vw, 25px);
}
.side_wrap li {
    position: relative;
    transition: var(--tr);
}
.side_wrap li:hover {
    opacity: 0.7;
}
.side_wrap li a {
    font-size: 0.8125rem;
    text-decoration: none;
    color: var(--f_color);
}
.side_wrap li a > div:nth-child(1) {
    width: 70px;
    height: auto;
    aspect-ratio: 3/2;
}
.side_wrap li a > div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.side_wrap li a > div:nth-child(2) {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 5px;
}

.side_wrap .widget ul {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.widget_my_widget_recent_posts li a {
    gap: 10px;
    align-items: flex-start;
}
.widget_my_widget_recent_posts .news_clock {
    gap: 3px;
}
.widget_my_widget_recent_posts .news_clock * {
    line-height: 1;
}

/*検索窓*/
.widget_search {
    position: relative;
}
.widget_search input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    outline: 0;
}
.widget_search input[type="text"] {
    width: 100%;
}
.widget_search input[type="submit"] {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
    font-weight: bold;
    font-family: "font awesome 6 free";
}
/*最近の投稿*/
.widget_my_recent_posts img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: auto;
}
.widget_my_recent_posts time {
    font-size: 0.6875rem;
    margin-bottom: 5px;
}
/*カテゴリーとアーカイブ*/
.widget_archive li a,
.widget_categories li a {
    display: block;
    padding: 0 0 0 15px;
}
.widget_archive li:before,
.widget_categories li:before {
    content: "-";
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: -4px;
}
/*アーカイブ　ページネーション*/
.wp-pagenavi {
    margin-top: var(--main_mp);
    gap: 10px;
}
.wp-pagenavi .page-numbers {
    padding: 10px 20px;
    background: #e5e5e5;
    color: var(--f_color);
    text-decoration: none;
    display: block;
    font-family: var(--font_en);
    font-weight: bold;
}
.wp-pagenavi .current {
    background: var(--m_color);
    color: #fff;
}
.wp-pagenavi .page-numbers:hover {
    opacity: 0.8;
}

/*-------------------------------------
お問い合わせ
-------------------------------------*/
.contact_wrap {
    max-width: min(1000px, calc(100% - (var(--m_ps8) * 2)));
}
.contact_inner {
}
.contact_info {
    text-align: center;
    background: #f9f9f4;
    padding: 40px 20px;
    margin: 0 auto 5vw;
}
.contact_info a {
    text-decoration: none;
    color: var(--m_color);
    margin: 0 0 5px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 0.05em;
    font: 900 clamp(27px, 5vw, 45px) / 1 var(--font_en);
}
.contact_info a i {
    color: var(--m_color);

    font-size: 0.8em;

    padding-right: min(10px, 2vw);
}
.contact_info a:hover {
    opacity: 0.7;
}

/*お問い合わせフォーム内*/
.wpcf7 {
}
.wpcf7-list-item-label {
    /* margin-left: 5px; */
}
.wpcf7-form_form {
    /* background: #fff; */
    /* border-radius: var(--border_r); */
    /* padding: var(--m_ps5); */
    display: flex;
    flex-flow: column;
    gap: min(var(--m_ps5), 4vw);
}
.wpcf7_left {
    max-width: 230px;
    width: 100%;
    /* padding: 25px 15px; */
}
.wpcf7_left legend {
    display: inline-block;
    width: fit-content;
}
form.wpcf7-form .required:before {
    content: "必須";
    width: auto;
    display: inline-block;
    background: #e74c3c;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}
form.wpcf7-form .required2:before {
    content: "任意";
    width: auto;
    display: inline-block;
    background: #999;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}
.wpcf7_right {
    /* width: 100%; */
    /* padding: 25px 15px; */
    border-left: none;
    /* border-bottom: none; */
    flex: 1;
}
.wpcf7_checkbox_title {
    max-width: 200px;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #f3f3f3;
}
span.wpcf7-list-item {
    display: block !important;
}
.wpcf7-list-item_first_input input {
    width: auto !important;
}
span.wpcf7-list-item input {
    /* width: auto !important; */
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 1.43rem !important;
    height: 1.43rem;
    margin-right: 0.72rem;
    padding: 0;
    border: 2px solid #e7e7e7;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="checkbox"]::after,
input[type="radio"]::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--m_color);
    transition: var(--tr);
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
}
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
    opacity: 1;
}
span.wpcf7-list-item input[type="checkbox"]::after {
    top: 6px;
    left: 6px;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    border: 2px solid #e94e43 !important;
    font-size: 14px;
    color: #e94e43;
    margin: 30px 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 2px solid #e94e43 !important;
    font-size: 14px;
    color: #e94e43;
}
@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 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border: none;
    /* border-radius: 3px; */
    padding: 8px;
    width: 100%;
    font-size: 100%;
    background: var(--m_color4);
    outline: none;
    border-radius: 5px;
}
.wpcf7-checkbox input,
.wpcf7-checkbox label span {
    cursor: pointer;
}
.form_privacy {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
.wpcf7c-elm-step2 {
    text-align: center;
}
.wpcf7_container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
input::placeholder {
    color: #fff;
}
input::-moz-input-placeholder {
    color: #fff;
}
input::-ms-input-placeholder {
    color: #fff;
}
textarea::placeholder {
    color: #fff;
}
textarea::-ms-placeholder {
    color: #fff;
}
textarea::-moz-placeholder {
    color: #fff;
}
/*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;
}
.wpcf7c_submit input {
    outline: none;
    max-width: 250px;
    width: 100%;
    margin: 15px auto 0;
    display: block;
    color: var(--m_color);
    font-weight: 700;
    z-index: 0;
    border: none;
    padding: 15px;
    /* font-size: 14px; */
    letter-spacing: 0.18em;
    border-radius: 10px;
    box-shadow: 0px 15px 0px 0px rgba(251, 190, 0, 1);
    transition: var(--tr);
}
.wpcf7c_submit input[type="submit"] {
    text-align: center;
    background: var(--a_color);
}
.wpcf7c_submit input[type="submit"]:hover,
.wpcf7c_submit input[type="button"]:hover {
    box-shadow: 0px 1px 0px 0px rgba(251, 190, 0, 1);
    transform: translateY(10px);
}
.wpcf7c_submit input[type="button"] {
    background: none;
    border: 1px solid;
    color: var(--m_color);
}

/*プライバシーポリシー*/
.readme {
    width: 78%;
    height: 200px;
    margin: 40px auto 10px;
    overflow-y: scroll;
    padding: 10px 20px;
    border: 1px solid #dadada;
    font-size: 0.7em;
}
.readme dl {
    margin: 20px 0 0;
}
.readme dt {
    font-weight: bold;
}
.readme dd {
    margin: 0 0 0 15px;
}
.readme ol li {
    margin: 0 0 0 40px;
    list-style: decimal-leading-zero;
}

/* コンタクトフォーム確認画面 */
.top_con05_wrap div#wpcf7cpcnf {
    background: #fff;
    border-radius: var(--border_r);
    padding: var(--m_ps5);
}
#wpcf7cpcnf table {
    border: none;
    width: 100%;
    border-top: 1px solid #ccc;
}
#wpcf7cpcnf table th {
    /* background: #fbfbf8; */
    border-bottom: 1px solid #ccc;
    /* color: #202020; */
    text-align: left;
    width: 25%;
    padding: var(--m_ps3) 0px;
}
#wpcf7cpcnf table th p {
    color: #202020;
}
#wpcf7cpcnf table td {
    /* background: #fff; */
    border-bottom: 1px solid #ccc;
    width: 75%;
    padding: var(--m_ps3) 0px;
}
.wpcf7cp-btns {
    text-align: center;
}
.wpcf7cp-btns button {
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
}
.wpcf7cp-cfm-edit-btn {
    background: #ddd;
    color: #202020;
    border: none;
}
.wpcf7cp-cfm-submit-btn {
    background: var(--a_color);
    color: var(--m_color);
    border: none;
}
.wpcf7cp-cfm-submit-btn {
    background: var(--a_color);
    color: var(--m_color);
}

/*recaptcha*/
.grecaptcha-badge {
    bottom: 90px !important;
    z-index: 5;
    /* display: none; */
}

/*送信完了画面*/
.thanks_tel {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.thanks_tel a {
    font: clamp(27px, 4vw, 60px) var(--font_en);
    text-decoration: none;
    color: var(--f_color);
}
.thanks_tel a i {
    font-size: clamp(23px, 4vw, 45px);
    margin-right: 10px;
}

/*-------------------------------------
フッター部分
-------------------------------------*/
/* フッター */
.footer {
    position: relative;
    z-index: 0;
    /* width: min(1600px, calc(100% - (var(--m_ps5) * 2))); */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* padding-top: var(--m_ps8); */
    /* padding-bottom: var(--m_ps8); */
}
.footer_inner {
    justify-content: space-between;
    /* padding-left: var(--m_ps8); */
    /* padding-right: var(--m_ps8); */
    background: var(--m_color2);
    /* border-radius: var(--border_r); */
    background: var(--m_color);
    padding-top: var(--m_ps3);
    padding-bottom: var(--m_ps5);
    padding-left: 20px;
    padding-right: 20px;
}
.footer_nav {
}
.footer_nav a {
    text-decoration: none;
    position: relative;
    margin: 0 30px 0 0;
    font-size: 0.8125rem;
    color: #fff;
}
.footer_nav a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    content: "\f105";
    display: inline-block;
    margin: 0 3px 0 0;
}
.footer_nav a:hover {
    text-decoration: underline;
}
.footer_address {
    /* text-align: center; */
    letter-spacing: 0.15em;
    flex: 1;
}
.footer_address .site_ttl {
    padding: 0;
    position: static;
    background: none;
    width: min(300px, 80%);
}
.footer_address .site_ttl a {
    margin: 0 auto;
}
/*sns部分*/
.footer_address_sns {
    margin-top: 20px;
}
.footer_address_sns a {
    font-size: 25px;
    display: inline-block;
}
.footer_address_sns i {
    color: #ddd;
}

/*アドレス*/
.address_container {
    /* text-align: center; */
    font-size: 0.8125rem;
    margin: 30px 0 0;
    color: #fff;
}
.address_container a {
    color: #fff;
    text-decoration: none;
}
.copyright {
    text-align: center;
    border: none;
    color: #fff;
    font-size: 0.6875rem;
    /* padding: 35px 20px; */
}
.copyright p {
    color: #ffffff;
}
.copyright a {
    font-size: 0.875rem;
    color: #fff;
}

/* topに戻る */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 6;
}
#page-top a {
    display: block;
    position: relative;
    padding: 10px 12px;
    background: var(--m_color);
    width: 50px;
    height: 50px;
    border-radius: 6px;
}
#page-top a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 61%;
}
#page-top a:hover {
    opacity: 0.7;
}

/*-------------------------------------
404ページ
-------------------------------------*/
body.error404 .common_cta_inner a:after {
    transform: rotate(45deg) translateY(-50%);
    top: 47%;
}

@media only screen and (min-width: 1025px) {
    .sp_h_nav {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .pc_h_nav {
        display: none;
    }
    .wrap {
        background: none;
    }
    .top_con02_list01_list,
    .top_con02_item .plan_wrap {
        flex-flow: column;
    }
    .top_con02_item dl {
        flex-flow: column;
    }
    .top_con02_item dt {
        width: 100%;
    }
    .top_con02_item dd {
        width: 100%;
    }
    .wpcf7-form_form > * > .flex,
    .wpcf7-form_form > * > * > .flex {
        flex-flow: column;
    }

    /***** ハンバーガーメニュー *****/
    .scroll-prevent {
        overflow: hidden;
    }

    /************/
    .menu-trigger {
        display: inline-block;
        width: 45px;
        height: auto;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 35px;
        right: 30px;
        z-index: 100;
        aspect-ratio: 2/1.5;
        transition: var(--tr);
        background: var(--m_color);
        border-radius: 5px;
        aspect-ratio: 3/2.5;
    }
    .h_nav_wrap.is-fixed .menu-trigger {
        top: 20px;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        width: 60%;
        height: 2px;
        background-color: #ffffff;
        transition: var(--tr);
        transform: translateX(-50%);
    }
    .menu-trigger.active span {
        background-color: #ffffff !important;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 11px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(-8px) rotate(-45deg) translateX(-73%);
        width: 30px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 11px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(7px) rotate(45deg) translateX(-73%);
    }
    .sp_h_nav_inner {
        width: 100%;
        height: 100%;
        padding: 75px 0;
        background: var(--m_color3);
        position: fixed;
        top: 0;
        z-index: 8;
        left: 100%;
        transition: var(--tr);
        overflow-y: auto;
    }
    nav.open .sp_h_nav_inner {
        left: 0;
    }
    .sp_h_nav_inner ul {
        height: auto;
        margin: 0 0 10vw;
        border-top: 1px solid var(--m_color);
    }
    .sp_h_nav_inner .sp_h_nav_list li {
        /* margin: 0 0 15px; */
        border-bottom: 1px solid var(--m_color);
    }
    .sp_h_nav_inner .sp_h_nav_list a {
        text-align: left;
        position: relative;
        display: block;
        text-decoration: none;
        color: var(--m_color);
        padding: 15px 20px;
        font: 16px var(--font_en);
        font-weight: bold;
    }
    .sp_h_nav_inner .sp_h_nav_list li:last-child a {
        display: inline-block;
        background: var(--m_color);
        border-radius: 5px;
        padding: 15px 30px;
        color: #fff;
        letter-spacing: 0.5vw;
        display: block;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .sp_h_nav_inner .sp_h_nav_list li:last-child a:before {
        position: absolute;
        right: 21px;
        top: 50%;
        display: block;
        content: "";
        width: 7px;
        height: 7px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%);
    }

    .sp_h_nav_inner .sp_h_nav_list_inner {
        border-bottom: none;
    }
    .sp_h_nav_inner .sp_h_nav_list_inner li a {
        padding: 10px 0 10px 60px;
        color: #666;
    }
    .sp_h_nav_inner .sp_h_nav_list_inner li a:before {
        content: "┗";
        font-weight: normal;
        left: 40px;
        color: var(--f_color);
    }
    .sp_h_nav_inner li:last-child {
        border: none;
        text-align: center;
        margin: 30px 0 0 0;
    }
    .sp_h_nav_tel {
        padding: 30px 10px;
        background: #f9f9f4;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    .sp_h_nav_tel a {
        text-decoration: none;
        color: var(--m_color);
        display: block;
        margin: 0 0 10px;
        letter-spacing: 0.4vw;
        font: 900 25px/1 var(--font_en);
    }
    .sp_h_nav_tel i {
        color: var(--m_color);
        font-size: 0.8em;
        padding-right: 5px;
    }
    .sp_h_nav_sns {
        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_h_nav_sns a {
        background: #fbfbf8;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-block;
        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;
    }
    .sp_h_nav_sns a i {
        color: var(--m_color);
    }
    .sp_h_nav_sns img {
        max-width: 28px;
    }

    /******使わない時はコメントアウト推奨 hader_nav.phpの部分も*****/
    /* .stripeWrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        left: 0;
        top: 0;
    }
    .stripe {
        background-color: var(--m_color);
        transform: translateY(-100%);
    }
    .sp_h_nav_inner {
        position: absolute;
        top: 0%;
        left: 50% !important;
        transform: translate(-50%, 0%);
        height: 100svh;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        background: none;
    }
    .sp_h_nav_inner li {
        width: fit-content;
        overflow: hidden;
    } */

    /*ハンバーガーメニューここまで*/
    /***************************/
}
@media only screen and (min-width: 821px) {
    .pc_none {
        display: none;
    }
}
@media only screen and (max-width: 820px) {
    /*-------------------------------------
    CTA
    -------------------------------------*/
    .common_cta_inner a {
        padding-right: min(60px, 8vw);
    }

    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    .main_col {
        margin-bottom: 80px;
    }
    .main_pa {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sp_none {
        display: none !important;
    }
    .main_wrap {
        /* padding-top: 80px; */
        /* padding-bottom: 80px; */
    }

    /*-------------------------------------
    header
    -------------------------------------*/
    .h_nav_wrap {
        background: none;
        padding: 30px 30px;
    }
    .h_nav_wrap.is-fixed {
        padding: 20px 30px;
    }
    body:not(.home) .h_img_wrap {
        padding-top: 80px;
        padding-bottom: 120px;
        margin-top: calc(var(--m_ps8) + 30px);
    }
    .h_img_wrap {
        aspect-ratio: 3/4;
        max-height: 100%;
    }
    .h_img_inner {
        align-items: flex-start;
        padding-top: 5%;
    }
    .h_img_inner:before {
        height: 57%;
    }
    .h_img_wrap .txt {
        width: 65%;
    }

    /*-------------------------------------
    TOPページお知らせ
    -------------------------------------*/
    .new_wrap {
        width: 100%;
    }
    .new_inner {
    }
    .new_inner:before {
        font-size: 120px;
        margin-right: 20px;
    }

    .top_con05_inner_inner {
        width: 100%;
    }

    /*-------------------------------------
    ブログ
    -------------------------------------*/
    .blog_wrap,
    .single_wrap {
        display: block;
    }
    .blog_inner,
    .single_inner,
    .search_inner,
    .side_wrap {
        width: 100%;
    }
    .blog_inner {
        margin: 0 0 50px;
    }
}
@media only screen and (max-width: 550px) {
    /*-------------------------------------
    定義
    -------------------------------------*/
    :root {
        --main_mp: 80px;
        --m_ps3: 20px;
        --m_ps5: 30px;
        --m_ps8: 50px;
        --main_w: min(1200px, calc(100% - (20px * 2)));
        --main_w2: min(1400px, calc(100% - (20px * 2)));
    }
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    .main_col {
        /* margin-bottom: 50px; */
    }
    .main_pa {
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
    }
    .main_wrap {
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
    }
    .sp_none2 {
        display: none !important;
    }
    .pc_none2 {
        display: block;
    }
    .h1,
    body:not(.home):not(.single) h1 {
        /* font-size: 25px; */
        /* padding: 0 30px; */
    }
    body:not(.home) h1.singleh1 {
        padding: 0;
        font-size: 20px;
    }
    body:not(.home) h1:before {
        font-size: 23px;
    }
    body:not(.home) h1::after {
        left: 23px;
        top: 14px;
    }
    h2:before {
        font-size: 45px;
        top: -70px;
    }
    .top_h2 h2 {
        margin-bottom: 30px;
    }
    .top_h2 h2:after {
        margin-top: 25px;
    }
    h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    /*スクロールヒント*/
    .js-scrollable {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .js-scrollable::-webkit-scrollbar {
        display: none;
    }
    .scroll-hint-icon {
        height: 66px;
        top: 10px;
        width: 66px;
        left: auto;
        right: 10px;
        background: #004bb1;
        background: -moz-linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
        background: -webkit-linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
        background: linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
        background: #2c3e57;
    }
    .scroll-hint-icon:before {
        width: 25px;
        height: 30px;
    }
    .scroll-hint-icon:after {
        width: 30px;
        height: 10px;
        background-size: contain;
    }
    .scroll-hint-text {
        font-size: 13px;
        white-space: normal;
        margin-top: 0;
    }

    .top_con01_wrap {
        width: min(1600px, calc(100% - (var(--m_ps3) * 2)));
        padding-top: 50px;
    }

    /*-------------------------------------
    CTA
    -------------------------------------*/
    .common_cta_inner a {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 10px;
        box-shadow: 0px 10px 0px 0px rgba(251, 190, 0, 1);
    }
    .common_cta_inner a:before {
        width: 10%;
        top: 75%;
    }
    .common_cta_inner a:after {
        width: 8px;
        height: 8px;
        border-width: 2px;
        right: 15px;
    }

    /*-------------------------------------
    レイアウト
    -------------------------------------*/
    .wrap {
        font-size: 15px;
    }

    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding-top: 0;
    }
    .h_nav_wrap {
        padding: 20px 20px;
    }
    .h_nav_wrap.is-fixed {
        padding: 15px 20px;
    }
    .site_ttl {
        width: 150px;
    }
    .site_ttl a {
        color: #fff;
    }
    .menu-trigger {
        top: 20px;
        right: 20px;
    }
    .h_nav_wrap.is-fixed .menu-trigger {
        top: 11px;
    }

    .h_img_wrap {
        /* aspect-ratio: 9 / 16; */
        width: min(1600px, calc(100% - (var(--m_ps3) * 2)));
        /* max-height: 700px; */
        height: 85vh;
        min-height: 550px;
    }
    .h_img_wrap .txt {
        width: 85%;
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .h_img_inner {
        padding-top: 30px;
    }
    .h_img_inner:before {
        height: 46%;
    }

    /*-------------------------------------
    TOP 1コンテンツ目
    -------------------------------------*/
    .top_con01_inner {
        display: block;
    }
    .top_con01_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .top_con01_txt {
        width: 100%;
    }
    .top_con01_inner .common_cta_inner a {
        width: 270px;
    }

    /*-------------------------------------
    TOP 2コンテンツ目
    -------------------------------------*/
    .top_con02_list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_con02_list:before {
        top: -25px;
        width: 100px;
    }
    .top_con02_list:after {
        top: -25px;
        width: 90px;
    }
    .top_con02_item h4:before {
        left: -12vw;
        /* left: -35%; */
    }
    .top_con02_item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_con02_list01_list .item,
    .plan_item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_con02_list01_list .ttl,
    .plan_item .ttl {
        font-weight: 700;
    }
    .top_con02_inner_inner {
        margin-bottom: 50px;
    }
    .top_con02_wrap {
        padding-bottom: 1px;
    }
    .top_con02_cld03 .ttl {
        flex-flow: column;
        align-items: center;
    }
    .top_con02_cld03 h3 {
        line-height: 2;
        text-underline-offset: 10px;
    }

    /*-------------------------------------
    TOP 4コンテンツ目
    -------------------------------------*/
    .top_con04_inner li:first-child:before,
    .top_con04_inner li:first-child:after {
        display: none;
    }
    .top_con04_inner li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_con04_inner li .q span {
        width: 34px;
        font-size: 13px;
        transform: translateY(-3px);
    }

    /*-------------------------------------
    TOP 5コンテンツ目
    -------------------------------------*/
    .top_con05_desc .sub_ttl {
        /* width: fit-content; */ /* margin: 0; */ /* margin-left: auto; */
        margin-bottom: 30px; /* display: block; */
        flex-flow: column;
    }
    .top_con05_desc .sub_ttl:before {
        margin: 0;
        display: block;
        position: static;
        width: 40%;
        margin-top: -19%;
    }
    .top_con05_desc_inner_inner {
        flex-flow: column;
        gap: 30px;
    }
    .top_con05_desc .item {
        width: 100%;
    }
    .top_con05_desc .ttl {
        padding: 5px 0;
    }

    /*-------------------------------------
    TOPページお知らせ
    -------------------------------------*/
    .new_item_ttl {
        padding-right: 0;
    }

    /*-------------------------------------
    TOPページインスタ
    -------------------------------------*/
    .insta_img_list .item {
        width: calc(100% / 2 - 5px);
        margin-bottom: 5px;
    }
    .new_item_date::before {
        top: 15px;
        right: 0;
    }
    .new_item_date::after {
        top: 15px;
        right: 0px;
    }

    /*-------------------------------------
    お問い合わせ
    -------------------------------------*/
    form.wpcf7-form {
        padding: 30px 20px;
    }
    form.wpcf7-form .wpcf7-list-item {
        margin: 0;
    }
    .contact_wrap {
        max-width: min(1000px, calc(100% - (30px * 2)));
    }
    .contact_inner > p {
        text-align: left;
    }
    .wpcf7 {
        margin: 30px 0 0;
    }
    .wpcf7_container div.flex {
        display: block;
    }
    .wpcf7_checkbox_title {
        border: none;
    }
    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea {
        font-size: 16px;
    }
    .wpcf7-form_form .flex {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
    }
    .wpcf7_left {
        max-width: 100%;
        border: none;
        padding: 10px 0;
        display: block;
    }
    .wpcf7_right {
        /* border-left: 1px solid #ddd; */
        padding: 0;
        border: none;
    }
    .readme {
        width: 100%;
        margin: 30px 0 10px;
        height: 150px;
    }

    /*確認画面*/
    .main_wrap #wpcf7cpcnf {
        z-index: 2;
    }
    #wpcf7cpcnf table {
        /* border-bottom: 1px solid #ccc; */
    }
    #wpcf7cpcnf table th {
        width: 100%;
        display: block;
        background: none;
        border-bottom: none;
        padding-bottom: 0;
        border-left: none;
        border-right: none;
    }
    #wpcf7cpcnf table td {
        width: 100%;
        display: block;
        border-top: none;
        /* border-bottom: none; */
        border-left: none;
        border-right: none;
    }

    /*-------------------------------------
    ブログページ
    -------------------------------------*/
    .blog_text {
        width: calc(100% - 130px);
        margin: 0;
    }
    .blog_photo {
    }
    .blog_photo img {
    }
    .post-categories li a {
        font-size: 11px;
    }
    .article_top {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cat_container + div {
        padding: 6px 0 0 0;
    }
    .article_main p {
        font-size: 16px;
    }
    .article_main h2 {
        font-size: 18px;
    }
    .article_main h3 {
        font-size: 18px;
    }
    /*目次*/
    .outline {
        padding: 20px;
    }
    .outline__toggle:checked + .outline__switch + .outline__list {
        padding: 17px 0 0;
    }
    .footer {
    }
    .footer_nav {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .footer_nav li {
        margin: 0 0 5px;
    }
    .copyright {
        /* padding: 35px 50px 35px; */
        /* margin: 0; */
    }
    .breadcrumbsinner {
        padding: 30px 20px;
    }
    .article_main img {
        object-fit: contain;
        height: auto;
    }

    /*-------------------------------------
    footer
    -------------------------------------*/
    .footer_inner {
        display: block;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
        padding-top: 30px;
    }
    .footer_nav {
        border: none;
        padding: 0;
        margin: 0 0 30px;
    }
    .address_container {
    }

    /*-------------------------------------
    footer追従ナビ
    -------------------------------------*/
    .sp_bar {
        padding-bottom: env(safe-area-inset-bottom);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background: var(--m_color);
    }
    .sp_bar li {
        width: calc(100% / 2);
        padding: 10px 0;
    }
    .sp_bar a {
        color: #fff;
        padding: 0px 10px;
        display: block;
        font-size: 0.6875rem;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        position: relative;
        text-decoration: none;
        display: flex;
        flex-flow: column;
        gap: 10px;
        line-height: 1;
    }
    .sp_bar li a:before {
        font-weight: bold;
        font-family: "Font Awesome 6 Free";
        display: block;
        text-box: trim-both cap alphabetic;
    }
    .sp_bar li:nth-of-type(1) a:before {
        content: "\f0e0";
    }
    .sp_bar li:nth-of-type(1) a:before {
        content: "\f0e0";
    }
    .sp_bar li:nth-of-type(2) :before {
        content: "\f077";
    }

    /*-------------------------------------
    404ページ
    -------------------------------------*/
    body.error404 .common_cta_inner a {
        width: min(250px, 80%);
    }
    body.error404 .common_cta_inner a:after {
        right: 25px;
    }
}
@media only screen and (max-width: 320px) {
    .wp-pagenavi {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wp-pagenavi .page-numbers {
        margin: 0 5px 5px 0;
    }
}
