@charset "UTF-8";
/***************************************
　　タグ初期値
***************************************/
html,
body {
  height: 100%;
  margin: 0;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic";
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  background-color: #fafaf8;
  color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 1em 0;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
}

a {
  color: #69bef0;
}

a:hover {
  color: #d0121b;
}

a:visited {
  color: #a9de07;
}

a:active {
  color: #f09b0a;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

hr {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/***************************************
　　フォントサイズ
***************************************/
.bold {
  font-weight: bold;
}

.small {
  font-size: 0.778em;
}

.large {
  font-size: 1.5em;
}

/***************************************
　　段落、回り込み
***************************************/
.a_center {
  text-align: center !important;
}

.aligncenter {
  text-align: center;
}

.a_left,
.alignleft {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.a_left {
  text-align: left !important;
}

.alignleft {
  float: left;
}

.a_right,
.alignright {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.a_right {
  text-align: right !important;
}

.alignright {
  float: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_clear {
  clear: both;
}

/* .clearfix { width:100%; } */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.m_auto {
  margin-right: auto;
  margin-left: auto;
}

/***************************************
　　テーブル
***************************************/
table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #CCC;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

/* 一覧表示用テーブル */
.table_data tr:hover {
  background-color: #e6ffd7;
}

.even {
  background-color: #fffefa;
}

/***************************************
　　フォーム
***************************************/
/* フォーム枠
------------------------------------- */
form {
  margin: 0px auto;
}

/* 入力
------------------------------------- */
input,
textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, Osaka, Verdana, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1em;
}

button,
select,
input[type="button"],
input[type="submit"] {
  font-size: 1em;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

/* テキスト系 */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  border: 1px solid #c3cdd2;
  border-radius: 3px;
  padding: 0.4rem;
}

/* 入力サイズ
------------------------------------- */
.w_v1 {
  width: 1em !important;
}

.w_v2 {
  width: 2em !important;
}

.w_v3 {
  width: 3em !important;
}

.w_v4 {
  width: 4em !important;
}

.w_v5 {
  width: 5em !important;
}

.w_v6 {
  width: 6em !important;
}

.w_v7 {
  width: 7em !important;
}

.w_v8 {
  width: 8em !important;
}

.w_v9 {
  width: 9em !important;
}

.w_v10 {
  width: 10em !important;
}

.w_v11 {
  width: 11em !important;
}

.w_v12 {
  width: 12em !important;
}

.w_v13 {
  width: 13em !important;
}

.w_v14 {
  width: 14em !important;
}

.w_v15 {
  width: 15em !important;
}

.w_v16 {
  width: 16em !important;
}

.w_v17 {
  width: 17em !important;
}

.w_v18 {
  width: 18em !important;
}

.w_v19 {
  width: 19em !important;
}

.w_v20 {
  width: 20em !important;
}

.w_v30 {
  width: 30em !important;
}

.w_v40 {
  width: 40em !important;
}

.w_v50 {
  width: 50em !important;
}

.w_v60 {
  width: 60em !important;
}

.w_p10 {
  width: 10% !important;
}

.w_p20 {
  width: 20% !important;
}

.w_p30 {
  width: 30% !important;
}

.w_p40 {
  width: 40% !important;
}

.w_p50 {
  width: 50% !important;
}

.w_p60 {
  width: 60% !important;
}

.w_p70 {
  width: 70% !important;
}

.w_p80 {
  width: 80% !important;
}

.w_p90 {
  width: 90% !important;
}

.w_p100 {
  width: 100% !important;
}

/* *****************************************************
 * ページネーション(wp-pagenaviプラグイン用)
 * ***************************************************** */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 30px 0px 1.5em;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #d0121b;
  padding: 0.2em 0.5em;
  margin: 3px;
  background-color: #d0121b;
  color: #fafaf8;
}

.wp-pagenavi a:hover {
  background-color: #eb9696;
  color: #fafaf8 !important;
}

.wp-pagenavi span.current {
  color: #d0121b;
  background-color: #ffdee7;
}

/* *****************************************************
 * グーグルマップ用
 * ***************************************************** */
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto 2em;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***************************************
　　表示・非表示
***************************************/
.fade.in {
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0s;
}

/***************************************
　　汎用カラー
***************************************/
.c_black,
.c_black_b {
  color: #333;
}

.bgc_black {
  background-color: #333;
}

.c_gray,
.c_gray_b {
  color: #c3cbd0;
}

.bgc_gray {
  background-color: #c3cbd0;
}

.c_lightgray,
.c_lightgray_b {
  color: #e6ebf0;
}

.bgc_lightgray {
  background-color: #e6ebf0;
}

.c_white,
.c_white_b {
  color: #fafaf8;
}

.bgc_white {
  background-color: #fafaf8;
}

.c_red,
.c_red_b {
  color: #d0121b;
}

.bgc_red {
  background-color: #d0121b;
}

.c_pink,
.c_pink_b {
  color: #eb9696;
}

.bgc_pink {
  background-color: #eb9696;
}

.c_blue,
.c_blue_b {
  color: #2692d5;
}

.bgc_blue {
  background-color: #2692d5;
}

.c_skyblue,
.c_skyblue_b {
  color: #69bef0;
}

.bgc_skyblue {
  background-color: #69bef0;
}

.c_green,
.c_green_b {
  color: #00723c;
}

.bgc_green {
  background-color: #00723c;
}

.c_lightgreen,
.c_lightgreen_b {
  color: #a9de07;
}

.bgc_lightgreen {
  background-color: #a9de07;
}

.c_orange,
.c_orange_b {
  color: #f09b0a;
}

.bgc_orange {
  background-color: #f09b0a;
}

.c_yellow,
.c_yellow_b {
  color: #f0d70a;
}

.bgc_yellow {
  background-color: #f0d70a;
}

.c_purple,
.c_purple_b {
  color: #b964d7;
}

.bgc_purple {
  background-color: #b964d7;
}

.c_black_b,
.c_gray_b,
.c_lightgray_b,
.c_white_b,
.c_red_b,
.c_pink_b,
.c_blue_b,
.c_skyblue_b,
.c_green_b,
.c_lightgreen_b,
.c_orange_b,
.c_yellow_b,
.c_purple_b {
  font-weight: bold;
}

/***************************************
 汎用ボタン
***************************************/
.btn {
  font-size: 1em;
  padding: 0.5em 1.5em;
  border: 1px solid #c3cbd0;
  cursor: pointer;
  text-decoration: none;
}

.btn_black {
  background-color: #333;
}

.btn_black:hover {
  background-color: #5c5c5c;
}

.btn_black:active {
  background-color: #333;
}

.btn_gray {
  background-color: #c3cbd0;
}

.btn_lightgray {
  background-color: #e6ebf0;
}

.btn_white {
  background-color: #fafaf8;
}

.btn_red {
  background-color: #d0121b;
}
.btn_red:hover {
  background-color: #d94149;
}
.btn_red:active {
  background-color: #d0121b;
}

.btn_pink {
  background-color: #eb9696;
}

.btn_blue {
  background-color: #2692d5;
}

.btn_skyblue {
  background-color: #69bef0;
}

.btn_skyblue:hover {
  background-color: #97d2f5;
}

.btn_skyblue:active {
  background-color: #52b4ee;
}

.btn_green {
  background-color: #00723c;
}

.btn_lightgreen {
  background-color: #a9de07;
}

.btn_orange {
  background-color: #f09b0a;
}

.btn_yellow {
  background-color: #f0d70a;
}

.btn_purple {
  background-color: #b964d7;
}

.btn_black,
.btn_lightgray,
.btn_red,
.btn_pink,
.btn_blue,
.btn_skyblue,
.btn_green,
.btn_lightgreen,
.btn_orange,
.btn_yellow,
.btn_purple {
  color: #fafaf8;
}
.btn_black:hover,
.btn_lightgray:hover,
.btn_red:hover,
.btn_pink:hover,
.btn_blue:hover,
.btn_skyblue:hover,
.btn_green:hover,
.btn_lightgreen:hover,
.btn_orange:hover,
.btn_yellow:hover,
.btn_purple:hover {
  color: #fafaf8;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  min-width: 320px;
  min-height: 100vh;
}

/***************************************
 * ヘッダー
***************************************/
#wrapper-header {
  width: 100%;
  background-color: #fafaf8;
  height: 100px;
  color: #333;
}
#wrapper-header::after {
  clear: both;
  content: "";
  display: table;
}
#wrapper-header #header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-right: auto;
}
#wrapper-header #header #logo {
  margin: 20px auto 0 15px;
}
#wrapper-header #header #logo a {
  width: 80px;
  height: 50px;
  color: #333;
  text-decoration: none;
}

