@charset "UTF-8";

/*
 * Loading
*=============================================*/
/*
 * Animation
*=============================================*/
@-webkit-keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
   }

   30% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
   }

   30% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
}

.animated {
   -webkit-animation-duration: 1.6s;
   -webkit-animation-fill-mode: both;
   animation-duration: 1.6s;
   animation-fill-mode: both;
}

/*
 * Custom
*=============================================*/
/* -- heading -- */
.h2 {
   font-weight: 900;
   font-size: 32px;
   line-height: 38px;
   letter-spacing: 0;
   text-align: center;
}

.h2 .fnt-A1Gothic {
   font-weight: 700;
}

.h2 small {
   display: block;
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   font-weight: 900;
   font-size: 18px;
   line-height: 22px;
   letter-spacing: 0.1em;
   text-transform: uppercase;
}

.h-20 {
   font-weight: 500;
   font-size: 20px;
   line-height: 29px;
   letter-spacing: 0;
}

.h-22 {
   font-weight: 500;
   font-size: 22px;
   line-height: 29px;
   letter-spacing: 0;
}

.h-24 {
   font-weight: 500;
   font-size: 24px;
   line-height: 29px;
   letter-spacing: 0;
}

.h-26 {
   font-weight: 700;
   font-size: 26px;
   line-height: 32px;
   letter-spacing: 0;
}

.h-28 {
   font-weight: 700;
   font-size: 28px;
   line-height: 35px;
   letter-spacing: 0;
}

.h-32 {
   font-weight: 900;
   font-size: 32px;
   line-height: 38px;
   letter-spacing: 0;
}

@media screen and (max-width: 1440px) {
   .h-22 {
      font-size: 20px;
   }

   .h-24 {
      font-size: 22px;
   }

   .h-26 {
      font-size: 24px;
   }

   .h-28 {
      font-size: 26px;
   }

   .h-32 {
      font-size: 30px;
   }
}

@media screen and (max-width: 991px) {
   .h-20 {
      font-size: 18px;
   }

   .h-22 {
      font-size: 20px;
   }

   .h-24 {
      font-size: 22px;
   }

   .h-26 {
      font-size: 24px;
   }

   .h-28 {
      font-size: 26px;
   }

   .h-32 {
      font-size: 28px;
   }
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 25px;
      line-height: 36px;
   }

   .h2 small {
      font-size: 15px;
   }

   .h-20 {
      font-size: 17px;
   }

   .h-22 {
      font-size: 18px;
   }

   .h-24 {
      font-size: 20px;
   }

   .h-26 {
      font-size: 22px;
   }

   .h-28 {
      font-size: 24px;
   }

   .h-32 {
      font-size: 25px;
   }
}

/* button */
.btn-s a {
   display: inline-block;
   background-color: #edb72b;
   color: #fff;
   font-weight: 900;
   font-size: 18px;
   line-height: 22px;
   letter-spacing: 0;
   text-align: center;
   border-radius: 10px;
   box-shadow: 0 5px #f15a24;
   margin: 0 auto;
   padding: 14px 55px 12px;
   position: relative;
}

.btn-s a:after {
   content: '';
   width: 19px;
   height: 19px;
   background: url("../img/btn-arrow.svg") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 15px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

.btn-s a:hover {
   opacity: 1;
   transform: translateY(5px);
   box-shadow: none;
}

@media screen and (max-width: 767px) {
   .btn-s a {
      font-size: 16px;
   }
}

/* -- -- */
.txt-udl {
   text-decoration: underline;
}

a.txt-udl:hover {
   text-decoration: none;
}

.txt-c {
   text-align: center;
}

.txt-j {
   text-align: justify;
}

.txt-r {
   text-align: right;
}

.cl-red {
   color: #ff0000;
}

.cl-orange {
   color: #FF8800;
}

.cl-black {
   color: #000;
}

.cl-green {
   color: #55c800;
}

.under_line {
   background-image: linear-gradient(to bottom, transparent 60%, #FFED8B 40%);
}

.fw-smb {
   font-weight: 600;
}

.fw-b {
   font-weight: 700;
}

.fw-exb {
   font-weight: 900;
}

.fw-black {
   font-weight: 900;
}

/* -- --*/
.w600 {
   width: 100%;
   max-width: 600px;
   box-sizing: border-box;
   margin: 0 auto;
}

/* -- --*/
.bg_parallax {
   background-attachment: inherit;
   min-height: inherit;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.img_parallax {
   display: none;
}

@media only screen and (max-width: 1080px) {
   .bg-parallax {
      background: transparent !important;
      position: relative;
   }

   .img_parallax {
      display: block;
      clip: rect(0, auto, auto, 0);
      margin-bottom: 0;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
   }

   .img_parallax img {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      object-fit: cover;
      z-index: 0;
      transform: translateZ(0) !important;
   }
}

/* -- -- */
.img-zoom {
   display: block;
   overflow: hidden;
}

.img-zoom>* {
   transform: scale(1, 1);
   transition: all 0.3s ease;
}

.img-zoom:hover>* {
   transform: scale(1.05, 1.05);
}

/* -- --*/
.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   border-bottom: 1px solid #231815;
   padding-bottom: 32px;
}

.tb-style dl+dl {
   padding-top: 32px;
}

.tb-style dl>* {
   display: table-cell;
   vertical-align: top;
   text-align: left;
}

.tb-style dl dt {
   width: 290px;
}

.tb-style dl dd p {
   padding-bottom: 20px;
}

.tb-style dl dd p:last-child {
   padding-bottom: 0;
}

@media screen and (max-width: 991px) {
   .tb-style dl {
      padding-bottom: 20px;
   }

   .tb-style dl+dl {
      padding-top: 20px;
   }

   .tb-style dl dt {
      width: 160px;
   }
}

@media screen and (max-width: 767px) {
   .tb-style dl {
      display: block;
      padding: 0 0 20px;
   }

   .tb-style dl+dl {
      padding-top: 20px;
   }

   .tb-style dl>* {
      display: block;
   }

   .tb-style dl dt {
      width: auto;
   }

   .tb-style dl dd {
      padding-left: 0;
   }

   .tb-style dl dd p {
      padding-bottom: 20px;
   }

   .tb-style dl dd p:last-child {
      padding-bottom: 0;
   }
}

/* -- -- */
.swiper-container {
   overflow: hidden;
   position: relative;
}

/* -- -- */
/*
 * Keyvisual
*=============================================*/
#kv {
   width: 100%;
   height: 510px;
   position: relative;
}

#kv:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #cbeeb1;
   position: absolute;
   top: 0;
   left: 0;
}

#kv:after {
   content: '';
   width: 100%;
   height: 40px;
   background-color: #00db00;
   position: absolute;
   top: 0;
   left: 0;
}

#kv .kv_photo {
   width: 85%;
   height: 425px;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 1;
}

#kv .kv_photo:before {
   content: '';
   width: 226px;
   height: 247px;
   background: url("../img/kv_deco.png") no-repeat center top/cover;
   position: absolute;
   top: 70px;
   left: -175px;
}

#kv .kv_photo .kv_bg {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#kv h1 {
   display: flex;
   align-items: center;
   justify-content: center;
   background: url("../img/kv_bg_ttl.png") no-repeat center top/cover;
   width: 293px;
   height: 294px;
   color: #55c800;
   position: absolute;
   top: 50%;
   left: 90px;
   transform: translateY(-50%);
}

#kv h1 small {
   color: #999;
}

#kv h1 br {
   display: none;
}

#kv .kv_scroll {
   width: 22px;
   position: absolute;
   bottom: -30px;
   right: 85%;
   margin-right: 35px;
   z-index: 1;
   cursor: pointer;
}

#kv .kv_scroll img {
   -webkit-animation: sdb04 2s infinite;
   animation: sdb04 2s infinite;
   transition: 0s;
}

#kv .kv_bnr {
   width: 232px;
   position: absolute;
   bottom: -60px;
   left: 50%;
   margin-left: 415px;
   z-index: 1;
}

@media screen and (max-width: 1440px) {
   #kv h1 {
      left: 4%;
   }

   #kv .kv_bnr {
      margin-left: 248px;
   }
}

@media screen and (max-width: 991px) {
   #kv .kv_bnr {
      margin-left: 0;
      right: 20px;
      left: auto;
   }

   #kv h1 br {
      display: block;
   }
}

@media screen and (max-width: 767px) {
   #kv {
      height: 300px;
   }

   #kv .kv_photo {
      width: auto;
      height: 90%;
      left: 50px;
   }

   #kv .kv_photo:before {
      width: 133px;
      height: 147px;
      top: 50px;
      left: -40px;
   }

   #kv h1 {
      width: 170px;
      height: 170px;
   }

   #kv .kv_scroll {
      width: 15px;
      margin-right: 0;
      right: auto;
      left: 15px;
   }

   #kv .kv_bnr {
      width: 120px;
      bottom: -40px;
   }
}

/* -- breadcrumb -- */
.breadcrumbs {
   width: 100%;
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 22px;
   padding: 10px 0;
   position: relative;
}

.breadcrumbs .wrap>span {
   display: inline-block;
   word-break: break-all;
   padding: 0;
}

.breadcrumbs .wrap>span:first-child {
   margin-left: 0;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}

/* -- -- */
.section_cta {
   background: url("../img/common/cta_bg.jpg") repeat center top;
   color: #fff;
   padding: 110px 0 135px;
}

.section_cta .wrap {
   display: flex;
   flex-wrap: wrap;
}

.section_cta .item {
   width: 572px;
   background-color: #fff;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 35px 0 55px 270px;
   box-shadow: 7px 7px rgba(237, 183, 43, 0.8);
   position: relative;
}

.section_cta .item:before {
   content: '';
   border-top: 3px solid #00db00;
   border-bottom: 3px solid #00db00;
   position: absolute;
   top: 0;
   right: 10px;
   bottom: 0;
   left: 10px;
}

.section_cta .item:after {
   content: '';
   border-right: 3px solid #00db00;
   border-left: 3px solid #00db00;
   position: absolute;
   top: 10px;
   right: 0;
   bottom: 10px;
   left: 0;
}

.section_cta .item .btn-s {
   margin-top: 10px;
}

.section_cta .item:nth-child(1) h3 {
   width: 215px;
}

.section_cta .item:nth-child(1) .photo {
   width: 221px;
   position: absolute;
   top: 30px;
   left: 25px;
}

.section_cta .item:nth-child(1) .btn-s {
   padding-left: 7px;
}

.section_cta .item:nth-child(2) {
   margin-left: 56px;
}

.section_cta .item:nth-child(2) h3 {
   width: 193px;
}

.section_cta .item:nth-child(2) .photo {
   width: 266px;
   position: absolute;
   top: 25px;
   left: -20px;
}

@media screen and (max-width: 1440px) {
   .section_cta .item {
      width: 48%;
      padding-left: 220px;
   }

   .section_cta .item:nth-child(1) .photo {
      width: 181px;
   }

   .section_cta .item:nth-child(2) {
      margin-left: 4%;
   }

   .section_cta .item:nth-child(2) .photo {
      width: 226px;
   }
}

@media screen and (max-width: 991px) {
   .section_cta .wrap {
      display: block;
   }

   .section_cta .item {
      width: 460px;
      margin: 0 auto;
   }

   .section_cta .item:nth-child(2) {
      margin: 60px auto 0;
   }
}

@media screen and (max-width: 767px) {
   .section_cta {
      padding: 60px 0;
   }

   .section_cta .item {
      width: 100%;
      text-align: center;
      padding: 40px 0;
   }

   .section_cta .item h3 {
      margin: 0 auto;
   }

   .section_cta .item .photo {
      margin: 0 auto;
   }

   .section_cta .item .btn-s {
      padding-top: 10px;
   }

   .section_cta .item:nth-child(1) .photo {
      width: 221px;
      padding-top: 10px;
      padding-right: 50px;
      position: static;
   }

   .section_cta .item:nth-child(2) .photo {
      padding-top: 10px;
      padding-right: 80px;
      position: static;
   }
}

