﻿@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700,800,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");

.innerA {
    display: table;
    width: 100%;
    table-layout: fixed
}

.innerA .left_s {
    width: 30%;
    float: left
}

.innerA .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

.innerB {
    display: table;
    width: 100%;
    table-layout: fixed
}

@media all and (max-width: 639px) {
    .innerB {
        display: block
    }
}

.innerB .left,
.innerB .right {
    width: 48%;
    float: left
}

@media all and (max-width: 639px) {

    .innerB .left,
    .innerB .right {
        width: 100%;
        float: none
    }
}

.innerB .right {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerB .right {
        margin-left: 0;
        margin-top: 15px
    }
}

.innerB .left_s {
    width: 30%;
    float: left
}

@media all and (max-width: 639px) {
    .innerB .left_s {
        width: 100%;
        float: none
    }
}

.innerB .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerB .right_l {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        float: none
    }
}

.innerC {
    display: table;
    width: 100%;
    table-layout: fixed
}

.innerC .left,
.innerC .right {
    width: 48%;
    float: left
}

.innerC .right {
    margin-left: 4%
}

.innerC .left_s {
    width: 30%;
    float: left
}

.innerC .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

#entry {
    padding-bottom: 80px
}

#entry .entry__cotent {
    background: #fff;
    padding: 30px;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif
}

@media all and (max-width: 769px) {
    #entry .entry__cotent {
        padding: 15px
    }
}

#entry .entry__cotent .data span {
    background: #f2f2f1;
    padding: .3em .5em
}

#entry .entry__cotent .page_sec_title {
    margin: 10px 0;
    border-bottom: 1px solid #f2f2eb
}

@media all and (max-width: 769px) {
    #entry .entry__cotent .entry__cotent__text {
        font-size: 14px
    }
}

body {
    color: #2b2b2b;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .1rem
}

a {
    color: #E95768;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #f5b1b9
}

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

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

.logo:first-letter {
    color: #E95768
}

.logo a {
    display: block
}

.logo a img {
    width: 100%;
    display: block
}

#header_yopu {
    width: 100%;
    position: absolute;
    z-index: 3
}

#header_yopu .inner {
    padding: 22px;
    width: 100%;
    position: relative
}

#header_yopu .inner #logo {
    position: absolute;
    left: 0;
    width: 293px;
    height: auto;
    top: 0
}

@media all and (max-width: 639px) {
    #header_yopu .inner #logo {
        right: initial;
        width: 113px;
        height: auto;
        left: 0;
        top: 0
    }
}

#header_yopu .inner #logo a {
    display: block
}

#header_yopu .inner #logo a img {
    width: 100%;
    display: block
}

#header_yopu .inner nav {
    width: 50%;
    position: absolute;
    right: 90px;
    top: 60px;
    height: 128px
}

@media screen and (max-width: 1024px) {
    #header_yopu .inner nav {
        display: none
    }
}

#header_yopu .inner nav #navi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end
}

#header_yopu .inner nav #navi li {
    padding: 0 20px
}

#header_yopu .inner nav #navi li:first-child {
    padding-left: 0
}

#header_yopu .inner nav #navi li:last-child {
    padding-right: 0
}

#header_yopu .inner nav #navi li a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .1em;
    letter-spacing: .2em;
    font-weight: 300;
    color: #000
}

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

#main {
    width: 100%
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#footer_yopu {
    width: 100%;
    position: relative;
    background: #f2f2eb;
    z-index: 3
}

#footer_yopu .inner {
    padding: 50px 22px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end
}

@media all and (max-width: 639px) {
    #footer_yopu .inner {
        padding: 50px 22px 105px
    }
}

#footer_yopu .inner .inner__cont {
    width: 710px;
    top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto
}

@media all and (max-width: 639px) {
    #footer_yopu .inner .inner__cont {
        display: block;
        width: auto
    }
}

#footer_yopu .inner #logo {
    width: 103px;
    margin: 0 0
}

@media all and (max-width: 639px) {
    #footer_yopu .inner #logo {
        margin: auto
    }
}

#footer_yopu .inner #logo a {
    width: 103px;
    display: block
}

#footer_yopu .inner #logo a img {
    width: 100%;
    display: block
}

#footer_yopu .inner .main {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .1em;
    letter-spacing: .2em;
    font-weight: 300;
    width: 330px;
    margin-left: 20px
}

@media all and (max-width: 639px) {
    #footer_yopu .inner .main {
        writing-mode: initial;
        -ms-writing-mode: initial;
        width: 100%
    }
}

#footer_yopu .inner .main span.neme {
    font-size: 120%;
    font-size: 24px;
    margin-top: 8px
}

@media all and (max-width: 639px) {
    #footer_yopu .inner .main span.neme {
        margin-left: 8px
    }
}

#footer_yopu .inner .main.sec {
    margin-right: 15px
}

#footer_yopu .copyright {
    position: absolute;
    bottom: 19px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

#footer_yopu .copyright small {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 300
}

