@charset "utf-8";

/* -----------------------------------------------
 * style.css
 * LastUpdate : 18/4/7
----------------------------------------------- */

/* RESET
----------------------------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  color: #222;
  /*font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Noto Serif CJK JP','NotoSerifCJKjp','Noto Serif JP Subset',serif;
  /*font-weight: 500;*/
  -webkit-text-size-adjust: 100%;
  color: #323232;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #323232;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}

.imgR {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}
.imgL {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}

input,textarea {
    border-radius:0;
    line-height: 1em;
    /*font-size: 100%;*/
}
@media only screen and ( max-width : 480px ) {
}
input[type="text"],textarea,input[type="tel"],input[type="email"]{
  padding:20px 40px;
  border: none;
  margin:0;
  display: block;
  background: #fff;
  width: 100%;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: 15em;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/*  CHECKBOX */
.check label {
  position: relative;
  display: inline-block;
  word-break: break-all;
}
.check label input[type="checkbox"] + span,
.check label input[type="radio"] + span {
  position: relative;
  padding: 0 30px 0 35px;
}
.check label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
.check label span {
  display: inline-block;
}
.check label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check label input[type="checkbox"] + span::before, .check label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.check label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px #999 solid;
}
.check label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.check label input[type="checkbox"]:checked + span::before {
  background-color: #616161;
}
.check label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}

@media print,screen and (min-width:769px){
  .span_1_full{width:8.33333333333%}
  .span_2_full{width:16.6666666667%}
  .span_3_full{width:25%}
  .span_4_full{width:33.3333333333%}
  .span_5_full{width:41.6666666667%}
  .span_6_full{width:50%}
  .span_7_full{width:58.3333333333%}
  .span_8_full{width:66.6666666667%}
  .span_9_full{width:75%}
  .span_10_full{width:83.3333333333%}
  .span_11_full{width:91.6666666667%}
  .span_12_full{width:100%}

  .span_1{width:6.5%;}
  .span_2{width:15%;}
  .span_3{width:23.5%;}
  .span_4{width:32%;}
  .span_5{width:40%;}
  .span_6{width:48%;}
  .span_7{width:57%;}
  .span_8{width:66%;}
  .span_9{width:74.5%;}
  .span_10{width:83%;}
  .span_11{width:91.5%;}
  .span_12{width:100%;}
}

/* -----------------------------------------------
 * base.css
----------------------------------------------- */

* {box-sizing:border-box;}
main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
.min {
  font-family:serif;
}

@media only screen and ( max-width : 768px ) {
  .container,.small_container {
    padding: 0 5%;
    max-width: 500px;
  }
  .sp_box {
    margin-bottom: 30px;
  }
  .sp_sbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  section {
    margin-bottom: 40px;
  }
  .section {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 30px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  body {
    /*padding: 0 60px;*/
  }
  .container {
    max-width: 1160px;
    /*max-width: 1140px;*/
    min-width: 1000px;
    padding: 0 20px;
  }
  .small_container {
    max-width: 850px;
    margin: 0 auto;
  }
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .container {
    max-width: 1120px;
    padding: 0;
  }
  /*.small_container {
    max-width: 900px;
    padding: 0;
  }*/
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 98;
}
#h_nav li span.en {
  font-size: 12px;
}
#h_nav li span.jp {
  font-size: 14px;
}

@media only screen and ( max-width : 768px ) {
  #header {
    height: 80px;
    background: #fff;
  }
  .h_logo {
    width: 160px;
    display: block;
    margin: 10px auto 0;
  }
  #sp_nav li .jp {
    margin-right: 15px;
  }
  #sp_nav li .en {
    font-size: 10px;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,.6);
  }
  #h_entry {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #h_entry a {
    display: flex;
    text-align: center;
    color: #007f41;
    border: 1px solid #007f41;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  #h_entry a:before {
    content: "";
    position: absolute;
    height: 150px;
    width: 26px;
    background : #007f41;
    right: -50px;
    top: -50px;
    transform: rotate(40deg);
    transition: all .3s;
  }
  
}
@media only screen and ( max-width : 480px ) {
}
@media only screen and ( max-width : 320px ) {
  
}
@media print, screen and ( min-width : 769px ) {
  #header {
    background: url(../img/h_bg.png) repeat-x top left / auto 100%;
    padding: 15px 0;
  }
  #header .container {
    position: relative;
  }
  .h_logo {
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
}

@media print, screen and ( min-width : 1100px ) {
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #333333;
  color: #fff;
}
#footer a {
  color: #fff;
}

@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 30px 0;
    font-size: 12px;
  }
  #footer li {
    padding: 0 10px;
  }
  .copy {
    font-size: 10px;
  }
}
@media only screen and ( max-width : 480px ) {
}
@media only screen and ( max-width : 320px ) {
}


@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 0;
    font-size: 14px;
  }
  #footer .container div {
  }
  .copy {
    font-size: 12px;
  }
  #footer .f_inner {
    flex-direction: row-reverse;
    padding: 0 20px;
  }
  #footer .f_nav {
  }
  #footer li {
    margin-right: 20px;
  }
  #footer li:last-child {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 1100px ) {
}



/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */

/*#main p {
  word-break: break-all;
}*/
.caption {
  font-size: 86%;
}

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


@media print, screen and ( min-width : 769px ) {
  #main {
  }
}

@media print, screen and ( min-width : 1100px ) {
}

/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 12;
}

#pageTop a {
  display: block;
  z-index: 12;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  background: #999;
  color: #fff;
  font-size: 20px;
}

#pageTop a:hover {
  background-position: right center; 
  filter: alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
  background: #333;
}


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


/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.flexbox {
  -js-display : flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-wrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-center {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-end {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}
.align-start {
  -webkit-align-items:flex-start;
  align-items: flex-start;
}
.align-end {
  -webkit-align-items:flex-end;
  align-items: flex-end;
}
.align-stretch {
  -webkit-align-items:stretch;
  align-items: stretch;
 }
.flex-column{
  flex-flow: column;
}
.flex-direction-column {
  flex-direction: column; 
}
.flex_direction {
  flex-direction: row-reverse;
}

@media only screen and ( max-width : 768px ) {
  .flexbox_sp {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-center_sp {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex_direction_sp {
    flex-direction: row-reverse;
  }
  .flex_direction_column_sp {
    flex-direction: column-reverse;
  }
  .no-wrap_sp {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  .flexbox_pc {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_direction_pc {
    flex-direction: row-reverse;
  }
  .flex_direction_column_pc {
    flex-direction: column-reverse;
  }
  .no-wrap_pc {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .align-end_pc {
    -webkit-align-items:flex-end;
    align-items: flex-end;
  }
}

/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.inview_fadeInLeft,.inview_fadeInRight,.inview_fadeInUp,.inview_fadeInDown {
  opacity: 0;
}
.inview_fadeInLeft.fadeInLeft,.inview_fadeInRight.fadeInRight,.inview_fadeInUp.fadeInUp,.inview_fadeInDown.fadeInDown {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media only screen and ( max-width : 768px ) {
}


@media print, screen and ( min-width : 769px ) {
  .animated.delay1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .animated.delay2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .animated.delay3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .animated.delay4 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}
