<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.main_visual {
    position: relative;
}

.main_visual &gt; img {
    width: 100%;
}

.main_visual h2 {
    position: absolute;
    left: 0;
    top: 12.8%;
    width: 100%;
    text-align: center;
    font-size: 4.5rem;
    color: #fff;
    font-weight: 600;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	opacity: 0;
}

.main_visual h2.show {
	opacity: 1;
}

#main .top_box {
    padding: 140px 15px 149px;
    background: url("../img/index/bg03.jpg") repeat-x left bottom #fff;
    background-size: 68px auto;
}

#main .top_box .top_box-ttl {
    max-width: 1040px;
    margin: 0 auto 86px;
    font-size: 1.6rem;
    line-height: 2.5;
    font-weight: 600;
    letter-spacing: -0.5px;
}

#main .top_box ul {
    max-width: 1042px;
    margin: 0 auto;
}

#main .top_box ul li {
    float: left;
    width: 41.5%;
}

#main .top_box ul li:nth-child(2n) {
    float: right;
}

#main .top_box ul li a {
    padding: 3px 3px 58px;
    display: block;
    position: relative;
    transition: .3s;
}

#main .top_box ul li a:hover {
    transition: .3s;
}

#main .top_box ul li a:before {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("../img/index/bg01.png") no-repeat;
    background-size: 100% 100%;
    content: "";
    transition: .3s;
}

#main .top_box ul li a:hover:before {
    opacity: 1;
}

#main .top_box ul li .text-img {
    margin: -30px 0 35px;
    text-align: center;
}

#main .top_box ul li .text-img img {
    height: 33px;
}

#main .top_box ul li p {
    text-align: center;
    line-height: 2;
    font-weight: 600;
}

#main .inner {
    padding: 118px 15px 0;
	background-color: #ead393;
}

#main .inner#a01 {
	background-color: #d1d5d8;
}

#main .inner h3 {
    margin-bottom: 127px;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 600;
}

#main .inner h3 span {
    margin-bottom: -2px;
    display: block;
    font-size: 8rem;
}

#main .inner .inner-box {
    max-width: 1040px;
    margin: 0 auto 156px;
}

#main .inner .img-sub {
    margin-bottom: 71px;
    padding: 27px 26px 22px 0;
    display: table;
    width: 100%;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    box-sizing: border-box;
    table-layout: fixed;
}

#main .inner .img-sub &gt; div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
}

#main .inner .img-sub .txt-box {
    padding: 0 45px 5px 0;
}

#main .inner .img-sub .txt-box p {
    line-height: 2.47;
    font-weight: 600;
}

#main .inner .img-sub .img {
    width: 156px;
    text-align: center;
}

#main .inner .img-sub .img span {
    margin-top: 16px;
    display: block;
    font-size: 1.3rem;
}

#main .inner .img-box {
    padding: 27px 0 39px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
}

#main .inner .img-box &gt; div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
}

#main .inner .img-box .text-box p {
    line-height: 1.8;
}

#main .inner .img-box01 .photo {
    padding-right: 10%;
    width: 44%;
}

#main .inner .img-box01 .text-box {
    padding: 0 5% 0 0
}

#main .inner .img-box02 {
    padding-bottom: 0;
}

#main .inner .img-box02 .photo {
    width: 56.5%;
}

#main .inner .img-box02 .photo img {
    margin-left: -8.5%;
}

#main .inner .img-box02 .text-box {
    padding: 0 0 2% 0
}

#main .inner .img-box03 {
    padding: 0;
    margin-top: -10px;
}

#main .inner .img-box03 .photo {
    width: 26.7%;
}

#main .inner .img-box03 .text-box {
    padding: 0 5% 0 0
}

#main .inner .bg-box {
    margin: 0 -15px;
    padding: 172px 15px 150px;
    position: relative;
    background-color: #F2F2F2;
}

#main .inner .bg-box .ttl {
    position: absolute;
    left: 0;
    width: 100%;
    top: -60px;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
}

#main .inner .bg-box .ttl span {
    display: block;
    font-size: 8rem;
}

#main .inner .bg-box .photo-box {
    width: 700px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

#main .inner .bg-box .photo-box &gt; div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

#main .inner .bg-box .photo-box .txt-sub {
    padding-left: 60px;
}

#main .inner .bg-box .photo-box .photo {
    width: 225px;
}

#main .inner .bg-box .photo-box p {
    margin-bottom: 44px;
    line-height: 1.67;
    font-weight: 600;
}

#main .inner .bg-box .photo-box .title {
    margin-bottom: 21px;
    font-size: 2.2rem;
}

#main .inner .bg-box .photo-box .title span {
    margin-top: -5px;
    display: block;
    font-size: 1.7rem;
}