/* -- -- */
/*
 * Home
*=============================================*/
@-webkit-keyframes sdb04 {
   0% {
      -webkit-transform: translate(0, 0);
   }

   20% {
      -webkit-transform: translate(0, -10px);
   }

   40% {
      -webkit-transform: translate(0, 0);
   }
}

@keyframes sdb04 {
   0% {
      transform: translate(0, 0);
   }

   20% {
      transform: translate(0, -10px);
   }

   40% {
      transform: translate(0, 0);
   }
}

/* -- -- */
#top_kv {
   width: 100%;
   height: calc(100vh - 115px);
   min-height: 820px;
   position: relative;
}

#top_kv .deco {
   position: absolute;
   top: 80px;
   bottom: 40px;
   left: 10px;
}

#top_kv .deco img {
   width: auto;
   height: 100%;
}

#top_kv:before {
   content: '';
   width: 84%;
   height: 100%;
   background-color: #cbeeb1;
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   position: absolute;
   top: 0;
   left: 0;
}

#top_kv:after {
   content: '';
   width: 100%;
   height: 40px;
   background-color: #00db00;
   position: absolute;
   top: 0;
   left: 0;
}

#top_kv .top_kv_photo {
   width: 87.5%;
   position: absolute;
   top: 0;
   bottom: 60px;
   right: 0;
}

#top_kv .top_kv_slider {
   width: 100%;
   height: 75%;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 1;
}

#top_kv .top_kv_slider .slick-track,
#top_kv .top_kv_slider .slick-list,
#top_kv .top_kv_slider .slick-slide {
   height: 100%;
}

#top_kv .top_kv_slider .slick-slide {
   width: 5.5%;
   position: relative;
}

#top_kv .top_kv_slider .slide01 {
   background: url("../img/index/top_kv_sl01.jpg") no-repeat center/cover;
}

#top_kv .top_kv_slider .slide02 {
   background: url("../img/index/slide02.jpg") no-repeat center/cover;
}

#top_kv .top_kv_slider .slide03 {
   background: url("../img/index/slide03.jpg") no-repeat center/cover;
}

#top_kv .top_kv_slider .slick-dots {
   width: 19px;
   position: absolute;
   bottom: 0;
   left: -50px;
}

#top_kv .top_kv_slider .slick-dots li {
   display: block;
   width: 19px;
   height: 19px;
   background-color: transparent;
   opacity: 1;
   margin-left: 0;
   position: relative;
}

#top_kv .top_kv_slider .slick-dots li+li {
   margin-top: 20px;
}

#top_kv .top_kv_slider .slick-dots li:before {
   content: '';
   width: 10px;
   height: 10px;
   background-color: #b3b3b3;
   border-radius: 50%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#top_kv .top_kv_slider .slick-dots li button {
   width: 100%;
   height: 100%;
   opacity: 0;
   cursor: pointer;
   position: absolute;
   top: 0;
   left: 0;
}

#top_kv .top_kv_slider .slick-dots .slick-active:before {
   width: 100%;
   height: 100%;
   background: url("../img/index/dot-active.png") no-repeat center/cover;
}

#top_kv .kv_photo_list {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   height: 25%;
   position: absolute;
   bottom: 0;
   right: 0;
}

#top_kv .kv_photo_list li {
   width: 25%;
   height: 100%;
}

#top_kv .kv_photo_list li:nth-child(1) {
   background: url("../img/index/top_kv_sl_thumb1.jpg") no-repeat center top/cover;
}

#top_kv .kv_photo_list li:nth-child(2) {
   background: url("../img/index/top_kv_sl_thumb2.jpg") no-repeat center top/cover;
}

#top_kv .kv_photo_list li:nth-child(3) {
   background: url("../img/index/top_kv_sl_thumb3.jpg") no-repeat center top/cover;
}

#top_kv .kv_photo_list li:nth-child(4) {
   background: url("../img/index/top_kv_sl_thumb4.jpg") no-repeat center top/cover;
}

#top_kv h2 {
   width: 525px;
   position: absolute;
   top: 4%;
   left: 50%;
   transform: translateX(-50%);
   z-index: 1;
}

#top_kv .scroll {
   width: 22px;
   position: absolute;
   bottom: -45px;
   right: 87.5%;
   margin-right: 35px;
}

#top_kv .scroll img {
   -webkit-animation: sdb04 2s infinite;
   animation: sdb04 2s infinite;
   transition: 0s;
}

#top_kv .key_bnr {
   width: 234px;
   position: absolute;
   bottom: -60px;
   left: 84%;
   margin-left: -230px;
   z-index: 2;
}

@media screen and (max-width: 1440px) {
   #top_kv .top_kv_slider .slick-dots {
      left: -30px;
   }

   #top_kv .scroll {
      margin-right: 10px;
   }
}

@media screen and (max-width: 991px) {
   #top_kv h2 {
      width: 50%;
      top: 12%;
   }
}

@media screen and (max-width: 767px) {
   #top_kv {
      height: calc(90vh - 100px);
      min-height: inherit;
   }

   #top_kv:before {
      width: 90%;
   }

   #top_kv:after {
      height: 20px;
   }

   #top_kv .deco {
      top: 40px;
      bottom: 20px;
      left: 0;
   }

   #top_kv .top_kv_photo {
      width: 90%;
      bottom: 20px;
   }

   #top_kv .kv_photo_list li {
      width: 50%;
      height: 50%;
   }

   #top_kv .scroll {
      right: 90%;
   }

   #top_kv .key_bnr {
      width: 135px;
      margin-left: 0;
      right: 20px;
      bottom: 0;
      left: auto;
   }
}

/* -- -- */
#top_about {
   text-align: center;
   padding: 265px 0 470px;
   position: relative;
}

#top_about:before {
   content: '';
   width: 100%;
   height: 765px;
   background: url("../img/index/top_about_bg.png") no-repeat center top;
   position: absolute;
   bottom: 0;
   left: 0;
}

#top_about h2 small {
   color: #999;
   position: relative;
}

#top_about h2 small:before {
   content: '';
   display: inline-block;
   width: 0;
   height: 15px;
   border-left: 2px solid #999;
   transform: rotate(-25deg);
   margin-right: 15px;
}

#top_about h2 small:after {
   content: '';
   display: inline-block;
   width: 0;
   height: 15px;
   border-left: 2px solid #999;
   transform: rotate(25deg);
   margin-left: 15px;
}

#top_about h2 span {
   color: #55c800;
}

#top_about .photo1 {
   width: 326px;
   position: absolute;
   top: -180px;
   left: 0;
}

#top_about .photo2 {
   position: absolute;
   bottom: -220px;
   left: -195px;
}

#top_about .photo3 {
   position: absolute;
   bottom: -40px;
   right: 105px;
}

#top_about .photo4 {
   width: 85px;
   position: absolute;
   top: -60px;
   left: 50%;
   margin-left: 215px;
}

#top_about .photo5 {
   width: 135px;
   position: absolute;
   top: 165px;
   left: 125px;
}

#top_about .desc {
   line-height: 50px;
   padding: 80px 0;
}

@media screen and (max-width: 1440px) {
   #top_about .photo3 {
      right: 0;
   }

   #top_about .photo5 {
      left: 60px;
   }
}

@media screen and (max-width: 991px) {
   #top_about .photo1 {
      width: 276px;
      top: -230px;
   }

   #top_about .photo2 {
      bottom: -240px;
   }

   #top_about .photo3 {
      right: -30px;
      bottom: -150px;
   }

   #top_about .photo5 {
      left: 0;
   }
}

@media screen and (max-width: 767px) {
   #top_about {
      padding: 200px 0 200px;
   }

   #top_about:before {
      height: 20%;
      background-size: cover;
   }

   #top_about .photo1 {
      width: 150px;
      top: -150px;
      left: 20px;
   }

   #top_about .photo2 {
      width: 220px;
      bottom: -180px;
      left: -80px;
   }

   #top_about .photo3 {
      right: 0;
      bottom: -150px;
      width: 120px;
   }

   #top_about .photo4 {
      width: 50px;
      top: -70px;
      right: 50px;
      left: auto;
      margin-left: auto;
   }

   #top_about .photo5 {
      width: 60px;
      top: 70px;
   }

   #top_about .desc {
      line-height: 32px;
      padding: 40px 0;
   }
}

/* -- -- */
#top_features {
   background-color: #00db00;
   padding-bottom: 150px;
}

#top_features .wrap {
   z-index: 1;
}

#top_features .photo1 {
   width: 100px;
   position: absolute;
   top: -55px;
   left: 190px;
}

#top_features h2 {
   width: 496px;
   text-align: center;
   margin: 0 auto;
}

#top_features .box {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   background-color: #fff;
   border-radius: 10px;
   margin-top: 65px;
   padding: 75px 70px;
   position: relative;
}

#top_features .box+.box {
   margin-top: 50px;
}

#top_features .box .col-content {
   width: 392px;
   margin-left: 70px;
}

#top_features .box h3 {
   font-weight: 900;
   text-align: center;
   color: #fff;
   padding: 24px 0 23px;
}

#top_features .box h3 span {
   display: inline-block;
   font-weight: 500;
   font-size: 44px;
   font-style: italic;
   vertical-align: bottom;
   margin-right: 10px;
}

#top_features .box .desc {
   line-height: 40px;
   padding-top: 30px;
}

#top_features .box .photo {
   width: 516px;
}

#top_features .box.img_r .col-content {
   order: 1;
   margin-left: 0;
}

#top_features .box.img_r .photo {
   order: 2;
   margin-left: 70px;
}

#top_features .orange:before {
   content: '';
   width: 160px;
   height: 160px;
   background-color: #f4d432;
   position: absolute;
   top: -70px;
   right: -70px;
   z-index: -1;
}

#top_features .orange:after {
   content: '';
   width: 170px;
   height: 169px;
   background: url("../img/index/top_features_deco1.png") no-repeat center top/cover;
   position: absolute;
   bottom: -45px;
   left: -195px;
}

#top_features .orange h3 {
   background: url("../img/index/top_features_ttl1.png") no-repeat center/cover;
}

#top_features .red:before {
   content: '';
   width: 138px;
   height: 163px;
   background: url("../img/index/top_features_deco2.png") no-repeat center top/cover;
   position: absolute;
   top: 5px;
   right: -115px;
   z-index: -1;
}

#top_features .red h3 {
   background: url("../img/index/top_features_ttl2.png") no-repeat center/cover;
}

#top_features .green:before {
   content: '';
   width: 139px;
   height: 145px;
   background: url("../img/index/top_features_deco3.png") no-repeat center top/cover;
   position: absolute;
   bottom: -90px;
   left: -85px;
   z-index: -1;
}

#top_features .green h3 {
   background: url("../img/index/top_features_ttl3.png") no-repeat center/cover;
}

#top_features .btn-s {
   padding-top: 55px;
}

@media screen and (max-width: 1440px) {
   #top_features .photo1 {
      left: 60px;
   }

   #top_features .box .photo {
      width: calc(100% - 442px);
   }

   #top_features .box .col-content {
      margin-left: 50px;
   }

   #top_features .box.img_r .photo {
      margin-left: 50px;
   }

   #top_features .box.img_r .col-content {
      margin-left: 0;
   }
}

@media screen and (max-width: 991px) {

   #top_features .photo1 {
      left: 0;
   }

   #top_features .box {
      display: block;
      padding: 50px 50px;
   }

   #top_features .box .photo {
      width: 100%;
   }

   #top_features .box .col-content {
      width: 100%;
      margin: 0 auto;
      padding-top: 40px;
   }

   #top_features .box h3 {
      width: 392px;
      margin: 0 auto;
   }

   #top_features .box.img_r .photo {
      margin-left: 0;
   }

   #top_features .box.img_r .col-content {
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   #top_features {
      padding: 80px 0 70px;
   }

   #top_features h2 {
      width: 100%;
   }

   #top_features .photo1 {
      top: -80px;
   }

   #top_features .box {
      margin-top: 40px;
      padding: 20px 20px;
   }

   #top_features .box+.box {
      margin-top: 40px;
   }

   #top_features .box .col-content {
      padding-top: 30px;
   }

   #top_features .box h3 {
      width: 295px;
      font-size: 18px;
      padding: 14px 0;
   }

   #top_features .box h3 span {
      font-size: 40px;
   }

   #top_features .box .desc {
      font-size: 18px;
      line-height: 36px;
      padding-top: 20px;
   }

   #top_features .orange:before {
      width: 80px;
      height: 80px;
      top: -30px;
      right: -20px;
   }
}

