@charset "utf-8";
.sticky {}

/* DO NOT EDIT THIS */
.gallery-caption {}
/* THESE ARE USELESS */
.bypostauthor {}
/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.admin-bar header {
    top: 46px !important;
}

.admin-bar .mean-container .mean-bar {
    top: 46px !important;
}

@media screen and (min-width: 1000px) {
    .admin-bar header {
        top: 32px !important;
    }
}

html {
    font-size: 62.5% !important;
    overflow: auto;
}

/* 10px */
body {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 1.6rem;
    margin: 0;
    padding: 100px 0 0 0;
    color: #333;
    position: relative;
    overflow-x: hidden;
	background:#F9F7F3;
}

.noto-reg {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.noto-bold {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.noto-black {
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.din-reg {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.din-bold {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

a {
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: #333;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

a.anc {
    display: block;
    margin-top: -120px;
    padding-top: 120px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

.disp_sp {
    display: none;
}

.disp_pc {
    display: block;
}

/*
.sherif-reg{
font-family: source-han-serif-japanese,serif;
font-weight: 400;
font-style: normal;
}
.sherif-med {
font-family: source-han-serif-japanese,serif;
font-weight: 500;
font-style: normal;
}
.sherif-bold{
font-family: source-han-serif-japanese,serif;
font-weight: 700;
font-style: normal;
}
.sans-reg{
font-family: source-han-sans-japanese,sans-serif;
font-weight: 400;
font-style: normal;
}

.sans-bold {
font-family: source-han-sans-japanese,sans-serif;
font-weight: 500;
font-style: normal;
}

.din-reg {
font-family: urw-din, sans-serif;
font-weight: 400;
font-style: normal;	
}

.din-bold {
font-family: urw-din, sans-serif;
font-weight: 700;
font-style: normal;
}
*/
#loading {
    height: 100%;
    width: 100vw;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_recruit-fix {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    z-index: 99;
    width: 70px;
    opacity: 0.8;
}

.btn_recruit-fix:hover {
    opacity: 1.0;
}

a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
    z-index: 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    body, body {
        padding: 60px 0 0px 0;
        font-size: 1.4rem;
    }

    .disp_sp {
        display: block;
    }

    .disp_pc {
        display: none;
    }

    .btn_recruit-fix {
        display: none;
    }

    .btn_recruit-fix:hover {
        opacity: 1.0;
    }
}

ul.sp_footnav {
    display: none;
}

.bnt_to-contact {
    position: fixed;
    top: 360px;
    right: 0;
    width: 100px;
    z-index: 10;
}

.bnt_to-konnnakanzi {
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 510px;
    z-index: 10;
    margin: 0;
    padding: 20px;
    background: #EBE9DE;
    border-radius: 12px 12px 0 0;
}

@media screen and (max-width: 768px) {
    ul.sp_footnav {
        display:block;
        background: #61864D;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    ul.sp_footnav li {
        width: 50%;
    }

    ul.sp_footnav li a {
        display: block;
        background: #61864D;
        text-align: center;
        height: 67px;
        padding: 14px 0 0 0;
    }

    ul.sp_footnav li:last-of-type a {
        display: block;
        background: #B4A865;
    }

    ul.sp_footnav li img {
    }

    .bnt_to-contact {
        display: none;
    }
}

/***************/
/* header */
/***************/
#header {
    position: fixed;
    top: 0;
    height: 100px;
    z-index: 999;
    width: 100%;
    margin: 0 0 0 0;
	border-bottom:solid 13px #5C3723;
	background:#f9f7f3;
}

header .header-inn {
    width: 100%;
    height: 100px;
    margin: auto;
    position: relative;
}

header .header-inn h1 {
    width: 200px;
    padding: 0;
    position: absolute;
	top:calc(50% - 10px);
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

header .header-inn p {
    width: auto;
	margin:0;
    position: absolute;
	top:calc(50% - 10px);
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size:2.0rem;
	font-weight:700;
	color:#5C3723;
}

.mainhead {
	padding:60px 0;;
}

.mainhead .main-slide {
    max-width: 1700px;
    width: 94%;
    margin: 0 auto 50px auto;
}

.mainhead .main-slide figure {
}

.mainhead .main-read {
	text-align:center;
    max-width: 1000px;
    width: 94%;
    margin: 0 auto;
}


/*spnav-none*/
.menu-trigger,nav {
    display: none;
}


@media screen and (max-width: 768px) {
	#header {
		height: 60px;
		border-bottom:solid 8px #5C3723;
	}
	
	header .header-inn {
		height: 60px;
	}
	
	header .header-inn h1 {
		width: 100px;
		top:calc(50% - 5px);
		left: 10px;
	}
	
	header .header-inn p {
		top:calc(50% - 5px);
		right: 10px;
		font-size:1.4rem;
	}
	
	.mainhead {
		padding:40px 0;
	}
	
	.mainhead .main-slide {
		margin: 0 auto 30px auto;
	}
	
	.mainhead .main-slide figure img {
		margin:auto;
	}
	
	.mainhead .main-read {
		max-width: 400px;
		width: 90%;
	}

}



/***************/
/* footer */
/***************/
footer {
    background: #5C3723;
	color:#fff;
    padding: 40px 0;
}

footer .footer-inn {
    width: 98%;
    max-width: 1140px;
	text-align:center;
    margin: 0 auto 40px;
    padding:0 0 40px 0;
	border-bottom:solid 1px #fff;
}

footer .footer-inn h2 {
    font-size: 1.8rem;
    font-weight: bold;
	margin:0 0 10px 0;
}

footer .footer-inn p {
    font-size: 1.4rem;
    line-height: 1.5;
	margin:0;
}

footer .copy p {
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	footer {
		padding: 14px 0;
	}
	
	footer .footer-inn {
		margin: 0 auto 10px;
		padding:0 0 10px 0;
	}
	
	footer .footer-inn h2 {
		font-size: 1.6rem;
		margin:0 0 6px 0;
	}
	
	footer .footer-inn p {
		font-size: 1.2rem;
	}
	
	footer .copy p {
		font-size: 1.1rem;
	}
}

/* to TOP */
.topBtn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 22px;
    box-sizing: border-box;
}

.topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.topBtn:hover {
    opacity: 0.7;
}

.foot_floating_sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .topBtn {
        display:none;
        bottom: 60px;
        font-size: 10px;
        width: 40px;
        height: 40px;
        padding-top: 16px;
    }

    .topBtn:before {
        top: 2px;
        font-size: 10px;
    }

    .foot_floating_sp {
        position: fixed;
        bottom: 0;
        z-index: 99;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        height: 60px;
    }

    .foot_floating_sp li {
    }

    .foot_floating_sp li a {
        display: block;
        text-align: center;
        height: 100%;
        width: 100%;
        position: relative;
    }

    .foot_floating_sp li a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
    }

    .foot_floating_sp li:nth-child(1) {
        width: 18%;
    }

    .foot_floating_sp li:nth-child(2) {
        width: 18%;
    }

    .foot_floating_sp li:nth-child(3) {
        width: 64%;
    }

    .foot_floating_sp li:nth-child(1) a {
        background: #007BB9;
    }

    .foot_floating_sp li:nth-child(2) a {
        background: #4D4D4D;
    }

    .foot_floating_sp li:nth-child(3) a {
        background: #ffe346;
    }
}

.bnr_info01 {
    background: #575757;
    width: 570px;
    height: 180px;
    text-align: center;
    border-radius: 9px 9px 0 0;
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 10;
    display: none;
}

.bnr_info01.scroll-nav {
    display: block;
    animation-name: fadeUpAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.bnr_info01 figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 460px;
}

@media screen and (max-width: 768px) {
    .bnr_info01 {
        background: #575757;
        width: 90%;
        height: 120px;
        text-align: center;
        border-radius: 9px 9px 0 0;
        position: ;
        bottom: 0;
        right: auto;
        z-index: 10;
        display: none;
        inset: 0;
        margin: auto auto 0 auto ;
    }

    .bnr_info01 figure {
        width: 100%;
        max-width: 280px;
    }
}

/***************/
/* common */
/**************/
#content .bl_inn {
    max-width: 1140px;
    width: 94%;
    margin: 0 auto;
}

#content .bl_inn.w1480 {
    max-width: 1480px;
}