#footer_yopu ._sp_bottom {
    display: none
}

@media all and (max-width: 639px) {
    #footer_yopu ._sp_bottom {
        display: block
    }
}

#footer_yopu ._sp_bottom ul {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer_yopu ._sp_bottom ul li {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #333;
    padding: 8px 0 0
}

#footer_yopu ._sp_bottom ul li .tenpo {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .1em;
    text-align: center;
    width: 100%;
    color: #fff
}

#footer_yopu ._sp_bottom ul li .tenpo span {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .1em;
    margin-left: 5px
}

#footer_yopu ._sp_bottom ul li a {
    display: block;
    width: 50%;
    background: #320a07;
    text-align: center;
    padding: .5em 0;
    color: #fff
}

#sp_navi,
#humberger,
#drawernav {
    display: none
}

.slideshow {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    border: 22px solid #f2f2eb
}

.slideshow #catch {
    position: absolute;
    z-index: 998;
    bottom: 19%;
    right: 0;
    left: 0;
    margin: auto;
    animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal;
    width: 696px
}

@media all and (max-width: 1624px) {
    .slideshow #catch {
        width: 566px
    }
}

@media all and (max-width: 1455px) {
    .slideshow #catch {
        width: 436px
    }
}

.slideshow .next_contents {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 60px
}

.slideshow .next_contents span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box
}

.slideshow .next_contents span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoom-out 10s linear 0s 1 normal both
}

.swiper-slide {
    overflow: hidden
}

.slide-img {
    overflow: hidden;
    height: 100vh
}

.slide-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@keyframes zoom-out {
    0% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

.contact_btn {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px
}

.contact_btn li {
    width: 40%;
    margin: 0 2%
}

.contact_btn li a {
    display: block;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: .7em 0;
    color: #2b2b2b;
    text-align: center;
    font-size: 2rem
}

.contact_btn li a:before {
    margin-right: 10px
}

.contact_btn li a.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    color: #E95768
}

.contact_btn li a.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    color: #E95768
}

.contact_btn.contact_btn_02 li {
    width: 100%
}

.contact_btn.contact_btn_03 li a {
    font-size: 1.5rem
}

.single {
    margin: 0 auto;
    width: 1160px;
    padding-bottom: 70px
}

@media all and (max-width: 1414px) {
    .single {
        width: 100%
    }
}

.single_02 {
    margin: 0 auto;
    width: 876px;
    padding-bottom: 70px
}

.mbox {
    background: #FFFFFF;
    padding: 30px
}

.mbox_02 {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 20px;
    box-sizing: border-box
}

.bg_common {
    padding-top: 70px
}

.bg_b {
    margin-bottom: 70px
}

.bg_01 {
    background-color: #f2f2eb
}

.bg_02 {
    background-image: url(../img/bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

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

.half .child {
    width: 50%
}

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

.triple .child {
    width: 33.3%
}

.column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4 .child:nth-child(4n) {
    margin: 0 0 3% 0
}

.column5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column5 .child {
    width: 18.4%;
    margin: 0 2% 2% 0
}

.column5 .child:nth-child(5n) {
    margin: 0 0 2% 0
}

.mtitle_big {
    position: relative;
    margin-bottom: 20px;
    color: #E95768;
    font-family: "YakuHanJP", "Roboto", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .3em;
    line-height: 1.2
}

.mtitle_big span {
    display: block;
    color: #2b2b2b;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: initial;
    letter-spacing: .2em
}

.mtitle_big.mtitle_big_white {
    color: #FFFFFF
}

.mtitle_big.mtitle_big_white span {
    color: #FFFFFF
}

.mtitle {
    font-size: 2rem;
    font-weight: 500;
    color: #E95768;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center
}

.mtitle span {
    display: block;
    font-size: 3.6rem
}

.mtitle.mtitle_white {
    color: #FFFFFF
}

.mtitle_middle {
    width: 100%;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 300;
    box-sizing: border-box
}

.mtitle_small {
    position: relative;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 30px
}

.mtitle_small:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #f6807f;
    position: absolute;
    left: 0;
    bottom: -15px
}

.mtitle_sub {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500
}

.mtitle_sub:before {
    content: "";
    background-color: #E95768;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.mtitle_border {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500
}

.mtitle_border span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left
}

.mtitle_border span::before,
.mtitle_border span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #ccc
}

.mtitle_border span::before {
    right: 100%
}

.mtitle_border span::after {
    left: 100%
}

.mtitle_top {
    margin-bottom: 30px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: .2em
}

.mtitle_top em {
    font-style: normal;
    font-size: 2em
}

.mtitle_top span {
    display: block;
    font-family: "YakuHanJP", "Roboto", sans-serif;
    font-size: 2.5em;
    font-weight: 700
}

.mtitle_blog {
    margin-bottom: 10px
}

.mtitle_recruit {
    position: relative;
    background: #E95768;
    color: #FFFFFF;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center
}

