/*
Theme Name: farg
Description: farg
Theme URI: https://www.farg.co.jp
Version: 1.0
License: farg
License URI: https://www.farg.co.jp
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
/*Zen Maru Gothic*/


/****************************************

リセットCSSここから

*****************************************/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}


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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/****************************************

body設定(主に書式)

*****************************************/

body {
    min-width: 1200px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #33260B;
    line-height: 1.8;
    background: #FFF;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
    body {
        min-width: inherit;
    }

}


/****************************************

ページ共通

*****************************************/

#wrapper {
    float: none;
    width: 100%;
    min-width: 1240px;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(images/header_bg.jpg) no-repeat top center;
}


@media screen and (max-width: 767px) {
    #wrapper {
        float: none;
        width: 100%;
        min-width: 0;
        min-height: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-size: contain;
    }

}


/****************************************

フォント指定

*****************************************/

li,
tt,
tr,
dt,
dd,
p {
    font-size: 1.6rem;
}

h1 {
    color: #33260B;
    font-weight: bold;
    font-size: 3.0rem;
}

h2 {
    color: #33260B;
    font-weight: bold;
    font-size: 2.6rem;
}

h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 2.2rem;
}

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

    li,
    tt,
    tr,
    dt,
    dd,
    p {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    h2 {
        font-size: 2.0rem;
        line-height: 1.5;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}


/****************************************

リンク指定

*****************************************/

a:link,
a:visited {
    font-weight: normal;
    color: #0099CC;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: underline;
}

a:hover,
a:active {
    font-weight: normal;
    color: #F79A01;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/

a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}


/****************************************

pcヘッダー

*****************************************/

@media print,
screen and (min-width:768px) {

    header {
        width: 100%;

    }

    .header_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px calc((100% - 1200px)/2) 0;
        margin-bottom: 20px;
    }

    .header_top_inner {
        text-align: right;
    }
}


/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width:767px) {
    img {
        max-width: 100%;
        height: auto;
    }

    header {
        display: block;
        width: 100%;
    }

    .header_logo {
        width: 100%;
        padding: 5px 0;
    }

    .logo a {
        display: block;
        width: 50%;
        margin: 15px auto;
    }

    .header_tel {
        display: none;
    }

    .navi_box {
        display: none;
    }

    #toggle {
        position: fixed;
        right: 0px;
        top: 0px;
        width: 55px;
        height: 55px;
        cursor: pointer;
        z-index: 9999;
        border: 1px solid #62C021;
        padding: 14px 8px;
        background: #FFF;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #62C021;
        border-radius: 4px;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    #toggle span:first-child {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle {
        position: fixed;
        border: 1px solid #FFF;
    }

    .open_navi #toggle span {
        background: #62C021;
    }

    .open_navi #toggle span:first-of-type {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background: url(images/sp_navi_bg.png) no-repeat right bottom rgba(98, 192, 33, 0.9);
        background-size: contain;
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: #FFF 1px solid;
        cursor: pointer;
        color: #FFF;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: #FFF 1px solid;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:active,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: #FFF 1px solid;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #FFF;
        background-color: rgba(93, 188, 244, 0.9);
    }

    #sp_navi .sub-menu li a:active,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited {
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #FFF;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0;
        border-top: solid 3px #FFF;
        border-right: solid 3px #FFF;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 22px;
    }

    #g_navi {
        display: none;
    }

    .sp_navi_info {
        margin: 20px;
        padding: 25px;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;

    }

    .sp_navi_info dt {
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #5FBF1F;
        color: #5FBF1F;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.03em;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1;
    }

    .sp_navi_info dd {
        text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
    }

    .sp_navi_info dd .add {
        margin-bottom: 10px;
    }

    .sp_navi_info dd.tel a,
    .sp_navi_info dd.fax {
        display: inline-block;
        margin: 5px 0;
        background-size: 18px;
        color: #309BA7;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.03em;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
    }
}



/****************************************

pc用 横ナビ

*****************************************/

@media print,
screen and (min-width: 768px) {

    #sp_navi,
    #toggle {
        display: none;
    }

}

#g_navi {
    width: auto;
}

#g_navi .menu {
    list-style-type: none;
    display: flex;
}


#g_navi .menu>li {
    position: relative;
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 1;
}

#g_navi .menu>li>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 0;
    color: #383838;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#g_navi .menu>li>a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0099CC;
    bottom: -20px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

#g_navi .menu>li>a:hover::before {
    transform: scale(1, 1);
}


#g_navi .menu li ul {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 140%;
    left: -20px;
    margin: 0;
    width: 130%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
}

#g_navi .menu li ul li a {
    display: block;
    padding: 13px 2px;
    border: 1px solid #626262;
    border-bottom: none;
    font-size: 1.3rem;
    line-height: 1.5;
    background: #FFF;
    color: #383838;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    transition: .5s;
}

#g_navi .menu li ul li:last-child a {
    border-bottom: 1px solid #626262;
}

#g_navi .menu li ul li a:hover {
    background: #61BF20;
    color: #FFF;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

/****************************************

ティーザー

*****************************************/

/* TOPスライダー共通 */