/* -- -- */
#top_flow {
   padding: 180px 0 380px;
   position: relative;
}

#top_flow:before {
   content: '';
   width: 100%;
   padding-top: 20%;
   background: url("../img/index/top_flow_bg.jpg") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

#top_flow .wrap:before {
   content: '';
   width: 96px;
   height: 106px;
   background: url("../img/index/top_flow_deco5.png") no-repeat center top/cover;
   position: absolute;
   bottom: -265px;
   left: 125px;
}

#top_flow h2 {
   width: 496px;
   background: url("../img/index/top_flow_ttl_bg.jpg") repeat center top;
   border-radius: 100px;
   color: #fff;
   margin: 45px auto 0;
   padding: 18px 0;
   position: relative;
}

#top_flow h2:before {
   content: '';
   width: 68px;
   height: 27px;
   background: url("../img/index/ttl_deco.png") no-repeat center top/cover;
   position: absolute;
   top: -45px;
   left: 50%;
   transform: translateX(-50%);
}

#top_flow h2 .cl {
   color: #000;
}

#top_flow .photo1 {
   width: 352px;
   position: absolute;
   bottom: 94%;
   left: 0;
}

#top_flow .photo2 {
   width: 351px;
   position: absolute;
   bottom: 94%;
   right: 0;
}

#top_flow .flow_list {
   color: #fff;
   padding-left: 40px;
   position: relative;
}

#top_flow .flow_list dl {
   display: table;
   width: 100%;
   min-height: 90px;
   background-color: #00db00;
   margin-top: 120px;
   padding: 47px 0;
   position: relative;
}

#top_flow .flow_list dl>* {
   display: table-cell;
   vertical-align: middle;
}

#top_flow .flow_list dl .step {
   display: block;
   width: 195px;
   background: url("../img/index/top_flow_step_bg.png") no-repeat center/cover;
   color: #55c800;
   font-weight: 900;
   font-size: 18px;
   line-height: 50px;
   letter-spacing: 0;
   box-sizing: border-box;
   padding: 30px 20px 110px;
   position: absolute;
   top: 25px;
   left: -40px;
}

#top_flow .flow_list dl .step strong {
   display: inline-block;
   vertical-align: sub;
   font-weight: 500;
   font-size: 42px;
   margin-left: 5px;
}

#top_flow .flow_list dl .ttl {
   width: 315px;
   padding-left: 125px;
}

#top_flow .flow_list dl .ttl img {
   width: 63px;
   margin-right: 12px;
   position: relative;
   top: -2px;
}

#top_flow .flow_list dl dd {
   line-height: 30px;
}

#top_flow .flow_list dl+dl {
   margin-top: 85px;
   position: relative;
}

#top_flow .flow_list dl+dl:before {
   content: '';
   width: 0;
   height: 65px;
   border-left: 10px dotted #00db00;
   position: absolute;
   top: -75px;
   left: 50%;
   transform: translateX(-50%);
}

#top_flow .flow_list .step1:before {
   content: '';
   width: 160px;
   height: 160px;
   background-color: #cbeeb1;
   position: absolute;
   top: -50px;
   right: -70px;
   z-index: -1;
}

#top_flow .flow_list .step3:after {
   content: '';
   width: 152px;
   height: 104px;
   background: url("../img/index/top_flow_deco1.png") no-repeat center top/cover;
   position: absolute;
   top: -50px;
   right: -65px;
   z-index: -1;
}

#top_flow .flow_list .step3 .step:after {
   content: '';
   width: 66px;
   height: 82px;
   background: url("../img/index/top_flow_deco2.png") no-repeat center top/cover;
   position: absolute;
   top: -40px;
   left: -115px;
   z-index: -1;
}

#top_flow .box {
   background-color: #ffb700;
   border-radius: 10px;
   margin-top: 135px;
   padding: 45px 110px 60px;
   position: relative;
}

#top_flow .box:before {
   content: '';
   width: 259px;
   height: 198px;
   background: url("../img/index/top_flow_deco3.png") no-repeat center top/cover;
   position: absolute;
   top: -30px;
   left: -195px;
   z-index: -1;
}

#top_flow .box:after {
   content: '';
   width: 176px;
   height: 176px;
   background: url("../img/index/top_flow_deco4.png") no-repeat center top/cover;
   position: absolute;
   bottom: -90px;
   right: -90px;
   z-index: -1;
}

#top_flow .box .photo {
   width: 96px;
   position: absolute;
   top: -22px;
   left: 45px;
}

#top_flow .box ul {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   line-height: 20px;
}

#top_flow .box ul li {
   width: 475px;
   background: url("../img/index/top_flow_box_bg.png") no-repeat center/cover;
   text-align: center;
   padding: 23px 0;
}

#top_flow .box ul li:nth-child(1) {
   padding: 45px 0;
}

#top_flow .box ul li .h-32 {
   font-weight: 500;
}

#top_flow .box ul li h3 img {
   width: 33px;
   margin-right: 5px;
   position: relative;
   top: -2px;
}

#top_flow .box ul li .txt {
   padding-top: 5px;
}

#top_flow .box .note {
   font-weight: 500;
   text-indent: -18px;
   margin-right: -20px;
   margin-left: 20px;
   padding-top: 35px;
   padding-left: 18px;
}

#top_flow .box .note .cl-red {
   font-weight: bold;
}

@media screen and (max-width: 1440px) {
   #top_flow .photo1 {
      width: 240px;
      bottom: 95%;
   }

   #top_flow .photo2 {
      width: 240px;
      bottom: 95%;
   }

   #top_flow .box ul li {
      width: 49%;
      padding: 10px 0;
   }

   #top_flow .box ul li+li {
      margin-left: 2%;
   }

   #top_flow .box ul li:nth-child(1) {
      padding: 31px 0;
   }
}

@media screen and (max-width: 991px) {
   #top_flow .photo1 {
      bottom: 100%;
   }

   #top_flow .photo2 {
      bottom: 100%;
   }

   #top_flow .flow_list dl {
      display: block;
   }

   #top_flow .flow_list dl>* {
      display: block;
   }

   #top_flow .flow_list dl .ttl {
      width: auto;
   }

   #top_flow .flow_list dl dd {
      padding: 5px 20px 0 198px;
   }

   #top_flow .flow_list dl dd br.pc {
      display: none;
   }

   #top_flow .box ul {
      display: block;
   }

   #top_flow .box ul li {
      width: 475px;
      margin: 0 auto;
      padding: 26px 0;
   }

   #top_flow .box ul li+li {
      margin: 20px auto 0;
   }

   #top_flow .box ul li:nth-child(1) {
      padding: 46px 0;
   }
   #top_flow .box ul li:nth-child(2) .h-24{
      font-size: 18px;
   }

   #top_flow .box .note {
      margin: 0;
   }
}

@media screen and (max-width: 767px) {
   #top_flow {
      padding: 100px 0 150px;
   }

   #top_flow .photo1 {
      width: 40%;
   }

   #top_flow .photo2 {
      width: 40%;
   }

   #top_flow h2 {
      width: 100%;
   }

   #top_flow .flow_list {
      padding-left: 0;
   }

   #top_flow .flow_list dl {
      margin-top: 70px;
      padding: 0;
   }

   #top_flow .flow_list dl .step {
      width: 100%;
      background: #f8f036;
      text-align: center;
      padding: 0;
      position: static;
   }

   #top_flow .flow_list dl .ttl {
      text-align: center;
      padding: 20px 0;
   }

   #top_flow .flow_list dl dd {
      text-align: left;
      font-size: 18px;
      padding: 0 20px 20px;
   }

   #top_flow .box {
      margin-top: 70px;
      padding: 20px 20px;
   }

   #top_flow .box ul li {
      width: 100%;
      background-size: 100% 100%;
      padding: 20px 0;
   }

   #top_flow .box ul li:nth-child(1) {
      font-size: 18px;
      padding: 20px 0;
   }

   #top_flow .box .note {
      text-indent: -14px;
      padding-top: 20px;
      padding-left: 14px;
   }
}

/* -- -- */
#top_price {
   background: url("../img/index/top_price_bg.jpg") repeat center top;
   padding: 60px 0 215px;
   position: relative;
}

#top_price:before {
   content: '';
   width: 100%;
   height: 58px;
   background: url("../img/index/top_price_line.png") repeat-x center top;
   position: absolute;
   top: -58px;
   left: 0;
}

#top_price .photo1 {
   width: 363px;
   margin: 0 auto;
}

#top_price .wrap {
   z-index: 1;
}

#top_price h2 {
   width: 500px;
   color: #f8f036;
   background-color: #00db00;
   border-radius: 10px;
   margin: 0 auto 20px;
   padding: 32px 0;
   position: relative;
}

#top_price h2:after {
   content: '';
   width: 0;
   height: 0;
   border-top: 20px solid #00db00;
   border-right: 10px solid transparent;
   border-left: 10px solid transparent;
   position: absolute;
   top: 100%;
   left: 50%;
   transform: translateX(-50%);
}

#top_price .box01 {
   background: url("../img/index/top_price_box_bg.png") no-repeat center top/cover;
   margin-top: 80px;
   padding: 104px 90px;
   position: relative;
}

#top_price .box01:before {
   content: '';
   width: 196px;
   height: 224px;
   background: url("../img/index/top_price_deco1.png") no-repeat center top/cover;
   position: absolute;
   top: -70px;
   left: -105px;
   z-index: -1;
}

#top_price .box01:after {
   content: '';
   width: 84px;
   height: 77px;
   background: url("../img/index/top_price_deco2.png") no-repeat center top/cover;
   position: absolute;
   top: -90px;
   right: -100px;
   z-index: -1;
}

#top_price .box01 h3 {
   background: url("../img/index/top_price_ttl_line.png") no-repeat center bottom;
   padding-bottom: 10px;
}

#top_price .box01 h3:before {
   content: '';
   width: 179px;
   height: 148px;
   background: url("../img/index/top_price_deco3.png") no-repeat center top/cover;
   position: absolute;
   top: 450px;
   left: -220px;
}

#top_price .box01 h3 strong {
   font-weight: 900;
}

#top_price .box01 .table-scroll {
   padding-top: 60px;
}

#top_price .box01 table {
   width: 100%;
}

#top_price .box01 table th,
#top_price .box01 table td {
   vertical-align: middle;
   text-align: center;
   border: 2px solid #fff;
   line-height: 29px;
}

#top_price .box01 table th {
   background-color: #00db00;
   font-weight: 900;
   color: #fff;
   padding: 8px 5px;
}

#top_price .box01 table td {
   background-color: #f8f036;
   font-weight: 500;
   padding: 27px 5px;
}

#top_price .box01 table td strong {
   display: inline-block;
   font-weight: inherit;
   text-align: left;
}

#top_price .box01 table td .cl-red {
   font-weight: 900;
}

#top_price .box01 ul {
   display: flex;
   flex-wrap: wrap;
   padding-top: 45px;
}

#top_price .box01 ul li {
   background: url("../img/index/top_price_ttl_bg.png") no-repeat center top/cover;
   width: 501px;
   text-align: center;
   line-height: 29px;
   padding: 22px 0;
   position: relative;
}

#top_price .box01 ul li+li {
   margin-left: 18px;
}

#top_price .box01 ul li span {
   color: #fff;
   font-weight: 900;
   line-height: 28px;
}

#top_price .box01 ul li img {
   width: 34px;
   position: absolute;
   top: -16px;
   left: 50%;
   transform: translateX(-50%);
}

#top_price .box02 {
   padding-top: 65px;
   position: relative;
}

