@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  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;
}

input,
select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  min-width: 1240px;
  position: relative;
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic,
    Verdana, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
body.js_page_trans {
  opacity: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

/* a */
a:link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}

a[href^="tel"] {
  color: #333;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input,
textarea,
select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

/* placeholder */
input:placeholder-shown,
textarea:placeholder-shown {
  color: #333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #333;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #333;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #333;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: "\0020";
}

@media screen and (min-width: 1025px) {
  .u_pc {
    display: block;
  }

  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1.4em;
  line-height: 1.3;
  letter-spacing: 0;
}

.u_txt_2 {
  font-size: 1.1em;
  line-height: 1.3;
  letter-spacing: 0.1;
}

.u_txt_3 {
  font-size: 1.8em;
  line-height: 1.3;
  letter-spacing: 0;
}

.u_txt_4 {
  font-size: 2.6em;
  line-height: 1;
  letter-spacing: 0;
}

.u_txt_5 {
  font-size: 3.2em;
  line-height: 1.5;
  letter-spacing: 0;
}

.u_txt_6 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    #ffff66 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    #ffff66 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    #ffff66 100%
  );
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background: -moz-linear-gradient(
    270deg,
    #a9e9f3 0%,
    #a9e9f3 10%,
    #2d9dae 25%,
    #2d9dae 37%,
    #2d9dae 50%,
    #2d9dae 83%,
    #bdf5fd 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    #a9e9f3 0%,
    #a9e9f3 10%,
    #2d9dae 25%,
    #2d9dae 37%,
    #2d9dae 50%,
    #2d9dae 83%,
    #bdf5fd 100%
  );
  background: linear-gradient(
    180deg,
    #a9e9f3 0%,
    #a9e9f3 10%,
    #2d9dae 25%,
    #2d9dae 37%,
    #2d9dae 50%,
    #2d9dae 83%,
    #bdf5fd 100%
  );
}

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
.c_pager_num {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .c_pager_num {
    margin: 40px 0;
  }
}
.c_pager_num > .inner {
  width: 100%;
  height: 70px;
  background: #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_pager_num > .inner {
    height: initial;
    padding: 10px 0;
  }
}
.c_pager_num > .inner > span {
  width: 26px;
  height: 26px;
  color: #fff;
  background: #097847;
  border-radius: 3px;
  font-size: 1.4em;
  display: inline-block;
  margin: 0 0 0 5px;
  text-align: center;
  padding: 6px 0 0;
}
.c_pager_num > .inner > span.dots {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .c_pager_num > .inner > span {
    width: 40px;
    height: 40px;
    padding: 13px 0 0;
  }
}
.c_pager_num > .inner > a {
  background: #fff;
  padding: 6px 0 0;
  text-align: center;
  font-size: 1.4em;
  width: 26px;
  height: 26px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .c_pager_num > .inner > a {
    width: 40px;
    height: 40px;
    padding: 13px 0 0;
  }
}
.c_pager_num > .inner > a:hover {
  background: rgba(191, 217, 206, 0.2);
}
.c_pager_num > .inner > a.prev.page-numbers {
  margin: 0;
  position: relative;
}
.c_pager_num > .inner > a.prev.page-numbers .vertical,
.c_pager_num > .inner > a.prev.page-numbers .horizontal {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #333333;
  z-index: 1;
}
.c_pager_num > .inner > a.prev.page-numbers .vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_pager_num > .inner > a.prev.page-numbers .horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c_pager_num > .inner > a.next {
  position: relative;
}
.c_pager_num > .inner > a.next .vertical,
.c_pager_num > .inner > a.next .horizontal {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #333333;
}
.c_pager_num > .inner > a.next .vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
}
.c_pager_num > .inner > a.next .horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 1px;
}

/* =================================
 pager
================================= */
.c_pagination {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .c_pagination {
    margin: 40px 0;
  }
}
.c_pagination > .inner {
  width: 100%;
  height: 70px;
  background: #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_pagination > .inner {
    height: initial;
    padding: 10px 0;
  }
}
.c_pagination > .inner > span {
  width: 26px;
  height: 26px;
  color: #fff;
  background: #097847;
  border-radius: 3px;
  font-size: 1.4em;
  display: inline-block;
  margin: 0 0 0 5px;
  text-align: center;
  padding: 6px 0 0;
}
.c_pagination > .inner > span.dots {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .c_pagination > .inner > span {
    width: 40px;
    height: 40px;
    padding: 13px 0 0;
  }
}
.c_pagination > .inner > a {
  background: #fff;
  padding: 6px 0 0;
  text-align: center;
  font-size: 1.4em;
  width: 26px;
  height: 26px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .c_pagination > .inner > a {
    width: 40px;
    height: 40px;
    padding: 13px 0 0;
    margin: 0 0 0 3px;
  }
}
.c_pagination > .inner > a:hover {
  background: rgba(191, 217, 206, 0.2);
}
.c_pagination > .inner > a.prev {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_pagination > .inner > a.prev {
    display: none;
  }
  .c_pagination > .inner > a.prev + a {
    margin: 0;
  }
}
.c_pagination > .inner > a.prev .vertical,
.c_pagination > .inner > a.prev .horizontal {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #333333;
}
.c_pagination > .inner > a.prev .vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_pagination > .inner > a.prev .horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c_pagination > .inner > a.next {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_pagination > .inner > a.next {
    display: none;
  }
}
.c_pagination > .inner > a.next .vertical,
.c_pagination > .inner > a.next .horizontal {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #333333;
}
.c_pagination > .inner > a.next .vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
}
.c_pagination > .inner > a.next .horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 1px;
}
.c_pagination > .inner > a.active {
  border: none;
  background: #097847;
  color: #fff;
}