@media print,
screen and (min-width: 768px) {

    #slider {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

    #slider .metaslider {
        position: relative;
        width: 1920px !important;
        left: calc(50% - 960px);
    }

    .metaslider .flexslider {
        margin: 0 !important;
    }

    .metaslider .flex-control-nav {
        bottom: 10px !important;
    }

    .teaser_top_img {
        padding: 0 calc((100% - 1200px)/2);
    }

    .teaser_top_txt {
        position: absolute;
        top: 60%;
        left: 30%;
        transform: translate(-30%, -60%);
    }

    #teaser_page {
        position: relative;
        padding: 30px calc((100% - 1320px) / 2);
    }

    .teaser_page_img {
        width: 100%;
        border-radius: 20px;
    }

    .teaser_page_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .teaser_page_txt p {
        font-size: 3.0rem;
        color: #33260B;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: bold;

    }

    .greeting {
        background: url(images/teaser_page_txt_bg01.png) no-repeat;
        padding: 30px 100px 35px;
    }

    .training {
        background: url(images/teaser_page_txt_bg02.png) no-repeat;
        padding: 30px 54px 35px;
    }

    .facility {
        background: url(images/teaser_page_txt_bg03.png) no-repeat;
        padding: 30px 54px 35px;
    }

    .service {
        background: url(images/teaser_page_txt_bg04.png) no-repeat;
        padding: 30px 83px 35px;
    }

    .information {
        background: url(images/teaser_page_txt_bg05.png) no-repeat;
        padding: 32px 83px;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {

    .teaser_page_img {
        width: 100%;
    }
}

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

    #slider {
        position: relative;
        width: 140%;
        overflow: hidden;
        margin: 0 0 0 -20%;
    }

    .teaser_top_txt {
        position: absolute;
        width: 60%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .metaslider .flex-control-nav {
        bottom: 10px !important;
    }

    .metaslider .flexslider {
        margin: 0 !important;
    }

    #teaser_page {
        position: relative;
		width: 140%;
		left: -20%;
    }

    .teaser_page_img {
        border-radius: 20px;
    }

    .teaser_page_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    .teaser_page_txt p {
        font-size: 2.2rem;
        color: #33260B;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: bold;
        white-space: nowrap;
    }

    .greeting {
        background: url(images/teaser_page_txt_bg01.png) no-repeat;
        background-size: 100%;
        padding: 15px 40px;
    }

    .training {
        background: url(images/teaser_page_txt_bg02.png) no-repeat;
        background-size: 100%;
        padding: 25px 40px;
    }

    .facility {
        background: url(images/teaser_page_txt_bg03.png) no-repeat;
        background-size: 100%;
        padding: 26px 40px;
    }

    .service {
        background: url(images/teaser_page_txt_bg04.png) no-repeat;
        background-size: 100%;
        padding: 16px 40px;
    }

    .information {
        background: url(images/teaser_page_txt_bg05.png) no-repeat;
        background-size: 100%;
        padding: 16px 40px;
    }




}


/****************************************

content 共通設定

*****************************************/

#contents {
    width: 100%;
    margin: 0 auto;
}

main#top_main {
    width: 100%;
    margin: 0 auto;
}

main#page_main {
    width: 1200px;
    margin: 0 auto 120px;
}

.breadcrumb_area {
    width: 100%;
    margin: 20px auto 10px;
}

.breadcrumb {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb p {
    color: #33260B;
    font-size: 1.3rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
    color: #33260B;
    text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
    color: #A18F81;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {

    .pc_none {
        display: none;
    }

}

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

    main#top_main {
        margin: 0 auto 50px;
    }

    main#page_main {
        width: 100%;
        padding: 0 10px;
		margin: 0 auto 30px
    }

    main#page_main figure {
        margin: 0 auto;
    }

    .breadcrumb_area {
        padding: 0 10px;
        margin: 15px auto;
    }

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb p {
        font-size: 1.2rem;
    }

    .sp_none {
        display: none;
    }

}


/****************************************

contentトップ用

*****************************************/

/* 1カラム目 */
.top_box01 {
    padding: 0 calc((100% - 1200px)/2) 100px;
    background: url(images/top_box01_bg.png) no-repeat top center;
}

.top_box01_tit {
    text-align: center;
    font-size: 3.2rem;
    color: #33260B;
    background: url(images/top_box01_tit_bg.png) no-repeat bottom center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

.top_box01_txt {
    text-align: center;
    margin-bottom: 50px;
}

.green {
    color: #5FBF1F;
    font-size: 4.2rem;
}

.pink {
    color: #FC8DB8;
    font-size: 4.2rem;
}

.orange {
    color: #F79900;
    font-size: 1.8rem;
    font-weight: bold;
}

.bnr_wrapper {
    display: flex;
    justify-content: space-between;
}


.top_box02 {
    padding: 100px calc((100% - 1200px)/2);
    background: url(images/sec02_bg.jpg) repeat top left;
}

.top_box02_tit {
    font-size: 3.2rem;
    color: #33260B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    background: url(images/top_box02_tit_bg.png) no-repeat top center;
}

.top_box02_tit span {
    color: #A373BF;
    font-size: 3.8rem;
}

.top_box02 ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 40px;
    margin-bottom: 110px;
}

