@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.mb-block {
  display: none;
}
@media screen and (max-width: 480px) {
  .mb-block {
    display: block;
  }
}

.flexdummy {
  margin: 0 !important;
  height: 0;
}

.inView {
  opacity: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .inView {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.delay:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.delay:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.delay:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.delay:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.delay:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.delay:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.delay:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.delay:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.delay:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.delay:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.delay:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

body:after {
  content: url(../images/plugin/lightbox/close.png) url(../images/plugin/lightbox/loading.gif) url(../images/plugin/lightbox/prev.png) url(../images/plugin/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/plugin/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/plugin/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/plugin/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/plugin/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.ajax-loader {
  display: none !important;
}

html, body {
  min-width: 1040px;
}
@media screen and (max-width: 768px) {
  html, body {
    min-width: inherit;
    min-width: auto;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
input[type=submit],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
textarea {
  width: 100%;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  select {
    padding: 11px 17px 9px;
  }
}
select::-ms-expand {
  display: none;
}

.table-pcfix {
  overflow-x: scroll;
}
.table-pcfix table {
  width: 1000px;
}

table {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 768px) {
  table.tb-vertical thead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  table.tb-vertical tr {
    border: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 768px) {
  table.tb-vertical tr th, table.tb-vertical tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
@media screen and (max-width: 414px) {
  table.sp-vertical thead {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  table.sp-vertical tr {
    border: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 414px) {
  table.sp-vertical tr th, table.sp-vertical tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}
table.small tr th, table.small tr td {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  table.small tr th, table.small tr td {
    padding: 7px;
  }
}
table tr th, table tr td {
  border: 1px solid #D6D6D6;
  vertical-align: top;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  table tr th, table tr td {
    padding: 10px;
  }
}
table tr th {
  background-color: #E7E7EB;
  font-weight: bold;
}

.fs12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .fs12 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fs12 {
    font-size: 1rem;
  }
}

.fs13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .fs13 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs13 {
    font-size: 1.1rem;
  }
}

.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .fs14 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.fs15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fs15 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fs15 {
    font-size: 1.3rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fs16 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fs16 {
    font-size: 1.4rem;
  }
}

.fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .fs17 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fs17 {
    font-size: 1.5rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .fs19 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fs19 {
    font-size: 1.7rem;
  }
}

.fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs20 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fs20 {
    font-size: 1.8rem;
  }
}

.fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .fs21 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs21 {
    font-size: 1.9rem;
  }
}

.fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .fs22 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 414px) {
  .fs22 {
    font-size: 2rem;
  }
}

.fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .fs23 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 414px) {
  .fs23 {
    font-size: 2.1rem;
  }
}

.fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .fs24 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 414px) {
  .fs24 {
    font-size: 2.2rem;
  }
}

.fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .fs25 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .fs25 {
    font-size: 2.3rem;
  }
}

.fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .fs26 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .fs26 {
    font-size: 2.4rem;
  }
}

.fs27 {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .fs27 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 414px) {
  .fs27 {
    font-size: 2.5rem;
  }
}

.fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .fs28 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 414px) {
  .fs28 {
    font-size: 2.6rem;
  }
}

.fs29 {
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .fs29 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 414px) {
  .fs29 {
    font-size: 2.7rem;
  }
}

.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 414px) {
  .fs30 {
    font-size: 2.8rem;
  }
}

