@charset "UTF-8";

/* 
 * Custom
*=============================================*/
/* heading*/
.h2 {
   text-align: center;
   position: relative;
   padding: 85px 0 75px;
}

.h2:before {
   content: '';
   width: 332px;
   height: 88px;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}

.h2 small {
   display: block;
   font-weight: bold;
   font-size: 25px;
   line-height: 28px;
   letter-spacing: 0.05em;
}

.h2 strong {
   display: block;
   font-family: 'BarlowCondensed-SemiBold', sans-serif;
   font-weight: 600;
   font-size: 50px;
   line-height: 116px;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   padding-bottom: 10px;
   position: relative;
}

.h2 strong:before {
   content: '';
   width: 120px;
   height: 6px;
   border-top: 2px solid #000;
   border-bottom: 2px solid #000;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}

.h2.brown {
   background: url("../img/ttl-bg_1.png") no-repeat center bottom/507px 249px;
}

.h2.brown:before {
   background: url("../img/ttl-deco1.svg") no-repeat center top/cover;
}

.h2.green {
   background: url("../img/ttl-bg_2.png") no-repeat center bottom/507px 249px;
}

.h2.green:before {
   background: url("../img/ttl-deco2.svg") no-repeat center top/cover;
}

.h2.green strong:before {
   border-color: #008fa7;
}

.h2.white {
   background: url("../img/ttl-bg_3.png") no-repeat center bottom/507px 249px;
   color: #fff;
}

.h2.white:before {
   background: url("../img/ttl-deco1.svg") no-repeat center top/cover;
}

.h2.white strong:before {
   border-color: #fff;
}

.h2.white1 {
   background: url("../img/ttl-bg_2.png") no-repeat center bottom/507px 249px;
}

.h2.white1:before {
   background: url("../img/ttl-deco1.svg") no-repeat center top/cover;
}

.h2.white1 strong:before {
   border-color: #008fa7;
}

.s-ttl24 {
   font-weight: 500;
   font-size: 24px;
   line-height: 28px;
   letter-spacing: 0;
}

@media screen and (max-width: 1240px) {
   .h2 {
      padding: 70px 0;
   }

   .h2:before {
      width: 282px;
      height: 75px;
   }

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

   .h2 strong {
      font-size: 90px;
      line-height: 100px;
   }

   .h2.brown {
      background-size: 450px 222px;
   }

   .h2.green {
      background-size: 450px 222px;
   }

   .h2.white {
      background-size: 450px 222px;
   }

   .h2.white1 {
      background-size: 450px 222px;
   }

   .s-ttl24 {
      font-size: 22px;
   }
}

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

   .h2:before {
      width: 220px;
      height: 58px;
   }

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

   .h2 strong {
      font-size: 70px;
      line-height: 70px;
      padding: 5px 0 15px;
   }

   .h2.brown {
      background-size: 400px 196px;
   }

   .h2.green {
      background-size: 400px 196px;
   }

   .h2.white {
      background-size: 400px 196px;
   }

   .h2.white1 {
      background-size: 400px 196px;
   }

   .s-ttl24 {
      font-size: 20px;
   }
}

@media screen and (max-width: 767px) {
   .h2 {
      padding: 50px 0 40px;
   }

   .h2:before {
      width: 180px;
      height: 48px;
   }

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

   .h2 strong {
      font-size: 50px;
      line-height: 50px;
      padding: 0 0 15px;
   }

   .h2 strong:before {
      width: 60px;
   }

   .h2.brown {
      background-size: 300px 148px;
   }

   .h2.green {
      background-size: 300px 148px;
   }

   .h2.white {
      background-size: 300px 148px;
   }

   .h2.white1 {
      background-size: 300px 148px;
   }

   .s-ttl24 {
      font-size: 18px;
   }
}

/* button */
.btn-style a {
   display: inline-block;
   width: 312px;
   background-color: #00364e;
   color: #fff;
   font-weight: 500;
   font-size: 24px;
   line-height: 28px;
   letter-spacing: 0;
   text-align: center;
   border-radius: 50px;
   overflow: hidden;
   transition: all 0s;
   padding: 16px 0;
   position: relative;
   z-index: 1;
}

.btn-style a:before {
   content: "";
   background-color: #008fa7;
   height: 100%;
   width: 100%;
   border-radius: 50px;
   transform: scale(0, 1);
   transition: transform .3s;
   transform-origin: right top;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}

.btn-style a:after {
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
   background: url("../img/arrow-right_white.svg") no-repeat center top/cover;
   margin-left: 30px;
   position: relative;
   top: 2px;
}

.btn-style a:hover {
   opacity: 1;
   background-color: #008fa7;
   transition-delay: 0.3s;
}

.btn-style a:hover:before {
   transform-origin: left top;
   transform: scale(1, 1);
}

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

   .btn-style a:after {
      width: 18px;
      height: 18px;
      margin-left: 20px;
   }
}

/* breadcrumb */
#bread {
   padding: 19px 0;
}

#bread ul {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   font-size: 13px;
   line-height: 22px;
}

#bread ul li+li:before {
   content: ">";
   display: inline-block;
   padding: 0 10px;
}

@media screen and (max-width: 767px) {
   #bread {
      overflow-x: auto;
   }

   #bread ul {
      width: max-content;
      margin: 0 auto;
      font-size: 12px;
   }
}

.txt-underline {
   text-decoration: underline;
}

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

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

/* -- -- */
.color-red {
   color: #D83232;
}

.color-green {
   color: #00364e;
}

/* -- -- */
.fw-b {
   font-weight: bold;
}

/* -- -- */
.mt50 {
   margin-top: 50px;
}

@media screen and (max-width: 767px) {
   .mt50 {
      margin-top: 30px;
   }
}

/* -- -- */
.pt50 {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   .pt50 {
      padding-top: 30px;
   }
}

/* -- -- */
.box-wh_ {
   background-color: #fff;
   border: 20px solid #fff;
   border-image: url("../img/box-line.png") 15/20px 20px 20px 20px/20px 20px 20px 20px round;
   box-sizing: border-box;
   position: relative;
}

@media screen and (max-width: 767px) {
   .box-wh_ {
      border-image: url("../img/box-line.png") 24/15px 15px 15px 15px/15px 15px 15px 15px round;
   }
}

/* -- -- */
/*
 * Home
*=============================================*/
/* -- -- */
@-webkit-keyframes sdb05 {
   0% {
      height: 0;
      opacity: 0;
   }

   50% {
      opacity: 1;
   }

   100% {
      height: 100%;
      opacity: 0;
   }
}

@keyframes sdb05 {
   0% {
      height: 0;
      opacity: 0;
   }

   50% {
      opacity: 1;
   }

   100% {
      height: 100%;
      opacity: 0;
   }
}

/* -- -- */
#key {
   width: 100%;
   height: 70vh;
   background-blend-mode: multiply;
   box-sizing: border-box;
   color: #fff;
   margin-bottom: 195px;
   position: relative;
}

#key:before {
   content: '';
   width: 100%;
   height: 195px;
   background-image: url(../img/common/body-bg.jpg);
   background-color: #008fa7;
   background-blend-mode: multiply;
   position: absolute;
   top: 100%;
   left: 0;
}

#key:after {
   content: '';
   width: 100%;
   height: 78%;
   background-blend-mode: multiply;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#key .wrap {
   height: 100%;
}

#key .btn-scroll {
   font-size: 10px;
   line-height: 12px;
   letter-spacing: 0.1em;
   padding-bottom: 105px;
   position: absolute;
   bottom: -50px;
   left: 0;
   cursor: pointer;
   z-index: 1;
}

#key .btn-scroll .txt-vertical {
   display: block;
   width: 13px;
   height: 45px;
   cursor: pointer;
}

#key .btn-scroll .txt-vertical .txt-latin {
   letter-spacing: inherit;
   cursor: pointer;
}

#key .btn-scroll .line {
   width: 1px;
   height: 100px;
   position: absolute;
   left: 50%;
   bottom: 0;
}

#key .btn-scroll .line:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #fff;
   position: absolute;
   top: 0;
   left: 0;
   -webkit-animation: sdb05 2s infinite;
   animation: sdb05 2s infinite;
}

#key .news-box {
   width: 100%;
   position: absolute;
   bottom: 0;
   right: 0;
}

#key .news-box:before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   width: 50%;
   height: 100%;
   background-color: #0086CC;
}

#key .news-box .inner {
   display: table;
   box-sizing: border-box;
   width: 793px;
   background-color: #0086CC;
   margin-left: auto;
   padding: 14px 0;
   position: relative;
}

#key .news-box .inner>* {
   display: table-cell;
   vertical-align: middle;
   text-align: left;
}

#key .news-box .inner h2 {
   width: 120px;
   letter-spacing: 0.4em;
   font-weight: 700;
   padding-left: 90px;
   position: relative;
}

#key .news-box .inner h2:before {
   content: '';
   position: absolute;
   top: 50%;
   right: 0;
   width: 0;
   height: 26px;
   border-right: 1px solid #fff;
   transform: translateY(-50%);
}

#key .news-box .inner h2 span {
   color: rgba(255, 255, 255, 0.11);
   font-size: 66px;
   font-weight: bold;
   letter-spacing: 0.4em;
   line-height: 80px;
   position: absolute;
   top: 50%;
   left: 15px;
   transform: translateY(-50%);
}

#key .news-box .inner p {
   background: url(../img/home/arrow_circle_left.svg) no-repeat center right/54px 54px;
   letter-spacing: 0.1em;
   font-weight: 700;
}

#key .news-box .inner p a {
   display: -webkit-box;
   max-height: 26px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 1;
   padding-left: 20px;
   padding: 14px 60px 14px 12px;
}

#key .news-box .inner p a span {
   padding-left: 20px;
}

#key h1 {
   width: 100%;
   font-weight: bold;
   font-size: 45px;
   line-height: 54px;
   letter-spacing: 0.1em;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translate(0, -50%);
   z-index: 1;
}

#key h1 img {
   display: block;
   width: 328px;
   margin: 0 auto;
}

#key h1 strong {
   display: block;
   text-align: center;
   padding: 10px 0 30px;
   position: relative;
}

#key h1 strong:after {
   content: '';
   width: 120px;
   height: 6px;
   border-top: 2px solid #fff;
   border-bottom: 2px solid #fff;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}

body.home #key {
   margin-bottom: 0;
}

body.home #key:before {
   display: none;
}

@media screen and (max-width: 991px) {
   #key .btn-scroll {
      left: 0;
   }

   #key {
      margin-bottom: 120px;
   }

   #key:before {
      height: 120px;
   }

   #key h1 {
      font-size: 40px;
      line-height: 50px;
   }

   #key h1 img {
      width: 268px;
   }

   body.home #key {
      background-position: top right 5% !important;
   }
}

@media screen and (max-width: 767px) {
   #key {
      height: 50vh;
      margin-bottom: 0;
   }

   #key:before {
      display: none;
   }

   #key .btn-scroll {
      left: 15px;
   }

   #key h1 {
      font-size: 28px;
      line-height: 35px;
   }

   #key h1 img {
      width: 200px;
   }

   #key h1 strong {
      padding: 5px 0 20px;
   }

   #key h1 strong:after {
      width: 60px;
   }

   body.home #key {
      background-position: top right 10% !important;
   }
}

/* -- -- */
#news {
   background-image: url(../img/common/body-bg.jpg);
   background-color: #008fa7;
   background-blend-mode: multiply;
   padding: 150px 0 70px;
}

