/*
theme Name: kotonoha
Author: Yao Ayane
Description: kotonohaのテーマです
version： 1.0
*/

/*----------------------------------------
	all
----------------------------------------*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-size: 62.5%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 500;
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    background-image: url(images/bg.png);
    background-repeat: repeat;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
    height: auto;
}

ul {
    list-style-type: none;
}

#container {
    overflow: hidden;
}

/*----------------------------------------
	common
----------------------------------------*/

.inner {
    width: 1200px;
    margin: auto;
}

.text {
    line-height: 1.75;
}

.top_title {
    margin: 0 0 30px;
    text-align: center;
}

.top_title_jp {
    margin-top: 15px;
    display: block;
}

.top_title_en {
    margin-bottom: 15px;
    display: block;
}

.button {
    display: block;
    margin: 40px auto 0;
}

.op {
    transition: 0.3s;
}

.op:hover {
    opacity: 0.7;
}

.section_block {
    margin: 0 0 90px;
}

.breadcrumb {
    margin: 20px 0;
    color: #826355;
}

.breadcrumb_line {
    width: 10px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    margin: 0 10px;
    display: inline-block;
}

.breadcrumbs .name {
    color: #fff;
    letter-spacing: 0.06em;
}

.breadcrumbs .home {
    color: #fff;
}

.breadcrumbs .post-information-archive,
.breadcrumbs .information_category {
    color: #fff;
}

.breadcrumbs .fas {
    color: #A1A6A4;
}

.post-news.current-item {
    text-overflow: ellipsis;
    max-width: 55px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.pagenavi {
    margin: 30px 0 0;
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}

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

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

.fadeUpTrigger {
    opacity: 0;
}

.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
}

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

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .inner {
        width: 100%;
        padding: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
        padding: 0 3%;
    }

    .button {
        width: 230px;
    }

    .button img {
        width: 100%;
    }

    .button_white {
        width: 300px;
        height: 45px;
    }

    .page_table tr th .bold {
        font-size: 1.6rem;
    }

    .top_title {
        margin: 0 0 40px;
    }

    .top_title_wrap {
        margin: 0 0 35px;
    }

    .top_title_en {
        font-size: 3.5rem;
        margin: 0 0 5px;
    }

    .top_title_jp {
        font-size: 1.8rem;
    }

    .section_block {
        margin: 0 0 60px;
    }

    .breadcrumbs {
        font-size: 1rem;
    }
}

@media screen and (max-width: 590px) {
    .button {
        width: 230px;
    }

    .top_title {
        margin: 0 0 30px;
    }
}

/*----------------------------------------
	header
----------------------------------------*/

#header {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header_inner {
    width: 100%;
    height: 100%;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

.gnav_menu {
    display: flex;
    align-items: center;
}

.gnav_menu_jp {
    margin: 0 0 8px;
}

.gnav_menu > li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90px;
    display: flex;
    padding: 0 35px;
    position: relative;
}

.gnav_menu > li a:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(227, 119, 55, 0.2);
    transition: all .5s;
    opacity: 0;
}

.gnav_menu > li a:hover:before {
    width: 100%;
    opacity: 1;
}

.gnav_menu > li:last-child a:hover {
    background: #826355;
}

.gnav_menu > li:nth-of-type(-n+4) a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #826355;
}

.gnav_menu > li:last-child a {
    width: 360px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #E37737;
    transition: 0.3s;
}

.header_tel_icon {
    margin-right: 15px;
}

.logo a {
    display: flex;
    align-items: center;
}

.logo a span:first-child {
    margin: 0 20px 0 0;
    display: block;
}

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

    .header_inner {
        padding: 0 0 0 30px;
    }

    .gnav_menu > li:last-child a {
        width: 220px;
    }

    .gnav_menu > li:last-child a img {
        width: 100%;
    }

    .gnav_menu_jp {
        margin: 0 0 4px;
    }

    .gnav_menu_jp,
    .gnav_menu_en {
        transform: scale(0.8);
    }

    .logo a span:first-child {
        width: 200px;
        margin: 0 0 8px;
        display: block;
    }

    .logo a span:last-child {
        width: 130px;
        display: block;
    }

    .logo a span img {
        width: 100%;
    }

    .gnav_menu > li a {
        padding: 0 20px;
    }

    .logo a {
        flex-direction: column;
    }
}

@media screen and (max-width: 1200px) {
    #header {
        height: 70px;
    }

    .logo a {
        flex-direction: row;
    }

    .logo a span:first-child {
        margin: 0 10px 0 0;
    }

    .menu_button {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 70px;
        height: 70px;
        background-color: #E37737;
    }

    .menu_button span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 19.25px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
    }

    .menu_button span:nth-of-type(1) {
        top: 23px;
    }

    .menu_button span:nth-of-type(2) {
        top: 31px;
    }

    .menu_button span:nth-of-type(3) {
        top: 39px;
    }

    .menu_button.active span:nth-of-type(1) {
        top: 26px;
        left: 19.25px;
        transform: translateY(6px) rotate(-45deg);
        width: 45%;
    }

    .menu_button.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu_button.active span:nth-of-type(3) {
        top: 38px;
        left: 19.25px;
        transform: translateY(-6px) rotate(45deg);
        width: 45%;
    }

    #gnav {
        position: fixed;
        z-index: 999;
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: all 0.6s;
    }


    #gnav.panelactive {
        right: 0;
    }

    #gnav ul {
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


    #gnav li {
        list-style: none;
        text-align: center;
    }

    #gnav li a {
        color: #333;
        text-decoration: none;
        padding: 15px;
        border-bottom: 1px solid #826355;
        height: auto;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
        position: relative;
    }

    .gnav_menu {
        flex-direction: column;
        width: 100%;
    }

    .gnav_menu li {
        width: 90%;
    }

    #gnav li:nth-of-type(-n+5) a {
        width: 100%;
    }

    .gnav_menu > li:nth-of-type(-n+5) a:after {
        display: block;
    }

    .gnav_menu > li:nth-of-type(6) a:after {
        display: none;
    }

    .gnav_menu > li:last-child a img {
        width: auto;
    }

    #gnav li:first-child a {
        border-top: 1px solid #826355;
    }

    #gnav li:last-child a {
        width: 600px;
        height: 80px;
        border-radius: 5px;
        margin: 50px auto 0;
        border-bottom: none;
    }

    .gnav_menu_jp,
    .gnav_menu_en {
        transform: scale(1);
    }

    #gnav li a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #826355;
        border-right: 1px solid #826355;
        transform: rotate(45deg) translateY(-50%);
        background-color: transparent;
    }
}


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

    #header {
        height: 50px;
    }

    .menu_button {
        width: 50px;
        height: 50px;
    }

    .menu_button span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 5px;
        background: #fff;
        width: 45%;
    }

    .menu_button span:nth-of-type(1) {
        top: 14px;
    }

    .menu_button span:nth-of-type(2) {
        top: 22px;
    }

    .menu_button span:nth-of-type(3) {
        top: 30px;
    }

    .menu_button.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 33%;
    }

    .menu_button.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 33%;
    }

    #gnav li:last-child a {
        width: 100%;
        height: 55px;
        margin: 30px auto 0;
    }

}

