@charset "UTF-8"; /*****contents*****/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
追従2025追加
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fixed_bnr{
	position: fixed;
	bottom: 100px;
	right: 25px;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,.25);
	z-index: 995;
}

.fixed_bnr p.youtube{
	position: relative;
}

.fixed_bnr p.youtube a{
	
}

.fixed_bnr p.youtube a img{
	
}

.fixed_bnr p.youtube .close{
	position: absolute;
	top: -15px;
	right: -15px;
}

@media (min-width: 751px){
	.fixed_bnr p.youtube a:hover{
		opacity: 1;
	}
	
	.fixed_bnr p.youtube a img{
		transition: .3s ease-in;
	}
	
	.fixed_bnr p.youtube a:hover img{
		transform: scale(1.03);
	}
}

@media (max-width: 750px) {
	.fixed_bnr{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 320px;
	}
	
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
    max-width: 1920px;
    margin: 0 auto;
}

section {
    position: relative;
}

.no_image {
    background: url(../images/noimage.jpg) no-repeat 50% / contain #EDEDE4;
}

.floating{
    background: url(../images/se_r_w.svg) no-repeat 50% / 7px 12px #929C25;
    width: 55px;
    height: 55px;
    transform: rotate(-90deg);

}

.floating:hover{
    opacity: .7;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ttl
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.cmn_ttl {
    font-size: 30px;
}

.biggerlink{
        transition: .2s ease-in;
}

.biggerlink:hover{
    opacity: .7;
    cursor: pointer;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
    padding: 10px 40px;
    border-bottom: 1px solid #D3D3D3;
}

.header_inner .inner {
    justify-content: space-between;
}

.header_inner .logo {
    width: 230px;
}

.header_inner h1 {
    line-height: 1.4;
    margin: 0;
}

.header_inner p.tel {
    margin-left: auto;
}

.header_inner p.tel a {
    font-size: 18px;
}

.header_inner p.tel a:hover {
    color: #929C25;
    opacity: 1;
}

.header_inner p.reserve{
    margin-left: 56px;
}

.header_inner p.reserve a{
    position: relative;
    font-size: 16px;
    padding-left: 25px;
}

.header_inner p.reserve a::before{
    position: absolute;
    content: "";
    background: url("../images/Icon ionic-md-home.svg") no-repeat 50% /contain;
    width: 20px;
    height: 18px;
    top: calc(50% - 9px);
    left: 0;
}

.header_inner p.mail {
    margin-left: 66px;
}

.header_inner p.mail a {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
}

@media (min-width: 751px) and (max-width: 1080px) {
    header{
        padding: 0 10px;
    }
    
    .header_inner .logo{
        width: 200px;
    }
    
.header_inner p.tel a{
        font-size: 13px;
    }
    
.header_inner p.reserve{
    margin-left: 20px;
}

.header_inner p.reserve a{
    font-size: 13px;
    padding-left: 25px;
}
.header_inner p.mail {
    margin-left: 25px;
}

.header_inner p.mail a {
    font-size: 13px;
}
}


.header_inner p.mail a::before {
    position: absolute;
    content: "";
    background: url("../images/Icon feather-mail.svg") no-repeat 50% / contain;
    width: 18px;
    height: 14px;
    top: calc(50% - 7px);
    left: 0;
    transition: .2s ease-in;
}

.header_inner p.mail a:hover::before{
    background-image: url("../images/Icon feather-mail.png");
}

.header_inner p.mail a:hover {
    color: #929C25;
    opacity: 1;
}

#ham {
    margin: 0 0 0 60px;
    width: 40px;
    height: 18px;
}

@media (min-width: 751px) and (max-width: 1080px) {
    #ham {
        margin-left: 20px;
    }
}
#ham .c_h {
    border-radius: 35px;
}

.logged-in #pushy {
    margin-top: 32px;
}

#pushy {
}

#pushy .bg {
    position: relative;
}

#pushy .header_inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 45px;
}

#pushy .pushy_item {
    height: 100vh;
}

#pushy .pushy_item::before {
    background: url(../images/pushy.jpg) no-repeat right bottom / cover;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 37%;
    height: 100vh;
    max-width: 533px;
}

#pushy .pushy_item .pushy_main {
    padding: 165px 0 0 352px;
    justify-content: flex-end;
    height: 672px;
}