.mtitle_recruit h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.2;
    font-family: "YakuHanJP", "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .3em
}

.mtitle_recruit h3 span {
    display: block;
    font-size: 1.6rem;
    font-weight: initial
}

.cbtn {
    margin-top: 30px
}

.cbtn a,
.cbtn button {
    display: block;
    position: relative;
    width: 320px;
    max-width: 100%;
    background: #2b2b2b;
    color: #FFFFFF;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    letter-spacing: .3em
}

.cbtn a:after,
.cbtn button:after {
    position: absolute;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    transition: .2s
}

.cbtn a:hover:after,
.cbtn button:hover:after {
    right: 10px
}

.cbtn.cbtn_01 {
    position: absolute;
    bottom: -8%
}

.cbtn.cbtn_02 a,
.cbtn.cbtn_02 button {
    margin: 0 auto
}

.news {
    font-size: 1.4rem
}

.news dt {
    float: left;
    width: 5em;
    margin-bottom: 10px
}

.news dd {
    padding: 0 0 10px 7em;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-top {
    font-size: 1.4rem
}

.news-top dt {
    float: left;
    width: 5em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #E95768;
    color: #FFFFFF;
    text-align: center
}

.news-top dd {
    padding: 0 0 10px 7em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news-top dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl dt {
    float: left;
    width: 7em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #E95768;
    color: #FFFFFF;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.tbl {
    width: 100%;
    background-color: #FFFFFF
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
}

.tbl th {
    background: #eef6f3;
    font-weight: normal
}

.tbl_new {
    width: 100%;
    background-color: #FFFFFF
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: middle;
    padding: 10px
}

.tbl_new tr th {
    width: 20%;
    text-align: left;
    font-weight: normal
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #f2f2eb
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #E95768;
    color: #FFFFFF;
    font-weight: normal
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #FFFFFF;
    border-width: 10px;
    border-left-color: #E95768;
    margin-top: -10px
}

.company td {
    background: #FFFFFF;
    padding-left: 20px
}

.tbl_01 th {
    width: 30%
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check li {
    padding-left: 1.5em
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    content: "\f058";
    color: #E95768;
    margin: 0 5px 0 -1.5em;
    padding: 1px
}

.list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
}

.list_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1.5em;
    color: #E95768
}

.list_line li {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.list_macker {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold
}

.list_macker li {
    width: 18.4%;
    margin: 0 2% 1% 0
}

.list_macker li:nth-child(5n) {
    margin: 0 0 1% 0
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    transition: all .3s ease-out;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #E95768;
    color: #FFFFFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.ggmap {
    position: relative;
    padding-bottom: 30.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important
}

.box_style {
    overflow: hidden;
    padding: 40px;
    background: #FFFFFF;
    margin-bottom: 40px
}

.box_style:last-child {
    margin-bottom: 0
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f2f2eb
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    position: relative;
    width: 40%;
    box-sizing: border-box;
    padding: 130px 0 80px
}

.article .article_detail .article_title {
    position: absolute;
    top: -80px;
    right: 80px
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_b {
    margin-bottom: 50px
}

.article.article_01 .article_image {
    background-image: url(../img/article_01.jpg)
}

.article.article_02 .article_image {
    background-image: url(../img/article_02.jpg)
}

.article.article_03 .article_image {
    background-image: url(../img/article_03.jpg)
}

.article.article_04 .article_image {
    background-image: url(../img/article_04.jpg)
}

.article.article_05 .article_image {
    background-image: url(../img/article_05.jpg)
}

.article.article_06 .article_image {
    background-image: url(../img/article_06.jpg)
}

.blog {
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    color: #2b2b2b;
    border-radius: 6px
}

.blog .inner {
    padding: 20px
}

.blog .thumb_image {
    position: relative;
    overflow: hidden;
    background: #FFFFFF
}

.blog .thumb_image img {
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.blog .thumb_image:before {
    display: block;
    content: '';
    padding-top: 76%
}

.blog:hover {
    box-shadow: initial;
    color: #2b2b2b
}

.blog:hover .thumb_image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.date {
    display: block;
    margin-bottom: 10px
}

.date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.category_nav {
    border: 1px solid #CCCCCC
}

.category_nav li a {
    display: block;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px dotted #CCCCCC
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px
}

.category_nav li a:hover {
    background: #FFFFFF
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog_article {
    margin-bottom: 40px
}

.blog_article:last-child {
    margin-bottom: 0
}

.gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center
}

.gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
}

.gallery_ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #FFFFFF
}

.gallery_ul li a img {
    object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.gallery_ul li a:before {
    display: block;
    content: '';
    padding-top: 66%
}

.gallery_ul li a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.gallery_ul li span {
    display: block;
    margin-top: 5px
}

.item_flow {
    padding: 20px
}

.item_flow:last-child {
    margin-bottom: 0
}

.item_flow:nth-child(even) {
    background: #FFFFFF
}

.item_flow:nth-child(odd) {
    background: #f2f2eb
}

.item_flow .cut {
    position: relative
}

.item_flow .item_flow_num {
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background-color: #E95768;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(-45deg);
    text-align: center
}

.item_flow .item_flow_num span {
    display: block;
    font-size: 2.5rem;
    transform: rotate(45deg)
}

.item_flow .item_flow_ttl {
    margin: 20px 0;
    font-size: 2.5rem;
    font-weight: 500;
    padding-left: 90px
}

#rss li {
    border-bottom: 1px solid #CCCCCC
}

#rss li a {
    display: block;
    padding: 10px 0;
    color: #2b2b2b;
    position: relative
}

#rss li a:after {
    position: absolute;
    top: 50%;
    right: 3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #E95768
}

