@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
  COMMON SETTING
----------------------------------------------------*/
.section {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.section .section-inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .section .section-inner {
    padding: 10% 0;
    width: 90%;
  }
}


/*MAIN VISUAL
 -------------------------------*/
.main-visual {
  background-color: #fff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 360px;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: cover;
  aspect-ratio: 8.52 / 2;
  height: auto;
}

.main-visual .main-visual-inner {
  position: relative;
  width: 95%;
  height: 100%;
  margin: auto;
}

.main-visual:not(#main-visual__top) {
  background-position: center;
}

.main-visual .main-visual-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1.6;
  margin: auto;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
}

@media (max-width: 767px) {
  .main-visual {
    aspect-ratio: 4 / 2.135;
  }

  .main-visual .main-visual-content {
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*----- PAGE TITLE -----*/
.main-visual-content .page-title {
  color: #FFFFFF;
  text-align: center;
}

.main-visual-content .page-title .page-title__jp {
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-visual-content .page-title .page-title__en {
  display: block;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .main-visual-content .page-title .page-title__jp {
    font-size: 30px;
  }

  .main-visual-content .page-title .page-title__en {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .main-visual .main-visual-inner {
    width: 100%;
  }

  .main-visual .main-visual-content .page-title__jp {
    font-size: 26px;
  }
}

@media (max-width: 414px) {}


/*----- タイトル -----*/
.section .section-ttl {
  margin-bottom: 3em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.section .section-ttl .section-ttl__main {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}

.section .section-ttl .section-ttl__sub {
  display: block;
  color: #000;
  font-size: 14px;
}

@media (max-width: 850px) {
  #section__ft_contact .section-container .container-r .text {
    font-size: 14px;
  }

  .section .section-ttl .section-ttl__main {
    font-size: 25px;
  }

  .section .section-ttl .section-ttl__sub {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section .section-ttl {
    margin-bottom: 2em;
  }
}

@media (max-width: 414px) {
  .section .section-ttl .section-ttl__main {
    font-size: 22px;
  }
}


/*----- リード文 -----*/
.section .section-lead {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.4;
}

@media (max-width: 1500px) {
  .section .section-lead {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .section .section-lead {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .section .section-lead {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .section .section-lead {
    font-size: 21px;
    margin-bottom: 1em;
  }
}

@media (max-width: 480px) {
  .section .section-lead {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .section .section-lead {
    font-size: 18px;
  }
}

/*----- テキスト -----*/
.text {
  line-height: 1.8;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .text {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .text {
    font-size: 15px;
  }
}

/*----- テキスト -----*/
.text-list>* {
  margin-bottom: 0.5em;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

/*----- TABLE -----*/
table.tbl {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}

table.tbl tr {
  border-bottom: solid 1px #585859;
}

table.tbl th,
table.tbl td {
  padding: 0.8em 0;
  text-align: left;
  vertical-align: top;
}

table.tbl th {
  color: #00512c;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  width: 10em;
}

table.tbl td {
  padding-left: 2em;
  width: 100%;
  vertical-align: middle;
}

table.tbl tr:first-child {
  border-top: solid 1px #585859;
}

@media (max-width: 810px) {
  table.tbl th {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  table.tbl th,
  table.tbl td {
    display: block;
    font-size: 15px;
    padding: 0.8em 0;
    width: 100%;
  }

  table.tbl th {
    font-size: 20px;
    padding-bottom: 0;
  }

  table.tbl td {
    padding-top: 0;
  }
}


/*BREADCRUMB
 -------------------------------*/
.breadcrumb {
  width: 100%;
  background-color: #000;
}

.breadcrumb .breadcrumb-inner {
  margin: 0 auto;
  padding: 6px 0;
  text-align: left;
  width: 90%;
}

.breadcrumb ul {
  font-size: 0;
  line-height: 0;
}

.breadcrumb ul li {
  display: inline;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
}

.breadcrumb ul li a {
  color: #898989;
}

.breadcrumb ul li a::after {
  content: '\03e';
  display: inline-block;
  padding-left: 0.6em;
  padding-right: 0.5em;
  color: #ffffff;
  font-weight: normal;
}

@media (max-width: 414px) {
  .breadcrumb .breadcrumb-inner {
    padding: 2% 0;
  }

  .breadcrumb ul li {
    font-size: 12px;
  }
}

/*----- PAGER -----*/
.pager-area {
  margin-bottom: 30px;
  text-align: center;
}

.pager {
  clear: both;
  text-align: center;
}

.pager .page-numbers {
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.1em;
}

.pager .page-numbers.current {
  border-bottom: solid 2px #085c31;
  color: #085c31;
  text-decoration: none;
}

.pager .page-numbers:not(:last-child) {
  margin-right: 0.5em;
}

.pager .page-numbers.prev {
  margin-right: 1em;
}

.pager .page-numbers.next {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .pager-area {
    margin-bottom: 2%;
  }
}

/*----- BANNERS -----*/
#section__bnrs {
  background-color: #F2F2F2;
}

.single-work #section__bnrs {
  background-color: #FFF;
}

#section__bnrs .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

#section__bnrs .bnrs .bnr {
  background-color: #585859;
  height: auto;
  position: relative;
  width: 25%;
}

#section__bnrs .bnrs .bnr::before {
  content: '';
  display: block;
  padding-top: 67%;
}

#section__bnrs .bnrs .bnr .bnr-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

#section__bnrs .bnrs .bnr .bnr-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}

#section__bnrs .bnrs .bnr:hover .bnr-inner::before {
  opacity: 0;
}

#section__bnrs .bnr .bnr-ttl {
  color: #FFF;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  z-index: 2;
}

#section__bnrs .bnr-ttl .bnr-ttl__jp {
  display: block;
  font-size: 30px;
}

#section__bnrs .bnr-ttl .bnr-ttl__en {
  display: block;
  font-size: 14px;

}

@media (max-width: 1200px) {
  #section__bnrs .bnr-ttl .bnr-ttl__jp {
    font-size: 20px;
  }

  #section__bnrs .bnr-ttl .bnr-ttl__en {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #section__bnrs .bnrs .bnr {
    width: 50%;
  }
}

.section .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section .section-container .container-l {
  width: 46%;
}

.section .section-container .container-r {
  width: 54%;
}

.section .section-container .container-l,
.section .section-container .container-r {
  text-align: left;
}

.img-box {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 888px) {
  .section .section-container .btn {
    margin-left: 0;
    padding: 20px 30px;
  }
}

@media (max-width: 1024px) {
  .tabs-area {
    margin-top: -4.5rem;
    margin-bottom: 3rem;
  }

  .tabs .tab {
    font-size: 1rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .section .section-container {
    flex-direction: column;
  }

  .section .section-container .container-l,
  .section .section-container .container-r {
    width: 100%;
  }

  .pager-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*---------- SIDE CONTENTS ----------*/
#side .side-contents {
  transition: 0.3s all;
}

#side .side-contents.fixed {
  position: fixed;
  top: 130px;
  z-index: 2;
}

#side .side-contents .contents-block {
  margin-bottom: 50px;
}

#side .side-contents h2 {
  color: #085c31;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

#side .side-contents ul {
  margin-bottom: 10px;
}

#side .side-contents ul>li {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 2px;
  margin-bottom: 8px;
}

#side .side-contents ul>li.current-cat {
  font-weight: bold;
  border-bottom: solid 2px #065a30;
  max-width: 88px;
}

#side .side-contents ul>li>a {
  color: #000;
}

@media (min-width: 769px) {
  .col-2 .section .section-inner {
    padding-top: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  #contents .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media (max-width: 1200px) {
  #contents .col-2 #main {
    margin: 0;
  }

  #side .side-contents.fixed {
    top: 140px;
  }

  #side .side-contents ul>li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  #contents .col-2 #main,
  #contents .col-2 #side {
    width: 100%;
    max-width: none;
  }

  #contents .col-2 {
    padding-top: 0;
    width: 100%;
  }

  #contents .col-2 #side {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 5%;
    padding-right: 0;
  }

  #side .side-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
  }

  #side .side-contents>* {
    padding-right: 5%;
    width: 50%;
  }

  #side .side-contents>* {}

  #side .side-contents .contents-block__category {
    width: 40%;
  }

  #side .side-contents .contents-block__archive {
    width: 35%;
    padding-right: 0;
  }

  .contents_wrapper__media #side .side-contents .contents-block__archive {
    text-align: center;
    width: 100%;
  }

  .contents_wrapper__media #side .side-contents h2 {
    text-align: center;
  }

  .contents_wrapper__media #side .side-contents ul {
    display: inline-block;
  }
}

/*---------- FOOTER CONTACT SECTION ----------*/
#section__ft_contact {
  background-color: #fff;

}

#section__ft_contact .section-container {
  background-color: #FFF;
  padding: 30px 30px;
  border: solid 1.9px #065a30;
}

#section__ft_contact .section-ttl {
  margin-bottom: 0;
  padding: 1em 0;
}

#section__ft_contact.section .section-ttl .section-ttl__main {
  color: #085c31;
  font-size: 40px;
}

#section__ft_contact .section-container .container-r .text {
  margin-bottom: 1em;
  font-weight: 500;
}

#section__ft_contact .section-container .container-r {
  color: #085c31;
}

@media (min-width: 768px) {
  #section__ft_contact .section-container .container-l {
    border-right: solid 2px #065a30;
    padding-right: 20px;
    width: 38%;
  }

  #section__ft_contact .section-container .container-r {
    padding-left: 20px;
    width: 62%;
  }

  #section__ft_contact .section-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;

  }

  #section__ft_contact .text {
    text-align: center;
  }
}

@media (max-width: 1000px) {
  #section__ft_contact.section .section-ttl .section-ttl__main {
    font-size: 30px;
  }

  #section__ft_contact .section-container .container-r .text {
    font-size: 1.6vw;
    text-align: center;
  }
}

@media (max-width: 810px) {
  #section__ft_contact .section-container .container-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #section__ft_contact .section-container {
    padding: 5% 5%;
    flex-direction: column;
    border: solid 1.3px #065a30;
  }

  #section__ft_contact .section-container .container-l {
    border-bottom: solid 1.1px #065a30;
    margin-bottom: 5%;
  }

  #section__ft_contact .section-ttl {
    padding: 0 0 10px;
  }

  #section__ft_contact.section .section-ttl .section-ttl__main {
    font-size: 25px;
  }

  #section__ft_contact .section-container .container-r .text {
    font-size: 16px;
  }
}

/* FOOTER CONTACT TEL BOX*/
.contact-tel-box {
  line-height: 1;
}

