@charset "UTF-8";
/* ========================================================================== 
 * Responsive 
 * ========================================================================== */
@media screen and (max-width: 1200px) {
    html {
        transform: scale(0.8);
        transform-origin: left top;
        height: calc(100% / 0.8);
        width: calc(100% / 0.8);
    }
}
@media screen and (max-width: 1115px) {
    html {
        transform: scale(0.7);
        transform-origin: left top;
        height: calc(100% / 0.7);
        width: calc(100% / 0.7);
    }
}
@media screen and (max-width: 980px) {
    html {
        transform: scale(0.6);
        transform-origin: left top;
        height: calc(100% / 0.6);
        width: calc(100% / 0.6);
    }
}
@media screen and (max-width: 840px) {
    html {
        transform: scale(0.5);
        transform-origin: left top;
        height: calc(100% / 0.5);
        width: calc(100% / 0.5);
    }
}
@media screen and (max-width: 700px) {
    html {
        transform: scale(0.4);
        transform-origin: left top;
        height: calc(100% / 0.4);
        width: calc(100% / 0.4);
    }
}
@media screen and (max-width: 640px) {
    html {
        transform: none;
        transform-origin: none;
        height: auto;
        width: auto;
    }
}

/* ==========================================================================
 * Font face
 * ========================================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Noto Sans JP", "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    font-weight: 500;
}
body {
    margin: 0;
    font-family: "Noto Sans JP", "Yu Gothic", YuGothic,
        "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
    font-size: 1.8em;
    font-size: 1.8rem;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}
svg:not(:root) {
    overflow: hidden;
}
ul,
ol {
    padding: 0;
}
/* ==========================================================================
 * Text
 * ========================================================================== */
small {
    font-size: 80%;
}
/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none {
    margin: 0px !important;
}
.padding-none {
    padding: 0px !important;
}

.margin-T0 {
    margin-top: 0px !important;
}
.margin-T5 {
    margin-top: 5px !important;
}
.margin-T10 {
    margin-top: 10px !important;
}
.margin-T15 {
    margin-top: 15px !important;
}
.margin-T20 {
    margin-top: 20px !important;
}
.margin-T25 {
    margin-top: 25px !important;
}
.margin-T30 {
    margin-top: 30px !important;
}
.margin-T35 {
    margin-top: 35px !important;
}
.margin-T40 {
    margin-top: 40px !important;
}
.margin-T45 {
    margin-top: 45px !important;
}
.margin-T50 {
    margin-top: 50px !important;
}
.margin-T60 {
    margin-top: 60px !important;
}
.margin-T70 {
    margin-top: 70px !important;
}
.margin-T80 {
    margin-top: 80px !important;
}
.margin-T90 {
    margin-top: 90px !important;
}
.margin-T100 {
    margin-top: 100px !important;
}

.margin-R0 {
    margin-right: 0px !important;
}
.margin-R5 {
    margin-right: 5px !important;
}
.margin-R10 {
    margin-right: 10px !important;
}
.margin-R15 {
    margin-right: 15px !important;
}
.margin-R20 {
    margin-right: 20px !important;
}

.margin-B0 {
    margin-bottom: 0px !important;
}
.margin-B5 {
    margin-bottom: 5px !important;
}
.margin-B10 {
    margin-bottom: 10px !important;
}
.margin-B15 {
    margin-bottom: 15px !important;
}
.margin-B20 {
    margin-bottom: 20px !important;
}
.margin-B50 {
    margin-bottom: 50px !important;
}

.margin-L0 {
    margin-left: 0px !important;
}
.margin-L5 {
    margin-left: 5px !important;
}
.margin-L10 {
    margin-left: 10px !important;
}
.margin-L15 {
    margin-left: 15px !important;
}
.margin-L20 {
    margin-left: 20px !important;
}