#top_price .box02:before {
   content: '';
   width: 315px;
   height: 205px;
   background: url("../img/index/top_price_deco4.png") no-repeat center top/cover;
   position: absolute;
   top: 40px;
   right: -205px;
   z-index: -1;
}

#top_price .box02:after {
   content: '';
   width: 40px;
   height: 40px;
   background: url("../img/index/top_price_deco5.png") no-repeat center top/cover;
   position: absolute;
   top: 10px;
   left: -55px;
}

#top_price .box02 h3 {
   background: url("../img/index/top_price_ttl_bg1.png") no-repeat center top/cover;
   text-align: center;
   color: #fff;
   padding: 17px 0;
   position: relative;
}

#top_price .box02 h3 img {
   width: 109px;
   position: absolute;
   top: -30px;
   right: 80px;
}

#top_price .box02 .txt {
   text-align: center;
   line-height: 33px;
   padding-top: 20px;
}

@media screen and (max-width: 1440px) {
   #top_price .box01 {
      padding: 100px 45px;
   }

   #top_price .box01 ul li {
      width: 425px;
      font-size: 16px;
      padding: 18px 0 10px;
   }
}

@media screen and (max-width: 991px) {
   #top_price .box01 {
      background-size: 100% 100%;
      padding: 50px 40px;
   }

   #top_price .box01 ul {
      display: block;
   }

   #top_price .box01 ul li {
      margin: 0 auto;
   }

   #top_price .box01 ul li+li {
      margin-top: 40px;
      margin-left: auto;
   }

   #top_price .box02 h3 img {
      right: 30px;
   }

   #top_price .box01 table td br.pc {
      display: none;
   }
}

@media screen and (max-width: 767px) {
   #top_price {
      padding: 0 0 100px;
   }

   #top_price .photo1 {
      width: 260px;
   }

   #top_price h2 {
      width: 100%;
      padding: 22px 0;
   }

   #top_price .box01 {
      margin-top: 40px;
      padding: 40px 20px;
   }

   #top_price .box01 h3 {
      font-size: 18px;
   }

   #top_price .box01 .table-scroll {
      font-size: 18px;
      overflow: auto hidden;
      padding-top: 20px;
   }

   #top_price .box01 .table-scroll table {
      width: 700px;
   }

   #top_price .box01 ul {
      padding-top: 40px;
   }

   #top_price .box01 ul li {
      width: 100%;
      background-size: 100% 100%;
      font-size: 14px;
      line-height: 22px;
   }

   #top_price .box01 ul li .h-24 {
      font-size: 18px;
   }

   #top_price .box02 h3 {
      background-color: #ffb700;
      border-radius: 80px;
      font-size: 20px;
      padding: 21px 0;
   }

   #top_price .box02 h3 img {
      width: 60px;
      right: 0;
   }

   #top_price .box02 .txt {
      font-size: 16px;
   }
}

/* -- -- */
#top_blog {
   background-color: #00db00;
   padding: 120px 0 160px;
}

#top_blog .wrap {
   z-index: 1;
}

#top_blog .wrap:before {
   content: '';
   width: 246px;
   height: 226px;
   background: url("../img/index/top_blog_deco1.png") no-repeat center top/cover;
   position: absolute;
   top: -25px;
   left: 0;
}

#top_blog .wrap:after {
   content: '';
   width: 157px;
   height: 126px;
   background: url("../img/index/top_blog_deco2.png") no-repeat center top/cover;
   position: absolute;
   top: 125px;
   right: 0;
   z-index: -1;
}

#top_blog h2 {
   background: url("../img/index/top_blog_h2_bg.png") no-repeat center top/cover;
   width: 498px;
   margin: 45px auto 0;
   padding: 20px 0 19px;
   position: relative;
}

#top_blog h2:before {
   content: '';
   width: 69px;
   height: 27px;
   background: url("../img/index/top_blog_h2_icon.png") no-repeat center top/cover;
   position: absolute;
   top: -45px;
   left: 50%;
   transform: translateX(-50%);
}

#top_blog .top_blog_slider {
   margin-top: 160px;
   padding: 0 50px;
   position: relative;
}

#top_blog .top_blog_slider:before {
   content: '';
   width: 176px;
   height: 176px;
   background: url("../img/index/top_blog_deco3.png") no-repeat center top/cover;
   position: absolute;
   bottom: -110px;
   right: -35px;
}

#top_blog .top_blog_slider:after {
   content: '';
   width: 126px;
   height: 99px;
   background: url("../img/index/top_blog_deco4.png") no-repeat center top/cover;
   position: absolute;
   bottom: -165px;
   left: -55px;
}

#top_blog .top_blog_slider .slide {
   width: 337px;
   box-sizing: border-box;
   background: url("../img/index/top_blog_slide_bg.png") no-repeat center top/cover;
   font-weight: 500;
   font-size: 18px;
   line-height: 28px;
   letter-spacing: 0;
   margin-right: 37px;
   padding: 35px 30px;
   transition: all 0.3s;
   position: relative;
}

#top_blog .top_blog_slider .slide .sl_link {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}

#top_blog .top_blog_slider .slide .photo {
   width: 100%;
}

#top_blog .top_blog_slider .slide .photo a {
   display: block;
   width: 100%;
   padding-top: 74.5%;
   position: relative;
}

#top_blog .top_blog_slider .slide .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   background: url("../img/no-image.jpg") no-repeat center/cover;
   border-top-right-radius: 200px;
   border-top-left-radius: 200px;
   position: absolute;
   top: 0;
   left: 0;
}

#top_blog .top_blog_slider .slide .date {
   border-bottom: 1px solid #000;
   padding: 15px 0 5px;
}

#top_blog .top_blog_slider .slide .ttl {
   padding-top: 5px;
}

#top_blog .top_blog_slider .slide .ttl a {
   max-height: 28px;
   overflow: hidden;
   display: block;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#top_blog .top_blog_slider .slide .desc {
   padding-right: 60px;
   position: relative;
}

#top_blog .top_blog_slider .slide .desc:after {
   content: '';
   width: 47px;
   height: 48px;
   background: url("../img/index/top_blog_slide_deco.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
}

#top_blog .top_blog_slider .slide .desc span {
   max-height: 84px;
   overflow: hidden;
   display: block;
   -webkit-line-clamp: 3;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#top_blog .top_blog_slider .slide:hover {
   opacity: 0.6;
}

#top_blog .top_blog_slider .slick-arrow {
   width: 22px;
   height: 35px;
   border: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   color: transparent;
   cursor: pointer;
}

#top_blog .top_blog_slider .slick-arrow.slick-prev {
   background: url("../img/index/slider_prev.svg") no-repeat center top/cover;
   left: 0;
}

#top_blog .top_blog_slider .slick-arrow.slick-next {
   background: url("../img/index/slider_next.svg") no-repeat center top/cover;
   right: 0;
}

#top_blog .btn-s {
   padding-top: 100px;
}

@media screen and (max-width: 1440px) {
   #top_blog .top_blog_slider .slide {
      background-size: 100% 100%;
      margin: 0 10px;
      padding: 20px 20px;
   }
}

@media screen and (max-width: 767px) {
   #top_blog {
      padding: 60px 0 80px;
   }

   #top_blog h2 {
      width: 100%;
      padding: 9px 0;
   }

   #top_blog .top_blog_slider {
      margin-top: 60px;
      padding: 0;
   }

   #top_blog .top_blog_slider .slick-arrow.slick-prev {
      left: -16px;
   }

   #top_blog .top_blog_slider .slick-arrow.slick-next {
      right: -16px;
   }

   #top_blog .top_blog_slider .slide {
      font-size: 16px;
   }

   #top_blog .btn-s {
      padding-top: 50px;
   }
}

/* -- -- */
/*
 * ABOUT
*=============================================*/
/* --- --- */
#support {
   padding: 210px 0 380px;
   position: relative;
}

#support:before {
   content: '';
   width: 120%;
   height: 435px;
   background: url("../img/about/bg_green.jpg") repeat center top;
   position: absolute;
   bottom: 0;
   left: 50%;
   border-top-right-radius: 50%;
   border-top-left-radius: 50%;
   transform: translateX(-50%);
}

#support .wrap:before {
   content: '';
   width: 123px;
   height: 120px;
   background: url("../img/about/about_support_deco1.png") no-repeat center top/cover;
   position: absolute;
   top: -100px;
   right: 100px;
}

#support h2 img {
   width: 32px;
   margin-bottom: 10px;
}

#support h2 small {
   color: #999;
   position: relative;
}

#support h2 small:before {
   content: '';
   display: inline-block;
   width: 0;
   height: 15px;
   border-left: 2px solid #999;
   transform: rotate(-25deg);
   margin-right: 15px;
}

#support h2 small:after {
   content: '';
   display: inline-block;
   width: 0;
   height: 15px;
   border-left: 2px solid #999;
   transform: rotate(25deg);
   margin-left: 15px;
}

#support .desc {
   line-height: 50px;
   text-align: center;
   padding-top: 40px;
   position: relative;
}

#support .desc:before {
   content: '';
   width: 123px;
   height: 123px;
   background: url("../img/about/about_support_deco2.png") no-repeat center top/cover;
   position: absolute;
   top: -75px;
   left: 115px;
}

#support .photo {
   padding-top: 60px;
}

@media screen and (max-width: 991px) {
   #support .desc:before {
      left: 80px;
   }
}

@media screen and (max-width: 767px) {
   #support {
      padding: 70px 0 150px;
   }

   #support:before {
      height: 180px;
   }

   #support .wrap:before {
      width: 90px;
      height: 88px;
      top: -20px;
      right: 10px;
   }

   #support .desc {
      line-height: 30px;
      padding-top: 20px;
   }

   #support .desc:before {
      width: 60px;
      height: 60px;
      top: -40px;
      left: -10px;
   }

   #support .photo {
      margin: 0 -60px;
      padding-top: 30px;
   }
}

/* --- --- */
#day_service {
   position: relative;
}

#day_service:before {
   content: '';
   background: url("../img/about/bg_green.jpg") repeat center top;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
}

#day_service .row {
   background-color: #f8f036;
   padding-bottom: 95px;
   position: relative;
}

#day_service .row:before {
   content: '';
   background: url("../img/about/day_service_line_top.png") repeat-x center top, url("../img/about/day_service_line_down.png") repeat-x center bottom;
   position: absolute;
   top: -10px;
   right: 0;
   bottom: -10px;
   left: 0;
}

#day_service .wrap {
   z-index: 1;
}

#day_service h2 {
   width: 500px;
   background: url("../img/ttl_bg_orange.jpg") repeat center top;
   border-radius: 100px;
   color: #fff;
   margin: 0 auto;
   padding: 18px 0;
   position: absolute;
   top: -50px;
   left: 50%;
   transform: translateX(-50%);
}

#day_service h2:before {
   content: '';
   width: 69px;
   height: 27px;
   background: url("../img/ttl_deco_wh.png") no-repeat center top/cover;
   position: absolute;
   top: -50px;
   left: 50%;
   transform: translateX(-50%);
}

#day_service .photo {
   width: 111px;
   position: absolute;
   top: -185px;
   left: 50%;
   margin-left: 300px;
}

#day_service .desc {
   text-align: center;
   line-height: 50px;
   padding-top: 100px;
   position: relative;
}

#day_service .desc:before {
   content: '';
   width: 267px;
   height: 263px;
   background: url("../img/about/day_service_deco1.png") no-repeat center top/cover;
   position: absolute;
   top: 75px;
   left: -25px;
   z-index: -1;
}

#day_service .desc:after {
   content: '';
   width: 164px;
   height: 108px;
   background: url("../img/about/day_service_deco3.png") no-repeat center top/cover;
   position: absolute;
   top: 125px;
   right: -30px;
   z-index: -1;
}

#day_service ul {
   display: flex;
   flex-wrap: wrap;
   padding-top: 60px;
   position: relative;
}

#day_service ul:before {
   content: '';
   width: 189px;
   height: 148px;
   background: url("../img/about/day_service_deco2.png") no-repeat center top/cover;
   position: absolute;
   bottom: -30px;
   left: -120px;
}

