@charset "UTF-8";

/*  reset
-----------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
  color: #000;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #474747;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #474747;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-ms-expand {
  display: none;
}
img {
  vertical-align: top;
  width:100%;
  height:auto;
}

/*  basic
-----------------------------------------------------------------------------*/
*,*::before,*::after {
    box-sizing: border-box;
}
body {
/*    letter-spacing: .04em;*/
}
a ,a:visited ,a:hover {
  color: #000;
  text-decoration: none;
}
.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}
/* style */
html,
body {
width: 100%;
}
/* support iOS */
html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body{
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
}
.myfont{
    font-family: 'EB Garamond', serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media only screen and (min-width:769px) {
.brpc{display:inline;}
.brsp{display:none;}
}
@media only screen and (max-width:768px) {
.brpc{display:none;}
.brsp{display:inline;}
}

@media only screen and (min-width:769px) {
    .hide-sp{display:block;}
    .hide-pc{display:none;}
}
@media only screen and (max-width:768px) {
    .hide-sp{display:none;}
    .hide-pc{display:block;}
}

/* common
-------------------------------------------------------------*/
body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
    color: #2F2725;
    font-family: 'Zen Kaku Gothic New', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    background-color:#E1E5D0;
}
.wrapper {
    width: 100%;
    position: relative;
    z-index:1;
    background-color:#E1E5D0;
    /*    overflow:hidden;*/
}
.container{
    width:100%;
    margin:0 auto;
    position: relative;
    z-index:1;
/*
    background-image: url(../../bg_news.png);
    background-position:50% 0%;
    background-size: contain;
    background-size: 843px auto;
    background-repeat:no-repeat;
 */
    background-color: #fff;
    background-color: #D9D1A4;/* temporary */

}

@media only screen and (max-width:768px) {
}

/* contents
-------------------------------------------------------------*/
.section-green,.section-white,.section-brown{
    width:100%;
}
.section-green{
    background-color: #22AC38;
}
.section-white{
    background-color: #FFF;
}
.section-brown{
    background-color: #B27436;
}
#section-firstview{
    border-bottom:70px solid #B27436;
    position:relative;
    z-index:20;
}
.content-firstview,.content-section,
.content-main{
    width:100%;
    max-width:840px;
    margin:0 auto;
}
.content-section{
    display: flex;
    flex-direction: column;
    padding:120px 0;
 }
.section-white .content-section{
    align-items: start;
}
.section-green .content-section{
    align-items: end;
}
#section-company .content-section{
    padding-top:200px;
}
#section-contact .content-section{
    padding-bottom:200px;
    padding-bottom:70px;
}
#section-firstview{
    background-image: url(../img/bg_frontview.png);
    background-position: 50% 100%;
    background-size: contain;
    background-size: 1152px 1032px;
    background-repeat: no-repeat;
}

@media only screen and (max-width:768px) {
    .content-section{
        padding:75px 0;
    }
    #section-company .content-section{
        padding-top:160px;
    }
    #section-contact .content-section{
        padding-bottom:160px;
        padding-bottom:62px;
    }
    #section-firstview{
        background-image: url(../img/bg_frontview_sp.png);
        background-size: 598px 580px;
    }
}
/* fixed background
-------------------------------------------------------------*/
.fixed-bg{
    width:100%;
    max-width:740px;
    height:80vh;
    margin:0;
    position:fixed;
    z-index: 10;
    top:0;
    left:50%;
    background-color:#E1E5D0;
    transform: translate(-50%, 0);
}

.title-content,
.text-content,
.img-content,
.link-content{
    position:relative;
    z-index: 20;
}
@media only screen and (max-width:768px) {
    .fixed-bg{
        height:56vh;
    }
}

/* front page
-------------------------------------------------------------*/
.content-firstview{
    width:100%;
    height:calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}
.logo-main{
    width:54%;
    max-width:450px;
}
#section-firstview::after{
    width: 30px;
    height: calc(30px / 2 * tan(55deg));
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    background-color: #E1E5D0;
    transform: translate(-50%, 11px);
}
.title-content{
    display: inline-block;
    background-color: #fff;
    font-size:3.2rem;
    letter-spacing:.02em;
    line-height:1.56;
    color:#22AC38;
    font-weight:500;
    margin-bottom:60px;
    padding:60px 50px;
    box-sizing: border-box;
}
.text-content{
    width:100%;
    background-color: #fff;
    margin-bottom:30px;
    padding:50px 50px;
    box-sizing: border-box;
}
.text-content p{
    font-size:1.5rem;
    letter-spacing:.02em;
    line-height:1.733;
    color:#22AC38;
    font-weight:500;
    text-align:justify;
    word-break:break-all;
}
.text-001{
    max-width:445px;
}
.text-002{
    max-width:558px;
}
.text-003{
    max-width:380px;
}
.text-004{
    max-width:445px;
}
.text-005{
    max-width:380px;
}
.text-006{
    max-width:380px;
}
.img-content{
    width:100%;
    background-color: transparent;
    margin-bottom:30px;
    padding:0px 50px;
    box-sizing: border-box;
}
.img-content p{
}
.img-001{
    max-width:400px;
}
.img-002{
    max-width:480px;
}