@media screen and (max-width: 590px) {
    .logo a {
        flex-direction: column;
    }

    .logo a span:first-child {
        width: 130px;
        margin: 0 0 2px;
        display: inline-flex;
    }

    .logo a span:last-child {
        width: 85px;
    }

    .header_inner {
        padding: 0 0 0 15px;
    }
}


/*----------------------------------------
	footer
----------------------------------------*/

.footer {
    width: 100%;
    padding: 40px 0;
    background-image: url(images/footer_bg.jpg);
    background-repeat: no-repeat;
}

.footer_gnav_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
}

.footer_gnav_menu li a {
    padding: 0 35px;
    position: relative;
    display: block;
}

.footer_gnav_menu li:nth-of-type(-n+4) a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
}

.footer_logo {
    text-align: center;
    margin: 0 0 20px;
}

.footer_logo a {
    display: block;
}

.footer_info {
    text-align: center;
    margin: 0 0 20px;
}

.footer_info_address {
    text-align: left;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    color: #fff;
}

.footer_info_address_small {
    font-size: 1.4rem;
}

.footer_info:last-of-type {
    margin: 0 0 50px;
}

.copyright {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .footer_gnav_menu li a {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        background-size: cover;
    }

    .footer_gnav_menu {
        flex-wrap: wrap;
    }

    .footer_gnav_menu li {
        width: 100%;
    }

    .footer_gnav_menu li a {
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #fff;
        text-align: center;
    }

    .footer_logo {
        width: 160px;
        margin: 0 auto 20px;
    }

    .footer_logo img {
        width: 100%;
    }

    .copyright {
        font-size: 1rem;
    }

    .footer_gnav_menu li:nth-of-type(-n+5) a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        background-color: transparent;
    }
}

/*----------------------------------------
	mv
----------------------------------------*/

.mv {
    margin: 130px 0 100px;
    width: 100%;
    height: 775px;
    position: relative;
}

.mv_kv_wrap {
    width: 71%;
    height: 775px;
    display: block;
    position: absolute;
    right: 52px;
    top: 0;
    z-index: 10;
}

.mv_kv {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 1;
}

.mv_kv_img {
    background-image: url(images/mv.png);
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    text-indent: -9999px;
}

.mv_copy {
    position: absolute;
    top: 0;
    left: 100px;
    text-align: left;
    z-index: 999;
}

.mv_logo {
    margin: 0 0 15px;
}

.mv_en_catch {
    margin: 0 0 20px;
}

@media screen and (max-width: 1700px) {
    .mv_kv_img {
        background-size: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .mv_copy img {
        width: 100%;
    }

    .mv_copy {
        top: 0;
        left: 3%;
    }

    .mv_kv_wrap {
        height: 595px;
    }

    .mv {
        height: 595px;
        margin: 100px 0 100px;
    }

    .mv_logo {
        width: 50%;
    }

    .mv_en_catch {
        width: 82%;
    }

    .mv_text {
        width: 58%;
    }

}

@media screen and (max-width: 1100px) {
    .mv_kv_wrap {
        height: 460px;
    }

    .mv {
        height: 460px;
    }

    .mv_logo {
        width: 40%;
    }

    .mv_en_catch {
        width: 60%;
    }

    .mv_text {
        width: 44%;
    }
}

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

    .mv {
        margin: 60px 0 60px;
        height: 690px;
    }

    .mv_kv_img {
        background-image: url(images/sp_mv.png);
    }

    .mv_copy {
        top: 50%;
        transform: translateY(-50%);
        left: 5%;
    }

    .mv_logo {
        width: 36%;
    }

    .mv_en_catch {
        width: 56%;
    }

    .mv_text {
        width: 50%;
    }

    .mv_kv_wrap {
        right: 2%;
        height: 690px;
    }
}

@media screen and (max-width: 590px) {
    .mv_kv_wrap {
        width: 85%;
        height: 635px;
    }

    .mv {
        height: 635px;
        margin: 60px 0 40px;
    }

    .mv_logo {
        width: 45%;
    }

    .mv_en_catch {
        width: 75%;
    }
}

@media screen and (max-width: 500px) {
    .mv_kv_wrap {
        height: 550px;
    }

    .mv {
        height: 550px;
    }

    .mv_text {
        width: 70%;
    }
}

@media screen and (max-width: 440px) {
    .mv_kv_wrap {
        height: 475px;
    }

    .mv {
        height: 475px;
    }
}

@media screen and (max-width: 400px) {
    .mv_kv_wrap {
        height: 435px;
    }

    .mv {
        height: 435px;
    }
}

/*----------------------------------------
	top_concept
----------------------------------------*/