#g-nav {
  z-index: 999;
}
#g-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#g-nav > ul > li {
  display: block;
}
#g-nav > ul > li:hover {
  cursor: pointer;
}
#g-nav a {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 1200px) {
  #g-nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #g-nav > ul > li {
    padding: 0 1em;
    height: 100px;
    line-height: 100px;
    color: #333;
  }
  #g-nav > ul > li:hover {
    color: #d0121b;
    background-color: #fafaf8;
  }
  #g-nav > ul > li:hover a {
    color: #d0121b;
  }
  #g-nav > ul > li a {
    color: #333;
  }
  #g-nav > ul > li a:hover {
    color: #d0121b;
  }
  #g-nav > ul > li.has-child {
    position: relative;
  }
  #g-nav > ul > li.has-child:before {
    position: absolute;
    display: block;
    content: "";
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transition: all 0.3s;
    height: 6px;
    width: 6px;
    left: 50%;
    bottom: 12px;
    margin: 0 0 -3px;
    transform: rotate(45deg);
  }
  #g-nav > ul > li.has-child:hover:before {
    border-bottom: 1px solid #d0121b;
    border-right: 1px solid #d0121b;
  }
  #g-nav > ul > li.has-child .child {
    display: none;
    min-width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #g-nav > ul > li.has-child .child li {
    white-space: nowrap;
    line-height: 1.5em;
    margin-bottom: 0;
  }
  #g-nav > ul > li.has-child .child a {
    color: #fafaf8;
    padding: 0.5em 1em;
  }
  #g-nav > ul > li.has-child .child a:hover {
    background-color: rgba(81, 81, 81, 0.76);
  }
  #g-nav > ul > li.has-child.active .child {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    overflow: auto;
  }
  #g-nav > ul > li.has-child.active:before {
    border-bottom: 1px solid #d0121b;
    border-right: 1px solid #d0121b;
    transform: rotate(-135deg);
  }
}
@media all and (max-width: 1199px) {
  #g-nav > ul {
    display: none;
  }
  #g-nav > ul.active {
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 90%;
    min-width: 50%;
    height: 100vh;
    overflow-y: auto;
    padding: 100px 0 0;
    background-color: rgba(0, 0, 0, 0.85);
  }
  #g-nav > ul.active > li {
    padding: 0.5em 1em;
    line-height: 1.5em;
  }
  #g-nav > ul.active > li a {
    display: block;
    color: #fafaf8;
  }
  #g-nav > ul.active > li:hover {
    background-color: #333;
  }
  #g-nav > ul.active > li.has-child {
    position: relative;
    color: #fafaf8;
  }
  #g-nav > ul.active > li.has-child .child {
    display: none;
    width: 100%;
    min-height: 0;
    max-height: 0;
    height: 0;
    padding: 0.5em 0 0 0;
    z-index: 9999;
    list-style: none;
  }
  #g-nav > ul.active > li.has-child .child li {
    line-height: 1.5em;
    margin-bottom: 0;
  }
  #g-nav > ul.active > li.has-child .child a {
    display: block;
    padding: 0.5em 1em;
    color: #fafaf8;
  }
  #g-nav > ul.active > li.has-child .child a:hover {
    background-color: #444;
  }
  #g-nav > ul.active > li.has-child.active .child {
    min-height: 30px;
    max-height: 1000px;
    height: auto;
    overflow: auto;
    display: block;
    top: 100px;
  }
}