.padding-T0 {
    padding-top: 0px !important;
}
.padding-T5 {
    padding-top: 5px !important;
}
.padding-T10 {
    padding-top: 10px !important;
}
.padding-T15 {
    padding-top: 15px !important;
}
.padding-T20 {
    padding-top: 20px !important;
}
.padding-T25 {
    padding-top: 25px !important;
}
.padding-T30 {
    padding-top: 30px !important;
}
.padding-T35 {
    padding-top: 35px !important;
}
.padding-T40 {
    padding-top: 40px !important;
}
.padding-T45 {
    padding-top: 45px !important;
}
.padding-T50 {
    padding-top: 50px !important;
}
.padding-T60 {
    padding-top: 60px !important;
}
.padding-T70 {
    padding-top: 70px !important;
}
.padding-T80 {
    padding-top: 80px !important;
}
.padding-T90 {
    padding-top: 90px !important;
}
.padding-T100 {
    padding-top: 100px !important;
}

.padding-R0 {
    padding-right: 0px !important;
}
.padding-R5 {
    padding-right: 5px !important;
}
.padding-R10 {
    padding-right: 10px !important;
}
.padding-R15 {
    padding-right: 15px !important;
}
.padding-R20 {
    padding-right: 20px !important;
}

.padding-B0 {
    padding-bottom: 0px !important;
}
.padding-B5 {
    padding-bottom: 5px !important;
}
.padding-B10 {
    padding-bottom: 10px !important;
}
.padding-B15 {
    padding-bottom: 15px !important;
}
.padding-B20 {
    padding-bottom: 20px !important;
}

.padding-B30 {
    padding-bottom: 30px !important;
}

.padding-L0 {
    padding-left: 0px !important;
}
.padding-L5 {
    padding-left: 5px !important;
}
.padding-L10 {
    padding-left: 10px !important;
}
.padding-L15 {
    padding-left: 15px !important;
}
.padding-L20 {
    padding-left: 20px !important;
}

/* ==========================================================================
 * helper
 * ========================================================================== */

.hp__text_12px {
    font-size: 12px;
}
.hp__text_18px {
    font-size: 18px;
}
.hp__text_24px {
    font-size: 24px;
}
.hp__text_36px {
    font-size: 36px;
}
.hp__text_48px {
    font-size: 48px;
}
.hp__text_60px {
    font-size: 60px;
}
.hp__text_72px {
    font-size: 72px;
}
.hp__line_height_2-5 {
    line-height: 2.5;
}
.hp__text_red {
    color: #ff0000;
}
.hp__text_blue {
    color: #2d76e0;
}
.hp__text_gold {
    color: #e6b422;
}
.hp__text_white {
    color: #fff;
}
.hp__text_bold {
    font-weight: bold;
}
.hp__text_semibold {
    font-weight: 600;
}
.hp__text_deco_disk::before {
    content: "・";
}
.hp__block_center {
    text-align: center;
}
/* ==========================================================================
 * Common
 * ========================================================================== */