#pushy .pushy_item .menu_area {
    width: 45%;
}

#pushy .pushy_item .menu_area:nth-child(even) {
    max-width: 236px;
}

#pushy .pushy_item .menu_area:nth-child(odd) {
    max-width: 326px;
    margin-right: 120px;
}

#pushy .pushy_item .menu_area h2 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    letter-spacing: .1em;
}

#pushy .pushy_item .menu_area h2::before {
}

#pushy .pushy_item .menu_area h2 a {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

#pushy .pushy_item .menu_area h2 a::after {
    position: absolute;
    content: "";
    background: url("../images/Icon ionic-ios-arrow-round-forward.svg") no-repeat 50% / contain;
    width: 20px;
    height: 14px;
    top: calc(50% - 7px);
    right: -40px;
}

    #pushy .pushy_item .menu_area h2 a:hover{
        color: #929C25;
    }

#pushy .pushy_item .menu_area ul {
    padding: 0;
}

#pushy .pushy_item .menu_area ul >li {
    border: none;
    margin-bottom: 20px;
    padding-left: 40px;
}

#pushy .pushy_item .menu_area ul >li > a {
    position: relative;
    padding: 0 15px;
}

#pushy .pushy_item .menu_area ul >li > a:hover{
    color: #929C25;
}

#pushy .pushy_item .menu_area ul >li a::before {
    position: absolute;
    content: "-";
    top: -2px;
    left: 0;
}

#pushy .fix_bottom {
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 64%;
    display: flex;
    justify-content: space-between;
    padding: 15px 40px 15px 82px;
}

#pushy .fix_bottom ul {
    padding: 0;
    margin: 0 -8px;
}

#pushy .fix_bottom ul li {
    border: none;
    margin: 0 8px;
    padding: 0;
    display: flex;
}

#pushy .fix_bottom ul li a {
    display: flex;
	align-items: center;
}

#pushy .fix_bottom ul li a img {
    width: 40px;
}

#pushy .fix_bottom .logo {
    width: 229px;
}

@media (max-width: 750px) {
    header {
        padding: 8px 10px;
    }

    header .logo, #pushy .logo {
        width: 149px !important;
    }

    .header_inner h1 {
    }

    .header_inner p.tel {
        display: none;
    }

    .header_inner p.tel a {
    }

    .header_inner p.mail {
        display: none;
    }

    .header_inner p.mail a {
    }

    .header_inner p.mail a::before {
    }
    
    .header_inner p.reserve{
        margin-left: auto;
        margin-right: 20px;
    }

    .header_inner p.reserve a{
        font-size: 14px;
    }

    #ham {
        width: 28px;
        margin-right: 5px;
        margin-left: 0;
    }

    #ham .c_h {
    }

    .logged-in #pushy {
        margin-top: 46px;
    }

    #pushy {
        overflow: scroll;
        background: #fff;
    }

    #pushy .bg {
    }

    #pushy .header_inner {
        align-items: center;
        border-bottom: 1px solid #D3D3D3;
        position: relative;
        padding: 0;
    }

    #pushy .inner {
        padding: 8px 10px;
    }

    #pushy .pushy_item {
    }

    #pushy .pushy_item::before {
        content: none;
    }

    #pushy .pushy_item .pushy_main {
        padding: 45px 30px 0;
        height: auto;
    }

    #pushy .pushy_item .menu_area {
        width: 100%;
        margin-bottom: 39px !important;
    }

    #pushy .pushy_item .menu_area:nth-child(even) {
        max-width: none;
    }

    #pushy .pushy_item .menu_area:nth-child(odd) {
        margin: 0;
        max-width: none;
    }

    #pushy .pushy_item .menu_area:nth-child(2) {
        order: 3;
    }

    #pushy .pushy_item .menu_area:nth-child(3) {
        order: 2;
    }

    #pushy .pushy_item .menu_area:nth-child(4) {
        order: 4;
    }

    #pushy .pushy_item .menu_area h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #pushy .pushy_item .menu_area h2::before {
        width: 16px;
        height: 16px;
        top: 7px;
    }

    #pushy .pushy_item .menu_area h2 a {
        font-size: 20px;
    }

    #pushy .pushy_item .menu_area h2 a::after {
    }
    

    #pushy .pushy_item .menu_area ul {
        margin-bottom: -18px;
    }

    #pushy .pushy_item .menu_area ul >li {
        padding-left: 32px;
        padding-bottom: 0;
        margin-bottom: 18px;
    }

    #pushy .pushy_item .menu_area ul >li > a {
        font-size: 16px;
    }

    #pushy .pushy_item .menu_area ul >li a::before {
    }

    #pushy .fix_bottom {
        position: static;
        display: block;
        padding: 0 30px 100px;
        width: 100%;
    }

    #pushy .fix_bottom ul {
        margin: 0 -12px 52px;
    }

    #pushy .fix_bottom ul li {
        margin: 0 12px;
    }

    #pushy .fix_bottom ul li a {
    }

    #pushy .fix_bottom ul li a img {
        width: 36px;
    }

    #pushy .box_list02 {
        display: block;
    }

    #pushy .box_list02 .contact {
        text-align: center;
        padding: 18px 0;
        background: #EDEDE4;
        border-radius: 10px;
        margin: 0 -15px 12px;
    }

    #pushy .box_list02 h3.ttl {
        font-size: 14px;
        color: #383C03;
        position: relative;
        margin-bottom: 12px;
    }

    #pushy .mail h3.ttl {
        margin-bottom: 10px;
    }

    #pushy .box_list02 p.num {
        margin-bottom: 2px;
    }

    #pushy .box_list02 p.num a {
        font-size: 28px;
        font-family: 'Roboto', sans-serif;
        color: #383C03;
    }

    #pushy .box_list02 p.open {
        font-size: 12px;
        color: #383C03;
    }

    #pushy .box_list02 p.btn {
    }

    #pushy .box_list02 p.btn a {
        font-size: 11px;
        color: #fff;
        background: #383C03;
        border-radius: 28px;
        display: table;
        padding: 15px 0;
        text-align: center;
        margin: 0 auto;
        width: 220px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SWIPER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-button_wrap {
    position: absolute;
    top: -159px;
    right: calc(50% - 481px);
    width: 148px;
}