.top_concept_subtitle_wrap {
    background-image: url(images/top_concept_bg.svg);
    width: 1161px;
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_concept_subtitle {
    text-align: center;
    line-height: 1.6;
    font-size: 3rem;
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    color: #fff;
}

.top_concept .top_title_en:after {
    content: "";
    background-image: url(images/title_white_line.svg);
    background-repeat: no-repeat;
    display: block;
    width: 77px;
    height: 2px;
    margin: 15px auto 0;
}

.top_concept .button {
    margin-top: -50px;
    position: relative;
    left: 735px;
}

@media screen and (max-width: 768px) {
    .top_concept_subtitle_wrap {
        background-image: url(images/top_concept_bg_tb.svg);
        background-repeat: no-repeat;
        width: 629px;
        height: 195px;
        margin: auto;
    }

    .top_concept_subtitle {
        font-size: 2rem;
    }

    .top_concept .button {
        left: 26%;
        margin-top: -37px;
    }

    .top_concept .button img {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    .top_concept_subtitle_wrap {
        background-image: url(images/top_concept_bg_sp.svg);
        width: 316px;
        height: 170px;
    }

    .top_concept_subtitle {
        font-size: 1.5rem;
    }

    .top_concept .button {
        left: 15%;
        margin-top: -30px;
    }
}

/*----------------------------------------
	top_news
----------------------------------------*/

.top_news .top_title_en:after {
    content: "";
    background-image: url(images/title_orange_line.svg);
    background-repeat: no-repeat;
    display: block;
    width: 77px;
    height: 2px;
    margin: 15px auto 0;
}

.top_news {
    padding: 50px 0;
    background-color: rgba(255, 255, 255, 0.3);
}

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

.top_news_article {
    width: 23.3%;
    height: 300px;
    padding: 20px;
    border-radius: 10px;
    background-image: url(images/top_news_bg.png);
    background-repeat: no-repeat;
}

.top_news_article a {
    display: block;
}

.top_news_img img {
    width: 100%;
}

.top_news_img {
    text-align: center;
    margin: 0 0 8px;
}

.top_news_img img {
    border-radius: 5px;
}

.top_news_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}

.top_news_category {
    color: #fff;
    border-radius: 30px;
    width: 103px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

.top_news_title {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.3;
}

.top_news .button {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .top_news_article {
        width: 48%;
        height: 325px;
        background-size: 100%;
    }

    .top_news_article:nth-of-type(-n+2) {
        margin: 0 0 20px;
    }

    .top_news_category {
        width: 85px;
        height: 25px;
    }
}

@media screen and (max-width: 590px) {
    .top_news_article {
        width: 100%;
        height: 480px;
    }

    .top_news_article:nth-of-type(-n+3) {
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 420px) {
    .top_news_article {
        height: 360px;
    }
}

/*----------------------------------------
	top_about
----------------------------------------*/

.top_about .top_title_en:after {
    content: "";
    background-image: url(images/title_orange_line.svg);
    background-repeat: no-repeat;
    display: block;
    width: 77px;
    height: 2px;
    margin: 15px auto 0;
}

.top_about_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/top_about_bg.svg);
    background-repeat: no-repeat;
    width: 1148px;
    height: 312px;
}

.top_about .button {
    margin-top: -60px;
    position: relative;
    left: 735px;
}

.top_about_info {
    padding: 0 45px;
}

.top_about_logo:after {
    content: "";
    display: inline-block;
    background-image: url(images/top_about_line.svg);
    width: 2px;
    height: 192px;
    margin: 0 0 0 45px;
}

.top_about_info_list {
    margin: 0 0 25px;
}

.top_about_address {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #826355;
}

.top_about_area {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #826355;
}

.top_about_info_list:last-child {
    margin: 0;
}

.top_about_area_title {
    display: block;
    width: 104px;
    height: 26px;
    border-radius: 14px;
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #826355;
    font-weight: 500;
    color: #fff;
}

.top_about_map {
    margin: 0 0 30px;
}

.top_about_map iframe {
    width: 298px;
    height: 191px;
}

@media screen and (max-width: 768px) {
    .top_about_wrap {
        background-image: url(images/top_about_bg_tb.svg);
        background-repeat: no-repeat;
        width: 628px;
        height: 581px;
        margin: auto;
        flex-wrap: wrap;
        padding: 50px 0;
    }

    .top_about_logo {
        width: 33%;
        position: relative;
        padding: 0 30px 0 0;
    }

    .top_about_logo:after {
        position: absolute;
        top: 0;
        right: 0;
    }

    .top_about_logo img {
        width: 100%;
    }

    .top_about_info {
        width: 46%;
        padding: 0 0 0 30px;
    }

    .top_about_info img {
        width: 100%;
    }

    .top_about_map {
        margin: 0;
        width: 80%;
    }

    .top_about_map iframe {
        width: 100%;
        height: 190px;
    }

    .top_about .button {
        margin-top: -38px;
        left: 172px;
    }
}

@media screen and (max-width: 590px) {
    .top_about_wrap {
        background-image: url(images/top_about_bg_sp.svg);
        width: 315px;
        height: 567px;
        padding: 35px 0;
    }

    .top_about_logo {
        width: 40%;
        padding: 0;
    }

    .top_about_info {
        width: 80%;
        padding: 0;
        margin: auto;
    }

    .top_about_address {
        font-size: 1.2rem;
    }

    .top_about_info_list {
        margin: 0 0 15px;
    }

    .top_about_area {
        font-size: 1.2rem;
    }

    .top_about_map iframe {
        height: 160px;
    }

    .top_about_logo:after {
        top: -5px;
        right: 50%;
        height: 250px;
        transform: rotate(90deg) translate(-50%);
    }

    .top_about_area_title {
        width: 85px;
        height: 25px;
    }

    .top_about_info img {
        width: 85%;
    }

    .top_about .button {
        margin-top: -25px;
        left: 30px;
    }
}

/*----------------------------------------
	top_staff
----------------------------------------*/

.top_staff .top_title_en:after {
    content: "";
    background-image: url(images/title_orange_line.svg);
    background-repeat: no-repeat;
    display: block;
    width: 77px;
    height: 2px;
    margin: 15px auto 0;
}

.top_staff_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/top_staff_bg.svg);
    background-repeat: no-repeat;
    width: 1144px;
    height: 199px;
    margin: auto;
}