.top_box02 ul::after {
    position: absolute;
    content: "";
    background: url(images/top_box02_ul_arrow.png) no-repeat;
    width: 110px;
    height: 40px;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box02 ul li {
    width: 48%;
    font-size: 1.8rem;
    color: #33260B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: url(images/top_box02_ul_li_bg.png) no-repeat top 10px left;
    padding: 0 0 10px 50px;
    border-bottom: 2px dotted #BBB395;
}

.top_box02_inner {
    position: relative;
    width: 950px;
    border: 4px solid #BCE2F7;
    border-radius: 16px;
    background-color: #FFF;
    padding: 33px;
    text-align: center;
    margin: 0 auto;
}

.top_box02_inner::before {
    position: absolute;
    content: "";
    background: url(images/top_box02_inner_before.png) no-repeat;
    width: 127px;
    height: 130px;
    top: -50px;
    left: -40px;
}

.top_box02_inner::after {
    position: absolute;
    content: "";
    background: url(images/top_box02_inner_after.png) no-repeat;
    width: 336px;
    height: 300px;
    top: -80px;
    right: -190px;
}

.top_box03 {
    padding: 100px calc((100% - 1200px)/2) 80px;
    background: url(images/garland_bg.jpg) no-repeat top 60px center;
}

.top_box03_tit {
    font-size: 3.8rem;
    color: #5FBF1F;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: url(images/garland_tit_bg.png) no-repeat bottom center;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.top_box03_contents {
    position: relative;
    margin-bottom: 140px;
}

.top_box03_contents figure img {
    border-radius: 30px;
}

.top_box03_contents::before {
    position: absolute;
    content: "";
}

.top_box03_contents:nth-child(2)::before {
    background: url(images/top_box03_contents_before01.png) no-repeat;
    width: 1425px;
    height: 521px;
    top: 0;
    left: -115px;
}

.top_box03_contents:nth-child(3)::before {
    background: url(images/top_box03_contents_before02.png) no-repeat;
    width: 1495px;
    height: 435px;
    top: 0;
    left: -145px;
}

.top_box03_contents:nth-child(4)::before {
    background: url(images/top_box03_contents_before03.png) no-repeat;
    width: 1425px;
    height: 570px;
    top: 0;
    left: -115px;
}

.top_box03_contents figure {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 26px;
}

.top_box03_inner {
    width: 48%;
    height: 470px;
    position: absolute;
    bottom: -60px;
    right: 0;
    background-color: #FFF;
    border-radius: 15px;
    padding: 60px;
}

.top_box03_contents:nth-child(3) figure {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    border-radius: 26px;
}

.top_box03_contents:nth-child(3) .top_box03_inner {
    width: 48%;
    position: relative;
    bottom: -60px;
    left: 0;
    background-color: #FFF;
    border-radius: 15px;
}

.top_box03_inner_tit {
    position: relative;
    font-size: 3.0rem;
    color: #33260B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}

.top_box03_inner_tit::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    top: 70px;
    left: 0;
}

.top_box03_contents:nth-child(2) .top_box03_inner_tit::after {
    background-color: #FC8FB8;
}

.top_box03_contents:nth-child(3) .top_box03_inner_tit::after {
    background-color: #5DBCF4;
}

.top_box03_contents:nth-child(4) .top_box03_inner_tit::after {
    background-color: #62C021;
}


.top_box04 {
    padding: 0 calc((100% - 1200px)/2) 150px;
    text-align: center;
    background: url(images/top_box04_bg.png) no-repeat bottom center;
}

.top_box04_tit {
    font-size: 3.4rem;
    color: #35260B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: url(images/top_box04_tit_bg.png) no-repeat bottom center;
    padding: 50px 0 70px;
    margin-bottom: 40px;
}

.top_box05 {
    padding: 100px 0 0;
    background: url(images/garland_bg.jpg) no-repeat top 60px center;
}

.top_box05_tit {
    font-size: 3.8rem;
    color: #5FBF1F;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: url(images/garland_tit_bg.png) no-repeat bottom center;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.top_box05_flex {
    padding: 0 calc((100% - 1200px)/2) 100px;
    background: url(images/top_box05_bg.png) no-repeat bottom center;
    display: flex;
    justify-content: space-between;
}

.top_box05_contents {
    position: relative;
}

.top_box05_inner {
    position: relative;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 40px 50px 60px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box05_contents:first-child .top_box05_inner::after {
    position: absolute;
    content: "";
    background: #F79A01;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
}

.top_box05_contents:last-child .top_box05_inner::after {
    position: absolute;
    content: "";
    background: #A375C1;
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
}

.top_box05_inner_tit {
    font-size: 3.0rem;
    color: #33260B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
}

.top_box05_inner_tit .orange {
    font-size: 3.0rem;
}

.top_box05_inner_tit .purple {
    color: #A373BF;
}

.top_box05_contents:first-child .top_box05_inner_tit {
    background: url(images/top_box05_inner_tit_bg01.png) no-repeat top center;
}

.top_box05_contents:last-child .top_box05_inner_tit {
    background: url(images/top_box05_inner_tit_bg02.png) no-repeat top center;
}

.top_box05_contents .btn_box {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}



@media screen and (min-width: 768px) {}

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

    .green,
    .pink {
        font-size: 2.5rem;
    }

    .orange {
        font-size: 1.6rem;
    }

    .btn_box {
        text-align: center;
    }

    .top_box01 {
        padding: 30px 10px;
    }

    .top_box01_tit {
        font-size: 2.0rem;
    }

    .top_box01_txt {
        text-align: left;
    }
	
	.top_box01 .bnr_wrapper {
		flex-wrap: wrap;
        flex-direction: row;
        gap: 14px;
	}
	
	.top_box01 .bnr_wrapper a {
		width: 48%;
	}

    .bnr_wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .bnr_wrapper a {
        width: 70%;
		margin: 0 auto;
    }

    .top_box02 {
        padding: 30px 10px;
    }

    .top_box02_tit {
        font-size: 2.0rem;
		margin-bottom: 20px;
    }

    .top_box02_tit span {
        font-size: 2.5rem;
    }

    .top_box02 ul {
        flex-direction: column;
    }

    .top_box02 ul li {
        width: 100%;
        font-size: 1.5rem;
    }

    .top_box02_inner {
        width: 100%;
        padding: 30px 10px;
        text-align: left;
    }

    .top_box02_inner::after,
    .top_box02_inner::before {
        content: none;
    }

    .top_box03{
		padding: 30px 10px 10px;
	}

    .top_box03_tit {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .top_box03_contents::before {
        content: none;
    }

    .top_box03_inner,
    .top_box03_contents:nth-child(3) .top_box03_inner {
        position: static;
        width: 100%;
        height: auto;
        padding: 30px 10px;
    }

    .top_box03_contents:nth-child(3) figure {
        position: static;
    }

    .top_box03_inner_tit {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .top_box03_contents {
        margin-bottom: 0px;
    }

    .top_box03_inner_tit::after {
        top: 40px;
    }

    .top_box04{
		padding: 80px 0 60px;
		background-size: cover;
		background-position: bottom left;
	}
	
	.top_box04_tit{
		padding: 0px 0 15px;
		background: none;
		font-size: 2.0rem;
        margin-bottom: 0;
	}

    .top_box04_txt {
        padding: 0 10px;
        text-align: left;
    }

    .top_box05 {
        padding: 30px 10px 0;
    }

    .top_box05_tit {
        font-size: 2.0rem;
		margin-bottom: 20px;
    }

    .top_box05_flex {
        padding: 0;
        flex-direction: column;
        background: none;
    }

    .top_box05_inner {
        max-width: 500px;
        width: 90%;
        padding: 30px 10px;
    }

    .top_box05_inner_tit {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }

    .top_box05_inner_tit .orange {
        font-size: 2.0rem;
    }

    .top_box05_contents figure {
        text-align: center;
    }



}

/****************************************

news トップ用

*****************************************/

#blog_box {
    position: relative;
    padding: 100px calc((100% - 1200px)/2) 140px;
    display: flex;
    justify-content: space-between;
}

.blog_tit {
    width: 25%;
    font-size: 3.4rem;
    text-align: center;
    color: #33260B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    background: url(images/blog_tit_bg.png) no-repeat top left 40px;
    padding-top: 40px;
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

.blog_post {
    width: 75%;
    height: 220px;
}

.blog_post a {
    text-decoration: none;
}

.blog_list {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px dotted #E0DBC1;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.blog_list:hover {
    background-color: rgba(95, 191, 31, 0.3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.blog_list_date {
    width: 15%;
    font-size: 1.5rem;
    color: #5DBBF3;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.blog_list_tit {
    width: 85%;
    color: #33260B;
    font-size: 1.6rem;
}

#blog_box .btn_box {
    position: absolute;
    top: 230px;
    margin-left: 80px;
}

@media screen and (min-width: 768px) {}

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

    #blog_box {
        flex-direction: column;
        padding: 0 10px 30px;
    }

    .blog_tit {
        width: 100%;
        font-size: 2.0rem;
        margin-top: 0;
        background-size: 70px;
        background-position: top 10px center;
    }

    .blog_tit::after {
        top: 50px;
        width: 100px;
    }

    .blog_post {
        width: 100%;
        height: auto;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .blog_list {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog_list_date {
        width: auto;
    }

    .blog_list_tit {
        width: auto;
        font-size: 1.5rem;
    }

    #blog_box .btn_box {
        position: static;
        margin-left: 0;
    }

}


/****************************************

content下層用

*****************************************/

/* 全ページ共通　フレックスボックス*/
.flex {
    display: flex;
    justify-content: space-between;
}

.flex_r {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.center {
    text-align: center;
}

.txt730 {
    width: 730px;
}

.img_radius {
    border-radius: 12px;
}

#page_main .orange {
    font-size: 1.6rem;
}

#page_main .green {
    font-size: 1.8rem;
    font-weight: bold;
}

.object-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover;";
}


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

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

    .center {
        text-align: left;
    }

    #page_main img {
        margin: 10px 0;
    }

    .txt730 {
        width: 100%;
    }

}

