@charset "UTF-8";
/* ======================================
    Reset CSS 
====================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
main,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
menu,
nav,
section,
picture {
  display: block;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: normal;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form reset
------------------------------- */
input,
select {
  vertical-align: middle;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* IE text マーク削除 */
input::-ms-clear {
  visibility: hidden;
}

/* IE password マーク削除 */
input::-ms-reveal {
  visibility: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ======================================
    Base (SP)
====================================== */
html {
  background: #fff;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

p {
  /* フォントサイズはbodyを継承 */
  line-height: 2;
  text-align: justify;
}

/* svgのIEバグ回避 */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* リンク----------------------------- */
a {
  color: inherit;
  /* ブレ防止追加 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
  }
  a:hover img, a:focus img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* =================================================
    .ly_header 
=================================================== */
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
}
.ly_header_inner {
  width: 89.3333333333%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .ly_header_inner {
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 1025px) {
  .ly_header_inner {
    width: 100%;
    padding-left: 2.380952381%;
  }
}

/* =================================================
    .bl_header
=================================================== */
.bl_header {
  width: 100%;
  height: 8rem;
  background: #fff;
  z-index: 10010;
}
.bl_header_logo {
  display: block;
  width: 4.2rem;
  height: auto;
  margin-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .bl_header_logo {
    width: 5.7rem;
    margin-right: 1.5rem;
  }
}
.bl_header_companyName {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .bl_header_companyName {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_header {
    height: 10rem;
  }
}

/* ======================================
    el_btnHamburger
====================================== */
.el_btnHamburger {
  position: fixed;
  top: 3.3rem;
  right: 2rem;
  width: 4rem;
  height: 1.4rem;
  margin: 0;
  overflow: hidden;
  z-index: 11100;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .el_btnHamburger {
    top: 4.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .el_btnHamburger {
    display: none;
  }
}
.el_btnHamburger__animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 11000;
}
.el_btnHamburger_line {
  background: #2B6536;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 10100;
}
.el_btnHamburger_line.el_btnHamburger_line__top {
  top: 0;
}
.el_btnHamburger_line.el_btnHamburger_line__bottom {
  top: calc(100% - 2px);
}

.is_btnHamburger__open .el_btnHamburger_line.el_btnHamburger_line__top {
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is_btnHamburger__open .el_btnHamburger_line.el_btnHamburger_line__bottom {
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 背景 */
.js_wrapBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.is_btnHamburger__on .js_wrapBg {
  opacity: 0.8;
  visibility: visible;
}

/* ======================================
    .bl_headerNav
====================================== */
.bl_headerNav {
  position: fixed;
  top: 0;
  /* 右から出す場合 */
  right: -32rem;
  display: block;
  width: 27rem;
  height: 100%;
  background: #2B6536; /* 背景色 */
  padding-top: 8.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60%;
    padding: 0;
    margin: 0 auto;
    background: #fff; /* 背景色 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
    overflow: visible;
  }
}
@media screen and (min-width: 1366px) {
  .bl_headerNav {
    width: 70%;
  }
}
.bl_headerNav_item:not(.bl_headerNav_tel):not(.bl_headerNav_contact):not(.bl_headerNav_recruit) {
  position: relative;
  text-align: left;
  display: block;
  border-bottom: 1px solid #fff;
}
.bl_headerNav_item:not(.bl_headerNav_tel):not(.bl_headerNav_contact):not(.bl_headerNav_recruit):first-of-type {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_item:not(.bl_headerNav_tel):not(.bl_headerNav_contact):not(.bl_headerNav_recruit) {
    margin-right: 1em;
  }
  .bl_headerNav_item:not(.bl_headerNav_tel):not(.bl_headerNav_contact):not(.bl_headerNav_recruit).current-menu-item .bl_headerNav_link {
    border-bottom-color: #2B6536;
  }
}
@media screen and (min-width: 1500px) {
  .bl_headerNav_item:not(.bl_headerNav_tel):not(.bl_headerNav_contact):not(.bl_headerNav_recruit) {
    margin-right: 2em;
  }
}
.bl_headerNav_link:not(.bl_headerNav_tel a):not(.bl_headerNav_contact a):not(.bl_headerNav_recruit a) {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.8rem;
  line-height: 1; /* 項目高さ */
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_link:not(.bl_headerNav_tel a):not(.bl_headerNav_contact a):not(.bl_headerNav_recruit a) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-bottom: 6px solid transparent;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    line-height: 1;
    -webkit-transition: all 0.4 ease-in-out;
    transition: all 0.4 ease-in-out;
  }
  .bl_headerNav_link:not(.bl_headerNav_tel a):not(.bl_headerNav_contact a):not(.bl_headerNav_recruit a):hover {
    border-bottom-color: #2B6536;
    opacity: 1;
  }
}
@media screen and (min-width: 1500px) {
  .bl_headerNav_link:not(.bl_headerNav_tel a):not(.bl_headerNav_contact a):not(.bl_headerNav_recruit a) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_headerNav_tel {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_tel {
    display: none;
  }
}
.bl_headerNav_tel a {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
.bl_headerNav_tel a::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 3.3rem;
  margin-right: 1rem;
  background: url(../images/common/icon_sp-white.svg) no-repeat center center/contain;
  vertical-align: text-bottom;
}
.bl_headerNav_recruit {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-right: 0;
    background: #2B6536;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1366px) {
  .bl_headerNav_recruit {
    width: 260px;
  }
}
.bl_headerNav_recruit .bl_headerNav_link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 1.8rem;
  line-height: 1; /* 項目高さ */
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_recruit .bl_headerNav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    border: none;
  }
  .bl_headerNav_recruit .bl_headerNav_link:hover {
    background: #8CBF96;
  }
}
.bl_headerNav_contact {
  text-align: center;
}
.bl_headerNav_contact a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 15px 37px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100vh;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: #16331B;
    border-radius: 0;
    border: none;
    padding: 0 2.6rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .bl_headerNav_contact a:hover {
    background-color: #8CBF96;
    opacity: 1;
  }
}
@media screen and (min-width: 1366px) {
  .bl_headerNav_contact a {
    width: 200px;
  }
}
.bl_headerNav_contact a::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 3rem;
  margin-right: 1rem;
  background: url(../images/common/icon_mail.svg) no-repeat center center/contain;
  vertical-align: middle;
}

/* 表示された時用のCSS */
.is_btnHamburger__on .bl_headerNav {
  right: 0; /* 右から出す場合 */
}

/* =================================================
    footer
=================================================== */
.bl_footer {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #333333;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .bl_footer {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}
.bl_footer h2 {
  margin-bottom: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .bl_footer h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_footer .el_btnContact {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 60px;
  margin: 0 auto 3rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100vh;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.bl_footer .el_btnContact::before {
  content: "";
  display: inline-block;
  width: 4.2rem;
  height: 3rem;
  background: url(../images/common/icon_mail.svg) no-repeat center center/contain;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .bl_footer .el_btnContact {
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .bl_footer .el_btnContact::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2B6536;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .bl_footer .el_btnContact:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }
  .bl_footer .el_btnContact:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
  }
}
.bl_footer .el_linkPolicy {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.bl_footer_copyright {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/* =================================================
    main
=================================================== */
main {
  margin-top: 8rem;
}
@media screen and (min-width: 1025px) {
  main {
    margin-top: 10rem;
  }
}

/* =================================================
    layout section
=================================================== */
.ly_sec {
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .ly_sec {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.ly_sec_inner {
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ly_sec_inner {
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 1025px) {
  .ly_sec_inner {
    width: 1000px;
  }
}

/* =================================================
    2カラムレイアウト 
=================================================== */
.ly_cont {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .ly_cont {
    width: 100%;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ly_cont .ly_cont_main {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .ly_cont .ly_cont_main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1025px) {
  .ly_cont .ly_cont_main .ly_sec_inner {
    max-width: 100%;
  }
}
.ly_cont .ly_cont_side {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .ly_cont .ly_cont_side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}

/* ==============================================
    form Reset (SP)
    フォーム　パーツ参考サイト
    https://coliss.com/articles/build-websites/operation/css/css3-form-styling-cheat-sheet.html
================================================= */
input[type=submit] {
  -webkit-appearance: none !important;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

input[type=text],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked + label {
  background: #967a7a;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

/* ==============================================
   form module
================================================= */
.smf-form .smf-item input.smf-text-control__control,
.smf-form .smf-item textarea.smf-textarea-control__control {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.9em;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}

.el_required {
  font-size: 14px;
  font-size: 1.4rem;
  color: #f9417a;
}

/* error item
------------------------------ */
.el_error_ttl {
  margin-bottom: 0.4em;
  font-size: 120%;
  color: red;
  font-weight: bold;
}

.bl_errorSec ul {
  text-align: left;
}
.bl_errorSec li {
  line-height: 2;
}

.bl_error {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.el_errorItem {
  text-align: left;
  color: red;
}
.el_errorItem::before {
  content: "・";
  display: inline-block;
  color: red;
}

/* ------------------------------ */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=url],
textarea {
  width: 100%;
  background: #fff;
  padding: 0.8em 1.1em 0.5em;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=url],
  textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}

input::placeholder,
textarea::placeholder {
  color: #bfbfbf;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

input[type=hidden],
textarea[type=hidden],
select[type=hidden],
.form_preview .required {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}

input[type=hidden],
textarea[type=hidden],
select[type=hidden],
.form_preview .required {
  display: none;
}

/*.form_preview 確認画面クラス*/
/* select box
----------------------------------------
--sample html--
<div class="selectbox">
	<select name="">
		<option value="">選択してください</option>
		<option value=""></option>
	</select>
</div>
---------------------------------------- */
.selectbox {
  position: relative;
  width: 170px;
  margin: 0;
}

.selectbox::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 10%;
  top: 35%;
  border-bottom: #161617 1px solid;
  border-right: #161617 1px solid;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 95%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

/* check box
----------------------------------------
--sample html--
<label class="checkbox">
	<input type="checkbox" name="" value="">
	<span class="checkboxSpan">文章</span>
</label>
---------------------------------------- */
.checkbox {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 10px;
  font-size: 90%;
}

.checkboxSpan {
  padding-left: 2em;
  position: relative;
  margin-right: 20px;
}

.mwform-checkbox-field-text {
  display: inline-block;
  padding-left: 3rem;
  position: relative;
}

.bl_policy .mwform-checkbox-field-text {
  padding-left: 1rem;
}

.checkboxSpan::before,
.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
}

.checkbox input:checked + .checkboxSpan {
  color: #2B6536;
  font-weight: 700;
}

.checkbox input:checked + .checkboxSpan::after,
input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

/* radio
---------------------------------------- 
--sample html--
<div class="wrapRadio">
	<label><input type="radio" name="" value="テキスト" class="radio" checked><span>テキスト</span></label>
	<label><input type="radio" name="" value="テキスト" class="radio"><span>テキスト</span></label>
</div>
---------------------------------------- */
.radio {
  display: none;
}

.wrapRadio label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
}

.wrapRadio span {
  padding-left: 2em;
}

.radio + span::before,
.radio + span::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* 外枠 */
.radio + span::before {
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* チェックマーク */
.radio + span::after {
  opacity: 0;
  top: 28%;
  left: 4px; /* 18 = befre w + border*/
  width: 10px;
  height: 10px;
  background: #000;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.radio:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 送信ボタン
---------------------------------------- */
button[type=submit],
input[type=submit] {
  font-family: inherit;
  position: relative;
  display: block;
  cursor: pointer;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #2B6536;
  border-radius: 100vh;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2B6536;
  text-align: center;
  line-height: 58px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1025px) {
  button[type=submit],
  input[type=submit] {
    font-size: 18px;
    font-size: 1.8rem;
  }
  button[type=submit]:hover,
  input[type=submit]:hover {
    background: #8cbf96;
    opacity: 1;
  }
}
button[type=submit]::after,
input[type=submit]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/arrow_right-green.svg) no-repeat center center/contain;
  margin-left: 5em;
}

input[name=submitBack],
button[name=submitBack] {
  margin-bottom: 3rem;
}

input[type=submit]:disabled,
button[type=submit]:disabled {
  width: 300px;
  height: 60px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ccc;
  border-radius: 100vh;
  font-size: 16px;
  font-size: 1.6rem;
  border-color: #ccc;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  input[type=submit]:disabled,
  button[type=submit]:disabled {
    font-size: 18px;
    font-size: 1.8rem;
  }
  input[type=submit]:disabled:hover,
  button[type=submit]:disabled:hover {
    cursor: default;
    background-color: #ccc;
    border-color: #ccc;
  }
}
input[type=submit]:disabled::after,
button[type=submit]:disabled::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/arrow_right-white.svg) no-repeat center center/contain;
  margin-left: 5em;
}

/* 送信ボタン
---------------------------------------- */
.smf-form--simple-table + .smf-action {
  margin-top: 80px;
}

.smf-action button.smf-button-control__control {
  font-family: inherit;
  position: relative;
  display: block;
  cursor: pointer;
  width: 300px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #2B6536;
  border-radius: 100vh;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2B6536;
  text-align: center;
  line-height: 58px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .smf-action button.smf-button-control__control {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .smf-action button.smf-button-control__control:hover {
    background: #8cbf96;
    opacity: 1;
  }
}
.smf-action button.smf-button-control__control::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/arrow_right-green.svg) no-repeat center center/contain;
  margin-left: 5em;
}

.smf-action button[data-action=back].smf-button-control__control {
  margin-top: 50px;
  background: #898989;
  border: 1px solid #898989;
  color: #fff;
}
.smf-action button[data-action=back].smf-button-control__control::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/arrow_right-white.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 5em;
}
@media screen and (min-width: 1025px) {
  .smf-action button[data-action=back].smf-button-control__control:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }
  .smf-action button[data-action=back].smf-button-control__control:hover::after {
    background: url(../images/common/arrow_right-green.svg) no-repeat center center/contain;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.smf-item__label__text a {
  text-decoration: underline;
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_fadeInTrigger,
.js_fadeUpTrigger,
.js_fadeDownTrigger,
.js_fadeLeftTrigger,
.js_fadeRightTrigger {
  opacity: 0;
}

/*==================================================
パタッ
===================================*/
/* 下へ */
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 左へ */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 左上へ */
.flipLeftTop {
  -webkit-animation-name: flipLeftTopAnime;
          animation-name: flipLeftTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
            transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
            transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  -webkit-animation-name: flipRightAnime;
          animation-name: flipRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: right center;
          perspective-origin: right center;
  opacity: 0;
}

@-webkit-keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右上へ */
.flipRightTop {
  -webkit-animation-name: flipRightTopAnime;
          animation-name: flipRightTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipRightTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(25deg);
            transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 1) rotate(0deg);
            transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipRightTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(25deg);
            transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 1) rotate(0deg);
            transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_flipDownTrigger,
.js_flipLeftTrigger,
.js_flipLeftTopTrigger,
.js_flipRightTrigger,
.js_flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
くるっ
===================================*/
/* X 軸（縦へ） */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
    opacity: 1;
  }
}

@keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
    opacity: 1;
  }
}
/*　Y軸（横へ） */
.rotateY {
  -webkit-animation-name: rotateYAnime;
          animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 1;
  }
}

@keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* Z 軸（左へ） */
.rotateLeftZ {
  -webkit-animation-name: rotateLeftZAnime;
          animation-name: rotateLeftZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateLeftZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    opacity: 1;
  }
}

@keyframes rotateLeftZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/*　Z 軸（右へ） */
.rotateRightZ {
  -webkit-animation-name: rotateRightZAnime;
          animation-name: rotateRightZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateRightZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    opacity: 1;
  }
}

@keyframes rotateRightZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_rotateXTrigger,
.js_rotateYTrigger,
.js_rotateLeftZTrigger,
.js_rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_zoomInTrigger,
.js_zoomOutTrigger {
  opacity: 0;
}

/*==================================================
じわっ
===================================*/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.1;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.1;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_blurTrigger {
  opacity: 0.1;
}

/*==================================================
にゅーん
===================================*/
/* 滑らかに変形して出現 */
.smooth {
  -webkit-animation-name: smoothAnime;
          animation-name: smoothAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_smoothTrigger {
  opacity: 0;
  opacity: 1;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/
/*枠線が伸びて出現*/
.js_lineTrigger {
  position: relative; /* 枠線が書かれる基点*/
  opacity: 0;
}

.js_lineTrigger.lineanime {
  -webkit-animation-name: lineAnimeBase;
          animation-name: lineAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.js_lineTrigger::before,
.js_lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; /* 枠線の色*/
}

/*上線*/
.js_lineTrigger::before {
  top: 0;
  left: 0;
}

.js_lineTrigger.lineanime::before {
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.js_line2::before {
  top: 0;
  right: 0;
}

.js_lineTrigger.lineanime .line2::before {
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.js_lineTrigger::after {
  bottom: 0;
  right: 0;
}

.js_lineTrigger.lineanime::after {
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.js_lineTrigger.lineanime .line2::after {
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.js_lineTrigger.lineanime .lineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

@-webkit-keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
シャッ（背景色が伸びて出現）
===================================*/
/*背景色が伸びて出現（共通）*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*右から*/
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*下から*/
.bgDUextend::before {
  -webkit-animation-name: bgDUextendAnime;
          animation-name: bgDUextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*上から*/
.bgUDextend::before {
  -webkit-animation-name: bgUDextendAnime;
          animation-name: bgUDextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_bgappearTrigger,
.js_bgUDextendTrigger,
.js_bgDUextendTrigger,
.js_bgRLextendTrigger,
.js_bgLRextendTrigger {
  opacity: 0;
}

/* =================================================
    アニメーション設定
=================================================== */
/* アニメーションの回数を決めるCSS*/
.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2; /*この数字を必要回数分に変更*/
}

.countinfinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.hp_delay_time0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.hp_delay_time1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.hp_delay_time2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hp_delay_time3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.hp_delay_time4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hp_delay_time5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.hp_delay_time6 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.hp_delay_time7 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.hp_delay_time8 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.hp_delay_time9 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.hp_delay_time10 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.hp_change_time0 {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}

.hp_change_time1 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.hp_change_time2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.hp_change_time3 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.hp_change_time4 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.hp_change_time5 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.hp_change_time6 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.hp_change_time7 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.hp_change_time8 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.hp_change_time9 {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}

.hp_change_time10 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

/* ======================================
    .mask
====================================== */
.js_mask {
  position: relative;
  display: block;
  overflow: hidden;
}

/* ======================================
    .js_pageTop
====================================== */
.js_pageTop {
  position: fixed;
  bottom: 4%;
  right: 4%;
  padding: 0;
  z-index: 11010;
  /* border-radius: 50%; */
  width: 5rem;
  height: 5rem;
  background-color: rgba(43, 101, 54, 0.3);
  border: 1px solid rgba(43, 101, 54, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .js_pageTop {
    width: 5rem;
    height: 5rem;
    bottom: 2%;
    right: 2%;
    cursor: pointer;
  }
  .js_pageTop:hover {
    opacity: 0.7;
  }
}
.js_pageTop::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* =================================================
    .bl_breadcrumb(common)
=================================================== */
.bl_breadcrumb {
  width: 89.3333333333%;
  overflow: auto;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  .bl_breadcrumb {
    max-width: 110rem;
  }
}
.bl_breadcrumb ul {
  white-space: nowrap;
}
.bl_breadcrumb ul:after {
  content: "";
  clear: both;
  display: block;
}
.bl_breadcrumb ul li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  white-space: nowrap;
}
.bl_breadcrumb ul li::after {
  content: ">";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0.5em;
  color: #333;
}
.bl_breadcrumb ul li:last-of-type::after {
  content: "";
  width: 0;
  height: 0;
}
.bl_breadcrumb ul li a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #2B6536;
}

/* ======================================
    Common Class
====================================== */
/*  display
-------------------------------------- */
.sp_none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .sp_none {
    display: block !important;
  }
}

.sp_display {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp_display {
    display: none !important;
  }
}

.pc_none {
  display: block !important;
}
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
}

.pc_display {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc_display {
    display: block !important;
  }
}

/*  direction
-------------------------------------- */
.hp_row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/*  text_align
-------------------------------------- */
.hp_text_center {
  text-align: center !important;
}

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

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

/*  margin padding
-------------------------------------- */
/* margin 部分的な設定*/
.hp_mb-0 {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}

.hp_mb-5 {
  margin-bottom: 5px !important;
  margin-bottom: 0.5rem !important;
}

.hp_mb-10 {
  margin-bottom: 10px !important;
  margin-bottom: 1rem !important;
}

.hp_mb-15 {
  margin-bottom: 15px !important;
  margin-bottom: 1.5rem !important;
}

.hp_mb-20 {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important;
}

.hp_mb-25 {
  margin-bottom: 25px !important;
  margin-bottom: 2.5rem !important;
}

.hp_mb-30 {
  margin-bottom: 30px !important;
  margin-bottom: 3rem !important;
}

.hp_mb-35 {
  margin-bottom: 35px !important;
  margin-bottom: 3.5rem !important;
}

.hp_mb-40 {
  margin-bottom: 40px !important;
  margin-bottom: 4rem !important;
}

.hp_mb-45 {
  margin-bottom: 45px !important;
  margin-bottom: 4.5rem !important;
}

.hp_mb-50 {
  margin-bottom: 50px !important;
  margin-bottom: 5rem !important;
}

.hp_mb-55 {
  margin-bottom: 55px !important;
  margin-bottom: 5.5rem !important;
}

.hp_mb-60 {
  margin-bottom: 60px !important;
  margin-bottom: 6rem !important;
}

.hp_mb-65 {
  margin-bottom: 65px !important;
  margin-bottom: 6.5rem !important;
}

.hp_mb-70 {
  margin-bottom: 70px !important;
  margin-bottom: 7rem !important;
}

.hp_mb-75 {
  margin-bottom: 75px !important;
  margin-bottom: 7.5rem !important;
}

.hp_mb-80 {
  margin-bottom: 80px !important;
  margin-bottom: 8rem !important;
}

.hp_mb-85 {
  margin-bottom: 85px !important;
  margin-bottom: 8.5rem !important;
}

.hp_mb-90 {
  margin-bottom: 90px !important;
  margin-bottom: 9rem !important;
}

.hp_mb-95 {
  margin-bottom: 95px !important;
  margin-bottom: 9.5rem !important;
}

.hp_mb-100 {
  margin-bottom: 100px !important;
  margin-bottom: 10rem !important;
}

.hp_mt-0 {
  margin-top: 0px !important;
  margin-top: 0rem !important;
}

.hp_mt-5 {
  margin-top: 5px !important;
  margin-top: 0.5rem !important;
}

.hp_mt-10 {
  margin-top: 10px !important;
  margin-top: 1rem !important;
}

.hp_mt-15 {
  margin-top: 15px !important;
  margin-top: 1.5rem !important;
}

.hp_mt-20 {
  margin-top: 20px !important;
  margin-top: 2rem !important;
}

.hp_mt-25 {
  margin-top: 25px !important;
  margin-top: 2.5rem !important;
}

.hp_mt-30 {
  margin-top: 30px !important;
  margin-top: 3rem !important;
}

.hp_mt-35 {
  margin-top: 35px !important;
  margin-top: 3.5rem !important;
}

.hp_mt-40 {
  margin-top: 40px !important;
  margin-top: 4rem !important;
}

.hp_mt-45 {
  margin-top: 45px !important;
  margin-top: 4.5rem !important;
}

.hp_mt-50 {
  margin-top: 50px !important;
  margin-top: 5rem !important;
}

/* padding 部分的な設定*/
.hp_pb-0 {
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}

.hp_pb-5 {
  padding-bottom: 5px !important;
  padding-bottom: 0.5rem !important;
}

.hp_pb-10 {
  padding-bottom: 10px !important;
  padding-bottom: 1rem !important;
}

.hp_pb-15 {
  padding-bottom: 15px !important;
  padding-bottom: 1.5rem !important;
}

.hp_pb-20 {
  padding-bottom: 20px !important;
  padding-bottom: 2rem !important;
}

.hp_pb-25 {
  padding-bottom: 25px !important;
  padding-bottom: 2.5rem !important;
}

.hp_pb-30 {
  padding-bottom: 30px !important;
  padding-bottom: 3rem !important;
}

.hp_pb-35 {
  padding-bottom: 35px !important;
  padding-bottom: 3.5rem !important;
}

.hp_pb-40 {
  padding-bottom: 40px !important;
  padding-bottom: 4rem !important;
}

.hp_pb-45 {
  padding-bottom: 45px !important;
  padding-bottom: 4.5rem !important;
}

.hp_pb-50 {
  padding-bottom: 50px !important;
  padding-bottom: 5rem !important;
}

/* =================================================
    default ボタン
=================================================== */
.el_btn {
  display: inline-block;
  max-width: 100%;
  padding: 0.6em 2em;
  background-color: #333333;
  border: 1px solid transparent;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .el_btn {
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .el_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2B6536;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .el_btn:hover {
    color: #fff;
    opacity: 1;
  }
  .el_btn:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
  }
}
.el_btn.el_btn__lineWhite {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .el_btn.el_btn__lineWhite::before {
    background: #fff;
  }
  .el_btn.el_btn__lineWhite:focus, .el_btn.el_btn__lineWhite:hover {
    color: #2B6536;
  }
}
.el_btn.el_btn__lineBrand {
  background: transparent;
  border: 1px solid #2B6536;
  color: #2B6536;
}
@media screen and (min-width: 1025px) {
  .el_btn.el_btn__lineBrand:focus, .el_btn.el_btn__lineBrand:hover {
    color: #fff;
  }
}
.el_btn.el_btn__yellow {
  background-color: yellow;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .el_btn.el_btn__yellow::before {
    background-color: yellow;
  }
}
.el_btn.el_btn__arrowRight {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}
.el_btn.el_btn__arrowRight::after {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 0.83em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_btn.el_btn__large {
  width: 340px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.375rem;
}

/* =================================================
    default 角丸ボタン
=================================================== */
.el_roundedBtn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  padding: 16px;
  background-color: transparent;
  border: 1px solid #2B6536;
  border-radius: 100vh;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2B6536;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.el_roundedBtn::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/arrow_right-green.svg) no-repeat center center/contain;
  margin-left: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .el_roundedBtn {
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  .el_roundedBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #2B6536;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .el_roundedBtn:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }
  .el_roundedBtn:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
  }
  .el_roundedBtn:hover::after {
    background: url(../images/common/arrow_right-white.svg) no-repeat center center/contain;
  }
}
.el_roundedBtn.el_roundedBtn__solid {
  color: #fff;
  background: #2B6536;
}
.el_roundedBtn.el_roundedBtn__solid::after {
  background: url(../images/common/arrow_right-white.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
@media screen and (min-width: 1025px) {
  .el_roundedBtn.el_roundedBtn__solid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .el_roundedBtn.el_roundedBtn__solid:hover {
    color: #2B6536;
    opacity: 1;
    background: transparent;
  }
  .el_roundedBtn.el_roundedBtn__solid:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    z-index: -1;
  }
  .el_roundedBtn.el_roundedBtn__solid:hover::after {
    background: url(../images/common/arrow_right-green.svg) no-repeat center center/contain;
  }
}

/* =================================================
    before_アイコン付き小ボタン
=================================================== */
.el_beforeIconBtn {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.3em;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.el_beforeIconBtn::before {
  display: inline-block;
  margin-right: 0.3em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (min-width: 1025px) {
  .el_beforeIconBtn:focus, .el_beforeIconBtn:hover {
    background-color: #e25c00;
    color: #fff;
  }
}
.el_beforeIconBtn.el_beforeIconBtn__download::before {
  content: "\f019";
}
.el_beforeIconBtn.el_beforeIconBtn__zoom::before {
  content: "\f00e";
  -webkit-transform: translateY(-6%);
          transform: translateY(-6%);
}
.el_beforeIconBtn.el_beforeIcon__pdf::before {
  content: "\f1c1";
}
.el_beforeIconBtn.el_beforeIcon__excel::before {
  content: "\f1c3";
}
.el_beforeIconBtn.el_beforeIcon__PP::before {
  content: "\f1c4";
}
.el_beforeIconBtn.el_beforeIcon__checkSquare::before {
  content: "\f14a";
}
.el_beforeIconBtn.el_beforeIcon__chevLeft::before {
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-bottom: 0.125em solid #e25c00;
  border-left: 0.125em solid #e25c00;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}

/* =================================================
    after_アイコン付き小ボタン
=================================================== */
.el_afterIconBtn {
  position: relative;
  display: inline-block;
  padding: 0.2em 0.3em;
  border: 1px solid currentColor;
  color: #e25c00;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.el_afterIconBtn::after {
  display: inline-block;
  margin-left: 0.3em;
  color: currentColor;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.el_afterIconBtn.el_afterIcon__chevRight::after {
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-top: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =================================================
    スライダーのためのcss
=================================================== */
#js_photoBox {
  position: relative;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
#js_photoBox::before {
  content: "";
  display: block;
  padding-top: 74.9315068493%;
}
#js_photoBox_list {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  left: 50%;
  height: auto;
  z-index: 2;
}
#js_photoBox_list li {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  list-style: none;
  text-align: justify;
}
#js_photoBox_list li img {
  width: 100%;
}

#js_photoBox_tnlist {
  position: relative;
  width: 100%;
  max-width: 730px;
  margin: 15px auto 50px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #js_photoBox_tnlist {
    margin: 25px auto 70px;
  }
}
#js_photoBox_tnlist ul {
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#js_photoBox_tnlist ul::after {
  content: "";
  display: block;
  width: 30.1492537313%;
  height: 0;
}
#js_photoBox_tnlist ul li {
  width: 30.1492537313%;
  height: auto;
  list-style: none;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  #js_photoBox_tnlist ul li {
    width: 18%;
  }
}
@media screen and (min-width: 1025px) {
  #js_photoBox_tnlist ul li {
    width: 17.8082191781%;
    max-width: 130px;
  }
}
#js_photoBox_tnlist ul li a {
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  #js_photoBox_tnlist ul li a:focus, #js_photoBox_tnlist ul li a:hover {
    opacity: 1;
    border: 2px solid #2B6536;
  }
  #js_photoBox_tnlist ul li a:focus img, #js_photoBox_tnlist ul li a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#js_photoBox_tnlist ul li.on img {
  border: 2px solid #2B6536;
}