#rss li a:hover {
    background: #eef6f3
}

.sns_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px
}

.sns_list li {
    width: 31.3%;
    margin-right: 3%
}

.sns_list li:last-child {
    margin: 0
}

.sns_btn {
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    display: block;
    border-radius: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle
}

.sns_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sns_btn i {
    font-size: 2rem;
    position: relative;
    top: 3px;
    margin-right: 10px
}

.sns_btn span {
    display: inline-block;
    position: relative;
    transition: .5s
}

.sns_btn:hover {
    color: #FFFFFF
}

.sns_btn:hover span {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg)
}

.facebook_btn {
    background: #4267b2
}

.insta_btn {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat
}

.insta_btn:before {
    background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat
}

.line_btn {
    background: #00b82b
}

.page_bnr {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.page_bnr li {
    margin: 0 2% 2% 0
}

.page_bnr li a {
    display: block;
    color: #2b2b2b;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 10px
}

.page_bnr li a:hover {
    color: #E95768
}

.page_bnr li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
    color: #E95768
}

.page_bnr.page_bnr_01 li {
    width: 49%
}

.page_bnr.page_bnr_01 li:nth-child(2n) {
    margin: 0 0 2% 0
}

.page_bnr.page_bnr_02 li {
    width: 32%
}

.page_bnr.page_bnr_02 li:nth-child(3n) {
    margin: 0 0 2% 0
}

.top_main {
    overflow: hidden;
    margin-bottom: 130px
}

.top_main .inner {
    position: relative;
    margin: 40px 0 60px
}

.top_main .inner:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -2;
    width: 1227px;
    height: 350px;
    max-width: 100%;
    background: #E95768
}

.top_main .inner .top_main_contents {
    position: relative;
    width: 1160px;
    max-width: 100%;
    margin: 0 auto
}

.top_main .inner .top_main_contents .top_main_txt {
    position: relative;
    width: 475px;
    max-width: 100%;
    height: 250px;
    background: #f2f2eb;
    padding: 35px 50px 0 50px
}

.top_main .inner .top_main_contents .top_main_img {
    overflow: hidden;
    position: absolute;
    left: 500px;
    top: 0;
    width: 900px;
    max-width: 100%
}

.macker {
    background-image: -webkit-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #fbff00 50%);
    background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
    background-repeat: repeat-x;
    background-size: 200% .3em;
    background-position: 0 1em;
    transition: all 3.5s ease;
    font-style: normal;
    font-weight: bold;
    padding: 0 5px
}

.macker.active {
    background-position: -100% .8em
}

.policy {
    padding: 30px;
    border: 1px solid #EEEEEE;
    border-radius: 5px
}

.cut {
    overflow: hidden;
    zoom: 1
}

@-webkit-keyframes animation-bar {
    0% {
        left: 0;
        right: auto;
        width: 0
    }

    50% {
        left: 0;
        right: auto;
        width: 100%
    }

    51% {
        left: auto;
        right: 0;
        width: 100%
    }

    100% {
        left: auto;
        right: 0;
        width: 101%
    }
}

@keyframes animation-bar {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    100% {
        left: 101%;
        width: 0
    }
}

@-webkit-keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animation-txt {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animation.move .animation-bar:before {
    -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
    animation: animation-bar 1s ease 0s 1 normal forwards
}

.animation.move .animation-txt {
    -webkit-animation: animation-txt 0s ease .5s 1 normal forwards;
    animation: animation-txt 0s ease .5s 1 normal forwards
}

.animation .animation-box {
    display: block;
    text-align: center
}

.animation .animation-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.animation .animation-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #f3b1c3
}

.animation .animation-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect_fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 2s
}

.effect_fade.effect_scroll {
    opacity: 1;
    transform: translate(0, 0)
}

.follower {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 5000;
    transition: transform ease .3s;
    text-align: center
}

.follower.is-active {
    transform: scale(2)
}

#page.page_under {
    background-image: url(../img/page_back.png)
}

