body {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .1rem
}

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

a:hover {
    color: #ff4d5b
}

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

.ja {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif
}

.en {
    font-family: "YakuHanJP", "Roboto Condensed", "sans-serif";
    text-transform: uppercase;
    letter-spacing: .22em
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px 0
}

#header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #333
}

#header.is-fixed #navi li a {
    color: #333
}

#header .inner {
    margin: 0 auto;
    max-width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header #logo {
    width: 300px
}

#header #head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header #navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#header #navi li {
    margin-right: 20px;
    padding-right: 20px
}

#header #navi li a {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    line-height: 1.4
}

#header #navi li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #e60012;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#header #navi li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#header #navi li span {
    display: block;
    color: #e60012;
    font-size: 1rem
}

#header .phone {
    margin-right: 20px
}

#page-top {
    position: fixed;
    right: -10px;
    bottom: 4em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 5
}

#page-top a {
    display: block;
    position: relative;
    color: #333;
    font-weight: 400
}

#page-top a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#page-top a:hover:before {
    width: 100px
}

.foot_contact {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 3%
}

.foot_contact .foot_image {
    width: 20%
}

.foot_contact .foot_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%
}

.foot_contact .foot_logo {
    width: 11%
}

.foot_contact .foot_title {
    font-size: 2rem;
    font-weight: 600
}

.foot_contact .foot_txt {
    width: 46%
}

#footer {
    background-color: #ffd610;
    font-size: 1.4rem
}

#footer>.inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 0
}

#footer .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer .link_list a {
    color: #333
}

#footer .link_list a:hover {
    text-decoration: underline
}

#footer .link_list>li>a {
    color: #3f9877;
    font-weight: 600
}

#footer .sub_link_list {
    margin-top: 15px;
    font-size: 1.2rem
}

#footer .sub_link_list li {
    margin-top: 10px
}

#footer .sub_link_list li a {
    position: relative;
    padding-left: 15px
}

#footer .sub_link_list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #fff
}

#footer .information {
    background-color: #e60012;
    color: #fff;
    padding: 70px 0
}

#footer .information>.inner {
    max-width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer .information>.inner .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%
}

#footer .information>.inner .link_list a {
    color: #fff
}

#footer .information>.inner .link_list a:hover {
    text-decoration: underline
}

#footer .information>.inner .link_list>li>a {
    color: #fff;
    font-weight: 600
}

#footer .information>.inner .sub_link_list {
    margin-top: 15px;
    font-size: 1.2rem
}

#footer .information>.inner .sub_link_list li {
    margin-top: 10px
}

#footer .information>.inner .sub_link_list li a {
    position: relative;
    padding-left: 15px
}

#footer .information>.inner .sub_link_list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #fff
}

#footer .flogo {
    margin-bottom: 10px;
    width: 300px
}

#footer .address {
    font-size: 1.2rem
}

#footer .copyright {
    font-size: 1rem
}

#sp_navi,
#drawernav,
#humberger,
#nav-toggle,
#gloval-nav {
    display: none
}

#slideshow {
    position: relative;
    overflow: hidden
}

#slideshow #catch {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 960px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal
}

#slideshow #catch2 {
    position: absolute;
    z-index: 2;
    width: 960px;
    bottom: 5%;
    right: 3%;
    animation: fadeIn 6s ease 0s 1 normal;
    -webkit-animation: fadeIn 6s ease 0s 1 normal
}

.bg_test {
    background-image: url(../img/bg_slide_04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1920px;
    height: 900px;
    position: relative;
    background-position: center;
    max-width: 100%;
}

.bg_test-text {                  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* width: 100%; */
}


.renewal_base{
    position: relative;
    background-image: url(../img/bg_slide_04.jpg);
    width: 100%;
}

.renewal {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

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

#slideshow .next_contents span {
    position: absolute;
    top: 0;
    left: 30px;
    width: 37px;
    height: 190px;
    margin-left: -15px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .1em;
    color: #fff;
    -webkit-box-sizing: border-box;
    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 6s infinite;
    animation: sdb 6s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#slideshow .next_contents span:after {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    background: #fff;
    display: block;
    bottom: -10px
}

.swiper-slide {
    overflow: hidden
}

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

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

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

    40% {
        opacity: 1
    }

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

    100% {
        opacity: 0
    }
}

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

    40% {
        opacity: 1
    }

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

    100% {
        opacity: 0
    }
}

.contact_btn li a,
.contact_btn li button {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 1em 3em;
    border-radius: 100px;
    font-weight: 600;
    text-align: center
}

.contact_btn li a span,
.contact_btn li button span {
    position: relative
}

.contact_btn li a:before,
.contact_btn li button:before {
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%
}

