@charset "utf-8";

img {
    vertical-align: top;
    display: inline;
}

@font-face {
    font-family: "Noto Sans JP", sans-serif;
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}




.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.dbl {
    display: block;
}

.dib {
    display: inline-block;
}

.din {
    display: inline;
}

.dtb {
    display: table;
}

.right,
.right p {
    text-align: right;
}

.center,
.center p {
    text-align: center;
}

.under {
    text-decoration: underline;
}

.c_mrk {
  background: linear-gradient(transparent 70%, yellow 0%);
  display: inline;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 90%;
}

.small2 {
    font-size: 80%;
}

@font-face {
    font-family: "FAsolid";
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}

a[target="_blank"]::after {
    font-family: "FAsolid";
    font-weight: normal;
    content: "\f35d";
    display: inline-block;
    margin: 0 0 0 3px;
    color: #fff;
    font-size: 11px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.img_left {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.img_right {
    display: inline-block;
    float: right;
    margin: 0 0 30px 30px;
}

.img_top {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex_between {
    justify-content: space-between;
}

.flex_center {
    justify-content: center;
}

.flex_around {
    justify-content: space-around;
}

.flex_a_center {
    align-items: center;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineclamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色*/
html {
    font-size: 16px;
}


/*下部に余白*/
.cap01 {
    font-size: 85%;
    display: block;
    line-height: 1.2;
}

/*リンク文字色*/
a {
    text-decoration: none;
    color: #555;
}

a:hover {
    opacity: 0.8;
}



/*off*/

/*テーブル*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    text-align: left;
    font-weight: bold;
    color: #993300;
}

th,
td {
    border: #707070 1px solid;
    padding: 0.5em 0.9em;
    vertical-align: top;
}

thead th,
tfoot th {
    background-color: #fff;
}

thead td,
tfoot td {
    background-color: #fff;
}

tbody th {
    background-color: #FFCFDB;
}

tbody td {
    background-color: #fff;
}



/*レイアウト共通*/
#container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner {
    width: 94%;
    margin: 0 auto;
}

.inner:after {
    content: "";
    display: block;
    clear: both;
}

.inner-section {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
}

.contents_btm01 {
    margin-bottom: 100px;
}

.contents_btm02 {
    margin-bottom: 80px;
}

.contents_btm03 {
    margin-bottom: 60px;
}

.contents_btm04 {
    margin-bottom: 40px;
}

.contents_btm05 {
    margin-bottom: 20px;
}

.contents_btm0 {
    margin-bottom: 0;
}

.p0 {
    padding: 0 !important;
}

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

.content section {
    padding: 0 0 80px;
    width: 100%;
}

.sub_page.bg_pink .content section {
    margin: 0 0 80px;
    padding: 0 0 20px;
}





/*グローバルナビゲーション
==================================================================================================================*/
/*ヘッダー*/
header {}

.mian_area {}

.nav_box {
    display: flex;
    justify-content: flex-start;
    padding: 5rem 0 7rem 0;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}


.nav_menu {}

#gnav li a {
    display: block;
    overflow: hidden;
    margin: 0 1px 0 0;
    color: #333;
    font-size: 18px;
    width: 100%;
    text-align: left;
}

#gnav li a::before {
    content: "";
}


.copy {
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 1em 0 0;
}


.nav_menu>li a {
    display: block;
}

.contact_area {
    width: 17%;
    height: auto;
}



/*グローバルメニュー*/
#gnav_wrap {
    justify-content: space-between;
    width: 100%;
}


#gnav li {
    position: relative;
}

#gnav li a {
    transition-duration: .3s;
}

/********************/
.hamMenu {
    display: none;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.mian_area {
    width: 100vw;
    margin: 50px 0 0;
}

#hdr_logo {
    width: 100%;
    display: block;
    text-align: left;
    margin: auto;
    padding: 0 10px;
}

#hdr_logo h1 {
    padding: 0;
    font-weight: normal;
    line-height: 1.4;
}


#hdr_logo h1 a {
    padding: 0;
    line-height: 1;
    font-size: 1.2em;
    color: #256CB9;
}

#hdr_logo h1 a .small {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

#hdr_logo img {
    max-height: 46px;
    object-fit: contain;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
    padding: 0;
    background-color: #fff;
}