.top_staff_subtitle {
    text-align: center;
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 2.6rem;
    color: #826355;
    line-height: 1.3;
}

.top_staff .button {
    margin-top: -45px;
    position: relative;
    left: 178px;
}

.top_staff_img {
    position: relative;
    top: -25px;
}

@media screen and (max-width: 768px) {
    .top_staff_wrap {
        background-image: url(images/top_staff_bg_tb.svg);
        background-repeat: no-repeat;
        width: 628px;
        height: 221px;
        margin: auto;
    }

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

    .top_staff_img {
        width: 345px;
        margin: -75px auto 10px;
        position: unset;
    }

    .top_staff_img img {
        width: 100%;
    }

    .top_staff .button {
        margin-top: -40px;
        position: relative;
        left: 170px;
    }

    .top_staff_subtitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 590px) {
    .top_staff_wrap {
        background-image: url(images/top_staff_bg_sp.svg);
        width: 318px;
        height: 137px;
        margin: auto;
    }

    .top_staff_subtitle {
        font-size: 1.5rem;
    }

    .top_staff_img {
        width: 230px;
    }

    .top_staff .top_title {
        margin: 0 0 60px;
    }

    .top_staff .button {
        left: 14%;
        margin-top: -15px;
    }
}

/*----------------------------------------
	top_contact
----------------------------------------*/

.top_contact .top_title_en:after {
    content: "";
    background-image: url(images/title_orange_line.svg);
    background-repeat: no-repeat;
    display: block;
    width: 77px;
    height: 2px;
    margin: 15px auto 0;
}

.top_contact {
    background-color: #FFF;
    padding: 50px 0;
}


.top_contact_text {
    text-align: center;
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 2.1rem;
    color: #826355;
    margin: 0 0 20px;
}

.top_contact_button_wrap {
    text-align: center;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_contact_button:first-child {
    margin-right: 35px;
}


.top_contactform_button {
    display: block;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .top_contact_button {
        width: 42%;
    }

    .top_contact_button img {
        width: 100%;
    }
}

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

    .top_contact_button:first-child {
        margin: 0 0 20px;
    }

    .top_contact_button {
        width: 55%;
    }

    .top_contact_text {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 590px) {
    .top_contact_button {
        width: 310px;
    }

    .top_contactform_button img {
        width: 100%;
    }
}

/*----------------------------------------
	page_common
----------------------------------------*/

.catch {
    margin: 165px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse;
}

.catch_title_jp {
    margin-top: 15px;
    display: block;
}

.catch_title_en {
    display: block;
}

.catch_title_en:after {
    content: "";
    background-image: url(images/title_white_line.svg);
    background-repeat: no-repeat;
    display: block;
    width: 77px;
    height: 2px;
    margin: 15px auto 0;
}

.page_block {
    margin: 0 0 90px;
}

@media screen and (max-width: 768px) {
    .top_contact_button:first-child {
        margin-right: 0;
    }

    .catch {
        margin: 120px 0 60px;
    }

    .page_block {
        margin: 0 0 60px;
    }
}

/*----------------------------------------
	staff
----------------------------------------*/

.staff_lists {
    display: flex;
    justify-content: center;
    margin: 0 0 70px;
    padding: 120px 0 0;
}

.staff_list {
    width: 26.75%;
    position: relative;
}

.staff_list:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.staff_list:nth-of-type(1):after {
    background-image: url(images/staff01_illust.png);
    background-repeat: no-repeat;
    width: 224px;
    height: 253px;
    top: -118px;
}

.staff_list:nth-of-type(2):after {
    background-image: url(images/staff02_illust.png);
    background-repeat: no-repeat;
    width: 236px;
    height: 234px;
    top: -118px;
}

.staff_list:nth-of-type(3):after {
    background-image: url(images/staff03_illust.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 265px;
    top: -118px;
}

.staff_list:nth-of-type(4):after {
    background-image: url(images/staff04_illust.png);
    background-repeat: no-repeat;
    width: 202px;
    height: 266px;
    top: -135px;
}

.staff_list:not(:last-child) {
    margin: 0 40px 0 0;
}

.staff_subtitle {
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    line-height: 1.8;
}

.staff_subtitle span {
    border-bottom: 2px solid #fff;
}

.staff_list_info {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #826355;
    line-height: 1.2;
    width: 321px;
    height: 390px;
    background-image: url(images/staff_bg.svg);
    background-repeat: no-repeat;
    padding-top: 150px;
	background-size: cover;
}

.staff_list_info_name {
    text-align: center;
    margin: 0 0 25px;
}

.staff_list_hobby {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.2;
    display: flex;
    align-items: center;
    width: 321px;
    height: 117px;
    background-repeat: no-repeat;
}

.staff_list:nth-of-type(1) .staff_list_hobby {
    background-image: url(images/staff_pink_bg.svg);
}

.staff_list:nth-of-type(2) .staff_list_hobby {
    background-image: url(images/staff_orange_bg.svg);
}


.staff_list:nth-of-type(3) .staff_list_hobby {
    background-image: url(images/staff_green_bg.svg);
}

.staff_list:nth-of-type(4) .staff_list_hobby {
    background-image: url(images/staff_blue_bg.svg);
}

.staff_list_text {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1200px) {
    .staff_list_info {
        background-size: cover;
        width: 100%;
        height: 290px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 70px;
        font-size: 1.4rem;
    }

    .staff_list_hobby {
        background-size: cover;
        width: 100%;
        height: 85px;
        font-size: 1.4rem;
        height: 80px;
        border-radius: 0 0 20px 20px;
    }

    .staff_list_text {
        padding-right: 20px;
        padding-left: 20px;
    }

    .staff_list:nth-of-type(1):after {
        background-size: 100%;
        width: 55%;
        top: -115px;
    }

    .staff_list:nth-of-type(2):after {
        background-size: 100%;
        width: 55%;
        top: -105px;
    }

    .staff_list:nth-of-type(3):after {
        background-size: 100%;
        width: 55%;
        top: -105px;
    }

    .staff_list:nth-of-type(4):after {
        background-size: 100%;
        width: 48%;
        top: -116px;
    }

    .staff_list {
        width: 33%;
    }

    .staff_list:nth-of-type(-n+2) {
        margin: 0 20px 0 0;
    }
    
    .staff_list_text p br {
        display: none;
    }
}

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

    .staff_lists {
        flex-wrap: wrap;
        padding: 150px 0 0;
    }

    .staff_list:nth-of-type(1):after {
        width: 30%;
        top: -150px;
    }

    .staff_list:nth-of-type(2):after {
        width: 30%;
        top: -120px;
    }

    .staff_list:nth-of-type(3):after {
        width: 30%;
        top: -120px;
    }

    .staff_list:nth-of-type(4):after {
        width: 25%;
        top: -137px;
    }

    .staff_list:not(:last-child) {
        margin: 0 0 160px;
    }

    .staff_list_info {
        height: 260px;
        padding-top: 105px;
    }

    .staff_lists {
        margin: 0 0 40px;
    }

    .staff_subtitle {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 590px) {
    .staff_list:nth-of-type(1):after {
        width: 130px;
        top: -80px;
    }

    .staff_list:nth-of-type(2):after {
        width: 130px;
        top: -70px;
    }

    .staff_list:nth-of-type(3):after {
        width: 130px;
        top: -70px;
    }

    .staff_list:nth-of-type(4):after {
        width: 115px;
        top: -89px;
    }

    .staff_list_info {
        height: 245px;
        padding-top: 80px;
    }

    .staff_list:nth-of-type(-n+2) {
        margin: 0 0 110px;
    }

    .staff_lists {
        padding: 80px 0 0;
    }

    .staff_subtitle {
        font-size: 1.6rem;
    }
}

/*----------------------------------------
	concept
----------------------------------------*/

.concept_intro_wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}

.concept_intro_text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    position: relative;
    left: -145px;
    margin: 60px 0 0;
}