.contact_btn li a:after,
.contact_btn li button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.contact_btn li a:hover:before,
.contact_btn li button:hover:before {
    width: 100%
}

.contact_btn li .contact_other {
    background-color: #3f9877;
    color: #fff
}

.contact_btn li .contact_other:before {
    background-color: #52b892
}

.contact_btn li .contact_mail {
    background-color: #ffd610;
    color: #333
}

.contact_btn li .contact_mail:before {
    background-color: #ffdf43
}

.contact_btn li .contact_w_01 {
    width: 340px;
    padding: 1.5em 3em
}

.contact_btn li .contact_w_02 {
    margin: 30px auto 0
}

.phone a {
    display: block;
    color: #3f9877;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1
}

.phone a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 10px
}

.phone span {
    font-size: 1rem
}

.phone_txt a {
    display: block;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1
}

.phone_txt a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 10px
}

.phone_txt span {
    font-size: 1.2rem
}

.hours {
    font-size: 1.3rem
}

.hours dt,
.hours dd {
    margin-bottom: 5px
}

.hours dt {
    clear: both;
    float: left;
    width: 7em;
    background-color: #fff;
    border: 1px solid #3f9877;
    color: #3f9877;
    text-align: center
}

.hours dd {
    padding-left: 8em
}

.single_01 {
    margin: 0 auto;
    max-width: 1160px;
    padding-bottom: 80px
}

.single_02 {
    margin: 0 auto;
    max-width: 1024px;
    padding-bottom: 80px
}

.single_03 {
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 80px
}

.single_04 {
    margin: 0 auto;
    max-width: 768px;
    padding-bottom: 80px
}

.single_05 {
    margin: 0 auto;
    max-width: 1160px
}

.single_06 {
    margin: 0 auto;
    max-width: 1024px
}

.single_07 {
    margin: 0 auto;
    max-width: calc(100% - 100px)
}

.single_08 {
    margin: 0 auto;
    max-width: 768px
}

.bg_common {
    padding-top: 80px
}

.bg_b {
    margin-bottom: 80px
}

.bg_01 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f6f6f6));
    background: linear-gradient(transparent 40%, #f6f6f6 40%)
}

.bg_02 {
    background: #f6f6f6
}

.bg_03 {
    background: #fbfbfb
}

.half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.half .child {
    width: 50%
}

.triple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    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_page {
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2em;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
}

.mtitle_page span {
    display: block;
    font-family: "YakuHanJP", "Roboto Condensed", "sans-serif";
    font-size: 1.5rem
}

.mtitle_page2 {
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2em;
    padding: 30px 80px 10px;
    background: #FFF;
    color: #333
}

@media screen and (max-width: 667px) {
    .mtitle_page2 {
        padding: 30px 40px 10px;
        font-size: 1.5rem
    }
}

.mtitle_page2 span {
    display: block;
    font-family: "YakuHanJP", "Roboto Condensed", "sans-serif";
    font-size: 1.5rem
}

@media screen and (max-width: 667px) {
    .mtitle_page2 span {
        font-size: 1rem
    }
}

.mtitle_big {
    position: relative;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center
}

.mtitle_big span {
    display: block;
    color: #3f9877;
    font-family: "YakuHanJP", "Roboto Condensed", "sans-serif";
    font-size: 1.5rem
}

.mtitle_middle {
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #e60012
}

.mtitle_small {
    margin-bottom: 15px;
    color: #3f9877;
    font-size: 2rem;
    font-weight: 600
}

.mtitle {
    margin-bottom: 15px;
    color: #3f9877;
    font-size: 1.8rem;
    font-weight: 600
}

.mtitle span {
    margin-left: .5em;
    font-size: 1.5rem
}

.mtitle_sub {
    position: relative;
    padding-left: 20px;
    color: #333;
    font-size: 1.6rem;
    font-weight: 600
}

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

.mtitle_point {
    position: relative;
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: 600
}

.mtitle_point span {
    display: block;
    color: #3f9877;
    font-family: "YakuHanJP", "Roboto Condensed", "sans-serif";
    font-size: 1.5rem
}

.mtitle_flow {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3f9877;
    color: #3f9877;
    font-size: 1.8rem;
    font-weight: 600
}

.mtitle_flow span {
    margin-left: .5em;
    font-size: 1.5rem
}

.mtitle_top {
    margin-bottom: 40px;
    font-size: 3.5rem
}

.mtitle_balloon {
    margin-bottom: 30px;
    color: #3f9877;
    font-size: 2.6rem
}

.mtitle_balloon span {
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
    line-height: 1em;
    overflow: hidden
}

.mtitle_balloon span:before,
.mtitle_balloon span:after {
    content: "";
    display: block;
    border-bottom: 3px solid #3f9877;
    position: absolute;
    width: 50%;
    bottom: 6px
}