#gnav_wrap {
    display: block !important;
    transition: .5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    margin: 0;
    position: absolute;

    top: -100vh;
    z-index: 1000;
    overflow: auto;
}

.menu-is-open #gnav_wrap {
    transform: translateY(100vh);
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 8888;
}

.nav_box {}

.hamMenu {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background: none;
    z-index: 9999;
}

.hamMenu span {
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 30px;
    height: 20px;
    background: #F8458D;
    border-top: 9px solid #fff;
    border-bottom: 9px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamMenu span:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #F8458D;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamMenu span:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #F8458D;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-is-open .hamMenu span {
    background: #1110;
}

.menu-is-open .hamMenu span:before {
    transform: rotate(-135deg);
    top: 0;
    right: 0;
}

.menu-is-open .hamMenu span {
    background: none;
    border-top: 9px solid #1110;
    border-bottom: 9px solid #1110;
}

.menu-is-open .hamMenu span:after {
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
}

#gnav {
    border: none;
    padding: 0;
}

#gnav li {
    width: auto;
    border: none;
}

#gnav li a {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    padding: 0.3em 1em;
}



#gnav li:hover {}

.nav_menu,
.sub_page .nav_menu {
    margin: 0;
    margin: 0 0 3em;
}

.menu-is-open .header .overlay {
    display: block;
}

.sns_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: unset;
    align-items: center;
}

.content {
    margin: 50px 0 0;
}


/*フッター*/

footer {}

#footer {
    width: 100%;
}

#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    display: none;
    right: 2%;
    bottom: 3em;
    background-color: #ffffffcf;
    border-radius: 50%;
}

#page_top.on {
    display: block;
}

#page_top a {
    position: relative;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #f8458d;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 14px;
}




/***動き**********************************/

/*フェード*/
.fadein {
    display: block;
    transition: 2s;
    /*効果時間*/
    transition-timing-function: ease;
    /*開始と完了を滑らかにする*/
    transform: translateY(50px);
    /*下から表示させる*/
    opacity: 0;
    /*不透明度*/
}

.fadein.on {
    transform: none;
    /*active時に拡大解除*/
    opacity: 1;
    /*不透明度を元に戻す*/
}

/***サイト追加***********/
/*font*/
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #555;
    background-color: #FFF9FB;
}

.inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 690px;
}

/*600px以上*/
@media (min-width: 600px) {}

/*font*/
.m_plus {
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.05deg);
}

body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: clamp(0.875rem, 0.827rem + 0.24vw, 1.125rem);
}

.title_pink {
    color: #F8458D;
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.05deg);
    font-weight: bold;
    font-size: clamp(1.5rem, 1.211rem + 1.45vw, 3rem);
    padding: 0.7em 0;
}

.sub_title {
    color: #555;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.98rem + 0.72vw, 1.875rem);
    display: inline-block;
}

.btn_pink {
    margin: 1rem 0;
}

.btn_pink a {
    background-color: #F8458D;
    color: #fff;
    padding: 0.3em 1em;
    display: inline-block;
    border-radius: 3em;
    width: 100%;
    text-align: center;
    font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.313rem);
}

.btn_pink_02 {
    margin: 1rem 0;
    text-align: center;
}

.btn_pink_02 a {
    background-color: #F8458D;
    color: #fff;
    padding: 0.3em 3em;
    display: inline;
    border-radius: 3em;
    width: 100%;
    text-align: center;
    font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.313rem);
}

.btn_light_pink {
    margin: 1rem 0;
}

.btn_blue a {
    background-color: #58D2E1;
    color: #fff;
    padding: 0.3em 1em;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.313rem);
}

.btn_blue {
    margin: 1rem 0;
}

.btn_light_pink a {
    background-color: #FA90AD;
    color: #fff;
    padding: 0.3em 1em;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.313rem);
}

.btn_light_pink {
    margin: 1rem 0;
}

.btn_light_green a {
    background-color: #94D61E;
    color: #fff;
    padding: 0.6em 1em;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.313rem);
}

.btn_green {
    margin: 1rem 0;
}

.btn_green a {
    background-color: #00B900;
    color: #fff;
    padding: 0.3em 1em;
    display: inline-block;
    border-radius: 3em;
    width: 100%;
    text-align: center;
    font-size: clamp(1.125rem, 1.089rem + 0.18vw, 1.313rem);
}

