@charset "UTF-8";
html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

a {
  background: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
}

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

li {
  list-style: none;
}

summary {
  display: list-item;
}

hr {
  height: 0;
  overflow: visible; /* Show the overflow in Edge and IE */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* Address styling not present in Safari and Chrome */
dfn {
  font-style: italic;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

/* select */
select::-ms-expand {
  display: none;
}

/* text color */
select::-ms-value {
  color: inherit;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* br
------------------------------------------------- */
.pc_none {
  display: none;
}
@media screen and (max-width: 48em) {
  .pc_none {
    display: inline-block;
  }
}

@media screen and (max-width: 48em) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 23.4375em) {
  .sp_none {
    display: none;
  }
}

.sp_from {
  display: none;
}
@media screen and (max-width: 23.4375em) {
  .sp_from {
    display: inline-block;
  }
}

@media screen and (max-width: 20em) {
  .xs_none {
    display: none;
  }
}

.xs_only {
  display: none;
}
@media screen and (max-width: 20em) {
  .xs_only {
    display: inline-block;
  }
}

/* float
------------------------------------------------- */
.float_r {
  float: right;
}

.float_l {
  float: left;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* margin + padding （0から5刻みでクラスを定義 ex: mb0, mb5, mb10...）
------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* align
------------------------------------------------- */
.align_l {
  text-align: left !important;
}

.align_r {
  text-align: right !important;
}

.align_c {
  text-align: center !important;
}

/* font size
------------------------------------------------- */
.smaller {
  font-size: 85% !important;
}

.larger {
  font-size: larger !important;
}

.bold {
  font-weight: bold !important;
}

/* display
------------------------------------------------- */
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

/* list
------------------------------------------------- */
.list_disc {
  margin-left: 1.2em;
  list-style: disc;
}

.list_square {
  margin-left: 1.2em;
  list-style: square;
}

.list_decimal {
  margin-left: 1.7em;
  list-style: decimal;
}

.list_decimal_zero {
  margin-left: 2.3em;
  list-style: decimal-leading-zero;
}

/* list style
------------------------------------------------- */
/* ---- ※ ---- */
.list_asterisk > li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
.list_asterisk > li::before {
  content: "※ ";
}
.list_asterisk > li > * {
  text-indent: 0;
}

/* ---- ・ ---- */
.list_dot > li {
  text-indent: -1em;
  margin-left: 1em;
}
.list_dot > li::before {
  content: "・";
}
.list_dot > li > * {
  text-indent: 0;
}

/* ---- ● ---- */
.list_circle > li {
  text-indent: -1em;
  margin-left: 1em;
}
.list_circle > li::before {
  content: "● ";
}
.list_circle > li > * {
  text-indent: 0;
}

/* ---- 1. ---- */
.list_decimal_01 > li {
  counter-increment: decimal_01;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.list_decimal_01 > li::before {
  content: counter(decimal_01) ". ";
}
.list_decimal_01 > li > * {
  text-indent: 0;
}

/* ---- (1) ---- */
.list_decimal_02 > li {
  counter-increment: decimal_02;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_decimal_02 > li::before {
  content: "(" counter(decimal_02) ") ";
}
.list_decimal_02 > li > * {
  text-indent: 0;
}

/* ---- [1] ---- */
.list_decimal_03 > li {
  counter-increment: decimal_03;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_decimal_03 > li::before {
  content: "[" counter(decimal_03) "] ";
}
.list_decimal_03 > li > * {
  text-indent: 0;
}

/* ---- 丸数字 ---- */
.list_decimal_04 > li {
  counter-increment: decimal_04;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_decimal_04 > li::before {
  content: counter(decimal_04);
  border: 1px solid #000;
  padding: 0 3px;
  font-size: 10px;
  margin-right: 5px;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
}
.list_decimal_04 > li > * {
  text-indent: 0;
}

/* ---- upper alpha ---- */
.list_upper_alpha_01 > li {
  counter-increment: upper_alpha_01;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_upper_alpha_01 > li::before {
  content: counter(upper_alpha_01, upper-alpha) ") ";
}
.list_upper_alpha_01 > li > * {
  text-indent: 0;
}

/* 注釈
------------------------------------------------- */
/* ---- ※（注釈） ---- */
.notes {
  margin-left: 1.3em;
  text-indent: -1.3em;
}
.notes::before {
  content: "※ ";
}
.notes > * {
  text-indent: 0;
}

/* ---- ※n （番号付き注釈）---- */
.notes_num {
  counter-increment: decimal_notes;
  margin-left: 1.9em;
  text-indent: -1.9em;
}
.notes_num:before {
  content: "※" counter(decimal_notes) " ";
}
.notes_num > * {
  text-indent: 0;
}

/* 章番号用mixin (IE8以上)
usage:
■キャプションに章番号をつける場合
$counterName: oreoreCounter;
.parent-section {
  @include resetCounter($counterName);
  h2 {
    @include addCounter($counterName, '第', '章');
  }
}
■入れ子になってるリストに通し番号(1-1-1など）を付ける場合
$counterName: listCounter;
ol {
  @include resetCounter($counterName);
  li {
    @include addCounters($counterName, '-');
  }
}
------------------------------------------------- */
/* body
------------------------------------------------- */
body {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* noscript
------------------------------------------------- */
.noscript {
  background: #fff;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}

/* header
------------------------------------------------- */
.site_header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.site_header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.74;
  width: 100%;
  height: 77px;
  bottom: 20px;
  margin-bottom: 2px;
  padding: 0 23px 0 27px;
  background-color: #fff;
}
@media screen and (max-width: 64em) {
  .site_header .header_inner {
    height: 48px;
  }
}
.site_header .site_id {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 64em) {
  .site_header .site_id {
    padding-right: 2rem;
  }
}
.site_header .site_id a {
  display: block;
}
.site_header .site_id a img {
  display: block;
}
.site_header .header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 400px;
  text-align: right;
}
@media screen and (max-width: 64em) {
  .site_header .header_box {
    min-width: 66px;
  }
}
.site_header .header_box .header_tel .h_tel_pc {
  color: #024122;
  font-size: 1.4rem;
  font-weight: 600;
}
.site_header .header_box .header_tel .h_tel_pc span {
  position: relative;
  margin-left: 4px;
  padding-left: 25px;
  color: #000;
  font-size: 2.8rem;
}
.site_header .header_box .header_tel .h_tel_pc span img {
  width: 21px;
  height: 21px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 64em) {
  .site_header .header_box .header_tel .h_tel_pc {
    margin-right: 40px;
  }
}
@media screen and (max-width: 48em) {
  .site_header .header_box .header_tel .h_tel_pc {
    display: none;
  }
}
.site_header .header_box .header_tel .h_tel_sp {
  display: none;
}
@media screen and (max-width: 48em) {
  .site_header .header_box .header_tel .h_tel_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22px;
    height: 22px;
    font-size: 2.4rem;
    pointer-events: all;
  }
}
.site_header .header_box .header_onlineshop {
  width: 243px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: 22.5px;
  margin-left: 15px;
}
@media screen and (max-width: 64em) {
  .site_header .header_box .header_onlineshop {
    display: none;
  }
}
.site_header .header_box .header_onlineshop:hover {
  opacity: 0.5;
}

/* global nav
------------------------------------------------- */
/* hamburger button */
.nav_toggle {
  display: none;
  z-index: 100;
}
@media screen and (max-width: 64em) {
  .nav_toggle {
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
}
.nav_toggle span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #024122;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_toggle span:nth-of-type(1) {
  margin-top: -12px;
}
.nav_toggle span:nth-of-type(3) {
  margin-top: 12px;
}

/* global nav */
.global_nav {
  z-index: 10;
  opacity: 0.74;
  height: 32px;
  background-color: #fff;
}
@media screen and (max-width: 64em) {
  .global_nav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
    height: auto;
    padding: 48px 0 0;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.global_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 64em) {
  .global_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - 40px);
    height: 100%;
    margin: 20px auto;
  }
}
.global_nav ul li {
  padding: 0 20px;
}
@media screen and (max-width: 64em) {
  .global_nav ul li {
    margin-bottom: 20px;
    text-align: center;
  }
}
.global_nav ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
@media screen and (max-width: 64em) {
  .global_nav ul a {
    display: inline-block;
    text-align: center;
  }
}
.global_nav ul a:hover span {
  opacity: 0.5;
}
.global_nav .nav_onlineshop {
  display: none;
}
@media screen and (max-width: 64em) {
  .global_nav .nav_onlineshop {
    display: block;
  }
}

/* nav open */
.site_header.nav_open .nav_toggle {
  position: fixed;
}
.site_header.nav_open .nav_toggle span:nth-of-type(1) {
  top: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 0;
}
.site_header.nav_open .nav_toggle span:nth-of-type(2) {
  left: 50%;
  width: 0;
}
.site_header.nav_open .nav_toggle span:nth-of-type(3) {
  top: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 0;
}
.site_header.nav_open .global_nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* background overlay */
.nav_bg {
  position: relative;
}
.nav_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* main title
------------------------------------------------- */
.page_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 255px;
  margin-top: 113px;
}
@media screen and (max-width: 48em) {
  .page_title_box {
    margin-top: 52px;
  }
}

.page_title {
  color: #000;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.page_title .eng {
  color: #476B1D;
  font-size: 1.6rem;
}

/* breadcrumb
------------------------------------------------- */
/* one column layout
------------------------------------------------- */
main {
  margin: 0 auto;
}

.contents {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.contents_inner {
  width: 100%;
  max-width: calc(1040px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bold {
  font-weight: 600 !important;
}

.btn1 {
  display: inline-block;
}
.btn1 a {
  display: inline-block;
  width: 260px;
  height: 54px;
  padding: 13.5px 0;
  border-radius: 27px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  background: rgb(196, 215, 68); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(196, 215, 68)), color-stop(57%, rgb(118, 155, 48)), to(rgb(71, 107, 29)));
  background: linear-gradient(to right, rgb(196, 215, 68) 0%, rgb(118, 155, 48) 57%, rgb(71, 107, 29) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c4d744", endColorstr="#476b1d",GradientType=1 ); /* IE6-9 */
}
.btn1 a:hover {
  opacity: 0.5;
}

/* page_content
------------------------------------------------- */
body.page section {
  margin-bottom: 150px;
}
@media screen and (max-width: 48em) {
  body.page section {
    margin-bottom: 100px;
  }
}
body.page .contents_title_one {
  margin-bottom: 30px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
}
body.page .contents_title_two {
  font-size: 2.4rem;
  text-align: center;
}
body.page .table_wrapper table {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
body.page .table_wrapper table tr {
  border-bottom-color: #E6E6E6;
}

body.about .table_wrapper, body.recruit .table_wrapper {
  margin: 0 30px;
}
body.about .table_wrapper table, body.about .table_wrapper tr, body.recruit .table_wrapper table, body.recruit .table_wrapper tr {
  border: none;
}
body.about > .site_footer, body.recruit > .site_footer {
  margin-top: 0;
}
body.about .info, body.recruit .info {
  position: relative;
  background-color: #EFEFEF;
}
body.about .info .contents, body.recruit .info .contents {
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 48em) {
  body.about .info .contents, body.recruit .info .contents {
    position: relative;
  }
}
@media screen and (max-width: 48em) {
  body.about .info .contents_inner, body.recruit .info .contents_inner {
    padding: 0;
  }
}
body.about .info .contents_inner .contents_title_one, body.recruit .info .contents_inner .contents_title_one {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 110px;
  text-align: left;
}
body.about .info .contents_inner .contents_title_one::before, body.recruit .info .contents_inner .contents_title_one::before {
  content: "";
  width: 100vw;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 2.5px;
  background: rgb(196, 215, 68); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, rgb(196, 215, 68)), color-stop(95%, rgb(118, 155, 48)), to(rgb(71, 107, 29)));
  background: linear-gradient(to right, rgb(196, 215, 68) 90%, rgb(118, 155, 48) 95%, rgb(71, 107, 29) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c4d744", endColorstr="#476b1d",GradientType=1 ); /* IE6-9 */
}
body.about .profile .table_wrapper, body.about .essential .table_wrapper, body.recruit .profile .table_wrapper, body.recruit .essential .table_wrapper {
  margin: 0 30px;
}
@media screen and (max-width: 48em) {
  body.about .profile .table_wrapper, body.about .essential .table_wrapper, body.recruit .profile .table_wrapper, body.recruit .essential .table_wrapper {
    margin: 0;
  }
}
body.about .profile .table_wrapper th, body.about .essential .table_wrapper th, body.recruit .profile .table_wrapper th, body.recruit .essential .table_wrapper th {
  width: 20%;
  font-size: 1.8rem;
}
@media screen and (max-width: 48em) {
  body.about .profile .table_wrapper th, body.about .essential .table_wrapper th, body.recruit .profile .table_wrapper th, body.recruit .essential .table_wrapper th {
    width: 100%;
  }
}
@media screen and (max-width: 23.4375em) {
  body.about .profile .table_wrapper th, body.about .essential .table_wrapper th, body.recruit .profile .table_wrapper th, body.recruit .essential .table_wrapper th {
    border: none;
  }
}
body.about .profile .table_wrapper th, body.about .profile .table_wrapper td, body.about .essential .table_wrapper th, body.about .essential .table_wrapper td, body.recruit .profile .table_wrapper th, body.recruit .profile .table_wrapper td, body.recruit .essential .table_wrapper th, body.recruit .essential .table_wrapper td {
  position: relative;
  padding: 30px;
  vertical-align: top;
}
@media screen and (max-width: 48em) {
  body.about .profile .table_wrapper th, body.about .profile .table_wrapper td, body.about .essential .table_wrapper th, body.about .essential .table_wrapper td, body.recruit .profile .table_wrapper th, body.recruit .profile .table_wrapper td, body.recruit .essential .table_wrapper th, body.recruit .essential .table_wrapper td {
    display: block;
  }
}
body.about .profile .table_wrapper th::before, body.about .profile .table_wrapper td::before, body.about .essential .table_wrapper th::before, body.about .essential .table_wrapper td::before, body.recruit .profile .table_wrapper th::before, body.recruit .profile .table_wrapper td::before, body.recruit .essential .table_wrapper th::before, body.recruit .essential .table_wrapper td::before {
  content: "";
  position: absolute;
  height: 2px;
  top: 0;
  left: 0;
}
body.about .profile .table_wrapper th::before, body.about .essential .table_wrapper th::before, body.recruit .profile .table_wrapper th::before, body.recruit .essential .table_wrapper th::before {
  width: 95%;
  background-color: #476B1D;
}
@media screen and (max-width: 48em) {
  body.about .profile .table_wrapper th::before, body.about .essential .table_wrapper th::before, body.recruit .profile .table_wrapper th::before, body.recruit .essential .table_wrapper th::before {
    width: 100%;
  }
}
body.about .profile .table_wrapper td::before, body.about .essential .table_wrapper td::before, body.recruit .profile .table_wrapper td::before, body.recruit .essential .table_wrapper td::before {
  width: 100%;
  background-color: #e6e6e6;
}
body.about .profile .table_wrapper .cap, body.about .essential .table_wrapper .cap, body.recruit .profile .table_wrapper .cap, body.recruit .essential .table_wrapper .cap {
  display: inline-block;
  padding: 3px 16px 2px;
  background-color: #e6e6e6;
  font-size: 1.4rem;
}
body.about .profile .table_wrapper .no_line::before, body.about .essential .table_wrapper .no_line::before, body.recruit .profile .table_wrapper .no_line::before, body.recruit .essential .table_wrapper .no_line::before {
  content: none;
}

/* two column layout
------------------------------------------------- */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  max-width: calc(1040px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 23.4375em) {
  .wrapper {
    display: block;
  }
}
.wrapper main {
  max-width: 720px;
  margin: 0;
}
@media screen and (max-width: 23.4375em) {
  .wrapper main {
    width: 100%;
    margin-bottom: 60px;
  }
}
.wrapper aside {
  width: 260px;
  margin-bottom: 80px;
}
@media screen and (max-width: 23.4375em) {
  .wrapper aside {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* sidebar
------------------------------------------------- */
/* footer
------------------------------------------------- */
.site_footer {
  margin-top: 120px;
  background: rgb(196, 215, 68); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(196, 215, 68)), color-stop(57%, rgb(118, 155, 48)), to(rgb(71, 107, 29)));
  background: linear-gradient(to right, rgb(196, 215, 68) 0%, rgb(118, 155, 48) 57%, rgb(71, 107, 29) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c4d744", endColorstr="#476b1d",GradientType=1 ); /* IE6-9 */
}
.site_footer .footer_nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: calc(1040px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 48em) {
  .site_footer .footer_nav {
    display: none;
  }
}
.site_footer .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  margin: 20px 0;
}
.site_footer .footer_nav ul:nth-child(3) {
  padding-right: 60px;
  border-right: 1px #fff solid;
}
.site_footer .footer_nav li {
  padding: 0;
}
.site_footer .footer_nav a {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.site_footer .footer_nav a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.site_footer .footer_nav a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.site_footer .footer_nav ul.child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.site_footer .footer_nav ul.child a {
  font-weight: 500;
}

/* copyright
------------------------------------------------- */
.copyright {
  padding: 10px 0;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.copyright a {
  color: #fff;
}

/* page_top
------------------------------------------------- */
.page_top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
.page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #476B1D;
  color: #fff;
  font-size: 0;
  text-align: center;
}
.page_top a::after {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.page_top a:hover {
  opacity: 0.8;
}

/* text link
------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.underline:hover {
  text-decoration: underline;
}
a.color:hover {
  color: #476B1D;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 48em) {
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/* img
------------------------------------------------- */
img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: 　none;
}

/* form
------------------------------------------------- */
input:not([type=submit]),
textarea,
select {
  padding: 8px 10px;
  border: 1px solid #aaa;
  background: #fff;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 3px rgba(71, 107, 29, 0.5);
          box-shadow: 0 0 3px rgba(71, 107, 29, 0.5);
  border: 1px solid #476B1D;
}

textarea {
  height: 200px;
  resize: vertical;
}
@media screen and (max-width: 23.4375em) {
  textarea {
    height: 150px;
  }
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}

/* animation
------------------------------------------------- */
.animation {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.animation.fast {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.animation.slow {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.animation.cubic {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

/* pager - WPのページャー
------------------------------------------------- */
/* list */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 23.4375em) {
  .pager {
    margin: 0 auto 60px;
  }
}
.pager a, .pager span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 2px;
  border: 1px solid #476B1D;
  color: #476B1D;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 23.4375em) {
  .pager a, .pager span {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}
.pager .prev, .pager .next {
  position: relative;
  color: #476B1D;
  font-size: 2rem;
}
.pager .prev::after, .pager .next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #476B1D;
  border-right: 2px solid #476B1D;
}
.pager .prev:hover::after, .pager .next:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pager .prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.pager .next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.pager a:hover, .pager .current {
  background: #476B1D;
  color: #fff;
}
.pager .current {
  cursor: default;
  pointer-events: none;
}

/* detail */
.pager.big {
  width: 610px;
  margin: 100px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 23.4375em) {
  .pager.big {
    width: calc(100% - 40px);
  }
}
.pager.big a {
  width: calc((100% - 10px) / 3);
  height: 50px;
  margin: 0;
  background: #476B1D;
  color: #fff;
  font-size: 1.6rem;
}
.pager.big .to_prev, .pager.big .to_next {
  position: relative;
}
.pager.big .to_prev::after, .pager.big .to_next::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.pager.big .to_prev::after {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 23.4375em) {
  .pager.big .to_prev::after {
    left: 10px;
  }
}
.pager.big .to_next::after {
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 23.4375em) {
  .pager.big .to_next::after {
    right: 10px;
  }
}

/* title
------------------------------------------------- */
.contents_title {
  margin-bottom: 20px;
  color: #476B1D;
  font-size: 3.2rem;
  text-align: center;
}

/* btn
------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 3px;
  border: 1px solid #476B1D;
  background: #476B1D;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover {
  background: #fff;
  color: #476B1D;
}

/* icon
------------------------------------------------- */
/* table
------------------------------------------------- */
table {
  width: 100%;
  border-top: 2px solid #476B1D;
  border-bottom: 2px solid #476B1D;
}
@media screen and (max-width: 23.4375em) {
  table {
    display: block;
  }
  table tbody {
    display: block;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #476B1D;
}
@media screen and (max-width: 23.4375em) {
  table tr {
    display: block;
    width: 100%;
  }
}
table th {
  width: 25%;
  min-width: 165px;
  padding: 20px 40px;
  text-align: left;
}
@media screen and (max-width: 23.4375em) {
  table th {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(71, 107, 29, 0.3);
  }
}
table td {
  padding: 20px 40px;
}
@media screen and (max-width: 23.4375em) {
  table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

/* home - トップページ
------------------------------------------------- */
body.home h2 {
  margin-bottom: 40px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
}
body.home h2 .eng {
  color: #476B1D;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
body.home .mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 88px;
}
body.home .mainvisual .bg.ofi {
  width: 100%;
}
body.home .mainvisual .bg.ofi img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 900px;
}
@media screen and (max-width: 48em) {
  body.home .mainvisual .bg.ofi img {
    height: 550px;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
    font-family: "object-fit: cover; object-position: 100% 100%;";
  }
}
body.home .mainvisual .flex_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 113px;
}
@media screen and (max-width: 48em) {
  body.home .mainvisual .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 48px;
  }
}
body.home .mainvisual .flex_box .mv_text {
  margin-right: 5%;
  color: #476B1D;
  font-size: 5.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 48em) {
  body.home .mainvisual .flex_box .mv_text {
    margin-right: 0;
    font-size: 3.6rem;
  }
}
body.home .mainvisual .flex_box .mv_text span {
  color: #000;
  font-size: 2.7rem;
  text-align: center;
}
@media screen and (max-width: 48em) {
  body.home .mainvisual .flex_box .mv_text span {
    font-size: 1.6rem;
  }
}
body.home .mainvisual .flex_box .inner_img img {
  max-width: 298px;
}
@media screen and (max-width: 48em) {
  body.home .mainvisual .flex_box .inner_img img {
    max-width: 270px;
  }
}
body.home .top {
  margin-bottom: 88px;
  text-align: center;
  line-height: 3;
}
@media screen and (max-width: 48em) {
  body.home .top {
    text-align: left;
  }
}
body.home .pickup {
  margin-bottom: 152px;
  background-color: #f8f8f8;
}
body.home .pickup .bg {
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  max-height: 510px;
  min-height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  body.home .pickup .bg {
    text-align: center;
    max-height: none;
    min-height: auto;
  }
}
body.home .pickup .bg .inner {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 6% 20px 0;
  z-index: 1;
}
@media screen and (max-width: 48em) {
  body.home .pickup .bg .inner {
    position: relative;
    text-align: left;
  }
}
body.home .pickup .bg .inner .box {
  max-width: 46%;
}
@media screen and (max-width: 48em) {
  body.home .pickup .bg .inner .box {
    max-width: 100%;
  }
}
body.home .pickup .bg .inner .box .cap {
  margin-bottom: 16px;
  font-size: 1.4rem;
  text-align: left;
}
body.home .pickup .bg .inner .box .name {
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 48em) {
  body.home .pickup .bg .inner .box .name {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 23.4375em) {
  body.home .pickup .bg .inner .box .name {
    font-size: 2.6rem;
  }
}
body.home .pickup .bg .inner .box .partnum {
  margin-bottom: 36px;
  font-size: 2.4rem;
}
@media screen and (max-width: 23.4375em) {
  body.home .pickup .bg .inner .box .partnum {
    font-size: 2.2rem;
  }
}
body.home .pickup .bg .inner .box .description {
  margin-bottom: 36px;
  line-height: 2;
}
@media screen and (max-width: 48em) {
  body.home .pickup .bg .inner .box .hoverscale.pc {
    display: none;
  }
}
body.home .pickup .bg .scale_img {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 48em) {
  body.home .pickup .bg .scale_img img {
    width: 324px;
    height: 263px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
    font-family: "object-fit: cover; object-position: 100% 100%;";
  }
}
body.home .pickup .bg .hoverscale.sp {
  display: none;
}
@media screen and (max-width: 48em) {
  body.home .pickup .bg .hoverscale.sp {
    display: inline-block;
    margin: 20px 0;
  }
}
body.home .products h2 {
  margin-bottom: 140px;
}
body.home .products .contents_inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 48em) {
  body.home .products .contents_inner {
    background: #efefef;
    padding-top: 20px;
  }
}
@media screen and (max-width: 48em) {
  body.home .products .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -100px;
  }
}
body.home .products .box {
  overflow: hidden;
  width: 33%;
  margin-bottom: 36px;
}
@media screen and (max-width: 48em) {
  body.home .products .box {
    width: 100%;
  }
  body.home .products .box figure {
    background: #fbfbfb;
    text-align: center;
  }
  body.home .products .box figure img {
    max-width: 345px;
  }
}
body.home .products .box a figure {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.home .products .box a:hover figure {
  display: block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
body.home .products .box .txt {
  min-height: 220px;
  padding: 32px 28px 4px;
  background: rgb(251, 251, 251); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 251, 251)), color-stop(29%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(251, 251, 251) 0%, rgb(255, 255, 255) 29%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fbfbfb", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 48em) {
  body.home .products .box .txt {
    min-height: auto;
    padding-bottom: 32px;
  }
}
body.home .products .box .txt h3 {
  font-size: 2.2rem;
}
body.home .products .contents_full {
  margin-top: -256px;
  padding: 256px 0 102px;
  background-color: #efefef;
  text-align: center;
}
body.home .products .banner {
  margin-top: 50px;
}
body.home .products .banner a {
  display: inline-block;
  width: 590px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
body.home .products .banner a:hover {
  opacity: 0.5;
}
body.home .site_footer {
  margin-top: 0;
}

.sub_nav {
  margin-bottom: 60px;
}
@media screen and (max-width: 48em) {
  .sub_nav .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub_nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sub_nav li a {
  display: block;
  padding: 16px;
  border-top: 2px #E6E6E6 solid;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.sub_nav li a:hover {
  border-top: 2px #476B1D solid;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sub_nav .active a {
  border-top: 2px #476B1D solid;
}
@media screen and (max-width: 48em) {
  .sub_nav .active a {
    background-color: #476B1D;
    color: #fff;
  }
}

/* IH page
------------------------------------------------- */
body.products .pagevisual {
  display: none;
  margin-bottom: 120px;
  background-color: #f8f8f8;
}
body.products .pagevisual .bg {
  position: relative;
  height: 370px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 48em) {
  body.products .pagevisual .bg {
    height: auto;
    text-align: center;
  }
}
body.products .pagevisual .bg .inner {
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  max-width: calc(1040px + 40px);
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 48em) {
  body.products .pagevisual .bg .inner {
    position: relative;
    text-align: left;
  }
}
body.products .pagevisual .bg .inner .box {
  width: 49%;
  padding: 9.2% 0;
}
@media screen and (max-width: 48em) {
  body.products .pagevisual .bg .inner .box {
    width: 100%;
    padding: 50px 0 25px;
  }
}
body.products .pagevisual .bg .inner .box .contents_title_one {
  text-align: left;
  font-size: 3.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 48em) {
  body.products .pagevisual .bg .inner .box .contents_title_one {
    font-size: 2.6rem;
  }
}
body.products .pagevisual .bg .inner .box .description {
  font-size: 2rem;
}
body.products .pagevisual .bg figure {
  height: 100%;
}
body.products .pagevisual .bg figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
@media screen and (max-width: 48em) {
  body.products .pagevisual .bg figure img {
    width: 324px;
    height: 263px;
  }
}
body.products .ih .pagevisual,
body.products .kitchen .pagevisual,
body.products .material .pagevisual {
  background-color: #f8f8f8;
}
@media screen and (max-width: 48em) {
  body.products .ih .pagevisual .bg figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
    font-family: "object-fit: cover; object-position: 100% 100%;";
  }
}
@media screen and (max-width: 48em) {
  body.products .kitchen .pagevisual .bg figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 95% 100%;
       object-position: 95% 100%;
    font-family: "object-fit: cover; object-position: 95% 100%;";
  }
}
@media screen and (max-width: 48em) {
  body.products .material .pagevisual .bg figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 92% 100%;
       object-position: 92% 100%;
    font-family: "object-fit: cover; object-position: 92% 100%;";
  }
}
body.products .pagevisual.view {
  display: block;
}
@media screen and (max-width: 48em) {
  body.products .item > .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.products .item .box_around {
  width: 50%;
}
@media screen and (max-width: 48em) {
  body.products .item .box_around {
    width: 100%;
    max-width: 520px;
  }
}
body.products .item .box_around .main_image_box {
  margin-bottom: 20px;
  border: 1px #e6e6e6 solid;
}
body.products .item .box_around .thumbnail ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 0;
}
body.products .item .box_around .thumbnail ul li {
  width: 19%;
  margin: 0 1.25% 20px 0;
}
body.products .item .box_around .thumbnail ul li:nth-of-type(5n) {
  margin-right: 0;
}
body.products .item .box_around .thumbnail ul li span {
  display: block;
  position: relative;
  border: 1px #e6e6e6 solid;
  cursor: pointer;
}
body.products .item .box_around .thumbnail ul li span:hover::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #e6e6e6 transparent;
}
body.products .item .details {
  width: 50%;
  padding: 10px 0 0 30px;
}
@media screen and (max-width: 48em) {
  body.products .item .details {
    width: 100%;
    padding-left: 0;
  }
}
body.products .item .details .contents_title_two {
  font-size: 2.4rem;
  text-align: left;
}
body.products .item .details .note {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 23.4375em) {
  body.products .item .details .table_wrapper table {
    border: none;
  }
}
@media screen and (max-width: 23.4375em) {
  body.products .item .details .table_wrapper table tr {
    border: none;
  }
}
body.products .item .details .table_wrapper table tr th, body.products .item .details .table_wrapper table tr td {
  vertical-align: top;
}
body.products .item .details .table_wrapper table tr th {
  min-width: 146px;
  padding: 12px 0 12px 12px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 23.4375em) {
  body.products .item .details .table_wrapper table tr th {
    padding: 8px;
    background-color: #476B1D;
    border: none;
    color: #fff;
  }
}
body.products .item .details .table_wrapper table tr td {
  padding: 10px 12px 10px 40px;
  line-height: 1.6;
}
@media screen and (max-width: 23.4375em) {
  body.products .item .details .table_wrapper table tr td {
    padding: 8px;
  }
}
body.products #img_cap {
  position: relative;
}
body.products #img_cap #caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-weight: 700;
}

body.about .table_wrapper .name {
  font-size: 1.8rem;
}
body.about .info {
  height: 560px;
  margin-bottom: 332px;
}
@media screen and (max-width: 48em) {
  body.about .info {
    height: auto;
    margin-bottom: 155px;
  }
}
body.about .info .contents_title_one::before {
  right: 13.5rem;
}
@media screen and (max-width: 48em) {
  body.about .info .contents_title_one::before {
    right: 60%;
  }
}
body.about .info .top_note {
  margin: 0 50px 40px;
  line-height: 2;
}
@media screen and (max-width: 48em) {
  body.about .info .top_note {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 48em) {
  body.about .info .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.about .info .flex_box .box {
  width: 33%;
  background: rgb(71, 107, 29); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgb(71, 107, 29) 0%, rgb(118, 155, 48) 43.93%, rgb(195, 214, 68) 91.76%, rgb(196, 215, 68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#476b1d", endColorstr="#c4d744",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (max-width: 48em) {
  body.about .info .flex_box .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.about .info .flex_box .box .txt {
  padding: 36px 36px 24px;
  color: #fff;
}
body.about .info .flex_box .box .txt .contents_title_two {
  margin-bottom: 24px;
  line-height: 1;
}
body.about .info .flex_box .box .txt .contents_title_two .eng {
  font-size: 1.6rem;
  font-weight: 500;
}
body.about .profile .table_wrapper .gmap {
  margin-bottom: 10px;
  font-size: 0;
}
body.about .profile .table_wrapper .gmap iframe {
  width: 100%;
  height: 250px;
}
body.about .history {
  margin-bottom: 0;
  padding: 90px 0 100px;
  background-color: #f6f6f6;
}
body.about .history .contents_inner {
  max-width: 1040px;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 48em) {
  body.about .history .contents_inner {
    max-width: calc(100% - 40px);
  }
}
body.about .history .table_wrapper {
  padding: 30px 54px;
}
@media screen and (max-width: 48em) {
  body.about .history .table_wrapper {
    margin: 0;
    padding: 30px 20px;
  }
}
body.about .history .table_wrapper table {
  position: relative;
}
body.about .history .table_wrapper table::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 10px;
  width: 1px;
  margin: auto;
  height: calc(100% - 90px);
  background-color: #e6e6e6;
}
@media screen and (max-width: 48em) {
  body.about .history .table_wrapper table::before {
    height: calc(100% - 45px);
  }
}
body.about .history .table_wrapper th, body.about .history .table_wrapper td {
  position: relative;
  padding: 30px 0 30px 30px;
  vertical-align: top;
}
@media screen and (max-width: 48em) {
  body.about .history .table_wrapper th, body.about .history .table_wrapper td {
    display: block;
  }
}
body.about .history .table_wrapper th {
  width: 10%;
  min-width: 72px;
  font-size: 1.8rem;
}
@media screen and (max-width: 48em) {
  body.about .history .table_wrapper th {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }
}
body.about .history .table_wrapper th::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(71, 107, 29); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgb(71, 107, 29) 0%, rgb(118, 155, 48) 43.93%, rgb(195, 214, 68) 91.76%, rgb(196, 215, 68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#476b1d", endColorstr="#c4d744",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (max-width: 48em) {
  body.about .history .table_wrapper td {
    padding-top: 0;
    padding-bottom: 0;
  }
}

body.recruit .info {
  height: 370px;
  margin-bottom: 128px;
}
@media screen and (max-width: 48em) {
  body.recruit .info {
    height: auto;
  }
}
body.recruit .info .ofi img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
  font-family: "object-fit: cover; object-position: 100% 100%;";
}
@media screen and (max-width: 48em) {
  body.recruit .info .contents {
    display: block;
    padding-top: 64px;
    padding-bottom: 64px;
    top: 0;
  }
}
body.recruit .info .contents_box {
  width: 70%;
}
@media screen and (max-width: 64em) {
  body.recruit .info .contents_box {
    width: 60%;
  }
}
@media screen and (max-width: 48em) {
  body.recruit .info .contents_box {
    width: 100%;
  }
}
body.recruit .info .contents_title_one {
  padding-left: 72px !important;
}
@media screen and (max-width: 48em) {
  body.recruit .info .contents_title_one {
    padding: 0 !important;
  }
}
body.recruit .info .contents_title_one::before {
  right: 39rem;
}
@media screen and (max-width: 48em) {
  body.recruit .info .contents_title_one::before {
    top: -8px !important;
    right: 80%;
    bottom: auto !important;
  }
}
body.recruit .flow {
  padding: 88px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 48em) {
  body.recruit .flow .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.recruit .flow .flex_box .box {
  width: 22%;
  position: relative;
  background: rgb(71, 107, 29); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgb(71, 107, 29) 0%, rgb(118, 155, 48) 43.93%, rgb(195, 214, 68) 91.76%, rgb(196, 215, 68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#476b1d", endColorstr="#c4d744",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (max-width: 48em) {
  body.recruit .flow .flex_box .box {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.recruit .flow .flex_box .box::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  border-style: solid;
  border-width: 18px 0 18px 20px;
  border-color: transparent transparent transparent #476B1D;
}
@media screen and (max-width: 48em) {
  body.recruit .flow .flex_box .box::after {
    top: auto;
    right: 0;
    bottom: -26px;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
body.recruit .flow .flex_box .box:last-child::after {
  content: none;
}
body.recruit .flow .flex_box .box .step {
  padding: 16px 0;
  background-color: #fff;
  color: #476B1D;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
body.recruit .flow .flex_box .box .contents_title_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
body.recruit .flow .flex_box .box .contents_title_two .note {
  font-size: 1.6rem;
  font-weight: 500;
}
body.recruit .flow .flex_box .box .flex_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
}
body.recruit .entry .banner {
  margin: 0 auto;
  width: 500px;
}
body.recruit .entry .banner .w250 {
  display: none;
}
@media screen and (max-width: 539px) {
  body.recruit .entry .banner {
    width: 250px;
  }
  body.recruit .entry .banner .w250 {
    display: block;
  }
  body.recruit .entry .banner .w500 {
    display: none;
  }
}
body.recruit .contact {
  margin-bottom: 0;
  padding: 80px 0;
  background-color: #f6f6f6;
}
body.recruit .contact .large {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
body.recruit .contact .large .line {
  display: inline-block;
  padding-bottom: 16px;
  position: relative;
}
body.recruit .contact .large .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #e6e6e6;
}
body.recruit .contact .flex_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 48em) {
  body.recruit .contact .flex_box {
    display: block;
    text-align: center;
  }
}
body.recruit .contact .flex_box .tel {
  color: #476B1D;
  font-size: 2.8rem;
  font-weight: 700;
}
body.recruit .contact .flex_box .tel_number {
  position: relative;
  margin-left: 16px;
  padding-left: 25px;
  color: #000;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 48em) {
  body.recruit .contact .flex_box .tel_number {
    margin-left: 0;
  }
}
body.recruit .contact .flex_box .tel_number img {
  width: 24px;
  height: 24px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

@media print {
  /* IE zoom
  ------------------------------------------------- */
  /* for IE6 or older */
  * html body {
    zoom: 0.7;
  }
  /* for IE7 */
  * + html body {
    zoom: 1;
  }
}
/*# sourceMappingURL=style.css.map */