@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  display: none;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 追記 2018.07.26
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  padding: 0;
  margin: 0;
  /* iPhoneで選択部分背景が黒半透明になることと、ポートレートからランドスケープにしたときに文字サイズが大きくなることをリセット */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  /* 全てのデフォルトUIをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand { /*IE10以上矢印消去*/
  display: none !important;
}

/* Chromeで縮小表示した画像がボケるのを防止 */
img {
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 追記 2019.01.16
   ========================================================================== */
/* 数値input スピンボタン非表示 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* 追記 2019.09.22
   ========================================================================== */
/* 文字詰め */
* {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* 追記 2019.09.28
   ========================================================================== */
/* iPhone Landscapeで文字サイズを大きくしない */
body {
  -webkit-text-size-adjust: 100%;
}

/*------- fonts -------*/
/* 游ゴシック */
.yu_gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* 游ゴシック ボールド */
.yu_gothic_b {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

/* 游明朝 */
.yu_mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*------- responsive -------*/
@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media not all and (min-width: 769px) {
  .pc {
    display: none !important;
  }
}
/*------- common -------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.03em;
  width: 100%;
}
@media not all and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}
body > *:not(#loading) {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.hide {
  overflow: hidden;
}
body.hide > *:not(#loading) {
  opacity: 0;
}

.container {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.green {
  color: #009b63;
}

p {
  line-height: 2.1;
}
@media not all and (min-width: 769px) {
  p {
    line-height: 2;
  }
}

a {
  text-decoration: none;
  color: #000;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: url("../images/loading.gif") no-repeat center center/100px auto;
  z-index: 999;
}
@media not all and (min-width: 769px) {
  #loading {
    background-size: 60px auto;
  }
}

/* ==========================================================================
   Layout
========================================================================== */
/*--------- header ---------*/
header {
  height: 90px;
}
@media not all and (min-width: 1000px) {
  header {
    height: 50px;
  }
}
header .header_inner {
  height: 90px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media not all and (min-width: 1000px) {
  header .header_inner {
    height: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
header .header_inner .header_wrapper {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_inner .header_wrapper .header_contents1 {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px;
  background-color: #fff;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents1 {
    padding: 0 10px;
  }
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents1 {
    padding: 0 0 0 1vw;
  }
}
header .header_inner .header_wrapper .header_contents1 h1 {
  font-size: 12px;
  color: #a0a0a0;
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents1 h1 {
    display: none;
  }
}
header .header_inner .header_wrapper .header_contents1 .nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents1 .nav {
    height: 100%;
    padding-right: 2vw;
  }
}
header .header_inner .header_wrapper .header_contents1 .nav .logo {
  width: 212px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 10px;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents1 .nav .logo {
    width: 160px;
    padding-top: 15px;
  }
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents1 .nav .logo {
    width: 100%;
    max-width: 120px;
    padding-top: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header_inner .header_wrapper .header_contents1 .nav .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu {
  width: 100%;
  max-width: 800px;
  margin-left: 5%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents1 .nav > .menu {
    margin-left: 3%;
  }
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents1 .nav > .menu {
    display: none;
  }
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu {
  width: 100%;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li > a {
  font-size: 15px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  height: 100%;
  padding: 0 8px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li > a:hover {
  color: #009b63;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li > a {
    font-size: 14px;
  }
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.current > a {
  color: #009b63;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.current > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #009b63;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu {
  display: none;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  padding: 55px calc(50vw - 500px) 15px;
  background-color: rgba(0, 155, 99, 0.9);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: -1;
}
@media all and (max-width: 1086px) {
  header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu {
    padding: 55px 4%;
  }
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu a {
  color: #fff;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2 {
  width: 33.33%;
  margin-bottom: 40px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2 a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2 a .thumb {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  margin-right: 8px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2 a .ttl {
  font-size: 18px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2 a .ttl small {
  font-size: 15px;
  display: block;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2 a .ttl i {
  font-style: normal;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children:not(.menu-item-160) {
  width: 50%;
  padding-left: 250px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children > a {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children > a span.thumb {
  display: block;
  width: 230px;
  height: 107px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  background-color: #fff;
  left: -250px;
  top: 0;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children > a small {
  display: block;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin-bottom: 3px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children.menu-item-160 {
  padding-left: 100px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children.menu-item-160 > a span.thumb {
  width: 80px;
  height: 80px;
  left: -100px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children.menu-item-160 .sub-sub-menu li {
  width: auto;
  margin-bottom: 0;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children.menu-item-160 .sub-sub-menu li:nth-child(n+2) {
  margin-left: 20px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children .sub-sub-menu {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  width: 220px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children .sub-sub-menu li {
  margin-bottom: 7px;
  width: 110px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children .sub-sub-menu li a {
  font-size: 12px;
  color: #fff;
  position: relative;
  padding-left: 7px;
  white-space: nowrap;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children .sub-sub-menu li a::after {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu menu ul.menu > li.item-has-children > ul.sub-menu > li.depth-2.item-has-children .sub-sub-menu li a .ttl {
  font-size: 12px;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu .tel {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4%;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu .tel small {
  font-size: 12px;
  white-space: nowrap;
}
header .header_inner .header_wrapper .header_contents1 .nav > .menu .tel b {
  font-size: 23px;
  white-space: nowrap;
  margin-top: 4px;
}
@media not all and (min-width: 1380px) {
  header .header_inner .header_wrapper .header_contents1 .nav > .menu .tel {
    display: none;
  }
}
header .header_inner .header_wrapper .header_contents2 {
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents2 {
    width: 320px;
  }
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents2 {
    width: 250px;
  }
}
@media not all and (min-width: 370px) {
  header .header_inner .header_wrapper .header_contents2 {
    width: 230px;
  }
}
header .header_inner .header_wrapper .header_contents2 > a.apply,
header .header_inner .header_wrapper .header_contents2 > a.contact,
header .header_inner .header_wrapper .header_contents2 > .search {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
header .header_inner .header_wrapper .header_contents2 > a.apply:hover,
header .header_inner .header_wrapper .header_contents2 > a.contact:hover,
header .header_inner .header_wrapper .header_contents2 > .search:hover {
  opacity: 0.8;
}
header .header_inner .header_wrapper .header_contents2 span {
  padding-top: 38px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 30px;
  min-width: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents2 span {
    padding-top: 26px;
    background-size: auto 20px;
  }
}
header .header_inner .header_wrapper .header_contents2 span b {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents2 span b {
    font-size: 14px;
  }
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents2 span b {
    font-size: 10px;
  }
}
@media not all and (min-width: 370px) {
  header .header_inner .header_wrapper .header_contents2 span b {
    font-size: 9px;
  }
}
header .header_inner .header_wrapper .header_contents2.search_active > a {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents2.search_active > a {
    width: 60px;
  }
}
header .header_inner .header_wrapper .header_contents2.search_active > a span,
header .header_inner .header_wrapper .header_contents2.search_active > .search span {
  background-position: center center;
}
header .header_inner .header_wrapper .header_contents2.search_active > a span b,
header .header_inner .header_wrapper .header_contents2.search_active > .search span b {
  opacity: 0;
}
header .header_inner .header_wrapper .header_contents2.search_active > .search {
  width: calc(100% - 80px - 80px);
  cursor: default;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents2.search_active > .search {
    width: calc(100% - 60px - 60px);
  }
}
header .header_inner .header_wrapper .header_contents2.search_active > .search:hover {
  opacity: 1;
}
header .header_inner .header_wrapper .header_contents2.search_active > .search span {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
header .header_inner .header_wrapper .header_contents2.search_active > .search form {
  overflow: visible;
  width: calc(100% - 30px);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
header .header_inner .header_wrapper .header_contents2 > a {
  width: 50%;
}
header .header_inner .header_wrapper .header_contents2 > a.apply {
  background-color: #009b63;
}
header .header_inner .header_wrapper .header_contents2 > a.apply > span {
  background-image: url("../images/icon_apply.svg");
}
header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu {
  display: none;
  position: absolute;
  top: 90%;
  right: 0;
  width: 100vw;
  padding: 55px calc(50vw - 500px) 15px;
  background-color: rgba(0, 155, 99, 0.9);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: -1;
}
@media all and (max-width: 1086px) {
  header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu {
    padding: 55px 4vw 35px;
  }
}
@media not all and (min-width: 769px) {
  header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu a {
  color: #fff;
}
header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu > li.depth-2 {
  width: 33.33%;
  margin-bottom: 40px;
}
@media not all and (min-width: 769px) {
  header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu > li.depth-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu > li.depth-2 a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu > li.depth-2 a .thumb {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  margin-right: 8px;
  padding-top: 0;
}
header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu > li.depth-2 a .ttl {
  padding-top: 0;
}
header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu > li.depth-2 a .ttl small {
  font-size: 12px;
  display: block;
}
header .header_inner .header_wrapper .header_contents2 > a.apply + ul.sub-menu > li.depth-2 a .ttl i {
  font-style: normal;
}
header .header_inner .header_wrapper .header_contents2 > a.contact {
  background-color: #c56558;
}
header .header_inner .header_wrapper .header_contents2 > a.contact span {
  background-image: url("../images/icon_mail.svg");
}
header .header_inner .header_wrapper .header_contents2 > .search {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #000;
  cursor: pointer;
  position: relative;
}
@media not all and (min-width: 1200px) {
  header .header_inner .header_wrapper .header_contents2 > .search {
    width: 70px;
  }
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents2 > .search {
    display: none;
  }
}
header .header_inner .header_wrapper .header_contents2 > .search span {
  background-image: url("../images/icon_search.svg");
}
header .header_inner .header_wrapper .header_contents2 > .search form {
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
header .header_inner .header_wrapper .header_contents2 > .search form input {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 10px;
  font-size: 16px;
  border: none;
}
header .header_inner .header_wrapper .header_contents2 > .search form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 34px;
  background: url("../images/icon_search_btn.svg") no-repeat center center/20px auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .header_inner .header_wrapper .header_contents2 > .search form button[type=submit]:hover {
  opacity: 0.7;
}
header .header_inner .header_wrapper .header_contents2 .search_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}
header .header_inner .header_wrapper .header_contents2 .search_close::before, header .header_inner .header_wrapper .header_contents2 .search_close::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header .header_inner .header_wrapper .header_contents2 .search_close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header_inner .header_wrapper .header_contents2 .search_close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header_inner .header_wrapper .header_contents2 .sp_menu_btn {
  display: none;
}
@media not all and (min-width: 1000px) {
  header .header_inner .header_wrapper .header_contents2 .sp_menu_btn {
    display: block;
    width: 70px;
    position: relative;
    border: none;
    background-color: #000;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
  }
  header .header_inner .header_wrapper .header_contents2 .sp_menu_btn::before, header .header_inner .header_wrapper .header_contents2 .sp_menu_btn::after {
    content: "";
  }
  header .header_inner .header_wrapper .header_contents2 .sp_menu_btn::before, header .header_inner .header_wrapper .header_contents2 .sp_menu_btn::after,
header .header_inner .header_wrapper .header_contents2 .sp_menu_btn i {
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header_inner .header_wrapper .header_contents2 .sp_menu_btn::before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  header .header_inner .header_wrapper .header_contents2 .sp_menu_btn::after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}
@media not all and (min-width: 370px) {
  header .header_inner .header_wrapper .header_contents2 .sp_menu_btn {
    width: 54px;
  }
}
header .sp_menu {
  display: none;
}
@media all and (min-width: 1000px) {
  header .sp_menu {
    display: none !important;
  }
}
@media not all and (min-width: 1000px) {
  header .sp_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 40px;
    background-color: #009b63;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
  }
  header .sp_menu .sp_menu_inner {
    width: 92%;
    margin: 0 auto;
  }
  header .sp_menu .sp_menu_inner .logo {
    width: 120px;
    height: 50px;
    padding-top: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .sp_menu .sp_menu_inner .logo img {
    width: 100%;
    height: auto;
  }
  header .sp_menu .sp_menu_inner button.sp_menu_close {
    position: absolute;
    top: 5px;
    right: 3%;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
  }
  header .sp_menu .sp_menu_inner button.sp_menu_close::before, header .sp_menu .sp_menu_inner button.sp_menu_close::after {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .sp_menu .sp_menu_inner button.sp_menu_close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .sp_menu .sp_menu_inner button.sp_menu_close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .sp_menu .sp_menu_inner form {
    margin-top: 20px;
    width: 100%;
    max-width: 200px;
    height: 30px;
    position: relative;
  }
  header .sp_menu .sp_menu_inner form input {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background-color: #009b63;
    color: #fff;
    font-size: 16px;
    padding: 0 30px 0 10px;
  }
  header .sp_menu .sp_menu_inner form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .sp_menu .sp_menu_inner form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .sp_menu .sp_menu_inner form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .sp_menu .sp_menu_inner form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .sp_menu .sp_menu_inner form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header .sp_menu .sp_menu_inner form input:-ms-input-placeholder { /* for IE */
    color: rgba(255, 255, 255, 0.5);
  }
  header .sp_menu .sp_menu_inner form input::-ms-input-placeholder { /* for Edge */
    color: rgba(255, 255, 255, 0.5);
  }
  header .sp_menu .sp_menu_inner form button[type=submit] {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #fff url("../images/icon_search_btn_sp.svg") no-repeat center center/18px auto;
  }
  header .sp_menu .sp_menu_inner menu {
    margin-top: 20px;
  }
  header .sp_menu .sp_menu_inner menu ul.sub-menu {
    padding-left: 20px;
  }
  header .sp_menu .sp_menu_inner menu ul.sub-menu .sub-menu {
    padding-left: 5px;
  }
  header .sp_menu .sp_menu_inner menu ul.sub-menu .sub-menu li {
    margin-top: 5px;
  }
  header .sp_menu .sp_menu_inner menu ul.sub-menu .sub-menu li a {
    padding-left: 15px;
    position: relative;
  }
  header .sp_menu .sp_menu_inner menu ul.sub-menu .sub-menu li a::before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
  header .sp_menu .sp_menu_inner menu ul li {
    margin-top: 15px;
  }
  header .sp_menu .sp_menu_inner menu ul li a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 0;
  }
  header .sp_menu .sp_menu_inner menu ul li a small {
    display: block;
  }
  header .sp_menu .sp_menu_inner .tel {
    text-align: center;
    margin-top: 40px;
    padding: 40px 0;
    line-height: 1;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  header .sp_menu .sp_menu_inner .tel small {
    font-size: 19px;
    display: block;
    color: #fff;
    margin-bottom: 10px;
  }
  header .sp_menu .sp_menu_inner .tel a {
    font-size: 36px;
    color: #fff;
  }
  header .sp_menu .sp_menu_inner .office_list {
    margin-top: 40px;
    padding: 0 10px;
    text-align: center;
  }
  header .sp_menu .sp_menu_inner .office_list ul {
    display: inline-block;
    text-align: left;
  }
  header .sp_menu .sp_menu_inner .office_list ul li {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 11px;
    color: #fff;
  }
  header .sp_menu .sp_menu_inner .office_list ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  header .sp_menu .sp_menu_inner .office_list ul li .office {
    width: 75px;
    text-align: center;
    background-color: #fff;
    color: #009b63;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
    padding: 5px 2px;
  }
  header .sp_menu .sp_menu_inner .office_list ul li .zipcode {
    white-space: nowrap;
    margin-right: 8px;
    padding-top: 5px;
  }
  header .sp_menu .sp_menu_inner .office_list ul li address {
    font-style: normal;
    padding-top: 5px;
  }
}

/*------- footer -------*/
.cv_contact {
  padding: 80px 0 90px;
  background: #eee url("../images/footer_contact_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .cv_contact {
    padding: 40px 0 45px;
  }
}
.cv_contact p.title {
  text-align: center;
  color: #009b63;
  font-size: 15px;
}
@media not all and (min-width: 769px) {
  .cv_contact p.title {
    font-size: 14px;
  }
}
.cv_contact p.catch {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .cv_contact p.catch {
    font-size: 20px;
    margin-top: 5px;
  }
}
.cv_contact .flex {
  margin-top: 40px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media not all and (min-width: 769px) {
  .cv_contact .flex {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cv_contact .flex .tel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8%;
}
@media not all and (min-width: 1000px) {
  .cv_contact .flex .tel {
    margin-right: 5%;
  }
}
@media not all and (min-width: 769px) {
  .cv_contact .flex .tel {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.cv_contact .flex .tel small {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
@media not all and (min-width: 1000px) {
  .cv_contact .flex .tel small {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
  }
}
@media not all and (min-width: 769px) {
  .cv_contact .flex .tel small {
    font-size: 20px;
  }
}
.cv_contact .flex .tel b {
  font-size: 60px;
}
@media not all and (min-width: 1000px) {
  .cv_contact .flex .tel b {
    font-size: 50px;
  }
}
@media not all and (min-width: 769px) {
  .cv_contact .flex .tel a {
    font-size: 45px;
  }
}
@media not all and (min-width: 1000px) {
  .cv_contact .flex .tel a {
    font-size: 40px;
  }
}
.cv_contact .flex .contact_btn {
  background-color: #c56558;
  color: #fff;
  font-size: 30px;
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (min-width: 1000px) {
  .cv_contact .flex .contact_btn {
    font-size: 24px;
  }
}
@media not all and (min-width: 769px) {
  .cv_contact .flex .contact_btn {
    font-size: 25px;
    padding: 20px 0;
    width: 100%;
    max-width: 400px;
    margin-top: 30px;
  }
}
.cv_contact .flex .contact_btn:hover {
  opacity: 0.8;
}
.cv_contact .flex .contact_btn::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url("../images/icon_mail.svg") no-repeat center center/contain;
  margin-left: 15px;
}
@media not all and (min-width: 1000px) {
  .cv_contact .flex .contact_btn::after {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
@media not all and (min-width: 769px) {
  .cv_contact .flex .contact_btn::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}

footer {
  padding: 70px 0 20px;
  background: #229b63 url("../images/footer_bg.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  footer {
    padding: 45px 0 10px;
  }
}
footer menu {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #fff;
}
footer menu ul.menu {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer menu ul.menu > li > a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
footer menu ul.menu > li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
}
footer menu ul.menu > li > ul.sub-menu > li {
  margin-top: 10px;
}
footer menu ul.menu > li > ul.sub-menu > li > ul.sub-menu {
  margin-top: 5px;
}
footer menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li {
  padding-left: 10px;
}
footer menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li a {
  position: relative;
  padding-left: 10px;
}
footer menu ul.menu > li > ul.sub-menu > li > ul.sub-menu > li a::after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
footer .office_list {
  text-align: center;
  margin-bottom: 60px;
}
@media not all and (min-width: 769px) {
  footer .office_list {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
footer .office_list ul {
  display: inline-block;
  text-align: left;
}
footer .office_list ul li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  color: #fff;
}
@media not all and (min-width: 769px) {
  footer .office_list ul li {
    font-size: 11px;
  }
}
footer .office_list ul li:nth-child(n+2) {
  margin-top: 8px;
}
@media not all and (min-width: 769px) {
  footer .office_list ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}
footer .office_list ul li .office {
  width: 122px;
  margin-right: 28px;
  background-color: #fff;
  padding: 5px 3px;
  text-align: center;
  color: #009b63;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  footer .office_list ul li .office {
    width: 75px;
    margin-right: 10px;
    padding: 5px 2px;
  }
}
footer .office_list ul li .zipcode {
  white-space: nowrap;
  margin-right: 10px;
  padding-top: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  footer .office_list ul li .zipcode {
    margin-right: 8px;
  }
}
footer .office_list ul li address {
  font-style: normal;
  padding-top: 5px;
}
footer .copyright {
  text-align: center;
  line-height: 1;
}
footer .copyright small {
  font-size: 12px;
  color: #fff;
}
@media not all and (min-width: 769px) {
  footer .copyright small {
    font-size: 8px;
  }
}

/* ==========================================================================
   Component
========================================================================== */
/* ==========================================================================
   コンポーネント
========================================================================== */
/*--------- パラグラフ体裁 ---------*/
.container.is_sidebar {
  padding: 30px 0 150px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media not all and (min-width: 769px) {
  .container.is_sidebar {
    padding: 30px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container.is_sidebar aside {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  .container.is_sidebar aside {
    width: 100%;
  }
}
.container.is_sidebar main {
  padding: 0;
  width: calc(100% - 200px);
}
@media not all and (min-width: 769px) {
  .container.is_sidebar main {
    margin-top: 30px;
    width: 100%;
  }
}

main {
  display: block;
  padding: 100px 0 130px;
}
@media not all and (min-width: 769px) {
  main {
    padding: 50px 0 60px;
  }
}
main .cats {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .cats span {
  min-width: 60px;
  line-height: 23px;
  margin: 0 6px 4px 0;
  padding: 2px 5px 0;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
@media not all and (min-width: 769px) {
  main .cats span {
    min-width: 52px;
    line-height: 21px;
    margin: 0 5px 3px 0;
  }
}
main .cats span:last-child {
  margin-right: 0;
}
main h3.h3 + time {
  display: block;
  text-align: right;
  margin-top: 10px;
}
main p.center {
  text-align: center;
}
main p.right {
  text-align: right;
}
main p:not(:first-child) {
  margin-top: 20px;
}
@media not all and (min-width: 769px) {
  main p:not(:first-child) {
    margin-top: 15px;
  }
}
@media all and (min-width: 769px) {
  main p.pc_center {
    text-align: center;
  }
}
@media not all and (min-width: 769px) {
  main p.sp_center {
    text-align: center;
  }
}
main img {
  max-width: 100%;
  height: auto;
}
main .img {
  margin-top: 20px;
}
@media not all and (min-width: 769px) {
  main .img {
    margin-top: 15px;
  }
}
main .img img {
  display: block;
  width: 100%;
  height: auto;
}
main .content {
  /* ==========================================================================
     margin / padding（0〜100pxまで5px刻み）
  ========================================================================== */
  word-wrap: break-word;
  word-break: break-all;
}
main .content h2, main .content h3, main .content h4, main .content h5, main .content h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
main .content h2 {
  font-size: 24px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  main .content h2 {
    font-size: 20px;
  }
}
main .content h3:not(.en_ruby) {
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid #009b63;
  padding: 5px 0;
}
@media not all and (min-width: 769px) {
  main .content h3:not(.en_ruby) {
    font-size: 20px;
  }
}
main .content h3:not(.en_ruby):nth-child(n+2) {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  main .content h3:not(.en_ruby):nth-child(n+2) {
    margin-top: 35px;
  }
}
main .content h4 {
  font-size: 24px;
  border-left: 5px solid #009b63;
  background-color: #eee;
  line-height: 1.3;
  padding: 10px 10px 9px 20px;
}
@media not all and (min-width: 769px) {
  main .content h4 {
    font-size: 20px;
  }
}
main .content h4:nth-child(n+2) {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  main .content h4:nth-child(n+2) {
    margin-top: 35px;
  }
}
main .content h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #009b63;
}
@media not all and (min-width: 769px) {
  main .content h5 {
    font-size: 16px;
  }
}
main .content h5:nth-child(n+2) {
  margin-top: 30px;
}
@media not all and (min-width: 769px) {
  main .content h5:nth-child(n+2) {
    margin-top: 15px;
  }
}
main .content h6 {
  font-size: 15px;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  main .content h6 {
    font-size: 14px;
  }
}
main .content img.alignleft {
  float: left;
  max-width: 50%;
  margin: 0 20px 10px 0;
}
@media not all and (min-width: 769px) {
  main .content img.alignleft {
    margin: 0 10px 5px 0;
  }
}
main .content img.alignright {
  float: right;
  max-width: 50%;
  margin: 0 0 10px 20px;
}
@media not all and (min-width: 769px) {
  main .content img.alignright {
    margin: 0 0 5px 10px;
  }
}
main .content img.aligncenter {
  display: block;
  margin: 30px auto 0;
  width: auto;
  height: auto;
  max-width: 100%;
}
main .content .center {
  text-align: center;
}
main .content .btn {
  min-width: 160px;
}
@media all and (min-width: 1000px) {
  main .content .btn {
    min-width: 226px;
  }
}
@media not all and (min-width: 769px) {
  main .content .btn {
    width: 100%;
    min-width: auto;
  }
}
main .content .content-center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 769px) {
  main .content .content-center {
    -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;
  }
}
main .content .space-around {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media not all and (min-width: 769px) {
  main .content .space-around {
    -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;
  }
}
main .content .space-between {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media not all and (min-width: 769px) {
  main .content .space-between {
    -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;
  }
}
main .content .green {
  color: #009b63;
}
main .content .bg_green {
  background-color: #009b63;
}
main .content .red {
  color: #c56558;
}
main .content .bg_red {
  background-color: #c56558;
}
main .content .blue {
  color: #5298d7;
}
main .content .bg_blue {
  background-color: #5298d7;
}
main .content .white {
  color: #fff;
}
main .content table {
  width: 100%;
}
main .content table tr th,
main .content table tr td {
  padding: 11px 10px;
  border: 1px solid #eee;
  line-height: 1.5;
}
@media not all and (min-width: 769px) {
  main .content table tr th,
main .content table tr td {
    padding: 11px 10px;
  }
}
main .content table tr th {
  text-align: left;
  background-color: rgba(0, 155, 99, 0.1);
  white-space: nowrap;
}
main .content table tr th:not(:last-child) {
  border-right-color: #fff;
}
@media not all and (min-width: 769px) {
  main .content table tr td {
    padding: 11px 10px;
  }
}
main .content table tr:nth-child(n+2) th {
  border-top-color: #fff;
}
main .content table tr:not(:last-child) th {
  border-bottom-color: #fff;
}
main .content dl dt,
main .content dl dd {
  line-height: 1.5;
}
main .content ul {
  list-style-type: disc;
}
main .content ul li {
  list-style: disc;
}
main .content ul li:nth-child(n+2) {
  margin-top: 10px;
}
main .content ol {
  list-style-type: decimal;
}
main .content ol li {
  list-style: decimal;
}
main .content ol li:nth-child(n+2) {
  margin-top: 10px;
}
main .content .flow_contents dl {
  width: 48%;
}
@media not all and (min-width: 769px) {
  main .content .flow_contents dl {
    width: 100%;
  }
}
main .content .flow_contents dl dt {
  padding: 10px;
}
main .content .flow_contents dl dd {
  padding: 30px;
  border-style: solid;
  border-color: #eee;
  border-width: 0 1px 1px 1px;
}
@media not all and (min-width: 769px) {
  main .content .flow_contents dl dd {
    padding: 15px 5%;
  }
}
main .content .flow_contents dl dd > div + div {
  margin-top: 50px;
}
main .content .flow_contents dl dd > div:not(:last-child) .img::after {
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: #009b63;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main .content .flow_contents dl dd .txt h6 + p {
  margin-top: 10px;
}
@media all and (min-width: 769px) {
  main .content .flow_contents dl dd .txt + .img {
    margin-left: 15px;
  }
}
@media not all and (min-width: 769px) {
  main .content .flow_contents dl dd .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
main .content .flow_contents dl dd .img {
  margin-top: 0;
  width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  position: relative;
}
@media not all and (min-width: 769px) {
  main .content .flow_contents dl dd .img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
}
main .content .flow_contents dl dd .img > div {
  padding: 30px 0;
}
main .content .flow_contents dl dd .img > div + p {
  margin-top: 5px;
}
main .content .flow_contents dl dd .img + .txt {
  width: 100%;
  margin-left: 15px;
}
@media not all and (min-width: 769px) {
  main .content .flow_contents dl dd .img + .txt {
    margin-left: 0;
  }
}
main .content .flow_contents dl dd .img + .txt h6 + p {
  margin-top: 10px;
}
main .content .flow_contents dl:first-child dd > div:not(:last-child) .img::after {
  border-color: #5298d7;
}
@media not all and (min-width: 769px) {
  main .content .flow_contents dl + dl {
    margin-top: 30px;
  }
}
main .content .staff_voice_box {
  padding: 50px;
  border: 1px solid #eee;
  margin-top: 35px;
}
@media not all and (min-width: 769px) {
  main .content .staff_voice_box {
    padding: 20px 5%;
    margin-top: 15px;
  }
}
main .content .staff_voice_box .title {
  margin-bottom: 30px;
}
@media not all and (min-width: 769px) {
  main .content .staff_voice_box .title {
    margin-bottom: 20px;
  }
}
main .content .staff_voice_box .title .en {
  display: block;
  margin-bottom: 25px;
}
@media not all and (min-width: 769px) {
  main .content .staff_voice_box .title .en {
    margin-bottom: 10px;
  }
}
main .content .staff_voice_box .title b {
  font-size: 24px;
  line-height: 1.3;
}
@media not all and (min-width: 769px) {
  main .content .staff_voice_box .title b {
    font-size: 20px;
  }
}
@media not all and (min-width: 769px) {
  main .content .staff_voice_box .title + img {
    width: 30%;
    margin-left: 10px;
  }
}
main .content .staff_voice_box .ex-b {
  font-size: 36px;
  line-height: 1.4;
}
@media not all and (min-width: 769px) {
  main .content .staff_voice_box .ex-b {
    font-size: 20px;
  }
}
main .content .block {
  display: block;
}
main .content .w100 {
  width: 100%;
}
main .content .mt0 {
  margin-top: 0px !important;
}
main .content .mt5 {
  margin-top: 5px !important;
}
main .content .mt10 {
  margin-top: 10px !important;
}
main .content .mt15 {
  margin-top: 15px !important;
}
main .content .mt20 {
  margin-top: 20px !important;
}
main .content .mt25 {
  margin-top: 25px !important;
}
main .content .mt30 {
  margin-top: 30px !important;
}
main .content .mt35 {
  margin-top: 35px !important;
}
main .content .mt40 {
  margin-top: 40px !important;
}
main .content .mt45 {
  margin-top: 45px !important;
}
main .content .mt50 {
  margin-top: 50px !important;
}
main .content .mt55 {
  margin-top: 55px !important;
}
main .content .mt60 {
  margin-top: 60px !important;
}
main .content .mt65 {
  margin-top: 65px !important;
}
main .content .mt70 {
  margin-top: 70px !important;
}
main .content .mt75 {
  margin-top: 75px !important;
}
main .content .mt80 {
  margin-top: 80px !important;
}
main .content .mt85 {
  margin-top: 85px !important;
}
main .content .mt90 {
  margin-top: 90px !important;
}
main .content .mt95 {
  margin-top: 95px !important;
}
main .content .mt100 {
  margin-top: 100px !important;
}
main .content .mr0 {
  margin-right: 0px !important;
}
main .content .mr5 {
  margin-right: 5px !important;
}
main .content .mr10 {
  margin-right: 10px !important;
}
main .content .mr15 {
  margin-right: 15px !important;
}
main .content .mr20 {
  margin-right: 20px !important;
}
main .content .mr25 {
  margin-right: 25px !important;
}
main .content .mr30 {
  margin-right: 30px !important;
}
main .content .mr35 {
  margin-right: 35px !important;
}
main .content .mr40 {
  margin-right: 40px !important;
}
main .content .mr45 {
  margin-right: 45px !important;
}
main .content .mr50 {
  margin-right: 50px !important;
}
main .content .mr55 {
  margin-right: 55px !important;
}
main .content .mr60 {
  margin-right: 60px !important;
}
main .content .mr65 {
  margin-right: 65px !important;
}
main .content .mr70 {
  margin-right: 70px !important;
}
main .content .mr75 {
  margin-right: 75px !important;
}
main .content .mr80 {
  margin-right: 80px !important;
}
main .content .mr85 {
  margin-right: 85px !important;
}
main .content .mr90 {
  margin-right: 90px !important;
}
main .content .mr95 {
  margin-right: 95px !important;
}
main .content .mr100 {
  margin-right: 100px !important;
}
main .content .mb0 {
  margin-bottom: 0px !important;
}
main .content .mb5 {
  margin-bottom: 5px !important;
}
main .content .mb10 {
  margin-bottom: 10px !important;
}
main .content .mb15 {
  margin-bottom: 15px !important;
}
main .content .mb20 {
  margin-bottom: 20px !important;
}
main .content .mb25 {
  margin-bottom: 25px !important;
}
main .content .mb30 {
  margin-bottom: 30px !important;
}
main .content .mb35 {
  margin-bottom: 35px !important;
}
main .content .mb40 {
  margin-bottom: 40px !important;
}
main .content .mb45 {
  margin-bottom: 45px !important;
}
main .content .mb50 {
  margin-bottom: 50px !important;
}
main .content .mb55 {
  margin-bottom: 55px !important;
}
main .content .mb60 {
  margin-bottom: 60px !important;
}
main .content .mb65 {
  margin-bottom: 65px !important;
}
main .content .mb70 {
  margin-bottom: 70px !important;
}
main .content .mb75 {
  margin-bottom: 75px !important;
}
main .content .mb80 {
  margin-bottom: 80px !important;
}
main .content .mb85 {
  margin-bottom: 85px !important;
}
main .content .mb90 {
  margin-bottom: 90px !important;
}
main .content .mb95 {
  margin-bottom: 95px !important;
}
main .content .mb100 {
  margin-bottom: 100px !important;
}
main .content .ml0 {
  margin-left: 0px !important;
}
main .content .ml5 {
  margin-left: 5px !important;
}
main .content .ml10 {
  margin-left: 10px !important;
}
main .content .ml15 {
  margin-left: 15px !important;
}
main .content .ml20 {
  margin-left: 20px !important;
}
main .content .ml25 {
  margin-left: 25px !important;
}
main .content .ml30 {
  margin-left: 30px !important;
}
main .content .ml35 {
  margin-left: 35px !important;
}
main .content .ml40 {
  margin-left: 40px !important;
}
main .content .ml45 {
  margin-left: 45px !important;
}
main .content .ml50 {
  margin-left: 50px !important;
}
main .content .ml55 {
  margin-left: 55px !important;
}
main .content .ml60 {
  margin-left: 60px !important;
}
main .content .ml65 {
  margin-left: 65px !important;
}
main .content .ml70 {
  margin-left: 70px !important;
}
main .content .ml75 {
  margin-left: 75px !important;
}
main .content .ml80 {
  margin-left: 80px !important;
}
main .content .ml85 {
  margin-left: 85px !important;
}
main .content .ml90 {
  margin-left: 90px !important;
}
main .content .ml95 {
  margin-left: 95px !important;
}
main .content .ml100 {
  margin-left: 100px !important;
}
main .content .pt0 {
  padding-top: 0px !important;
}
main .content .pt5 {
  padding-top: 5px !important;
}
main .content .pt10 {
  padding-top: 10px !important;
}
main .content .pt15 {
  padding-top: 15px !important;
}
main .content .pt20 {
  padding-top: 20px !important;
}
main .content .pt25 {
  padding-top: 25px !important;
}
main .content .pt30 {
  padding-top: 30px !important;
}
main .content .pt35 {
  padding-top: 35px !important;
}
main .content .pt40 {
  padding-top: 40px !important;
}
main .content .pt45 {
  padding-top: 45px !important;
}
main .content .pt50 {
  padding-top: 50px !important;
}
main .content .pt55 {
  padding-top: 55px !important;
}
main .content .pt60 {
  padding-top: 60px !important;
}
main .content .pt65 {
  padding-top: 65px !important;
}
main .content .pt70 {
  padding-top: 70px !important;
}
main .content .pt75 {
  padding-top: 75px !important;
}
main .content .pt80 {
  padding-top: 80px !important;
}
main .content .pt85 {
  padding-top: 85px !important;
}
main .content .pt90 {
  padding-top: 90px !important;
}
main .content .pt95 {
  padding-top: 95px !important;
}
main .content .pt100 {
  padding-top: 100px !important;
}
main .content .pr0 {
  padding-right: 0px !important;
}
main .content .pr5 {
  padding-right: 5px !important;
}
main .content .pr10 {
  padding-right: 10px !important;
}
main .content .pr15 {
  padding-right: 15px !important;
}
main .content .pr20 {
  padding-right: 20px !important;
}
main .content .pr25 {
  padding-right: 25px !important;
}
main .content .pr30 {
  padding-right: 30px !important;
}
main .content .pr35 {
  padding-right: 35px !important;
}
main .content .pr40 {
  padding-right: 40px !important;
}
main .content .pr45 {
  padding-right: 45px !important;
}
main .content .pr50 {
  padding-right: 50px !important;
}
main .content .pr55 {
  padding-right: 55px !important;
}
main .content .pr60 {
  padding-right: 60px !important;
}
main .content .pr65 {
  padding-right: 65px !important;
}
main .content .pr70 {
  padding-right: 70px !important;
}
main .content .pr75 {
  padding-right: 75px !important;
}
main .content .pr80 {
  padding-right: 80px !important;
}
main .content .pr85 {
  padding-right: 85px !important;
}
main .content .pr90 {
  padding-right: 90px !important;
}
main .content .pr95 {
  padding-right: 95px !important;
}
main .content .pr100 {
  padding-right: 100px !important;
}
main .content .pb0 {
  padding-bottom: 0px !important;
}
main .content .pb5 {
  padding-bottom: 5px !important;
}
main .content .pb10 {
  padding-bottom: 10px !important;
}
main .content .pb15 {
  padding-bottom: 15px !important;
}
main .content .pb20 {
  padding-bottom: 20px !important;
}
main .content .pb25 {
  padding-bottom: 25px !important;
}
main .content .pb30 {
  padding-bottom: 30px !important;
}
main .content .pb35 {
  padding-bottom: 35px !important;
}
main .content .pb40 {
  padding-bottom: 40px !important;
}
main .content .pb45 {
  padding-bottom: 45px !important;
}
main .content .pb50 {
  padding-bottom: 50px !important;
}
main .content .pb55 {
  padding-bottom: 55px !important;
}
main .content .pb60 {
  padding-bottom: 60px !important;
}
main .content .pb65 {
  padding-bottom: 65px !important;
}
main .content .pb70 {
  padding-bottom: 70px !important;
}
main .content .pb75 {
  padding-bottom: 75px !important;
}
main .content .pb80 {
  padding-bottom: 80px !important;
}
main .content .pb85 {
  padding-bottom: 85px !important;
}
main .content .pb90 {
  padding-bottom: 90px !important;
}
main .content .pb95 {
  padding-bottom: 95px !important;
}
main .content .pb100 {
  padding-bottom: 100px !important;
}
main .content .pl0 {
  padding-left: 0px !important;
}
main .content .pl5 {
  padding-left: 5px !important;
}
main .content .pl10 {
  padding-left: 10px !important;
}
main .content .pl15 {
  padding-left: 15px !important;
}
main .content .pl20 {
  padding-left: 20px !important;
}
main .content .pl25 {
  padding-left: 25px !important;
}
main .content .pl30 {
  padding-left: 30px !important;
}
main .content .pl35 {
  padding-left: 35px !important;
}
main .content .pl40 {
  padding-left: 40px !important;
}
main .content .pl45 {
  padding-left: 45px !important;
}
main .content .pl50 {
  padding-left: 50px !important;
}
main .content .pl55 {
  padding-left: 55px !important;
}
main .content .pl60 {
  padding-left: 60px !important;
}
main .content .pl65 {
  padding-left: 65px !important;
}
main .content .pl70 {
  padding-left: 70px !important;
}
main .content .pl75 {
  padding-left: 75px !important;
}
main .content .pl80 {
  padding-left: 80px !important;
}
main .content .pl85 {
  padding-left: 85px !important;
}
main .content .pl90 {
  padding-left: 90px !important;
}
main .content .pl95 {
  padding-left: 95px !important;
}
main .content .pl100 {
  padding-left: 100px !important;
}
@media all and (min-width: 769px) {
  main .content .pc_mt0 {
    margin-top: 0px !important;
  }
  main .content .pc_mt5 {
    margin-top: 5px !important;
  }
  main .content .pc_mt10 {
    margin-top: 10px !important;
  }
  main .content .pc_mt15 {
    margin-top: 15px !important;
  }
  main .content .pc_mt20 {
    margin-top: 20px !important;
  }
  main .content .pc_mt25 {
    margin-top: 25px !important;
  }
  main .content .pc_mt30 {
    margin-top: 30px !important;
  }
  main .content .pc_mt35 {
    margin-top: 35px !important;
  }
  main .content .pc_mt40 {
    margin-top: 40px !important;
  }
  main .content .pc_mt45 {
    margin-top: 45px !important;
  }
  main .content .pc_mt50 {
    margin-top: 50px !important;
  }
  main .content .pc_mt55 {
    margin-top: 55px !important;
  }
  main .content .pc_mt60 {
    margin-top: 60px !important;
  }
  main .content .pc_mt65 {
    margin-top: 65px !important;
  }
  main .content .pc_mt70 {
    margin-top: 70px !important;
  }
  main .content .pc_mt75 {
    margin-top: 75px !important;
  }
  main .content .pc_mt80 {
    margin-top: 80px !important;
  }
  main .content .pc_mt85 {
    margin-top: 85px !important;
  }
  main .content .pc_mt90 {
    margin-top: 90px !important;
  }
  main .content .pc_mt95 {
    margin-top: 95px !important;
  }
  main .content .pc_mt100 {
    margin-top: 100px !important;
  }
  main .content .pc_mr0 {
    margin-right: 0px !important;
  }
  main .content .pc_mr5 {
    margin-right: 5px !important;
  }
  main .content .pc_mr10 {
    margin-right: 10px !important;
  }
  main .content .pc_mr15 {
    margin-right: 15px !important;
  }
  main .content .pc_mr20 {
    margin-right: 20px !important;
  }
  main .content .pc_mr25 {
    margin-right: 25px !important;
  }
  main .content .pc_mr30 {
    margin-right: 30px !important;
  }
  main .content .pc_mr35 {
    margin-right: 35px !important;
  }
  main .content .pc_mr40 {
    margin-right: 40px !important;
  }
  main .content .pc_mr45 {
    margin-right: 45px !important;
  }
  main .content .pc_mr50 {
    margin-right: 50px !important;
  }
  main .content .pc_mr55 {
    margin-right: 55px !important;
  }
  main .content .pc_mr60 {
    margin-right: 60px !important;
  }
  main .content .pc_mr65 {
    margin-right: 65px !important;
  }
  main .content .pc_mr70 {
    margin-right: 70px !important;
  }
  main .content .pc_mr75 {
    margin-right: 75px !important;
  }
  main .content .pc_mr80 {
    margin-right: 80px !important;
  }
  main .content .pc_mr85 {
    margin-right: 85px !important;
  }
  main .content .pc_mr90 {
    margin-right: 90px !important;
  }
  main .content .pc_mr95 {
    margin-right: 95px !important;
  }
  main .content .pc_mr100 {
    margin-right: 100px !important;
  }
  main .content .pc_mb0 {
    margin-bottom: 0px !important;
  }
  main .content .pc_mb5 {
    margin-bottom: 5px !important;
  }
  main .content .pc_mb10 {
    margin-bottom: 10px !important;
  }
  main .content .pc_mb15 {
    margin-bottom: 15px !important;
  }
  main .content .pc_mb20 {
    margin-bottom: 20px !important;
  }
  main .content .pc_mb25 {
    margin-bottom: 25px !important;
  }
  main .content .pc_mb30 {
    margin-bottom: 30px !important;
  }
  main .content .pc_mb35 {
    margin-bottom: 35px !important;
  }
  main .content .pc_mb40 {
    margin-bottom: 40px !important;
  }
  main .content .pc_mb45 {
    margin-bottom: 45px !important;
  }
  main .content .pc_mb50 {
    margin-bottom: 50px !important;
  }
  main .content .pc_mb55 {
    margin-bottom: 55px !important;
  }
  main .content .pc_mb60 {
    margin-bottom: 60px !important;
  }
  main .content .pc_mb65 {
    margin-bottom: 65px !important;
  }
  main .content .pc_mb70 {
    margin-bottom: 70px !important;
  }
  main .content .pc_mb75 {
    margin-bottom: 75px !important;
  }
  main .content .pc_mb80 {
    margin-bottom: 80px !important;
  }
  main .content .pc_mb85 {
    margin-bottom: 85px !important;
  }
  main .content .pc_mb90 {
    margin-bottom: 90px !important;
  }
  main .content .pc_mb95 {
    margin-bottom: 95px !important;
  }
  main .content .pc_mb100 {
    margin-bottom: 100px !important;
  }
  main .content .pc_ml0 {
    margin-left: 0px !important;
  }
  main .content .pc_ml5 {
    margin-left: 5px !important;
  }
  main .content .pc_ml10 {
    margin-left: 10px !important;
  }
  main .content .pc_ml15 {
    margin-left: 15px !important;
  }
  main .content .pc_ml20 {
    margin-left: 20px !important;
  }
  main .content .pc_ml25 {
    margin-left: 25px !important;
  }
  main .content .pc_ml30 {
    margin-left: 30px !important;
  }
  main .content .pc_ml35 {
    margin-left: 35px !important;
  }
  main .content .pc_ml40 {
    margin-left: 40px !important;
  }
  main .content .pc_ml45 {
    margin-left: 45px !important;
  }
  main .content .pc_ml50 {
    margin-left: 50px !important;
  }
  main .content .pc_ml55 {
    margin-left: 55px !important;
  }
  main .content .pc_ml60 {
    margin-left: 60px !important;
  }
  main .content .pc_ml65 {
    margin-left: 65px !important;
  }
  main .content .pc_ml70 {
    margin-left: 70px !important;
  }
  main .content .pc_ml75 {
    margin-left: 75px !important;
  }
  main .content .pc_ml80 {
    margin-left: 80px !important;
  }
  main .content .pc_ml85 {
    margin-left: 85px !important;
  }
  main .content .pc_ml90 {
    margin-left: 90px !important;
  }
  main .content .pc_ml95 {
    margin-left: 95px !important;
  }
  main .content .pc_ml100 {
    margin-left: 100px !important;
  }
  main .content .pc_pt0 {
    padding-top: 0px !important;
  }
  main .content .pc_pt5 {
    padding-top: 5px !important;
  }
  main .content .pc_pt10 {
    padding-top: 10px !important;
  }
  main .content .pc_pt15 {
    padding-top: 15px !important;
  }
  main .content .pc_pt20 {
    padding-top: 20px !important;
  }
  main .content .pc_pt25 {
    padding-top: 25px !important;
  }
  main .content .pc_pt30 {
    padding-top: 30px !important;
  }
  main .content .pc_pt35 {
    padding-top: 35px !important;
  }
  main .content .pc_pt40 {
    padding-top: 40px !important;
  }
  main .content .pc_pt45 {
    padding-top: 45px !important;
  }
  main .content .pc_pt50 {
    padding-top: 50px !important;
  }
  main .content .pc_pt55 {
    padding-top: 55px !important;
  }
  main .content .pc_pt60 {
    padding-top: 60px !important;
  }
  main .content .pc_pt65 {
    padding-top: 65px !important;
  }
  main .content .pc_pt70 {
    padding-top: 70px !important;
  }
  main .content .pc_pt75 {
    padding-top: 75px !important;
  }
  main .content .pc_pt80 {
    padding-top: 80px !important;
  }
  main .content .pc_pt85 {
    padding-top: 85px !important;
  }
  main .content .pc_pt90 {
    padding-top: 90px !important;
  }
  main .content .pc_pt95 {
    padding-top: 95px !important;
  }
  main .content .pc_pt100 {
    padding-top: 100px !important;
  }
  main .content .pc_pr0 {
    padding-right: 0px !important;
  }
  main .content .pc_pr5 {
    padding-right: 5px !important;
  }
  main .content .pc_pr10 {
    padding-right: 10px !important;
  }
  main .content .pc_pr15 {
    padding-right: 15px !important;
  }
  main .content .pc_pr20 {
    padding-right: 20px !important;
  }
  main .content .pc_pr25 {
    padding-right: 25px !important;
  }
  main .content .pc_pr30 {
    padding-right: 30px !important;
  }
  main .content .pc_pr35 {
    padding-right: 35px !important;
  }
  main .content .pc_pr40 {
    padding-right: 40px !important;
  }
  main .content .pc_pr45 {
    padding-right: 45px !important;
  }
  main .content .pc_pr50 {
    padding-right: 50px !important;
  }
  main .content .pc_pr55 {
    padding-right: 55px !important;
  }
  main .content .pc_pr60 {
    padding-right: 60px !important;
  }
  main .content .pc_pr65 {
    padding-right: 65px !important;
  }
  main .content .pc_pr70 {
    padding-right: 70px !important;
  }
  main .content .pc_pr75 {
    padding-right: 75px !important;
  }
  main .content .pc_pr80 {
    padding-right: 80px !important;
  }
  main .content .pc_pr85 {
    padding-right: 85px !important;
  }
  main .content .pc_pr90 {
    padding-right: 90px !important;
  }
  main .content .pc_pr95 {
    padding-right: 95px !important;
  }
  main .content .pc_pr100 {
    padding-right: 100px !important;
  }
  main .content .pc_pb0 {
    padding-bottom: 0px !important;
  }
  main .content .pc_pb5 {
    padding-bottom: 5px !important;
  }
  main .content .pc_pb10 {
    padding-bottom: 10px !important;
  }
  main .content .pc_pb15 {
    padding-bottom: 15px !important;
  }
  main .content .pc_pb20 {
    padding-bottom: 20px !important;
  }
  main .content .pc_pb25 {
    padding-bottom: 25px !important;
  }
  main .content .pc_pb30 {
    padding-bottom: 30px !important;
  }
  main .content .pc_pb35 {
    padding-bottom: 35px !important;
  }
  main .content .pc_pb40 {
    padding-bottom: 40px !important;
  }
  main .content .pc_pb45 {
    padding-bottom: 45px !important;
  }
  main .content .pc_pb50 {
    padding-bottom: 50px !important;
  }
  main .content .pc_pb55 {
    padding-bottom: 55px !important;
  }
  main .content .pc_pb60 {
    padding-bottom: 60px !important;
  }
  main .content .pc_pb65 {
    padding-bottom: 65px !important;
  }
  main .content .pc_pb70 {
    padding-bottom: 70px !important;
  }
  main .content .pc_pb75 {
    padding-bottom: 75px !important;
  }
  main .content .pc_pb80 {
    padding-bottom: 80px !important;
  }
  main .content .pc_pb85 {
    padding-bottom: 85px !important;
  }
  main .content .pc_pb90 {
    padding-bottom: 90px !important;
  }
  main .content .pc_pb95 {
    padding-bottom: 95px !important;
  }
  main .content .pc_pb100 {
    padding-bottom: 100px !important;
  }
  main .content .pc_pl0 {
    padding-left: 0px !important;
  }
  main .content .pc_pl5 {
    padding-left: 5px !important;
  }
  main .content .pc_pl10 {
    padding-left: 10px !important;
  }
  main .content .pc_pl15 {
    padding-left: 15px !important;
  }
  main .content .pc_pl20 {
    padding-left: 20px !important;
  }
  main .content .pc_pl25 {
    padding-left: 25px !important;
  }
  main .content .pc_pl30 {
    padding-left: 30px !important;
  }
  main .content .pc_pl35 {
    padding-left: 35px !important;
  }
  main .content .pc_pl40 {
    padding-left: 40px !important;
  }
  main .content .pc_pl45 {
    padding-left: 45px !important;
  }
  main .content .pc_pl50 {
    padding-left: 50px !important;
  }
  main .content .pc_pl55 {
    padding-left: 55px !important;
  }
  main .content .pc_pl60 {
    padding-left: 60px !important;
  }
  main .content .pc_pl65 {
    padding-left: 65px !important;
  }
  main .content .pc_pl70 {
    padding-left: 70px !important;
  }
  main .content .pc_pl75 {
    padding-left: 75px !important;
  }
  main .content .pc_pl80 {
    padding-left: 80px !important;
  }
  main .content .pc_pl85 {
    padding-left: 85px !important;
  }
  main .content .pc_pl90 {
    padding-left: 90px !important;
  }
  main .content .pc_pl95 {
    padding-left: 95px !important;
  }
  main .content .pc_pl100 {
    padding-left: 100px !important;
  }
}
@media not all and (min-width: 769px) {
  main .content .sp_mt0 {
    margin-top: 0px !important;
  }
  main .content .sp_mt5 {
    margin-top: 5px !important;
  }
  main .content .sp_mt10 {
    margin-top: 10px !important;
  }
  main .content .sp_mt15 {
    margin-top: 15px !important;
  }
  main .content .sp_mt20 {
    margin-top: 20px !important;
  }
  main .content .sp_mt25 {
    margin-top: 25px !important;
  }
  main .content .sp_mt30 {
    margin-top: 30px !important;
  }
  main .content .sp_mt35 {
    margin-top: 35px !important;
  }
  main .content .sp_mt40 {
    margin-top: 40px !important;
  }
  main .content .sp_mt45 {
    margin-top: 45px !important;
  }
  main .content .sp_mt50 {
    margin-top: 50px !important;
  }
  main .content .sp_mt55 {
    margin-top: 55px !important;
  }
  main .content .sp_mt60 {
    margin-top: 60px !important;
  }
  main .content .sp_mt65 {
    margin-top: 65px !important;
  }
  main .content .sp_mt70 {
    margin-top: 70px !important;
  }
  main .content .sp_mt75 {
    margin-top: 75px !important;
  }
  main .content .sp_mt80 {
    margin-top: 80px !important;
  }
  main .content .sp_mt85 {
    margin-top: 85px !important;
  }
  main .content .sp_mt90 {
    margin-top: 90px !important;
  }
  main .content .sp_mt95 {
    margin-top: 95px !important;
  }
  main .content .sp_mt100 {
    margin-top: 100px !important;
  }
  main .content .sp_mr0 {
    margin-right: 0px !important;
  }
  main .content .sp_mr5 {
    margin-right: 5px !important;
  }
  main .content .sp_mr10 {
    margin-right: 10px !important;
  }
  main .content .sp_mr15 {
    margin-right: 15px !important;
  }
  main .content .sp_mr20 {
    margin-right: 20px !important;
  }
  main .content .sp_mr25 {
    margin-right: 25px !important;
  }
  main .content .sp_mr30 {
    margin-right: 30px !important;
  }
  main .content .sp_mr35 {
    margin-right: 35px !important;
  }
  main .content .sp_mr40 {
    margin-right: 40px !important;
  }
  main .content .sp_mr45 {
    margin-right: 45px !important;
  }
  main .content .sp_mr50 {
    margin-right: 50px !important;
  }
  main .content .sp_mr55 {
    margin-right: 55px !important;
  }
  main .content .sp_mr60 {
    margin-right: 60px !important;
  }
  main .content .sp_mr65 {
    margin-right: 65px !important;
  }
  main .content .sp_mr70 {
    margin-right: 70px !important;
  }
  main .content .sp_mr75 {
    margin-right: 75px !important;
  }
  main .content .sp_mr80 {
    margin-right: 80px !important;
  }
  main .content .sp_mr85 {
    margin-right: 85px !important;
  }
  main .content .sp_mr90 {
    margin-right: 90px !important;
  }
  main .content .sp_mr95 {
    margin-right: 95px !important;
  }
  main .content .sp_mr100 {
    margin-right: 100px !important;
  }
  main .content .sp_mb0 {
    margin-bottom: 0px !important;
  }
  main .content .sp_mb5 {
    margin-bottom: 5px !important;
  }
  main .content .sp_mb10 {
    margin-bottom: 10px !important;
  }
  main .content .sp_mb15 {
    margin-bottom: 15px !important;
  }
  main .content .sp_mb20 {
    margin-bottom: 20px !important;
  }
  main .content .sp_mb25 {
    margin-bottom: 25px !important;
  }
  main .content .sp_mb30 {
    margin-bottom: 30px !important;
  }
  main .content .sp_mb35 {
    margin-bottom: 35px !important;
  }
  main .content .sp_mb40 {
    margin-bottom: 40px !important;
  }
  main .content .sp_mb45 {
    margin-bottom: 45px !important;
  }
  main .content .sp_mb50 {
    margin-bottom: 50px !important;
  }
  main .content .sp_mb55 {
    margin-bottom: 55px !important;
  }
  main .content .sp_mb60 {
    margin-bottom: 60px !important;
  }
  main .content .sp_mb65 {
    margin-bottom: 65px !important;
  }
  main .content .sp_mb70 {
    margin-bottom: 70px !important;
  }
  main .content .sp_mb75 {
    margin-bottom: 75px !important;
  }
  main .content .sp_mb80 {
    margin-bottom: 80px !important;
  }
  main .content .sp_mb85 {
    margin-bottom: 85px !important;
  }
  main .content .sp_mb90 {
    margin-bottom: 90px !important;
  }
  main .content .sp_mb95 {
    margin-bottom: 95px !important;
  }
  main .content .sp_mb100 {
    margin-bottom: 100px !important;
  }
  main .content .sp_ml0 {
    margin-left: 0px !important;
  }
  main .content .sp_ml5 {
    margin-left: 5px !important;
  }
  main .content .sp_ml10 {
    margin-left: 10px !important;
  }
  main .content .sp_ml15 {
    margin-left: 15px !important;
  }
  main .content .sp_ml20 {
    margin-left: 20px !important;
  }
  main .content .sp_ml25 {
    margin-left: 25px !important;
  }
  main .content .sp_ml30 {
    margin-left: 30px !important;
  }
  main .content .sp_ml35 {
    margin-left: 35px !important;
  }
  main .content .sp_ml40 {
    margin-left: 40px !important;
  }
  main .content .sp_ml45 {
    margin-left: 45px !important;
  }
  main .content .sp_ml50 {
    margin-left: 50px !important;
  }
  main .content .sp_ml55 {
    margin-left: 55px !important;
  }
  main .content .sp_ml60 {
    margin-left: 60px !important;
  }
  main .content .sp_ml65 {
    margin-left: 65px !important;
  }
  main .content .sp_ml70 {
    margin-left: 70px !important;
  }
  main .content .sp_ml75 {
    margin-left: 75px !important;
  }
  main .content .sp_ml80 {
    margin-left: 80px !important;
  }
  main .content .sp_ml85 {
    margin-left: 85px !important;
  }
  main .content .sp_ml90 {
    margin-left: 90px !important;
  }
  main .content .sp_ml95 {
    margin-left: 95px !important;
  }
  main .content .sp_ml100 {
    margin-left: 100px !important;
  }
  main .content .sp_pt0 {
    padding-top: 0px !important;
  }
  main .content .sp_pt5 {
    padding-top: 5px !important;
  }
  main .content .sp_pt10 {
    padding-top: 10px !important;
  }
  main .content .sp_pt15 {
    padding-top: 15px !important;
  }
  main .content .sp_pt20 {
    padding-top: 20px !important;
  }
  main .content .sp_pt25 {
    padding-top: 25px !important;
  }
  main .content .sp_pt30 {
    padding-top: 30px !important;
  }
  main .content .sp_pt35 {
    padding-top: 35px !important;
  }
  main .content .sp_pt40 {
    padding-top: 40px !important;
  }
  main .content .sp_pt45 {
    padding-top: 45px !important;
  }
  main .content .sp_pt50 {
    padding-top: 50px !important;
  }
  main .content .sp_pt55 {
    padding-top: 55px !important;
  }
  main .content .sp_pt60 {
    padding-top: 60px !important;
  }
  main .content .sp_pt65 {
    padding-top: 65px !important;
  }
  main .content .sp_pt70 {
    padding-top: 70px !important;
  }
  main .content .sp_pt75 {
    padding-top: 75px !important;
  }
  main .content .sp_pt80 {
    padding-top: 80px !important;
  }
  main .content .sp_pt85 {
    padding-top: 85px !important;
  }
  main .content .sp_pt90 {
    padding-top: 90px !important;
  }
  main .content .sp_pt95 {
    padding-top: 95px !important;
  }
  main .content .sp_pt100 {
    padding-top: 100px !important;
  }
  main .content .sp_pr0 {
    padding-right: 0px !important;
  }
  main .content .sp_pr5 {
    padding-right: 5px !important;
  }
  main .content .sp_pr10 {
    padding-right: 10px !important;
  }
  main .content .sp_pr15 {
    padding-right: 15px !important;
  }
  main .content .sp_pr20 {
    padding-right: 20px !important;
  }
  main .content .sp_pr25 {
    padding-right: 25px !important;
  }
  main .content .sp_pr30 {
    padding-right: 30px !important;
  }
  main .content .sp_pr35 {
    padding-right: 35px !important;
  }
  main .content .sp_pr40 {
    padding-right: 40px !important;
  }
  main .content .sp_pr45 {
    padding-right: 45px !important;
  }
  main .content .sp_pr50 {
    padding-right: 50px !important;
  }
  main .content .sp_pr55 {
    padding-right: 55px !important;
  }
  main .content .sp_pr60 {
    padding-right: 60px !important;
  }
  main .content .sp_pr65 {
    padding-right: 65px !important;
  }
  main .content .sp_pr70 {
    padding-right: 70px !important;
  }
  main .content .sp_pr75 {
    padding-right: 75px !important;
  }
  main .content .sp_pr80 {
    padding-right: 80px !important;
  }
  main .content .sp_pr85 {
    padding-right: 85px !important;
  }
  main .content .sp_pr90 {
    padding-right: 90px !important;
  }
  main .content .sp_pr95 {
    padding-right: 95px !important;
  }
  main .content .sp_pr100 {
    padding-right: 100px !important;
  }
  main .content .sp_pb0 {
    padding-bottom: 0px !important;
  }
  main .content .sp_pb5 {
    padding-bottom: 5px !important;
  }
  main .content .sp_pb10 {
    padding-bottom: 10px !important;
  }
  main .content .sp_pb15 {
    padding-bottom: 15px !important;
  }
  main .content .sp_pb20 {
    padding-bottom: 20px !important;
  }
  main .content .sp_pb25 {
    padding-bottom: 25px !important;
  }
  main .content .sp_pb30 {
    padding-bottom: 30px !important;
  }
  main .content .sp_pb35 {
    padding-bottom: 35px !important;
  }
  main .content .sp_pb40 {
    padding-bottom: 40px !important;
  }
  main .content .sp_pb45 {
    padding-bottom: 45px !important;
  }
  main .content .sp_pb50 {
    padding-bottom: 50px !important;
  }
  main .content .sp_pb55 {
    padding-bottom: 55px !important;
  }
  main .content .sp_pb60 {
    padding-bottom: 60px !important;
  }
  main .content .sp_pb65 {
    padding-bottom: 65px !important;
  }
  main .content .sp_pb70 {
    padding-bottom: 70px !important;
  }
  main .content .sp_pb75 {
    padding-bottom: 75px !important;
  }
  main .content .sp_pb80 {
    padding-bottom: 80px !important;
  }
  main .content .sp_pb85 {
    padding-bottom: 85px !important;
  }
  main .content .sp_pb90 {
    padding-bottom: 90px !important;
  }
  main .content .sp_pb95 {
    padding-bottom: 95px !important;
  }
  main .content .sp_pb100 {
    padding-bottom: 100px !important;
  }
  main .content .sp_pl0 {
    padding-left: 0px !important;
  }
  main .content .sp_pl5 {
    padding-left: 5px !important;
  }
  main .content .sp_pl10 {
    padding-left: 10px !important;
  }
  main .content .sp_pl15 {
    padding-left: 15px !important;
  }
  main .content .sp_pl20 {
    padding-left: 20px !important;
  }
  main .content .sp_pl25 {
    padding-left: 25px !important;
  }
  main .content .sp_pl30 {
    padding-left: 30px !important;
  }
  main .content .sp_pl35 {
    padding-left: 35px !important;
  }
  main .content .sp_pl40 {
    padding-left: 40px !important;
  }
  main .content .sp_pl45 {
    padding-left: 45px !important;
  }
  main .content .sp_pl50 {
    padding-left: 50px !important;
  }
  main .content .sp_pl55 {
    padding-left: 55px !important;
  }
  main .content .sp_pl60 {
    padding-left: 60px !important;
  }
  main .content .sp_pl65 {
    padding-left: 65px !important;
  }
  main .content .sp_pl70 {
    padding-left: 70px !important;
  }
  main .content .sp_pl75 {
    padding-left: 75px !important;
  }
  main .content .sp_pl80 {
    padding-left: 80px !important;
  }
  main .content .sp_pl85 {
    padding-left: 85px !important;
  }
  main .content .sp_pl90 {
    padding-left: 90px !important;
  }
  main .content .sp_pl95 {
    padding-left: 95px !important;
  }
  main .content .sp_pl100 {
    padding-left: 100px !important;
  }
}
main .content:nth-child(n+2) {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  main .content:nth-child(n+2) {
    margin-top: 35px;
  }
}
main .sns {
  margin-top: 75px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 769px) {
  main .sns {
    margin-top: 35px;
  }
}
main .sns a {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  padding: 9px 8px 9px 30px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media not all and (min-width: 769px) {
  main .sns a {
    font-size: 10px;
  }
}
main .sns a:nth-child(n+2) {
  margin-left: 9px;
}
@media not all and (min-width: 769px) {
  main .sns a:nth-child(n+2) {
    margin-left: 7px;
  }
}
main .sns a::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media not all and (min-width: 769px) {
  main .sns a::before {
    width: 15px;
    height: 15px;
  }
}
main .sns a.fb {
  background-color: #4267B2;
}
main .sns a.fb::before {
  background-image: url("../images/icon_facebook.png");
}
main .sns a.twitter {
  background-color: #1DA1F2;
}
main .sns a.twitter::before {
  background-image: url("../images/icon_twitter.svg");
}
main .sns a:hover {
  opacity: 0.7;
}
main .navigation.post-navigation {
  display: none !important;
}
main .btn.to_archive {
  width: 100%;
  max-width: 520px;
  margin: 80px auto 0;
  display: block;
}
@media not all and (min-width: 769px) {
  main .btn.to_archive {
    margin-top: 60px;
  }
}

/*--------- パンクズ ---------*/
.breadcrumb {
  height: 50px;
}
.breadcrumb .container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.breadcrumb .container > * {
  font-size: 12px;
  margin-right: 34px;
}
.breadcrumb .container > *:last-child {
  margin-right: 0;
}
.breadcrumb .container > *:not(:last-child) {
  position: relative;
}
.breadcrumb .container > *:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto 0;
}

/*--------- H見出し（下層で使用） ---------*/
.under_header {
  height: 250px;
  display: -ms-flex;
  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;
  padding: 20px 4%;
  background: url("../images/under_kv.jpg") no-repeat center center/cover;
}
@media not all and (min-width: 769px) {
  .under_header {
    height: 168px;
  }
}
.under_header h2 {
  width: 100%;
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  word-break: break-word;
}
@media not all and (min-width: 769px) {
  .under_header h2 {
    font-size: 20px;
  }
}

h3.h3 {
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid #009b63;
  padding: 5px 0;
}
@media not all and (min-width: 769px) {
  h3.h3 {
    font-size: 20px;
  }
}
h3.h3:nth-child(n+2) {
  margin-top: 50px;
}
@media not all and (min-width: 769px) {
  h3.h3:nth-child(n+2) {
    margin-top: 35px;
  }
}

h3.en_ruby {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
@media not all and (min-width: 769px) {
  h3.en_ruby {
    font-size: 20px;
    margin-top: 5px;
  }
}
h3.en_ruby small {
  display: block;
  text-align: center;
  color: #009b63;
  font-size: 15px;
  margin-bottom: 10px;
}
@media not all and (min-width: 769px) {
  h3.en_ruby small {
    font-size: 14px;
  }
}

/*--------- color ---------*/
/*--------- button ---------*/
.btn {
  color: #000;
  padding: 13px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
@media not all and (min-width: 769px) {
  .btn {
    padding: 5px 0;
  }
}
.btn.line-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #009b63;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
}
@media not all and (min-width: 769px) {
  .btn::after {
    right: 5px;
  }
}

/*--------- line アニメーション ---------*/
.line-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.line-item i::before, .line-item i::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #009b63;
  content: "";
}
@media not all and (min-width: 769px) {
  .line-item i::before, .line-item i::after {
    height: 1px;
  }
}
.line-item i::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.line-item i::after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.line-item:focus i::before, .line-item:hover i::before, a:focus .line-item i::before, a:hover .line-item i::before, button:focus .line-item i::before, button:hover .line-item i::before {
  -webkit-transition: transform 0.5s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.line-item:focus i::after, .line-item:hover i::after, a:focus .line-item i::after, a:hover .line-item i::after, button:focus .line-item i::after, button:hover .line-item i::after {
  -webkit-transition: transform 0.5s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.5s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* header メガドロップダウン内 2層目メニューアイテム下線 */
.hover-item .line-none, .hover-item.line-none {
  position: relative;
  display: inline-block;
}
.hover-item .line-none::before, .hover-item.line-none::before {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #000;
  content: "";
}
header .hover-item .line-none::before, header .hover-item.line-none::before {
  background-color: #fff;
}
.hover-item .line-none::before, .hover-item.line-none::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hover-item:hover .line-none::before, .hover-item:hover.line-none::before {
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* footer ナビゲーションの下線 */
#menu-footer_nav a {
  position: relative;
  display: inline-block;
}
#menu-footer_nav a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  content: "";
}
#menu-footer_nav a::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#menu-footer_nav a:hover::before {
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*--------- サイドバー ---------*/
@media not all and (min-width: 769px) {
  .is_sidebar aside ul.side-nav {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.is_sidebar aside ul.side-nav li {
  position: relative;
  height: 62px;
  background-color: #eee;
}
@media not all and (min-width: 769px) {
  .is_sidebar aside ul.side-nav li {
    height: auto;
    min-height: 45px;
    width: 50%;
  }
}
@media all and (min-width: 769px) {
  .is_sidebar aside ul.side-nav li:nth-child(n+2) a span {
    border-top: 1px solid #fff;
  }
}
.is_sidebar aside ul.side-nav li:hover a, .is_sidebar aside ul.side-nav li.current a {
  background-color: #009b63;
  color: #fff;
}
.is_sidebar aside ul.side-nav li:hover a span, .is_sidebar aside ul.side-nav li.current a span {
  border-color: #009b63;
}
.is_sidebar aside ul.side-nav li:hover a span::after, .is_sidebar aside ul.side-nav li.current a span::after {
  border-color: #fff;
}
.is_sidebar aside ul.side-nav li:hover a {
  background-color: rgba(0, 155, 99, 0.8);
}
.is_sidebar aside ul.side-nav li.current a span {
  color: #fff;
  border: none;
}
.is_sidebar aside ul.side-nav li.current + li a span {
  border: none;
}
.is_sidebar aside ul.side-nav li a {
  display: block;
  height: 100%;
  padding: 0 10px;
  background-color: rgba(0, 155, 99, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
@media not all and (min-width: 769px) {
  .is_sidebar aside ul.side-nav li a {
    padding: 5px 9%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.is_sidebar aside ul.side-nav li a span {
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-right: 10px;
}
@media not all and (min-width: 769px) {
  .is_sidebar aside ul.side-nav li a span {
    display: block;
    padding-right: 8px;
    width: 100%;
    height: auto;
  }
}
.is_sidebar aside ul.side-nav li a span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #009b63;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media not all and (min-width: 769px) {
  .is_sidebar aside ul.side-nav li a span::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    right: 0;
    width: 5px;
    height: 5px;
  }
}
@media not all and (min-width: 769px) {
  .is_sidebar aside ul.side-nav li:nth-child(even)::before {
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .is_sidebar aside ul.side-nav li:nth-child(even).current::before {
    content: none;
  }
  .is_sidebar aside ul.side-nav li::after {
    content: "";
    width: calc(100% - 10px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: 0 auto;
    z-index: 1;
  }
}
/*# sourceMappingURL=common.css.map */