.h2-box {
	text-align:center;
	margin:0 0 40px 0;
	color:#5c3723;
}

.h2-box h2 {
	font-size:4.0rem;
	font-weight:700;
	letter-spacing:0.2em;
}

.h2-box .h2-sub {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2.0rem;
}


.sec_read {
    margin: 0 0 40px 0;
    text-align: center;
}

p {
    margin: 0 0 20px 0;
    line-height: 1.75em;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.w400 {
    width: 400px;
}

.b-r8 {
    border-radius: 8px;
}

.b_01 {
    font-weight: bold;
}

.txt_center {
    text-align: center;
}

.txt_bold {
    font-weight: bold;
}

.txt_red {
    color: #e84114;
}

.txt_pink {
    color: #f373aa;
}

.color-purple {
    color: #7E3380;
}

.color-blown {
    color: #6A3906;
}

.color-green {
    color: #3C965A;
}

.color-orange {
    color: #C85513;
}

.color-blue {
    color: #2C80BA;
}

.mt-0 {
    margin-top: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.fs-20 {
    font-size: 2.0rem;
}

.fs-22 {
    font-size: 2.2rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.txt_note {
    background: #F8F8FA;
    padding: 20px;
}

.more {
    margin: 0;
    max-width: 500px;
    width: 100%;
}

.more a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #B4A865;
    border: 1px solid #B4A865;
    color: #fff;
    padding: 20px 0px;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
}

.more a::after {
    position: absolute;
    right: 40px;
    top: 50%;
    content: "";
    width: 40px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg) translateY(-50%);
}

.more:hover a {
    opacity: 1;
}

.btn_01 {
}

.btn_01 a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #595757;
    border: 1px solid #595757;
    color: #fff;
    padding: 14px 0;
    position: relative;
    width: 300px;
    font-size: 1.3rem;
}

