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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:hover, select:hover, textarea:hover {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul, ol, dl {
  list-style: none;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5% !important;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*--------------------------------------------
    Color
---------------------------------------------*/
/*--------------------------------------------
	Common
---------------------------------------------*/
.pcNon {
  display: none;
}
@media screen and (max-width: 767px) {
  .pcNon {
    display: block !important;
  }
}

.spNon {
  display: block;
}
@media screen and (max-width: 767px) {
  .spNon {
    display: none !important;
  }
}

.flex, .flex_c {
  display: flex;
}

@media screen and (max-width: 767px) {
  .flex_c {
    flex-direction: column !important;
  }
}
input, select, textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #3e594b;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  background-color: #fff;
  transition: 0.3s;
}
input:focus, select:focus, textarea:focus {
  padding-top: 14px;
  padding-bottom: 14px;
  border: 2px solid #3e594b;
  outline: none;
}

textarea {
  height: 200px;
}

nput[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*--------------------------------------------
	Base
---------------------------------------------*/
body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 1.8px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

/*   IE   */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.italic {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-style: italic;
}

a {
  color: #333333;
}

img {
  width: 100%;
}

/*--------------------------------------------
    Common
---------------------------------------------*/
.container {
  position: relative;
  width: 100%;
}

.contents {
  letter-spacing: 1px;
}
.contents_inner {
  padding-top: 8%;
  padding-bottom: 10%;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 10%;
  }
}

.header_inner {
  justify-content: space-between;
  position: relative;
  z-index: 10;
  width: calc(100% - 6%);
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .header_inner {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .header_logo {
    width: 156px;
    padding-left: 15px;
    padding-top: 12px;
    margin-top: -55px;
  }
}

.nav_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav_btn {
    display: block;
    z-index: 20;
    position: relative;
    width: 55px;
    height: 55px;
    margin-left: auto;
    border-left: 1px solid #3e594b;
    border-bottom: 1px solid #3e594b;
  }
  .nav_btn.active {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .nav_btn::after {
    display: block;
    position: absolute;
    left: 11px;
    bottom: 6px;
    content: "Menu";
    font-size: 12px;
    font-size: 1.2rem;
    color: #3e594b;
    letter-spacing: 0;
  }
}
.nav_btn.active::after {
  content: "Close";
  color: #fff;
}
.nav_btn span {
  position: absolute;
  display: block;
  left: 12px;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #3e594b;
}
.nav_btn span:nth-of-type(1) {
  top: 8px;
}
.nav_btn span:nth-of-type(2) {
  top: 18px;
}
.nav_btn span:nth-of-type(3) {
  top: 28px;
}
.nav_btn.active span:nth-of-type(1) {
  top: 2px;
  background-color: #fff;
  transform: translateY(16px) rotate(-45deg);
}
.nav_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn.active span:nth-of-type(3) {
  top: 34px;
  background-color: #fff;
  transform: translateY(-16px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
  }
}
.gnav_list {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .gnav_list {
    height: 100%;
    padding: 15% 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.gnav_list_item {
  white-space: nowrap;
  padding-left: 40px;
  padding-top: 12px;
}
.gnav_list_item:nth-of-type(5) {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnav_list_item:nth-of-type(5) {
    display: block;
  }
}
.gnav_list_item:nth-of-type(6) {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnav_list_item:nth-of-type(6) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .gnav_list_item {
    padding-left: 0;
    padding-top: 10%;
    text-align: center;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .gnav_list_link {
    display: block;
    color: #fff;
  }
}
.gnav.open {
  display: block;
}
.gnav.close {
  display: none;
}

.cmn_ttl {
  margin-bottom: 4%;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .cmn_ttl {
    margin-bottom: 8%;
    font-size: 6.5vw;
  }
}

.under_ttl {
  background-size: cover;
  text-align: left;
  min-height: 260px;
}
@media screen and (max-width: 767px) {
  .under_ttl {
    height: 50vw;
    min-height: 50vw;
  }
}
.under_ttl_txt {
  position: relative;
  top: 80px;
  display: block;
  margin-left: 12%;
  padding: 30px 30px 0;
  writing-mode: vertical-rl;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .under_ttl_txt {
    top: 20%;
    margin-left: 6%;
    padding: 5% 5% 0;
  }
}
.under_ttl_txt .txt_mini {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .under_ttl_txt .txt_mini {
    font-size: 5vw;
  }
}
.under_ttl_txt .txt_mini .left {
  position: relative;
  left: -1px;
}
.under_ttl_txt .txt_mini .right {
  position: relative;
  right: -2px;
}

.under_ttl_g {
  color: #3e594b;
  line-height: 1.5;
}

.simple_ttl {
  color: #3e594b;
  margin-top: 5%;
  margin-bottom: -4%;
}
@media screen and (max-width: 767px) {
  .simple_ttl {
    margin-top: 12%;
    margin-bottom: 5%;
  }
}

.cmn_ttl_note {
  margin-top: -3%;
  margin-bottom: 4%;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn_ttl_note {
    margin-top: -4%;
    margin-bottom: 8%;
    font-size: 3.8vw;
  }
}

.cmn_sub_ttl {
  position: relative;
  margin-bottom: 3%;
  padding-left: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .cmn_sub_ttl {
    padding-left: 34px;
    font-size: 5vw;
  }
}
.cmn_sub_ttl::before {
  position: absolute;
  left: 0;
  top: 46%;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .cmn_sub_ttl::before {
    width: 24px;
  }
}

.cmn_txt {
  line-height: 2;
}

.imglist_item {
  width: 33.333333%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .imglist_item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6%;
  }
}
.imglist_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .imglist_item:last-child {
    margin-right: auto;
  }
}
.imglist_ttl {
  display: block;
  padding-top: 4%;
  text-align: center;
}

.btn {
  position: relative;
  display: block;
  width: 280px;
  padding: 14px 0 16px;
  margin: 0 auto;
  border: 1px solid #3e594b;
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  color: #3e594b;
  text-align: center;
  background-color: #fff;
}
.btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #3e594b;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding: 6% 0 7%;
  }
}

.arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #3e594b;
}
.arrow::after {
  position: absolute;
  right: 0;
  top: -3px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  border-bottom: solid 3px #3e594b;
}