.contact-tel-box .contact-tel {
  margin-bottom: 10px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}

.contact-tel-box .contact-tel__txt {
  display: inline-block;
  font-size: 16px;
  margin-right: 0.5em;
  vertical-align: text-top;
}

.contact-tel-box .contact-tel__num {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #085c31;
}

.contact-tel-box .contact-tel__time {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.contact-tel-box .contact-tel__time::before {
  content: '';
  display: inline-block;
}

@media (min-width: 811px) {
  #section__ft_contact .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #section__ft_contact .row>*:first-child {
    margin-right: 30px;
  }
}

@media (max-width: 1500px) {
  .contact-tel-box .contact-tel__num {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {

  .contact-tel-box .contact-tel__txt,
  .contact-tel-box .contact-tel__time {
    font-size: 16px;
  }
}

@media (max-width: 810px) {
  #section__ft_contact .row>*:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-tel-box {
    text-align: center;
  }

  #section__ft_contact .btn {
    width: 100%;
  }
}


/*----------------------------------------------------
  TOP PAGE
----------------------------------------------------*/
@media (min-width: 1281px) {
  .section.section-top .section-ttl .section-ttl__main {
    font-size: 40px;
  }
}

/*MAIN BLOCK -------------------------*/
#main-visual__top {
  width: 100%;
}

#main-visual__top .slick-slider .slick-track {
  overflow: hidden;
}

#main-visual__top .slick-slider .slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  margin: 0;
  overflow: hidden;
}

#main-visual__top,
#main-visual__top .slick-slider .slick-slide {
  height: 100vh;
}

#main-visual__top .slider-sp {
  display: none;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #main-visual__top .slider {
    display: none;
  }

  #main-visual__top .slider-sp {
    display: block;
  }
}

#main-visual__top .main-visual-content {
  color: #FFF;
  display: block;
  text-shadow: -2px -2px 10px #fff, 2px 2px 10px #fff;
}

#main-visual__top .main-visual-ttl {
  color: #000;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.4;
  margin-bottom: 30px;
}

#main-visual__top .main-visual-txt {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-visual__top .main-visual-txt .txt-b {
  font-size: 1.3em;
  margin-bottom: 0.3em;
}

@media (max-width: 1500px) {
  #main-visual__top .main-visual-ttl {
    font-size: 44px;
  }

  #main-visual__top .main-visual-txt {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  #main-visual__top .main-visual-ttl {
    font-size: 40px;
  }

  #main-visual__top .main-visual-txt {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #main-visual__top .main-visual-ttl {
    font-size: 35px;
    text-align: center;
  }

  #main-visual__top .main-visual-ttl .empty {
    display: inline-block;
    width: 1em;
  }

  #main-visual__top .main-visual-txt {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  #main-visual__top .main-visual-ttl {
    font-size: 31px;
  }

  #main-visual__top .main-visual-txt {
    font-size: 18px;
    text-align: center;
  }
}

/*---------- SCROLL ----------*/
#main-visual__top .scroll {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  padding: 0 0 5%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

#main-visual__top .scroll::after {
  content: '';
  position: absolute;
  top: 2em;
  left: 50%;
  width: 1px;
  background: #FFF;
  animation: slidedown 1.8s infinite;
}

@keyframes slidedown {
  0% {
    height: 1px
  }

  100% {
    height: 75%
  }
}

@media (max-width: 767px) {
  #main-visual__top .scroll {
    display: none;
  }
}

.section.section-top .section-ttl {
  text-align: left;
}

/*---------- PICKUP NEWS SECTION ----------*/
#section__top_news .news-list-area {
  width: 100%;
}

#section__top_news .news-list .news-item {
  position: relative;
}

#section__top_news .news-item .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section__top_news .news-item .news__thumb {
  position: relative;
  height: auto;
  width: 50%;
}

#section__top_news .news-item .news__thumb::before {
  content: '';
  display: block;
  padding-top: 65%;
}

#section__top_news .news-item .news__thumb .thumb-inner {
  background-color: #EFEFEF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#section__top_news .news-item .item-content {
  flex: 1;
  padding-left: 15px;
  display: flex;
  font-weight: bold;
}

#section__top_news .news-item .news-item__category {
  color: #fff;
  background-color: #106d38;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding: 1px 5px;
}

#section__top_news .news-item .news-item__category>* {
  color: #fff;
  background-color: #106d38;
}

#section__top_news .news-item .news-item__title {
  font-weight: bold;
}

#section__top_news .news-list .news-item:hover .news__thumb {
  transition: all 0.3s ease;
}

#section__top_news .news-list .news-item__date {
  margin-right: 20px;
}

#section__top_news .news-list .news-item__category {
  margin-right: 20px;
}


@media (min-width: 851px) {
  #section__top_news .section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #section__top_news .section-ttl-area {
    width: 17%;
    text-align: left;
  }

  #section__top_news .news-list-area {
    max-width: 1035px;
    width: 80%;
    border-left: solid;
    padding-left: 2em;
  }
}

@media (min-width: 768px) {
  #section__top_news .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  #section__top_news .news-list .news-item {
    width: 100%;
    margin-right: 30px;
    margin-bottom: 10px;
  }

  #section__top_news .news-list .news-item:nth-child(even) {
    margin-right: 0;
  }

  #section__top_news .news-list .news-item:last-child {
    margin-bottom: 0;
  }

  #section__top_news .news-item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1024px) {
  #section__top_news .news-item .news__thumb {
    width: 35%;
  }

  #section__top_news .news-item .news-item__category,
  #section__top_news .news-item .news-item__date {
    font-size: 1em;
  }

  #section__top_news .news-item .news-item__title {
    font-size: 1em;
  }
}

@media (max-width: 850px) {
  #section__top_news .section-container {
    display: block;
  }

  #section__top_news .section-ttl-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  #section__top_news .section-ttl-area .section-ttl {
    margin-bottom: 0;
  }

  #section__top_news .news-item .item-content {
    flex-wrap: wrap;
    padding-left: 0;
    border-bottom: solid 1px #231815;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #section__top_news .news-item .news-item__title {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #section__top_news .news-list .news-item {
    width: 100%;
    margin-bottom: 10px;
  }
}



/*---------- HISTORY SECTION ----------*/
#section__history.section-top .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#section__history.section-top .section-container .col {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

#section__history.section-top .section-container .col .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

#section__history.section-top .section-container .col-mid {
  padding: 0 100px;
}

@media (max-width: 850px) {
  #section__history.section-top .section-container .col-mid {
    padding: 0 60px;
  }
}

@media (max-width: 767px) {
  #section__history.section-top .section-container .col-mid {
    padding: 0;
  }
}

#section__history.section-top .section-container .txt__catch,
#section__history.section-top .section-container .text {
  text-align: left;
  color: #FFF;
}

#section__history.section-top .section-container .text {
  font-size: 16px;
}

#section__history.section-top .section-container .txt__catch {
  font-size: 35px;
  font-weight: bold;
  position: relative;
}

#section__history.section-top .text--sp .text {
  text-align: left;
}

@media (min-width: 768px) {
  #section__history.section-top .text--sp {
    display: none;
  }
}

#section__history.section-top .section-bg .btn {
  border-color: #FFF;
  color: #FFF;
}

@media (min-width: 769px) {
  #section__history.section-top {
    background: url(../img/top/bg_history.jpg) center no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }
}

@media (max-width: 810px) {
  #section__history.section-top .section-container .text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #section__history.section-top .section-inner {
    width: 100%;
    padding: 0;
  }

  #section__history.section-top .section-bg {
    background: url(../img/top/bg_history_sp.jpg) center no-repeat;
    background-position: 50% 0;
    background-size: cover;
    padding: 8% 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #section__history.section-top .section-bg .btn {
    display: none;
  }

  #section__history.section-top .section-container .col:not(.col-mid) {
    display: none;
  }

  #section__history.section-top .section-container .txt__catch {
    font-size: 30px;
  }

  #section__history.section-top .text--sp {
    padding: 5%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #section__history.section-top .badge {
    width: 80px;
    margin: 0 auto 30px;
  }
}


/*---------- TOP BUSINESS SECTION ----------*/
#section__top_business {
  padding: 80px 0;
}

#section__top_business .section-inner {
  padding: 50px 40px 40px;
  position: relative;
  z-index: 2;
}

#section__top_business .section-inner::before,
#section__top_business .section-inner::after {
  content: '';
  position: absolute;
  background-color: #085c31;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

#section__top_business .section-inner::before {
  left: 0;
}

#section__top_business .section-inner::after {
  left: 100%;
  width: 100vw;
}

#section__top_business .section-container .container-l {
  padding-right: 40px;
  width: 50%;
}

#section__top_business .section-container .container-r {
  width: 50%;
}

#section__top_business .section-ttl>* {
  color: #FFF;
}

#section__top_business .text {
  color: #FFF;
  font-weight: 500;
}

#section__top_business.section .section-lead {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 26px;
}

#section__top_business.section .section-ttl {
  margin-bottom: 2em;
}

@media (max-width: 1300px) {
  #section__top_business.section .section-lead {
    font-size: 1.95vw;
  }
}

/*BUSINESS ITEM LIST*/
@media (min-width: 768px) {
  #section__top_business .section-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 850px) {
  #section__top_business .section-inner {
    padding: 8% 5%;
  }

  #section__top_business .section-container .container-l {
    padding-right: 30px;
    width: 50%;
  }

  #section__top_business .section-container .container-r {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #section__top_business {
    padding-top: 0;
  }

  #section__top_business .section-container .container-l {
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
  }

  #section__top_business .section-container .container-r {
    width: 100%;
  }

  #section__top_business.section .section-lead {
    font-size: 20px;
  }
}

#section__top_business .business-item-list .business-item {
  height: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}

#section__top_business .business-item-list .business-item::before {
  content: '';
  display: block;
  padding-top: 132%;
}

#section__top_business .business-item .item-inner {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  height: 100%;
  position: relative;
  transition: opacity 0.2s ease;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#section__top_business .business-item .item-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}

#section__top_business .business-item-1 .item-inner {
  background-image: url(../img/top/img_business_01.png);
}

#section__top_business .business-item-2 .item-inner {
  background-image: url(../img/top/img_business_02.png);
}

@media (min-width: 1025px) {
  #section__top_business .business-item:hover .item-inner::before {
    opacity: 0;
  }
}

@media (min-width: 851px) {
  #section__top_business .business-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  #section__top_business .business-item-list .business-item {
    height: 100%;
    width: 45%;
    margin-bottom: 0;
  }
}