#news .box {
   display: table;
   width: 100%;
   max-width: 1015px;
   margin: 0 auto;
   background-color: #fff;
   border-radius: 100px;
   box-sizing: border-box;
   padding: 20px 75px;
}

#news .box h2 {
   display: table-cell;
   width: 170px;
   vertical-align: middle;
   color: #00364e;
   font-weight: bold;
   font-size: 26px;
   line-height: 32px;
   letter-spacing: 0.1em;
}

#news .box .list {
   display: table-cell;
   vertical-align: middle;
}

#news .box .list li {
   display: flex;
   flex-wrap: wrap;
   line-height: 25px;
   padding: 20px 0;
}

#news .box .list li+li {
   border-top: 1px solid #000;
}

#news .box .list li span {
   display: block;
   width: 120px;
   font-weight: bold;
}

#news .box .list li a {
   display: block;
   width: calc(100% - 120px);
   display: -webkit-box;
   max-height: 25px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 1;
   box-sizing: border-box;
   padding-right: 25px;
   position: relative;
}

#news .box .list li a:before {
   content: '';
   width: 20px;
   height: 20px;
   background: url("../img/arrow-right.svg") no-repeat center/cover;
   position: absolute;
   top: 50%;
   right: 5px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#news .box .list li a:hover:before {
   right: 0;
}

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

   #news .box {
      display: block;
      border-radius: 30px;
      padding: 30px;
   }

   #news .box h2 {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 20px;
   }

   #news .box .list {
      display: block;
      width: 100%;
   }

   #news .box .list li {
      display: block;
      padding: 10px 0;
   }

   #news .box .list li span {
      width: auto;
   }

   #news .box .list li a {
      width: 100%;
   }
}

/* -- -- */
#about {
   padding: 140px 0 260px;
}

#about h2 {
   margin-bottom: 100px;
}

#about .row {
   color: #fff;
   padding-top: 100px;
   position: relative;
}

#about .row:before {
   content: '';
   width: calc(50% + 600px);
   background-color: #008fa7;
   position: absolute;
   top: 0;
   bottom: 50px;
   left: 0;
}

#about .row h3 {
   width: 540px;
   font-weight: bold;
   font-size: 32px;
   line-height: 38px;
   letter-spacing: 0;
   border-bottom: 1px solid #fff;
   padding-bottom: 10px;
}

#about .row .box {
   display: flex;
   flex-wrap: wrap;
}

#about .row .box .col {
   width: 540px;
   order: 1;
}

#about .row .box .col h4 {
   padding-top: 15px;
}

#about .row .box .col .txt {
   padding: 45px 0;
}

#about .row .box .btn-style a {
   width: 240px;
   font-weight: bold;
   font-size: 18px;
   line-height: 22px;
   letter-spacing: 0;
   text-align: center;
   border-radius: 0;
   padding: 12px 0 13px;
}

#about .row .box .btn-style a:before {
   background-color: #000;
   border-radius: 0;
}

#about .row .box .btn-style a:after {
   margin-left: 15px;
}

#about .row .box .photo {
   width: 830px;
   margin-right: -210px;
   padding-left: 40px;
   order: 2;
}

@media screen and (max-width: 1600px) {
   #about .row {
      padding-bottom: 100px;
   }

   #about .row:before {
      bottom: 0;
   }

   #about .row h3 {
      width: 45%;
   }

   #about .row .box .col {
      width: 45%;
   }

   #about .row .box .photo {
      width: 52%;
      margin-right: -2%;
      padding-left: 5%;
   }
}

@media screen and (max-width: 1240px) {
   #about .row:before {
      width: calc(50% + 480px);
   }

   #about .row h3 {
      font-size: 28px;
   }

   #about .row .box .col .txt {
      padding: 25px 0;
   }
}

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

   #about h2 {
      margin-bottom: 50px;
   }

   #about .row {
      padding: 50px 0;
   }

   #about .row:before {
      width: 100%;
   }

   #about .row h3 {
      width: 100%;
      font-size: 26px;
   }

   #about .row .box {
      display: block;
      padding-top: 20px;
   }

   #about .row .box .col {
      width: 100%;
      text-align: center;
      padding-top: 20px;
   }

   #about .row .box .col .txt {
      padding: 15px 0 20px;
   }

   #about .row .box .photo {
      width: 100%;
      margin: 0;
      padding: 0;
   }
}

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

   #about h2 {
      margin-bottom: 30px;
   }

   #about .row:before {
      width: 100%;
   }

   #about .row h3 {
      font-size: 24px;
      text-align: center;
   }

   #about .row .box .col .txt {
      line-height: 30px;
   }

   #about .row .box .col .btn {
      text-align: center;
   }
}

/* -- -- */
#point {
   background: url("../img/home/point-bg.jpg") no-repeat center/cover;
   padding: 140px 0;
}

#point .slider {
   margin-top: 140px;
}

#point .slider .slick-arrow {
   width: 41px;
   height: 80px;
   border: 0;
   overflow: hidden;
   text-indent: -9999px;
   cursor: pointer;
   transition: all 0.3s;
   position: absolute;
   top: 45%;
   left: 50%;
   transform: translateY(-50%);
   z-index: 1;
}

#point .slider .slick-arrow.slick-prev {
   background: url("../img/home/point-sl_prev.png") no-repeat center top/cover;
   margin-left: -600px;
}

#point .slider .slick-arrow.slick-next {
   background: url("../img/home/point-sl_next.png") no-repeat center top/cover;
   margin-left: 560px;
}

#point .slider .slick-track {
   display: flex;
   flex-wrap: wrap;
}

#point .slider .slick-track:before,
#point .slider .slick-track:after {
   display: none;
}

#point .slider .slide {
   background: url("../img/home/point-slide_bg.png") no-repeat center top/100% 100%;
   width: 1042px;
   float: none;
   height: auto;
   box-sizing: border-box;
   margin: 0 50px;
   padding: 50px 70px;
   position: relative;
}

#point .slider .slide .box {
   width: 440px;
}

#point .slider .slide .box h3 {
   display: flex;
   align-items: center;
   color: #008fa7;
   font-weight: bold;
   font-size: 24px;
   line-height: 28px;
   letter-spacing: 0;
   border-bottom: 1px dashed #000;
}

#point .slider .slide .box h3 strong {
   color: #9b8c83;
   font-weight: normal;
   font-size: 61px;
   line-height: 70px;
   padding-right: 15px;
}

#point .slider .slide .box .txt {
   line-height: 28px;
   padding-top: 10px;
}

#point .slider .slide .photo {
   width: 573px;
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
}

#point .slider .slick-dots {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   padding-top: 60px;
}

#point .slider .slick-dots li {
   width: 19px;
   height: 19px;
   border-radius: 50%;
   background-color: #fff;
   margin: 0 10px;
   position: relative;
}

#point .slider .slick-dots li.slick-active {
   background-color: #008fa7;
}

#point .slider .slick-dots li button {
   display: block;
   width: 100%;
   height: 100%;
   opacity: 0;
   cursor: pointer;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 1240px) {
   #point .slider .slide {
      width: 800px;
      margin: 0 25px;
   }

   #point .slider .slide .box {
      width: 350px;
   }

   #point .slider .slide .photo {
      width: 400px;
   }

   #point .slider .slick-arrow.slick-prev {
      margin-left: -440px;
   }

   #point .slider .slick-arrow.slick-next {
      margin-left: 410px;
   }
}

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

   #point .slider {
      margin-top: 100px;
   }

   #point .slider .slide {
      padding: 40px;
   }

   #point .slider .slide .box {
      width: 100%;
   }

   #point .slider .slide .photo {
      width: 500px;
      margin: 0 auto;
      padding-top: 20px;
      position: static;
      transform: translateY(0);
   }

   #point .slider .slick-arrow.slick-prev {
      margin-left: 0;
      left: 30px;
   }

   #point .slider .slick-arrow.slick-next {
      margin-left: 0;
      right: 30px;
      left: auto;
   }
}

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

   #point .slider {
      margin-top: 50px;
      padding: 0 20px;
   }

   #point .slider .slick-list {
      overflow: inherit;
   }

   #point .slider .slide {
      background: #fff;
      padding: 15px;
      margin: 0 15px;
   }

   #point .slider .slide .box h3 {
      font-size: 20px;
      line-height: 40px;
      padding-bottom: 10px;
   }

   #point .slider .slide .box h3 strong {
      font-size: 40px;
      line-height: 40px;
      padding-right: 10px;
      position: relative;
      top: -3px;
   }

   #point .slider .slide .photo {
      width: 100%;
      padding-top: 10px;
   }

   #point .slider .slick-arrow {
      width: 20px;
      height: 40px;
   }

   #point .slider .slick-arrow.slick-prev {
      left: 10px;
   }

   #point .slider .slick-arrow.slick-next {
      right: 10px;
   }

   #point .slider .slick-dots {
      padding-top: 20px;
   }

   #point .slider .slick-dots li {
      width: 12px;
      height: 12px;
   }
}

/* -- -- */
#menu {
   background: url("../img/home/menu-bg.jpg") no-repeat center/cover;
   padding: 180px 0 435px;
}

#menu .deco1 {
   width: 262px;
   position: absolute;
   top: 90px;
   right: 30px;
}

#menu .deco2 {
   width: 262px;
   position: absolute;
   top: 90px;
   left: 30px;
}

#menu .box {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding-top: 90px;
}

#menu .box .col {
   display: flex;
   flex-direction: column;
   width: 580px;
   background: url("../img/home/menu-box_bg2.png") no-repeat center top/100% 100%;
   box-sizing: border-box;
   padding: 60px;
   margin-bottom: 55px;
   position: relative;
   transition: all 0.3s;
}

#menu .box .col dl {
   text-align: center;
}

#menu .box .col dl dt{
   text-align: center;
   padding-bottom: 5px;
}

#menu .box .col dl dt img {
   width: auto;
   height: 66px;
}

#menu .box .col dl dd {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   text-align: center;
   font-weight: 600;
   font-size: 35px;
   line-height: 42px;
   letter-spacing: 0;
   color: #00364e;
   border-bottom: 1px dashed #000;
   padding-bottom: 10px;
}

#menu .box .col dl dd img {
   width: auto;
   height: 41px;
   margin-right: 15px;
}
#menu .box .col .photo img{
   width: 100%;
}
#menu .box .col .txt {
   flex: auto;
   padding: 30px 0;
}
#menu .box .col:first-child dl dd{
   font-size: 40px;
   line-height: 48px;
}
#menu .box .col a{
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   text-indent: -999px;
   overflow: hidden;
}
#menu .box .col:hover{
   opacity: 0.7;
}
@media screen and (max-width: 1520px) {}
@media screen and (max-width: 1240px) {
   #menu .deco1 {
      width: 200px;
      top: 140px;
   }

   #menu .deco2 {
      width: 200px;
      top: 140px;
   }

   #menu .box .col {
      width: 48%;
      padding: 50px;
   }
   #menu .box .col dl dd{
      font-size: 26px;
   }
   #menu .box .col:first-child dl dd{
      font-size: 30px;
   }
}

