@charset "utf-8";

/* ===================================================================
   CSS Reset
   Note: 基本的なスタイルリセットです。
=================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}

mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}


/* ===================================================================
   Base Style
   Note: サイト全体の基本的なスタイルです。
=================================================================== */
html, body {
    /* 確実に余白をリセット */
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden; /* 横スクロール防止 */
    width: 100%; /* これを追加 */
}
html {
    font-size: 16px;
}

body {
    font-family: 'Kozuka Gothic Pr6N', "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #333;
    margin: 0 !important;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.7;
}

p {
    line-height: 1.7em;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #000;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

/* フォント指定用クラス */
.mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.goth {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* ===================================================================
   Utility & Common Layout
   Note: 汎用的なクラスと基本的なレイアウトです。
=================================================================== */

/* ユーティリティ */
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.center {
    text-align: center;
}

/* 表示切り替え */
.pcv { display: block; }
.spv { display: none; }
.pccv { display: block !important; }
.sppv { display: none !important; }

/* レイアウト */
.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
}
#inner-content.wrap,
#inner-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* .inner-wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
} */
.img {
    width: 98%;
}

.header-inner,
.footer-inner,
.container {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.container {
    padding-top: 2rem;
    padding-bottom: 4rem;
}


/* ===================================================================
   Components
   Note: 各パーツのスタイルです。
=================================================================== */

/* Header */
.header {
    border-bottom: 1px solid #ddd;
}
.header-inner {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.site-title {
    line-height: 1;
    display: inline-block;
}
.site-title a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    height: 1.75rem;
    color: #000;
}
.site-title a img {
    display: block;
    width: auto;
    height: 1.75rem;
}
.header-nav li a {
    display: block;
    text-decoration: none;
}

/* Article & Editor */
.article-head .article-info {
    margin-bottom: .5rem;
}
.article-head .article-info .article-cat {
    display: inline-block;
    vertical-align: middle;
}
.article-head .article-info .article-cat a {
    font-size: .875rem;
    line-height: 1;
    display: inline-block;
    margin-right: .5rem;
    padding: .375rem .5rem;
    text-decoration: none;
    color: #fff;
    background-color: #03162f;
}
.article-head .article-info .article-date {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    color: #888;
}
.article-head .article-info .article-date i {
    font-size: 1.25rem;
    position: relative;
    top: .25rem;
}
.article-head h1 {
    font-size: 2.125rem;
    margin: 0 0 2rem;
    letter-spacing: 1px;
}
.article-head .article-img {
    margin-bottom: 2rem;
}
.article-head .article-img img {
    display: block;
}
.article-foot .article-tag {
    margin-bottom: 1rem;
    text-align: right;
}
.article-foot .article-tag ul {
    list-style: none;
}
.article-foot .article-tag ul li {
    font-size: .9rem;
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
}
.article-foot .article-tag ul li:last-child {
    margin-right: 0;
}
.article-foot .article-tag ul li a {
    line-height: 1;
    display: block;
    padding: .25rem .5rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
}
.article-foot .article-tag ul li a:hover {
    opacity: .6;
}
.article-foot .article-author {
    font-weight: 500;
    line-height: 1;
    text-align: right;
    vertical-align: middle;
}
.article-foot .article-author i {
    font-size: 1.25rem;
    position: relative;
    top: .25rem;
}

/* Editor-content */
.editor-content p,
.editor-content ul,
.editor-content ol,
.editor-content table,
.editor-content dl,
.editor-content blockquote,
.editor-content pre,
.editor-content code,
.editor-content img,
.editor-content picture img,
.editor-content figure,
.editor-content iframe,
.editor-content object,
.editor-content hr,
.editor-content video,
.editor-content audio {
    margin-bottom: 2.5em;
    letter-spacing: 1px;
}
.editor-content p code,
.editor-content p img,
.editor-content p iframe,
.editor-content p object,
.editor-content figure img,
.editor-content figure iframe,
.editor-content figure video,
.editor-content figure audio,
.editor-content pre code {
    margin-bottom: 0;
}
.editor-content b,
.editor-content strong {
    font-weight: bold;
}
.editor-content a {
    text-decoration: underline;
}
.editor-content ul:not([class]) {
    padding-left: 1.25em;
    list-style: disc;
}
.editor-content ol:not([class]) {
    padding-left: 1.875em;
    list-style: decimal;
}
.editor-content table {
    width: 100%;
}
.editor-content table thead {
    border: none;
}
.editor-content table th,
.editor-content table td {
    box-sizing: border-box;
    padding: .625em;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ddd;
}
.editor-content img,
.editor-content iframe,
.editor-content object,
.editor-content video,
.editor-content audio {
    line-height: 1;
}
.editor-content figure {
    max-width: 100%;
}
.editor-content iframe,
.editor-content object {
    width: 100%;
}
.editor-content blockquote {
    line-height: 1.5;
    position: relative;
    padding: 3.125em 1.875em .625em;
    color: #555;
    background-color: #f1f4f4;
}
.editor-content blockquote::before {
    font-family: "Material Symbols Outlined";
    font-size: 1.875em;
    font-weight: 900;
    position: absolute;
    top: .3125em;
    left: .9375em;
    content: "\e244";
    color: #ccc;
}
.editor-content blockquote p,
.editor-content blockquote cite {
    margin-bottom: 1em;
}
.editor-content blockquote p cite {
    margin-bottom: 0;
}
.editor-content blockquote cite {
    font-size: .6125em;
    display: block;
    text-align: right;
}
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5 {
    line-height: 1.4;
    margin: 3rem 0 2rem;
    letter-spacing: 1px;
}
.editor-content h2 {
    font-size: 1.875rem;
    padding: .75rem 0;
    border-bottom: solid 5px #03162f;
}
.editor-content h3 {
    font-size: 1.5rem;
    padding: 0 1rem;
    border-left: solid .375rem #415671;
    background: transparent;
}
.editor-content h4 {
    font-size: 1.25rem;
}
.editor-content h5 {
    font-size: 1.125rem;
}

/* Sidebar */
.sidebar-wrapper {
    margin-bottom: 2rem;
}
.sidebar .sidebar-title,
.sidebar .wp-block-heading {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 1rem;
    padding: .375rem;
    letter-spacing: 1px;
    border: 0;
    border-bottom: .1875rem solid #1d2d43;
}
.sidebar a {
    text-decoration: none;
    color: #333;
}
.sidebar ul {
    list-style: none;
}
.sidebar li {
    border-bottom: 1px solid #ddd;
}
.sidebar li a {
    display: block;
    padding: .5rem;
}
.sidebar select {
    display: block;
    width: 100%;
    padding: .5rem;
    border: 1px solid #ddd;
}

/* Page Title */
.page-title-wrap {
    background-color: #1d2d43;
}
.page-title-wrap .page-title {
    position: relative;
    max-width: 1080px;
    height: 22rem;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
}
.page-title-wrap .page-title .text-warp {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: calc(100% - 3rem);
    transform: translateY(-50%);
    text-align: center;
}
.page-title-wrap .page-title .text-warp h1 {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

/* Bar (ファイル2の内容で上書き) */
.bar-1 {
    width: 100%;
    z-index: 1;
    /* ▼▼▼【重要】高さを追加 ▼▼▼ */
    /* ビューポートの高さの80%を最小の高さに設定します (PCでの見栄えが良いです) */
    /* または固定の高さにしたい場合 (例: 700px) */
    /* height: 700px; */

    /* 背景画像の指定（ショートハンド） */
    background: url(https://kantsu-cgl.com/wp-content/uploads/2025/11/top-scaled-2.jpg) no-repeat center center;
    
    /* 背景画像のサイズを調整 */
    background-size: cover; /* 要素全体を覆うように画像が拡大・縮小されます */
}
.bar_title{
    padding-top: 25%;
}
.bar_ml {
    position: absolute;
    margin-top: -10%;
    width: 12%;
    color: #fff;
    text-align: center;
    padding: 1% 1%;
    border: 1px solid #000;
    background-color: #f2f2f2;
}

.bar_p02 {
    font-size: 20px;
    font-weight: bold;
    color: #1d2a4c;
    padding: 5% 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.bar .bar_mm {
    position: absolute;
    top: 45%;
    left: 3%;
	width: 38%;
}
.bar_p03 {
    font-size: 2.5vw;
    font-weight: bold;
}
.bar_p04 .bar_sp02{
    color: #a12c20;
}
.bar_p04 {
	font-size: 2.5vw;
	line-height: 1.7em;
    padding-right: 60%;
    font-weight: bold;
}

.bar .bar_mb {
    position: absolute;
    bottom: 2%;
    left: 3%;
}
.bar_p05 {
    font-size: 2.5vw;
    padding-bottom: 1%;
    letter-spacing: 2px;
    font-weight: bold;
}
.bar_p05 .bar_sp03 {
    font-size: 2.5vw;
    padding-bottom: 1%;
	color: #a12c20;
    letter-spacing: 2px;
}
.bar_p06 {
    font-size: 6vw;
    line-height: 1em;
    font-weight: bold;
}
.bar_p07 {
    font-size: 2.5vw;
    color: #a12c20;
    line-height: 1em;
    text-align: right;
    padding-right: 17%;
}

.bar{
    width: 100%;
    position: relative;
	padding: 0 0;
}
.bar_img {
	width: 100%;
}
.cls-1, .cls-2 {
        fill: none;
        stroke: #000;
        stroke-miterlimit: 10;
      }

      .cls-2 {
        stroke-width: 7px;
      }


.bar_img:hover {

}
.bar .nav_l {
    position: absolute;
    width: 100%;
    top: 0%;
    right: 1%;
    padding: 0;
    display: flex;
    background-color: transparent;
}
.bar .nav_logo {
    width: 23%;
}
.bar .nav_logo .logo_img {
    width: 94%;
}

.bar .bar_menu {
    width: 70%;
    margin: 2% auto 0 auto;
    padding: 1% 0;
    height: fit-content;
    background-color: #fff;
}

.bar .bar_menu ul {
    display: inline-flex;
    width: 80%;
    font-weight: bold;
}
.bar .bar_menu ul li {
    width: 15%;
    float: left;
    font-size: 16px;
    text-align: center;
}
.bar .bar_menu ul li:nth-child(2) {
  
}
.bar .bar_menu ul li .bar_a01 {
    display: block;
}

.bar .bar_menu ul li .bar_a01:hover { 
	color: #00FF00; 
}

.bar_p01 {
    width: 19%;
    text-align: center;
    display: inline-block;
}
.bar_p01 .bar_btn {
    display: inline-block;
    width: 100%;
}
.bar .bar_p01 .bar_btn .bar_sp01 {
    background: #f15a24 url(https://kantsu-cgl.com/wp-content/uploads/2025/10/cgl_img08.png) 11% center no-repeat;
    background-size: 12%;
    display: inline-block;
    color: #ffffff;
    width: 90%;
    box-sizing: border-box;
    font-size: 1.2vw;
    padding: 4% 13% 4% 22%;
    font-weight: bold;
    border-radius: 25px;
    margin-top: 2%;
}

.bar_p02 {
    font-size: 20px;
    font-weight: bold;
    color: #1d2a4c;
    padding: 5% 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* Additional Components from File 2 */
.phu{
    width: 90%;
    margin: 0 auto;
    display: flex;
    padding: 5% 0;
}
.phul{
    width: 38%;
    padding-right: 3%;
    box-sizing: border-box;
}
.phul_t {
    width: 100%;
}
.phu_p01 {
    font-size: 28px;
    text-align: center;
    padding: 1% 0;
    font-weight: bold;
    margin-bottom: 4%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.phu_spcl01 {
    color: #a12c20;
    margin-top: 15%;
}
.phu_spcl02 {
    margin-top: 15%;
}
.phu_p01 .bar_spcl {
    color: #a12c20;
}
.phu .phul_ta {
    padding: 5% 7%;
    border-radius: 15px;
    background-color: #f5f5f5;
    margin-bottom: 5%;
}
.phu .phul_ta .phu_p02 {
    text-align: center;
    font-weight: bold;
    padding: 4% 0 3%;
    font-size: 1.5vw;
    line-height: 1.4em;
}
.phu .phul_ta .phu_p02 .bar_spcl {
    color: #a12c20;
}
.phu .phul_ta .phu_p03 {
    padding: 5% 0 5%;
}
.phu .phul_ta .phu_ab{
    text-align: right;
}
.phu .phul_ta .phu_ab .phu_p04 {
    padding: 1% 5% 2% 1%;
    background: url(../img/cgl_img05.png) right bottom no-repeat;
    background-size: 40%;
}
.phu .phul_ta .phu_ab .phu_p04 .phu_al {
    display: block;
}
.phu .phul_ta .phu_ab .phu_p04 .phu_al:hover {
    color: #a12c20;
}
.phur .phur_dv .phur_ab .phur_p04 .phu_al {
    display: block;
}
.phur .phur_dv .phur_ab .phur_p04 .phu_al:hover {
    color: #a12c20;
}
.phur{
    width: 62%;
}
.phur_dv {
    background: url(../img/cgl_img08.png) center center no-repeat;
    background-size: auto;
    width: 100%;
    margin-bottom: 12%;
    padding: 0 0 8% 3%;
    border-left: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    box-sizing: border-box;
    border-bottom-left-radius: 40px 40px;
    background-color: #F2F2F2;
}
.phur_tit{
    text-align: center;
}
h1.phur_p01 {
    width: 55%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding: 1% 0;
    margin-bottom: 2%;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}
.phur h2{
    text-align: center;
    font-size: 35px;
    margin-bottom: 25px;
    color: #F25A24;
}

.phur_rt{
    display: flex;
}
.phur_mb{
    margin-bottom: 5%;
}
.phul_rta{
    width: 50%;
    margin-right: 4%;
    box-sizing: border-box;
    font-weight: bold;
}
.phul_rtb{
    width: 50%;
}
.phur_rt .phur_p02 {
    color: #086966;
    text-align: center;
    padding: 2% 0 0;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
}
.phur_rt .phur_p03 {
    padding-top: 5%;
    font-weight: bold;
    padding-right: 3%;
}
.phur .phur_ab {
    text-align: right;
}
.phur .phur_ab .phur_p04 {
    padding: 4% 0;
    margin: 4% 0 3%;
    background: url(../img/cgl_img11.jpg) right center no-repeat;
    background-size: auto;
    padding-right: 9%;
}
.phur_btt {
    text-align: center;
    background: url(../img/cgl_img12.jpg) 10% 15% no-repeat;
    background-size: auto;
}
.phur .phur_btt .phur_p05 {
    width: fit-content;
    margin: 0 auto;
    color: #086966;
    padding: 1% 0;
    font-weight: bold;
    font-size: 1.6vw;
    border-bottom: 2px dotted #086966;
}
.phu_ki {
    width: 100%;
    margin-top: 5%;
    border-left: 2px solid #dcdcdc;
}
.phu_kin {
    display: flex;
    width: 93%;
    padding-left: 7%;
}
.phu_kinl{
    width: 50%;
    margin-right: 4%;
    box-sizing: border-box;
}
.phu_kinr{
    width: 50%;
}
.phu_kibt {
    width: 55%;
    color: #a5362a;
    font-weight: bold;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    padding: 1% 0;
    margin-bottom: 4%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.phu_ki .phu_p06 {
    padding-top: 5%;
}
.phu_ki .phu_qna .phur_ab .phur_p04 .phu_al {
    display: block;
    font-weight: bold;
}
.phu_ki .phu_qna .phur_ab .phur_p04 .phu_al:hover {
    color: #a12c20;
}
.phu_ki .phu_qna{
    padding: 5% 0 5%;
}
.phu_qnad {
    width: 95%;
    padding-left: 5%;
    padding-bottom: 3%;
    font-weight: bold;
}
.phu_qnas {
    display: flex;
    padding-bottom: 2%;
}
.phu_qnab {
    display: flex;
}
.phu_sq {
    width: 15%;
}
.phu_sa {
    width: 15%;
}
.phu_sq p {
    color: #fff;
    width: fit-content;
    padding: 4% 12%;
    font-weight: bold;
    font-size: 22px;
    background-color: #a12c20;
}
.phu_sa p {
    color: #a12c20;
    width: fit-content;
    padding: 3% 12%;
    font-weight: bold;
    font-size: 22px;
    background-color: #fff;
    border: 1px solid #a12c20;
}
.phu_srb {
    width: 85%;
}
.phu_srr {
    width: 85%;
}
.cyb_img {
    width: 85%;
}
.cyb_a {
    text-align: right;
}
.cyb_b {
    background-color: #f0f0f0;
    padding: 2% 5% 4% 5%;
}
.cyb_p01 {
    width: fit-content;
    background-color: #fff;
    padding: 1% 4%;
    font-size: 20px;
    font-weight: bold;
}
.cyb_sp01{
    color: #a12c20;
}
.cyb_bb {
    background-color: #fff;
}
.yel{
    padding: 5% 0;
}
.yel_dv {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.yel_dva {
    position: absolute;
    width: 70%;
    top: 14%;
    left: 5%;
}
.yel_dvaf {
    display: flex;
    font-size: 1.6vw;
}
.yel_dvaf .yel_p01 {
    width: 20%;
    text-align: center;
    line-height: 2.8em;
    border: 1px solid #000;
    border-radius: 15px;
}
.yel_dvaf .yel_p02 {
    text-align: center;
    width: 5%;
    line-height: 3em;
}
.yel_dvaf .yel_p03 {
    width: 20%;
    text-align: center;
    line-height: 2.8em;
    border: 1px solid #000;
    border-radius: 15px;
}
.yel_dvaf .yel_p04 {
    line-height: 1.2em;
    width: 36%;
    text-align: center;
    padding: 1% 0 1%;
    border: 1px solid #000;
    border-radius: 15px;
}
.yel_dva .yel_p05{
    color: #fff;
    width: 85%;
    font-size: 2vw;
    text-align: center;
    color: #55200d;
    padding: 1% 0 1.5%;
    line-height: 1.3em;
    position: relative;
}
.yel_dva .yel_p05:before {
    position: absolute;
    content: url(../img/cgl_img20.png);
    left: 5%;
    top: 10%;
}
.yel_dva .yel_p05::after {
    position: absolute;
    content: url(../img/cgl_img21.png);
    right: 5%;
    top: 10%;
}
.yel_dva .yel_p06{
    color: #fff;
    font-size: 2.5vw;
    padding-left: 13%;
}
.sel {
    background-color: #808080;
    padding: 4% 0 5%;
}
.sel_p01 {
    width: 30%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 1% 0;
    margin-bottom: 4%;
    border-top: 2px solid #575757;
    border-bottom: 2px solid #575757;
}
.sel_dv{
    width: 85%;
    margin: 0 auto;
    padding-bottom: 3%;
}
.sel_dv .sel_dva {
    display: flex;
    color: #fff;
    border-bottom: 2px solid #575757;
}
.sel_dv .sel_dva .sel_dval {
    display: flex;
    width: 50%;
    padding: 2% 4% 2% 0%;
    box-sizing: border-box;
    border-right: 2px solid #575757;
}
.sel_dv .sel_dva .sel_dvar {
    display: flex;
    width: 50%;
    padding: 2% 0 2% 3%;
    box-sizing: border-box;
}
.sel_dv .sel_dva .dval_a{
    width: 20%
}
.sel_dv .sel_dva .dval_b {
    width: 80%;
    padding-left: 5%;
    box-sizing: border-box;
}
.sel_dv .sel_dva:last-child {
    border-bottom: unset;
}
.sel_p02 {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4em;
}
.sel_p02 .sel_sp01 {
    text-align: right;
    display: block;
    padding-right: 5%;
}
.sel_p03 {
    font-size: 16px;
}
.sel_bb {
    background-color: #fff;
    padding: 1% 0;
    text-align: center;
    font-size: 20px;
    max-width: 80%;
    margin: auto;
    line-height: 1.5;
    font-weight: bold;
}
.sel_bb .sel_sp02{
    color: #d72c20;
}
.mha{
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
}
.mha_dv{
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.mha_p01 {
    width: 35%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 8px 0;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}
.mha_p02 {
    padding-left: 5%;
    padding-bottom: 5%;
}
.mha_dv .mha_dvl {
    display: grid;
    width: 48%;
}
.mha_dv .mha_dvr {
    display: grid;
    width: 47%;
    margin-left: 5%;
}
.mha_dv .mha_dvt {
    width: 100%;
    display: flex;
    font-weight: bold;
    height: 4vw;
}
.mha_p03 {
    color: #333333;
    width: 12%;
    font-weight: bold;
    text-align: center;
    font-size: 2vw;
    background-color: #fff;
    border: 1px solid #333333;
}
.mha_p04 {
    width: 88%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 2% 0;
    background-color: #333333;
}
.mha_dv .mha_dvb {
    padding: 3% 3% 3% 10%;
    box-sizing: border-box;
    line-height: 1.5em;
}
.mha_dv .mha_dvb .mha_sp01 {
    color: #a12c20;
    font-size: 18px;
    margin-bottom: 2%;
    display: inline-block;
}
.mha_dv .mha_dvb .mha_sp02 {
    color: #a12c20;
    font-size: 18px;
    display: inline-block;
}
.mha_dv .mha_dvb .mha_sp03 {
    color: #a12c20;
    text-align: right;
    display: block;
    margin-bottom: 2%;
}
.mha_mt3 {
    margin-top: 3%;
}
.tha{
    width: 100%;
    position: relative;
    margin-top: 5%;
}
.tha .tha_dv {
    position: absolute;
    top: 25%;
    left: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 2vw;
    line-height: normal;
}
.tha .tha_dv .tha_sp01{
    color: #f15a24;
}
.joe{
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 5%;
}
.joe_p01 {
    width: 35%;
    color: #a12c20;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 3%;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
}
.joe_dv {
    width: 100%;
    margin-bottom: 5%;
    border-left: 2px solid #a12c20;
    border-bottom: 2px solid #a12c20;
    box-sizing: border-box;
    border-bottom-left-radius: 22px 22px;
}
.joe_dva {
    width: 90%;
    margin: 0 auto;
    padding-top: 3%;
}
.joe_dva ul {
       display: flex;
}
.joe_dva ul li{
      width: 32%;
    margin-right: 2%;
}
.joe_dva ul li:last-child{
    margin-right: 0;
}
.joe_dva ul li .joe_p02{
     padding: 2% 0 1%;
}
.joe .joe_ab {
    text-align: right;
}
.joe .joe_ab .joe_p03 {
    padding: 2% 0;
    margin: 0 0 2%;
    background: url(../img/cgl_img11.jpg) right center no-repeat;
    background-size: auto;
    padding-right: 5%;
}
.joe .joe_ab .joe_p03 .joe_al {
    display: block;
}
.joe .joe_ab .joe_p03 .joe_al:hover {
    color: #a12c20;
}
.yel_dv01 {
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.yel_dva .yel_p066 {
    color: #fff;
    font-size: 2.4vw;
    padding-left: 13%;
    line-height: 1.2em;
}

#content {
     margin-top: 0; 
}
/* ===================================================================
   Footer
   Note: フッターのスタイルです。
=================================================================== */

.footer{
    padding: 5% 0 2%;
    background-color: #0f0f0f;
}
.fot_f {
    display: flex;
    width: 90%;
    margin: 0 auto;
    color: #fff;
}
.fot_fl {
    width: 45%;
    display: flex;
}
.fot_fl .fofl_img {
    width: 47%;
}
.footer_img {
    width: 90%;
}
.fot_fl .fofl_tu{
    width: 53%;
}
.fot_fl .fofl_tu .fot_p01 {
    font-size: 26px;
    line-height: 1.2em;
    padding-bottom: 10%;
}
.fot_fl .fofl_tu .fot_p02{
    font-size: 14px;
    line-height: 1.4em;
}
.fot_fr{
    width: 55%;
    font-size: 17px;
}
.fot_fr .fotfr_dv{
     display: flex;
}
.fot_fr .fotfr_dv .fotfr_dva{
     width: 30%;
    border-right: 2px solid #454545;
}
.fot_fr .fotfr_dv .fotfr_dvb {
    width: 40%;
    padding-left: 4%;
    box-sizing: border-box;
    border-right: 2px solid #454545;
}
.fot_fr .fotfr_dv .fotfr_dvc{
    width: 30%;
    text-align: center;
}
.fot_fr .fotfr_dv .fot_p03 {
    width: 100%;
    display: grid;
}
.fot_fr .fotfr_dv .fot_p03 a {
    display: inline-block;
    padding: 1% 0 5%;
    color: #fff;
}
.foot_ltd{
    background-color: #000;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-top: 2px solid #343434;
}

/* RSS ニュースリスト全体のスタイル */
.rss_news_list {
    list-style: none;
    padding: 1%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* ニュース記事１つ１つのスタイル */
.rss_news_list li {
    box-sizing: border-box;
    width: calc(33.333% - 7px);
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    /* aspect-ratioを削除し、中のコンテンツで高さが決まるようにする */
}

/* 記事へのリンクのスタイル */
.rss_news_list li a {
    text-decoration: none;
    color: #333;
    display: flex; /* flexboxを適用 */
    flex-direction: column; /* 子要素を縦に並べる */
    height: 100%;
}

.rss_news_list li a:hover {
    opacity: 0.7;
}

/* ▼▼▼ ここから追加するCSS ▼▼▼ */

/* RSSニュースの画像のスタイル */
.rss_news_image {
    width: 100%;
    height: 120px; /* 高さを固定（正方形に近づけるため） */
    object-fit: cover; /* 画像が引き伸ばされず、コンテナを埋めるように調整 */
    display: block;
}

/* テキスト部分を囲むdivのスタイル */
.rss_news_text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* 残りの高さいっぱいに広がる */
}

/* ▲▲▲ 追加CSSここまで ▲▲▲ */


/* ニュースの日付のスタイル */
.rss_news_list .news_date {
    font-size: 0.8em;
    color: #888;
    margin-bottom: 8px;
}

/* ニュースのタイトルのスタイル */
.rss_news_list .news_title {
    font-weight: bold;
    line-height: 1.4;
    flex-grow: 1; /* 日付以外の残りのスペースを埋める */
}
.bar_title{
    padding-top: 25%;
    /* ↓↓↓ ここに左右のパディングを追加します ↓↓↓ */
    padding-left: 3%;
    padding-right: 3%;
}

/* ===================================================================
   Media Queries
   Note: デバイスサイズに応じたレスポンシブスタイルです。
=================================================================== */

/* PC Large (min-width: 941px) */
@media (min-width: 941px) {
    /* スタイル指定なし */
}

/* PC (min-width: 821px) */
@media (min-width: 821px) {
    .two-columns {
        display: flex;
        flex-direction: row;
        gap: 2.5rem;
    }
    .two-columns .contents {
        flex: 1 1 auto;
    }
    .two-columns .sidebar {
        flex: 0 0 15.625rem;
    }
    .navbutton {
        display: none;
    }
    .header-nav-wrap {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        margin-left: 15rem;
        transform: translateY(-50%);
    }
    .header-nav {
        font-size: 0;
    }
    .header-nav li {
        font-size: 1rem;
        display: inline-block;
        margin-left: 1.5rem;
        padding: .25rem 0;
    }
    .header-nav li a {
        font-weight: 500;
        color: #000;
    }
    .header-nav li a:hover {
        opacity: .6;
    }
}

/* Tablet (max-width: 940px) */
@media (max-width: 940px) {
    .pcv { display: none; }
    .spv { display: block; }
    .pccv { display: none; }
    .sppv { display: block; }

    .phur_p01 { width: 76%; }
    .phur .phur_ab .phur_p04 {
        margin: 4% 0 5%;
        background-size: 14%;
        padding-right: 13%;
    }
    .joe .joe_ab .joe_p03 {
        margin: 0 0 3%;
        background-size: 14%;
        padding-right: 13%;
    }
    .phur_btt {
        background: url(../img/cgl_img12.jpg) 5% 9% no-repeat;
        background-size: 8%;
    }
    .phur .phur_btt .phur_p05 { font-size: 1.8vw; }
    .phu_kibt {
        width: 75%;
        margin-bottom: 6%;
    }
    .sel_dv { width: 90%; }
    .sel_bb {
        padding: 2% 5%;
        font-size: 20px;
    }
    .mha_dv { width: 90%; }
    .mha_dv .mha_dvt { height: fit-content; }
    .mha_p03 { font-size: 3vw; }
    .mha_p04 {
        font-size: 2.7vw;
        line-height: 1.4em;
    }
    .tha .tha_dv {
        top: 33%;
        font-size: 2.4vw;
    }
    .joe_p01 {
        width: 60%;
        margin-bottom: 5%;
    }
    .joe_dva {
        width: 95%;
        margin: 0 0 0 5%;
    }
	.bar .bar_menu ul li {
    width: 12%;
    font-size: 1.5vw;
    }
	.bar .bar_menu ul li:nth-child(2) {
    width: 34%;
    }
    .bar .bar_menu {
    margin: 1% auto 0 auto;
    }
	.bar .bar_menu ul li:nth-child(4)  {
    width: 18%;
    }
	.bar .bar_p01 .bar_btn .bar_sp01 {
    background: #f15a24 url(https://kantsu-cgl.com/wp-content/uploads/2025/10/cgl_img08.png) 7% center no-repeat;
    background-size: 15%;
    width: 100%;
    font-size: 1.6vw;
    padding: 4% 8% 5% 22%;
    border-radius: 15px;
    }
	.bar_p02 {
    font-size: 2.2vw;
	line-height: 1.4em;
    }
    .bar .bar_menu {
        margin: 1% auto 0 auto;
    }
    .bar .bar_menu ul li {
        width: 12%;
        font-size: 1.5vw;
    }
    .bar .bar_menu ul li:nth-child(2) { width: 34%; }
    .bar .bar_menu ul li:nth-child(4) { width: 18%; }
    .bar .bar_p01 .bar_btn .bar_sp01 {
        background: #f15a24 url(https://kantsu-cgl.com/wp-content/uploads/2025/10/cgl_img08.png) 7% center no-repeat;
        background-size: 15%;
        width: 100%;
        font-size: 1.6vw;
        padding: 4% 8% 5% 22%;
        border-radius: 15px;
    }
    .bar_p02 {
        font-size: 1.5vw;
        line-height: 1.4em;
    }
    .fot_fl .fofl_img { width: 40%; }
    .fot_fl .fofl_tu {
        width: 60%;
        padding-right: 10%;
        box-sizing: border-box;
    }
    .fot_fl .fofl_tu .fot_p01 {
        font-size: 3vw;
        line-height: 1.2em;
        padding-bottom: 10%;
    }
    .fot_fl .fofl_tu .fot_p02 {
        font-size: 1.8vw;
        line-height: 1.4em;
    }
    .fot_fr { font-size: 2vw; }
    .fot_fr .fotfr_dv .fotfr_dvb { width: 43%; }
    .fot_fr .fotfr_dv .fotfr_dvc { width: 27%; }
    .foot_ltd { font-size: 14px; }
}

/* Tablet Small (max-width: 820px) */
@media (max-width: 820px) {
    .two-columns .contents {
        margin-bottom: 4rem;
    }
    .navbutton {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 1.5rem;
        display: block;
        cursor: pointer;
        transform: translateY(-50%);
        border: 0;
        background-color: transparent;
    }
    .navbutton:focus {
        outline: 0;
    }
    .navbutton::after {
        font-family: "Material Symbols Outlined";
        font-size: 2.5rem;
        content: "\e5d2";
        color: #000;
    }
    .menu-active .navbutton::after {
        content: "\e5cd";
        color: #fff;
    }
    .header-nav-wrap {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        display: none;
        overflow-y: auto;
        width: 100%;
        height: 100vh;
        background-color: rgb(50 50 50 / 80%);
    }
    .header-nav {
        padding: 6rem 0;
    }
    .header-nav li a {
        font-weight: 400;
        padding: 1.5rem;
        text-align: center;
        color: #fff;
    }
    .page-title-wrap .page-title {
        height: 20rem;
        margin-bottom: 1rem;
    }
    .page-title-wrap .page-title .text-warp h1 {
        font-size: 2.75rem;
    }
}

/* Smartphone (max-width: 640px) */
@media (max-width: 640px) {
    .pcv{display: none;}
    .spv{display: block;}
    .pccv{display: none;}
    .sppv{display: block;}

    .phur h2{
        margin-bottom: 25px;
        font-size: 18px;
    }
h1.phur_p01{
    width: 86%;
    font-size: 20px;
}
.bar .nav_logo .logo_img {
    width: 85%;
}

.bar_title {
    padding-top: 28%;
}

    
	.bar .bar_mb {
    bottom: 2%;
    left: 2%;
    }
	.bar .bar_mm {
    width: 40%;
    font-weight: bold;
    }
	.bar_p03 {
    font-size: 3.2vw;
    line-height: 1.4em;
    }
	.bar_p04 {
    font-size: 3vw;
    line-height: 1em;
    }
	.bar_p05 {
    font-size: 2.9vw;
    padding-bottom: 0;
    letter-spacing: 0;
    font-weight: bold;
    }
	.bar_p05 .bar_sp03 {
    font-size: 2.7vw;
    }
	.bar_p07 {
    font-size: 3vw;
    line-height: 1.1em;
    }
	.bar .bar_menu {
    display: none;
    }
	.bar .bar_mb {
    bottom: 2%;
    left: 2%;
    }
	.bar .bar_mm {
    width: 40%;
    font-weight: bold;
    }
	.bar_p03 {
    font-size: 3.2vw;
    line-height: 1.4em;
    }
	.bar_p04 {
    font-size: 3vw;
    line-height: 1em;
    }
	.bar_p05 {
    font-size: 2.9vw;
    padding-bottom: 0;
    letter-spacing: 0;
    font-weight: bold;
    }
	.bar_p05 .bar_sp03 {
    font-size: 2.7vw;
    }
	.bar_p07 {
    font-size: 3vw;
    line-height: 1.1em;
    }

    .phu .phur {
        /* 「サイバーガバナンスラボとは」 (元のコードでは後ろ) を1番目に表示 */
        order: 1;
    }

    .phu .phul {
        /* 「最新情報」 (元のコードでは前) を2番目に表示 */
        order: 2;
    }

    .phu { display: grid; }
    .phul {
        width: 100%;
        padding-right: 0;
    }
    .phu_p01 {
        font-size: 4.4vw;
        line-height: 1.4em;
        margin-bottom: 8%;
    }
    .phu .phul_ta .phu_p02 { font-size: 4.8vw; }
    .phu .phul_ta .phu_p03 {
        padding: 3% 0 5%;
        font-size: 3.3vw;
    }
    .phu .phul_ta .phu_ab { margin-bottom: 6%; }
    .phu .phul_ta .phu_ab .phu_p04 {
        padding: 1% 8% 1% 1%;
        background-size: 50%;
    }
    .phu .phul_ta .phu_ab .phu_p04 .phu_al { font-size: 3.2vw; }
    .phur { width: 100%; }
    .phur_p01 {
        width: 90%;
        font-size: 4.4vw;
        line-height: 1.4em;
    }
    .phur_rt { display: grid; }
    .phur_rt .phur_p02 {
        font-size: 4.6vw;
        font-weight: bold;
    }
    .phur_rt .phur_p03 { font-size: 3.6vw; }
    .phul_rta {
        width: 100%;
        margin-bottom: 10%;
        margin-right: 0;
    }
    .phul_rtb { width: 100%; }
    .phur_btt {
        background: url(../img/cgl_img12.jpg) 1% 10% no-repeat;
        background-size: 6%;
    }
    .phur .phur_btt .phur_p05 { font-size: 3.4vw; }
    .phu_kibt {
        width: 90%;
        font-size: 4.4vw;
        border-top: 2px solid #dcdcdc;
        border-bottom: 2px solid #dcdcdc;
    }
    .phu_kin {
        display: grid;
        width: 93%;
        padding-left: 6%;
    }
    .phu_kinl {
        width: 100%;
        margin-bottom: 8%;
    }
    .phu_kinr { width: 100%; }
    .phu_sq p { padding: 4% 17%; }
    .phu_sa p { padding: 3% 16%; }
    .cyb_p01 { font-size: 3.6vw; }
    .sel_p01 {
        width: 61%;
        font-size: 4.8vw;
    }
    .sel_dv .sel_dva {
        display: grid;
        border-bottom: none;
    }
    .sel_dv .sel_dva .sel_dval {
        display: grid;
        width: 100%;
        padding: 4% 0% 8% 0%;
        border-right: none;
    }
    .sel_dv .sel_dva .sel_dvar {
        display: grid;
        width: 100%;
        padding: 4% 0 8% 0%;
        border-right: none;
    }
    .sel_dv .sel_dva .dval_a {
        width: 100%;
        text-align: center;
    }
    .sel_dv .sel_dva .dval_a .img { width: auto; }
    .sel_dv .sel_dva .dval_b {
        width: 100%;
        padding-left: 5%;
    }
    .sel_p02 {
        font-size: 22px;
        padding: 5% 0 3%;
    }
    .sel_bb {
        padding: 5% 5%;
        font-size: 19px;
    }
    .mha_dv {
        width: 95%;
        display: grid;
    }
    .mha_dv .mha_dvr {
        display: grid;
        width: 100%;
        margin-left: 0;
    }
    .mha_p02 {
        padding-bottom: 7%;
        font-size: 15px;
    }
    .mha_p03 {
        font-size: 3.8vw;
        line-height: 2em;
    }
    .mha_p04 { font-size: 4vw; }
    .mha_dv .mha_dvb {
        padding: 3% 3% 10% 8%;
        line-height: 1.6em;
    }
    .mha_dv .mha_dvb .mha_sp01 { margin-bottom: 4%; }
    .tha .tha_dv {
        top: 28%;
        font-size: 3.3vw;
        font-weight: bold;
        font-size: 12px;
    }
    .joe_p01 {
        width: 100%;
        font-size: 4.6vw;
        margin-bottom: 7%;
        margin-top: 15px;
    }
    .joe_dv { margin-bottom: 13%; }
    .joe_dva ul { display: grid; }
    .joe_dva ul li {
        width: 100%;
        margin-bottom: 10%;
    }
    .yel_dv01 { width: 100%; }
    .yel_dva {
        width: 75%;
        top: 10%;
        left: 4%;
    }
    .yel_dvaf {
        font-size: 2.2vw;
        font-weight: bold;
    }
    .yel_dvaf .yel_p01 { width: 22%; }
    .yel_dvaf .yel_p04 {
        line-height: 1em;
        width: 34%;
        padding: 1% 0 1%;
    }
    .yel_dva .yel_p05 {
        width: 85%;
        font-size: 2.4vw;
        padding: 1% 0 1.2%;
        line-height: 1.2em;
    }
    .yel_dva .yel_p05:before {
        position: absolute;
        content: url(../img/cgl_img20.png);
        left: 1%;
        top: 3%;
    }
    .yel_dva .yel_p05::after {
        position: absolute;
        content: url(../img/cgl_img21.png);
        right: 1%;
        top: 3%;
    }
    .yel_dva .yel_p06 {
        font-size: 2.4vw;
        padding-left: 15%;
        line-height: 1.4em;
    }
    .bar .bar_menu { display: none; }
    .bar .bar_mm {
        width: 40%;
        font-weight: bold;
    }
    .bar .bar_mb {
        bottom: 2%;
        left: 2%;
    }
    .bar_p03 {
        font-size: 3.2vw;
        line-height: 1.4em;
    }
    .bar_p04 {
        font-size: 3vw;
        line-height: 1.5;
    }
    .bar_p05 {
        font-size: 2.9vw;
        padding-bottom: 0;
        letter-spacing: 0;
        font-weight: bold;
    }
    .bar_p05 .bar_sp03 { font-size: 2.7vw; }
    .bar_p07 {
        font-size: 3vw;
        line-height: 1.1em;
    }
    .foot_ltd { font-size: 12px; }
    .rss_news_list li {
        width: 100%;
        margin-bottom: 10px;
    }
    .rss_news_list {
        gap: 0;
    }
    .rss_news_image {
        height: 180px; /* スマホでは少し高さを大きくする */
    }
}
/* --- レスポンシブ対応 (スマートフォンなど) --- */
@media (max-width: 640px) {
    
}

/* Smartphone Small (max-width: 480px) */
@media (max-width: 480px) {
    html {
        font-size: 15px;
    }
    .container {
        padding-top: 1.4rem;
    }
    .article-head h1 {
        font-size: 1.75rem;
    }
    .editor-content p,
    .editor-content ul,
    .editor-content ol,
    .editor-content table,
    .editor-content dl,
    .editor-content blockquote,
    .editor-content pre,
    .editor-content code,
    .editor-content img,
    .editor-content picture img,
    .editor-content figure,
    .editor-content iframe,
    .editor-content object,
    .editor-content hr,
    .editor-content video,
    .editor-content audio {
        margin-bottom: 1.5em;
    }
    .editor-content th,
    .editor-content td {
        padding: .625em;
    }
    .editor-content blockquote {
        padding: 2.5em 1.875em 1.875em;
    }
    .editor-content blockquote::before,
    .editor-content blockquote::after {
        font-size: 1.25em;
    }
    .editor-content blockquote p,
    .editor-content blockquote cite {
        margin-bottom: .625em;
    }
    .editor-content h2,
    .editor-content h3,
    .editor-content h4,
    .editor-content h5 {
        margin: 2rem 0;
    }
    .editor-content h2 { font-size: 1.5rem; }
    .editor-content h3 { font-size: 1.375rem; }
    .editor-content h4 { font-size: 1.25rem; }
    .editor-content h5 { font-size: 1rem; }
    .editor-content h6 { font-size: .9375rem; }

    .page-title-wrap .page-title {
        height: 12rem;
        margin-bottom: 0;
    }
    .page-title-wrap .page-title .text-warp h1 {
        font-size: 2rem;
    }
}

/* Smartphone Extra Small (max-width: 332px) */
@media (max-width: 332px) {
    .editor-content h2 { font-size: 1.25rem; }
    .editor-content h3 { font-size: 1.125rem; }
    .editor-content h4 { font-size: 1rem; }
    .editor-content h5 { font-size: .9375rem; }
    .editor-content h6 { font-size: .875rem; }
}

/* Smartphone Extra Small (max-width: 320px) */
@media (max-width: 320px) {
    .pcv { display: none; }
    .spv { display: block; }
}
.idealfor .idealfor-title {
  text-align: center;
  margin-bottom: 80px;
}
.idealfor .idealfor-title p {
  font-size: 32px;
  font-weight: 600;
  background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/title-border.png);
  background-size: 240px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 22px;
}
.idealfor .idealfor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.idealfor .idealfor-list-item {
  width: 100%;
  max-width: 330px;
  background-color: #efefef;
  border-radius: 15px;
  -webkit-box-shadow: 6px 6px #eb1900;
          box-shadow: 6px 6px #eb1900;
  padding-top: 35px;
  padding-bottom: 40px;
}
.idealfor .idealfor-list-item-icon {
  width: 100px;
  margin: 0 auto 25px;
}
.idealfor .idealfor-list-item-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7222222222;
}
@media screen and (max-width: 1200px) {
  .idealfor {
    padding: 100px 0 130px;
  }
  .idealfor .idealfor-list {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .idealfor .idealfor-list-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  .idealfor .idealfor-list-item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .idealfor {
    padding: 0px 0 100px;
  }
  .idealfor .idealfor-title {
    margin-bottom: 40px;
  }
  .idealfor .idealfor-title p {
    font-size: 28px;
    background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/title-border-sp.png);
    background-size: 190px 10px;
  }
  .idealfor .idealfor-list {
    display: block;
  }
  .idealfor .idealfor-list-item {
    max-width: 270px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .idealfor .idealfor-list-item:not(:last-child) {
    margin: 0 auto 18px;
  }
  .idealfor .idealfor-list-item-icon {
    width: 82px;
  }
  .idealfor .idealfor-list-item-text {
    font-size: 16px;
  }
}
.service {
  padding: 105px 0 0 0;
}
.service .service-title {
  text-align: center;
  margin-bottom: 80px;
}
.service .service-title p {
  font-size: 32px;
  font-weight: 600;
  background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/title-border.png);
  background-size: 240px 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 22px;
}
.service .service-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  position: relative;
  left: 60px;
}
.service .service-bar {
  padding: 16px 0 0 0;
}
.service .service-bar-item {
  width: 100%;
  max-width: 34px;
  position: relative;
}
.service .service-bar-item.first:before {
  content: "サービス前";
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #eb1900;
  position: absolute;
  top: 7px;
  left: -103px;
  width: 100px;
}
.service .service-bar-item.second:before {
  content: "ご入会";
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #00a2ff;
  position: absolute;
  top: 7px;
  left: -69px;
  width: 100px;
}
.service .service-bar-item.third {
  position: relative;
  top: -20px;
}
.service .service-bar-item.third:before {
  content: "サービス開始";
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  position: absolute;
  top: 7px;
  left: -125px;
  width: 120px;
}
.service .service-content-item {
  width: 100%;
}
.service .service-content-item.top {
  max-width: 890px;
  margin-top: 35px;
}
.service .service-content-item.space {
  height: 130px;
  height: 190px;
}
.service .service-content-item.bottom {
  max-width: 890px;
}
.service .service-content-box {
  border: 4px solid #eb1900;
  background-color: #f2f2f2;
  border-radius: 5px;
  position: relative;
  padding: 65px 28px 35px;
}
.service .service-content-box.bottom {
  border: 4px solid #000000;
  padding: 65px 45px 35px;
}
.service .service-content-box-title {
  background-color: #eb1900;
  height: 58px;
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 5px;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
}
.service .service-content-box-title .small-text {
  font-size: 19px;
}
.service .service-content-box-title.bottom {
  background-color: #000000;
  width: 436px;
}
.service .service-content-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.service .service-content-box-flex.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.service .service-content-box-before {
  background-color: #007d7d;
  color: #fff;
  font-size: 29px;
  font-size: clamp(14px, 1.75vw, 29px);
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.2;
  padding: 15px 28px;
  border-radius: 45px;
}
.service .service-content-box-before .text-s {
  font-size: 18px;
  font-size: clamp(10px, 2vw, 18px);
  letter-spacing: 0.03em;
}
.service .service-content-box-before.bottom {
  font-size: 23px;
  font-size: clamp(11px, 1.45vw, 23px);
}
.service .service-content-box-before-text {
  font-size: 28px;
  font-size: clamp(14px, 1.7vw, 28px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  margin-left: 15px;
}
.service .service-content-box-after {
  background-color: #005082;
  color: #fff;
  font-size: 27px;
  font-size: clamp(13px, 1.55vw, 27px);
  letter-spacing: 0;
  font-weight: bold;
  padding: 25px 28px;
  border-radius: 45px;
  position: relative;
  margin-left: 60px;
}
.service .service-content-box-after::before {
  content: "";
  display: inline-block;
  background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service .service-content-box-text {
  font-size: 18px;
  font-size: clamp(10px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}
.service .service-content-box-note-text {
  font-size: 15px;
  font-size: clamp(10px, 1.05vw, 15px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
.service .service-content-box-line-text {
  font-size: 28px;
  font-size: clamp(14px, 1.7vw, 28px);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-bottom: 30px;
}
.service .service-content-box-line-text .line-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffff00));
  background: linear-gradient(transparent 65%, #ffff00 35%);
}
.service .service-content-box-catch-text {
  font-size: 18px;
  font-size: clamp(10px, 1.25vw, 18px);
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.8888888889;
  margin-bottom: 10px;
}
.service .service-content-box-catch-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}
.service .service-content-box-catch-list {
  border: 2px solid #000000;
  border-radius: 20px;
  font-size: 17px;
  font-size: clamp(10px, 1.2vw, 17px);
  letter-spacing: 0.04em;
  padding: 5px 10px;
  margin-right: 10px;
}
.service .service-content-box-menu-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 550px;
  width: 100%;
  margin-bottom: 25px;
}
.service .service-content-box-menu-list {
  width: 50%;
  font-size: 14px;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8571428571;
}
.service .service-content-box-menu-note {
  font-size: 13px;
  font-size: clamp(10px, 0.95vw, 13px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 72px;
}
.service .service-content-box-security {
  background-color: #fff;
  border: 1px solid #000000;
  position: relative;
  padding: 45px 30px;
}
.service .service-content-box-security-icon {
  width: 58px;
  height: 56px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -23px;
}
.service .service-content-box-security-bk {
  background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/service-content-box-security-bk.png);
  background-repeat: no-repeat;
  background-size: 406px 30px;
  width: 406px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-size: clamp(10px, 1.25vw, 18px);
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.service .service-content-box-security-text {
  font-size: 15px;
  font-size: clamp(10px, 1.05vw, 15px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8666666667;
}
@media screen and (max-width: 1200px) {
  .service .service-flex {
    width: 75%;
    margin: 0 auto;
  }
  .service .service-content-item.space {
    height: 120px;
  }
}
@media screen and (max-width: 960px) {
  .service .service-content-item.space {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding: 85px 0 0 0;
  }
  .service .service-title {
    margin-bottom: 40px;
  }
  .service .service-title p {
    font-size: 28px;
    background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/title-border-sp.png);
    background-size: 190px 10px;
  }
  .service .service-flex {
    gap: 12px;
    width: 100%;
    left: 0;
  }
  .service .service-bar-item {
    max-width: 16px;
    position: relative;
  }
  .service .service-bar-item.first:before {
    content: "";
    background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/progress-bar01-sp-text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 70px;
    position: absolute;
    left: -15px;
    top: 16px;
  }
  .service .service-bar-item.second {
    top: -10px;
  }
  .service .service-bar-item.second:before {
    content: "";
    background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/progress-bar02-sp-text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 42px;
    position: absolute;
    left: -15px;
    top: 16px;
  }
  .service .service-bar-item.third {
    top: -30px;
  }
  .service .service-bar-item.third:before {
    content: "";
    background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/progress-bar03-sp-text.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 84px;
    position: absolute;
    left: -15px;
    top: 16px;
  }
  .service .service-content-item.top {
    max-width: 300px;
    margin-top: 22px;
  }
  .service .service-content-item.space {
    height: 135px;
  }
  .service .service-content-item.bottom {
    max-width: 300px;
  }
  .service .service-content-box {
    padding: 50px 20px 35px;
  }
  .service .service-content-box.bottom {
    padding: 50px 20px 35px;
  }
  .service .service-content-box-title {
    font-size: 16px;
    width: 222px;
    height: 35px;
    top: -20px;
  }
  .service .service-content-box-title .small-text {
    font-size: 14px;
  }
  .service .service-content-box-title.bottom {
    width: 250px;
  }
  .service .service-content-box-flex {
    display: block;
    margin-bottom: 0;
  }
  .service .service-content-box-before {
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-align: center;
    border-radius: 70px;
  }
  .service .service-content-box-before .text-s {
    font-size: 11px;
  }
  .service .service-content-box-before.bottom {
    font-size: 16px;
  }
  .service .service-content-box-after {
    margin-left: 0;
    font-size: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 70px;
    margin-top: 40px;
  }
  .service .service-content-box-after::before {
    left: 0;
    right: 0;
    bottom: inherit;
    top: -30px;
  }
  .service .service-content-box-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6428571429;
    margin-top: 25px;
  }
  .service .service-content-box-note-text {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .service .service-content-box-before-text {
    margin-left: 0;
    font-size: 23px;
    letter-spacing: 0.06em;
    line-height: 1.652173913;
  }
  .service .service-content-box-line-text {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.652173913;
  }
  .service .service-content-box-catch-text {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.375;
    margin-bottom: 15px;
  }
  .service .service-content-box-catch-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
  .service .service-content-box-catch-list {
    margin-right: 0;
    margin-bottom: 7px;
    font-size: 15px;
  }
  .service .service-content-box-menu-ul {
    display: block;
    margin-bottom: 15px;
  }
  .service .service-content-box-menu-list {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.8461538462;
  }
  .service .service-content-box-menu-note {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.4615384615;
    margin-bottom: 60px;
  }
  .service .service-content-box-security {
    padding: 40px 12px;
  }
  .service .service-content-box-security-bk {
    display: none;
  }
  .service .service-content-box-security-bk-sp {
    background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/service-content-box-security-bk.png);
    background-repeat: no-repeat;
    background-size: 226px 30px;
    width: 226px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .service .service-content-box-security-bk-sp-bottom {
    background-image: url(https://kantsu-cgl.com/wp-content/uploads/2025/10/service-content-box-security-bk-bottom-sp.png);
    background-repeat: no-repeat;
    background-size: 122px 30px;
    width: 122px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
  }
  .service .service-content-box-security-text {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.6923076923;
  }
}