#hamburger {
  width: 30px;
  height: 21px;
  z-index: 9999;
  position: absolute;
  top: 39.5px;
  right: 20px;
  cursor: pointer;
}
@media all and (min-width: 1200px) {
  #hamburger {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  #hamburger {
    display: block;
  }
  #hamburger i {
    height: 2px;
    border-radius: 3px;
    display: block;
    transition: all 0.3s;
    background-color: #00723c;
    transform: translateY(9.5px);
  }
  #hamburger i:before, #hamburger i:after {
    content: "";
    height: 2px;
    border-radius: 3px;
    display: block;
    transition: all 0.3s;
    background-color: #00723c;
  }
  #hamburger i:before {
    transform: translate(0px, -9.5px);
  }
  #hamburger i:after {
    transform: translate(0px, 9.5px);
  }
  #hamburger.active i {
    height: 0;
  }
  #hamburger.active i:before {
    transform: rotate(-45deg) translate(0, 0);
    background-color: #fafaf8;
  }
  #hamburger.active i:after {
    transform: rotate(45deg) translate(-1px, -1px);
    background-color: #fafaf8;
  }
}

#wrapper-contents {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#wrapper-contents::after {
  clear: both;
  content: "";
  display: table;
}

.contents,
.columns {
  padding: 2em 0;
}
.contents img,
.columns img {
  max-width: 100%;
  height: auto;
}
.contents header,
.columns header {
  position: relative;
}
@media all and (min-width: 1200px) {
  .contents,
  .columns {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .contents .main,
  .columns .main {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2 0 auto;
    -moz-flex: 2 0 auto;
    -ms-flex: 2 0 auto;
    flex: 2 0 auto;
  }
}
@media all and (max-width: 1199px) {
  .contents,
  .columns {
    max-width: 100%;
  }
}

.columns {
  word-break: break-all;
}
@media all and (min-width: 1200px) {
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns .column-main,
  .columns .column-sub {
    padding: 0 15px;
  }
  .columns .column-2 {
    width: 47%;
    margin: 0 auto;
  }
  .columns .column-3 {
    width: 30%;
    margin: 0 auto;
  }
  .columns .column-3-2 {
    width: 65%;
    margin: 0 auto;
  }
}
@media all and (max-width: 1199px) {
  .columns .column-main,
  .columns .column-sub {
    padding: 1em;
  }
}

#wrapper-footer {
  width: 100%;
  background-color: #333;
  color: #fafaf8;
}
#wrapper-footer::after {
  clear: both;
  content: "";
  display: table;
}
#wrapper-footer #footer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media all and (min-width: 1200px) {
  #wrapper-footer #footer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-footer #footer {
    width: 100%;
    text-align: center;
  }
  #wrapper-footer #footer::after {
    clear: both;
    content: "";
    display: table;
  }
}