.mtitle_balloon span:before {
    left: -5px
}

.mtitle_balloon span:after {
    right: -5px
}

.mtitle_balloon span i {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #3f9877;
    border-right: 3px solid #3f9877;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px
}

.mtitle_ribon {
    position: absolute;
    top: -25px;
    left: -10px;
    width: 100%
}

.mtitle_ribon span {
    display: inline-block;
    background: #ffd610;
    font-size: 2rem;
    padding: 10px 30px
}

.mtitle_ribon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #a56e10 transparent transparent;
    position: absolute;
    left: 0;
    bottom: -10px
}

.mtitle_news span {
    display: inline-block;
    font-size: 2.3rem;
    padding-bottom: 20px;
    padding-right: 15px;
    color: #e60012
}

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

.mtitle_news.mtitle_news_02 {
    margin-bottom: 20px
}

.a_btn {
    margin-top: 30px
}

.a_btn a,
.a_btn span {
    display: table;
    position: relative;
    background: #fff;
    color: #3f9877;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.a_btn a:after,
.a_btn span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.b_btn {
    display: block;
    margin-top: 30px;
    width: 300px;
    padding: 1em;
    text-align: center;
    color: #3f9877;
    border: 1px solid #3f9877;
    background-color: transparent;
    position: relative;
    -webkit-transition: .46s;
    transition: .46s
}

.b_btn:hover {
    background-color: #3f9877;
    color: #fff
}

.b_btn:hover .b_btn_icon {
    background-color: #fff;
    right: 26px;
    width: 30px
}

.b_btn:hover .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.b_btn .b_btn_icon {
    position: absolute;
    top: calc(50% - 1px);
    right: -30px;
    width: 60px;
    height: 1px;
    -webkit-transition: inherit;
    transition: inherit;
    background-color: #3f9877
}

.b_btn .b_btn_icon:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #3f9877;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #3f9877;
    -webkit-transition: inherit;
    transition: inherit
}

.b_btn.b_btn_01 {
    margin: 30px auto 0
}

.b_btn.b_btn_white {
    color: #fff;
    border: 1px solid #fff
}

.b_btn.b_btn_white:hover {
    background-color: #fff;
    color: #3f9877
}

.b_btn.b_btn_white:hover .b_btn_icon {
    background-color: #3f9877
}

.b_btn.b_btn_white:hover .b_btn_icon:before {
    border-left: 4px solid #3f9877;
    border-bottom: 4px solid #3f9877
}

.b_btn.b_btn_white .b_btn_icon {
    background-color: #fff
}

.b_btn.b_btn_white .b_btn_icon:before {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.c_btn {
    margin-top: 30px
}

.c_btn a,
.c_btn button {
    display: block;
    position: relative;
    width: 320px;
    max-width: 100%;
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: .3em
}

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

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

.c_btn.c_btn_01 {
    position: absolute;
    bottom: -8%
}

.c_btn.c_btn_02 a,
.c_btn.c_btn_02 button {
    margin: 0 auto
}

.d_btn {
    height: 3.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
    margin-top: 30px;
    padding: 0 1em;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: none;
    max-width: 300px;
    min-width: 280px;
    will-change: transform;
    color: #fff
}

.d_btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.d_btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff
}

.d_btn:hover:before {
    opacity: 1;
    -webkit-transform: scale(2) rotate(0deg);
    transform: scale(2) rotate(0deg)
}

.d_btn span {
    margin: 0 .3125em;
    position: relative;
    z-index: 1
}

.d_btn i {
    line-height: 1em;
    margin-left: .8em;
    position: relative;
    z-index: 1
}

.d_btn i:before {
    font-family: "Font Awesome 5 Free";
    content: "\2192";
    font-weight: 900
}

.d_btn.d_btn_01 {
    background: #3f9877
}

.d_btn.d_btn_01 span,
.d_btn.d_btn_01 i {
    color: #fff
}

.d_btn.d_btn_01:before {
    background: #fff
}

.d_btn.d_btn_01:hover span,
.d_btn.d_btn_01:hover i {
    color: #3f9877
}

.d_btn.d_btn_02 {
    background: #ffd610
}

.d_btn.d_btn_02 span,
.d_btn.d_btn_02 i {
    color: #3f9877
}

.d_btn.d_btn_02:before {
    background: #3f9877
}

.d_btn.d_btn_02:hover span,
.d_btn.d_btn_02:hover i {
    color: #fff
}

.d_btn.d_btn_03 {
    margin: 30px auto 0
}

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

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

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

.news_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news_box .mtitle_news {
    width: 20%;
    letter-spacing: 5px;
    padding-top: 15px
}

.news_box .news_list {
    width: 80%
}