.swiper-button_wrap .swiper-button-next, .swiper-button_wrap .swiper-button-prev {
    background: no-repeat 50% / 18px 12px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #929C25;
    transition: .2s ease-in;
}

.swiper-button_wrap .swiper-button-next {
    background-image: url(../images/se_r.svg);
    right: 0;
}

.swiper-button_wrap .swiper-button-prev {
    background-image: url(../images/se_l.svg);
    left: 0;
}

.swiper-button_wrap .swiper-button-next:hover, .swiper-button_wrap .swiper-button-prev:hover {
    background-color: #929C25;
    
}

.swiper-button_wrap .swiper-button-next:hover {
    background-image: url(../images/se_r_w.svg);
}

.swiper-button_wrap .swiper-button-prev:hover {
    background-image: url(../images/se_l_w.svg);
}


.swiper-button_wrap .swiper-button-next::after, .swiper-button_wrap .swiper-button-prev::after {
    content: "";
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    flex: 1;
    margin: 0;
    border-radius: 0;
    height: 2px;
    background: #383C03;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: flex;
    bottom: 0;
}


@media (max-width: 750px) {
    .swiper-button_wrap {
        top: auto;
        right: 0;
        bottom: 0;
        width: 85px;
    }

    .swiper-button_wrap .swiper-button-next, .swiper-button_wrap .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 14px 8px;
    }
    
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    width: calc(100% - 100px);
}

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.cmn_ttl {
    position: relative;
    padding-bottom: 37px;
}

h2.cmn_ttl::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 1px;
    background: #929C25;
    bottom: 0;
    left: 0;
}

h2.cmn_ttl .en {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 8px;
}

h2.cmn_ttl .ja {
    display: block;
    font-size: 16px;
}

p.cmn_btn {
}

p.cmn_btn a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border: 1px solid #383C03;
    border-radius: 22px;
    padding: 10px 15px;
    display: table;
    min-width: 160px;
    color: #383C03;
}

p.cmn_btn a:hover {
    background: #222222;
    color: #fff;
    opacity: 1;
}

