/*
Theme Name: Sei Plus
Theme URI: http://www.www.www/
Description: Rui Ishiguro
Author: rui ishiguro
*/

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


a:link { text-decoration: none; color: #50a33b;}
a:visited { text-decoration: none; color: #50a33b; }
a:hover {
}
.grecaptcha-badge{
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
    border:0;
}


.nondisplay {
    display:none;
}

figure{
  margin:0px;
}
  figure img,
  p img,
  li img{
    width: 100%;
    height: auto;
  }
html{
  font-size: 62.5%;
}
body{
    border: solid 0px #FFFFFF;
    color: #303030;
    font-size: 1.0rem;
    position: relative;
    -webkit-text-size-adjust: 100%;
    word-spacing:normal !important;
    line-height: 1.8;
    background-color: #FFFFFF;
    letter-spacing : 0.05em ;
    font-family: 'Noto Serif', serif;
    font-family: "Sawarabi Mincho", serif;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}
strong{
  font-weight: 700;
}
.align-center{
  text-align: center;
}
.v-align-center{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-0%,-50%);
  -moz-transform: translate(-0%,-50%);
  -ms-transform: translate(-0%,-50%);
  -o-transform: translate(-0%,-50%);
  transform: translate(-0%,-50%);
}
.en{
  font-family: 'Noto Serif', serif;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
    .video iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }
.wrapper{
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding:0 30px;
  margin:0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.pc_only{
  display: block;
}
.smp_only{
  display: none;
}
p a:hover{ 
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}
.link-hover .link-plain{
  color: #b1b1b1;
}
.link-hover:hover .link-plain,
a:hover .link-plain{
  color: #000000;
  opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}
.link-hover:hover .link-active,
.footer-nav a:hover{
  color: #808080;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}
a.link-hover-opercity{
  display: block;
}
a.link-hover-opercity:link{
  opacity: 1;
}
a.link-hover-opercity:hover{
  opacity: 0.5;
    -webkit-transimargin-toption: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}
a.link-sub{
  color: #b1b1b1;
}
a.link-sub:hover,
.page-nav a:hover{
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}
.hover:hover{ 
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}
/* commono
------------------------------------------------------------------------- */

.flexbox{
  display: flex;
  flex-wrap: wrap;
}
.flexbox-justify-content-center{
  justify-content: center;
}
.flexbox-justify-space-between{
  justify-content: space-between;
  width: 100%;
}
.flexbox-align-items-end{
  align-items: flex-end;
}
.flexbox-align-items-center{
  align-items: center;
}
.flexbox-left{
  display: flex;
  flex-wrap: wrap;
}
.flex-direction-reverse{
  flex-direction: row-reverse
}
.flexbox1-3{
  margin-left:-24px;
}
.flexbox1-2{
  margin-left:-60px;
}
  .flexbox1-3 .post{
    width: -webkit-calc(33.333% - 24px) ;
    width: calc(33.333% - 24px) ;
    margin-bottom: 24px;
    margin-left:24px;
  }
.section_fields_image .flexbox1-2{
  margin-left: -24px;
}
.section_fields_image .flexbox1-2 li{
  width: -webkit-calc(50% - 24px) ;
  width: calc(50% - 24px) ;
  margin-bottom: 24px;
  margin-left: 24px;
}
  .flexbox1-2 .post{
    width: -webkit-calc(50% - 60px) ;
    width: calc(50% - 60px) ;
    margin-bottom: 60px;
    margin-left: 60px;
  }

.flexbox-justify{
  justify-content: space-between;
}
  .flexbox1-3.flexbox-justify .post{
    width: -webkit-calc(33.333% - 40px) ;
    width: calc(33.333% - 40px) ;
    margin-bottom: 60px;
  }
.flexbox-reverse{
  flex-direction: row-reverse;
}
.inner{
  width: 100%;
  max-width: 1200px;
  padding: 0 48px;
  margin: 0 auto;
  position: relative;
}
.inner-w{
  max-width: 100%;
  margin: 0 auto;
}
.inner-full{
  max-width: 100%;
  padding: 0 0px;
  margin: 0 auto;
}
.inner-s{
  max-width: 768px;
  margin: 0 auto;
}
.inner.inner-l {
  padding-right: 0;
}
.inner.inner-t {
  padding-left: 0;
}

.inner .inner-s{
padding: 0 48px;
}
.inner-ss{
  width: 33.333vw;
  max-width: 980px;
}
a.link-block{
  display: block;
  width: 100%;
}
table{
  margin-top: 30px;
  border: 1px solid #000000;
}
  table td{
    border: 1px solid #000000;
    padding: 12px;
  }
  table td p{
    margin: 0;
  }
.post-bg-wrap{
  width: 100%;
  position: relative;
}
.post-bg{
  width: 100%;
  padding-bottom:70.92%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  position: relative;
}
  .border-gl{
    border: 1px solid #D0D0D0;
  }
  .post-bg img.na-logo{
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -56px;
  }
  .link-block-wrap{
    position: relative;
  }
  .post-wrap figure{
    margin-bottom: 12px;
  }
  a.link-block{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
  }
  .margin-top-clear{
    margin-top: 0 !important;
  }
  .margin-botttom-clear{
    margin-bottom: 0 !important;
  }
/* slide
------------------------------------------------------------------------- */
.full-slide-bg{
  padding-top: 750px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}


/* slide-archive
------------------------------------------------------------------------- */
.index-slide-wrap{
  position: relative;
  margin-top: 1px;
  border-top: 1px solid #D8D8D8;
}
.index-slide-title-wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  background-color: rgba(255,255,255,0.8);
  z-index: 2;
}
  .index-slide-title{
    padding-bottom: 100%;
    position: relative;
  }
    .index-slide-title-inner{
      position: absolute;
      width: 100%;
      bottom:30px; 
      padding: 0 48px 0 48px;
    }
.index-slide {
    padding: 0px 0 0px 400px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    position: relative;
    z-index: 1;
}
  .index-slide table{
    margin-top: 0;
    border: 0px solid #000000;
  }
  .index-slide table td {
      border: 0px solid #000000;
      padding: 0px;
  }
.slide-contents{
  position: relative;
}
  .title-box{
    width: 400px;
  }
  .slide-bg-wrap{
    width: 400px;
    height: auto;
    border-right: 1px solid #FFFFFF;
  }
    .slide-bg {
      padding-top:100%;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      background-size: cover !important;
    }
    .title-wrap{
      padding:15px 0;
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 0;
      background-color: rgba(255,255,255,0.8);
    }
      .title-cat{
        font-size: 1.8rem;
        font-weight:700;
      }


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

.section_fields_slid{
  overflow: hidden;
  position: relative;
}
    .swiper-container {
        overflow: visible;
        padding-bottom: 0px;
    }
    .section_fields_slide p{
        text-align: center;
        margin-top: 5px;
        font-size: 1.3rem;
        color: #606060 !important;
        font-weight: 400;
    }
    .section_fields_slide .swiper-button-next{
        right: 0px;
    }

.section_fields_slide .swiper-button-next{
    right: 0px;
    left: auto;
}
.section_fields_slide .swiper-button-prev{
    left: -30px;
    right: auto;
}
.section_fields_slide .swiper-button-next,
.section_fields_slide .swiper-button-prev {
    background-image: none !important;
    background-color: #f8b500;
     width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
}

.section_fields_slide .swiper-button-next:hover,
.section_fields_slide .swiper-button-prev:hover {
    background-color: #FFFFFF;
}
    .section_fields_common h3{
        margin-bottom: 15px;
        font-size: 2.4rem;
        font-weight: 700;
        font-weight: 700;
        text-align: center;
    }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
      background-image: url(images/arrow-right-wh-bg.svg);
      right: 0px;
      left: auto;
  }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(images/arrow-left-wh-bg.svg);
    left: 0px;
    right: auto;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    background-size:48px 48px;
    background-position: center;
    background-repeat: no-repeat;
}
.table-wrap{
  font-size: 1.5rem;
}
  .table-wrap table{
    width: 100%;
  }
  .table-wrap table tr td{
    border: 1px solid #000000;
    padding: 10px 15px;
  }