.news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    color: #333;
    border-bottom: 1px solid #ccc
}

.news_list li:first-child {
    border-top: 1px solid #ccc
}

.news_list li .news_date {
    margin-right: 20px;
    font-size: 1.2rem
}

.news_list li .news_category {
    background: #fff;
    border: 1px solid #e60012;
    color: #e60012;
    padding: 5px;
    margin-right: 30px;
    min-width: 140px;
    text-align: center
}

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

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

.tbl th {
    background: #f6f6f6;
    font-weight: 600
}

.tbl_new {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #eee
}

.tbl_new th,
.tbl_new td {
    vertical-align: top;
    padding: 20px 15px 20px 0px;
    border-bottom: 1px solid #eee
}

.tbl_new th {
    text-align: left;
    font-weight: 500
}

.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: #3f9877;
    color: #fff;
    font-weight: 600
}

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

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

.tbl_simple {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 1.3rem
}

.tbl_simple th,
.tbl_simple td {
    vertical-align: top;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd
}

.tbl_simple th {
    background-color: #3f9877;
    color: #fff;
    font-weight: 600
}

.tbl_simple span {
    color: #3f9877
}

.tbl_company {
    width: 100%
}

.tbl_company th,
.tbl_company td {
    vertical-align: middle
}

.tbl_company th {
    width: 15%;
    border-bottom: 1px solid #3f9877;
    padding: 12px;
    font-weight: 500
}

.tbl_company td {
    padding: 22px;
    border-bottom: 1px solid #d8e4e0;
    line-height: 1.8em
}

.tbl_form {
    margin-bottom: 50px
}

.tbl_form th {
    text-align: left
}

.cell_01 {
    width: 20%
}

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

.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: #3f9877;
    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: #e60012
}

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

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

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

.list_motto {
    font-family: "YakuHanJP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600
}

.list_motto li {
    margin-bottom: 10px
}

.list_motto li:before {
    content: "一."
}

.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;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-sizing: border-box;
    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: #3f9877;
    color: #fff;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ggmap {
    position: relative;
    padding-bottom: 25.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
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff
}

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

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

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

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

.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/index_bnr_02.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)
}

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

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

.blog_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog_contents .blog_main {
    width: 65%
}

.blog_contents .blog_side {
    width: 30%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #3f9877
}

.category_nav li {
    border-bottom: 1px dotted #333
}

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

.category_nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fbfbfb
}

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

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

.blog_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600
}

.blog_title:before {
    margin-right: 5px;
    color: #3f9877
}

.blog_title.archive:before {
    font-family: "Font Awesome 5 Free";
    content: "\f187";
    font-weight: 900
}

.blog_title.new:before {
    font-family: "Font Awesome 5 Free";
    content: "\f044";
    font-weight: 900
}

.blog_article {
    padding: 30px 30px 50px;
    background-color: #fff;
    border: 1px solid #3f9877;
    margin-bottom: 50px
}

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

.blog_new {
    border-bottom: 1px dotted #3f9877
}

.blog_new:last-child {
    border-bottom: none
}

.blog_new a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 10px
}

.blog_new a .image {
    width: 40%
}

.blog_new a .detail {
    width: 50%
}

.blog_new a .detail .entry_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pages {
    overflow: hidden;
    margin-top: 50px
}

.pages .page_next,
.pages .page_prev {
    display: inline-block
}

.pages .page_next a,
.pages .page_prev a {
    display: block;
    padding: 10px 20px;
    background-color: #fbfbfb
}

.pages .page_next {
    float: left
}

.pages .page_prev {
    float: right
}

.gallery_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0
}

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

.gallery_ul li a {
    display: none;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 10px
}

.gallery_ul li a img {
    display: block;
    -o-object-fit: contain;
    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: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

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

.gallery_ul li a:first-child {
    display: block
}

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

.sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.sns_list li {
    width: 24%;
    margin-right: 1.2%
}

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

.sns_btn {
    overflow: hidden;
    color: #fff;
    position: relative;
    display: block;
    border-radius: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    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;
    -webkit-transition: .5s;
    transition: .5s
}

.sns_btn:hover {
    color: #fff
}

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

.facebook_btn {
    background: #4267b2
}

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

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

.line_btn {
    background: #00b82b
}

.twitter_btn {
    background: #55acee
}

.feature {
    padding-top: 80px
}

.feature .child:nth-child(even) {
    margin-top: -80px
}

.feature_image {
    width: 90%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden
}

.feature_num {
    opacity: .5;
    margin: -10px 0 15px;
    color: #3f9877;
    font-family: "Dancing Script", cursive;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em
}

.feature_num span {
    font-size: 5rem
}

.top_sub {
    position: relative
}

.top_sub:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 55%;
    height: 100%;
    overflow: hidden
}