/***************************************
 * ヘッダー
 ***************************************/
#wrapper-header h1 {
  font-size: 0.7rem;
  position: absolute;
  top: 10px;
  left: 20px;
  margin: 0;
  color: #898e92;
}
#wrapper-header.fixed #header {
  position: fixed;
  background-color: #fafaf8;
  height: 70px;
  z-index: 999;
}
#wrapper-header.fixed #header #logo {
  margin: 17px auto 0 20px;
}
@media all and (min-width: 1200px) {
  #wrapper-header.fixed #header #g-nav > ul > li {
    height: 70px;
    line-height: 70px;
  }
}
@media all and (min-width: 1200px) {
  #wrapper-header.fixed #header #g-nav > ul > li.has-child.active .child {
    position: absolute;
    top: 70px;
    right: 0;
  }
}
#wrapper-header.fixed #hamburger {
  position: fixed;
  top: 25px;
  right: 20px;
}
#wrapper-header #header {
  width: 100%;
}
#wrapper-header #header::after {
  clear: both;
  content: "";
  display: table;
}
#wrapper-header #header #logo {
  margin: 40px auto 0 20px;
}

#g-nav {
  margin-right: 30;
}

/***************************************
 * コンテンツ
 ***************************************/
@media all and (min-width: 1200px) {
  .contents h1,
  .columns h1 {
    margin-top: .2em;
  }
  .contents .column-main,
  .columns .column-main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 640px;
  }
  .contents .column-sub,
  .columns .column-sub {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 560px;
  }
}
@media all and (max-width: 1199px) {
  .contents,
  .columns {
    padding: 1em;
  }
}
h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.8rem;
  margin-top: 0;
}