.btn_01 a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}

.btn_02 {
}

.btn_02 a {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #005FA3;
    color: #005FA3;
    padding: 20px 0;
    position: relative;
    width: 300px;
    font-size: 1.7rem;
}

.btn_02 a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #005FA3;
}

.btn_02 a:hover {
    background: #005FA3;
    color: #fff;
}

.btn_02 a:hover::after {
    border-left: 5px solid #fff;
}

.btn_03 {
}

.btn_03 a {
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #005FA3;
    background: #005FA3;
    color: #fff;
    padding: 16px 0;
    position: relative;
    width: 600px;
    font-size: 1.7rem;
    margin: 90px auto 0;
}

.btn_03 a:hover {
    background: #005FA3;
    color: #fff;
}

section .bl_inn .access_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

section .bl_inn .access_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
	.h2-box {
		margin:0 0 30px 0;
	}
	
	.h2-box h2 {
		font-size:2.4rem;
	}
	
	.h2-box .h2-sub {
		font-size:1.8rem;
	}
}

/***************/
/* content */
/**************/
#content {
    padding: 0 0 0 0;
}

/* shop */
#content section.shop {
	padding:70px 0;
    background-image:url("./img/shop_bg.jpg");
    background-size:cover;
	color:#fff;
}

#content section.shop .bl_inn {
    position: relative;
    text-align: center;
}

#content section.shop .bl_inn .h2-box {
	color:#fff;
}


#content section.shop .bl_inn .read02 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#content section.shop .bl_inn .read02 li {
	width:49%;
	border-radius:10px;
	background:#fff;
	margin:0 0 20px 0;
	text-align:left;
	padding:20px;
}

#content section.shop .bl_inn .read02 li h3 {
	color:#5C3723;
	margin:0 0 10px 0;
    font-size: 2.4rem;
	font-weight:700;
}

#content section.shop .bl_inn .read02 li p {
	color:#333;
	margin:0;
    font-size: 2.0rem;
}

#content section.shop .bl_inn .read02 li p a {
}

@media screen and (max-width: 768px) {
#content section.shop {
	padding:40px 0;
}

#content section.shop .bl_inn .read02 li {
	width:100%;
}

#content section.shop .bl_inn .read02 li:last-of-type {
	margin:0 0 0 0;
}

#content section.shop .bl_inn .read02 li h3 {
	margin:0 0 6px 0;
	font-size: 1.8rem;
}

#content section.shop .bl_inn .read02 li p {
	font-size: 1.6rem;
}

#content section.shop .bl_inn .read02 li p a {
}
}


/* recruiting */
#content section.recruiting {
	padding:70px 0;
}

#content section.recruiting .bl_inn {
    position: relative;
    text-align: center;
}

#content section.recruiting .bl_inn .h2-box {
}

#content section.recruiting .bl_inn .item {
	background:#fff;
	margin:0 0 60px 0;
	padding:30px;
	border-radius:10px;
}

#content section.recruiting .bl_inn .item h3 {
	background:#5C3723;
	color:#fff;
	padding:10px 0;
    font-size: 2.7rem;
	font-weight:700;
	letter-spacing:0.2em;
	margin:0 0 20px 0;
}

#content section.recruiting .bl_inn .item table {
	width:100%;
	border-spacing: 0;
}

#content section.recruiting .bl_inn .item table th,
#content section.recruiting .bl_inn .item table td {
	border-bottom:solid 1px #9F9F9F;
	text-align:left;
	padding:30px;
}

#content section.recruiting .bl_inn .item table th {
	width:240px;
	color:#5C3723;
	font-weight:600; 
	vertical-align: top;
}

