﻿@charset "UTF-8";
/*
Theme Name: aj_subscription_site
Author: num
Description: This is my original theme.
Version: 1.0
*/

/*-------------------------------------
定義
-------------------------------------*/
:root {
    --a_color: #007cd8;
    --a_color2: #e91e63;
    --a_color3: #febe00;
    --b_color: #ddd;
    --b_color2: #e5f2fb;
    --border_r: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    --f_color: #2c3e57;
    --font_en: "din1451alt", san-serif;
    --font_en2: "Montserrat", san-serif;
    --font_ja: "NotoSansJP", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif, san-serif;
    --gr: linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    --gr2: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    --h1_font: clamp(22px, 3vw, 32px);
    --h2_font: clamp(25px, 3vw, 70px);
    --h3_font: clamp(22px, 3vw, 55px);
    --m_color: #004bb1;
    --m_color2: #007cd8;
    --m_ps3: 30px;
    --m_ps5: 50px;
    --m_ps8: 80px;
    --main_mp: 100px;
    --main_w: min(100%, 1240px);
    --tr: 0.3s ease-out;
}

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,
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 {
    background-color: transparent;
    border: 0;
    color: #2c3e57;
    font-family: "NotoSansJP", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.8;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: #2c3e57;
    counter-reset: wpp-ranking;
    font-size: 16px;
    line-height: 2;
    position: relative;
    word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
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 {
    border: 0;
    border-top: 1px solid #cccccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
input {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
}
address {
    font-style: normal;
}
a,
a:visited {
    background-color: transparent;
    color: #007cd8;
    font-size: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: baseline;
}
a:hover {
    text-decoration: none;
}
input[type="submit"] {
    border-radius: 0;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.clear {
    clear: both;
}
img {
    margin: 0;
    max-width: 100%;
    padding: 0;
    vertical-align: bottom;
    width: auto;
}
body > canvas {
}

/*-------------------------------------
共通パーツ
-------------------------------------*/
.flex {
    display: -webkit-flex;
    display: flex;
}
.flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_center_center {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.main_col {
    margin-bottom: 100px;
}
.main_pa {
    padding-bottom: 100px;
    padding-top: 100px;
}
.m_a {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding: 0 20px;
}
.m_lr {
    margin-left: auto;
    margin-right: auto;
}
.m_ps3 {
    margin-bottom: var(--m_ps3);
}
.m_ps5 {
    margin-bottom: var(--m_ps5);
}
.m_ps8 {
    margin-bottom: var(--m_ps8);
}
.pt100 {
    padding-top: 100px;
}
.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 {
    color: gray;
    font-size: 13px;
}
.strong,
strong {
    background: linear-gradient(transparent 70%, #ffeb3b 70%);
    font-size: 17px;
    font-weight: bold;
}
/*ボタンCTA*/
.btn_cta,
.btn_cta02,
.btn_cta03 {
    max-width: 250px;
    width: 100%;
}
.btn_cta a,
.btn_cta02 a,
.btn_cta03 a {
    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%);
    border-radius: 40px;
    -webkit-box-shadow: 0 3px 16px rgba(152, 165, 183, 0.47);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 0 3px 16px rgba(152, 165, 183, 0.47);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    color: #fff;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 44px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}
.btn_cta02 a {
    background: #febe00;
    background: -moz-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: -webkit-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(212, 210, 25, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(212, 210, 25, 0.3);
    color: #222;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febe00', endColorstr='#fdfe00', GradientType=1);
}
.btn_cta03 a {
    background: #e91e63;
    background: -moz-linear-gradient(45deg, #e91e63 1%, #e51d1d 50%, #f4a31f 100%);
    background: -webkit-linear-gradient(45deg, #e91e63 1%, #e51d1d 50%, #f4a31f 100%);
    background: linear-gradient(45deg, #e91e63 1%, #e51d1d 50%, #f4a31f 100%);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(233, 30, 99, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(233, 30, 99, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e91e63', endColorstr='#f4a31f', GradientType=1);
}
.btn_cta a:before,
.btn_cta02 a:before,
.btn_cta03 a:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
}
.btn_cta02 a:before {
    border-color: #222;
}
.btn_cta a:hover,
.btn_cta02 a:hover,
.btn_cta03 a:hover {
    letter-spacing: 0.25em;
}
/*ボタンCTA*/
.cta_btn {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px 30px;
    position: relative;
    width: 250px;
}
.cta_btn:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 11px;
    margin-top: -2px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
}
.cta_btn a {
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: 0.15em;
    text-align: center;
    text-decoration: none;
}
.cta_btn a:hover {
    letter-spacing: 0.25em;
}
.cta_btn2 {
    width: fit-content;
}
.cta_btn2 a {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-weight: 700;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: 0.15em;
    text-decoration: none;
}
.cta_btn2 a:before {
    background: url(img/common/arrow_btn.svg) no-repeat 50% / contain;
    content: "";
    display: inline-block;
    filter: drop-shadow(2px 7px 8px rgba(25, 146, 212, 0.5));
    height: 30px;
    margin-right: 10px;
    transition: background 0.3s;
    width: 30px;
}
.cta_btn2 a:hover:before {
    background: url(img/common/arrow_btn_w.svg) no-repeat 50% / contain;
    filter: drop-shadow(2px 7px 8px rgba(25, 146, 212, 0.5));
}
/*-------------------------------------
下層ページ その他関連リンク
-------------------------------------*/
.common_other_link {
    background: url(img/common/dot_bg2.svg) 50% / 2%;
    -webkit-justify-content: center;
    justify-content: center;
}
.common_other_link a {
    background: #fff;
    border: 2px solid #007cd8;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 20px 0 #fff,
        10px 10px 30px 0 #d6e0e3;
    box-shadow: 0 21px 20px -20px rgba(0, 80, 139, 0.3);
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 600px;
    padding: 40px 30px;
    position: relative;
    text-decoration: none;
    width: 40%;
}
.common_other_link a:nth-child(1) {
    margin-right: 50px;
}
.common_other_link a:before {
    background: url(img/common/arrow_btn.svg) no-repeat 50% / contain;
    content: "";
    display: inline-block;
    filter: drop-shadow(2px 7px 8px rgba(25, 146, 212, 0.5));
    height: 45px;
    position: absolute;
    right: -3%;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}
.common_other_link_img {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 20px;
    width: 30%;
}
.common_other_link_img img {
    height: 100%;
    max-height: 115px;
}
.common_other_link_text {
    width: 66%;
}
.common_other_link_ttl {
    border-bottom: 2px solid #ebf0f6;
    color: #007cd8;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
    padding: 0 0 15px;
}
.common_other_link_text p {
    font-size: 15px;
}
/*フェードアップアニメーション*/
.fadeUp,
.topfadeUp {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    -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;
}
.fadeUp.fadeUp_chain:nth-child(2) {
    transition-delay: 0.4s;
}
.fadeUp.fadeUp_chain:nth-child(3) {
    transition-delay: 0.6s;
}
.fadeUp.fadeUp-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*拡大→縮小アニメーション*/
.scale {
    transform: scale(1.1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
}
.scale-is-show {
    transform: scale(1);
}
/*左方向から右へフェードイン*/
.slide_left_fadeIn {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
}
.slide_left_fadeIn:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.slide_left_fadeIn:nth-child(3) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.slide_left_fadeIn-is-show {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
/*右方向から左へフェードイン*/
.slide_right_fadeIn {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
}
.slide_right_fadeIn:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.slide_right_fadeIn:nth-child(3) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.slide_right_fadeIn-is-show {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
/*パターン背景*/
.dot_bg {
    background:
        url(img/common/dot_bg2.svg) 50% / 2%,
        rgba(0, 178, 249, 0.1);
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    z-index: 0;
}
.dot_bg2 {
    background: url(img/common/dot_bg2.svg) 50% / 2%;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    z-index: 0;
}
/*ツールチップ*/
.icon_hover_area {
    -webkit-align-items: center;
    align-items: center;
    cursor: help;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.icon_hover_area > div {
    position: relative;
}
.icon_hover_area_desc {
    background: #000;
    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%);
    border-radius: 5px;
    color: #fff;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-size: 13px;
    line-height: 1.6em;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 200px;
}
.icon_hover_area_desc:before {
    border: 8px solid transparent;
    border-top: 8px solid #0173d1;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 100%;
}
.icon_hover_area > div:hover .icon_hover_area_desc {
    bottom: 100%;
    display: block;
    left: 50%;
    margin-bottom: 17px;
    transform: translateX(-50%);
}
/*-------------------------------------
CTA
-------------------------------------*/
.cta_wrap {
    background: #ebebeb;
    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:
        url(img/common/dot_bg4.svg) 50% / 2%,
        linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    pointer-events: auto;
    position: relative;
    z-index: 1;
}
.common_other_link + .cta_wrap {
    margin-top: 0;
}
.anime_wrap {
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.anime_top {
    animation: text_slide1 25s linear infinite;
    background: url(img/top/anime_top.svg) repeat-x 0 0 / 3058px 80px;
    background-size: cover;
    padding-top: 85px;
    width: 100%;
}
.anime_mid {
    animation: text_slide2 41s linear infinite;
    background: url(img/top/anime_mid.svg) repeat-x 0 0 / 4905px 80px;
    background-size: cover;
    padding-top: 160px;
    width: 100%;
}
.anime_bom {
    animation: text_slide3 25s linear infinite;
    background: url(img/top/anime_bom.svg) repeat-x 0 0 / 3123px 80px;
    background-size: cover;
    padding-top: 85px;
    width: 100%;
}
@keyframes text_slide1 {
    0% {
        background-position-x: 0;
    }
    to {
        background-position-x: 3058px;
    }
}
@keyframes text_slide2 {
    0% {
        background-position-x: 0;
    }
    to {
        background-position-x: -4905px;
    }
}
@keyframes text_slide3 {
    0% {
        background-position-x: 0;
    }
    to {
        background-position-x: 3123px;
    }
}
.anime_pcnone {
    display: none;
}
.cta_inner {
    position: relative;
}
.cta_inner:before {
    background: url(img/cta/cta_icon01.png) no-repeat;
    bottom: 0;
    content: "";
    height: 400px;
    position: absolute;
    right: 0;
    width: 351px;
}
.cta_inner_inner {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}
.cta_left {
    width: 35%;
}
.cta_left p {
    color: #fff;
}
.cta_left p:not(.annotation):nth-child(1) {
    font-size: 30px;
    font-weight: 900;
}
.cta_right {
    margin-left: auto;
    width: 60%;
}
.cta_tel_btn a {
    color: #fff;
    font: clamp(22px, 7vw, 70px) "din1451alt";
    letter-spacing: 0.03em;
    text-decoration: none;
}
.cta_tel_btn a i {
    color: #fff;
    margin-right: 5px;
}
.cta_other_btn {
}
.cta_other_btn > div {
    max-width: 300px;
    position: relative;
    width: 100%;
}
.cta_other_btn > div:before {
    background: url(img/cta/cta_icon_mail.svg) no-repeat 50% 50%;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    max-height: 35.8px;
    max-width: 42.3px;
    position: absolute;
    top: -17px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}
.cta_other_btn .cta_line_btn:before {
    background: url(img/cta/cta_icon_line.svg) no-repeat 50% 50%;
}
.cta_other_btn > div a {
    background: #febe00;
    background: -moz-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: -webkit-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    border: 2px solid #fff;
    border-radius: 40px;
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d3b030;
    box-shadow: 3px 9px 20px 0 rgba(233, 240, 61, 0.3%);
    color: #222;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febe00', endColorstr='#fdfe00', GradientType=1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 44px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}
.cta_other_btn > div a:before {
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
}
.cta_other_btn > div a:hover {
    letter-spacing: 0.25em;
}
.cta_mail_btn {
    margin-right: 30px;
}
.cta_line_btn {
}
.cta_chat_btn {
}
.cta_right .cta_btn2 a {
    color: #fff;
}
.cta_right .cta_btn2 a:before {
    background: url(img/common/arrow_btn01.svg) no-repeat 50% / contain;
}
.cta_right .cta_btn2 a:hover:before {
    background: url(img/common/arrow_btn01_w.svg) no-repeat 50% / contain;
}

/*-------------------------------------
見出し
-------------------------------------*/
h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px;
    position: relative;
}
.common_ttl {
    position: relative;
}
.common_ttl h2 {
    color: #007cd8;
    letter-spacing: 0.15em;
}
.common_h2 {
    position: relative;
}
.common_h2 h2 {
    color: #007cd8;
    font-size: 35px;
    margin-bottom: 50px;
}
.common_h2 h2:before {
    color: #007cd8;
    content: attr(data-text);
    display: block;
    font:
        26px/1 "Montserrat",
        sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-transform: uppercase;
}
.common_h2 h2:after {
    background: #007cd8;
    border-radius: 30px;
    content: "";
    display: block;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 30px;
}
.common_h3 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.035em;
    margin-bottom: 50px;
    position: relative;
}
.common_h3:after {
    background: #007cd8;
    border-radius: 30px;
    content: "";
    display: block;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 30px;
}
.common_h4 {
    color: #007cd8;
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 40px;
}
/*-------------------------------------
レイアウト
-------------------------------------*/
.wrap {
    margin: 0 auto;
    /* overflow: hidden; */
    max-width: 1920px;
}
body.home .main_wrap {
    padding-top: 180px;
}
/*-------------------------------------
ローディングアニメーション
-------------------------------------*/
/*========= ローディング画面のためのCSS ===============*/
#splash {
    background:
        url(img/common/dot_bg2.svg) 50% / 2%,
        #e5f7fe;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 90000000;
}
#splash-logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
#splash-logo img {
    max-width: 100px;
}
#splash-logo p {
    color: #dcd256;
    font: 16px "Montserrat";
    letter-spacing: 0.35em;
    margin-top: 15px;
}
.puyon {
    -webkit-animation: puyon 1s linear 0s 1;
    animation: puyon 1s linear 0s 1;
}
@-webkit-keyframes puyon {
    0% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
    }
    40% {
        -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    60% {
        -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    }
    70% {
        -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    }
    80% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
    }
    100% {
        -webkit-transform: scale(1, 1) translate(0%, 0%);
    }
}
@keyframes puyon {
    0% {
        transform: scale(1, 1) translate(0%, 0%);
    }
    40% {
        transform: scale(0.95, 1.2) translate(0%, -10%);
    }
    50% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    60% {
        transform: scale(0.95, 1.05) translate(0%, -3%);
    }
    70% {
        transform: scale(1.05, 0.95) translate(0%, 3%);
    }
    80% {
        transform: scale(1, 1) translate(0%, 0%);
    }
    100% {
        transform: scale(1, 1) translate(0%, 0%);
    }
}
/*-------------------------------------
ヘッダー部分
-------------------------------------*/
.header {
    background: url(img/header/header_bg.jpg) no-repeat 50% 0;
    height: 400px;
}
body.home .header {
    height: 810px;
}
.header_gnav_wrap {
    left: 50%;
    max-width: 1920px;
    padding: 20px 30px 0 30px;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    transition: 0.3s;
    width: 100%;
    z-index: 9;
}
.header_gnav_wrap.is-show {
    background: #fff;
    padding: 5px 20px 5px;
    width: 100%;
}
/* サイトタイトル */
.site_title {
    margin: 0;
    z-index: 10;
}
.site_title.is-fixed {
    padding: 0 20px;
    pointer-events: none;
}
.site_title.is-fixed a {
    pointer-events: auto;
    width: 150px;
}
.site_title a {
    display: block;
    padding: 10px 0;
    width: 200px;
}
.site_title a:hover {
    opacity: 0.5;
}
/*ナビ*/
.header_gnav_inner {
    border-bottom: 1px solid #6eb7e7;
    padding: 0 0 20px;
}
.header_gnav_wrap.is-show .header_gnav_inner {
    border: none;
    padding: 0;
}
.header_gnav_right {
    margin-left: auto;
}
.pc_header_nav {
}
.pc_header_nav > ul {
    position: relative;
    z-index: 1;
}
.pc_header_nav > ul > li {
    margin: 0 15px 0 0;
    position: relative;
}
.pc_header_nav > ul > li:last-child {
    background: #febe00;
    background: -moz-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: -webkit-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    border-radius: 50px;
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d3b030;
    box-shadow: 3px 9px 20px 0 rgba(233, 240, 61, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febe00', endColorstr='#fdfe00', GradientType=1);
    margin-right: 0;
    margin-left: 10px;
}
.pc_header_nav li a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 15px 20px 15px 15px;
    position: relative;
    text-decoration: none;
}
.pc_header_nav > ul > li:nth-child(3) > a,
.pc_header_nav > ul > li:nth-child(4) > a {
    padding: 15px;
}
.pc_header_nav > ul > li:not(:nth-child(3)):not(:nth-child(4)):not(:last-child) > a:before {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg) translateY(-50%);
    margin: -8px 0 0px 0;
    transition: var(--tr);
}
.pc_header_nav > ul > li:last-child a {
    color: #222;
    padding: 10px 40px 10px 35px;
}
.pc_header_nav > ul > li:last-child a:before {
    border-right: 2px solid #2c3e57;
    border-top: 2px solid #2c3e57;
    content: "";
    display: block;
    height: 9px;
    margin-top: -1px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 9px;
}
.ezo_nav .pc_header_nav_child_inner_inner_left li a {
    font-size: 15px;
}
.pc_header_nav > ul > li:hover > a {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
}
.header_gnav_wrap.is-show .pc_header_nav li a {
    color: #2c3e57;
}
.header_gnav_wrap.is-show .pc_header_nav li:not(:nth-child(3)):not(:nth-child(4)):not(:last-child) > a:before {
    border-color: #2c3e57;
}
.pc_header_nav_child {
    display: none;
    left: 0;
    padding: 50px;
    position: fixed;
    width: 100%;
}
.pc_header_nav_child_inner {
    background: #fff;
    overflow: hidden;
}
.pc_header_nav_child_inner_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.pc_header_nav_child_inner_inner_left {
    -webkit-box-flex: 0;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 50px 30px 50px 20px;
    width: 75%;
}
.pc_header_nav_child_inner_inner_left li a {
    color: #000;
    padding: 0;
}
.pc_header_nav_child_inner_inner_left li a img {
    margin-bottom: 5px;
    transition: 0.3s;
}
.pc_header_nav_child_inner_inner_left li a img:hover {
    opacity: 0.8;
}
.pc_header_nav_child_ttl_wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}
.pc_header_nav_child_ttl {
    color: #007cd8;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
}
.pc_header_nav_child_ttl:before {
    color: #007cd8;
    content: attr(data-text);
    display: block;
    font:
        16px/1 "Montserrat",
        sans-serif;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.pc_header_nav_child_ttl:after {
    background: #007cd8;
    border-radius: 30px;
    content: "";
    display: block;
    height: 2px;
    margin-top: 15px;
    width: 30px;
}
.header_gnav_wrap .pc_header_nav_child_inner .pc_header_nav_child_link.btn_cta a {
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 2;
    width: auto;
}
.header_gnav_wrap .pc_header_nav_child_inner .pc_header_nav_child_link.btn_cta a:hover {
    letter-spacing: 0.25em;
}
.pc_header_nav_child_inner_inner_left ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0 8%;
}
.pc_header_nav_child_inner_inner_left li {
    width: calc(100% / 2 - 30px);
}
.pc_header_nav_child_inner_inner_left li:nth-child(1),
.pc_header_nav_child_inner_inner_left li:nth-child(2),
.pc_header_nav_child_inner_inner_left li:nth-child(3),
.pc_header_nav_child_inner_inner_left li:nth-child(4) {
    margin-bottom: 20px;
}
.pc_header_nav_child_inner_inner_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 50px 20px 50px 30px;
    position: relative;
    width: 25%;
    z-index: 0;
}
.pc_header_nav_child_inner_inner_right:before {
    background: #007cd8;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw;
    z-index: -1;
}
.pc_header_nav_child_inner_inner_right a,
.pc_header_nav_child_inner_inner_right a i {
    color: #fff !important;
    padding: 0 !important;
    transition: 0.3s;
}
.pc_header_nav_child_inner_inner_right a:hover i,
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_left a:hover i {
    transform: translateX(3px);
}
.pc_header_nav_child_inner_inner_right ul {
}
.pc_header_nav_child_inner_inner_right li {
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}
/*コラムのナビ*/
.pc_header_nav_child.column_nav .pc_header_nav_child_link.btn_cta a {
    background: #febe00;
    background: -moz-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: -webkit-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    box-shadow: 3px 9px 20px 0 rgba(3, 60, 103, 0.3);
    color: #222 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febe00', endColorstr='#fdfe00', GradientType=1);
}
.pc_header_nav_child.column_nav .pc_header_nav_child_link.btn_cta a:before {
    border-right: 2px solid #222;
    border-top: 2px solid #222;
}
.pc_header_nav_child.column_nav ul {
    padding: 0;
}
.pc_header_nav_child.column_nav li {
    margin-bottom: 10px;
    width: 100%;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_left {
    -webkit-box-flex: 0;
    display: block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 25%;
    z-index: 0;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_left:before {
    background: #007cd8;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_left a,
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_left a i {
    color: #fff !important;
    transition: 0.3s;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_ttl_wrap {
    max-width: 100%;
    width: 100%;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_ttl {
    color: #fff;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_ttl:before {
    color: #fff;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_ttl:after {
    background: #fff;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_right a {
    color: #222 !important;
    font-size: 16px;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_right:before {
    content: none;
}
.pc_header_nav_child_subttl {
    border-left: 5px solid;
    color: #007cd8;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 30px;
    padding: 0 0 0 8px;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_right ul {
    justify-content: space-between;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_right li {
    margin-bottom: 0;
    width: calc(100% / 3 - 20px);
}
.column_nav_photo {
    margin-bottom: 20px;
    overflow: hidden;
}
.column_nav_photo img {
    aspect-ratio: 16/9;
    height: auto;
    object-fit: cover;
    transition: 0.3s;
    width: 100%;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_right li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.column_nav_article .column_title {
    letter-spacing: 0;
    padding: 0;
}
.column_nav_article .column_title a {
    font-weight: normal;
}
/*オーバーレイ*/
.pc_header_nav_overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
/*header　TOPページメインビジュアル*/
body.home .header_img_wrap {
    padding: 150px 50px 0;
}
.header_img_sb {
    margin: 1% -13% 0 0;
    position: relative;
    width: calc(25% + 13%);
    z-index: 1;
}
.header_img_sb ul {
    position: relative;
}
.header_img_sb li {
    opacity: 0;
    position: relative;
}
.header_img_sb li:nth-child(1) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-top: -1%;
    padding: 0 0 0 8%;
    width: 78%;
    z-index: 4;
}
.header_img_sb li:nth-child(2) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-left: auto;
    margin-top: -5%;
    padding: 0 8% 0 0;
    text-align: left;
    width: 67.174%;
    z-index: 3;
}
.header_img_sb li:nth-child(3) {
    margin-left: -2%;
    margin-top: -6%;
    width: 56.162%;
}
.header_img_sb li:nth-child(4) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-left: auto;
    margin-top: -11.5%;
    padding: 0 4% 0 0;
    width: 59%;
    z-index: 2;
}
.header_img_sb li:nth-child(5) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-top: 0.3%;
    padding: 0 0 0 9%;
    text-align: right;
    width: 82%;
    z-index: 1;
}
.header_img_sb li:nth-child(6) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-left: auto;
    margin-top: -7%;
    padding: 0 0 0 0;
    width: 59%;
}
.header_img_sb02 {
    margin: 0 0 0 -13%;
    width: calc(25% + 13%);
}
.header_img_sb02 li {
    opacity: 0;
    position: relative;
}
.header_img_sb02 li:nth-child(1) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-top: 1.5%;
    padding: 0 0 0 14.5%;
    width: 88.5%;
    z-index: 4;
}
.header_img_sb02 li:nth-child(2) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-left: auto;
    margin-top: -8.5%;
    padding: 0 0 0 2%;
    text-align: left;
    width: 59.174%;
    z-index: 3;
}
.header_img_sb02 li:nth-child(3) {
    margin-left: 22%;
    margin-top: -7%;
    width: 60.162%;
    z-index: 4;
}
.header_img_sb02 li:nth-child(4) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-left: auto;
    margin-top: -6.5%;
    padding: 0 7% 0 0;
    width: 66%;
    z-index: 2;
}
.header_img_sb02 li:nth-child(5) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-left: auto;
    margin-top: -0.5%;
    padding: 0 3% 0 0;
    text-align: right;
    width: 72.5%;
    z-index: 1;
}
.header_img_sb02 li:nth-child(6) {
    filter: drop-shadow(20px 20px 12px rgba(0, 0, 0, 0.3));
    margin-top: -5%;
    padding: 0 0 0 9%;
    width: 68%;
}
.header_img_text {
    width: 50%;
    padding-top: 25px;
}
.header_img_text_img01 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    -webkit-transition:
        opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
        transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    width: 100%;
}
.header_img_text_img02 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    -webkit-transition:
        opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
        transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.header_img_text_img02 img {
    width: 100%;
}
.header_img_text .usercontent_btn.top_fadeUp,
.header_img_text_img02.top_fadeDown {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header_img_text .usercontent_btn {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    -webkit-transition:
        opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
        opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
        transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;

    margin-bottom: 30px;
}
.usercontent_btn a {
    max-width: min(350px, 80%);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.usercontent_btn a:before {
    position: absolute;
    right: 35px;
    top: 50%;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}
.header_img_text_img03_01 {
    background: url(img/header/header_mockup.png) 58% 0 no-repeat;
    background-size: contain;
    padding-top: 53%;
    position: relative;
    z-index: 0;
}
.header_img_text video {
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 46px;
    transform: translateX(-50%);
    width: 56.018%;
}
.header_img_text_img03 {
}
.header_img_text_img03_02 {
    bottom: 0;
    margin-bottom: 30px;
    position: absolute;
    right: 40px;
    width: 36.607%;
}
.appearance {
    -webkit-animation: appearance 2.5s 0.5s 1 forwards;
    -moz-animation: appearance 2.5s 0.5s 1 forwards;
    animation: appearance 2.5s 0.5s 1 forwards;
    opacity: 0;
}
@keyframes appearance {
    0% {
        opacity: 0;
        transform: translate(0, 200px);
    }
    10% {
        opacity: 1;
        transform: translate(0, -50px);
    }
    15% {
        opacity: 1;
        transform: translate(0, 0px);
    }
    20% {
        opacity: 1;
        transform: translate(0, -20px);
    }
    25% {
        opacity: 1;
        transform: translate(0, 0px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}
@-webkit-keyframes appearance {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 200px);
    }
    10% {
        opacity: 1;
        -webkit-transform: translate(0, -50px);
    }
    15% {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
    }
    20% {
        opacity: 1;
        -webkit-transform: translate(0, -20px);
    }
    25% {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0px);
    }
}
@-moz-keyframes appearance {
    0% {
        opacity: 0;
        -moz-transform: translate(0, 200px);
    }
    10% {
        opacity: 1;
        -moz-transform: translate(0, -50px);
    }
    15% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
    }
    20% {
        opacity: 1;
        -moz-transform: translate(0, -20px);
    }
    25% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
    }
}
/*header　下層ページメインビジュアル*/
.header_img_wrap {
    height: 100%;
    padding: 100px 50px 0;
    text-align: center;
}
.header_img_other {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
.header_img_other h1,
.single_h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}
.header_img_other h1:before,
.single_h1::before {
    content: attr(data-text);
    display: block;
    font:
        26px/1 "Montserrat",
        sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
/*-------------------------------------
Topページ ビズサイのホームページ制作とは
-------------------------------------*/
.top_desc_wrap {
}

.top_desc_img {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 230px;
    /* padding: 0 20px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    max-width: 1140px;
}
.top_desc_img > div {
    background: #fff;
    border-radius: max(20px, min(15px, calc((100vw - 10px - 100%) * 9999)))
        max(20px, min(15px, calc((100vw - 10px - 100%) * 9999)))
        max(20px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0;
    box-shadow: 5px 5px 20px 0 #d6e0e3;
    padding: 40px 30px;
    position: relative;
    width: 29%;
}
.top_desc_img > div:nth-child(2) {
    margin-top: 80px;
}
.top_desc_img > div:before {
    color: #fec600;
    content: "“";
    font:
        90px Georgia,
        "ＭＳ Ｐゴシック",
        sans-serif;
    left: 5%;
    position: absolute;
    top: -13%;
}
.top_desc_img > div:after {
    background: url(img/top/top_desc_img01_2.svg) no-repeat;
    content: "";
    height: auto;
    left: -10%;
    position: absolute;
    top: 93%;
    width: 189px;
    aspect-ratio: 181/150;
}
.top_desc_img > div:nth-child(2):after {
    background: url(img/top/top_desc_img02_2.svg) no-repeat;
    height: auto;
    left: -24%;
    top: 87%;
    width: 180px;
    aspect-ratio: 161/150;
}
.top_desc_img > div:nth-child(3):after {
    background: url(img/top/top_desc_img03_2.svg) no-repeat;
    height: auto;
    left: 0;
    top: 90%;
    width: 200px;
    aspect-ratio: 205/150;
}
.top_desc_img > div p {
    font-weight: bold;
    letter-spacing: 0.1em;
}
.top_desc_img > div p span {
    color: #007cd8;
    font-size: 20px;
    font-weight: 900;
}
/*-------------------------------------
Topページ 動画挿入 モーダル
-------------------------------------*/
.top_move_wrap {
    max-width: 1920px;
    overflow: hidden;
}
.top_move_inner {
    background: url(img/top/top_move_bg.jpg) no-repeat 50% 50% / cover;
    padding: 80px 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.top_move_inner:before {
    background: url(img/header/header_bg.jpg) no-repeat 50% 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    z-index: -1;
}
.top_move_inner:hover:before {
    opacity: 0;
}
.top_move_text {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
    position: relative;
}
/* モーダルCSS */
.modalArea {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
}
.modalBg {
    background-color: rgba(30, 30, 30, 0.9);
    height: 100%;
    width: 100%;
}
.modalWrapper {
    left: 50%;
    padding-top: 4.125%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -45%);
    width: 50%;
}
.modalinner {
    aspect-ratio: 16 / 9;
    max-width: 950px;
}
.modalinner iframe {
    height: 100%;
    width: 100%;
}
.closeModal {
    cursor: pointer;
    display: block;
    height: auto;
    position: absolute;
    right: 60px;
    top: 90px;
    width: 55px;
    aspect-ratio: 1/1;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.closeModal span {
    background-color: #ffffff;
    display: block;
    height: 3px;
    margin: auto;
    transition: width 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    border-radius: 10px;
    width: 55%;
}
.closeModal span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate3d(63%, 16px, 0px);
}
.closeModal span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translate3d(-51%, 14px, 0px);
}
#openModal {
    background: none;
    border: none;
    text-align: center;
}
#openModal span:nth-child(1) {
    background: none;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: relative;
    width: 100px;
}
#openModal span:nth-child(1):before {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #ffffff;
    border-top: 20px solid transparent;
    content: "";
    left: 50%;
    margin: 0 0 0 5px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