#day_service ul li {
   width: 222px;
   height: 222px;
   background: url("../img/about/day_service_list_bg.png") no-repeat center top/cover;
   text-align: center;
   font-weight: 900;
   line-height: 26px;
   box-sizing: border-box;
   padding: 45px 0 0;
}

#day_service ul li+li {
   margin-left: 22px;
}

#day_service ul li img {
   width: auto;
   height: 32px;
   display: block;
   margin: 0 auto 10px;
}

#day_service ul li small {
   font-size: 18px;
}

@media screen and (max-width: 1440px) {
   #day_service .desc br.pc1 {
      display: none;
   }

   #day_service ul {
      justify-content: center;
      width: 710px;
      margin: 0 auto;
   }

   #day_service ul li {
      margin-bottom: 20px;
   }

   #day_service ul li:nth-child(3n + 1) {
      margin-left: 0;
   }
}

@media screen and (max-width: 991px) {
   #day_service .photo {
      margin-left: 250px;
   }
}

@media screen and (max-width: 767px) {
   #day_service .row {
      padding-bottom: 60px;
   }

   #day_service h2 {
      width: 90%;
   }

   #day_service h2:before {
      top: -40px;
   }

   #day_service .desc {
      line-height: 30px;
      text-align: left;
      padding-top: 70px;
   }

   #day_service .desc:before,
   #day_service .desc:after {
      display: none;
   }

   #day_service ul {
      display: block;
      width: 100%;
      padding-top: 40px;
   }

   #day_service ul li {
      margin: 0 auto;
   }

   #day_service ul li+li {
      margin: 20px auto 0;
   }

   #day_service ul li:nth-child(3n + 1) {
      margin: 20px auto 0;
   }
}

/* --- --- */
#wakuwaku_support {
   background: url("../img/about/bg_green.jpg") repeat center top;
   padding: 230px 0 245px;
}

#wakuwaku_support .wrap {
   z-index: 1;
}

#wakuwaku_support h2 {
   margin-bottom: 40px;
   position: relative;
   z-index: 1;
}

#wakuwaku_support .photo1 {
   width: 264px;
   position: absolute;
   top: -107px;
   left: 85px;
}

#wakuwaku_support .photo2 {
   width: 227px;
   position: absolute;
   top: -107px;
   right: 135px;
}

#wakuwaku_support .box {
   background: url("../img/about/wakuwaku_support_box_bg.png") no-repeat center top/cover;
   line-height: 33px;
   padding: 90px 122px 105px;
   position: relative;
}

#wakuwaku_support .box h3 {
   text-align: center;
   color: #fff;
   padding: 24px 0 20px;
}

#wakuwaku_support .box h3 img {
   width: 32px;
   margin-right: 10px;
   position: relative;
   top: -2px;
}

#wakuwaku_support .box .photo {
   padding-top: 20px;
}

#wakuwaku_support .box .desc {
   padding-top: 20px;
}

#wakuwaku_support .box .list {
   display: flex;
   flex-wrap: wrap;
   padding-top: 30px;
   position: relative;
}

#wakuwaku_support .box .list dl {
   width: 300px;
   margin-left: 28px;
   padding-top: 40px;
}

#wakuwaku_support .box .list dl:nth-child(3n + 1) {
   margin-left: 0;
}

#wakuwaku_support .box .list dl dt {
   background-color: #ffe299;
   text-align: center;
   padding: 16px 0 15px;
}

#wakuwaku_support .box .list dl dd {
   padding-top: 25px;
}

#wakuwaku_support .box .photo3 {
   width: 280px;
   position: absolute;
   bottom: -30px;
   right: 0;
}

#wakuwaku_support .orange:before {
   content: '';
   width: 160px;
   height: 160px;
   background-color: #f4d432;
   position: absolute;
   top: -75px;
   right: -90px;
   z-index: -1;
}

#wakuwaku_support .orange h3 {
   background: url("../img/about/wakuwaku_support_ttl_bg1.png") no-repeat center top/cover;
}

#wakuwaku_support .orange .deco1 {
   width: 158px;
   position: absolute;
   top: 250px;
   left: -135px;
   z-index: -1;
}

#wakuwaku_support .orange .deco2 {
   width: 66px;
   position: absolute;
   top: 470px;
   right: -160px;
}

#wakuwaku_support .orange .deco3 {
   width: 109px;
   position: absolute;
   right: -95px;
   bottom: 40px;
   z-index: -1;
}

#wakuwaku_support .orange .deco4 {
   width: 192px;
   position: absolute;
   bottom: -95px;
   left: -95px;
   z-index: -1;
}

#wakuwaku_support .green {
   background: url("../img/about/wakuwaku_support_box_bg1.png") no-repeat center top/cover;
   margin-top: 55px;
   padding: 90px 122px 121px;
}

#wakuwaku_support .green h3 {
   background: url("../img/about/wakuwaku_support_ttl_bg2.png") no-repeat center top/cover;
}

#wakuwaku_support .green .deco5 {
   width: 138px;
   position: absolute;
   bottom: -95px;
   left: -90px;
   z-index: -1;
}

#wakuwaku_support .green .deco6 {
   width: 151px;
   position: absolute;
   right: -25px;
   bottom: -260px;
}

@media screen and (max-width: 1440px) {
   #wakuwaku_support .photo1 {
      left: 0;
   }

   #wakuwaku_support .photo2 {
      right: 30px;
   }

   #wakuwaku_support .box {
      background-size: 100% 100%;
      padding: 90px 50px;
   }

   #wakuwaku_support .box h3 {
      background-size: 100% 100%;
   }

   #wakuwaku_support .box .list dl {
      width: 32%;
      margin-left: 2%;
   }

   #wakuwaku_support .box .list dl:nth-child(3n + 1) {
      margin-left: 0;
   }
}

@media screen and (max-width: 991px) {
   #wakuwaku_support .photo1 {
      width: 194px;
      top: -32px;
      left: -50px;
   }

   #wakuwaku_support .photo2 {
      width: 187px;
      top: -56px;
      right: 0;
   }

   #wakuwaku_support .box .photo3 {
      width: 32%;
   }
}

@media screen and (max-width: 767px) {
   #wakuwaku_support {
      padding: 100px 0 100px;
   }

   #wakuwaku_support h2 {
      margin-bottom: 120px;
   }

   #wakuwaku_support .photo1 {
      top: 50px;
      left: -20px;
   }

   #wakuwaku_support .photo2 {
      width: 150px;
      top: 70px;
      right: 20px;
   }

   #wakuwaku_support .box {
      padding: 20px 20px;
   }

   #wakuwaku_support .box h3 {
      font-size: 18px;
      padding: 10px 0 8px;
   }

   #wakuwaku_support .box .desc {
      padding-top: 10px;
   }

   #wakuwaku_support .box .list {
      padding-top: 0;
   }

   #wakuwaku_support .box .list dl {
      width: 100%;
      margin-left: 0;
   }

   #wakuwaku_support .box .list dl dd {
      padding-top: 10px;
   }

   #wakuwaku_support .box .list .photo3 {
      width: 200px;
      margin-left: auto;
      padding-top: 10px;
      position: static;
   }

   #wakuwaku_support .box .deco6 {
      bottom: -120px;
   }
}

/* --- --- */
#dairy_schedule {
   padding: 140px 0 270px;
   position: relative;
}

#dairy_schedule:before {
   content: '';
   width: 100%;
   height: 345px;
   background: url("../img/about/dairy_schedule_bg.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

#dairy_schedule .icon {
   width: 100px;
   margin: 0 auto 70px;
}

#dairy_schedule h2 {
   padding-top: 35px;
   position: relative;
}

#dairy_schedule h2:before {
   content: '';
   width: 68px;
   height: 27px;
   background: url("../img/ttl_deco_green.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}

#dairy_schedule h2 small {
   padding-bottom: 15px;
}

#dairy_schedule h2 .bg {
   display: inline-block;
   background-color: #f8f036;
   width: 496px;
   border-radius: 100px;
   padding: 29px 0;
}

#dairy_schedule .schedule {
   position: relative;
}

#dairy_schedule .schedule h3 {
   color: #fff;
   text-align: center;
   padding: 16px 0 15px;
}

#dairy_schedule .schedule h3 small {
   display: inline-block;
   vertical-align: middle;
   background-color: #fff;
   width: 60px;
   text-align: center;
   font-size: 18px;
   line-height: 20px;
   padding: 4px 0;
   position: relative;
   top: -3px;
}

#dairy_schedule .schedule h3 span {
   display: inline-block;
   position: relative;
   top: -2px;
}

#dairy_schedule .schedule h3 .note {
   font-size: 18px;
   line-height: 22px;
}

#dairy_schedule .schedule .box {
   display: flex;
   flex-wrap: wrap;
   margin-top: 30px;
}

#dairy_schedule .schedule .box+.box {
   margin-top: 80px;
}

#dairy_schedule .schedule .box .photo {
   width: 522px;
   position: relative;
}

#dairy_schedule .schedule .box .col-content {
   width: 630px;
   margin-left: 23px;
   padding-top: 20px;
   padding-left: 25px;
   position: relative;
}

#dairy_schedule .schedule .box dl {
   display: table;
   width: 100%;
}

#dairy_schedule .schedule .box dl+dl {
   padding-top: 160px;
   position: relative;
}

#dairy_schedule .schedule .box dl+dl:before {
   content: '';
   width: 0;
   height: 120px;
   border-left: 7px dotted #00db00;
   position: absolute;
   top: 20px;
   left: 40px;
}

#dairy_schedule .schedule .box dl+dl:after {
   content: 'Next Time';
   color: #999;
   font-weight: 900;
   font-size: 18px;
   line-height: 22px;
   letter-spacing: 0.1em;
   position: absolute;
   top: 70px;
   left: 120px;
}

#dairy_schedule .schedule .box dl>* {
   display: table-cell;
   vertical-align: middle;
}

#dairy_schedule .schedule .box dl dt {
   width: 90px;
}

#dairy_schedule .schedule .box dl dd {
   padding-left: 25px;
}

#dairy_schedule .schedule .box dl.top>* {
   vertical-align: top;
}

#dairy_schedule .schedule .box dl.top dd {
   padding-top: 10px;
}

#dairy_schedule .schedule .box h4 {
   color: #00db00;
}

#dairy_schedule .schedule .box .txt {
   line-height: 22px;
   padding-top: 10px;
}

#dairy_schedule .schedule .box .txt p {
   padding-bottom: 10px;
}

#dairy_schedule .schedule .box .txt p:last-child {
   padding-bottom: 0;
}

#dairy_schedule .schedule .box.img_r .photo {
   order: 2;
   margin-left: 22px;
}

#dairy_schedule .schedule .box.img_r .col-content {
   order: 1;
   margin-left: 0;
}

#dairy_schedule .green {
   padding-top: 160px;
}

#dairy_schedule .green h3 {
   background: url("../img/about/dairy_schedule_bg_ttl1.png") no-repeat center/cover;
   position: relative;
}

#dairy_schedule .green h3:before {
   content: '';
   width: 169px;
   height: 169px;
   background: url('../img/about/dairy_schedule_deco.png') no-repeat center top / cover;
   position: absolute;
   top: -125px;
   left: -125px;
   z-index: -1;
}

#dairy_schedule .green h3 small {
   color: #00db00;
}

#dairy_schedule .green .deco {
   width: 228px;
   position: absolute;
   top: 80px;
   right: -40px;
   z-index: 1;
}

#dairy_schedule .green .deco1 {
   width: 285px;
   position: absolute;
   top: 135px;
   right: -95px;
}

#dairy_schedule .green .deco2 {
   width: 164px;
   position: absolute;
   top: 80px;
   right: 50px;
}

#dairy_schedule .green .deco3 {
   width: 565px;
   position: absolute;
   top: 145px;
   left: 145px;
}

#dairy_schedule .green .photo_deco {
   width: 147px;
   position: absolute;
   bottom: -90px;
   left: -90px;
   z-index: -1;
}

#dairy_schedule .orange h3 {
   background: url("../img/about/dairy_schedule_bg_ttl2.png") no-repeat center/cover;
}