#js_photoBox_control {
  position: absolute;
  top: 23%;
  z-index: 2;
  width: 100%;
  height: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #js_photoBox_control {
    top: 35%;
  }
}
#js_photoBox_control ul li {
  position: absolute;
  top: 0;
  list-style: none;
}
#js_photoBox_control ul li a {
  display: none;
  cursor: pointer;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}
#js_photoBox_control #prev {
  left: 9px;
}
@media screen and (min-width: 768px) {
  #js_photoBox_control #prev {
    left: 30px;
  }
}
#js_photoBox_control #next {
  right: 9px;
}
@media screen and (min-width: 768px) {
  #js_photoBox_control #next {
    right: 30px;
  }
}

/* =================================================
    見出し設定
=================================================== */
/* 見出し_1 */
.el_lv1Heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3846153846;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .el_lv1Heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.el_lv1Heading span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #C4A979;
  text-align: left;
}

/* TOP section 見出し_2 */
.el_lv2topHeading {
  margin-bottom: 6.6rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  color: #2B6536;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .el_lv2topHeading {
    font-size: 50px;
    font-size: 5rem;
  }
}

/* 下層 section 見出し_2 */
.el_lv2pageHeading {
  margin-bottom: 6rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .el_lv2pageHeading {
    margin-bottom: 120px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.el_lv2pageHeading span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #2B6536;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .el_lv2pageHeading span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* =================================================
   ラベル
=================================================== */
.el_label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 124px;
  height: 34px;
  background-color: #2B6536;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 34px;
  z-index: 1;
}
.el_label.el_label_doboku {
  background-color: #16331B;
}

/* =================================================
    .el_pagination 
=================================================== */
.el_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 312px;
  height: auto;
  margin: 0 auto;
}
.el_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10%;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2B6536;
}
.el_pagination li.el_pagination_arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #2B6536;
  border-radius: 10px;
  background: #FAFAFA;
  color: #2B6536;
}
.el_pagination li.el_pagination_arrow a i {
  color: #2B6536;
}
.el_pagination_arrowLeft {
  margin-right: 30px;
}
.el_pagination_arrowRight {
  margin-left: 30px;
}