/* フェルクってどんなところ？ */

.access_txt {
    background: url(images/access_txt_bg.png) no-repeat bottom center;
    padding: 60px 0 40px;
}

.about_box01 .subhead01:after {
    position: absolute;
    content: "";
    background: url(images/about_box01_tit.png) no-repeat top left;
    width: 73px;
    height: 70px;
    top: 0;
    left: -100px;
}

.about_box02 .subhead01:after {
    position: absolute;
    content: "";
    background: url(images/about_box02_tit.png) no-repeat top left;
    width: 74px;
    height: 71px;
    top: 0;
    left: -100px;
}

.about_box02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_box02 ul li {
    width: 48%;
    border-bottom: 2px dotted #BBB395;
    padding: 0 0 20px 30px;
    margin-bottom: 20px;
    background: url(images/about_box02_ul_li_bg.png) no-repeat top 10px left;
    font-weight: bold;
}

.about_box03_inner .flex dl {
    width: 48%;
    margin-bottom: 30px;
}

.about_box03_inner dl dt {
    color: #F79900;
    font-weight: bold;
    background: url(images/about_box03_inner_dl_dt_bg.png) no-repeat top 10px left;
    padding-left: 20px;
    margin-bottom: 20px;
    border-bottom: 4px double #F79900;
    padding-bottom: 10px;
}

.about_box03_inner dl dd p span {
    display: block;
    font-weight: bold;
}

/* 遊び紹介 */

.playing_txt {
    background: url(images/playing_txt_bg.jpg) no-repeat bottom center;
    text-align: center;
    padding: 53px 0;
}


/* 発達障害について */

.gray_bg {
    background-color: #F5F5F5;
    padding: 30px;
    font-style: italic;
}

.disorder_box02 .flex dl {
    width: 31%;
}

.disorder_box02 .flex dl dt {
    background: url(images/disorder_box02_dl_dt.jpg) repeat bottom left;
    color: #FFF;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 8px 0 8px 30px;
}

.disorder_box02 .flex dl dd {
    background-color: #E7F5FD;
    padding: 24px 30px;
}

.disorder_box03 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.disorder_box03 ul li {
    width: 48%;
    border-bottom: 2px dotted #BBB395;
    padding-left: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(images/top_box02_ul_li_bg.png) no-repeat top 5px left;
}


/* 施設ギャラリー */

.gallery_txt {
    padding: 0 calc((100% - 820px)/2);
    background: url(images/gallery_bg_left.png) left top no-repeat, url(images/gallery_bg_right.png) right top no-repeat;
}

.three_column_post {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.three_column_parts img {
    position: relative;
    width: 360px;
    height: 270px;
    border-radius: 15px;
}

#fancybox-title-wrap {
    display: none !important;
}



/* ABAトレーニング・DTT */

.aba_dtt_box01 ul li {
    font-size: 1.8rem;
    font-weight: bold;
    color: #F79900;
    border-bottom: 4px double #E0D0B6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* ソーシャルスキルトレーニング */

.sst_box03 ul {
    display: flex;
    justify-content: space-between;
}

/* ペアレントトレーニング.1 */

.parent_1_box01 ul {
    display: flex;
    justify-content: space-between;
}

.parent_1_box01 ul li {
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    background: -o-repeating-linear-gradient(135deg, #F79A01, #F79A01 2px, #FEA714 0, #FEA714 4px);
    background: repeating-linear-gradient(-45deg, #F79A01, #F79A01 2px, #FEA714 0, #FEA714 4px);
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.parent_1_box02_txt span {
    display: block;
    font-weight: bold;
}

.parent_1_box02 ul li {
    border-bottom: 2px dotted #BBB395;
    position: relative;
    padding: 0 0 12px 25px;
    margin-bottom: 15px;
}

.parent_1_box02 ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #61BF20;
}

.parent_1_table ul li {
    position: relative;
    padding: 0 0 12px 25px;
}

.parent_1_table ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #333;
}

.parent_1_box03_inner ul li {
    border-bottom: 2px dotted #BBB395;
    position: relative;
    padding: 0 0 12px 25px;
    margin-bottom: 15px;
}

.parent_1_box03_inner ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #61BF20;
}

/* ペアレントトレーニング.2 */

.parent_2_box01 .subhead03:after {
    content: none;
}

.parent_2_box01 .subhead03 {
    display: flex;
    align-items: center;
    padding: 8px 0 8px 20px;
}

.parent_2_box01 .subhead03 span {
    padding-right: 15px;
    color: #F9ED9B;
    letter-spacing: 0.05em;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}

.parent_2_box01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.parent_2_box01 ul li {
    width: 30%;
    border-bottom: 1px dotted #867D6D;
    background: url(images/about_box02_ul_li_bg.png) no-repeat top 10px left;
    padding: 0 0 10px 20px;
    margin-bottom: 10px;
}

.parent_2_box01 dl {
    position: relative;
    border: 5px solid #DBD8D3;
    background-color: #FEFCF0;
    padding: 60px 60px 30px;
}

.parent_2_box01 dl dt {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.2rem;
    color: #35260B;
    font-weight: bold;
    background: url(images/parent_2_box01_dl_dt.png) no-repeat bottom center;
    text-align: center;
    padding: 10px 30px 25px;
    white-space: nowrap;
    letter-spacing: 0.06em;
}

.parent_2_box01 dl dd ul {
    position: relative;
    flex-direction: column;
}

.parent_2_box01 dl dd ul::after {
    position: absolute;
    content: "";
    background: url(images/parent_2_box01_dl_dd_ul_after.png) no-repeat;
    width: 170px;
    height: 250px;
    top: 30px;
    right: 0;
}

.parent_2_box01 dl dd ul li {
    width: 820px;
    background: url(images/top_box02_ul_li_bg.png) no-repeat top 5px left;
    padding: 0 0 20px 40px;
    margin-bottom: 20px;
}

.parent_2_box01_txt {
    text-align: center;
    font-weight: bold;
}

.parent_2_table ul li {
    position: relative;
    padding: 0 0 7px 25px;
}

.parent_2_table ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #333;
}