#dairy_schedule .orange h3 small {
   color: #ffb700;
}

#dairy_schedule .orange .deco {
   width: 228px;
   position: absolute;
   top: -110px;
   left: -55px;
}

#dairy_schedule .orange .deco1 {
   width: 213px;
   position: absolute;
   bottom: -20px;
   right: 25px;
}

#dairy_schedule .orange .deco2 {
   width: 258px;
   position: absolute;
   top: 70px;
   right: -50px;
}

#dairy_schedule .orange .deco3 {
   width: 415px;
   position: absolute;
   right: -100px;
   bottom: -90px;
}

#dairy_schedule .orange .photo_deco {
   width: 147px;
   position: absolute;
   bottom: -90px;
   left: -90px;
   z-index: -1;
}

#dairy_schedule .red h3 {
   background: url("../img/about/dairy_schedule_bg_ttl3.png") no-repeat center/cover;
}

#dairy_schedule .red h3 small {
   color: #ed1c24;
}

#dairy_schedule .red .deco {
   width: 228px;
   position: absolute;
   top: -60px;
   right: -40px;   
   z-index: 1;
}

#dairy_schedule .red .deco1 {
   width: 228px;
   position: absolute;
   top: 130px;
   right: -35px;
}

#dairy_schedule .red .deco2 {
   width: 302px;
   position: absolute;
   top: 55px;
   right: 50px;
}

#dairy_schedule .red .deco3 {
   width: 370px;
   position: absolute;
   top: 80px;
   right: -175px;
}

#dairy_schedule .red .deco4 {
   width: 530px;
   position: absolute;
   top: 185px;
   left: 175px;
}

#dairy_schedule .red .photo_deco {
   width: 125px;
   position: absolute;
   bottom: -60px;
   left: -60px;
   z-index: -1;
}

#dairy_schedule .line_green {
   padding: 170px 0 200px;
}

#dairy_schedule .line_orange {
   padding: 220px 0 200px;
}

#dairy_schedule .capacity {
   width: 650px;
   background-color: #00db00;
   border-radius: 10px;
   margin: 360px auto 0;
   padding: 50px 0;
   position: relative;
}

#dairy_schedule .capacity .ttl {
   background: url("../img/about/capacity_ttl_bg.png") no-repeat center/cover;
   width: 478px;
   color: #fff;
   text-align: center;
   margin: 0 auto;
   padding: 45px 0;
}

#dairy_schedule .capacity .ttl img {
   width: 35px;
   margin-right: 10px;
   position: relative;
   top: -2px;
}

#dairy_schedule .capacity .photo1 {
   width: 113px;
   position: absolute;
   top: -70px;
   right: -40px;
}

#dairy_schedule .capacity .photo2 {
   width: 145px;
   position: absolute;
   bottom: -40px;
   left: -50px;
}

@media screen and (max-width: 1440px) {
   #dairy_schedule .schedule h3 .note{
      display: block;
      top: 0;
   }
   #dairy_schedule .schedule .box .photo {
      width: 332px;
   }

   #dairy_schedule .schedule .box .col-content {
      width: 600px;
      padding-left: 0;
   }

   #dairy_schedule .red .deco3 {
      width: 280px;
      top: 70px;
      right: -120px;
   }
}

@media screen and (max-width: 991px) {
   #dairy_schedule .schedule .box {
      display: block;
   }

   #dairy_schedule .schedule .box .photo {
      width: 100%;
      text-align: center;
   }

   #dairy_schedule .schedule .box .photo img {
      width: 100%;
   }

   #dairy_schedule .schedule .box .col-content {
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 1;
   }

   #dairy_schedule .schedule .box.img_r .photo {
      margin-left: 0;
   }

   #dairy_schedule .schedule .box.img_r .col-content {
      margin: 0 auto;
   }

   #dairy_schedule .green .deco3 {
      margin-left: auto;
      position: static;
   }

   #dairy_schedule .orange .deco3 {
      margin-left: auto;
      position: static;
   }

   #dairy_schedule .red .deco {
      top: -30px;
   }

   #dairy_schedule .red .deco3 {
      right: -100px;
   }
}

@media screen and (max-width: 767px) {
   #dairy_schedule {
      padding: 100px 0 100px;
   }

   #dairy_schedule .icon {
      width: 50px;
      margin-bottom: 30px;
   }

   #dairy_schedule h2 .bg {
      width: 100%;
   }

   #dairy_schedule .schedule h3 .h-24 {
      font-size: 18px;
   }

   #dairy_schedule .schedule h3 .note {
      font-size: 14px;
   }

   #dairy_schedule .schedule .box dl {
      position: relative;
   }

   #dairy_schedule .schedule .box dl+dl:before {
      height: 140px;
      top: 0;
      bottom: auto;
      left: 30px;
   }

   #dairy_schedule .schedule .box dl+dl:after {
      left: 80px;
   }

   #dairy_schedule .schedule .box dl>* {
      vertical-align: top;
   }

   #dairy_schedule .schedule .box dl dt {
      width: 70px;
   }

   #dairy_schedule .schedule .box dl dd {
      padding-top: 10px;
      padding-left: 10px;
   }

   #dairy_schedule .schedule .box dl dd h4 {
      font-size: 18px;
   }

   #dairy_schedule .green {
      padding-top: 80px;
   }

   #dairy_schedule .green .deco {
      position: static;
      margin: 0 auto;
      padding-top: 20px;
   }

   #dairy_schedule .green .deco1 {
      width: 140px;
      top: 165px;
      right: -20px;
   }

   #dairy_schedule .green .deco2 {
      width: 100px;
      top: 110px;
      right: 20px;
   }

   #dairy_schedule .green .deco3 {
      width: 80%;
      padding-top: 15px;
   }

   #dairy_schedule .orange .deco {
      position: static;
      margin: 0 auto;
      padding-top: 20px;
   }

   #dairy_schedule .orange .deco1 {
      width: 140px;
      bottom: 50px;
      right: -10px;
   }

   #dairy_schedule .orange .deco2 {
      width: 150px;
      top: 120px;
      right: -50px;
   }

   #dairy_schedule .orange .deco3 {
      width: 235px;
      position: absolute;
      right: -100px;
      bottom: 150px;
   }

   #dairy_schedule .red .deco {
      position: static;
      margin: 0 auto;
      padding-top: 20px;
   }

   #dairy_schedule .red .deco1 {
      width: 168px;
      top: 150px;
   }

   #dairy_schedule .red .deco2 {
      width: 182px;
      top: 175px;
      right: -10px;
   }

   #dairy_schedule .red .deco3 {
      width: 210px;
      top: 36%;
      right: -90px;
   }

   #dairy_schedule .red .deco4 {
      width: 70%;
      margin: 0 auto;
      padding-top: 15px;
      position: static;
   }

   #dairy_schedule .line_green {
      padding: 70px 0;
   }

   #dairy_schedule .line_orange {
      padding: 70px 0;
   }

   #dairy_schedule .capacity {
      width: 100%;
      margin-top: 100px;
   }

   #dairy_schedule .capacity .ttl {
      width: 94%;
      background-size: 100% 100%;
      font-size: 18px;
      padding: 21px 0;
   }
}

/* --- --- */
/*
 * FAQ
*=============================================*/
/* --- --- */
#faq_contents {
   padding: 120px 0 210px;
}

#faq_contents .qa_list {
   counter-reset: count;
   padding-top: 30px;
}

#faq_contents .qa_list dl {
   background-color: #FFE603;
   margin-top: 45px;
   padding: 20px 55px 30px;
}

#faq_contents .qa_list dl dt {
   padding: 4px 0 15px 80px;
   position: relative;
}

#faq_contents .qa_list dl dt:before {
   content: "Q"counter(count);
   counter-increment: count;
   font-family: century-old-style-std, serif;
   font-weight: 400;
   font-size: 36px;
   line-height: 36px;
   letter-spacing: 0;
   position: absolute;
   top: 0;
   left: 0;
}

#faq_contents .qa_list dl dd {
   display: flex;
   align-items: center;
   min-height: 40px;
   background-color: #fff;
   padding: 20px 20px 20px 80px;
   position: relative;
}

#faq_contents .qa_list dl dd:before {
   content: 'A';
   display: flex;
   align-items: center;
   width: 45px;
   color: #EA1900;
   font-family: century-old-style-std, serif;
   font-weight: 400;
   font-size: 36px;
   line-height: 36px;
   letter-spacing: 0;
   border-right: 1px solid #000;
   position: absolute;
   top: 20px;
   bottom: 20px;
   left: 20px;
}

@media screen and (max-width: 767px) {
   #faq_contents {
      padding: 80px 0;
   }

   #faq_contents .qa_list {
      padding-top: 0;
   }

   #faq_contents .qa_list dl {
      margin-top: 30px;
      padding: 20px 20px;
   }

   #faq_contents .qa_list dl dt {
      font-size: 20px;
      padding-top: 0;
      padding-left: 50px;
   }

   #faq_contents .qa_list dl dt:before {
      font-size: 30px;
      line-height: 30px;
      top: 2px;
   }

   #faq_contents .qa_list dl dd {
      padding-left: 50px;
   }

   #faq_contents .qa_list dl dd:before {
      width: auto;
      font-size: 30px;
      line-height: 30px;
      padding: 0 10px;
      left: 0;
   }
}

/* --- --- */
/*
 * Company
*=============================================*/
/* --- --- */
#company_profile {
   padding: 180px 0 150px;
}

#company_profile .time {
   display: flex;
   flex-wrap: wrap;
   position: relative;
}

#company_profile .time+.time {
   border-top: 1px dashed #000;
   padding-top: 20px;
}

#company_profile .time span {
   display: block;
   width: 385px;
}

#company_profile .time small {
   font-size: 18px;
}

#company_profile .txt {
   padding-top: 35px;
}

#company_profile .txt span {
   display: inline-block;
   color: #fff;
   padding: 7px 20px 6px;
   margin-right: 10px;
}

#company_profile .txt .bg-green {
   background-color: #00db00;
}

#company_profile .txt .bg-yellow {
   background-color: #ffb700;
   margin-left: 30px;
}

#company_profile .map {
   width: 100%;
   padding-top: 455px;
   margin-top: 100px;
   position: relative;
}

#company_profile .map iframe {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 991px) {
   #company_profile .time span {
      width: 295px;
   }

   #company_profile .txt .bg-yellow {
      margin-top: 20px;
      margin-left: 0;
   }
}

@media screen and (max-width: 767px) {
   #company_profile {
      padding: 70px 0;
   }

   #company_profile .tb-style {
      font-size: 18px;
   }

   #company_profile .time {
      line-height: 30px;
      padding: 10px 0;
   }

   #company_profile .time+.time {
      padding: 10px 0 0;
   }

   #company_profile .time span {
      width: 190px;
   }

   #company_profile .time small {
      font-size: 14px;
   }

   #company_profile .txt {
      font-size: 16px;
   }

   #company_profile .map {
      padding-top: 100%;
      margin-top: 40px;
   }
}

/* --- --- */
#staff {
   background: url("../img/bg_green.jpg") repeat center top;
   margin-top: 385px;
   padding: 0 0 390px;
   position: relative;
}

#staff:before {
   content: '';
   width: 100%;
   height: 385px;
   background: url("../img/company/staff_bg.png") no-repeat center top;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#staff .wrap {
   z-index: 1;
}

#staff h2 {
   padding-top: 35px;
   position: relative;
}

#staff h2:before {
   content: '';
   width: 69px;
   height: 27px;
   background: url("../img/ttl_deco_wh.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}

#staff h2 .bg {
   display: block;
   width: 500px;
   background-color: #f8f036;
   border-radius: 100px;
   margin: 5px auto 0;
   padding: 29px 0;
}

#staff .box {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end;
   padding-top: 140px;
}

#staff .box+.box {
   padding-top: 80px;
}

#staff .box .photo {
   width: 372px;
   position: relative;
}

#staff .box .col-content {
   background: url("../img/company/staff_box_bg.png") no-repeat center/cover;
   width: 767px;
   box-sizing: border-box;
   padding: 82px 85px;
   margin-left: 61px;
   position: relative;
}