@media screen and (max-width: 991px) {
   #menu {
      padding: 100px 0 300px;
   }

   #menu .deco1 {
      width: 160px;
      top: 160px;
      right: 20px;
   }

   #menu .deco2 {
      width: 160px;
      top: 160px;
      left: 20px;
   }

   #menu .box {
      padding-top: 60px;
   }

   #menu .box .col {
      padding: 30px;
   }
   #menu .box .col dl dt img{
      height: 35px;
   }
   #menu .box .col dl dd {
      font-size: 20px;
   }

   #menu .box .col dl dd img {
      height: 30px;
   }

   #menu .box .col:first-child dl dd {
      font-size: 24px;
   }
}

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

   #menu .deco1 {
      width: 120px;
      top: 120px;
      right: 5px;
   }

   #menu .deco2 {
      width: 120px;
      top: 120px;
      left: 5px;
   }

   #menu .box .col {
      display: block;
      width: 100%;
      padding: 20px;
   }

   #menu .box .col:last-child {
      margin-bottom: 0;
   }

   #menu .box .col dl dd {
      line-height: 32px;
   }

   #menu .box .col dl dd img {
      height: 25px;
      margin-right: 5px;
   }

   #menu .box .col .txt {
      padding: 15px 0;
   }

   #menu .box .col .photo {
      text-align: center;
   }

   #menu .box .col:first-child dl dd{
   }
}

/* -- -- */
#works {
   padding-bottom: 440px;
   position: relative;
   z-index: 1;
}

#works:before {
   content: '';
   background: url("https://shibata-toso.com/wp-content/uploads/worksbg.jpg") no-repeat center top/cover;
   position: absolute;
   top: -300px;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: -1;
}

#works .slider {
   padding-top: 50px;
}

#works .slider .slick-track {
   display: flex;
   flex-wrap: wrap;
}

#works .slider .slick-track:before,
#works .slider .slick-track:after {
   display: none;
}

#works .slider .slide {
   width: 380px;
   height: auto;
   float: none;
   background-color: #c9bdb7;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 50px 45px 60px;
   margin: 20px 15px;
   position: relative;
}

#works .slider .slide:after {
   content: '';
   width: 0;
   height: 0;
   border-bottom: 36px solid #00364e;
   border-left: 36px solid transparent;
   position: absolute;
   bottom: 15px;
   right: 15px;
}

#works .slider .slide .cate {
   width: 100%;
   text-align: center;
   position: absolute;
   top: -20px;
   right: 10px;
   left: 10px;
}

#works .slider .slide .cate a {
   display: inline-block;
   border-radius: 50px;
   color: #fff;
   font-weight: 500;
   font-size: 16px;
   line-height: 20px;
   padding: 10px 20px;
}

#works .slider .slide .cate a span {
   display: -webkit-box;
   max-height: 20px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 1;
}

#works .slider .slide .photo {
   position: relative;
}

#works .slider .slide .photo a {
   display: block;
   width: 100%;
   padding-top: 70%;
   position: relative;
   overflow: hidden;
}

#works .slider .slide .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
   transform: scale(1, 1);
}

#works .slider .slide .photo a:hover span {
   transform: translate(1.05, 1.05);
}

#works .slider .slide h3 {
   border-bottom: 1px dashed #000;
   padding: 50px 0 15px;
}

#works .slider .slide h3 a {
   display: -webkit-box;
   max-height: 56px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
}

#works .slider .slide .txt {
   font-size: 17px;
   line-height: 24px;
   display: -webkit-box;
   max-height: 48px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
   margin-top: 15px;
}

#works .slider .slick-arrow {
   width: 21px;
   height: 41px;
   border: 0;
   overflow: hidden;
   text-indent: -9999px;
   cursor: pointer;
   transition: all 0.3s;
   position: absolute;
   bottom: -100px;
   left: 50%;
   z-index: 1;
}

#works .slider .slick-arrow.slick-prev {
   background: url("../img/home/works-sl_prev.png") no-repeat center top/cover;
   margin-left: -200px;
}

#works .slider .slick-arrow.slick-next {
   background: url("../img/home/works-sl_next.png") no-repeat center top/cover;
   margin-left: 180px;
}

#works .btn-style {
   text-align: center;
   padding-top: 50px;
}

@media screen and (max-width: 991px) {
   #works {
      padding-bottom: 300px;
   }

   #works:before {
      top: -200px;
   }

   #works .slider .slide {
      padding: 40px 30px 60px;
   }

   #works .slider .slide:after {
      border-bottom: 25px solid #00364e;
      border-left: 25px solid transparent;
   }

   #works .slider .slide h3 {
      padding-top: 30px;
   }
}

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

   #works:before {
      top: -80px;
   }

   #works .slider {
      padding: 20px 30px 0;
      margin: 20px 10px;
   }

   #works .slider .slick-list {
      overflow: inherit;
   }

   #works .slider .slide {
      padding: 30px 20px 40px;
   }

   #works .slider .slide:after {
      border-bottom: 20px solid #00364e;
      border-left: 20px solid transparent;
   }

   #works .slider .slide .cate a {
      font-size: 14px;
   }

   #works .slider .slide h3 {
      padding: 20px 0 5px;
   }

   #works .slider .slide .txt {
      margin-top: 10px;
   }

   #works .slider .slick-arrow {
      bottom: -90px;
   }

   #works .slider .slick-arrow.slick-prev {
      margin-left: -170px;
   }

   #works .slider .slick-arrow.slick-next {
      margin-left: 150px;
   }

   #works .btn-style {
      padding-top: 20px;
   }
}

/* -- -- */
#blog {
   background: url("../img/home/blog-bg.jpg") no-repeat center bottom;
   padding: 275px 0;
   position: relative;
}

#blog:before {
   content: '';
   width: 100%;
   height: 312px;
   background: url("../img/home/blog-bg_top.png") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

#blog .slider {
   margin: 70px -15px 0;
}

#blog .slider .slick-track {
   display: flex;
   flex-wrap: wrap;
}

#blog .slider .slick-track:before,
#blog .slider .slick-track:after {
   display: none;
}

#blog .slider .slide {
   width: 380px;
   height: auto;
   float: none;
   background-color: #fff;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 50px 45px 60px;
   margin: 0 15px;
   position: relative;
}

#blog .slider .slide:after {
   content: '';
   width: 0;
   height: 0;
   border-bottom: 36px solid #00364e;
   border-left: 36px solid transparent;
   position: absolute;
   bottom: 15px;
   right: 15px;
}

#blog .slider .slide .photo {
   position: relative;
}

#blog .slider .slide .photo a {
   display: block;
   width: 100%;
   padding-top: 70%;
   position: relative;
   overflow: hidden;
}

#blog .slider .slide .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
   transform: scale(1, 1);
}

#blog .slider .slide .photo a:hover span {
   transform: translate(1.05, 1.05);
}

#blog .slider .slide h3 {
   border-bottom: 1px dashed #000;
   padding: 50px 0 15px;
}

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

#blog .slider .slide .txt {
   font-size: 17px;
   line-height: 24px;
   display: -webkit-box;
   max-height: 48px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
   margin-top: 15px;
}

#blog .slider .slick-arrow {
   width: 41px;
   height: 80px;
   border: 0;
   overflow: hidden;
   text-indent: -9999px;
   cursor: pointer;
   transition: all 0.3s;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 1;
}

#blog .slider .slick-arrow.slick-prev {
   background: url("../img/home/blog-sl_prev.png") no-repeat center top/cover;
   right: 102%;
}

#blog .slider .slick-arrow.slick-next {
   background: url("../img/home/blog-sl_next.png") no-repeat center top/cover;
   left: 102%;
}

#blog .btn-style {
   padding-top: 70px;
}

@media screen and (max-width: 1400px) {
   #blog .slider {
      margin: 70px 0 0;
   }

   #blog .slider .slick-arrow.slick-prev {
      right: auto;
      left: -10px;
   }

   #blog .slider .slick-arrow.slick-next {
      left: auto;
      right: -10px;
   }
}

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

   #blog .slider .slide {
      padding: 30px 30px 60px;
   }
}

@media screen and (max-width: 991px) {
   #blog {
      padding-bottom: 150px;
   }

   #blog .slider .slick-arrow {
      width: 20px;
      height: 40px;
   }

   #blog .slider .slick-arrow.slick-prev {
      right: auto;
      left: -20px;
   }

   #blog .slider .slick-arrow.slick-next {
      left: auto;
      right: -20px;
   }

   #blog .slider .slide {
      margin: 0 10px;
      padding: 20px 20px 50px;
   }

   #blog .slider .slide:after {
      border-bottom: 25px solid #00364e;
      border-left: 25px solid transparent;
   }

   #blog .slider .slide h3 {
      padding: 30px 0 10px;
   }
}

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

   #blog:before {
      height: 100px;
   }

   #blog .slider {
      margin: 30px 15px 0;
   }

   #blog .slider .slick-list {
      overflow: inherit;
   }

   #blog .slider .slide {
      margin: 0 15px;
   }

   #blog .slider .slide h3 {
      padding: 20px 0 5px;
   }

   #blog .slider .slide .txt {
      padding-top: 5px;
   }

   #blog .slider .slick-arrow {
      width: 20px;
      height: 40px;
   }

   #blog .slider .slick-arrow.slick-prev {
      left: -10px;
   }

   #blog .slider .slick-arrow.slick-next {
      right: -10px;
   }

   #blog .btn-style {
      padding-top: 40px;
   }
}

/* -- -- */
#voice {
   background: url("../img/home/voice-photo.png") no-repeat center bottom/100% auto;
   padding: 240px 0 195px;
   position: relative;
}

#voice .box {
   display: flex;
   flex-wrap: wrap;
   border-bottom: 4px dotted #008fa7;
   padding-top: 25px;
}

#voice .box .col {
   width: 380px;
   box-sizing: border-box;
   background: url("../img/home/voice-deco.png") no-repeat center top/60px 27px;
   padding: 40px 0;
   position: relative;
}

#voice .box .col+.col {
   margin-left: 30px;
}

#voice .box .col .photo {
   position: relative;
}

#voice .box .col .photo a {
   display: block;
   background: url("../img/home/voice-box_bg.png") no-repeat center top/cover;
   width: 100%;
   padding-top: 323px;
   box-sizing: border-box;
   overflow: hidden;
   position: relative;
}

#voice .box .col .photo a span {
   display: block;
   transition: all 0.3s;
   position: absolute;
   top: 30px;
   right: 30px;
   left: 30px;
   bottom: 70px;
}

#voice .box .col h3 {
   text-align: center;
   padding-top: 20px;
}

#voice .box .col h3 a {
   display: -webkit-box;
   max-height: 28px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 1;
}

#voice .bnr {
   padding-top: 80px;
}

@media screen and (max-width: 1240px) {
   #voice .box .col {
      width: 32%;
   }

   #voice .box .col+.col {
      margin-left: 2%;
   }

   #voice .box .col .photo a {
      padding-top: 86%;
   }

   #voice .box .col .photo a span {
      top: 15px;
      right: 15px;
      bottom: 20%;
      left: 15px;
   }

   #voice .box .col h3 {
      font-size: 22px;
   }
}

@media screen and (max-width: 991px) {
   #voice {
      padding: 150px 0;
   }
}

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

   #voice .box .col {
      width: 100%;
   }

   #voice .box .col+.col {
      margin-left: 0;
   }

   #voice .box .col .photo a span {
      bottom: 17%;
   }

   #voice .bnr {
      padding-top: 40px;
   }
}

/* -- -- */
#cta {
   background: url("../img/common/cta-bg.jpg") no-repeat center/cover;
   padding: 150px 0;
   position: relative;
}