.c_pager_prev_next ul {
  margin: 40px 0 0;
  width: 100%;
  height: 41px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next ul {
    margin: 40px 0 40px;
  }
}
.c_pager_prev_next ul a {
  position: relative;
}
.c_pager_prev_next ul a:hover {
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.c_pager_prev_next ul a.btn {
  width: 220px;
  height: 41px;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_pager_prev_next ul a.btn > .inner {
  width: 100%;
  height: 38px;
  background: #fff;
  border-bottom: 3px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_pager_prev_next ul a.btn > .inner:hover {
  border-bottom: 3px solid transparent;
}
.c_pager_prev_next ul a.btn > .inner .u_txt_1 {
  color: #097847;
  padding: 0 0 0 23px;
}
.c_pager_prev_next ul a.btn > .inner .u_txt_1.imgtxt {
  position: relative;
}
.c_pager_prev_next ul a.btn > .inner .u_txt_1.imgtxt:before {
  content: url("/assets/img/common/ico_link.svg");
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.c_pager_prev_next ul li {
  position: absolute;
}
.c_pager_prev_next ul li.prev {
  left: 50%;
  margin: 0 0 0 -175px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next ul li.prev {
    margin: 0 0 0 -130px;
  }
}
.c_pager_prev_next ul li.prev a:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #097847;
  border-left: 1px solid #097847;
  z-index: 1;
  -moz-transform: rotate(45deg) translateY(-20%);
  -ms-transform: rotate(45deg) translateY(-20%);
  -webkit-transform: rotate(45deg) translateY(-20%);
  transform: rotate(45deg) translateY(-20%);
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next ul li.prev a:before {
    left: 43%;
    z-index: 1;
  }
}
.c_pager_prev_next ul li.prev a.btn {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next ul li.prev a.btn {
    width: 40px;
  }
}
.c_pager_prev_next ul li.prev a.btn > .inner .u_txt_1 {
  padding: 0 0 0 17px;
}
.c_pager_prev_next ul li.curr {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next ul li.curr a.btn {
    width: 180px;
  }
}
.c_pager_prev_next ul li.next {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 0 0 175px;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next ul li.next {
    margin: 0 0 0 130px;
  }
}
.c_pager_prev_next ul li.next a:before {
  content: "";
  position: absolute;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #097847;
  border-right: 1px solid #097847;
  z-index: 1;
  -moz-transform: rotate(45deg) translateY(-20%);
  -ms-transform: rotate(45deg) translateY(-20%);
  -webkit-transform: rotate(45deg) translateY(-20%);
  transform: rotate(45deg) translateY(-20%);
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next ul li.next a:before {
    right: 43%;
    z-index: 1;
  }
}
.c_pager_prev_next ul li.next a.btn {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .c_pager_prev_next ul li.next a.btn {
    width: 40px;
  }
}
.c_pager_prev_next ul li.next a.btn > .inner .u_txt_1 {
  padding: 0 17px 0 0;
}

/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
/* =================================
 pagination
================================= */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  position: relative;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 40px 0;
  }
}

.pagination span,
.pagination a {
  background: #fff;
  padding: 6px 0 0;
  text-align: center;
  font-size: 14px;
  width: 26px;
  height: 26px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .pagination span,
  .pagination a {
    width: 40px;
    height: 40px;
    padding: 13px 0 0;
  }
}

/* ページ番号 */
.pagination {
  width: 100%;
  height: 70px;
  background: #e6e6e6;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pagination a.next,
.pagination a.prev {
  position: relative;
}
.pagination .vertical,
.pagination .horizontal {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #333333;
}
.pagination .prev .vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination .prev .horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination .next .vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
}
.pagination .next .horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 1px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #097847;
  background-color: #097847;
}
.pagination a:hover .vertical,
.pagination a:hover .horizontal,
.pagination .current .vertical,
.pagination .current .horizontal {
  background: #fff;
}

