@charset "utf-8";
/*-----------------------------------------------------------------*/
/* common parts */
div.inner {
    width: 1180px;
    margin: auto;
}
h2.sec_title01 {
    background: url("../images/ribbon.png") no-repeat center;
    color: #fff;
    text-align: center;
    height: 96px;
    padding-top: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
h2.sec_title02 {
    color: #2d670e;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 40px;
}
h2.sec_title02 span {
    display: block;
    color: #79a02e;
    font-size: 32px;
}
.i_wrap img {
    width: 100%;
    height: auto;
}
.section {
    padding: 80px 0px;
    clear: both;
}
.icon {
    position: absolute;
    left: 0;
    right: 0;
    width: 164px;
    margin: auto;
    top: -120px;
}
.icon2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 250px;
    margin: auto;
    top: -60px;
}
.center {
    text-align: center;
}
.btn {
    width: 280px;
    margin: auto;
}
.btn a {
    padding: 15px 0px;
    border-radius: 30px;
    display: block;
    background: url("../images/btn.png") no-repeat center right 20px;
    background-size: 8px auto;
    background-color: #79a02e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition: 0.2s;
}
.btn a:hover {
    background: url("../images/btn.png") no-repeat center right 15px;
    background-size: 8px auto;
    background-color: #2d670e;
}

/*-----------------------------------------------------------------*/
/* bg_wrap */
#bg_wrap {
    background: url("../images/bg01.png"), url("../images/l_leaf.png"), url("../images/r_leaf.png"), url("../images/bird01.png"), url("../images/bird02.png"), url("../images/human01.png"), url("../images/human02.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom center, left top, right top, 50px 300px, right 480px, left 500px, 40px bottom;
    background-size: 100% auto, auto, auto, auto, auto, auto, auto, auto;
    padding: 40px 0px 200px;
}
/*-----------------------------------------------------------------*/
/* header */
#logo, #c_logo {
    width: 347px;
    margin: 0px auto 40px;
}
header div.inner {
    position: relative;
}
header nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
header nav ul li {
    width: 16.66%;
    text-align: center;
    background: url("../images/dot.png") no-repeat right center;
}
header nav ul li:last-child {
    background: none;
}
header nav ul li a {
    font-weight: bold;
    color: #2d670e;
    display: block;
    transition: 0.2s;
}
header nav ul li a:hover {
    opacity: 0.5;
}
header nav ul li a:hover span {
    opacity: 0.7;
}
header nav ul li span {
    display: block;
    color: #79a02e;
    margin-bottom: 4px;
    font-size: 15px;
    transition: 0.2s;
}
#icon_list {
    position: absolute;
    right: 0;
    top: 50px;
    display: flex;
}
#icon_list li {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#icon_list li a {
    display: block;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}