#cta:before {
   content: '';
   width: 100%;
   height: 150px;
   background: url("../img/common/cta-deco_top.png") repeat-x center top;
   position: absolute;
   bottom: 100%;
   left: 0;
   z-index: 1;
}

#cta .box {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   background: url("../img/common/cta-deco1.png") no-repeat left top, url("../img/common/cta-deco2.png") no-repeat bottom right;
   background-color: #fff;
}

#cta .box h3 {
   font-weight: 500;
   font-size: 45px;
   line-height: 54px;
   letter-spacing: 0.05em;
   border-bottom: 1px solid #000;
   padding-bottom: 5px;
}

#cta .box dl {
   display: flex;
   align-items: flex-end;
   padding-top: 30px;
}

#cta .box dl dt {
   width: 529px;
}

#cta .box dl dd {
   width: 290px;
   padding-left: 20px;
}

body.home #cta {
   margin-top: 0;
}

body.home #cta:before {
   display: none;
}

@media screen and (max-width: 1240px) {
   #cta .box .col {
      width: calc(100% - 321px);
   }

   #cta .box .col h3 {
      font-size: 35px;
   }
}

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

   #cta:before {
      height: 75px;
      background-size: auto 75px;
   }

   #cta .box h2 {
      width: 200px;
   }

   #cta .box .col {
      width: calc(100% - 221px);
   }

   #cta .box .col h3 {
      font-size: 30px;
   }
}

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

   #cta:before {
      height: 40px;
      background-size: auto 40px;
   }

   #cta .box {
      display: block;
      background-size: 100% auto, 70% auto;
      position: relative;
   }

   #cta .box h2 {
      width: 50%;
   }

   #cta .box .col {
      width: 100%;
      box-sizing: border-box;
      padding: 15px;
   }

   #cta .box .col h3 {
      width: 50%;
      font-size: 20px;
      line-height: 35px;
      position: absolute;
      top: 17%;
      right: 2%;
   }

   #cta .box .col dl {
      display: block;
      padding-top: 0;
   }

   #cta .box .col dl dt {
      width: 100%;
   }

   #cta .box .col dl dd {
      width: 100%;
      padding: 15px 0 0;
   }
}

/* -- -- */
/*
* Painting
*=============================================*/
/* -- -- */
#painting {
   background: url("../img/bg01.jpg") no-repeat center top/cover;
   padding: 150px 0 385px;
}

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

#painting .txt {
   width: 835px;
   line-height: 27px;
   padding: 50px 0;
   position: relative;
   z-index: 1;
}

#painting .deco {
   width: 233px;
   position: absolute;
   top: 310px;
   right: 80px;
}

#painting .box {
   background: url("../img/painting/box-bg1.png") no-repeat center top/100% 100%;
   padding: 60px 90px;
   position: relative;
}

#painting .box .item {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   padding: 60px 0;
}

#painting .box .item+.item {
   border-top: 1px dashed #008fa7;
}

#painting .box .item .col h3 {
   color: #00364e;
   border-bottom: 1px solid #00364e;
   padding: 40px 0 15px;
   position: relative;
   z-index: 1;
}

#painting .box .item .col h3:before {
   content: 'POINT';
   color: #008fa7;
   font-family: 'BarlowCondensed-SemiBold', sans-serif;
   font-weight: 600;
   font-size: 72px;
   line-height: 1;
   letter-spacing: 0;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.2;
   z-index: -1;
}

#painting .box .item .col .it_txt {
   padding-top: 15px;
}

#painting .box .item:nth-child(1) .photo {
   width: 584px;
}

#painting .box .item:nth-child(1) .col {
   width: 400px;
}

#painting .box .item:nth-child(2) .photo {
   width: 540px;
   order: 1;
}

#painting .box .item:nth-child(2) .col {
   width: 430px;
   order: 2;
}

@media screen and (max-width: 1240px) {
   #painting .txt {
      width: 635px;
   }

   #painting .box .item {
      align-items: flex-start;
   }

   #painting .box .item:nth-child(1) .col {
      width: 50%;
   }

   #painting .box .item:nth-child(1) .photo {
      width: 48%;
   }

   #painting .box .item:nth-child(2) .col {
      width: 50%;
   }

   #painting .box .item:nth-child(2) .photo {
      width: 48%;
   }
}

@media screen and (max-width: 991px) {
   #painting {
      padding: 150px 0;
   }

   #painting .txt {
      width: auto;
      padding: 30px 150px 30px 0;
   }

   #painting .deco {
      width: 150px;
      top: 300px;
      right: 0;
   }

   #painting .box {
      padding: 50px;
   }

   #painting .box .item {
      display: block;
      padding: 40px 0;
   }

   #painting .box .item .col {
      width: 100% !important;
   }

   #painting .box .item .photo {
      width: 100% !important;
      text-align: center;
      padding-top: 20px;
   }
}

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

   #painting .deco {
      width: 120px;
      top: 340px;
      right: 20px;
   }

   #painting .txt {
      padding: 20px 0 50px;
   }

   #painting .box {
      padding: 10px 15px 0;
   }

   #painting .box .item {
      padding: 20px 0 30px;
   }

   #painting .box .item .col h3 {
      padding: 15px 0 10px;
   }

   #painting .box .item .col h3:before {
      font-size: 40px;
   }

   #painting .box .item .col .it_txt {
      padding-top: 10px;
   }
}

/* -- -- */
body.painting #point {
   padding: 200px 0 100px;
}

body.painting #point .slider {
   margin-top: 0;
}

@media screen and (max-width: 1240px) {
   body.painting #point {
      padding: 100px 0;
   }
}

@media screen and (max-width: 767px) {
   body.painting #point {
      padding: 50px 0;
   }
}

/* -- -- */
#reform {
   background: url("../img/painting/reform-bg.png") no-repeat center bottom/100% auto;
   padding: 210px 0 300px;
}

#reform .box1 {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   padding: 180px 0 70px;
}

#reform .box1 .col {
   width: 568px;
}

#reform .box1 .col h3 {
   color: #00364e;
   border-bottom: 1px solid #00364e;
   padding-bottom: 20px;
   margin-bottom: 20px;
}

#reform .box1 .col .txt {
   line-height: 47px;
}

#reform .box2 {
   background: url("../img/painting/box-bg2.png") no-repeat center top/100% 100%;
   color: #fff;
   padding: 40px 90px;
}

#reform .box2 .item {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   padding: 60px 0;
}

#reform .box2 .item+.item {
   border-top: 1px dashed #fff;
}

#reform .box2 .item .col {
   width: 405px;
}

#reform .box2 .item .col h3 {
   text-align: center;
   padding: 65px 0 10px;
   position: relative;
}

#reform .box2 .item .col h3 strong {
   font-size: 96px;
   line-height: 1;
   letter-spacing: 0;
   opacity: 0.2;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}

#reform .box2 .item .photo {
   width: 583px;
}

#reform .box2 .item:nth-child(odd) .col {
   order: 2;
}

#reform .box2 .item:nth-child(odd) .photo {
   order: 1;
}

@media screen and (max-width: 1240px) {
   #reform .box1 .col {
      width: 47.5%;
   }

   #reform .box1 .photo {
      width: 47.5%;
   }

   #reform .box2 .item .col {
      width: 47.5%;
   }

   #reform .box2 .item .photo {
      width: 47.5%;
   }
}

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

   #reform .box1 {
      display: block;
      padding: 90px 0 40px;
   }

   #reform .box1 .col {
      width: 100%;
   }

   #reform .box1 .photo {
      width: 100%;
      text-align: center;
      padding-top: 20px;
   }

   #reform .box2 {
      padding: 50px;
   }

   #reform .box2 .item {
      display: block;
      padding: 40px 0;
   }

   #reform .box2 .item .col {
      width: 100%;
   }

   #reform .box2 .item .photo {
      width: 100%;
      text-align: center;
      padding-top: 20px;
   }
}

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

   #reform .box1 {
      padding: 40px 0;
   }

   #reform .box1 .col h3 {
      padding-bottom: 10px;
      margin-bottom: 10px;
   }

   #reform .box1 .col .txt {
      line-height: 35px;
   }

   #reform .box2 {
      padding: 10px 15px 0;
   }

   #reform .box2 .item {
      padding: 20px 0 30px;
   }

   #reform .box2 .item .col h3 {
      padding-top: 35px;
   }

   #reform .box2 .item .col h3 strong {
      font-size: 60px;
   }
}

/* -- -- */
#water-proofing {
   background: url("../img/painting/water-proofing_bg.jpg") no-repeat center top/cover;
   padding: 200px 0;
}

#water-proofing h2 {
   padding-bottom: 25px;
}

#water-proofing h2:before {
   background-image: url(../img/ttl-deco1.svg);
}

#water-proofing h2 strong {
   line-height: 60px;
   padding-bottom: 20px;
}

#water-proofing .txt {
   padding: 70px 0 60px;
}

#water-proofing .box {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   background: url("../img/painting/box-bg3.png") no-repeat center top/100% 100%;
   padding: 120px 90px;
}

#water-proofing .box .col {
   width: 400px;
}

#water-proofing .box .col h3 {
   color: #00364e;
   border-bottom: 1px solid #00364e;
   padding: 40px 0 15px;
   position: relative;
}

#water-proofing .box .col h3 strong {
   color: #008fa7;
   font-size: 72px;
   line-height: 1;
   letter-spacing: 0;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.2;
}

#water-proofing .box .col .it_txt {
   padding-top: 15px;
}

@media screen and (max-width: 1240px) {
   #water-proofing .box .col {
      width: 47.5%;
   }

   #water-proofing .box .photo {
      width: 47.5%;
   }
}

@media screen and (max-width: 991px) {
   #water-proofing {
      padding: 100px 0;
   }

   #water-proofing .box {
      display: block;
      padding: 50px;
   }

   #water-proofing .box .col {
      width: 100%;
   }

   #water-proofing .box .photo {
      width: 100%;
      text-align: center;
      padding-top: 20px;
   }
}

@media screen and (max-width: 767px) {
   #water-proofing {
      padding: 50px 0;
   }
	
	#water-proofing h2 strong {
		line-height: 50px;
	}

   #water-proofing .txt {
      padding: 20px 0;
   }

   #water-proofing .box {
      display: block;
      padding: 30px 15px;
   }

   #water-proofing .box .col {
      width: 100%;
   }

   #water-proofing .box .col h3 {
      padding: 15px 0 10px;
   }

   #water-proofing .box .col h3 strong {
      font-size: 40px;
   }

   #water-proofing .box .col .it_txt {
      padding-top: 10px;
   }

   #water-proofing .box .photo {
      padding-top: 10px;
   }
}
/* -- -- */
#repair-works {
   background: url("../img/painting/repair-works-bg.jpg") no-repeat center top/cover;
   padding: 200px 0 560px;
}

#repair-works .desc {
   padding-top: 40px;
}

#repair-works .desc strong {
   font-size: 32px;
   color: #00364e;
}
#repair-works .box {
   display: flex;
   flex-wrap: wrap;
   gap: 40px 0;
   padding-top: 80px;
}

#repair-works .box .item {
   background: url("../img/painting/repair-works-box-bg.png") no-repeat center top/100% 100%;
   width: 33.33%;
   box-sizing: border-box;
   text-align: center;
   position: relative;
   padding: 90px 50px 50px;
}