.bg_pink {
    background-color: #FFEBF0;
}

.bg_white {
    background-color: #FFF9FB;
}

/****header************/
.header_logo {
    width: 80%;
    margin: 0 0 0 50px;
}

.header_logo h1 {}

.header_logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.img_logo {
    max-width: 60%;
}

.text_logo {
    max-width: 40%;
    font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
    font-weight: bold;
    color: #555;
    line-height: 0;
    padding: 2px 0 0;
}

/*800px以上*/
@media (min-width: 800px) {
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        z-index: 999;
        padding: 0;
        background-color: unset;
    }

    .header_logo {
        width: fit-content;
        margin: 0;
        position: fixed;
        top: 10px;
        left: 10px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        opacity: 0.8;
    }

    .header_logo a {
        display: flex;
        justify-content: flex-start;
        align-items: first baseline;
        flex-direction: column;
        height: auto;
    }

    .hamMenu {
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 90px;
        left: 0;
        margin: 0;
        background: none;
        background-color: rgba(0, 0, 0, 0);
        z-index: 9999;
        transition: .5s ease-in-out;
    }

    .menu-is-open .hamMenu {
        top: 10px;

    }

    .hamMenu span::after,
    .hamMenu span::before {
        background: #fff;
    }

    .hamMenu span {
        right: unset;
        left: 10px;
        background: #fff;
        border-top: 9px solid #F8458D;
        border-bottom: 9px solid #F8458D;
    }

    .pink_menu {
        background-color: #F8458D;
        width: 9rem;
        position: relative;
        padding: 0 20px 0 0;
    }

    .pink_menu::before {
        position: absolute;
        content: "MENU";
        color: #fff;
        top: 50%;
        left: 60px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        font-size: 18px;
        letter-spacing: 2.4px
    }

    .pink_menu::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 0 25px 18px;
        border-color: transparent transparent transparent #F8458D;
        position: absolute;
        top: 0;
        right: -1.1rem;
        content: "";
    }

    #gnav li a {
        text-align: right;
    }
}



/*1200px以上*/
@media (min-width: 1200px) {
    .text_logo {
        font-size: 24px;
    }
}

/****navi************/
#gnav_wrap {
    background-color: #F4ECAF;
}

.nav_box {
    padding: 50px 0 0;
    align-items: center;
}

#gnav {
    display: flex;
    justify-content: center;
    gap: 1em;
}

#gnav li {
    display: flex;
    width: calc(100% / 2 - 2em);
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#gnav li a {
    font-size: clamp(0.875rem, 0.827rem + 0.24vw, 1.125rem);
    padding: 2.6em 0.3em 0.6em;
    position: relative;
    text-align: center;
}

#gnav li:hover {
    border: solid 1px #f8458d;
}

#gnav li a[target="_blank"]::after {
    margin: 0;
    color: #f8458d;
}

#gnav li a:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../images/common/nav_icon_home.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#gnav li.about a:before {
    background-image: url(../images/common/nav_icon_about.svg);
}

#gnav li.news a:before {
    background-image: url(../images/common/nav_icon_news.svg);
}

#gnav li.recruitment a:before {
    background-image: url(../images/common/nav_icon_recruitment.svg);
}

#gnav li.voice a:before {
    background-image: url(../images/common/nav_icon_voice.svg);
}

#gnav li.schedule a:before {
    background-image: url(../images/common/nav_icon_schedule.svg);
}

#gnav li.faq a:before {
    background-image: url(../images/common/nav_icon_faq.svg);
}

#gnav li.overview a:before {
    background-image: url(../images/common/nav_icon_overview.svg);
}

#gnav li.policy a:before {
    background-image: url(../images/common/nav_icon_policy.svg);
}

#gnav li.hoikuen a:before {
    background-image: url(../images/common/nav_icon_hoikuen.svg);
}

.contact_box {
    background-color: #fffffff7;
    padding: 2rem 5vw;
    width: 96%;
    margin: 0 auto 1rem;
}



.contact_box .tel_list {
    padding: 1rem 0;
}

.contact_box .tel_list li {
    display: block ruby;
}

.tel_list a {
    font-weight: bold;
}

.contact_box .contact_list {}

.tel_icon {
    position: relative;
    padding: 0 0 0 1em;
    display: inline-block;
}