.concept_intro_text {
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    color: #826355;
    font-size: 2.5rem;
    line-height: 1.72;
    text-align: center;
    color: #000;
    background-image: url(images/concept_intro_text_bg.svg);
    background-repeat: no-repeat;
    width: 638px;
    height: 274px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.concept_intro_subtitle {
    margin: 0 0 30px;
}

.concept_care_lists {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.concept_care_list {
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    color: #826355;
    font-size: 2.4rem;
    text-align: left;
    margin: 0 0 10px;
    background-image: url(images/concept_care_list_bg.svg);
    width: 1002px;
    height: 75px;
    display: flex;
    align-items: center;
    padding-left: 130px;
    background-size: cover;
    border-radius: 40px;
    position: relative;
}

.concept_care_list:before {
    content: "";
    background-image: url(images/concept_care_list_deco.svg);
    background-repeat: no-repeat;
    width: 73px;
    height: 59px;
    position: absolute;
    left: 23px;
    top: -10px;
}

.concept_care_subtitle {
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    color: #fff;
    font-size: 2.4rem;
    margin: 0 auto 65px;
    text-align: center;
    background-image: url(images/concept_care_subtitle_bg.svg);
    background-repeat: no-repeat;
    width: 1002px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.concept_service_subtitle:before {
    content: "";
    display: block;
    background-image: url(images/concept_service_icon.svg);
    background-repeat: no-repeat;
    width: 72px;
    height: 89px;
    margin: 0 auto 20px;
}

.concept_service_subtitle {
    margin: 0 0 70px;
    text-align: center;
}


.concept_care_arrow {
    margin: 30px 0;
    text-align: center;
}


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

.concept_service_lists:nth-of-type(-n+3) {
    margin: 0 0 60px;
}

.concept_service_list {
    width: 31.66%;
    height: 221px;
    background-image: url(images/concept_service_bg.svg);
    background-repeat: no-repeat;
    margin: 0 0 60px;
    padding: 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.concept_service_list:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}

.service_list_text_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.concept_service_list_title {
    position: relative;
    top: -20px;
}

.concept_service_list_text,
.concept_service_list_subtitle {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    color: #826355;
    font-size: 2rem;
}

.concept_service_list_text li {
    margin: 0 0 20px;
}

.concept_service_list:nth-of-type(2) .service_list_text_wrap {
    justify-content: center;
    margin-top: 40px;
}

.concept_service_list:nth-of-type(2) .concept_service_list_text:first-child {
    width: 44%;
}

.concept_service_list:nth-of-type(6) .concept_service_list_subtitle {
    margin-top: 40px;
}

.concept_service_list_subtitle {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    color: #826355;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .concept_intro_img {
        width: 46%;
    }

    .concept_intro_wrap img {
        width: 100%;
    }

    .concept_intro_text_box {
        width: 59%;
        left: -70px;
    }

    .concept_intro_text {
        background-size: 100%;
        width: 585px;
        height: 254px;
    }

    .concept_care_list {
        width: 100%;
    }

    .concept_service_list {
        width: 48%;
        height: 260px;
        border-radius: 10px;
        background-size: cover;
    }

    .concept_care_subtitle {
        background-size: 100%;
        width: 100%;
        height: 68px;
        font-size: 2.2rem;
    }

    .concept_care_arrow {
        margin: 15px 0;
    }
}

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

    .concept_care_list {
        font-size: 2rem;
        padding-right: 30px;
        padding-left: 85px;
        line-height: 1.2;
    }

    .concept_care_list:before {
        top: -7px;
        background-size: 100%;
        width: 60px;
    }

    .concept_care_subtitle {
        font-size: 2rem;
        background-image: url(images/concept_care_subtitle_bg_tb.svg);
        height: 165px;
        padding: 0px 30px;
        line-height: 1.5;
    }

    .concept_intro_text {
        font-size: 2rem;
        width: 460px;
        height: 200px;
        line-height: 1.5;
    }
}

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

    .concept_intro_text_box {
        left: -20px;
    }

    .concept_service_list {
        padding: 0 20px;
        font-size: 1.6rem;
        height: 215px;
    }

    .concept_service_list_text,
    .concept_service_list_subtitle {
        font-size: 1.6rem;
    }

    .concept_service_subtitle:before {
        width: 45px;
        height: 58px;
        margin: 0 auto 15px;
        background-size: 100%;
    }

    .concept_care_subtitle {
        height: 130px;
    }
}