@media (max-width: 750px) {
    h2.cmn_ttl {
    }

    h2.cmn_ttl::after {
    }

    h2.cmn_ttl .en {
    }

    h2.cmn_ttl .ja {
        font-size: 14px;
    }

    p.cmn_btn {
    }

    p.cmn_btn a {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_txt {
    background: url(../images/haikei01.png) no-repeat top right / 448px 362px;
    min-height: 362px;
    padding-left: 74px;
}

.promo_txt .txt_wrap {
    padding-top: 115px;
    width: 700px;
    animation-name:blurAnime;
	animation-duration:4s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}

.promo_txt .txt_wrap p.ttl {
    font-size: 32px;
    letter-spacing: .1em;
    font-weight: bold;
    margin-bottom: 28px;
}

.promo_txt .txt_wrap p.txt {
    font-size: 18px;
    letter-spacing: .05em;
    max-width: 492px;
    line-height: 1.7222;
}

.promo_frame .vegas {
    /*background: url(../images/promo02.jpg) no-repeat center / cover;*/
    color: #fff;
    text-align: center;
    padding: 80px 0;
    min-height: 720px;
}

.vegas-animation-kenburnsUp {
    transform: scale(1.1);
}

.vegas-animation-kenburnsUp {
    animation: kenburns ease-in;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 750px) {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
プロモ SP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.promo_txt {
        padding: 0;
        background-size: 278px 221px;
        background-image: url(../images/haikei01_sp.png);
    }

    .promo_txt .txt_wrap {
        width: 100%;
        padding: 275px 20px 52px;
    }

    .promo_txt .txt_wrap p.ttl {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .promo_txt .txt_wrap p.txt {
        font-size: 14px;
    }

    .promo_frame .vegas {
        min-height: 302px;
    }

    .vegas-animation-kenburnsUp {
    }

    .vegas-animation-kenburnsUp {
    }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_works {
    overflow: hidden;
}

#home_works.kugiri_m {
    padding: 234px 0 80px;
}

#home_works h2 {
    margin-bottom: 64px;
}

#home_works h2 .en {
}

#home_works h2 .ja {
}

#home_works .swiper {
    max-height: 300px;
}
#home_works .swiper .swiper-wrapper {
    position: relative;
    padding-bottom: 76px;
    margin-bottom: 41px;
    max-height: 300px;
}

/*#home_works .swiper .swiper-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(56,60,3,1) 15%, rgba(221,222,208,1) 15%);
    max-width: 1080px;
}*/


#home_works .swiper .swiper-slide {
}

#home_works .swiper .swiper-slide p.img {
    border-radius: 10px;
    overflow: hidden;
    padding-top: 71%;
    margin-bottom: 18px;
}

#home_works .swiper .swiper-slide h3.ttl {
    margin-bottom: 20px;
}

#home_works .swiper .swiper-slide h3.ttl a {
    font-weight: bold;
    font-size: 16px;
}

#home_works .swiper .swiper-slide .cat {
    font-size: 14px;
}

#home_works .inner {
}

#home_works .inner p.cmn_btn {
    max-width: 1080px;
}

#home_works .inner p.cmn_btn a {
    margin-left: auto;
}

@media (max-width: 750px) {
    #home_works {
    }

    #home_works.kugiri_m {
        padding: 98px 0 0;
    }

    #home_works h2 {
        padding-bottom: 25px;
        margin-bottom: 40px;
    }

    #home_works h2 .en {
        font-size: 28px;
        margin-bottom: 5px;
    }

    #home_works h2 .ja {
        font-size: 14px;
    }
    
    #home_works .swiper  {
        margin-bottom: 60px;

    }
    
    #home_works .swiper .swiper-wrapper{
        padding-bottom: 48px;
        margin-bottom: 60px;
    }

    #home_works .swiper .swiper-wrapper::after {
        width: 70%;
        background: linear-gradient(90deg, rgba(56,60,3,1) 23%, rgba(221,222,208,1) 23%);
    }

    #home_works .swiper .swiper-slide {
    }

    #home_works .swiper .swiper-slide p.img {
        padding-top: 62%;
        margin-bottom: 8px;
    }

    #home_works .swiper .swiper-slide h3.ttl {
        margin-bottom: 2px;
    }

    #home_works .swiper .swiper-slide h3.ttl a {
        font-size: 15px;
    }

    #home_works .swiper .swiper-slide .cat {
        font-size: 12px;
    }

    #home_works .inner {
    }

    #home_works .inner p.cmn_btn {
    }

    #home_works .inner p.cmn_btn a {
        font-size: 12px;
        margin: 0 auto;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Concept
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_concept {
}