/* =================================================
    .el_scrollIcon
=================================================== */
.el_scrollIcon {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.el_scrollIcon span {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.el_scrollIcon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2B6536;
  -webkit-animation: circlemove 1.5s ease-in-out infinite, cirlemovehide 1.5s ease-out infinite;
          animation: circlemove 1.5s ease-in-out infinite, cirlemovehide 1.5s ease-out infinite;
  z-index: 1;
}
.el_scrollIcon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .el_scrollIcon::after {
    background: #000;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: -10px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: -10px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
/* =================================================
    テキスト設定
=================================================== */
/* 注意書き */
.el_caution {
  color: #d40152;
}

/* メモ */
.el_note {
  font-size: 0.75rem;
}

/* 本文(大) */
.el_txt__s {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
}

/* 本文(小) */
.el_txt__l {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8823529412;
  font-weight: bold;
}

/* リスト */
.el_unorderedList li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.6rem;
}
.el_unorderedList li:before {
  content: "";
  position: absolute; /*絶対配置*/
  top: 0.6em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2B6536;
}

/* オーダーリスト */
.el_orderedList {
  list-style-position: inside;
  list-style-type: none;
  counter-reset: cnt;
}
.el_orderedList li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.6rem;
  counter-increment: cnt;
}
.el_orderedList li:before {
  content: counter(cnt) ".";
  display: inline-block;
  margin-left: -0.2em; /* サイトに合せて調整 */
  width: 1em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

/* リストストライプ */
.el_listStripe {
  border-top: 1px solid #2B6536;
}
.el_listStripe li {
  padding: 15px;
  border-bottom: 1px solid #2B6536;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .el_listStripe li {
    padding: 20px;
  }
}
.el_listStripe_even li:nth-of-type(even) {
  background: #2B6536;
}
.el_listStripe_odd li:nth-of-type(odd) {
  background: #2B6536;
}