#repair-works .box .no {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 85px;
   height: 89px;
   color: #00364e;
   font-weight: bold;
   font-size: 40px;
   line-height: 40px;
   text-align: center;
   background: url("../img/painting/repair-works-no-bg.png") no-repeat center top/cover;
   position: absolute;
   top: -28px;
   left: 50%;
   transform: translateX(-50%);
}

#repair-works .box h3 {
   font-weight: bold;
   font-size: 26px;
   line-height: 32px;
   letter-spacing: 0.05em;
   color: #00364e;
   padding-bottom: 10px;
   position: relative;
}

#repair-works .box h3:before {
   content: '';
   width: 30px;
   border-bottom: 2px solid #00364e;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}

#repair-works .box .photo {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 200px;
}

#repair-works .box .photo img {
   width: 180px;
}

#repair-works .box .txt {
   text-align: justify;
   border-top: 4px dotted #00364e;
   padding-top: 20px;
}

@media screen and (max-width: 991px) {
	#repair-works {
		padding: 100px 0 300px;
	}
   #repair-works .box {
      justify-content: center;
   }

   #repair-works .box .item {
      width: 100%;
      max-width: 420px;
   }
}

@media screen and (max-width: 767px) {
   #repair-works {
      padding: 50px 0 150px;
   }

   #repair-works .desc {
      padding-top: 20px;
   }

   #repair-works .box {
      padding-top: 60px;
   }

   #repair-works .box .item {
      max-width: 100%;
      padding: 70px 30px 40px;
   }

   #repair-works .box .no {
      font-size: 30px;
   }

   #repair-works .box h3 {
      font-size: 20px;
   }

   #repair-works .box .photo {
      height: 140px;
   }

   #repair-works .box .photo img {
      width: 120px;
   }
}
/* -- -- */

body.painting #works:before {
   background: url(../img/painting/work-bg.png) no-repeat center top/cover;
}


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

@media screen and (max-width: 767px) {
   body.painting #works {
      padding-bottom: 100px;
   }
}

/* -- -- */
#mortar {
   background: url('../img/painting/mortar-bg_bottom.png') no-repeat center bottom / 100% auto,
      url('../img/painting/mortar-bg.jpg') no-repeat center / cover;
   font-weight: 500;
   font-size: 18px;
   line-height: 43px;
   letter-spacing: 0;
   padding: 150px 0 570px;
}

#mortar h3 {
   color: #fff;
   border-bottom: 1px solid #00364e;
   padding: 63px 0 15px;
   position: relative;
   z-index: 1;
}

#mortar h3 strong {
   color: rgba(255, 255, 255, 0.5);
   font-family: 'BarlowCondensed-SemiBold', sans-serif;
   font-weight: 600;
   font-size: 96px;
   line-height: 1;
   letter-spacing: 0;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.2;
   z-index: -1;
}

#mortar .box01 {
   background: url('../img/painting/mortar-bg_box.png') no-repeat center top / 100% 100%;
   color: #fff;
   margin: 160px -195px 0 -95px;
   padding: 100px 0 100px 95px;
   position: relative;
}

#mortar .box01 .col {
   width: 575px;
}

#mortar .box01 .col .txt {
   text-align: justify;
   padding-top: 15px;
}

#mortar .box01 .slider {
   width: 1120px;
   overflow: hidden;
   padding-top: 65px;
   position: absolute;
   top: 100px;
   left: 710px;
}

#mortar .box01 .slider .swiper-container {
   padding-bottom: 45px;
}

#mortar .box01 .slider .swiper-slide {
   width: 530px;
   margin-right: 55px;
}

#mortar .box01 .slider .swiper-scrollbar {
   width: 60%;
   height: 7px;
   background-color: #fff;
   bottom: 0;
   left: 0;
}

#mortar .box01 .slider .swiper-scrollbar .swiper-scrollbar-drag {
   background-color: #00364e;
}
#mortar .box01 .slider .swiper-button-next{
   background: url('../img/painting/mortar-next.png') no-repeat center top / cover;
   width: 32px;
   height: 48px;
   right: auto;
   left: 540px;
}
#mortar .box01 .slider .swiper-button-next:after{
   display: none;
}
#mortar .box02 {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   background: url('../img/painting/mortar-bg_box.png') no-repeat center top / 100% 100%;
   color: #fff;
   margin: 120px -85px 0 -200px;
   padding: 80px 85px 120px 100px;
}

#mortar .box02 .col {
   width: 580px;
   order: 2;
}

#mortar .box02 .col .txt {
   text-align: justify;
   padding-top: 15px;
}

#mortar .box02 .col .col-img {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: space-between;
   padding-top: 10px;
}

#mortar .box02 .col .col-img img {
   width: 280px;
}

#mortar .box02 .slider {
   width: 665px;
   order: 1;
   padding-top: 65px;
   margin-right: 45px;
}

#mortar .box02 .slider .slick-dots {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 100%;
   position: absolute;
   top: 100%;
   left: 0;
   padding-top: 30px;
}

#mortar .box02 .slider .slick-dots li {
   width: 12px;
   height: 12px;
   background-color: #fff;
   box-sizing: border-box;
   border-radius: 50%;
   margin: 0 10px;
   position: relative;
}

#mortar .box02 .slider .slick-dots li.slick-active {
   background-color: #00364e;
}

#mortar .box02 .slider .slick-dots button {
   width: 100%;
   height: 100%;
   cursor: pointer;
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 1430px) {
   #mortar .box01 {
      margin: 160px 0 0;
      padding: 80px;
   }
   #mortar .box01 .col{
      width: 500px;
   }

   #mortar .box01 .slider {
      width: 900px;
      top: 80px;
      left: 615px;
   }
   #mortar .box01 .slider .swiper-slide{
      width: 47%;
   }
   #mortar .box01 .slider .swiper-button-next{
      left: 48%;
   }

   #mortar .box02 {
      margin: 120px 0 0;
      padding: 80px;
   }

   #mortar .box02 .slider {
      width: 50%;
      margin-right: 5%;
   }

   #mortar .box02 .col {
      width: 45%;
   }

   #mortar .box02 .col .col-img img {
      width: 48%;
   }
}

@media screen and (max-width: 1240px) {
   #mortar .box01 .col {
      width: 50%;
   }

   #mortar .box01 .slider {
      width: 800px;
      left: 55%;
   }

   #mortar .box01 .slider .swiper-slide {
      width: 47%;
   }

   #mortar .box02 {
      margin: 120px 0 0;
      padding: 80px;
   }

   #mortar .box02 .slider {
      width: 50%;
      margin-right: 5%;
   }

   #mortar .box02 .col {
      width: 45%;
   }

   #mortar .box02 .col .col-img img {
      width: 48%;
   }
}

@media screen and (max-width: 991px) {
   #mortar {
      font-size: 16px;
      line-height: 35px;
      padding: 150px 0 250px;
   }

   #mortar h3 {
      padding: 43px 0 10px;
   }

   #mortar h3 strong {
      font-size: 70px;
   }

   #mortar .box01 {
      margin-top: 80px;
      padding: 80px 40px;
   }

   #mortar .box01 .col {
      width: 100%;
   }

   #mortar .box01 .slider {
      width: 100%;
      box-sizing: border-box;
      position: static;
      padding-top: 30px;
   }

   #mortar .box01 .slider .swiper-container {
      padding-bottom: 30px;
   }
   #mortar .box01 .slider .swiper-slide{
      width: 50%;
   }

   #mortar .box01 .slider .swiper-scrollbar {
      width: 100%;
   }
   #mortar .box01 .slider .swiper-button-next{
      left: auto;
      right: 15px;
   }

   #mortar .box02 {
      margin: 80px 0 0;
      padding: 80px 40px;
   }

   #mortar .box02 .slider {
      width: 100%;
      margin-right: 0;
      margin-bottom: 60px;
      padding-top: 0;
   }

   #mortar .box02 .col {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #mortar {
      font-size: 15px;
      line-height: 30px;
      padding: 100px 0 150px;
   }

   #mortar h3 {
      padding: 24px 0 10px;
   }

   #mortar h3 strong {
      font-size: 50px;
   }

   #mortar .box01 {
      margin-top: 50px;
      padding: 40px 15px;
   }

   #mortar .box01 .col {
      width: 100%;
   }
   #mortar .box01 .col .txt{
      padding-top: 10px;
   }

   #mortar .box01 .slider {
      position: static;
      padding-top: 15px;
   }

   #mortar .box01 .slider .swiper-container {
      padding-bottom: 20px;
   }
   #mortar .box01 .slider .swiper-slide{
      width: 50%;
      margin-right: 20px;
   }
   #mortar .box01 .slider .swiper-scrollbar{
      width: 100%;
   }
   #mortar .box01 .slider .swiper-button-next{
      width: 20px;
      height: 33px;
      right: 5px;
   }

   #mortar .box02 {
      margin: 50px 0 0;
      padding: 40px 15px;
   }

   #mortar .box02 .slider {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
   }
   #mortar .box02 .slider .slick-dots{
      padding-top: 15px;
   }

   #mortar .box02 .col {
      width: 100%;
   }
}

/* -- -- */
/*
 * Works
*=============================================*/
/* -- -- */
.paginate_links {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   padding-top: 200px;
}

.paginate_links>* {
   display: block;
   width: 40px;
   background-color: #00364e;
   border: 1px solid #00364e;
   box-sizing: border-box;
   font-size: 20px;
   line-height: 28px;
   letter-spacing: 0;
   color: #fff;
   text-align: center;
   margin: 0 10px;
   padding: 5px 0;
}

.paginate_links>*:hover,
.paginate_links>*.current {
   background-color: #fff;
   opacity: 1;
   color: #00364e;
}

@media screen and (max-width: 991px) {
   .paginate_links {
      padding-top: 100px;
   }
}

@media screen and (max-width: 767px) {
   .paginate_links {
      padding-top: 50px;
   }

   .paginate_links>* {
      width: 30px;
      font-size: 16px;
      margin: 0 5px;
      padding: 0;
   }
}

/* -- -- */
#works-content {
   background: url("../img/works/works-photo1.png") no-repeat center top/100% auto, url("../img/works/works-photo2.png") no-repeat center bottom/100% auto;
   padding: 315px 0 400px;
}

#works-content .txt {
   text-align: center;
   padding-top: 70px;
}

#works-content .cate {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   padding-top: 90px;
   margin-bottom: -20px;
}

#works-content .cate li {
   padding: 0 20px 20px;
}

#works-content .cate li a {
   display: inline-block;
   width: 225px;
   border-radius: 40px;
   color: #fff;
   text-align: center;
   padding: 14px 0;
}

#works-content .cate li a:after {
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
   background: url("../img/arrow-right_white.svg") no-repeat center top/cover;
   margin-left: 10px;
   position: relative;
   top: 1px;
}
#works-content .tag-list{
   text-align: center;
   padding-top: 40px;
}
#works-content .tag-list li{
   display: inline-block;
   margin-bottom: 5px;
}
#works-content .tag-list li:first-child{
   font-weight: bold;
}
#works-content .tag-list li+li{
   margin-right: 15px;
}
#works-content .list {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: -48px;
   padding-top: 110px;
}

#works-content .list .item {
   width: 576px;
   background-color: #c9bdb7;
   border-radius: 10px;
   box-sizing: border-box;
   padding: 70px 70px 90px;
   margin-bottom: 48px;
   position: relative;
}