#staff .box dl {
   display: table;
   width: 100%;
}

#staff .box dl>* {
   display: table-cell;
   vertical-align: middle;
}

#staff .box dl dt {
   width: 180px;
}

#staff .box dl dd {
   border-left: 1px solid;
   padding-left: 45px;
}

#staff .box .desc {
   line-height: 33px;
   padding-top: 60px;
}

#staff .box.img_r .photo {
   order: 2;
   margin-left: 61px;
}

#staff .box.img_r .col-content {
   order: 1;
   margin-left: 0;
}

#staff .box1 .photo:after {
   content: '';
   width: 505px;
   height: 200px;
   background: url("../img/company/staff_deco2.png") no-repeat center top/cover;
   position: absolute;
   bottom: -10px;
   left: -115px;
}

#staff .box1 .col-content:before {
   content: '';
   width: 140px;
   height: 126px;
   background: url("../img/company/staff_deco1.png") no-repeat center top/cover;
   position: absolute;
   top: -65px;
   right: -45px;
   z-index: -1;
}

#staff .box2 .photo:before {
   content: '';
   width: 135px;
   height: 135px;
   background-color: #f8f036;
   position: absolute;
   top: 30px;
   right: -50px;
   z-index: -1;
}

#staff .box2 .photo:after {
   content: '';
   width: 120px;
   height: 126px;
   background: url("../img/company/staff_deco2_1.png") no-repeat center top/cover;
   position: absolute;
   bottom: -15px;
   left: -30px;
}

#staff .box2 .col-content:before {
   content: '';
   width: 82px;
   height: 82px;
   background-color: #ffb700;
   position: absolute;
   bottom: -40px;
   left: -40px;
   z-index: -1;
}

#staff .box3 .photo:before {
   content: '';
   width: 102px;
   height: 86px;
   background: url("../img/company/staff_deco4.png") no-repeat center top/cover;
   position: absolute;
   bottom: 40px;
   left: -40px;
   z-index: -1;
}

#staff .box3 .col-content:before {
   content: '';
   width: 150px;
   height: 163px;
   background: url("../img/company/staff_deco3.png") no-repeat center top/cover;
   position: absolute;
   top: 40px;
   right: -185px;
   z-index: -1;
}

#staff .box4 .photo:after {
   content: '';
   width: 197px;
   height: 136px;
   background: url("../img/company/staff_deco5.png") no-repeat center top/cover;
   position: absolute;
   bottom: -60px;
   left: -50px;
}

#staff .box4 .col-content:before {
   content: '';
   width: 138px;
   height: 132px;
   background: url("../img/company/staff_deco6.png") no-repeat center top/cover;
   position: absolute;
   bottom: -75px;
   left: -105px;
   z-index: -1;
}

#staff .box5 .photo:after {
   content: '';
   width: 505px;
   height: 200px;
   background: url("../img/company/staff_deco2.png") no-repeat center top/cover;
   position: absolute;
   bottom: -10px;
   left: -115px;
}

#staff .box5 .col-content:before {
   content: '';
   width: 140px;
   height: 126px;
   background: url("../img/company/staff_deco1.png") no-repeat center top/cover;
   position: absolute;
   top: -65px;
   right: -45px;
   z-index: -1;
}

@media screen and (max-width: 1440px) {
   #staff .box .col-content {
      width: calc(100% - 433px);
      background-size: 100% 100%;
      padding: 40px 20px;
   }

   #staff .box .desc {
      padding-top: 40px;
   }
}

@media screen and (max-width: 991px) {
   #staff .box {
      display: block;
   }

   #staff .box .photo {
      margin: 0 auto;
   }

   #staff .box .col-content {
      width: 720px;
      margin: 40px auto 0;
   }

   #staff .box.img_r .photo {
      margin: 0 auto;
   }

   #staff .box.img_r .col-content {
      margin: 40px auto 0;
   }
}

@media screen and (max-width: 767px) {
   #staff {
      margin-top: 120px;
      padding-bottom: 100px;
   }

   #staff:before {
      height: 120px;
   }

   #staff h2 .bg {
      width: 100%;
      padding: 22px 0;
   }

   #staff .box {
      padding-top: 70px;
   }

   #staff .box+.box {
      padding-top: 40px;
   }

   #staff .box .photo {
      width: 100%;
   }

   #staff .box .col-content {
      width: 100%;
      margin: 20px auto 0;
   }

   #staff .box dl {
      display: block;
   }

   #staff .box dl>* {
      display: block;
   }

   #staff .box dl dt {
      width: auto;
      text-align: center;
      padding-bottom: 10px;
   }

   #staff .box dl dd {
      font-size: 18px;
      border-top: 1px solid;
      border-left: 0;
      padding: 10px 0 0;
   }

   #staff .box .desc {
      padding-top: 15px;
   }

   #staff .box.img_r .col-content {
      margin: 20px auto 0;
   }
}

/* --- --- */
/*
 * RECRUIT
*=============================================*/
/* --- --- */
#recruit_list {
   padding: 215px 0 330px;
}

#recruit_list h2 {
   padding-top: 35px;
   position: relative;
}

#recruit_list h2:before {
   content: '';
   width: 68px;
   height: 27px;
   background: url("../img/ttl_deco_green.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}

#recruit_list h2 small {
   color: #999;
}

#recruit_list .box {
   background: url("../img/recruit/recruit_bg.png") no-repeat center top/100% 100%;
   margin-top: 50px;
   padding: 60px 100px 145px;
}

#recruit_list .box h3 {
   background: url("../img/recruit/recruitl_bg_tt.png") no-repeat center top/100% 100%;
   text-align: center;
   color: #fff;
   padding: 12px 0 11px;
}

#recruit_list .box h3:not(:first-of-type) {
   margin-top: 105px;
}

#recruit_list .box .tb-style {
   line-height: 34px;
   padding-top: 50px;
}

#recruit_list .box .tb-style small {
   font-size: 18px;
}

#recruit_list .box .tb-style dl:last-child {
   border-bottom: 0;
   padding-bottom: 0;
}

#recruit_list .box .tb-style dl dt {
   width: 270px;
   padding-left: 10px;
}

#recruit_list .box .tb-style ul li {
   padding-left: 24px;
   position: relative;
}

#recruit_list .box .tb-style ul li:before {
   content: '●';
   color: #55c800;
   position: absolute;
   top: 1px;
   left: 0;
}

@media screen and (max-width: 991px) {
   #recruit_list .box {
      padding: 50px 50px;
   }

   #recruit_list .box .tb-style dl dt {
      width: 190px;
   }
}

@media screen and (max-width: 767px) {
   #recruit_list {
      padding: 100px 0;
   }

   #recruit_list .box {
      margin-top: 30px;
      padding: 40px 20px;
   }

   #recruit_list .box h3:not(:first-of-type) {
      margin-top: 50px;
   }

   #recruit_list .box .tb-style {
      font-size: 18px;
      line-height: 30px;
      padding-top: 30px;
   }

   #recruit_list .box .tb-style small{
      font-size: 14px;
   }

   #recruit_list .box .tb-style dl dt {
      width: auto;
      padding-left: 0;
   }

   #recruit_list .box .tb-style ul li {
      padding-left: 18px;
   }
}

/* --- --- */
/*
 * Post Type
*=============================================*/
/* --- --- */
.wp-pagenavi {
   display: flex;
   justify-content: center;
   align-items: center;
   padding-top: 115px;
}

.wp-pagenavi>*:not(.previouspostslink, .nextpostslink) {
   display: block;
   width: 45px;
   font-weight: 900;
   font-size: 24px;
   line-height: 25px;
   letter-spacing: 0;
   color: #00db00;
   background-color: transparent;
   border-radius: 50%;
   box-sizing: border-box;
   text-align: center;
   padding: 10px 0;
   margin: 0 10px;
}

.wp-pagenavi>*:not(.previouspostslink, .nextpostslink).current,
.wp-pagenavi>*:not(.previouspostslink, .nextpostslink):hover {
   background-color: #00db00;
   color: #fff;
   opacity: 1;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
   width: 45px;
   height: 45px;
   color: transparent;
   position: relative;
}

.wp-pagenavi .previouspostslink:after {
   content: '';
   width: 0;
   height: 0;
   border-top: 11px solid transparent;
   border-right: 20px solid #00db00;
   border-bottom: 11px solid transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.wp-pagenavi .nextpostslink:after {
   content: '';
   width: 0;
   height: 0;
   border-top: 11px solid transparent;
   border-left: 20px solid #00db00;
   border-bottom: 11px solid transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.wp-pagenavi .current {
   background-color: #00db00;
   color: #fff;
   pointer-events: none;
}

@media screen and (max-width: 767px) {
   .wp-pagenavi {
      padding-top: 70px;
   }

   .wp-pagenavi>*:not(.previouspostslink, .nextpostslink) {
      width: 35px;
      font-size: 18px;
      padding: 5px 0;
      margin: 0 5px;
   }

   .wp-pagenavi .previouspostslink,
   .wp-pagenavi .nextpostslink {
      width: 35px;
      height: 35px;
   }
}

/* -- -- */
.cpt-template {
   padding: 160px 0 200px;
}

@media screen and (max-width: 767px) {
   .cpt-template {
      padding: 100px 0;
   }
}

/* -- -- */
.news-list {
   position: relative;
}

.news-list .item {
   display: table;
   width: 100%;
   box-sizing: border-box;
}

.news-list .item+.item {
   margin-top: 70px;
}

.news-list .item>* {
   display: table-cell;
   vertical-align: top;
}

.news-list .item .photo {
   width: 545px;
}

.news-list .item .photo a {
   display: block;
   padding-top: 60%;
   position: relative;
}

.news-list .item .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.news-list .item .item_content {
   padding-left: 35px;
}

.news-list .item .ttl {
   border-top: 24px solid #00db00;
   padding-top: 50px;
}

.news-list .item .ttl a {
   max-height: 29px;
   overflow: hidden;
   display: block;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

.news-list .item .desc {
   line-height: 50px;
   margin-top: 50px;
   max-height: 150px;
   overflow: hidden;
   display: block;
   -webkit-line-clamp: 3;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

@media screen and (max-width: 1440px) {
   .news-list .item .photo {
      width: 45%;
   }
}

@media screen and (max-width: 767px) {
   .news-list .item {
      display: block;
   }

   .news-list .item+.item {
      margin-top: 50px;
   }

   .news-list .item>* {
      display: block;
   }

   .news-list .item .photo {
      width: 100%;
   }

   .news-list .item .item_content {
      padding-top: 30px;
      padding-left: 0;
   }

   .news-list .item .ttl {
      font-size: 18px;
      border-top-width: 14px;
      padding-top: 20px;
   }

   .news-list .item .ttl a {
      max-height: 58px;
      -webkit-line-clamp: 2;
   }

   .news-list .item .desc {
      line-height: 25px;
      max-height: 75px;
      margin-top: 20px;
   }
}

/* -- -- */
/*
 * Post Detail
 *=============================================*/
#cpt-detail .the_title {}

#cpt-detail .date {
   font-size: 16px;
   padding-bottom: 20px;
}

#cpt-detail .featured_img {
   text-align: center;
}

#cpt-detail .the_content {
   padding-top: 20px;
}

#cpt-detail .the_content h2 {
   font-weight: 700;
   font-size: 24px;
   line-height: 36px;
   letter-spacing: 0;
   margin: 40px 0 20px;
}

#cpt-detail .the_content h3 {
   font-weight: 500;
   font-size: 22px;
   line-height: 36px;
   letter-spacing: 0;
   margin: 40px 0 20px;
}

#cpt-detail .the_content h4 {
   font-weight: 500;
   font-size: 20px;
   line-height: 36px;
   letter-spacing: 0;
   margin: 40px 0 20px;
}

#cpt-detail .the_content p img {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

#cpt-detail .the_content p img.aligncenter {
   display: block;
   margin: 0 auto;
}

#cpt-detail .the_content p img.alignright {
   display: block;
   margin-left: auto;
}