h3 {
  font-size: 1.4rem;
}

.form-contact {
  margin: 0 auto;
}
.form-contact dd {
  display: block;
  margin: 0 auto 1em;
  text-align: left;
  border-bottom: 1px dashed #c3cbd0;
  padding: 0 0 1em;
}
.form-contact input[type="text"] {
  padding: .5em;
}
@media all and (min-width: 1200px) {
  .form-contact {
    width: 1000px;
  }
  .form-contact dt {
    text-align: center;
    width: 300px;
    float: left;
  }
  .form-contact dd textarea {
    width: 600px;
    min-height: 200px;
  }
  .form-contact input[type="text"] {
    width: 600px;
  }
}
@media all and (max-width: 1199px) {
  .form-contact dt {
    width: 100%;
  }
  .form-contact dd textarea {
    width: 100%;
    min-height: 6rem;
  }
  .form-contact input[type="text"] {
    width: 100%;
  }
}

#wrapper-eyecatch {
  width: 100%;
  top: -100px;
  z-index: -1;
}
#wrapper-eyecatch #eyecatch {
  width: 100%;
  min-height: 100vh;
}
#wrapper-eyecatch #eyecatch:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url("../img/index/eyecatch01.jpg") no-repeat center top;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
#wrapper-eyecatch #news {
  color: #fafaf8;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 0 3px #000;
  padding: 2em;
}
@media all and (min-width: 1200px) {
  #wrapper-eyecatch #news {
    right: 20px;
    min-width: 500px;
    max-width: 50%;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-eyecatch #news {
    left: 0;
    width: 100%;
  }
}
#wrapper-eyecatch #news dl {
  margin: 0;
}
#wrapper-eyecatch #news dl::after {
  clear: both;
  content: "";
  display: table;
}
#wrapper-eyecatch #news dl dt {
  width: 130px;
  float: left;
  display: inline-block;
}
#wrapper-eyecatch #news dl dd {
  display: block;
  border-bottom: 1px dashed #9ca2a6;
  padding-bottom: 1em;
  padding-left: 130px;
  margin-bottom: 1em;
}
@media all and (max-width: 1199px) {
  #wrapper-eyecatch #news dl {
    max-height: 200px;
    overflow-y: auto;
  }
}
@media all and (max-width: 599px) {
  #wrapper-eyecatch #news {
    padding: 1em 0;
  }
  #wrapper-eyecatch #news h2 {
    font-size: 1.5em;
    margin-left: 1rem;
  }
  #wrapper-eyecatch #news dl {
    padding: 0 1em;
    max-height: 100px;
  }
  #wrapper-eyecatch #news dl dt {
    float: none;
  }
  #wrapper-eyecatch #news dl dd {
    padding-left: 0px;
  }
}