/* 最初へ */
.pagination a.first {
  display: none;
}

/* 最後へ */
.pagination a.last {
  display: none;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4.6875%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 100%;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4.6875%;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .l_container {
    padding: 0;
  }
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  display: none;
  background: #097847;
  height: 80px;
  padding: 7px 10px 10px 10px;
}
@media screen and (max-width: 768px) {
  .l_header_sp {
    display: block;
    position: fixed;
    width: 100%;
  }
}
.l_header_sp > .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-end;
  padding: 0;
  height: 57px;
}
.l_header_sp > .inner .left a {
  display: block;
  width: 160px;
}
.l_header_sp > .inner .left img {
  max-width: 100%;
}
.l_header_sp > .inner .right {
  margin: 10px 0 0;
}
.l_header_sp > .inner .right .border {
  width: 25px;
  height: 1px;
  background: #fff;
}
.l_header_sp > .inner .right .border2 {
  margin: 6px 0;
}
.l_header_sp > .inner .right p {
  color: #fff;
  margin: 5px 0 0 -2px;
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #097847;
}
.l_menu_sp > .inner .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 7px 10px 10px 10px;
  align-items: flex-end;
  height: 74px;
}
.l_menu_sp > .inner .logo .left a {
  width: 160px;
  display: block;
}
.l_menu_sp > .inner .logo .left img {
  max-width: 100%;
}
.l_menu_sp > .inner .logo .right {
  margin: 18px 0 0;
}
.l_menu_sp > .inner .logo .right .border {
  width: 25px;
  height: 1px;
  background: #fff;
}
.l_menu_sp > .inner .logo .right .border1 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l_menu_sp > .inner .logo .right .border2 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l_menu_sp > .inner .logo .right p {
  color: #fff;
  margin: 12px 0 0 0px;
}
.l_menu_sp > .inner .content > .inner {
  padding: 0 10px;
}
.l_menu_sp > .inner .content > .inner ul {
  margin: 10px 0 0;
}
.l_menu_sp > .inner .content > .inner ul li a {
  width: 100%;
  height: 50px;
  background: #055934;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 10px;
}
.l_menu_sp > .inner .content > .inner ul li a .u_txt_3 {
  color: #fff;
  margin: 0 auto;
}