@media (max-width: 850px) {
  #section__top_business .business-item-list .business-item::before {
    padding-top: 55%;
  }

  #section__top_business .business-item-1 .item-inner {
    background-image: url(../img/top/img_business_sp_01.png);
  }

  #section__top_business .business-item-2 .item-inner {
    background-image: url(../img/top/img_business_sp_02.png);
  }
}


#section__top_business .business-item .item__ttl {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
  padding-right: 1.5em;
  text-align: center;
  z-index: 3;
}

@media (max-width: 1280px) {
  #section__top_business .business-item .item__ttl {
    font-size: 18px;
  }
}

/*---------- TOP COMPANY SECTION ----------*/
#section__top_about .section-inner {
  padding: 0;
}

#section__top_about .section-container .container-r {
  position: relative;
  padding-left: 60px;
}

#section__top_about .section-container .container-r::before {
  background: url(../img/top/img_about.jpg) center no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  right: 100%;
  height: 100%;
  width: 50vw;
}

#section__top_about .text {
  font-weight: 500;
}

#section__top_about.section .section-ttl {
  margin-bottom: 2em;
}

#section__top_about.section .section-lead {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 1em;
}

@media (max-width: 1300px) {
  #section__top_about.section .section-lead {
    font-size: 1.95vw;
  }
}

@media (max-width: 1200px) {
  #section__top_about .section-container .container-r {
    padding-left: 38px;
  }
}

@media (max-width: 850px) {
  #section__top_about .section-container .container-r {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  #section__top_about .section-container .container-l {
    background: url(../img/top/img_about_sp.jpg) center no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 57%;
    margin-bottom: 10%;
    width: 106%;
    margin-left: -6%;
  }

  #section__top_about .section-container .container-r {
    padding-left: 0;
  }

  #section__top_about .section-container .container-r::before {
    content: none;
  }

  #section__top_about.section .section-lead {
    font-size: 20px;
  }
}


/*---------- TOP RECRUIT SECTION ----------*/
#section__top_recruit {
  margin-top: 80px;
  position: relative;
}

#section__top_recruit .section-inner {
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
}

#section__top_recruit::before {
  background-color: #085c31;
  content: '';
  left: 0;
  height: 80%;
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 0;
}

#section__top_recruit .lead-box {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

#section__top_recruit .lead-box .lead-box-container {
  color: #FFF;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#section__top_recruit .section-lead {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
}

#section__top_recruit .text {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}

@media (min-width: 768px) {
  #section__top_recruit .text {
    margin-bottom: 0;
  }

  #section__top_recruit .btn {
    position: absolute;
    bottom: 30px;
    right: 0;
  }
}

@media (max-width: 1280px) {
  #section__top_recruit .section-lead {
    font-size: 40px;
  }
}

@media (max-width: 850px) {
  #section__top_recruit .lead-box .lead-box-container {
    top: 50%;
  }
}

@media (max-width: 767px) {
  #section__top_recruit .section-inner {
    padding-bottom: 10%;
  }

  #section__top_recruit .section-lead {
    font-size: 30px;
  }

  #section__top_recruit .text {
    font-size: 19px;
  }
}

@media (max-width: 414px) {
  #section__top_recruit .section-lead {
    font-size: 27px;
  }

  #section__top_recruit .text {
    font-size: 17px;
  }
}



/*---------- TOP BLOG SECTION ----------*/

@media (min-width: 851px) {
  #section__top_blog .section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #section__top_blog .section-ttl-area {
    flex: 1;
    padding-right: 1em;
    text-align: left;
  }

  #section__top_blog .blog-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1035px;
    width: 85%;
  }
}

@media (max-width: 850px) {
  #section__top_blog .section-container {
    display: block;
  }

  #section__top_blog .section-ttl-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  #section__top_blog .section-ttl-area .section-ttl {
    margin-bottom: 0;
  }
}

.blog-list {
  width: 100%;
}

.blog-list .news-item {
  position: relative;
}

.blogs-list .blog-item>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.blog-item .blog-item__thumb {
  position: relative;
  height: auto;
}

.blog-item .blog-item__thumb::before {
  content: '';
  display: block;
  padding-top: 65%;
}

.blog-item .blog-item__thumb .thumb-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/common/noimage.png);
  background-size: cover;
  background-color: #EFEFEF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blog-item .item-content {
  padding-top: 10px;
}

.blog-item .blog-item__date {
  color: #10A000;
  font-size: 14px;
  padding: 5px 0;
}

.blog-item .blog-item__title {
  font-weight: normal;
}

.blog-item:hover .blog-item__thumb {
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  #section__top_blog .blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #section__top_blog .blog-list .blog-item {
    width: calc(33.33% - 40px / 3);
    margin-right: 20px;
  }

  #section__top_blog .blog-list .blog-item:nth-child(3n) {
    margin-right: 0;
  }

  #section__top_blog .blog-item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}


@media (max-width: 767px) {
  .blog-list .blog-item {
    margin-bottom: 8%;
    width: 100%;
  }

  .blog-item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-item .blog-item__thumb {
    width: 45%;
  }

  .blog-item .blog-item__thumb::before {
    padding-top: 67%;
  }

  .blog-item .item-content {
    padding: 0 0 0 5%;
    width: 50%;
  }
}

/*----------------------------------------------------
  ABOUT US PAGE
----------------------------------------------------*/
#main-visual__about_us {
  background-image: url(../img/aboutus/img_head.png);
}

/*----- GREETING SECTION -----*/
#section__greeting .name-box {
  font-size: 20px;
  text-align: right;
  font-weight: 600;
}

#section__greeting.section .section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section__greeting .text {
  line-height: 1.6;
  font-weight: 500;
}

#section__greeting.section .section-ttl .section-ttl__main {
  font-size: 40px;
  color: #00532d;
}

#section__greeting.section .section-lead {
  font-weight: bold;
}

@media (min-width: 768px) {
  #section__greeting .section-container .container-l {
    padding-right: 40px;
    width: 70%;
    max-width: 730px;
  }

  #section__greeting .section-container .container-r {
    max-width: 380px;
    width: 32%;
  }

}

@media (max-width: 767px) {
  #section__greeting .section-container {
    flex-direction: column-reverse;
  }


  #section__greeting figure {
    margin: 0 auto 5%;
    width: 70%;
  }

  #section__greeting .section-lead {
    font-size: 20px;
    text-align: center;
  }

  #section__greeting .name-box {
    font-size: 16px;
  }

  #section__greeting.section .section-ttl .section-ttl__main {
    font-size: 30px;
  }

  #section__greeting.section .section-lead {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  #section__greeting.section .section-ttl .section-ttl__main {
    font-size: 25px;
  }
}

/*----- POLICY SECTION -----*/
#section__policy {
  background-color: #00532d;
  color: #fff;
}

#section__policy .section-ttl__main {
  color: #fff;
  font-size: 40px;
}

#section__policy .section-lead {
  font-size: 26px;
  margin-bottom: 1em;
  font-weight: bold;
}

#section__policy .text {
  font-weight: 500;
}

@media (min-width: 768px) {
  #section__policy .text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #section__policy .section-lead {
    font-size: 20px;
  }

  #section__policy .section-ttl__main {
    font-size: 25px;
  }
}


/*----- info SECTION -----*/
#section__info {}

#section__info .section-ttl__main {
  color: #00532d;
  font-size: 40px;
}

#section__info table.tbl th {
  color: #00512c;
  padding: 1.5em 0;
}


#section__info table.tbl td {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

@media (max-width: 767px) {
  #section__info .section-ttl__main {
    font-size: 25px;
  }

  #section__info table.tbl th {
    padding: 0.6em 0 0;
  }
}

/*----- MOTTO SECTION -----*/
#section__motto .motto-item {
  background-color: #F2F2F2;
  padding: 20px;
  width: 100%;
}

#section__motto .motto-item .item__ttl {
  font-size: 26px;
  color: #10A000;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: center;
}

#section__motto .motto-item .item__txt {
  line-height: 1.6;
}

@media (min-width: 768px) {
  #section__motto .motto-list {
    display: flex;
  }

  #section__motto .motto-list .motto-item {
    margin-right: 20px;
    width: calc(33.33% - 40px / 3);
  }

  #section__motto .motto-list .motto-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #section__motto .motto-list .motto-item {
    padding: 5%;
  }

  #section__motto .motto-list .motto-item:not(:last-child) {
    margin-bottom: 5%;
  }

  #section__motto .motto-item .item__ttl {
    font-size: 22px;
  }
}

@media (max-width: 414px) {
  #section__motto .motto-item .item__txt {
    font-size: 15px;
  }
}


/*----- ACCESS SECTION -----*/
#section__access {
  background-color: #00532d;
}

#section__access.section .section-ttl .section-ttl__main {
  font-size: 40px;
}

@media (max-width: 767px) {
  #section__access.section .section-ttl .section-ttl__main {
    font-size: 25px;
  }
}

/*----- MAP BOX -----*/
#google-map,
#google-map-ie {
  height: 470px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

#google-map-ie iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .map-area .btn {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #main-visual__about_us {
    background-image: url(../img/aboutus/img_head_sp.png);
  }

  #google-map,
  #google-map-ie {
    height: 400px;
  }
}

@media (max-width: 480px) {

  #google-map,
  #google-map-ie {
    height: 300px;
  }
}

/*----------------------------------------------------
  榊について　sakaki_about PAGE
----------------------------------------------------*/
#main-visual__sakaki_about {
  background-image: url(../img/sakaki_about/img_head.png);

}

#section__sakaki_about01 {
  background-color: #fff;
}

#section__sakaki_about01 .text {
  font-weight: 500;
}

#section__sakaki_about01 .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}

#section__sakaki_about01 .txt_area {
  width: 50%;
  max-width: 590px;
}

#section__sakaki_about01 .img_area {
  width: 46%;
}

#section__sakaki_about01 .section_lead {
  font-size: 30px;
  margin-bottom: 10px;
}

#section__sakaki_about01 .text p {
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  #section__sakaki_about01 .wrap_box {
    flex-direction: column;
  }

  #section__sakaki_about01 .txt_area {
    width: 100%;
    max-width: 590px;
  }

  #section__sakaki_about01 .img_area {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #section__sakaki_about01 .section_lead {
    font-size: 25px;
  }
}


#section__sakaki_about02 {
  background-color: #00512c;
}

#section__sakaki_about02.section .section-inner {
  padding-top: 100px;
}

#section__sakaki_about02 .text {
  text-align: center;
  font-weight: 500;
}

#section__sakaki_about02 .img_wrap {
  display: flex;
  justify-content: space-between;
}

#section__sakaki_about02 .img_wrap figure {
  width: 49%;
}