.top_sub:after {
    content: "";
    position: absolute;
    bottom: -80px;
    z-index: -1;
    background: #ffd610;
    width: 66%;
    height: 90%
}

.top_sub .top_sub_inner {
    padding: 40px 0
}

.top_sub .sub_detail {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
    width: 50%;
    padding: 80px
}

.top_sub.sub_right:before {
    left: 0
}

.top_sub.sub_right:after {
    right: -80px
}

.top_sub.sub_right .sub_detail {
    margin-left: auto
}

.top_sub.sub_left:before {
    right: 0
}

.top_sub.sub_left:after {
    left: -80px
}

.top_sub.sub_left .sub_detail {
    margin-right: auto
}

.top_sub.top_sub_01:before {
    background-image: url(../img/top_sub_01.jpg)
}

.top_sub.top_sub_02:before {
    background-image: url(../img/top_sub_02.jpg)
}

.top_sub.top_sub_03:before {
    background-image: url(../img/top_sub_03.jpg)
}

.flex_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

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

.flex_type_01 .flex_image {
    width: 25%
}

.flex_type_01 .flex_detail {
    width: 72%
}

.flex_type_02 .flex_image {
    width: 35%
}

.flex_type_02 .flex_detail {
    width: 63%
}

.mbox {
    background-color: #fff;
    padding: 50px 50px 60px
}

.sbox {
    background-color: #fff;
    border: 1px solid #3f9877;
    padding: 30px 30px 50px
}

.faq dt:before,
.faq dd:before {
    margin-right: 10px;
    font-size: 2rem;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center
}

.faq dt,
.faq dd {
    text-indent: -40px
}

.faq dt:before,
.faq dd:before {
    text-indent: 0
}

.faq dt ul,
.faq dd ul {
    text-indent: 0
}

.faq dt {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 1em 0 40px
}

.faq dt:before {
    content: "Q";
    background: #ffd610
}

.faq dd {
    margin-bottom: 40px;
    padding: 0 1em 1em 40px
}

.faq dd:last-child {
    margin-bottom: 0
}

.faq dd:before {
    content: "A";
    background: #3f9877
}

.flow_contents {
    position: relative;
    margin-top: 5% !important
}

.flow_num {
    font-size: 4rem;
    font-family: "Dancing Script", cursive;
    color: #3f9877;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    top: -32px;
    left: -30px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 1
}

.index_bnr {
    display: block;
    position: relative;
    color: #fff;
    padding-top: 85.75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center
}

.index_bnr:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.index_bnr:hover {
    color: #fff
}

.index_bnr:hover:before {
    background-color: rgba(0, 0, 0, 0.6)
}

.index_bnr .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 390px;
    padding: 60px 30px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 3px solid #fff
}

.index_bnr .title {
    position: relative;
    font-size: 3.2rem;
    letter-spacing: .2em;
    line-height: 1.25
}

.index_bnr .title span {
    display: block;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500
}

.index_bnr .title:after {
    content: "";
    display: block;
    border-bottom: 3px solid #fff;
    width: 60px;
    margin: 25px auto 35px
}

.index_bnr .txt {
    margin-bottom: 20px;
    font-weight: 600
}

.index_bnr_01 {
    background-image: url(../img/index_bnr_01.jpg)
}

.index_bnr_02 {
    background-image: url(../img/index_bnr_02.jpg)
}

.img_contents {
    overflow: hidden;
    position: relative;
    padding-top: 120px
}

.img_contents .img_area {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1;
    width: 50%;
    margin-left: -170px
}

.img_contents .img_container {
    position: relative;
    z-index: 2
}

.img_contents .img_container .txt_01 {
    margin-bottom: 50px
}

.about_box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff
}

.about_box .inner {
    position: relative;
    padding: 50px 25px 35px
}

.page_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.page_navi li {
    width: 48.44%;
    margin: 0 3% 3% 0
}

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

.page_navi li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    border: 3px solid #333;
    color: #333
}

.page_navi li a:before {
    content: "";
    display: block;
    background: #ffd610;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page_navi li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 30px
}

.page_navi li a:hover:before {
    width: 100%
}

.page_navi li a .thumb {
    position: relative;
    width: 35%
}

.page_navi li a .txt_title {
    position: relative;
    padding-left: 30px;
    font-size: 2rem;
    font-weight: 600
}

.page_navi li a .txt_title span {
    border-bottom: 2px solid #333;
    padding-bottom: 5px
}

.history_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.history_list li .history_list_year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40vw;
    min-width: 193px;
    max-width: 193px
}

.history_list li .history_list_year .year_list .christian {
    margin-left: 10px;
    font-size: 1.5em;
    font-weight: bold
}