@media screen and (max-width: 590px) {
    .concept_care_list {
        font-size: 1.6rem;
        padding-right: 20px;
        padding-left: 55px;
    }

    .concept_service_list {
        width: 100%;
        height: 205px;
        margin: 0 0 45px;
    }

    .concept_care_arrow {
        margin: 10px 0;
    }

    .concept_care_arrow img {
        width: 20%;
    }

    .concept_care_subtitle {
        background-image: url(images/concept_care_subtitle_bg_sp.svg);
        width: 320px;
        height: 137px;
        font-size: 1.6rem;
    }

    .concept_service_subtitle {
        width: 85%;
        margin: 0 auto 60px;
    }

    .concept_service_subtitle:before {
        width: 35px;
        height: 45px;
        margin: 0 auto 7px;
    }

    .concept_service_subtitle img {
        width: 100%;
    }

    .concept_care_list:before {
        width: 40px;
        left: 10px;
    }

    .concept_intro_wrap {
        flex-direction: column;
    }

    .concept_intro_text_box {
        width: 100%;
        position: unset;
        margin: 25px 0 0;
    }

    .concept_intro_text {
        margin: 20px auto 0;
        width: 320px;
        height: 140px;
        font-size: 1.4rem;
    }

    .concept_intro_subtitle {
        width: 80%;
        margin: auto;
    }

    .concept_intro_img {
        width: 80%;
        margin: auto;
    }

    .concept_service_list:nth-of-type(6) {
        margin: 0;
    }

    .concept_service_list_title {
        transform: scale(0.7);
    }
}

/*----------------------------------------
	about
----------------------------------------*/

.about_wrap {
    display: flex;
    background-image: url(images/about_bg.svg);
    background-repeat: no-repeat;
    width: 1117px;
    height: 1170px;
    margin: 0 0 60px;
    padding: 50px 0;
    justify-content: center;
}

.about_info {
    margin: 0 40px 0 0;
}

.about_info_text {
    margin: 0 0 20px;
}

.about_info_text dt {
    background-color: #7FBD26;
    display: inline-block;
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #fff;
    margin: 0 0 8px;
    padding: 6px 20px;
    border-radius: 13px;
}

.about_open span {
    font-size: 1.6rem;
}

.about_address span {
    font-size: 1.4rem;
    display: block;
    padding: 0 0 0 16px;
}

.about_info_text dd {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #826355;
    line-height: 1.3;
}

.about_address_text {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #826355;
    line-height: 1.3;
    margin: 0 0 25px;
}

.about_info_number {
    margin: 0 0 25px;
}

.about_info_logo {
    margin: 0 0 25px;
}

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

.about_address_map iframe {
    width: 440px;
    height: 960px;
}

@media screen and (max-width: 1200px) {
    .about_img_wrap {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .about_img {
        width: 30%;
    }

    .about_img img {
        width: 100%;
    }
}

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

    .about_wrap {
        margin: 0 calc(50% - 50vw);
        padding: 40px 3%;
        width: 100vw;
        height: auto;
        flex-direction: column;
        background-image: none;
        background-color: #fff;
        position: relative;
    }

    .about_wrap:before {
        content: "";
        position: absolute;
        background-size: 100%;
        width: 115%;
        height: 72px;
        background-image: url(images/about_bg_tb_top.png);
        background-repeat: no-repeat;
        top: -21px;
        left: -32px;
        z-index: -1;
    }

    .about_wrap:after {
        content: "";
        position: absolute;
        background-size: 100%;
        width: 118%;
        height: 73px;
        background-image: url(images/about_bg_tb_bottom.png);
        background-repeat: no-repeat;
        bottom: -60px;
        left: -37px;
        z-index: -1;
    }

    .about_address_map {
        position: relative;
        width: 96%;
        height: 100%;
        margin: auto;
        padding: 40.3% 0 0;
        text-align: center;
    }

    .about_address_map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .about_info {
        margin: 0;
    }

    .about_info_text {
        margin: 0 0 30px;
    }

    .about_info_logo {
        width: 210px;
        margin: 0 auto 25px;
    }

    .about_info_logo img {
        width: 100%;
    }

    .about_address_text {
        font-size: 1.6rem;
        margin: 0 0 10px;
    }

    .about_tel,
    .about_fax {
        width: 60%;
        margin: 0 auto 20px;
    }

    .about_tel img,
    .about_fax img {
        width: 100%;
    }

    .about_info_number {
        text-align: center;
    }
}

@media screen and (max-width: 590px) {
    .about_address_map {
        padding: 100% 0 0;
    }

    .about_tel,
    .about_fax {
        width: 80%;
    }
}

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

    .about_img:nth-of-type(-n+2) {
        margin: 0 0 20px;
    }
}

/*----------------------------------------
	news
----------------------------------------*/