/* header
------------------------------------------------------------------------- */
#header{
  position: relative;
  background-color: #FFFFFF;
  margin: 0px 0 0px;
}

#header .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

  h1.logo img,
  div.logo img{
    max-width: 48px;
    width: 100%;
    z-index: 2;
  }
  h1.logo,
  div.logo{
    background-image: url(../images/logo.svg);
    background-size: 36px auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 48px;
    font-size: 1.5rem;
    min-height: 34px;
    padding-top: 17px;
    line-height: 1;
    font-weight: normal;
    display: block;
    width: 172px;
  }
  nav#gbNav{
    font-size: 1.5rem;
    letter-spacing: 0.2ex;
    display: inline-block;
    padding: 0 0 0 0px;
    text-align: right;
  }
  nav#gbNav-test{
    font-size: 1.5rem;
    letter-spacing: 0.5ex;
    display: inline-block;
    padding: 0 30px;
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
    text-align: center;
  }
  nav#gbNav ul.gb-nab{
    margin-top: 5px;
    width: 100%;
    font-size: 1.6rem;
  }

  nav#gbNav ul.gb-nab li{
    display: inline-block;
    line-height: 1;
    padding: 24px 12px;
    margin: 0;
    white-space: nowrap;
  }

    nav#gbNav ul.gb-nab-lang{
      position: absolute;
      text-align: left;
      display: inline-block;
      width: auto;
      right: 0;
      bottom: 0;
    }
    nav#gbNav ul.gb-nab-lang-test{
      position: absolute;
      text-align: left;
      display: inline-block;
      width: auto;
      right: 0;
      top: 30px;
    }
  nav#gbNav ul li{
    display: inline;
    margin: 0 0 0 36px;
    line-height: 1;
  }
  nav#gbNav ul li.ja,
  nav#gbNav ul li.en{
    display: inline-block;
    margin: 0 0px 0 0;
    width: 85px;
  }
  nav#gbNav ul.lg--list-child{
    position: absolute;
    top: 69px;
    left:0;
    width: 100vw;
    background-color:rgba(232,232,232,1);
    padding: 12px 24px;
    text-align: center;
    opacity: 0;
    font-size: 1.6rem;
  }
  .nav#gbNav ul.lg--list-child-business{
    position: absolute;
    top: 69px;
    left:0;
    width: 100vw;
    background-color:rgba(232,232,232,1);
    padding: 12px 24px;
    text-align: center;
    opacity: 0;
  }
    nav#gbNav ul.lg--list-child li{
      display: inline-block;
      padding: 0 18px;
    }
  nav#gbNav li:hover ul.lg--list-child{
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
     z-index: 101;
  }
  nav#gbNav li.active ul.lg--list-child{
    opacity: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
     z-index: 100;
  }

.breadcrumbs{
  margin:24px 0;
  font-size: 1.4rem;
  color: #50a33b;
}
  .breadcrumb a{
    color: #50a33b;
  }
  .breadcrumbs .current-item{
    display: none;
  }
  .color-gl{
    color: #303030 !important;
  }

  ul li a.plain,
  ul li.current-cat > a{
    display: inline-block;
    opacity:1;
    color: #666666;
  }
  ul li a.active{
    display: inline-block;
    opacity: 1;
    color: #50a33b;
  }
  ul li a.active:hover{
    opacity: 1;
    color: #50a33b;
  }
  ul li a.plain:hover{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
    color: #50a33b;
  }
  #gbNav ul li.en-US span,
  #gbNav ul li.ja span{
    opacity: 0.3;
  }
  #gbNav ul li.en-US span:hover,
  #gbNav ul li.ja span:hover{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
  }
  #gbNav ul li.en-US span a:hover,
  #gbNav ul li.ja span a:hover{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
  }
  body.home #gbNav ul li.en-US span,
  body.home #gbNav ul li.ja span{
    opacity: 1;
  }
  .lang-test{
    width: 100px;
    font-size: 1.5rem;
    display: inline-block;
  }
  .lang{
    width: 100px;
    font-size: 1.5rem;
  }
    .lang ul{
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      opacity: 0;
    }
    .lang ul li{
      display: inline-block;
      padding-left: 10px !important;
    }
  .lang span{
    color:#8F8F8F;
  }
  .lang span a,
  .lang span a span{
    color:#000000;
  }
  .lang .current span{
    color:#000000;
    padding-bottom: 10px;
  }
  .lang a:hover{
    opacity: 1;
    color:#000000;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all  0s ease-in-out;
  }
  .fa-shopping-bag{
    position: absolute;
    right: 48px;
    top: 0px;
  }