/* トレーニングの流れ */

.flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 50px;
}

.flow_list li {
    position: relative;
    width: 340px;
    margin-top: 35px;
    padding: 0 25px 30px;
    border: 5px solid #F9ED9B;
    background: #FFF;
}

.flow_list li .num {
    width: 73px;
    height: 70px;
    margin: -35px auto 15px;
    padding-top: 5px;
    background: url(images/num_circle.svg) left top no-repeat;
    background-size: contain;
    color: #FFF;
    font-family: "Righteous", cursive;
    letter-spacing: 0.05em;
    font-size: 3.4rem;
    text-align: center;
    text-shadow: 1px 1px 0 #33260B, -1px 1px 0 #33260B, 1px -1px 0 #33260B, -1px -1px 0 #33260B;
}

.flow_list li dl {
    text-align: center;
}

.flow_list li dl dt {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #867D6D;
    font-size: 2.2rem;
    font-weight: bold;
}

/* 療育時間について */

.time_txt p {
    color: #D80700;
    font-weight: bold;
}

/* ご利用までの流れ */

.beginning_list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.beginning_list li:not(:last-child) {
    padding-bottom: 50px;
}

.beginning_list li:not(:last-child)::before {
    position: absolute;
    content: "";
    top: 0;
    left: 65px;
    width: 4px;
    height: 100%;
    background: #F9ED9B;
    z-index: -1;
}

.beginning_list li .num {
    width: 130px;
    height: 125px;
    padding-top: 33px;
    background: url(images/num_circle.svg) left top no-repeat;
    background-size: contain;
    color: #FFF;
    font-family: "Righteous", cursive;
    letter-spacing: 0.05em;
    font-size: 3.4rem;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 0 #33260B, -1px 1px 0 #33260B, 1px -1px 0 #33260B, -1px -1px 0 #33260B;
}

.beginning_list li .num span {
    display: block;
    font-size: 2.4rem;
}

.beginning_list li dl {
    width: 1020px;
}

.beginning_list li dl dt {
    margin-bottom: 20px;
    padding-bottom: 28px;
    background: url(images/tit_star.png) left bottom repeat-x;
    font-size: 2.6rem;
    font-weight: bold;
}

/* 見学申し込みについて */

.observe_txt {
    padding: 0 calc((100% - 490px)/2) 113px;
    background: url(images/observe_bg_left.png) left top no-repeat, url(images/observe_bg_right.png) right top no-repeat;
    text-align: center;
}

/* お問い合わせ */

.contact_txt {
    text-align: center;
    margin-bottom: 30px;
}

.policy {
    background-color: #E7F5FD;
    text-align: center;
    padding: 30px;
}

.policy dt {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}

/* 自己負担による発達サポート */

.selfpay_box01_inner {
    width: 48%;
}

.selfpay_box01_inner ul li {
    border-bottom: 1px dotted #867D6D;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    background: url(images/about_box02_ul_li_bg.png) no-repeat top 10px left;
}

.selfpay_box01_txt {
    width: 1080px;
    position: relative;
    background-color: #E7F5FD;
    padding: 40px;
    margin: 0 auto;
    text-align: center;
}

.selfpay_box01_txt:before {
    position: absolute;
    content: "";
    width: 178px;
    height: 160px;
    background: url(images/selfpay_bg_left.png) no-repeat;
    bottom: -30px;
    left: -30px;
}

.selfpay_box01_txt::after {
    position: absolute;
    content: "";
    width: 139px;
    height: 239px;
    background: url(images/selfpay_bg_right.png) no-repeat;
    top: -20px;
    right: -30px;
}

/* WEBでの相談サポート */

.consultation_box01 ul li,
.consultation_box03 ul li {
    border-bottom: 1px dotted #867D6D;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    background: url(images/about_box02_ul_li_bg.png) no-repeat top 10px left;
}

.consultation_box03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.consultation_box03 ul li {
    width: 48%;
}

.consultation_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 50px;
}

.consultation_list li {
    position: relative;
    width: 570px;
    margin-top: 35px;
    padding: 0 25px 30px;
    border: 5px solid #F9ED9B;
    background: #FFF;
}



.consultation_list li .num {
    width: 73px;
    height: 70px;
    margin: -35px auto 15px;
    padding-top: 5px;
    background: url(images/num_circle.svg) left top no-repeat;
    background-size: contain;
    color: #FFF;
    font-family: "Righteous", cursive;
    letter-spacing: 0.05em;
    font-size: 3.4rem;
    text-align: center;
    text-shadow: 1px 1px 0 #33260B, -1px 1px 0 #33260B, 1px -1px 0 #33260B, -1px -1px 0 #33260B;
}

.consultation_list li dl {
    text-align: center;
}

.consultation_list li dl dt {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #867D6D;
    font-size: 2.2rem;
    font-weight: bold;
}

.consultation_list li dl dd {
    text-align: left;
}

/* ブログ */

.blog_parts img {
    position: relative;
    width: 440px;
    height: 280px;
    border-radius: 15px;
    border: 2px solid #5fbf1f;
}

.blog_parts .btn_box01 {
    margin: 0 0 0 auto;
}

/* 3列 */
.three_column_wrap {
    display: flex;
}

.three_column_wrap dl {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3);
}

.three_column_wrap dl dt {
    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;
    padding: 15px 40px;
    border-top: 1px solid #C1D3B6;
    border-bottom: 1px solid #C1D3B6;
    border-left: 1px solid #C1D3B6;
    background: #E8F6DE;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.three_column_wrap dl dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 20px;
    border-bottom: 1px solid #C1D3B6;
    border-left: 1px solid #C1D3B6;
    background: #FFF;
}