.text-001::after,
.text-001::before,
.text-002::after,
.img-001::after,
.text-003::after,
.text-003::before,
.text-004::after,
.text-004::before,
.img-002::after,
.text-005::after,
.text-005::before{
    display: inline-block;
    content: "";
    position: absolute;
    height:60px;
}
.text-001::after,
.text-001::before,
.text-002::after,
.img-001::after,
.img-002::after,
.text-004::after,
.text-004::before{
    left: 0%;
    background-color: #fff;
}
.text-003::after,
.text-003::before,
.text-005::after,
.text-005::before{
    right: 0%;
    background-color: #22AC38;
}
.text-005::after,
.text-005::before{
    left: 0%;
    background-color: #fff;
}
.title-content span:nth-of-type(2){
    display: block;
    margin-top:24px;
}

@media only screen and (min-width:769px) {
    .text-001::after {
        width: 337px;
        top: 100%;
    }
    .text-001::before {
        width: 158px;
        bottom: 100%;
    }
    .text-002::after {
        width: 250px;
        top: 100%;
    }
    .img-001::after {
        width: 197px;
        top: 100%;
    }
    .text-003::after {
        width: 200px;
        top: 100%;
    }
    .text-003::before {
        width: 140px;
        bottom: 100%;
    }
    .text-004::after {
        width: 158px;
        top: 100%;
    }
    .text-004::before {
        width: 290px;
        bottom: 100%;
    }
    .img-002::after {
        width: 170px;
        top: 100%;
    }
    .text-005::after {
        width: 140px;
        top: 100%;
    }
    .text-005::before {
        width: 200px;
        bottom: 100%;
    }
}

.link-content{
    display: inline-block;
    background-color: #fff;
    margin-bottom:30px;
    margin-bottom:200px;
    padding:60px 50px 60px 70px;
    box-sizing: border-box;
}
.link-content a{
    display: inline-block;
    position:relative;
    padding-right:65px;
}
.link-content a strong{
    display:block;
    text-align:center;
    font-size:2.8rem;
    letter-spacing:.02em;
    line-height:1.66;
    color:#22AC38;
    font-weight:500;
}
.link-content a span{
    display:block;
    text-align:center;
    font-size:1.5rem;
    letter-spacing:.02em;
    line-height:1.66;
    color:#22AC38;
    font-weight:500;
}
.link-content a::after{
    width: 35px;
    height: calc(35px / 2 * tan(70deg));
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: inline-block;
    content: "";
    position: absolute;
    bottom:5px;
    right: 0;
    background-color: #22AC38;
}
.link-contact a strong{
    font-size:2.0rem;
}
.icon-logo{
    position:absolute;
    top:-40px;
    left:-48px;
    width:120px
}
.link-contact::after{
}
.section-green{
    background-color: #22AC38;
}
.section-white{
    background-color: #FFF;
}
.section-white .title-content,
.section-white .text-content,
.section-white .link-content{
    background-color: #fff;
}
.section-white .title-content,
.section-white .text-content p,
.section-white .link-content strong,
.section-white .link-content span{
    color: #22AC38;
}
.section-green .title-content,
.section-green .text-content,
.section-green .link-content{
    background-color: #22AC38;
}
.section-green .title-content,
.section-green .text-content p,
.section-green .link-content strong,
.section-green .link-content span{
    color: #fff;
}
.section-green .link-content a::after{
    background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .cell-links li{
        background-color:#fff;
    }
    .cell-links li a{
        transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.3s, background-color cubic-bezier(0.42, 0, 0.58, 1) 0.3s;
    }
    .cell-links li a:hover{
        background-color:#B5B5B5;
        color: #fff;
    }
    .link-content a::after{
        transform: translateX(0);
        transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
        }
    .link-content a:hover::after {
        transform: translateX(8px);
    }
}