@media (max-width: 767px) {
  #section__sakaki_about02 .img_wrap {
    flex-direction: column;
  }

  #section__sakaki_about02 .img_wrap figure {
    width: 100%;
    margin-bottom: 2.4em;
  }

  #section__sakaki_about02 .img_wrap figure img {
    width: 100%;
  }

  #section__sakaki_about02.section .section-inner {
    padding-top: 15%;
  }
}

@media (max-width: 410px) {
  #section__sakaki_about02 .text {
    font-size: 15px;
  }
}

#section__sakaki_about03 {
  background-color: #f7f8f8;
}

#section__sakaki_about03.section .section-inner {
  padding-top: 100px;
}

#section__sakaki_about03 .txt_center {
  text-align: center;
}

#section__sakaki_about03 .text {
  font-weight: 500;
  font-size: 16px;
}

#section__sakaki_about03 .item_box {
  background-color: #fff;
  padding: 40px 65px;
  margin-bottom: 2.5em;
}

#section__sakaki_about03 .item_box .wrap_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#section__sakaki_about03 .txt_area {
  width: 63%;
  max-width: 650px;
}

#section__sakaki_about03 .img_area {
  width: 33%;
}

#section__sakaki_about03 .img_area figure {
  margin-bottom: 0;
}

#section__sakaki_about03 .ttl {
  font-size: 26px;
  font-weight: bold;
  border-bottom: solid 2px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #section__sakaki_about03 .item_box .wrap_box {
    flex-direction: column;
  }

  #section__sakaki_about03 .item_box {
    padding: 40px 40px;
    margin-bottom: 3em;
  }

  #section__sakaki_about03 .txt_area {
    width: 100%;
  }

  #section__sakaki_about03 .img_area {
    width: 100%;
  }

  #section__sakaki_about03.section .section-inner {
    padding-top: 15%;
  }
}

@media (max-width: 480px) {
  #section__sakaki_about03 .ttl {
    font-size: 20px;
  }

  #section__sakaki_about03 .item_box {
    padding: 40px 20px;
  }
}


#section__sakaki_about04 {
  background-color: #00512c;
}

#section__sakaki_about04.section .section-inner {
  padding-top: 100px;
}

#section__sakaki_about04 .text {
  font-weight: 500;
}

#section__sakaki_about04 .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section__sakaki_about04 .txt_area {
  width: 53%;
  max-width: 620px;
}

#section__sakaki_about04 .img_wrap {
  display: flex;
  justify-content: space-between;
  width: 45%;
}

#section__sakaki_about04 .img_wrap figure {
  width: 48%;
}

#section__sakaki_about04.section .section-ttl .section-ttl__main {
  text-align: left;
}

@media (max-width: 767px) {
  #section__sakaki_about04.section .section-inner {
    padding-top: 15%;
  }

  #section__sakaki_about04 .wrap_box {
    flex-direction: column;
  }

  #section__sakaki_about04 .txt_area {
    width: 100%;
  }

  #section__sakaki_about04 .img_wrap {
    width: 100%;
    max-width: 620px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 767px) {
  #main-visual__sakaki_about {
    background-image: url(../img/sakaki_about/img_head_sp.png);
  }

}

/*----------------------------------------------------
  代理店募集 deputy PAGE
----------------------------------------------------*/
#main-visual__deputy {
  background-image: url(../img/deputy/img_head.png);
}

#section__deputy01.section .section-inner,
#section__deputy02.section .section-inner,
#section__deputy03.section .section-inner,
#section__deputy03flow.section .section-inner,
#section__deputy04.section .section-inner,
#section__deputy05.section .section-inner,
#section__deputy06.section .section-inner {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 767px) {

  #section__deputy01.section .section-inner,
  #section__deputy02.section .section-inner,
  #section__deputy03.section .section-inner,
  #section__deputy03flow.section .section-inner,
  #section__deputy04.section .section-inner,
  #section__deputy05.section .section-inner,
  #section__deputy06.section .section-inner {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  #section__deputy06.section .section-inner {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}

#section__deputy01 {
  background-color: #fff;
}

#section__deputy01.section .section-ttl .section-ttl__main {
  font-size: 40px;
}

#section__deputy01 .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10%;
}

#section__deputy01 .txt_area {
  width: 40%;
}

#section__deputy01 .img_area {
  width: 60%;
}

#section__deputy01 .img_area figure {
  margin-bottom: 0;
}

#section__deputy01 .section_lead {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

#section__deputy01 .text {
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 1300px) {
  #section__deputy01.section .section-ttl .section-ttl__main {
    font-size: 3.2vw;
  }

  #section__deputy01 .text {
    font-size: 1.7vw;
  }
}

@media (max-width: 767px) {
  #section__deputy01 .wrap_box {
    flex-direction: column;
  }

  #section__deputy01.section .section-ttl .section-ttl__main {
    font-size: 25px;
  }

  #section__deputy01 .section_lead {
    font-size: 25px;
  }

  #section__deputy01 .text {
    font-size: 20px;
  }

  #section__deputy01 .txt_area {
    text-align: center;
    width: 100%;
  }

  #section__deputy01 .img_area {
    width: 100%;
  }
}

@media (max-width: 420px) {
  #section__deputy01.section .section-ttl .section-ttl__main {
    font-size: 23px;
  }

  #section__deputy01 .section_lead {
    font-size: 23px;
  }
}

#section__deputy01 .list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#section__deputy01 .list_wrap .item {
  width: 21%;
}

#section__deputy01 .list_wrap .item .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#section__deputy01 .list_wrap .item .text {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1300px) {
  #section__deputy01 .list_wrap .item .ttl {
    font-size: 1.6vw;
  }
}

@media (max-width: 1094px) {
  #section__deputy01 .list_wrap .item {
    width: 23%;
  }

  #section__deputy01 .list_wrap .item .ttl {
    font-size: 1.7vw;
  }
}

@media (max-width: 1000px) {
  #section__deputy01 .list_wrap {
    flex-wrap: wrap;
  }

  #section__deputy01 .list_wrap .item {
    width: 46%;
  }

  #section__deputy01 .list_wrap .item figure img {
    width: 100%;
  }

  #section__deputy01 .list_wrap .item .ttl {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  #section__deputy01 .list_wrap {
    flex-direction: column;
  }

  #section__deputy01 .list_wrap .item {
    width: 100%;
  }

  #section__deputy01 .list_wrap .item .text {
    font-size: 18px;
  }

  #section__deputy01 .text {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  #section__deputy01 .list_wrap .item .text {
    font-size: 16px;
  }
}


#section__deputy02 {
  background-color: #00512c;
}

#section__deputy02 .wrap_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#section__deputy02 .wrap_box figure {
  width: 48%;
}

#section__deputy02 .txt_area {
  width: 46%;
  max-width: 540px;
}

#section__deputy02 .txt_area .section-ttl {
  text-align: left;
}

#section__deputy02 .text {
  line-height: 1.7;
}

@media (max-width: 1060px) {
  #section__deputy02.section .section-ttl .section-ttl__main {
    font-size: 2.8vw;
  }
}

@media (max-width: 767px) {
  #section__deputy02 .wrap_box {
    flex-direction: column;
  }

  #section__deputy02 .wrap_box figure {
    width: 100%;
    margin-bottom: 2em;
  }

  #section__deputy02 .wrap_box figure img {
    width: 100%;
  }

  #section__deputy02 .txt_area {
    width: 100%;
    max-width: unset;
  }

  #section__deputy02.section .section-ttl .section-ttl__main {
    font-size: 25px;
  }
}

@media (max-width: 420px) {
  #section__deputy02.section .section-ttl .section-ttl__main {
    font-size: 21px;
  }
}



#section__deputy03 {
  background-color: #fff;
}

#section__deputy03 table.tbl tr:first-child {
  border-top: solid 1px #c9caca;
}

#section__deputy03 table.tbl tr {
  border-bottom: solid 1px #c9caca;
}

#section__deputy03 table.tbl th:first-child {
  border-top: solid 1px #00532d;
}

#section__deputy03 table.tbl th {
  border-bottom: solid 1px #00532d;
  width: 22%;
  font-size: 18px;
}

#section__deputy03 table.tbl td {
  padding-left: 0;
  font-weight: 500;
}

#section__deputy03 table.tbl th,
#section__deputy03 table.tbl td {
  padding: 1.3em 0;
}

#section__deputy03 {}

#section__deputy03 {}


@media (max-width: 767px) {

  #section__deputy03 table.tbl tr:first-child {
    border-top: solid 1px #00532d;
  }

  #section__deputy03 table.tbl tr {
    border-bottom: solid 1px #00532d;
  }

  #section__deputy03 table.tbl th:first-child {
    border-top: none;
  }

  #section__deputy03 table.tbl th {
    border-bottom: none;
  }

  #section__deputy03 table.tbl th {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  #section__deputy03 table.tbl td {
    padding-top: 0;
  }
}


#section__deputy03flow {
  background-color: #f7f8f8;
}

#section__deputy03flow.section .section-ttl .section-ttl__main {
  font-size: 40px;
}

#section__deputy03flow .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#section__deputy03flow .list_wrap {
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#section__deputy03flow .list_wrap .item {
  width: 21%;
}

#section__deputy03flow .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#section__deputy03flow .list_rink {
  font-size: 16px;
  color: #004f2b;
  border-bottom: solid 1px;
  font-weight: 500;
}

#section__deputy03flow .text {
  margin-bottom: 0;
  font-weight: 500;
}

#section__deputy03flow figure {
  margin-bottom: 10px;
  position: relative;
}

#section__deputy03flow .item figure::after {
  content: '';
  position: absolute;
  top: 0;
  right: -15%;
  left: auto;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-top: solid 2px #00512c;
  border-right: solid 2px #00512c;
  transform: rotate(45deg);
  transition: 0.5s;
}

#section__deputy03flow .item.last figure:after {
  display: none;
}

#section__deputy03flow .btn {
  max-width: 600px;
  font-size: 30px;
  padding: 22px;
}

#section__deputy03flow .btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: 0.5s;
}

#section__deputy03flow .btn:hover:after {
  border-top: solid 2px #004f2b;
  border-right: solid 2px #004f2b;
}

@media (max-width: 1050px) {
  #section__deputy03flow .sub_ttl {
    font-size: 17.5px;
  }
}

@media (max-width: 1000px) {
  #section__deputy03flow .list_wrap {
    flex-wrap: wrap;
  }

  #section__deputy03flow .list_wrap .item {
    width: 46%;
    margin-bottom: 2em;
  }

  #section__deputy03flow figure img {
    width: 100%;
  }

  #section__deputy03flow .item figure::after {
    right: -10%;
  }

  #section__deputy03flow .item.second figure:after {
    display: none;
  }
}