@media screen and (min-width: 768px) {

    /* お問い合わせ */

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    /* トレーニングの流れ */

    .flow_list li:not(:nth-child(3n))::before {
        position: absolute;
        content: "";
        top: 50%;
        right: -40px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 0 16px 20px;
        border-color: transparent transparent transparent #b0df90;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /* WEBでの相談サポート */

    .consultation_list li:not(:nth-child(2n))::before {
        position: absolute;
        content: "";
        top: 50%;
        right: -40px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 0 16px 20px;
        border-color: transparent transparent transparent #b0df90;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }



    /* 3列 */

    .three_column_wrap dl:last-child dt,
    .three_column_wrap dl:last-child dd {
        border-right: 1px solid #C1D3B6;
    }

}

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


    /* フェルクってどんなところ？ */

    .access_txt {
        padding: 10px;
        background: #E4FAD6;
    }

    .about_box01,
    .about_box02 {
        margin-top: 100px;
    }

    .about_box01 .subhead01:after,
    .about_box02 .subhead01:after {
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .about_box02 ul li {
        width: 100%;
		padding: 0 0 12px 25px;
		background-size: 10px;
    }

    .about_box03_inner .flex dl {
        width: 100%;
    }

    .bnr_box {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .bnr_box a {
        width: 48%;
    }


    /* 遊び紹介 */

    .playing_txt {
        text-align: left;
        background: #E7F5FD;
        padding: 30px 10px;
    }

    /* 発達障害について */

    .disorder_box02 .flex dl {
        width: 100%;
    }
	
	.disorder_box02 .flex dl dt {
		font-size: 1.8rem;
	}

    .disorder_box03 ul li {
        width: 100%;
    }

    /* 施設ギャラリー */

    .gallery_txt {
        background: none;
    }

    .three_column_post {
        gap: 10px;
    }

    .three_column_parts {
        width: 48%;
    }

    .three_column_parts img {
        width: auto;
        object-fit: cover;
		height: 170px;
    }

    /* ソーシャルスキルトレーニング */

    .sst_box03 ul {
        flex-direction: column;
    }
	
	/* ABAトレーニング */
	
	.aba_dtt_box01 ul li {
		font-size: 1.5rem;
	}

    /* ペアレントトレーニング.1 */

    .parent_1_box01 ul {
        flex-direction: column;
    }

    .parent_1_box01 ul li {
        width: 100%;
        margin-bottom: 10px;
		font-size: 1.5rem;
    }

    /* ペアレントトレーニング.2 */

    .parent_2_box01 ul li {
        width: 100%;
		background-size: 10px;
    }

    .parent_2_box01 dl {
        padding: 80px 10px 30px;
    }

    .parent_2_box01 dl dt {
        width: 90%;
        white-space: normal;
        padding: 10px;
        font-size: 1.8rem;
        background: #F9ED9B;
    }

    .parent_2_box01 dl dd ul li {
        width: 100%;
    }

    .parent_2_box01 dl dd ul::after {
        background: none;
    }

    .parent_2_box01_txt {
        text-align: left;
    }

    /*トレーニングの流れ*/

    .flow_list {
        gap: 60px;
    }

    .flow_list li {
        width: 100%;
        margin-top: 25px;
        padding: 0 15px 20px;
    }

    .flow_list li dl dt {
        font-size: 1.8rem;
    }

    .flow_list li:not(:last-child)::before {
        position: absolute;
        content: "";
        bottom: -45px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 16px 0 16px;
        border-color: #b0df90 transparent transparent transparent;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /**/

    .beginning_list li:not(:last-child) {
        padding-bottom: 30px;
    }

    .beginning_list li:not(:last-child)::before {
        left: 22px;
    }

    .beginning_list li .num {
        width: 58px;
        height: 55px;
        margin-right: 15px;
        padding-top: 10px;
        font-size: 2.6rem;
        line-height: 1;
    }

    .beginning_list li .num span {
        font-size: 1rem;
    }

    .beginning_list li dl {
        width: calc(100% - 73px);
    }

    .beginning_list li dl dt {
        margin-bottom: 15px;
        font-size: 2rem;
    }

    /* 見学申し込みについて */

    .observe_txt {
        padding: 0;
        background: none;
        text-align: left;
    }


    /* お問い合わせ */

    .contact_txt,
    .policy dd {
        text-align: left;
    }

    /* 自己負担による発達サポート */

    .selfpay_box01_inner {
        width: 100%;
    }
	
	.selfpay_box01_inner ul li {
		background-size: 10px;
	}

    .selfpay_box01_txt {
        width: 100%;
        padding: 30px 10px;
        text-align: left;
    }

    .selfpay_box01_txt:before,
    .selfpay_box01_txt::after {
        content: none;
    }

    /* WEBでの相談サポート */
	
	.consultation_box01 ul li {
		background-size: 10px;
	}

    .consultation_box03 ul li {
        width: 100%;
		background-size: 10px;
    }

    .consultation_list li dl dt {
        font-size: 1.8rem;
    }

    .consultation_list li:not(:last-child)::before {
        position: absolute;
        content: "";
        bottom: -45px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 16px 0 16px;
        border-color: #b0df90 transparent transparent transparent;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .consultation_list {
        gap: 50px;
    }

    /* ブログ */

    .blog_parts .btn_box01 {
        margin: 0 auto;
    }


    /* 3列 */

    .three_column_wrap {
        flex-direction: column;
    }

    .three_column_wrap dl {
        width: 100%;
        margin-bottom: 20px;
        border-right: 1px solid #C1D3B6;
    }



}

/****************************************

single.php

*****************************************/

h1.single_headline {
    padding-bottom: 15px;
    margin-bottom: 45px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #DDD;
}

#single_box img {
    max-width: 1200px;
    padding: 10px 0;
    height: auto;
}

.nav-below {
    margin: 50px 0;
    font-size: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-below a {
    margin: 0 5px;
    font-size: 1.6rem;
}

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

    h1.single_headline {
        margin-bottom: 30px;
    }

    #single_box img {
        width: auto;
        max-width: 100%;
        padding: 10px 0px;
    }
}



/****************************************

投稿　pager設定

*****************************************/

.pager {
    clear: both;
    text-align: center;
    padding: 20px 0;
}

a.page-numbers,
.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 1);
    border: solid 1px rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}


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

    .pager {
        padding: 30px 0;
    }
}