.page_title_box {
    background-image: url(../img/slider-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    background-position: right bottom;
    padding: 11rem 0
}

@media all and (max-width: 639px) {
    .page_title_box {
        background-position: right top;
        background-size: 100%;
        padding: 0
    }
}

.page_title_box .page_title {
    display: table;
    letter-spacing: .3em;
    position: relative;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: .1em;
    color: #c2a476;
    text-align: center;
    padding: 25px 50px;
    margin: auto;
    border-bottom: 1px solid #c2a476;
    border-top: 1px solid #c2a476;
    line-height: 1em
}

@media all and (max-width: 639px) {
    .page_title_box .page_title {
        width: 90%
    }
}

.page_title_box .page_title span {
    display: block;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .1em
}

@media all and (max-width: 639px) {
    .page_title_box .page_title span {
        line-height: 1em;
        margin-top: 10px
    }
}

.form .required {
    background: #FF4F4F;
    color: #FFFFFF;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form .textarea,
.form textarea {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

.form .textarea {
    height: 30px
}

.form .selectarea {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    height: 30px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    border: none;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding: 2px 0 2px 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0;
    top: 5px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 8px;
    background-color: #E95768;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding: 2px 20px 2px 25px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #E95768;
    border-bottom: 3px solid #E95768;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.form .form-button {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0
}

.form #mailform button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #f2f2eb;
    font-weight: bold;
    border: 2px solid #f2f2eb
}

.form #mailform button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

.form #mailform button:hover {
    background: #fff;
    color: #f2f2eb
}

.form #mailform button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

#top_main {
    width: 100%;
    position: relative;
    height: auto;
    background-image: url(../img/slider-back.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media all and (max-width: 639px) {
    #top_main {
        background-image: url(../img/sp_slider-back.jpg);
        margin-top: 0
    }
}

#top_main .top_main_vis {
    width: 100%;
    height: 100vh;
    border-radius: 15px
}

@media all and (max-width: 639px) {
    #top_main .top_main_vis {
        margin-top: 0;
        width: 100%
    }
}

#top_main ul.slider li {
    width: 100%;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: center top;
    background-image: url(../img/slider-1.png)
}

@media all and (max-width: 639px) {
    #top_main ul.slider li {
        background-image: url(../img/sp_slider-1.png)
    }
}

#top_main ul.slider li:nth-child(2) {
    background-image: url(../img/slider-2.png)
}

@media all and (max-width: 639px) {
    #top_main ul.slider li:nth-child(2) {
        background-image: url(../img/sp_slider-2.png)
    }
}

#top_main ul.slider li:nth-child(3) {
    background-image: url(../img/slider-3.png)
}

@media all and (max-width: 639px) {
    #top_main ul.slider li:nth-child(3) {
        background-image: url(../img/sp_slider-3.png)
    }
}

#top_main ul.slider li img {
    display: block;
    width: 100%;
    border-radius: 15px
}

#top_main #top_1 {
    background: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 530px;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    #top_main #top_1 {
        width: 90%;
        margin: auto;
        right: 0;
        left: 0
    }
}

#top_main #top_1 .top_1__content {
    padding: 15px
}

#top_main #top_1 .top_1__content .inner {
    width: 100%
}

#top_main #top_1 .top_1__content .inner .post_list li .inner__ {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#top_main #top_1 .top_1__content .inner .post_list li .inner__ .left_img {
    width: 150px
}

@media all and (max-width: 639px) {
    #top_main #top_1 .top_1__content .inner .post_list li .inner__ .left_img {
        width: 30%
    }
}

#top_main #top_1 .top_1__content .inner .post_list li .inner__ .left_img a {
    width: 150px;
    display: block;
    text-align: center;
    height: 120px;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden
}

@media all and (max-width: 639px) {
    #top_main #top_1 .top_1__content .inner .post_list li .inner__ .left_img a {
        width: 100%
    }
}

#top_main #top_1 .top_1__content .inner .post_list li .inner__ .left_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#top_main #top_1 .top_1__content .inner .post_list li .inner__ .right_text {
    width: 330px;
    margin-left: auto
}

@media all and (max-width: 639px) {
    #top_main #top_1 .top_1__content .inner .post_list li .inner__ .right_text {
        width: 65%
    }
}

#top_main #top_1 .top_1__content .inner .post_list li .inner__ .right_text .data {
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .1em;
    color: #f3b1c3
}

@media all and (max-width: 639px) {
    #top_main #top_1 .top_1__content .inner .post_list li .inner__ .right_text .data {
        font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
        font-weight: 500;
        font-size: 12px;
        letter-spacing: .1em
    }
}

#top_main #top_1 .top_1__content .inner .post_list li .inner__ .right_text a {
    display: block;
    color: #ef8891;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    margin-top: 6px;
    line-height: 1.4em
}

@media all and (max-width: 639px) {
    #top_main #top_1 .top_1__content .inner .post_list li .inner__ .right_text a {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#top_main #top_1 .top_1__content .inner .post_list li .inner__ .right_text a:hover {
    color: #E95768;
    transition: all 0.5s ease-out
}

#top_main .top_foot {
    position: absolute;
    bottom: 30px;
    left: 30px
}

@media all and (max-width: 639px) {
    #top_main .top_foot {
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto
    }
}