#content section.recruiting .bl_inn .item table td {
	width:calc(100% - 240px)
}

#content section.recruiting .bl_inn .item table td .sub-t {
	font-weight: 600;
	line-height: 3.5rem;
}
#content section.recruiting .bl_inn .item table td .int {
	display: block;
	padding-left: 1em;
}

#content section.recruiting .bl_inn .item02 {
	border:solid 8px #DC3D18;
	background:#fff;
	padding:0 0 40px 0;
}

#content section.recruiting .bl_inn .item02 h3 {
	background:#DC3D18;
	color:#fff;
	padding:10px 0;
    font-size: 2.7rem;
	font-weight:700;
	letter-spacing:0.2em;
	margin:0 0 40px 0;
}

#content section.recruiting .bl_inn .item02 .txt01 {
    font-size: 2.7rem;
	font-weight:700;
}

#content section.recruiting .bl_inn .item02 .txt02 {
    font-size: 2.0rem;
	font-weight:700;
}

#content section.recruiting .bl_inn .item02 .btn01 {
}

#content section.recruiting .bl_inn .item02 .btn01 a {
	display:block;
	background:#34AB74;
	border:solid 1px #34AB74;
	width:100%;
	max-width:580px;
	margin:40px auto 40px;
	padding:40px 0;
	border-radius:10px;
	color:#fff;
    font-size: 3.0rem;
	font-weight:700;
}

#content section.recruiting .bl_inn .item02 .btn01 a:hover {
	background:#fff;
	border:solid 1px #34AB74;
	color:#34AB74;
	opacity:1;
}

#content section.recruiting .bl_inn .item02 .mailad {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4.2rem;
	font-weight:700;
	color:#DC3D18;
}

@media screen and (max-width: 768px) {
	#content section.recruiting {
		padding:40px 0;
	}
	
	#content section.recruiting .bl_inn .h2-box {
	}
	
	#content section.recruiting .bl_inn .item {
		margin:0 0 40px 0;
	}
	
	#content section.recruiting .bl_inn .item h3 {
		font-size: 1.8rem;
		margin:0 0 10px 0;
	}
	
	#content section.recruiting .bl_inn .item table th,
	#content section.recruiting .bl_inn .item table td {
		padding:0;
		display:block;
	}
	
	#content section.recruiting .bl_inn .item table th {
		width:100%;
		border-bottom:none;
		padding:20px 0 0 0;
		font-size: 1.6rem;
	}
	
	#content section.recruiting .bl_inn .item table td {
		width:100%;
		padding:10px 0 20px 0;
		font-size: 1.4rem;
	}
	
	#content section.recruiting .bl_inn .item02 {
		border:solid 6px #DC3D18;
	}
	
	#content section.recruiting .bl_inn .item02 h3 {
		padding:6px 0 10px 0 ;
		font-size: 1.8rem;
		margin:0 0 20px 0;
	}
	
	#content section.recruiting .bl_inn .item02 .txt01 {
		font-size: 2.0rem;
		width:90%;
		margin:auto;
	}
	
	#content section.recruiting .bl_inn .item02 .txt02 {
		font-size: 1.6rem;
		margin:auto;
	}
	
	#content section.recruiting .bl_inn .item02 .btn01 {
		width:90%;
		margin:auto;
	}
	
	#content section.recruiting .bl_inn .item02 .btn01 a {
		margin:20px auto 20px;
		padding:24px 0;
		font-size: 2.4rem;
	}
	
	#content section.recruiting .bl_inn .item02 .mailad {
		font-size: 2.4rem;
	}
}


/* work */
#content section.work {
	padding:70px 0;
	background:#E9E3DD;
}

#content section.work .bl_inn {
    position: relative;
    text-align: center;
}

#content section.work .bl_inn .item {
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	background:#fff;
	margin:0 0 20px 0;
	border:solid 1px #707070;
	border-radius:14px;
	overflow:hidden;
}

#content section.work .bl_inn .item .txt {
	width:calc(100% - 480px);
	text-align:left;
	padding:30px;
}

#content section.work .bl_inn .item .txt h3 {
	color:#5C3723;
	font-size: 2.4rem;
	font-weight:900;
	margin:0 0 20px 0;
}

#content section.work .bl_inn .item .txt p {
	font-size: 1.8rem;
	font-weight:400;
	line-height:2.0em;
	margin:0;
}

#content section.work .bl_inn .item .pt {
	width:480px;
}