#cpt-detail .the_content p img:last-child {
   margin-right: 0;
}

#cpt-detail .post-btn {
   width: 80px;
   line-height: 30px;
   text-align: center;
   margin: 90px auto 0;
   padding: 0 40px;
   position: relative;
	box-sizing: content-box;
}

#cpt-detail .post-btn a {
   display: inline-block;
   background-color: #00db00;
   color: #fff;
   padding: 0 10px;
}

#cpt-detail .post-btn a:hover {
   background-color: #000;
   opacity: 1;
}

#cpt-detail .post-btn .prev {
   width: 30px;
   position: absolute;
   top: 0;
   left: 0;
}

#cpt-detail .post-btn .prev a {
   display: block;
   padding: 0;
}

#cpt-detail .post-btn .next {
   width: 30px;
   position: absolute;
   top: 0;
   right: 0;
}

#cpt-detail .post-btn .next a {
   display: block;
   padding: 0;
}

@media screen and (max-width: 767px) {
   #cpt-detail .date {
      display: block;
   }

   #cpt-detail .the_content {
      padding-top: 10px;
   }

   #cpt-detail .the_content h2 {
      font-size: 20px;
      margin: 30px 0 15px;
   }

   #cpt-detail .the_content h3 {
      font-size: 18px;
      margin: 30px 0 15px;
   }

   #cpt-detail .the_content h4 {
      font-size: 16px;
      margin: 30px 0 15px;
   }

   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto;
   }

   #cpt-detail .post-btn {
      margin-top: 50px;
   }
}

/* -- -- */
/*
 * Contact
 *=============================================*/
/* -- -- */
.select {
   display: flex;
   width: 100%;
   border: 1px solid #e6e6e6;
   background-color: #fff;
   position: relative;
}

.select .error {
   display: block;
   position: absolute;
   top: 100%;
   left: 0;
}

.select .wpcf7-form-control-wrap {
   display: block;
   flex: 1;
}

.select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   border: 0;
   box-shadow: none;
   font-weight: 500;
   font-size: 16px;
   line-height: 30px;
   padding: 10px 50px 10px 15px;
   color: #000;
   background: transparent;
   border: 0;
   cursor: pointer;
}

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

.select::after {
   content: '';
   background: url("../img/contact/select-arrow.png") no-repeat center top/cover;
   width: 45px;
   height: 52px;
   position: absolute;
   top: 50%;
   right: 0;
   pointer-events: none;
   transform: translateY(-50%);
}

#mailform {
   padding: 180px 0 140px;
   position: relative;
}

#mailform h2 {
   padding-top: 35px;
   position: relative;
   z-index: 1;
}

#mailform h2:before {
   content: '';
   width: 68px;
   height: 26px;
   background: url("../img/contact/ttl_deco.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}

#mailform h2 small {
   color: #999;
   padding-bottom: 10px;
}

#mailform h2 .bg {
   display: block;
   background: url("../img/contact/ttl_bg.png") no-repeat center top/cover;
   width: 452px;
   color: #fff;
   text-align: center;
   margin: 0 auto;
   padding: 11px 0;
}

#mailform .photo_l {
   width: 228px;
   position: absolute;
   top: -107px;
   left: 110px;
}

#mailform .photo_r {
   width: 259px;
   position: absolute;
   top: -107px;
   right: 110px;
}

#mailform ::-webkit-input-placeholder {
   color: #cad6dd;
}

#mailform ::-moz-placeholder {
   color: #cad6dd;
}

#mailform :-ms-input-placeholder {
   color: #cad6dd;
}

#mailform :-moz-placeholder {
   color: #cad6dd;
}

#mailform input[type="text"],
#mailform input[type="tel"],
#mailform input[type="email"],
#mailform input[type="date"],
#mailform textarea {
   width: 100%;
   background-color: #fff;
   border: 1px solid #e6e6e6;
   color: #000;
   font-weight: 500;
   font-size: 16px;
   line-height: 30px;
   border-radius: 0 !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 9px 30px 9px 15px;
}

#mailform textarea {
   height: 140px;
   resize: vertical;
}

#mailform .mwform-radio-field {
   display: block;
   font-weight: 900;
   font-size: 18px;
   line-height: 32px;
   letter-spacing: 0;
   position: relative;
}

#mailform .mwform-radio-field+.mwform-radio-field {
   margin-left: 0;
}

#mailform .mwform-radio-field label {
   font-weight: 900;
}

#mailform .mwform-radio-field input {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
}

#mailform .mwform-radio-field .mwform-radio-field-text {
   cursor: pointer;
   padding-left: 30px;
   position: relative;
}

#mailform .mwform-radio-field .mwform-radio-field-text:before {
   content: '';
   width: 20px;
   height: 20px;
   background-color: #fff;
   border-radius: 50%;
   position: absolute;
   top: 2px;
   left: 0;
}

#mailform .mwform-radio-field .mwform-radio-field-text:after {
   content: '';
   display: none;
   width: 10px;
   height: 10px;
   background-color: #ed1c24;
   border-radius: 50%;
   position: absolute;
   top: 7px;
   left: 5px;
}

#mailform .mwform-radio-field input:checked~.mwform-radio-field-text:after {
   display: block;
}

#mailform .error {
   color: #ed1c24;
   font-size: 12px;
   line-height: 1;
   padding-top: 5px;
}

#mailform .form-input {
   background: url("../img/contact/form_bg.png") no-repeat center/100% 100%;
   color: #fff;
   margin-top: 45px;
   padding: 100px 20px;
}

#mailform .form-input dl {
   display: table;
   width: 735px;
   box-sizing: border-box;
   margin: 0 auto;
   padding-bottom: 20px;
}

#mailform .form-input dl+dl {
   border-top: 1px solid #fff;
   padding-top: 20px;
}

#mailform .form-input dl>* {
   display: table-cell;
   vertical-align: top;
   text-align: left;
}

#mailform .form-input dl dt {
   width: 280px;
   box-sizing: border-box;
   font-weight: 900;
   font-size: 24px;
   line-height: 32px;
   letter-spacing: 0;
   padding: 10px 0 0;
   position: relative;
}

#mailform .form-input dl dt small {
   font-weight: inherit;
   color: #CC0000;
}

#mailform .form-input dl dd {
   padding-right: 100px;
   position: relative;
}

#mailform .form-input .icon {
   position: relative;
}

#mailform .form-input .icon .error:before {
   content: '';
   width: 16px;
   height: 16px;
   background: url('../img/error_icon.svg') no-repeat center top / cover;
   position: absolute;
   top: 17px;
   right: 10px;
   opacity: 0;
}
#mailform .form-input .icon .error:before {
   opacity: 1;
}
#mailform .form-input dl dd .note {
   color: #ed1c24;
   font-size: 12px;
   padding-top: 5px;
}

#mailform .form-privacy {
   text-align: center;
   padding-top: 20px;
}

#mailform .form-privacy .inr {
   display: inline-block;
   padding-left: 30px;
   position: relative;
}

#mailform .form-privacy a {
   color: #ed1c24;
   border-bottom: 1px solid #ed1c24;
}

#mailform .form-privacy a:hover {
   border-bottom-color: transparent;
   opacity: 1;
}

#mailform .form-privacy .mwform-checkbox-field {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   font-weight: 500;
   position: absolute;
   top: 0;
   left: 0;
}

#mailform .form-privacy .mwform-checkbox-field input {
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
}

#mailform .form-privacy .mwform-checkbox-field .mwform-checkbox-field-text {
   display: block;
   width: 20px;
   height: 20px;
   color: transparent;
   border: 1px solid #808080;
   box-sizing: border-box;
   background-color: #fff;
   overflow: hidden;
   cursor: pointer;
   position: relative;
}

#mailform .form-privacy .mwform-checkbox-field .mwform-checkbox-field-text:after {
   content: '';
   display: none;
   position: absolute;
   left: 5px;
   top: 1px;
   width: 5px;
   height: 10px;
   border: solid #808080;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

#mailform .form-privacy .mwform-checkbox-field input:checked~.mwform-checkbox-field-text:after {
   display: block;
}

#mailform .form-privacy .error {
   position: absolute;
   top: 30px;
   left: 0;
}

#mailform .form-btn {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   padding-top: 95px;
}

#mailform .form-btn>* {
   display: block;
   width: 225px;
   background-color: #ed1c24;
   border: 0;
   color: #fff;
   text-align: center;
   border-radius: 100px;
   font-weight: 900;
   font-size: 18px;
   line-height: 32px;
   letter-spacing: 0;
   cursor: pointer;
   transition: all 0.3s;
   margin: 5px;
   padding: 12px 0;
   position: relative;
}

#mailform .form-btn>*:after {
   content: '';
   display: inline-block;
   vertical-align: middle;
   width: 20px;
   height: 20px;
   background: url("../img/contact/arrow.svg") no-repeat center top/cover;
   margin-left: 30px;
   position: relative;
   top: -2px;
   transition: all 0.3s;
}

#mailform .form-btn>*:hover {
   background-color: #edb72b;
}

#mailform .form-btn button[name="mwform_bsubmit-786"] {
   background-color: #edb72b;
}

.mw_wp_form_confirm #mailform .form-input dl dt {
   padding-top: 0;
}

.mw_wp_form_confirm #mailform .form-input dl dd {
   word-break: break-all;
}

.mw_wp_form_confirm #mailform .form-input dl dd .note {
   display: none;
}

.mw_wp_form_confirm #mailform .select {
   background-color: transparent;
   border: 0;
}

.mw_wp_form_confirm #mailform .select:after {
   display: none;
}

.mw_wp_form_confirm #mailform .form-privacy {
   display: none;
}

@media screen and (max-width: 991px) {
   #mailform .photo_l {
      left: 0;
   }

   #mailform .photo_r {
      right: 0;
   }

   #mailform .form-input dl {
      width: 100%;
   }

   #mailform .form-input dl dd {
      padding-right: 0;
   }
}

@media screen and (max-width: 767px) {
   #mailform {
      padding: 100px 0;
   }

   #mailform h2 .bg {
      width: 100%;
      background-size: 100% 100%;
   }

   #mailform .photo_l {
      width: 111px;
      top: 110px;
   }

   #mailform .photo_r {
      width: 126px;
      top: 110px;
   }

   #mailform .form-input {
      background-size: cover;
      padding: 50px 20px;
      margin-top: 120px;
   }

   #mailform .form-input dl {
      display: block;
   }

   #mailform .form-input dl+dl {
      padding-top: 20px;
   }

   #mailform .form-input dl>* {
      display: block;
   }

   #mailform .form-input dl dt {
      width: auto;
      font-size: 20px;
      padding: 0 0 10px;
   }

   #mailform .form-btn {
      padding-top: 55px;
   }
}

/* -- -- */
#txt_thanks {
   text-align: center;
   padding: 120px 0;
}

#txt_thanks h2 {
   border-bottom: 0;
   padding-bottom: 50px;
}

#txt_thanks h2 strong {
   font-size: 42px;
   line-height: 1;
}

#txt_thanks p {
   padding-bottom: 40px;
}

#txt_thanks p:last-child {
   padding-bottom: 0;
}

@media screen and (max-width: 767px) {
   #txt_thanks {
      text-align: left;
      padding: 70px 0;
   }

   #txt_thanks h2 {
      text-align: center;
      padding-bottom: 20px;
   }

   #txt_thanks h2 strong {
      font-size: 36px;
   }

   #txt_thanks p {
      font-size: 14px;
      padding-bottom: 20px;
   }

   #txt_thanks p:last-child {
      text-align: center;
      padding-bottom: 0px;
   }
}

/* --- --- */
/*
 * 404
 *=============================================*/
#content-404 {
   text-align: center;
   padding: 150px 0;
}

#content-404 h2 small {
   color: #999;
}

#content-404 .txt {
   padding-top: 50px;
}

#content-404 .btn-s {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 80px 0 100px;
   }

   #content-404 h2 strong {
      font-size: 36px;
   }

   #content-404 .txt {
      padding-top: 20px;
   }
}

/* --- --- */