@media only screen and (max-width:768px) {
    #section-firstview{
        border-bottom:60px solid #B27436;
    }
    .content-firstview{
        height:calc(100vh - 60px);
        padding:0 8%;
        max-height:669px;
    }
    .logo-main{
        width:70%;
        min-width:270px;
        max-width:450px;
    }
    #section-firstview::after{
        bottom: -30px;
    }
    .title-content{
        font-size:2rem;
        padding:32px 32px;
    }
    .text-content{
        padding:32px 32px;
    }
    .text-content p{
        font-size:1.4rem;
        letter-spacing: 0;
    }
    .text-001{
        width:324px;
        width:83.07%;
        max-width:404px;
    }
    .text-002{
        width:344px;
        width:88.205%;
        max-width:424px;
    }
    .text-003{
        width:344px;
        width:88.205%;
        max-width:424px;
    }
    .text-004{
        width:324px;
        width:83.07%;
        max-width:404px;
    }
    .text-005{
        width:344px;
        width:88.205%;
        max-width:424px;
    }
    .text-006{
        width:344px;
        width:88.205%;
        max-width:424px;
    }
    .img-content{
        padding:0;
    }
    .img-001{
        width:58.97%;
        max-width:460px;
    }
    .img-002{
        width:260px;
        width:66.66%;
        max-width:480px;
    }
    .text-001::after {
        width: 260px;
        top: 100%;
    }
    .text-001::before {
        width: 140px;
        bottom: 100%;
    }
    .text-002::after {
        width: 152px;
        top: 100%;
    }
    .img-001::after {
        width: 87px;
        top: 100%;
    }
    .text-003::after {
        width: 200px;
        top: 100%;
    }
    .text-003::before {
        width: 140px;
        bottom: 100%;
    }
    .text-004::after {
        width: 130px;
        top: 100%;
    }
    .text-004::before {
        width: 190px;
        bottom: 100%;
    }
    .img-002::after {
        width: 210px;
        top: 100%;
    }
    .text-005::after {
        width: 100px;
        top: 100%;
    }
    .text-005::before {
        width: 160px;
        bottom: 100%;
    }
    .link-content{
        margin-bottom:0px;
        margin-bottom:200px;
        padding:50px 50px 50px 70px;
    }
    .link-content a{
        display: inline-block;
        position:relative;
        padding-right:65px;
    }
    .link-content a strong{
        font-size:2rem;
    }
    .link-content a span{
        font-size:1.2rem;
    }
    .link-content a::after{
        bottom:2px;
    }
}
@media only screen and (max-width:480px) {
    .text-001{
        max-width:324px;
    }
    .text-002{
        max-width:344px;
    }
    .text-003{
        max-width:344px;
    }
    .text-004{
        max-width:324px;
        width:86%;
        max-width:340px;
    }
    .text-005{
        max-width:344px;
    }
    .text-006{
        max-width:344px;
    }
}

/* page
-------------------------------------------------------------*/

@media (hover: hover) and (pointer: fine) {
}
@media only screen and (min-width:769px) {

}
@media only screen and (max-width:768px) {

}

/* company page
-------------------------------------------------------------*/
.content-pages{
     width:100%;
     max-width:840px;
     margin:0 auto;
 }
.img-company{
    width:74%;
    max-width:615px;
    margin:0;
}
.content-company{
    width:100%;
    max-width:840px;
    margin:0 auto;
    padding:270px 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.title-company{
    width:32.43%;
    max-width:240px;
    font-size:2.8rem;
    letter-spacing:.02em;
    line-height:1.56;
    line-height:1.3;
    color:#22AC38;
    font-weight:500;
}
.text-company{
    width:67.56%;
    max-width:500px;
}
.section-green .title-company{
    color:#fff;
}
.section-white .title-company{
    color:#22AC38;
}
.text-philosophy{
    font-size:2.0rem;
    letter-spacing:.02em;
    line-height:1.6;
    color:#fff;
    font-weight:500;
}
.text-message{
    font-size:1.5rem;
    letter-spacing:0em;
    line-height:1.733;
    color:#22AC38;
    font-weight:500;
    margin-bottom:1em;
    text-align:justify;
}
.signature-message{
    font-size:1.7rem;
    letter-spacing:.02em;
    line-height:1.3;
    color:#22AC38;
    font-weight:500;
    text-align:right;
    padding-top:64px;
}
.list-overview{
    margin-bottom:-40px;
    padding-left:26px;
    padding-top:8px;
}
.list-overview dt{
    font-size:1.8rem;
    letter-spacing:.02em;
    line-height:1.1;
    color:#fff;
    font-weight:500;
    position:relative;
}
.list-overview dd{
    font-size:1.5rem;
    letter-spacing:.02em;
    line-height:1.777;
    color:#fff;
    font-weight:400;
    margin-bottom:40px;
    margin-top:4px;
}
.list-overview dd:last-of-type{
    margin-bottom:0px;
}
.list-overview dt:before{
    width: 14px;
    height: 14px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    background-color: #E1E5D0;
    transform: translate(0, -50%);
}
.list-overview dd ul{
    padding-top:6px;
}
.list-overview dd li{
    line-height:1.3;
    margin-bottom:10px;
}
.list-overview .cell-iso{
    width:90px;
    padding-top:30px;
}
.map-company{
    width: 100%;
    margin-top:70px;
}
.googlemaps {
    width: 100%;
    position: relative;
    padding-top: 66.62%;
}
.googlemaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width:768px) {
    .img-company{
        width:84.62%;
        max-width:480px;
        margin:0 0 0 auto;
    }
    .content-company{
        width:84%;
        max-width:480px;
        padding:70px 0;
        flex-direction:column;
    }
    .title-company{
        width:100%;
        max-width:480px;
        font-size:2.2rem;
        margin-bottom:50px;
    }
    .text-company{
        width:100%;
        max-width:480px;
    }
    .text-philosophy{
        font-size:1.6rem;
    }
    .text-message{
        font-size:1.4rem;
    }
    .signature-message{
        font-size:1.5rem;
        padding-top:40px;
    }
    .list-overview{
        margin-bottom:0;
        padding-top:0;
    }
    .list-overview li span{
        display: inline-block;
    }
    .list-overview .cell-iso{
        width:90px;
        padding-top:30px;
    }
    .map-company{
        margin-top:0px;
    }
    .section-white:last-of-type .content-company{
        width:100%;
        max-width:640px;
        padding-bottom:150px;
    }
    .section-white:last-of-type .content-company .title-company{
        width:84%;
        max-width:480px;
        margin-left:auto;
        margin-right:auto;
    }

}