.font-s12 {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s12 {
    font-size: 1.1rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s12 {
    font-size: 1rem !important;
  }
}

.font-s13 {
  font-size: 1.3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s13 {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s13 {
    font-size: 1.1rem !important;
  }
}

.font-s14 {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 768px) {
  .font-s14 {
    font-size: 1.3rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s14 {
    font-size: 1.2rem !important;
  }
}

.font-s15 {
  font-size: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .font-s15 {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s15 {
    font-size: 1.3rem !important;
  }
}

.font-s16 {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
  .font-s16 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s16 {
    font-size: 1.4rem !important;
  }
}

.font-s17 {
  font-size: 1.7rem !important;
}
@media screen and (max-width: 768px) {
  .font-s17 {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s17 {
    font-size: 1.5rem !important;
  }
}

.font-s18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 768px) {
  .font-s18 {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s18 {
    font-size: 1.6rem !important;
  }
}

.font-s19 {
  font-size: 1.9rem !important;
}
@media screen and (max-width: 768px) {
  .font-s19 {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s19 {
    font-size: 1.7rem !important;
  }
}

.font-s20 {
  font-size: 2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s20 {
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s20 {
    font-size: 1.8rem !important;
  }
}

.font-s21 {
  font-size: 2.1rem !important;
}
@media screen and (max-width: 768px) {
  .font-s21 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s21 {
    font-size: 1.9rem !important;
  }
}

.font-s22 {
  font-size: 2.2rem !important;
}
@media screen and (max-width: 768px) {
  .font-s22 {
    font-size: 2.1rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s22 {
    font-size: 2rem !important;
  }
}

.font-s23 {
  font-size: 2.3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s23 {
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s23 {
    font-size: 2.1rem !important;
  }
}

.font-s24 {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .font-s24 {
    font-size: 2.3rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s24 {
    font-size: 2.2rem !important;
  }
}

.font-s25 {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 768px) {
  .font-s25 {
    font-size: 2.4rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s25 {
    font-size: 2.3rem !important;
  }
}

.font-s26 {
  font-size: 2.6rem !important;
}
@media screen and (max-width: 768px) {
  .font-s26 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s26 {
    font-size: 2.4rem !important;
  }
}

.font-s27 {
  font-size: 2.7rem !important;
}
@media screen and (max-width: 768px) {
  .font-s27 {
    font-size: 2.6rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s27 {
    font-size: 2.5rem !important;
  }
}

.font-s28 {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 768px) {
  .font-s28 {
    font-size: 2.7rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s28 {
    font-size: 2.6rem !important;
  }
}

.font-s29 {
  font-size: 2.9rem !important;
}
@media screen and (max-width: 768px) {
  .font-s29 {
    font-size: 2.8rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s29 {
    font-size: 2.7rem !important;
  }
}

.font-s30 {
  font-size: 3rem !important;
}
@media screen and (max-width: 768px) {
  .font-s30 {
    font-size: 2.9rem !important;
  }
}
@media screen and (max-width: 414px) {
  .font-s30 {
    font-size: 2.8rem !important;
  }
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.txt-center {
  text-align: center !important;
}

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

.txt-right {
  text-align: right !important;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.pc-iblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.sp-iblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 414px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 414px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 414px) {
  .mt15 {
    margin-top: 8px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 414px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 414px) {
  .mt25 {
    margin-top: 13px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 414px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 414px) {
  .mt35 {
    margin-top: 18px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 414px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 414px) {
  .mt45 {
    margin-top: 23px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 414px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 414px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 414px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 414px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 414px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 414px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 414px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 414px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 414px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 414px) {
  .mb45 {
    margin-bottom: 23px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 414px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 414px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 414px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 414px) {
  .ml15 {
    margin-left: 8px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 414px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 414px) {
  .ml25 {
    margin-left: 13px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 414px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 414px) {
  .ml35 {
    margin-left: 18px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 414px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 414px) {
  .ml45 {
    margin-left: 23px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 414px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 414px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 414px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 414px) {
  .mr15 {
    margin-right: 8px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 414px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 414px) {
  .mr25 {
    margin-right: 13px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 414px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 414px) {
  .mr35 {
    margin-right: 18px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 414px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 414px) {
  .mr45 {
    margin-right: 23px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 414px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

.telephone a {
  cursor: default;
}

.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.breadcrumb {
  background: #98CB31;
  color: #ffffff;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb .wrapper {
    display: inline-block;
  }
}
.breadcrumb .wrapper > span {
  display: inline-block;
  margin-left: 1px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: "Biryani", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .breadcrumb .wrapper > span {
    margin-left: 3px;
    font-size: 1.1rem;
  }
}
.breadcrumb .wrapper > span:before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
.breadcrumb .wrapper > span:first-child {
  margin: 0;
}
.breadcrumb .wrapper > span:first-child:before {
  display: none;
}
.breadcrumb .wrapper > span > span,
.breadcrumb .wrapper > span a {
  display: inline-block;
}
.breadcrumb .wrapper > span a:hover {
  text-decoration: underline;
}

#pageTop {
  z-index: 400;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
  }
}
#pageTop a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageTop a:hover {
  opacity: 0.5;
}

section[class^=section] {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section[class^=section] {
    padding: 30px 0;
  }
}
section[class^=section] > .wrapper > h2[class^=unit-title] {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section[class^=section] > .wrapper > h2[class^=unit-title] {
    margin-bottom: 20px;
  }
}
section[class^=section] > .wrapper > h2[class^=unit-title]:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  section[class^=section] > .wrapper > h2[class^=unit-title]:not(:first-of-type) {
    margin-top: 50px;
  }
}

.box-colomn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-colomn-01.pc-col02 .colomn-inner {
  width: 50%;
  margin-top: 15px;
}
.box-colomn-01.pc-col03 .colomn-inner {
  width: 32%;
  margin-top: 15px;
}
.box-colomn-01.pc-col03 .colomn-inner:nth-of-type(3n+2) {
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col01 .colomn-inner {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.tb-col01 .colomn-inner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col01 .colomn-inner:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner {
    width: 48%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:nth-of-type(even) {
    margin-left: 2%;
    margin-right: 0;
  }
}
.box-colomn-01.tb-col02 .colomn-inner:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .box-colomn-01.tb-col02 .colomn-inner:first-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner {
    width: 100%;
    margin-top: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(odd) {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:nth-of-type(even) {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .box-colomn-01.sp-col01 .colomn-inner:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .box-colomn-01 .colomn-inner figure img {
    width: 100%;
  }
}

.box-pagenation-01 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 414px) {
  .box-pagenation-01 {
    font-size: 1.2rem;
  }
}
.box-pagenation-01 > span {
  display: inline-block;
  margin: 0 6px;
}
.box-pagenation-01 a {
  padding: 12px 26px 11px;
  border: 1px solid #333333;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 a {
    padding: 10px 22px 10px;
  }
}
@media screen and (max-width: 414px) {
  .box-pagenation-01 a {
    padding: 8px 10px 7px;
  }
}
.box-pagenation-01 a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #333333;
}
.box-pagenation-01 .prev a:before {
  content: "<";
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 .prev a:before {
    margin-right: 5px;
  }
}
.box-pagenation-01 .next a:after {
  content: ">";
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .box-pagenation-01 .next a:after {
    margin-left: 5px;
  }
}

.box-404 {
  text-align: center;
}
.box-404 .title-wrap .title {
  display: block;
  font-weight: bold;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box-404 .title-wrap .title {
    font-size: 2.5rem;
  }
}
.box-404 .title-wrap .catch {
  display: block;
  margin-top: 5px;
}
.box-404 p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-404 p {
    margin-top: 15px;
  }
}
.box-404 .unit-link-01 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-404 .unit-link-01 {
    margin-top: 15px;
  }
}

.box-undertitle-01 .title-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(../images/title/title_default.jpg) no-repeat center center transparent;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .title-wrap {
    height: 250px;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-01 .title-wrap {
    height: 200px;
  }
}
.box-undertitle-01 .title-wrap.color-white {
  color: #ffffff;
}
.box-undertitle-01 .title-wrap.color-white .title {
  border-color: #ffffff;
}
.box-undertitle-01 .title-wrap .title-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .title-wrap .title-inner {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.box-undertitle-01 .title-wrap .title {
  padding: 25px 47px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .title-wrap .title {
    padding: 15px 25px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 414px) {
  .box-undertitle-01 .title-wrap .title {
    padding: 10px;
    font-size: 2rem;
  }
}
.box-undertitle-01 .title-wrap .ruby {
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-undertitle-01 .title-wrap .ruby {
    font-size: 0.9rem;
  }
}

.box-form-01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0 18px;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .box-form-01 dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.box-form-01 dl:first-child {
  border-top: none;
  padding-top: 0;
}
.box-form-01 dl dt {
  width: 210px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .box-form-01 dl dt {
    width: 100%;
    padding-top: 0;
  }
}
.box-form-01 dl dd {
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .box-form-01 dl dd {
    width: 100%;
    margin-top: 10px;
  }
}
.box-form-01 .required:after {
  display: inline-block;
  content: "必須";
  min-width: 40px;
  margin-left: 12px;
  padding: 2px 5px 0;
  border-radius: 3px;
  background-color: #003171;
  font-size: 1.2rem;
  text-align: center;
  color: #ffffff;
}
.box-form-01 .telephone-wrap input[type=text] {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .box-form-01 .telephone-wrap input[type=text] {
    width: 65px;
  }
}
.box-form-01 .telephone-wrap > span:after {
  content: "-";
  display: inline-block;
  margin: 0 7px;
}
.box-form-01 .telephone-wrap > span:last-child:after {
  display: none;
}
.box-form-01 textarea {
  height: 180px;
}
.box-form-01 .unit-btn-01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-form-01 .unit-btn-01 {
    margin-top: 20px;
  }
}

.box-thanks-01 {
  text-align: center;
}
.box-thanks-01 .title-wrap {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 .title-wrap {
    font-size: 2.5rem;
  }
}
.box-thanks-01 p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 p {
    margin-top: 15px;
  }
}
.box-thanks-01 .unit-link-01 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .box-thanks-01 .unit-link-01 {
    margin-top: 15px;
  }
}

.unit-pagenation-01 {
  text-align: center;
}
.unit-pagenation-01 a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 10px 10px;
  border: 1px solid #003171;
  background-color: #003171;
  font-size: 1.5rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 a {
    margin: 0 5px;
    font-size: 1.4rem;
  }
}
.unit-pagenation-01 a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #003171;
}
.unit-pagenation-01 .prev a,
.unit-pagenation-01 .next a {
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 .prev a,
  .unit-pagenation-01 .next a {
    min-width: 70px;
    padding: 10px 0 10px 5px;
  }
}
.unit-pagenation-01 .prev a:before,
.unit-pagenation-01 .next a:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
}
.unit-pagenation-01 .prev a:before {
  content: "\f104";
  left: 10px;
}
.unit-pagenation-01 .return a {
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .unit-pagenation-01 .return a {
    min-width: 100px;
  }
}
.unit-pagenation-01 .next a:before {
  content: "\f105";
  right: 10px;
}

.unit-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.unit-list-01 li:before {
  content: "・";
  margin-left: -1em;
}
.unit-list-01 li:first-child {
  margin-top: 0;
}
.unit-list-01 li a {
  color: #0071BC;
  text-decoration: underline;
}
.unit-list-01.arrow li {
  padding-left: 1.3em;
}
.unit-list-01.arrow li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "\f105";
  margin-left: 0;
  font-family: FontAwesome;
  font-size: 1.6rem;
}

.unit-note-01 {
  position: relative;
  padding-left: 1em;
}
.unit-note-01:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.unit-note-01 + .unit-note {
  margin-top: 5px;
}

.unit-tab-01 {
  position: relative;
  border-bottom: 4px solid #003171;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
}
.unit-tab-01 li {
  display: inline-block;
  margin: 0 9px -1px 7px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li {
    display: block;
    width: 50%;
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .unit-tab-01 li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(1), .unit-tab-01 li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(odd) {
    padding-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li:nth-of-type(even) {
    padding-left: 7px;
  }
}
.unit-tab-01 li a {
  min-width: 200px;
  padding: 11px 0 7px;
  border: 1px solid #003171;
  background-color: #003171;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .unit-tab-01 li a {
    min-width: auto;
    min-width: inherit;
    width: 100%;
    padding: 8px 0 5px;
  }
}
.unit-tab-01 li a.is-active, .unit-tab-01 li a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #003171;
}

/* .unit-btn-01{
    span,
    a{
        &:before{
            content: "\f105";
            position: absolute;
            top:50%;
            right: 10px;
            transform: translateY(-50%);
            font-family: FontAwesome;
            font-size: 2.0rem;
        }
        &:hover{
            opacity: 1;
            background-color: #ffffff;
            color: $base_c;
            input[type="submit"]{
                color: $base_c;
            }
        }
        input[type="submit"]{
            color: #ffffff;
            transition: all 0.3s linear;
        }
    }
    >span,
    a{
        display: inline-block;
        position: relative;
        min-width: 200px;
        padding: 7px 5px;
        border: 1px solid $base_c;
        background-color: $base_c;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.3s linear;
        cursor: pointer;
        @media screen and (max-width: 768px) {
            min-width: inherit;
            min-width: auto;
            //width: 100%;
            min-width: 164px;
        }
    }
    input[type="submit"],
    a{
        padding: 10px 21px 9px 5px;
        @media screen and (max-width: 768px) {
            padding: 5px 31px 4px 3px;
        }
    }
    >span{
        input[type="submit"]{
            width: 100%;
            height: 100%;
            transition: all 0.1s linear;
            border: none;
            //color: $base_c;
            cursor: pointer;
        }
    }
}
.unit-btn-02{
    a{
        position: relative;
        min-width: 260px;
        padding: 10px 10px;
        border: 2px solid #ffffff;
        font-size: 1.6rem;
        text-align: center;
        color: #ffffff;
        &:before{
            content: "\f105";
            position: absolute;
            top:50%;
            right: 10px;
            transform: translateY(-50%);
            font-family: FontAwesome;
            font-size: 2.0rem;
        }
        &:hover{
            opacity: 1;
            background-color: #00437c;
        }
    }
}
.unit-btn-03{
    a{
        position: relative;
        width: 100%;
        padding: 29px 0 26px;
        border: 1px solid $base_c;
        background-color: $base_c;
        color: #ffffff;
        text-align: center;
        &:before{
            content: "";
            position: absolute;
            top:4px;
            left:4px;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            border: 1px solid #ffffff;
            transition: all 0.3s linear;
        }
        &:after{
            content: "\f105";
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            font-family: FontAwesome;
            font-size: 2.0rem;
            color: #ffffff;
            transition: all 0.3s linear;
        }
        &:hover{
            opacity: 1;
            background-color: #ffffff;
            color: $base_c;
            &:before{
                border-color: $base_c;
            }
            &:after{
                color: $base_c;
            }
        }
    }
} */
.unit-link-01 a {
  color: #ce1d00;
}
.unit-link-01 a:after {
  content: "\f105";
  margin-left: 10px;
  font-family: FontAwesome;
}

.wp-pagenavi {
  margin-top: 56px;
  font-size: 1.6rem;
  text-align: center;
  /*
  .first,
  .last,
  .pages{
      display: none;
  }
  */
  /*
  .previouspostslink,
  .nextpostslink{
      border: none;
      background-color: transparent;
      font-size: 1.4rem;
      @media screen and (max-width: 768px) {
          font-size: 1.2rem;
      }
      &:before,
      &:after{
          display: block;
          color: $base_c;
          font-family: FontAwesome;
          line-height: 1;
      }
      &:before{
          line-height: 0.7;
          font-size: 2.0rem;
          @media screen and (max-width: 768px) {
              font-size: 1.6rem;
          }
      }
      &:after{
          margin-top: 5px;
          @media screen and (max-width: 768px) {
              margin-top: 3px;
          }
      }
  }
  .previouspostslink{
      margin-right: 31px;
      @media screen and (max-width: 768px) {
          margin-right: 25px;
      }
      @media screen and (max-width: 414px) {
          margin-right: 5px;
      }
      &:before{
          content: "\f104";
      }
      &:after{
          content: "前へ";
      }
  }
  .nextpostslink{
      margin-left: 31px;
      @media screen and (max-width: 768px) {
          margin-left: 25px;
      }
      @media screen and (max-width: 414px) {
          margin-left: 5px;
      }
      &:before{
          content: "\f105";
      }
      &:after{
          content: "次へ";
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 28px;
    font-size: 1.4rem;
  }
}
.wp-pagenavi .extend,
.wp-pagenavi .current {
  border: none;
  background: #98CB31;
}
.wp-pagenavi .extend {
  min-width: auto;
  min-width: inherit;
  padding: 0;
}
@media screen and (max-width: 414px) {
  .wp-pagenavi .extend {
    display: none;
  }
}
.wp-pagenavi > a, .wp-pagenavi > span {
  vertical-align: middle;
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  margin: 0 10px 4px 10px;
  border-radius: 100% 100%;
  padding: 0 5px;
  background: #009742;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    line-height: 30px;
  }
}
@media screen and (max-width: 414px) {
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 26px;
    min-height: 26px;
    padding: 0;
    line-height: 26px;
  }
}
.wp-pagenavi > a.pages, .wp-pagenavi > span.pages {
  display: none;
}
.wp-pagenavi > a:hover {
  opacity: 1;
  background-color: #98CB31;
}

.box-blogdetail-01 > * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 > * {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 > * {
    margin-top: 10px;
  }
}
.box-blogdetail-01 > *:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h1, .box-blogdetail-01 h2, .box-blogdetail-01 h3 {
    margin-top: 30px;
  }
}
.box-blogdetail-01 h1:first-child, .box-blogdetail-01 h2:first-child, .box-blogdetail-01 h3:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h1 + h2, .box-blogdetail-01 h1 + h3, .box-blogdetail-01 h1 + h4, .box-blogdetail-01 h1 + h5, .box-blogdetail-01 h1 + h6, .box-blogdetail-01 h2 + h2, .box-blogdetail-01 h2 + h3, .box-blogdetail-01 h2 + h4, .box-blogdetail-01 h2 + h5, .box-blogdetail-01 h2 + h6, .box-blogdetail-01 h3 + h2, .box-blogdetail-01 h3 + h3, .box-blogdetail-01 h3 + h4, .box-blogdetail-01 h3 + h5, .box-blogdetail-01 h3 + h6 {
    margin-top: 10px;
  }
}
.box-blogdetail-01 h1 + table,
.box-blogdetail-01 h1 + p, .box-blogdetail-01 h2 + table,
.box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
.box-blogdetail-01 h3 + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h1 + table,
  .box-blogdetail-01 h1 + p, .box-blogdetail-01 h2 + table,
  .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
  .box-blogdetail-01 h3 + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h1 + table,
  .box-blogdetail-01 h1 + p, .box-blogdetail-01 h2 + table,
  .box-blogdetail-01 h2 + p, .box-blogdetail-01 h3 + table,
  .box-blogdetail-01 h3 + p {
    margin-top: 5px;
  }
}
.box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4, .box-blogdetail-01 h5, .box-blogdetail-01 h6 {
    margin-top: 20px;
  }
}
.box-blogdetail-01 h4:first-child, .box-blogdetail-01 h5:first-child, .box-blogdetail-01 h6:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h4 + table,
.box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
.box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
.box-blogdetail-01 h6 + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4 + table,
  .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
  .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
  .box-blogdetail-01 h6 + p {
    margin-top: 8px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4 + table,
  .box-blogdetail-01 h4 + p, .box-blogdetail-01 h5 + table,
  .box-blogdetail-01 h5 + p, .box-blogdetail-01 h6 + table,
  .box-blogdetail-01 h6 + p {
    margin-top: 5px;
  }
}
.box-blogdetail-01 h1 {
  font-size: 2.3rem;
  margin-top: 75px;
  margin-bottom: 20px;
  border-left: 3px solid #D6D6D6;
  padding-left: 20px;
}
.box-blogdetail-01 h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.box-blogdetail-01 h2:first-child {
  margin-top: 0;
}
.box-blogdetail-01 h3 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h3 {
    font-size: 1.6rem;
  }
}
.box-blogdetail-01 h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h4 {
    font-size: 1.5rem;
  }
}
.box-blogdetail-01 h5 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h5 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h5 {
    font-size: 1.5rem;
  }
}
.box-blogdetail-01 h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 h6 {
    font-size: 1.4rem;
  }
}
.box-blogdetail-01 ul li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.box-blogdetail-01 ul li:before {
  content: "・";
  margin-left: -1em;
}
.box-blogdetail-01 ul li:first-child {
  margin-top: 0;
}
.box-blogdetail-01 ul li a {
  color: #0071BC;
  text-decoration: underline;
}
.box-blogdetail-01 ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.box-blogdetail-01 p:after {
  content: "";
  display: block;
  clear: both;
}
.box-blogdetail-01 a {
  color: #0071BC;
  text-decoration: underline;
}
.box-blogdetail-01 strong {
  font-weight: bold;
}
.box-blogdetail-01 em {
  font-style: italic;
}
.box-blogdetail-01 img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.box-blogdetail-01 img.alignright {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img.alignright {
    margin-left: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img.alignright {
    margin: 10px auto;
  }
}
.box-blogdetail-01 img.alignleft {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 img.alignleft {
    margin-right: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 img.alignleft {
    margin: 10px auto;
  }
}
.box-blogdetail-01 hr {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  border-top: 1px solid #E7E7EB;
}
.box-blogdetail-01 iframe {
  width: 100% !important;
}
.box-blogdetail-01 table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .box-blogdetail-01 table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 table {
    margin-top: 25px;
  }
}
.box-blogdetail-01 table:first-child {
  margin-top: 0;
}
.box-blogdetail-01 figure figcaption {
  padding: 5px 10px;
}
.box-blogdetail-01 .box-colomn .colomn-inner figure img {
  width: 100%;
}
.box-blogdetail-01 .alignright {
  float: right;
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 .alignright {
    float: none;
  }
}
.box-blogdetail-01 .alignleft {
  float: left;
}
@media screen and (max-width: 414px) {
  .box-blogdetail-01 .alignleft {
    float: none;
  }
}
.box-blogdetail-01 .aligncenter {
  margin-right: auto;
  margin-left: auto;
}

#header {
  display: block;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 3px solid #476269;
  font-size: 1.4rem;
}
#header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(443px);
          transform: translateX(443px);
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  #header:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
  }
}
#header.is-open .navbutton:before {
  display: block;
}
#header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header .header-inner {
    z-index: 1;
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 350px) {
  #header .header-inner {
    height: 50px;
  }
}
#header .header-inner .logo {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
  width: 206px;
  height: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .logo {
    margin-left: 10px;
  }
}
@media screen and (max-width: 350px) {
  #header .header-inner .logo {
    width: 185.4px;
    height: 36px;
  }
}
#header .header-inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/logo.png) no-repeat center center transparent;
  background-size: contain;
}
#header .header-inner .logo img {
  width: 225px;
  height: 35.5px;
}
@media screen and (max-width: 768px) {
  #header .header-inner .logo img {
    width: 200px;
    height: 31px;
  }
}
@media screen and (max-width: 375px) {
  #header .header-inner .logo img {
    width: 190px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {
  #header .header-inner .logo img {
    width: 170px;
    height: 27px;
  }
}
@media screen and (max-width: 768px) {
  #header .globalNav {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
#header .globalNav .nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner {
    padding-top: 60px;
    padding-botttom: 0;
    height: 100vh;
    display: block;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 350px) {
  #header .globalNav .nav-inner {
    padding-top: 50px;
  }
}
#header .globalNav .nav-inner .mainnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .mainnav {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #header .globalNav .nav-inner .mainnav {
    margin-right: 0;
  }
}
#header .globalNav .nav-inner .mainnav li {
  min-width: 138px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #header .globalNav .nav-inner .mainnav li {
    min-width: auto;
  }
}
#header .globalNav .nav-inner .mainnav li:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #B0B0B0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .mainnav li:before {
    display: none;
  }
}
#header .globalNav .nav-inner .mainnav li:last-of-type:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #B0B0B0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  #header .globalNav .nav-inner .mainnav li:last-of-type:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .mainnav li {
    width: 100%;
    border-top: 1px solid #ffffff;
    text-align: left;
  }
}
#header .globalNav .nav-inner .mainnav li a {
  display: block;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  #header .globalNav .nav-inner .mainnav li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .mainnav li a {
    background-color: #009742;
    padding: 15px 15px 12px;
    color: #ffffff;
  }
}
#header .globalNav .nav-inner .mainnav li a:after {
  content: "";
  width: 80%;
  height: 0px;
  background: #98CB31;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .mainnav li a:after {
    display: none;
  }
}
#header .globalNav .nav-inner .mainnav li a:hover {
  opacity: 1;
}
#header .globalNav .nav-inner .mainnav li a:hover:after {
  height: 3px;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .mainnav li a:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 2rem;
    color: #ffffff;
    background: #98CB31;
    width: 40px;
    height: 100%;
    text-align: center;
    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;
  }
}
#header .globalNav .nav-inner .mainnav li .title {
  display: block;
  font-size: 1.6rem;
}
#header .globalNav .nav-inner .mainnav li .ruby {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2em;
}
#header .globalNav .nav-inner .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .subnav {
    display: block;
    width: 100%;
  }
}
#header .globalNav .nav-inner .subnav li {
  width: 130px;
  display: block;
}
@media screen and (max-width: 1200px) {
  #header .globalNav .nav-inner .subnav li {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .subnav li {
    width: 100%;
    border-top: 1px solid #ffffff;
    text-align: left;
  }
}
#header .globalNav .nav-inner .subnav li.green a {
  background: #009742;
  border: 3px solid #009742;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .subnav li.green a {
    border: none;
  }
}
#header .globalNav .nav-inner .subnav li.green a:hover {
  color: #009742;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .subnav li.green a:hover {
    color: #ffffff;
  }
}
#header .globalNav .nav-inner .subnav li a {
  color: #ffffff;
  background: #98CB31;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 3px solid #98CB31;
}
#header .globalNav .nav-inner .subnav li a:hover {
  opacity: 1;
  background: #ffffff;
  color: #98CB31;
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .subnav li a:hover {
    background: #009742;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .subnav li a:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 2rem;
    color: #ffffff;
    background: #98CB31;
    width: 40px;
    height: 100%;
    text-align: center;
    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;
  }
}
@media screen and (max-width: 768px) {
  #header .globalNav .nav-inner .subnav li a {
    background: #009742;
    border: none;
    padding: 15px 15px 12px;
    color: #ffffff;
    display: block;
  }
}
#header .func-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .func-btn {
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background: no-repeat center center transparent;
    background-size: contain;
  }
}
@media screen and (max-width: 350px) {
  #header .func-btn {
    width: 50px;
    height: 50px;
  }
}
#header .func-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #header .inqbutton {
    right: 60px;
    background-image: url(../images/common/menu_btn_inq.svg);
  }
}
@media screen and (max-width: 350px) {
  #header .inqbutton {
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #header .navbutton {
    right: 0;
    background-image: url(../images/common/menu_btn.svg);
  }
}
#header .navbutton:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/menu_btn_close.svg) no-repeat center center transparent;
  background-size: contain;
}

#footer .footer_inq {
  background: url(../images/common/inq_bg.jpg);
  background-size: cover;
  color: #ffffff;
  padding: 50px 0 60px 0;
}
#footer .footer_inq .txt-box {
  margin: 20px 0;
  text-align: center;
}
#footer .footer_inq .tel-box {
  margin-bottom: 10px;
  font-family: "Biryani", sans-serif;
  font-weight: 700;
  text-align: center;
}
#footer .footer_inq .tel-box ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #footer .footer_inq .tel-box ul li {
    font-size: 2.8rem;
  }
}
#footer .footer-bnr > .wrapper > ul {
  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;
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-bnr > .wrapper > ul {
    padding: 20px 0;
  }
}
#footer .footer-bnr > .wrapper > ul li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .footer-bnr > .wrapper > ul li {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-bnr > .wrapper > ul li {
    width: 48%;
  }
}
#footer .footer-bnr > .wrapper > ul li:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #footer .footer-bnr > .wrapper > ul li:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-bnr > .wrapper > ul li:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 10px;
  }
}
#footer .footer-link {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-link {
    padding: 20px 0;
  }
}
#footer .footer-link .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .footer-link .wrapper {
    display: block;
    padding: 0;
  }
}
#footer .footer-link .logo-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #footer .footer-link .logo-area {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }
}
#footer .footer-link .logo-area > .logo {
  width: 359px;
  height: 69px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #footer .footer-link .logo-area > .logo {
    width: 215.4px;
    height: 41.4px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
#footer .footer-link .link-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #footer .footer-link .link-area {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-link .link-area ul {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#footer .footer-link .link-area ul li {
  font-size: 1.4rem;
  display: inline-block;
  border-left: 1px solid #B0B0B0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #footer .footer-link .link-area ul li {
    font-size: 1.2rem;
    width: 33%;
    display: block;
    text-align: center;
  }
  #footer .footer-link .link-area ul li:nth-of-type(3n+1) {
    border-left: none;
  }
  #footer .footer-link .link-area ul li:nth-of-type(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-link .link-area ul li {
    width: 50%;
  }
  #footer .footer-link .link-area ul li:nth-of-type(3n+1) {
    border-left: 1px solid #B0B0B0;
  }
  #footer .footer-link .link-area ul li:nth-of-type(odd) {
    border-left: none;
  }
  #footer .footer-link .link-area ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
#footer .footer-link .link-area ul li:nth-of-type(-n+3) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footer .footer-link .link-area ul li:nth-of-type(-n+3) {
    margin-bottom: 0;
  }
}
#footer .footer-link .link-area ul li:nth-of-type(3n) {
  border-right: 1px solid #B0B0B0;
}
@media screen and (max-width: 768px) {
  #footer .footer-link .link-area ul li:nth-of-type(3n) {
    border-right: none;
  }
}
#footer .footer-link .link-area ul li a {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  #footer .footer-link .link-area ul li a {
    padding: 10px 0;
    display: block;
  }
}
#footer .copyright {
  background: #333333;
  color: #ffffff;
  text-align: center;
  font-family: "Biryani", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 1.2rem;
  }
}

#contents {
  overflow: hidden;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
  }
}

.underwrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .underwrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 414px) {
  .underwrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.underwrapper.sidelayout {
  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;
}
.underwrapper.sidelayout .contents {
  width: 80%;
  background-color: rgba(0, 255, 0, 0.2);
}
.underwrapper.sidelayout .sidenavi {
  width: 20%;
  background-color: rgba(0, 0, 255, 0.2);
}
.underwrapper.sidelayout .fullsize {
  width: 100%;
  background-color: rgba(255, 0, 0, 0.2);
}

.box-colomn-02 {
  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;
}
@media screen and (max-width: 768px) {
  .box-colomn-02 {
    display: block;
  }
}
.box-colomn-02.space.col02 .colomn-inner {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .box-colomn-02.space.col02 .colomn-inner {
    width: 100%;
  }
  .box-colomn-02.space.col02 .colomn-inner:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

.box-topService-01 > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.3);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .box-topService-01 > ul li {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 350px) {
  .box-topService-01 > ul li {
    display: block;
  }
}
.box-topService-01 > ul li > .con {
  width: 500px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box-topService-01 > ul li > .con {
    width: 50%;
    padding: 15px 0;
  }
  .box-topService-01 > ul li > .con > div[class^=unit-title] > .title {
    font-size: 2.16rem;
  }
  .box-topService-01 > ul li > .con > div[class^=unit-title] > .ruby {
    font-size: 1.26rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 350px) {
  .box-topService-01 > ul li > .con {
    width: 100%;
    padding: 20px 0;
  }
}
.box-topService-01 > ul li > .con:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 20px 35px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .box-topService-01 > ul li > .con:after {
    border-width: 20px 10px 20px 0;
    left: -10px;
  }
}
@media screen and (max-width: 350px) {
  .box-topService-01 > ul li > .con:after {
    border-width: 0px 20px 10px 20px;
    border-color: transparent transparent #ffffff transparent;
    top: -10px;
    bottom: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.box-topService-01 > ul li > .con > div[class^=unit-btn] {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .box-topService-01 > ul li > .con > div[class^=unit-btn] {
    margin-top: 17.5px;
  }
}
@media screen and (max-width: 350px) {
  .box-topService-01 > ul li > .con > div[class^=unit-btn] {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .box-topService-01 > ul li > figure {
    position: relative;
    width: 50%;
    overflow: hidden;
  }
  .box-topService-01 > ul li > figure img {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    max-width: inherit;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 350px) {
  .box-topService-01 > ul li > figure {
    width: 100%;
  }
  .box-topService-01 > ul li > figure img {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    min-height: initial;
  }
}
.box-topService-01 > ul li:nth-of-type(even) > figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.box-topService-01 > ul li:nth-of-type(even) > .con {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.box-topService-01 > ul li:nth-of-type(even) > .con:after {
  right: -20px;
  left: inherit;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 768px) {
  .box-topService-01 > ul li:nth-of-type(even) > .con:after {
    border-width: 20px 0 20px 10px;
    right: -10px;
  }
}
@media screen and (max-width: 350px) {
  .box-topService-01 > ul li:nth-of-type(even) > .con:after {
    border-width: 0px 20px 10px 20px;
    border-color: transparent transparent #ffffff transparent;
    top: -10px;
    bottom: inherit;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.box-topNews-01 {
  background: #ffffff;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .box-topNews-01 {
    padding: 15px;
  }
}
.box-topNews-01 ul li {
  border-bottom: 1px solid #B0B0B0;
  width: 100%;
}
.box-topNews-01 ul li:last-of-type {
  border-bottom: none;
}
.box-topNews-01 ul li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .box-topNews-01 ul li a {
    display: block;
  }
}
.box-topNews-01 ul li a > time {
  display: table-cell;
  width: 100px;
  font-family: "Biryani", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .box-topNews-01 ul li a > time {
    display: block;
    width: auto;
  }
}
.box-topNews-01 ul li a > .title {
  display: table-cell;
  color: #808080;
}
.box-topNews-01 ul li a:hover > .title {
  color: #009742;
}

/*---------------------------------------------------------------
about
---------------------------------------------------------------*/
.box-about-01 {
  background: rgba(255, 255, 255, 0.6);
  padding: 80px 180px;
}
@media screen and (max-width: 768px) {
  .box-about-01 {
    padding: 8%;
  }
}

.box-about-02 {
  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;
}
@media screen and (max-width: 768px) {
  .box-about-02 {
    display: block;
  }
}
.box-about-02 > .map {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .box-about-02 > .map {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .box-about-02 > .map img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .box-about-02 > .map iframe {
    width: 100%;
    height: 200px;
  }
}
.box-about-02 > .con {
  width: calc(100% - 580px - 40px);
}
@media screen and (max-width: 768px) {
  .box-about-02 > .con {
    width: 100%;
  }
}
.box-about-02 > .con > .detail {
  padding: 15px 0 15px 20px;
}
@media screen and (max-width: 768px) {
  .box-about-02 > .con > .detail {
    padding: 10px;
  }
}
.box-about-02 > .con > .detail:not(:last-of-type) {
  margin-bottom: 10px;
}

/*---------------------------------------------------------------
news
---------------------------------------------------------------*/
.box-edit-01 {
  background: #ffffff;
  padding: 50px 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .box-edit-01 {
    padding: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .box-edit-01 {
    padding: 15px;
  }
}
.box-edit-01 > time {
  font-family: "Biryani", sans-serif;
}
.box-edit-01 > h3[class^=unit-title] {
  font-weight: normal;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .box-edit-01 > h3[class^=unit-title] {
    font-size: 2rem;
  }
}
.box-edit-01 + div[class^=unit-btn] > .wrap a span {
  padding: 0 50px;
}

.box-articlenav-01 {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-articlenav-01 > span {
  width: calc((100% - 200px) / 2);
}
@media screen and (max-width: 768px) {
  .box-articlenav-01 > span {
    width: 50%;
  }
}
.box-articlenav-01 > span.next {
  text-align: right;
}
.box-articlenav-01 > span.next a {
  margin-right: 20px;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .box-articlenav-01 > span.next a {
    margin-right: 20px;
    padding: 0 10px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .box-articlenav-01 > span.next a {
    margin-right: 10px;
  }
}
.box-articlenav-01 > span.next a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #98CB31;
  position: absolute;
  right: -20px;
}
@media screen and (max-width: 480px) {
  .box-articlenav-01 > span.next a:before {
    right: -10px;
    border-width: 20px 0 20px 10px;
  }
}
.box-articlenav-01 > span.next a:after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 5px;
}
.box-articlenav-01 > span.prev a {
  margin-left: 20px;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .box-articlenav-01 > span.prev a {
    margin-left: 20px;
    padding: 0 20px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .box-articlenav-01 > span.prev a {
    margin-left: 10px;
  }
}
.box-articlenav-01 > span.prev a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0px;
  border-color: transparent #98CB31 transparent transparent;
  position: absolute;
  left: -20px;
}
@media screen and (max-width: 480px) {
  .box-articlenav-01 > span.prev a:after {
    left: -10px;
    border-width: 20px 10px 20px 0px;
  }
}
.box-articlenav-01 > span.prev a:before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-right: 5px;
}
.box-articlenav-01 > span a {
  background: #98CB31;
  color: #ffffff;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .box-articlenav-01 > span a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .box-articlenav-01 > span a {
    font-size: 1.4rem;
  }
}

/*---------------------------------------------------------------
privacy
---------------------------------------------------------------*/
.box-privacy-01 .con {
  background: #EFEFEF;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  .box-privacy-01 .con {
    padding: 25px;
  }
}
.box-privacy-01 .con:not(:last-of-type) {
  margin-bottom: 40px;
}
.box-privacy-01 .con h3[class^=unit-title] {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .box-privacy-01 .con h3[class^=unit-title] {
    margin-bottom: 20px;
  }
}
.box-privacy-01 .con > .txt-box .txt:not(:last-of-type) {
  margin-bottom: 1em;
}

/*---------------------------------------------------------------
form
---------------------------------------------------------------*/
.box-form-01 {
  background: #ffffff;
  padding: 50px 100px;
}
@media screen and (max-width: 768px) {
  .box-form-01 {
    padding: 10px 20px;
  }
}
.box-form-01 div[class^=unit-btn] {
  margin-bottom: 30px;
}
.box-form-01 div[class^=unit-btn] input {
  width: 300px;
}
.box-form-01 input[type=submit][disabled] {
  background: #B0B0B0;
}

/*---------------------------------------------------------------
faci
---------------------------------------------------------------*/
.box-faci-01 {
  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;
}
.box-faci-01 > .con {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .box-faci-01 > .con {
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .box-faci-01 > .con {
    width: 48%;
  }
}
.box-faci-01 > .con:nth-of-type(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .box-faci-01 > .con:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
.box-faci-01 > .con > figure {
  position: relative;
}
.box-faci-01 > .con > figure figcaption {
  font-family: "Biryani", sans-serif;
  font-weight: 700;
  color: #009742;
  position: absolute;
  top: 3%;
  left: 3%;
  background: #ffffff;
  border: 2px solid #009742;
  border-radius: 100px 100px;
  text-align: center;
  font-size: 23px;
  width: 40px;
  height: 40px;
  line-height: 44px;
  /*box-shadow:0px 0px 6px 2px rgba($font_c,0.4),0px 0px 6px 2px rgba($font_c,0.4) inset;
  text-shadow:0px 0px 6px rgba($font_c,0.9);*/
}
@media screen and (max-width: 480px) {
  .box-faci-01 > .con > figure figcaption {
    font-size: 12px;
    line-height: 19px;
    height: 20px;
    width: 20px;
  }
}
.box-faci-01 > .con h3[class^=unit-title] {
  margin: 12px 0;
}
@media screen and (max-width: 480px) {
  .box-faci-01 > .con h3[class^=unit-title] {
    font-size: 1.4rem;
  }
}
.box-faci-01 > .con > .txt-box {
  font-size: 0.95em;
}

/*---------------------------------------------------------------
recruit
---------------------------------------------------------------*/
.box-lead-01 {
  background: url(../images/page/recruit/lead_bg_pc.jpg) no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .box-lead-01 {
    background-position: center center;
  }
}
@media screen and (max-width: 480px) {
  .box-lead-01 {
    background: url(../images/page/recruit/lead_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 7%;
  }
}
.box-lead-01 h2[class^=unit-title] {
  font-size: 3rem;
  margin-bottom: 20px;
}

.box-privacyWrap-01 {
  border: 1px solid #B0B0B0;
  padding: 3%;
  height: 300px;
  overflow-y: scroll;
  overflow-style: scrollbar;
}
.box-privacyWrap-01 > .txt-box {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .box-privacyWrap-01 > .txt-box {
    margin-bottom: 20px;
  }
}
.box-privacyWrap-01 .box-privacy-01 {
  font-size: 1.4rem;
}
.box-privacyWrap-01 .box-privacy-01 > .con {
  background: none;
  padding: 2%;
  margin-bottom: 20px;
}
.box-privacyWrap-01 .box-privacy-01 > .con h3[class^=unit-title] {
  color: #333333;
}
.box-privacyWrap-01 .box-privacy-01 > .con .unit-list-03 {
  padding: 3%;
  border-color: #B0B0B0;
}
.box-privacyWrap-01 .box-privacy-01 h4 {
  font-weight: bold;
  font-size: 1.2em;
}
.box-privacyWrap-01 .box-privacy-01 ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.box-privacyWrap-01 .box-privacy-01 ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.box-agree-01 > .agree-box {
  text-align: center;
  font-size: 1.8rem;
  margin: 20px 0;
}
.box-agree-01 > .agree-box input[type=checkbox] {
  width: 18px;
  height: 18px;
}

/*---------------------------------------------------------------
bg
---------------------------------------------------------------*/
.unit-bg-01 {
  background: #EFEFEF;
}

/*---------------------------------------------------------------
title
---------------------------------------------------------------*/
.unit-mainTitle-01 {
  color: #ffffff;
  background: #333333;
  height: 300px;
  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;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .unit-mainTitle-01 {
    height: 150px;
    background-attachment: scroll;
  }
}
.unit-mainTitle-01 h1 {
  line-height: 1;
}
.unit-mainTitle-01 h1 > .title {
  font-family: "Biryani", sans-serif;
  font-weight: 700;
  font-size: 5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .unit-mainTitle-01 h1 > .title {
    font-size: 3rem;
  }
}
.unit-mainTitle-01 h1 > .ruby {
  font-size: 1.8rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .unit-mainTitle-01 h1 > .ruby {
    font-size: 1.4rem;
  }
}
.unit-mainTitle-01.company {
  background-image: url(../images/title/company.jpg);
}
.unit-mainTitle-01.news {
  background-image: url(../images/title/news.jpg);
}
.unit-mainTitle-01.recruit {
  background-image: url(../images/title/recruit.jpg);
}
.unit-mainTitle-01.ecology {
  background-image: url(../images/title/ecology.jpg);
}
.unit-mainTitle-01.facility {
  background-image: url(../images/title/facility.jpg);
}
.unit-mainTitle-01.biomass {
  background-image: url(../images/title/biomass.jpg);
}
.unit-mainTitle-01.inquiry {
  background-image: url(../images/title/inquiry.jpg);
}
.unit-mainTitle-01.privacy {
  background-image: url(../images/title/privacy.jpg);
}
.unit-mainTitle-01.error404 {
  background-image: url(../images/title/error404.jpg);
}
.unit-mainTitle-01.recruit-2, .unit-mainTitle-01.recruit-3, .unit-mainTitle-01.recruit-4, .unit-mainTitle-01.recruit-5, .unit-mainTitle-01.recruit-6, .unit-mainTitle-01.recruit-7, .unit-mainTitle-01.recruit-8, .unit-mainTitle-01.recruit-9, .unit-mainTitle-01.recruit-10 {
  background-image: url(../images/title/recruit.jpg);
}
.unit-mainTitle-01.form {
  background-image: url(../images/title/recruit.jpg);
}

.unit-title-01 {
  text-align: center;
  line-height: 1.4;
}
.unit-title-01.small > .title {
  font-size: 2.4rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .unit-title-01.small > .title {
    font-size: 1.92rem;
  }
}
.unit-title-01 > .title {
  font-family: "Biryani", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .unit-title-01 > .title {
    font-size: 2.88rem;
  }
}
.unit-title-01 > .title:before, .unit-title-01 > .title:after {
  content: "";
  height: 1px;
  width: 170px;
  background: #B0B0B0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .unit-title-01 > .title:before, .unit-title-01 > .title:after {
    max-width: 80%;
  }
}
.unit-title-01 > .title:before {
  bottom: 0px;
}
.unit-title-01 > .title:after {
  bottom: 4px;
}
.unit-title-01 > .ruby {
  display: inline-block;
  margin-top: 10px;
  color: #476269;
  font-size: 1.4rem;
}
.unit-title-01.white {
  color: #ffffff;
}
.unit-title-01.white > .title:before, .unit-title-01.white > .title:after {
  background: #ffffff;
}
.unit-title-01.white > .ruby {
  color: #ffffff;
}

.unit-title-02 {
  background: #98CB31;
  border-left: 5px solid #476269;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .unit-title-02 {
    font-size: 1.6rem;
  }
}

.unit-title-03 {
  font-size: 1.8rem;
  color: #98CB31;
  font-weight: bold;
  border-bottom: 1px solid #B0B0B0;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .unit-title-03 {
    font-size: 1.6rem;
  }
}

.unit-title-04 {
  font-weight: bold;
  font-size: 2.4rem;
}

.unit-title-05 {
  color: #ffffff;
  background: #98CB31;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  border-left: 5px solid #009742;
}
@media screen and (max-width: 768px) {
  .unit-title-05 {
    font-size: 1.6rem;
  }
}

/*---------------------------------------------------------------
btn
---------------------------------------------------------------*/
.unit-btn-01 {
  text-align: center;
}
.unit-btn-01.small > .wrap {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01.small > .wrap {
    height: 30px;
  }
}
.unit-btn-01.small > .wrap > a {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01.small > .wrap > a {
    height: 30px;
  }
}
.unit-btn-01.small > .wrap > a > span {
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01.small > .wrap > a > span {
    line-height: 30px;
  }
}
.unit-btn-01.small > .wrap > a:after {
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01.small > .wrap > a:after {
    height: 30px;
    line-height: 30px;
  }
}
.unit-btn-01 > .wrap {
  display: inline-block;
  background: #009742;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 > .wrap {
    height: 40px;
  }
}
.unit-btn-01 > .wrap > a {
  color: #ffffff;
  min-width: 170px;
  padding-right: 50px;
  text-align: center;
  position: relative;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 > .wrap > a {
    height: 40px;
    min-width: inherit;
    padding-right: 40px;
  }
}
.unit-btn-01 > .wrap > a > span {
  font-size: 1.6rem;
  line-height: 50px;
  background: #009742;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 > .wrap > a > span {
    line-height: 40px;
  }
}
.unit-btn-01 > .wrap > a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f105";
  font-family: "FontAwesome";
  background: #98CB31;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .unit-btn-01 > .wrap > a:after {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.unit-btn-01 > .wrap > a:hover {
  opacity: 1;
}
.unit-btn-01 > .wrap > a:hover > span {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}
@media screen and (max-width: 768px) {
  .unit-btn-01 > .wrap > a:hover > span {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.unit-btn-01 > .wrap > a:hover:after {
  background: #009742;
}

.unit-btn-02 {
  text-align: center;
}
.unit-btn-02 input {
  border: none;
  color: #ffffff;
}
.unit-btn-02 a,
.unit-btn-02 input {
  background: #009742;
  border-radius: 15px;
  padding: 20px 50px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .unit-btn-02 a,
  .unit-btn-02 input {
    padding: 20px 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 350px) {
  .unit-btn-02 a,
  .unit-btn-02 input {
    padding-top: 10px;
  }
}
.unit-btn-02 a:before,
.unit-btn-02 input:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  font-weight: normal;
  margin-right: 5px;
}
@media screen and (max-width: 350px) {
  .unit-btn-02 a:before,
  .unit-btn-02 input:before {
    display: block;
  }
}
.unit-btn-02 a:after,
.unit-btn-02 input:after {
  font-family: "FontAwesome";
  content: "\f105";
  right: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
@media screen and (max-width: 768px) {
  .unit-btn-02 a:after,
  .unit-btn-02 input:after {
    position: static;
    top: inherit;
    right: inherit;
    margin-left: 10px;
  }
}
.unit-btn-02 a:hover,
.unit-btn-02 input:hover {
  background: #98CB31;
  opacity: 1;
}

/*---------------------------------------------------------------
table
---------------------------------------------------------------*/
.unit-imgtxt-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .unit-imgtxt-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .unit-imgtxt-01 .left {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .unit-imgtxt-01 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .unit-imgtxt-01 .left img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .unit-imgtxt-01 .right {
    width: 671px;
  }
}
@media screen and (max-width: 768px) {
  .unit-imgtxt-01 .right {
    width: 100%;
  }
}
.unit-imgtxt-01 .right p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .unit-imgtxt-01 .right p {
    margin-bottom: 20px;
  }
}
.unit-imgtxt-01 .right p:last-of-type {
  margin-bottom: 0;
}

.unit-dlist-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.unit-dlist-01 dt {
  background: #98CB31;
  color: #ffffff;
  width: 300px;
  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;
}
.unit-dlist-01 dt:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .unit-dlist-01 dt:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .unit-dlist-01 dt {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.unit-dlist-01 dt > .con {
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .unit-dlist-01 dt > .con {
    text-align: center;
  }
}
.unit-dlist-01 dt > .con .title {
  display: block;
  font-family: "Biryani", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .unit-dlist-01 dt > .con .title {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .unit-dlist-01 dt > .con .ruby {
    display: inline-block;
  }
}
.unit-dlist-01 dd {
  margin-left: 50px;
  border-bottom: 1px solid #B0B0B0;
  width: calc(100% - 300px - 50px);
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .unit-dlist-01 dd {
    padding: 10px 0;
    width: 100%;
    margin: 0;
    border-bottom: 0;
  }
}
.unit-dlist-01 dd:not(:last-of-type) {
  margin-bottom: 20px;
}

.unit-compass-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .unit-compass-01 > div {
    width: 300px;
  }
  .unit-compass-01 > div:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .unit-compass-01 > div.wide {
    width: 655px;
  }
}
@media screen and (max-width: 768px) {
  .unit-compass-01 > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .unit-compass-01 > div:last-of-type {
    margin-bottom: 0;
  }
}
.unit-compass-01 > div h4 {
  position: relative;
  color: #009742;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #afafaf;
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-compass-01 > div h4 {
    font-size: 1.6rem;
  }
}
.unit-compass-01 > div h4:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #009742;
}
@media screen and (max-width: 768px) {
  .unit-compass-01 > div h4:before {
    top: 8px;
  }
}

.unit-shpism-01 {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .unit-shpism-01 {
    padding: 20px 0;
  }
}
.unit-shpism-01 > * {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .unit-shpism-01 > * {
    margin-bottom: 20px;
  }
}
.unit-shpism-01 > *:last-child {
  margin-bottom: 0;
}
.unit-shpism-01 h2 {
  text-align: center;
  font-size: 5rem;
  color: #c0272d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-shpism-01 h2 {
    font-size: 3.5rem;
  }
}
.unit-shpism-01 h3 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .unit-shpism-01 h3 {
    font-size: 2rem;
  }
}
.unit-shpism-01 p {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .unit-shpism-01 p {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .t-center-pc {
    text-align: center;
  }
}

.unit-dlist-02 dd {
  padding: 15px 0 15px 15px;
}
@media screen and (max-width: 768px) {
  .unit-dlist-02 dd {
    padding: 10px;
  }
}

/*---------------------------------------------------------------
snav
---------------------------------------------------------------*/
.unit-subNav-01 {
  background: #009742;
  color: #ffffff;
}
.unit-subNav-01.item5 > .wrapper > ul li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .unit-subNav-01.item5 > .wrapper > ul li {
    width: 50%;
  }
  .unit-subNav-01.item5 > .wrapper > ul li:nth-last-of-type(-n+3) {
    width: 33.3333333333%;
  }
}
.unit-subNav-01.item3 > .wrapper > ul li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .unit-subNav-01.item3 > .wrapper > ul li {
    width: 33.3333333333%;
  }
}
.unit-subNav-01.item4 > .wrapper > ul li {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .unit-subNav-01.item4 > .wrapper > ul li {
    width: 50%;
  }
}
.unit-subNav-01 > .wrapper {
  padding: 7px 0 13px 0;
}
@media screen and (max-width: 768px) {
  .unit-subNav-01 > .wrapper {
    padding: 0;
  }
}
.unit-subNav-01 > .wrapper > ul {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .unit-subNav-01 > .wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.unit-subNav-01 > .wrapper li {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .unit-subNav-01 > .wrapper li {
    border: 1px solid #98CB31;
  }
}
.unit-subNav-01 > .wrapper li a {
  display: block;
  padding: 7px 0;
  position: relative;
}
.unit-subNav-01 > .wrapper li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 5px;
}
.unit-subNav-01 > .wrapper li a:before {
  width: 80%;
  height: 1px;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .unit-subNav-01 > .wrapper li a:before {
    display: none;
  }
}

.unit-subNav-02 {
  background: #009742;
  color: #ffffff;
}
.unit-subNav-02 > .wrapper {
  padding: 7px 0 13px 0;
}
@media screen and (max-width: 768px) {
  .unit-subNav-02 > .wrapper {
    padding: 0;
  }
}
.unit-subNav-02 > .wrapper > ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .unit-subNav-02 > .wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.unit-subNav-02 > .wrapper li {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .unit-subNav-02 > .wrapper li {
    width: 50%;
  }
}
.unit-subNav-02 > .wrapper li a {
  display: block;
  padding: 7px 0;
  position: relative;
}
.unit-subNav-02 > .wrapper li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 5px;
}
.unit-subNav-02 > .wrapper li a:before {
  width: 100%;
  height: 1px;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .unit-subNav-02 > .wrapper li a:before {
    display: none;
  }
}

/*---------------------------------------------------------------
list
---------------------------------------------------------------*/
.unit-list-02 li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #009742;
  margin-right: 7px;
}
.unit-list-02 li a {
  color: #009742;
  text-decoration: underline;
}

.unit-list-03 {
  border: 1px solid #333333;
  margin-top: 20px;
  padding: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .unit-list-03 {
    padding: 20px;
  }
}
.unit-list-03 > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.unit-list-03 > li:before {
  content: "■";
  margin-right: 0.5em;
}
.unit-list-03 > li:not(:last-of-type) {
  margin-bottom: 2rem;
}

.unit-list-04 {
  counter-reset: list_count;
}
.unit-list-04 > li {
  padding-left: 2em;
  text-indent: -2em;
}
.unit-list-04 > li:before {
  counter-increment: list_count;
  content: "(" counter(list_count) ")";
  margin-right: 0.5em;
}

/*---------------------------------------------------------------
unit-form-01
---------------------------------------------------------------*/
dl.unit-form-01 {
  border: none;
  display: block;
  padding: 0;
}
dl.unit-form-01 > dt {
  width: 100%;
  margin-bottom: 15px;
}
dl.unit-form-01 > dt.req > .title:after {
  content: "*";
  margin-left: 5px;
}
dl.unit-form-01 > dt > .title {
  color: #009742;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  dl.unit-form-01 > dt > .title {
    font-size: 1.6rem;
  }
}
dl.unit-form-01 > dt > .ruby {
  color: #B0B0B0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  dl.unit-form-01 > dt > .ruby {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  dl.unit-form-01 > dt {
    margin-bottom: 10px;
  }
}
dl.unit-form-01 > dd {
  width: 100%;
  margin-bottom: 25px;
}
dl.unit-form-01 > dd > ul {
  width: 100%;
}
dl.unit-form-01 > dd > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
dl.unit-form-01 > dd > ul > li > .label {
  width: 6em;
  text-align: center;
}
dl.unit-form-01 > dd > ul > li > .wpcf7-form-control-wrap {
  width: calc(100% - 4em);
}
dl.unit-form-01 > dd > ul > li > .select-wrap {
  margin: 0;
  width: auto;
}
dl.unit-form-01 .select-wrap {
  width: calc(100% - 20px);
  position: relative;
  margin: 0 auto;
}
dl.unit-form-01 .select-wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
dl.unit-form-01 .select-wrap select {
  border: 1px solid #B0B0B0;
  padding: 5px 50px 5px 5px;
  border-radius: 3px 3px;
}
dl.unit-form-01 .select-tab > .select-wrap:not(:first-of-type) {
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  dl.unit-form-01 .select-tab > .select-wrap:not(:first-of-type) {
    margin-left: 0;
  }
  dl.unit-form-01 .select-tab > .select-wrap:not(:first-of-type):nth-of-type(3) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  dl.unit-form-01 .select-year {
    display: block;
    margin-bottom: 10px;
  }
}
dl.unit-form-01 span.wpcf7-list-item,
dl.unit-form-01 span.mwform-radio-field {
  display: inline-block;
  margin: 0;
}
dl.unit-form-01 span.wpcf7-list-item + .horizontal-item,
dl.unit-form-01 span.mwform-radio-field + .horizontal-item {
  margin-left: 0;
}
dl.unit-form-01 span.wpcf7-list-item:not(:first-of-type),
dl.unit-form-01 span.mwform-radio-field:not(:first-of-type) {
  margin-left: 10px;
}
dl.unit-form-01 input[type=text],
dl.unit-form-01 input[type=email],
dl.unit-form-01 input[type=tel],
dl.unit-form-01 input[type=date],
dl.unit-form-01 textarea {
  background: #eeeeef;
  padding: 10px 5px;
  border: none;
}

#mainVisual {
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #mainVisual {
    width: 100%;
    height: auto;
  }
}
#mainVisual .mv {
  height: 600px;
  background: url(../images/top/mv1.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #mainVisual .mv {
    height: 240px;
  }
}
#mainVisual .mv.mv1 {
  background-image: url(../images/top/mv1.jpg);
}
#mainVisual .mv.mv2 {
  background-image: url(../images/top/mv2.jpg);
}
#mainVisual .mv.mv3 {
  background-image: url(../images/top/mv3.jpg);
}
#mainVisual .catch {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #mainVisual .catch {
    padding-left: 20px;
  }
}
#mainVisual .catch p {
  font-size: 6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  text-shadow: 0px 0px 20px #000000;
  line-height: 1.4;
}
#mainVisual .catch p span {
  display: block;
  font-size: 4rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #mainVisual .catch p span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #mainVisual .catch p span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #mainVisual .catch p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  #mainVisual .catch p {
    font-size: 2.5rem;
  }
}
#mainVisual .slick-next,
#mainVisual .slick-prev {
  color: #ffffff;
  width: 15px;
  height: 39px;
  margin: 0;
  padding: 0;
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #mainVisual .slick-next,
  #mainVisual .slick-prev {
    width: 30px;
    height: 30px;
    line-height: 30;
    display: none !important;
  }
}
#mainVisual .slick-prev {
  left: 25px;
  background: url(../images/top/btn_prev.png) no-repeat;
  background-size: 100% auto;
}
#mainVisual .slick-prev:before {
  content: "";
}
#mainVisual .slick-next {
  right: 25px;
  background: url(../images/top/btn_next.png) no-repeat;
  background-size: 100% auto;
}
#mainVisual .slick-next:before {
  content: "";
}
#mainVisual .slick-dotted {
  margin-bottom: 0;
}
#mainVisual .slick-dots {
  bottom: 35px;
}
@media screen and (max-width: 768px) {
  #mainVisual .slick-dots {
    bottom: 5%;
  }
}
#mainVisual .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100% 100%;
  border: 1px solid #ffffff;
  margin: 0 7px;
}
#mainVisual .slick-dots li button {
  width: 10px;
  height: 10px;
}
#mainVisual .slick-dots li button:before {
  content: "";
  display: none;
}
#mainVisual .slick-dots li.slick-active {
  background: #ffffff;
}