.history_list li .history_list_txt {
    padding: 0 0 30px;
    border-left: 1px dashed #333
}

.history_list li .history_list_txt .txt_list {
    position: relative;
    padding: 6px 0 0 45px
}

.history_list li .history_list_txt .txt_list:before {
    position: absolute;
    top: 16px;
    left: -7px;
    width: 12px;
    height: 12px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background: #3f9877
}

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

.recruit_bnr li {
    display: inline-block;
    margin-right: 20px
}

.recruit_bnr li:last-child {
    margin-right: 0
}

.read {
    margin-bottom: 10px;
    font-weight: 600
}

.quote {
    margin-top: 10px;
    font-size: 1.2rem
}

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

.num {
    font-family: "YakuHanJP", "Roboto Condensed", "sans-serif";
    font-size: 1.2em;
    margin-right: 5px
}

.fly {
    display: block
}

.fly span {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fly:hover span {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

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

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

.cut {
    overflow: hidden;
    zoom: 1
}

.page_title_box {
    position: relative;
    background-image: url(../img/bg_slide_07.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff
}

.page_title_box .inner {
    margin: 0 auto;
    width: 1160px;
    padding: 250px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page_title_box2 {
    position: relative;
    background-image: url(../img/bg_slide_10.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff
}

.page_title_box2 .inner {
    margin: 0 auto;
    width: 1160px;
    padding: 250px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page_title_box3 {
    position: relative;
    background-image: url(../img/bg_slide_09.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff
}

.page_title_box3 .inner {
    margin: 0 auto;
    width: 1160px;
    padding: 250px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page_title_box4 {
    position: relative;
    background-image: url(../img/bg_slide_08.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff
}

.page_title_box4 .inner {
    margin: 0 auto;
    width: 1160px;
    padding: 250px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.breadcrumb_box {
    padding: 10px 0
}

.breadcrumb_box .breadcrumb {
    width: 1160px;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb_box .breadcrumb li .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
}

.breadcrumb_box2 {
    padding: 10px 0
}

.breadcrumb_box2 .breadcrumb {
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb_box2 .breadcrumb li {
    display: inline
}

.breadcrumb_box2 .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb_box2 .breadcrumb li .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
}

.form .required {
    position: relative;
    top: -1px;
    background: #e60012;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 100px;
    padding: .2em 1em
}

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

.form .textarea {
    height: 30px
}

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

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

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

.form .selectarea {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px
}

.form button {
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 1.5rem
}

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

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

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #3f9877;
    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;
    -webkit-box-shadow: 20px -1px #ffd610;
    box-shadow: 20px -1px #ffd610
}

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

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

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding: 0 0 3px 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    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 #3f9877;
    border-bottom: 3px solid #3f9877;
    -webkit-transform: rotate(45deg);
    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;
    -webkit-box-shadow: 41px 0px #FFF;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

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

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

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

.item_titel2 {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 50px;
    line-height: 1.6em;
    position: relative
}

.item_titel2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    width: 40px;
    height: 3px;
    background: #e60012;
    left: 0
}

@media screen and (max-width: 667px) {
    .item_titel2 {
        line-height: 1.6em
    }
}

.item_titel2 span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 1em;
    margin-right: 20px;
    display: block
}

.single {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    padding: 80px 0
}

@media (max-width: 1330px) {
    .single {
        width: 90%;
        margin: auto
    }
}

@media screen and (max-width: 768px) {
    .single {
        width: 95%;
        margin: 0 auto;
        padding: 25px 0px
    }
}

.single_new {
    width: 90%;
    width: calc(100% - 100px);
    margin: auto
}

@media (max-width: 639px) {
    .single_new {
        width: 100%
    }
}

#top_1 {
    position: relative
}

@media (max-width: 639px) {
    #top_1 {
        padding: 0 0 0
    }
}

#top_1 .top_4_item {
    position: relative
}

#top_1 .top_4_item .inner {
    width: 100%
}

@media (max-width: 639px) {
    #top_1 .top_4_item .inner .text {
        width: 100%
    }
}

#top_1 .top_4_item img._sp {
    display: none
}

@media (max-width: 639px) {
    #top_1 .top_4_item img._sp {
        display: block;
        width: 100%
    }
}

@media (max-width: 639px) {
    #top_1 .top_4_item .text {
        padding: 30px 15px 50px
    }
}

#top_1 .top_4_item .text .item_titel {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 50px;
    line-height: 1.6em;
    position: relative
}

#top_1 .top_4_item .text .item_titel:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    width: 40px;
    height: 3px;
    background: #e60012;
    left: 0
}

@media (max-width: 639px) {
    #top_1 .top_4_item .text .item_titel {
        line-height: 1.6em
    }
}