#home_concept.kugiri_m {
    padding-bottom: 320px;
}

#home_concept .bg {
    position: relative;
    z-index: 0;
}

#home_concept .bg::before, #home_concept .bg::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

#home_concept .bg::before {
    background: url(../images/haikei02.png) no-repeat 50% / contain;
    width: 440px;
    height: 383px;
    z-index: -1;
}

#home_concept .bg::after {
    width: 440px;
    height: 999px;
    background: #EDEDE4;
    border-radius: 0 0 160px 0;
    z-index: -2;
}

#home_concept .inner {
    align-items: flex-start;
    margin-bottom: 95px;
}

#home_concept h2 {
    width: 283px;
    padding: 124px 10px 35px 0;
    margin-left: 304px;
}

#home_concept h2 .en {
}

#home_concept h2 .ja {
}

#home_concept .box {
    width: calc(100% - 283px - 304px);
    padding: 174px 0 0 0;
}

#home_concept .box h3.sub_ttl {
    font-size: 28px;
    margin-bottom: 42px;
}

#home_concept .box p.main_txt {
    line-height: 2;
}

#home_concept ul.items {
    margin: 0 -6px;
}

#home_concept ul.items li {
    width: calc(33.3333% - 12px);
    margin: 0 6px;
    cursor: pointer;
}

#home_concept ul.items li p.img {
    padding-top: 100%;
    border-radius: 10px;
    margin-bottom: 17px;
}

#home_concept ul.items li h4.ttl {
}

#home_concept ul.items li h4.ttl a {
    font-size: 20px;
}

@media (max-width: 750px) {
    #home_concept {
    }

    #home_concept.kugiri_m {
        padding-bottom: 60px;
    }

    #home_concept .bg {
        padding-top: 195px;
    }

    #home_concept .bg::before, #home_concept .bg::after {
    }

    #home_concept .bg::before {
        width: 243px;
        height: 196px;
        background-image: url(../images/haikei02_sp.png);
    }

    #home_concept .bg::after {
        width: 100%;
        height: 356px;
    }

    #home_concept .inner {
        margin-bottom: 0;
        padding: 38px 0 48px;
    }

    #home_concept h2 {
        margin: 0 0 70px;
        padding: 0 0 25px;
    }

    #home_concept h2 .en {
        font-size: 28px;
        margin-bottom: 5px;
    }

    #home_concept h2 .ja {
        font-size: 14px;
    }

    #home_concept .box {
        width: 100%;
        padding: 0;
    }

    #home_concept .box h3.sub_ttl {
        font-size: 24px;
        margin-bottom: 29px;
    }

    #home_concept .box p.main_txt {
    }

    #home_concept ul.items {
        margin: 0;
    }

    #home_concept ul.items li {
        width: 100%;
        margin: 0 0 26px;
    }

    #home_concept ul.items li p.img {
        margin-bottom: 15px;
    }

    #home_concept ul.items li h4.ttl {
    }

    #home_concept ul.items li h4.ttl a {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_com {
    position: relative;
}

#home_com::after {
    position: absolute;
    content: "";
    background: url(../images/com_bg_bfeee5.jpg)no-repeat 50% /contain;
    width: 750px;
    height: 675px;
    border-radius: 160px 0 0 0;
    top: 0;
    right: 0;
}

#home_com.kugiri_m {
    padding: 132px 0 40px;
}

#home_com .inner {
    padding: 0 480px 142px 0;
    margin-bottom: 164px;
}

#home_com h2 {
    margin-bottom: 57px;
}

#home_com h2 .en {
}

#home_com h2 .ja {
}

#home_com p.main_txt {
    line-height: 2;
    max-width: 466px;
    margin-bottom: 55px;
}

#home_com p.cmn_btn {
}

#home_com p.cmn_btn a {
    padding: 13px 16px;
    min-width: 198px;
}

#home_com .bg_area {
    position: relative;
    margin-bottom: 70px;
    overflow: hidden;
}

#home_com .bg_area p.img{
}

#home_com .bg_area p.img img{
    transition: .3s ease-in;
}

#home_com .bg_area p.img:hover img{
    transform: scale(1.02);
    
}
#home_com .bg_area .is-animated{
    animation: anime 3s 0s forwards;
}