main.top section[class^=section-top] > .wrapper h2[class^=unit-title] {
  margin-bottom: 30px;
}

.section-top1 .wrapper .txt-box {
  margin-bottom: 30px;
}

.section-top2 {
  background: url(../images/top/recruit_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-top2 {
    background-attachment: scroll;
  }
}
.section-top2 > .wrapper {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .section-top2 > .wrapper {
    width: 100%;
  }
}
.section-top2 > .wrapper > .txt-box {
  margin: 0 0 30px 0;
}
.section-top2 > .wrapper > .txt-box > h3[class^=unit-title] {
  text-align: center;
  margin-bottom: 10px;
}

.section-top3 > .wrapper .box-topNews-01 + div[class^=unit-btn] {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-top3 > .wrapper .box-topNews-01 + div[class^=unit-btn] {
    margin-top: 30px;
  }
}

.section-about01 > .wrapper > .txt-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-about01 > .wrapper > .txt-box {
    margin-bottom: 30px;
  }
}

.section-about02 {
  background: url(../images/page/about/chart_bg.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .section-about02 {
    background-attachment: scroll;
  }
}

.section-about-re02 {
  background: #eeeeee;
}

.section-about-re03 .txt-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-about-re03 .txt-box {
    margin-bottom: 30px;
  }
}