#top_1 .top_4_item .text .item_titel span {
    font-size: 17px;
    letter-spacing: .2em;
    font-weight: 300;
    display: block;
    line-height: 1em
}

#top_1 .top_4_item .text .main {
    letter-spacing: .3em;
    font-weight: 300;
    line-height: 2em
}

#top_3 {
    position: relative;
    margin-top: 80px
}

@media screen and (max-width: 667px) {
    #top_3 {
        margin-top: 60px
    }
}

#top_3 .single {
    padding: 0
}

#top_3 .item_titel {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 50px;
    line-height: 1.6em;
    position: relative
}

#top_3 .item_titel:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    width: 40px;
    height: 3px;
    background: #e60012;
    left: 0
}

@media screen and (max-width: 667px) {
    #top_3 .item_titel {
        line-height: 1.6em
    }
}

#top_3 .item_titel span {
    font-size: 17px;
    font-weight: 300;
    line-height: 1em;
    margin-right: 20px
}

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

@media screen and (max-width: 667px) {
    #top_3 ul {
        display: block
    }
}

#top_3 ul li {
    width: 25%
}

@media screen and (max-width: 667px) {
    #top_3 ul li {
        width: 100%
    }
}

#top_3 ul li .botton {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#434343), to(black));
    background-image: linear-gradient(to right, #434343 0%, black 100%)
}

#top_3 ul li .botton:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .2;
    background-image: url(../img/top_cont01.jpg);
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-repeat: no-repeat
}

#top_3 ul li .botton.item-2:after {
    background-image: url(../img/top_cont02.jpg)
}

#top_3 ul li .botton.item-3:after {
    background-image: url(../img/top_cont03.jpg)
}

#top_3 ul li .botton.item-4:after {
    background-image: url(../img/top_cont04.jpg)
}

#top_3 ul li .botton:hover:after {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media screen and (max-width: 667px) {
    #top_3 ul li .botton {
        width: 100%;
        margin: 0
    }
}

#top_3 ul li .botton a {
    display: block;
    z-index: 1;
    position: relative;
    padding: 151px 30px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

@media screen and (max-width: 667px) {
    #top_3 ul li .botton a {
        padding: 40px 60px 40px 40px
    }
}

#top_3 ul li .botton a .read {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    color: #fff
}

#top_3 ul li .botton a .read span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .15em
}

#top_3 ul li .botton a .read span.top-- {
    margin-top: -43px
}

@media screen and (max-width: 667px) {
    #top_3 ul li .botton a .read span.top-- {
        margin-top: 0
    }
}

#top_3 ul li .botton a .main {
    margin-top: 30px;
    color: #fff
}

#top_3 ul li .botton a .more {
    display: block;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 21px;
    right: 30px;
    margin: auto;
    top: 0;
    bottom: 0
}

@media screen and (max-width: 667px) {
    #top_3 ul li .botton a .more {
        width: 36px;
        height: 36px;
        line-height: 36px;
        right: 20px;
        font-size: 14px
    }
}

#top_6 {
    position: relative
}

@media screen and (max-width: 667px) {
    #top_6 {
        margin-bottom: 50px;
        margin-top: 0;
        padding: 50px 0 30px
    }
}

#top_6 .single {
    padding-top: 0
}

#top_6 .item_titel {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 40px;
    line-height: 1.6em;
    text-align: center
}

@media screen and (max-width: 667px) {
    #top_6 .item_titel {
        line-height: 1.6em
    }
}

#top_6 .item_titel span {
    font-size: 17px;
    font-weight: 300;
    display: block;
    line-height: 1em;
    letter-spacing: .2em
}

#top_6 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 667px) {
    #top_6 ul {
        border: none;
        padding-bottom: 0
    }
}

#top_6 ul li {
    border: 1px solid #eee;
    width: calc(33.3% - 4px);
    border-radius: 3px;
    padding: 50px 10px;
    text-align: center
}

@media screen and (max-width: 667px) {
    #top_6 ul li {
        padding: 10px;
        width: 100%;
        margin-bottom: 20px
    }
}

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

@media screen and (max-width: 667px) {
    #top_6 ul li:nth-child(3n) {
        margin-bottom: 0
    }
}

#top_6 ul li .name {
    line-height: 1em;
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 10px
}

#top_6 ul li a,
#top_6 ul li p {
    font-size: 25px;
    letter-spacing: .1em;
    font-weight: 300;
    color: #333
}

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

    #top_6 ul li a,
    #top_6 ul li p {
        text-align: center;
        display: block;
        font-weight: 300
    }
}

#top_6 ul li a i,
#top_6 ul li p i {
    margin-right: 8px
}

#about_2 {
    position: relative;
    background: #fff;
    margin-bottom: 50px
}