@keyframes anime {
  0% {
    transform: scale(1.16)
    }
    
    100%{ transform: scale(1) }
}

#home_com .bg_area::before, #home_com .bg_area::after {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
}

#home_com .bg_area::before {
    background-image: url(../images/kousa.png);
    width: 120px;
    height: 120px;
    top: -50px;
    left: 26px;
}

#home_com .bg_area::after {
    background-image: url(../images/kousa02.png);
    width: 122px;
    height: 244px;
    bottom: -69px;
    right: 0;
}

@media (max-width: 750px) {
    #home_com {
    }

    #home_com::after {
        content: none;
    }

    #home_com.kugiri_m {
        padding: 45px 0;
    }

    #home_com .inner {
        padding: 0;
        margin-bottom: 100px;
    }

    #home_com h2 {
        padding-bottom: 23px;
        margin-bottom: 34px;
    }

    #home_com h2 .en {
        font-size: 28px;
    }

    #home_com h2 .ja {
        font-size: 14px;
    }

    #home_com p.main_txt {
        margin-bottom: 48px;
    }

    #home_com p.cmn_btn {
    }

    #home_com p.cmn_btn a {
        font-size: 12px;
        padding: 10px 30px;
        min-width: 165px;
    }

    #home_com .bg_area {
        margin-bottom: 0;
    }

    #home_com .bg_area::before, #home_com .bg_area::after {
    }

    #home_com .bg_area::before {
        width: 53px;
        height: 53px;
        top: -20px;
        left: 15px;
    }

    #home_com .bg_area::after {
        width: 44px;
        height: 89px;
        bottom: -20px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ投稿一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_post {
}

#home_post.kugiri_m {
    padding: 30px 0 164px;
}

#home_post .inner {
    margin: 0 -40px;
}

#home_post .box {
    width: calc(50% - 80px);
    margin: 0 40px;
    position: relative;
}

#home_post h2 {
    padding-bottom: 23px;
    margin-bottom: 30px;
}

#home_post h2::after {
    width: 100%;
}

#home_post h2 .en {
}

#home_post h2 .ja {
}

#home_post p.cmn_btn {
    position: absolute;
    top: 11px;
    right: 0;
}

#home_post p.cmn_btn a {
}

.cmn_post_list {
    margin-bottom: -30px;
}

.cmn_post_list li {
    margin-bottom: 30px;
}

.cmn_post_list li .area_a {
    width: 180px;
    margin-right: 28px;
}

.cmn_post_list li .area_a p.img {
    border-radius: 5px;
    overflow: hidden;
    padding-top: 66%;
}

.cmn_post_list li .area_b {
    width: calc(100% - 180px - 28px);
    padding: 17px 0 0;
}

.cmn_post_list li .area_b h3.ttl {
    margin-bottom: 11px;
}

.cmn_post_list li .area_b h3.ttl a {
    font-size: 16px;
    font-weight: bold;
}

.cmn_post_list li .area_b .date {
    font-size: 12px;
    color: #383C03;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.cmn_post_list li .area_b .cat {
    font-size: 12px;
    color: #383C03;
    font-weight: bold;
}

@media (max-width: 750px) {
    #home_post {
    }

    #home_post.kugiri_m {
        padding: 25px 0 80px;
    }

    #home_post .inner {
        margin: 0 0 -60px;
    }

    #home_post .box {
        width: 100%;
        margin: 0 0 60px;
    }

    #home_post h2 {
        padding-bottom: 30px;
    }

    #home_post h2::after {
    }

    #home_post h2 .en {
    }

    #home_post h2 .ja {
    }

    #home_post p.cmn_btn {
        position: static;
    }

    #home_post p.cmn_btn a {
        margin: 0 auto;
    }

    .cmn_post_list {
        margin-bottom: 55px;
    }

    .cmn_post_list li {
    }

    .cmn_post_list li .area_a {
        width: 100%;
        margin: 0;
    }

    .cmn_post_list li .area_a p.img {
    }

    .cmn_post_list li .area_b {
        width: 100%;
        padding: 10px 0 0;
    }

    .cmn_post_list li .area_b h3.ttl {
        margin-bottom: 13px;
    }

    .cmn_post_list li .area_b h3.ttl a {
        font-size: 15px;
    }

    .cmn_post_list li .area_b .date {
    }

    .cmn_post_list li .area_b .cat {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_area {
    margin: 0 40px;
    background: #EDEDE4;
    border-radius: 20px;
    position: relative;
    min-width: 1200px;
}

#contact_area.kugiri_m {
    padding: 55px 0 50px;
}