#works-content .list .item:after {
   content: '';
   width: 0;
   height: 0;
   border-bottom: 55px solid #00364e;
   border-left: 55px solid transparent;
   position: absolute;
   bottom: 15px;
   right: 15px;
}

#works-content .list .item+.item {
   margin-left: 48px;
}

#works-content .list .item:nth-child(2n + 1) {
   margin-left: 0;
}
#works-content .list .it-cate{
   position: absolute;
   top: 70px;
   left: 70px;
   z-index: 1;
}
#works-content .list .it-cate a{
   display: inline-block;
   color: #fff;
   font-size: 18px;
   line-height: 30px;
   letter-spacing: 0;
   text-align: center;
   padding: 10px;
}
#works-content .list .photo {
   position: relative;
}

#works-content .list .photo a {
   display: block;
   width: 100%;
   padding-top: 70%;
   position: relative;
   overflow: hidden;
}

#works-content .list .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: all 0.3s;
   transform: scale(1, 1);
}

#works-content .list .photo a:hover span {
   transform: translate(1.05, 1.05);
}

#works-content .list h3 {
   font-weight: bold;
   font-size: 24px;
   line-height: 44px;
   letter-spacing: 0;
   border-bottom: 1px dashed #000;
   padding: 60px 0 15px;
}

#works-content .list h3 a {
   display: -webkit-box;
   max-height: 88px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
}

#works-content .list .it-txt {
   font-size: 16px;
   line-height: 36px;
   display: -webkit-box;
   max-height: 72px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 2;
   margin-top: 15px;
}
#works-content .list .tag{
   font-size: 14px;
    line-height: 36px;
   padding-top: 15px;
}
#works-content .list .tag a{
   display: inline-block;
   margin-right: 10px;
}
#works-content .list .tag a:hover{
   text-decoration: underline;
}
@media screen and (max-width: 1240px) {
   #works-content .list .item {
      width: 48%;
      padding: 50px 50px 90px;
   }

   #works-content .list .item+.item {
      margin-left: 4%;
   }

   #works-content .list .item:nth-child(2n + 1) {
      margin-left: 0;
   }
   #works-content .list .it-cate {
      top: 50px;
      left: 50px;
   }

   #works-content .list .item h3 {
   }

   #works-content .list .item .it-txt {
   }
}

@media screen and (max-width: 991px) {
   #works-content {
      padding: 200px 0;
   }
   #works-content .cate{
      margin-bottom: -10px;
   }
   #works-content .cate li {
      padding: 0 10px 10px;
   }

   #works-content .list .item {
      padding: 30px 30px 60px;
   }
   #works-content .list .it-cate {
      top: 30px;
      left: 30px;
   }
   #works-content .list .it-cate a{
      font-size: 16px;
      padding: 5px 10px;
   }

   #works-content .list .item:after {
      border-bottom: 40px solid #00364e;
      border-left: 40px solid transparent;
   }

   #works-content .list .item h3 {
   }

   #works-content .list .item .it-txt {
   }
}

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

   #works-content .txt {
      padding-top: 30px;
   }

   #works-content .cate {
      text-align: center;
      padding-top: 30px;
      margin-bottom: 0;
   }

   #works-content .cate li {
      width: 50%;
      box-sizing: border-box;
      padding: 5px;
   }
   #works-content .cate li a{
      width: 100%;
      font-size: 16px;
      padding: 10px 0;
   }
   #works-content .cate li a:after{
      top: 3px;
      margin-left: 5px;
   }
   #works-content .list {
      margin-bottom: -40px;
      padding-top: 30px;
   }

   #works-content .list .item {
      width: 100%;
      margin-bottom: 40px;
      padding: 20px 20px 40px;
   }
   #works-content .list .it-cate {
      top: 20px;
      left: 20px;
   }
   #works-content .list .it-cate a{
      font-size: 14px;
   }
   #works-content .list .item+.item {
      margin-left: 0;
   }

   #works-content .list .item:after {
      border-bottom: 20px solid #00364e;
      border-left: 20px solid transparent;
   }

   #works-content .list .item h3 {
      font-size: 20px;
      line-height: 35px;
      padding: 20px 0 10px;
   }

   #works-content .list .item h3 a {
      max-height: 70px;
   }

   #works-content .list .item .it-txt {
      font-size: 15px;
      line-height: 30px;
      max-height: 60px;
      margin-top: 10px;
   }
   #works-content .list .tag{
      font-size: 12px;
      line-height: 24px;
      padding-top: 10px;
   }
}

/* -- -- */
/*
 * Voice
*=============================================*/
/* -- -- */
#voice-content {
   background: url("../img/voice/voice-bg_bottom.png") no-repeat center bottom/100% auto;
   padding: 300px 0 450px;
}

#voice-content .txt-c {
   padding-top: 65px;
}

#voice-content .list .item {
   margin-top: 160px;
}

#voice-content .list .item .deco {
   width: 153px;
   margin: 0 auto;
}

#voice-content .list .item .photo {
   width: 100%;
   padding-top: 60px;
}

#voice-content .list .item .photo a {
   display: block;
   width: 100%;
   padding-top: 45%;
   overflow: hidden;
   position: relative;
}

#voice-content .list .item .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transform: scale(1, 1);
   transition: all 0.3s;
}

#voice-content .list .item .photo a:hover span {
   transform: scale(1.05, 1.05);
}

#voice-content .list .item .box {
   display: flex;
   flex-wrap: wrap;
   background: url("../img/bg01.jpg") no-repeat center top/cover;
   padding: 90px;
}

#voice-content .list .item .box dt {
   width: 535px;
}

#voice-content .list .item .box dt img {
   width: 100%;
}

#voice-content .list .item .box dd {
   width: 435px;
   margin-left: 50px;
}

#voice-content .list .item .box dd h3 {
   font-weight: bold;
   color: #00364e;
   border-bottom: 1px solid #00364e;
   padding-bottom: 30px;
}

#voice-content .list .item .box dd .it-txt {
   line-height: 35px;
   text-align: justify;
   padding-top: 25px;
}

#voice-content .bnr {
   padding-top: 150px;
}

#voice-content .list .item .box.w100 dd {
   width: 100%;
}

@media screen and (max-width: 1240px) {
   #voice-content .list .item .box dt {
      width: 50%;
   }

   #voice-content .list .item .box dd {
      width: 45%;
      margin-left: 5%;
   }
}

@media screen and (max-width: 991px) {
   #voice-content {
      padding: 150px 0 250px;
   }

   #voice-content .list .item {
      margin-top: 80px;
   }

   #voice-content .list .item .deco {
      width: 100px;
   }

   #voice-content .list .item .photo {
      padding-top: 40px;
   }

   #voice-content .list .item .box {
      padding: 50px;
   }

   #voice-content .bnr {
      padding-top: 100px;
   }
}

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

   #voice-content .txt-c {
      padding-top: 30px;
   }

   #voice-content .list .item {
      margin-top: 50px;
   }

   #voice-content .list .item .deco {
      width: 60px;
   }

   #voice-content .list .item .photo {
      padding-top: 20px;
   }

   #voice-content .list .item .box {
      display: block;
      padding: 20px;
   }

   #voice-content .list .item .box dt {
      width: 100%;
   }

   #voice-content .list .item .box dd {
      width: 100%;
      margin-left: 0;
      padding-top: 20px;
   }

   #voice-content .list .item .box dd h3 {
      padding-bottom: 10px;
   }

   #voice-content .list .item .box dd .it-txt {
      line-height: 28px;
      padding-top: 10px;
   }

   #voice-content .bnr {
      padding-top: 50px;
   }
}

/* -- -- */
/*
 * Blog
*=============================================*/
#blog-content {
   background: url("../img/blog-bg.png") no-repeat center bottom/100% auto, url(../img/common/body-bg.jpg) repeat center top;
   background-color: #f5f5f5;
   background-blend-mode: multiply;
   padding: 230px 0 320px;
   position: relative;
}

#blog-content:before {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#blog-content .txt-c {
   line-height: 45px;
   padding-top: 100px;
}

#blog-content .blog-list {
   padding-top: 100px;
}

#blog-content .blog-list .item {
   display: flex;
   flex-wrap: wrap;
   background: url("../img/bg01.jpg") no-repeat center top/cover;
   padding: 100px 80px;
}

#blog-content .blog-list .item+.item {
   margin-top: 100px;
}

#blog-content .blog-list .item dt {
   width: 470px;
}

#blog-content .blog-list .item dt h3 {
   border-bottom: 1px dashed #000;
   padding: 50px 0 15px;
}

#blog-content .blog-list .item dt h3 a {
   display: -webkit-box;
   max-height: 28px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 1;
   box-sizing: border-box;
}

#blog-content .blog-list .item dt .txt {
   font-weight: 500;
   font-size: 17px;
   line-height: 34px;
   letter-spacing: 0;
   display: -webkit-box;
   max-height: 204px;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-line-clamp: 6;
   box-sizing: border-box;
   margin-top: 15px;
}

#blog-content .blog-list .item dd {
   width: 505px;
   margin-left: 55px;
}

#blog-content .blog-list .item dd a {
   display: block;
   width: 100%;
   padding-top: 72.8%;
   overflow: hidden;
   position: relative;
}

#blog-content .blog-list .item dd a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transform: scale(1, 1);
   transition: all 0.3s;
}

#blog-content .blog-list .item dd a:hover span {
   transform: scale(1.05, 1.05);
}

@media screen and (max-width: 1240px) {
   #blog-content .blog-list .item dt {
      width: 45%;
   }

   #blog-content .blog-list .item dt .txt {
      -webkit-line-clamp: 5;
   }

   #blog-content .blog-list .item dd {
      width: 50%;
      margin-left: 5%;
   }
}

@media screen and (max-width: 991px) {
   #blog-content {
      padding: 150px 0;
   }

   #blog-content .blog-list .item {
      padding: 50px;
   }

   #blog-content .blog-list .item+.item {
      margin-top: 50px;
   }

   #blog-content .blog-list .item dt h3 {
      padding-top: 40px;
   }

   #blog-content .blog-list .item dt .txt {
      -webkit-line-clamp: 3;
   }
}

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

   #blog-content .txt-c {
      line-height: 35px;
      padding-top: 30px;
   }

   #blog-content .blog-list {
      padding-top: 50px;
   }

   #blog-content .blog-list .item {
      display: block;
      padding: 20px;
   }

   #blog-content .blog-list .item dt {
      width: 100%;
   }

   #blog-content .blog-list .item dt h3 {
      padding: 20px 0 10px;
   }

   #blog-content .blog-list .item dt .txt {
      font-size: 15px;
      line-height: 30px;
      max-height: 90px;
      -webkit-line-clamp: 3;
      margin-top: 10px;
   }

   #blog-content .blog-list .item dd {
      width: 100%;
      margin-left: 0;
      padding-top: 15px;
   }
}

/* -- -- */
#post-detail {
   word-break: break-all;
   padding: 200px 0 300px;
}

#post-detail .post-ttl {
   line-height: 34px;
   border-bottom: 1px dashed #000;
   padding-bottom: 15px;
}

#post-detail .cate {
   padding-bottom: 10px;
}

#post-detail .cate a {
   display: inline-block;
   border-radius: 50px;
   color: #fff;
   font-weight: 500;
   font-size: 16px;
   line-height: 20px;
   padding: 10px 20px;
   margin-right: 5px;
   margin-bottom: 5px;
}