/* /header
------------------------------------------------------------------------- */

/* main
------------------------------------------------------------------------- */
main{
  display: block;
  font-size: 1.6rem;
}
article{}

#container{
  width: 100%;
  position: relative;
  overflow-x: hidden;
}


/* /main
------------------------------------------------------------------------- */



/* common
------------------------------------------------------------------------- */

a.btn-buy{
  display: inline-block;
  padding: 6px 24px;
  background-color: #50a33b;
  color: #FFFFFF !important;
  position: fixed;
  right: 48px;
  top: 0px;
  font-size: 1.4rem;
  z-index: 101;
}

.sec{
  height: auto;
  margin-top: 60px;
  position: relative;
}
.side{
  position: absolute;
  left: 60px;
  top: -20px;
}
  .side nav{
    margin-top: 24px;
  }
  .side nav ul{
    margin-top: 12px;
  }
  .side nav ul.children{
    padding-left: 24px;
  }

  .sec-primary article .sec:first-child{
    margin-top: 0px;
  }
  .main-index article .sec:first-child{
    margin-top: 0px;
  }

    .sec-header{
      margin: 0px 0 60px;
    }
      .sec-header h1{
        margin-top: 90px;
      }
      .sec-header .description{
        margin: 24px auto;
      }
      .sec-header .bg .description p{
        text-align: left;
        color: #FFFFFF;
      }

    .anchor-nav ul li{
      display: inline-block;
      padding: 0 12px;
    }
    .sec{
      font-size: 1.6rem;
    }
    p{
      font-size: 1.6rem;
      font-weight: normal;
      margin: 24px 0 24px;
      display: block;
      line-height: 2.0;
    }
    ul{
      font-size: 1.6rem;
    }
    p:first-child{
      margin-top: 0px;
    }
    p:last-child{
      margin-bottom: 0px;
    }
    p a:hover{
      color: #808080;
      -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all  0.2s ease-in-out;
    }
    @media screen and (max-width:1024px){
      .sec{
        font-size: 1.6rem;
      }
      p{
        font-size: 1.6rem;
        font-weight: normal;
        margin: 24px 0 24px;
        display: block;
        line-height: 2.0;
      }
      ul{
        font-size: 1.6rem;
      }
    }

      h1.sec-title{
        display: inline-block;
        border-bottom: 0px solid #000000;
        padding-bottom: 0px;
        letter-spacing: 0.2ex;
      }
      h1.single-title{
        display: inline-block;
        border-bottom: 0px solid #000000;
        padding-bottom: 0px;
        letter-spacing: 0.2ex;
      }
      h1.single-title.text-shadow{
        text-shadow: 0 0 4px rgba(0,0,0,0.8);
      }
      h2.single-title{
        display: inline-block;
        border-bottom: 0px solid #000000;
        padding-bottom: 0px;
      }
      h2.fields-title{
        margin-top: 120px;
        margin-bottom:30px;
        text-align: center;
      }
      @media screen and (max-width:1024px){
        h2.fields-title{
          text-align: left;
        }
        h2.fields-title br{
          display: none;
        }
      }
      h3.fields-sub_title{
        font-weight: 700;
        margin-top: 60px;
        margin-bottom:30px;
        text-align: center;
      }
      @media screen and (max-width:1024px){
        text-align: left;
      }
      h1{
        font-size: 2.8rem;
      }
      h2,.fonstyle-h2{
        font-size: 2.4rem;
      }
      h3,.fonstyle-h3{
        font-size: 2.0rem;
      }
      h4,.fonstyle-h4{
        font-size: 1.8rem;
      }
      @media screen and (max-width:1024px){
        h1{
          font-size: 2.6rem;
        }
        h2,.fonstyle-h2{
          font-size: 2.2rem;
        }
        h3,.fonstyle-h3{
          font-size: 1.8rem;
        }
        h4,.fonstyle-h4{
          font-size: 1.6rem;
        }
      }

    h1,h2,h3,h4{
      font-weight: 700;
    }
    .sanserf-text{
      font-family: "Noto Sans JP";
    }
        .posted-date{
          margin: 15px 0;
          display: block;
        }
      .title-sub{
        color:#8F8F8F;
      }
      .sub-text,
      .sub-text p{
        color: #666666;
      }
      .text-center{
        text-align: center !important;
      }
      .text-left{
        text-align: left !important;
      }

  .sec-body{
    margin-top: 30px;
  }

  .sec-contens{
    margin-top: 30px;
  }


  .post-content{
    margin: 30px 0 0;
  }
    .post-content p img{
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 650px;
      display: inline;
      margin:0;
    }
    .post-content p a{
      border-bottom: 1px solid #000000;
    }

  .page-header{
    margin-top: 80px;
  }

    .page-nav{
      font-size: 1.5rem;
      position: relative;
      display: inline-block;
      padding-left: 0px;
    }
    .page-nav-wpnav{
      display: block;
    }
      .page-nav ul{
        text-align: left;
      }
        .page-nav ul li{
          display: inline-block;
          margin-right: 25px;
        }


    .page-nav-cat{
      font-size: 1.8rem;
    }


      span.date,
      p.date{
        font-weight: normal;
        display: inline-block;
      }
      time.date{
      }
      .text-inner p{
        color: #9c9c9c;
      }