/* =================================
 l_mordal
================================= */
.l_mordal {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_mordal {
    padding: 75px 10px 0;
  }
}
.l_mordal > .inner {
  padding: 20px;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner {
    padding: 10px;
  }
}
.l_mordal > .inner._pt1 {
  max-width: 900px;
}
.l_mordal > .inner._pt2 {
  max-width: 900px;
}
.l_mordal > .inner._pt4 {
  max-width: 420px;
}
.l_mordal > .inner .ttl {
  height: 50px;
  background: #097847;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.l_mordal > .inner .ttl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6.5px 0 6.5px;
  border-color: #097847 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_mordal > .inner .ttl .u_txt_3 {
  color: #fff;
  letter-spacing: 0.05em;
}
.l_mordal > .inner .ttl .u_txt_3 > img {
  margin: 0 10px 0 0;
}
.l_mordal > .inner .wrap {
  margin: 20px 0 0;
  border-bottom: 1px solid #555555;
}
.l_mordal > .inner .wrap._pt1 {
  overflow-y: scroll;
  max-height: 650px;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap._pt1 {
    max-height: 500px;
  }
}
.l_mordal > .inner .wrap::-webkit-scrollbar {
  width: 6px;
}
.l_mordal > .inner .wrap::-webkit-scrollbar-track {
  background: #fff;
}
.l_mordal > .inner .wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c8c8c8;
}
.l_mordal > .inner .wrap > .inner {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner {
    padding: 0 10px 0 0;
  }
}
.l_mordal > .inner .wrap > .inner .parent {
  margin: 20px 0 0;
  padding: 8px 10px 8px 35px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner .parent {
    border-radius: 3px;
  }
}
.l_mordal > .inner .wrap > .inner .parent:nth-of-type(1) {
  margin: 0;
}
.l_mordal > .inner .wrap > .inner .parent label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner .parent label {
    line-height: 1.3;
  }
}
.l_mordal > .inner .wrap > .inner .parent label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  left: -28px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner .parent label:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.l_mordal > .inner .wrap > .inner .parent label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 16px;
  left: -24px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  opacity: 0;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner .parent label:after {
    top: 50%;
    margin-top: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.l_mordal
  > .inner
  .wrap
  > .inner
  .parent
  input[type="checkbox"]:checked
  + label::before {
  background: #0a8c54;
  border: 1px solid #0a8c54;
}
.l_mordal
  > .inner
  .wrap
  > .inner
  .parent
  input[type="checkbox"]:checked
  + label::after {
  z-index: 1;
  opacity: 1;
}
.l_mordal > .inner .wrap > .inner .child .check {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  padding: 8px 10px 6px 35px;
  margin: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner .child .check {
    display: inline-flex;
    min-height: 50px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.l_mordal > .inner .wrap > .inner .child .check._active {
  border: 1px solid #0a8c54;
  background: rgba(191, 217, 206, 0.2);
}
.l_mordal > .inner .wrap > .inner .child .check .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_mordal > .inner .wrap > .inner .child .check .flex label {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner .child .check .flex label {
    line-height: 1.3;
  }
}
.l_mordal > .inner .wrap > .inner .child .check .flex label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #555555;
  border-radius: 3px;
  position: absolute;
  top: -3px;
  left: -28px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner .child .check .flex label:before {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.l_mordal > .inner .wrap > .inner .child .check .flex label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 11px;
  left: -24px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  opacity: 0;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner .child .check .flex label:after {
    top: 50%;
    margin-top: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.l_mordal
  > .inner
  .wrap
  > .inner
  .child
  .check
  .flex
  input[type="checkbox"]:checked
  + label::before {
  background: #0a8c54;
}
.l_mordal
  > .inner
  .wrap
  > .inner
  .child
  .check
  .flex
  input[type="checkbox"]:checked
  + label::after {
  z-index: 1;
  opacity: 1;
}
.l_mordal > .inner .wrap > .inner .child .check .flex .close {
  margin: 0 0 0 5px;
}
.l_mordal > .inner .wrap > .inner > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_mordal > .inner .wrap > .inner > ul > li {
  border-bottom: 1px dotted #555555;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner > ul > li {
    width: 100%;
  }
}
.l_mordal > .inner .wrap > .inner > ul > li:last-child {
  border-bottom: none;
}
.l_mordal > .inner .wrap > .inner > ul > li:nth-last-child(2) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner > ul > li:nth-last-child(2) {
    border-bottom: 1px dotted #555555;
  }
}
.l_mordal > .inner .wrap > .inner > ul > li label {
  cursor: pointer;
  width: 405px;
  height: 70px;
  padding: 10px 0 0;
  position: relative;
  margin: 0 0 0 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap > .inner > ul > li label {
    width: 100%;
  }
}
.l_mordal > .inner .wrap > .inner > ul > li label._active .img_wrap img {
  outline: 2px solid #0a8c54;
}
.l_mordal > .inner .wrap > .inner > ul > li label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #555555;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  left: 61px;
  margin: 0 5px 0 0;
}
.l_mordal > .inner .wrap > .inner > ul > li label:after {
  content: "?";
  color: #fff;
  position: absolute;
  top: 43px;
  left: 66px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  opacity: 0;
  font-size: 12px;
}
.l_mordal > .inner .wrap > .inner > ul > li label .img_wrap > img {
  width: 52px;
}
.l_mordal > .inner .wrap > .inner > ul > li label .txt_wrap {
  padding: 0 10px 0 35px;
}
.l_mordal
  > .inner
  .wrap
  > .inner
  > ul
  > li
  input[type="checkbox"]:checked
  + label::before {
  background: #0a8c54;
}
.l_mordal
  > .inner
  .wrap
  > .inner
  > ul
  > li
  input[type="checkbox"]:checked
  + label::after {
  z-index: 1;
  width: 6px;
  height: 9px;
  opacity: 1;
}
.l_mordal > .inner .wrap .add_btn {
  cursor: pointer;
  font-size: 1.4em;
  width: 95px;
  height: 30px;
  color: #0a8c54;
  background: #fff;
  border: 1px solid silver;
  border-bottom: 2px solid silver;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap .add_btn {
    margin: 0 0 20px;
  }
}
.l_mordal > .inner .wrap .add_btn:hover {
  border-bottom: 1px solid silver;
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.l_mordal > .inner .wrap .add_btn span {
  font-weight: bold;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.l_mordal > .inner .wrap .txt_area {
  position: relative;
}
.l_mordal > .inner .wrap .txt_area:last-child {
  margin: 0 0 20px;
}
.l_mordal > .inner .wrap .txt_area .inp_txt {
  width: 100%;
  height: 30px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  margin: 10px 0 0;
  padding: 0 25px 0 10px;
  font-size: 14px;
}
.l_mordal > .inner .wrap .txt_area .inp_txt:placeholder-shown {
  color: #999;
}
.l_mordal > .inner .wrap .txt_area .inp_txt::-webkit-input-placeholder {
  color: #999;
}
.l_mordal > .inner .wrap .txt_area .inp_txt:-moz-placeholder {
  color: #999;
  opacity: 1;
}
.l_mordal > .inner .wrap .txt_area .inp_txt::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.l_mordal > .inner .wrap .txt_area .inp_txt:-ms-input-placeholder {
  color: #999;
}
@media screen and (max-width: 768px) {
  .l_mordal > .inner .wrap .txt_area .inp_txt {
    height: 50px;
  }
}
.l_mordal > .inner .wrap .txt_area.other .remove {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 15px;
  font-weight: bold;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_mordal > .inner .btn_wrap {
  cursor: pointer;
  width: 200px;
  height: 50px;
  margin: 20px auto 0;
  background: #ef812b;
  border-right: 3px;
  border-bottom: 5px solid #c7681d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_mordal > .inner .btn_wrap:hover {
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-top: 5px solid #fff;
  border-bottom: 5px solid #ef812b;
}
.l_mordal > .inner .btn_wrap .u_txt_1 {
  letter-spacing: 0.05em;
  color: #fff;
}
.l_mordal button.mfp-close {
  background: url("/assets/img/common/btn_close.svg");
  background-size: cover;
  color: transparent;
  height: 47px;
  opacity: 1;
  top: -30px;
  right: -22px;
}
@media screen and (max-width: 768px) {
  .l_mordal button.mfp-close {
    top: 15px;
    right: 10px;
  }
  .l_header_sp > .inner .bnr_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    position: absolute;
    right: 12%;
  }
  .l_header_sp > .inner .bnr_wrap .no1 {
    width: 30px;
    margin-bottom: 2px;
    margin-right: 3px;
  }
  .l_header_sp > .inner .bnr_wrap .no1 img {
    width: 100%;
  }
  .l_header_sp > .inner .header_btn_wrap .btn.line {
    color: #fff;
    background-color: #06c755;
    display: block;
    padding: 7px 3px 7px 19px;
    border-radius: 3px;
    position: relative;
  }
  .l_header_sp > .inner .header_btn_wrap .btn.line p {
    font-size: 1.1em;
  }
  .l_header_sp > .inner .header_btn_wrap .btn.line::before {
    content: "";
    background: url(/assets/img/common/ico_line.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
}

.iPhone .l_mordal > .inner .wrap > .inner {
  padding: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .iPhone .l_mordal > .inner .wrap > .inner {
    padding: 0 10px 0 0;
  }
}
.iPhone .l_mordal > .inner .wrap > .inner .parent label:after {
  top: 50%;
  left: -24px;
  margin: 2px 0 0 0;
}
.iPhone .l_mordal > .inner .wrap > .inner .child .check .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.iPhone .l_mordal > .inner .wrap > .inner .child .check .flex label:after {
  top: 50%;
  left: -24px;
  margin: 2px 0 0 0;
}
.iPhone .l_mordal > .inner .wrap > .inner > ul > li label:after {
  content: "?";
  color: #fff;
  position: absolute;
  top: 43px;
  left: 66px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  opacity: 0;
  font-size: 12px;
}

/* =================================
 l_container_top
================================= */
.l_container_top {
  opacity: 0;
  position: relative;
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .l_container_top {
    padding: 0;
  }
}

/* =================================
 l_header
================================= */
.l_header {
  width: 100%;
  min-width: 1240px;
  position: fixed;
  top: 0;
  left: 0;
  background: #097847;
}
@media screen and (max-width: 768px) {
  .l_header {
    display: none;
  }
}
.l_header > .inner > .line1 {
  width: 1100px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.l_header > .inner > .line1 > .img_wrap {
  position: relative;
}
.l_header > .inner > .line1 > .img_wrap .u_txt_2 {
  position: absolute;
  white-space: nowrap;
  color: #fff;
  left: 30px;
  font-weight: normal;
}
.l_header > .inner > .line1 > .img_wrap a {
  width: 245px;
  display: block;
}
.l_header > .inner > .line1 > .img_wrap a > img {
  max-width: 100%;
}
.l_header > .inner > .line1 .header_btn_wrap {
  position: relative;
  height: 90px;
}
.l_header > .inner > .line1 .btn {
  width: 200px;
  height: 37px;
  display: block;
  color: #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

a.example-entry {
  width: 100%;
  height: 62px;
  color: #fff !important;
  text-decoration: none !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
a.example-entry span {
  width: 100%;
  font-size: 1.4em;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
}
.l_header > .inner > .line1 .btn .u_txt_1 {
  margin: 0 auto;
}
.l_header > .inner > .line1 .btn.entry {
  border-bottom: 3px solid #c7681d;
  background: #ef812b;
  position: absolute;
  top: 40px;
  right: 0;
}
.l_header > .inner > .line1 .btn.entry:hover {
  height: 34px;
  border-bottom: 0;
  transform: translateY(3px);
}
.l_header > .inner > .line1 .btn.line {
  border-bottom: 3px solid #018f3b;
  background: #06c755;
  position: absolute;
  bottom: 6px;
  right: 0;
}
.l_header > .inner > .line1 .btn.line::before {
  content: "";
  background: url(/assets/img/common/ico_line.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.l_header > .inner > .line1 .btn.line:hover {
  height: 34px;
  border-bottom: 0;
}
.l_header > .inner > .line1 .bnr_wrap {
  display: flex;
  align-items: center;
  right: 210px;
  position: absolute;
  width: 290px;
}
.l_header > .inner > .line1 .no1 {
  width: calc(100% / 4);
  padding-right: 5px;
}
.l_header > .inner > .line1 .no1:last-child {
  padding-right: 0;
}
.l_header > .inner > .line1 .no1 img {
  width: 100%;
  height: 65px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l_header_sp {
  }
  .l_header_sp > .inner img.no1 {
    right: 47px;
    position: absolute;
    top: 15px;
    width: 100px;
    height: auto;
  }
}
.l_header > .inner > .line2 {
  width: 100%;
  background: #055934;
  margin: 0 auto;
}
.l_header > .inner > .line2 ul {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header > .inner > .line2 ul li {
  border-right: 1px solid #097847;
  width: -moz-calc(100% / 7);
  width: -o-calc(100% / 7);
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7);
}
.l_header > .inner > .line2 ul li:nth-of-type(1) {
  border-left: 1px solid #097847;
}
.l_header > .inner > .line2 ul li:hover {
  background: #508b71;
}
.l_header > .inner > .line2 ul li a {
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header > .inner > .line2 ul li a.active {
  background: #fff;
}
.l_header > .inner > .line2 ul li a.active .u_txt_1 {
  color: #097847;
}
.l_header > .inner > .line2 ul li a .u_txt_1 {
  color: #fff;
  margin: 0 auto;
}

/* =================================
 l_main_visual_top
================================= */
.l_main_visual_top {
  background: url(../img/top/mv_bg.png);
  background-size: cover;
  background-position: center center;
}
.l_main_visual_top > .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_main_visual_top > .inner {
    width: 100%;
  }
}
.l_main_visual_top > .inner .u_txt_3 {
  height: 80px;
  font-weight: bold;
  background: #e6e6e6;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* =================================
 l_footer
================================= */
.l_footer > .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 20px 20px;
  }
}
.l_footer > .inner .left {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .left {
    width: 100%;
  }
}
.l_footer > .inner .left > ul {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .left > ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}
.l_footer > .inner .left > ul li {
  padding: 0 6px;
  border-right: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .left > ul li {
    width: 50%;
    margin: 0 0 20px;
    border-right: none;
    padding: 0 0 0 20px;
    position: relative;
  }
  .l_footer > .inner .left > ul li:before {
    content: url(../img/common/ico_link.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    top: -2px;
    left: 0;
  }
}
.l_footer > .inner .left > ul li:nth-of-type(1) {
  padding: 0 6px 0 0;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .left > ul li:nth-of-type(1) {
    padding: 0 0 0 20px;
  }
}
.l_footer > .inner .left > ul li:nth-of-type(6) {
  border-right: none;
}
.l_footer > .inner .left > ul li a {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .left > ul li a {
    color: #0a8c54;
    font-size: 1.4em;
    text-decoration: underline;
  }
}
.l_footer > .inner .left > ul li a:hover {
  color: #0a8c54;
}
.l_footer > .inner .left .u_sp ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 10px 0 20px;
}
.l_footer > .inner .left .u_sp .logo-bottom {
  text-align: center;
  width: 150px;
  margin: 0 auto;
  display: block;
}
.l_footer > .inner .left .u_sp .logo-bottom img {
  width: 150px;
}
.l_footer > .inner .left .u_sp ul li {
  margin: 0 10px 0 0;
}
.l_footer > .inner .left .u_sp ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.l_footer > .inner .left .u_sp ul li a.face {
  background: url("/assets/img/common/ico_fb.svg");
}
.l_footer > .inner .left .u_sp ul li a.face:hover {
  background: url("/assets/img/common/ico_fb_hov.svg");
}
.l_footer > .inner .left .u_sp ul li a.twi {
  background: url("/assets/img/common/ico_twi.svg");
}
.l_footer > .inner .left .u_sp ul li a.twi:hover {
  background: url("/assets/img/common/ico_twi_hov.svg");
}
.l_footer > .inner .left .u_sp ul li a.rss {
  background: url("/assets/img/common/ico_rss.svg");
}
.l_footer > .inner .left .u_sp ul li a.rss:hover {
  background: url("/assets/img/common/ico_rss_hov.svg");
}
@media screen and (max-width: 768px) {
  .l_footer > .inner .left .u_txt_2 {
    text-align: center;
  }
}
.l_footer > .inner .right {
  width: 400px;
}
.l_footer > .inner .right .logo-bottom {
  display: block;
  width: 250px;
  height: 100%;
  float: left;
}

@media screen and (max-width: 768px) {
  .l_footer > .inner .right {
    width: 100%;
  }
}
.l_footer > .inner .right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.l_footer > .inner .right ul li {
  margin: 0 0 0 10px;
}
.l_footer > .inner .right ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.l_footer > .inner .right ul li a.face {
  background: url("/assets/img/common/ico_fb.svg");
}
.l_footer > .inner .right ul li a.face:hover {
  background: url("/assets/img/common/ico_fb_hov.svg");
}
.l_footer > .inner .right ul li a.twi {
  background: url("/assets/img/common/ico_twi.svg");
}
.l_footer > .inner .right ul li a.twi:hover {
  background: url("/assets/img/common/ico_twi_hov.svg");
}
.l_footer > .inner .right ul li a.rss {
  background: url("/assets/img/common/ico_rss.svg");
}
.l_footer > .inner .right ul li a.rss:hover {
  background: url("/assets/img/common/ico_rss_hov.svg");
}

/* =================================
 l_trailling_sp
================================= */
.l_trailling_sp {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .l_trailling_sp {
    display: block;
  }
}
.l_trailling_sp .inner {
  width: 100%;
  padding: 10px;
  height: 65px;
  background: #333;
  display: flex;
  justify-content: space-between;
}
.l_trailling_sp .inner .u_txt_3 {
  width: 100%;
  height: 45px;
  color: #fff;
  background: #ef812b;
  border-bottom: 3px solid #c7681d;
  border-radius: 1.5px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_trailling_sp .inner .u_txt_line {
  width: calc((100% - 10px) / 2);
  color: #fff;
  background: #11C755;
  border-bottom: 3px solid #029238;
  font-size: 1.8em;
  line-height: 1.3;
  border-radius: 1.5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_trailling_sp .inner .u_txt_line img {
  height: 38px;
  margin-left: -10px;
}

/* =================================
 l_breadcrumbs
================================= */
@media screen and (max-width: 768px) {
  .l_breadcrumbs {
    padding: 60px 0 0;
  }
}
.l_breadcrumbs > .inner {
  width: 1100px;
  height: 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_breadcrumbs > .inner {
    width: 100%;
    padding: 5px 10px 0;
    height: initial;
    min-height: 35px;
    overflow: scroll;
  }
}
.l_breadcrumbs > .inner .u_txt_1 {
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .l_breadcrumbs > .inner .u_txt_1 {
    white-space: nowrap;
  }
}
.l_breadcrumbs > .inner a {
  color: #097847;
}
.l_breadcrumbs > .inner .u_txt_2 > span {
  margin: 0 5px 0 0;
}
.l_breadcrumbs > .inner .u_txt_2 .home {
  color: #0a8c54;
}

/* =================================
 l_job_offer
================================= */
.l_job_offer > .inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner {
    width: 100%;
  }
}
.l_job_offer > .inner > .ttl {
  height: 50px;
  background: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .ttl {
    height: initial;
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.l_job_offer > .inner > .ttl > .left > .ico_1 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #e21b1b;
  padding: 8px 12px;
  border-radius: 3px;
}
@media screen and (max-width: 320px) {
  .l_job_offer > .inner > .ttl > .left > .ico_1 {
    padding: 8px;
  }
}
.l_job_offer > .inner > .ttl > .left > .u_txt_1 {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  margin: 0 0 0 10px;
}
.l_job_offer > .inner > .ttl > .u_txt_1 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .ttl > .u_txt_1 {
    margin: 10px 0 0;
  }
}
.l_job_offer > .inner > .inner {
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #555555;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner {
    padding: 10px 10px 20px 10px;
  }
}
.l_job_offer > .inner > .inner .tag_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .tag_list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_job_offer > .inner > .inner .tag_list .u_txt_1 {
  margin: 0 10px 0 0;
  color: #097847;
  padding: 4px 10px 2px;
  border: 1px solid #097847;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .tag_list .u_txt_1 {
    margin: 0 10px 10px 0;
  }
}
.l_job_offer > .inner > .inner .ttl_wrap {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .ttl_wrap {
    margin: 10px 0 0;
  }
}
.l_job_offer > .inner > .inner .ttl_wrap .u_txt_3 {
  font-weight: bold;
  pointer-events: none;
}
.l_job_offer > .inner > .inner .txt_wrap {
  margin: 30px 0 0;
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row {
  border-top: 1px dotted #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .txt_wrap .txt_row {
    display: block;
    border-top: none;
  }
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row:last-child {
  border-bottom: 1px dotted #333333;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .txt_wrap .txt_row:last-child {
    border-bottom: none;
  }
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row .left {
  width: 220px;
  min-height: 60px;
  background: #f5f5f5;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .txt_wrap .txt_row .left {
    min-height: initial;
    width: 100%;
    padding: 8px 10px;
  }
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row .left .u_txt_1 {
  font-weight: bold;
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row .right {
  min-height: 60px;
  padding: 20px 10px 20px 20px;
  width: -moz-calc(100% - 220px);
  width: -o-calc(100% - 220px);
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .txt_wrap .txt_row .right {
    width: 100%;
    min-height: initial;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .txt_wrap .txt_row .right .u_txt_1 {
    line-height: 1.7;
  }
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row .right .subttl {
  font-weight: bold;
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row .right .subttl + .u_txt_1 {
  margin: 10px 0 0;
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row .right .u_txt_1 + .subttl {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner .txt_wrap .txt_row .right .u_txt_1 + .subttl {
    margin: 30px 0 0;
  }
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row .right .subttl + .txt_list {
  margin: 10px 0 0;
}
.l_job_offer > .inner > .inner .txt_wrap .txt_row .right .txt_list .u_txt_1 {
  padding: 0 0 0 18px;
  position: relative;
  line-height: 1.7;
}
.l_job_offer
  > .inner
  > .inner
  .txt_wrap
  .txt_row
  .right
  .txt_list
  .u_txt_1:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background: #333333;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
.l_job_offer > .inner > .inner > .btn_wrap1 {
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner > .btn_wrap1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.l_job_offer > .inner > .inner > .btn_wrap1 > .btn {
  width: 300px;
  height: 52px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_job_offer > .inner > .inner > .btn_wrap1 > .btn.btn_1 {
  background: #097847;
  border-bottom: 3px solid #055934;
}
.l_job_offer > .inner > .inner > .btn_wrap1 > .btn.btn_1:hover {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #097847;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner > .btn_wrap1 > .btn.btn_1:hover {
    border-top: 3px solid #097847;
    border-bottom: 3px solid #055934;
  }
}
.l_job_offer > .inner > .inner > .btn_wrap1 > .btn.btn_2 {
  background: #ef812b;
  border-bottom: 3px solid #c7681d;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner > .btn_wrap1 > .btn.btn_2 {
    margin: 15px 0 0;
  }
}
.l_job_offer > .inner > .inner > .btn_wrap1 > .btn.btn_2:hover {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #ef812b;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner > .btn_wrap1 > .btn.btn_2:hover {
    border-top: 3px solid #ef812b;
    border-bottom: 3px solid #c7681d;
  }
}
.l_job_offer > .inner > .inner > .btn_wrap1 > .btn .u_txt_1 {
  color: #fff;
}
.l_job_offer > .inner > .inner > .btn_wrap1 > .btn .u_txt_1.imgtxt {
  padding: 0 0 0 27px;
  position: relative;
}
.l_job_offer > .inner > .inner > .btn_wrap1 > .btn .u_txt_1.imgtxt:before {
  content: "";
  background: url(/assets/img/common/ico_mail.svg);
  width: 17px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.l_job_offer > .inner > .inner > .entry_txt {
  margin: 20px 0 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner > .entry_txt {
    text-align: center;
  }
}
.l_job_offer > .inner > .inner > .entry_txt > a {
  color: #097847;
  text-decoration: underline;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner > .entry_txt > a {
    padding: 0 0 0 20px;
  }
}
.l_job_offer > .inner > .inner > .entry_txt > a:before {
  content: url("/assets/img/common/ico_link.svg");
  position: absolute;
  top: 2px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner > .entry_txt > a:before {
    left: 0;
  }
}
.l_job_offer > .inner > .inner > .entry_txt > a:hover {
  text-decoration: none;
}
.l_job_offer > .inner > .inner > .btn_wrap2 {
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_job_offer > .inner > .inner > .btn_wrap2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_job_offer > .inner > .inner > .btn_wrap2 > .btn {
  width: 220px;
  height: 41px;
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_job_offer > .inner > .inner > .btn_wrap2 > .btn > .inner {
  width: 100%;
  height: 38px;
  border-bottom: 3px solid #e6e6e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_job_offer > .inner > .inner > .btn_wrap2 > .btn > .inner:hover {
  border-top: 3px solid #fff;
  border-bottom: 3px solid transparent;
}
.l_job_offer > .inner > .inner > .btn_wrap2 > .btn > .inner .u_txt_1 {
  color: #097847;
  padding: 0 0 0 23px;
}
.l_job_offer > .inner > .inner > .btn_wrap2 > .btn > .inner .u_txt_1.imgtxt {
  position: relative;
}
.l_job_offer
  > .inner
  > .inner
  > .btn_wrap2
  > .btn
  > .inner
  .u_txt_1.imgtxt:before {
  content: url("/assets/img/common/ico_link.svg");
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

/* =================================
design
================================= */

table.table_type01 {
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.7;
}
table.table_type01 th,
table.table_type01 td {
  border: 1px solid #000;
  padding: 5px 10px;
}
table.table_type01 p {
  margin: 0 !important;
}