@media (max-width: 767px) {
  #section__deputy03flow.section .section-ttl .section-ttl__main {
    font-size: 25px;
  }

  #section__deputy03flow .sub_ttl {
    font-size: 20px;
  }

  #section__deputy03flow .btn {
    font-size: 20px;
    width: 100%;
    padding: 20px;
  }

  #section__deputy03flow .item figure::after {
    content: none;
  }

  #section__deputy03flow .list_wrap {
    flex-direction: column;
  }

  #section__deputy03flow .list_wrap .item {
    width: 100%;
    margin-bottom: 5em;
  }

  #section__deputy03flow .list_wrap .item.last {
    margin-bottom: 2em;
  }

  #section__deputy03flow .list_wrap .item::after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -8%;
    width: 25px;
    height: 25px;
    margin: auto;
    border-top: solid 2px #00512c;
    border-right: solid 2px #00512c;
    transform: rotate(135deg);
    transition: 0.5s;
  }

  #section__deputy03flow .item {
    position: relative;
  }

  #section__deputy03flow .item.last::after {
    display: none;
  }

  #section__deputy03flow .ttl {
    font-size: 23px;
  }

  #section__deputy03flow .text {
    font-size: 18px;
  }

  #section__deputy03flow .list_rink {
    font-size: 18px;
  }

  #section__deputy03flow .list_wrap {
    margin-bottom: 1em;
  }
}

@media (max-width: 480px) {
  #section__deputy03flow .list_wrap .item::after {
    bottom: -12%;
  }
}

#section__deputy04 {
  background-image: url(../img/deputy/bg_img_dup04.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 5em;
  margin-bottom: 1em;
  background-repeat: no-repeat;
}

#section__deputy04.section .section-inner {
  padding-top: 6.8%;
  padding-bottom: 6.8%;
}

#section__deputy04 .item_box {
  border: solid 3px #065a30;
  padding: 2% 5%;
}

#section__deputy04 .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#section__deputy04 .txt_area {
  width: 65%;
  max-width: 680px;
}

#section__deputy04 .img_area {
  width: 30%;
  max-width: 261px;
}

#section__deputy04 .img_area figure {
  margin-bottom: 0;
}

#section__deputy04.section .section-ttl {
  margin-bottom: 20px;
  text-align: left;
  font-size: 40px;
  line-height: 1.4;
}

#section__deputy04 .text {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}

#section__deputy04 .name-box {
  text-align: right;
  font-size: 25px;
  font-weight: bold;
}

#section__deputy04 {}

@media (max-width: 1000px) {
  #section__deputy04.section .section-ttl {
    font-size: 35px;
  }

  #section__deputy04 .text {
    font-size: 22px;
  }

  #section__deputy04 .name-box {
    font-size: 23px;
  }
}

@media (max-width: 767px) {

  #section__deputy04 .item_box {
    padding: 12% 6%;
  }

  #section__deputy04 .wrap_box {
    flex-direction: column;
  }

  #section__deputy04 .txt_area {
    width: 100%;
    margin-bottom: 2em;
  }

  #section__deputy04 .img_area {
    width: 100%;
    max-width: unset;
  }

  #section__deputy04.section .section-ttl {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
  }

  #section__deputy04 .text {
    text-align: center;
  }

  #section__deputy04 .name-box {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #section__deputy04.section .section-ttl {
    font-size: 25px;
  }

  #section__deputy04 .text {
    font-size: 15px;
  }

  #section__deputy04 .name-box {
    font-size: 16px;
  }
}


#section__deputy06 {
  background-color: #fff;
}

#section__deputy06 .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 4em;
  padding-bottom: 4em;
  border-bottom: solid 2px #b5b5b6;
}

#section__deputy06 .left_area {
  width: 48%;
}

#section__deputy06 .right_area {
  width: 48%;
}

#section__deputy06 .btn {
  max-width: unset;
  font-size: 46px;
  width: 80%;
  border: solid 3px #085c31;
  padding: 30px;
}

#section__deputy06 .btn.last {
  margin-top: 2.5em;
}

#section__deputy06 .btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  transition: 0.5s;
}

#section__deputy06 .btn:hover:after {
  border-top: solid 3px #004f2b;
  border-right: solid 3px #004f2b;

}

#section__deputy06 .section-sub_ttl {
  font-size: 30px;
  margin-top: 2em;
}

#section__deputy06 p {
  font-weight: 500;
}

#section__deputy06 .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#section__deputy06 {}

@media (max-width: 1000px) {
  #section__deputy06 .wrap_box {
    flex-direction: column;
    margin-top: 0;
  }

  #section__deputy06 .left_area {
    width: 100%;
    max-width: 750px;
  }

  #section__deputy06 .right_area {
    width: 100%;
    max-width: 750px;
  }

  #section__deputy06 .ttl {
    margin-top: 1.5em;
  }

  #section__deputy06 .btn {
    font-size: 30px;
    width: 100%;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  #main-visual__deputy {
    background-image: url(../img/deputy/img_head_sp.png);
  }

  #section__deputy04 {
    margin-top: 2em;
    background-image: url(../img/deputy/bg_img_dup04_sp.png);
    background-size: contain;
    aspect-ratio: 10/21;
  }

  #section__deputy04.section .section-inner {
    padding: 26% 0;
  }

  #section__deputy06 .btn {
    font-size: 20px;
    padding: 20px;
  }

  #section__deputy06 .section-sub_ttl {
    font-size: 25px;
  }

  #section__deputy06 .ttl {
    font-size: 18px;
  }
}

@media (max-width: 550px) {
  #section__deputy04.section .section-inner {
    padding: 20% 0;
  }
}

@media (max-width: 400px) {
  #section__deputy04.section .section-inner {
    padding: 15% 0;
  }
}

/*----------------------------------------------------
  代理店登録　agency PAGE
----------------------------------------------------*/

#main-visual__agency {
  background-image: url(../img/agency/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__agency {
    background-image: url(../img/agency/img_head_sp.png);
  }
}

/*----------------------------------------------------
  NEWS PAGE
----------------------------------------------------*/
#main-visual__news {
  background-image: url(../img/news/img_head.png);
}

/*POST LIST*/
#section__postlist .post-list {
  margin-bottom: 80px;
}

#section__postlist .post-list .post {
  border-bottom: solid 1px #585859;
  padding: 20px 0;
  text-align: left;
}

#section__postlist .post-list .post:first-child {
  border-top: solid 1px #585859;
}

#section__postlist .post-list .post .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

#section__postlist .post-list .post .post-inner .post__thumb {
  height: auto;
  position: relative;
  width: 240px;
}

#section__postlist .post-list .post .post-inner .post__thumb::before {
  content: '';
  display: block;
  padding-top: 67%;
}

#section__postlist .post-list .post .post-inner .post__thumb .thumb-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#section__postlist .post-list .post .post-inner .post-content {
  padding-left: 30px;
  width: calc(100% - 240px);
}

#section__postlist .post-list .post .post-date {
  display: inline-block;
  font-size: 14px;
  margin-right: 1em;
}

#section__postlist .post-list .post .post-cat {
  display: inline-block;
  color: #085c31;
  font-size: 16px;
  text-align: center;
}

#section__postlist .post-list .post .post__title {
  font-size: 20px;
  font-weight: normal;
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  #main-visual__news {
    background-image: url(../img/news/img_head_sp.png);
  }

  #section__postlist .post-list {
    margin-bottom: 10%;
  }

  #section__postlist .post-list .post .post-inner .post__thumb {
    width: 30%;
  }

  #section__postlist .post-list .post .post-inner .post__thumb::before {
    padding-top: 100%;
  }

  #section__postlist .post-list .post .post-inner .post-content {
    width: 70%;
    padding-left: 5%;
  }

  #section__postlist .post-list .post .post__title {
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  #section__postlist .post-list .post .post__title {
    font-size: 15px;
  }
}


/*----------------------------------------------------
  NEWS POST SINGLE PAGE
----------------------------------------------------*/
/*ARTICLE*/
.article {
  text-align: left;
  margin-bottom: 100px;
}

.article .article__head {
  border-bottom: solid 1px #585859;
  margin-bottom: 50px;
}

.article .article__title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.article .article__date {
  color: #000;
  display: inline-block;
  font-size: 14px;
}

.article .article__cat {
  color: #085c31;
  display: inline-block;
  margin: 0 0 10px 10px;
}

.article .article__cat>* {
  display: block;
  font-size: 16px;
  margin-left: 1em;
  color: #085c31;
}

.article .article__text {
  line-height: 2;
}

.article .article__text {
  line-height: 2;
}

/* font size */
.article h1,
.article h2,
.article h3,
.article h4,
.article h5 {
  line-height: 1.4;
}

.article h1 {
  font-size: 1.5em;
}

.article h2 {
  font-size: 1.4em;
}

.article h3 {
  font-size: 1.3em;
}

.article h4 {
  font-size: 1.2em;
}

.article h5 {
  font-size: 1.1em;
}

/* img */
.article .aligncenter {
  display: block;
  margin: 0 auto;
}

.article .alignright {
  float: right;
}

.article .alignleft {
  float: left;
}

.article iframe {
  max-width: 1200px;
}

#contents .gallery img {
  border: none
}

@media (max-width: 767px) {
  #section__topics_single .section-inner {
    padding-top: 5%;
  }

  .paging .page-link {
    font-size: 0.9em;
  }

  .article iframe {
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .article .article__title {
    font-size: 17px;
  }
}

/*----- PAGING -----*/
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.paging>* {
  min-width: 2em;
}

.paging a,
.paging .page-link {
  display: block;
  position: relative;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.paging .btn {
  padding: 0.6em 2em;
  width: auto;
}

@media (min-width: 768px) {
  .paging {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paging>*:not(:last-child) {
    margin-right: 2em;
  }
}


/*----------------------------------------------------
  BLOG PAGE
----------------------------------------------------*/
#main-visual__blog {
  background-image: url(../img/blog/img_head.png);
}

@media (max-width: 767px) {
  .#main-visual__blog {
    background-image: url(../img/blog/img_head_sp.png);
  }

}


/*----------------------------------------------------
  WORK PAGE
----------------------------------------------------*/
#main-visual__work {
  background-image: url(../img/work/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__work {
    background-image: url(../img/work/img_head_sp.png);
  }
}

.work-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.work-post-list .post {
  position: relative;
  width: calc(33.33% - 60px / 3);
  margin: 0 30px 30px 0;
}

.work-post-list .post:nth-child(3n) {
  margin-right: 0;
}