#wrapper-work {
  min-height: 100vh;
  background-color: #ebeff3;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-image: url("../img/common/content_bg.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
#wrapper-work h2 {
  text-align: center;
  margin-bottom: 3em;
}
#wrapper-work h2 span {
  border-bottom: 2px solid #00723c;
}
#wrapper-work #work {
  margin: 0 auto;
}
@media all and (min-width: 1200px) {
  #wrapper-work #work {
    width: 1200px;
    padding: 70px 0;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-work #work {
    width: 100%;
    padding: 70px 1em;
  }
}
#wrapper-work #work #work-list {
  list-style: none;
  padding: 0;
}
@media all and (min-width: 1200px) {
  #wrapper-work #work #work-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-work #work #work-list {
    text-align: center;
  }
}
#wrapper-work #work #work-list li {
  text-align: center;
}
@media all and (min-width: 1200px) {
  #wrapper-work #work #work-list li {
    width: 25%;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-work #work #work-list li {
    width: 100%;
    margin-bottom: 2em;
  }
}
#wrapper-work #work #work-list li i {
  font-size: 5em;
  line-height: 210px;
  color: #fafaf8;
  background-color: #00723c;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
#wrapper-work #work #work-list li h3 {
  line-height: 1.5em;
}
@media all and (min-width: 1200px) {
  #wrapper-work #work #work-list li h3 {
    min-height: 3em;
  }
}
#wrapper-work #work #work-list li a {
  display: inline-block;
}
@media all and (max-width: 1199px) {
  #wrapper-work #work #work-list li a {
    margin-bottom: 2em;
  }
}

.eyecatch-content {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 40vh;
  height: 300px;
}

.content {
  min-height: 70vh;
}
@media all and (min-width: 1200px) {
  .content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 0;
  }
}
@media all and (max-width: 1199px) {
  .content {
    padding: 2em 1em;
  }
}
.content img {
  max-width: 100%;
}

#wrapper-company,
#wrapper-access,
#wrapper-contact,
#wrapper-recycling,
#wrapper-hosting,
#wrapper-office {
  min-height: 100vh;
  background-color: #ebeff3;
  background-image: url("../img/common/content_bg.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.eyecatch-content {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.eyecatch-content h2 {
  display: block;
  margin: 0;
  padding: 0.5em 30px;
  position: absolute;
  bottom: 30px;
  right: 0px;
  background-color: #00723c;
  color: #fafaf8;
}
@media all and (min-width: 1200px) {
  .eyecatch-content h2 {
    width: 40%;
  }
}
@media all and (max-width: 1199px) {
  .eyecatch-content h2 {
    width: 80%;
  }
}

#wrapper-company .eyecatch-content {
  background-image: url("../img/index/eyecatch02.jpg");
}
#wrapper-company #company-list::after {
  clear: both;
  content: "";
  display: table;
}
@media all and (min-width: 1200px) {
  #wrapper-company #company-list dt {
    clear: both;
    width: 300px;
    text-align: center;
    float: left;
  }
  #wrapper-company #company-list dd {
    border-bottom: 1px dashed #c3cbd0;
    padding-bottom: 1em;
    padding-left: 300px;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-company #company-list dt {
    clear: both;
    width: 300px;
    text-align: center;
    float: left;
  }
  #wrapper-company #company-list dd {
    border-bottom: 1px dashed #c3cbd0;
    padding-bottom: 1em;
    padding-left: 300px;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 599px) {
  #wrapper-company #company-list dt {
    font-weight: bold;
    color: #757a7d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    text-align: left;
    margin-bottom: 1em;
    float: none;
  }
  #wrapper-company #company-list dd {
    padding-left: 0px;
  }
}

#wrapper-access .eyecatch-content {
  background-image: url("../img/index/eyecatch03.jpg");
}