#top_main .top_foot p {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    font-weight: bold
}

@media all and (max-width: 639px) {
    #top_main .top_foot p {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: .1em;
        font-weight: bold;
        text-align: center
    }
}

#top_insta {
    position: relative;
    height: 200px
}

#top_insta:before {
    content: "";
    display: block;
    background-image: url(../img/insta_title.png);
    background-size: contain;
    width: 226px;
    height: 117px;
    position: absolute;
    top: -74px;
    left: 50px;
    z-index: 33
}

#top_insta ul {
    height: 200px
}

#top_insta ul li a {
    width: 350px;
    display: block;
    text-align: center;
    height: 200px;
    vertical-align: middle
}

#top_insta ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#footer {
    padding: 80px 0 0
}

#footer .logo_fo {
    display: block;
    margin: auto
}

#footer .foot_main {
    text-align: center;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 300;
    margin-bottom: 50px
}

#footer .foot_main span {
    display: block;
    margin: 15px auto;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 300
}

@media all and (max-width: 1414px) {
    #contents .single {
        padding: 0 15px;
        box-sizing: border-box
    }
}

.kasou_page {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%)
}

#about_2 {
    padding: 0 0
}

#about_2 img.sec_title {
    width: 270px;
    display: block;
    margin: 0 auto 50px
}

#about_2 .innerB img {
    width: 100%
}

#about_2 .innerB table {
    width: 100%;
    border-top: 1px solid #bbb
}

#about_2 .innerB table th,
#about_2 .innerB table td {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 300;
    letter-spacing: .16em;
    border-bottom: 1px solid #bbb;
    padding: 1em .8em
}

@media all and (max-width: 639px) {
    #about_2 .innerB table th {
        white-space: nowrap
    }
}

#about_2 .mapppp {
    margin-top: 50px
}

#about_2 .mapppp img {
    width: 100%;
    display: block;
    margin: 0 auto 50px
}

#about_2 .mapppp .gggmap {
    line-height: 0
}

@media all and (max-width: 639px) {
    #service_1 {
        padding-bottom: 50px
    }
}

#service_1 .top_1_contad {
    width: 90%;
    margin: auto
}

@media all and (max-width: 639px) {
    #service_1 .top_1__inner {
        display: block
    }
}

#service_1 .top_1__inner .leff img {
    width: 270px;
    display: block;
    margin: 0 auto 50px
}

#service_1 .top_1__inner .riggg {
    width: 85%;
    padding-left: 50px;
    margin: auto
}

@media all and (max-width: 639px) {
    #service_1 .top_1__inner .riggg {
        width: 100%;
        padding-left: 0
    }
}

#service_1 .top_1__inner .riggg img {
    display: block;
    width: 100%
}

#service_1 .top_1__inner .riggg .text_ee {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

@media all and (max-width: 639px) {
    #service_1 .top_1__inner .riggg .text_ee {
        display: block
    }
}

#service_1 .top_1__inner .riggg .read {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 35px;
    letter-spacing: .1em;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    margin: 0 0 0 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media all and (max-width: 639px) {
    #service_1 .top_1__inner .riggg .read {
        writing-mode: initial;
        -ms-writing-mode: initial;
        margin: 0
    }
}

@media all and (max-width: 639px) and (max-width: 639px) {
    #service_1 .top_1__inner .riggg .read {
        font-family: "YakuHanMP", "Noto Serif JP", serif;
        font-weight: 500;
        font-size: 30px;
        letter-spacing: .1em;
        font-weight: 300
    }
}

#service_1 .top_1__inner .riggg .main {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: 300;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 427px;
    margin-top: 50px;
    font-family: "Noto Serif JP", serif
}

@media all and (max-width: 639px) {
    #service_1 .top_1__inner .riggg .main {
        writing-mode: initial;
        -ms-writing-mode: initial;
        height: auto;
        margin-top: 20px
    }
}

#service_1 .top_1__inner .riggg .sec {
    margin-top: 80px
}

#service_1 .top_1__inner .riggg .sec .text_ee {
    justify-content: flex-start
}

#service_1 .service_1__bottom {
    margin-top: 80px
}

#service_1 .service_1__bottom .bottom_item {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#service_1 .service_1__bottom .bottom_item .item_img {
    width: 30%
}

#service_1 .service_1__bottom .bottom_item .item_img img {
    display: block;
    width: 100%
}

#service_1 .service_1__bottom .bottom_item .itme_text {
    width: 65%;
    margin-left: auto
}

#service_1 .service_1__bottom .bottom_item .itme_text .item_read {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: 300;
    margin-top: 20px
}

@media all and (max-width: 639px) {
    #service_1 .service_1__bottom .bottom_item .itme_text .item_read {
        margin-top: 0
    }
}

#service_1 .service_1__bottom .bottom_item .itme_text .itme_main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    margin-top: 15px
}

#service_1 .service_gyarar {
    margin-top: 50px
}

#service_1 .service_gyarar .read {
    text-align: center;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: 300
}