.work-post-list .post .post__thumb {
  position: relative;
  height: auto;
}

.work-post-list .post .post__thumb::before {
  content: '';
  display: block;
  padding-top: 73%;
}

.work-post-list .post .post__thumb .thumb-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #585859;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.work-post-list .post .post__thumb .thumb-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}

@media (min-width: 1025px) {
  .work-post-list .post:hover .post__thumb .thumb-inner::before {
    opacity: 0;
  }
}

.work-post-list .post .item-content {
  color: #FFF;
  padding: 0 1em 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.work-post-list .post .post__title {
  font-size: 20px;
  line-height: 1.4;
}

.work-post-list .post .post__title.arrow::after {
  bottom: 0.5em;
  top: auto;
}

.work-post-list .post .post__date {
  font-size: 14px;
}

@media (max-width: 1500px) {
  .work-post-list .post .post__title {
    font-size: 18px;
  }
}

@media (max-width: 850px) {
  .work-post-list .post {
    width: calc(50% - 5% /2);
    margin: 0 5% 5% 0 !important;
  }

  .work-post-list .post:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media (max-width: 414px) {
  .work-post-list .post .item-content {
    padding: 0 0.5em 0.5em;
  }

  .work-post-list .post .post__title {
    font-size: 16px;
  }

  .work-post-list .post .post__date {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .work-post-list .post .post__title {
    font-size: 14px;
  }

  .work-post-list .post .post__date {
    font-size: 10px;
  }
}

/*LATEST*/
#section__latest.section {
  background-color: #F2F2F2;
}



/*----------------------------------------------------
  CONTACT PAGE
----------------------------------------------------*/
#main-visual__contact {
  background-image: url(../img/contact/img_head.png);
}

#section__contact .section-inner {
  padding: 50px 0 30px;
}

#section__contact .text {
  font-weight: 500;
}

#section__contact .tel-container {
  background-color: #F2F2F2;
  padding: 30px;
}

#section__contact .tel-container .section-ttl__main {
  color: #000;
}

#section__contact .contact-tel {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#section__contact .contact-tel .contact-tel__num {
  color: #085c31;
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}

#section__contact .contact-tel a {
  color: #085c31;
}

#section__contact .contact-tel .contact-tel__time {
  display: block;
  font-size: 14px;
}

@media (min-width: 768px) {
  #section__contact .text__main {
    text-align: center;
  }

  #section__contact .tel-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #section__contact .tel-container>* {
    width: auto;
  }

  #section__contact .tel-container .section-ttl {
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  #section__contact .contact-tel .contact-tel__num {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  #main-visual__contact {
    background-image: url(../img/contact/img_head_sp.png);
  }
}

@media (max-width: 414px) {
  #section__contact .contact-tel .contact-tel__num {
    font-size: 30px;
  }
}

/*----- STER BAR -----*/
.step-bar {
  border: solid 1px #085c31;
  margin-bottom: 50px;
}

.step-bar .step {
  background-color: #085c31;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.step-bar .step>* {
  display: inline-block;
}

.step-bar .step>*:first-child {
  font-size: 14px;
  margin-right: 1em;
}

.step-bar .step::before,
.step-bar .step::after {
  content: '';
  position: absolute;
  left: -18px;
  display: block;
  background-color: #085c31;
  width: 36px;
  height: 31.5px;
}

.step-bar .step::before {
  bottom: 0;
  -moz-transform: skew(-50deg);
  -ms-transform: skew(-50deg);
  -webkit-transform: skew(-50deg);
  transform: skew(-50deg);
}

.step-bar .step::after {
  top: 0;
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
}

.step-bar .step-1::before,
.step-bar .step-1::after {
  content: none;
}

.step-bar .step::before,
.step-bar .step::after {
  background-color: #FFF;
}

.mw_wp_form_input .step-bar .step-2 {
  background-color: #FFF;
  color: #085c31;
}

.mw_wp_form_input .step-bar .step-3,
.mw_wp_form_input .step-bar .step-3 {
  background-color: #FFF;
  color: #085c31;
}

.mw_wp_form_input .step-bar .step-3::before,
.mw_wp_form_input .step-bar .step-3::after {
  background-color: #085c31;
  width: 1px !important;
}

.mw_wp_form_confirm .step-bar .step-1,
.mw_wp_form_confirm .step-bar .step-3 {
  background-color: #FFF;
  color: #085c31;
}

.mw_wp_form_complete .step-1,
.mw_wp_form_complete .step-2 {
  background-color: #FFF;
  color: #085c31;
}

.mw_wp_form_complete .step-bar .step-2::before,
.mw_wp_form_complete .step-bar .step-2::after {
  background-color: #085c31;
  width: 1px !important;
}

.step-bar__thanks.step-bar .step-1,
.step-bar__thanks.step-bar .step-2 {
  background-color: #FFF;
  color: #085c31;
}

.step-bar__thanks.step-bar .step-2::before,
.step-bar__thanks.step-bar .step-2::after {
  background-color: #085c31;
  width: 1px !important;
}

.tbl__contact.tbl .item.item_zip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .step-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .step-bar .step {
    flex: 1;
    line-height: 60px;
  }
}

@media (max-width: 767px) {

  .step-bar .step::before,
  .step-bar .step::after {
    content: none;
  }

  .step-bar .step {
    padding: 5px;
  }

  .step-bar .step:not(:last-child) {
    border-bottom: solid 1px #085c31;
  }
}

.form-box .tbl__contact {
  margin-bottom: 2em;
}

.form-box .tbl__contact th {
  color: #000;
  font-size: 18px;
}

@media (min-width: 768px) {
  .form-box .tbl__contact th {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 18em;
  }
}

@media (max-width: 767px) {
  .form-box .tbl__contact th {
    margin-bottom: 1em;
  }
}


/* Form
---------------------------------------------*/
.form-box input[type='text'],
.form-box input[type='password'],
.form-box input[type='tel'],
.form-box input[type='email'],
.form-box input[type='number'],
.form-box select,
.form-box textarea {
  color: #000;
  width: 100%;
  padding: 0.2em 0.5em;
  font-family: "source-han-serif-japanese",
    serif,
    "Source Han Serif JP",
    "Noto Serif CJK JP",
    "游明朝体",
    "Yu Mincho",
    YuMincho,
    "YuGothic",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    "Meiryo",
    "verdana",
    sans-serif;
  font-size: 16px;
  line-height: 1.4;
  border: none;
  background-color: #F7F7F7;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-box textarea {
  width: 100% !important;
  margin-right: 0;
}

.form-box select {
  width: auto;
}

.form-box .required {
  border: solid 1px #000;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  margin-left: 1em;
  padding: 0.2em 0.1em 0.1em;
  vertical-align: middle;
}

.form-box *::-webkit-input-placeholder {
  color: #999
}

.form-box *:-ms-input-placeholder {
  color: #999
}

.form-box *::placeholder {
  color: #999
}


.form-box input[type='checkbox'],
.form-box input[type='radio'] {
  margin: 0 2px 0 0;
}

.form-box input[type='radio']+label {
  margin-right: 15px;
  margin-left: 5px;
  color: #5C9DB6;
}

.form-box .label {
  padding: 0 10px 0 0;
  color: #5C9DB6;
}

.form-box input+.label {
  padding-left: 10px;
}


.form-box input.input-tel {
  ime-mode: disabled;
  max-width: 4em;
  margin-right: 0;
}

.form-box input.input-zip {
  display: inline-block;
  width: auto;
  max-width: 8em;
  margin-left: 5px;
}

.form-box input.zip {
  display: inline-block;
  width: auto;
  max-width: 4em;
}

.form-box input.zip+input.zip {
  margin-left: 5px;
}

.form-box select.input-date {
  width: auto;
}

.form-box input[type="text"].input-date {
  max-width: 5em;
}

.form-box .selectbox-wrap.selectbox-wrap__date {
  display: inline-block;
}

.form-box .mwform-radio-field {
  font-size: 1rem;
}

.form-box .mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 25px;
}


/*ボタン*/
.form-box .btn-box {
  text-align: center;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

.form-box .btn,
.form-box .button {
  border-radius: 0;
  line-height: 1.4;
  font-family: "source-han-serif-japanese",
    serif,
    "Source Han Serif JP",
    "Noto Serif CJK JP",
    "游明朝体",
    "Yu Mincho",
    YuMincho,
    "YuGothic",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    "Meiryo",
    "verdana",
    sans-serif;
  cursor: pointer;
  padding: 0.5em 2em;
  width: auto;
}

.form-box #submitback,
.form-box #submitforword {
  display: inline-block;
}

.form-box .mw_wp_form_confirm .btn-back.btn {
  background-color: #FFF;
  border-color: #085c31;
  color: #085c31 !important;
}

.form-box .mw_wp_form .error {
  padding-top: 10px;
  color: #DF0615;
}

/*[入力画面]*/
.form-box .mw_wp_form_input .selectbox-wrap {
  color: #000;
  overflow: hidden;
  width: auto;
  text-align: center;
}

.form-box .mw_wp_form_input .selectbox-wrap select {
  color: #000;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.form-box .mw_wp_form_input .selectbox-wrap select::-ms-expand {
  display: none;
}

.form-box .mw_wp_form_input .selectbox-wrap {
  color: #000;
  display: inline-block;
  position: relative;
  background: #F7F7F7;
}

.form-box .mw_wp_form_input .selectbox-wrap::before {
  position: absolute;
  top: 0.8em;
  right: 0.7em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.8em solid #000;
  pointer-events: none;
}

.form-box .mw_wp_form_input .selectbox-wrap select {
  color: #000;
  padding: 0.5em 2em 0.5em 0.5em;
}

.form-box .mw_wp_form_input .selectbox-wrap.selectbox-wrap__date {
  width: 5em;
  vertical-align: middle;
}

.form-box .mw_wp_form_input .txt__input {
  display: block;
}

.form-box .mw_wp_form_input .txt__confirm {
  display: none;
}

/*[確認画面]*/
.form-box .mw_wp_form_confirm .txt__input {
  display: none;
}

.form-box .mw_wp_form_confirm .txt__confirm {
  display: block;
}

.form-box .mw_wp_form_confirm #btn-reset,
.form-box .mw_wp_form_confirm .btn[type='reset'] {
  display: none;
}

/*[完了画面]*/
.form-box .txt__complete {
  text-align: left;
}


.form-box .agree-box {
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 768px) {

  .form-box .mw_wp_form_input .txt__input,
  .form-box .mw_wp_form_confirm .txt__confirm,
  #section__contact .text__main {
    text-align: center;
  }

  .form-box #submitback {
    margin-right: 10px;
  }

  .form-box .label_sp {
    display: none;
  }
}