#wrapper-contact .eyecatch-content {
  background-image: url("../img/index/eyecatch04.jpg");
}

#wrapper-plastic,
#wrapper-3dprinter,
#wrapper-import {
  background-color: #ebeff3;
  background-image: url("../img/common/content_bg.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
#wrapper-plastic .eyecatch-content h2,
#wrapper-3dprinter .eyecatch-content h2,
#wrapper-import .eyecatch-content h2 {
  bottom: 100px;
}
#wrapper-plastic .eyecatch-content h2 i,
#wrapper-3dprinter .eyecatch-content h2 i,
#wrapper-import .eyecatch-content h2 i {
  position: absolute;
  font-size: 1.5em;
  color: #fafaf8;
  background-color: #00723c;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: -5px;
  left: -100px;
  text-align: center;
}
@media all and (min-width: 1200px) {
  #wrapper-plastic .eyecatch-content h2,
  #wrapper-3dprinter .eyecatch-content h2,
  #wrapper-import .eyecatch-content h2 {
    width: 50%;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-plastic .eyecatch-content h2,
  #wrapper-3dprinter .eyecatch-content h2,
  #wrapper-import .eyecatch-content h2 {
    width: 70%;
  }
}
@media all and (max-width: 599px) {
  #wrapper-plastic .eyecatch-content h2,
  #wrapper-3dprinter .eyecatch-content h2,
  #wrapper-import .eyecatch-content h2 {
    font-size: 1.5em;
  }
  #wrapper-plastic .eyecatch-content h2 i,
  #wrapper-3dprinter .eyecatch-content h2 i,
  #wrapper-import .eyecatch-content h2 i {
    font-size: 1.2em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: -70px;
  }
}
#wrapper-plastic .eyecatch-content p,
#wrapper-3dprinter .eyecatch-content p,
#wrapper-import .eyecatch-content p {
  position: absolute;
  top: 150px;
  right: 0;
  margin: 0;
  color: #fafaf8;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5em 30px;
  font-size: 0.85em;
}
@media all and (min-width: 1200px) {
  #wrapper-plastic .eyecatch-content p,
  #wrapper-3dprinter .eyecatch-content p,
  #wrapper-import .eyecatch-content p {
    width: 50%;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-plastic .eyecatch-content p,
  #wrapper-3dprinter .eyecatch-content p,
  #wrapper-import .eyecatch-content p {
    width: 70%;
  }
}
#wrapper-plastic h3,
#wrapper-3dprinter h3,
#wrapper-import h3 {
  font-weight: bold;
  color: #00723c;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

#wrapper-plastic .eyecatch-content {
  background-image: url("../img/index/eyecatch05.jpg");
  background-position: center center;
}
#wrapper-plastic dl.recycling-list {
  background-color: #d5dbde;
  padding: 2em 1em 1em;
  margin: 0 1em;
}
#wrapper-plastic dl.recycling-list::after {
  clear: both;
  content: "";
  display: table;
}
#wrapper-plastic dl.recycling-list dt {
  font-weight: bold;
  color: #757a7d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  margin-bottom: 1em;
}
#wrapper-plastic dl.recycling-list dd {
  border-bottom: 1px dashed #fafaf8;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#wrapper-plastic section {
  margin-bottom: 3em;
}

#wrapper-3dprinter .eyecatch-content {
  background-image: url("../img/index/eyecatch06.jpg");
  background-position: center bottom;
}
#wrapper-3dprinter .lineup {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
#wrapper-3dprinter .lineup .item {
  color: #333;
  background-color: #FFF;
  text-decoration: none;
  text-align: center;
  border: 1px solid #e6ebf0;
  padding: 5px 10px 1em;
  margin: 0 10px 2em 0;
  width: 24%;
}
#wrapper-3dprinter .lineup .item:last-child {
  margin-right: 0;
}
#wrapper-3dprinter .lineup .item:hover {
  background-color: #f2f8f5;
}
#wrapper-3dprinter .lineup .item h4 {
  text-align: left;
  font-weight: bold;
}
#wrapper-3dprinter .lineup .item img {
  width: 240px;
  max-width: 100%;
  margin-bottom: 1em;
}
#wrapper-3dprinter .lineup .item figcaption {
  text-align: left;
}