.tel_list a {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tel_icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    width: 0.8em;
    height: 0.8em;
    background-image: url(../images/common/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/*600px以上*/
@media (min-width: 600px) {
    #gnav li {
        width: calc(50% - 1em);
    }

    #gnav {
        flex-direction: initial;
        width: 90%;
    }

    .contact_box .tel_list {
        display: flex;
        justify-content: center;
        gap: 0 1em;
        align-items: center;
    }

    .contact_box .tel_list li {
        width: calc(100% / 3 - 2%);
    }

    .contact_box .contact_list {
        display: flex;
        gap: 0 1rem;
        justify-content: center;
    }

    .contact_box .contact_list li {}
}

/*1200px以上*/
@media (min-width: 1200px) {
    #gnav li a {
        padding: 3.1em 0.3em 0.6em;
    }

    #gnav li a::before {
        width: 2em;
        height: 2em;
    }
}

/****メインエリア************/
/*ブレイクポイント 以下*/
@media (max-width: 799px) {

    .pc_right_area {
        display: none;
    }

}

/*800px以上*/
@media (min-width: 800px) {

    .sp_only {
        display: none;
    }

    .pc_right_area {
        width: 50vw;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .right_img {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
    }

    .pc_right_area .contact_box {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background-color: #ffffffdb;

    }

    .right_img img {
        height: 100%;
        object-fit: cover;
        z-index: -1;
        position: relative;
    }

    .content,
    footer {
        width: 50vw;
        margin: 0 0 0 50vw;
    }

    #gnav_wrap {
        width: 50vw;
    }

    .menu-is-open #gnav_wrap {
        transform: translateY(100vh);
        width: 50vw;
        height: 100vh;
        box-shadow: 0px 3px 6px #00000029;
    }

    #gnav {
        margin: 3rem 0 0;
    }

    .contact_box .tel_list,
    .contact_box .contact_list {
        flex-direction: column;
    }

    .contact_box .tel_list li,
    .contact_box .contact_list li {
        width: calc(100% / 1 - 2%);
        margin: 0 0 0.5em;
    }

    #gnav {}

    #gnav li {}

    .text_menu {}

    .text_logo {
        max-width: unset;
        font-size: 20px;
        line-height: 1;
        padding: 4px 0 0 4%;
        letter-spacing: 1.6px;
    }

    .header_logo h1 {
        padding: 6px 10px 10px;
    }

    .flex_wrap {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*1000px以上*/
@media (min-width: 1000px) {

    .contact_box .tel_list,
    .contact_box .contact_list {
        flex-direction: unset;
    }

    .contact_box .tel_list li {
        width: calc(100% / 3 - 2%);
    }

    .contact_box .tel_list li a,
    .contact_box .contact_list li a {
        font-size: clamp(0.875rem, 0.603rem + 0.43vw, 1.125rem);
        padding: 0.4em 1em;

    }
}

/*1300px以上*/
@media (min-width: 1300px) {

    .contact_box .tel_list li a,
    .contact_box .contact_list li a {
        font-size: font-size: 18px;

    }
}

article {
    margin: 50px 0 0;
}

/*800px以上*/
@media (min-width: 800px) {

    article {
        margin: 0;
    }
}


/***footer****************************/
footer {
    background-color: #555;
    color: #fff;
    padding: 1em 0;
}

.footer_nav {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.footer_nav li {
    padding: 0.5em 1em;
}

.footer_nav a {
    color: #fff;
}

.copy {
    color: #fff;
}

/***faqアコーディオン************/
.faq_list {
    padding: 2rem 0;
}

.faq_list li {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    background-color: #fff;
}

.accordion-content {
    display: none;
}

.accordion-header {
    padding: 1em 3.5em 1em 2em;
    margin: 10px 0 0;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
}

/* 開閉マークの配置 */
.accordion-header::before,
.accordion-header::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    margin: auto;
    top: 50%;
    right: 1.3em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.accordion-header::after {
    transition: transform 0.3s;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F8458D;
}

.accordion-header.active::after {
    transform: rotate(-180deg);
}

.accordion-content {
    color: #F8458D;
    padding: 1em 2em 1em 2em;
}

.accordion-header span,
.accordion-content span {
    position: relative;
}

.accordion-header span::before {
    position: absolute;
    content: "Q";
    color: #555;
    top: 0;
    left: -1.3em;
}

.accordion-content span::before {
    position: absolute;
    content: "A";
    top: 0;
    left: -1.3em;
    color: #F8458D;
}

.accordion-header:hover {
    background-color: #ffeaf1;
    /* カーソルに重なると背景色がつく */
}

.accordion-header.active {
    border-bottom: dotted 1px #eb6e8f;
}

/* ↑faqアコーディオン */

/***page_bottom*LINE*******************************/


.page_bottom {
    background-color: #fff;
}

.page_bottom .contact_box {
    background-color: #fffffff7;
    padding: 0;
    width: 100%;
    margin: 0;
}

.page_bottom .line_info {
    padding: 1rem 0 0;
}

.page_bottom .bg_green {
    background-color: #28ad38;
    padding: 1rem;
    border-radius: 10px;
    position: relative;
}

.page_bottom .bg_green:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 21px solid #28ad38;
    content: "";
    top: -16px;
    right: 1.5rem;
    position: absolute;
}

.qr_img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    padding: 1rem;
}