.news_lists {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_list {
    width: 47%;
    margin: 0 0 70px;
}

.news_list img {
    width: 100%;
}


.archive_news_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sidebar_archive {
    width: 22%;
}

.archive_news_wrap .sidebar_archive_category_box,
.news_wrap .sidebar_archive_category_box {
    margin: 0 0 60px;
}

.news_archive_img {
    margin: 0 0 20px;
}

.news_archive_title {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

.news_archive_info {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_archive_category {
    background-color: #FFC3BD;
    color: #fff;
    border-radius: 30px;
    width: 103px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
}

p.info {
    background-color: #ACE4EB;
}

p.blog {
    background-color: #FFC3BD;
}

.news_archive_box a {
    display: block;
    background-color: #fff;
    padding: 25px 25px 0 25px;
    border-radius: 10px;
    height: 380px;
}

.sidebar_archive_news_list {
    border-top: 1px dashed #826355;
}

.sidebar_archive_news_list:last-child {
    border-bottom: 1px dashed #826355;
}

.sidebar_archive_news_list a {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.sidebar_archive_news_img {
    margin: 0 20px 0 0;
}

.sidebar_archive_news_img img {
    border-radius: 5px;
}

.sidebar_archive_news_title {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    font-weight: normal;
    margin: 0 0 25px;
}

.sidebar_archive_news_time {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    color: #000;
}

.sidebar_archive_title {
    color: #E37737;
    font-size: 1.6rem;
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    font-size: 2rem;
    margin: 0 0 15px;
    text-align: center;
}

.sidebar_archive_month_box {
    margin: 0 0 60px;
}

.sidebar_archive_month {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #E37737;
    color: #826355;
    font-size: 1.6rem;
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
}

.sidebar_archive_lists li {
    border-top: 1px dashed #826355;
}

.sidebar_archive_lists li a {
    display: block;
    padding: 20px 0;
    letter-spacing: 0.06em;
    font-size: 1.5rem;
    transition: 0.3s;
}

.sidebar_archive_lists li a:hover {
    color: #E37737;
}

.sidebar_archive_lists li:last-child {
    border-bottom: 1px dashed #826355;
}


.news_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.news_archive_title_wrap:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #826355;
    border-right: 1px solid #826355;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
}

.news_title {
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 40px;
    position: relative;
    padding: 0.7em;
    background: #826355;
    color: white;
}

.news_title:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #47362F;
}

.news_img_box {
    margin: 0 0 30px;
}

.news_img_box img {
    width: auto;
    max-height: 600px;
    border-radius: 20px;
    margin: auto;
}

.single-news .news_box img {
    width: auto;
    max-height: 600px;
    display: block;
    margin: auto;
}

.single_info {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.single_info_time {
    font-weight: 400;
    letter-spacing: 0.08em;
}

.single_info_category a {
    background-color: #FFC3BD;
    color: #fff;
    border-radius: 30px;
    width: 103px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    margin: 0 0 0 20px;
}

.news_text {
    margin: 0 0 100px;
    font-size: 1.6rem;
    line-height: 2.2;
}

.prev_post,
.next_post {
    width: 48%;
    padding: 25px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s;
    border: 1px solid #fff;
}

.prev_post:hover,
.next_post:hover {
    border: 1px solid #E37737;
}


.post_link_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px;
}

.prev_post .post-thum {
    margin-right: 30px;
}

.post-thum {
    margin-right: 30px;
}

.post-thum img {
    border-radius: 5px;
}

.post_info_prev,
.post_info_next {
    color: #E37737;
    font-size: 2.2rem;
    margin: 0 0 20px;
}

.post_info_prev_arrow {
    display: inline-block;
    width: 48px;
    height: 7px;
    border-bottom: 1px solid #E37737;
    border-right: 1px solid #E37737;
    transform: skew(45deg);
    margin: -10px 0 0 15px;
}

.post_info_next_arrow {
    display: inline-block;
    width: 48px;
    height: 7px;
    border-bottom: 1px solid #E37737;
    border-left: 1px solid #E37737;
    transform: skew(-45deg);
    margin: -10px 15px 0 0;
}

.single_all_button a {
    display: block;
    margin: auto;
    text-align: center;
}

.news_box_wrap {
    width: 68%;
}

.single_info_category a[href*="/info"] {
    background-color: #ACE4EB;
}

.single_info_category a[href*="/blog"] {
    background-color: #FFC3BD;
}

@media screen and (max-width: 1000px) {
    .news_archive_box a {
        height: 320px;
    }
}

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

    .news_lists {
        width: 100%;
    }

    .news_wrap {
        margin-bottom: 70px;
    }

    .news_title {
        font-size: 1.8rem;
        margin: 0 0 35px;
        padding-bottom: 15px;
    }

    .news_box_wrap {
        width: 64%;
    }

    .sidebar_archive {
        width: 100%;
    }

    .news_img_box {
        margin: 0 0 30px;
    }

    .news_subtitle {
        font-size: 1.6rem;
        margin: 0 0 25px;
        padding: 0.4em;
    }

    .news_archive_box a {
        height: 350px;
    }

    .post_link_wrap {
        flex-direction: column;
        margin: 0 0 30px;
    }

    .post_link_wrap .next_post {
        margin: 0 0 20px;
    }

    .prev_post,
    .next_post {
        width: 100%;
        padding: 15px;
    }

    .prev_post .post-thum img {
        width: 100%;
    }

    .prev_post .post-thum {
        margin-right: 15px;
    }

    .post_info_prev,
    .post_info_next {
        font-size: 1.8rem;
        margin: 0 0 15px;
    }

    .post_info_prev_arrow {
        width: 35px;
    }

    .news_wrap {
        flex-direction: column;
    }

    .news_box_wrap {
        width: 100%;
        margin: 0 0 50px;
    }

    .news_text {
        margin: 0 0 50px;
    }

    .single-news .news_box img {
        width: 80%;
    }

    .news_img_box img {
        width: 80%;
    }
}

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

    .news_list {
        margin: 0 0 40px;
    }

    .news_archive_box a {
        height: 280px;
        padding: 15px 15px 0 15px;
    }

    .news_archive_info {
        margin: 0 0 15px;
    }

    .news_archive_title {
        font-size: 1.3rem;
    }

    .news_archive_time {
        font-size: 1.1rem;
    }

    .news_archive_category {
        font-size: 1.1rem;
        margin: 0 0 0 5px;
        padding: 4px;
        width: 60px;
        height: 20px;
    }

    .news_archive_img {
        margin: 0 0 12px;
    }

    .sidebar_archive_news_list a {
        justify-content: space-between;
    }

    .sidebar_archive_news_img {
        margin: 0;
        width: 35%;
    }

    .sidebar_archive_news_img img {
        width: 100%;
    }

    .sidebar_archive_news_text {
        width: 58%;
    }

    .sidebar_archive_news_title {
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 430px) {
    .news_archive_box a {
        height: 230px;
    }
}

/*----------------------------------------
	contact
----------------------------------------*/

.contact_text {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}

.required {
    color: #E37737;
}

.table_contact_wrap {
    width: 800px;
    margin: auto;
}

.table_contact {
    width: 100%;
}

.table_contact tbody {
    display: block;
}

.table_contact tr {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.table_contact tr:last-of-type {
    align-items: flex-start;
}

.table_contact th {
    width: 20.5%;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #000;
    text-align: right;
    padding: 0 35px 0 0;
}

.table_contact tr:last-of-type th {
    padding-top: 15px;
}

.table_contact td {
    width: 78%;
}

.table_contact td input.text {
    width: 100%;
    border: none;
    height: 48px;
    padding: 0 0 0 20px;
    background-color: transparent;
    border: none;
    background-image: url(images/contact_text_bg.svg);
}

.table_contact td textarea {
    width: 100%;
    border: none;
    height: 192px;
    padding: 20px 0 0 20px;
    background-color: transparent;
    border: none;
    background-image: url(images/contact_textarea_bg.svg);
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
    box-shadow:
        3px 3px #E37737,
        -3px 3px #E37737,
        -3px -3px #E37737,
        3px -3px #E37737,
        3px 0px #E37737,
        0px 3px #E37737,
        -3px 0px #E37737,
        0px -3px #E37737;
    border-color: transparent;
}

.contact_policy {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.53;
    background-image: url(images/contact_policy_bg.svg);
    background-repeat: no-repeat;
    width: 801px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
    padding: 0 60px;
}

.agree_check {
    margin: 0 0 50px;
}

.agree_check_text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
}

input[name="submitConfirm"] {
    background-image: url(images/contact_confirm_button.svg);
    background-repeat: no-repeat;
    width: 332px;
    height: 78px;
    border: none;
    background-color: transparent;
    margin: auto;
    display: block;
    color: transparent;
    cursor: pointer;
}

input[name="contact_button"] {
    background-image: url(images/contact_button.svg);
    background-repeat: no-repeat;
    width: 332px;
    height: 78px;
    border: none;
    background-color: transparent;
    margin: auto;
    display: block;
    color: transparent;
    cursor: pointer;
}

.mw_wp_form_confirm .contact_policy {
    display: none;
}

.mw_wp_form_confirm .agree_check_text {
    display: none;
}

.mw_wp_form_confirm .table_contact tr:last-of-type th {
    padding-top: 0;
}

.mw_wp_form_confirm .table_contact_wrap {
    background: rgba(255, 255, 255, 0.6);
    padding: 50px 20px;
    border-radius: 10px;
}

.mw_wp_form_confirm .table_contact tr:last-of-type th {
    width: 25.5%;
}

.mw_wp_form_confirm .table_contact tr {
    margin: 0 0 30px;
}

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

    .contact_policy {
        width: 100%;
        font-size: 1.4rem;
        border-radius: 10px;
    }
}

