/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.8.6.1749891035
Updated: 2025-06-14 17:50:35

*/

/*----------------------------共通----------------------------*/
.center {
    text-align: center;
}

a:hover {
    opacity: 0.5;
}

.contact_fix a:hover {
    opacity: 1;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

.home .entry-header,
.entry-footer,
.date-tags,
.admin-pv {
    display: none;
}

.article,
.footer {
    margin: 0 !important;
}

.content {
    overflow: hidden;
}

.content,
.main,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.main {
    background: transparent !important;
}

.main_title {
    display: none;
}

.wrap {
    width: 100%;
}

img {
    width: 100%;
}

.red {
    font-weight: bold;
    color: #c9020f;
}

p {
    line-height: 2.2;
}

.video-container,
.instagram-container,
.facebook-container {
    max-width: none !important;
}

.center {
    text-align: center;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.single .article-header {
    display: none;
}

.single .content {
    margin: 10px auto !important;
    padding: 10px 20px !important;
}

.sp_on {
    display: none;
}

.md_on {
    display: none;
}

@media screen and (max-width: 900px) {
    .md_on {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .sp_on {
        display: block;
    }

    .pc_on,
    .pc_off {
        display: none;
    }
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.go-to-top-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* ------------------Loading背景画面設定------------------------　*/

/* fadeUpをするアイコンの動き */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 上から下に消えていく */
.hide {
    animation: splashHide 1s ease-in-out forwards;
}

@keyframes splashHide {
    0% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        clip-path: inset(0 0 100% 0);
    }
}

/* ------------------背景色が伸びたら出現------------------------　*/
.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    /*　はみ出た色要素を隠す　*/
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*中の要素*/
.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
    position: relative;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*左から右*/
.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 10%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*伸びる背景色の設定*/
    display: inline-block;
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
    opacity: 0;
}

/* ------------------header------------------------　*/
.top_title {
    background: #1D3C50;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
}

/*----------------------------ハンバーガーメニュー-----------------------------------*/
/* hamburger(ハンバーガーアイコン)
=================================== */
.nav-wrapper {
    position: relative;
    display: none;
    align-items: center;
}

.hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    padding: 20px;
}

.hamburger__line {
    position: absolute;
    width: 35px;
    height: 3px;
    right: 10px;
    background-color: #1D3C50;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 10px;
}

.hamburger__line--2 {
    top: 22px;
}

.hamburger__line--3 {
    top: 35px;
}

.sp_inner {
    margin-top: 50px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.sp_inner .sp_menu_logo {
    width: 250px;
    display: inline-block;
}

.sp_inner ul {
    list-style: none;
    padding-left: 0 !important;
    margin-top: -13px;
}

.sp_menu_list li {
    font-size: 16px;
    margin: 20px 0;
}

.sp_inner ul li a {
    text-decoration: none;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.sp_inner ul .header_contact {
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

.sp_inner .line_banner {
    max-width: 400px;
    text-align: center;
    margin: 20px auto;
    width: 80%;
}

.sp_carender {
    max-width: 440px;
    margin: 0 auto;
    width: 87%;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 25px;
    background: #fff;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 25px;
    background: #fff;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
    position: fixed;
    right: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%;
    min-width: 300px;
    height: 100vh;
    background-color: #1D3C50;
    transition: all 0.5s;
    z-index: 999;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}


/* black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}

/*-----------------------------header-----------------------------------*/
.sp_menu {
    display: none;
}

.sub_sp_menu {
    padding-left: 30px !important;
    line-height: 2.2;
    margin-top: 30px !important;
}

.sub_sp_menu li {
    font-size: 15px !important;
}

.sp_inner .sns_link {
    justify-content: left !important;
}

.sp_inner .sns_link a {
    padding: 0 !important;
    background: transparent !important;
}

.header-container {
    position: relative;
    width: 100%;
}

.header_inner_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

.main_title {
    display: none;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    width: auto;
    max-width: 230px;
}

.header_logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo_font {
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: #292929;
}

.sp_inner a .logo_font {
    font-size: 30px !important;
}

.header_logo a img {
    width: 100%;
}

.header_menu {
    width: auto;
    list-style: none;
    display: flex;
    padding: 10px 5px;
    justify-content: end;
    flex-wrap: wrap;
    font-size: 16px;
}

.header_menu li {
    margin: 0 5px 15px;
    padding: 2px 12px;
    font-size: 14px;
}

.header_menu li a {
    color: #1D3C50;
    text-decoration: none;
    font-weight: bold;
}

.header_menu .line a {
    color: #fff !important;
    background: #73D070;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #42c76a;
}


/*------------------------main----------------------------*/
.content_wrap {
    margin: 0 auto !important;
}

.main {
    max-width: 1200px;
    margin: 0 auto !important;
}

.main_top {
    display: flex;
}

.main_top_left_carender {
    min-width: 250px;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}

.main_top_left {
    width: 45%;
    max-width: 400px;
}

.main_top_left_inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.main_top_right {
    flex: 1;
}

.main_top_right_img {
    height: 100%;
    position: relative;
}

.main_top_right_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_top_left_title {
    font-size: clamp(16px, 2vw, 20px);
    text-align: center;
    width: 90%;
    margin: 15px auto !important;
}

.main_top_left_sub_title_box {
    width: 90%;
    margin: 0 auto 30px;
}

.main_top_left_sub_title {
    margin: 10px auto !important;
    padding: 0 !important;
    position: relative;
    font-size: clamp(16px, 3vw, 30px) !important;
}

.main_top_left_sub_title::before {
    content: "";
    width: 90%;
    height: 80px;
    position: absolute;
    bottom: -34px;
    left: 20px;
    background: url(https://g-aling.com/wp-content/uploads/2025/07/sen1_pink.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.blue_bk {
    background-color: #1D3C50 !important;
    color: #fff !important;
    border-radius: 40px;
    padding: 10px 20px !important;
    font-weight: bold;
    display: inline-block;
}

.main_top_right_text {
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 1;
    min-width: 400px;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: clamp(16px, 2vw, 24px);
}

.main_top_left_sub_title_box figure {
    margin: 35px auto;
}

.page_content {
    margin: 50px auto;
    text-align: center;
    padding: 20px;
    width: 90%;
}

.page_content._01 {
    background: url(https://g-aling.com/wp-content/uploads/2025/07/bg01.jpg) center / cover no-repeat;
    padding: 25px 20px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: none;
    overflow: hidden;
}

.page_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.page_flex_left,
.page_flex_right {
    width: 50%;
    position: relative;
}

.page_content_01_inner {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    max-width: none;
}

.page_content_01_inner h2 {
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #4FA867;
    font-weight: 500;
    margin: 0 0 20px 0 !important;
    padding: 0;
    font-size: 30px;
}

.page_content_01_inner p {
    width: 78%;
    margin: 0;
    text-align: left;
}

.page_content_01_inner_img {
    width: 240px;
    position: absolute;
    bottom: -90px;
    right: -75px;
}

.page_flex_left img {
    position: relative;
    z-index: 3;
}

.icon_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.icon_box {
    width: calc(25% - 20px);
    /* 4列（余白考慮） */
    text-align: center;
    padding: 10px;
}

.icon_box figure {
    margin: 0 auto 10px;
}

.icon_box p {
    font-weight: bold;
    margin: 0 !important;
}

.icon_box img {
    max-width: 100%;
    height: auto;
}

.content_title {
    border-radius: 50px !important;
    padding: 10px 40px !important;
    margin: 50px auto !important;
    font-size: clamp(20px, 3vw, 40px) !important;
    font-weight: 400 !important;
    width: 80%;
}

.page_content_03_inner {
    background: #577F98;
    padding: 20px;
    border-radius: 20px;
}

.inner_03_box {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
}

.inner_03_box h2 {
    margin: 0 auto 50px !important;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 2;
    border-bottom: 2px solid #1D3C50 !important;
    width: 95%;
    padding: 15px 0 20px !important;
    color: #1D3C50;
    font-weight: 500;
}

.inner_03_box_flex {
    display: flex;
    padding: 30px;
    gap: 20px;
}

.inner_03_box_flex_left {
    text-align: left;
    width: 50%;
}

.inner_03_box_flex_left p {
    line-height: 2;
    font-size: 18px;
    margin-bottom: 10px;
}

.inner_03_box_flex_right {
    width: 50%;
}

.inner_03_box_flex_right figure img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.line_banner {
    margin: 30px auto;
}

.parallax {
    background-attachment: fixed;
    background-image: url(https://g-aling.com/wp-content/uploads/2025/07/S__93364240_0.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.parallax._02 {
    background-image: url(https://g-aling.com/wp-content/uploads/2025/07/S__93364238_0.jpg);
}

.parallax._03 {
    background-image: url(https://g-aling.com/wp-content/uploads/2025/07/image05.jpg);
}

.page_content_04_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 50px auto;
}

.content_04_flex_box {
    width: 47%;
    box-sizing: border-box;
    text-align: left;
}

.content_04_flex_box h3 {
    margin: 20px 0 !important;
    position: relative;
    padding: 10px 0 10px 50px !important;
    font-size: 20px;
    color: #1D3C50;
}

.content_04_flex_box h3:after {
    content: "";
    background: url(https://g-aling.com/wp-content/uploads/2025/07/check_mark-2-e1752638473421.png) center no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-51%);
}

.page_content_05_inner_flex {
    display: flex;
    gap: 20px;
    text-align: left;
}

.page_content_05_inner_flex_left figure img {
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    object-position: left center;
    margin-bottom: 10px;
}

.page_content_05_inner_flex_left {
    width: 40%;
}

.page_content_05_inner_flex_right {
    padding: 15px;
    width: 60%;
}

.page_content_05_inner_flex_right h3 {
    line-height: 2.2;
    border-bottom: 1px solid #1D3C50 !important;
    padding: 0 0 20px !important;
    color: #1D3C50;
    font-weight: 500;
}

.page_content_05_inner_flex_right_titile {
    font-size: 30px;
}

.page_content_06_inner {
    text-align: left !important;
    padding: 10px;
}

.page_content_06_inner h2 {
    line-height: 2.2;
    border-bottom: 1px solid #1D3C50 !important;
    padding: 0 0 20px !important;
    color: #1D3C50;
    font-weight: 500;
    font-size: 40px;
}

.page_content_06_inner_under_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px auto;
}

.page_content_06_inner_under_flex_left {
    width: 40%;
}

.page_content_06_inner_under_flex_left figure img {
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
}

.page_content_06_inner_under_flex_right {
    width: 60%;
}

.page_content_06_inner_under_flex_right_inner {
    padding: 0px 20px;
    background: #FFFFF4;
    border: 5px solid #1D3C50;
    border-radius: 20px;
}

.page_content_06_inner_under_flex_right_inner h2 {
    color: #1D3C50;
    border-bottom: 1px solid #1D3C50 !important;
}

.page_content_06_inner_under_flex_right_inner p {
    text-align: left;
    padding-left: 50px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin: 0 0 20px;
}

.page_content_06_inner_under_flex_right_inner p:after {
    content: "";
    background: url(https://g-aling.com/wp-content/uploads/2025/07/check_mark-3-e1752643517889.png) center no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-51%);
}

.check_text {
    margin: 50px auto;
    text-align: left;
}

.page_content._06 a {
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
    text-decoration: none;
    width: 60%;
}

.top-news-section {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0;
    border-radius: 20px;
}

.top-news-section h2,
.top-blog-section h2 {
    width: 40%;
    border-radius: 30px;
    font-weight: 400;
}

.list {
    margin: 50px auto;
}

.news-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 50px auto;
    width: 90%;
}

.news_btn {
    width: 35%;
    text-decoration: none;
    font-weight: 400;
    margin: 50px auto 0;
    min-width: 250px;
}

.news-item {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.news-date {
    color: #666;
    font-size: 0.9em;
    white-space: nowrap;
}

.news-title {
    color: #333;
    text-decoration: none;
}

.news-title:hover {
    text-decoration: underline;
}

.top-blog-section {
    max-width: 1000px;
    margin: 50px auto;
    background: #fff;
    padding: 50px 0;
    border-radius: 20px;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 800px;
    margin: 50px auto;
    text-align: left;
    width: 90%;
}

.blog-item {
    width: 47%;
    box-sizing: border-box;
}

.blog-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.blog-title {
    margin-top: 10px;
    font-size: 1em;
    color: #333;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.page_content._07 {
    max-width: none;
    background: rgba(87, 127, 152, 0.3);
    margin: 0 auto;
    padding: 50px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.archive .main {
    margin: 50px auto !important;
    padding: 20px !important;
}

.list .entry-card-wrap {
    background: rgba(87, 127, 152, 0.1);
}

.access_box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.access_box_left {
    width: 50%;
}

.access_box_right {
    width: 50%;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 400px;
}

.access_box_right iframe {
    flex: 1;
    /* ← iframe を縦方向に伸ばす */
    width: 100%;
    height: 100%;
    /* ← 高さ指定 */
    display: block;
    filter: grayscale(1);
    border-radius: 30px;
}

.access_box_add {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.midashi {
    background: #1D3C50 !important;
    color: #fff !important;
}

.page-id-24 .entry-header,
.page-id-20 .entry-header,
.page-id-22 .entry-header {
    display: none;
}

.page_entry_title {
    line-height: 2 !important;
    border-bottom: 1px solid #1D3C50 !important;
    padding: 0 0 20px !important;
    color: #1D3C50;
    font-weight: 500;
}

.page .main {
    margin: 50px auto !important;
}

.page .content {
    padding: 20px !important;
}

.arrow {
    width: 20%;
    margin: 30px auto;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flex_content {
    width: 50%;
    padding: 20px;
}

.carender_banner {
    margin: 80px auto;
    max-width: 600px;
    width: 90%;
}

.price_entry_title {
    margin: 0 auto 10px !important;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 2;
    width: 95%;
    padding: 15px 0 20px !important;
    color: #1D3C50;
    font-weight: 500;
}

.price_inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    border-bottom: 2px solid #1D3C50 !important;
    border-top: 2px solid #1D3C50 !important;
}

.price-list {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.price-list .item {
    margin-bottom: 20px;
}

.price-list dt {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.5em;
}

.price-list dd {
    margin: 5px 0 0 0;
    color: #555;
    font-size: 0.95em;
}

.flex_chosei {
	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
	gap: 35px;
}
.flex_content_left {
	width: 40%;
	padding: 10px;
}
.flex_content_right {
	width: 60%;
	padding: 10px;
}
.chosei_topic {
    padding: 0px 20px;
    background: #FFFFF4;
    border: 5px solid #1D3C50;
    border-radius: 20px;
    max-width: 830px;
    margin: 50px auto;
}
.chosei_topic h3 {
	margin: 10px 0 20px;
	border-bottom: 1px solid #1D3C50 !important;
}
/* ------------------footer------------------------　*/
.footer {
    position: relative;
    background: rgba(87, 127, 152, 0.1);
    z-index: 0;
}

.footer-left,
.footer-right {
    display: none;
}

.footer-center {
    width: 100%;
}

.footer_content {
    max-width: 900px;
    margin: 0 auto;
}

.footer_logo {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
}

.footer_content p {
    text-align: center;
    margin: 0 auto;
}

.footer_line {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.footer_menu {
    display: flex;
    margin: 30px auto;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}

.footer_menu li {
    margin: 20px;
    list-style: none;
}

.footer_menu li a {
    text-decoration: none;
    color: #1D3C50;
}

@media screen and (max-width: 1250px) {
    .page_content_01_inner h2 {
        font-size: 26px;
    }

    .page_content_01_inner p {
        width: 72%;
    }

    .page_content_01_inner_img {
        right: -57px;
    }

    .inner_03_box_flex_left p {
        font-size: 16px;
    }

    .page_content_05_inner_flex_right h3 {
        font-size: 18px !important
    }

    .page_content_05_inner_flex_right_titile {
        font-size: 24px !important
    }

    .inner_03_box {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .page_content_01_inner h2 {
        font-size: 20px;
    }

    .page_flex {
        gap: 20px;
    }

    .page_content_01_inner_img {
        width: 225px;
        right: -57px;
    }

}

@media screen and (max-width: 900px) {

    .header_menu_pc,
    .top_title {
        display: none;
    }

    .nav-wrapper {
        display: block;
    }

    .main_top {
        flex-direction: column-reverse;
    }

    .main_top_left {
        width: 100%;
        max-width: none;
    }

    .main_top_left_inner {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .main_top_left_carender,
    .main_top_left_inner_flex {
        width: 50%;
        margin: 10px 0;
    }

    .main_top_left_sub_title {
        font-size: 26px !important;
    }

    .main_top_left_sub_title::before {
        bottom: -40px;
        left: 15px;
    }

    .page_flex {
        flex-direction: column-reverse;
    }

    .page_flex_left figure {
        position: relative;
        z-index: 3;
    }

    .page_flex_left,
    .page_flex_right {
        width: 90%;
    }

    .page_content {
        padding: 0;
    }

    .page_content_01_inner h2 {
        font-size: 4.5vw;
    }

    .page_content_01_inner p {
        width: 80%;
    }

    .page_content_01_inner_img {
        width: 320px;
        bottom: -80%;
        right: -70px;
    }

    .icon_box {
        width: calc(50% - 20px);
        /* 2列 */
    }

    .inner_03_box_flex {
        flex-direction: column;
    }

    .inner_03_box_flex_left,
    .inner_03_box_flex_right {
        width: 100%;
    }

    .content_04_flex_box {
        width: 100%;
    }

    .content_title {
        margin: 30px auto !important;
        width: 90%;
    }

    .page_content_05_inner_flex {
        flex-direction: column;
    }

    .page_content_05_inner_flex_right {
        width: 100%;
    }

    .page_content_05_inner_flex_left {
        width: 40%;
        margin: 0 auto;
    }

    .page_content_06_inner_under_flex {
        flex-direction: column-reverse;
    }

    .page_content_06_inner_under_flex_right,
    .page_content_06_inner_under_flex_left {
        width: 100%;
    }

    .page_content_06_inner h2 {
        font-size: 24px;
    }

    .page_content_05_inner_flex_right h3 {
        font-size: 14px !important;
    }

    .page_content_05_inner_flex_right_titile {
        font-size: 18px !important;
    }

    .access_box {
        flex-direction: column-reverse;
    }

    .access_box_left,
    .access_box_right {
        width: 100%;
    }
}


@media screen and (max-width: 720px) {
    .page_content_01_inner_img {
        width: 280px;
        bottom: -65%;
        right: -70px;
    }

    .inner_03_box {
        padding: 20px;
    }

    .inner_03_box_flex {
        padding: 10px;
    }

    .inner_03_box_flex_right {
        margin: 0 0 20px;
    }

    .inner_03_box h2 {
        width: 100%;
    }

    .main_top_left_inner {
        width: 100%;
    }

    .page_content_05_inner_flex_left {
        width: 65%;
        margin: 0 auto;
    }

    .flex,.flex_chosei {
        flex-direction: column;
    }

    .flex_content {
        width: 100%;
        padding: 0;
    }
	.flex_content_left,.flex_content_right {
		width: 100%;
	}
}

@media screen and (max-width: 620px) {
    .main_top_left_inner {
        flex-direction: column;
    }

    .main_top_left_carender,
    .main_top_left_inner_flex {
        width: 100%;
        max-width: none;
        min-width: auto;
    }

    .main_top_left_sub_title {
        font-size: 25px !important;
    }

    .main_top_left_sub_title::before {
        width: 235px;
        height: 60px;
        bottom: -23px;
        left: 50%;
        transform: translateX(-49%);
    }

    .main_top_right_text {
        min-width: auto;
    }

    .page_content_01_inner_img {
        width: 240px;
        bottom: -63%;
        right: -55px;
    }

    .page_flex_left,
    .page_flex_right {
        width: 100%;
    }

    .icon_flex {
        padding: 0;
    }

    .page_content_06_inner_under_flex_right_inner p {
        font-size: 14px;
    }

    .blog-item {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .sp-nav {
        width: 90%;
    }

    .main_top_left_inner {
        width: 100%;
        gap: 0;
    }

    .main_top_right_text {
        font-size: 16px;
        bottom: -10px;
        right: 10px;
    }

    .page_content_01_inner_img {
        width: 200px;
        bottom: -43%;
        right: -44px;
    }

    .page_content_06_inner_under_flex_right_inner {
        padding: 10px;
    }

    .page_content_06_inner_under_flex_right_inner p:after {
        width: 30px;
        height: 30px;
    }

    .page_content_05_inner_flex_right h3 {
        font-size: 12px !important;
        font-weight: bold;
    }

    .page_content_05_inner_flex_right_titile {
        font-size: 15px !important;
        font-weight: bold;
    }

    .page_content_05_inner_flex_left {
        width: 90%;
        margin: 0 auto;
    }

    .page_content_06_inner h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .inner_03_box_flex_left p {
        font-size: 14px;
    }

    .inner_03_box_flex,
    .page_content_03_inner,
    .inner_03_box {
        padding: 10px;
    }

    .icon_box p {
        font-size: 12px;
    }

    .content_04_flex_box h3 {
        font-size: 16px;
    }

    .page_content._06 a {
        width: 80%;
        margin: 50px auto 0;
    }

    .page_content_06_inner_under_flex_right_inner p {
        margin: 0 0 15px;
    }

    .news-item {
        flex-direction: column;
        text-align: left;
    }

    .price-list dt {
        font-size: 1em;
    }
}


@media screen and (max-width: 360px) {
    .page_content_01_inner_img {
        width: 140px;
        bottom: -43%;
        right: -30px;
    }

    .page_content_01_inner p {
        width: 95%;
    }
}

@media screen and (max-width: 340px) {
    .page_content_01_inner_img {
        width: 140px;
        bottom: -35%;
        right: -30px;
    }
}