/* works page (business page)
-------------------------------------------------------------*/
.intro-business{
    width:100%;
    max-width:740px;
    margin:0 auto;
    padding:120px 0;
}
.intro-business p{
    font-size:1.8rem;
    letter-spacing:0em;
    line-height:1.66;
    color:#22AC38;
    font-weight:500;
}
.section-business{
    width:100%;
    background-color:#fff;
}
.header-business{
    width:100%;
    background-color:#B27436;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}
.cell-image{
    width:100%;
    max-width:740px;
    height:50%;
    min-height:240px;
    height:240px;
    background-color:#22AC38;
    position:relative;
}
.cell-title{
    width:100%;
    max-width:740px;
    height:50%;
    min-height:240px;
    height:240px;
    background-color:#E1E5D0;
    position:relative;
}
.cell-flex{
    display: flex;
    justify-content: space-between;
}
.cell-blank{
}
.title-business{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width:100%;
    padding:64px;
    position:relative;
    z-index:1;
}
.cell-flex .title-business{
    align-items: flex-end;
    width:56%;
    max-width:380px;
    padding-left:0;
}
.title-business h2{
    line-height:1.56;
    color:#22AC38;
    font-weight:500;
}
.title-business .title-ja{
    font-size:3.2rem;
    letter-spacing:.02em;
}
.title-business .title-en{
    font-size:3.6rem;
    letter-spacing:0;
}
.img-business{
    width:50%;
    max-width:360px;
    position:relative;
    z-index:1;
}
@media only screen and (min-width:769px) {
    .cell-image::before {
        width: 100vw;
        height: 240px;
        background-color: #22AC38;
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }

    .cell-blank.cell-image::before {
        right: 0;
        left: auto;
    }

    .cell-title::before {
        width: 100vw;
        height: 240px;
        background-color: #E1E5D0;
        display: inline-block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
    }

    .cell-flex.cell-title::before {
        left: auto;
        right: 0;
    }
}
.details-business{
    width:100%;
    max-width:740px;
    margin:0 auto;
    padding-bottom:270px;
}
.details-business ul{
    padding-left:240px;
    padding-top:80px;
}
.details-business li{
    font-size:2rem;
    letter-spacing:.02em;
    line-height:1.56;
    color:#22AC38;
    font-weight:500;
    margin-bottom:40px;
    padding-left:26px;
    position:relative;
}
.details-business li:last-of-type{
    margin-bottom:0px;
}
.details-business li:before{
    width: 14px;
    height: 14px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #22AC38;
    transform: translate(0, -50%);
}
@media only screen and (max-width:768px) {
    .intro-business{
        width:84%;
        max-width:480px;
        padding:70px 0;
    }
    .intro-business p{
        font-size:1.5rem;
    }
    .cell-image{
        width:280px;
        width:72%;
        max-width:480px;
        height:auto;
        min-height:0;
        padding-top:200px;
        margin-left:auto;
        margin-right:0;
    }
    .cell-title{
        min-height:150px;
        height:auto;
    }
    .cell-blank{
        width:100%;
        max-width:800px;
    }
    .title-business{
        width:84%;
        min-height:150px;
        padding:0;
        margin:0 auto;
    }
    .cell-flex{
        flex-direction: column-reverse;
        width:280px;
        width:72%;
        max-width:480px;
        margin-left:0;
        margin-right:auto;
    }
    .cell-flex .title-business{
        align-items: flex-end;
        width:56%;
        width:84%;
        max-width:380px;
        padding-left:0;
    }
    .title-business .title-ja{
        font-size:2.7rem;
    }
    .title-business .title-en{
        font-size:3.2rem;
    }
    .img-business{
        width:100%;
        max-width:480px;
    }
    .details-business{
        width:84%;
        max-width:480px;
        padding-bottom:130px;
    }
    .details-business ul{
        padding-left:0;
        padding-top:50px;
    }
    .details-business li{
        font-size:1.8rem;
    }
    .details-business li:before{
        top: 0.5em;
        left: 0;
        transform: translate(0, 0%);
    }
}

/* efforts page
-------------------------------------------------------------*/
#efforts .section-green:first-of-type{
    border-top:240px solid #B27436;
}
.content-efforts{
    width:100%;
    max-width:740px;
    margin:0 auto;
    padding:240px 0;
    position:relative;
}
.each-efforts{
    display: flex;
}
.cell-efforts{
    width:32%;
    max-width:220px;
    margin-right:40px;
}
.cell-efforts:nth-of-type(3){
    margin-right:0px;
}
.title-efforts{
    font-size:2.8rem;
    letter-spacing:.02em;
    line-height:1.66;
    font-weight:500;
    margin-bottom:70px;
}
.section-white .title-efforts{
    color:#22AC38;
}
.section-green .title-efforts{
    color:#fff;
}
.name-efforts{
    font-size:2rem;
    letter-spacing:.02em;
    line-height:1.66;
    font-weight:500;
    padding:12px 0;
}
.section-white .name-efforts{
    color:#22AC38;
}
.section-green .name-efforts{
    color:#fff;
}
.text-efforts{
    font-size:1.4rem;
    letter-spacing:.06em;
    line-height:1.785;
    font-weight:400;
    text-align:justify;
}
.section-white .text-efforts{
    color:#22AC38;
}
.section-green .text-efforts{
    color:#fff;
}
.img-efforts{
    width:100%;
    max-width:220px;
}
@media only screen and (max-width:768px) {
    #efforts .section-green:first-of-type{
        border-top:200px solid #B27436;
    }
    .content-efforts{
        width:84%;
        max-width:480px;
        padding:70px 0;
    }
    .each-efforts{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cell-efforts{
        width:47.53%;
        max-width:320px;
        margin:0 0 50px;
    }
    .title-efforts{
        font-size:2.2rem;
        margin-bottom:50px;
    }
    .name-efforts{
        font-size:1.5rem;
        padding-bottom:8px;
    }
    .img-efforts{
        max-width:320px;
    }
    .text-efforts{
        font-size:1.2rem;
        line-height:1.66;
        letter-spacing:.02em;
    }
}
@media only screen and (max-width:440px) {
    .cell-efforts{
        max-width:158px;
    }
}
/* ISO 9001-14001
-------------------------------------------------------------*/
.iso-content{
    width:100%;
    background-color: transparent;
    margin-bottom:0px;
    padding:0px 50px;
    box-sizing: border-box;
    position:relative;
    z-index: 20;
}