#service_1 .service_gyarar ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #fff;
    padding: 30px
}

@media all and (max-width: 639px) {
    #service_1 .service_gyarar ul {
        padding: 15px
    }
}

#service_1 .service_gyarar ul li {
    width: 32%;
    margin-right: 2%
}

@media all and (max-width: 639px) {
    #service_1 .service_gyarar ul li {
        width: 49%;
        margin-bottom: 8px
    }
}

#service_1 .service_gyarar ul li:nth-child(3n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    #service_1 .service_gyarar ul li:nth-child(3n) {
        margin-right: 2%
    }
}

#service_1 .service_gyarar ul li:nth-child(n+4) {
    margin-top: 30px
}

@media all and (max-width: 639px) {
    #service_1 .service_gyarar ul li:nth-child(n+4) {
        margin-top: 0
    }
}

@media all and (max-width: 639px) {
    #service_1 .service_gyarar ul li:nth-child(even) {
        margin-right: 0
    }
}

#service_1 .service_gyarar ul li a {
    display: block;
    width: 100%;
    height: 258px;
    line-height: 258px;
    overflow: hidden;
    border-radius: 10px;
    background: #f2f2f4
}

@media all and (max-width: 639px) {
    #service_1 .service_gyarar ul li a {
        height: 87px;
        line-height: 87px
    }
}

#service_1 .service_gyarar ul li a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    font-family: "object-fit: contain;"
}

#service_1 .service_gyarar ul li p {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    margin-top: 8px
}

@media all and (max-width: 639px) {
    #topics_1 {
        padding-bottom: 50px
    }
}

#topics_1 ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (max-width: 639px) {
    #topics_1 ul {
        display: block
    }
}

#topics_1 ul li {
    width: 48%;
    margin-right: 4%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    #topics_1 ul li {
        width: 100%;
        margin-top: 15px;
        margin-right: 0
    }
}

#topics_1 ul li:nth-child(even) {
    margin-right: 0
}

#topics_1 ul li:nth-child(n+3) {
    margin-top: 20px
}

@media all and (max-width: 639px) {
    #topics_1 ul li:nth-child(n+3) {
        margin-top: 15px
    }
}

#topics_1 ul li .inner__ {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#topics_1 ul li .inner__ .left_img {
    width: 30%
}

#topics_1 ul li .inner__ .left_img a {
    width: 100%;
    display: block;
    text-align: center;
    height: 120px;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden
}

#topics_1 ul li .inner__ .left_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#topics_1 ul li .inner__ .right_text {
    width: 65%;
    margin-left: auto
}

#topics_1 ul li .inner__ .right_text .data {
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .1em;
    color: #f3b1c3
}

@media all and (max-width: 639px) {
    #topics_1 ul li .inner__ .right_text .data {
        font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
        font-weight: 500;
        font-size: 12px;
        letter-spacing: .1em
    }
}

#topics_1 ul li .inner__ .right_text a {
    display: block;
    color: #333;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    margin-top: 6px;
    line-height: 1.4em
}

@media all and (max-width: 639px) {
    #topics_1 ul li .inner__ .right_text a {
        font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: .1em
    }
}

#topics_1 ul li .inner__ .right_text a:hover {
    color: #ef8891;
    transition: all 0.5s ease-out
}

#entry .main_contents {
    background: #fff;
    padding: 30px;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: .1em;
    font-weight: 300;
    line-height: 1.9em;
    margin-top: 30px
}

#entry .pages a {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 300
}

#entry.list_pege ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media all and (max-width: 639px) {
    #entry.list_pege ul {
        display: block
    }
}

#entry.list_pege ul li {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px
}

@media all and (max-width: 639px) {
    #entry.list_pege ul li {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
}

#entry.list_pege ul li .top_3__content__list__item a {
    position: relative;
    width: 100%;
    overflow: hidden
}

#entry.list_pege ul li .top_3__content__list__item a .blog_card__item__contents__thumbnail {
    width: 100%;
    display: block;
    text-align: center;
    height: 200px;
    vertical-align: middle;
    margin-bottom: 15px
}

#entry.list_pege ul li .top_3__content__list__item a .blog_card__item__contents__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#entry.list_pege ul li .blog_card__item__contents__taxt {
    padding: 0
}

#entry.list_pege ul li .blog_card__item__contents__taxt .data {
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 300;
    display: table;
    background: #333;
    padding: .1em .8em;
    margin-bottom: 6px
}

#entry.list_pege ul li .blog_card__item__contents__taxt .data span {
    color: #fff
}

#entry.list_pege ul li .blog_card__item__contents__taxt a {
    text-decoration: none;
    display: block
}

#entry.list_pege ul li .blog_card__item__contents__taxt a .blog_card__item__contents__title {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 300;
    line-height: 1.5em
}

#entry.list_pege ul li .blog_card__item__contents__taxt a:hover p {
    color: #f3b1c3;
    transition: .4s
}