/****************************************

sp_footer

*****************************************/

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

    .pagetop,
    .pc_bnr {
        display: none !important;
    }

    .footer_logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer_logo img {
        width: 50%;
    }

    .sitemap {
        display: none;
    }

    .sp_bana {
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 4;
    }

    .sp_bana div {
        position: relative;
        width: 25%;
        background: #62C021;
        border-top: 1px solid #FFF;
    }

    .sp_bana div:nth-child(4) {
        background: #3F3933;
    }

    .sp_bana div:not(:last-child) {
        border-right: 1px solid #FFF;
    }

    .sp_bana div img {
        width: auto;
        margin-bottom: 7px;
    }

    .sp_bana div:nth-child(2) img {
        width: 20px;
    }

    .sp_bana div p {
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
    }

    .sp_bana a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .copyright {
        padding: 25px 0 80px;
        text-align: center;
        background: #62C021;
        color: #FFF;
        font-size: 1.2rem;
    }

    .sp_footer_content {
        margin: 0 0 30px;
        padding: 30px 10px 0;
        border-top: 1px dotted #999;
    }

    iframe {
        vertical-align: bottom;
    }
}


/****************************************

pc_footer

*****************************************/
@media print,
screen and (min-width: 768px) {

    #sp_footer {
        display: none;
    }

    #pc_footer {
        position: relative;
        width: 100%;
    }

    .pagetop {
        display: none;
        position: fixed;
        z-index: 4;
        right: 30px;
        bottom: 50px;
    }

    .pc_bnr {
        display: none;
        position: fixed;
        z-index: 4;
        right: 0;
        bottom: 350px;

    }

    .footer_box {
        background: url(images/footer_bg.jpg) no-repeat bottom center;
    }

    .footer_logo {
        text-align: center;
        margin-bottom: 50px;
    }

    .sitemap {
        display: flex;
        justify-content: space-between;
        padding: 0 calc((100% - 1200px)/2) 80px;
    }

    .sitemap dt {
        font-weight: bold;
        font-size: 1.5rem;
        color: #33260B;
        margin-bottom: 20px;
    }

    .sitemap dd a {
        font-size: 1.4rem;
        color: #33260B;
        text-decoration: none;
        margin-bottom: 10px;
    }

    .sitemap dd a:hover {
        color: #0099CC;
    }

    .footer_map {
        width: 100%;
    }

    iframe {
        vertical-align: bottom;
    }

    .copyright_area {
        text-align: center;
        padding: 10px 0;
        background-color: #62C021;
    }

    .copyright_area p {
        color: #FFF;
        font-size: 1.4rem;
    }

}


/****************************************

sidebar/aside

*****************************************/

@media print,
screen and (min-width: 768px) {

    .bottom_box {
        padding: 0 calc((100% - 1200px)/2) 60px;
    }

    .bottom_box_tit {
        position: relative;
        display: inline-block;
        font-size: 2.8rem;
        color: #34260B;
        font-family: "Zen Maru Gothic", sans-serif;
        background: url(images/bottom_box_tit_bg.png) no-repeat top center;
        background-size: 100%;
        padding: 40px 90px 60px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 30px;
    }

    .bottom_box_tit::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_tit_after.png) no-repeat;
        width: 119px;
        height: 48px;
        top: 10px;
        left: -40px;
    }

    .bottom_flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 80px;
        margin-bottom: 50px;
    }

    .bottom_tel dt {
        font-size: 1.5rem;
        color: #33260B;
        font-weight: bold;
        margin-bottom: 20px;
        background: url(images/bottom_tel_dt_bg.png) no-repeat center;
        text-align: center;
    }
	

    .bottom_box .btn_box {
        display: flex;
        justify-content: center;
        gap: 30px;
    }


}

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

    .bottom_box {
        padding: 30px 10px;
    }

    .bottom_box_tit {
        position: relative;
        display: inline-block;
        font-size: 2.0rem;
        color: #34260B;
        font-family: "Zen Maru Gothic", sans-serif;
        background: url(images/bottom_box_tit_bg.png) no-repeat top center;
        background-size: 100%;
        padding: 30px 30px 30px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 10px;
        white-space: nowrap
    }

    .bottom_box_tit::after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_tit_after.png) no-repeat;
        width: 119px;
        height: 48px;
        top: -10px;
        left: 0;
    }

    .bottom_flex {
        margin-bottom: 30px;
    }

    .bottom_tel dt {
        font-size: 1.5rem;
        color: #33260B;
        font-weight: bold;
        margin-bottom: 20px;
        background: url(images/bottom_tel_dt_bg.png) no-repeat center;
        text-align: center;
    }
	
	.bottom_tel dd {
		text-align: center;
	}
	
	.bottom_tel dd img {
		width: 80%;
	}




}


/****************************************

タイトル

*****************************************/

/* 下層ページ共通見出し */

.headline {
    font-size: 3.0rem;
    color: #33260B;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    background: url(images/headline_bg.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.subhead01 {
    position: relative;
    font-size: 2.6rem;
    color: #33260B;
    font-weight: bold;
    background: url(images/subhead01_bg.png) no-repeat bottom left;
    padding-bottom: 25px;
    margin: 0 0 30px 100px;
}

.subhead02 {
    position: relative;
    font-size: 2.6rem;
    color: #33260B;
    font-weight: bold;
    background: url(images/subhead02_bg.png) no-repeat bottom left;
    padding: 0 0 25px 60px;
    margin-bottom: 30px;
}

.subhead02::after {
    position: absolute;
    content: "";
    background: url(images/subhead02_after.png) no-repeat;
    width: 38px;
    height: 40px;
    top: 5px;
    left: 0;
}

.subhead03 {
    position: relative;
    background: url(images/subhead03_bg.png) no-repeat;
    padding: 8px 0 8px 50px;
    margin-bottom: 20px;
    background-size: cover;
}

.subhead03::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 30px;
    background-color: #FFF;
    top: 23px;
    left: 20px;
}

.subhead04 {
    font-size: 1.8rem;
    color: #F79900;
    font-weight: bold;
    border-bottom: 4px double #E0D0B6;
    padding: 0 0 10px 20px;
    margin-bottom: 20px;
    background: url(images/about_box03_inner_dl_dt_bg.png) no-repeat top 13px left;
}

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

    .headline {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .subhead01 {
        font-size: 2.0rem;
        margin: 0 0 10px 0;
    }

    .subhead02 {
        font-size: 1.8rem;
    }
	
	.subhead02::after {
		    top: 0;
	}

    .subhead03 {
        font-size: 1.6rem;
    }

    .subhead03::after {
        top: 17px;
        width: 10px;
        height: 10px;
    }

    .subhead04 {
        font-size: 1.6rem;
    }

}


/****************************************

共通div

*****************************************/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

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

    .mb40 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 40px;
    }

    .mb60,
    .mb70,
    .mb80,
    .mb90,
    .mb100 {
        margin-bottom: 50px;
    }

    .mb10_sp {
        margin-bottom: 10px;
    }

    .mb20_sp {
        margin-bottom: 20px;
    }

    .mb30_sp {
        margin-bottom: 30px;
    }

}