@media (max-width: 1200px) {
  #section__contact .tab-item {
    font-size: 16px;
  }

  .form-box h3 {
    font-size: 24px;
  }

  .form-box .tbl__contact th {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .form-box h3 {
    font-size: 22px;
  }

  #section__contact .tab-item {
    font-size: 1em;
    padding: 0.5em 0.3em;
  }

  #section__contact .tab-contents {
    padding: 5% 3%;
  }

  #section__contact .tab-content {
    padding: 5% 4%;
  }

  .form-box .tbl__contact th {
    width: 100%;
  }

  .form-box .mw_wp_form_input .txt__input {
    text-align: left;
  }

  .form-box .label_sp {
    display: block;
    font-weight: bold;
  }

  .form-box .agree-box {
    margin-bottom: 5%;
    text-align: left;
  }

  .form-box .btn,
  .form-box .button {
    -webkit-appearance: none;
  }

  .form-box #submitback,
  .form-box #submitforword {
    width: 100%;
  }

  .form-box #submitback {
    margin-bottom: 10px;
  }

  .form-box input[type='text'],
  .form-box input[type='tel'],
  .form-box input[type='email'],
  .form-box textarea {
    width: 100%;
    margin-right: 0;
    padding: 0.2em;
  }

  .form-box .required {
    font-size: 0.9em;
  }

  .form-box .btn,
  .form-box .button {
    width: 80%;
  }

}


.page-id-19 #section__ft_contact {
  display: none;
}

.page-id-3547 #main-visual__agency,
.page-id-143 #main-visual__contact {
  display: none;
}



/*----------------------------------------------------
  QUOTATIO PAGE
----------------------------------------------------*/
#main-visual__quotatio {
  background-image: url(../img/quotatio/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__quotatio {
    background-image: url(../img/quotatio/img_head_sp.png);
  }
}

#section__estimate .section-inner:first-child {
  padding: 0;
}

@media (min-width: 768px) {
  #section__estimate .text__main {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #section__estimate .section-inner:first-child {
    padding-top: 5%;
  }
}


/*----------------------------------------------------
  RECRUIT PAGE
----------------------------------------------------*/
#main-visual__recruit {
  background-image: url(../img/recruit/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__recruit {
    background-image: url(../img/recruit/img_head_sp.png);
  }
}

.fix-menu-box__recruit.fix-menu-box h3 {
  color: #8cc63f;
}

.fix-menu-box__recruit.fix-menu-box .menu-items .menu-item a {
  color: #8cc63f;
}

.main__recruit {
  position: relative;
}

/*FIX MENU BOX -------------------------*/
.fix-menu-box {
  position: absolute;
  left: 50px;
  top: 30px;
}

.fix-menu-box h3 {
  color: #585859;
  font-size: 18px;
  margin-bottom: 1.5em;
}

.fix-menu-box.fixed {
  position: fixed;
  top: 120px;
}

.fix-menu-box .menu-items {
  width: 180px;
}

.fix-menu-box .menu-items .menu-item {
  margin-bottom: 15px;
  width: 100%;
}

.fix-menu-box .menu-items .menu-item a {
  display: block;
  color: #999999;
  line-height: 1;
}

.fix-menu-box .menu-items .menu-item.current a {
  color: #000;
}

.section-recruit.section .block-ttl {
  color: #10A000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 1600px) {
  .section-recruit.section .section-inner {
    padding-left: 120px;
  }
}

@media (max-width: 1500px) {
  .fix-menu-box .menu-items .menu-item {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .section-recruit.section .block-ttl {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .fix-menu-box {
    position: static;
    margin: 0 auto 3%;
    width: 90%;
  }

  .fix-menu-box h3 {
    text-align: center;
  }

  .fix-menu-box .menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .fix-menu-box .menu-items .menu-item {
    margin-right: 1em;
    width: calc(33.33% - 2em / 3);
  }

  .fix-menu-box .menu-items .menu-item:nth-child(3n) {
    margin-right: 0;
  }

  .section-recruit.section .section-inner {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .fix-menu-box .menu-items .menu-item {
    font-size: 12px;
  }
}



/*---------- MESSAGE SECTION ----------*/
#section__message.section-recruit .section-lead {
  color: #10A000;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 2em;
  text-align: center;
}

.pic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.pic-list>* {
  width: 25%;
}

.philosophy-block .block-ttl {
  margin-bottom: 0.5em;
}

.philosophy-list {
  margin-bottom: 30px;
}

.philosophy-list .philosophy-item {
  margin-bottom: 20px;
}

.philosophy-item .philosophy-item-container .philosophy__img {
  width: 150px;
}

.philosophy-item dt {
  color: #10A000;
  font-size: 20px;
  font-weight: bold;
}

.philosophy-item dd {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .philosophy-item .philosophy-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .philosophy-item .philosophy-item-container .philosophy__info {
    padding-left: 30px;
    width: calc(100% - 150px);
  }
}

@media (max-width: 767px) {
  #section__message.section-recruit .section-lead {
    font-size: 30px;
  }

  .pic-list>* {
    width: 50%;
  }

  .philosophy-list .philosophy-item {
    margin-bottom: 10%;
  }

  .philosophy-item .philosophy-item-container .philosophy__img {
    margin: 0 auto 5%;
    text-align: center;
  }
}

@media (max-width: 414px) {
  #section__message.section-recruit .section-lead {
    font-size: 22px;
  }

  .philosophy-item dt {
    font-size: 16px;
  }
}

/*---------- WORKS SECTION ----------*/
#section__works.section-recruit {
  background-color: #F2F2F2;
}

#section__works.section-recruit .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#section__works.section-recruit .work-list .work-item {
  margin: 0 0 20px 20px;
  width: calc(25% - 60px / 4);
}

#section__works.section-recruit .work-list .work-item:first-child {
  margin-left: 0;
}

#section__works.section-recruit .work-item .work__img {
  margin-bottom: 10px;
}

#section__works.section-recruit .work-item .work__ttl {
  color: #10A000;
  font-size: 20px;
  font-weight: bold;
}

#section__works.section-recruit .work-item .work__txt {
  line-height: 1.6;
}

@media (max-width: 810px) {
  #section__works.section-recruit .work-item .work__ttl {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #section__works.section-recruit .work-list .work-item {
    margin: 0 5% 5% 0;
    width: calc(50% - 5% / 2);
  }

  #section__works.section-recruit .work-list .work-item:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  #section__works.section-recruit .work-list .work-item {
    margin: 0 0 5%;
    width: 100%;
  }
}


/*---------- POINT SECTION ----------*/
#section__point .point-item .point__img {
  margin-bottom: 10px;
}

#section__point .point-item .point__ttl {
  color: #10A000;
  font-size: 20px;
  font-weight: bold;
}

#section__point .point-item .point__txt {
  line-height: 1.6;
}

@media (min-width: 768px) {
  #section__point .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #section__point .point-list .point-item {
    margin: 0 20px 0 0;
    width: calc(33.33% - 40px / 3);
  }

  #section__point .point-list .point-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 810px) {
  #section__point .point-item .point__ttl {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #section__point .point-list .point-item {
    margin: 0 0 5%;
    width: 100%;
  }
}


/*---------- ENVIRONMENT SECTION ----------*/
#section__environment.section-recruit {
  background-color: #F2F2F2;
}

#section__environment .environment-item .environment__img {
  margin-bottom: 10px;
}

#section__environment .environment-item .environment__ttl {
  color: #10A000;
  font-size: 20px;
  font-weight: bold;
}

#section__environment .environment-item .environment__txt {
  line-height: 1.6;
}

@media (min-width: 768px) {
  #section__environment .environment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #section__environment .environment-list .environment-item {
    margin: 0 20px 0 0;
    width: calc(33.33% - 40px / 3);
  }

  #section__environment .environment-list .environment-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 810px) {
  #section__environment .environment-item .environment__ttl {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #section__environment .environment-list .environment-item {
    margin: 0 0 5%;
    width: 100%;
  }
}

/*---------- WELFARE SECTION ----------*/
#section__welfare {}

#section__welfare .welfare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

#section__welfare .welfare-list .welfare-item {
  background-color: #F2F2F2;
  margin: 0 0 20px 20px;
  padding: 20px;
  width: calc(25% - 60px / 4);
}

#section__welfare .welfare-list .welfare-item:first-child {
  margin-left: 0;
}

#section__welfare .welfare-item .welfare__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 10px;
  width: 143px;
  height: 80px;
}

#section__welfare .welfare-item .welfare__ttl {
  color: #10A000;
  font-size: 20px;
  font-weight: bold;
}

#section__welfare .welfare-item .welfare__txt {
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  #section__welfare .welfare-list .welfare-item {
    padding: 15px;
  }

  #section__welfare .welfare-item .welfare__ttl {
    font-size: 18px;
  }
}

@media (max-width: 1080px) {
  #section__welfare .welfare-list .welfare-item {
    margin: 0 3% 3% 0;
    width: calc(50% - 3% / 2);
  }

  #section__welfare .welfare-list .welfare-item:nth-child(even) {
    margin-right: 0;
  }
}

@media (max-width: 810px) {
  #section__welfare .welfare-item .welfare__ttl {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  #section__welfare .welfare-list .welfare-item {
    margin: 0 0 8%;
    padding: 5%;
    width: 100%;
  }
}

/*---------- FAQ SECTION ----------*/
#section__faq.section-recruit {
  background-color: #F2F2F2;
}

/* ACCRDION MENU */
.acd-menu-list {
  counter-reset: number 0;
}

.acd-menu {
  background-color: #FFF;
  margin-bottom: 15px;
  text-align: left;
}

.acd-menu .acd-menu-head {
  position: relative;
  padding: 10px 50px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}

.acd-menu .acd-menu-head::before,
.acd-menu .acd-menu-head::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.acd-menu .acd-menu-head::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.acd-menu .acd-menu-head.active {}

.acd-menu .acd-menu-head.active::after {
  transform: rotate(0);
  transition: 0.5s;
}

.acd-menu .acd-menu-head .acd-menu-item {
  color: #10A000;
  font-size: 20px;
  font-weight: bold;
  flex: 1;
  line-height: 1.4;
  padding-left: 2.0em;
  text-indent: -2.0em;
}

.acd-menu .acd-menu-head .acd-menu-item::before {
  counter-increment: number 1;
  content: "Q" counter(number) ".";
}