#openModal span:nth-child(2) {
    color: #fff;
    font:
        600 15px "Titillium Web",
        sans-serif;
    letter-spacing: 0.1em;
}
.modalWrapper .btn_cta {
    margin-top: 30px;
}
/*-------------------------------------
Topページ ホームページの役割
-------------------------------------*/
.top_homepage_wrap {
    position: relative;
    z-index: 0;
}
.top_homepage_inner {
}
.top_homepage_wrap .common_ttl h2:before {
    border-color: #1976d2 transparent transparent transparent;
    border-style: solid;
    border-width: 45px 2.5px 0 2.5px;
    content: "";
    display: block;
    height: 0;
    margin-right: 25px;
    transform: rotate(325deg);
    width: 0;
}
.top_homepage_wrap .common_ttl h2:after {
    border-color: #1976d2 transparent transparent transparent;
    border-style: solid;
    border-width: 45px 2.5px 0 2.5px;
    content: "";
    display: block;
    height: 0;
    margin-left: 20px;
    transform: rotate(-325deg);
    width: 0;
}
.top_homepage_wrap .common_ttl h2 {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.top_homepage_inner_wrap {
}
.top_homepage_img {
    -webkit-align-items: center;
    align-items: center;
    background: url(img/header/header_bg.jpg);
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0 0
        max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 30%;
    z-index: 1;
}
.top_homepage_img img {
    width: 80% !important;
}
.top_homepage_text {
    background: #fff;
    border-radius: 0 max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
        max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0;
    padding: 50px 120px 50px 50px;
    position: relative;
    width: 70%;
}
.top_homepage_text:before {
    background: url(img/top/top_homepage_icon02.svg) no-repeat;
    content: "";
    height: 300px;
    position: absolute;
    right: -17px;
    top: -37%;
    width: 128px;
}
.top_homepage_inner .cta_btn2 {
    margin-left: auto;
}
/*-------------------------------------
Topページ スマホ制作実績スライダー
-------------------------------------*/
.top_slide_wrap {
    animation: text_slide2 41s linear infinite;
    background: url(img/top/top_works_slider.png) repeat-x 0 0 / 4905px 80px;
    background-size: cover;
    padding-top: 454px;
    width: 100%;
}
/*-------------------------------------
Topページ 他を圧倒するサービス内容
-------------------------------------*/
.top_service_wrap {
}
.top_service_wrap ul {
    justify-content: space-evenly;
    text-align: center;
}
.top_service_wrap li {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    max-width: 310px;
    padding: 50px 30px 40px 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.top_service_wrap li:before {
    content: "";
    height: 20px;
    width: 80%;
    position: absolute;
    top: -10px;
    left: 50%;
    background: var(--m_color2);
    transform: translateX(-50%);
    border-radius: 50px;
}
.top_service_wrap li:nth-child(2):before {
    background: #00cca6;
}
.top_service_wrap li:nth-child(3):before {
    background: #fde400;
}

.top_service_img {
    margin-bottom: 40px;
}
.top_service_img img {
    width: 65%;
}
.top_service_ttl {
    font-weight: bold;
    margin-bottom: 50px;
}
/*-------------------------------------
TOPページ よくある質問
-------------------------------------*/
.top_faq_wrap {
}
.top_faq_inner {
    padding: 0 20px;
}
.top_faq_inner .faq_list li {
    box-shadow: none;
}
/*-------------------------------------
TOPページ 新着コラム記事
-------------------------------------*/
.top_new_column_wrap {
}
.top_new_column_left {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    position: relative;
    width: 285px;
    width: 100%;
}
.top_new_column_left_inner {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    height: 350px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 290px;
    z-index: 0;
}
.top_new_column_left_inner:before {
    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:
        url(img/common/dot_bg4.svg) 50% / 3%,
        linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    border-radius: 0 max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
        max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0;
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vh;
    z-index: -1;
}
.top_new_column_left_inner h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.top_new_column_left_inner h2:before {
    color: #fff;
    font-size: 16px;
}
.top_new_column_left_inner h2:after {
    background: #fff;
}
.top_new_column_right {
    margin-left: auto;
    margin-right: 0;
    max-width: 1210px;
    width: calc(50vw + 250px);
}
.top_new_column_right .slider_item {
    display: inline-block;
    float: none;
    height: auto;
    padding: 0 15px 10px 15px;
}
@media only screen and (min-width: 769px) {
    .top_new_column_right .slider_item {
        width: 338px !important;
    }
}
.top_new_column_right .slider_item section {
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 4px 4px 10px 0 #d6e0e3;
    display: block;
    height: 100%;
    outline: none;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: column;
}
.top_new_column_right .slider_item a img {
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    transition: 0.3s;
}
.top_new_column_right .slider_item:hover img {
    transform: scale(1.1) !important;
}
.top_new_column_num {
    background: #febe00;
    background: -moz-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: -webkit-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    border-radius: max(15px, min(10px, calc((100vw - 10px - 100%) * 9999))) 0 0 0;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febe00', endColorstr='#fdfe00', GradientType=1);
    height: 40px;
    padding: 7px 0 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.top_new_column_num i {
    color: #ffeb3b;
    font-size: 30px;
    padding: 0 5px 0 0;
}
.top_new_column_num span {
    font:
        20px/1 "din1451alt",
        "Noto Sans",
        "Noto Sans CJK JP",
        "Noto Sans CJK JP Subset",
        sans-serif;
}
/*スライダー調整*/
.top_new_column_wrap .slick-track,
.column_pickup_list .slick-track {
    display: flex;
}
.slick-prev,
.slick-next {
    background: url(img/common/arrow_btn02.svg) no-repeat;
    height: 67px;
    width: 67px;
    z-index: 1;
}
.slick-prev {
    left: -33px;
    margin-top: -33px;
    transform: scale(-1, 1);
}
.slick-next {
    left: 645px;
}
.slick-prev:before,
.slick-next:before {
    content: none;
}
.slick-next:hover,
.slick-prev:hover {
    background: url(img/common/arrow_btn02.svg) 50% 50% / contain;
    opacity: 0.5;
}
.slider_column_details {
    background: #fff;
    padding: 20px 30px;
}
.slider_column_title {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    position: relative;
    text-align: left;
}
.slider_column_info {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 13px;
    margin-bottom: 15px;
}
.slider_column_info > p {
    width: fit-content;
}
.slider_column_info .column_cat {
    border-radius: 21px;
    color: #007cd8;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
}
.slider_column_info .column_clock * {
    font-family: "din1451alt", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
    font-size: 15px;
    margin-right: 10px;
}
.column_pickup_txt {
    padding: var(--m_ps3);
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.column_pickup_txt .column_title {
    font-size: 16px;
}

/*-------------------------------------
topページ お知らせ
-------------------------------------*/
.top_news_wrap {
}
.top_news_inner {
}
.top_news_inner ul {
}
.top_news_inner li {
    border-bottom: 1px solid #ebf0f6;
    padding: 20px 0;
}
.top_news_inner li a {
    text-decoration: none;
}
.top_news_inner li span {
    border: 1px solid;
    color: #007dd8;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 106px;
    /* border-radius: 30px; */
    padding: 5px 10px;
    text-align: center;
    transition: 0.3s;
}
.top_news_inner li time {
    color: #b7c5cb;
    font:
        normal 17px "Montserrat",
        san-serif;
    letter-spacing: 0.035em;
    margin-left: 20px;
    margin-right: 30px;
    padding: 4px 0 0;
}
.top_news_right {
    transition: 0.3s;
}
.top_news_inner li:hover .top_news_right {
    color: #007cd8;
}
/*-------------------------------------
topページ 月額制のホームページ制作で、集客力を強化しませんか？
-------------------------------------*/
.top_cta_wrap {
    background: url(img/top/top_cta_bg.jpg) no-repeat 50% 15%;
    background: -moz-linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    background: url(img/top/top_cta_bg.jpg) no-repeat 50% 15%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    position: relative;
    z-index: 0;
}
.top_cta_wrap:before {
    background: url(img/top/top_cta_wrap_icon01.svg) no-repeat 0 0 / contain;
    content: "";
    display: block;
    height: auto;
    left: 5%;
    position: absolute;
    top: -15%;
    width: 17%;
    z-index: -1;
    aspect-ratio: 217/150;
}
.top_cta_wrap:after {
    background: url(img/top/top_cta_wrap_icon02.svg) no-repeat 0 0 / contain;
    content: "";
    display: block;
    height: auto;
    position: absolute;
    right: 5%;
    top: -15%;
    width: 19%;
    z-index: -1;
    aspect-ratio: 245/150;
}
.top_cta_wrap p {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
}
.top_cta_wrap p span {
    color: #fff;
}
.top_cta_inner > div:nth-child(1) {
    margin-right: 50px;
}
/*-------------------------------------
ホームページ制作ページ
-------------------------------------*/
.service_bizsai {
}
.service_bizsai_inner {
}
.service_bizsai ul {
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 80px;
    counter-reset: number 0;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.service_bizsai ul:before {
    content: "";
    width: min(95vw, 110%);
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #e5f7fe;
    border-radius: var(--border_r);
    margin-left: auto;
}
.service_bizsai li {
    width: calc(100% / 3 - 2vw);
    background: #fff;
    box-shadow:
        -10px -10px 30px 0 rgb(255 255 255 / 63%),
        10px 10px 40px 0 rgb(52 153 183 / 23%);
    padding: var(--m_ps5);
    position: relative;
    border-radius: var(--border_r);
}
.service_bizsai li:before {
    counter-increment: number 1;
    content: "case." counter(number, decimal-leading-zero);
    /* position: absolute; */
    color: var(--m_color2);
    text-transform: uppercase;
    font: 900 clamp(22px, 3vw, 30px) var(--font_en2);
    margin-bottom: 20px;
    left: var(--m_ps5);
    display: block;
    text-align: center;
}
.service_bizsai li div {
    aspect-ratio: 1/1;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: min(170px, 80%);
}
.service_bizsai li div img {
    height: 100%;
    width: 100%;
}
.service_bizsai li p {
    text-align: center;
    /* color: #007cd8; */
    font: 900 clamp(16px, 3vw, 20px) var(--font_ja);
}
.service_bizsai .service_bizsai_ttl > div {
    /* display: flex; */
    align-items: baseline;
    background: linear-gradient(transparent 72%, #ffeb3b 66%);
    font-size: 30px;
    font-size: clamp(22px, 3vw, 30px);
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: fit-content;
}
.service_bizsai .service_bizsai_ttl:before {
    background: url(img/common/arrow02.svg) no-repeat 50% / contain;
    content: "";
    display: block;
    height: auto;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    aspect-ratio: 69/150;
}
.service_bizsai_ttl div {
    font-weight: 900;
}
.service_bizsai .service_bizsai_ttl img {
    padding: 0 10px;
    width: min(250px, 75vw);
}
/*ビズサイの特長*/
.service_feat {
    margin-bottom: -100px;
}
.service_feat:before {
    background: url(img/service/service_feat_icon.svg) no-repeat;
    content: "";
    height: auto;
    left: 7%;
    position: absolute;
    top: -3%;
    width: min(250px, 30vw);
    aspect-ratio: 211/150;
}
.service_feat .common_h3 span {
    font-size: 40px;
    font-weight: 900;
}
.service_feat .common_h3 span span {
    color: #007cd8;
    font: 75px "din1451alt";
}
.service_feat ul {
    counter-reset: number 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_feat li {
    background: #fff;
    border: 5px solid #e1e8f1;
    border-radius: max(20px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    margin-bottom: 50px;
    padding: 50px;
    position: relative;
    width: calc(100% / 3 - 30px);
    z-index: 0;
}
.service_feat_img {
    bottom: 100%;
    left: 50%;
    margin-bottom: -10%;
    max-width: 72px;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}
.service_feat_img {
    width: 100%;
}
.service_feat_ttl {
    border-bottom: 1px solid #007cd8;
    color: #007cd8;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
}
.service_feat li:before {
    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, #ffffff 10%, rgba(0, 178, 249, 0.2) 100%);
    -webkit-background-clip: text;
    bottom: 0;
    color: #acb6e5;
    content: counter(number) " ";
    counter-increment: number 1;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font:
        140px/1 "Montserrat",
        sans-serif;
    margin-bottom: -3px;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}
.service_feat li p {
}
/*ビズサイが選ばれる理由*/
.service_reason {
    margin-bottom: -100px;
    overflow: hidden;
}
.service_reason ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_reason li {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    margin-bottom: 60px;
    padding: 50px;
    width: calc(100% / 2 - 30px);
    position: relative;
    overflow: hidden;
}
.service_reason li:before {
    content: "";
    height: 20px;
    width: min(300px, 80%);
    position: absolute;
    top: -10px;
    left: 50%;
    background: var(--m_color);
    transform: translateX(-50%);
    border-radius: 50px;
}
.service_reason li:nth-child(2):before {
    background: var(--m_color2);
}
.service_reason li:nth-child(3):before {
    background: #00cca6;
}
.service_reason li:nth-child(4):before {
    background: #fde400;
}
.service_reason_img {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.service_reason_text {
}
.service_reason_text > div:not(.btn_cta) {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0.035em;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: fit-content;
}
.service_reason_text > p {
}

/*リニューアルの実例*/
.service_renewal {
}
.service_renewal_works01 {
    justify-content: space-between;
}
.service_renewal_works01_inner {
    width: 48%;
}
.service_renewal_works01_img {
    margin-bottom: 20px;
}
.service_renewal_works01_ttl {
    font-size: 18px;
    font-weight: 900;
}
.service_renewal_cta {
    justify-content: center;
}
.service_renewal_cta > div:nth-child(1) {
    margin-right: 50px;
}

/*動画制作サービス*/
.service_ezomotion {
    margin-bottom: -100px;
}
.service_ezomotion_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding: 0 20px;
}
.service_ezomotion_inner_wrap {
}
.service_ezomotion_img {
    -webkit-align-items: center;
    align-items: center;
    background: url(img/header/header_bg.jpg);
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0 0
        max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 30%;
    z-index: 1;
}
.service_ezomotion_text {
    background: #fff;
    border-radius: 0 max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
        max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0;
    padding: 50px 120px 50px 50px;
    position: relative;
    width: 70%;
}
.service_ezomotion_text .cta_btn2 {
    margin-left: auto;
}
/*-------------------------------------
料金ページ
-------------------------------------*/
.plan_desc img {
    width: min(425px, 65vw) !important;
}
.plan_desc p {
    font-size: 20px;
    font-weight: 900;
}
.plan_col01 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    padding: 0 20px;
}
.plan_price {
}
.plan_price ul {
    justify-content: space-between;
}
.plan_price li {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    text-align: center;
    width: calc(100% / 4 - 30px);
}
.plan_price li section {
    height: 100%;
}
.plan_price h3 {
    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:
        url(img/common/dot_bg4.svg) 50% / 5%,
        linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
        max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0 0;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.25em;
    padding: 20px 10px;
    position: relative;
}
.plan_price li:nth-child(3) h3:before {
    background: #febe00;
    background: -moz-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: -webkit-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    border-radius: 50%;
    box-shadow: 5px 7px 14px 0 rgba(130, 135, 12, 0.3);
    color: #222;
    content: "オススメ";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febe00', endColorstr='#fdfe00', GradientType=1);
    font-size: 12px;
    height: 60px;
    letter-spacing: 0;
    padding: 19px 0;
    position: absolute;
    right: 2%;
    top: -33%;
    transform: rotate(15deg);
    width: 60px;
}
.plan_price li:nth-child(1) h3 {
    background: #dd004d;
    background: -moz-linear-gradient(45deg, #dd004d 1%, #d30094 35%, #bf00bc 55%, #8600c4 75%, #7500f2 100%);
    background: -webkit-linear-gradient(45deg, #dd004d 1%, #d30094 35%, #bf00bc 55%, #8600c4 75%, #7500f2 100%);
    background:
        url(img/common/dot_bg4.svg) 50% / 5%,
        linear-gradient(45deg, #dd004d 1%, #d30094 35%, #bf00bc 55%, #8600c4 75%, #7500f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd004d', endColorstr='#7500f2', GradientType=1);
}
.plan_price li:nth-child(2) h3 {
    background: #7500f2;
    background: -moz-linear-gradient(45deg, #7500f2 1%, #3800d3 35%, #0012ba 55%, #0037b7 75%, #004bb1 100%);
    background: -webkit-linear-gradient(45deg, #7500f2 1%, #3800d3 35%, #0012ba 55%, #0037b7 75%, #004bb1 100%);
    background:
        url(img/common/dot_bg4.svg) 50% / 5%,
        linear-gradient(45deg, #7500f2 1%, #3800d3 35%, #0012ba 55%, #0037b7 75%, #004bb1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7500f2', endColorstr='#004bb1', GradientType=1);
}
.plan_price li:nth-child(4) h3 {
    background: #00beff;
    background: -moz-linear-gradient(45deg, #00beff 0%, #00c4d6 35%, #00cca6 55%, #00c69f 75%, #00cc7d 100%);
    background: -webkit-linear-gradient(45deg, #00beff 0%, #00c4d6 35%, #00cca6 55%, #00c69f 75%, #00cc7d 100%);
    background:
        url(img/common/dot_bg4.svg) 50% / 5%,
        linear-gradient(45deg, #00beff 0%, #00c4d6 35%, #00cca6 55%, #00c69f 75%, #00cc7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00beff', endColorstr='#00cc7d', GradientType=1);
}
.plan_price_desc {
    display: -webkit-flex;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    height: calc(100% - 76px);
    padding: 40px 30px;
}
.plan_price_price {
    color: #007cd8;
    font:
        45px "din1451alt",
        sans-serif;
    padding: 0 0 5px;
}
.plan_price_price span {
    font-size: 20px;
    font-weight: bold;
    padding: 0 5px;
}
.plan_price li .plan_price_price_other {
    border-bottom: 1px solid #ebf0f6;
    padding-bottom: 25px;
    text-align: center;
}
.plan_price li p {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: left;
}
.plan_basic_area {
    border: 5px solid #e5f2fb;
    margin-left: auto;
    margin-right: auto;
    max-width: 295px;
    width: 100%;
}
.plan_basic_area:before {
    content: "";
    display: block;
    height: 1px;
    order: 3;
    width: calc(100% / 3);
}
.plan_basic_area:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100% / 3);
}
.plan_basic_area > div {
    border: none;
    height: auto;
    padding: 18px 5px;
    width: calc(100% / 3);
}
.plan_basic_area > div:nth-child(3n + 2) {
    border-left: 1px solid #ebf0f6;
    border-right: 1px solid #ebf0f6;
}
.plan_basic_area > div:nth-child(4),
.plan_basic_area > div:nth-child(5),
.plan_basic_area > div:nth-child(6) {
    border-bottom: 1px solid #ebf0f6;
    border-top: 1px solid #ebf0f6;
}
.plan_basic_area > div img {
    height: 52px;
    transform: scale(1.1);
}
.plan_basic_area_standard > div:nth-child(4),
.plan_basic_area_standard > div:nth-child(5),
.plan_basic_area_standard > div:nth-child(6) {
    /* border-bottom: none; */
}
.plan_basic_area_standard > div:nth-child(6) {
    border-right: none;
}
.plan_basic_area_standard > div:nth-child(7),
.plan_basic_area_ec > div:nth-child(7) {
    border-right: 1px solid #ebf0f6;
}
.plan_price_desc .btn_cta {
    margin-top: auto;
}
/*各プランに含まれている項目*/
.std_feat {
}
.std_feat ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.std_feat li {
    background: #f7f7f7;
    background: #e5f7fe;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    margin-bottom: 50px;
    padding: 50px;
    width: calc(100% / 3 - 50px);
}
.std_feat_img {
    margin-bottom: 30px;
    text-align: center;
}
.std_feat_img img {
    min-width: 122.48px;
}
.std_feat_ttl {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}
.std_feat_ttl:after {
    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%);
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    width: 50px;
}
.std_feat ul + div.cta_btn2 {
    margin-left: auto;
}
/*各プラン詳細*/
.plan_tab {
    border-bottom: 5px solid #007cd8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
}
.plan_tab li {
    background: #e5f7fe;
    border-radius: max(5px, min(10px, calc((100vw - 10px - 100%) * 9999)))
        max(5px, min(10px, calc((100vw - 10px - 100%) * 9999))) 0 0;
    width: calc(100% / 4 - 30px);
}
.plan_tab li a {
    border-radius: max(5px, min(10px, calc((100vw - 10px - 100%) * 9999)))
        max(5px, min(10px, calc((100vw - 10px - 100%) * 9999))) 0 0;
    color: #007cd8;
    display: block;
    font-size: 20px;
    font-weight: 900;
    margin: 0 2px;
    padding: 21px 20px;
    text-align: center;
    text-decoration: none;
}
.plan_tab li.active a {
    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%);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    height: 100%;
}
.plan_area {
    background: #fff;
    display: none;
    opacity: 0;
    padding: 50px 0 0;
}
.plan_area.is-active {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: displayAnime;
    display: block;
}
@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.plan_area h3 {
    font-size: 30px;
}
.plan_area_desc {
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    font-size: 20px;
    font-weight: 900;
    padding: 50px 20px;
    z-index: 0;
}
.plan_details_simple .plan_area_desc:before {
    background: url(img/plan/plan_details_simple_icon.svg) no-repeat;
    content: "";
    aspect-ratio: 127/150;
    height: auto;
    position: absolute;
    right: 2%;
    top: -80%;
    width: min(156px, 20vw);
    z-index: -1;
}
.plan_details_simple .plan_area_desc:after {
    background: url(img/plan/plan_details_simple_icon02.svg) no-repeat;
    content: "";
    height: auto;
    left: 4%;
    position: absolute;
    top: -75%;
    width: 144px;
    z-index: -1;
    aspect-ratio: 135/150;
}
.plan_details_standard .plan_area_desc:before {
    background: url(img/plan/plan_details_standard_icon01.svg) no-repeat;
    content: "";
    height: auto;
    position: absolute;
    right: 2%;
    top: -84%;
    width: 169px;
    z-index: -1;
    z-index: -1;
    aspect-ratio: 157/150;
}
.plan_details_standard .plan_area_desc:after {
    background: url(img/plan/plan_details_standard_icon02.svg) no-repeat;
    content: "";
    height: auto;
    left: 4%;
    position: absolute;
    top: -88%;
    width: 95px;
    z-index: -1;
    aspect-ratio: 83/150;
}
.plan_details_premium .plan_area_desc:before {
    background: url(img/plan/plan_details_premium_icon01.svg) no-repeat;
    content: "";
    height: auto;
    position: absolute;
    right: 2%;
    top: -64%;
    width: 167px;
    z-index: -1;
    aspect-ratio: 165/150;
}
.plan_details_premium .plan_area_desc:after {
    background: url(img/plan/plan_details_premium_icon02.svg) no-repeat;
    content: "";
    height: auto;
    left: 4%;
    position: absolute;
    top: -83%;
    width: 120px;
    z-index: -1;
    aspect-ratio: 95/150;
}
.plan_details_ec .plan_area_desc:before {
    background: url(img/plan/plan_details_ec_icon01.svg) no-repeat;
    content: "";
    height: auto;
    position: absolute;
    right: 2%;
    top: -92%;
    width: 169px;
    z-index: -1;
    aspect-ratio: 141/150;
}
.plan_details_ec .plan_area_desc:after {
    background: url(img/plan/plan_details_ec_icon02.svg) no-repeat;
    content: "";
    height: auto;
    left: 4%;
    position: absolute;
    top: -80%;
    width: 110px;
    z-index: -1;
    aspect-ratio: 106/150;
}
.plan_area_service {
}
.plan_area_price {
    font-size: 25px;
    font-weight: 900;
    /* margin-bottom: 10px; */
}
.plan_area_price span {
    color: #e91e63;
    font: 80px "din1451alt";
    padding: 0 0 30px;
    padding: 0 5px;
}
.plan_area_price_y {
    background: linear-gradient(transparent 60%, #ffeb3b 60%);
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
    width: fit-content;
}
.plan_area_price_y::after {
    aspect-ratio: 100/94;
    background: url(img/plan/y_agreement.svg) no-repeat 50% / contain;
    content: "";
    height: auto;
    left: 107%;
    position: absolute;
    top: -115%;
    width: 70px;
}
.plan_details_icon {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 150px;
}
.plan_details_icon li {
    border: 2px solid;
    border-radius: 50px;
    color: #017cd8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 3px 20px;
}
.plan_area_service_detail {
    border: 10px solid #e5f2fb;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    padding: 50px 50px 0;
}
.plan_area_service_detail ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.plan_area_service_detail ul:before,
.plan_area_service_detail ul:after {
    content: "";
    order: 2;
    width: calc(100% / 4 - 30px);
}
.plan_area_service_detail li {
    border: 5px solid #e5f2fb;
    margin-bottom: 50px;
    padding: 30px;
    width: calc(100% / 4 - 30px);
}
.plan_area_service_detail_ttl {
    margin-bottom: 17px;
}
.plan_area_service_detail_img {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 0;
}
.plan_area_service_detail_img:before {
    border: 9px solid #e5f7fe;
    border-radius: 50%;
    content: "";
    height: 55px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    z-index: -1;
}
.plan_area_service_detail_txt {
    font-size: 14px;
}
.plan_area_service_detail_inner p {
}
.plan_area_table > div {
    -webkit-align-items: center;
    align-items: center;
    border: 5px solid #e5f2fb;
    border-right: none;
    cursor: pointer;
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    height: 120px;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 120px;
}
.plan_area_table > div:last-child {
    border-right: 5px solid #e5f2fb;
}
.plan_area_btn > div:nth-child(1) {
    margin-right: 50px;
}
.plan_area_security {
    margin-bottom: 100px;
}
.plan_area_security span {
    color: #007cd8;
    font-size: 40px;
    font-weight: 900;
}
.plan_area_security span span {
    color: #007cd8;
    font: 75px "din1451alt";
}
.plan_area_custom {
    border-top: 2px solid #e5f2fb;
    padding-top: 100px;
}
.plan_area_custom li {
    margin-bottom: 80px;
}
.plan_area_custom li:nth-child(2) .plan_area_custom_img {
    order: 2;
}
.plan_area_custom li:last-child {
    margin-bottom: 0;
}
.plan_area_custom_item {
    justify-content: space-between;
}
.plan_area_custom_img {
    width: 50%;
}
.plan_area_custom_text {
    width: 45%;
}
.plan_area_custom_text h5 {
    color: #007bd7;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
    position: relative;
}
.plan_area_custom_text h5:after {
    background: #007bd7;
    border-radius: 10px;
    content: "";
    display: block;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 20%;
}
.plan_area_custom_price {
    font-size: 20px;
    font-weight: 900;
}
.plan_area_custom_price span {
    color: #e91e63;
    font: 70px "din1451alt";
    position: relative;
}
.plan_area_custom_price span:before {
    aspect-ratio: 100/94;
    background: url(img/plan/subsc_price_icon.svg) no-repeat 50% / contain;
    content: "";
    height: auto;
    position: absolute;
    right: calc(100% + 10%);
    top: 0;
    width: min(7vw, 75px);
}
.plan_details_premium .plan_area_custom_price span:before {
    background: url(img/plan/op_price_icon.svg) no-repeat 50% / contain;
}
.plan_details_ec .plan_area_custom_price span:before {
    content: none;
}
.plan_area_custom_text p {
}

/*料金ページ専用CTA 料金シミュレーター＆構成診断*/
.plan_cta_wrap {
    position: relative;
    z-index: 0;
}
.plan_cta_bg {
    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:
        url(img/common/dot_bg4.svg) 50% / 2%,
        linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d9c47', endColorstr='#eaff00', GradientType=1);
    height: 65%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.plan_cta_inner {
    -webkit-justify-content: center;
    justify-content: center;
}
.plan_cta_inner > div {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 0 6px 20px 0 rgba(40, 47, 60, 0.3);
    box-shadow: 0 21px 20px -20px rgba(40, 47, 60, 0.3);
    padding: 50px;
    padding: 40px 30px;
    width: 40%;
}
.plan_cta_inner > div:nth-child(1) {
    margin-right: 50px;
}
.plan_cta_ttl {
    border-bottom: 3px solid #e5f2fb;
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 30px;
    padding: 0 0 20px;
    text-align: center;
}
.plan_cta_img img {
    max-width: 150px;
}
.plan_cta_inner p {
    margin-bottom: 50px;
    margin-top: 30px;
}
.plan_cta_inner .btn_cta {
}
/*オプション一覧*/
.plan_op_wrap {
}
.plan_op_wrap .common_h2 {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.plan_op_wrap .common_h2:after {
    aspect-ratio: 96/94;
    background: url(img/plan/plan_op_icon.svg) no-repeat 50% / contain;
    content: "";
    height: auto;
    left: calc(100% + 9%);
    position: absolute;
    top: 14%;
    transform: translateY(-50%);
    width: max(8vw, 96px);
}
.plan_op_inner {
}
.plan_op_inner table {
    background: #fff;
    border: 5px solid #e5f2fb;
    border-top: none;
    table-layout: fixed;
    width: 100%;
}
.plan_op_inner table tbody {
    display: table;
    width: 100%;
}
.plan_op_inner th {
    border-bottom: 1px solid #d5e5f4;
    border-right: 1px solid #d5e5f4;
    color: #007cd8;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: left;
    width: 225px;
}
.plan_op_inner th.th {
    width: 285px;
}
.plan_op_inner th:not(.plan_op_ttl) > div {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
}
.plan_op_inner th img {
    max-height: 25px;
    max-width: 35px;
    padding: 0 10px 0 0;
}
.plan_op_inner th.plan_op_ttl {
    background: #f2f7fc;
    border-top: 5px solid #e5f2fb;
    font-size: 16px;
    text-align: center;
}
.plan_op_inner th.plan_op_ttl p {
    color: #2c3e57;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
}
.plan_op_inner th.plan_op_ttl p:nth-of-type(2) {
    color: #9eb6c7;
    font-weight: normal;
    margin-top: 2px;
}
.plan_op_inner th.plan_op_ttl p:nth-of-type(2) span {
    color: #9eb6c7;
    font-size: 15px;
}
.plan_op_inner th.plan_op_ttl p span {
    color: #e91e63;
    font: 25px "din1451alt";
    font-weight: normal;
    padding: 0 3px;
}
.plan_op_inner th p {
    color: #9eb6c7;
    font:
        20px "din1451alt",
        "NotoSansJP",
        "Noto Sans CJK JP",
        "Noto Sans CJK JP Subset",
        sans-serif;
    margin-top: 5px;
}
.plan_op_inner th p span {
    color: #9eb6c7;
    font:
        bold 13px "din1451alt",
        "NotoSansJP",
        "Noto Sans CJK JP",
        "Noto Sans CJK JP Subset",
        sans-serif;
    padding: 0 3px;
}
.plan_op_inner th p .op_tax {
    font-weight: normal;
    padding: 0;
}
.plan_op_inner th p .op_tax span {
    font-size: 15px;
    font-weight: normal;
}
.plan_op_inner td {
    background: #fff;
    border-bottom: 1px solid #ebf0f6;
    border-right: 1px solid #ebf0f6;
    text-align: center;
    vertical-align: middle;
}
.plan_op_inner td img {
    max-width: 25px;
}
/*料金シミュレーション*/
.plan_simulation_wrap {
}
.plan_simulation_inner {
    margin: 0 auto;
}
.tab_wrap {
}
input[type="radio"] {
    display: none;
}
.tab_area {
    font-size: 0;
    margin: 0 0 3vw;
}
.plan_simulation_wrap .plan_simulation_title {
    -webkit-align-items: center;
    align-items: center;
    color: #20537d;
    display: -webkit-flex;
    display: flex;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: left;
}
.plan_simulation_title span {
    background: #20537d;
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    font-family: "fontopo", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
    font-size: 20px;
    font-weight: 400 !important;
    height: 35px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 35px;
}
.plan_simulation_wrap .plan_simulation_supplement {
    color: #20537d;
    font-weight: 700;
    margin: 0 0 15px;
}
.btn_main {
    margin: 0 0 3vw;
}
.btn_main input {
    display: none;
}
.tab_area label,
.btn_main label {
    border: 2px solid #bcbdbf;
    /* border-bottom: 4px solid #212d71; */
    border-radius: 10px;
    color: #bcbdbf;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5em;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    transition: ease 0.2s opacity;
    transition: 0.3s;
    width: calc(100% / 2 - 10px);
}
.btn_main .special_plan {
    background: #fff;
    position: relative;
    transition: 0.2s;
}
.btn_main .special_plan:before,
.btn_main .special_plan:after {
    background: #c6e8fc;
    border: 1px solid #a8defe;
    border-radius: 10px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: -10;
}
.btn_main .special_plan:before {
    -webkit-animation: anime 2s ease-out infinite;
    animation: anime 2s ease-out infinite;
}
.btn_main .special_plan:after {
    -webkit-animation: anime 2s ease-out 1s infinite;
    animation: anime 2s ease-out 1s infinite;
}
@keyframes anime {
    0% {
        opacity: 1;
        transform: scale(0.95);
    }
    90% {
        opacity: 0.1;
    }
    to {
        opacity: 0;
        transform: scale(1.2, 1.5);
    }
}
.tab_area label:nth-child(2n + 2) {
    margin: 0 15px 15px 0;
}
.tab_area label:hover,
.btn_main label:hover {
    letter-spacing: 0.65em;
}
.panel_area {
}
.tab_panel {
    display: none;
    padding: 0;
    position: relative;
    width: 100%;
}
.tab_panel p {
    font-size: 14px;
    letter-spacing: 1px;
}
#tab1:checked ~ .panel_area .tab1_label,
#tab2:checked ~ .panel_area .tab2_label,
#tab3:checked ~ .panel_area .tab3_label,
#tab4:checked ~ .panel_area .tab4_label,
.check_box:checked + .label {
    border-color: #007cd8;
    color: #007cd8;
}
#tab1:checked ~ .panel_area #sbsk_01 {
    display: flex;
}
.left_side,
.right_side {
    width: 50%;
}
.right_side {
    background: #e5f7fe;
    height: fit-content;
    left: 0;
    margin: 0 0 0 auto;
    max-width: 500px;
    padding: 50px;
    position: sticky;
    top: 77px;
    width: 45%;
}
.right_side .no {
    font-family: "fontopo", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}
#tab2:checked ~ .panel_area #sbsk_02 {
    display: flex;
}
#tab3:checked ~ .panel_area #sbsk_03 {
    display: flex;
}
#tab4:checked ~ .panel_area #sbsk_04 {
    display: flex;
}
.check_main {
    margin: 0 auto 30px;
}
/*契約月決め　スライダー*/
.range_main {
    margin: 0 auto 3vw;
}
.range_text span {
    color: #007cd8;
    font-weight: 700;
}
#o_sbsk_01,
#o_sbsk_02,
#o_sbsk_03 {
    color: #007cd8;
    font-family: "fontopo", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
input[type="range"] {
    -webkit-appearance: none;
    background-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    height: 2em;
    line-height: 1;
    width: 100%;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    width: 100%;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #007cd8;
    border: none;
    border-radius: 1em;
    -webkit-box-shadow: 0 5px 10px rgba(152, 165, 183, 0.6);
    -moz-box-shadow: 0 5px 10px rgba(152, 165, 183, 0.6);
    box-shadow: 0 5px 10px rgba(152, 165, 183, 0.6);
    cursor: pointer;
    height: 2em;
    margin-top: 0;
    width: 2em;
}
input[type="range"]::-moz-range-thumb {
    background-color: #007cd8;
    border: none;
    border-radius: 1em;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 4px 4px 8px 4px rgba(155, 155, 155, 0.5);
    box-shadow: 4px 4px 8px 4px rgba(155, 155, 155, 0.5);
    cursor: pointer;
    height: 2em;
    margin-top: 0;
    width: 2em;
}
input[type="range"]::-ms-thumb {
    background-color: #007cd8;
    border: none;
    border-radius: 1em;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 4px 4px 8px 4px rgba(155, 155, 155, 0.5);
    box-shadow: 4px 4px 8px 4px rgba(155, 155, 155, 0.5);
    cursor: pointer;
    height: 2em;
    margin-top: 0;
    width: 2em;
}
input[type="range"]:hover::-webkit-slider-thumb {
    border-color: rgba(255, 255, 255, 0.7);
}
input[type="range"]:hover::-moz-range-thumb {
    border-color: rgba(255, 255, 255, 0.7);
}
input[type="range"]:hover::-ms-thumb {
    border-color: rgba(255, 255, 255, 0.7);
}
input[type="range"]:active::-webkit-slider-thumb {
    border-color: #ffffff;
}
input[type="range"]:active::-moz-range-thumb {
    border-color: #ffffff;
}
input[type="range"]:active::-ms-thumb {
    border-color: #ffffff;
}
input[type="range"]::-webkit-slider-runnable-track {
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    cursor: pointer;
    height: 1em;
    width: 100%;
}
input[type="range"]::-moz-range-track {
    background-color: transparent;
    border-bottom: 2px solid #ddd;
    cursor: pointer;
    height: 1em;
    width: 100%;
}
input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
}
/*オプションの部分*/
.tg_list {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tg_list_item {
    display: flex;
    display: -webkit-flex;
    margin: 0 0 15px;
    width: 50%;
}
.tg_list_item p {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
    width: calc(100% - 37px);
}
.tg_list .option {
    display: none;
}
.option + label {
    background: #fff;
    border: 4px solid #ddd;
    border-radius: 2em;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    outline: 0;
    padding: 2px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 37px;
}
.option + label span {
    display: none;
}
.option + label:after {
    background: #ddd;
    border-radius: 1em;
    content: "";
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 50%;
}
.option:checked + label:after {
    background: #007cd8;
    left: 50%;
}
.option:checked + label {
    border: 4px solid #007cd8;
}
/*ここまで*/
.sbsk_table_wrap {
    border-bottom: 2px solid #007cd8;
    border-top: 2px solid #007cd8;
    padding: 10px 0;
    position: relative;
}
.sbsk_table_inner {
    height: 100%;
    max-height: calc(100vh / 3);
    overflow-y: auto;
    padding: 0 10px 0 0;
    scrollbar-color: #007cd8 #e5f7fe;
    scrollbar-width: thin;
}
.sbsk_table_inner::-webkit-scrollbar {
    height: 4px;
    width: 8px;
}
.sbsk_table_inner::-webkit-scrollbar-track {
    background: #e5f7fe;
}
.sbsk_table_inner::-webkit-scrollbar-thumb {
    background: #007cd8;
    border-radius: 10px;
}
.sbsk_table {
    font-size: 13px;
    table-layout: fixed;
    width: 100%;
}
.sbsk_table th {
    border-bottom: 1px solid #007cd8;
    color: #007cd8;
    font-weight: 700;
    padding: 0 10px 10px;
    width: 50px;
}
.sbsk_table th:nth-child(1) {
    width: 13px;
}
.sbsk_table th:nth-child(3) {
    width: 25px;
}
.sbsk_table td {
    border-bottom: 1px solid #ccc;
    color: #646464;
    padding: 10px;
    text-align: center;
}
.sbsk_table td:nth-of-type(2) {
    text-align: left;
}
.sbsk_table tr td:last-child {
    font-family: "fontopo", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.sbsk_table tr:nth-last-of-type(2) td {
    border-bottom: none;
    padding: 10px 10px 0;
}
.sbsk_table tr.sum_td td {
    display: none;
}
.sbsk_table tr.sum_tax td {
    border-bottom: 2px solid #007cd8;
    border-top: 1px solid #007cd8;
}
.sbsk_table td.right {
    text-align: right;
}
.total_money {
    color: #3f51b5;
    font-size: 45px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
}
.total_money span.text {
    color: #007cd8;
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0 0 10px 0;
}
.total_money .monthly_fee,
.total_money .monthly_fee p {
    color: #007cd8;
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}
.total_money .monthly_fee span {
    color: #007cd8;
}
.total_money .total_text_text,
.total_money .monthly_fee .monthly_txt {
    color: #007cd8;
    display: inline-block;
    font: 70px "din1451alt";
    font-weight: normal;
    line-height: 1;
}
.total_money .total_text_text span {
    color: #007cd8;
    font-size: 30px;
    font-weight: 700;
    padding: 0 10px 0 0;
}
.monthly_fee {
    border: 2px solid #007cd8;
    margin: 3vw 0 0;
    padding: 20px 30px;
}
@media screen and (max-width: 768px) {
    #tab1:checked ~ .panel_area #sbsk_01,
    #tab2:checked ~ .panel_area #sbsk_02,
    #tab3:checked ~ .panel_area #sbsk_03,
    #tab4:checked ~ .panel_area #sbsk_04 {
        flex-direction: column;
    }
    .left_side,
    .right_side {
        max-width: 100%;
        width: 100%;
    }
    .tab_wrap {
        margin: 20px auto;
    }
}

/*SP時のみ追従してい来る料金領域*/
#simulator .fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f00;
    left: 0;
    z-index: 9;
}

/*-------------------------------------
制作実績ページ 絞り込み検索
-------------------------------------*/
.service_works_search_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_works_search .ttl,
.service_works_search .ttl span {
    font-weight: bold;
    font-size: clamp(22px, 3vw, 32px);
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
.service_works_search .ttl i {
    margin-right: 10px;
}
.cat_search_column_wrap {
    padding: 0 20px;
}
.cat_search_column,
.service_works_search {
    border: 4px solid #ebf0f6;
    border-radius: 10px;
    padding: 40px 50px;
}
.service_works_search dl {
}
.cat_search_column_inner .ttl,
.service_works_search dt {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
.cat_search_column_inner .ttl:before,
.service_works_search dt:before {
    background: url(img/common/arrow_btn.svg) no-repeat;
    content: "";
    display: inline-block;
    filter: drop-shadow(2px 7px 8px rgba(25, 146, 212, 0.5));
    height: 30px;
    margin-right: 10px;
    width: 30px;
}
.cat_search_column_inner,
.service_works_search dd {
    border-bottom: 1px solid #ebf0f6;
    margin-bottom: 20px;
    padding: 0 0 20px;
}
.service_works_search dd ul {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.service_works_search dd ul:before {
    content: "";
    height: 1px;
    order: 2;
    width: calc(100% / 4 - 20px);
}
.service_works_search dd ul:after {
    content: "";
    height: 1px;
    width: calc(100% / 4 - 20px);
}
.service_works_search dd ul li {
    /* margin-bottom: 5px; */
    width: calc(100% / 4 - min(12px, 2vw));
    min-width: 250px;
}
.service_works_search dd label {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.service_works_search dd input[type="checkbox"] {
    opacity: 0;
}
.service_works_search dd span {
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    font-size: 15px;
    position: relative;
}
.service_works_search dd span:before {
    border: 1px #cbc7c1 solid;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    margin-right: 5px;
    transition: all 0.2s ease;
    width: 20px;
}
.service_works_search dd input[type="checkbox"]:checked + span::before {
    animation: check 0.6s ease;
    background: #007dd8;
    border: none;
}
@keyframes check {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
.service_works_search dd span:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 9px;
    left: -1px;
    margin: 5px 8px;
    position: absolute;
    top: 3px;
    width: 6px;
    z-index: 1;
}
.service_works_search dd input[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.column_search_text {
    -webkit-align-items: center;
    align-items: center;
}
.column_search_text p {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    /* width: 200px; */
}
.column_search_text p:before {
    background: url(img/common/arrow_btn.svg) no-repeat;
    content: "";
    display: inline-block;
    filter: drop-shadow(2px 7px 8px rgba(25, 146, 212, 0.5));
    height: 30px;
    margin-right: 10px;
    width: 30px;
}
.column_search_text input[type="text"] {
    background: #fff;
    border: 5px solid #ebf0f6;
    height: 60px;
    outline: none;
    padding: 0 10px;
    width: calc(100% - 200px);
    font-family: var(--font_ja);
}
/**/
.search_ohter_wrap {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.service_works_search #btn,
.service_works_search #btn2,
.service_works_search #btn3 {
    background: #f3f3f3;
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 30px;
    padding: 5px 20px;
}
.service_works_search #btn:active,
.service_works_search #btn2:active,
.service_works_search #btn3:active {
    background: #e4e4e4;
}
#search-result-count {
    font-weight: bold;
    margin-top: 20px;
}
#search-result-count span {
    color: #007cd8;
    font:
        35px/1 "din1451alt",
        sans-serif;
    padding: 0 5px;
}
.service_works_search input[type="submit"] {
    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%);
    border-radius: 44px;
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 350px;
    padding: 10px 0;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    font-weight: bold;
    font-family: var(--font_ja);
    letter-spacing: 0.1em;
    font-size: clamp(16px, 3vw, 22px);
}
.service_works_search input[type="submit"]:hover {
    opacity: 0.8;
}
/*-------------------------------------
制作実績ページ アーカイブ
-------------------------------------*/
.service_works_inner ul {
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.service_works_inner ul:after {
    content: "";
    height: 1px;
    width: calc(100% / 3 - 30px);
}
.service_works_inner li {
    background: #fff;
    border-radius: max(25px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    margin-bottom: 80px;
    overflow: hidden;
    width: calc(100% / 3 - 30px);
}
.service_works_img {
    border-radius: 0 0 0 max(25px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    height: 208.11px;
    overflow: hidden;
    width: 100%;
}
.service_works_img a {
    display: block;
    overflow: hidden;
}
.service_works_img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 0.3s;
    width: 100%;
}
.service_works_inner li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service_works_text {
    flex: 1;
    display: flex;
    flex-flow: column;
    padding: 30px;
    gap: 20px;
}
.service_works_title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0;
    /* padding: 0 25px 30px; */
    text-align: left;
}
.service_works_title a {
    color: #222;
    text-decoration: none;
}
.service_works_cat {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    /* padding: 30px 25px 0; */
    text-align: left;
}
.service_works_cat span:not(.service_works_tag):not(.service_works_tag span) {
    border: #007cd8 1px solid;
    border-radius: 30px;
    color: #007cd8;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 10px;
    text-decoration: none;
    transition: 0.3s;
}
.service_works_cat a {
    color: #007cd8;
    text-decoration: none;
    transition: 0.3s;
}
.service_works_cat span:not(.service_works_tag):hover {
    background: #007cd8;
    color: #fff;
}
.service_works_cat span:not(.service_works_tag):hover a {
    color: #fff;
}
.service_works_tag {
    display: flex;
    flex-wrap: wrap;
}
.service_works_tag a {
    border: #007cd8 1px solid;
    border-radius: 30px;
    color: #007cd8;
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 10px;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}
.service_works_tag a:before {
    content: "#";
    color: #007cd8;
    transition: 0.3s;
}
.service_works_tag a:hover {
    background: #007cd8;
    color: #fff;
}
.service_works_tag a:hover:before {
    color: #fff;
}

.search_query {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.search_query span {
    padding: 10px 20px;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: clamp(0.8125rem, 0.7971rem + 0.0649vw, 0.875rem);
    line-height: 1;
    display: block;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background: #f2f2f2;
}

/*-------------------------------------
制作実績ページ 末端
-------------------------------------*/
.service_works_single_inner {
    justify-content: space-between;
}
.service_works_single_main {
    max-width: 870px;
    width: calc(100% - 300px - 80px);
}
.service_warning {
    background: var(--gr2);
    margin-top: var(--m_ps8);
    /* margin-bottom: var(--m_ps5); */
    position: relative;
}
.service_warning:before,
.service_warning:after {
    background: repeating-linear-gradient(45deg, transparent, transparent 15px, #000 0, #000 30px);
    content: "";
    display: block;
    height: 20px;
    width: 100%;
}
.service_warning_ttl {
    align-items: center;
    color: #000;
    font: 900 clamp(25px, 4vw, 35px) var(--font_ja);
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.service_warning_ttl img {
    display: block;
    margin: 0 5px;
    width: min(42px, 6vw);
}
.service_warning_inner {
    padding-bottom: 30px;
    padding-left: 3vw;
    padding-right: 3vw;
}
.service_warning p .strong {
    color: red;
    font-weight: bold;
}
.service_works_single_main h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 50px;
}
.service_works_single_main dl {
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.service_works_single_main dt {
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #007cd8;
    display: -webkit-flex;
    display: flex;
    font:
        bold 16px/1 "Montserrat",
        sans-serif;
    padding: 15px 10px;
    width: 30%;
}
.service_works_single_main dd {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
    width: 70%;
}
.service_works_single_main dd i {
    color: #007cd8;
}
.service_works_single_main dt.last {
    border: none;
    padding: 17px 10px;
    width: 100%;
}
.service_works_single_main > dl > dd:last-child {
    padding: 0 0 10px;
    width: 100%;
}
.service_works_single_main > dl > dd:last-child ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_works_single_main > dl > dd:last-child ul:after {
    content: "";
    height: 1px;
    width: calc(100% / 3 - 20px);
}
.service_works_single_main > dl > dd:last-child li {
    background: #ddd;
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 10px 20px;
    text-align: center;
    width: calc(100% / 3 - 20px);
}
.service_works_single_main > dl > dd:last-child li.app {
    background: #007cd8;
    color: #fff;
}
/*****/
.service_works_single_photo {
    justify-content: space-between;
}
.service_works_single_photo img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.service_works_single_pcphoto {
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    height: 100%;
    width: 70%;
}
.service_works_single_spphoto {
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    height: 100%;
    width: 26%;
}
/*-------------------------------------
制作実績 末端 サイドバー
-------------------------------------*/
.service_side_cat ul {
}
.service_side_cat ul li {
    /* padding: 10px 10px 10px 30px; */
}
.service_side_cat ul li:before,
.service_side_cat ul li:nth-child(2):before,
.service_side_cat ul li:nth-child(3):before,
.service_side_cat ul li:nth-child(4):before {
    background: url(img/common/arrow_btn.svg) no-repeat 50% / contain;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.service_side_cat ul li:hover:before,
.service_side_cat ul li:nth-child(2):hover:before,
.service_side_cat ul li:nth-child(3):hover:before,
.service_side_cat ul li:nth-child(4):hover:before {
    background: url(img/common/arrow_btn_w.svg) no-repeat 50% / contain;
}
.service_side_cat ul li a {
    font-size: 16px;
}
/*-------------------------------------
デモサイトページ
-------------------------------------*/
.demo_item {
}
.demo_item_inner {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.demo_img {
    width: 50%;
}
.demo_text {
    width: 45%;
}
.demo_text_ttl {
    margin-bottom: 20px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
}
.demo_text_ttl:after {
    background: #2c363c;
    border-radius: 10px;
    content: "";
    display: block;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100px;
}
.demo_text_price {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.demo_text_price span {
    color: #e91e63;
    font: 70px "din1451alt";
    padding: 0 5px;
}
.demo_text_price_other {
    text-align: center;
}
.demo_op {
    background: #fff;
    border: 3px solid #007cd8;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    -webkit-box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.1);
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.1);
    padding: 40px 30px 25px;
    position: relative;
}
.demo_op_ttl {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    color: #007cd8;
    font-size: 20px;
    font-weight: 900;
    left: 20px;
    margin-bottom: 10px;
    padding: 10px 15px;
    position: absolute;
    top: -29px;
}
.demo_op ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.demo_op ul:before {
    content: "";
    height: 1px;
    order: 3;
    width: calc(100% / 3 - 30px);
}
.demo_op ul:after {
    content: "";
    height: 1px;
    width: calc(100% / 3 - 30px);
}
.demo_op li {
    border-bottom: 1px solid #d5e5f4;
    cursor: auto;
    margin-bottom: 15px;
    padding: 0 0 15px;
    position: relative;
    width: calc(100% / 3 - 30px);
}
.demo_op li:last-child:after {
    content: none;
}
.demo_op li > div {
    -webkit-align-items: center;
    align-items: center;
    cursor: help;
    font-size: 15px;
    font-weight: bold;
}
.demo_op li img {
    max-width: 37px;
    padding: 0 10px 0 0;
}
.demo_op li div p {
    color: #9eb6c7;
    font: 18px/1 "din1451alt";
    margin-left: 10px;
}
.demo_op li div p span {
    color: #9eb6c7;
    font-size: 14px;
    font-weight: bold;
    padding: 0 3px;
}
.demo_op_total {
    font-weight: bold;
    text-align: right;
}
.demo_op_total span {
    color: #007cd8;
    font: 40px "din1451alt";
    padding: 0 3px;
}
.demo_op .cta_btn2 {
    margin-left: auto;
    margin-top: 20px;
}
.demo_op + div .btn_cta {
    margin-right: 50px;
}
.demo_inner section:nth-child(odd) .demo_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding: 0 20px;
}
.demo_inner section:nth-child(odd) .demo_img {
    order: 2;
}
/*-------------------------------------
構成診断ページ
-------------------------------------*/
.diagnose_inner {
    /* width: min(45%, 100%); */
}
.diagnose_inner ul {
    justify-content: space-between;
    margin-bottom: 50px;
}
.diagnose_inner li {
    width: calc(100% / 3 - 2vw);
    background: #fff;
    box-shadow:
        -10px -10px 30px 0 rgb(255 255 255 / 63%),
        10px 10px 40px 0 rgb(52 153 183 / 23%);
    padding: var(--m_ps5);
    position: relative;
    border-radius: var(--border_r);
}
.diagnose_img {
    aspect-ratio: 1/1;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: min(170px, 80%);
}
.diagnose_inner li p {
    text-align: center;
    font: 900 clamp(16px, 3vw, 20px) var(--font_ja);
}
.diagnose_inner > section > p {
    width: min(550px, 100%);
    margin-left: auto;
    margin-right: auto;
}

/*モーダルウィンドウ*/
.diagnose_inner #openModal {
    max-width: 250px;
    width: 100%;
    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%);
    border-radius: 40px;
    -webkit-box-shadow: 0 3px 16px rgba(152, 165, 183, 0.47);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 0 3px 16px rgba(152, 165, 183, 0.47);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 44px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.diagnose_modalArea .modalWrapper {
    padding-top: 0;
    width: fit-content;
}
.diagnose_modalArea .modalinner {
    background: #fff;
    aspect-ratio: auto;
    width: 80vw;
    height: 80vh;
    overflow-y: auto;
    position: relative;
    padding: var(--m_ps5);
}
.diagnose_modalArea input[type="range"] {
    position: relative;
    z-index: 1;
}
.modalArea_range {
    width: 100%;
    height: 8px;
    position: relative;
    background: #f3f3f3;
}
.modalArea_range span {
    transition-duration: 200ms;
    background: var(--a_color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(11.11%);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.sliderValue_wrap {
    font: 16px var(--font_en2);
    color: var(--a_color);
    text-align: right;
    margin-top: 5px;
}
.sliderValue_wrap span {
    font: 16px var(--font_en2);
    color: var(--a_color);
}

/**/

.diagnose_start {
    color: #fff;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    text-align: center;
}
.diagnose_wrap .err {
    color: #f44336;
    display: block;
    font-weight: bold;
}
.diagnose_wrap form {
    /* position: relative; */
    /* width: 60%; */
}
.diagnose_modalArea li:not(:first-child) {
    display: none;
}
.diagnose_modalArea .fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 16vh var(--m_ps5) var(--m_ps5) var(--m_ps5);
}
.diagnose_ttl {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
}
.diagnose_ttl span {
    color: #007cd8;
    font:
        25px/1 "Montserrat",
        sans-serif;
    margin-bottom: 5px;
    display: block;
}
.diagnose_modalArea_img {
    aspect-ratio: 1/1;
    height: auto;
    width: min(300px, 60vw);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
}
.diagnose_modalArea_img span {
    display: block;
    width: min(145px, 50%);
    height: auto;
    background: #e5f7fe;
    border-radius: 100%;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: -1;
}
@keyframes bounce {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
}

.diagnose_select {
    -webkit-justify-content: center;
    justify-content: center;
}
.diagnose_select > div {
    width: min(200px, 80vw);
    position: relative;
}
.diagnose_select > div:nth-child(1) {
    margin-right: min(30px, 5vw);
}
.diagnose_select label {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 40px;
    color: #aaa;
    display: block;
    height: 100%;
    left: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    transition: var(--tr);
}
.diagnose_select input[type="radio"] {
    display: block;
    height: 52px;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.diagnose_select label.active {
    border-color: #007cd8;
}
.diagnose_select input:checked + label,
.diagnose_select input:hover + label {
    background: #fff;
    border-color: #007cd8;
    color: #007cd8;
    font-weight: 500;
}
.diagnose_select input:checked + label:before {
    content: "";
    background: url(img/common/check.svg) no-repeat;
    width: min(30px, 7vw);
    height: auto;
    aspect-ratio: 178/150;
    position: absolute;
    left: 14px;
    top: 42%;
    transform: translateY(-50%);
}
.diagnose_submit {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    position: relative;
}
.diagnose_submit:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
    z-index: 1;
}
.diagnose_submit input[type="submit"] {
    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%);
    border-radius: 40px;
    -webkit-box-shadow: 0 3px 16px rgba(152, 165, 183, 0.47);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 0 3px 16px rgba(152, 165, 183, 0.47);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    color: #fff;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 44px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}
.check_start,
.check_prev {
    font-size: 14px;
    margin-top: 30px;
    text-decoration: underline;
    cursor: pointer;
}
.last_diagnose {
}
.last_diagnose_btn {
    justify-content: center;
}
.last_diagnose_btn > div:nth-child(1) {
    margin-right: min(50px, 5vw);
}

/*-------------------------------------
構成診断結果ページ
-------------------------------------*/
.diagnose_result {
    text-align: center;
}
.diagnose_result_ttl {
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 10px;
    position: relative;
}
.diagnose_result_ttl:after {
    background: #007bd7;
    border-radius: 10px;
    content: "";
    display: block;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 30%;
}
.diagnose_result_ttl span {
    color: #007bd7;
    font-size: clamp(22px, 3vw, 35px);
    font-weight: 900;
    letter-spacing: 0.15em;
    max-width: 350px;
    position: relative;
    text-shadow:
        1px 1px 0 #fff,
        -1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px -1px 0 #fff,
        0 1px 0 #fff,
        0-1px 0 #fff,
        -1px 0 0 #fff,
        1px 0 0 #fff,
        2px 2px 0 #fff,
        -2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px -2px 0 #fff,
        0 2px 0 #fff,
        0-2px 0 #fff,
        -2px 0 0 #fff,
        2px 0 0 #fff;
    width: 100%;
    z-index: 0;
}
.diagnose_result_ttl span:before {
    background: url(img/common/hanafubuki.svg) no-repeat;
    content: "";
    height: 265px;
    left: -39%;
    position: absolute;
    top: -50%;
    width: 240px;
    z-index: -1;
}
.diagnose_result_ttl span:after {
    background: url(img/common/hanafubuki.svg) no-repeat;
    content: "";
    height: 265px;
    position: absolute;
    right: -39%;
    top: -50%;
    transform: scale(-1, 1);
    width: 240px;
    z-index: -1;
}
.diagnose_result_detail {
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--m_ps8);
    position: relative;
}
.diagnose_result_img {
    width: 50%;
}
.diagnose_result_text {
    width: 45%;
}
.diagnose_result_price {
    font-weight: bold;
}
.diagnose_result_price span {
    color: #e91e63;
    font: 70px "din1451alt";
}
.diagnose_result_price_other {
}
.diagnose_result_text > p:nth-child(1),
.diagnose_result_text > p:nth-child(3) {
    font-size: 20px;
    font-weight: 900;
}
.diagnose_result_detail + section h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.diagnose_result .plan_basic_area {
    border: none;
    max-width: 100%;
    width: 100%;
}
.diagnose_result .plan_basic_area:before,
.diagnose_result .plan_basic_area:after {
    content: none;
}
.diagnose_result .plan_basic_area > div {
    -webkit-align-items: center;
    align-items: center;
    border: 5px solid #e5f2fb;
    border-right: none;
    display: -webkit-flex;
    display: flex;
    height: 120px;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 120px;
    width: 100%;
}
.diagnose_result .plan_basic_area > div:last-child {
    border-right: 5px solid #e5f2fb;
}
.diagnose_result_btn {
    -webkit-justify-content: center;
    justify-content: center;
}
.diagnose_result_btn .btn_cta {
    margin-right: 50px;
    max-width: 300px;
}
.result_answer_submit {
    position: relative;
    width: 300px;
}
.result_answer_submit:before {
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
}
.result_answer_submit:hover input[type="submit"] {
    letter-spacing: 0.25em;
}
.result_answer_submit input[type="submit"] {
    background: #febe00;
    background: -moz-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: -webkit-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    border-radius: 40px;
    -webkit-box-shadow: 3px 9px 20px 0 rgba(212, 210, 25, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(212, 210, 25, 0.3);
    color: #222;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febe00', endColorstr='#fdfe00', GradientType=1);
    font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 44px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}
.diagnose_result_works {
    position: relative;
}
.diagnose_result_works:before {
    background: url(img/service/diagnose/diagnose_img04.svg) no-repeat 50% / contain;
    content: "";
    height: 214px;
    left: 7%;
    position: absolute;
    top: -3%;
    width: 200px;
}
.diagnose_result_works:after {
    background: url(img/service/diagnose/diagnose_img05.svg) no-repeat 50% / contain;
    content: "";
    height: 214px;
    position: absolute;
    right: 7%;
    top: -3%;
    width: 200px;
}
.diagnose_result_works ul {
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding: 0 20px;
}
.diagnose_result_works ul:after {
    content: "";
    height: 1px;
    width: calc(100% / 3 - 30px);
}
.diagnose_result_works li {
    background: #fff;
    border-radius: max(25px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 10px 10px 40px 0 rgba(11, 91, 116, 0.3);
    overflow: hidden;
    width: calc(100% / 3 - 30px);
}
.result_answer {
}
.diagnose_result_share {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
}
.diagnose_result_share > div:nth-child(1) {
    margin-right: 50px;
}
/*-------------------------------------
動画制作ページ
-------------------------------------*/
.ezo_service {
    justify-content: space-around;
}
.ezo_service_img {
    width: 30%;
}
.ezo_service_text {
    margin-left: auto;
    width: 50%;
}
.ezo_feat {
    margin-bottom: 100px;
}
.ezo_feat:before {
    content: none;
}
.ezo_service2 .ezo_service_img {
    order: 2;
}
.ezo_service2 .ezo_service_text {
    margin-left: 0;
}
/*動画制作実績*/
.top_ezo_works .top_new_column_right {
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto;
    -ms-overflow-style: none;
    -ms-overflow-x: scroll;
    overflow-x: scroll;
    scrollbar-width: none;
}
.top_ezo_works .top_new_column_right::-webkit-scrollbar {
    display: none;
}
.top_ezo_works ul {
    width: 3420px;
}
.top_ezo_works li {
    padding: 0 15px 15px;
    width: 338px;
}
.top_ezo_works li section {
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 4px 4px 10px 0 #d6e0e3;
    display: block;
    height: 100%;
    outline: none;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-flow: column;
}
.top_ezo_works li .column_photo {
    overflow: hidden;
}
.top_ezo_works li .column_photo img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 0.3s;
    width: 100%;
}
.top_ezo_works li:hover .column_photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.top_ezo_works li .column_photo {
    background: #222;
    position: relative;
}
.top_ezo_works li .column_photo:hover img {
    opacity: 0.5;
}
.top_ezo_works li .column_photo:before,
.top_ezo_works li .column_photo:after {
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    z-index: 1;
}
.top_ezo_works li .column_photo:before {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #ffffff;
    border-top: 20px solid transparent;
    margin: 0 0 0 5px;
    z-index: 1;
}
.top_ezo_works li .column_photo:after {
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 100px;
    padding: 10px;
    width: 100px;
}
.top_ezo_works li .column_photo:hover:before,
.top_ezo_works li .column_photo:hover:after {
    opacity: 1;
}
/*お客様の声*/
.ezo_voice {
}
.ezo_voice_inner {
}
.ezo_voice_img {
    aspect-ratio: 16/9;
    margin-left: auto;
    order: 2;
    width: 50%;
}
.ezo_voice_img iframe {
    height: 100%;
    width: 100%;
}
.ezo_voice_text {
    width: 45%;
}
.ezo_voice_text .cta_btn2 {
    margin-left: auto;
    margin-right: 0;
}
/*動画をホームページ制作と併用*/
.ezomotion_wrap .service_ezomotion_img img {
    padding: 30px 0;
    width: 65%;
}
/*-------------------------------------
動画料金ページ
-------------------------------------*/
.ezoplan_wrap .plan_price li {
    position: relative;
    width: calc(100% / 3 - 30px);
}
.ezoplan_wrap .plan_price h3 span {
    color: #fff;
    display: block;
    font-size: 15px;
}
.ezoplan_wrap .plan_price li:nth-child(2):before,
.ezoplan_wrap .plan_price li:nth-child(3):before {
    background: #febe00;
    background: -moz-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: -webkit-linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    background: linear-gradient(45deg, #febe00 0%, #fdfe00 100%);
    border-radius: 50%;
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d3b030;
    box-shadow: 3px 9px 20px 0 rgb(233 240 61 / 30%);
    content: "北海道\A企業・店舗\A限定";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#febe00', endColorstr='#fdfe00', GradientType=1);
    font-size: 13px;
    font-weight: bold;
    height: 100px;
    line-height: 1.5;
    padding: 20px 11px 0;
    position: absolute;
    right: 15px;
    top: -60px;
    white-space: pre;
    width: 100px;
    z-index: 1;
}
.ezoplan_wrap .plan_price li:nth-child(3) h3:before {
    display: none;
}
.ezoplan_wrap .plan_price_desc {
    height: calc(100% - 103px);
}
.ezoplan_col01 #edit .plan_basic_area > div {
    border-right: 1px solid #ebf0f6;
}
/*各動画制作プランに含まれている項目*/
.ezoplan_wrap .std_feat li {
    margin-bottom: 0;
}
/*サンプル動画*/
.ezoplan_3d {
    margin-bottom: -100px;
}
.ezoplan_wrap .demo_op li img {
    max-height: 27px;
}
.ezo_sample .demo_img {
    aspect-ratio: 16/9;
}
.ezo_sample .demo_img iframe {
    height: 100%;
    width: 100%;
}
.ezo_sample .btn_cta:nth-child(1) {
    margin-right: 50px;
}
/*その他3D / CGにも対応可能*/
.ezoplan_3d {
}
.ezoplan_3d_img {
    aspect-ratio: 16/9;
    width: 50%;
}
.ezoplan_3d_img iframe {
    height: 100%;
    width: 100%;
}
.ezoplan_3d_text {
    margin-left: auto;
    width: 45%;
}
/*-------------------------------------
動画制作実績ページ
-------------------------------------*/
.ezo_works_wrap .service_works_inner li {
    border-radius: 0;
    box-shadow: none;
    overflow: inherit;
}
.ezo_works_wrap .service_works_inner li section {
    border-radius: max(25px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    overflow: hidden;
}
.ezo_works_wrap .service_works_img {
    background: #222;
    height: 100%;
    position: relative;
}
.ezo_works_wrap .service_works_img:hover img {
    opacity: 0.5;
}
.ezo_works_wrap .service_works_img:before,
.ezo_works_wrap .service_works_img:after {
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    z-index: 1;
}
.ezo_works_wrap .service_works_img:before {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #ffffff;
    border-top: 20px solid transparent;
    margin: 0 0 0 5px;
    z-index: 1;
}
.ezo_works_wrap .service_works_img:after {
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 100px;
    padding: 10px;
    width: 100px;
}
.ezo_works_wrap .service_works_img:hover:before,
.ezo_works_wrap .service_works_img:hover:after {
    opacity: 1;
}
.ezo_works_wrap .service_works_cat a {
    font-size: 12px;
}
/*-------------------------------------
ご利用の流れページ
-------------------------------------*/
/*PC時のみチャート*/
.flow_flowchart {
    position: relative;
}
.flow_flowchart_bg {
    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%);
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    height: 116px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.flow_flowchart_bg:before {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 0 58px 58px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.flow_flowchart_bg:after {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 0 58px 58px;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.flow_flowchart ul {
    counter-reset: number 0;
    justify-content: space-between;
    padding: 70px 65px 0 20px;
    position: relative;
    z-index: 1;
}
.flow_flowchart li {
    position: relative;
    width: calc(100% / 5 - 30px);
}
.flow_flowchart_item {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.3);
    padding: 40px 30px;
    width: 100%;
}
.flow_flowchart li:nth-child(2) .flow_flowchart_item.fadeUp {
    transition-delay: 0.25s;
}
.flow_flowchart li:nth-child(3) .flow_flowchart_item.fadeUp {
    transition-delay: 0.3s;
}
.flow_flowchart li:nth-child(4) .flow_flowchart_item.fadeUp {
    transition-delay: 0.35s;
}
.flow_flowchart li:nth-child(5) .flow_flowchart_item.fadeUp {
    transition-delay: 0.4s;
}
.flow_flowchart li:before {
    bottom: 100%;
    color: #fff;
    content: "";
    content: "STEP" counter(number);
    counter-increment: number 1;
    font:
        20px/1 "Montserrat",
        sans-serif;
    left: 30px;
    letter-spacing: 0.15em;
    margin-bottom: 17px;
    position: absolute;
}
.flow_flowchart li:after {
    background: url(img/flow/flow_arrow.svg) no-repeat 100% 0 / contain;
    bottom: 100%;
    content: "";
    height: 121px;
    margin-bottom: -45px;
    margin-right: -45px;
    position: absolute;
    right: 0;
    width: 63px;
}
.flow_flowchart li:last-child:after {
    content: none;
}
.flow_flowchart_img {
    text-align: center;
}
.flow_flowchart_ttl {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.flow_flowchart_ttl:after {
    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%);
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    width: 50px;
}
/************/
ul.flow_list {
    counter-reset: number 0;
}
.flow_list li {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    margin-bottom: 50px;
    padding: 50px;
}
.flow_list li:nth-child(3) {
    position: relative;
}
.flow_list li:nth-child(3):before {
    background: url(img/flow/flow_img01.svg) no-repeat;
    content: "";
    height: 126px;
    left: -7%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 139px;
}
.flow_list li:last-child {
    margin-bottom: 0;
}
.flow_list li section {
    justify-content: space-between;
    width: 100%;
}
.flow_item_img {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30%;
}
.flow_item_img h2 {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
}
.flow_item_img h2:before {
    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, #ffffff 0%, #b3eafe 100%);
    -webkit-background-clip: text;
    bottom: 0;
    color: #acb6e5;
    content: counter(number) " ";
    counter-increment: number 1;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font:
        70px/1 "Montserrat",
        sans-serif;
    margin-bottom: -3px;
    margin-right: 10px;
    position: absolute;
    right: 100%;
    -webkit-text-fill-color: transparent;
}
.flow_item_text {
    width: 64%;
}
.flow_tel {
    margin-bottom: 35px;
}
.flow_tel a {
    color: #222;
    font: 50px "din1451alt";
    letter-spacing: 0.03em;
    text-decoration: none;
}
.flow_contact {
}
/*-------------------------------------
よくある質問ページ
-------------------------------------*/
body.page-template-diagnose main,
body.page-template-faq main,
body.page-template-contact .main {
    overflow: hidden;
    position: relative;
    /* z-index: 0; */
}
body.page-template-lp03_thanks main:before,
body.page-template-default main:before,
body.page-template-diagnose main:before,
body.page-template-faq main:before,
body.page-template-contact .main:before {
    background:
        url(img/common/bg_icon01.svg) no-repeat 148% -3% / 50%,
        url(img/common/bg_icon02.svg) no-repeat -36% 25% / 50%,
        url(img/common/bg_icon03.svg) no-repeat 130% 60% / 50%,
        url(img/common/bg_icon01.svg) no-repeat -10% 100% / 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
body.page-template-diagnose main:before {
    background:
        url(img/common/bg_icon01.svg) no-repeat 148% -3% / 50%,
        url(img/common/bg_icon01.svg) no-repeat -10% 100% / 50%;
}
.faq_inner .common_h2 {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.faq_inner .common_h2:before {
    background: url(img/plan/plan_details_simple_icon.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 143px;
    margin-right: 30%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 145px;
}
.faq_inner > section:nth-child(odd) > .common_h2:before {
    background: url(img/plan/plan_details_simple_icon02.svg) no-repeat;
    left: 100%;
    margin-left: 30%;
    margin-right: 0;
    right: auto;
}
.faq_list {
}
.faq_list li {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 10px 10px 20px 0 rgba(214, 224, 227, 0.67);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.faq_list li:last-child {
    margin-bottom: 0;
}
.faq_item_faq {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 60px 30px 70px;
    position: relative;
    transition: 0.3s;
}
.faq_item_faq.open {
    background: #cde3f3;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
        max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0 0;
}
.faq_text {
    background: linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    border-radius: 50%;
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    color: #fff;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font: 30px "din1451alt";
    height: 35px;
    left: 25px;
    margin-right: 10px;
    padding: 0 0 0 7px;
    position: absolute;
    top: 30px;
    width: 35px;
}
.faq_icon {
    display: block;
    height: 31px;
    margin-top: -15.5px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 31px;
}
.faq_icon .icnBlock {
}
.faq_icon .icnBlock > span {
    background-color: #4fc0eb;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.faq_icon .icnBlock > span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq_icon .icnBlock > span:nth-child(2) {
    top: 50%;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq_item_faq.open .icnBlock > span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.faq_item_faq.open .icnBlock > span:nth-child(2) {
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.faq_item_answer {
    display: none;
    padding: 30px 30px 30px;
}
.faq_item_answer span:not(.annotation) {
    background: #b7e0f7;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font: 30px "din1451alt";
    height: 35px;
    margin-right: 10px;
    padding: 0 0 0 8px;
    width: 35px;
}
.answer_text {
    width: calc(100% - 35px);
}
.answer_text ul li {
    box-shadow: none;
    margin-bottom: 10px;
    padding-left: 17px;
    position: relative;
}
.answer_text ul li:before {
    background: #2c3e57;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 8px;
}
/*-------------------------------------
お知らせ一覧ページ
-------------------------------------*/
.news_inner ul {
}
.news_inner li {
    border-bottom: 1px solid #ebf0f6;
    padding: 50px 0;
}
.news_inner li:first-child {
    padding-top: 0;
}
.news_ttl {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 10px;
}
.news_inner li > section > p {
    border: 1px solid #007cd8;
    color: #007dd8;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-left: 20px;
    min-width: 106px;
    padding: 5px 10px;
    text-align: center;
    transition: 0.3s;
}
.news_inner li time {
    color: #b7c5cb;
    font:
        normal 17px "Montserrat",
        san-serif;
    letter-spacing: 0.035em;
}
.news_text {
    margin-top: 20px;
}

/*-------------------------------------
特定商取引法に基づく表記
-------------------------------------*/
.tradelaw_inner dl {
    flex-wrap: wrap;
    border-top: 1px solid #ebf0f6;
}
.tradelaw_inner dt {
    width: 23%;
    padding: 15px 10px;
    border-bottom: 1px solid #ebf0f6;
    font-weight: bold;
}
.tradelaw_inner dd {
    width: 77%;
    padding: 15px 10px;
    border-bottom: 1px solid #ebf0f6;
}
.tradelaw_inner dd ul {
    padding-left: var(--m_ps3);
    margin-top: 10px;
}
.tradelaw_inner dd li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}
.tradelaw_inner dd li:last-child {
    margin-bottom: 0;
}
.tradelaw_inner dd li:before {
    content: "";
    width: 8px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0px;
    top: 11px;
    background: var(--m_color2);
    border-radius: 50%;
}

/*-------------------------------------
プライバシーポリシーページ
-------------------------------------*/
.privacypolicy_inner p {
    margin-bottom: 30px;
}
.privacypolicy_inner ol li {
    margin-bottom: 20px;
}
.privacypolicy_inner ol ul {
    padding: 20px 0 0 30px;
}
/*-------------------------------------
サイトマップページ
-------------------------------------*/
.sitemap_inner {
    -webkit-align-items: self-start;
    align-items: self-start;
}
.sitemap_inner > ul {
    border-bottom: 2px solid #e5f2fb;
    margin-right: 50px;
    max-width: 400px;
    width: 50%;
}
.sitemap_inner > ul > li {
    border-top: 2px solid #e5f2fb;
    margin-bottom: 15px;
    padding: 15px 0 0;
}
.sitemap_inner > ul > li > a {
    font-weight: bold;
    padding: 0 0 0 40px;
}
.sitemap_inner > ul > li > a:before {
    background: url(img/common/arrow_btn.svg) no-repeat;
    content: "";
    display: inline-block;
    filter: drop-shadow(2px 7px 8px rgba(25, 146, 212, 0.5));
    height: 30px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: -3px;
    width: 30px;
}
.sitemap_inner > ul > li > ul {
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 10px 0 0 30px;
}
.sitemap_inner > ul > li > ul > li {
    margin-bottom: 10px;
}
.sitemap_inner > ul > li > ul > li > a {
    padding: 0 0 0 20px;
}
.sitemap_inner > ul > li > ul > li > a:before {
    border-right: 1px solid #2c363c;
    border-top: 1px solid #2c363c;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 7px;
}
.sitemap_inner > ul > li > ul > li > ul {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 0 0 30px;
}
.sitemap_inner > ul > li > ul > li > ul > li {
    margin-bottom: 10px;
}
.sitemap_inner > ul > li > ul > li > ul > li > a {
    padding: 0 0 0 20px;
}
.sitemap_inner > ul > li > ul > li > ul > li > a:before {
    background: #2c363c;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}
.sitemap_inner i {
}
.sitemap_inner a {
    color: #2c363c;
    position: relative;
    text-decoration: none;
}
/*-------------------------------------
ご利用者様へページ
-------------------------------------*/
body.page-template-usercontent main {
    background: url(img/common/dot_bg2.svg) 50% / 2%;
}
.usercontent_inner .contact_other_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.usercontent_inner ul {
    justify-content: space-evenly;
}
.usercontent_inner li {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    max-width: 310px;
    padding: 40px 30px;
    width: calc(100% / 3 - 30px);
}
.usercontent_img {
    margin-bottom: 20px;
}
.usercontent_ttl {
    font-weight: bold;
    margin-bottom: 20px;
}
.usercontent_btn {
}
.usercontent_btn a {
    -webkit-align-items: center;
    align-items: center;
    background: #e91e63;
    background: -moz-linear-gradient(45deg, #e91e63 1%, #e51d1d 50%, #f4a31f 100%);
    background: -webkit-linear-gradient(45deg, #e91e63 1%, #e51d1d 50%, #f4a31f 100%);
    background: linear-gradient(45deg, #e91e63 1%, #e51d1d 50%, #f4a31f 100%);
    border-radius: 50px;
    -webkit-box-shadow: 3px 9px 20px 0 rgba(233, 30, 99, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(233, 30, 99, 0.3);
    color: #fff;
    display: block;
    display: -webkit-flex;
    display: flex;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e91e63', endColorstr='#f4a31f', GradientType=1);
    font-size: 14px;
    font-weight: 700;
    -webkit-justify-content: center;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 44px;
    padding: 10px 0;
    text-decoration: none;
}
.usercontent_btn a:hover {
    letter-spacing: 0.25em;
}
.usercontent_btn a img {
    display: block;
    margin-right: 10px;
    width: 25px;
}
/*-------------------------------------
パンくず
-------------------------------------*/
.breadcrumbsinner {
    padding: 30px 50px;
    width: 100%;
}
.breadcrumbs {
    background: none;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    width: 100%;
}
.breadcrumbs a,
.breadcrumbs span {
    color: #222;
    font-size: 14px;
}
.breadcrumbs:before {
    content: "\f015";
    font: 100% "Font Awesome 5 free";
    font-weight: bold;
}
.breadcrumbs span:last-child a {
    pointer-events: none;
    text-decoration: none;
}

/*-------------------------------------
補助金・助成金ペ－ジ
-------------------------------------*/
.page-template-subsidy .header {
    height: 650px;
}
.page-template-subsidy .header_img_other {
    flex-flow: column;
}
.page-template-subsidy .header_img_other h1 {
    width: fit-content;
    position: relative;
    margin-bottom: var(--m_ps5);
}
.page-template-subsidy .header_img_other h1:before {
    content: "";
    background: url(img/subsidy/subsidy_header_icon.svg) no-repeat 50% / contain;
    aspect-ratio: 163/150;
    position: absolute;
    right: calc(100% + 2%);
    top: -26px;
    width: min(120px, 10vw);
}
.page-template-subsidy .header_img_other h1 img {
    width: min(700px, 74vw);
}
.subsidy_h_img {
    margin-bottom: -170px;
}
.subsidy_wrap {
    padding-top: var(--main_mp);
}
.subsidy_wrap h2 span:not(.strong) {
    font-weight: 900;
    color: #007cd8;
    font-size: clamp(22px, 3vw, 55px);
    margin-left: 5px;
    margin-right: 5px;
}
.subsidy_wrap h2 span.strong {
    font-weight: 900;
    font-size: 35px;
    color: #007cd8;
}
.subsidy_desc {
}
.subsidy_desc_img {
    margin-bottom: var(--m_ps5);
}
.subsidy_desc_img img {
    max-width: 1000px;
}
.subsidy_con01 {
    background:
        url(img/subsidy/subsidy_con01_img01.svg) no-repeat 10% 102% / min(300px, 35vw),
        url(img/common/dot_bg2.svg) 50% / 2%,
        rgba(0, 178, 249, 0.1);
    padding-bottom: calc(var(--main_mp) * 2) !important;
}
.subsidy_con01 ul {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.subsidy_con01 li {
    font-weight: 900;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}
.subsidy_con01 li:before {
    aspect-ratio: 1/1;
    background: #ddd;
    content: "";
    display: inline-block;
    height: auto;
    left: 0;
    margin-right: 15px;
    min-width: 22px;
    position: absolute;
    top: 5px;
}
.subsidy_con01 li:after {
    border-bottom: 4px solid var(--a_color);
    border-left: 4px solid var(--a_color);
    content: "";
    display: block;
    height: 10px;
    left: 8px;
    position: absolute;
    top: 0.5em;
    transform: rotate(-45deg);
    width: 18px;
}

.subsidy_con02 {
}
.subsidy_con02_inner {
    justify-content: space-between;
    flex-wrap: wrap;
}
.subsidy_con02_inner > div:not(:last-child) {
    width: calc(100% / 2 - 2vw);
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    padding: var(--m_ps5);
    position: relative;
    overflow: hidden;
    margin-bottom: var(--m_ps8);
}
.subsidy_con02_inner > div:last-child {
    margin-bottom: 0;
    width: calc(100% / 2 - 2vw);
}
.subsidy_con02_inner > div:before {
    content: "";
    height: 20px;
    width: 80%;
    position: absolute;
    top: -10px;
    left: 50%;
    background: var(--m_color2);
    transform: translateX(-50%);
    border-radius: 50px;
}
.subsidy_con02_inner > div:nth-child(2):before {
    background: #00b8d6;
}
.subsidy_con02_inner > div:nth-child(3):before {
    background: #00cca6;
}
.subsidy_con02_ttl {
    text-align: center;
    font: 900 clamp(20px, 3vw, 26px) var(--font_ja);
    color: var(--m_color2);
    margin-bottom: 30px;
}
.subsidy_con02_inner > div:last-child:before {
    content: none;
}
.subsidy_con02_inner > div:nth-child(2) .subsidy_con02_ttl {
    color: #00b8d6;
}
.subsidy_con02_inner > div:nth-child(3) .subsidy_con03_ttl {
    color: #00cca6;
}

.subsidy_con03 {
    padding-top: var(--main_mp);
}
.subsidy_con03 ul {
    justify-content: space-between;
}
.subsidy_con03 li {
    width: calc(100% / 3 - 2vw);
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    padding: var(--m_ps5);
}
.subsidy_con03 li:before {
    content: "";
}
.subsidy_con03_img {
    text-align: center;
    margin-bottom: 30px;
}
.subsidy_con03_ttl {
    letter-spacing: 0.035em;
    margin-bottom: 30px;
    position: relative;
    font: 900 clamp(20px, 3vw, 22px) var(--font_ja);
    text-align: center;
    color: var(--m_color2);
}

.subsidy_con04 {
}
.subsidy_con04_inner {
    max-width: 1500px;
}
.subsidy_con04_inner li {
    box-shadow:
        -10px -10px 30px 0 #e2f5fb,
        10px 10px 40px 0 #cadae1;
}
.subsidy_con05 {
}
.subsidy_con05_img {
    width: min(250px, 80vw);
    margin-left: auto;
    margin-right: auto;
}

.subsidy_con06 {
    margin-bottom: -100px;
}
.subsidy_con06_inner {
}
.subsidy_con06_inner ul {
    justify-content: space-between;
    flex-wrap: wrap;
}
.subsidy_con06_inner li {
    width: calc(100% / 3 - 2vw);
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #e2f5fb,
        10px 10px 40px 0 #cadae1;
    padding: var(--m_ps5);
    margin-bottom: 50px;
}
.subsidy_img {
    max-width: 90px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.subsidy_img img {
}
.subsidy_ttl {
    border-top: 3px solid #e5f2fb;
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 900;
    padding-top: 20px;
    text-align: center;
}

.bubble_wrap {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    background: var(--m_color2);
    border-radius: var(--border_r);
    padding: 30px var(--m_ps5);
    color: #fff;
    font: 900 clamp(18px, 3vw, 24px) var(--font_ja);
    letter-spacing: 0.2vw;
    position: relative;
    margin-bottom: 50px;
    display: block;
    filter: drop-shadow(7px 5px 0px rgba(0, 0, 0, 0.1));
}
.bubble_wrap:after {
    content: "";
    border-top: 20px solid var(--m_color2);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.subsidy_con05_ttl {
    text-align: center;
    margin-bottom: var(--m_ps5);
    font: 900 clamp(20px, 3vw, 35px) var(--font_ja);
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.subsidy_con05_ttl:before {
    border-color: #1976d2 transparent transparent transparent;
    border-style: solid;
    border-width: 45px 2.5px 0 2.5px;
    content: "";
    display: block;
    height: 0;
    margin-right: 25px;
    transform: rotate(325deg);
    width: 0;
}
.subsidy_con05_ttl:after {
    border-color: #1976d2 transparent transparent transparent;
    border-style: solid;
    border-width: 45px 2.5px 0 2.5px;
    content: "";
    display: block;
    height: 0;
    margin-left: 20px;
    transform: rotate(-325deg);
    width: 0;
}
.subsidy_con05_ttl span {
    font: 900 clamp(20px, 3vw, 35px) var(--font_ja);
    color: var(--m_color2);
}

/*-------------------------------------
お問い合わせ
-------------------------------------*/
.contact_wrap {
}
.contact_inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px 100px;
}
.contact_tel_wrap {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 10px 10px 20px 0 rgba(214, 224, 227, 0.67);
    margin-bottom: 30px;
    padding: 40px 30px;
}
.contact_tel_wrap i {
    font-size: 70px;
    margin-right: 5px;
}
.contact_tel_wrap a {
    color: var(--f_color);
    font: 70px "din1451alt";
    letter-spacing: 0.03em;
    text-decoration: none;
}
.contact_other_wrap {
    align-items: flex-end;
    justify-content: space-between;
}
.contact_other_wrap > div {
    width: 48%;
}
.contact_other_wrap > div img {
    max-height: 219.45px;
}
.contact_catalog {
    justify-content: space-between;
    flex-flow: column;
    align-items: center;
    margin-bottom: 50px;
}
.contact_catalog_img {
    width: min(511px, 100%);
}

/*お問い合わせフォーム内*/
.wpcf7_form_container {
    padding: 5vw 0 0;
}
.wpcf7 {
}
form.wpcf7-form .required {
    position: relative;
}
form.wpcf7-form .required:before {
    background: #e74c3c;
    color: #fff;
    content: "必須";
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    margin-right: 5px;
    padding: 0 5px 0 5px;
    width: auto;
}
form.wpcf7-form .required2 {
    position: relative;
}
form.wpcf7-form .required2:before {
    background: #2196f3;
    color: #fff;
    content: "任意";
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    margin-right: 5px;
    padding: 0 5px 0 5px;
    width: auto;
}
.wpcf7-form_form {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 10px 10px 20px 0 rgba(214, 224, 227, 0.67);
    padding: 40px 30px 25px;
}
span[data-name="checkbox-113"] > span {
    margin-bottom: 15px;
    display: block;
}
.wpcf7-form_form .fieldset2 {
    margin-bottom: 15px;
}
.wpcf7-form_form .wpcf7-text {
    display: block;
    margin-bottom: 20px;
}
.wpcf7-form_form .wpcf7-text,
.wpcf7-form-control-wrap textarea {
    margin-top: 10px;
}
span.wpcf7-list-item {
    display: block !important;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 20px;
    margin-left: 0;
}
/* span.wpcf7-list-item:nth-child(2),
span[data-name="checkbox-113"] span.wpcf7-list-item:nth-child(3) {
    margin-bottom: 20px;
} */
span[data-name="checkbox-113"] span.wpcf7-list-item:nth-child(2) {
    margin-bottom: 0;
}
span.wpcf7-list-item input {
    width: auto !important;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-family: "NotoSansJP", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
    font-size: 100%;
    padding: 8px;
    width: 100%;
}
.wpcf7-form-control-wrap textarea {
    margin-bottom: 15px;
}
.wpcf7-form-control-wrap input[readonly] {
    background: #f3f3f3;
    cursor: not-allowed;
}
.wpcf7-form-control-wrap input[readonly]::placeholder {
    color: #999;
}
.wpcf7-exclusive-checkbox label,
.wpcf7-exclusive-checkbox input {
    cursor: pointer;
}
.form_privacy {
    display: block;
    margin: 30px 0;
    text-align: center;
}
.wpcf7c-elm-step2 {
    text-align: center;
}
input::placeholder {
    color: #ddd;
}
input::-moz-input-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}
textarea::placeholder {
    color: #ddd;
}
textarea::-ms-placeholder {
    color: #ddd;
}
textarea::-moz-placeholder {
    color: #ddd;
}
.wpcf7 form .wpcf7-response-output {
    border: solid 2px #f44336 !important;
    color: #f44336;
    margin: 2em 0 1em !important;
    padding: 0.2em 1em;
}
/*submitボタンのリセットCSS*/
.wpcf7cp-btns > button,
input[type="submit"],
input[type="button"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: content-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;
    color: #e94e43;
    font-size: 14px;
    margin: 30px 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    color: #e94e43;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -15px;
}
/*submitボタンの装飾*/
.wpcf7c_submit {
    text-align: center;
}
.wpcf7c_submit input,
.wpcf7cp-btns > button {
    border: none;
    border-radius: 40px;
    -webkit-box-shadow: 0 3px 10px rgba(152, 165, 183, 0.47);
    box-shadow: 0 3px 10px rgba(152, 165, 183, 0.47);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin: 15px auto 0;
    max-width: 250px;
    outline: none;
    padding: 15px;
    transition: 0.3s;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    z-index: 0;
}
.wpcf7c_submit input[type="submit"],
.wpcf7cp-btns > button {
    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%);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    text-align: center;
}
div.wpcf7cp-btns {
    display: flex;
}
.wpcf7cp-btns > button:nth-child(1) {
    background: #aaa;
}
.wpcf7c_submit input[type="submit"]:hover {
    opacity: 0.8;
}
.wpcf7c_submit input[type="submit"]:hover {
}
.wpcf7c_submit input[type="button"] {
    background: linear-gradient(90deg, #a3b3e3 0%, #6e6e6e 45%, #8c8c8c 100%);
}

/*-------------------------------------
確認画面ページ Confirm Plus Contact Form 7
-------------------------------------*/
#wpcf7cpcnf {
}
#wpcf7cpcnf table {
    background: #fff;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 10px 10px 20px 0 rgb(214 224 227 / 67%);
    padding: 40px 30px 25px;
    width: 100%;
}
#wpcf7cpcnf table th {
    display: block;
    padding: 10px 30px 0;
    text-align: left;
}
#wpcf7cpcnf table td {
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: block;
    display: block;
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    min-height: 43.59px;
    padding: 8px;
    width: calc(100% - 60px);
}
#wpcf7cpcnf tr:nth-child(1) th {
    margin-top: 20px;
}
#wpcf7cpcnf tr:last-child td {
    margin-bottom: 40px;
}
#wpcf7cpcnf th p:before {
    background: #2196f3;
    color: #fff;
    content: "任意";
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    margin-right: 5px;
    padding: 0 5px;
    width: auto;
}
#wpcf7cpcnf tr:nth-child(9) th p:before,
#wpcf7cpcnf tr:nth-child(7) th p:before,
#wpcf7cpcnf tr:nth-child(6) th p:before,
#wpcf7cpcnf tr:nth-child(3) th p:before,
#wpcf7cpcnf tr:nth-child(1) th p:before {
    background: #e74c3c;
    color: #fff;
    content: "必須";
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    margin-right: 5px;
    padding: 0 5px;
    width: auto;
}

/*-------------------------------------
確認画面ページ Contact Form 7 Multi-Step Forms
-------------------------------------*/
.thanks_wrap .current-check {
    display: none;
}
.wpcf7-form_form {
    margin-bottom: 30px;
}
.wpcf7-form_form_confirm {
}
.wpcf7-form_form_confirm_input {
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: block;
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 10px;
    min-height: 43.59px;
    padding: 8px;
    width: 100%;
}

/*-------------------------------------
送信完了ページ Contact Form 7 Multi-Step Forms
-------------------------------------*/
.thanks_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
}

/*-------------------------------------
お役立ちコラムページ
-------------------------------------*/
.column_pickup_wrap {
    margin-top: -100px;
    position: relative;
}
/*ピックアップ スライダー*/
.column_pickup_list.slick {
    opacity: 0;
    transition: opacity 0.3s linear;
}
.column_pickup_list.slick.slick-initialized {
    opacity: 1;
}
.column_pickup_list .slick-list {
    padding-bottom: 21px !important;
}
.column_pickup_list .slick-track {
    display: flex;
}
.column_pickup_item {
    background: #fff;
    border-radius: max(25px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    box-shadow: 0 12px 15px 0 rgba(70, 82, 103, 0.17);
    display: block;
    float: none;
    height: auto;
    margin: 0 10px;
    overflow: hidden;
    width: min(360px, 45vw);
    min-width: 250px;
}
.column_pickup_item section {
    height: 100%;
}
.column_photo {
    border-radius: 0 0 0 max(25px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    position: relative;
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}
.column_photo a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.column_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.column_main_wrap li:hover img,
.column_pickup_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.column_text {
    flex: 1;
    display: flex;
    flex-flow: column;
    padding: 30px;
    gap: 20px;
}
.column_title {
    font-size: 16px;
    /* font-weight: normal; */
    margin-bottom: 0;
    /* padding: 20px 30px 20px; */
    font-size: clamp(16px, 1.3888888889vw, 19px);
    font-weight: bold;
    letter-spacing: 0.05em;
}
.column_title a {
    color: rgb(44, 62, 87);
    text-decoration: none;
    line-height: 1.6;
}
.column_article_inner {
    /* align-items: center; */
    /* padding: 30px 30px 0; */
    /* gap: min(15px, 2vw); */
    /* flex-wrap: wrap; */
    /* row-gap: 10px; */
}
.column_article_inner .column_clock {
    line-height: initial;
    display: flex;
    gap: min(15px, 2vw);
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: center;
    font-size: clamp(12px, 1.3888888889vw, 16px);
}
.column_cat_wrap {
    /* padding: 0 20px 30px; */
    width: fit-content;
    margin-top: auto;
}
.column_cat {
    align-items: center;
    font-size: 13px;
    /* justify-content: center; */
    gap: 10px;
    flex-wrap: wrap;
}

.column_single_article_top .column_cat {
    color: #007cd8;
    font-size: 11px;
    /* margin-bottom: 5px; */
    /* margin-right: 10px; */
}
.column_single_article_top .column_clock {
    margin-top: 10px;
}
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_right .column_cat a,
.column_cat a {
    color: #007cd8 !important;
    font-size: 13px !important;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    background: #e5f2fb;
    padding: 10px min(20px, 3vw) !important;
    display: block;
    border-radius: 4px;
    letter-spacing: 0.1em;
}
.column_cat i {
    color: #007cd8;
    display: block;
    margin-right: 3px;
    transition: 0.3s;
}
.column_cat a:hover {
    background: #007cd8 !important;
    color: #fff;
}
.column_cat a:hover,
.column_cat a:hover i,
.pc_header_nav_child.column_nav .pc_header_nav_child_inner_inner_right .column_cat a:hover {
    color: #fff !important;
}

.column_single_article_top .column_tag {
}
.service_works_text .column_tag a,
.column_single_article_top .column_tag a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 10px 20px;
    display: block;
    border-radius: 4px;
    letter-spacing: 0.1em;
    background: #f3f3f3;
    color: #999;
}
.service_works_text .column_tag a:before,
.column_single_article_top .column_tag a:before {
    content: "#";
    font-family: var(--font_en2);
    padding-right: 3px;
}
.service_works_text .column_tag a:hover,
.column_single_article_top .column_tag a:hover {
    background: #f3f3f3;
    color: inherit;
}

.column_clock time {
    font-family: var(--font_en2);
    font-weight: normal;
    line-height: initial;
    white-space: nowrap;
    color: #999;
}
.column_clock time i {
    margin-right: 3px;
    color: #999;
}
.column_pickup_wrap .slick-next {
    left: auto;
    right: 8%;
}
.column_pickup_wrap .slick-prev {
    left: 8%;
}
/*アーカイブ系 検索コンテンツ*/
.column_function_sort {
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-weight: bold;
    line-height: 1;
}
.column_function_sort form {
    line-height: 1;
    width: 150px;
}
.column_function_sort select {
    /* background: #fff; */
    border: 2px solid var(--b_color);
    width: 100%;
    height: 40px;
    padding-inline: 16px;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    color: inherit;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 4px;
    /* border: 1px solid #e2e2e2; */
    /* background-color: #f2f2f2; */
    background-image: url(img/common/arrow-line.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    font-weight: normal;
}

/*カテゴリ概要文*/
.tax_descri p {
}

/*main*/
.column_main_wrap {
    justify-content: space-between;
}
.column_article_wrap {
    width: calc(100% - 250px - 50px);
}
.my_result_count {
    font-weight: bold;
    margin-bottom: 30px;
}
.column_main_wrap ul {
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: min(50px, 5vw);
    grid-row-gap: min(80px, 7vw);
}
.column_main_wrap ul:after {
    content: "";
    height: 1px;
    width: calc(100% / 3 - 30px);
}
.column_main_wrap li {
    background: #fff;
    border-radius: max(25px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    /* margin-bottom: 80px; */
    overflow: hidden;
    /* width: calc(100% / 3 - 30px); */
}
.column_main_wrap li section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*******/
.column_search_box {
    align-items: center;
    margin-bottom: var(--m_ps5);
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

/*カテゴリ＆タグbox*/
.column-cat-list {
    column-gap: min(15px, 2vw);
    row-gap: 10px;
    flex-wrap: wrap;
}
.column-cat-list li {
}
.column-cat-list li a {
    color: #007cd8;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    background: #e5f2fb;
    padding: 10px 20px;
    display: block;
    border-radius: 4px;
    letter-spacing: 0.1em;
}
.column-cat-list li a:hover {
    background: #007cd8;
    color: #fff;
}

.tag_search_column_inner .ttl:before {
    /* background: url(img/common/arrow_btn01.svg) no-repeat; */
    /* filter: drop-shadow(2px 7px 8px rgb(212 25 104 / 50%)); */
}
.column-tag-list li a {
    background: #f3f3f3;
    color: #999;
}
.column-tag-list li a:before {
    content: "#";
    font-family: var(--font_en2);
    padding-right: 3px;
}
.column-tag-list li a:hover {
    background: #f3f3f3;
    color: inherit;
}

.cat_search_column_searchform_inner {
    position: relative;
    gap: 20px;
}
.cat_search_column_searchform_inner input[type="text"] {
    width: 100%;
    background: #f3f3f3;
    border-radius: 3px;
    padding: 20px;
    height: auto;
    font-size: 16px;
    font-family: var(--font_ja);
}
.cat_search_column_searchform_inner input[name="submit"] {
    width: 64px;
    aspect-ratio: 1/1;
    /* height: auto; */
    border-radius: 3px;
    padding: 20px;
}

/*モーダル絞り込み*/
.service_works_search_wrap #openModal {
    width: fit-content;
}
.service_works_search_wrap #openModal span {
    display: flex;
    width: auto;
    height: auto;
    font-weight: bold;
    letter-spacing: 0.1em;
    border: none;
    padding: 0;
    font-size: 16px;
    align-items: center;
    gap: 5px;
}
.service_works_search_wrap #openModal span:before {
    content: none;
}
.service_works_search_wrap #openModal span i {
    font-size: 1.5em;
}
.service_works_search_wrap .modalArea {
    z-index: 9;
}
.service_works_search_wrap .modalWrapper {
    height: 100%;
    overflow-y: auto;
    transform: translate(0%, 0%);
    width: 100%;
    padding: 30px;
    left: 0;
    top: 0;
}
.modalWrapper .service_works_search {
    background: #fff;
    margin-bottom: 0;
    width: calc(100% - (var(--m_ps8) * 2));
}
.service_works_search_wrap .closeModal {
    right: 30px;
    top: 30px;
    z-index: 9;
}
.service_works_search dt,
.column_search_text p {
    font-size: clamp(18px, 3vw, 22px);
    letter-spacing: 0.1em;
}
.service_works_search dt:before,
.column_search_text p:before {
    height: auto;
    margin-right: 10px;
    width: min(30px, 3vw);
    aspect-ratio: 1/1;
    min-width: 22px;
}
.service_works_search dd ul {
    column-gap: min(15px, 2vw);
    row-gap: 15px;
    justify-content: flex-start;
}
.service_works_search dd ul li {
}
.service_works_search dd span {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.search_ohter_wrap {
    display: block;
}
#search-result-count {
    text-align: center;
}
.service_works_search dd {
    display: block;
}
.column_search_text input[type="text"] {
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
}

/*-------------------------------------
お役立ちコラム 末端ページ
-------------------------------------*/
.column_single_inner {
    justify-content: space-between;
}
.column_single_main {
    max-width: 870px;
    width: calc(100% - 300px - 80px);
}
.column_single_main h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 30px;
}
.column_single_article_top {
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
}
.column_single_article_top .column_clock {
    margin-left: auto;
}
.column_single_article_top .column_clock .news_clock {
    margin-left: 10px;
}
.column_single_article_top .column_clock .news_clock i {
    color: #999;
    padding-right: 3px;
}
.thumbnail_container {
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
}
.thumbnail_container img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.column_single_article_bottom video {
    width: 100%;
}
.column_single_article_bottom .js-scrollable {
    margin-bottom: 40px;
}
/*シェアボタン*/
.share_sns_wrap {
    margin-bottom: 30px;
}
.share_sns_wrap ul {
    justify-content: flex-end;
}
.share_sns_wrap li {
    margin-right: 10px;
}
.share_sns_wrap li img {
    height: 30px;
    width: 30px;
}
/*記事本文*/
.column_single_article_bottom {
}
.column_single_article_bottom h2 {
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    font-size: 25px;
    margin: 50px 0 30px;
    padding: 20px 0;
    text-align: left;
}
.column_single_article_bottom h3 {
    border-left: 5px solid;
    font-size: 25px;
    font-weight: bold;
    margin: 50px 0 30px;
    padding: 0 0 0 20px;
    text-align: left;
}
.column_single_article_bottom h4 {
    border-bottom: 1px solid #222;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 30px;
    padding: 0 0 10px;
    text-align: left;
}
@media only screen and (min-width: 551px) {
    .column_single_article_bottom * {
        font-size: 18px;
    }
}
details.js-details {
    border: 5px solid #e5f2fb;
    padding: var(--m_ps3);
    margin-bottom: var(--m_ps3);
}
summary.js-summary {
}
summary.js-summary::marker {
    content: none;
}
.summary_inner {
    color: var(--m_color2);
    font-weight: bold;
    background: #e5f2fb;
    display: block;
    padding: 10px 45px 10px 10px;
    display: flex;
    justify-content: space-between;
}
.summary_inner .icon {
    position: relative;
}
.summary_inner .icon::before {
    content: "";
    width: 17px;
    height: 2px;
    background: var(--m_color2);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--tr);
}
.summary_inner .icon::after {
    content: "";
    width: 2px;
    height: 17px;
    background: var(--m_color2);
    position: absolute;
    left: 20px;
    top: 24%;
    transition: var(--tr);
}
details.js-details[open] .summary_inner .icon::before {
}
details.js-details[open] .summary_inner .icon::after {
    transform: rotate(90deg);
    transition:
        opacity 1s ease-out,
        var(--tr);
    opacity: 0;
}
details .js-content {
    padding-top: var(--m_ps3);
}
details .js-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*目次*/
.outline {
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5em;
    margin: 50px 0;
    padding: 30px;
    width: 100%;
}
.outline__title {
    font-size: 16px;
    font-weight: bold;
}
.outline__toggle {
    display: none;
}
.outline__switch::before {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 5px;
    content: "開く";
    cursor: pointer;
    font-size: 0.8rem;
    margin-left: 5px;
    padding: 5px 10px;
}
.outline__toggle:checked + .outline__switch::before {
    content: "閉じる";
}
.outline__switch + .outline__list {
    border: none;
    height: 0;
    margin: -20px 0;
    overflow: hidden;
    padding: 0 20px 0;
    transition: 0.2s;
    width: 0;
}
.outline__toggle:checked + .outline__switch + .outline__list {
    background: none;
    border-bottom: none;
    border-top: solid 1px #ddd;
    height: auto;
    margin: 20px 0 0;
    padding: 17px 20px 0;
    transition: 0.2s;
    width: auto;
}
.outline > ul.outline__list > li {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 0 0 13px;
}
ul.outline__list li {
    border: none;
    margin: 0 0 0;
    padding: 5px 0;
    position: relative;
}
ul.outline__list li:before {
    content: "-";
    height: 0;
    left: 0;
    line-height: 1.6;
    position: absolute;
    top: 6px;
    top: -3px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 0;
}
ul.outline__list ul {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 0 0 1em !important;
}
.outline__link {
    color: #191919 !important;
    font-size: 16px;
    position: relative;
}
span.outline__number {
    display: none;
}
label.outline__switch {
    float: right;
    position: relative;
}
.outline ul {
    -webkit-padding-start: 1.2em;
}
/***/
.column_single_article_bottom p {
    line-height: 2;
    margin: 0 0 40px;
}
.column_single_article_bottom img {
    height: auto;
    max-width: 100%;
    height: auto;
    display: block;
    width: revert-layer;
}
.column_single_article_bottom ul:not(.outline__list) {
    margin: 0 0 50px;
}
.column_single_article_bottom ul:not(.outline__list) li {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}
.column_single_article_bottom ul:not(.outline__list) li:before {
    border-top: 2px solid #3eace1;
    content: "";
    display: inline-block;
    font-size: 10px;
    height: 2px;
    left: 0;
    margin: 0 15px 0 0;
    position: absolute;
    top: 16px;
    width: 10px;
}
.column_single_article_bottom ol {
    counter-reset: number 0;
    margin: 0 0 50px;
}
.column_single_article_bottom ol li {
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0 0 0 35px;
    position: relative;
}
.column_single_article_bottom ol li:before {
    background: #007cd8;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    content: counter(number) " ";
    counter-increment: number 1;
    display: inline-block;
    font: 400 16px/1 "din1451alt";
    height: 25px;
    left: 0;
    padding: 3px 0 0 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 25px;
}
.column_single_article_bottom dt {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 1rem 2rem;
}
.column_single_article_bottom dd {
    margin: 0 0 30px;
    padding: 1rem 2rem;
}
.column_single_article_bottom table {
    border-left: 1px solid #cce5f7;
    border-top: 1px solid #cce5f7;
    height: auto;
    table-layout: fixed;
    width: 100%;
}
/* .column_single_article_bottom td {
    position: sticky;
    top: 100px;
} */

/*-------------------------------------
ver3関連記事 ブログカード
-------------------------------------*/
.blog_card2 {
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 30px 30px;
    width: 100%;
    border: 3px solid var(--a_color);
    cursor: pointer;
    transition: var(--tr);
}
.blog_card2:hover {
    filter: brightness(1.2);
}
.blog_card2 a {
    text-decoration: none;
}
.blog_card2_inner {
    justify-content: space-between;

    align-items: center;
}
.blog_card2_subttl {
    align-items: center;
    color: var(--f_color);
    display: flex;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    border-bottom: dotted 4px var(--a_color);
    padding-bottom: 15px;
    padding-left: 35px;
}
.blog_card2_subttl:before {
    background: url(img/common/arrow_btn.svg) no-repeat 50% / contain;
    content: "";
    display: block;
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.blog_card2_img {
    width: 30%;
}
.blog_card2_txt {
    width: 65%;
}
.blog_card2_ttl {
    color: #007cd8;
    text-decoration: underline;
}

/*-------------------------------------
ver2関連記事 ブログカード
-------------------------------------*/
.blog_card {
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 40px 30px;
    width: 100%;
    /* background: #e5f7fe; */
    border: 3px solid var(--a_color);
}
.blog_card a {
    justify-content: space-between;
    text-decoration: none;
}
.blog_card_img {
    width: 30%;
}
.blog_card_txt {
    width: 65%;
}
.blog_card_subttl {
    -webkit-align-items: center;
    align-items: center;
    color: #007cd8;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
    border-bottom: dotted 4px var(--a_color);
    padding-bottom: 15px;
    padding-left: 35px;
}
.blog_card_subttl:before {
    background: url(img/common/arrow_btn.svg) no-repeat 50% / contain;
    content: "";
    display: block;
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.blog_card_ttl {
    margin-bottom: 10px;
    font-weight: bold;
}
.blog_card_ex {
    font-size: 14px;
}

/*-------------------------------------
ver1関連記事 ブログカード
-------------------------------------*/
.column_single_article_bottom .txt_box01 {
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    color: #222;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 40px 30px;
    position: relative;
    width: 100%;
}
.column_single_article_bottom .txt_box01_title {
    -webkit-align-items: center;
    align-items: center;
    color: #007cd8;
    display: -webkit-flex;
    display: flex;
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
}
.column_single_article_bottom .txt_box01_title:before {
    background: url(img/common/arrow_btn.svg) no-repeat 50% / contain;
    content: "";
    display: block;
    height: 30px;
    margin: 0 10px 0 0;
    width: 30px;
}
.column_single_article_bottom .txt_box01 p {
    margin-bottom: 20px;
}
/********/

.column_single_article_bottom .txt_box02 {
    background: rgba(240, 31, 133, 0.1);
    border: 1px solid #f01f85;
    border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    margin: 40px 0;
    padding: 20px;
    position: relative;
}
.column_single_article_bottom .txt_box02_title {
    color: #f01f85;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px;
    position: relative;
}
.column_single_article_bottom .txt_box02_title:before {
    color: #f01f85;
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 3px 0 0;
}
.column_single_article_bottom .txt_box01 > p:last-child,
.column_single_article_bottom .txt_box02 > p:last-child {
    margin: 0;
}
.column_single_article_bottom blockquote {
    margin: 0 0 30px;
    padding: 50px;
    position: relative;
}
.column_single_article_bottom blockquote:before {
    color: #007cd8;
    content: "“";
    font: 5em/1 "ＭＳ Ｐゴシック";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 3px solid var(--a_color);
    border-left: 3px solid var(--a_color);
    width: 100px;
    height: 100px;
    padding: 10px 0 0 10px;
}
.column_single_article_bottom blockquote:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 3px solid var(--a_color);
    border-right: 3px solid var(--a_color);
    width: 100px;
    height: 100px;
}
.column_single_article_bottom blockquote p:last-child {
    margin: 0;
    margin-top: 30px;
    font-size: 14px;
    font-style: normal;
    color: gray;
}
.column_single_article_bottom blockquote p:last-child a {
    font-size: 14px;
    font-style: normal;
    color: gray;
}
.column_single_article_bottom blockquote cite.cite {
    font-size: 14px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: gray;
    margin-top: 30px;
}
.column_single_article_bottom blockquote cite.cite a {
    font-size: 14px;
    color: gray;
}
.column_single_article_bottom .table_scroll {
    overflow: auto;
    position: relative;
}
.column_single_article_bottom .table_scroll > img {
    display: none;
}
.column_single_article_bottom .table_scroll table {
    border: 1px solid #d5e5f4;
    border-bottom: none;
    border-collapse: collapse;
    border-right: none;
    display: block;
    font-size: 0.875em;
    line-height: 2.28571em;
    margin: 0 0 30px;
    margin-bottom: 40px;
    -webkit-overflow-scrolling: touch;
    table-layout: fixed;
    width: 100%;
}
.column_single_article_bottom table tbody {
    display: table;
    width: 100%;
}
.column_single_article_bottom table th {
    background: #007cd8;
    border-bottom: 1px solid #d5e5f4;
    border-right: 1px solid #d5e5f4;
    color: #fff;
    padding: 8px 10px 6px;
    text-align: left;
}
.column_single_article_bottom table td {
    border-bottom: 1px solid #d5e5f4;
    border-right: 1px solid #d5e5f4;
    border-top: 1px solid #d5e5f4;
    line-height: 1.5;
    line-height: 2;
    padding: 8px 10px 6px;
    vertical-align: top;
}
.column_single_article_bottom table tr:first-child td {
    border-top: none;
}
/*-------------------------------------
末端記事直下 コラム専用CTA
-------------------------------------*/
.column_cta a {
    display: block;
}
.column_cta a:hover {
    filter: brightness(110%);
}
.column_cta a img {
    display: block;
    filter: drop-shadow(0 10px 10px rgb(0 0 128 / 20%));
}

/*-------------------------------------
末端最下部 ページネーション
-------------------------------------*/
.single_pagenavi {
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 80px;
}
.single_pagenavi > div {
    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%);
    border-radius: 50px;
    -webkit-box-shadow: 3px 9px 20px 0 rgb(25 146 212 / 30%);
    box-shadow: 3px 9px 20px 0 rgb(25 146 212 / 30%);
}
.single_pagenavi .next {
}
.single_pagenavi > div a {
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 130px;
}
.single_pagenavi > div a:hover {
    transform: translate3d(0, 3px, 0);
}
.single_pagenavi > div a:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 11px;
}
.single_pagenavi .prev a {
    text-align: right;
}
.single_pagenavi .prev a:before {
    left: 25px;
    right: auto;
    top: 33%;
    transform: rotate(225deg) translateY(-50%);
}

/*-------------------------------------
末端最下部 関連記事
-------------------------------------*/
.relation_article_wrap {
}
.relation_article_ttl {
    margin-bottom: 20px;
    color: #222;
}
.relation_article_ttl:after {
    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%);
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    height: 5px;
    margin-top: 10px;
    width: 100%;
}
.relation_article_list {
    justify-content: space-between;
}
.relation_article_list li {
    background: #fff;
    border-radius: max(15px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    margin-bottom: 20px;
    width: calc(100% / 3 - 1vw);
    overflow: hidden;
}
.relation_article_photo {
    overflow: hidden;
    width: 30%;
}
.relation_article_photo img {
    height: 100%;
    object-fit: contain;
    object-position: top;
    transition: var(--tr);
    width: 100%;
}
.relation_article_list li:hover img {
    transform: scale(1.1);
}
.relation_article_list .column_article_inner {
    /* padding: 30px 20px 0; */
}
.relation_article_list .column_title {
    font-size: 14px;
    /* padding: 10px 20px 30px; */
}

/*-------------------------------------
お役立ちコラムサイドバー
-------------------------------------*/
.column_side_wrap {
    max-width: 300px;
    width: 100%;
}
.column_side_wrap > div {
    margin: 0 0 50px;
}
.column_side_banner {
    position: sticky;
    top: 100px;
    text-align: center;
}
.column_side_banner img {
    box-shadow: 0 14px 10px -8px rgb(0 0 128 / 20%);
}
.column_side_banner a:hover {
    filter: brightness(110%);
}

.column_tabs {
}
.tab_item {
    width: calc(100% / 3);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border-bottom: 5px solid #007cd8;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tab_item span {
    font-weight: bold;
    width: 90%;
    height: 100%;
    border-radius: max(5px, min(10px, calc((100vw - 10px - 100%) * 9999)))
        max(5px, min(10px, calc((100vw - 10px - 100%) * 9999))) 0 0;
    background: #e5f7fe;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_item:hover {
    opacity: 0.75;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    display: block;
}
.column_tabs input:checked + .tab_item {
}
.column_tabs input:checked + .tab_item span {
    color: #fff;
    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%);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
}

.widget_title div {
    color: #222;
    font:
        26px/1 "Montserrat",
        sans-serif;
    letter-spacing: 0.08em;
    margin: 0 0 10px;
    position: relative;
}
.widget_title div:after {
    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%);
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    height: 5px;
    margin-top: 10px;
    width: 100%;
}
.column_side_wrap .widget_search input[type="text"] {
    width: calc(100% - 45px - 5px);
}
.column_side_wrap .widget_search input[type="submit"] {
    padding: 10px 15px;
}
.column_side_wrap li {
    padding: 10px 0;
    position: relative;
    position: relative;
    transition: 0.3s ease-out;
}
.column_side_wrap li a {
    color: #222;
    font-size: 0.8125rem;
    text-decoration: none;
}
.column_side_wrap li a > div:nth-child(1) {
    height: 56px;
    overflow: hidden;
    width: 100px;
}
.column_side_wrap li a > div:nth-child(2) {
    line-height: 1.6;
    margin-left: auto;
    width: calc(100% - 100px - 10px);
}
.column_side_wrap li a img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 0.3s;
    width: 100%;
}
.column_side_wrap li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.column_side_wrap li a > div:nth-child(2) > p:nth-child(2) {
    border: #007cd8 1px solid;
    border-radius: 30px;
    color: #007cd8;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 5px;
    padding: 0 10px;
}
/*ランキング詳細*/
.widget_my_recent_posts2 {
    counter-reset: number 0;
}
.widget_my_recent_posts2 li a > div:nth-child(2) {
    position: relative;
}
.widget_my_recent_posts2 li a > div:nth-child(2):before {
    color: #007cd8;
    content: "No." counter(number);
    counter-increment: number 1;
    display: block;
    font:
        20px/1 "Montserrat",
        sans-serif;
}
.widget_my_recent_posts2 li:nth-child(2) a > div:nth-child(2):before {
    color: #00a6d8;
}
.widget_my_recent_posts2 li:nth-child(3) a > div:nth-child(2):before {
    color: #00d8a6;
}
.widget_my_recent_posts2 li:nth-child(4) a > div:nth-child(2):before {
    color: #49d800;
}
.widget_my_recent_posts2 li:nth-child(5) a > div:nth-child(2):before {
    color: #d8c700;
}
/*カテゴリー*/
.column_side_cat ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.column_side_cat li {
    padding: 0px;
}
.column_side_cat li a {
    color: #007cd8 !important;
    font-size: 13px !important;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    background: #e5f2fb;
    padding: 10px 20px !important;
    display: block;
    border-radius: 4px;
    letter-spacing: 0.1em;
}
/*タグ*/
.column_side_tag ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.column_side_tag li {
    padding: 0;
}
.column_side_tag li a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 10px 20px;
    display: block;
    border-radius: 4px;
    letter-spacing: 0.1em;
    background: #f3f3f3;
    color: #999;
}
.column_side_tag li a:before {
    content: "#";
    font-family: var(--font_en2);
    padding-right: 3px;
}
.column_side_cat li a:hover {
    background: #007cd8;
    color: #fff !important;
}
.column_side_tag li a:hover {
    color: var(--f_color);
}
/*検索窓*/
.widget_search {
    position: relative;
}
.widget_search_inner {
}
.widget_search input {
    -webkit-appearance: none;
    -moz-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;
    outline: 0;
    padding: 10px 20px;
}
.widget_search input[type="text"] {
    background: #fff;
    margin-right: 10px;
    width: calc(100% - 56px - 10px);
}
.cat_search_column_searchform input[name="submit"],
.widget_search input[type="submit"] {
    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%);
    border: none;
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    color: #fff;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-family: "font awesome 5 free";
    font-weight: bold;
}
/*最近の投稿*/
.widget_my_recent_posts img {
    height: 50px;
    margin: 0 5px 0 0;
    object-fit: cover;
    width: 70px;
}
.widget_my_recent_posts .news_clock {
    display: flex;
    font-size: 0.6875rem;
    margin: 5px 0 0;
}
.column_side_wrap time {
    display: block;
    font-size: 15px;
    margin-top: 7px;
}
/*カテゴリーとアーカイブ*/
.widget_archive li a,
.widget_categories li a {
    display: block;
    padding: 0 0 0 10px;
}
.widget_archive li:before {
    background: #000;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    top: 23px;
    width: 10px;
}
/************************************
** 折り畳みアーカイブウィジェット
************************************/
.widget_archive a.year {
    cursor: pointer;
    font:
        20px "din1451alt",
        "NotoSansJP",
        "Noto Sans CJK JP",
        "Noto Sans CJK JP Subset",
        sans-serif;
    padding: 0;
    padding: 10px;
    text-decoration: underline;
    text-decoration: none;
}
.widget_archive a.year:hover {
    background: #f3f3f3;
}
.widget_archive .years > li:before {
    background: linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    border-radius: 4px;
    content: "";
    height: 3px;
    left: auto;
    margin: 0;
    right: 10px;
    top: 32px;
    width: 15px;
}
.widget_archive .years > li:after {
    background: linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    border-radius: 4px;
    content: "";
    height: 3px;
    position: absolute;
    right: 10px;
    top: 32px;
    transform: rotate(90deg);
    transition: all 0.4s;
    width: 15px;
}
.widget_archive .years > li.close:after {
    transform: rotate(360deg);
}
.widget_archive .years ul {
    margin: 0;
    margin-bottom: 1em;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.widget_archive ul.month li {
    padding: 8px 0 8px 25px;
}
.widget_archive ul.month li:hover {
    background: #f3f3f3;
}
.widget_archive ul.years .hide {
    height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}
.widget_archive ul.month li a {
    font:
        17px "din1451alt",
        "NotoSansJP",
        "Noto Sans CJK JP",
        "Noto Sans CJK JP Subset",
        sans-serif;
}

/*アーカイブ　ページネーション*/
.wp-pagenavi .nav-links {
    display: -webkit-flex;
    display: flex;
}
.wp-pagenavi .page-numbers {
    background: #ffffff;
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #d6e0e3;
    color: #222;
    display: block;
    margin-right: 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.3s;
}
.wp-pagenavi .page-numbers:last-child {
    margin-right: 0;
}
.wp-pagenavi .current {
    background: #222;
    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%);
    -webkit-box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    box-shadow: 3px 9px 20px 0 rgba(25, 146, 212, 0.3);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
}
.wp-pagenavi .page-numbers:hover {
    box-shadow:
        -10px -10px 30px 0 #fff,
        10px 10px 40px 0 #9eaebd;
}
/*-------------------------------------
404
-------------------------------------*/
/*-------------------------------------
reCAPTCHA v3
-------------------------------------*/
body.page-template-contact .grecaptcha-badge {
    bottom: 140px !important;
    z-index: 99;
}

/*-------------------------------------
footer
-------------------------------------*/
.footer {
    background: #2c3e57;
    padding: 100px 0 30px;
}
.footer_inner {
    color: #fff;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: space-between;
    padding: 0 20px;
}
.footer_inner_left {
    flex: 1;
}
.footer_inner .site_ttl img,
.site_info_container img {
    margin-bottom: 20px;
    max-width: 200px;
    width: 100%;
}
.footer_phone {
    color: #fff;
    margin: 0 0 20px;
}
.footer_phone a {
    color: #fff;
    display: inline-block;
    font:
        30px/1 "din1451alt",
        "Noto Sans",
        "Noto Sans CJK JP",
        "Noto Sans CJK JP Subset",
        sans-serif;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-decoration: none;
}
.footer_phone i {
    color: #ffffff;
    font-size: 27px;
    padding: 0 5px 0 0;
}
.footer_op_ttl {
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-weight: bold;
}
.footer_op_ttl:before {
    background: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 5px;
    width: 10px;
}
.footer_op p,
.footer_op p * {
    color: #fff;
    text-decoration: none;
}
.footer_sns_wrap > div {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 20px;
}
.footer_sns_wrap a {
    display: block;
}
.footer_sns_wrap img {
    display: inline-block;
    margin: 0;
    max-height: 20px;
    transition: 0.3s;
    width: 30px !important;
}
.footer_sns_wrap a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.footer_inner_right {
    flex: 2;
}
.footer_nav {
    margin: 0 3vw 0 0;
}
.footer_nav ul {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding: 10px 0 10px 15px;
}
.footer_nav > li {
    margin-bottom: 10px;
}
.footer_nav li li {
    margin-bottom: 10px;
}
.footer_nav a,
.footer_nav a:before {
    color: #fff;
    font-size: 13px;
    margin: 0 30px 0 0;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.footer_nav a:hover:before {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.footer_nav li:not(.not_dot) a:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-weight: bold;
    height: 8px;
    margin: 0 5px 0 0;
    transition: 0.3s;
    width: 8px;
}
/**/
.footer_nav_menu {
    justify-content: space-between;
}
.footer_nav_menu li {
    height: 100px;
    width: calc(100% / 3 - 2vw);
}
.footer_other_btn .cta_btn:nth-of-type(1) {
    margin-right: 30px;
}

/**/
.copyright {
    border: none;
    color: #fff;
    font-size: 11px;
    padding: 30px 20px 0;
    text-align: center;
}
.copyright p {
    color: #fff;
}
.copyright a {
    color: #fff;
    font-size: 14px;
}

/*-------------------------------------
補助金バナー
-------------------------------------*/
.hojo_banner2 {
    max-width: 1000px;
}

/***/

.hojo_banner {
    position: fixed;
    width: min(250px, 40vw);
    bottom: 20px;
    left: 20px;
    aspect-ratio: 250/104;
    display: none;
    z-index: 7;
}
.hojo_banner.is_active {
    display: block;
}
.hojo_banner img {
    width: 100%;
    height: 100%;
}
.hojo_banner_none {
    position: absolute;
    right: -5px;
    top: -10px;
    border-radius: 50%;
    border: 3px solid var(--f_color);
    width: 25px;
    aspect-ratio: 1/1;
    height: auto;
    background: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    padding-bottom: 1px;
    cursor: pointer;
}

/*-------------------------------------
TOPに戻る
-------------------------------------*/
#page-top {
    bottom: 20px;
    position: fixed;
    right: 80px;
    z-index: 7;
}
#page-top a {
    display: block;
}
#page-top a i {
    background: #2c3e57;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 12px;
    position: relative;
}
#page-top a:hover {
    opacity: 0.7;
}
/*-------------------------------------
追従バナー
-------------------------------------*/
.follow_bnr {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 9;
}
.follow_bnr ul {
    display: flex;
}
.follow_bnr li:nth-child(1) {
    margin-bottom: 20px;
}
.follow_bnr li a {
    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%);
    border-radius: max(7px, min(5px, calc((100vw - 10px - 100%) * 9999))) 0 0
        max(7px, min(5px, calc((100vw - 10px - 100%) * 9999)));
    box-shadow: 0 12px 12px 0 rgba(40, 47, 60, 0.1);
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
    font-size: 14px;
    letter-spacing: -0.2em;
    padding: 20px 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.follow_bnr li a:hover {
    filter: brightness(110%);
}
.follow_bnr li a span {
    color: #fff;
    display: inline-block;
    transform: rotate(90deg);
}
@-moz-document url-prefix() {
    .follow_bnr li a {
        letter-spacing: 0.1em;
    }
    .follow_bnr li a span {
        -moz-transform: rotate(180deg);
    }
}
.follow_bnr li:nth-child(1) a:before {
    background: url(img/common/icon01.svg) no-repeat 50% / contain;
    content: "";
    display: inline-block;
    height: 18px;
    margin-bottom: 5px;
    width: 22px;
}
.follow_bnr li:nth-child(2) a:before {
    background: url(img/common/icon02.svg) no-repeat 50% / contain;
    content: "";
    display: inline-block;
    height: 18px;
    margin-bottom: 5px;
    width: 22px;
}
@media only screen and (max-width: 1180px) {
    /*-------------------------------------
    header
    -------------------------------------*/
    .site_title a {
        width: 150px;
    }
    .pc_header_nav li a {
        font-size: 15px;
        padding: 15px 10px;
    }
    .pc_header_nav > ul > li:last-child {
    }
    .pc_header_nav > ul > li:last-child a {
        font-size: 14px;
        padding: 8px 30px 8px 25px;
    }
    /*-------------------------------------
    TOPページ コラムスライダー
    -------------------------------------*/
    .top_new_column_right {
        width: calc(100vw - 370px);
    }
    /*-------------------------------------
    footer
    -------------------------------------*/
    .footer_inner_right {
        padding: 0 0 0 50px;
    }
}
@media only screen and (max-width: 1536px) {
    .header_img_text video {
        margin-left: -10px;
        top: 37px;
    }
}
@media only screen and (max-width: 1450px) {
    .header_img_wrap {
        position: relative;
    }
    .header_img_sb {
    }
    .header_img_text {
        bottom: -12%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
    .header_img_sb02 {
        margin-left: auto;
    }
    .header_img_text_img01 {
        max-width: 360px;
    }
    .header_img_text_img02 {
    }
    .header_img_text_img03_01 {
    }
}
@media only screen and (max-width: 1300px) {
    /*-------------------------------------
    TOPページ header
    -------------------------------------*/
    body.home .header {
        height: 640px;
    }
    /*メインビジュアル*/
    body.home .header_img_wrap {
        padding: 150px 50px 0;
        position: relative;
    }
    .header_img_sb {
        height: 50%;
        width: 50%;
        margin-top: -10px;
    }
    .header_img_sb02 {
        margin-left: auto;
        width: 50%;
    }
    .header_img_sb ul li:nth-last-child(2),
    .header_img_sb ul li:nth-last-child(1),
    .header_img_sb02 ul li:nth-last-child(2),
    .header_img_sb02 ul li:nth-last-child(1) {
        display: none;
    }
    .header_img_sb li:nth-child(1) {
        margin-left: -10%;
        margin-top: 12%;
        width: 70%;
    }
    .header_img_sb li:nth-child(2) {
        margin-left: 7%;
        margin-top: 1%;
        width: 58%;
    }
    .header_img_sb li:nth-child(3) {
        margin-left: -8%;
        margin-top: -7%;
    }
    .header_img_sb li:nth-child(4) {
        margin-left: 6%;
        margin-top: 1%;
    }
    .header_img_sb02 li:nth-child(1) {
        margin-left: 29%;
        margin-top: 20%;
        width: 74%;
    }
    .header_img_sb02 li:nth-child(2) {
        margin-left: 33%;
        margin-top: 0;
    }
    .header_img_sb02 li:nth-child(3) {
        margin-left: 56%;
        margin-top: 0;
        width: 50%;
    }
    .header_img_sb02 li:nth-child(4) {
        margin-left: 37%;
        margin-top: -5%;
        width: 54%;
    }
    .header_img_text {
        bottom: -32%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
    .header_img_text_img01 {
        margin-bottom: 20px;
        max-width: 350px;
    }
    .header_img_text_img02 {
        margin-bottom: 15px;
        max-width: 300px;
    }
    .header_img_text_img03_01 {
        background: url(img/header/header_mockup.png) no-repeat 58% 0 / contain;
        padding-top: 63%;
    }
    .header_img_text video {
        margin-left: -20px;
        top: 39px;
        width: 66.5%;
    }
}
@media only screen and (max-width: 1130px) {
    .slick-prev,
    .slick-next {
        background-size: contain;
        height: 50px;
        width: 50px;
    }
    .slick-prev {
        left: -20px;
    }
    .top_new_column_wrap .slick-next {
        left: 313px;
        right: auto !important;
    }

    .column_cta a span {
        overflow: hidden;
    }
    .column_cta a span:before {
        opacity: 0.3;
    }
}
@media only screen and (min-width: 1025px) {
    .sp_nav_container {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .pc_header_nav {
        display: none;
    }
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    /*ajax絞り込み検索*/
    .service_works_search dd ul li {
        width: calc(100% / 3 - 21px);
    }
    /*-------------------------------------
    ハンバーガーメニュー
    -------------------------------------*/
    .toggle {
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        filter: drop-shadow(0px 3px 6px rgba(25, 146, 212, 0.4));
        height: 43px;
        position: fixed;
        right: 15px;
        top: 14px;
        transition: 0.3s;
        width: 43px;
        z-index: 9999;
    }
    .header_gnav_wrap.is-show .toggle {
        height: 40px;
        top: 7px;
        width: 40px;
    }
    .toggle span {
        border-bottom: solid 2px #007cd8;
        display: block;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -webkit-transition: 0.35s ease-in-out;
        -moz-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        width: 17px;
    }
    .toggle span:nth-child(1) {
        top: 15px;
    }
    .toggle span:nth-child(2) {
        top: 21px;
    }
    .toggle span:nth-child(3) {
        top: 27px;
    }
    .header_gnav_wrap.is-show .toggle span:nth-child(1) {
        top: 13px;
    }
    .header_gnav_wrap.is-show .toggle span:nth-child(2) {
        top: 19px;
    }
    .header_gnav_wrap.is-show .toggle span:nth-child(3) {
        top: 25px;
    }
    /***** クリック後のボタン *****/
    .toggle.active span:nth-child(1) {
        left: 14px;
        top: 50% !important;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg) translate(0, -50%);
    }
    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        left: 13px;
        top: 50% !important;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg) translate(0, -50%);
    }
    .header_gnav_wrap.is-show .toggle.active span:nth-child(1) {
        left: 12px;
    }
    .header_gnav_wrap.is-show .toggle.active span:nth-child(2),
    .header_gnav_wrap.is-show .toggle.active span:nth-child(3) {
        left: 11px;
    }
    /*---------------------------*/
    .sp_nav_inner {
        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%);
        color: #000;
        height: 100vh;
        left: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 59px 0 80px;
        position: fixed;
        right: 0;
        top: 0;
        transition:
            0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53),
            -webkit-transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        width: 100%;
        z-index: 9;
    }
    .sp_nav_inner ul {
        background: #fff;
        border-top: 1px solid #d5e5f4;
    }
    .sp_nav_inner ul li {
        border-bottom: 1px solid #d5e5f4;
        position: relative;
    }
    .sp_nav_inner ul li:before {
        content: "";
        height: 38px;
        left: 30px;
        position: absolute;
        top: 8px;
        width: 38px;
    }
    .sp_nav_inner > ul > li:nth-child(1):before {
        background: url(img/header/sp_gnav/sp_nav_icon01.svg) no-repeat 50% / cover;
    }
    .sp_nav_inner > ul > li:nth-child(2):before {
        background: url(img/plan/op/plan_op_img12.svg) no-repeat 50% / contain;
        left: 35px;
        width: 30px;
    }
    .sp_nav_inner > ul > li:nth-child(3):before {
        background: url(img/header/sp_gnav/sp_nav_icon03.svg) no-repeat 50% / cover;
    }
    .sp_nav_inner > ul > li:nth-child(4):before {
        background: url(img/header/sp_gnav/sp_nav_icon04.svg) no-repeat 50% / cover;
    }
    .sp_nav_inner > ul > li:nth-child(5):before {
        background: url(img/header/sp_gnav/sp_nav_icon05.svg) no-repeat 50% / cover;
    }
    .sp_nav_inner > ul > li:nth-child(6):before {
        background: url(img/header/sp_gnav/sp_nav_icon06.svg) no-repeat 50% / cover;
    }
    .sp_nav_inner > ul > li:nth-child(7):before {
        background: url(img/header/sp_gnav/sp_nav_icon07.svg) no-repeat 50% / cover;
    }
    .sp_nav_inner ul ul li:last-child {
        border: none;
    }
    .sp_nav_inner li li {
        background: #f2f8fd;
    }
    .sp_nav_inner li li li {
        background: #fffffa;
    }
    .sp_nav_inner ul .active {
        background: #007cd8;
        color: #fff;
    }
    .sp_nav_inner ul .active + ul .active {
        background: #cfe4f7;
        color: #222;
    }
    .sp_nav_inner li a {
        border: none;
        color: #222;
        display: block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.15em;
        padding: 15px 50px 15px 80px;
        position: relative;
        position: relative;
        text-decoration: none;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -ms-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        width: 100%;
    }
    .sp_nav_inner ul li .toggle_btn {
        content: "";
        display: block;
        height: 55px;
        padding: 13px 15px 15px 17px;
        position: absolute;
        right: 0;
        top: 0;
        width: 73px;
        transition: var(--tr);
    }
    .sp_nav_inner.active {
        left: 0;
        transition-delay: 0s;
    }
    .sp_nav_inner ul li span:not(.cover):before {
        background: #e91e63;
        border-radius: 10px;
        content: "";
        height: 2px;
        margin-top: -1px;
        position: absolute;
        right: 30px;
        top: 50%;
        transition: 0.3s;
        width: 14px;
    }
    .sp_nav_inner ul li span:not(.cover):after {
        background: #007cd7;
        border-radius: 10px;
        content: "";
        height: 14px;
        position: absolute;
        right: 36px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s;
        width: 2px;
    }
    .sp_nav_inner ul li span.active:before,
    .sp_nav_inner ul li span.active:after {
        background: #fff;
    }
    .sp_nav_inner ul li span.active:after {
        margin-top: -7px;
        transform: rotate(90deg);
    }
    .sp_nav_inner ul li a:before {
        background: #007cd7;
        border-radius: 10px;
        content: "";
        height: 2px;
        position: absolute;
        right: 30px;
        top: 50%;
        width: 15px;
    }
    .sp_nav_inner ul li a:after {
        border-right: 2px solid #007cd7;
        border-top: 2px solid #007cd7;
        content: "";
        height: 8px;
        margin-top: 0;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        width: 8px;
    }
    .sp_nav_inner .cover a:before,
    .sp_nav_inner .cover a:after {
        content: none;
    }
    .sp_nav_inner .box_container {
        margin: 30px auto 0;
        width: 90%;
    }
    .sp_nav_inner .header_top_nav_use a {
        display: block;
        font-size: 12px;
        letter-spacing: 0.05em;
        padding: 15px 10px;
        text-align: center;
        text-decoration: none;
    }
    .sp_nav_inner .header_top_nav_use a i {
        color: #fff;
    }
    .sp_nav_banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .sp_nav_banner > div {
        margin-bottom: 10px;
        width: calc(100% / 2 - 5px);
    }

    .sp_nav_sns div {
        margin-left: 10px;
        margin-right: 10px;
    }
    .sp_nav_sns a {
        background: #fff;
        border-radius: 50%;
        font-size: 22px;
        height: 40px;
        line-height: 0;
        padding: 8px;
        text-align: center;
        text-decoration: none;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sp_nav_sns > div:nth-child(1) a i:before {
        color: #3acd01;
    }
    .sp_nav_sns > div:nth-child(2) a i:before {
        color: #3c5a99;
    }
    .sp_nav_sns > div:nth-child(3) a i:before {
        color: #1d9bf0;
    }
    .sp_nav_sns > div:nth-child(4) a i:before {
        color: #d41067;
    }
    .scroll-prevent {
        overflow: hidden;
    }
    /*-------------------------------------
    TOPページ header
    -------------------------------------*/
    body.home .header {
        height: 550px;
    }
    .header_gnav_wrap {
        padding: 20px 20px 0 20px;
    }
    .header_gnav_inner .site_title a {
        padding: 0;
        width: 150px;
    }
    .header_gnav_wrap.is-show {
        padding: 15px 15px;
    }
    .header_gnav_wrap.is-show:before {
        background: #fff;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .header_gnav_wrap.is-show .site_title a {
        width: 120px;
    }
    /*メインビジュアル*/
    .header_img_text video {
        margin-left: -16px;
        top: 32px;
    }

    /*-------------------------------------
    ホームページ制作ページ
    -------------------------------------*/
    .service_bizsai li {
        padding: 40px 30px;
        width: calc(100% / 3 - 30px);
    }
    .service_feat:before {
        width: 20vw;
    }
    /*-------------------------------------
    料金プランページ
    -------------------------------------*/
    .plan_price ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .plan_price li {
        margin-bottom: 50px;
        max-width: 400px;
        width: calc(100% / 2 - 20px);
    }
    .std_feat li {
        width: calc(100% / 2 - 30px);
    }
    .plan_tab_wrap {
        padding: 0 20px;
    }
    .plan_tab li {
        width: calc(100% / 4 - 15px);
    }
    .plan_tab li a {
        font-size: 16px;
    }
    .common_other_link {
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }
    .common_other_link a {
        margin-right: 0 !important;
        max-width: 100%;
        width: 48%;
    }
    /*-------------------------------------
    構成診断結果ページ
    -------------------------------------*/
    .diagnose_result .plan_basic_area {
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        width: 80%;
    }
    .diagnose_result .plan_basic_area > div {
        border-right: 5px solid #e5f2fb;
        margin-right: -5px;
        margin-top: -5px;
    }
    /*-------------------------------------
    ご利用の流れ
    -------------------------------------*/
    .flow_flowchart ul {
        padding: 70px 20px 0 0;
    }
    .flow_flowchart li {
        width: calc(100% / 5 - 20px);
    }
    .flow_flowchart_ttl {
        font-size: 16px;
    }
    .flow_list li:nth-child(3):before {
        background-size: contain;
        left: -10px;
        top: 12%;
        width: 12%;
    }
    /*-------------------------------------
    補助金・助成金ペ－ジ
    -------------------------------------*/
    /*補助金ページ header*/
    .page-template-subsidy .header {
        height: 550px;
    }
}
@media only screen and (min-width: 897px) {
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    .pc_none {
        display: none;
    }
}
@media only screen and (max-width: 896px) {
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    .sp_none {
        display: none;
    }

    /*-------------------------------------
    footer
    -------------------------------------*/
    .footer_inner {
        display: block;
    }
    .footer_inner_right_inner {
        flex-wrap: wrap;
    }
    .footer_inner_left {
        margin-bottom: 50px;
    }
    .footer_inner_right {
        padding: 0;
    }
    /*右サイドバー追従*/
    .follow_bnr {
        display: none !important;
    }
}
@media only screen and (max-width: 810px) {
    .header_img_text video {
        margin-left: -13px;
        top: 25px;
    }
    .diagnose_wrap .closeModal {
        width: min(50px, 10vw);
        right: 20px;
        top: 55px;
    }
    .diagnose_qn {
        min-height: 443px;
    }
}
@media only screen and (max-width: 768px) {
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    .main_col {
        margin-bottom: 80px;
    }
    .main_pa {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .dot_bg {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .dot_bg2 {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .tab_none {
        display: none;
    }
    .cta_wrap {
        margin-top: 80px;
    }
    /*見出し*/
    .common_h2 h2 {
        font-size: 30px;
    }
    .common_h2 h2:before {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .common_h2 h2:after {
        margin-top: 20px;
    }
    /*ぱんくず*/
    .breadcrumbsinner {
        padding: 30px 70px 30px 20px;
    }
    /*スクロールヒント*/
    .js-scrollable {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
        -webkit-text-size-adjust: 100%; /* Safari */
        font-size: 16px;
    }
    .js-scrollable::-webkit-scrollbar {
        display: none;
    }
    .scroll-hint-icon {
        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%);
        background: #2c3e57;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004bb1', endColorstr='#00beff', GradientType=1);
        height: 66px;
        left: auto;
        right: 10px;
        top: 10px;
        width: 66px;
    }
    .scroll-hint-icon:before {
        height: 30px;
        width: 25px;
    }
    .scroll-hint-icon:after {
        background-size: contain;
        height: 10px;
        width: 30px;
    }
    .scroll-hint-text {
        font-size: 13px;
        margin-top: 0;
        white-space: normal;
    }
    /*料金ページオプション一覧のスクロールヒント*/
    .plan_op_wrap .js-scrollable {
        border: 5px solid #e5f2fb;
        border-left: none;
        border-top: none;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .plan_op_inner table {
        border: none;
    }
    .plan_op_inner th.plan_op_ttl {
        border-left: none;
    }
    .plan_op_inner th.th {
        border-left: 5px solid #e5f2fb !important;
    }
    .plan_op_inner th {
        border-left: 5px solid #e5f2fb;
    }
    .icon_hover_area > div:hover .icon_hover_area_desc {
        white-space: normal;
    }
    /*-------------------------------------
    cta
    -------------------------------------*/
    .anime_wrap {
        height: 100%;
        overflow: hidden;
    }
    .anime_pcnone {
        display: block;
    }
    .cta_inner_inner {
        display: block;
    }
    .cta_left {
        margin-bottom: 20px;
        width: 100%;
    }
    .cta_left p:not(.annotation) {
        margin-bottom: 20px;
    }
    .cta_right {
        width: 100%;
    }
    /*-------------------------------------
    topページ header
    -------------------------------------*/
    body.home .header {
    }
    body.home .header_img_wrap {
    }
    /*メインビジュアル*/
    .header_img_text_img01 {
        width: 75%;
    }
    .header_img_text_img02 {
        width: 65%;
    }
    .header_img_sb li:nth-child(1) {
        margin-left: 50%;
        margin-top: -15%;
    }
    .header_img_sb li:nth-child(2) {
        margin-left: 23%;
        margin-top: -8%;
    }
    .header_img_sb li:nth-child(3) {
        z-index: 3;
    }
    .header_img_sb li:nth-child(4) {
        margin-left: 35%;
        margin-top: -5%;
    }
    .header_img_sb li:nth-child(5) {
        display: block !important;
        margin-left: -22%;
        margin-top: 0;
        width: 74%;
    }
    .header_img_sb li:nth-child(6) {
        display: block !important;
        margin-left: -5%;
        margin-top: 0;
    }
    .header_img_sb02 li:nth-child(1) {
        margin-left: -15%;
        margin-top: -3%;
    }
    .header_img_sb02 li:nth-child(2) {
        margin-left: 36%;
        margin-top: -8%;
        width: 70%;
    }
    .header_img_sb02 li:nth-child(3) {
        margin-left: 3%;
        margin-top: -9%;
    }
    .header_img_sb02 li:nth-child(4) {
        margin-left: 45%;
        margin-top: -7%;
    }
    .header_img_sb02 li:nth-child(5) {
        display: block !important;
        margin-left: 51%;
        margin-top: 3%;
        width: 60%;
    }
    .header_img_sb02 li:nth-child(6) {
        display: block !important;
        margin-left: 41%;
        margin-top: -4%;
        width: 55%;
    }
    .header_img_text_img03_01 {
        background: url(img/header/header_mockup_sp.png) no-repeat 58% 0 / contain;
        padding-top: 63%;
    }

    /*-------------------------------------
    topページ ビズサイのホームページ制作とは
    -------------------------------------*/
    .top_desc_img {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 160px;
    }
    .top_desc_img > div {
        width: calc(100% / 2 - 30px);
    }
    .top_desc_img > div:nth-child(2) {
        margin-left: 30px;
        margin-top: 30px;
    }
    .top_desc_img > div:nth-child(3) {
        margin-top: 25px;
    }
    .top_desc_img > div:after {
        left: 0 !important;
        width: 37% !important;
    }
    .top_desc_img > div:nth-child(2):after {
        left: auto !important;
        right: 20px;
    }
    /*-------------------------------------
    topページ 動画
    -------------------------------------*/
    .modalWrapper {
        width: 80%;
    }
    /*-------------------------------------
    topページ ホームページの役割
    -------------------------------------*/
    .top_homepage_inner_wrap {
        display: block;
    }
    .top_homepage_img {
        border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
            max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0 0;
        height: 300px;
        width: 100%;
    }
    .top_homepage_img img {
        height: 70%;
    }
    .top_homepage_text {
        border-radius: 0 0 max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
            max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
        width: 100%;
    }
    .top_homepage_text:before {
        top: -42%;
        z-index: 1;
    }
    /*-------------------------------------
    topページ 他を圧倒するサービス内容
    -------------------------------------*/
    .top_slide_wrap {
        background-size: 1000px;
        padding-top: 247px;
    }
    .top_service_wrap ul {
        display: block;
    }
    .top_service_wrap li {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .top_service_wrap li:last-child {
        margin-bottom: 0;
    }
    /*-------------------------------------
    topページ コラム紹介
    -------------------------------------*/
    .top_new_column_left {
        margin-bottom: 30px;
        width: 50%;
    }
    .top_new_column_left_inner {
        height: auto;
        padding: 30px 20px 0;
        position: static;
    }
    .top_new_column_right {
        width: 100%;
    }
    .top_new_column_wrap .slick-next {
        left: auto;
        right: 20px !important;
        top: 34%;
    }
    .top_new_column_wrap .slick-prev {
        left: 20px;
        top: 35%;
    }
    .top_new_column_right .slider_item {
    }
    /*-------------------------------------
    ホームページ制作ページ
    -------------------------------------*/
    .service_bizsai ul {
        display: block;
    }
    .service_bizsai li {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        padding: 40px 30px;
        width: auto;
    }
    .service_bizsai li p {
        font-weight: bold;
    }
    .service_bizsai .service_bizsai_ttl div {
        background: none;
        display: block;
        line-height: 3;
    }
    .service_bizsai .service_bizsai_ttl > div > div:nth-child(2) {
        background: linear-gradient(transparent 72%, #ffeb3b 66%);
    }
    .service_bizsai_ttl + p,
    .service_bizsai_ttl + p + p {
        text-align: left;
    }

    /*ビズサイの６つの特長*/
    .service_feat {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .service_feat li {
        margin-bottom: 70px;
        padding: 30px 20px;
    }
    .service_feat_ttl {
        font-size: 16px;
    }
    /*ビズサイが選ばれる理由*/
    .service_reason li {
        margin-bottom: 30px;
        width: calc(100% / 2 - 10px);
    }
    .service_reason_img {
        width: 80%;
    }
    .service_reason_text {
    }
    .service_reason_text > div:not(.btn_cta) {
        font-size: 20px;
    }

    /*リニューアルの実例*/
    .service_renewal {
        margin-top: 80px;
    }

    /*-------------------------------------
    料金ページ
    -------------------------------------*/
    .std_feat li {
        margin-bottom: 30px;
        width: calc(100% / 2 - 15px);
    }
    .plan_area_service_detail li {
        margin-bottom: 30px;
        width: calc(100% / 2 - 20px);
    }
    .plan_area_custom_item {
        display: block;
    }
    .plan_area_custom_img {
        width: 100%;
    }
    .plan_area_custom_text {
        width: 100%;
    }
    .plan_area_custom_price span:before {
        top: -9%;
        width: 60px;
    }

    /*-------------------------------------
    制作実績ページ
    -------------------------------------*/
    /*絞り込み*/
    .service_works_search {
        padding: 30px 20px;
    }
    .service_works_search dd ul li {
        width: calc(100% / 2 - 20px);
    }
    /*メイン*/
    .service_works_inner li {
        margin-bottom: 40px;
        width: calc(100% / 2 - 15px);
    }
    /*-------------------------------------
    制作実績 末端ページ
    -------------------------------------*/
    .service_works_single_inner {
        display: block;
    }
    .service_works_single_main {
        margin-bottom: 80px;
        width: 100%;
    }
    .service_works_single_main h1 {
        font-size: 25px;
    }
    .column_side_wrap {
        max-width: 100%;
        width: 100%;
    }
    /*-------------------------------------
    構成診断ページ
    -------------------------------------*/

    /*-------------------------------------
    構成診断結果ページ
    -------------------------------------*/
    .diagnose_result_ttl span:before {
        background-size: contain;
        left: -18%;
        max-width: 150px;
    }
    .diagnose_result_ttl span:after {
        background-size: contain;
        max-width: 150px;
        right: -18%;
    }
    .diagnose_result_detail {
        display: block;
    }
    .diagnose_result_img {
        width: 100%;
    }
    .diagnose_result_text {
        width: 100%;
    }
    .diagnose_result .plan_basic_area {
        max-width: 460px;
        width: 100%;
    }
    .diagnose_result_works:before {
        top: -9%;
        width: 15%;
    }
    .diagnose_result_works:after {
        top: -9%;
        width: 15%;
    }
    .diagnose_result_works ul {
        border-top: 1px solid #dbe7f5;
        margin-bottom: 20px;
        padding-top: 30px;
    }
    .diagnose_result_works li {
        margin-bottom: 30px;
        width: calc(100% / 2 - 20px);
    }
    /*-------------------------------------
    動画制作料金ページ
    -------------------------------------*/
    .ezoplan_3d {
        margin-bottom: -80px;
    }
    .ezoplan_wrap .plan_price li:nth-child(2):before {
        font-size: 12px;
        height: 80px;
        padding: 14px 8px 0;
        width: 80px;
    }
    .ezoplan_wrap .std_feat li {
        margin-bottom: 30px;
    }
    .ezoplan_wrap .std_feat li:last-child {
        margin-bottom: 0;
    }
    /*-------------------------------------
    ご利用の流れ
    -------------------------------------*/
    .flow_flowchart li {
        width: calc(100% / 5 - 15px);
    }
    .flow_flowchart_item {
        padding: 30px 20px;
    }
    .flow_flowchart_ttl {
        font-size: 13px;
    }
    .flow_list li {
        margin-bottom: 30px;
        padding: 40px 30px;
    }
    .flow_list li:last-child {
        margin-bottom: 0;
    }
    .flow_list li section {
        display: block;
    }
    .flow_item_img {
        margin-bottom: 30px;
        width: 100%;
    }
    .flow_item_text {
        width: 100%;
    }
    .flow_list li:nth-child(3):before {
        left: 4%;
        max-width: 100px;
        top: 15%;
        width: 23%;
    }
    /*-------------------------------------
    お役立ちコラムページ
    -------------------------------------*/
    .column_main_wrap li {
        /* margin-bottom: 40px; */
        /* width: calc(100% / 2 - 15px); */
    }
    .modalWrapper .service_works_search {
        width: 100%;
    }
    .service_works_search_wrap .closeModal {
        border-color: var(--f_color);
        right: 50px;
        top: 50px;
    }
    .service_works_search_wrap .closeModal span {
        background-color: var(--f_color);
    }
    /*-------------------------------------
    お役立ちコラム 末端ページ
    -------------------------------------*/
    .column_single_inner {
        display: block;
    }
    .column_single_main {
        margin-bottom: 80px;
        width: 100%;
    }
    .column_side_wrap {
        width: 100%;
    }

    /*記事末端直下 関連記事*/
    .relation_article_list {
    }
    .relation_article_list li {
    }
    /*-------------------------------------
    ご利用者様へページ
    -------------------------------------*/
    .usercontent_inner ul {
        display: block;
    }
    .usercontent_inner li {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: 550px;
        padding: 30px 20px;
        width: 100%;
    }
    .usercontent_inner li:last-child {
        margin-bottom: 0;
    }

    /*-------------------------------------
    補助金・助成金ペ－ジ
    -------------------------------------*/
    /*補助金ページ header*/
    .page-template-subsidy .header_img_other {
        justify-content: flex-start;
        padding-top: var(--m_ps5);
    }
    .page-template-subsidy .header {
        height: 450px;
    }
    .subsidy_con02_inner {
        display: block;
    }
    .subsidy_con02_inner > div {
        width: 100% !important;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: var(--m_ps5) !important;
    }
    .subsidy_con03 ul {
        display: block;
    }
    .subsidy_con03 li {
        width: 100%;
        margin-bottom: 30px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .subsidy_con03 li:last-child {
        margin-bottom: 0;
    }
    .subsidy_con06_inner li {
        width: calc(100% / 2 - 2vw);
    }

    /*-------------------------------------
    footer
    -------------------------------------*/
    .footer {
        padding: 80px 0 30px;
    }
    .footer_inner_right_inner {
        display: block;
    }
    .footer_nav_menu {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 599px) {
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    body.home .main_wrap {
        padding-top: 150px;
    }
    /*-------------------------------------
    topページ header
    -------------------------------------*/
    body.home .header {
        height: 600px;
    }
    body.home .header_img_wrap {
        padding: 77px 50px 0;
    }
    /*メインビジュアル*/
    .header_img_sb02 ul li,
    .header_img_sb02 li:nth-child(5),
    .header_img_sb02 li:nth-child(6) {
        display: none !important;
    }
    .header_img_sb li:nth-child(1) {
        margin-left: 50%;
        margin-top: 9%;
        width: 96%;
    }
    .header_img_sb li:nth-child(2) {
        margin-left: 20%;
        margin-top: -8%;
        width: 80%;
    }
    .header_img_sb li:nth-child(3) {
        margin-left: 110%;
        margin-top: -15%;
    }
    .header_img_sb li:nth-child(4) {
        margin-left: 35%;
        margin-top: -5%;
    }
    .header_img_sb li:nth-child(5) {
        margin-left: 74%;
        margin-top: -10%;
    }
    .header_img_sb li:nth-child(6) {
        margin-left: 49%;
        margin-top: -9%;
    }
    .header_img_text {
        bottom: 5%;
        height: 50%;
        width: 65%;
    }
    /*-------------------------------------
    料金ページ
    -------------------------------------*/
    .plan_price ul {
        display: block;
    }
    .plan_price li {
        margin-bottom: 30px;
        max-width: 100%;
        width: 100%;
    }
    .plan_price_desc {
        padding: 30px 20px;
    }
    .plan_basic_area {
        width: fit-content;
    }
    .plan_basic_area > div {
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: flex;
        height: 95px;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
        width: 95px;
    }
    .plan_price_desc .btn_cta {
        margin-left: auto;
        margin-right: auto;
    }
    .plan_basic_area .icon_hover_area_desc {
        width: calc(100% + 70px);
    }
    /*各プランに含まれている項目*/
    .std_feat ul {
        display: block;
    }
    .std_feat li {
        padding: 30px 20px;
        width: 100%;
    }
    ul.plan_tab {
        padding: 0 0;
    }
    .plan_tab li {
        width: calc(100% / 2 - 5px);
    }
    .plan_tab li:nth-child(1),
    .plan_tab li:nth-child(2) {
        margin-bottom: 10px;
    }
    .plan_tab li:last-child {
        margin-bottom: 0;
    }
    .plan_tab li a {
        font-size: 14px;
        padding: 10px 10px;
    }
    /*各プラン詳細*/
    .plan_area h3 {
        font-size: 20px;
    }
    .plan_area_price {
        font-size: 20px;
    }
    .plan_area_price span {
        font-size: 50px;
    }
    .plan_area_desc {
        font-size: 16px;
    }
    .plan_details_ec .plan_area_desc:before,
    .plan_details_premium .plan_area_desc:before,
    .plan_details_standard .plan_area_desc:before,
    .plan_details_simple .plan_area_desc:before {
        content: none;
    }
    .plan_details_simple .plan_area_desc:after {
        top: auto;
        width: 20vw;
        bottom: 83%;
    }
    .plan_details_standard .plan_area_desc:after {
        background-size: contain;
        height: 35%;
        max-width: 70px;
        top: -15%;
        width: 22%;
    }
    .plan_details_premium .plan_area_desc:after {
        background-size: contain;
        height: 26%;
        top: -14%;
        width: 30%;
    }
    .plan_details_ec .plan_area_desc:after {
        background-size: contain;
        max-width: 59px;
        top: -14%;
        width: 20%;
    }
    .plan_area_btn {
        display: block;
    }
    .plan_area_btn > div {
        margin-left: auto;
        margin-right: auto !important;
    }
    .plan_area_btn > div:nth-child(1) {
        margin-bottom: 30px;
    }
    .plan_area_custom .common_h4 {
        font-size: 21px;
    }
    .plan_area_custom li {
        margin-bottom: 50px;
    }
    .plan_area_custom_text h5 {
        font-size: 18px;
    }
    .plan_area_custom_price span {
        font-size: 50px;
    }
    .plan_details .plan_area_table:before {
        content: "";
        order: 2;
        width: 105px;
    }
    .plan_details .plan_area_table:after {
        content: "";
        width: 105px;
    }
    .plan_details .plan_area_table > div {
        border-right: 5px solid #e5f2fb;
        margin-bottom: -5px;
        margin-right: -5px;
    }
    .plan_details .icon_hover_area_desc {
        width: calc(100% + 40px);
    }
    .plan_area .service_feat {
        margin-bottom: 50px;
    }
    /*中間リンク集*/
    .plan_cta_inner {
        display: block;
    }
    .plan_cta_inner > div {
        width: 100%;
    }
    .plan_cta_inner > div:nth-child(1) {
        margin-bottom: 30px;
        margin-right: 0;
    }
    /*オプション一覧*/
    .ezoplan_col01 > section.dot_bg.main_col,
    .plan_cta_wrap.main_pa + section.dot_bg.main_col {
        overflow: hidden;
    }
    .plan_op_inner th.plan_op_ttl {
        font-size: 14px;
    }
    .plan_op_inner .icon_hover_area_desc {
        white-space: initial;
    }
    /*シミュレーター*/
    .plan_simulation_wrap .plan_simulation_title {
        font-size: 22px;
    }
    .plan_simulation_title span {
        font-size: 16px;
        height: 30px;
        width: 30px;
    }
    .tg_list {
        display: block;
    }
    .tg_list li {
        width: 100%;
    }
    .right_side {
        padding: 40px 20px;
    }
    .sbsk_table th {
        padding: 0 0 10px;
    }
    .total_money span.text {
        margin-bottom: 0;
    }
    .total_money .total_text_text span {
        font-size: 20px;
    }
    .total_money .total_text_text,
    .total_money .monthly_fee .monthly_txt {
        font-size: 50px;
    }
    /*-------------------------------------
    制作実績 末端ページ
    -------------------------------------*/
    .service_works_single_main {
        margin-bottom: 50px;
    }
    .service_works_single_main h1 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .service_works_single_main dl {
        display: block;
    }
    .service_works_single_main dt {
        border-bottom: none;
        padding: 20px 10px 0 10px;
        width: 100%;
    }
    .service_works_single_main dd {
        padding: 10px 10px 20px 10px;
        width: 100%;
    }
    .service_works_single_main > dl > dd:last-child li {
        font-size: 11px;
        padding: 10px 10px;
        width: calc(100% / 2 - 10px);
    }
    /*各プラン詳細*/
    .plan_details {
        margin-top: 50px;
    }
    /*-------------------------------------
    デモサイトページ
    -------------------------------------*/
    .demo_item_inner {
        display: block;
    }
    .demo_img {
        margin-bottom: 10px;
        width: 100%;
    }
    .demo_text {
        width: 100%;
    }
    .demo_text_price {
        font-size: 18px;
    }
    .demo_text_price span {
        font-size: 50px;
    }
    .demo_op_ttl {
        font-size: 18px;
    }
    .demo_op ul {
        display: block;
    }
    .demo_op li {
        margin-bottom: 10px;
        width: 100%;
    }
    .demo_op .icon_hover_area > div:hover .icon_hover_area_desc {
        left: 0;
        transform: translateX(0);
    }
    .demo_op + div {
        display: block;
        margin-top: 30px;
    }
    .demo_op + div > div {
        margin-left: auto;
        margin-right: auto !important;
        width: 100%;
    }
    .demo_op + div > div:nth-child(1) {
        margin-bottom: 30px;
    }
    /*-------------------------------------
    動画制作ページ
    -------------------------------------*/
    .ezo_service {
        display: block;
    }
    .ezo_service p {
        text-align: left;
    }
    .ezo_service_img {
        margin-bottom: 30px;
        width: 60vw;
        margin-left: auto;
        margin-right: auto;
    }
    .ezo_service_text {
        width: 100%;
    }
    .ezo_voice_inner {
        display: block;
    }
    .ezo_voice_img {
        margin-bottom: 30px;
        width: 100%;
    }
    .ezo_voice_text {
        width: 100%;
    }
    /*-------------------------------------
    お問い合わせページ
    -------------------------------------*/
    #wpcf7cpcnf th {
        border-bottom: none;
        display: block;
        padding: 10px 10px 0;
        width: 100%;
    }
    #wpcf7cpcnf td {
        border-left: none;
        display: block;
        width: 100%;
    }
}
@media only screen and (min-width: 551px) {
    .pc_none2 {
        display: none;
    }
}
@media only screen and (max-width: 550px) {
    /*-------------------------------------
    定義
    -------------------------------------*/
    :root {
        --m_ps3: 20px;
        --m_ps5: 30px;
        --m_ps8: 50px;
        --main_mp: 50px;
    }
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    .main_col {
        margin-bottom: 50px;
    }
    .main_pa {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .dot_bg,
    .dot_bg2 {
        background-size: 6%;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .sp_none2 {
        display: none;
    }
    .sp_fl {
        text-align: left;
    }
    .main_wrap {
        padding-top: 50px;
    }
    .bubble_wrap {
        margin-bottom: 40px;
    }
    /*見出し*/
    h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .common_h2 h2 {
        font-size: clamp(22px, 7vw, 25px);
        margin-bottom: 30px;
    }
    .common_h2 h2:before {
        font-size: 16px;
    }
    .common_h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .common_h3:after {
        margin-top: 10px;
    }
    .common_h4 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    /*-------------------------------------
   cta
    -------------------------------------*/
    .cta_left p:nth-child(1) {
        font-size: 23px;
    }
    .cta_tel_btn {
        text-align: center;
    }
    .cta_tel_btn a {
        font-size: 50px;
    }
    .cta_other_btn {
        display: block;
    }
    .cta_other_btn > div {
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .cta_btn2 {
        margin-left: auto;
        margin-right: auto;
    }
    .cta_inner {
        overflow: hidden;
    }
    .cta_inner:before {
        background-size: contain;
        height: 245px;
        right: -10%;
        width: 215px;
    }
    .cta_wrap {
        /* margin-top: 50px; */
    }
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    body.home .main_wrap {
        padding-top: 61vw;
    }
    body:not(.home) .header {
        height: 280px;
    }
    .page-template-subsidy .header {
        height: 300px !important;
    }
    .header_img_wrap {
        padding: 77px 20px 0;
    }
    .header_img_other h1,
    .single_h1 {
        font-size: 27px;
    }
    .header_img_other h1:before,
    .single_h1::before {
        font-size: 21px;
    }
    .page-template-contact .header_img_other h1 {
        font-size: 25px;
    }
    body.page-template-diagnose main:before,
    body.page-template-faq main:before,
    body.page-template-contact .main:before {
        background-size: 80%;
    }
    /*ツールチップ*/
    .plan_area_table > div,
    .diagnose_result .plan_basic_area > div {
        height: 110px;
        max-width: 110px;
    }
    /*ページ下部 リンク集*/
    .common_other_link {
        background-size: 6%;
    }
    .common_other_link {
        display: block;
    }
    .common_other_link a {
        width: 100%;
    }
    .common_other_link a:nth-child(1) {
        margin-bottom: 30px;
        margin-right: 0;
    }
    /*ページネーション*/
    .wp-pagenavi .page-numbers {
        font-size: 12px;
        padding: 9px 13px;
    }
    /*-------------------------------------
    topページ header
    -------------------------------------*/
    /*メインビジュアル*/
    .header_img_sb li:nth-child(1) {
        margin-left: 14%;
        margin-top: 9%;
        width: 155%;
    }
    .header_img_sb li:nth-child(2) {
        margin-left: -17%;
        margin-top: -12%;
        width: 135%;
    }
    .header_img_sb li:nth-child(3) {
        margin-left: 85%;
        margin-top: -33%;
        width: 125%;
    }
    .header_img_sb li:nth-child(4) {
        margin-left: 20%;
        margin-top: -9%;
        width: 130%;
    }
    .header_img_sb li:nth-child(5) {
        margin-left: -21%;
        margin-top: -6%;
        width: 133%;
    }
    .header_img_sb li:nth-child(6) {
        margin-left: 100%;
        margin-top: -29%;
        width: 119%;
    }
    .header_img_text {
        bottom: auto;
        width: 100%;
        padding-top: 0;
        top: 74vw;
    }
    .header_img_text_img01 {
        max-width: 230px;
        width: 100%;
    }
    .header_img_text_img02 {
        max-width: 280px;
        width: 100%;
    }
    .header_img_text .usercontent_btn {
        margin-bottom: 15px;
    }
    .header_img_text_img03_01 {
        margin-left: 5%;
    }
    .header_img_text_img03_02 {
        right: 20px;
    }
    /*-------------------------------------
   Topページ ビズサイのホームページ制作とは
    -------------------------------------*/
    .top_desc_img {
        display: block;
        margin-bottom: 100px;
        margin-top: 30px;
    }
    .top_desc_img > div {
        margin-bottom: 60px;
        width: 100%;
    }
    .top_desc_img > div:nth-child(2) {
        margin-left: 0;
        margin-top: 0;
    }
    .top_desc_img > div:after {
        left: 5% !important;
        top: 71%;
        width: 30% !important;
    }
    .top_desc_img > div:nth-child(2):after {
        top: 80%;
    }
    .top_desc_img > div:nth-child(3):after {
        top: 85%;
        width: 34% !important;
    }
    .top_desc_img > div p span {
        font-size: 18px;
    }
    .top_desc_img + div > p {
        text-align: left;
    }
    /*-------------------------------------
   Topページ ビズサイ動画
    -------------------------------------*/
    .top_move_inner {
        padding: 50px 20px;
    }
    .top_move_text {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .column_function_sort {
        margin-left: auto;
    }
    #openModal span:nth-child(1):before {
        border-bottom: 10px solid transparent;
        border-left: 15px solid #ffffff;
        border-top: 10px solid transparent;
        margin: 0;
    }
    .closeModal {
        height: 50px;
        right: 30px;
        top: 80px;
        width: 50px;
    }
    /*-------------------------------------
   Topページ ホームページの役割
    -------------------------------------*/
    .top_homepage_text:before {
        height: 150px;
        top: -24%;
        width: 60px;
    }
    .top_homepage_text {
        padding: 30px 20px;
    }
    /*-------------------------------------
   Topページ よくある質問
    -------------------------------------*/
    .faq_item_faq {
        font-size: 16px;
        padding: 30px 47px 30px 55px;
    }
    .faq_text,
    .faq_item_answer span:not(.annotation) {
        font-size: 20px;
        height: 30px;
        left: 15px;
        padding: 2px 0 0 8px;
        width: 30px;
    }
    .faq_icon {
        height: 20px;
        margin-top: -10px;
        width: 20px;
    }
    .faq_item_answer {
        font-size: 14px;
        padding: 30px 20px 30px 14px;
    }
    /*-------------------------------------
   Topページ コラム紹介
    -------------------------------------*/
    .top_new_column_left {
        width: 80%;
    }
    .top_new_column_left_inner {
        width: 100%;
    }
    .top_new_column_wrap .top_new_column_num {
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-flex;
        display: flex;
        height: 50px;
        -webkit-justify-content: center;
        justify-content: center;
        width: 50px;
    }
    .top_new_column_wrap .column_text {
        width: 100%;
    }
    .top_new_column_wrap .column_clock {
        margin-bottom: 0;
    }
    /*-------------------------------------
   Topページ お知らせ
    -------------------------------------*/
    .top_news_inner li a {
        flex-wrap: wrap;
    }
    .top_news_right {
        margin-top: 10px;
        width: 100%;
    }
    /*-------------------------------------
   TOPページ 最下部
    -------------------------------------*/
    .top_cta_wrap {
        margin-top: 80px;
        padding-bottom: 150px;
    }
    .top_cta_wrap:before {
        left: 2%;
        bottom: -10px;
        width: 50vw;
        top: auto;
    }
    .top_cta_wrap:after {
        content: none;
    }
    .top_cta_wrap p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .top_cta_inner {
        display: block;
    }
    .top_cta_inner > div {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto !important;
    }
    /*-------------------------------------
    ホームページ制作ページ
    -------------------------------------*/
    .service_bizsai ul {
        display: block;
    }
    .service_bizsai ul:before {
        top: -40px;
        height: calc(100% + (40px * 2));
    }
    .service_bizsai li {
        margin-bottom: 30px;
        width: 100%;
    }
    .service_bizsai .service_bizsai_ttl:before {
        width: 50px;
        margin-top: -20px;
        margin-bottom: 0;
    }
    .service_feat:before {
        top: -2%;
        width: 30vw;
    }
    .service_feat .common_h3 span {
        font-size: 30px;
    }
    .service_feat .common_h3 span span {
        font-size: 50px;
    }
    .service_feat {
        margin-bottom: -50px;
    }
    .service_feat .common_h3 {
        margin-bottom: 50px;
    }
    .service_feat .common_h4 span {
        font-size: 30px;
    }
    .service_feat .common_h4 span span {
        font-size: 50px;
    }
    .service_feat ul {
        display: block;
    }
    .service_feat li {
        margin-bottom: 45px;
        width: 100%;
    }
    .service_feat_img {
        margin-bottom: -8%;
        text-align: center;
    }
    .service_feat_img img {
        width: 85%;
    }
    .service_reason ul {
        display: block;
    }
    .service_reason li {
        padding: 40px 30px;
        width: 100%;
    }
    .service_reason_img {
        margin-bottom: 30px;
        width: 80%;
    }
    .service_reason_text {
        width: 100%;
    }
    .service_reason li .btn_cta {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .service_renewal {
        margin-top: 50px;
    }
    .service_renewal_works01 {
        display: block;
    }
    .service_renewal_works01_inner {
        width: 100%;
    }
    .service_renewal_works01_ttl {
        font-size: 16px;
    }
    .service_renewal_works01_ttl + .annotation {
        margin-bottom: 30px;
    }
    .service_renewal_cta {
        display: block;
    }
    .service_renewal_cta > div {
        margin-left: auto;
        margin-right: auto !important;
    }
    .service_renewal_cta > div:nth-child(1) {
        margin-bottom: 30px;
    }
    .service_ezomotion {
        margin-bottom: -50px;
    }
    .service_ezomotion_inner_wrap {
        display: block;
    }
    .service_ezomotion_img {
        border-radius: max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
            max(10px, min(15px, calc((100vw - 10px - 100%) * 9999))) 0 0;
        width: 100%;
    }
    .ezomotion_wrap .service_ezomotion_img img {
        width: 50%;
    }
    .service_ezomotion_text {
        border-radius: 0 0 max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)))
            max(10px, min(15px, calc((100vw - 10px - 100%) * 9999)));
        padding: 30px 20px;
        width: 100%;
    }
    .service_ezomotion_text .cta_btn2 {
        margin-right: 0;
    }
    .service_works_desc {
        text-align: left;
    }
    .service_works_inner {
        margin-bottom: 80px;
    }
    .service_works_inner ul {
        border-top: 1px solid #ebf0f6;
        display: block;
        padding-top: 30px;
    }
    .service_works_inner li {
        border-bottom: 1px solid #ebf0f6;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 30px;
        padding-bottom: 30px;
        width: 100%;
    }
    .service_works_inner li:last-child {
        margin-bottom: 0;
    }
    .service_works_inner li section {
        display: flex;
        flex-direction: row;
    }
    .service_works_img {
        border-radius: 0;
        height: auto;
        overflow: initial;
        width: 40%;
    }
    .service_works_img img {
        aspect-ratio: 16 / 9;
        height: auto;
        width: 100%;
    }
    .service_works_text {
        margin-left: auto;
        width: 55%;
    }
    .service_works_cat {
        margin-bottom: 10px;
        padding: 0;
    }
    .service_works_cat span {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .service_works_title {
        padding: 0;
    }

    /*-------------------------------------
    構成診断ページ
    -------------------------------------*/
    body.page-template-diagnose main:before {
        background:
            url(img/common/bg_icon02.svg) no-repeat -36% 25% / 80%,
            url(img/common/bg_icon03.svg) no-repeat 130% 60% / 80%,
            url(img/common/bg_icon01.svg) no-repeat -10% 100% / 80%;
    }
    .diagnose_inner ul {
        display: block;
    }
    .diagnose_inner li {
        width: 100%;
        margin-bottom: 30px;
    }

    /*モーダル内*/
    .diagnose_modalArea .modalinner {
        width: 90vw;
        padding: 40px 30px;
    }
    .diagnose_wrap .closeModal {
        height: auto;
        aspect-ratio: 1/1;
        top: 7vw;
        width: min(50px, 7vw);
    }
    .diagnose_wrap .closeModal span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg) translate3d(36px, 36px, 0px);
    }
    .diagnose_qn {
        min-height: 310px;
    }
    .diagnose_select {
        padding-bottom: 30px;
    }
    .last_diagnose_btn {
    }
    .check_start,
    .check_prev {
        margin-top: 0;
        padding-bottom: 40px;
    }
    .diagnose_modalArea_img {
        width: 50vw;
    }

    /*-------------------------------------
    構成診断結果ページ
    -------------------------------------*/
    .diagnose_result_ttl span {
        display: block;
        font-size: 23px;
    }
    .diagnose_result_ttl span:before {
        left: -20px;
        min-width: 150px;
        width: 50%;
    }
    .diagnose_result_ttl span:after {
        min-width: 150px;
        right: -20px;
        width: 50%;
    }
    .diagnose_result_text > p:nth-child(1),
    .diagnose_result_text > p:nth-child(2) {
        font-size: 18px;
    }
    .diagnose_result_price span {
        font-size: 50px;
        padding: 0 6px;
    }
    .diagnose_result .plan_basic_area:before {
        content: "";
        max-width: 105px;
        order: 2;
        width: 100%;
    }
    .diagnose_result .plan_basic_area:after {
        content: "";
        height: 1px;
        max-width: 105px;
        width: 100%;
    }
    .diagnose_result .icon_hover_area_desc {
        width: calc(100% + 20px);
    }
    .diagnose_result_btn {
        display: block;
    }
    .diagnose_result_btn > div,
    .result_answer_submit {
        margin-left: auto;
        margin-right: auto !important;
        text-align: center;
    }
    .diagnose_result_btn .btn_cta {
        margin-bottom: 30px;
    }
    .diagnose_result_works {
        padding-top: 100px;
    }
    .diagnose_result_works:before {
        width: 25%;
    }
    .diagnose_result_works:after {
        width: 25%;
    }
    .diagnose_result_works ul {
        display: block;
    }
    .diagnose_result_works li {
        background: none;
        border-color: #dbe7f5 !important;
        width: 100%;
    }
    .diagnose_result_share {
        display: block;
    }
    .diagnose_result_share > div:nth-child(1) {
        margin-bottom: 30px;
        margin-right: auto;
    }

    /*-------------------------------------
    料金ページ
    -------------------------------------*/
    .plan_details_icon {
        margin-bottom: 50px;
        padding: 0;
    }
    .plan_area_desc {
        text-align: left;
        font-weight: normal;
    }
    .plan_details_icon li {
        text-align: center;
        width: calc(100% / 2 - 20px);
    }
    .plan_area_service_detail {
        padding: 40px 30px;
    }
    .plan_area_service_detail ul {
        display: block;
    }
    .plan_area_service_detail li {
        width: 100%;
    }
    .plan_area_service_detail li:last-child {
        margin-bottom: 0;
    }

    /*-------------------------------------
    動画制作ページ
    -------------------------------------*/
    .ezo_feat {
        margin-bottom: 50px;
    }
    .top_ezo_works {
        margin-top: 50px;
    }
    body:not(.home) .ezomotion_wrap .column_article_inner {
        padding: 30px 20px 10px;
    }
    /*お客様の声*/
    .ezo_voice_text > p:nth-child(3) {
        margin-bottom: 30px;
    }
    .ezomotion_wrap .service_ezomotion_text > p:nth-child(2) {
        margin-bottom: 30px;
    }
    /*-------------------------------------
    動画制作料金ページ
    -------------------------------------*/
    .ezoplan_wrap .plan_price li {
        width: 100%;
    }
    .ezoplan_wrap .plan_price li:nth-child(2):before,
    .ezoplan_wrap .plan_price li:nth-child(3):before {
        content: "北海道\A限定";
        font-size: 13px;
        height: 70px;
        padding: 17px 8px 0;
        right: 10px;
        top: -29px;
        width: 70px;
    }
    .ezo_sample .demo_op + div {
        display: block;
    }
    .ezo_sample .btn_cta,
    .ezo_sample .btn_cta02 {
        margin-left: auto;
        margin-right: auto !important;
    }
    .ezo_sample .btn_cta:nth-child(1) {
        margin-bottom: 30px;
    }
    /*その他3D / CGにも対応可能*/
    .ezoplan_3d {
        margin-bottom: -50px;
    }
    .ezoplan_3d_inner div {
        display: block;
    }
    .ezoplan_3d_img {
        margin-bottom: 30px;
        width: 100%;
    }
    .ezoplan_3d_text {
        width: 100%;
    }
    .ezoplan_3d_text .btn_cta {
        margin-left: auto;
        margin-right: auto;
    }
    /*-------------------------------------
    動画制作実績ページ
    -------------------------------------*/
    .ezo_works_wrap .service_works_inner li section {
        border-radius: 0;
        box-shadow: none;
    }
    .ezo_works_wrap .service_works_img {
        overflow: hidden;
    }
    .ezo_works_wrap .service_works_img:before {
        border-bottom: 10px solid transparent;
        border-left: 15px solid #ffffff;
        border-top: 10px solid transparent;
        margin: 0 0 0 2px;
    }
    .ezo_works_wrap .service_works_img:after {
        height: 50px;
        width: 50px;
    }
    .common_other_link_ttl {
        font-size: 16px;
    }
    /*-------------------------------------
    よくある質問ページ
    -------------------------------------*/
    .faq_inner .common_h2 {
        width: 100%;
    }
    .faq_inner .common_h2:before {
        background: url(img/plan/plan_details_ec_icon02.svg) no-repeat 50% 50% / contain;
        left: 0;
        width: 18%;
    }
    .faq_inner > section:nth-child(odd) > .common_h2:before {
        background-size: contain;
        left: auto;
        margin-left: 0;
        right: 0;
        width: 17%;
    }
    /*-------------------------------------
    ご利用の流れ
    -------------------------------------*/
    .flow_list li {
        padding: 30px 20px;
    }
    .flow_tel a {
        font-size: 40px;
    }
    .flow_tel p {
        font-size: 14px;
    }
    /*-------------------------------------
   お役立ちコラムページ
    -------------------------------------*/
    .column_pickup_wrap .slick-next {
        margin-top: -8px;
    }
    .column_pickup_wrap:after {
        display: none;
    }
    .column_pickup_wrap {
        margin-bottom: 30px;
        margin-top: -50px;
    }
    .column_pickup_item .column_photo,
    .top_new_column_wrap .column_photo {
        width: 100%;
    }
    .column_pickup_item .column_article_inner {
        /* padding: 30px 20px 0 !important; */
    }
    .top_new_column_wrap .column_article_inner {
        padding: 30px 20px 10px;
    }
    .column_pickup_item .column_title,
    .top_new_column_wrap .column_title {
        /* padding: 10px 20px 30px; */
    }
    .column_single_article_bottom table td,
    .column_single_article_bottom * {
        font-size: 16px !important;
    }

    /*メイン*/
    .column_main_wrap ul {
        border-top: 1px solid #ebf0f6;
        display: block;
        padding-top: 30px;
    }
    .column_main_wrap li {
        border-bottom: 1px solid #ebf0f6;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 30px;
        padding-bottom: 30px;
        width: 100%;
    }
    .column_main_wrap li section {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
    }
    .column_photo {
        border-radius: 0;
        height: auto;
        width: 39%;
    }
    .top_new_column_num {
        border-radius: 0 0 max(15px, min(10px, calc((100vw - 10px - 100%) * 9999))) 0;
        bottom: auto;
        height: 30px;
        left: 0;
        padding: 1px 0 0 0;
        right: auto;
        top: 0;
        width: 30px;
    }
    .column_text {
        padding: 0;
        gap: 10px;
    }
    body:not(.home) .column_article_inner {
        /* display: block; */
        /* margin-bottom: 10px; */
        /* padding: 0; */
    }
    .column_clock {
        /* line-height: 1; */
        /* margin-bottom: 10px; */
        letter-spacing: 0.05em;
    }
    .column_cat {
        /* margin-top: 5px; */
        /* padding: 1px 10px; */
        width: fit-content;
        gap: 10px 5px;
    }
    .column_cat a {
        font-size: 11px !important;
    }
    .column_title {
        padding: 0;
    }
    /*ページネーション*/
    .wp-pagenavi_inner {
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 50px;
    }

    /*カテゴリ検索ボックス*/
    .cat_search_column,
    .service_works_search {
        padding: 30px 20px;
    }
    .cat_search_column_searchform_inner input[type="text"] {
        padding: 10px;
    }
    .cat_search_column_searchform input[name="submit"],
    .widget_search input[type="submit"] {
        width: 44px;
        padding: 12px;
    }

    .modal-open {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
        padding: 15px 10px;
        font-weight: bold;
        color: #fff;
        background: var(--gr);
        margin: auto;
        cursor: pointer;
        border-radius: 100px;
        position: relative;
    }
    .modal-open:before {
        position: absolute;
        right: 30px;
        top: 50%;
        display: block;
        content: "";
        width: 7px;
        height: 7px;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%);
    }
    .modal-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 50%);
        padding: 40px 20px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        box-sizing: border-box;
    }
    .modal-container:before {
        /* content: ""; */
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
    .modal-container.active {
        opacity: 1;
        visibility: visible;
        z-index: 9;
        border: none;
        border-radius: 0;
    }
    .modal-body {
        position: relative;
        max-width: 500px;
        width: 100%;
        background: #fff;
        padding: 30px 20px;
        border-radius: 10px;
    }
    .modal-close {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 48px;
        right: 30px;
        width: 40px;
        height: auto;
        aspect-ratio: 1/1;
        color: var(--f_color);
        cursor: pointer;
        border: 3px solid var(--f_color);
        border-radius: 50%;
        font-size: 19px;
        font-weight: bold;
        z-index: 1;
    }
    .modal-content {
        background: #fff;
        text-align: left;
        padding: 30px;
    }

    /*絞り込み検索*/
    .service_works_search_wrap .modalWrapper {
        padding: 20px;
    }
    .modalWrapper .service_works_search {
        border-radius: 10px;
    }
    .closeModal span:nth-child(1) {
        transform: rotate(45deg) translate3d(65%, 15px, 0px);
    }
    .service_works_search_wrap .closeModal {
        right: 35px;
        top: 50px;
    }

    /*-------------------------------------
    お役立ちコラム 末端
    -------------------------------------*/
    .column_single_main h1 {
        font-size: 22px;
    }
    .column_single_article_bottom h2 {
        font-size: 22px;
    }
    .column_single_article_bottom h3 {
        font-size: 20px;
    }
    body.archive .column_single_article_top {
        display: block;
    }
    .column_single_article_bottom .table_scroll {
        white-space: nowrap;
    }
    .column_single_article_bottom .table_scroll table {
        overflow-x: auto;
        white-space: nowrap;
    }
    .column_single_article_bottom blockquote {
        padding: 50px 20px 40px;
    }
    .column_single_article_bottom blockquote:before {
        width: 65px;
        height: 65px;
        font-size: 4em;
    }
    .column_single_article_bottom blockquote:after {
    }
    .column_single_article_bottom blockquote p {
    }
    .blog_card2,
    .blog_card {
        padding: 30px 20px;
        border-radius: 10px;
    }
    .blog_card2_inner,
    .blog_card a {
        display: block;
    }
    .blog_card2_img,
    .blog_card_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .blog_card2_img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog_card2_txt,
    .blog_card_txt {
        width: 100%;
    }

    /*目次*/
    .outline {
        margin: 30px 0;
        padding: 30px 20px;
    }
    .outline__toggle:checked + .outline__switch + .outline__list {
        padding: 15px 0 0;
    }
    .outline__link {
        font-size: 14px;
        text-decoration: none;
    }
    /***********/
    .relation_article_list {
        display: block;
    }
    .relation_article_list li {
        padding: 20px 20px;
        width: 100%;
    }
    .relation_article_list li section {
        display: flex;
    }
    .relation_article_list .column_title {
        padding: 0;
    }
    .relation_article_article .column_title {
        margin-bottom: 20px;
    }
    .relation_article_article .column_article_inner {
        margin-bottom: 0;
    }
    .relation_article_article .column_clock {
        margin-bottom: 0;
    }
    /*-------------------------------------
    お知らせページ
    -------------------------------------*/
    .news_ttl {
        font-size: 21px;
    }
    /*-------------------------------------
    お問い合わせページ
    -------------------------------------*/
    .contact_tel_wrap {
        padding: 30px 20px;
    }
    .contact_tel_wrap i,
    .contact_tel_wrap a {
        font-size: 40px;
    }
    .contact_tel_wrap p {
        font-size: 14px;
    }
    .contact_tel_wrap p span {
        display: block;
    }
    .contact_other_wrap {
        display: block;
    }
    .contact_other_wrap > div {
        width: 100%;
    }
    .wpcf7-form_form {
        padding: 30px 20px;
    }
    /*reCAPCHA*/
    .grecaptcha-badge {
        bottom: 140px !important;
    }
    /*-------------------------------------
    ご利用者様へページ
    -------------------------------------*/
    /*-------------------------------------
    サイトマップページ
    -------------------------------------*/
    .sitemap_inner {
        display: block;
    }
    .sitemap_inner ul {
        width: 100%;
    }
    .sitemap_inner ul:nth-child(1) {
        border-bottom: none;
    }

    /*-------------------------------------
    補助金・助成金ペ－ジ
    -------------------------------------*/
    .page-template-subsidy .header_img_other h1 img {
        width: min(700px, 90vw);
    }
    .page-template-subsidy .header_img_other h1:before {
        content: none;
    }
    .subsidy_desc p {
        text-align: left;
    }
    .subsidy_con01 {
        background:
            url(img/subsidy/subsidy_con01_img01.svg) no-repeat 10% 102% / min(300px, 35vw),
            url(img/common/dot_bg2.svg) 50% / 6%,
            rgba(0, 178, 249, 0.1);
    }
    .subsidy_con05_ttl {
        display: block;
        padding-left: 30px;
        padding-right: 30px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .subsidy_con05_ttl:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(325deg);
    }
    .subsidy_con05_ttl:after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(-325deg);
    }
    .subsidy_con04_inner > p {
        text-align: left;
    }
    .subsidy_con05 > p {
        text-align: left;
    }
    .subsidy_con06 {
        margin-bottom: -80px;
    }
    .subsidy_con06_inner > p {
        text-align: left;
    }
    .subsidy_con06_inner ul {
        margin-bottom: 0;
    }
    .subsidy_con06_inner li {
        padding: 30px 20px;
        margin-bottom: 30px;
        border-radius: 7px;
    }
    .subsidy_ttl {
        font: bold clamp(14px, 3vw, 18px) var(--font_ja);
    }

    /*-------------------------------------
    補助金バナー
    -------------------------------------*/
    .hojo_banner {
        bottom: 10px;
        left: 10px;
    }
    .hojo_banner_none {
        right: -13px;
    }

    /*-------------------------------------
    特定商取引法に基づく表記
    -------------------------------------*/
    .tradelaw_inner dl {
        display: block;
    }
    .tradelaw_inner dt {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
    .tradelaw_inner dd {
        width: 100%;
        padding-top: 10px;
    }

    /*-------------------------------------
   footer
    -------------------------------------*/
    .footer {
        padding: 50px 0 30px;
    }
    .footer_nav_menu {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footer_nav_menu li {
        height: auto;
        margin-bottom: 10px;
        width: 100%;
        width: calc(100% / 2 - 5px);
    }
    .footer_other_btn {
        display: block;
    }
    .footer_other_btn > div {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto !important;
        max-width: 300px;
        width: 100%;
    }
}
@media only screen and (max-width: 428px) {
    /*-------------------------------------
    topページ header
    -------------------------------------*/
    body.home .main_wrap {
        padding-top: 48vw;
    }
}
@media only screen and (max-width: 375px) {
    body.home .main_wrap {
        padding-top: 150px;
    }
    /*-------------------------------------
    topページ header
    -------------------------------------*/
    /*メインビジュアル*/
    .header_img_sb li:nth-child(1) {
        margin-top: 13%;
    }
    .header_img_text {
        bottom: 2%;
    }
}

@media only screen and (max-width: 360px) {
    h2,
    .common_h2 h2 {
        font-size: 20px;
    }
    .common_other_link_ttl {
        font-size: 18px;
    }
    /*-------------------------------------
    CTA
    -------------------------------------*/
    .cta_left p:not(.annotation) {
        font-size: 20px;
    }
    .cta_tel_btn a {
        font-size: 40px;
    }
    /*-------------------------------------
    topページ header
    -------------------------------------*/
    /*メインビジュアル*/
    .header_img_sb li:nth-child(1) {
        margin-top: 31%;
    }
    .header_img_text {
        bottom: 0;
    }
    /*-------------------------------------
    topページ
    -------------------------------------*/
    .top_desc_img > div {
        margin-bottom: 30px;
    }
    .top_desc_img > div p {
        letter-spacing: 0;
    }
    .top_move_text {
        font-size: 16px;
    }
    .top_homepage_text:before {
        top: -18%;
    }
    .top_cta_wrap:before {
        top: -7%;
    }
    .top_cta_wrap p {
        font-size: 16px;
    }
    /*-------------------------------------
    料金ページ
    -------------------------------------*/
    .plan_desc p {
        font-size: 16px;
    }
    .plan_basic_area {
        max-width: 238px;
    }
    .plan_basic_area > div {
        height: 76px;
        width: 76px;
    }
    .plan_tab li a {
        font-size: 12px;
    }
    .plan_area_custom_price {
        font-size: 16px;
    }
    .plan_area_custom_price span {
        font-size: 40px;
    }
    .plan_cta_ttl {
        font-size: 20px;
    }
    .tab_area label,
    .btn_main label {
        font-size: 13px;
    }
    .total_money .monthly_fee span {
        font-size: 16px;
    }
    .total_money .total_text_text,
    .total_money .monthly_fee .monthly_txt {
        font-size: 40px;
    }
    /*-------------------------------------
    構成診断ページ
    -------------------------------------*/
    .diagnose_desc_icon img {
        margin-top: -100px;
    }
    .diagnose_result_share > div a {
        font-size: 14px;
    }
    /*-------------------------------------
    動画制作ページ
    -------------------------------------*/
    .top_ezo_works li {
        width: 280px;
    }
    /*-------------------------------------
    動画制作実績ページ
    -------------------------------------*/
    .ezo_works_wrap .service_works_cat a {
        font-size: 10px;
    }
    /*-------------------------------------
    ご利用の流れページ
    -------------------------------------*/
    .flow_tel a {
        font-size: 35px;
    }
    .flow_item_text .cta_btn2 a {
        font-size: 15px;
    }
    .flow_item_img h2:before {
        font-size: 50px;
        right: 90%;
        z-index: -1;
    }
    /*-------------------------------------
    お役立ちコラムページ
    -------------------------------------*/
    .slick-prev,
    .slick-next {
        height: 40px;
        width: 40px;
    }
    .column_pickup_wrap .slick-next {
        margin-top: -13px;
        right: 4%;
    }
    .column_pickup_wrap .slick-prev {
        left: 4%;
    }
}
@media only screen and (max-width: 320px) {
    .plan_details_icon li {
        font-size: 11px;
        padding: 3px 15px;
    }
}