@media only screen and (min-width:769px) {
    .logo-iso{
        width:90px;
        transform: translateX(80px);
    }
}
@media only screen and (max-width:768px) {
    .iso-content{
        padding:0px 30px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .logo-iso{
        width:80px;
    }
}


/* privacy policy page
-------------------------------------------------------------*/
.content-privacypolicy{
    width:100%;
    max-width:740px;
    margin:0 auto;
    padding:120px 0;
    position:relative;
}
.title-privacypolicy{
    font-size:2.2rem;
    letter-spacing:.02em;
    line-height:1.45;
    font-weight:500;
    margin-bottom:50px;
    color:#22AC38;
}
.title-privacypolicy span{
    font-size:1.8rem;
    display:block;
}
.subtitle-privacypolicy{
    font-size:1.8rem;
    letter-spacing:.02em;
    line-height:1.45;
    font-weight:500;
    margin-bottom:50px;
    color:#22AC38;
}
.subline-privacypolicy{
    font-size:1.4rem;
    letter-spacing:.02em;
    line-height:1.45;
    font-weight:600;
    margin-bottom:16px;
    color:#22AC38;
}
h5.subline-privacypolicy{
    margin-bottom:2px;
}
.text-privacypolicy{
    font-size:1.4rem;
    letter-spacing:.01em;
    line-height:1.78;
    font-weight:400;
    margin-bottom:1.8em;
    color:#22AC38;
}
.list-privacypolicy{
    font-size:1.4rem;
    letter-spacing:.01em;
    line-height:1.78;
    font-weight:400;
    color:#22AC38;
    margin-bottom:50px;
}
.list-privacypolicy dt{
}
.list-privacypolicy dd{
    margin-bottom:1.6em;
}
.list-privacypolicy dd:last-of-type{
    margin-bottom:0;
}
.signature-privacypolicy{
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.signature-privacypolicy dt,
.signature-privacypolicy dd{
    font-size:1.4rem;
    letter-spacing:.01em;
    line-height:1.78;
    font-weight:400;
    color:#22AC38;
}
.inquiry-privacypolicy{
}
.inquiry-privacypolicy h3,.inquiry-privacypolicy p,.inquiry-privacypolicy dt,.inquiry-privacypolicy dd,.inquiry-privacypolicy li{
    font-size:1.4rem;
    letter-spacing:.01em;
    line-height:1.78;
    font-weight:400;
    color:#22AC38;
}
.inquiry-privacypolicy ul{
    display: flex;
    flex-wrap: nowrap;
}
.inquiry-privacypolicy li{
    margin-right:1.2em;
}
.inquiry-privacypolicy p a,.inquiry-privacypolicy dt a,.inquiry-privacypolicy dd a,.inquiry-privacypolicy li a{
    text-decoration:underline;
    color:#22AC38;
}
.inquiry-privacypolicy p a:hover,.inquiry-privacypolicy dt a:hover,.inquiry-privacypolicy dd a:hover,.inquiry-privacypolicy li a:hover{
    text-decoration:underline;
    color:#22AC38;
}
.content-handling{
    width:100%;
    max-width:740px;
    margin:0 auto;
    padding:0 0 270px 0;
    position:relative;
}
.content-handling .text-privacypolicy{
    margin-bottom:50px;
}
.table-privacypolicy{
    width:100%;
    max-width:740px;
    margin:0 auto 50px;
}
.table-privacypolicy, .table-privacypolicy th, .table-privacypolicy td {
    border-collapse: collapse;
    border: 1px solid #22AC38;
    font-size:1.4rem;
    letter-spacing:.01em;
    line-height:1.78;
    font-weight:400;
    color:#22AC38;
    padding: 10px 15px;
    vertical-align: top;
}
.table-privacypolicy th {
    background: #22AC38;
    color: #ffffff;
}
.table-privacypolicy tr th:nth-of-type(1){
    width:24%;
    border-right:1px solid #fff;
}
.table-privacypolicy tr td:nth-of-type(1) {
    width:24%;
}
.list-exception{
    margin-bottom:50px;
}
.list-exception li{
    font-size:1.4rem;
    letter-spacing:.01em;
    line-height:1.78;
    font-weight:400;
    color:#22AC38;
}
.eol-privacypolicy{
    font-size:1.4rem;
    letter-spacing:.01em;
    line-height:1.78;
    font-weight:400;
    color:#22AC38;
    text-align:right;
    margin-top:50px;
}
@media (hover: hover) and (pointer: fine) {
    .inquiry-privacypolicy p a,.inquiry-privacypolicy dt a,.inquiry-privacypolicy dd a,.inquiry-privacypolicy li a{
        transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
    }
    .inquiry-privacypolicy p a:hover,.inquiry-privacypolicy dt a:hover,.inquiry-privacypolicy dd a:hover,.inquiry-privacypolicy li a:hover{
        text-decoration:underline;
        color:#B27436;
    }
}
@media only screen and (max-width:768px) {
    .content-privacypolicy{
        width:84%;
        max-width:480px;
        padding:70px 0;
    }
    .content-handling{
        width:84%;
        max-width:480px;
        padding:50px 0 150px;
    }
    .table-privacypolicy tr th:nth-of-type(1),
    .table-privacypolicy tr td:nth-of-type(1) {
        width:33%;
    }
    .title-privacypolicy,
    .subtitle-privacypolicy,
    .subline-privacypolicy{
        letter-spacing:0;
    }
    .subtitle-privacypolicy{
        padding-left:1em;
        text-indent:-1em;
    }
    .table-privacypolicy th, .table-privacypolicy td {
        font-size:1.2rem;
    }
}
@media only screen and (max-width:440px) {
    .title-privacypolicy span,
    .subtitle-privacypolicy span,
    .subline-privacypolicy span{
        display: inline-block;
    }
}

/* recruit page
-------------------------------------------------------------*/

/* contact page
-------------------------------------------------------------*/

/* title pages
-------------------------------------------------------------*/
.title-pages{
    width:100%;
    max-width:740px;
    height:100vh;
    max-height:390px;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.title-pages h1{
    font-size:3.6rem;
    letter-spacing:.02em;
    line-height:1.56;
    color:#22AC38;
    font-weight:500;
}
@media only screen and (max-width:768px) {
    .title-pages{
        justify-content: center;
    }
    .title-pages h1{
        font-size:2.7rem;
    }
}

/* footer
-------------------------------------------------------------*/
.wrap-footer{
    width:100%;
    min-height:600px;
    margin:0 auto;
    border-top:70px solid #B27436;
    background-color: #22AC38;
    position:relative;
    z-index:20;
}
.content-footer{
    width:100%;
    max-width:840px;
    margin:0 auto;
    padding:50px 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.aside-footer{
    width:100%;
    max-width:740px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
}
.nav-footer{
    width:39.189%;
    display: flex;
    justify-content: space-between;
}
.nav-footer ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height:135px;
}
.nav-footer li{
}
.nav-footer li a{
    font-size:1.5rem;
    letter-spacing:.01em;
    line-height:1.33;
    color:#fff;
    font-weight:500;
    position:relative;
}
.nav-footer li a[target="_blank"]::after {
    content: '';
    display: inline-block;
    background-image: url(../img/icon_blank.svg);
    background-position: 50% 100%;
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    transform: translate(4px, -25%);
    transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.logo-footer{
    width:43.243%;
    max-width:320px;
}
.logo-footer a{
    display:block;
}
.banner-group{
    width:69%;
    max-width:504px;
    display: flex;
    flex-wrap: wrap;
}
.banner-sponsor{
    width:22%;
    max-width:158px;
}
.aside-footer dl{
}
.aside-footer dt{
    font-size:1.3rem;
    letter-spacing:.04em;
    line-height:2;
    color:#fff;
    font-weight:500;
    width:100%;
    margin-bottom:5px;
}
.aside-footer dd{
    width:158px;
    margin-right:10px;
    margin-bottom:10px;
}
.copyright-footer{
    width:100%;
    padding:50px 0;
    text-align: center;
    font-size:1.1rem;
    letter-spacing:0;
    line-height:1.2;
    color:#fff;
    font-weight:500;
    white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
    .nav-footer li a{
        transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
    }
    .nav-footer li a:hover{
        color:#B27436;
    }
    .aside-footer dd a img{
        transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }
    .aside-footer dd a:hover img{
        transform: scale(1.05);
    }
}
@media only screen and (max-width:768px) {
    .wrap-footer{
        border-top:60px solid #B27436;
    }
    .content-footer,.aside-footer{
        width:84%;
        max-width:480px;
        margin:0 auto;
        flex-direction:column;
    }
    .content-footer{
        padding:50px 0 60px;
    }
    .aside-footer{
    }
    .nav-footer{
        width:86.41%;
        max-width:320px;
    }
    .nav-footer ul{
        min-height:140px;
    }
    .logo-footer{
        width:70.98%;
        margin:0 0 50px;
    }
    .banner-group,.banner-sponsor{
        width:100%;
        max-width:100%;
        margin-bottom:30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aside-footer dd{
        width:48.6%;
        margin-right:0;
    }
    .copyright-footer{
        padding:30px 0;
    }
}

/* fixed contents
-------------------------------------------------------------*/
.logo-fixed{
    position: fixed;
    top: 20px;
    left: 30px;
    width: 46px;
    height: auto;
    z-index: 30;
}
#frontpage .logo-fixed {
    transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    opacity:0;
    pointer-events: none;
}
#frontpage .logo-fixed.fadein {
    opacity:1;
    pointer-events: auto;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .logo-fixed img{
        transition: transform 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }
    .logo-fixed a:hover img{
        transform: scale(1.1);
    }
}

@media only screen and (max-width:768px) {
    .logo-fixed {
        top: 10px;
        left: 16px;
        width: 36px;
    }
}

/*  drawer
-------------------------------------------------------------*/
.nav-drawer {
    display:block;
    width: 220px;
    height: 100%;
    /*  height: auto;*/
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 40;
    transform: translateX(100%);
    transition: transform 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.drawerOverlay .nav-drawer{
    transform: translateX(0);
}
.nav-drawer ul{
    padding:100px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.nav-drawer li{
    padding-bottom:20px;
}
.nav-drawer li:last-of-type{
    padding-bottom:0;
}
.nav-drawer li a{
    font-size:1.6rem;
    letter-spacing:.01em;
    line-height:1.33;
    color:#22AC38;
    font-weight:500;
}
.link-nav-drawer{
    display: inline-block;
    margin-left:32px;
    margin-bottom:0;
    margin-bottom:40px;
    padding:0 0 0 65px;
    box-sizing: border-box;
    position:relative;
}
.link-nav-drawer a{
    display: inline-block;
}
.link-nav-drawer a strong{
    display:block;
    text-align:center;
    font-size:1.6rem;
    letter-spacing:.02em;
    line-height:1.44;
    color:#22AC38;
    font-weight:500;
}
.link-nav-drawer a span{
    display:block;
    text-align:center;
    font-size:1rem;
    letter-spacing:.02em;
    line-height:1.44;
    color:#22AC38;
    font-weight:500;
}
.icon-nav-drawer{
    position:absolute;
    top:50%;
    left:0;
    width:50px;
    transform: translate(0, -50%);
}
@media only screen and (max-width:768px) {
    .nav-drawer {
        width: 100%;
        height: auto;
        transform: translateY(-100%);
    }
    .drawerOverlay .nav-drawer{
        transform: translateY(0);
    }
    .nav-drawer ul{
        padding:60px 60px;
        align-items: flex-start;
    }
    .nav-drawer li{
        padding-bottom:30px;
    }
    .nav-drawer li a{
        font-size:2rem;
    }
    .link-nav-drawer{
        margin-left:60px;
        margin-bottom:50px;
        padding:0 0 0 60px;
    }
    .link-nav-drawer a strong{
        font-size:2rem;
    }
    .link-nav-drawer a span{
        font-size:1.1rem;
    }
    .link-nav-drawer:nth-of-type(2){
        margin-bottom:60px;
    }
}
@media only screen and (min-width:769px) {
    .nav-drawer {
        transform: translateX(100%);
    }
    .drawerOverlay .nav-drawer{
        transform: translateX(0);
    }
}
@media (hover: hover) and (pointer: fine) {
    .nav-drawer li a,.link-nav-drawer a strong,.link-nav-drawer a span{
        transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
    }
    .nav-drawer li a:hover,.link-nav-drawer a:hover strong,.link-nav-drawer a:hover span{
        color:#B27436;
    }
}

/* overlayTrigger
------------------------------------------------------------------*/
.overlayTrigger {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    display: block;
    cursor: pointer;
    z-index: 50;
    color: transparent;
    background-color: #fff;
}
.overlayTrigger span {
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlayTrigger span, .overlayTrigger span::before, .overlayTrigger span::after {
    width: 18px;
    height: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    background-color: #22AC38;
}
.overlayTrigger.is-pulled span::before, .overlayTrigger.is-pulled span::after {
    background-color: #22AC38;
}
.overlayTrigger.is-pulled span {
    background-color: transparent;
}
.overlayTrigger span::before, .overlayTrigger span::after {
    content: "";
    display: block;
}
.overlayTrigger span::before {
    top: -4px;
}
.overlayTrigger span::after {
    bottom: -4px;
}
.overlayTrigger span {
    background-color: transparent;
}
.overlayTrigger span::after {
    transition: bottom 0.4s 0.12s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
}
.overlayTrigger span::before {
    transition: top 0.4s 0.12s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
}
.overlayTrigger.is-pulled span::before {
    top:0;
    transform: rotate(45deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s ease, transform 0.4s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),background-color cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
}
.overlayTrigger.is-pulled span::after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.2s ease, transform 0.4s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),background-color cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
}

@media (hover: hover) and (pointer: fine) {
    .overlayTrigger:hover span::before {
        top: -5px;
    }
    .overlayTrigger:hover span::after {
        bottom: -5px;
    }
    .overlayTrigger.is-pulled:hover span::before {
        top: 0px;
        transform: rotate(-45deg);
    }
    .overlayTrigger.is-pulled:hover span::after {
        bottom: 0px;
        transform: rotate(45deg);
    }
    .overlayTrigger span::before,
    .overlayTrigger span::after {
    }
    .overlayTrigger.is-pulled:hover span::before,
    .overlayTrigger.is-pulled:hover span::after,
    .overlayTrigger:hover span::before,
    .overlayTrigger:hover span::after {
        background-color:#B27436;
    }

}
@media only screen and (max-width:768px) {
    .overlayTrigger {
        width: 50px;
        height: 50px;
    }
    .overlayTrigger.is-pulled {
    }
    .overlayTrigger.fadein {
        opacity:1;
        pointer-events: auto;
        cursor: pointer;
    }
}

.js-effect {
    opacity: 0;
    -webkit-transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.js-effect.inSight {
    opacity: 1
}

/*  hover effect
-------------------------------------------------------------*/
@media (hover: hover) and (pointer: fine) {
}

/*  responsive style
-------------------------------------------------------------*/
@media only screen and (max-width:768px) {
}
@media only screen and (min-width:769px) {
}
@media only screen and (min-width:1280px) {
}