.acd-menu .acd-menu-body {
  display: none;
  padding: 10px 15px 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .acd-menu .acd-menu-head {
    padding-right: 60px;
  }

  .acd-menu .acd-menu-head::before,
  .acd-menu .acd-menu-head::after {
    height: 2px;
    right: 20px;
  }

  .acd-menu .acd-menu-head .acd-menu-item {
    font-size: 16px;
    padding-left: 2.1em;
    text-indent: -2.1em;
  }

  .acd-menu .acd-menu-body .acd-menu-item {
    font-size: 15px;
  }
}

@media (max-width: 414px) {
  .acd-menu .acd-menu-head .acd-menu-item {
    font-size: 15px;
  }

  .acd-menu .acd-menu-body .acd-menu-item {
    font-size: 14px;
  }
}



/*---------- GUIDELINE SECTION ----------*/
#section__guideline.section-recruit {
  background-color: #10A000;
}

#section__guideline .section-ttl .section-ttl__main,
#section__guideline .section-ttl .section-ttl__sub {
  color: #FFF;
}

#section__guideline .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

#section__guideline .link-list .link-item {
  border: solid 2px #FFF;
  cursor: pointer;
  margin: 0 5px 5px 0;
  text-align: center;
  width: calc(25% - 15px / 4);
}

#section__guideline .link-list .link-item:nth-child(4n) {
  margin-right: 0;
}

#section__guideline .link-list .link-item>* {
  background-color: #FFF;
  color: #10A000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0.5em;
}

#section__guideline .link-list .link-item.select>* {
  background-color: #10A000;
  color: #FFF;
}

@media (max-width: 767px) {
  #section__guideline .link-list .link-item {
    width: calc(50% - 5px / 2);
  }

  #section__guideline .link-list .link-item:nth-child(even) {
    margin-right: 0;
  }
}


#section__guideline .frm__guideline {
  background-color: #FFF;
  padding: 40px;
  margin-bottom: 50px;
}

#section__guideline .frm__guideline .frm-ttl {
  color: #10A000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

#section__guideline .tbl__guideline {
  border-collapse: collapse;
  border: solid 1px #585859;
  border-top: solid 10px #10A000;
  width: 100%;
}

#section__guideline .tbl__guideline th,
#section__guideline .tbl__guideline td {
  border: solid 1px #585859;
  padding: 0.8em 1em;
  vertical-align: middle;
}

#section__guideline .tbl__guideline th {
  background-color: #F2F2F2;
  font-weight: bold;
  text-align: center;
  width: 13em;
}

@media (max-width: 767px) {
  #section__guideline .frm__guideline {
    padding: 8% 5%;
  }

  #section__guideline .tbl__guideline {
    border-top-width: 7px;
  }

  #section__guideline .tbl__guideline th,
  #section__guideline .tbl__guideline td {
    display: block;
    width: 100%;
  }

  #section__guideline .tbl__guideline th {
    border: none;
    padding: 0.3em 1em;
  }

  #section__guideline .tbl__guideline td {
    font-size: 14px;
    border-left: none;
    border-right: none;
    padding: 1em 1.5em;
  }
}


/*---------- FLOW SECTION ----------*/
#section__flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #000;
}

#section__flow .flow-list .flow-item {
  flex: 1;
  padding: 30px;
}

#section__flow .flow-item .flow-item-head {
  border-bottom: solid 1px #10A000;
  padding: 20px 10px;
  margin-bottom: 15px;
  text-align: center;
}

#section__flow .flow-item .flow-item-ttl {
  font-size: 20px;
  font-weight: bold;
}

#section__flow .flow-item .flow-item-ttl>* {
  color: #10A000;
  display: inline-block;
  vertical-align: middle;
}

#section__flow .flow-item .flow-item-ttl>.num {
  font-size: 14px;
  margin-right: 1em;
}


/*FLOW STEP BAR*/
.stepbar {
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.stepbar__item {
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 20px) / 3);
  height: 240px;
  margin: 0 8px;
  padding: 1px;
  background: #000;
}

.stepbar__item:nth-child(1) {
  z-index: 3
}

.stepbar__item:nth-child(2) {
  z-index: 2
}

.stepbar__item:nth-child(3) {
  z-index: 1
}

.stepbar__item:first-child {
  margin-left: 0;
}

.stepbar__item:last-child {
  margin-right: 0;
}

.stepbar__item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 120px solid transparent;
  border-right: 0;
  border-bottom: 120px solid transparent;
  border-left: 60px solid #000;
}

.stepbar__item:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 120px solid transparent;
  border-right: 0;
  border-bottom: 120px solid transparent;
  border-left: 60px solid #FFF;
}

.stepbar__item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px 30px 40px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 120px solid transparent;
  border-right: 0;
  border-bottom: 120px solid transparent;
  border-left: 60px solid #000;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% - 1px);
  width: 0;
  height: 0;
  border-top: 120px solid transparent;
  border-right: 0;
  border-bottom: 120px solid transparent;
  border-left: 60px solid #ffffff;
}

.stepbar__item .stepbar-item-head {
  border-bottom: solid 1px #10A000;
  padding: 20px 0;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.stepbar__item .stepbar-item-ttl {
  font-size: 20px;
  font-weight: bold;
}

.stepbar__item .stepbar-item-ttl>* {
  color: #10A000;
  display: inline-block;
  vertical-align: middle;
}

.stepbar__item .stepbar-item-ttl>.num {
  font-size: 14px;
  margin-right: 1em;
}

.stepbar__item .stepbar-item-body {
  width: 100%;
}

.stepbar__item:not(:first-child) .stepbar__item-inner {
  padding-left: 80px;
  padding-right: 20px;
}

@media (max-width: 1080px) {
  .stepbar__item .stepbar__item-inner {
    padding: 30px 10px 30px 20px;
  }

  .stepbar__item:not(:first-child) .stepbar__item-inner {
    padding-left: 75px;
    padding-right: 15px;
  }

  .stepbar__item .stepbar-item-head {
    padding-bottom: 10px;
  }

  .stepbar__item .stepbar-item__txt {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .stepbar {
    flex-direction: column;
    width: 340px;
  }

  .stepbar__item {
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
  }

  .stepbar__item-inner {
    padding: 20px;
  }

  .stepbar__item:not(:last-child) .stepbar__item-inner::before {
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-bottom: 0;
    border-top: 50px solid #000;
    left: 0;
    top: 100%;
  }

  .stepbar__item:not(:last-child) .stepbar__item-inner::after {
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-bottom: 0;
    border-top: 50px solid #FFF;
    left: 0;
    top: calc(100% - 1px);
  }

  .stepbar__item-inner::before,
  .stepbar__item-inner::after {}

  .stepbar__item:not(:first-child)::before {
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-bottom: 0;
    border-top: 50px solid #000;
    left: 0;
    top: 0;
  }

  .stepbar__item:not(:first-child)::after {
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-bottom: 0;
    border-top: 50px solid #FFF;
    left: 0;
    top: -1px;
  }

  .stepbar__item:not(:first-child) .stepbar__item-inner {
    padding: 50px 20px 10px;
  }
}


/*---------- ENTRY SECTION ----------*/
#section__entry.section-recruit {
  background-color: #F2F2F2;
}

#section__entry .tel-container {
  background-color: #FFF;
  padding: 30px;
}

#section__entry .tel-container .section-ttl__main {
  color: #000;
}

#section__entry .contact-tel {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#section__entry .contact-tel .contact-tel__num {
  color: #10A000;
  display: block;
  font-size: 50px;
  margin-bottom: 10px;
}

#section__entry .contact-tel a {
  color: #10A000;
}

#section__entry .contact-tel .contact-tel__time {
  display: block;
  font-size: 14px;
}

@media (min-width: 768px) {
  #section__entry .text__main {
    text-align: center;
  }

  #section__entry .tel-container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #section__entry .tel-container>* {
    width: auto;
  }

  #section__entry .tel-container .section-ttl {
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  #section__entry .contact-tel .contact-tel__num {
    font-size: 40px;
  }
}

@media (max-width: 414px) {
  #section__entry .contact-tel .contact-tel__num {
    font-size: 30px;
  }
}

#section__entry .form-box input[type='text'],
#section__entry .form-box input[type='password'],
#section__entry .form-box input[type='tel'],
#section__entry .form-box input[type='email'],
#section__entry .form-box input[type='number'],
#section__entry .form-box select,
#section__entry .form-box textarea {
  color: #000;
  background-color: #FFF;
}








/*----------------------------------------------------
  PRIVACY POLICY PAGE
----------------------------------------------------*/
#main-visual__privacy-policy {
  background-image: url(../img/privacy/img_head.png);
}

@media (max-width: 767px) {
  #main-visual__privacy-policy {
    background-image: url(../img/privacy/img_head_sp.png);
  }
}

#section__privacy_policy .section-inner {
  padding-top: 30px;
}

#section__privacy_policy .text {
  text-align: left;
}

#section__privacy_policy dl {
  margin-bottom: 1em;
  text-align: left;
}

#section__privacy_policy dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 1.6em;
  text-indent: -1.6em;
}

#section__privacy_policy dl dd {
  padding-bottom: 1.8em;
}


/*----------------------------------------------------
  SITEMAP PAGE
----------------------------------------------------*/
#main-visual__sitemap {
  background-image: url(../img/sitemap/img_head.png);
}

#section__sitemap .section-inner {
  padding-top: 20px;
}

.sitemap_list .sitemap-item {
  margin-bottom: 0.5em;
}

.sitemap_list>.sitemap-item {
  font-size: 20px;
}

.sitemap_list.level-1>.sitemap-item>a {
  color: #10A000;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}

.sitemap_list.level-1 .sitemap-item>a::before {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 2px #10A000;
  border-right: solid 2px #10A000;
  position: absolute;
  left: 0;
  top: 0.35em;
  transform: rotate(45deg);
}

.sitemap_list.level-2 {
  margin: 0.5em 0 0.8em 1em;
}

.sitemap_list.level-2>.sitemap-item {
  margin-bottom: 0.3em;
}

@media (min-width: 768px) {
  .sitemap_list-container:not(.sitemap_list-container__home)>.sitemap_list {
    border-top: solid 2px #000;
    padding-top: 1em;
  }

  .sitemap_list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sitemap_list-container>* {
    flex: 1;
    margin-right: 20px;
  }
}

@media (max-width: 1080px) {
  .sitemap_list>.sitemap-item {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .#main-visual__sitemap {
    background-image: url(../img/sitemap/img_head_sp.png);
  }

  .sitemap_list-container.sitemap_list-container__home {
    border-bottom: solid 2px #000;
    margin-bottom: 1em;
  }

  .sitemap_list>.sitemap-item {
    font-size: 16px;
  }
}