#wrapper-import .eyecatch-content {
  background-image: url("../img/index/eyecatch07.jpg");
  background-position: center bottom;
}

#wrapper-series h2,
#wrapper-series h3,
#wrapper-series h4 {
  clear: both;
}
#wrapper-series h2 {
  background-color: #00723c;
  color: #fafaf8;
  padding: .5em 1em;
}
#wrapper-series h3 {
  font-weight: bold;
  color: #00723c;
}
#wrapper-series h4 {
  font-weight: bold;
}
#wrapper-series .nav-series {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  list-style: none;
  padding: 0;
}
#wrapper-series .nav-series li {
  display: block;
  width: 24%;
  border: 1px solid #c3cbd0;
  text-align: center;
}
#wrapper-series .nav-series li.current {
  padding: 0.5em;
  background-color: #c3cbd0;
}
#wrapper-series .nav-series li a {
  padding: 0.5em;
  background-color: #e6ebf0;
  display: block;
  color: #00723c;
  text-decoration: none;
  height: 100%;
}
#wrapper-series .nav-series li a:hover {
  background-color: #a9de07;
}
#wrapper-series .x500-thumb {
  text-align: center;
}
@media all and (min-width: 1200px) {
  #wrapper-series .x500-thumb img {
    width: 700px;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-series .x500-thumb img {
    width: 500px;
  }
}
@media all and (min-width: 1200px) {
  #wrapper-series .x400-thumb {
    float: left;
    margin-right: 2em;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-series .x400-thumb {
    text-align: center;
  }
}
@media all and (min-width: 1200px) {
  #wrapper-series .img-left {
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
  }
  #wrapper-series .img-right {
    float: right;
    margin-left: 2em;
  }
}
#wrapper-series .gallery {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 2em;
}
@media all and (min-width: 1200px) {
  #wrapper-series .gallery li {
    max-width: 33%;
    text-align: center;
  }
  .x400 #wrapper-series .gallery li {
    max-width: 20%;
  }
  #wrapper-series .gallery img {
    max-width: 100%;
    height: 320px;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-series .gallery li {
    margin-bottom: 1em;
  }
  #wrapper-series .gallery img {
    max-width: 100%;
    max-height: 300px;
  }
}
@media all and (max-width: 599px) {
  #wrapper-series .gallery {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #wrapper-series .gallery li {
    width: 100%;
    text-align: center;
  }
  #wrapper-series .gallery img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
#wrapper-series .ex-list::after {
  clear: both;
  content: "";
  display: table;
}
#wrapper-series .ex-list dt {
  font-weight: bold;
  margin-bottom: .5em;
  clear: both;
  padding-top: 1em;
}
@media all and (min-width: 1200px) {
  #wrapper-series .ex-list .ex-thumb {
    float: left;
    display: inline-display;
    margin-right: 1.5em;
  }
  #wrapper-series .ex-list .ex-thumb img {
    width: 300px;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-series .ex-list .ex-thumb img {
    width: 300px;
  }
}
@media all and (max-width: 599px) {
  #wrapper-series .ex-list .ex-thumb img {
    width: 300px;
  }
}
#wrapper-series .ex-section {
  background-color: #e6ebf0;
  margin-bottom: 2em;
}
@media all and (min-width: 1200px) {
  #wrapper-series .ex-section {
    padding: 1.5em 2em;
  }
}
@media all and (max-width: 1199px) {
  #wrapper-series .ex-section {
    padding: 1em;
  }
}