#icon_list li a:hover {
    opacity: 0.5;
}
/*-----------------------------------------------------------------*/
/* main */
#main div.inner {
    position: relative;
}
#main h2 {
    position: absolute;
    bottom: -40px;
    font-size: 32px;
    color: #4b321b;
    left: 130px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 5rem;
    font-weight: bold;
}
p.scroll {
    position: absolute;
    bottom: 485px;
    font-size: 18px;
    left: 80px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-bottom: 30px;
    background: url("../images/scroll.png") no-repeat center bottom;
    background-size: 8px auto;
}
p.scroll a {
    color: #8ec137;
}
#main .wrap {
    clear: both;
    overflow: hidden;
}
#main .wrap.bg {
    padding-bottom: 50px;
    background: url("../images/human03.png") no-repeat right 40px bottom;
    background-size: 190px auto;
}
#main .wrap div {
    border-radius: 20px;
}
.slide {
    background: #ccc;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
#top_left {
    width: 670px;
    height: 480px;
    float: left;
    background: url("../images/mainimage01.jpg") no-repeat center;
    background-size: cover;
}
#top_right {
    width: 440px;
    height: 310px;
    float: right;
    margin-top: 50px;
    background: url("../images/mainimage04.jpg") no-repeat center;
    background-size: cover;
}
#bottom_left {
    width: 285px;
    height: 170px;
    float: left;
    margin-top: 50px;
    margin-left: 350px;
    background: url("../images/mainimage07.jpg") no-repeat center;
    background-size: cover;
}
#bottom_right {
    width: 430px;
    height: 275px;
    float: right;
    background: url("../images/mainimage10.jpg") no-repeat center;
    background-size: cover;
}
/*-----------------------------------------------------------------*/
/* concept */
#concept {
    position: relative;
    background: #fff;
}
#concept h3 {
    text-align: center;
    font-size: 40px;
    color: #4b321b;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.i_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.i_list li {
    overflow: hidden;
    border-radius: 20px;
}
/*-----------------------------------------------------------------*/
/* service */
#service {
    background: url("../images/bg02.png") no-repeat center top;
    background-size: 100% auto;
}
ul.tab {
    width: 97%;
    clear: both;
    overflow: hidden;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    border-bottom: 5px solid #2d670e;
}
ul.tab li {
    width: 290px;
    display: block flex;
		align-items: center;
		justify-content: center;
    text-align: center;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
		line-height: 1.8em;
    background-color: #79a02e;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0px 5px;
    padding: 14px 0 10px;
    font-weight: bold;
    transition: 0.2s;
}
ul.tab li:hover {
    text-decoration: none;
    background-color: #2d670e;
}
ul.tab li.active {
    background-color: #2d670e;
}
.area {
    margin-top: -5px;
    width: 100%;
    display: none;
    background: #fff;
    border-radius: 20px;
    padding: 40px 40px 20px;
    position: relative;
    z-index: -1;
    margin-bottom: 100px;
}
.show {
    display: block !important;
}
.area .wrap {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.area .i_wrap {
    width: 460px;
    border-radius: 20px;
    overflow: hidden;
}
.area .t_wrap {
    width: 600px;
}
.area .t_wrap h3 {
    font-size: 32px;
    font-weight: bold;
    color: #2d670e;
    margin-bottom: 30px;
    letter-spacing: 6px;
}
.area .t_wrap span {
    display: block;
    color: #79a02e;
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.area dl {
    border-top: 5px dotted #ddd;
    padding: 20px 0px;
    justify-content: space-between;
    display: flex;
}
.area dt {
    width: 22%;
    padding: 10px 0px 10px 25px;
    font-weight: bold;
    color: #ff9999;
    background: url("../images/circle.png") no-repeat left 10px;
    border-right: 3px solid #eee;
}
.area dd {
    width: 78%;
		line-height: 1.5em;
    padding: 10px 0px 10px 40px;
    font-weight: bold;
}
.area dd a {
	color: #008CFF;
}
.area dd a:hover {
	text-decoration: underline;
}

.area dd ul {
    padding-left: 20px;
}
.area dd ul li {
    margin-bottom: 20px;
    list-style-type: disc;
}
.area dd ul li span{
    display: inline-block;
}
.area dd ul li:last-child {
    margin-bottom: 0px;
}
/*-----------------------------------------------------------------*/
/* faq */
#faq {
    position: relative;
    background: url("../images/bg03.png"), url("../images/bg04.png"), url("../images/brown.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center top, center bottom, left;
    background-size: 100% auto, 100% auto, auto;
    padding: 140px 0 80px;
}
#faq p.txt {
    margin-bottom: 40px;
}
#faq dl {
    width: 1080px;
    margin: 0px auto 20px;
}
#faq dl dt {
    padding: 20px 64px 20px 54px;
    cursor: pointer;
    position: relative;
    border-radius: 30px;
    font-weight: bold;
    background: url("../images/circle2.png") no-repeat center left 24px;
    background-color: #fff;
    transition: 0.2s;
}
#faq dl dd {
    display: none;
    font-weight: bold;
		line-height: 1.6em;
    padding: 20px 54px 20px 54px;
}
#faq dl dt:after {
    content: '＋';
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 24px;
}
#faq dl dt.active:after {
    content: '－';
}
/*-----------------------------------------------------------------*/
/* access */
#access {
    overflow: hidden;
}
#access .m_wrap {
    width: 680px;
    overflow: hidden;
    float: left;
}
#access .map {
    border: 10px solid #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 80px;
}
#access .map iframe {
    vertical-align: bottom;
}
#access .t_wrap {
    width: 450px;
    overflow: hidden;
    float: right;
}
#access .i_wrap {
    width: 340px;
    margin-bottom: 40px;
}
#access .block {
    margin-bottom: 40px;
}
#access ul {
    overflow: hidden;
    margin-bottom: 20px;
}
#access li {
    font-weight: bold;
    font-size: 24px;
    color: #ea9040;
		line-height: 1.2em;
    background: url("../images/circle3.png") no-repeat left 7px;
    padding-left: 24px;
    margin-bottom: 5px;
}
#access li span{
    display: block;
    font-size: 20px;
}
#access p {
    line-height: 1.6em;
}
#access p.mail {
    margin-bottom: 25px;
}
#access p.white {
    font-size: 15px;
    padding: 20px;
    background: #fff;
}
/*-----------------------------------------------------------------*/
/* topics */
#topics {
    position: relative;
    background: url("../images/bg03.png"), url("../images/bg04.png"), url("../images/brown.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center top, center bottom, left;
    background-size: 100% auto, 100% auto, auto;
    padding: 100px 0 80px;
}
.article_wrap {
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.article_wrap article {
    width: 274px;
    margin-left: 28px;
}
.article_wrap article:first-child {
    margin-left: 0px;
}
article a {
    display: block;
}
article .i_wrap {
    width: 100%;
    height: 170px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
article img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: 0.2s;
}
article a:hover img {
    transform: translateY(-50%) translateX(-50%) scale(1.1);
}
article ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
article li {
	float: left;
    color: #ea9040;
    font-size: 15px;
    font-weight: bold;
	margin-top: 3px;
}
article li.cat {
	float: left;
    color: #fff;
    background: #ea9040;
  font-size: 12px;  
	font-weight: bold;
    line-height: 1.4em;
    border-radius: 4px;
		margin-top: 0px;
    margin-left: 10px;
    padding: 2px 4px 2px;
    letter-spacing: 3px;
}
article h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: justify;
}
article p.content {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6em;
    display: none;
}
#topics .wrap {
    display: flex;
    justify-content: center;
}
#topics .wrap .btn {
    margin: 0px 10px;
}
/*-----------------------------------------------------------------*/
/* contact */
#contact {
    padding-bottom: 40px;
}
#contact p.txt {
    margin-bottom: 40px;
}
#contact .tel_wrap {
    text-align: center;
    margin-bottom: 40px;
}
#contact .icon_bg {
    padding-left: 60px;
    background: url("../images/tel.png") no-repeat left center;
    display: inline-block;
    text-align: left;
}
#contact .tel_wrap .tel {
    font-size: 35px;
    display: block;
    font-weight: bold;
    line-height: 1.0em;
}
#contact .small {
    font-size: 15px;
    letter-spacing: 0.5px;
}
.caps {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}
/*-----------------------------------------------------------------*/
/* recruit */
#recruit {
    background: url("../images/l_leaf2.png"), url("../images/r_leaf2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto, auto;
    padding-bottom: 0px;
}
#recruit .inner {
    background: url("../images/recruit01.png"), url("../images/recruit02.png"), url("../images/recruit03.png"), url("../images/recruit04.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left bottom, 240px bottom, right 240px bottom, right bottom;
    background-size: auto, auto;
    padding-bottom: 80px;
}
#recruit h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}
#recruit p.txt {
    margin-bottom: 60px;
}
/*-----------------------------------------------------------------*/
/* footer */
footer {
    background: #5a4839;
    padding: 40px 0px 0px;
}
footer nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
footer nav ul li {
    width: 16.66%;
    text-align: center;
    background: url("../images/dot.png") no-repeat right center;
}
footer nav ul li:last-child {
    background: none;
}
footer nav ul li a {
    font-weight: bold;
    color: #fff;
    display: block;
    transition: 0.2s;
}
footer nav ul li a:hover {
    opacity: 0.7;
}
footer nav ul li a:hover span {
    opacity: 0.9;
}
footer nav ul li span {
    display: block;
    color: #fff;
    margin-bottom: 4px;
    font-size: 15px;
    transition: 0.2s;
}
footer .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
footer .content:first-child {
    width: 22%;
    padding-top: 10px;
}
footer .content {
    width: 48%;
}
footer .content:last-child {
    width: 30%;
}
footer .info p {
    color: #fff;
    line-height: 1.6em;
    font-size: 16px;
}
footer .info p:first-child {
    margin-left: -10px;
}
footer .info p a {
    color: #fff;
}
footer .insta {
    margin-top: 30px;
    overflow: hidden;
}
footer .insta a {
    display: flex;
    justify-content: flex-start;
}
footer .insta a:hover p {
    color: #ea9040;
}
footer .insta .ic {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    margin-top: 10px;
}
footer .insta a p {
    color: #f1deba;
    letter-spacing: 2px;
    position: relative;
    padding: 15px 0px 15px 5px;
    transition: 0.2s;
}
footer .insta a p:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 40px;
    height: 1px;
    background: #fff;
    top: 7px;
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
footer .insta a p:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 40px;
    height: 1px;
    background: #fff;
    bottom: 7px;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    transform: rotate(12deg);
}
footer p.txt, #modal p.txt {
    font-size: 16px;
    color: #f1deba;
    margin-bottom: 10px;
    text-align: center;
}
footer .tel_wrap, #modal .tel_wrap {
    text-align: center;
    margin-bottom: 30px;
}
footer .tel_wrap a {
    color: #fff;
}
footer .icon_bg, #modal .icon_bg {
    padding-left: 60px;
    background: url("../images/tel2.png") no-repeat left center;
    display: inline-block;
    text-align: left;
}
footer .tel_wrap .tel, #modal .tel_wrap .tel {
    color: #fff;
    font-size: 30px;
    display: block;
    font-weight: bold;
    line-height: 1.0em;
}
footer .tel_wrap .tel, #modal {
    color: #fff;
}
footer .small, #modal .small {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0px;
}
footer .btn {
    width: 100%;
}
footer .btn a, #modal .btn a {
    background: url("../images/mail2.png"), url("../images/btn.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 24px center, center right 20px;
    background-size: 16px auto, 8px auto;
    background-color: #ea9040;
}
footer .btn a:hover, #modal .btn a:hover {
    background: url("../images/mail2.png"), url("../images/btn.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 24px center, center right 15px;
    background-size: 16px auto, 8px auto;
    background-color: #cd670c;
}
#copylight {
    text-align: center;
    color: #fff;
    background: #4e3f33;
    padding: 20px 0px;
}
.red {
    color: #ff0000;
}