#main .inner .bg-box .photo-box a {
    padding: 22px 0;
    margin: 0 auto;
	width: 280px;
    display: block;
    background: url("../img/index/bg02.png") no-repeat;
    background-size: 100% 100% !important;
}

#main .inner .bg-box .photo-box a:hover {
    opacity: 0.7;
}

@media all and (min-width: 641px) and (max-width: 1280px) {
    #main .inner .bg-box .ttl span {
        font-size: 6rem;
    }
    
    #main .inner h3 span {
        font-size: 6rem;
    }
    
    .main_visual h2 {
        top: 18%;
        font-size: 3.5rem;
    }
}

@media all and (min-width: 641px) and (max-width: 720px) {
	#main .inner .bg-box .photo-box {
		width: 610px;
	}
}

@media all and (max-width: 640px) {
    .main_visual h2 {
        top: 18%;
        font-size: 2rem;
    }

    #main .top_box {
        padding: 30px 10px;
        background-size: 50px auto;
    }

    #main .top_box .top_box-ttl {
        max-width: inherit;
        margin: 0 auto 20px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    #main .top_box ul {
        max-width: inherit;
    }

    #main .top_box ul li {
        width: 49%;
        background-color: transparent;
    }

    #main .top_box ul li a {
        padding: 1px 1px 20px;
    }

    #main .top_box ul li a:hover:before {
        opacity: 0;
    }

    #main .top_box ul li .text-img {
        margin: 0 0 15px;
    }

    #main .top_box ul li .text-img img {
        height: 16px;
    }

    #main .top_box ul li p {
        line-height: 1.5;
    }

    #main .inner {
        padding: 30px 10px 0;
    }

    #main .inner h3 {
        margin-bottom: 25px;
        font-size: 1.3rem;
    }

    #main .inner h3 span {
        margin-bottom: -4px;
        font-size: 3rem;
    }

    #main .inner .inner-box {
        max-width: inherit;
        margin: 0 auto 30px;
    }

    #main .inner .img-sub {
        margin-bottom: 20px;
        padding: 10px 0;
        display: flex;
		flex-wrap: wrap;
        border-width: 2px;
    }

    #main .inner .img-sub &gt; div {
        display: inherit;
    }

    #main .inner .img-sub .txt-box {
        padding: 15px 0 0;
		order: 1;
    }

    #main .inner .img-sub .txt-box p {
        line-height: 1.5;
    }

    #main .inner .img-sub .img {
        width: 100%;
        text-align: center;
    }
	
	#main .inner .img-sub .img &gt; div {
		width: 100%;
	}
    
    #main .inner .img-sub .img img {
        width: 55%;
    }

    #main .inner .img-sub .img span {
        margin-top: 5px;
        font-size: 1.1rem;
        width: 100%;
    }

    #main .inner .img-box {
        padding: 20px 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    #main .inner .img-box &gt; div {
        width: 100% !important;
        display: block;
    }
    
    #main .inner .img-box .text-box {
        padding: 20px 0 0 !important;
        order: 1;
    }

    #main .inner .img-box .text-box p {
        line-height: 1.5;
    }
    
    #main .inner .img-box .photo {
        padding: 0 !important;
        width: 100% !important;
        text-align: center;
    }
    
    #main .inner .img-box .photo img {
        width: 70% !important;
        margin: 0 !important;
    }
    
    #main .inner .img-box02 .photo img {
        width: 94% !important;
    }
    
    #main .inner .img-box03 .photo img {
        width: 55% !important;
    }

    #main .inner .img-box03 {
        margin-top: 0;
    }

    #main .inner .bg-box {
        margin: 0 -10px;
        padding: 90px 10px 30px;
    }

    #main .inner .bg-box .ttl {
        top: -30px;
        font-size: 1.3rem;
    }

    #main .inner .bg-box .ttl span {
        margin-bottom: -7px;
        font-size: 3rem;
    }

    #main .inner .bg-box .photo-box {
        width: auto;
        display: block;
    }

    #main .inner .bg-box .photo-box &gt; div {
        display: block;
    }

    #main .inner .bg-box .photo-box .txt-sub {
        padding-left: 0;
    }

    #main .inner .bg-box .photo-box .photo {
        width: auto;
        text-align: center;
    }
    
    #main .inner .bg-box .photo-box .photo img {
        width: 60%;
    }

    #main .inner .bg-box .photo-box p {
        margin-bottom: 15px;
        line-height: 1.5;
    }

    #main .inner .bg-box .photo-box .title {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    #main .inner .bg-box .photo-box .title span {
        margin-top: -5px;
        font-size: 1.5rem;
    }

    #main .inner .bg-box .photo-box a {
        width: 280px;
        padding: 10px 0;
        margin: 0 auto;
        display: block;
    }
    
}</pre></body></html>