.section-about-re04 .wrapper > * {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-about-re04 .wrapper > * {
    margin-bottom: 20px;
  }
}
.section-about-re04 .wrapper > *:last-child {
  margin-bottom: 0;
}

.section-about-re05 {
  background: url(../images/page/company/sec05_bg.jpg) 0/cover no-repeat;
}

@media screen and (min-width: 769px) {
  .re05-imgwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .re05-imgwrap > img {
    width: 50vw;
    height: 13.3333333333vw;
  }
}

.section-about-re07 {
  background: url(../images/page/company/sec07_bg.jpg) 0/cover no-repeat;
}

.section-news01 .box-topNews-01 {
  padding: 50px 100px;
}
@media screen and (max-width: 768px) {
  .section-news01 .box-topNews-01 {
    padding: 15px;
  }
}

.section-privacy01 h4 {
  font-weight: bold;
  font-size: 1.2em;
}
.section-privacy01 .wrapper > .txt-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-privacy01 .wrapper > .txt-box {
    margin-bottom: 40px;
  }
}

.section-error40401 .wrapper {
  text-align: center;
}
.section-error40401 .wrapper > .txt-box {
  margin: 40px 0;
}

.section-thanks01 .wrapper {
  text-align: center;
}
.section-thanks01 .wrapper > .txt-box {
  margin: 40px 0;
}
@media screen and (max-width: 480px) {
  .section-thanks01 .wrapper > .txt-box {
    text-align: left;
  }
}
.section-thanks01 .wrapper > .tel-box {
  background: #ffffff;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .section-thanks01 .wrapper > .tel-box {
    width: 100%;
  }
}
.section-thanks01 .wrapper > .tel-box > h4[class^=unit-title] {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-thanks01 .wrapper > .tel-box > h4[class^=unit-title] {
    font-size: 1.6rem;
  }
}
.section-thanks01 .wrapper > .tel-box .telnumber {
  font-family: "Biryani", sans-serif;
  margin-top: 10px;
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .section-thanks01 .wrapper > .tel-box .telnumber {
    font-size: 2.2rem;
  }
}

.section-recruit01 > .wrapper div[class^=unit-btn] {
  margin-top: 60px;
}

.section-recruitForm01 > .wrapper > .txt-box {
  margin-bottom: 30px;
}

.section-ecology01 > .wrapper > .box-colomn-02 {
  margin-top: 35px;
}
.section-ecology01 > .wrapper > .box-colomn-02 .colomn-inner figure {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .section-ecology01 > .wrapper > .box-colomn-02 .colomn-inner figure {
    width: 100%;
  }
  .section-ecology01 > .wrapper > .box-colomn-02 .colomn-inner figure img {
    display: block;
    margin: 0 auto;
  }
}

.section-facility01 > .wrapper > .img-box {
  margin: 35px 0;
}

.section-biomass01 > .wrapper .txt-box .txt:not(:first-of-type),
.section-biomass02 > .wrapper .txt-box .txt:not(:first-of-type) {
  margin-top: 1.5em;
}
.section-biomass01 > .wrapper .txt-box .img,
.section-biomass02 > .wrapper .txt-box .img {
  margin-top: 1.5em;
}
.section-biomass01 > .wrapper .txt-box .img img,
.section-biomass02 > .wrapper .txt-box .img img {
  display: block;
  margin: 0 auto;
}