#post-detail .date {
   padding-bottom: 10px;
}

#post-detail .the_content {
   padding-top: 50px;
}

#post-detail .the_content p img {
   vertical-align: top;
   margin-right: 10px;
   margin-bottom: 15px;
}

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

#post-detail .the_content p img.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

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

#post-detail .sns-icon {
   padding: 50px 0 20px;
}

#post-detail .sns-icon ul {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: flex-end;
}

#post-detail .sns-icon ul li {
   color: #008fa7;
   font-size: 24px;
   padding: 0 15px;
}

#post-detail .sns-icon ul li+li {
   border-left: 1px solid #008fa7;
}

#post-detail .post-pagination {
   color: #000;
   font-weight: bold;
   border-top: 3px solid #008fa7;
   padding-top: 20px;
   position: relative;
}

#post-detail .post-pagination a:hover {
   color: #008fa7;
}

#post-detail .post-pagination p {
   position: absolute;
   top: 20px;
   left: 50%;
   transform: translateX(-50%);
}

#post-detail .post-pagination ul {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   margin: 0 auto;
}

#post-detail .post-pagination ul a {
   display: inline-block;
}
#post-detail .tag-list {
   padding-top: 20px;
}
#post-detail .tag-list li{
   display: inline-block;
   margin-bottom: 5px;
}
#post-detail .tag-list li:first-child{
   font-weight: bold;
}
#post-detail .tag-list li+li{
   margin-right: 15px;
}
@media screen and (max-width: 767px) {
   #post-detail {
      padding: 100px 0;
   }

   #post-detail .cate a {
      font-size: 14px;
      padding: 5px 15px;
   }

   #post-detail .date {
      padding-bottom: 5px;
   }

   #post-detail .post-ttl {
      font-size: 20px;
      padding-bottom: 10px;
   }

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

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

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

   #post-detail .sns-icon {
      padding-top: 20px;
   }

   #post-detail .sns-icon li {
      font-size: 20px;
   }
}

/*
 * FAQ
*=============================================*/
#faq-list {
   background: url("../img/faq-bg.png") no-repeat center top/100% auto;
   padding: 190px 0 300px;
}

#faq-list .tabs-switch {
   padding-top: 50px;
}

#faq-list .tabs-switch .tab-link {
   display: flex;
   flex-wrap: wrap;
   font-weight: bold;
   font-size: 21px;
   line-height: 23px;
   letter-spacing: 0;
}

#faq-list .tabs-switch .tab-link li {
   display: block;
   width: 23.5%;
   border: 2px solid #008fa7;
   background-color: #fff;
   text-align: center;
   box-sizing: border-box;
   padding: 25px 0;
}

#faq-list .tabs-switch .tab-link li:after {
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
   background: url("../img/arrow-right_green.svg") no-repeat center top/cover;
   margin-left: 5px;
   position: relative;
   top: 1px;
}

#faq-list .tabs-switch .tab-link li+li {
   margin-left: 2%;
}

#faq-list .tabs-switch .tab-link li.active,
#faq-list .tabs-switch .tab-link li:hover {
   background-color: #008fa7;
   color: #fff;
}

#faq-list .tabs-switch .tab-link li.active:after,
#faq-list .tabs-switch .tab-link li:hover:after {
   background-image: url(../img/arrow-right_white.svg);
   transform: rotate(90deg);
}

#faq-list .tabs-switch .tab-content {
   padding-top: 200px;
}

#faq-list .tabs-switch .tab-content .list {
   padding-top: 85px;
}

#faq-list .tabs-switch .tab-content .list dl {
   font-weight: bold;
   font-size: 18px;
   line-height: 28px;
   letter-spacing: 0;
   box-sizing: border-box;
}

#faq-list .tabs-switch .tab-content .list dl+dl {
   padding-top: 70px;
}

#faq-list .tabs-switch .tab-content .list dl dt {
   border: 2px solid #c9bdb7;
   margin-left: 95px;
   padding: 24px 40px;
   position: relative;
}

#faq-list .tabs-switch .tab-content .list dl dt:before {
   content: 'Q';
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   box-sizing: border-box;
   border: 2px solid #c9bdb7;
   border-radius: 50%;
   font-weight: bold;
   font-size: 32px;
   line-height: 38px;
   letter-spacing: 0.05em;
   position: absolute;
   top: 0;
   left: -95px;
}

#faq-list .tabs-switch .tab-content .list dl dd {
   background-color: #c9bdb7;
   line-height: 37px;
   margin-top: 15px;
   margin-left: 95px;
   padding: 22px 40px 21px;
   position: relative;
}

#faq-list .tabs-switch .tab-content .list dl dd:before {
   content: 'A';
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   box-sizing: border-box;
   background-color: #c9bdb7;
   border-radius: 50%;
   font-weight: bold;
   font-size: 32px;
   line-height: 38px;
   letter-spacing: 0.05em;
   position: absolute;
   top: 0;
   left: -95px;
}

@media screen and (max-width: 1240px) {
   #faq-list .tabs-switch .tab-link li {
      font-size: 18px;
   }

   #faq-list .tabs-switch .tab-link li:after {
      width: 18px;
      height: 18px;
   }

   #faq-list .tabs-switch .tab-content .list dl {
      font-size: 22px;
   }
}

@media screen and (max-width: 991px) {
   #faq-list {
      padding: 100px 0 400px;
   }

   #faq-list .tabs-switch .tab-link li {
      font-size: 15px;
   }

   #faq-list .tabs-switch .tab-link li:after {
      width: 15px;
      height: 15px;
   }

   #faq-list .tabs-switch .tab-content {
      padding-top: 100px;
   }

   #faq-list .tabs-switch .tab-content .list dl {
      font-size: 20px;
   }

   #faq-list .tabs-switch .tab-content .list dl dt {
      padding: 24px 20px;
   }

   #faq-list .tabs-switch .tab-content .list dl dt:before {
      font-size: 28px;
   }

   #faq-list .tabs-switch .tab-content .list dl dd {
      padding: 22px 20px 21px;
   }

   #faq-list .tabs-switch .tab-content .list dl dd:before {
      font-size: 28px;
   }
}

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

   #faq-list .tabs-switch {
      padding-top: 30px;
   }

   #faq-list .tabs-switch .tab-link li {
      width: 49%;
      font-size: 14px;
      margin-bottom: 2%;
      padding: 14px 0;
   }

   #faq-list .tabs-switch .tab-link li:after {
      width: 15px;
      height: 15px;
   }

   #faq-list .tabs-switch .tab-link li:nth-child(2n + 1) {
      margin-left: 0;
   }

   #faq-list .tabs-switch .tab-content {
      padding-top: 50px;
   }

   #faq-list .tabs-switch .tab-content .list {
      padding-top: 40px;
   }

   #faq-list .tabs-switch .tab-content .list dl {
      font-size: 16px;
   }

   #faq-list .tabs-switch .tab-content .list dl+dl {
      padding-top: 40px;
   }

   #faq-list .tabs-switch .tab-content .list dl dt {
      margin-left: 60px;
      padding: 9px 15px;
   }

   #faq-list .tabs-switch .tab-content .list dl dt:before {
      width: 50px;
      height: 50px;
      font-size: 24px;
      left: -60px;
   }

   #faq-list .tabs-switch .tab-content .list dl dd {
      line-height: 30px;
      margin-left: 60px;
      padding: 10px 15px;
   }

   #faq-list .tabs-switch .tab-content .list dl dd:before {
      width: 50px;
      height: 50px;
      font-size: 24px;
      left: -60px;
   }
}

/*
 * About
*=============================================*/
/* -- -- */
#greeting {
   background: url("../img/bg01.jpg") no-repeat center top/cover;
   padding: 230px 0 320px;
}

#greeting .txt-c {
   line-height: 45px;
   padding-top: 70px;
   position: relative;
   z-index: 1;
}

#greeting .txt-c p {
   padding-bottom: 50px;
}

#greeting .txt-c p:last-child {
   padding-bottom: 0;
}

#greeting .photo {
   margin: -150px 0;
}

#greeting .box {
   background: url("../img/about/about-box_bg.png") no-repeat center top/100% 100%;
   padding: 80px 125px;
   position: relative;
   z-index: 1;
}

#greeting .box h3 {
   font-weight: bold;
   font-size: 32px;
   line-height: 38px;
   letter-spacing: 0;
   border-bottom: 1px solid #000;
   text-align: center;
   padding-bottom: 30px;
}

#greeting .box h3 strong {
   color: #008fa7;
}

#greeting .box .txt {
   padding-top: 30px;
}

@media screen and (max-width: 1240px) {
   #greeting h3 {
      font-size: 28px;
   }
}

@media screen and (max-width: 991px) {
   #greeting {
      padding: 150px 0;
   }

   #greeting .photo {
      margin: -50px -30px;
   }

   #greeting .box {
      padding: 50px;
   }

   #greeting .box h3 {
      font-size: 26px;
      padding-bottom: 15px;
   }

   #greeting .box .txt {
      padding-top: 15px;
   }
}

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

   #greeting .txt-c {
      line-height: 35px;
      text-align: justify;
      padding-top: 20px;
   }

   #greeting .txt-c p {
      padding-bottom: 20px;
   }

   #greeting .txt-c p:last-child {
      padding-bottom: 0;
   }

   #greeting .box {
      padding: 30px 15px;
   }

   #greeting .box h3 {
      font-size: 24px;
      line-height: 35px;
      padding-bottom: 10px;
   }

   #greeting .box .txt {
      padding-top: 10px;
   }
}

/* -- -- */
#profile {
   background: url("../img/about/about-photo2.png") no-repeat center top/100% auto, url("../img/about/about-photo3.png") no-repeat center bottom/100% auto, url("../img/common/body-bg.jpg") repeat center bottom;
   background-color: #f5f5f5;
   background-blend-mode: multiply;
   padding: 290px 0 415px;
}

#profile .box {
   line-height: 34px;
   padding-top: 120px;
}

#profile .box dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   border-top: 1px solid #008fa7;
   padding: 30px 0 30px 140px;
}

#profile .box dl:last-child {
   border-bottom: 1px solid #008fa7;
}

#profile .box dl>* {
   display: table-cell;
   vertical-align: top;
   text-align: left;
}

#profile .box dl dt {
   width: 395px;
}

#profile .box dl dd .map {
   width: 550px;
   padding-top: 550px;
   border: 1px solid #000;
   margin-top: 60px;
   position: relative;
}

#profile .box dl dd .map>* {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#profile .box dl dd ul li {
   padding: 0 0 5px 30px;
   position: relative;
}

#profile .box dl dd ul li:before {
   content: '◆';
   color: #008fa7;
   position: absolute;
   top: 0;
   left: 0;
}

#profile .box dl dd ul li:last-child {
   padding-bottom: 0;
}

#profile .box dl dd .photo {
   padding-top: 30px;
}

@media screen and (max-width: 1240px) {
   #profile .box dl {
      padding-left: 70px;
   }

   #profile .box dl dt {
      width: 295px;
   }
}

@media screen and (max-width: 991px) {
   #profile {
      padding: 150px 0 200px;
   }

   #profile .box dl {
      padding-left: 0;
   }

   #profile .box dl dt {
      width: 200px;
   }

   #profile .box dl dd .map {
      width: 100%;
      padding-top: 100%;
   }
}

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

   #profile .box {
      line-height: 30px;
      padding-top: 50px;
   }

   #profile .box dl {
      display: block;
      padding: 15px 0;
   }

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

   #profile .box dl dt {
      width: 100%;
   }

   #profile .box dl dd .map {
      width: 100%;
      padding-top: 100%;
      margin-top: 20px;
   }

   #profile .box dl dd .photo {
      padding-top: 15px;
   }
}