.btn:hover .arrow {
  background-color: #fff;
}
.btn:hover .arrow::after {
  border-bottom: solid 3px #fff;
}

.pagetop {
  position: fixed;
  z-index: 2;
  bottom: 5%;
  right: 3%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pagetop {
    font-size: 3.5vw;
  }
}
.pagetop_link {
  position: relative;
  top: 80px;
  display: block;
  padding: 70px 20px 20px;
  color: #3e594b;
  background-color: rgba(255, 255, 255, 0.8);
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
          text-orientation: sideways;
}
@media screen and (max-width: 767px) {
  .pagetop_link {
    padding: 14vw 4vw 4vw;
  }
}
.pagetop_link .arrow {
  top: 40px;
  right: 18px;
  width: 26px;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .pagetop_link .arrow {
    top: 20%;
    right: 22%;
  }
}
.pagetop_link .arrow::after {
  right: 20px;
  top: -3px;
}
.pagetop_link:hover {
  opacity: 1;
  color: #fff;
  background-color: #3e594b !important;
}
.pagetop_link:hover .arrow {
  background-color: #fff;
}
.pagetop_link:hover .arrow::after {
  border-bottom: solid 3px #fff;
}

.footer {
  /*margin-top: 8%;*/
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 16%;
    margin-bottom: 6%;
  }
}
.footer .contact {
  padding: 3% 0;
  color: #fff;
  background-color: #3e594b;
}
@media screen and (max-width: 767px) {
  .footer .contact {
    padding: 9% 10% 10%;
  }
}
.footer .contact_ttl {
  padding-top: 2.5%;
  padding-right: 10%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2vw;
}
@media screen and (max-width: 767px) {
  .footer .contact_ttl {
    padding-top: 0;
    padding-right: 0;
    font-size: 5.5vw;
    text-align: center;
  }
}
.footer .contact_btn {
  position: relative;
  margin-top: 1.25%;
  padding: 1.7% 10%;
  height: 100%;
  border: 1px solid #fff;
  font-size: 1.75vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .contact_btn {
    margin-top: 6%;
    padding: 7% 0;
    height: 18vw;
    font-size: 6vw;
    text-align: center;
  }
}
.footer .contact_btn .arrow {
  width: 26px;
  background-color: #fff;
}
.footer .contact_btn .arrow::after {
  border-bottom: solid 3px #fff;
}
.footer .contact_btn:hover {
  opacity: 1;
  color: #3e594b;
  background-color: #fff;
}
.footer .contact_btn:hover .arrow {
  background-color: #3e594b;
}
.footer .contact_btn:hover .arrow::after {
  border-bottom: solid 3px #3e594b;
}
.footer .contact_tel {
  padding-left: 4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .contact_tel {
    padding-left: 0;
    padding-top: 9%;
  }
}
.footer .contact_tel_ttl {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer .contact_tel_ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.footer .contact_tel_no {
  display: block;
  padding-top: 5%;
  font-size: 2vw;
  color: #fff;
}
.footer .contact_tel_no::before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: url(../img/icon_phone.svg);
  width: 1.5vw;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .footer .contact_tel_no::before {
    width: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .contact_tel_no {
    padding-top: 4%;
    font-size: 7vw;
  }
}
.footer .contact_tel_txt {
  padding-top: 3.5%;
}
.footer .contact_tel_txt span {
  margin-left: 4%;
}
.footer .sitemap {
  padding: 4% 0 2%;
}
@media screen and (max-width: 767px) {
  .footer .sitemap {
    padding: 7% 0 6%;
  }
}
.footer .company {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer .company {
    width: 100%;
  }
}
.footer .company_ttl {
  margin-bottom: 3.5%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer .company_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .company_address {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
.footer .company_address span {
  margin-left: 4%;
}
.footer .footer_nav {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav {
    display: none;
  }
}
.footer .footer_nav_list {
  flex-wrap: wrap;
}
.footer .footer_nav_list_item {
  margin-bottom: 4.8%;
  margin-left: 11%;
}
.footer .copy {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #777;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 2vw;
  }
}

/*--------------------------------------------
    Top
---------------------------------------------*/
/*   MV   */
.mv {
  position: relative;
}
.mv_txt {
  position: absolute;
  z-index: 2;
  right: 15%;
  top: 15%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2vw;
  line-height: 2.2;
  color: #fff;
  writing-mode: vertical-rl;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .mv_txt {
    right: 8%;
    top: 10%;
    font-size: 7vw;
    line-height: 2;
  }
}
.mv_txt_inner {
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
}
.mv_txt_inner span {
  position: relative;
  -webkit-text-orientation: upright;
          text-orientation: upright;
}
.mv_txt_inner .left {
  left: 2px;
}
.mv_txt_inner .right {
  right: 2px;
}
.mv_txt_inner .top {
  padding-top: 2px;
}

.swiper-container:before {
  content: "";
  display: block;
  padding-top: calc(9/16*100%);
}
@media screen and (max-width: 767px) {
  .swiper-container:before {
    padding-top: calc(16/9*100%);
  }
}

.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-wrapper img {
  width: 100%;
  height: auto;
}

/*   HEADER & NAV   */
.top .header {
  margin-top: -14%;
}
@media screen and (max-width: 767px) {
  .top .header {
    margin-top: -44.5%;
  }
}

/*   BUSINESS   */
.sec {
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .sec {
    margin-top: 18%;
  }
}

.top .sec_business {
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .top .sec_business {
    padding: 0 6%;
  }
}
.top .sec_business .imglist_ttl {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top .sec_business .imglist_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*   INFO   */
.top .sec_info {
  margin-top: 8%;
}
.top .sec_info .info_img {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .top .sec_info .info_img {
    width: 100%;
    padding-left: 0;
  }
}
.top .sec_info .info_detail {
  width: 50%;
  padding: 6% 8% 0;
}
@media screen and (max-width: 767px) {
  .top .sec_info .info_detail {
    width: 100%;
    padding: 0;
  }
}
.top .sec_info .info_detail_ttl {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .top .sec_info .info_detail_ttl {
    width: 70%;
    margin: 6% auto 0;
  }
}
.top .sec_info .info_detail_txt {
  padding: 6% 0 8%;
}

/*   CASE   */
.case_list_item {
  flex-direction: column;
  margin-bottom: 7%;
}
.case_list .detail_txt {
  width: 40%;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .case_list .detail_txt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 5%;
  }
}
.case_list .imglist {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .case_list .imglist {
    width: 100%;
  }
}
.case_list .imglist .imglist_item {
  width: 50%;
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .case_list .imglist .imglist_item {
    width: 100%;
    margin-right: 0;
  }
}
.case_list .imglist .imglist_item:last-child {
  margin-right: 0;
}
.case_list .btn {
  margin: -7% 0 0;
}
@media screen and (max-width: 767px) {
  .case_list .btn {
    margin: 0 0 5%;
  }
}

/*   NEWS   */
.top .sec_news {
  margin-top: 9%;
  margin-bottom: 9%;
}
@media screen and (max-width: 767px) {
  .top .sec_news {
    margin-bottom: 30%;
  }
}
.top .sec_news .cmn_ttl {
  margin-bottom: 2.5%;
}

.news_list {
  margin-bottom: 4%;
  /*&_link {
      padding: 2% 4% 2% 5%;
      @include mq_sp {
          padding: 4% 0 6% 0;
      }
  }*/
}
@media screen and (max-width: 767px) {
  .news_list {
    margin-bottom: 8%;
  }
}
.news_list_item {
  padding: 2% 4% 2% 5%;
  border-bottom: 1px solid #3e594b;
}
@media screen and (max-width: 767px) {
  .news_list_item {
    padding: 4% 0 6% 0;
  }
}
.news_list_date {
  padding-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .news_list_date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.news_list_ttl {
  padding-left: 4%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news_list_ttl {
    padding-left: 0;
    padding-top: 2%;
  }
}

/*--------------------------------------------
    Custom 注文住宅
---------------------------------------------*/
.custom .under_ttl {
  background-image: url(../img/custom_kv.jpg);
}
@media screen and (max-width: 767px) {
  .custom .under_ttl {
    margin-bottom: 25%;
    background-image: url(../img/custom_kv_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .custom .under_ttl_txt {
    height: 120%;
  }
}
.custom .under_ttl_txt .txt_mini {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .custom .under_ttl_txt .txt_mini {
    font-size: 5vw;
  }
}
.custom .under_ttl_txt .txt_mini .left {
  position: relative;
  left: -1px;
}
.custom .under_ttl_txt .txt_mini .right {
  position: relative;
  right: -2px;
}

.custom_img {
  width: 100%;
}

.custom_txt {
  width: 100%;
  padding: 10% 6% 0;
}
@media screen and (max-width: 767px) {
  .custom_txt {
    padding: 8% 0 0;
  }
}

.sec_custom01 {
  margin-top: 10%;
}
.sec_custom01 .inner {
  max-width: 100%;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .sec_custom01 .inner {
    padding: 0 6%;
  }
}
.sec_custom01 .cmn_txt {
  margin-top: 4%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_custom01 .cmn_txt {
    margin-top: 8%;
    text-align: left;
  }
}

.sec_custom03 .inner {
  flex-direction: row-reverse;
}

.sec_custom04 {
  margin-bottom: -6%;
}
@media screen and (max-width: 767px) {
  .sec_custom04 {
    margin-bottom: -3%;
  }
}

.imglist_subttl {
  padding-top: 6%;
  text-align: center;
}

.imglist_ttl.custom {
  padding-top: 3%;
  font-size: 18px;
  font-size: 1.8rem;
}

.imglist_txt {
  padding-top: 5.5%;
  line-height: 2;
}

/*--------------------------------------------
    Case Study 施工実績
---------------------------------------------*/
/*   INDEX   */
.case .imglist {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .case .imglist {
    margin-top: 12%;
  }
}
.case .imglist_item {
  width: 50%;
  margin-right: 0;
  padding-right: 1.5%;
  padding-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .case .imglist_item {
    width: 100%;
    padding-right: 0;
  }
}
.case .imglist_item:nth-child(even) {
  padding-right: 0;
  padding-left: 1.5%;
}
@media screen and (max-width: 767px) {
  .case .imglist_item:nth-child(even) {
    padding-left: 0;
  }
}
.case .btn {
  width: 100%;
  max-width: 460px;
  margin-top: 6%;
  font-size: 24px;
  font-size: 2.4rem;
}
.case .btn::after {
  display: block;
  content: "リノベーションの事例はこちら";
  padding-top: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  letter-spacing: 0.5px;
}

/*   DETAIL   */
@media screen and (max-width: 767px) {
  .case_kv .inner {
    margin-top: -3%;
    padding: 0;
  }
}
.case_txt {
  margin-top: 5%;
}
.case_txt_left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case_txt_left {
    width: 100%;
  }
}
.case_txt_right {
  width: 50%;
  padding-left: 2%;
  padding-right: 8%;
}
@media screen and (max-width: 767px) {
  .case_txt_right {
    width: 100%;
    margin-top: 6%;
    padding-left: 0;
    padding-right: 0;
  }
}
.case .case_ttl {
  padding-top: 7.5%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .case .case_ttl {
    font-size: 5.5vw;
  }
}
.case .case_note {
  padding-top: 3%;
}
@media screen and (max-width: 767px) {
  .case .case_note {
    padding-top: 5%;
  }
}
.case .case_img_top {
  flex-direction: row-reverse;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .case .case_img_top {
    margin-top: 12%;
  }
}
.case .case_img_top .case_img_b {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .case .case_img_top .case_img_b {
    width: 100%;
  }
}
.case .case_img_top .case_img_s {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .case .case_img_top .case_img_s {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 7%;
  }
  .case .case_img_top .case_img_s01 {
    display: block;
    width: 50%;
    padding-right: 3%;
  }
  .case .case_img_top .case_img_s02 {
    display: block;
    width: 50%;
    padding-left: 3%;
  }
}
.case .case_img_btm {
  margin-top: 7%;
}
@media screen and (max-width: 767px) {
  .case .case_img_btm {
    margin-top: 15%;
  }
}
.case .case_img_btm img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .case .case_img_btm img {
    width: 100%;
  }
}
.case .case_img_btm .case_img_left {
  padding-right: 1.5%;
}
@media screen and (max-width: 767px) {
  .case .case_img_btm .case_img_left {
    padding-right: 0;
    padding-bottom: 7%;
  }
}
.case .case_img_btm .case_img_right {
  padding-left: 1.5%;
}
@media screen and (max-width: 767px) {
  .case .case_img_btm .case_img_right {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .case .btn.back {
    margin-top: 15%;
  }
}
.case .btn.back .arrow {
  left: 20px;
}
.case .btn.back .arrow::after {
  right: 14px;
}
.case .btn.back::after {
  content: "他の事例を見る";
}

/*--------------------------------------------
    News お知らせ
---------------------------------------------*/
/*   INDEX   */
.pager_list {
  text-align: center;
}
.pager_list_item {
  display: inline-block;
  margin: 0 1%;
}
.pager_list_item.pre {
  position: relative;
}
.pager_list_item.pre .arrow {
  top: 27px;
  right: 10px;
}
.pager_list_item.pre .arrow::after {
  right: 14px;
}
.pager_list_item.next {
  position: relative;
}
.pager_list_item.next .arrow {
  top: 22px;
  right: 0;
}
.pager_list_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
}
.pager_list_link.active {
  color: #fff;
  background-color: #3e594b;
}

/*--------------------------------------------
    Company 会社概要
---------------------------------------------*/
.company .under_ttl {
  background-image: url(../img/company_kv.jpg);
}
@media screen and (max-width: 767px) {
  .company .under_ttl {
    background-image: url(../img/company_kv_sp.jpg);
  }
}
.company .under_ttl_txt {
  padding: 40px 30px;
}
.company .cmn_txt {
  padding-top: 7%;
  text-align: center;
}

.company_list {
  margin-top: 5%;
}
.company_list_ttl {
  width: 20%;
  padding: 4.2% 4% 4%;
  border-bottom: 1px solid #3e594b;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
@media screen and (max-width: 767px) {
  .company_list_ttl {
    width: 100%;
    padding: 8% 10% 0;
    border-bottom: none;
  }
}
.company_list_detail {
  width: 80%;
  padding: 3.8% 4%;
  border-bottom: 1px solid #3e594b;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .company_list_detail {
    width: 100%;
    padding: 5% 10% 8%;
  }
}

.company .map {
  margin-top: 8%;
  margin-bottom: 16%;
}

/*--------------------------------------------
    Privacy プライバシーポリシー
---------------------------------------------*/
.privacy_list {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .privacy_list {
    margin-top: 12%;
  }
}
.privacy_list_ttl {
  margin-top: 4%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .privacy_list_ttl {
    margin-top: 10%;
    margin-bottom: 5%;
  }
}
.privacy_list_detail {
  line-height: 1.8;
}

.disc_list {
  list-style: disc;
  margin-top: 1%;
  margin-left: 20px;
}

/*--------------------------------------------
    Contact お問い合わせ
---------------------------------------------*/
/*   INDEX   */
.contact .under_ttl {
  background-image: url(../img/mv01.jpg);
}

@media screen and (max-width: 767px) {
  .contact .inner {
    padding: 0;
  }
}
.contact_list_ttl {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 30%;
  padding: 4.5% 4% 4%;
  border-bottom: 1px solid #3e594b;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.contact_list_ttl.no_required {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .contact_list_ttl {
    width: 100%;
    padding: 8% 10% 0;
    border-bottom: none;
  }
}
.contact_list_detail {
  width: 70%;
  padding: 3% 4%;
  border-bottom: 1px solid #3e594b;
}
@media screen and (max-width: 767px) {
  .contact_list_detail {
    width: 100%;
    padding: 5% 10% 8%;
  }
}
.contact_list_detail .wrap {
  padding-top: 3%;
}
.contact_list_detail .wrap:nth-of-type(1) {
  padding-top: 0;
}
.contact_list_detail .detail_ttl {
  padding-top: 3%;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .contact_list_detail .detail_ttl {
    padding-bottom: 2.5%;
    width: 100%;
  }
}
.contact_list_detail .wrap label {
  flex: 1;
}
.contact_list_detail .detail_txt {
  padding: 3% 0;
}
@media screen and (max-width: 767px) {
  .contact_list_detail .detail_txt {
    padding: 5% 0;
  }
}

.required {
  display: block;
  padding: 5px;
  margin-left: auto;
  margin-top: -2%;
  color: #fff;
  background-color: #aa2b2b;
}
@media screen and (max-width: 767px) {
  .required {
    padding: 5px 10px;
  }
}

.zip_input input {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .zip_input input {
    width: 100%;
  }
}

.pref_select {
  position: relative;
  width: 40%;
  overflow: hidden;
  border: 1px solid #3e594b;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pref_select {
    width: 100%;
  }
}
.pref_select select {
  padding: 13px 15px;
  text-overflow: ellipsis;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.pref_select select::-ms-expand {
  display: none;
}
.pref_select select:focus {
  padding: 12px 15px;
  border: 2px solid #3e594b;
}
.pref_select::after {
  position: absolute;
  top: 15px;
  right: 18px;
  display: block;
  content: "";
  border-bottom: solid 1px #3e594b;
  border-right: solid 1px #3e594b;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.check_list {
  padding-bottom: 2%;
}
.check_list_item {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .check_list_item {
    margin-top: 8%;
  }
}
.check_list_item:nth-of-type(1) {
  margin-top: 2%;
}

.check_label {
  display: inline-block;
}
.check_label:hover {
  cursor: pointer;
}

.check_input {
  display: none;
}

.check_txt {
  padding-left: 36px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.check_txt:hover {
  opacity: 0.8;
}

.check_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3e594b;
}

.check_input:checked + .check_txt::before {
  background-color: #3e594b;
}

.check_input:checked + .check_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.privacy_link {
  padding: 6% 0;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy_link {
    padding: 12% 0;
  }
}

@media screen and (max-width: 767px) {
  .submit {
    margin-bottom: 25%;
  }
}
.submit .submit_btn {
  width: 100%;
  max-width: 460px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .submit .submit_btn {
    width: 80%;
    padding: 4.5% 0 6%;
  }
}
.submit .submit_btn::before {
  display: block;
  content: "Confirm";
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 1.5px;
}
.submit .submit_btn::after {
  display: block;
  content: "内容を確認する";
  padding-top: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  letter-spacing: 0.5px;
}
.submit input {
  display: none;
}

/*   CONFIRM   */
.contact_list.confirm .contact_list_ttl {
  justify-content: flex-start;
  padding: 3.8% 4% 4%;
}
@media screen and (max-width: 767px) {
  .contact_list.confirm .contact_list_ttl {
    padding: 8% 10% 0;
  }
}
.contact_list.confirm .contact_list_detail {
  padding: 3% 4% 3.5%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact_list.confirm .contact_list_detail {
    padding: 5% 10% 7%;
  }
}

.confirm .check_list {
  padding-bottom: 0;
}
.confirm .check_list_item {
  margin-top: 1%;
}
.confirm .check_list_item:nth-of-type(1) {
  margin-top: 0;
}

.submit.confirm {
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .submit.confirm {
    margin-top: 12%;
  }
}
.submit.confirm .submit_btn::before {
  content: "Send";
}
.submit.confirm .submit_btn::after {
  content: "この内容で送信する";
}

/*   COMPLETE   */
.complete .cmn_sub_ttl {
  padding-left: 0;
  text-align: center;
}
.complete .cmn_sub_ttl::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .complete .cmn_sub_ttl {
    padding: 0 10%;
    padding-top: 12%;
    line-height: 1.5;
  }
}
.complete .cmn_txt {
  padding-bottom: 6%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .complete .cmn_txt {
    padding: 2% 10% 12%;
    text-align: left;
  }
}

.complete_btn {
  width: 100%;
  max-width: 460px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .complete_btn {
    width: 80%;
    padding: 4.5% 0 6%;
    margin-bottom: 25%;
  }
}
.complete_btn::after {
  display: block;
  content: "トップページに戻る";
  padding-top: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  letter-spacing: 0.5px;
}
.complete_btn .arrow {
  left: 20px;
}
.complete_btn .arrow::after {
  right: 14px;
}