#contact_area::before, #contact_area::after {
    position: absolute;
    content: "";
    background: no-repeat 50% / contain;
}

#contact_area::before {
    background-image: url(../images/haikei03.png);
    width: 150px;
    height: 166px;
    bottom: 0;
    left: 0;
}

#contact_area::after {
    background-image: url(../images/haikei04.png);
    width: 158px;
    height: 196px;
    top: 0;
    right: 0;
}

#contact_area .inner {
}

#contact_area .box_list01 {
    width: calc(100% - 600px);
    padding-right: 50px;
}

#contact_area .box_list01 h2 {
    margin-bottom: 36px;
}

#contact_area .box_list01 h2 .en {
    font-size: 32px;
}

#contact_area .box_list01 h2 .ja {
}

#contact_area .box_list01 p.main_txt {
    line-height: 1.6875;
}

#contact_area .box_list02 {
    width: 600px;
    border-left: 1px solid #DDDED0;
}

#contact_area .box_list02 .contact {
    flex: 1;
    text-align: center;
    border-right: 1px solid #DDDED0;
    padding: 44px 0;
}

#contact_area .box_list02 h3.ttl {
    font-size: 14px;
    color: #383C03;
    position: relative;
    padding-top: 63px;
    margin-bottom: 18px;
}

#contact_area .mail h3.ttl {
    margin-bottom: 23px;
}

#contact_area .box_list02 h3.ttl::before {
    position: absolute;
    content: "";
    top: 0;
    background: no-repeat 50% / contain;
}

#contact_area .tel h3.ttl::before {
    background-image: url("../images/Icon material-local-phone.svg");
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
}

#contact_area .mail h3.ttl::before {
    background-image: url("../images/Icon feather-mail.svg");
    width: 50px;
    height: 40px;
    left: calc(50% - 25px);
}

#contact_area .box_list02 p.num {
    margin-bottom: 2px;
}

#contact_area .box_list02 p.num a {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    color: #383C03;
}

#contact_area .box_list02 p.num a:hover{
    color: #929C25;
}

#contact_area .box_list02 p.open {
    font-size: 12px;
    color: #383C03;
    opacity: 1;
}

#contact_area .box_list02 p.btn {
}

#contact_area .box_list02 p.btn a {
    font-size: 12px;
    color: #fff;
    background: #383C03;
    border-radius: 28px;
    display: table;
    padding: 16px 0;
    text-align: center;
    margin: 0 auto;
    width: 240px;
}

#contact_area .box_list02 p.btn a:hover {
    background: #929C25;
    opacity: 1;
}

@media (min-width: 751px) and (max-width: 1400px) {
    #contact_area .inner {
        padding: 0 70px 0 80px;
    }

    #contact_area .box_list01 {
        width: calc(100% - 550px);
        padding-right: 0;
    }

    #contact_area .box_list02 {
        width: 525px;
        border-left: 1px solid #DDDED0;
    }
}

@media (min-width: 751px) and (max-width: 1200px) {
    #contact_area .box_list02 p.btn a {
        font-size: 10px;
    }
}