/* -- -- */
#recruit{
   /*background: #fff url('../img/about/recruit-bg.jpg') no-repeat center bottom / 100% auto;*/
   padding: 265px 0 580px;
   position: relative;
}
#recruit .box {
   padding-top: 100px;
}
#recruit .box dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   border-top: 1px solid #008fa7;
   padding: 30px 0 30px 140px;
}

#recruit .box dl:last-child {
   border-bottom: 1px solid #008fa7;
}

#recruit .box dl>* {
   display: table-cell;
   vertical-align: top;
   text-align: left;
}

#recruit .box dl dt {
   width: 395px;
}

#recruit .box dl dd .map {
   width: 550px;
   padding-top: 550px;
   border: 1px solid #000;
   margin-top: 60px;
   position: relative;
}

#recruit .box dl dd .map>* {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#recruit .box dl dd ul li {
   padding: 0 0 5px 30px;
   position: relative;
}

#recruit .box dl dd ul li:before {
   content: '◆';
   color: #008fa7;
   position: absolute;
   top: 0;
   left: 0;
}

#recruit .box dl dd ul li:last-child {
   padding-bottom: 0;
}

#recruit .box dl dd .photo {
   padding-top: 30px;
}
@media screen and (max-width: 991px) {
   #recruit {
      padding: 100px 0 300px;
   }

   #recruit .box dl {
      padding-left: 0;
   }

   #recruit .box dl dt {
      width: 200px;
   }

   #recruit .box dl dd .map {
      width: 100%;
      padding-top: 100%;
   }
}

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

   #recruit .box {
      line-height: 30px;
      padding-top: 50px;
   }

   #recruit .box dl {
      display: block;
      padding: 15px 0;
   }

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

   #recruit .box dl dt {
      width: 100%;
   }

   #recruit .box dl dd .map {
      width: 100%;
      padding-top: 100%;
      margin-top: 20px;
   }

   #recruit .box dl dd .photo {
      padding-top: 15px;
   }
}

/* -- -- */
/*
 * Contact
*=============================================*/
/* --- --- */
#mailform {
   background: url("../img/bg01.jpg") no-repeat center top/cover;
   padding: 230px 0 320px;
}

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

#mailform .txt-c {
   line-height: 45px;
   padding-top: 60px;
}

#mailform .tel {
   width: 475px;
   margin: 40px auto 15px;
}

#mailform .time {
   width: 475px;
   background-color: #008fa7;
   border-radius: 40px;
   color: #fff;
   text-align: center;
   font-weight: bold;
   font-size: 17px;
   line-height: 22px;
   margin: 0 auto;
   padding: 9px 0;
}

#mailform h3 {
   font-weight: bold;
   font-size: 32px;
   line-height: 38px;
   letter-spacing: 0;
   text-align: center;
   background: url("../img/contact/contact-ttl_deco.png") no-repeat center/auto 100%;
   margin: 25px 0;
   padding: 12px 0;
}

#mailform h3 strong {
   font-weight: bold;
   font-size: 39px;
   color: #008fa7;
}

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

#mailform textarea {
   height: 260px;
   resize: none;
}

#mailform .form-input {
   background: url("../img/contact/contact-box.png") no-repeat center top/100% 100%;
   padding: 70px 120px;
   position: relative;
}

#mailform .form-input:before {
   content: '';
   width: 281px;
   height: 663px;
   background: url("../img/contact/contact-photo1.png") no-repeat center top/cover;
   position: absolute;
   top: -360px;
   right: 0;
   z-index: -1;
	display: none;
}

#mailform .form-input:after {
   content: '';
   width: 227px;
   height: 735px;
   background: url("../img/contact/contact-photo2.png") no-repeat center top/cover;
   position: absolute;
   top: -300px;
   left: 60px;
   z-index: -1;
}

#mailform .form-input dl {
   display: table;
   width: 100%;
   padding-bottom: 40px;
}

#mailform .form-input dl+dl {
   border-top: 2px dashed #000;
   padding-top: 40px;
}

#mailform .form-input dl:last-child {
   padding-bottom: 0;
}

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

#mailform .form-input dl dt {
   width: 390px;
   font-weight: bold;
   font-size: 24px;
   line-height: 40px;
   letter-spacing: 0;
   color: #008fa7;
}

#mailform .form-input dl dt small {
   display: inline-block;
   width: 28px;
   background-color: #EB3333;
   font-weight: 400;
   font-size: 11px;
   letter-spacing: 0;
   line-height: 20px;
   color: #fff;
   text-align: center;
}

#mailform .mwform-checkbox-field {
   display: block;
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 28px;
   text-align: left;
}

#mailform .mwform-checkbox-field+.mwform-checkbox-field {
   margin-top: 30px;
   margin-left: 0;
}

#mailform .mwform-checkbox-field label {
   display: inline-block;
   position: relative;
}

#mailform .mwform-checkbox-field label input {
   width: 18px;
   height: 18px;
   position: absolute;
   top: 5px;
   left: 0;
   opacity: 0;
   cursor: pointer;
}

#mailform .mwform-checkbox-field label .mwform-checkbox-field-text {
   display: inline-block;
   padding-left: 30px;
   position: relative;
}

#mailform .mwform-checkbox-field label .mwform-checkbox-field-text:before {
   content: '';
   width: 18px;
   height: 18px;
   border: 1px solid #000;
   box-sizing: border-box;
   position: absolute;
   top: 5px;
   left: 0;
}

#mailform .mwform-checkbox-field label .mwform-checkbox-field-text:after {
   content: "";
   display: none;
   position: absolute;
   left: 6px;
   top: 7px;
   width: 5px;
   height: 10px;
   border: solid #000;
   border-width: 0 1px 1px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

#mailform .mwform-checkbox-field label input:checked~.mwform-checkbox-field-text:before {
   background-color: #fff;
}

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

#mailform .error {
   font-size: 12px;
}

#mailform .form-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   padding-top: 130px;
}
#mailform .form-btn .g-recaptcha{
   width: 100%;
   margin-top: 0;
}
#mailform .form-btn button {
   display: inline-block;
   width: 225px;
   background-color: #00364e;
   border: 1px solid transparent;
   color: #fff;
   font-weight: 500;
   font-size: 24px;
   line-height: 28px;
   letter-spacing: 0;
   text-align: center;
   border-radius: 50px;
   overflow: hidden;
   margin: 5px;
   padding: 13px 0;
   position: relative;
   z-index: 1;
   transition: all 0s;
   cursor: pointer;
}

#mailform .form-btn button:before {
   content: "";
   background-color: #008fa7;
   height: 100%;
   width: 100%;
   border-radius: 50px;
   transform: scale(0, 1);
   transition: transform .3s;
   transform-origin: right top;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}

#mailform .form-btn button:after {
   content: '';
   display: inline-block;
   background: url(../img/arrow-right_white.svg) no-repeat center top/cover;
   width: 20px;
   height: 20px;
   margin-left: 20px;
   position: relative;
   top: 1px;
}

#mailform .form-btn button:hover {
   opacity: 1;
   background-color: #008fa7;
   transition-delay: 0.3s;
}

#mailform .form-btn button:hover:before {
   transform-origin: left top;
   transform: scale(1, 1);
}

#mailform .form-btn button[name="submitBack"] {
   background-color: #008fa7;
}

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

.mw_wp_form_preview #mailform .form-input dl dt small {
   display: none;
}

.mw_wp_form_preview #mailform .form-input dl dt strong {
   padding: 0;
   border: 0;
}

.mw_wp_form_preview #mailform .form-input dl:last-child dd {
   word-break: break-all;
}

.mw_wp_form_preview #mailform .mwform-checkbox-field {
   display: none;
}

@media screen and (max-width: 1240px) {
   #mailform h3 {
      font-size: 28px;
      padding: 8px 0;
   }

   #mailform h3 strong {
      font-size: 35px;
   }

   #mailform .form-input:before {
      width: 200px;
      height: 480px;
      top: -260px;
   }

   #mailform .form-input:after {
      width: 180px;
      height: 585px;
      top: -240px;
      left: 20px;
   }

   #mailform .form-input dl dt {
      width: 290px;
      font-size: 28px;
   }
}

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

   #mailform .tel {
      width: 300px;
   }

   #mailform .time {
      width: 300px;
   }

   #mailform h3 {
      font-size: 26px;
      padding: 4px 0;
   }

   #mailform h3 strong {
      font-size: 32px;
   }

   #mailform .form-input {
      padding: 40px;
   }

   #mailform .form-input:before {
      width: 150px;
      height: 360px;
      top: -190px;
   }

   #mailform .form-input:after {
      width: 130px;
      height: 425px;
      top: -170px;
   }

   #mailform .form-input dl dt {
      width: 250px;
      font-size: 25px;
      line-height: 35px;
   }
}

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

   #mailform .txt-c {
      line-height: 35px;
      padding-top: 20px;
   }

   #mailform .tel {
      width: 250px;
      margin: 20px auto 10px;
   }

   #mailform .time {
      width: 250px;
      font-size: 15px;
   }

   #mailform h3 {
      font-size: 22px;
      line-height: 35px;
      margin: 15px 0;
      padding: 2px 0;
   }

   #mailform h3 strong {
      font-size: 28px;
   }

   #mailform .mwform-checkbox-field {
      font-size: 18px;
   }

   #mailform .mwform-checkbox-field+.mwform-checkbox-field {
      margin-top: 15px;
   }

   #mailform input[type="text"],
   #mailform input[type="date"],
   #mailform input[type="tel"],
   #mailform input[type="email"],
   #mailform textarea {
      padding: 9px 15px;
   }

   #mailform textarea {
      height: 200px;
   }

   #mailform .form-input {
      padding: 30px 15px;
   }

   #mailform .form-input:before,
   #mailform .form-input:after {
      display: none;
   }

   #mailform .form-input dl {
      display: block;
      padding-bottom: 20px;
   }

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

   #mailform .form-input dl:last-child {
      padding-bottom: 0;
   }

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

   #mailform .form-input dl dt {
      width: 100%;
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 10px;
   }

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

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

   #mailform .form-btn button {
      font-size: 18px;
   }
}

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

#txt_thanks p {
   padding-bottom: 30px;
}

#txt_thanks p:last-child {
   padding-bottom: 0;
}

#txt_thanks .btn-style {
   padding-top: 20px;
}

@media screen and (max-width: 767px) {
   #txt_thanks {
      text-align: justify;
      padding: 50px 0 100px;
   }

   #txt_thanks p {
      padding-bottom: 15px;
   }

   #txt_thanks p:last-child {
      text-align: center;
      padding-bottom: 0px;
   }
}

/* --- --- */
/*
 * 404
*=============================================*/
/* --- --- */
#content-404 {
   text-align: center;
   padding-top: 100px;
   padding-bottom: 200px;
}

#content-404 .txt {
   padding-top: 30px;
}

#content-404 .btn-style {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding-top: 50px;
      padding-bottom: 100px;
   }

   #content-404 .txt {
      line-height: 28px;
      padding-top: 20px;
   }

   #content-404 .btn-style {
      padding-top: 25px;
   }
}