.container {
    max-width: 2000px;
    margin: 0 auto;
}
.inner-width {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 640px) {
    .inner-width {
        width: 92%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (max-width: 640px) {
    img {
        width: 100%;
    }
}
/* ==========================================================================
 * Basic
 * ========================================================================== */
body {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fafafa;
    color: #2c3e50;
    line-height: 1.8;
}

/* メインタイトルのスタイル */
h1 {
    font-size: 2.5em;
    color: #2c3e50;
    text-align: center;
    margin: 40px 0;
    padding: 30px 20px;
    background-color: #667eea;
    color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}

h1:hover::before {
    left: 100%;
}

/* セクション見出しのスタイル */
h3 {
    font-size: 1.6em;
    color: #2c3e50;
    border-left: 6px solid #3498db;
    padding-left: 20px;
    margin: 40px 0 20px 0;
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* セクションのスタイル */
section {
    background-color: #ffffff;
    margin: 30px 0;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* セクション内のテキスト */
section p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #34495e;
    text-align: justify;
    margin-bottom: 20px;
}

/* 個別相談セクションの特別なスタイル */
.consultation p {
    font-size: 1.1em;
    line-height: 1.9;
}

/* 距離に関するセクションの特別なスタイル */
.distance p {
    font-size: 1.1em;
    line-height: 1.9;
}

/* 強調テキスト */
.highlight {
    background: linear-gradient(transparent 60%, #f39c12 60%);
    font-weight: 600;
    padding: 2px 4px;
}

/* テーブル全体のスタイル */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

/* テーブルのヘッダーとセルの共通スタイル */
.custom-table th,
.custom-table td {
    border: none;
    padding: 18px 24px;
}

/* テーブルヘッダーのスタイル */
.custom-table thead th {
    background: rgba(255, 255, 255, 0.95);
    color: #2c3e50;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* テーブルボディの行のスタイル */
.custom-table tbody tr {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

/* 行にマウスを乗せたときのスタイル */
.custom-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 「項目」列の幅を調整 */
.custom-table .item-column {
    width: 85%;
    text-align: left;
}

/* 「チェック」列のスタイル */
.custom-table .checkbox-column {
    width: 15%;
    text-align: center; /* チェックボックスを中央揃え */
    vertical-align: middle; /* 上下中央揃え */
}

/* チェックボックスのスタイル */
.custom-table .checkbox-column input {
    transform: scale(1.6);
    cursor: pointer;
    accent-color: #3498db;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
/* ==========================================================================
 * FV
 * ========================================================================== */
.global__header {
    padding: 8px 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(52, 152, 219, 0.2);
}
.global__header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.global__header_tel {
    width: 100%;
    text-align: center;
    position: relative;
    left: 60px; /* 右寄せ */
}
.global__header_telText {
    color: #2c3e50;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.global__header_telText:hover {
    color: #3498db;
}
.global__header_logo img {
    margin-top: 10px;
    width: 70%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}
.global__header_leftblock {
    display: flex;
    align-items: center;
}
.global__header_ctn {
    width: 370px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border-radius: 50px;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1400px) {
    .global__header_ctn {
        font-size: 14px;
    }
}

.global__header_ctn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s;
}

.global__header_ctn:hover::before {
    left: 100%;
}

.global__header_ctn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.6);
}
.global__header_link {
    text-decoration: none;
    text-align: center;
}
.global__header_linkText {
    color: #ffffff;
    font-size: 18px;
}
.fv {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 640px) {
    .fv {
        display: block;
    }
}
main {
    padding-top: 100px;
    background-color: #fafafa;
    min-height: 100vh;
}

/* ==========================================================================
 * Ctn
 * ========================================================================== */
.suggestTime {
    background-color: #f4f1ea;
    padding: 10px 0 20px 0;
    padding: 50px;
}

.suggestTime__title {
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .seminer-schedule {
        width: 92%;
    }
}

.ctnBlock {
    background-color: #f4f1ea;
    padding: 10px 0 50px 0;
}
.ctnBlock__present {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .ctnBlock__present {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .ctn__buttons_width {
        width: 100%;
    }
}

.ctn__buttons_seminer {
    width: 350px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    background-color: #ffab50;
    box-shadow: 0px 5px 0px #b37738;
    transition: 0.3s all;
}
.ctn__buttons_seminer:hover {
    box-shadow: unset;
    transform: translateY(4px);
}

.ctn__button {
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    top: 10px;
    line-height: 1.8;
}
@media screen and (min-width: 1200px) {
    .ctn__button {
        line-height: 2.1;
    }
}
@media screen and (max-width: 640px) {
    .ctn__button {
        line-height: 1.6;
    }
}
.ctn__button_tel {
    padding: 0;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    color: #0a74ab;
    font-size: 24px;
}

.ctn__button:link,
.ctn__button:visited {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.ctn__button:active,
.ctn__button:hover {
    outline: 0;
    text-decoration: none;
}

.ctn__buttons_planer {
    width: 300px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    background-color: #2d76e0;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}

.footer {
    padding: 40px 0 20px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    margin-top: 60px;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3498db, transparent);
}

.company {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 15px;
}
.address {
    margin-top: 0.5em;
    margin-bottom: 0;
    color: #bdc3c7;
    line-height: 1.6;
}
.address__tel {
    text-decoration: none;
    color: #3498db;
    font-weight: 600;
    transition: color 0.3s ease;
}
.address__tel:hover {
    color: #5dade2;
}
.companyAbout {
    display: block;
    margin-bottom: 0.5em;
}

.companyAbout:hover {
    background-color: #3498db;
    color: #ffffff;
    transform: translateY(-2px);
}

.copy {
    display: block;
    padding: 25px 0 30px 0;
    color: #95a5a6;
    text-align: center;
    border-top: 1px solid #34495e;
    margin-top: 20px;
}

/* ==========================================================================
 * Animation & Effects
 * ========================================================================== */

/* パルス効果 */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
    }
}

.pulse-effect {
    animation: pulse 2s infinite;
}

/* スクロール時のアニメーション */
.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.scroll-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
 * Enhanced Responsive Design
 * ========================================================================== */

@media screen and (max-width: 640px) {
    h1 {
        font-size: 1.8em;
        padding: 20px 15px;
        margin: 20px 0;
    }

    section {
        padding: 25px 20px;
        margin: 20px 0;
    }
    .global__header_linkText {
        font-size: 14px;
    }

    .global__header_ctn {
        width: 180px;
        font-size: 16px;
        padding: 10px 15px;
    }

    .custom-table th,
    .custom-table td {
        padding: 12px 8px;
        font-size: 14px;
    }

    .global__header_tel {
        display: none;
    }
}

/* タブレット向けの調整 */
@media screen and (min-width: 641px) and (max-width: 1024px) {
    .inner-width {
        width: 95%;
    }

    section {
        padding: 35px 30px;
    }
    .global__header_tel {
        left: 0px;
    }
}

/* デスクトップ向けの拡張 */
@media screen and (min-width: 1201px) {
    .inner-width {
        max-width: 1200px;
    }

    section {
        padding: 50px;
    }
}

/* ==========================================================================
 * Ctn
 * ========================================================================== */
.ctn-section {
    margin-top: 60px;
    margin-bottom: 0;
}

.ctn-section .ctnBlock {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.ctn-section .ctnBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="0%" r="100%"><stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:0.1" /><stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:0" /></radialGradient></defs><rect width="100" height="20" fill="url(%23a)" /></svg>')
        repeat-x;
    pointer-events: none;
}

.ctn-section h3 {
    color: #ffffff !important;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 2.2em;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* ctn-section内のinner-widthの調整 */
.ctn-section .inner-width {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ctn-section内のテキスト要素の中央揃え調整 */
.ctn-section p {
    text-align: center;
    margin: 0 auto;
}

.ctn-section .ctn__buttons_seminer {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ctn-section .ctn__buttons_seminer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s;
}

.ctn-section .ctn__buttons_seminer:hover::before {
    left: 100%;
}

.ctn-section .ctn__buttons_seminer:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(243, 156, 18, 0.6);
}

/* タブレット横向き向けの調整 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .ctn-section .ctnBlock {
        padding: 50px 40px;
        margin: 40px 20px;
    }

    .ctn-section h3 {
        font-size: 2.8em;
    }

    .ctn-section .inner-width {
        padding: 0 30px;
    }

    .ctn-section .ctn__buttons_seminer {
        width: 320px;
        height: 100px;
    }

    .ctn-section p {
        font-size: 1.4em;
        line-height: 1.7;
    }
}

/* タブレット縦向き向けの調整 */
@media screen and (max-width: 768px) and (min-width: 641px) {
    .ctn-section .ctnBlock {
        padding: 45px 30px;
        margin: 30px 15px;
        border-radius: 18px;
    }

    .ctn-section h3 {
        font-size: 1.8em;
        margin-bottom: 25px;
    }

    .ctn-section .inner-width {
        padding: 0 25px;
    }

    .ctn-section .ctn__buttons_seminer {
        width: 300px;
        height: 95px;
    }

    .ctn-section p {
        font-size: 0.95em;
        line-height: 1.6;
    }

    .ctn-section .ctn__buttons_width {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
}

/* スマートフォン向けの調整 */
@media screen and (max-width: 640px) {
    .ctn-section {
        margin-top: 40px;
    }

    .ctn-section .ctnBlock {
        padding: 35px 20px;
        margin: 20px 10px;
        border-radius: 15px;
    }

    .ctn-section h3 {
        font-size: 1.4em;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .ctn-section .inner-width {
        padding: 0 15px;
    }

    .ctn-section p {
        font-size: 0.9em;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .ctn-section .ctn__buttons_seminer {
        width: 280px;
        height: 90px;
    }

    .ctn-section .ctn__button {
        top: 8px;
    }

    .ctn-section .hp__text_24px {
        font-size: 18px !important;
    }

    .ctn-section .hp__text_18px {
        font-size: 14px !important;
    }

    .ctn-section .ctn__buttons_width {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/* 小さなスマートフォン向けの調整 */
@media screen and (max-width: 480px) {
    .ctn-section .ctnBlock {
        padding: 30px 15px;
        margin: 15px 5px;
    }

    .ctn-section h3 {
        font-size: 1.2em;
        margin-bottom: 15px;
    }

    .ctn-section p {
        font-size: 0.85em;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .ctn-section .ctn__buttons_seminer {
        width: 250px;
        height: 80px;
    }

    .ctn-section .hp__text_24px {
        font-size: 16px !important;
    }

    .ctn-section .hp__text_18px {
        font-size: 12px !important;
    }
}

/* 極小スマートフォン向けの調整 */
@media screen and (max-width: 360px) {
    .ctn-section .ctnBlock {
        padding: 25px 12px;
        margin: 10px 3px;
    }

    .ctn-section h3 {
        font-size: 1.1em;
        margin-bottom: 12px;
    }

    .ctn-section p {
        font-size: 0.8em;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .ctn-section .ctn__buttons_seminer {
        width: 220px;
        height: 75px;
    }

    .ctn-section .hp__text_24px {
        font-size: 14px !important;
    }

    .ctn-section .hp__text_18px {
        font-size: 11px !important;
    }
}

/* ==========================================================================
 * Ctn Section Responsive Design
 * ========================================================================== */

/* 大画面デスクトップ向けの調整 */
@media screen and (min-width: 1400px) {
    .ctn-section .ctnBlock {
        padding: 80px 60px;
        max-width: 1200px;
        margin: 80px auto 0;
    }

    .ctn-section h3 {
        font-size: 2.5em;
        margin-bottom: 40px;
    }

    .ctn-section p {
        font-size: 1.2em;
        line-height: 1.8;
        max-width: 900px;
        margin: 0 auto 60px;
    }

    .ctn-section .ctn__buttons_seminer {
        width: 400px;
        height: 120px;
    }

    .ctn-section .hp__text_24px {
        font-size: 28px !important;
    }

    .ctn-section .hp__text_18px {
        font-size: 20px !important;
    }
}

/* 中画面デスクトップ向けの調整 */
@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .ctn-section .ctnBlock {
        padding: 70px 55px;
        margin: 70px auto 0;
    }

    .ctn-section h3 {
        font-size: 2.3em;
        margin-bottom: 35px;
    }

    .ctn-section p {
        font-size: 1.15em;
        line-height: 1.8;
        max-width: 800px;
        margin: 0 auto 50px;
    }

    .ctn-section .ctn__buttons_seminer {
        width: 380px;
        height: 115px;
    }
}

/* 小画面デスクトップ向けの調整 */
@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .ctn-section .ctnBlock {
        padding: 60px 50px;
        margin: 60px 30px 0;
    }

    .ctn-section h3 {
        font-size: 2.2em;
        margin-bottom: 30px;
    }

    .ctn-section p {
        font-size: 1.1em;
        line-height: 1.8;
        max-width: 700px;
        margin: 0 auto 40px;
    }

    .ctn-section .ctn__buttons_seminer {
        width: 360px;
        height: 110px;
    }
}