@media (max-width: 750px) {
    #contact_area {
        min-width: auto;
    }

    #contact_area.kugiri_m {
        margin: 0 15px;
        padding: 38px 0;
    }

    #contact_area::before, #contact_area::after {
    }

    #contact_area::before {
        width: 68px;
        height: 76px;
    }

    #contact_area::after {
        width: 80px;
        height: 100px;
    }

    #contact_area .inner {
    }

    #contact_area .box_list01 {
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
    }

    #contact_area .box_list01 h2 {
        text-align: center;
        padding-bottom: 25px;
    }

    #contact_area .box_list01 h2::after {
        left: calc(50% - 24px);
    }

    #contact_area .box_list01 h2 .en {
        margin-bottom: 3px;
        font-size: 28px;
    }

    #contact_area .box_list01 h2 .ja {
    }

    #contact_area .box_list01 p.main_txt {
    }

    #contact_area .box_list02 {
        width: 100%;
        border: none;
        margin-bottom: -17px;
    }

    #contact_area .box_list02 .contact {
        background: #F8F8F5;
        border-radius: 10px;
        padding: 20px 0;
        margin-bottom: 17px;
    }

    #contact_area .box_list02 h3.ttl {
        padding-top: 50px;
        margin-bottom: 10px;
    }

    #contact_area .mail h3.ttl {
        padding-top: 41px;
    }

    #contact_area .box_list02 h3.ttl::before {
    }

    #contact_area .tel h3.ttl::before {
        width: 32px;
        height: 32px;
    }

    #contact_area .mail h3.ttl::before {
        width: 31px;
        height: 25px;
        left: calc(50% - 15px);
    }

    #contact_area .box_list02 p.num {
    }

    #contact_area .box_list02 p.num a {
    }

    #contact_area .box_list02 p.open {
    }

    #contact_area .box_list02 p.btn {
    }

    #contact_area .box_list02 p.btn a {
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer {
    height: auto;
    background: inherit;
    margin-top: 42px;
    border-top: 1px solid #D3D3D3;
    padding: 46px 0;
}

footer .inner {
    align-items: flex-start;
}

footer .list01 {
    width: 360px;
    margin-right: 20px;
}

footer .list01 p.logo {
    width: 245px;
    margin-left: -14px;
    margin-bottom: 23px;
}

footer .list01 p.com_name {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

footer .list01 p.addr {
    font-size: 13px;
    margin-bottom: 11px;
}

footer .list01 ul.icons {
    margin: 0 -7px;
    align-items: center;
}

footer .list01 ul.icons li {
    margin: 25px 7px 0;
	width: 40px;
}

footer .list01 ul.icons li a {
    display: flex;
}

footer .list02 {
    width: calc(100% - 360px - 20px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px 0 0;
}

footer .list02 > div {
    padding: 17px 0 0 30px;
    width: 31.3333%;
    min-height: 180px;
    border-left: 1px solid #D3D3D3;
}

footer .list02 > .area_a {
    min-width: 260px;
}

footer .list02 > .area_b {
    width: 210px;
}

footer .list02 > .area_c {
    width: 195px;
}

footer .list02 ul.items {
}

footer .list02 ul.items li {
    margin-bottom: 17px;
}

footer .list02 ul.items li a {
    font-size: 14px;
}
footer .list02 ul.items li a:hover{
    color: #929C25;
}
div.copyright{
    background: #383C03;
    padding: 8px 0;
}

div.copyright .f_wrap{
    justify-content: flex-end;
    align-items: center;
}

div.copyright p{
    margin-right: 100px;
}

div.copyright p a{
    font-size: 12px;
    color: #fff;
}

div.copyright small{
    color: #fff;
    font-size: 12px;
    margin-right: 30px;
}
@media (max-width: 750px) {
    footer {
        padding: 13px 0 50px;
        overflow: hidden;
    }

    footer .inner {
        display: block;
    }

    footer .list01 {
    }

    footer .list01 p.logo {
        width: 198px;
        margin-bottom: 12px;
    }

    footer .list01 p.com_name {
        font-size: 14px;
    }

    footer .list01 p.addr {
        font-size: 12px;
    }

    footer .list01 ul.icons {
    }

    footer .list01 ul.icons li {
		width: 32px;
		margin-top: 0;
    }

    footer .list01 ul.icons li a {
    }

    footer .list02 {
        width: 100%;
        justify-content: flex-start;
        padding-top: 25px;
    }

    footer .list02 > div {
        min-height: auto;
        width: 50%;
        padding: 10px 0 10px 15px;
    }

    footer .list02 > .area_a {
        min-width: auto;
        width: 60%;
    }

    footer .list02 > .area_b {
        width: 40%;
    }

    footer .list02 > .area_c {
        width: 60%;
    }

    footer .list02 ul.items {
        margin-bottom: -18px;
    }

    footer .list02 ul.items li {
        margin-bottom: 18px;
    }

    footer .list02 ul.items li a {
    }
    
    div.copyright{
    padding: 5px 0;
}

div.copyright .f_wrap{
    justify-content: space-between;
}

div.copyright p{
    margin-right: 0;
}

div.copyright p a{
    font-size: 10px;
}

div.copyright small{
    font-size: 10px;
    margin-right: 0px;
}
}