@media screen and (max-width: 768px) {
    .contact_text {
        font-size: 1.4rem;
        margin: 0 0 30px;
        line-height: 1.3;
    }

    .table_contact th {
        width: 25.5%;
        font-size: 1.6rem;
        padding: 0 25px 0 0;
    }

    .table_contact td {
        width: 74.5%;
    }

    .table_contact td input.text {
        height: 40px;
    }

    .agree_check_text {
        font-size: 1.4rem;
    }
}

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

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

    .table_contact th {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        text-align: left;
    }

    .table_contact td {
        width: 100%;
    }

    .contact_policy {
        height: 175px;
        padding: 0 25px;
        background-size: cover;
        margin: 0 auto 30px;
    }

    input[name="submitConfirm"] {
        width: 290px;
        height: 68px;
        background-size: 100%;
    }

    input[name="contact_button"] {
        width: 290px;
        height: 68px;
        background-size: 100%;
    }

    .agree_check {
        margin: 0 0 30px;
    }

    .mw_wp_form_confirm .table_contact tr:last-of-type th {
        width: 100%;
    }
}

/*----------------------------------------
	20220712修正 concept
----------------------------------------*/

.concept_bottom {
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    padding: 0 40px 35px;
}

.concept_bottom_title {
    font-size: 4.5rem;
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
    position: relative;
    top: -25px;
    color: #826355;
    margin: 0 0 20px;
}

.concept_bottom_list {
    font-family: 'Kiwi Maru', serif;
    font-weight: 300;
    color: #826355;
    font-size: 2.5rem;
    margin: 0 0 30px;
}

.concept_service_list_text02 {
    line-height: 1.5;
}

.concept_service_list_text03 {
    width: 100%;
}

@media screen and (max-width: 590px) {
    .concept_bottom {
        padding: 0 25px 25px;
    }

    .concept_bottom_list {
        font-size: 1.8rem;
        margin: 0 0 15px;
        line-height: 1.4;
    }

    .concept_bottom_title {
        font-size: 2.8rem;
        top: -17px;
        margin: 0 0 12px;
    }
}