#entry.list_pege ul li:nth-child(3n) {
    margin-right: 0
}

#entry .cbtn a,
#entry .cbtn button {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 300;
    background: none;
    border: 1px solid #333;
    color: #333
}

#entry .cbtn a {
    margin: auto
}

#recruit_1 {
    padding: 0 0
}

@media all and (max-width: 639px) {
    #recruit_1 {
        padding-bottom: 50px
    }
}

#recruit_1 img.sec_title {
    width: 270px;
    display: block;
    margin: 0 auto 50px
}

#recruit_1 img {
    width: 100%;
    margin-bottom: 15px
}

#recruit_1 table {
    width: 100%;
    border-top: 1px solid #bbb
}

#recruit_1 table th,
#recruit_1 table td {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 300;
    letter-spacing: .16em;
    border-bottom: 1px solid #bbb;
    padding: 1em .8em;
    vertical-align: middle
}

#recruit_1 table th {
    white-space: nowrap
}

@media all and (max-width: 639px) {
    #contact_1 {
        padding-bottom: 50px
    }
}

#contact_1 .top_2__content {
    background: #fff;
    padding: 50px 80px;
    width: 80%;
    box-sizing: border-box;
    margin: auto
}

@media all and (max-width: 639px) {
    #contact_1 .top_2__content {
        width: 100%;
        padding: 30px 15px
    }
}

#contact_1 .top_2__content .thanks p {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em
}

#contact_1 .top_2__content .main {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    color: #E95768;
    font-weight: bold
}

#contact_1 .top_2__content .contact_1__main {
    width: 100%;
    margin: auto
}

#contact_1 .top_2__content .form {
    box-sizing: border-box;
    margin-top: 30px
}

@media all and (max-width: 639px) {
    #contact_1 .top_2__content .form {
        padding: 30px 15px;
        margin-top: 0
    }
}

#contact_1 .top_2__content dl {
    border-top: 1px solid #ccc;
    /* margin-bottom: 30px */
}

#contact_1 .top_2__content dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form .form-pattern-2 dl dt:not(.pattern-exclusion) span.required::before {
    background: #ef8891;
    color: #fff;
    padding: .3em .8em;
    top: 0;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 11px
}

#contact_1 .top_2__content dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #ccc
}

@media all and (max-width: 639px) {
    #contact_1 .top_2__content dd {
        padding-left: 0
    }
}

#contact_1 .top_2__content dt,
#contact_1 .top_2__content dd {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 400
}

@media all and (max-width: 639px) {

    #contact_1 .top_2__content dt,
    #contact_1 .top_2__content dd {
        width: 100%;
        float: none
    }
}

#contact_1 .top_2__content dt .textarea,
#contact_1 .top_2__content dt textarea,
#contact_1 .top_2__content dt .dropdown,
#contact_1 .top_2__content dd .textarea,
#contact_1 .top_2__content dd textarea,
#contact_1 .top_2__content dd .dropdown {
    width: 98%
}

#contact_1 .top_2__content .fm-text p {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .1em
}

.form .form-contents {
    padding: 0 0 30px;
}

.form .form-contents dl {
    margin-bottom: 0;
}

#contact_1 .top_2__content #mailform button,
.form .form-pattern-2 .submit-btn {
    border-radius: 0;
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    border: 1px solid #E95768;
    background: #fff;
    color: #E95768
}

#contact_1 .top_2__content #mailform button:hover,
.form .form-pattern-2 .submit-btn:hover {
    background: #E95768;
    color: #fff;
    transition: .4s
}

.form .form-pattern-2 .submit-btn::before {
    background: #E95768;
}

.form .form-pattern-2 .submit-btn:hover::before {
    background: #fff;
    transition: .4s
}

#contact_1 .top_2__content .plaaa {
    margin-top: 50px;
    background: #ef8891;
    padding: 30px 50px
}

@media all and (max-width: 639px) {
    #contact_1 .top_2__content .plaaa {
        padding: 30px
    }
}

#contact_1 .top_2__content .plaaa .read {
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    margin-bottom: 20px
}

#contact_1 .top_2__content .plaaa .plaaa__inner {
    padding: 10px;
    height: 150px;
    margin: 8px 0;
    overflow-y: scroll
}

#contact_1 .top_2__content .plaaa .top {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .1em;
    text-align: center;
    color: #fff
}

@media all and (max-width: 639px) {
    #contact_1 .top_2__content .plaaa .top {
        text-align: left
    }
}

#contact_1 .top_2__content .plaaa .item {
    font-family: "YakuHanJP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .1em;
    margin: 10px auto 0;
    color: #fff
}

@media all and (max-width: 639px) {
    #contact_1 .top_2__content .plaaa .item {
        width: 100%
    }
}

#contact_1 .top_2__content .plaaa .item span {
    display: block;
    color: #fff;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em
}

#contact_1 .top_2__content .plaaa .item span:before {
    content: "◆";
    margin-right: 3px
}

/*# sourceMappingURL=basis.css.map */