/* =================================================
    .el_table
=================================================== */
.el_tableStripe {
  width: 100%;
  height: auto;
  border-top: 3px solid #2B6536;
}
.el_tableStripe th, .el_tableStripe td {
  width: 100%;
  height: auto;
  display: block;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (min-width: 1025px) {
  .el_tableStripe th, .el_tableStripe td {
    display: table-cell;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.el_tableStripe th {
  padding-bottom: 0;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .el_tableStripe th {
    width: 17.5925925926%;
    padding-bottom: 2rem;
    border-bottom: 1px solid #707070;
  }
}
.el_tableStripe td {
  padding-top: 0;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 1025px) {
  .el_tableStripe td {
    width: 82.4074074074%;
    padding-bottom: 2rem;
    padding-left: 0;
  }
}
.el_tableStripe_even tr:nth-of-type(even) {
  background: #2B6536;
}
.el_tableStripe_odd tr:nth-of-type(odd) {
  background: #2B6536;
}
@media screen and (min-width: 1025px) {
  .el_tableStripe.th_s th {
    width: 170px;
  }
}
@media screen and (min-width: 1025px) {
  .el_tableStripe.th_s td {
    width: 84.2592592593%;
  }
}

/* ======================================
    #page404
====================================== */
#page404 {
  width: 100%;
  height: calc(100vh - 8rem - 23rem);
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
}
#page404 h1 {
  margin-bottom: 6rem;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
#page404 h2 {
  margin-bottom: 6rem;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
#page404 .el_btnBacktoTop {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}
#page404 .el_btnBacktoTop a {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #000;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}
@media screen and (min-width: 1025px) {
  #page404 .el_btnBacktoTop a {
    border: 1px solid #16331B;
    background: #2B6536;
    color: #fff;
    opacity: 1;
  }
  #page404 .el_btnBacktoTop a:focus, #page404 .el_btnBacktoTop a:hover {
    background: #fff;
    color: #000;
  }
}