@media screen and (max-width: 667px) {
    #about_2 {
        padding: 50px 10px
    }
}

#about_2 .item_titel {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 50px;
    line-height: 1.6em;
    position: relative
}

#about_2 .item_titel:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    width: 40px;
    height: 3px;
    background: #e60012;
    left: 0
}

@media screen and (max-width: 667px) {
    #about_2 .item_titel {
        line-height: 1.6em
    }
}

#about_2 .item_titel span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 1em;
    margin-right: 20px;
    display: block
}

#about_2 table {
    width: 100%;
    border-top: 1px solid #eee;
    margin: 0
}

#about_2 table th,
#about_2 table td {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    color: #333;
    padding: 12px 15px
}

#about_2 table th {
    border-bottom: 1px solid #e60012
}

@media screen and (max-width: 667px) {
    #about_2 table th {
        white-space: nowrap;
        padding: 10px 5px
    }
}

#about_3 {
    position: relative;
    background: #fff;
    margin-bottom: 50px
}

@media screen and (max-width: 667px) {
    #about_3 {
        padding: 50px 10px
    }
}

#about_3 .item_titel {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 50px;
    line-height: 1.6em;
    position: relative;
    text-align: center
}

#about_3 .item_titel:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    width: 40px;
    height: 3px;
    background: #e60012;
    left: 50%;
    margin-left: -20px
}

@media screen and (max-width: 667px) {
    #about_3 .item_titel {
        line-height: 1.6em
    }
}

#about_3 .item_titel span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 1em;
    display: block
}

#about_3 table {
    width: 100%;
    border-top: 1px solid #eee;
    margin: 0
}

#about_3 table th,
#about_3 table td {
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1em;
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    color: #333;
    padding: 12px 15px
}

#about_3 table th {
    border-bottom: 1px solid #e60012
}

@media screen and (max-width: 667px) {
    #about_3 table th {
        white-space: nowrap;
        padding: 10px 5px
    }
}

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

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

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

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

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

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

.innerB .right h2 {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 40px;
    line-height: 1.6em
}

.innerB .right h2 span {
    font-size: 19px
}

.innerB .right p {
    letter-spacing: .2em;
    font-weight: 300;
    line-height: 2em
}

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

.innerB .left h2 {
    font-size: 23px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 40px;
    line-height: 1.6em
}

.innerB .left h2 span {
    font-size: 19px
}

.innerB .left p {
    letter-spacing: .2em;
    font-weight: 300;
    line-height: 2em
}

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

.form-button2 button {
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #333;
    background: #fff;
    color: #333;
    padding: 1em 3em
}

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

.form-button2 button:hover {
    background: #333;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

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

.cosme-button .botton2 {
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #e60012;
    background: #fff;
    color: #333;
    padding: 1em 3em;
    width: 340px;
    margin: 0 auto
}

.cosme-button .botton2:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 6px
}

.cosme-button .botton2:hover {
    background: #e60012;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

#project_1 {
    position: relative;
    background: #fff;
    margin-top: 50px
}

@media screen and (max-width: 667px) {
    #project_1 {
        padding: 50px 10px
    }
}

#project_1 .item_titel {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: .25em;
    margin-bottom: 50px;
    line-height: 1.6em;
    position: relative
}

#project_1 .item_titel:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    width: 40px;
    height: 3px;
    background: #e60012;
    left: 0
}

@media screen and (max-width: 667px) {
    #project_1 .item_titel {
        line-height: 1.6em
    }
}

#project_1 .item_titel span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 1em;
    margin-right: 20px;
    display: block
}

#project_1 .main {
    font-weight: 300;
    letter-spacing: .1em
}

#project_1 .imgs {
    height: 30vh;
    background-image: url(../img/article_04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 667px) {
    #project_1 .imgs {
        height: auto;
        background: none
    }
}

#project_1 .imgs ._sp {
    display: none
}

@media screen and (max-width: 667px) {
    #project_1 .imgs ._sp {
        display: block
    }
}

#project_1 .imgs2 {
    height: 30vh;
    background-image: url(../img/article_05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 667px) {
    #project_1 .imgs2 {
        height: auto;
        background: none
    }
}

#project_1 .imgs2 ._sp {
    display: none
}

@media screen and (max-width: 667px) {
    #project_1 .imgs2 ._sp {
        display: block
    }
}

#project_1 .imgs3 {
    height: 30vh;
    background-image: url(../img/article_06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 667px) {
    #project_1 .imgs3 {
        height: auto;
        background: none
    }
}

#project_1 .imgs3 ._sp {
    display: none
}

@media screen and (max-width: 667px) {
    #project_1 .imgs3 ._sp {
        display: block
    }
}

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