@media screen and (max-width: 768px) {
	#content section.work {
		padding:40px 0;
	}
	
	#content section.work .bl_inn .item {
		flex-wrap:wrap;
	}
	
	#content section.work .bl_inn .item .txt {
		width:100%;
		padding:20px;
	}
	
	#content section.work .bl_inn .item .txt h3 {
		font-size: 2.0rem;
		margin:0 0 10px 0;
	}
	
	#content section.work .bl_inn .item .txt p {
		font-size: 1.5rem;
		line-height:1.7em;
	}
	
	#content section.work .bl_inn .item .pt {
		width:100%;
	}
}

/* gallery */
.gallery {
	margin:0;
}

.gallery ul {
	display:flex;
	flex-wrap:nowrap;
}

.gallery ul li {
	width:25%;
}

.gallery ul li img {
	width:100%;
}

@media screen and (max-width: 768px) {
	.gallery ul {
		flex-wrap:wrap;
	}
	
	.gallery ul li {
		width:50%;
	}
}

/* merit */
#content section.merit {
	padding:70px 0;
}

#content section.merit .bl_inn {
    position: relative;
    text-align: center;
}

#content section.merit .bl_inn .item {
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:30px;
	border-radius:10px;
}

#content section.merit .bl_inn .item .txt {
	width:32%;
	border:solid 1px #ccc;
	margin:0 0 20px 0;
	padding:20px;
}

#content section.merit .bl_inn .item .txt:nth-last-of-type(-n+3) {
	margin:0 0 0 0;
}

#content section.merit .bl_inn .item .txt figure {
	width:100px;
	margin:0 auto 10px;
}

#content section.merit .bl_inn .item .txt h3 {
	font-size: 2.0rem;
	font-weight:700;
	margin:0 0 30px 0;
}

#content section.merit .bl_inn .item .txt p {
	text-align:left;
	font-size: 1.6rem;
	margin:0;
}

@media screen and (max-width: 768px) {
	#content section.merit {
		padding:40px 0;
	}
	
	#content section.merit .bl_inn {
	position: relative;
	text-align: center;
	}
	
	#content section.merit .bl_inn .item {
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
		padding:20px;
	border-radius:10px;
	}
	
	#content section.merit .bl_inn .item .txt {
		width:100%;
		margin:0 0 10px 0;
		padding:20px;
	}
	
	#content section.merit .bl_inn .item .txt:nth-last-of-type(-n+3) {
		margin:0 0 10px 0;
	}
	
	#content section.merit .bl_inn .item .txt:last-of-type {
		margin:0 0 0 0;
	}
	
	#content section.merit .bl_inn .item .txt figure {
		width:80px;
	}
	
	#content section.merit .bl_inn .item .txt h3 {
		font-size: 1.6rem;
		margin:0 0 10px 0;
	}
	
	#content section.merit .bl_inn .item .txt p {
		font-size: 1.5rem;
	}
}


/* message */
#content section.message {
	padding:70px 0;
    background-image:url("./img/message_bg.jpg");
    background-size:cover;
	min-height:800px;
}

#content section.message .bl_inn {
    position: relative;
    text-align: center;
}

#content section.message .bl_inn .item {
}

#content section.message .bl_inn .item p {
	font-size: 1.8rem;
	font-weight:700;
	letter-spacing:0.16em;
}

#content section.message .bl_inn .chara01 {
	position:absolute;
	top:70px;
	left:-180px;
	z-index:-1;
}

#content section.message .bl_inn .chara02 {
	position:absolute;
	top:260px;
	left:-60px;
	z-index:-1;
}

#content section.message .bl_inn .chara03 {
	position:absolute;
	top:70px;
	right:-130px;
	z-index:-1;
}

#content section.message .bl_inn .chara04 {
	position:absolute;
	top:380px;
	right:50px;
	z-index:-1;
}

@media screen and (max-width: 768px) {
	#content section.message {
		padding:40px 0;
		min-height:800px;
	}
	
	#content section.message .bl_inn .item p {
		font-size: 1.5rem;
		letter-spacing:0.06em;
	}
	
	#content section.message .bl_inn .chara01 {
		position:absolute;
		top: 310px;
		left:0px;
		width:180px;
	}
	
	#content section.message .bl_inn .chara02 {
		top:460px;
		left: 20px;
		width:180px;
	}
	
	#content section.message .bl_inn .chara03 {
		top: 330px;
		right:0px;
		width:180px;
	}
	
	#content section.message .bl_inn .chara04 {
		top: 550px;
		right: 10px;
		width:180px;
	}
}


/********************/
/* low */
/********************/
/* fadeUp */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

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

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

.fadeUpTrigger {
    opacity: 0;
}