/* ======================================
  .wp-pagenavi
======================================= */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0;
  margin-right: 17px;
  padding: 0;
  border: none;
}

.wp-pagenavi a:nth-child(1),
.wp-pagenavi span:nth-child(1) {
  margin-right: 0;
  font-size: 20px;
  font-size: 2rem;
}

.wp-pagenavi a:nth-last-child(1),
.wp-pagenavi span:nth-last-child(1) {
  margin-right: 0;
  font-size: 20px;
  font-size: 2rem;
}

.wp-pagenavi .pages {
  display: block;
  width: 100%;
  margin-top: 2rem;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.wp-pagenavi .page {
  line-height: 2em;
  width: 2em;
  height: 2em;
}

.wp-pagenavi span.current {
  font-weight: 400;
  line-height: 2.2em;
  width: 2.2em;
  height: 2.2em;
  color: #fff;
  background-color: rgba(43, 101, 54, 0.5);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  font-size: 20px;
  font-size: 2rem;
  width: 0.7em;
  padding-bottom: 0.3em;
}

.wp-pagenavi__container {
  margin-bottom: 1.5em;
}

.wp-pagenavi__container a {
  margin-right: 2.1em;
}

.wp-pagenavi__container a:nth-last-of-type(1) {
  margin-right: 0;
}

.wp-pagenavi__container span {
  margin-right: 2.1em;
  padding: 0.5em 0.7em;
  color: #fff;
  background-color: #e84709;
}

.wp-pagenavi__last-prev {
  width: 1em;
  height: 1em;
  background: transparent url(./../images/topics/last-prev.png) no-repeat top center/100%;
}

.wp-pagenavi__prev {
  width: 0.5em;
  height: 0.9em;
  background: transparent url(./../images/topics/prev.png) no-repeat top center/100%;
}

.wp-pagenavi__last-next {
  width: 1em;
  height: 1em;
  background: transparent url(./../images/topics/last-next.png) no-repeat top center/100%;
}

.wp-pagenavi__next {
  width: 0.5em;
  height: 0.9em;
  background: transparent url(./../images/topics/next.png) no-repeat top center/100%;
}/*# sourceMappingURL=common.css.map */