.primary{
  padding-top:0px;
  margin-top: 0px;
}


  ul.post-index li .inner{
    border-bottom:1px solid #D0D0D0;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }

    a.link-list-arrow{
      display: inline-block;
      background-image: url(images/arrow-right-bl.svg);
      background-repeat: no-repeat;
      background-size: 15px auto;
      background-position: right center;
      min-height: 20px;
      padding-right: 35px;
      opacity: 0.5;
    }
    a.link-list-arrow:hover{
      opacity: 1;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all  0.2s ease-in-out;
    }
      ul.text-list li:first-child{
        margin-top: 0px;
      }

    .text-align-center{
      text-align: center;
    }


.wp-pagenavi{
  position: relative;
}
  .link-index{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    font-size: 1.5rem;
  }
.wp-pagenavi:after {
  content: "";
  clear: both;
  display: block;
}
.page-nav .wp-pagenavi span,
.page-nav .wp-pagenavi a {
    text-decoration: none;
    border: 0px solid #BFBFBF;
    padding: 0px;
    margin: 0px;
    font-size: 1.5rem;
}
.previouspostslink{
  float: left;
}
.nextpostslink{
  float: right;
}

ul.list-post{
  border-top: 1px solid #BFBFBF;
  margin: 24px 0;
}
ul.list-post li{
  border-bottom: 1px solid #BFBFBF;
  padding: 24px 0;
}
.list-post .text p{
  margin: 12px 0 0;
}
.list-post li figure{
  margin: 12px 0 0;
}

/* /common
------------------------------------------------------------------------- */


/* home
------------------------------------------------------------------------- */
.sp-about-bg{
  padding: 60px 0;
  background-image: url(https://www.sei-plus.com/dev/wp-content/uploads/2018/09/MG_9705-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
  .sp-about-bg .bg-filter{
    padding: 0;
    height: 100%;
    width: 100%;
  }
.sp-about-bg p{
  margin:0;
  color: #FFFFFF;
  z-index: 2;
  position: relative;
}

.sp-school-bg{
  padding: 60px 0;
  background-image: url(https://www.sei-plus.com/dev/wp-content/uploads/2020/07/84339078-a2c00400-abd8-11ea-9ce1-73ad4bb080d2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
  .sp-school-bg .bg-filter{
    padding: 0;
    height: 100%;
    width: 100%;
  }
.sp-school-bg p{
  margin:0;
  color: #FFFFFF;
  z-index: 2;
  position: relative;
}

/* home2021
------------------------------------------------------------------------- */

.full-video {
  position: relative;
}

.full-video-read {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.full-video-read h2 {
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 0%;
  padding: 0 96px;;
  transform: translate(-0%, -50%);
  color: #FFFFFF;
}

.full-video video{
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}

.sec.sec2021 {
  height: auto;
  margin-top: 0px;
  position: relative;
  display: grid;
  gap: 48px 0;
}

.sec.sec2021.sec2021-bg {
  background-color: #FFFADD;
  padding: 64px 0 48px;
}


.sec.sec2021 .inner.inner-l{
  padding-right: 0;
}

.sec.sec2021 .inner.inner-r{
  padding-left: 0;
}

.sec.sec2021 .inner{
  padding: 0 96px;
}

.sec.sec2021 .sec-header{
  margin-bottom: 0;
}

.sec.sec2021 .sec-body{
  margin-top: 0;
}

.font-exlg{
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.font-lg,
.font-lg p{
  font-size: 2.4rem;
  font-weight: 300;
}

.font-md,
.font-md p{
  font-size: 2.0rem;
  font-weight: 300;
}

.font-sm,
.font-sm p{
  font-size: 1.6rem;
  font-weight: 300;
}

.media-body-title {
  display: inline-block;
  padding-left: 24px;
  border-left: 3px solid #50a33b;
}

.home2021 {
  display: grid;
  gap: 144px 0;
  padding: 0px 0;
}

.media {
  display: flex;
  gap: 0 48px;
}

.media.media-drr{
  flex-direction: row-reverse;
}

.media.media-aic{
  align-items: center;
}

.media .media-img{
  width: 50%;
}

.media .media-img img{
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}

.media .media-body{
  width: calc(50% - 48px);
}

.products {
  display: flex;
  flex-wrap: wrap;
}

.products-item {
  width: 20%;
  display: grid;
  gap: 24px 0;
}

.products-item-img {
  width: 100%;
}

.products-item-img img{
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.products-item-body {
  width: 100%;
}

.sec.sec2021 .index-slide{
  padding: 0px 0 24px 0px;
  width: calc(100vw - 96px);
}

.sec.sec2021 .index-slide .img-wrap {
  padding-right: 48px;
}

.sec.sec2021 .index-slide .slide-contents .slide-contents-img{
  width: 448px;
  height: auto;
  border-right: 0px solid #FFFFFF;
}

.sec.sec2021 .index-slide .slide-contents .slide-contents-img .slide-contents-img-inner{
  aspect-ratio: 4 / 3;
  width: 100%;
  position: relative;
}

.sec.sec2021 .index-slide .slide-contents .slide-contents-img img{
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.sec.sec2021 .index-slide .slide-contents .slide-contents-img  .slide-contents-img-inner img{
  aspect-ratio:224 / 168;
  width: 50%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec.sec2021 .index-slide .slide-contents .title-wrap {
    width: 448px;
    padding: 24px 0 0;
    position: relative;
    left: auto;
    width: 100%;
    bottom: auto;
    background-color: rgba(255,255,255,0.0);
}

.sec.sec2021 .index-slide .slide-contents .title-wrap time {
  color: #303030;
}

.sec-body-bg-forest {
  background: url(http://seiplus.local/wp-content/uploads/2019/02/yuica007-1024x683.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 144px 0;
}

.sec-body-bg-forest h3{
  color: #d9d9d9;
}

.sec2021-graph {
  display: flex;
  flex-wrap: wrap;
  gap: 0 96px;;
  align-items: center;
}

.sec2021-graph h3 {
  display: block;
  width: calc(calc(100% - 480px) - 96px);
}

.pie {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 480px;
  height: 480px;
  font-size: 26px;
  font-weight: 700;
  background-image: radial-gradient(#f2f2f2 30%, transparent 30.5%), conic-gradient(#50a33b 0% 90%, #d9d9d9 90% 100%);
  border-radius: 50%;
}

@media screen and (max-width:1024px){
  .home2021 {
      display: grid;
      gap: 96px 0;
      padding: 0px 0;
  }

  .font-exlg{
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .font-lg,
  .font-lg p{
    font-size: 1.8rem;
    font-weight: 300;
  }

  .font-md,
  .font-md p{
    font-size: 1.6rem;
    font-weight: 300;
  }

  .font-sm,
  .font-sm p{
    font-size: 1.3rem;
    font-weight: 300;
  }

  .full-video-read h2 {
    position: absolute;
    width: 100vw;
    top: 50%;
    left: 0%;
    padding: 48px 24px;
    writing-mode: vertical-rl;
    transform: translate(-0%, -50%);
    height: 100%;
    color: #FFFFFF;
  }

  .full-video video{
    aspect-ratio: 1 / 1.5;
    width: 100%;
    object-fit: cover;
  }

  .sec.sec2021 {
    gap: 24px 0;
  }

  .sec.sec2021 .sec-header br{
    display: none;
  }

  .sec.sec2021 .inner{
    padding: 0 24px;
    width: 100vw;
  }

  .sec.sec2021 .inner.inner-r,
  .sec.sec2021 .inner.inner-l {
      padding-left: 24px;
      padding-right: 24px;
  }

  .sec.sec2021 .index-slide .img-wrap {
    padding-right: 24px;
  }

  .sec.sec2021 .index-slide .slide-contents .title-wrap {
    width: 300px;
  }

  .sec.sec2021 .index-slide {
      width: calc(100vw - 24px);
  }

  .sec.sec2021 .index-slide .slide-contents .slide-contents-img{
    width: 300px;
    height: auto;
    border-right: 0px solid #FFFFFF;
  }

  .products-item {
    width: 50%;
    display: grid;
    gap: 12px 0;
  }

  .media {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0px;
  }

  .media .media-img{
    width: 100%;
  }

  .media .media-img img{
    aspect-ratio: 4 / 3;
  }

  .media .media-body{
    width: 100%;
  }
  .media .media-body br{
    display: none;
  }

  .media .media-body .media-body-text p{
    margin: 0;
  }

  .sec2021-graph {
    gap: 24px 0px;
    align-items: center;
  }

  .pie {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    height: 300px;
    font-size: 26px;
    font-weight: 700;
    background-image: radial-gradient(#f2f2f2 30%, transparent 30.5%), conic-gradient(#50a33b 0% 90%, #d9d9d9 90% 100%);
    border-radius: 50%;
  }

  .sec2021-graph h3 {
    display: block;
    width: 100%;
  }

  .sec.sec2021 .sec-body .media-body-title {
    display: inline-block;
    padding-left: 12px;
    margin: 24px 0;
    border-left: 3px solid #50a33b;
  }

}



/* page
------------------------------------------------------------------------- */
.btn-border-wrap{
  display: block !important;
}
  .btn-border-wrap .btn-border{
    display: inline-block !important;
    margin-top: 10px;
  }
.btn-border{
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  border:1px solid #808080 !important;
  color: #808080 !important;
  padding: 5px 15px;
  margin-top: 30px;
  cursor: pointer;
}
  .sec-contens .btn-border{
    width: 103px;
    text-align: center;
  }

.btn-border:hover{
  border:1px solid #000000 !important;
  color: #000000 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}

.btn-border.btn-list-box{
  margin-top: 10px;
}

.script{
  display: none;
}

.school-class-box{
  padding: 24px;
  margin: 24px 0;
  text-align: center;
}
  .school-class-box:last-child{
    margin-bottom: 0px;
  }
.school-class-box-arrow{
  background-image: url(images/arrow-bottom-gl-ri.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 36px auto;
  padding: 24px 24px;
  margin: 24px 0;
  text-align: center;
}
.school-class-box-arrow-bottom{
  background-image: url(images/arrow-bottom-gl-ri.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 36px auto;
  height: 60px;
  width: 100%;
  margin: 24px 0;
}
.school-class-box-arrow-bottom-dots{
  background-image: url(images/arrow-bottom-gl-ri-dots.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 36px auto;
  height: 60px;
  width: 100%;
  margin: 24px 0;
}
.school-class-box-extra{
  border: 2px solid #50a33b;
  padding: 24px 24px;
}
  .school-class-box-extra h3{
    color: #50a33b;
    margin-bottom: 24px;
  }
.school-class-box-arrow p,
.school-class-box-arrow h3{
  padding: 3px 0;
  background-color: rgba(255,255,255,0.3);
}
.school-class-box p{
  text-align: left;
}

.school-class-box-01{
  background-color: #ddd8c4;
}
.school-class-box-02{
  background-color: #948956;
}
.school-class-box-03{
  background-color: #402d17;
}

.school-class-box-03 h3,
.school-class-box-03 p{
  color: #FFFFFF;
}
.sub-list{
  border-top: 1px solid #606060;
  margin-top: 24px;
}
.sub-list li{
  border-bottom: 1px solid #606060;
  padding: 24px 0;
}
h3 .remarks-text{
  font-size: 1.4rem;
  color: #606060;
}

.main-list h2{
  margin-top: 60px;
}
.area{
  color: #606060;
  font-size: 1.1rem;
}
.area p{
  color: #E8E8E8;
  font-size: 1.1rem;
}
.adr-wrap{
  margin-top: 12px;
}
.adr-wrap p{
  color: #606060 !important;
  margin: 0;
}
.sub-info-wrap{
  margin-top: 12px;
  background-color: #E8E8E8;
  padding: 12px 24px;
}
.sub-info{
  padding: 6px 0;
  font-size: 1.1rem;
}
span.label{
  display: inline-block;
  padding: 3px 6px;
  font-size: 1.1rem;
  border: 1px solid #606060;
  color: #606060;
  background-color: #FFFFFF;
}
span.label.label-bg{
  display: inline-block;
  padding: 3px 6px;
  font-size: 1.1rem;
  border: 1px solid #606060;
  color: #606060;
  background-color: #FFFFFF;
}

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

/* index
------------------------------------------------------------------------- */
.bg-wrap{

}
  .bg{
    padding-top: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color:#FFFFFF;
  }
    .bg .v-align-center{
      z-index: 2;
    }
    .bg h1{
      margin-top: 0px;
    }
    .bg-filter{
      background:rgba(0,0,0,0.4);
      z-index: 1;
      position: absolute;
      width: 100%;
      padding-top: 460px;
      top:0;
      left: 0;
    }
  .info{
    font-size: 1.1rem;
    margin:12px 0;
  }
  .info .ate{
    display: inline-block;
    padding-right: 5px;
  }
  .info .label{
    border:1px solid #50a33b;
    color:#50a33b;
    padding: 3px 5px;
    font-size: 0.9rem;
  }

  .cat-index{
    border-bottom: 1px solid #D8D8D8;
  }
  .cat-index .post{
    padding: 15px 0;
    border-top: 1px solid #D8D8D8;
  }

  .cat-list-full{

  }
  .cat-list-full li{
    border-bottom: 1px solid #FFFFFF;
  }
    a.btn-detail{
      display: block;
      margin: 12px auto;
      border:1px solid #FFFFFF;
      padding: 4px 12px;
      font-size: 1.3rem;
      color: #FFFFFF !important;
      width: 120px;
      text-align: center;
      background:rgba(0,0,0,0.4);
    }

/* fields
------------------------------------------------------------------------- */
.fields-common{
  margin: 24px 0;
}
  .fields-border{
    margin: 60px 0;
    width: 100%;
    height: 1px;
    background:rgba(0,0,0,0.4);
  }
.section_fields_btn{
  margin: 12px 0;
}
.btn-wrap{
  margin-top: 12px;
  z-index: 2;
  position: relative;
}
  a.btn{
    display: inline-block;
    padding: 6px 24px;
    background-color: #303030;
    color: #FFFFFF;
    letter-spacing: 0.2em;
    z-index: 2;
  }
  a.btn-wh{
    display: inline-block;
    padding: 6px 24px;
    background-color: #FFFFFF;
    border:1px solid #303030;
    color: #303030;
    letter-spacing: 0.2em;
  }
.section_fields_slid{
  margin: 48px 0;
}
.embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 24px 0;
}
    .embed iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }

.map {
  position: relative;
  width: 100%;
  padding-top: 460px;
  margin: 24px 0;
}
    .map iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }
.inner-remarks{
  margin-top: 24px;
}
.remarks{
  padding:24px;
  background-color: #E8E8E8;
}
.remarks p{
}
.remarks p:last-child{
  margin-bottom: 0px;
}
  .inner img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 768px;
    display: block;
    margin: 0 auto;
  }

a.assets-link{
  color: #50a33b;
  font-size: 1.8rem;
}
.fields-text ul{
  padding-left: 24px;
  list-style-type: disc;
}
.fields-common table{
  width: 100%;
}
.fields-prof{
  margin: 48px 0 24px;
}
.fields-prof figure{
  width:100%;
  margin: 24px 0;
  max-width: 375px;
}
.fields-prof .text{
  width:100%;
}
  .fields-prof ul{
    margin-top: 2em;
    padding-left: 24px;
  }
    .fields-prof ul li{
      list-style-type: disc;
    }
/* /fields
------------------------------------------------------------------------- */

/* form
------------------------------------------------------------------------- */
.wpcf7-form{
  margin: 24px 0;
}
    .wpcf7-form p.submit{
        margin-bottom: 0px;
    }
    .contact-wrap p{
      margin-top: 0px;
    }

#main .wpcf7-form input{
    position: relative;
    border:0px;
    border:1px solid #000000;
    height: 48px;
    width:100%;
    max-width: 360px;
    margin-top: 6px;
    font-size: 1.4rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 3px;
}

  #main .wpcf7-form p.contact-wrap-title {
      font-size: 1.4rem;
  }
  #main .wpcf7-form p.remarks{
    font-size: 1.4rem;
    margin: 5px 0;
  }

#main input.wpcf7-submit{
  -webkit-appearance: none;
  border-radius: 0;
}
#main input.wpcf7-submit{
  font-size: 1.6rem;
    position: relative;
    background-color: transparent;
    border:0px;
    background-color: #e6e6e7;
    color: #000000;
    height: 48px;
    width:100%;
    max-width: 360px;
    margin-top: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all  0.2s ease-in-out;
    cursor: pointer;
}
  #main input.wpcf7-submit:hover{
    background-color: #000000;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all  0.2s ease-in-out;
  }


  .wpcf7-form textarea{
    position: relative;
    border:1px solid #000000;
    width:100%;
    font-size: 1.4rem;
    line-height:120%;
    margin-top: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 0;
  }

#main span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

#main .wpcf7-not-valid-tip{
    padding-top: 12px;
}

#main div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
}
#main div.wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}
#main div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
}
.contact-wrap{
  margin-top: 30px;
  font-size: 1.4rem;
  position: relative;
}
/* /form
------------------------------------------------------------------------- */

/* fancybox
------------------------------------------------------------------------- */

.fancybox-container .fancybox-slide--image {
    padding: 60px 0 90px;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1 !important;
    background: #FFFFFF !important;
}
.fancybox-is-open .fancybox-inner-test {
    background-image: url(images/btn-close.svg);
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: right 25px top 25px;
}
.fancybox-is-open .fancybox-inner {
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: right 25px top 25px;
}
.fancybox-container .fancybox-slide--iframe .fancybox-close-small,
.fancybox-container .fancybox-slide--image .fancybox-close-small,
.fancybox-container .fancybox-slide--video .fancybox-close-small {
}

.fancybox-container .fancybox-caption {
    bottom: 0;
    color: #000000;
    font-size: 11px !important;
    font-weight: normal;
    left: 0;
    line-height: 1.6666;
    padding: 30px 30px;
    right: 0;

}

.fancybox-container .fancybox-navigation .fancybox-button {
    height: 40px;
    opacity: 1;
    padding: 0px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 30px;
    background-color: transparent;
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
    background-image:url(images/arrow-left-bl.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 15px;
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
    background-image:url(images/arrow-right-bl.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 15px;
}
.fancybox-container .fancybox-navigation .disabled{
  display: none;
}
.fancybox-container .fancybox-button svg {
  display: none;
}

.fancybox-container .fancybox-caption::after {
    border-bottom: 0px solid hsla(0,0%,100%,.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
    display: none;
}

.fancybox-container .fancybox-caption::before {
    background-image:none;
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
    display: none;

}
.fancybox-show-toolbar .fancybox-toolbar{
  background-color: #FFFFFF !important;
}

/* /fancybox
------------------------------------------------------------------------- */

/* footer
------------------------------------------------------------------------- */


.bottom{
  padding-bottom: 50px;
}


#footer {
    margin-top: 60px;
    padding: 24px 0 24px;
    position: relative;
    z-index: 3;
    width: 100%;
    line-height: 1;
    background-color: #E8E8E8;
}
  .footer-title{
    font-size: 1.5rem;
  }
  .footer-secondary{
    margin-top: 24px;
  }
    .footer-adr{
      width: 30%;
    }
       .footer-adr p{
        font-size: 1.5rem;
       }
    .footer-nav{
      width: 55%;
    }
      .footer-nav ul{
        font-size: 1.5rem;
      }
        .footer-nav ul.list-parent{
          width: 33.333%;
        }
          .footer-nav ul.list-parent li{
            margin-top: 24px;
          }
            .footer-nav ul.list-parent li:first-child{
              margin-top: 0px;
            }
          .footer-nav ul.list-child{
            padding-left: 25px;
          }
            .footer-nav ul.list-child li,
            .footer-nav ul.list-child li:first-child{
              font-size: 1.3rem;
              margin-top: 12px;
            }
    #footer a:link,
    #footer a:visited{
      color: #303030;
    }
    #footer a:hover{
      color: #50a33b;
    }
    .footer-sns{
      width: 15%;
    }
    .footer-sns ul {
      text-align: left;
    }
      .footer-sns ul li{
        font-size: 4.0rem;
        width: 40px;
        display: inline-block;
        margin-right: 11px;
      }
        .footer-sns ul li:first-child{
          margin-top: 0px;
        }

  .mailcimp{
    width: 41.666%;
    width: 100%;
    margin-top: -webkit-calc(28px - (((1.8rem * 1.666) - 1.8rem) / 2));
    margin-top: calc(28px - (((1.8rem * 1.666) - 1.8rem) / 2));
  }
  .mailcimp-wrap{
    margin-top: 5px;
    position: relative;
    max-width: 380px;
  }
    .mailcimp-form{
      width: 100%;
      padding-right: 25px;
    }
    .mailcimp-form input{
      border: 1px solid #000000;
      width: 100%;
      height: 25px;
      padding: 5px;
      font-size: 1.2rem;
    }
    .mailcimp p{
      margin-bottom: 5px;
    }

    .mailcimp-btn{
      display: inline-block;
      font-size: 1.3rem;
      text-align: center;
      padding: 15px 30px;
      background-color: transparent;
      border:1px solid #303030;
      color: #303030 !important;
      letter-spacing: 0.1em;
      z-index: 2;
      width: 100%;
      max-width: 240px;
      margin: 0 auto;
    }
    .mailcimp-btn:hover{
      background-color: #303030;
      border:1px solid #303030;
      color: #FFF !important;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all  0.2s ease-in-out;
    }
      .mailcimp-btn .fal {
        font-size: 1.8rem;
      }
  .copy{
    width: 100%;
    position: relative;
    margin-top: -webkit-calc(25px - (((1.2rem * 1.666) - 1.2rem) / 2));
    margin-top: calc(25px - (((1.2rem * 1.666) - 1.2rem) / 2));
  }
    .copy small{
      font-size: 1.2rem;
    }
.next_post{
  float:left;
}

.previous_post{
  float:left;
}

#page-top{
  position: fixed;
  right: 40px;
  bottom:25px;
  width: 36px;
  opacity: 0.5;
  z-index: 999;
}
  #page-top:hover{
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
  }

.pc_only{
  display: block !important;
}
.smp_only{
  display: none !important;
}
.smp-nav{
  display: none;
}
.display-none{
  display: none !important
}


#page404{
  padding: 96px 0;
}
#page404 p{
  text-align: center;
  font-size: 3.6rem;
}

/*===============================================
breakpoint:1200
===============================================*/
@media screen and (max-width:1120px){
  a.btn-buy{
    display: block;
    padding: 12px 24px;
    width: 100vw;
    background-color: #50a33b;
    color: #FFFFFF !important;
    position: fixed;
    right:0px;
    top: auto;
    bottom: 0;
    font-size: 1.4rem;
    z-index: 101;
    text-align: center;
  }
}

/*===============================================
breakpoint:768
===============================================*/
@media screen and (max-width:1024px){

  .pc_only,
  .lang{
    display: none !important;
  }
  .smp_only,
  .smp_block{
    display: block !important;
  }
    .inner {
        width: 100%;
        max-width: 1450px;
        padding: 0 24px;
        margin: 0 auto;
        position: relative;
    }
    .inner-full-smp{
      padding: 0 0;
    }
  #header,
  .smp-header{
      margin: 12px 0 24px;
  }
  h1.logo,
  div.logo{
    background-size: 24px auto;
    margin: 0 auto;
    display: block;
    padding-top: 0px;
    font-size: 1.6rem;
    letter-spacing: 0.2ex;
    width: auto;
    min-height: 24px;
    text-align: center;
    padding: 11px 36px 0 36px;
    font-family: "Sawarabi Mincho";
  }

    .menu-trigger {
        position: fixed;
        display: block;
        width: 24px;
        height: 13px;
        right: 24px;
        top:24px;
        z-index: 101;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000000;
    }
        .menu-trigger.active span {
            width: 26px;
        }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 6px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active{
        width: 24px;
        height: 13px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(6px) translateX(-0px) rotate(-28deg);
        transform: translateY(6px) translateX(-0px) rotate(-28deg);
        background-color: #000000;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-6px) translateX(-0px) rotate(28deg);
        transform: translateY(-6px) translateX(-0px) rotate(28deg);
        background-color: #000000;
    }
    .smp-nav{
      position: fixed;
      width: 100vw;
      height: 100vh;
      left:0;
      top:0;
      z-index: 100;
      background-color: #FFFFFF;
    }
    .smp-gb-nav{
    }
    .smp-gb-nav li{
    }
    .smp-nav-lang{
      margin: 24px 0;
      font-size: 1.8rem;
    }
    .smp-nav-lang li{
      margin: 0 12px;
    }
    .smp-nav-sns{
      text-align: center;
    }
    .smp-nav-sns li{
      width: 36px;
      margin: 0 6px;
      display: inline-block;
    }

    .full-slide-bg {
        padding-top: 120vw;
        width: 100%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
    }

    .sec {
        margin-top: 60px;
    }
    .sec-header {
        margin: 0px 0 24px;
    }
    .info {
        margin: 6px 0 0;
        font-size: 0.8rem;
    }
    ul.post-index li .inner {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .side{
      padding: 0 24px;
      position: relative;
      left: auto;
      top: auto;
      text-align: center;
    }
    .side nav{
      margin-top: 24px;
    }
 
    .side nav ul.children {
        padding-left: 0px;
        margin-top: 0px;
    }
    .sec{
      font-size: 1.2rem;
    }
    .breadcrumbs {
        margin: 12px 0 48px;
        font-size: 1.2rem;
    }
    p{
      font-weight: normal;
      margin: 2em 0 2em;
      display: block;
      line-height: 1.75;
    }
    p:first-child{
      margin-top: 0px;
    }
    p:last-child{
      margin-bottom: 0px;
    }
    p a:hover{
      color: #808080;
      -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all  0.2s ease-in-out;
    }

      h1.sec-title{
        display: inline-block;
        border-bottom: 0px solid #000000;
        padding-bottom: 0px;
      }
      h1.single-title{
        display: inline-block;
        border-bottom: 0px solid #000000;
        padding-bottom: 0px;
      }
      h1.single-title.text-shadow{
        text-shadow: 0 0 4px rgba(0,0,0,0.8);
        padding: 0 24px;
      }
      h2.single-title{
        display: inline-block;
        border-bottom: 0px solid #000000;
        padding-bottom: 0px;
      }
      h2.fields-title{
        margin-top: 90px;
        margin-bottom:30px;
      }
      h3.fields-sub_title{
        margin-top: 60px;
        margin-bottom:30px;
        text-align: left;
      }
      h1.test{
        font-size: 2.4rem;
      }
      h2.test,.fonstyle-h2.test{
        font-size: 2.0rem;
      }
      h3.test,.fonstyle-h3.test{
        font-size: 1.6rem;
      }
      h4.test,.fonstyle-h4.test{
        font-size: 1.2rem;
      }
        

  .flexbox1-2,
  .flexbox1-3{
    margin-left:0px;
  }
  .flexbox1-3 .post{
    width: 100% ;
    margin-bottom: 48px;
    margin-left:0px;
  }
  .flexbox1-3 .post-thumbnail{
    margin-bottom: 24px;
  }
  .section_fields_image .flexbox1-2{
    margin-left: -0px;
  }
  .section_fields_image .flexbox1-2 li{
    width: 100% ;
    margin-bottom: 12px;
    margin-left: 0px;
  }
    .flexbox1-2 .post{
      width: 100% ;
      margin-bottom: 48px;
      margin-left: 0px;
    }
    .flexbox1-3.flexbox-justify .post{
      width: 100% ;
      margin-bottom: 48px;
    }
    .post h4{
      margin-bottom: 12px;
    }
    .post .sub-text{
      margin-bottom: 12px;
    }
  .flexbox-reverse{
    flex-direction: row-reverse;
  }
  .smp-flexbox{
    display: flex;
    flex-wrap: wrap;
  }
    .smp-flexbox figure{
      width: 35%;
      margin-bottom: 0px;
    }
      .post-bg img.na-logo {
          width: 60px;
          position: absolute;
          left: 50%;
          margin-left: -30px;
          top: 50%;
          margin-top: -28px;
      }
    .smp-flexbox .text{
      width: 65%;
      padding-left: 12px;
    }
  .index-slide-wrap{
    display: flex;
    flex-wrap: wrap;
  }
    .index-slide-wrap .index-slide-title-wrap{
      position: relative;
    }
    .index-slide-wrap .index-slide {
      padding: 0px 0 0px 0px;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
      position: relative;
      z-index: 1;
  }
  .index-slide-title{
    padding-bottom: 0;
    position: relative;
    width : -webkit-calc(100vw - 60px) ;
    width : calc(100vw- 60px) ;
    height: -webkit-calc(100vw - 60px) ;
    height: calc(100vw- 60px) ;
    padding: 0 0px;
  }
  .index-slide-title-inner {
    left: 0;
    top: auto;
    bottom:0;
    padding: 0 24px 24px 24px;
  }
  .slide-bg-wrap {
      width : -webkit-calc(100vw - 60px) ;
    width : calc(100vw- 60px) ;
      height: auto;
      border-right: 1px solid #FFFFFF;
  }
  .img-wrap{
    padding-bottom: 0px;
  }
  .swiper-button-next,
  .swiper-button-prev{
    display: none;
  }

.fade-left{
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all  0.3s ease-in-out;
}
    .table-inview-normal.fade-left{
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all  0.3s ease-in-out;
    }
.fade-top{
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all  0.3s ease-in-out;
}
span.label{
  margin-top: 6px;
}

  #footer,
  .smp-nav{
    text-align: center;
  }
  #footer .inner{
    padding: 0;
  }
    p.footer-title {
        margin: 0px;
        font-weight: 700;
    }
    .footer-adr p {
        font-size: 1.3rem;
    }
    .footer-secondary {
        margin-top: 0px;
    }
    .footer-adr {
        width: 100%;
        margin: 0px 0 12px;
    }
    .footer-nav {
       width: 100%;
       margin: 12px 0;
    }
    .footer-sns,
    .smp-nav-sns{
       width: 100%;
       margin: 24px 0;
       text-align: center;
    }
    .footer-sns ul {
        text-align: center;
    }
      .footer-sns ul li{
        display: inline-block;
        margin: 0 6px;
      }
      .smp-nav-sns {
        font-size: 3.0rem;
      }
      .smp-nav-sns li a {
        color: #303030 !important;
      }
    .smp-nav-inner-wrap{
      overflow: scroll;
      height: 100%;
      padding-bottom: 48px;
      -webkit-overflow-scrolling:touch;
    }
    .smp-nav-inner{
      height: 940px;
    }
    .footer-nav ul.list-parent,
    .smp-nav ul.list-parent {
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
    }
  .footer-nav ul.list-parent li:first-child,
  .footer-nav ul.list-parent li,
  .smp-nav ul.list-parent li:first-child,
  .smp-nav ul.list-parent li{
      margin-top: 24px;
  }
      .footer-nav ul.list-child,
      .smp-nav ul.list-child {
          padding-left: 0px;
          font-size: 1.2rem;
          border-top:1px solid #D0D0D0;
          margin-top: 12px;
      }
        .footer-nav ul.list-child li:first-child,
        .footer-nav ul.list-child li,
        .smp-nav ul.list-child li:first-child,
        .smp-nav ul.list-child li{
          margin: 0px;
          border-bottom:1px solid #D0D0D0;
          padding: 12px 0;
        }
  #page-top {
      position: fixed;
      right: 24px;
      bottom: 60px;
      width: 24px;
      opacity: 0.5;
      z-index: 99;
  }

}
/*===============================================
breakpoint:980
===============================================*/
@media screen and (max-width:320px){

}