.page_bottom {}

/*600px以上*/
@media (min-width: 600px) {
    .page_bottom .bg_green {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .qr_img {
        width: 30%;
        margin: 0;
    }

    .line_text {
        width: 70%;
        max-width: 390px;
    }
}

.btn_list {
    width: 80%;
    margin: 0 auto;
}

/*600px以上*/
@media (min-width: 600px) {
    .btn_list {
        width: 96%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 0 1rem;
    }

    .btn_list li {
        width: calc(100% / 3);
    }

    .btn_list li.btn_pink a {
        padding: 0.6em 1.6em;
    }

}

/*800px以上*/
@media (min-width: 800px) {
    .btn_list li.btn_pink a {
        font-size: clamp(1rem, 0.821rem + 0.36vw, 1.25rem);
        padding: 0.6em 0;
    }


    .btn_list {
        width: 90%;
        margin: 1rem auto;
        gap: 1%;
        max-width: 690px;
    }
}

/****sub_page********************************/

.sub_page h1.ribbon1 {
    display: inline-block;
    position: relative;
    background: #f57a78;
    background-color: rgb(245, 122, 120);
    box-sizing: border-box;
    background-color: #FFCFDB;
    color: #F8458D;
    font-size: clamp(1.25rem, 0.913rem + 1.69vw, 3rem);
    font-weight: bold;
    width: 90%;
    margin: 1.2rem 0;
    padding: clamp(0.875rem, 0.803rem + 0.36vw, 1.25rem) 1em clamp(0.875rem, 0.803rem + 0.36vw, 1.25rem) 3vw;
    font-family: "M PLUS Rounded 1c", sans-serif;
    transform: rotate(0.05deg);
}

.sub_page h1.ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}


.sub_page h1.ribbon1:after {
    top: 0;
    right: 0;
    border-width: clamp(1.75rem, 1.449rem + 1.51vw, 3.313rem) 15px clamp(1.75rem, 1.449rem + 1.51vw, 3.313rem) 0px;
    border-color: transparent #FFF9FB transparent transparent;
    border-style: solid;
}

.sub_page.bg_pink h1.ribbon1::after {
    border-color: transparent #FFEBF0 transparent transparent;
}

/***投稿*****************/
.type_list .news_list {}

.type_list .news_list li {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 1rem;
    margin: 0 0 1rem;
}

.type_list .news_list .thumb {
    margin: 0 0 1em;
}

.type_list .news_list .news_date {
    font-size: clamp(0.875rem, 0.803rem + 0.36vw, 1.25rem);
    color: #999;
}

.type_list .news_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.6;
}

.type_list .news_list .news_content {
    display: none;
}

/*600px以上*/
@media (min-width: 600px) {
    .type_list .news_list {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }

    .type_list .news_list li {
        width: calc(100% / 2 - 2%);
    }
}

/*800px以上*/
@media (min-width: 800px) {
    .type_list .news_list {
        justify-content: space-between;
    }
}

.postNavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4rem 0 0;
}

.postNavi li {
    margin: 0 1em;
}

.postNavi li a {
    background-color: #F8458D;
    padding: 0.2em 1em;
    color: #fff;
    border-radius: 2em;
}