/****************************************

テーブル

*****************************************/

/* 発達障害について・療育時間について */

.disorder_table,
.time_table01 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}

.disorder_table th,
.time_table01 th {
    width: 33%;
    line-height: 1.8;
    padding: 16px 30px 15px;
    color: #34260B;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #C1D3B6;
    text-align: center;
    vertical-align: middle;
    background-color: #E8F6DE;
}

.disorder_table td,
.time_table01 td {
    width: 33%;
    line-height: 1.8;
    padding: 23px 20px;
    color: #333333;
    font-size: 1.6rem;
    border: 1px solid #B2B2B2;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFF;
}

/* ペアレントトレーニング.1・療育時間について */

.parent_1_table,
.time_table02 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.parent_1_table th,
.time_table02 th {
    width: 50%;
    line-height: 1.5;
    padding: 15px 20px;
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #C1D3B6;
    text-align: center;
    vertical-align: text-top;
    background-color: #E8F6DE;
}

.parent_1_table td,
.time_table02 td {
    width: 50%;
    line-height: 1.5;
    padding: 15px 20px;
    color: #333333;
    font-size: 1.6rem;
    border: 1px solid #C1D3B6;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFF;
}

/* ペアレントトレーニング.2 */

.parent_2_table,
.selfpay_table,
.consultation_table {
    width: 100%;
    border-collapse: collapse;
}

.parent_2_table th,
.selfpay_table th,
.consultation_table th {
    width: 25%;
    line-height: 1.5;
    padding: 20px;
    color: #33260B;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #C1D3B6;
    text-align: left;
    vertical-align: middle;
    background-color: #E8F6DE;
}

.parent_2_table td,
.selfpay_table td,
.consultation_table td {
    width: 75%;
    line-height: 1.5;
    padding: 20px;
    color: #33260B;
    font-size: 1.6rem;
    border: 1px solid #B2B2B2;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFF;
}


/* 会社情報・求人情報 */

.overview_table,
.recruit_table {
    width: 100%;
    border-collapse: collapse;
}

.overview_table th,
.recruit_table th {
    width: 25%;
    padding: 20px;
    border-bottom: 2px solid #9ED7F8;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.overview_table td,
.recruit_table td {
    width: 75%;
    padding: 20px;
    border-bottom: 2px solid #CFCBC5;
    text-align: left;
    vertical-align: middle;
}

.overview_table td a {
    text-decoration: none;
}

/* 自己負担による発達サポート */

.selfpay_table {
    width: 100%;
    border-collapse: collapse;
}

.selfpay_table th {
    width: 33%;
    line-height: 1.5;
    padding: 20px;
    color: #33260B;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #C1D3B6;
    text-align: left;
    vertical-align: middle;
    background-color: #E8F6DE;
}

.selfpay_table td {
    width: 66%;
    line-height: 1.5;
    padding: 20px;
    color: #33260B;
    font-size: 1.6rem;
    border: 1px solid #B2B2B2;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFF;
}

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

    /* ペアレントトレーニング.2 */

    .parent_2_table tr,
    .selfpay_table tr,
    .consultation_table tr {
        display: flex;
        flex-direction: column;
    }

    .parent_2_table th,
    .selfpay_table th,
    .consultation_table th {
        width: 100%;
    }

    .parent_2_table td,
    .selfpay_table td,
    .consultation_table td {
        width: 100%;
		border: none;
        border-right: 1px solid #B2B2B2;
        border-left: 1px solid #B2B2B2;
    }
	
	.parent_2_table tr:last-child td,
    .selfpay_table tr:last-child td,
    .consultation_table tr:last-child td {
		border-bottom: 1px solid #B2B2B2;
	}

    /* 会社情報・求人情報 */

    .overview_table th,
    .recruit_table th {
        display: block;
        width: 100%;
        padding: 5px 13px;
        border-bottom: none;
    }

    .overview_table td,
    .recruit_table td {
        display: block;
        width: 100%;
        padding: 5px 13px;
    }

    .overview_table tr:not(:last-child) td,
    .recruit_table tr:not(:last-child) td {
        margin-bottom: 5px;
    }

}

/****************************************

P

*****************************************/

/* 改行 */
.line_break {
    padding-top: 20px;
}

@media print,
screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}


/****************************************

ボタン

*****************************************/

/* 紺色枠ボタン */

.btn_box01 {
    width: 300px;
    border-radius: 50px;
    background: url(images/bg_blue.png) top left repeat;
    text-align: center;
    transition: 0.3s linear;
    margin: 0 auto;
}

.btn_box01 a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 16px 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn_box01 a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 20px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #ffffff;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn_box01:hover {
    opacity: 0.7;
}

.btn_box01:hover a::before {
    right: 15px;
}

/* ピンクボタン */

.btn_box02 {
    position: relative;
    width: 300px;
    background-color: #E7336D;
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box02 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14px 0 17px;
    color: #FFF;
    border-radius: 8px;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box02::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    top: 40%;
    right: 10px;
}

.btn_box02 a:hover {
    background: #2C67B2;
}

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

    .btn_box01 {
        max-width: 300px;
        width: 100%;
        margin-bottom: 10px;
    }

}

/****************************************

Contact Form7

*****************************************/

.wpcf7 {
    width: 100%;
}

.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #AAA;
}

.form_row .form_label {
    width: 300px;
}

.form_row .form_label .required {
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_label .any {
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_input {
    width: calc(100% - 300px);
}

.wpcf7-form-control {
    width: 100%;
}

.wpcf7-form input {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_input_radio input {
    margin-bottom: 5px;
}

.wpcf7-form textarea {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post {
    width: 180px;
}

.form_row .form_input_post_txt {
    color: #B20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.form_row .last_row {
    padding-bottom: 0;
    border-bottom: none;
}

.tc {
    text-align: center;
}

.tc input[type=submit] {
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border: 1px #61BF20 solid;
    border-radius: 8px;
    background-color: #61BF20;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7 .tc input[type=submit]:hover {
    -webkit-box-shadow: 0 0 1px 1px rgba(97, 191, 32, 0.3);
    box-shadow: 0 0 1px 1px rgba(97, 191, 32, 0.3);
    background-color: #fff;
    color: #61BF20;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

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

    .form_row {
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .form_row .form_label {
        width: 100%;
        margin-bottom: 5px;
    }

    .form_row .form_input {
        width: 100%;
    }

}


/****************************************

clearfix

*****************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */



/****************************************

追加用

*****************************************/