@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: #333; }

sub,
sup {
  font-size: .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: 40em) {
    .pc_none {
      display: inline-block; } }

@media screen and (max-width: 40em) {
  .sp_none {
    display: none; } }

@media screen and (max-width: 30em) {
  .xs_none {
    display: none; } }

.xs_only {
  display: none; }
  @media screen and (max-width: 30em) {
    .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: #333;
  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;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 30em) {
    .site_header {
      height: 70px; } }
  .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;
    width: 100%;
    height: 100%; }
  .site_header .site_id a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.6rem; }
    @media screen and (max-width: 30em) {
      .site_header .site_id a {
        padding: 0 10px; } }
    @media screen and (max-width: 21.25em) {
      .site_header .site_id a {
        font-size: 7.2vw; } }
    .site_header .site_id a span {
      padding-left: 20px;
      font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
      font-size: 1.2rem; }
      @media screen and (max-width: 30em) {
        .site_header .site_id a span {
          padding-left: 10px; } }

/* global nav
------------------------------------------------- */
/* hamburger button */
.nav_toggle {
  display: none;
  z-index: 100; }
  @media screen and (max-width: 60em) {
    .nav_toggle {
      display: block;
      position: absolute;
      top: 25px;
      right: 20px;
      width: 40px;
      height: 40px;
      cursor: pointer; } }
  @media screen and (max-width: 60em) and (max-width: 30em) {
    .nav_toggle {
      top: 15px;
      right: 10px; } }
  .nav_toggle span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #4da44d;
    -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 {
  height: 100%;
  z-index: 10; }
  @media screen and (max-width: 60em) {
    .global_nav {
      position: fixed;
      top: 0;
      left: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      width: 100%;
      height: auto;
      padding: 40px 0;
      background: #fff;
      -webkit-transition: .5s;
      transition: .5s; } }
  .global_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    @media screen and (max-width: 60em) {
      .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: 0 auto 20px;
        padding: 0 0 40px; } }
    .global_nav ul li:not(.nav_contact) {
      margin-right: 10px; }
      @media screen and (max-width: 60em) {
        .global_nav ul li:not(.nav_contact) {
          margin-right: 0; } }
      .global_nav ul li:not(.nav_contact).is_current a {
        border-bottom: 4px solid #4da44d; }
        @media screen and (max-width: 60em) {
          .global_nav ul li:not(.nav_contact).is_current a {
            border: none; } }
        .global_nav ul li:not(.nav_contact).is_current a::after {
          content: none; }
      @media screen and (max-width: 60em) {
        .global_nav ul li:not(.nav_contact) {
          margin-bottom: 30px;
          text-align: center; } }
      .global_nav ul li:not(.nav_contact) a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -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%;
        padding: 0 30px;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: 600; }
        .global_nav ul li:not(.nav_contact) a::after {
          position: absolute;
          left: 0;
          content: '';
          width: 100%;
          height: 4px;
          background: #4da44d;
          bottom: -8px;
          -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
          -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition: transform .5s;
          transition: transform .5s, -webkit-transform .5s;
          -webkit-transform-origin: left top;
          transform-origin: left top; }
        .global_nav ul li:not(.nav_contact) a:hover::after {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
        .global_nav ul li:not(.nav_contact) a::after {
          bottom: 0; }
        @media screen and (max-width: 60em) {
          .global_nav ul li:not(.nav_contact) a::after {
            content: none; } }
        .global_nav ul li:not(.nav_contact) a span {
          color: #4da44d;
          font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
          font-size: 1.4rem; }
  .global_nav .nav_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100px;
    height: 100%;
    padding: 10px;
    border: 2px solid #4da44d;
    background: #4da44d url(../img/common/ico_header_mail_white.png) no-repeat 50% 30%/61px 33px;
    font-size: 0; }
    @media screen and (max-width: 60em) {
      .global_nav .nav_contact a {
        -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;
        width: auto;
        height: auto;
        padding: 0 30px;
        border: none;
        background: none;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.6rem;
        font-weight: 600; } }
    .global_nav .nav_contact a span {
      margin-top: 50px;
      color: #fff;
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.6rem;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media screen and (max-width: 60em) {
        .global_nav .nav_contact a span {
          margin-top: 0;
          font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
          color: #4da44d;
          font-size: 1.4rem; } }
    .global_nav .nav_contact a:hover {
      background-color: #fff;
      background-image: url(../img/common/ico_header_mail_green.png); }
      @media screen and (max-width: 60em) {
        .global_nav .nav_contact a:hover {
          background: none; } }
      .global_nav .nav_contact a:hover span {
        color: #4da44d; }

/* 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: 400px; }
  @media screen and (max-width: 40em) {
    .page_title_box {
      height: 300px; } }
  .service .page_title_box {
    background: url(../img/service/img_mv.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .company .page_title_box {
    background: url(../img/company/img_mv.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .contact .page_title_box {
    background: url(../img/contact/img_mv.jpg) no-repeat 50% 50%;
    background-size: cover; }

.page_title {
  padding-top: 90px;
  color: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 5px #000; }
  @media screen and (max-width: 30em) {
    .page_title {
      padding-top: 70px;
      font-size: 3.2rem; } }
  .page_title span {
    display: block;
    font-size: 1.6rem; }

/* breadcrumb
------------------------------------------------- */
.breadcrumb {
  max-width: calc(1040px + 20px * 2);
  height: 30px;
  margin: 20px auto 80px;
  padding: 0 20px; }
  @media screen and (max-width: 40em) {
    .breadcrumb {
      margin: 15px 20px 30px;
      padding: 0; } }
  .breadcrumb ul {
    letter-spacing: -.5em; }
  .breadcrumb li {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: normal; }
    .breadcrumb li::after {
      content: "＞"; }
    .breadcrumb li:last-of-type {
      margin: 0;
      padding: 0;
      border: none; }
      .breadcrumb li:last-of-type::after {
        content: none; }
      .breadcrumb li:last-of-type a {
        cursor: default;
        pointer-events: none; }
    .breadcrumb li a {
      padding-right: 5px;
      color: #333; }
      .breadcrumb li a:hover {
        color: #4da44d; }

/* one column layout
------------------------------------------------- */
main {
  margin: 0 auto; }

/* 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 + 20px * 2);
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 40em) {
    .wrapper {
      display: block; } }
  .wrapper main {
    max-width: 720px;
    margin: 0; }
    @media screen and (max-width: 40em) {
      .wrapper main {
        width: 100%;
        margin-bottom: 60px; } }
  .wrapper aside {
    width: 260px;
    margin-bottom: 80px; }
    @media screen and (max-width: 40em) {
      .wrapper aside {
        width: 100%;
        margin-bottom: 40px; } }

/* page_content
------------------------------------------------- */
.contents {
  width: 100%;
  max-width: calc(1040px + 20px * 2);
  margin: 0 auto;
  padding: 0 20px; }

/* sidebar
------------------------------------------------- */
/* footer
------------------------------------------------- */
.site_footer {
  position: relative;
  padding-top: 100px;
  background: url(../img/common/bg_footer.png) no-repeat 50% 50%/cover; }
  .site_footer .ft_inner {
    text-align: center; }
    .site_footer .ft_inner .ft_head {
      margin-bottom: 30px;
      color: #fff;
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 2.8rem;
      line-height: 1.4;
      letter-spacing: .1em;
      text-shadow: 0 0 5px #2c312e; }
      .site_footer .ft_inner .ft_head span {
        display: block;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
        font-size: 1.4rem;
        letter-spacing: .05em; }
    .site_footer .ft_inner .ft_text {
      margin-bottom: 35px;
      color: #fff;
      text-shadow: 0 0 5px #2c312e; }
      @media screen and (max-width: 40em) {
        .site_footer .ft_inner .ft_text {
          padding: 0 20px;
          font-size: 2.8vw; } }
      @media screen and (max-width: 30em) {
        .site_footer .ft_inner .ft_text {
          font-size: 1.6rem; } }
    .site_footer .ft_inner .ft_contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 80px; }
      @media screen and (max-width: 45em) {
        .site_footer .ft_inner .ft_contact {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .site_footer .ft_inner .ft_contact li {
        width: 370px;
        margin: 0 10px; }
        @media screen and (max-width: 45em) {
          .site_footer .ft_inner .ft_contact li {
            width: 80vw;
            max-width: 370px;
            margin: 0 auto 20px; } }
        @media screen and (max-width: 30em) {
          .site_footer .ft_inner .ft_contact li {
            width: calc(100vw - 40px); } }
        .site_footer .ft_inner .ft_contact li a {
          position: relative;
          display: block;
          padding: 20px;
          border: 2px solid #4da44d;
          background: #fff;
          color: #4da44d;
          font-size: 1.8rem;
          letter-spacing: .1em; }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .site_footer .ft_inner .ft_contact li a {
              padding: 24px 20px 16px; } }
          @media screen and (max-width: 30em) {
            .site_footer .ft_inner .ft_contact li a {
              padding: 20px 10px; } }
      .site_footer .ft_inner .ft_contact .ft_tel a span {
        position: relative;
        padding-left: 46px; }
        @media screen and (max-width: 30em) {
          .site_footer .ft_inner .ft_contact .ft_tel a span {
            padding-left: 32px; } }
        .site_footer .ft_inner .ft_contact .ft_tel a span::before {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          content: "";
          width: 30px;
          height: 30px;
          background: url(../img/common/ico_footer_tel.png) no-repeat 50% 50%/contain; }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .site_footer .ft_inner .ft_contact .ft_tel a span::before {
              margin-top: -4px; } }
          @media screen and (max-width: 30em) {
            .site_footer .ft_inner .ft_contact .ft_tel a span::before {
              width: 20px;
              height: 20px; } }
      .site_footer .ft_inner .ft_contact .ft_mail a {
        position: relative; }
        .site_footer .ft_inner .ft_contact .ft_mail a::after {
          position: absolute;
          bottom: 0;
          right: 0;
          content: "";
          border-bottom: 20px solid #4da44d;
          border-left: 20px solid transparent;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        .site_footer .ft_inner .ft_contact .ft_mail a span {
          position: relative;
          padding-left: 63px; }
          @media screen and (max-width: 30em) {
            .site_footer .ft_inner .ft_contact .ft_mail a span {
              padding-left: 36px; } }
          .site_footer .ft_inner .ft_contact .ft_mail a span::before {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "";
            width: 43px;
            height: 24px;
            background: url(../img/common/ico_footer_mail_green.png) no-repeat 50% 50%/contain;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              .site_footer .ft_inner .ft_contact .ft_mail a span::before {
                margin-top: -4px; } }
            @media screen and (max-width: 30em) {
              .site_footer .ft_inner .ft_contact .ft_mail a span::before {
                width: 29px;
                height: 16px; } }
        .site_footer .ft_inner .ft_contact .ft_mail a:hover {
          border-color: #af9e50;
          background: #faf4da;
          color: #af9e50; }
          .site_footer .ft_inner .ft_contact .ft_mail a:hover::after {
            border-bottom-color: #af9e50; }
          .site_footer .ft_inner .ft_contact .ft_mail a:hover span::before {
            background-image: url(../img/common/ico_footer_mail_gold.png); }

.copyright {
  padding: 10px 0;
  background: #1b1b1b;
  color: #fff;
  font-size: 1.2rem;
  text-align: center; }
  .copyright a {
    color: #fff; }

/* page_top
------------------------------------------------- */
.page_top {
  position: absolute;
  top: -34px;
  right: 50%;
  margin-right: -520px;
  z-index: 5; }
  @media screen and (max-width: 80em) {
    .page_top {
      right: 20px;
      margin-right: 0; } }
  .page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px 0;
    border: 2px solid #af9e50;
    background: #af9e50;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center; }
    .page_top a::after {
      position: absolute;
      bottom: -2px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      width: 1px;
      height: 17px;
      background: #fff;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .page_top a:hover {
      background: #fff;
      color: #af9e50; }
      .page_top a:hover::after {
        background: #af9e50; }

/* text link
------------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a.underline:hover {
    text-decoration: underline; }
  a.color:hover {
    color: #4da44d; }

a[href*="tel:"] {
  cursor: default;
  pointer-events: none; }
  @media screen and (max-width: 40em) {
    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"],
textarea {
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px rgba(77, 164, 77, 0.5);
  box-shadow: 0 0 5px rgba(77, 164, 77, 0.5);
  border: 1px solid #4da44d; }

textarea {
  width: 100%;
  height: 200px;
  resize: vertical; }
  @media screen and (max-width: 40em) {
    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 .3s ease-out;
  transition: all .3s ease-out; }
  .animation.fast {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out; }
  .animation.slow {
    -webkit-transition: all .5s ease-out;
    transition: all .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: 40em) {
    .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 #4da44d;
    color: #4da44d;
    font-size: 2rem;
    line-height: 1.2; }
    @media screen and (max-width: 40em) {
      .pager a, .pager span {
        width: 40px;
        height: 40px;
        font-size: 1.8rem; } }
  .pager .prev, .pager .next {
    position: relative;
    color: #4da44d;
    font-size: 2.0rem; }
    .pager .prev::after, .pager .next::after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      width: 16px;
      height: 16px;
      border-top: 2px solid #4da44d;
      border-right: 2px solid #4da44d; }
    .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: #4da44d;
    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: 40em) {
    .pager.big {
      width: calc( 100% - 40px); } }
  .pager.big a {
    width: calc( ( 100% - 5px * 2 ) / 3);
    height: 50px;
    margin: 0;
    background: #4da44d;
    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: 40em) {
      .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: 40em) {
      .pager.big .to_next::after {
        right: 10px; } }

/* title
------------------------------------------------- */
/* btn
------------------------------------------------- */
.btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-block;
  margin-top: 60px;
  padding: 16px 60px;
  border-radius: 0 0 5px 0;
  border: 2px solid #4da44d;
  background: #4da44d;
  color: #fff; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn {
      padding: 18px 60px 14px; } }
  .btn::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    display: block;
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%; }
  .btn:hover {
    color: #4da44d; }
    .btn:hover::after {
      left: 0;
      background: #fff; }
    .btn:hover span::before {
      background: #4da44d; }
  .btn span {
    position: relative;
    padding-left: 20px; }
    .btn span::before {
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      width: 7px;
      height: 1px;
      margin-top: -1px;
      background: #fff; }

/* icon
------------------------------------------------- */
/* table
------------------------------------------------- */
/* home - トップページ
------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 40em) {
    .mainvisual {
      height: 50vh; } }
  .mainvisual .mv_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-shadow: 0 0 5px #2c312e;
    text-align: center;
    display: none; }
    .mainvisual .mv_text .company_name {
      position: relative;
      margin-bottom: 60px;
      font-size: 4.6rem;
      line-height: 1.4; }
      @media screen and (max-width: 80em) {
        .mainvisual .mv_text .company_name {
          font-size: 4vw; } }
      @media screen and (max-width: 60em) {
        .mainvisual .mv_text .company_name {
          font-size: 5.4vw;
          margin-bottom: 4.8vw; } }
      @media screen and (max-width: 40em) {
        .mainvisual .mv_text .company_name {
          font-size: 5.6vw;
          margin-bottom: 6vw; } }
      .mainvisual .mv_text .company_name span {
        display: block;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
        font-size: 1.8rem; }
      .mainvisual .mv_text .company_name::before {
        position: absolute;
        top: -50px;
        left: -100px;
        content: "";
        width: 42px;
        height: 41px;
        background: url(../img/index/img_mv_text_left.png) no-repeat 0 0/contain; }
        @media screen and (max-width: 80em) {
          .mainvisual .mv_text .company_name::before {
            top: -1em;
            left: -2em; } }
        @media screen and (max-width: 40em) {
          .mainvisual .mv_text .company_name::before {
            top: -0.5em;
            left: -1em; } }
      .mainvisual .mv_text .company_name::after {
        position: absolute;
        bottom: -50px;
        right: -100px;
        content: "";
        width: 48px;
        height: 42px;
        background: url(../img/index/img_mv_text_right.png) no-repeat 100% 100%/contain; }
        @media screen and (max-width: 80em) {
          .mainvisual .mv_text .company_name::after {
            bottom: -1em;
            right: -2em; } }
        @media screen and (max-width: 40em) {
          .mainvisual .mv_text .company_name::after {
            bottom: -0.5em;
            right: -1em; } }
    .mainvisual .mv_text .mv_lead {
      font-size: 3.8rem;
      white-space: nowrap; }
      @media screen and (max-width: 80em) {
        .mainvisual .mv_text .mv_lead {
          font-size: 3.2vw; } }
      @media screen and (max-width: 60em) {
        .mainvisual .mv_text .mv_lead {
          font-size: 3.6vw; } }
      @media screen and (max-width: 40em) {
        .mainvisual .mv_text .mv_lead {
          font-size: 3.6vw; } }
      @media screen and (max-width: 30em) {
        .mainvisual .mv_text .mv_lead {
          font-size: 4.2vw; } }
  .mainvisual figure {
    width: 100%;
    height: 100%;
    -webkit-animation: fadeIn 2s ease 0s 1;
    animation: fadeIn 2s ease 0s 1; }
    .mainvisual figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  .mainvisual .scroll_icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    padding-bottom: 43px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: 0 0 5px #2c312e; }
    @media screen and (max-width: 40em) {
      .mainvisual .scroll_icon {
        padding-bottom: 26px;
        font-size: 1.2rem; } }
    .mainvisual .scroll_icon::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      width: 32px;
      height: 43px;
      background: url(../img/index/ico_mouse.png) no-repeat 50% 100%/contain; }
      @media screen and (max-width: 40em) {
        .mainvisual .scroll_icon::after {
          width: 22px;
          height: 28px; } }

/* 事業・商品紹介 */
.top_service {
  position: relative;
  padding: 100px 0 60px; }
  .top_service::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    content: "";
    width: 40vw;
    height: 100%;
    margin-left: -36vw;
    background: url(../img/index/bg_top_service.png) no-repeat 100% 0/cover; }
    @media screen and (max-width: 120em) {
      .top_service::before {
        width: 56vw;
        left: 0;
        margin-left: 0; } }
    @media screen and (max-width: 60em) {
      .top_service::before {
        width: 50vw; } }
    @media screen and (max-width: 40em) {
      .top_service::before {
        width: 100%;
        background: url(../img/index/bg_top_service_transparent.png) no-repeat 50% 50%/cover; } }
  @media screen and (max-width: 40em) {
    .top_service {
      padding: 40px 0; } }
  .top_service .text_area {
    margin-bottom: 60px;
    padding-left: calc(50% + 80px); }
    @media screen and (max-width: 60em) {
      .top_service .text_area {
        padding-left: 50%; } }
    @media screen and (max-width: 40em) {
      .top_service .text_area {
        padding-left: 0; } }
    .top_service .text_area .service_title {
      margin-bottom: 30px;
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 3.4rem;
      font-weight: 600; }
      @media screen and (max-width: 120em) {
        .top_service .text_area .service_title {
          margin-right: -1000%; } }
      @media screen and (max-width: 60em) {
        .top_service .text_area .service_title {
          margin-right: 0; } }
      @media screen and (max-width: 40em) {
        .top_service .text_area .service_title {
          font-size: 2.8rem; } }
      .top_service .text_area .service_title span {
        display: block;
        margin-top: 4px;
        padding-top: 14px;
        border-top: 1px solid #4da44d;
        color: #4da44d;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
        font-size: 1.4rem;
        font-weight: 600; }
  .top_service .service_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .top_service .service_img li {
      width: calc((100% - 40px * 2) / 3); }
      @media screen and (max-width: 60em) {
        .top_service .service_img li {
          width: calc((100% - 20px * 2) / 3); } }
      @media screen and (max-width: 30em) {
        .top_service .service_img li {
          width: calc((100% - 10px * 2) / 3); } }

/* 会社案内 */
.top_company {
  padding: 100px 0 170px;
  background: #e8f0e8 url(../img/index/img_company.jpg) no-repeat top 205px right calc(50% + 312px)/640px 325px; }
  @media screen and (max-width: 60em) {
    .top_company {
      background-position: bottom 100px right calc(50% + 320px); } }
  @media screen and (max-width: 800px) {
    .top_company {
      padding: 80px 0 240px;
      background-position: bottom 80px right calc(50% + 320px); } }
  @media screen and (max-width: 40em) {
    .top_company {
      padding-bottom: 200px;
      background-size: 75vw auto;
      background-position: bottom 40px right 100%; } }
  @media screen and (max-width: 30em) {
    .top_company {
      padding: 40px 0 160px; } }
  .top_company .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
    @media screen and (max-width: 30em) {
      .top_company .contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .top_company .top_company_title {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.4rem;
    font-weight: 600;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr; }
    @media screen and (max-width: 40em) {
      .top_company .top_company_title {
        font-size: 2.8rem; } }
    @media screen and (max-width: 30em) {
      .top_company .top_company_title {
        width: 100%;
        margin-bottom: 30px;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb; } }
    .top_company .top_company_title span {
      display: block;
      margin-left: 5px;
      padding-left: 10px;
      border-left: 1px solid #4da44d;
      color: #4da44d;
      font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
      font-size: 1.4rem;
      font-weight: 600; }
      @media screen and (max-width: 30em) {
        .top_company .top_company_title span {
          margin-top: 4px;
          margin-left: 0;
          padding-top: 14px;
          padding-left: 0;
          border-top: 1px solid #4da44d;
          border-left: none; } }
  .top_company .text_area {
    padding: 60px;
    background: #fff; }
    @media screen and (max-width: 60em) {
      .top_company .text_area {
        margin-left: 20px;
        padding: 40px; } }
    @media screen and (max-width: 30em) {
      .top_company .text_area {
        margin-right: -20px;
        margin-left: 0; } }
    @media screen and (max-width: 360px) {
      .top_company .text_area {
        padding: 20px; } }
  .top_company .lead {
    margin-bottom: 25px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.2rem;
    font-weight: 600; }

/* color */
/* mixin */
/* service - 事業・商品紹介
------------------------------------------------- */
.service .service_bg {
  position: absolute;
  top: 400px;
  right: 0;
  z-index: -1;
  content: "";
  width: 30vw;
  height: 40.2vw;
  background: url(../img/service/bg_service.png) no-repeat 100% 0/contain; }
  @media screen and (max-width: 120em) {
    .service .service_bg {
      width: 427px;
      height: 576px; } }
  @media screen and (max-width: 80em) {
    .service .service_bg {
      right: 0;
      margin-right: 0; } }
  @media screen and (max-width: 70em) {
    .service .service_bg {
      background-image: url(../img/service/bg_service_transparent.png); } }
  @media screen and (max-width: 40em) {
    .service .service_bg {
      top: 300px; } }
  .service .service_bg.fix {
    position: fixed;
    top: 90px; }

.service_lead {
  margin-bottom: 60px;
  padding: 0 10px; }
  @media screen and (max-width: 40em) {
    .service_lead {
      margin-bottom: 30px; } }
  .service_lead .lead {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 30em) {
      .service_lead .lead {
        font-size: 4.6vw; } }

.service_detail .others_text {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600; }

.service_detail .detail_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  .service_detail .detail_img_box .detail_img {
    width: calc((100% - 40px * 2) / 3); }
    @media screen and (max-width: 60em) {
      .service_detail .detail_img_box .detail_img {
        width: calc((100% - 20px * 2) / 3); } }
    @media screen and (max-width: 40em) {
      .service_detail .detail_img_box .detail_img {
        width: 100%;
        margin-bottom: 40px; } }
    .service_detail .detail_img_box .detail_img figure {
      margin-bottom: 16px; }

.logistics {
  margin-bottom: 90px;
  padding-top: 30px;
  border-top: 1px solid #e8a966; }
  @media screen and (max-width: 40em) {
    .logistics {
      margin-bottom: 30px; } }
  .logistics .head {
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 600; }
    .logistics .head::before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-left: 6px solid #e8a966; }
  .logistics ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .logistics li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 10px;
    border: 1px solid #e8a966;
    color: #e8a966;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 600; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .logistics li {
        padding: 4px 10px 0; } }

.bag {
  margin-bottom: 90px;
  padding-top: 30px;
  border-top: 1px solid #acc773; }
  @media screen and (max-width: 40em) {
    .bag {
      margin-bottom: 30px; } }
  .bag .head {
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 600; }
    .bag .head::before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-left: 6px solid #acc773; }
  .bag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bag li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 10px;
    border: 1px solid #acc773;
    color: #acc773;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 600; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .bag li {
        padding: 4px 10px 0; } }

.chemical_products {
  margin-bottom: 90px;
  padding-top: 30px;
  border-top: 1px solid #aca5b8; }
  @media screen and (max-width: 40em) {
    .chemical_products {
      margin-bottom: 30px; } }
  .chemical_products .head {
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 600; }
    .chemical_products .head::before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-left: 6px solid #aca5b8; }
  .chemical_products ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .chemical_products li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 10px;
    border: 1px solid #aca5b8;
    color: #aca5b8;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 600; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .chemical_products li {
        padding: 4px 10px 0; } }

.paper {
  margin-bottom: 90px;
  padding-top: 30px;
  border-top: 1px solid #a0cfde; }
  @media screen and (max-width: 40em) {
    .paper {
      margin-bottom: 30px; } }
  .paper .head {
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 600; }
    .paper .head::before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-left: 6px solid #a0cfde; }
  .paper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .paper li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 10px;
    border: 1px solid #a0cfde;
    color: #a0cfde;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 600; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .paper li {
        padding: 4px 10px 0; } }

.others {
  margin-bottom: 90px;
  padding-top: 30px;
  border-top: 1px solid #a0dece; }
  @media screen and (max-width: 40em) {
    .others {
      margin-bottom: 30px; } }
  .others .head {
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 600; }
    .others .head::before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-left: 6px solid #a0dece; }
  .others ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .others li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 10px;
    border: 1px solid #a0dece;
    color: #a0dece;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 600; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .others li {
        padding: 4px 10px 0; } }

.special_packaging {
  margin-bottom: 90px;
  padding-top: 30px;
  border-top: 1px solid #e79fa1; }
  @media screen and (max-width: 40em) {
    .special_packaging {
      margin-bottom: 30px; } }
  .special_packaging .head {
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 600; }
    .special_packaging .head::before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-left: 6px solid #e79fa1; }
  .special_packaging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .special_packaging li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 10px;
    border: 1px solid #e79fa1;
    color: #e79fa1;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 600; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .special_packaging li {
        padding: 4px 10px 0; } }

/* company 会社案内
------------------------------------------------- */
/* 共通 */
.company_title {
  display: inline-block;
  margin-bottom: 50px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 30em) {
    .company_title {
      margin-bottom: 30px; } }
  .company_title span {
    position: relative;
    display: block;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: normal; }
    .company_title span::before, .company_title span::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      width: 30px;
      height: 2px;
      background: #4da44d; }
    .company_title span::before {
      left: 50%;
      margin-left: -6em; }
    .company_title span::after {
      right: 50%;
      margin-right: -6em; }

.company_title_vertical {
  width: 70px;
  margin-right: 30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 1.6;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }
  @media screen and (max-width: 50em) {
    .company_title_vertical {
      width: auto;
      margin: 0 auto 40px;
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb; } }
  .company_title_vertical span {
    position: relative;
    display: block;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    text-align: left; }
    @media screen and (max-width: 50em) {
      .company_title_vertical span {
        text-align: center; }
        .company_title_vertical span::before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          content: "";
          width: 30px;
          height: 2px;
          margin-left: -6em;
          background: #4da44d; } }
    .company_title_vertical span::after {
      position: absolute;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      width: 2px;
      height: 30px;
      background: #4da44d; }
      @supports (-ms-ime-align: auto) {
        .company_title_vertical span::after {
          margin-left: 12px; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .company_title_vertical span::after {
          margin-left: 16px; } }
      @media screen and (max-width: 50em) {
        .company_title_vertical span::after {
          top: 50%;
          right: 50%;
          bottom: auto;
          left: auto;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 30px;
          height: 2px;
          margin-right: -6em; } }

.company_contents {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  @media screen and (max-width: 40em) {
    .company_contents {
      padding-top: 50px;
      padding-bottom: 50px; } }

.company table {
  width: calc(100% - 100px); }
  @media screen and (max-width: 50em) {
    .company table {
      width: 100%; } }
  @media screen and (max-width: 40em) {
    .company table {
      display: block; }
      .company table tbody {
        display: block; } }
  .company table tr {
    border-bottom: 1px solid #434343; }
    .company table tr:first-of-type {
      border-top: 1px solid #434343; }
    @media screen and (max-width: 40em) {
      .company table tr {
        display: block;
        width: 100%; } }
  .company table th {
    position: relative;
    width: 260px;
    padding: 16px 20px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    .company table th::after {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "";
      width: 1px;
      height: calc(100% - 30px);
      background: #434343; }
    @media screen and (max-width: 40em) {
      .company table th {
        display: block;
        width: 100%;
        border-bottom: 1px dotted rgba(67, 67, 67, 0.4);
        text-align: left; }
        .company table th::after {
          content: none; } }
  .company table td {
    padding: 16px 60px;
    text-align: left; }
    @media screen and (max-width: 60em) {
      .company table td {
        padding: 16px 20px; } }
    @media screen and (max-width: 40em) {
      .company table td {
        display: block;
        width: 100%; } }
  .company table .underline {
    text-decoration: underline; }
    .company table .underline:hover {
      color: #4da44d; }

/* 個別 */
.philosophy {
  position: relative;
  padding-bottom: 150px;
  text-align: center; }
  @media screen and (max-width: 40em) {
    .philosophy {
      padding-bottom: 100px; } }
  .philosophy::before {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/company/bg_philosophy.png) no-repeat 50% 100%/cover;
    z-index: -2; }
  .philosophy::after {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 100%;
    height: 75%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), color-stop(80%, transparent));
    background: linear-gradient(to bottom, #fff 0%, #fff 30%, transparent 80%);
    z-index: -1; }
  .philosophy .philosophy_text_box {
    display: inline-block;
    padding: 0 80px 80px;
    border-bottom: 2px solid #4da44d;
    background: #fff; }
    @media screen and (max-width: 50em) {
      .philosophy .philosophy_text_box {
        padding: 0 40px 60px; } }
    @media screen and (max-width: 60em) {
      .philosophy .philosophy_text_box {
        margin: 0 40px; } }
    @media screen and (max-width: 40em) {
      .philosophy .philosophy_text_box {
        margin: 0 20px;
        padding: 0 20px 40px; } }
    .philosophy .philosophy_text_box .head {
      margin-bottom: 30px;
      color: #4da44d;
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 2.8rem; }
      .philosophy .philosophy_text_box .head br {
        display: none; }
      @media screen and (max-width: 40em) {
        .philosophy .philosophy_text_box .head {
          font-size: 4.6vw; } }
      @media screen and (max-width: 30em) {
        .philosophy .philosophy_text_box .head {
          margin-bottom: 20px;
          font-size: 5.4vw; } }
      @media screen and (max-width: 26.25em) {
        .philosophy .philosophy_text_box .head {
          font-size: 6.4vw; }
          .philosophy .philosophy_text_box .head br {
            display: block; } }
    .philosophy .philosophy_text_box .text {
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      line-height: 2; }
      @media screen and (max-width: 60em) {
        .philosophy .philosophy_text_box .text br {
          display: none; } }

.message .message_text_box {
  margin-bottom: 50px;
  text-align: left; }
  .message .message_text_box .text {
    margin-bottom: 1.5em; }

.message .message_sign {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  text-align: right; }

.outline {
  background: #e8f0e8; }
  .outline .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 50em) {
      .outline .contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; } }
  .outline .zip {
    display: block; }
  .outline .address {
    margin-right: 40px; }
    @media screen and (max-width: 60em) {
      .outline .address {
        margin-right: 20px; } }
  .outline .gmap {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    text-decoration: underline; }
    .outline .gmap::after {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "\f3c5";
      color: #4da44d;
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
    .outline .gmap:hover {
      color: #4da44d; }

.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 50em) {
    .history {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
  .history .company_title_vertical span::after {
    bottom: -30px; }

/* contact お問い合わせ
------------------------------------------------- */
/* フォーム画面 */
.form_area {
  text-align: center; }

.lead_box {
  margin-bottom: 80px; }
  .lead_box .contact_lead {
    margin-bottom: 30px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem; }
  .lead_box a {
    display: inline-block;
    padding: 5px 30px;
    background: #4da44d;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2rem;
    letter-spacing: 0.1em; }

.form_table {
  width: 100%;
  margin-bottom: 60px;
  border-top: 3px solid #4da44d;
  border-bottom: 3px solid #4da44d; }
  @media screen and (max-width: 40em) {
    .form_table {
      display: block; }
      .form_table tbody {
        display: block; } }
  .form_table tr {
    border-bottom: 1px solid #000; }
    @media screen and (max-width: 40em) {
      .form_table tr {
        display: block;
        width: 100%; } }
    .form_table tr:last-of-type {
      border-bottom: none; }
  .form_table th {
    width: 260px;
    padding: 16px 24px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
    vertical-align: middle;
    text-align: left; }
    @media screen and (max-width: 40em) {
      .form_table th {
        display: block;
        width: 100%;
        padding: 16px 10px; } }
    .form_table th.inquiry_content {
      vertical-align: top; }
    .form_table th span {
      float: right;
      padding: 2px 10px;
      background: #4da44d;
      color: #fff;
      font-size: 1.6rem; }
  .form_table td {
    padding: 16px 24px 16px 0;
    text-align: left; }
    @media screen and (max-width: 40em) {
      .form_table td {
        display: block;
        width: 100%;
        padding: 0 10px 16px; } }
    .form_table td input {
      width: 100%; }

.box_submit {
  margin-bottom: 100px; }
  .box_submit .reserve_btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #4da44d;
    background: #4da44d;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem; }
    .box_submit .reserve_btn::after {
      position: absolute;
      top: 0;
      left: -100%;
      z-index: -1;
      display: block;
      content: "";
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 100%;
      height: 100%; }
    .box_submit .reserve_btn:hover {
      color: #4da44d; }
      .box_submit .reserve_btn:hover::after {
        left: 0;
        background: #fff; }
      .box_submit .reserve_btn:hover span::before {
        background: #4da44d; }
    .box_submit .reserve_btn input {
      padding: 10px 60px;
      font-weight: 600;
      letter-spacing: 0.1em; }

/* 確認画面・サンクス画面 共通 */
.contact_title {
  margin-bottom: 40px;
  color: #4da44d;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 600; }

.contact_lead {
  margin-bottom: 40px; }

/* 確認画面 */
.confirm .site_footer {
  padding: 0;
  background: none; }

.confirm_area {
  text-align: center; }
  .confirm_area .confirm_table th {
    color: #4da44d; }
  .confirm_area .confirm_table td {
    padding: 16px 24px; }
    @media screen and (max-width: 40em) {
      .confirm_area .confirm_table td {
        padding: 0 10px 16px; } }
  .confirm_area .box_submit {
    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; }
    @media screen and (max-width: 35em) {
      .confirm_area .box_submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 80vw;
        max-width: 260px;
        margin: 0 auto 100px; } }
    .confirm_area .box_submit .back {
      margin-right: 40px; }
      @media screen and (max-width: 40em) {
        .confirm_area .box_submit .back {
          margin-right: 20px; } }
      @media screen and (max-width: 35em) {
        .confirm_area .box_submit .back {
          width: 100%;
          margin-top: 40px;
          margin-right: 0; } }
      .confirm_area .box_submit .back input[type="button"] {
        padding: 10px 60px;
        border: 2px solid #ccc;
        background: #ccc;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.8rem;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (max-width: 35em) {
          .confirm_area .box_submit .back input[type="button"] {
            width: 100%; } }
        .confirm_area .box_submit .back input[type="button"]:hover {
          border: 2px solid #aaa;
          background: #aaa;
          color: #fff; }
    @media screen and (max-width: 35em) {
      .confirm_area .box_submit .reserve_btn {
        width: 100%; }
        .confirm_area .box_submit .reserve_btn input[type="submit"] {
          width: 100%; } }

/* サンクス画面 */
.thanks_area {
  text-align: center; }
  .thanks_area .thanks_text {
    margin-bottom: 1.5em; }
  .thanks_area .thanks_tel {
    font-size: 1.8rem; }
  .thanks_area .btn_totop {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 100px;
    padding: 10px 60px;
    border: 2px solid #4da44d;
    background: #4da44d;
    color: #fff;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem; }
    .thanks_area .btn_totop::after {
      position: absolute;
      top: 0;
      left: -100%;
      z-index: -1;
      display: block;
      content: "";
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 100%;
      height: 100%; }
    .thanks_area .btn_totop:hover {
      color: #4da44d; }
      .thanks_area .btn_totop:hover::after {
        left: 0;
        background: #fff; }
      .thanks_area .btn_totop:hover span::before {
        background: #4da44d; }

@media print {
  /* IE zoom
  ------------------------------------------------- */
  /* for IE6 or older */
  * html body {
    zoom: 0.7; }
  /* for IE7 */
  * + html body {
    zoom: 1; } }

/*# sourceMappingURL=style.css.map */