@charset "UTF-8";
/*
Theme Name: suzuki-shoten_co_jp_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
:root {
  --wrap: 1140px;
}

/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
  font-family: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* regular 400 bold 700 */
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-strict;
  color: #4d4444;
  background-color: #faf7ef;
  text-rendering: optimizeLegibility;
}
body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}
body::after {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-image: url(./img/common/allbg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 1440px 931px;
}

.f_urb {
  /* regular 400 bold 700 */
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}

.f_min {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  text-decoration: none;
  color: #4d4444;
}
a:hover {
  color: #4d4444;
}

.thumbimg:hover {
  opacity: 0.9;
}

.clear {
  line-height: 0;
  clear: both;
}

.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table tbody tr th, table tbody tr td {
  font-weight: 400;
}

iframe {
  max-width: 100%;
}

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

.target_line {
  position: absolute;
  top: 0;
  left: 0;
}

.anim {
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}
.anim:hover {
  opacity: 0.9;
}

section {
  position: relative;
  display: block;
}

/****************************************
		Animation Setting 
*****************************************/
.__animhl {
  position: relative;
}
.__animhl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  border-radius: 40px;
}
.__animhl:hover i {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.__animhl.is-over i {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.__animhz ._img img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0, 0, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0, 0, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
}
.__animhz:hover ._img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.__animf {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.__animf.is-anime {
  -webkit-animation: fadeInUp 800ms 300ms cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 800ms 300ms cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.__animf.is-anime.__a0 {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.__animf.is-anime.__a1 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.__animf.is-anime.__a2 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.__animf.is-anime.__a4 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.__animf.is-anime.__a5 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.__animf.is-anime.__a6 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.__animf.is-anime.__a7 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.__animf.is-anime.__a8 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.__animf.is-anime.__a9 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.__animf.is-anime.__a10 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.__animzin ._img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  opacity: 0;
}
.__animzin.is-anime ._img {
  -webkit-animation: zoomIn 2.5s ease-out forwards;
          animation: zoomIn 2.5s ease-out forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  80% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0, 0, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0, 0, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  80% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0, 0, 0.5, 1);
    transition: transform 0.6s cubic-bezier(0, 0, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.5, 1);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
.__animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}
.__animo.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.__animaf .__animafch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.__animaf.is-anime .__animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.__animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.__animfl.is-anime {
  -webkit-animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInLeft 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.__animfbr {
  opacity: 0;
}
.__animfbr.is-anime {
  -webkit-animation: animBlur 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: animBlur 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@-webkit-keyframes animBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes animBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes anim-btn_l {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(10px) scale(0.6);
            transform: translateX(10px) scale(0.6);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-10px) scale(0.6);
            transform: translateX(-10px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes anim-btn_l {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(10px) scale(0.6);
            transform: translateX(10px) scale(0.6);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-10px) scale(0.6);
            transform: translateX(-10px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes anim-btn_r {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-10px) scale(0.6);
            transform: translateX(-10px) scale(0.6);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(10px) scale(0.6);
            transform: translateX(10px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes anim-btn_r {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-10px) scale(0.6);
            transform: translateX(-10px) scale(0.6);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(10px) scale(0.6);
            transform: translateX(10px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes anim-btn_lt {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px) scale(0.6);
            transform: translateY(10px) scale(0.6);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateY(-10px) scale(0.6);
            transform: translateY(-10px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes anim-btn_lt {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px) scale(0.6);
            transform: translateY(10px) scale(0.6);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateY(-10px) scale(0.6);
            transform: translateY(-10px) scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
  }
}
/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
}
.wrap .target_line {
  top: -150px;
}

.boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header {
  position: relative;
  z-index: 2;
  height: 295px;
}

.header_logo {
  position: absolute;
  z-index: 2;
  top: 44px;
  left: 69px;
}

.header_nav {
  position: absolute;
  z-index: 2;
  top: 69px;
  right: 73px;
  width: 340px;
}
.header_nav ._parent {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_nav ._list.-active ._list_link {
  color: #f2b20d;
}
.header_nav ._list:nth-child(1) ._sub::before {
  left: 34px;
}
.header_nav ._list:nth-child(2) ._sub::before {
  left: 85px;
}
.header_nav ._list:nth-child(3) ._sub::before {
  left: 134px;
}
.header_nav ._list:nth-child(4) ._sub::before {
  left: 184px;
}
.header_nav ._list:nth-child(5) ._sub::before {
  left: 233px;
}
.header_nav ._list_link {
  font-size: 120%;
  display: block;
  height: 185px;
  padding: 0 10.5px;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  letter-spacing: 0.46em;
  color: #63b34f;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.header_nav ._sub {
  position: absolute;
  z-index: 0;
  top: 186px;
  left: 0;
  width: 340px;
  padding: 20px 40px 39px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1) opacity, 0.4s cubic-bezier(0.25, 1, 0.5, 1) -webkit-transform;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1) opacity, 0.4s cubic-bezier(0.25, 1, 0.5, 1) -webkit-transform;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1) opacity, 0.4s cubic-bezier(0.25, 1, 0.5, 1) transform;
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1) opacity, 0.4s cubic-bezier(0.25, 1, 0.5, 1) transform, 0.4s cubic-bezier(0.25, 1, 0.5, 1) -webkit-transform;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  pointer-events: none;
  opacity: 0;
  border-radius: 20px;
  background-color: #fff;
}
.header_nav ._sub::before {
  position: absolute;
  z-index: 1;
  top: -12px;
  width: 22px;
  height: 12px;
  margin: auto;
  content: "";
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.header_nav ._sub.-active {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
  opacity: 1;
}
.header_nav ._sub_list {
  position: relative;
  display: block;
  margin-bottom: 29px;
}
.header_nav ._sub_list:last-child {
  margin-bottom: 0;
}
.header_nav ._sub_list._fst {
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
}
.header_nav ._sub_list._fst ._sub_list_link {
  font-size: 147%;
  font-weight: 900;
  color: #63b34f;
}
.header_nav ._sub_list ._sub_list_link {
  font-size: 120%;
  line-height: 1;
  display: inline-block;
  padding-left: 28px;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  letter-spacing: 0.1em;
}
.header_nav ._sub_list ._sub_list_link:hover {
  color: #f2b20d;
}
.header_nav ._sub_list ._sub_list_link::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #f2b20d;
}

.gnav {
  position: fixed;
  z-index: 2001;
  top: -80px;
  left: 40px;
  width: 988px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: top 500ms 0s ease;
  transition: top 500ms 0s ease;
  pointer-events: none;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gnav.-tp {
  top: 40px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
.gnav ._inner {
  position: relative;
  border-radius: 40px;
  background-color: #faf7ef;
}
.gnav ._head {
  position: relative;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
}
.gnav ._logo {
  position: absolute;
  top: 50%;
  left: 60px;
  display: block;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.gnav ._parent {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 302px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  gap: 0 28px;
}
.gnav ._list.-active ._list_link {
  color: #f2b20d;
}
.gnav ._list_link {
  font-size: 120%;
  display: block;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  letter-spacing: 0.2em;
  color: #63b34f;
}
.gnav ._body {
  position: relative;
  height: 0;
  -webkit-transition: height 400ms 0s ease;
  transition: height 400ms 0s ease;
}
.gnav ._body.-active {
  height: 283px;
}
.gnav ._sub {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 35px 64px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
}
.gnav ._sub.-active {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
  opacity: 1;
}
.gnav ._sub_list {
  position: relative;
  display: block;
  width: 33%;
  margin-bottom: 33px;
}
.gnav ._sub_list:nth-child(n+4) {
  margin-bottom: 0;
}
.gnav ._sub_list._fst {
  width: 100%;
  padding: 18px 0;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.gnav ._sub_list._fst ._sub_list_link {
  font-size: 147%;
  font-weight: 900;
  color: #63b34f;
}
.gnav ._sub_list ._sub_list_link {
  font-size: 120%;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  letter-spacing: 0.1em;
}
.gnav ._sub_list ._sub_list_link:hover {
  color: #f2b20d;
}
.gnav ._sub_list ._sub_list_link::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #f2b20d;
}

.gnav_btn {
  position: fixed;
  z-index: 2001;
  top: -80px;
  right: 50px;
  width: 190px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}
.gnav_btn a ._inn {
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
}
.gnav_btn a:hover ._inn {
  background-color: #f2b20d;
}
.gnav_btn.-tp {
  top: 50px;
}

.btn_a {
  background: #000;
}

.btn_g ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 60px;
  border-radius: 40px;
  background-color: #63b34f;
}
.btn_g ._txt {
  font-size: 107%;
  font-weight: 900;
  line-height: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
.btn_g ._ibg {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #f2b20d;
}

.btn_l {
  cursor: pointer;
}
.btn_l._gr ._ico {
  background-color: #63b34f;
}
.btn_l._gr ._ibg {
  background-color: #63b34f;
}
.btn_l._gr:hover .__ico svg {
  -webkit-animation: anim-btn_lt 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
          animation: anim-btn_lt 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
}
.btn_l._gr:hover .__ico svg path {
  fill: transparent;
  stroke: #4d4444;
}
.btn_l._wh ._inn {
  background-color: #fff;
}
.btn_l._wh:hover ._ico {
  background-color: #fff;
}
.btn_l:hover ._ico {
  background-color: #f5efe0;
}
.btn_l:hover .__ico svg {
  -webkit-animation: anim-btn_l 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
          animation: anim-btn_l 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
}
.btn_l:hover .__ico svg path {
  fill: #4d4444;
}
.btn_l ._ibg {
  background-color: #f2b20d;
}
.btn_l ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 70px;
  border-radius: 40px;
  background-color: #f5efe0;
}
.btn_l ._txt {
  font-size: 107%;
  font-weight: 900;
  line-height: 11;
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  letter-spacing: 0.1em;
}
.btn_l ._ico {
  position: absolute;
  z-index: 11;
  top: 50%;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #f2b20d;
}
.btn_l .__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
}

.btn_back {
  display: block;
}
.btn_back:hover ._inn {
  background-color: #f2b20d;
}
.btn_back ._inn {
  position: relative;
  overflow: hidden;
  height: 56px;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border-radius: 20px 20px 0 0;
  background-color: #63b34f;
}
.btn_back ._txt {
  font-size: 107%;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
}

.tit_l {
  position: relative;
  z-index: 2;
  padding-bottom: 13px;
  border-bottom: 1px solid #c4c4c4;
}
.tit_l h2 {
  font-size: 180%;
  position: relative;
  padding-left: 35px;
  letter-spacing: 0.2em;
}
.tit_l h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #f2b20d;
}

.sec_foot_nav {
  position: relative;
  overflow: hidden;
  margin-bottom: 133px;
}
.sec_foot_nav._col3 .boxs .box {
  width: calc((100% - 40px) / 3);
}
.sec_foot_nav._col3 .boxs .box:nth-child(2) {
  margin-right: 40px;
}
.sec_foot_nav._col3 .boxs .box:nth-child(3) {
  margin-right: 0;
}
.sec_foot_nav .wrap {
  padding-top: 96px;
  padding-bottom: 66px;
}
.sec_foot_nav .boxs .box {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.sec_foot_nav .boxs .box:nth-child(2) {
  margin-right: 0;
}
.sec_foot_nav .boxs .box:hover .box_tit ._ico {
  background-color: #63b34f;
}
.sec_foot_nav .boxs .box:hover .box_tit ._ico svg path {
  -webkit-animation: anim-btn_l 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
          animation: anim-btn_l 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
}
.sec_foot_nav .box_tit {
  position: relative;
  z-index: 2;
  padding: 15px 0;
}
.sec_foot_nav .box_tit h3 {
  font-size: 147%;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec_foot_nav .box_tit ._ico {
  position: absolute;
  z-index: 11;
  top: 50%;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #f2b20d;
}
.sec_foot_nav .box_tit .__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
}
.sec_foot_nav ._bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(100vw - (100vw - var(--wrap)) / 2 - 77px);
  height: 100%;
  border-radius: 20px 0 0 20px;
  background-color: #e6eee2;
}
.sec_foot_nav .box_img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-left: auto;
  padding-bottom: 22px;
}
.sec_foot_nav .box_img ._inn {
  overflow: hidden;
  border-radius: 20px;
}
.sec_foot_nav .box_img ._inn ._img {
  width: 100%;
}

.sec_foot_contact {
  position: relative;
  overflow: hidden;
}
.sec_foot_contact .wrap {
  padding-top: 122px;
}
.sec_foot_contact ._tit {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.sec_foot_contact ._tit h2 {
  font-size: 180%;
  letter-spacing: 0.43em;
  color: #63b34f;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.sec_foot_contact ._bg {
  position: absolute;
  z-index: 1;
  top: 57px;
  left: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(100vw - (100vw - var(--wrap)) / 2 + 77px);
  height: 432px;
  border-radius: 0 20px 20px 0;
  background-color: #f5efe0;
}
.sec_foot_contact .boxs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec_foot_contact .boxs .box {
  position: relative;
  width: 42.9%;
  margin-left: 6%;
}
.sec_foot_contact .box_tit {
  position: absolute;
  z-index: 2;
  top: 91px;
  left: 0;
}
.sec_foot_contact .box_tit strong {
  font-size: 240%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.sec_foot_contact .box_tit p {
  font-size: 214%;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.sec_foot_contact .box_tit h4 {
  font-size: 127%;
  display: block;
  margin-top: 14px;
  letter-spacing: 0.06em;
  color: #63b34f;
}
.sec_foot_contact .box_tit small {
  font-size: 80%;
  line-height: 1.7;
  color: #63b34f;
}
.sec_foot_contact .box_img_o {
  display: block;
  width: 50%;
  margin-left: auto;
}
.sec_foot_contact .box_img {
  position: relative;
  z-index: 1;
}
.sec_foot_contact .box_img ._inn {
  overflow: hidden;
  border-radius: 20px;
}
.sec_foot_contact .box_img ._inn ._img {
  width: 100%;
}
.sec_foot_contact .btn_l {
  display: block;
  width: 260px;
  margin-top: 49px;
}

.footer {
  margin-top: 114px;
  padding-bottom: 156px;
}
.footer .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 75%;
}
.footer .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 25%;
  padding-right: 2%;
  text-align: right;
}
.footer ._line {
  display: block;
  height: 1px;
  background: #c4c4c4;
}
.footer ._link {
  font-weight: 700;
  margin-left: 78px;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  color: #63b34f;
}
.footer ._link svg {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.footer ._link:hover {
  color: #f2b20d;
}
.footer .box_img {
  margin-top: 62px;
}
.footer .box_tit {
  padding-bottom: 24px;
}
.footer .box_tit h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.footer .box_dl {
  padding: 30px 0;
}
.footer .box_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.footer .box_dl dl:last-child {
  margin-bottom: 0;
}
.footer .box_dl dl dt, .footer .box_dl dl dd {
  font-size: 107%;
  line-height: 1.75;
}
.footer .box_dl dl dt {
  width: 140px;
  color: #f2b20d;
}
.footer .box_dl dl dd {
  width: calc(100% - 140px);
  color: #63b34f;
}
.footer .box_clm {
  padding-top: 24px;
}
.footer .box_clm p {
  font-size: 80%;
  color: #63b34f;
}

.sp_dnav_logo {
  position: fixed;
  z-index: 9999;
  top: -80px;
  left: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: top 500ms 0s ease;
  transition: top 500ms 0s ease;
  pointer-events: none;
}
.sp_dnav_logo.-tp {
  top: 32px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}

.sp_dnav_btn {
  position: fixed;
  z-index: 9999;
  top: -80px;
  right: 20px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: top 500ms 0s ease;
  transition: top 500ms 0s ease;
  pointer-events: none;
}
.sp_dnav_btn.-tp {
  top: 20px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
.sp_dnav_btn._h {
  position: absolute;
  top: 8px;
  right: 15px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
.sp_dnav_btn._h ._inn {
  background-color: transparent;
}
.sp_dnav_btn._h ._inn div {
  right: 10px;
  width: 40px;
}
.sp_dnav_btn._h.open .drawer-hamburger-icon {
  background-color: transparent;
}
.sp_dnav_btn._h .drawer-hamburger-icon {
  background-color: #63b34f;
}
.sp_dnav_btn._h .drawer-hamburger-icon:after, .sp_dnav_btn._h .drawer-hamburger-icon:before {
  background-color: #63b34f;
}
.sp_dnav_btn ._inn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #63b34f;
}
.sp_dnav_btn ._inn div {
  position: absolute;
  top: 19px;
  right: 18px;
  width: 24px;
  height: 16px;
}

.drawer-hamburger-icon {
  background-color: #fff;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer-hamburger-icon:before {
  top: -7px;
}
.drawer-hamburger-icon:after {
  top: 7px;
}

.drawer--right .drawer-nav {
  right: -103vw;
  -webkit-transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0 !important;
}

.drawer-nav {
  z-index: 98;
  width: 100vw;
  background: #f5efe0;
}
.drawer-nav .wrap {
  overflow-y: scroll;
  height: 100vh;
}
.drawer-nav ._parent {
  padding: 135px 0 200px;
}
.drawer-nav ._list {
  border-bottom: 1px solid #c4c4c4;
}
.drawer-nav ._list._fst {
  border-top: 1px solid #c4c4c4;
}
.drawer-nav ._list_link {
  font-size: 120%;
  position: relative;
  display: block;
  padding: 17px 19px;
  cursor: pointer;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  letter-spacing: 0.2em;
  color: #63b34f;
}
.drawer-nav ._list_link.open ._arw svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.drawer-nav ._list_link ._arw {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.drawer-nav ._sub {
  display: none;
  padding: 22px 19px 0;
  border-top: 1px solid #c4c4c4;
}
.drawer-nav ._sub_list {
  margin-bottom: 22px;
}
.drawer-nav ._sub_list._fst ._sub_list_link {
  font-size: 134%;
  color: #63b34f;
}
.drawer-nav ._sub_list_link {
  font-size: 120%;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 28px;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  letter-spacing: 0.1em;
}
.drawer-nav ._sub_list_link:hover {
  color: #f2b20d;
}
.drawer-nav ._sub_list_link::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #f2b20d;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  opacity: 1 !important;
}

.fix_tel {
  position: fixed;
  z-index: 1001;
  bottom: -80px;
  left: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: bottom 500ms 0s ease;
  transition: bottom 500ms 0s ease;
  pointer-events: none;
}
.fix_tel.-tp {
  bottom: 20px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
.fix_tel.-btm {
  bottom: -80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

/****************************************
		page Setting 
*****************************************/
.sec_pages_limg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 197px;
}
.sec_pages_limg .wrap {
  min-height: 380px;
}
.sec_pages_limg ._tit h1 {
  font-size: 308%;
  font-weight: 700;
  letter-spacing: 0.45em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.sec_pages_limg._voice ._bg ._inn ._img {
  background-image: url(./img/voice/pages_limg@2x.jpg);
}
.sec_pages_limg._info ._bg ._inn ._img {
  background-image: url(./img/info/pages_limg@2x.jpg);
}
.sec_pages_limg._menu ._bg ._inn ._img {
  background-image: url(./img/menu/pages_limg@2x.jpg);
}
.sec_pages_limg._service ._bg ._inn ._img {
  background-image: url(./img/service/pages_limg@2x.jpg);
}
.sec_pages_limg._about ._bg ._inn ._img {
  background-image: url(./img/about/pages_limg@2x.jpg);
}
.sec_pages_limg._contact ._bg ._inn ._img {
  background-image: url(./img/contact/pages_limg@2x.jpg);
}
.sec_pages_limg ._bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - (100vw - var(--wrap)) / 2 - 193px);
}
.sec_pages_limg ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 380px;
  border-radius: 4px 0 0 4px;
}
.sec_pages_limg ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/****************************************
		voice Setting 
*****************************************/
.sec_voice_ba {
  overflow: hidden;
  margin-bottom: 148px;
}
.sec_voice_ba .tit_l {
  margin-bottom: 72px;
}
.sec_voice_ba .wrap {
  padding-top: 83px;
  padding-bottom: 175px;
}
.sec_voice_ba ._bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc((100vw - var(--wrap)) / 2 * -1);
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  background-color: #f5efe0;
}

.voice_ba {
  position: relative;
  z-index: 2;
}
.voice_ba .boxs {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.voice_ba .boxs::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: calc((100vw - var(--wrap)) / 2 * -1);
  display: block;
  width: 42.56vw;
  height: 100%;
  content: "";
  border-radius: 4px 0 0 4px;
  background-color: #fff;
}
.voice_ba .boxs:last-child {
  margin-bottom: 0;
}
.voice_ba .boxs .box {
  position: relative;
  z-index: 2;
}
.voice_ba .boxs .box:nth-child(1) {
  width: 42.1%;
  margin-right: 7.9%;
}
.voice_ba .boxs .box:nth-child(2) {
  width: 50%;
}
.voice_ba ._arw {
  position: absolute;
  z-index: 1;
  top: 33%;
  right: calc((7.9% + 24px) * -1);
  display: block;
  width: 24px;
  height: 48px;
  background: #63b34f;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.voice_ba .box_img {
  position: relative;
  z-index: 1;
}
.voice_ba .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.voice_ba .box_img ._tag {
  font-size: 134%;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 97px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #4d4444;
}
.voice_ba .box_img ._tag._a {
  background-color: #63b34f;
}
.voice_ba .box_tit {
  position: relative;
  margin: 48px 0 55px;
  padding-left: 77px;
}
.voice_ba .box_tit h3 {
  font-size: 147%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.voice_ba .box_tit p {
  font-size: 107%;
  line-height: 1.2;
}
.voice_ba .box_tit ._num {
  position: absolute;
  top: -5px;
  left: 0;
  text-align: center;
}
.voice_ba .box_tit ._num span {
  display: block;
  color: #63b34f;
}
.voice_ba .box_tit ._num span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.voice_ba .box_tit ._num span:nth-child(2) {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.voice_ba .box_dl {
  padding-top: 52px;
}
.voice_ba .box_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.voice_ba .box_dl dl:last-child {
  margin-bottom: 0;
}
.voice_ba .box_dl dl dt, .voice_ba .box_dl dl dd {
  font-size: 107%;
  line-height: 1.75;
}
.voice_ba .box_dl dl dt {
  width: 170px;
  color: #63b34f;
}
.voice_ba .box_dl dl dd {
  width: calc(100% - 170px);
}

.sec_voice_limg {
  overflow: hidden;
  margin-bottom: 202px;
}
.sec_voice_limg .wrap {
  height: 500px;
}
.sec_voice_limg ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + (100vw - var(--wrap)) / 2);
}
.sec_voice_limg ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 500px;
  border-radius: 10px 0 0 10px;
}
.sec_voice_limg ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/voice/pages_img_02@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_voice_cs {
  margin-bottom: 135px;
}
.sec_voice_cs .tit_l {
  margin-bottom: 89px;
}
.sec_voice_cs .wrap .target_line {
  top: -180px;
}

.voice_cs {
  position: relative;
}
.voice_cs ._bg {
  position: absolute;
  top: 0;
  left: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(18.4% + (100vw - var(--wrap)) / 2);
}
.voice_cs ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 480px;
  border-radius: 0 4px 4px 0;
}
.voice_cs ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/voice/pages_img_03@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.voice_cs .boxs {
  display: block;
}
.voice_cs .boxs .box:nth-child(1) {
  width: 74.5%;
  margin-left: auto;
}
.voice_cs .box_clms {
  position: relative;
  margin-bottom: 10px;
  padding: 49px 60px 54px 157px;
  border-radius: 4px;
  background-color: #fff;
}
.voice_cs .box_clms:last-child {
  margin-bottom: 0;
}
.voice_cs .box_clms ._num {
  position: absolute;
  top: 50%;
  left: 62px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  text-align: center;
}
.voice_cs .box_clms ._num span {
  display: block;
  color: #63b34f;
}
.voice_cs .box_clms ._num span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.voice_cs .box_clms ._num span:nth-child(2) {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.voice_cs .box_clms h3 {
  font-size: 147%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.voice_cs .box_clms p {
  font-size: 107%;
  margin-top: 16px;
}

/****************************************
		info Setting 
*****************************************/
.sec_info_ov {
  margin-bottom: 104px;
}
.sec_info_ov .tit_l {
  margin-bottom: 89px;
}

.info_ov {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info_ov ._bg {
  position: relative;
  width: calc(43.5% - 76px);
  margin-right: 76px;
}
.info_ov ._bg ._inn {
  position: relative;
  z-index: 1;
  top: 0;
  left: calc((100vw - var(--wrap)) / 2 * -1);
  overflow: hidden;
  width: calc(100% + (100vw - var(--wrap)) / 2);
}
.info_ov ._bg ._inn ._img {
  width: 100%;
}
.info_ov ._bg ._inn ._img img {
  width: 100%;
}
.info_ov .boxs {
  position: relative;
  display: block;
  width: 56.5%;
}
.info_ov .box_clms h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.info_ov .box_clms table {
  width: 100%;
  margin-top: 95px;
}
.info_ov .box_clms table tbody tr th, .info_ov .box_clms table tbody tr td {
  font-size: 107%;
  padding-bottom: 12px;
  text-align: left;
}
.info_ov .box_clms table tbody tr th {
  color: #63b34f;
}

.sec_info_staff {
  margin-bottom: 122px;
}
.sec_info_staff .tit_l {
  margin-bottom: 46px;
}

.info_staff .boxs {
  gap: 0 22px;
}
.info_staff .box_img {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 43px;
}
.info_staff .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.info_staff .box_img ._inn ._img {
  width: 100%;
}
.info_staff .box_clms strong {
  font-size: 80%;
  line-height: 1.7;
  color: #63b34f;
}
.info_staff .box_clms h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.info_staff .box_clms h4 {
  font-size: 127%;
  line-height: 1.7;
  margin-top: 18px;
  letter-spacing: 0.06em;
}
.info_staff .box_clms .btn_l {
  display: inline-block;
  width: 260px;
  margin-top: 40px;
}

.sec_info_ac {
  overflow: hidden;
  margin-bottom: 70px;
  padding: 92px 0 0;
}
.sec_info_ac .tit_l {
  margin-bottom: 30px;
}

.info_ac {
  position: relative;
}
.info_ac ._bg {
  position: absolute;
  z-index: 3;
  top: -174px;
  right: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(40.6% + (100vw - var(--wrap)) / 2);
}
.info_ac ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 340px;
  border-radius: 4px 0 0 4px;
}
.info_ac ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/info/pages_img_03@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.info_ac .boxs {
  display: block;
}
.info_ac .boxs .box:nth-child(1) {
  width: 57.6%;
}
.info_ac .box_clms h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.info_ac .box_clms p {
  font-size: 107%;
  line-height: 1.75;
  margin: 10px 0;
}
.info_ac .box_clms ._link {
  font-weight: 700;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  color: #63b34f;
}
.info_ac .box_clms ._link svg {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.info_ac .box_clms ._link:hover {
  color: #f2b20d;
}

.info_ac_map {
  margin-top: 126px;
}
.info_ac_map ._map {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 43px;
}
.info_ac_map ._map ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.info_ac_map ._map ._inn ._img iframe {
  width: 100%;
}

.sec_info_hs {
  margin-bottom: 167px;
}
.sec_info_hs .tit_l {
  margin-bottom: 60px;
}

.info_hs {
  position: relative;
}
.info_hs .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 44.7%;
}
.info_hs .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 44.9%;
  margin-right: 10.4%;
}
.info_hs .box_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 10px;
}
.info_hs .box_img {
  position: relative;
  z-index: 1;
  display: block;
}
.info_hs .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.info_hs .box_img ._inn ._img {
  width: 100%;
}
.info_hs .box_clms table {
  width: 100%;
}
.info_hs .box_clms table tbody tr th, .info_hs .box_clms table tbody tr td {
  font-size: 107%;
  padding-bottom: 12px;
  text-align: left;
}
.info_hs .box_clms table tbody tr th {
  width: 100px;
  white-space: nowrap;
  color: #63b34f;
}

.info_hs_clm {
  margin-top: 116px;
}
.info_hs_clm h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}

.modaal-overlay {
  z-index: 30000;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #63b34f;
}

.modaal-wrapper-info {
  z-index: 30001;
}
.modaal-wrapper-info .modaal-container {
  border-radius: 20px;
}

.modal_info_outer {
  max-width: 946px;
  margin: 107px auto 96px;
  color: #4d4444;
}
.modal_info_outer .box_img {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 43px;
}
.modal_info_outer .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.modal_info_outer .box_img ._inn ._img {
  width: 100%;
}
.modal_info_outer .box_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  gap: 15px;
}
.modal_info_outer .box_clms ._read {
  padding: 77px 0 38px;
}
.modal_info_outer .box_clms ._read h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.modal_info_outer .box_clms ._name strong {
  font-size: 80%;
  line-height: 1.7;
  color: #63b34f;
}
.modal_info_outer .box_clms ._name h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.modal_info_outer .box_clms ._tit {
  padding-bottom: 16px;
}
.modal_info_outer .box_clms ._tit h4 {
  font-size: 127%;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #63b34f;
}
.modal_info_outer .box_clms ._clm p {
  font-size: 107%;
  line-height: 1.75;
}

.modal_info_read {
  padding-bottom: 49px;
}
.modal_info_read .boxs .box:nth-child(1) {
  width: 58.9%;
}
.modal_info_read .boxs .box:nth-child(2) {
  width: 35.3%;
  margin-left: 5.8%;
}

.modal_info_clms {
  padding-bottom: 128px;
}
.modal_info_clms .boxs .box {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.modal_info_clms .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.modal_info_foot .boxs .box {
  width: calc(50% - 20px);
  margin-right: 0;
}
.modal_info_foot .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.modal_info_foot .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 20px;
}

.modal_info_btn {
  padding-top: 81px;
  text-align: center;
}
.modal_info_btn .btn_l {
  display: inline-block;
  width: 260px;
}

/****************************************
		menu Setting 
*****************************************/
.sec_menu_ab {
  margin-bottom: 135px;
}
.sec_menu_ab .tit_l {
  margin-bottom: 44px;
  padding-top: 54px;
  border-bottom: none;
}

.menu_ab {
  position: relative;
}
.menu_ab ._bg {
  position: absolute;
  top: 0;
  left: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(42.1% + (100vw - var(--wrap)) / 2);
}
.menu_ab ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 420px;
  border-radius: 0 4px 4px 0;
}
.menu_ab ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/menu/pages_img_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.menu_ab .boxs {
  display: block;
}
.menu_ab .boxs .box:nth-child(1) {
  width: 52.6%;
  margin-left: auto;
}
.menu_ab .box_clms h3 {
  font-size: 147%;
  line-height: 1.8;
  position: relative;
  margin-bottom: 13px;
  padding-left: 43px;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.menu_ab .box_clms h3::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 26px;
  height: 22px;
  content: "";
  background-image: url(./img/common/ico_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 22px;
}
.menu_ab .box_clms p {
  font-size: 107%;
  line-height: 1.75;
  margin-top: 31px;
  color: #63b34f;
}

.menu_nav {
  margin-top: 116px;
}
.menu_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_nav ul li {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
.menu_nav ul li:last-child {
  margin-right: 0;
}

.sec_menu_limg {
  overflow: hidden;
  margin-bottom: 100px;
}
.sec_menu_limg._l01 ._bg ._inn ._img {
  background-image: url(./img/menu/pages_img_02@2x.jpg);
}
.sec_menu_limg._l02 ._bg {
  right: 0;
  left: inherit;
}
.sec_menu_limg._l02 ._bg ._inn {
  border-radius: 0 10px 10px 0;
}
.sec_menu_limg._l02 ._bg ._inn ._img {
  background-image: url(./img/menu/pages_img_03@2x.jpg);
}
.sec_menu_limg._l03 ._bg ._inn ._img {
  background-image: url(./img/menu/pages_img_04@2x.jpg);
}
.sec_menu_limg .wrap {
  height: 400px;
}
.sec_menu_limg ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + (100vw - var(--wrap)) / 2);
}
.sec_menu_limg ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 400px;
  border-radius: 10px 0 0 10px;
}
.sec_menu_limg ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_menu_nw {
  margin-bottom: 77px;
}
.sec_menu_nw .tit_l {
  margin-bottom: 40px;
}

.sec_menu_ur {
  margin-bottom: 193px;
}
.sec_menu_ur .tit_l {
  margin-bottom: 40px;
}

.sec_menu_fs {
  position: relative;
  padding-bottom: 150px;
}
.sec_menu_fs ._bg {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: calc(100% + 300px + 200px);
  background-color: #fff;
}
.sec_menu_fs .tit_l {
  margin-bottom: 40px;
}

.sec_menu_ss {
  margin-bottom: 193px;
}
.sec_menu_ss .tit_l {
  margin-bottom: 40px;
}

.menu_nw._ss table thead tr th {
  padding: 20px 0;
}
.menu_nw._ss table thead tr th:nth-child(1) {
  width: 26.5%;
}
.menu_nw._ss table thead tr th:nth-child(2) {
  width: 26.5%;
}
.menu_nw._ss table tbody td:nth-child(3)::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 47px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  background-color: #c4c4c4;
}
.menu_nw._fs table thead tr th {
  padding: 20px 0;
}
.menu_nw._fs table thead tr th:nth-child(1) {
  width: 29.5%;
}
.menu_nw._fs table thead tr th:nth-child(2) {
  width: 23.5%;
}
.menu_nw._ur table thead tr th:nth-child(1) {
  width: 17%;
}
.menu_nw._ur table thead tr th:nth-child(2) {
  width: 36%;
}
.menu_nw._ur table thead tr th:nth-child(3) {
  width: 47%;
}
.menu_nw._ur table tbody tr td:nth-child(3)::after {
  display: none;
}
.menu_nw table {
  width: 100%;
}
.menu_nw table thead tr th {
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #63b34f;
}
.menu_nw table thead tr th:nth-child(1) {
  width: 17%;
  border-radius: 4px 0 0 4px;
}
.menu_nw table thead tr th:nth-child(2) {
  width: 36%;
}
.menu_nw table thead tr th:nth-child(3) {
  width: 23.5%;
}
.menu_nw table thead tr th:nth-child(4) {
  width: 23.5%;
  border-radius: 0 4px 4px 0;
}
.menu_nw table thead tr th strong {
  font-size: 107%;
  line-height: 1.4;
  display: block;
}
.menu_nw table thead tr th small {
  font-size: 80%;
}
.menu_nw table tbody tr._or td {
  background-color: #f5efe0;
}
.menu_nw table tbody tr td {
  position: relative;
  padding: 16px 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #c4c4c4;
}
.menu_nw table tbody tr td ._com {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: -14px;
}
.menu_nw table tbody tr td ._com ._inn {
  position: relative;
  width: 60px;
  height: 46px;
  padding-top: 5px;
  text-align: center;
  border-radius: 10px;
  background-color: #f2b20d;
}
.menu_nw table tbody tr td ._com ._inn::before {
  position: absolute;
  z-index: 1;
  bottom: -11px;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  background: #f2b20d;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.menu_nw table tbody tr td ._com ._inn span {
  font-size: 80%;
  line-height: 1.1;
  display: block;
  color: #fff;
}
.menu_nw table tbody tr td ._com ._inn span.f_urb {
  font-size: 134%;
  font-weight: 500;
}
.menu_nw table tbody tr td:last-child::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 47px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  background-color: #c4c4c4;
}
.menu_nw table tbody tr td h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.menu_nw table tbody tr td p {
  font-size: 107%;
  line-height: 1.75;
  text-align: left;
  color: #63b34f;
}
.menu_nw table tbody tr td p._c {
  text-align: center;
}
.menu_nw table tbody tr td strong {
  font-size: 187%;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.menu_nw table tbody tr td small {
  line-height: 1;
}
.menu_nw table tbody tr td small.f_urb {
  font-size: 107%;
  font-weight: 700;
  position: relative;
  top: 1px;
  margin-left: 3px;
}

.menu_cau {
  margin-top: 32px;
}
.menu_cau p {
  font-size: 107%;
  line-height: 1.75;
}

.sec_menu_area {
  position: relative;
  margin-bottom: 127px;
  padding: 83px 0 103px;
}
.sec_menu_area ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sec_menu_area .tit_l {
  margin-bottom: 57px;
}

.menu_area .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 58.4%;
}
.menu_area .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 37.9%;
  margin-right: 3.7%;
}
.menu_area .box_img {
  position: relative;
  z-index: 1;
  display: block;
}
.menu_area .box_img ._inn {
  overflow: hidden;
}
.menu_area .box_img ._inn ._img {
  width: 100%;
}
.menu_area .box_clms h3 {
  font-size: 147%;
  line-height: 1.8;
  position: relative;
  margin-bottom: 13px;
  padding-left: 43px;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.menu_area .box_clms h3::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 26px;
  height: 22px;
  content: "";
  background-image: url(./img/common/ico_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px 22px;
}
.menu_area .box_clms ul {
  margin-top: 40px;
}
.menu_area .box_clms ul li {
  font-size: 107%;
  line-height: 1.75;
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}
.menu_area .box_clms ul li:last-child {
  margin-bottom: 0;
}
.menu_area .box_clms ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.menu_ex {
  margin-top: 77px;
}
.menu_ex ._tit {
  border-radius: 4px;
  background-color: #f5efe0;
}
.menu_ex ._tit h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.menu_ex ._tit h3 span {
  display: inline-block;
  margin-right: 24px;
  padding: 7px 24px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #f2b20d;
}
.menu_ex ._tbl {
  margin-top: 10px;
}
.menu_ex ._tbl ._inn {
  margin-bottom: 10px;
}
.menu_ex ._tbl ._inn:last-child {
  margin-bottom: 0;
}
.menu_ex ._tbl ._img {
  border-radius: 4px;
}

.sec_menu_clm {
  overflow: hidden;
  margin-bottom: 100px;
  padding-bottom: 80px;
}
.sec_menu_clm ._bg {
  position: absolute;
  z-index: 1;
  top: 80px;
  right: 71px;
  width: var(--wrap);
  height: 100%;
  border-radius: 10px;
  background-color: #f5efe0;
}

.menu_clm {
  position: relative;
  z-index: 2;
  padding-bottom: 68px;
}
.menu_clm .boxs .box:nth-child(1) {
  width: 72%;
  margin-right: 1.7%;
}
.menu_clm .boxs .box:nth-child(2) {
  width: 26.3%;
}
.menu_clm .box_clms {
  position: relative;
  padding: 40px 60px;
  border-radius: 4px;
  background-color: #63b34f;
}
.menu_clm .box_clms::before {
  position: absolute;
  z-index: 1;
  bottom: -29px;
  left: 91px;
  width: 30px;
  height: 30px;
  content: "";
  background: #63b34f;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.menu_clm .box_clms strong {
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  color: #a9d99d;
}
.menu_clm .box_clms h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
}
.menu_clm .box_img {
  position: relative;
  z-index: 1;
  display: block;
}
.menu_clm .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.menu_clm .box_img ._inn ._img {
  width: 100%;
}

.menu_clm_limg {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.menu_clm_limg .box_img ._inn ._img {
  width: 100%;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: transparent;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/****************************************
		service Setting 
*****************************************/
.sec_service_str {
  margin-bottom: 135px;
}
.sec_service_str .tit_l {
  margin-bottom: 44px;
  padding-top: 54px;
  border-bottom: none;
}

.service_str {
  position: relative;
}
.service_str ._bg {
  position: absolute;
  top: 0;
  left: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(42.1% + (100vw - var(--wrap)) / 2);
}
.service_str ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 420px;
  border-radius: 0 4px 4px 0;
}
.service_str ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/service/pages_img_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.service_str .boxs {
  display: block;
}
.service_str .boxs .box:nth-child(1) {
  width: 52.6%;
  margin-left: auto;
}
.service_str .box_clms h3 {
  font-size: 147%;
  line-height: 1.8;
  position: relative;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.service_str .box_clms p {
  font-size: 107%;
  line-height: 1.75;
  margin-top: 31px;
  color: #63b34f;
}

.sec_service_pt {
  padding: 67px 0 100px;
}
.sec_service_pt ._bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 979px;
  height: 686px;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  background-color: #f5efe0;
}

.service_pt .boxs .box {
  position: relative;
  width: calc((100% - 59px) / 2);
  padding-top: 549px;
}
.service_pt .boxs .box:nth-child(1) {
  margin-right: 59px;
}
.service_pt .boxs .box:nth-child(2) .box_tit {
  right: -45px;
  left: inherit;
}
.service_pt .boxs .box:nth-child(2) .box_img {
  right: inherit;
  left: 0;
}
.service_pt .boxs .box:nth-child(2) .box_bg {
  right: -100px;
  left: inherit;
}
.service_pt .boxs .box:nth-child(2) .box_clm {
  margin-left: auto;
}
.service_pt .box_tit {
  position: absolute;
  z-index: 11;
  top: 154px;
  left: -20px;
  text-align: center;
}
.service_pt .box_tit h3 {
  font-size: 147%;
  line-height: 1.7;
  margin-top: 26px;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.service_pt .box_tit p {
  font-size: 107%;
  line-height: 1.2;
}
.service_pt .box_tit ._num span {
  display: block;
  color: #63b34f;
}
.service_pt .box_tit ._num span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.service_pt .box_tit ._num span:nth-child(2) {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.service_pt .box_clm {
  position: relative;
  z-index: 2;
  max-width: 463px;
}
.service_pt .box_clm p {
  font-size: 107%;
  line-height: 1.75;
  margin-bottom: 28px;
}
.service_pt .box_clm p:last-child {
  margin-bottom: 0;
}
.service_pt .box_img {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.service_pt .box_bg {
  position: absolute;
  z-index: 2;
  top: 195px;
  left: -100px;
  width: 487px;
  height: 226px;
  background-color: #fff;
}

.sec_service_limg {
  overflow: hidden;
}
.sec_service_limg .wrap {
  height: 380px;
}
.sec_service_limg ._bg {
  position: absolute;
  top: 0;
  right: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(70% + (100vw - var(--wrap)) / 2);
}
.sec_service_limg ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 380px;
  border-radius: 4px;
}
.sec_service_limg ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/service/pages_img_03_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_service_clm {
  position: relative;
  z-index: 2;
  margin-top: -35px;
  padding-bottom: 128px;
}

.service_clm {
  border-radius: 4px;
  background-color: #f5efe0;
}

.service_clm_head {
  position: relative;
  height: 173px;
  cursor: pointer;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border-radius: 4px;
  background-color: #63b34f;
}
.service_clm_head.open ._arw ._inn svg {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
          transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.service_clm_head:hover {
  background-color: #f2b20d;
}
.service_clm_head:hover svg path {
  -webkit-animation: anim-btn_lt 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
          animation: anim-btn_lt 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
}
.service_clm_head:hover::before {
  background-color: #f2b20d;
}
.service_clm_head::before {
  position: absolute;
  z-index: 1;
  bottom: -29px;
  left: 91px;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  background: #63b34f;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.service_clm_head ._tit {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.service_clm_head ._tit strong {
  font-size: 200%;
  font-weight: 700;
  color: #a9d99d;
}
.service_clm_head ._tit h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
}
.service_clm_head ._arw {
  position: absolute;
  top: 50%;
  right: 60px;
  display: block;
  width: 70px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #fff;
}
.service_clm_head ._arw ._inn {
  position: relative;
  height: 70px;
}
.service_clm_head ._arw ._inn:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background-color: #63b34f;
}
.service_clm_head ._arw ._inn svg {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.service_clm_body {
  display: none;
  padding: 71px 60px 43px;
}
.service_clm_body h3 {
  font-size: 147%;
  line-height: 1.8;
  margin-bottom: 42px;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.service_clm_body ._clms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service_clm_body ._clm {
  width: calc((100% - 54px) / 2);
  margin-right: 54px;
}
.service_clm_body ._clm:nth-child(2n) {
  margin-right: 0;
}
.service_clm_body ._clm p {
  font-size: 107%;
  line-height: 1.75;
  margin-bottom: 28px;
  color: #63b34f;
}
.service_clm_body ._clm p:last-child {
  margin-bottom: 0;
}

.service_cc_imgs {
  overflow: hidden;
  max-height: 300px;
  padding-bottom: 46px;
  opacity: 0;
}
.service_cc_imgs img {
  width: 100%;
}

.service_cc_img {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-left: 10px;
}
.service_cc_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.service_cc_img ._inn ._img img {
  width: 100%;
}

.sec_service_list {
  padding: 114px 0 77px;
}
.sec_service_list .tit_l {
  margin-bottom: 72px;
}
.sec_service_list ._line {
  height: 1px;
  margin: 63px 0 73px;
  background-color: #c4c4c4;
}

.service_list._min .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service_list._min .box_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 44.1%;
  margin-left: 4.4%;
}
.service_list._min .box_clms {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 51.5%;
}
.service_list._min .box_tit {
  margin-top: 15px;
  margin-bottom: 22px;
  padding-left: 77px;
}
.service_list._min .box_tit ._num {
  top: -11px;
}
.service_list._min .box_tit ._num span:nth-child(1) {
  font-size: 16px;
}
.service_list._min .box_tit ._num span:nth-child(2) {
  font-size: 36px;
}
.service_list .boxs .box {
  width: calc((100% - 55px) / 2);
  margin-right: 55px;
}
.service_list .boxs .box:nth-child(2n) {
  margin-right: 0;
}
.service_list .box_img {
  position: relative;
  z-index: 1;
}
.service_list .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.service_list .box_img ._inn ._img img {
  width: 100%;
}
.service_list .box_tit {
  position: relative;
  margin: 40px 0 29px;
  padding-left: 93px;
}
.service_list .box_tit h3 {
  font-size: 147%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.service_list .box_tit p {
  font-size: 107%;
  line-height: 1.2;
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  border-radius: 15px;
  background-color: #f2b20d;
}
.service_list .box_tit ._num {
  position: absolute;
  top: -16px;
  left: 0;
  text-align: center;
}
.service_list .box_tit ._num span {
  display: block;
  color: #63b34f;
}
.service_list .box_tit ._num span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.service_list .box_tit ._num span:nth-child(2) {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.service_list .box_clm p {
  font-size: 107%;
  line-height: 1.75;
}

.service_list_btn {
  padding-top: 100px;
  text-align: right;
}
.service_list_btn .btn_l {
  display: inline-block;
  width: 260px;
}

.sec_service_rec {
  padding: 92px 0 185px;
  background-color: #fff;
}
.sec_service_rec .tit_l {
  margin-bottom: 72px;
}

.service_rec._r {
  margin-top: 58px;
}
.service_rec._r .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 4.4%;
}
.service_rec._r .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
}
.service_rec._r .box_img {
  padding-top: 0;
}
.service_rec._r .box_clm {
  padding-top: 10px;
}
.service_rec .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 49.1%;
}
.service_rec .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 46.5%;
  margin-right: 4.4%;
}
.service_rec .box_img {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.service_rec .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.service_rec .box_img ._inn ._img img {
  width: 100%;
}
.service_rec .box_clm h3 {
  font-size: 147%;
  line-height: 1.8;
  margin-bottom: 13px;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.service_rec .box_clm p {
  font-size: 107%;
  line-height: 1.75;
  margin-bottom: 28px;
}
.service_rec .box_clm p:last-child {
  margin-bottom: 0;
}

.sec_service_ab {
  overflow: hidden;
  margin-bottom: 70px;
  padding: 68px 0 87px;
}
.sec_service_ab .tit_l {
  margin-bottom: 48px;
  border-bottom: none;
}

.service_ab {
  position: relative;
}
.service_ab ._bg {
  position: absolute;
  z-index: 3;
  top: 0;
  right: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(54% + (100vw - var(--wrap)) / 2);
}
.service_ab ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 447px;
  border-radius: 4px 0 0 4px;
}
.service_ab ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/service/pages_img_07_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service_ab .boxs {
  position: relative;
  display: block;
}
.service_ab .boxs .box:nth-child(1) {
  width: 40.7%;
  padding-top: 204px;
}
.service_ab .box_clms {
  position: relative;
  z-index: 5;
}
.service_ab .box_clms h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.service_ab .box_clms p {
  font-size: 107%;
  line-height: 1.75;
  margin-top: 20px;
}
.service_ab .box_clms ._link {
  font-weight: 700;
  -webkit-transition: color 200ms 0s ease;
  transition: color 200ms 0s ease;
  color: #63b34f;
}
.service_ab .box_clms ._link svg {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.service_ab .box_clms ._link:hover {
  color: #f2b20d;
}
.service_ab .box_btn {
  position: absolute;
  z-index: 3;
  right: 107px;
  bottom: 43px;
  width: 260px;
}
.service_ab .box_bg {
  position: absolute;
  z-index: 1;
  top: 108px;
  left: -100px;
  width: 83.3%;
  height: calc(100% + 87px);
  border-radius: 4px;
  background-color: #f5efe0;
}

.sec_service_flow {
  padding: 106px 0 0;
}
.sec_service_flow .tit_l {
  margin-bottom: 0;
}

.service_flow_outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700vh;
}
.service_flow_outer.is-fixed .service_flow_imgs {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
.service_flow_outer.is-end .service_flow_imgs {
  position: absolute;
  top: inherit;
  bottom: 0;
}

.service_flow_inner {
  position: relative;
  width: 100%;
}

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

.service_flow_imgs {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 100vh;
  margin-top: 10px;
}
.service_flow_imgs .wrap {
  width: 100%;
}
.service_flow_imgs li {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  margin: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}
.service_flow_imgs li.is-current, .service_flow_imgs li.is-base {
  pointer-events: auto;
  opacity: 1;
}
.service_flow_imgs .box_img {
  position: relative;
  z-index: 1;
  width: 40.6%;
}
.service_flow_imgs .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.service_flow_imgs .box_img ._inn ._img img {
  width: 100%;
}

.service_flows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}
.service_flows .box_clms {
  width: 52.1%;
  margin-left: auto;
}
.service_flows .box_tit {
  position: relative;
  margin: 0 0 27px;
  padding-left: 77px;
}
.service_flows .box_tit h3 {
  font-size: 147%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.service_flows .box_tit ._num {
  position: absolute;
  top: -10px;
  left: 0;
  text-align: center;
}
.service_flows .box_tit ._num span {
  display: block;
  color: #63b34f;
}
.service_flows .box_tit ._num span:nth-child(1) {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.service_flows .box_clm p {
  font-size: 107%;
  line-height: 1.75;
  margin-bottom: 28px;
}
.service_flows .box_clm p:last-child {
  margin-bottom: 0;
}

/****************************************
		about Setting 
*****************************************/
.sec_about_wo {
  padding-right: 50px;
  padding-bottom: 65px;
  padding-left: 50px;
}
.sec_about_wo .tit_l {
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  border-bottom: none;
}
.sec_about_wo .tit_l h2::before {
  top: 15px;
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
}

.about_wo .boxs .box {
  position: relative;
  margin-right: 1.525%;
}
.about_wo .boxs .box:nth-child(1) {
  width: 39.55%;
}
.about_wo .boxs .box:nth-child(2) {
  width: 32.8%;
  padding-top: 307px;
}
.about_wo .boxs .box:nth-child(3) {
  width: 24.6%;
  padding-top: 240px;
}
.about_wo .boxs .box:last-child {
  margin-right: 0;
}
.about_wo .box_img {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.about_wo .box_img._fst {
  left: -50px;
  width: calc(100% + 50px);
}
.about_wo .box_img._fst ._inn {
  border-radius: 0 4px 4px 0;
}
.about_wo .box_img:last-child {
  margin-bottom: 0;
}
.about_wo .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.about_wo .box_img ._inn ._img img {
  width: 100%;
}
.about_wo .box_clms {
  position: absolute;
  bottom: 1.2vw;
  left: 2.5vw;
}
.about_wo .box_clms h4 {
  font-size: 1.3vw;
  line-height: 1.7;
  position: relative;
  margin-bottom: 13px;
  padding-right: 1vw;
  padding-left: 3vw;
  letter-spacing: 0.06em;
  color: #63b34f;
}
.about_wo .box_clms h4::before {
  position: absolute;
  top: 0.18vw;
  left: 0;
  display: block;
  width: 2vw;
  height: 2vw;
  content: "";
  background-image: url(./img/common/ico_check_or.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2vw;
}

.sec_about_mr {
  padding-bottom: 85px;
}
.sec_about_mr .tit_l {
  margin-bottom: 41px;
}

.about_mr .boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_mr .boxs .box {
  width: calc((100% - 42px) / 3);
  margin-right: 21px;
  margin-bottom: 61px;
}
.about_mr .boxs .box:nth-child(3n) {
  margin-right: 0;
}
.about_mr .box_img {
  position: relative;
  z-index: 1;
}
.about_mr .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.about_mr .box_img ._inn ._img img {
  width: 100%;
}
.about_mr .box_tit {
  position: relative;
  margin: 33px 0 22px;
  padding-left: 77px;
}
.about_mr .box_tit h3 {
  font-size: 147%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.about_mr .box_tit h4 {
  font-size: 127%;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #63b34f;
}
.about_mr .box_tit ._num {
  position: absolute;
  top: 1px;
  left: 0;
  text-align: center;
}
.about_mr .box_tit ._num span {
  display: block;
  color: #63b34f;
}
.about_mr .box_tit ._num span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.about_mr .box_tit ._num span:nth-child(2) {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.about_mr .box_clm p {
  font-size: 107%;
  line-height: 1.75;
}

.sec_about_limg {
  overflow: hidden;
  height: 498px;
}
.sec_about_limg._l01 {
  margin-bottom: 132px;
}
.sec_about_limg._l01 ._bg ._inn ._img {
  background-image: url(./img/about/pages_img_03@2x.jpg);
}
.sec_about_limg._l02 {
  margin-bottom: 165px;
}
.sec_about_limg._l02 ._bg ._inn ._img {
  background-image: url(./img/about/pages_img_06@2x.jpg);
}
.sec_about_limg ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sec_about_limg ._bg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 498px;
}
.sec_about_limg ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sec_about_clm {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 189px;
}

.about_clms {
  position: relative;
  margin-bottom: 184px;
}
.about_clms._r .box_img {
  right: inherit;
  left: -100px;
}
.about_clms._r .about_clm {
  margin-left: auto;
}
.about_clms._r .about_clm_head ._tit {
  left: 100px;
}
.about_clms._r .about_clm_head ._arw {
  right: 60px;
}
.about_clms._r .about_clm_body {
  padding-right: 60px;
  padding-left: 117px;
}
.about_clms:last-child {
  margin-bottom: 0;
}
.about_clms .box_img {
  position: absolute;
  z-index: 1;
  top: 54px;
  right: -100px;
  width: calc(30.7% + 100px);
}
.about_clms .box_img ._inn {
  overflow: hidden;
  border-radius: 20px;
}
.about_clms .box_img ._inn ._img {
  width: 100%;
}
.about_clms .box_img ._inn ._img img {
  width: 100%;
}

.about_clm {
  width: 74.5%;
  border-radius: 4px;
  background-color: #f5efe0;
}

.about_clm_head {
  position: relative;
  height: 232px;
  cursor: pointer;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border-radius: 4px;
  background-color: #63b34f;
}
.about_clm_head.open ._arw ._inn svg {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
          transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.about_clm_head:hover {
  background-color: #f2b20d;
}
.about_clm_head:hover::before {
  background-color: #f2b20d;
}
.about_clm_head:hover ._arw ._inn svg path {
  -webkit-animation: anim-btn_lt 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
          animation: anim-btn_lt 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
}
.about_clm_head::before {
  position: absolute;
  z-index: 1;
  bottom: -29px;
  left: 91px;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  background: #63b34f;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.about_clm_head ._tit {
  position: absolute;
  top: 50%;
  left: 60px;
  padding-right: 32%;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.about_clm_head ._tit strong {
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: -8px;
  color: #a9d99d;
}
.about_clm_head ._tit strong span {
  font-size: 50px;
}
.about_clm_head ._tit h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
}
.about_clm_head ._arw {
  position: absolute;
  top: 50%;
  right: 120px;
  display: block;
  width: 70px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #fff;
}
.about_clm_head ._arw ._inn {
  position: relative;
  height: 70px;
}
.about_clm_head ._arw ._inn:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background-color: #63b34f;
}
.about_clm_head ._arw ._inn svg {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.about_clm_body {
  display: none;
  padding: 53px 120px 53px 60px;
}
.about_clm_body ._clms {
  display: block;
}
.about_clm_body ._clm p {
  font-size: 107%;
  line-height: 1.75;
  margin-bottom: 28px;
  color: #63b34f;
}
.about_clm_body ._clm p:last-child {
  margin-bottom: 0;
}

.sec_about_mt {
  padding: 130px 0 101px;
}
.sec_about_mt .tit_l {
  margin-bottom: 89px;
}
.sec_about_mt .wrap {
  z-index: 2;
}
.sec_about_mt ._bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 344px);
  background-color: #fff;
}

.about_mt .boxs .box {
  width: calc((100% - 78px) / 2);
  margin-right: 78px;
}
.about_mt .boxs .box:nth-child(2n) {
  margin-right: 0;
}
.about_mt .box_img {
  position: relative;
  z-index: 1;
}
.about_mt .box_img ._inn {
  overflow: hidden;
  border-radius: 4px;
}
.about_mt .box_img ._inn ._img img {
  width: 100%;
}
.about_mt .box_tit {
  position: relative;
  margin: 0 0 29px;
  padding-left: 93px;
}
.about_mt .box_tit h3 {
  font-size: 147%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.about_mt .box_tit p {
  font-size: 107%;
  line-height: 1.2;
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  border-radius: 15px;
  background-color: #f2b20d;
}
.about_mt .box_tit ._num {
  position: absolute;
  top: -16px;
  left: 0;
  text-align: center;
}
.about_mt .box_tit ._num span {
  display: block;
  color: #63b34f;
}
.about_mt .box_tit ._num span:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.about_mt .box_tit ._num span:nth-child(2) {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
.about_mt .box_slide_outer {
  margin-top: 20px;
  padding: 55px 0 38px 0;
  border-radius: 4px;
  background-color: #f5efe0;
}
.about_mt .box_slide {
  overflow: hidden;
  max-height: 300px;
  padding-bottom: 67px;
  opacity: 0;
}
.about_mt .box_slide .slick-arrow {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  border: none;
  background-color: #63b34f;
}
.about_mt .box_slide .slick-arrow:hover {
  background-color: #f2b20d;
}
.about_mt .box_slide .slick-prev {
  left: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.about_mt .box_slide .slick-prev svg {
  position: relative;
  top: 2px;
}
.about_mt .box_slide .slick-prev:hover svg path {
  -webkit-animation: anim-btn_r 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
          animation: anim-btn_r 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
}
.about_mt .box_slide .slick-next {
  left: 100px;
  width: 80px;
  height: 40px;
  border-radius: 30px;
}
.about_mt .box_slide .slick-next svg {
  position: relative;
  top: 2px;
  left: 20px;
}
.about_mt .box_slide .slick-next:hover svg path {
  -webkit-animation: anim-btn_l 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
          animation: anim-btn_l 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
}
.about_mt .box_slides {
  padding-right: 20px;
  padding-left: 20px;
}
.about_mt .box_clm {
  min-height: 113px;
  padding-top: 28px;
}
.about_mt .box_clm p {
  font-size: 107%;
  line-height: 1.75;
  color: #63b34f;
}

.about_mt_btn {
  padding-top: 66px;
  text-align: right;
}
.about_mt_btn .btn_l {
  display: inline-block;
  width: 260px;
}

.sec_about_qa {
  padding-bottom: 152px;
}
.sec_about_qa .tit_l {
  margin-bottom: 62px;
}

.about_qa {
  margin-bottom: 30px;
}
.about_qa:last-child {
  margin-bottom: 0;
}

.about_qa_head {
  position: relative;
  max-width: 1037px;
  cursor: pointer;
}
.about_qa_head ._inner {
  position: relative;
  width: calc(100% - 90px);
  padding: 15px 30px 15px 91px;
  border-radius: 35px;
  background-color: #fff;
}
.about_qa_head:hover ._arw ._inn::after {
  background-color: #f2b20d;
}
.about_qa_head:hover ._arw ._inn svg path {
  -webkit-animation: anim-btn_lt 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
          animation: anim-btn_lt 0.6s cubic-bezier(1, 0, 0.22, 0.725) forwards;
}
.about_qa_head.open ._arw ._inn svg {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
          transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.about_qa_head strong {
  font-size: 240%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  color: #f2b20d;
}
.about_qa_head h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.about_qa_head ._arw {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 70px;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
  border-radius: 50%;
  background-color: #fff;
}
.about_qa_head ._arw ._inn {
  position: relative;
  height: 70px;
}
.about_qa_head ._arw ._inn:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  -webkit-transition: background-color 200ms 0s ease;
  transition: background-color 200ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background-color: #63b34f;
}
.about_qa_head ._arw ._inn svg {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.about_qa_body {
  display: none;
  padding-top: 20px;
  padding-left: 193px;
}
.about_qa_body ._inner {
  padding: 35px 40px 37px;
  border-radius: 20px;
  background-color: #fff;
}
.about_qa_body strong {
  font-size: 147%;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
  color: #63b34f;
}
.about_qa_body p {
  font-size: 107%;
  line-height: 1.75;
  word-break: break-all;
}

/****************************************
		top Setting 
*****************************************/
.header._top {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-36px);
          transform: translateY(-36px);
  opacity: 0;
}

.sec_top_limg {
  position: relative;
  margin-top: 86px;
  padding: 0 50px 0;
}
.sec_top_limg ._cov {
  position: absolute;
  z-index: 21;
  top: -1px;
  left: 50px;
  width: calc(100% - 100px);
  height: 295px;
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
  background-image: url(./img/top/pages_img_00_01@2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.top_logos {
  position: absolute;
  z-index: 41;
  top: 43%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.top_logos ._inn {
  position: relative;
  width: 226px;
  height: 223px;
}
.top_logos ._inn img {
  position: absolute;
  z-index: 51;
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
  opacity: 0;
}
.top_logos ._inn img._base {
  position: relative;
  z-index: 50;
  opacity: 0;
}
.top_logos ._inn img.-i01 {
  top: 0;
  left: 54px;
}
.top_logos ._inn img.-i02 {
  top: 0;
  left: 117px;
}
.top_logos ._inn img.-i03 {
  top: 154px;
  left: 0;
}

.top_limgs {
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
  opacity: 0;
}

.top_limg.slick-active ._img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top_limg.slick-active .top_limg_lclm {
  opacity: 1;
}
.top_limg._i01 ._img {
  background-image: url(./img/top/pages_limg_01@2x.jpg);
}
.top_limg._i02 ._img {
  background-image: url(./img/top/pages_limg_02@2x.jpg);
}
.top_limg._i03 ._img {
  background-image: url(./img/top/pages_limg_03@2x.jpg);
}
.top_limg._i04 ._img {
  background-image: url(./img/top/pages_limg_04@2x.jpg);
}
.top_limg ._inn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  min-height: 620px;
  border-radius: 0 0 20px 20px;
}
.top_limg ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 7s 0s linear;
  transition: all 7s 0s linear;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_limg_lclms {
  position: absolute;
  z-index: 31;
  bottom: 151px;
  left: 60px;
  color: #fff;
}
.top_limg_lclms.-top-lclms {
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
  opacity: 0;
}

.top_limg_lclm {
  -webkit-transition: opacity 900ms 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 900ms 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}

.top_limg_tit h1 {
  font-size: 308%;
  line-height: 1.52;
  letter-spacing: 0.16em;
}

.top_limg_clm {
  margin-top: 20px;
}
.top_limg_clm h4 {
  font-size: 127%;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #fff;
}

.sec_about_wo._top_wo {
  margin-top: 154px;
}
.sec_about_wo._top_wo .tit_l {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0%) translateX(0%);
          transform: translateY(0%) translateX(0%);
  border-bottom: none;
}
.sec_about_wo._top_wo .tit_l h2 span {
  display: block;
}
.sec_about_wo._top_wo .tit_l h2 span:nth-child(2) {
  margin-top: 17px;
  margin-left: 54px;
}
.sec_about_wo._top_wo .about_wo .boxs .box:nth-child(1) {
  padding-top: 243px;
}
.sec_about_wo._top_wo .about_wo .boxs .box:nth-child(2) {
  padding-top: 310px;
}
.sec_about_wo._top_wo .about_wo .boxs .box:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0;
}
.sec_about_wo._top_wo .about_wo .boxs .box:nth-child(3) .box_img:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sec_about_wo._top_wo .about_wo .boxs .box:nth-child(3) .box_img:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.sec_about_wo._top_wo .about_wo .boxs .box:nth-child(3) .box_img:nth-child(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-bottom: 0;
}
.sec_about_wo._top_wo .about_wo .box_img._fst {
  display: none;
}
.sec_about_wo._top_wo .about_wo .box_img._dg ._inn {
  border-radius: 20px;
}
.sec_about_wo._top_wo .about_wo .box_img._lst {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
}
.sec_about_wo._top_wo .about_wo .box_img._lst ._inn {
  border-radius: 20px;
}

.top_tit_v h2 {
  font-size: 180%;
  letter-spacing: 0.43em;
  color: #63b34f;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.top_tit_m p {
  font-size: 214%;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.sec_top_mr {
  margin-bottom: 197px;
  padding-bottom: 77px;
}
.sec_top_mr .tit_l {
  margin-bottom: 90px;
  border-bottom: none;
}
.sec_top_mr .__bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(100% + (100vw - var(--wrap)) / 2 - 97px);
  height: 403px;
  border-radius: 0 20px 20px 0;
  background-color: #f5efe0;
}

.top_mr {
  position: relative;
  z-index: 2;
}
.top_mr .boxs .box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.top_mr .boxs .box:nth-child(3n) {
  margin-right: 0;
}
.top_mr .box_clms {
  position: absolute;
  bottom: 56px;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
  text-align: center;
}
.top_mr .box_clms p {
  font-size: 120%;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #63b34f;
}
.top_mr .box_tit {
  margin-top: 59px;
  text-align: center;
}
.top_mr .box_tit h3 {
  font-size: 147%;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.top_mr .box_img {
  position: relative;
  z-index: 1;
}
.top_mr .box_img ._inn {
  overflow: hidden;
  border-radius: 20px;
}
.top_mr .box_img ._inn ._img img {
  width: 100%;
}

.sec_top_about {
  overflow: hidden;
  margin-bottom: 96px;
  padding-top: 50px;
  padding-bottom: 94px;
}
.sec_top_about .__bg {
  position: absolute;
  z-index: 1;
  top: 129px;
  left: 0;
  width: 100%;
  height: 560px;
  background-color: #fff;
}

.top_about {
  position: relative;
  z-index: 2;
}
.top_about .boxs .box:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 70.9%;
}
.top_about .boxs .box:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 29.1%;
}
.top_about .box_clms {
  position: relative;
  margin-bottom: 94px;
  padding-left: 118px;
}
.top_about .top_tit_v {
  position: absolute;
  top: -50px;
  left: 0;
}
.top_about .box_img {
  position: relative;
  z-index: 1;
}
.top_about .box_img._i01 {
  width: calc(100% + (100vw - var(--wrap)) / 2);
}
.top_about .box_img._i01 ._inn {
  border-radius: 20px 0 0 20px;
}
.top_about .box_img._i02 {
  left: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(64.9% + (100vw - var(--wrap)) / 2);
  margin-top: 237px;
}
.top_about .box_img._i02 ._inn {
  border-radius: 0 20px 20px 0;
}
.top_about .box_img._i03 {
  width: 74.3%;
  margin-top: 62px;
  margin-left: 7%;
}
.top_about .box_img ._inn {
  overflow: hidden;
  border-radius: 20px;
}
.top_about .box_img ._inn ._img img {
  width: 100%;
}
.top_about .box_btn {
  margin-top: 39px;
}
.top_about .box_btn .btn_l {
  display: inline-block;
  width: 260px;
}

.sec_top_menus {
  margin-bottom: 96px;
  padding-bottom: 94px;
}
.sec_top_menus .__bg {
  position: absolute;
  z-index: 1;
  top: 83px;
  left: calc((100vw - var(--wrap)) / 2 * -1);
  width: calc(100% + (100vw - var(--wrap)) / 2 - 97px);
  height: 100%;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
}

.top_service {
  position: relative;
  z-index: 2;
}
.top_service .boxs .box:nth-child(1) {
  width: 66%;
}
.top_service .boxs .box:nth-child(2) {
  width: 34%;
}
.top_service .box_clms {
  position: relative;
  margin-bottom: 94px;
}
.top_service .top_tit_v {
  position: absolute;
  top: -20px;
  right: 0;
}
.top_service .box_img {
  position: relative;
  z-index: 1;
}
.top_service .box_img._i02 {
  width: 63.5%;
  margin-top: 194px;
  margin-left: 30%;
}
.top_service .box_img._i03 {
  width: 103%;
  margin-top: 67px;
  margin-left: 16%;
}
.top_service .box_img ._inn {
  overflow: hidden;
  border-radius: 20px;
}
.top_service .box_img ._inn ._img img {
  width: 100%;
}
.top_service .box_btn {
  margin-top: 39px;
}
.top_service .box_btn .btn_l {
  display: inline-block;
  width: 260px;
}

.top_menus {
  position: relative;
  z-index: 2;
  margin-top: 116px;
}
.top_menus .boxs .box {
  position: relative;
  width: 47.3%;
  padding-left: 77px;
}
.top_menus .boxs .box:nth-child(1) {
  margin-right: 5.4%;
}
.top_menus .box_clms {
  position: relative;
}
.top_menus .top_tit_v {
  position: absolute;
  top: 0;
  left: 0;
}
.top_menus .box_img {
  position: relative;
  z-index: 1;
}
.top_menus .box_img ._inn {
  overflow: hidden;
  border-radius: 20px;
}
.top_menus .box_img ._inn ._img img {
  width: 100%;
}
.top_menus .box_btn {
  margin-top: 54px;
}
.top_menus .box_btn .btn_l {
  display: inline-block;
  width: 260px;
}

.sec_top_info {
  margin-bottom: 151px;
  padding-top: 108px;
}
.sec_top_info .__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 89px);
  border-radius: 20px;
  background-color: #f5efe0;
}
.sec_top_info ._bg {
  position: relative;
  z-index: 2;
}
.sec_top_info ._bg ._inn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 498px;
}
.sec_top_info ._bg ._inn ._img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/top/pages_img_05_01@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_info {
  position: relative;
  z-index: 3;
  margin-top: 85px;
}
.top_info .boxs .box:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57.5%;
}
.top_info .boxs .box:nth-child(2) {
  width: 34.7%;
  margin-left: 7.8%;
}
.top_info .box_clms {
  position: relative;
  padding-top: 10px;
  padding-left: 30%;
}
.top_info .top_tit_v {
  position: absolute;
  top: -20px;
  left: 0;
}
.top_info .box_img {
  position: relative;
  z-index: 1;
}
.top_info .box_img:nth-child(1) {
  margin-right: 20px;
}
.top_info .box_img ._inn {
  overflow: hidden;
  border-radius: 20px;
}
.top_info .box_img ._inn ._img img {
  width: 100%;
}
.top_info .box_btn {
  margin-top: 39px;
  text-align: right;
}
.top_info .box_btn .btn_l {
  display: inline-block;
  width: 260px;
}

/****************************************
		contact Setting 
*****************************************/
.sec_contact .wrap {
  max-width: 946px;
}
.sec_contact .tit_l {
  margin-bottom: 58px;
}

.contact_outer {
  margin-bottom: 77px;
}
.contact_outer h3 {
  font-size: 147%;
  line-height: 1.8;
  margin-bottom: 23px;
  letter-spacing: 0.1em;
  color: #f2b20d;
}
.contact_outer ._read {
  font-size: 107%;
  line-height: 1.75;
}
.contact_outer._tbl {
  margin-bottom: 57px;
}
.contact_outer._privacy {
  margin-bottom: 32px;
}
.contact_outer._privacy h3 {
  margin-bottom: 5px;
}
.contact_outer._btn {
  margin-bottom: 0;
}

.contact_tel {
  padding: 33px 96px 33px 60px;
  border-radius: 4px;
  background-color: #f5efe0;
}
.contact_tel .boxs .box:nth-child(1) {
  width: 48.8%;
}
.contact_tel .boxs .box:nth-child(2) {
  width: 58.2%;
}
.contact_tel .box_clm {
  padding-top: 6px;
}
.contact_tel .box_clm p {
  font-size: 107%;
  line-height: 1.75;
  color: #63b34f;
}
.contact_tel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_tel dl dt {
  position: relative;
  width: 181px;
}
.contact_tel dl dt span {
  font-size: 107%;
  line-height: 1.75;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
          transform: translateY(-50%) translateX(0%);
}
.contact_tel dl dt::after {
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 1px;
  height: 76px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #c4c4c4;
}
.contact_tel dl dd a {
  display: block;
  text-align: center;
}
.contact_tel dl dd a span {
  font-size: 80%;
  line-height: 1;
  position: relative;
  left: 9px;
  display: block;
  color: #f2b20d;
}
.contact_tel dl dd a strong {
  font-size: 240%;
  font-weight: 700;
  line-height: 1;
  display: block;
  letter-spacing: 0.06em;
}
.contact_tel dl dd small {
  font-size: 80%;
  line-height: 1;
  display: block;
  margin-top: 6px;
  text-align: center;
}

.contact_tbl table {
  width: 100%;
}
.contact_tbl table tbody tr th, .contact_tbl table tbody tr td {
  text-align: left;
  vertical-align: top;
}
.contact_tbl table tbody tr th {
  position: relative;
  width: 193px;
  padding-top: 11px;
  padding-left: 69px;
}
.contact_tbl table tbody tr th ._tag {
  font-size: 80%;
  line-height: 30px;
  position: absolute;
  top: 11px;
  left: 0;
  width: 50px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #63b34f;
}
.contact_tbl table tbody tr th ._tag._n {
  background-color: #b9b0b0;
}
.contact_tbl table tbody tr th strong {
  font-size: 107%;
  line-height: 1.75;
  color: #63b34f;
}
.contact_tbl table tbody tr td {
  position: relative;
  width: calc(100% - 143px);
  padding-bottom: 16px;
}
.contact_tbl table tbody tr td small {
  font-size: 80%;
  line-height: 1.7;
  position: absolute;
  top: 15px;
  left: 57%;
  -webkit-transform: translateY(0%) translateX(-50%);
          transform: translateY(0%) translateX(-50%);
}
.contact_tbl [type=text], .contact_tbl [type=email], .contact_tbl textarea {
  font-size: 107%;
  width: 100%;
  padding: 15px 19px;
  border: none;
}
.contact_tbl [type=text]._md, .contact_tbl [type=email]._md, .contact_tbl textarea._md {
  width: 50%;
}
.contact_tbl [type=text]::-webkit-input-placeholder, .contact_tbl [type=email]::-webkit-input-placeholder, .contact_tbl textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}
.contact_tbl [type=text]::-moz-placeholder, .contact_tbl [type=email]::-moz-placeholder, .contact_tbl textarea::-moz-placeholder {
  color: #c4c4c4;
}
.contact_tbl [type=text]:-ms-input-placeholder, .contact_tbl [type=email]:-ms-input-placeholder, .contact_tbl textarea:-ms-input-placeholder {
  color: #c4c4c4;
}
.contact_tbl [type=text]::-ms-input-placeholder, .contact_tbl [type=email]::-ms-input-placeholder, .contact_tbl textarea::-ms-input-placeholder {
  color: #c4c4c4;
}
.contact_tbl [type=text]::placeholder, .contact_tbl [type=email]::placeholder, .contact_tbl textarea::placeholder {
  color: #c4c4c4;
}
.contact_tbl textarea {
  height: 232px;
}
.contact_tbl input[type=radio] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.contact_tbl .wpcf7-list-item {
  font-size: 107%;
  display: inline-block;
  width: calc((100% - 21px) / 4);
  margin-left: 7px;
  padding: 12px 14px;
  border-radius: 25px;
  background-color: #fff;
}
.contact_tbl .wpcf7-list-item.first {
  margin-left: 0;
}
.contact_tbl span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contact_tbl span.wpcf7-list-item-label::before {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  content: "";
  border-radius: 50%;
  background-color: #f5efe0;
}
.contact_tbl span.wpcf7-list-item-label::after {
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  display: none;
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background-color: #63b34f;
}
.contact_tbl input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.contact_form {
  position: relative;
}

.contact_privacy {
  margin: 42px 0 30px;
  padding: 25px;
  border-radius: 4px;
  background-color: #fff;
}

.privacy_scroll {
  height: 174px;
}

.privacy_inner {
  padding: 20px 30px;
}
.privacy_inner p._tit {
  font-size: 120%;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.privacy_inner p._clm {
  font-size: 80%;
  line-height: 1.7;
  margin-bottom: 30px;
}
.privacy_inner p._clm:last-child {
  margin-bottom: 0;
}

.mCS-py-theme.mCSB_scrollTools .mCSB_draggerContainer {
  width: 4px;
  background-color: #f5efe0;
}
.mCS-py-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  top: 10px;
  left: -3px;
  width: 10px;
  height: 10px;
  background-color: #63b34f;
}
.mCS-py-theme.mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
  background-color: transparent;
}

.contact_chk {
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
}
.contact_chk input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.contact_chk .wpcf7-list-item {
  font-size: 107%;
  display: inline-block;
  margin-left: 7px;
  padding: 12px 14px;
  border-radius: 25px;
  background-color: #fff;
}
.contact_chk .wpcf7-list-item.first {
  margin-left: 0;
}
.contact_chk span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contact_chk span.wpcf7-list-item-label::before {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  content: "";
  border-radius: 2px;
  background-color: #f5efe0;
}
.contact_chk span.wpcf7-list-item-label::after {
  position: absolute;
  top: 8px;
  left: 4px;
  display: block;
  display: none;
  width: 13px;
  height: 9px;
  content: "";
  background-image: url(./img/contact/ico_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 9px;
}
.contact_chk input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.contact_btn {
  margin-top: 69px;
  text-align: center;
}
.contact_btn .btn_l {
  display: inline-block;
  width: 260px;
  border: none;
  background-color: transparent;
}

.contact_thankyou .boxs .box:nth-child(1) {
  width: 17.1%;
}
.contact_thankyou .boxs .box:nth-child(2) {
  width: 82.9%;
}
.contact_thankyou .box_clms {
  margin-bottom: 142px;
}
.contact_thankyou .box_tit h2 {
  font-size: 180%;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #f2b20d;
}
.contact_thankyou .box_tit p {
  font-size: 107%;
  line-height: 1.75;
  display: block;
  margin-top: 35px;
  color: #63b34f;
}
.contact_thankyou .box_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c4c4c4;
}
.contact_thankyou .box_dl dl:nth-child(1) {
  border-top: 1px solid #c4c4c4;
}
.contact_thankyou .box_dl dl:nth-child(2) dt {
  padding-right: 129px;
}
.contact_thankyou .box_dl dl dt {
  padding: 32px 0 32px 31px;
}
.contact_thankyou .box_dl dl dt strong {
  font-size: 107%;
  line-height: 1.75;
}
.contact_thankyou .box_dl dl dd {
  position: relative;
  padding-top: 15px;
}
.contact_thankyou .box_dl dl dd strong {
  font-size: 240%;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.contact_thankyou .box_dl dl dd small {
  font-size: 80%;
  line-height: 1.6;
  position: relative;
  top: 10px;
  display: block;
  margin-left: 18px;
  color: #63b34f;
}
.contact_thankyou .box_btn {
  margin-top: 98px;
}
.contact_thankyou .box_btn .btn_l {
  display: inline-block;
  width: 260px;
}

.grecaptcha-badge {
  display: none !important;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1355px) {
  .sec_service_pt {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .about_clms._r .box_img {
    left: calc((100vw - var(--wrap)) / 2 * -1);
  }
  .about_clms .box_img {
    right: calc((100vw - var(--wrap)) / 2 * -1);
    width: calc(30.7% + (100vw - var(--wrap)) / 2);
  }
}
@media (max-width: 1301px) {
  .top_service .box_img._i03 {
    width: 84%;
  }
}
@media (max-width: 1299px) {
  .gnav {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .gnav_btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .sec_service_pt {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 1239px) {
  .wrap {
    max-width: inherit;
    padding-right: 30px;
    padding-left: 30px;
  }
  .sec_pages_limg ._tit {
    padding-left: 30px;
  }
  .sec_pages_limg ._bg {
    width: calc(100vw - 260px);
  }
  .voice_ba .boxs::before {
    right: -30px;
  }
  .sec_voice_limg ._bg {
    right: -30px;
    left: inherit;
    width: calc(100% - 30px);
  }
  .voice_cs ._bg {
    left: -30px;
    width: 25%;
    height: auto;
  }
  .voice_cs ._bg ._inn {
    height: 30vw;
  }
  .info_ov ._bg {
    left: -30px;
    width: 37.9%;
  }
  .info_ac ._bg {
    right: -30px;
    width: 40.6%;
  }
  .menu_ab ._bg {
    left: -30px;
    width: 42.1%;
  }
  .sec_menu_limg._l02 ._bg {
    left: -30px;
  }
  .sec_menu_limg ._bg {
    right: -30px;
    left: inherit;
    width: calc(100% - 30px);
  }
  .sec_foot_contact {
    padding-bottom: 50px;
  }
  .sec_foot_contact ._bg {
    height: 70%;
  }
  .sec_foot_contact ._tit {
    left: 30px;
  }
  .service_str ._bg {
    left: -30px;
    width: 42.1%;
  }
  .service_ab ._bg {
    right: -30px;
    width: 54%;
  }
  .service_clm_head ._tit {
    width: 70%;
  }
  .service_pt .box_img {
    width: 50%;
  }
  .about_clms._r .box_img {
    left: -30px;
  }
  .about_clms .box_img {
    right: -30px;
    width: calc(30.7% + 30px);
  }
  .top_about .box_img._i01 {
    width: calc(100% + 30px);
  }
  .top_about .box_img._i02 {
    left: -30px;
    width: calc(64.9% + 30px);
  }
  .top_info .boxs .box:nth-child(2) {
    width: 47.7%;
  }
  .top_info .top_tit_m p br {
    display: none;
  }
  .top_info .box_btn {
    position: relative;
    right: 50px;
  }
  .top_limg_lclms {
    left: 60px;
  }
  .sec_contact .wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1119px) {
  .sec_foot_nav._col3 .box_tit h3 {
    line-height: 1.2;
    padding-right: 20%;
  }
  .contact_thankyou .box_dl dl {
    display: block;
  }
  .contact_thankyou .box_dl dl:nth-child(2) dt {
    padding-bottom: 10px;
  }
  .contact_thankyou .box_dl dl:nth-child(2) dd {
    padding-top: 0;
    padding-left: 31px;
  }
  .contact_thankyou .box_dl dl:nth-child(2) dd strong {
    line-height: 1;
  }
  .contact_thankyou .box_dl dl:nth-child(2) dd small {
    top: 0;
    margin-left: 0;
  }
  .contact_thankyou .box_dl dl:nth-child(2) dd:last-child {
    padding-bottom: 32px;
  }
}
.md_only, .md_ionly {
  display: none;
}

@media (max-width: 1079px) {
  .md_only {
    display: block;
  }
  .md_ionly {
    display: inline-block;
  }
  .gnav {
    display: none;
  }
  .gnav_btn {
    display: none;
  }
  .service_list .box_tit p {
    position: relative;
  }
  .about_mt .box_tit p {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .menu_nav ul {
    display: block;
  }
  .menu_nav ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .menu_nav ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1006px) {
  .sec_contact .wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact_tel {
    padding: 33px 20px 33px;
  }
  .contact_tel .boxs {
    font-size: 90%;
  }
  .contact_tel .boxs .box:nth-child(1) {
    width: 40%;
  }
  .contact_tel .boxs .box:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 979px) {
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sec_top_topimg {
      height: -webkit-fill-available;
    }
  }
}
.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 809px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOS Default Style Reset */
  input[type=submit], input[type=button] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  /****************************************
  		Base Setting 
  *****************************************/
  .wrap .target_line {
    top: -100px;
  }
  .boxs {
    display: block;
  }
  .header {
    position: relative;
    z-index: 10001;
    height: 76px;
  }
  .header_logo {
    top: 20px;
    left: 20px;
  }
  .header_logo img {
    width: 167px;
  }
  .header_nav {
    display: none;
  }
  .tit_l h2 {
    font-size: 134%;
    padding-left: 27px;
    letter-spacing: 0.1em;
  }
  .sec_foot_nav {
    margin-bottom: 112px;
  }
  .sec_foot_nav._col3 .boxs .box {
    width: 100%;
  }
  .sec_foot_nav._col3 .boxs .box:nth-child(2) {
    margin-right: 0;
  }
  .sec_foot_nav._col3 .boxs .box:nth-child(3) {
    margin-right: 0;
  }
  .sec_foot_nav._col3 .box_tit h3 {
    line-height: 1.2;
    padding-right: 0;
  }
  .sec_foot_nav .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec_foot_nav .boxs .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sec_foot_nav .boxs .box:last-child {
    margin-bottom: 0;
  }
  .sec_foot_nav .box_tit {
    width: 50%;
    padding: 0 0 0 11px;
  }
  .sec_foot_nav .box_tit h3 {
    font-size: 120%;
    line-height: 1.8;
  }
  .sec_foot_nav .box_tit ._ico {
    top: inherit;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
  .sec_foot_nav ._bg {
    right: 0;
    width: 84.8vw;
  }
  .sec_foot_nav .box_img {
    width: 50%;
    margin-left: 0;
    padding-bottom: 0;
  }
  .sec_foot_nav .box_img ._inn {
    overflow: hidden;
    height: 104px;
    border-radius: 4px;
  }
  .sec_foot_nav .box_img ._img img {
    width: 100%;
  }
  .sec_foot_contact {
    position: relative;
    overflow: hidden;
  }
  .sec_foot_contact .wrap {
    padding-top: 14px;
  }
  .sec_foot_contact ._tit {
    top: 0;
    left: 30px;
  }
  .sec_foot_contact ._tit h2 {
    font-size: 134%;
  }
  .sec_foot_contact ._bg {
    position: absolute;
    z-index: 1;
    top: 57px;
    left: 0;
    width: 77.6vw;
    height: 100%;
    border-radius: 0 20px 20px 0;
  }
  .sec_foot_contact .boxs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 50px;
  }
  .sec_foot_contact .boxs .box {
    position: relative;
    width: 100%;
    margin-bottom: 42px;
    margin-left: 0;
  }
  .sec_foot_contact .boxs .box:last-child {
    margin-bottom: 0;
  }
  .sec_foot_contact .box_tit {
    position: relative;
    z-index: 2;
    top: inherit;
    left: inherit;
    padding-top: 18px;
  }
  .sec_foot_contact .box_tit strong {
    font-size: 187%;
    line-height: 1.5;
  }
  .sec_foot_contact .box_tit p {
    font-size: 160%;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
  .sec_foot_contact .box_tit h4 {
    font-size: 114%;
    margin-top: 3px;
  }
  .sec_foot_contact .box_img_o {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .sec_foot_contact .box_img ._inn ._img img {
    width: 100%;
  }
  .sec_foot_contact .btn_l {
    display: block;
    width: 260px;
    margin-top: 17px;
  }
  .footer {
    margin-top: 64px;
    padding-bottom: 40px;
  }
  .footer .boxs .box:nth-child(2) {
    width: 100%;
  }
  .footer .boxs .box:nth-child(1) {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .footer ._link {
    display: block;
    margin-left: 0;
  }
  .footer .box_img {
    margin-top: 0;
  }
  .footer .box_img img {
    width: 153px;
  }
  .footer .box_tit {
    padding-top: 56px;
    padding-bottom: 14px;
  }
  .footer .box_tit h3 {
    font-size: 120%;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .footer .box_dl {
    padding: 25px 0;
  }
  .footer .box_dl dl {
    margin-bottom: 22px;
  }
  .footer .box_dl dl dt {
    width: 100px;
  }
  .footer .box_dl dl dd {
    width: calc(100% - 100px);
  }
  .footer .box_clm {
    padding-top: 12px;
  }
  /****************************************
  		page Setting 
  *****************************************/
  .sec_pages_limg {
    margin-bottom: 51px;
  }
  .sec_pages_limg .wrap {
    min-height: 410px;
  }
  .sec_pages_limg ._tit {
    position: absolute;
    bottom: 0;
    padding-left: 0;
  }
  .sec_pages_limg ._tit h1 {
    font-size: 174%;
  }
  .sec_pages_limg._voice ._bg ._inn ._img {
    background-image: url(./img/voice/sp_pages_limg@2x.jpg);
  }
  .sec_pages_limg._info ._bg ._inn ._img {
    background-image: url(./img/info/sp_pages_limg@2x.jpg);
  }
  .sec_pages_limg._menu ._bg ._inn ._img {
    background-image: url(./img/menu/sp_pages_limg@2x.jpg);
  }
  .sec_pages_limg._service ._bg ._inn ._img {
    background-image: url(./img/service/sp_pages_limg@2x.jpg);
  }
  .sec_pages_limg._about ._bg ._inn ._img {
    background-image: url(./img/about/sp_pages_limg@2x.jpg);
  }
  .sec_pages_limg._contact ._bg ._inn ._img {
    background-image: url(./img/contact/sp_pages_limg@2x.jpg);
  }
  .sec_pages_limg ._bg {
    width: 64.2%;
  }
  .sec_pages_limg ._bg ._inn {
    height: 390px;
  }
  /****************************************
  		voice Setting 
  *****************************************/
  .sec_voice_ba {
    overflow: hidden;
    margin-bottom: 35px;
  }
  .sec_voice_ba .tit_l {
    margin-bottom: 27px;
  }
  .sec_voice_ba .wrap {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .sec_voice_ba ._bg {
    top: 0;
    right: inherit;
    left: 0;
    width: 70.4vw;
  }
  .voice_ba {
    position: relative;
    z-index: 2;
  }
  .voice_ba .boxs {
    margin-bottom: 75px;
  }
  .voice_ba .boxs::before {
    top: 171px;
    right: -30px;
    width: 70.6vw;
    height: calc(100% - 136px);
  }
  .voice_ba .boxs:last-child {
    margin-bottom: 0;
  }
  .voice_ba .boxs .box {
    position: relative;
    z-index: 2;
  }
  .voice_ba .boxs .box:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .voice_ba .boxs .box:nth-child(1) .box_img {
    width: calc(100% - 45px);
  }
  .voice_ba .boxs .box:nth-child(1) .box_img.sp_only {
    width: 100%;
    margin: 16px 0 23px;
  }
  .voice_ba .boxs .box:nth-child(1) .box_img.sp_only ._inn {
    height: 210px;
  }
  .voice_ba .boxs .box:nth-child(1) .box_img ._inn {
    height: 180px;
  }
  .voice_ba .boxs .box:nth-child(2) {
    width: 100%;
  }
  .voice_ba .boxs .box:nth-child(2) .box_img ._inn {
    height: 210px;
  }
  .voice_ba ._arw {
    display: none;
  }
  .voice_ba .box_img ._tag {
    top: 0;
    bottom: inherit;
  }
  .voice_ba .box_tit {
    position: relative;
    margin: 0 0 20px;
    padding-left: 50px;
  }
  .voice_ba .box_tit h3 {
    font-size: 120%;
  }
  .voice_ba .box_tit p {
    line-height: 1.5;
  }
  .voice_ba .box_tit ._num {
    top: 0;
  }
  .voice_ba .box_tit ._num span:nth-child(1) {
    font-size: 16px;
  }
  .voice_ba .box_tit ._num span:nth-child(2) {
    font-size: 40px;
  }
  .voice_ba .box_dl {
    padding-top: 0;
  }
  .voice_ba .box_dl dl {
    display: block;
    margin-bottom: 9px;
  }
  .voice_ba .box_dl dl dt {
    width: 100%;
  }
  .voice_ba .box_dl dl dd {
    width: 100%;
  }
  .sec_voice_limg {
    overflow: hidden;
    margin-bottom: 85px;
  }
  .sec_voice_limg .wrap {
    height: 240px;
  }
  .sec_voice_limg ._bg {
    right: 0;
    left: inherit;
    width: calc(100vw - 30px);
  }
  .sec_voice_limg ._bg ._inn {
    height: 240px;
  }
  .sec_voice_limg ._bg ._inn ._img {
    background-image: url(./img/voice/sp_pages_img_02@2x.jpg);
  }
  .sec_voice_cs {
    margin-bottom: 87px;
  }
  .sec_voice_cs .tit_l {
    margin-bottom: 24px;
  }
  .voice_cs ._bg {
    position: relative;
    top: inherit;
    left: -30px;
    width: 80vw;
    margin-top: 53px;
  }
  .voice_cs ._bg ._inn {
    height: 400px;
  }
  .voice_cs ._bg ._inn ._img {
    background-image: url(./img/voice/pages_img_03@2x.jpg);
  }
  .voice_cs .boxs {
    display: block;
  }
  .voice_cs .boxs .box:nth-child(1) {
    width: calc(100% + 30px);
    margin-left: 0;
  }
  .voice_cs .box_clms {
    position: relative;
    margin-bottom: 10px;
    padding: 90px 30px 36px;
    border-radius: 4px;
    background-color: #fff;
  }
  .voice_cs .box_clms:last-child {
    margin-bottom: 0;
  }
  .voice_cs .box_clms ._num {
    top: 18px;
    left: 27px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .voice_cs .box_clms ._num span:nth-child(1) {
    font-size: 16px;
  }
  .voice_cs .box_clms ._num span:nth-child(2) {
    font-size: 40px;
  }
  .voice_cs .box_clms h3 {
    font-size: 120%;
  }
  .voice_cs .box_clms p {
    font-size: 107%;
    margin-top: 20px;
  }
  /****************************************
  		info Setting 
  *****************************************/
  .sec_info_ov {
    margin-bottom: 59px;
  }
  .sec_info_ov .tit_l {
    margin-bottom: 37px;
  }
  .info_ov {
    display: block;
  }
  .info_ov ._bg {
    position: relative;
    left: -30px;
    width: 100vw;
  }
  .info_ov ._bg ._inn {
    left: inherit;
    width: 100%;
    height: 224px;
  }
  .info_ov ._bg ._inn ._img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./img/info/sp_pages_img_01@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .info_ov .boxs {
    display: block;
    width: 100%;
  }
  .info_ov .boxs .box:nth-child(1) {
    position: relative;
    width: 100%;
    margin-left: auto;
  }
  .info_ov .box_clms {
    padding-top: 59px;
  }
  .info_ov .box_clms h3 {
    font-size: 120%;
  }
  .info_ov .box_clms table {
    margin-top: 30px;
  }
  .info_ov .box_clms table tbody tr th, .info_ov .box_clms table tbody tr td {
    padding-bottom: 12px;
  }
  .info_ov .box_clms table tbody tr th {
    padding-right: 10px;
    white-space: nowrap;
  }
  .sec_info_staff {
    margin-bottom: 67px;
  }
  .sec_info_staff .tit_l {
    margin-bottom: 46px;
  }
  .info_staff .boxs {
    display: block;
  }
  .info_staff .boxs .box {
    margin-bottom: 85px;
  }
  .info_staff .boxs .box:last-child {
    margin-bottom: 0;
  }
  .info_staff .box_img {
    margin-bottom: 22px;
  }
  .info_staff .box_clms strong {
    font-size: 80%;
  }
  .info_staff .box_clms h3 {
    font-size: 120%;
  }
  .info_staff .box_clms h4 {
    font-size: 114%;
    margin-top: 5px;
  }
  .info_staff .box_clms .btn_l {
    margin-top: 23px;
  }
  .sec_info_ac {
    margin-bottom: 51px;
    padding: 5px 0 0;
  }
  .sec_info_ac .tit_l {
    margin-bottom: 37px;
  }
  .info_ac {
    position: relative;
  }
  .info_ac ._bg {
    position: relative;
    top: 0;
    right: 0;
    width: calc(100vw - 30px);
  }
  .info_ac ._bg ._inn {
    height: 222px;
  }
  .info_ac .boxs .box:nth-child(1) {
    width: 100%;
  }
  .info_ac .box_clms {
    padding-top: 22px;
  }
  .info_ac .box_clms h3 {
    font-size: 120%;
  }
  .info_ac .box_clms p {
    line-height: 1.7;
    margin: 10px 0;
  }
  .info_ac_map {
    margin-top: 20px;
  }
  .info_ac_map ._map {
    margin-bottom: 0;
  }
  .info_ac_map ._map ._inn ._img iframe {
    height: 210px;
  }
  .sec_info_hs {
    margin-bottom: 102px;
  }
  .sec_info_hs .tit_l {
    margin-bottom: 28px;
  }
  .info_hs {
    position: relative;
  }
  .info_hs .boxs .box:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .info_hs .boxs .box:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: 0;
  }
  .info_hs .box_imgs {
    margin-top: 6px;
    gap: 6px;
  }
  .info_hs .box_clms {
    padding-top: 48px;
  }
  .info_hs .box_clms table tbody tr th, .info_hs .box_clms table tbody tr td {
    padding-bottom: 13px;
  }
  .info_hs_clm {
    margin-top: 47px;
  }
  .info_hs_clm h3 {
    font-size: 120%;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #f2b20d;
  }
  .modal_info_outer {
    margin: 0;
  }
  .modal_info_outer .box_img {
    margin-bottom: 0;
  }
  .modal_info_outer .box_imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 41px;
    gap: 6px;
  }
  .modal_info_outer .box_clms ._read {
    padding: 37px 0 26px;
  }
  .modal_info_outer .box_clms ._read h3 {
    font-size: 120%;
  }
  .modal_info_outer .box_clms ._name h3 {
    font-size: 120%;
    line-height: 1.75;
  }
  .modal_info_outer .box_clms ._tit {
    padding-bottom: 16px;
  }
  .modal_info_outer .box_clms ._tit h4 {
    font-size: 114%;
    line-height: 1.7;
  }
  .modal_info_outer .box_clms ._clm p {
    font-size: 107%;
    line-height: 1.75;
  }
  .modal_info_read {
    padding-bottom: 49px;
  }
  .modal_info_read .boxs .box:nth-child(1) {
    width: 100%;
  }
  .modal_info_read .boxs .box:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .modal_info_clms {
    padding-bottom: 49px;
  }
  .modal_info_clms .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 43px;
  }
  .modal_info_clms .boxs .box:last-child {
    margin-bottom: 0;
  }
  .modal_info_foot .boxs .box {
    width: 100%;
    margin-right: 0;
  }
  .modal_info_foot .boxs .box:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .modal_info_foot .boxs .box:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .modal_info_btn {
    padding-top: 81px;
    text-align: center;
  }
  .modal_info_btn .btn_l {
    display: inline-block;
    width: 260px;
  }
  /****************************************
  		menu Setting 
  *****************************************/
  .sec_menu_ab {
    margin-bottom: 58px;
  }
  .sec_menu_ab .tit_l {
    margin-bottom: 17px;
  }
  .menu_ab ._bg {
    position: relative;
    width: calc(100vw - 30px);
  }
  .menu_ab ._bg ._inn {
    height: 220px;
  }
  .menu_ab .boxs .box:nth-child(1) {
    width: 100%;
    margin-left: 0;
  }
  .menu_ab .box_clms h3 {
    font-size: 120%;
    line-height: 1.7;
    padding-left: 30px;
    letter-spacing: 0.1em;
  }
  .menu_ab .box_clms h3::before {
    top: 9px;
    width: 20px;
    height: 17px;
    background-size: 20px 17px;
  }
  .menu_nav {
    margin-top: 38px;
  }
  .menu_nav ul li {
    width: 260px;
  }
  .sec_menu_limg {
    margin-bottom: 38px;
  }
  .sec_menu_limg._l01 ._bg ._inn ._img {
    background-image: url(./img/menu/sp_pages_img_02@2x.jpg);
  }
  .sec_menu_limg._l02 ._bg ._inn ._img {
    background-image: url(./img/menu/sp_pages_img_03@2x.jpg);
  }
  .sec_menu_limg._l03 ._bg ._inn ._img {
    background-image: url(./img/menu/sp_pages_img_04@2x.jpg);
  }
  .sec_menu_limg .wrap {
    height: 240px;
  }
  .sec_menu_limg ._bg {
    left: 30px;
    width: calc(100vw - 30px);
  }
  .sec_menu_limg ._bg ._inn {
    height: 240px;
  }
  .sec_menu_nw {
    margin-bottom: 36px;
  }
  .sec_menu_nw .tit_l {
    margin-bottom: 20px;
  }
  .sec_menu_nw .menu_nw {
    position: relative;
    left: -30px;
  }
  .sec_menu_nw .menu_nw .menu_cau {
    position: relative;
    left: 30px;
  }
  .sec_menu_nw .menu_nw .menu_scroll {
    width: calc(100% + 60px);
  }
  .sec_menu_nw .menu_nw .menu_scroll table {
    position: relative;
    left: 30px;
  }
  .sec_menu_ur {
    margin-bottom: 56px;
  }
  .sec_menu_ur .tit_l {
    margin-bottom: 40px;
  }
  .sec_menu_fs {
    padding-bottom: 5px;
  }
  .sec_menu_fs ._bg {
    top: -157px;
    width: 100%;
    height: calc(100% + 157px + 122px);
  }
  .sec_menu_fs .tit_l {
    margin-bottom: 35px;
  }
  .sec_menu_ss {
    margin-bottom: 66px;
  }
  .sec_menu_ss .tit_l {
    margin-bottom: 20px;
  }
  .menu_scroll {
    overflow-x: scroll;
    width: calc(100% + 30px);
  }
  .menu_scroll table {
    font-size: 90%;
    min-width: 880px;
  }
  .menu_scroll ._img {
    width: 970px !important;
    min-width: 970px;
  }
  .menu_nw table tbody tr td ._com ._inn {
    padding-top: 8px;
  }
  .sec_menu_area {
    margin-bottom: 70px;
    padding: 0 0 66px;
  }
  .sec_menu_area ._bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .sec_menu_area .tit_l {
    margin-bottom: 31px;
    padding-top: 243px;
  }
  .menu_area .boxs .box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu_area .boxs .box:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
  .menu_area .box_clms h3 {
    font-size: 120%;
    line-height: 1.7;
    padding-left: 30px;
    letter-spacing: 0.1em;
  }
  .menu_area .box_clms h3::before {
    top: 9px;
    width: 20px;
    height: 17px;
    background-size: 20px 17px;
  }
  .menu_area .box_clms ul {
    margin-top: 26px;
  }
  .menu_ex {
    margin-top: 51px;
  }
  .menu_ex ._tit {
    position: relative;
  }
  .menu_ex ._tit h3 {
    font-size: 120%;
    line-height: 1.7;
    padding: 12px 0 12px 64px;
  }
  .menu_ex ._tit h3 span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-right: 0;
    padding: 24px 14px 0;
  }
  .menu_ex ._tbl {
    margin-top: 10px;
  }
  .menu_ex ._tbl ._img {
    border-radius: 4px;
  }
  .sec_menu_clm {
    margin-bottom: 66px;
    padding-bottom: 43px;
  }
  .sec_menu_clm ._bg {
    top: 30px;
    right: inherit;
    left: 57px;
    width: 69%;
    height: calc(100% - 30px);
  }
  .menu_clm {
    padding-top: 88px;
    padding-bottom: 43px;
  }
  .menu_clm .boxs .box:nth-child(1) {
    position: relative;
    left: -15px;
    width: calc(100% + 15px);
    margin-right: 0;
  }
  .menu_clm .boxs .box:nth-child(2) {
    width: 100%;
  }
  .menu_clm .box_clms {
    position: relative;
    padding: 30px 20px;
    background-color: #63b34f;
  }
  .menu_clm .box_clms::before {
    left: 91px;
  }
  .menu_clm .box_clms strong {
    font-size: 160%;
    margin-bottom: 15px;
  }
  .menu_clm .box_clms h3 {
    font-size: 118%;
  }
  .menu_clm .box_img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -15px;
    display: block;
    width: 210px;
  }
  .menu_clm .box_img ._inn {
    overflow: hidden;
  }
  .menu_clm .box_img ._inn ._img {
    width: 100%;
  }
  .menu_clm_limg {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .menu_clm_limg .box_img ._inn ._img {
    width: 100%;
  }
  /****************************************
  		service Setting 
  *****************************************/
  .sec_service_str {
    margin-bottom: 0;
  }
  .sec_service_str .tit_l {
    margin-bottom: 22px;
    padding-top: 50px;
  }
  .service_str ._bg {
    position: relative;
    width: calc(100% - 30px);
  }
  .service_str ._bg ._inn {
    height: 220px;
  }
  .service_str .boxs .box:nth-child(1) {
    width: 100%;
    margin-left: 0;
  }
  .service_str .box_clms h3 {
    font-size: 120%;
  }
  .service_str .box_clms p {
    margin-top: 28px;
  }
  .sec_service_pt {
    overflow: hidden;
    padding: 67px 0 100px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .sec_service_pt .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sec_service_pt ._bg {
    display: none;
  }
  .service_pt .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service_pt .boxs .box {
    position: relative;
    width: calc((100% - 25px) / 2);
    padding-top: 0;
  }
  .service_pt .boxs .box:nth-child(1) {
    margin-right: 25px;
  }
  .service_pt .boxs .box:nth-child(2) .box_tit {
    right: inherit;
    left: inherit;
  }
  .service_pt .boxs .box:nth-child(2) .box_img {
    right: inherit;
    left: 0;
  }
  .service_pt .boxs .box:nth-child(2) .box_bg {
    right: inherit;
    left: 50%;
  }
  .service_pt .boxs .box:nth-child(2) .box_clm {
    left: calc((100% + 45px) * -1);
    margin-left: 0;
  }
  .service_pt .box_tit {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 13px 0 54px;
    text-align: center;
  }
  .service_pt .box_tit h3 {
    font-size: 120%;
    margin-top: 13px;
  }
  .service_pt .box_tit p {
    font-size: 107%;
    line-height: 1.2;
  }
  .service_pt .box_tit ._num span:nth-child(1) {
    font-size: 16px;
  }
  .service_pt .box_tit ._num span:nth-child(2) {
    font-size: 40px;
  }
  .service_pt .box_clm {
    position: relative;
    z-index: 2;
    left: -15px;
    width: 100vw;
    max-width: inherit;
    padding: 30px;
    background-color: #fff;
  }
  .service_pt .box_clm.-on {
    z-index: 10;
  }
  .service_pt .box_clm p {
    font-size: 107%;
    line-height: 1.75;
    margin-bottom: 28px;
  }
  .service_pt .box_clm p:last-child {
    margin-bottom: 0;
  }
  .service_pt .box_img {
    position: relative;
    z-index: 5;
    top: inherit;
    right: inherit;
    width: 100%;
  }
  .service_pt .box_bg {
    position: absolute;
    z-index: 2;
    top: 50%;
    top: 195px;
    left: 50%;
    width: 130px;
    height: 400px;
    -webkit-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
    background-color: #f5efe0;
  }
  .service_pt .box_bg.-on {
    background-color: #fff;
  }
  .sec_service_limg .wrap {
    height: 170px;
  }
  .sec_service_limg ._bg {
    right: 15px;
    width: 80.8%;
  }
  .sec_service_limg ._bg ._inn {
    height: 170px;
  }
  .sec_service_limg ._bg ._inn ._img {
    background-image: url(./img/service/sp_pages_img_03_01@2x.jpg);
  }
  .sec_service_clm {
    margin-top: -20px;
    padding-bottom: 61px;
  }
  .service_clm_head {
    height: 206px;
  }
  .service_clm_head ._tit {
    left: 19px;
    width: 90%;
  }
  .service_clm_head ._tit strong {
    font-size: 160%;
    display: block;
    margin-bottom: 5px;
  }
  .service_clm_head ._tit h3 {
    font-size: 120%;
  }
  .service_clm_head ._arw {
    top: 20px;
    right: 19px;
    width: 50px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .service_clm_head ._arw ._inn {
    position: relative;
    height: 50px;
  }
  .service_clm_head ._arw ._inn:after {
    width: 30px;
    height: 30px;
  }
  .service_clm_body {
    padding: 56px 20px 53px;
  }
  .service_clm_body h3 {
    font-size: 120%;
    margin-bottom: 13px;
  }
  .service_clm_body ._clms {
    display: block;
  }
  .service_clm_body ._clm {
    width: 100%;
    margin-right: 0;
  }
  .service_clm_body ._clm:nth-child(2n) {
    margin-right: 0;
  }
  .service_clm_body ._clm p {
    text-align: justify;
  }
  .service_cc_imgs {
    padding-bottom: 40px;
  }
  .sec_service_list {
    padding: 35px 0 77px;
  }
  .sec_service_list .tit_l {
    margin-bottom: 30px;
  }
  .sec_service_list ._line {
    margin: 33px 0 47px;
  }
  .service_list._min .box {
    position: relative;
    display: block;
  }
  .service_list._min .box_img {
    position: absolute;
    top: 59px;
    right: 0;
    width: 48%;
  }
  .service_list._min .box_clms {
    width: 100%;
  }
  .service_list._min .box_clm {
    width: 50.5%;
  }
  .service_list._min .box_tit {
    padding-left: 0;
  }
  .service_list._min .box_tit ._num span:nth-child(1) {
    font-size: 14px;
  }
  .service_list._min .box_tit ._num span:nth-child(2) {
    font-size: 34px;
  }
  .service_list .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 42px;
  }
  .service_list .boxs .box:last-child {
    margin-bottom: 0;
  }
  .service_list .box_img {
    position: relative;
    z-index: 1;
  }
  .service_list .box_img ._inn {
    overflow: hidden;
    border-radius: 4px;
  }
  .service_list .box_img ._inn ._img img {
    width: 100%;
  }
  .service_list .box_tit {
    margin: 40px 0 21px;
    padding-left: 0;
  }
  .service_list .box_tit h3 {
    font-size: 120%;
    display: block;
    padding-left: 67px;
  }
  .service_list .box_tit p {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 20px;
  }
  .service_list .box_tit ._num {
    position: absolute;
    top: -16px;
    left: 0;
    text-align: center;
  }
  .service_list .box_tit ._num span:nth-child(1) {
    font-size: 16px;
  }
  .service_list .box_tit ._num span:nth-child(2) {
    font-size: 40px;
  }
  .sec_service_rec {
    padding: 62px 0 68px;
  }
  .sec_service_rec .tit_l {
    margin-bottom: 35px;
  }
  .service_rec._r {
    margin-top: 48px;
  }
  .service_rec._r .boxs .box:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
  .service_rec._r .boxs .box:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .service_rec._r .box_img {
    padding-top: 0;
  }
  .service_rec._r .box_clm {
    padding-top: 10px;
  }
  .service_rec .boxs .box:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .service_rec .boxs .box:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: 0;
  }
  .service_rec .box_img {
    margin-bottom: 32px;
    padding-top: 0;
  }
  .service_rec .box_clm {
    overflow: hidden;
    height: 168px;
  }
  .service_rec .box_clm.-on {
    height: auto;
  }
  .service_rec .box_clm h3 {
    font-size: 120%;
  }
  .service_rec .box_clm p {
    text-align: justify;
  }
  .service_rec .box_more {
    margin-top: 15px;
    text-align: right;
  }
  .service_rec .box_more.-on svg {
    top: -2px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .service_rec .box_more svg {
    position: relative;
  }
  .service_rec .box_more p {
    font-size: 107%;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .sec_service_ab {
    margin-bottom: 0;
    padding: 47px 0 0;
  }
  .sec_service_ab .tit_l {
    margin-bottom: 9px;
  }
  .service_ab ._bg {
    position: relative;
    right: -30px;
    width: 100%;
  }
  .service_ab ._bg ._inn {
    height: 240px;
  }
  .service_ab .boxs {
    position: relative;
    display: block;
  }
  .service_ab .boxs .box:nth-child(1) {
    width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .service_ab .box_clms {
    position: relative;
    z-index: 5;
  }
  .service_ab .box_clms h3 {
    font-size: 120%;
  }
  .service_ab .box_clms p {
    margin-top: 13px;
    text-align: justify;
  }
  .service_ab .box_btn {
    position: relative;
    z-index: 3;
    right: inherit;
    bottom: inherit;
    width: 100%;
    margin-top: 40px;
    text-align: right;
  }
  .service_ab .box_btn .btn_l {
    display: inline-block;
    width: 260px;
  }
  .service_ab .box_bg {
    top: -200px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 170px);
  }
  .sec_service_flow {
    overflow: hidden;
    padding: 55px 0 87px;
  }
  .sec_service_flow .tit_l {
    margin-bottom: 31px;
  }
  .service_flow_outer {
    position: relative;
    display: block;
    height: auto;
  }
  .service_flow_outer.is-fixed .service_flow_imgs {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
  }
  .service_flow_outer.is-end .service_flow_imgs {
    position: relative;
    top: inherit;
    bottom: inherit;
  }
  .service_flow_inner {
    position: relative;
    width: 100%;
  }
  .service_flow {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100vw;
  }
  .service_flow_imgs {
    display: none;
  }
  .service_flows {
    display: block;
    width: 90%;
    height: auto;
  }
  .service_flows .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .service_flows .box_img {
    position: relative;
    z-index: 1;
  }
  .service_flows .box_img ._inn {
    overflow: hidden;
    border-radius: 4px;
  }
  .service_flows .box_img ._inn ._img img {
    width: 100%;
  }
  .service_flows .box_clms {
    width: 100%;
    margin-left: 0;
  }
  .service_flows .box_tit {
    position: relative;
    margin: 23px 0 15px;
    padding-left: 55px;
  }
  .service_flows .box_tit h3 {
    font-size: 120%;
  }
  .service_flows .box_tit ._num {
    top: 7px;
  }
  .service_flows .box_tit ._num span:nth-child(1) {
    font-size: 40px;
  }
  /****************************************
  		about Setting 
  *****************************************/
  .sec_about_wo {
    padding-right: 0;
    padding-bottom: 115px;
    padding-left: 0;
  }
  .sec_about_wo .tit_l {
    top: 272px;
    left: 30px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .sec_about_wo .tit_l h2::before {
    top: 10px;
  }
  .about_wo .boxs .box {
    position: relative;
    margin-right: 0;
  }
  .about_wo .boxs .box:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-top: 381px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(1) ._inn ._img {
    text-align: center;
    background-color: #f5efe0;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(1) ._inn ._img img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(2) {
    width: 100%;
    margin: 0 0 7px;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(2) ._inn ._img {
    text-align: center;
    background-color: #f5efe0;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(2) ._inn ._img img {
    width: 230px;
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(3) {
    width: calc((100% - 7px) / 2);
    margin-bottom: 7px;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(3) .box_clms h4 {
    padding-left: 0;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(3) .box_clms h4::before {
    top: -18px;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(3) ._inn ._img {
    padding-bottom: 11px;
    text-align: center;
    background-color: #f5efe0;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(3) ._inn ._img img {
    position: relative;
    top: -30px;
    right: -31px;
    width: 130px;
    height: 189px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(4) {
    width: calc((100% - 7px) / 2);
    margin-left: 7px;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(4) ._inn {
    border-radius: 20px;
  }
  .about_wo .boxs .box:nth-child(1) .box_img:nth-child(4) ._inn ._img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_wo .boxs .box:nth-child(2) {
    width: 100%;
    padding-top: 0;
  }
  .about_wo .boxs .box:nth-child(2) .box_img:nth-child(1) {
    margin: 0 15px 7px;
  }
  .about_wo .boxs .box:nth-child(2) .box_img:nth-child(1) ._inn ._img {
    text-align: center;
    background-color: #f5efe0;
  }
  .about_wo .boxs .box:nth-child(2) .box_img:nth-child(1) ._inn ._img img {
    position: relative;
    top: -7px;
    width: 300px;
    height: 269px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_wo .boxs .box:nth-child(2) .box_img:nth-child(2) {
    margin: 0 15px 7px;
  }
  .about_wo .boxs .box:nth-child(2) .box_img:nth-child(2) ._inn ._img {
    text-align: center;
    background-color: #f5efe0;
  }
  .about_wo .boxs .box:nth-child(2) .box_img:nth-child(2) ._inn ._img img {
    position: relative;
    top: -7px;
    width: 300px;
    height: 269px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about_wo .boxs .box:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .about_wo .boxs .box:nth-child(3) .box_img:nth-child(1) {
    width: 100%;
  }
  .about_wo .boxs .box:nth-child(3) .box_img:nth-child(2) {
    margin-right: 7px;
  }
  .about_wo .boxs .box:nth-child(3) .box_img:nth-child(2), .about_wo .boxs .box:nth-child(3) .box_img:nth-child(3) {
    width: calc((100% - 7px) / 2);
  }
  .about_wo .boxs .box:nth-child(3) .box_img:nth-child(2) .box_clms h4, .about_wo .boxs .box:nth-child(3) .box_img:nth-child(3) .box_clms h4 {
    padding-left: 0;
  }
  .about_wo .boxs .box:nth-child(3) .box_img:nth-child(2) .box_clms h4::before, .about_wo .boxs .box:nth-child(3) .box_img:nth-child(3) .box_clms h4::before {
    top: -18px;
  }
  .about_wo .boxs .box:nth-child(3) .box_img:nth-child(2) ._inn ._img, .about_wo .boxs .box:nth-child(3) .box_img:nth-child(3) ._inn ._img {
    padding-bottom: 11px;
    text-align: center;
    background-color: #f5efe0;
  }
  .about_wo .boxs .box:nth-child(3) .box_img:nth-child(2) ._inn ._img img, .about_wo .boxs .box:nth-child(3) .box_img:nth-child(3) ._inn ._img img {
    position: relative;
    top: -30px;
    right: -31px;
    width: 130px;
    height: 189px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about_wo .boxs .box:last-child {
    margin-right: 0;
  }
  .about_wo .box_img {
    margin-bottom: 0;
  }
  .about_wo .box_img._fst {
    left: 0;
    width: calc(100% - 30px);
  }
  .about_wo .box_img:last-child {
    margin-bottom: 0;
  }
  .about_wo .box_img ._inn {
    overflow: hidden;
    border-radius: 20px;
  }
  .about_wo .box_clms {
    position: absolute;
    bottom: 21px;
    left: 20px;
  }
  .about_wo .box_clms h4 {
    font-size: 107%;
    margin-bottom: 8px;
    padding-left: 27px;
  }
  .about_wo .box_clms h4:last-child {
    margin-bottom: 0;
  }
  .about_wo .box_clms h4::before {
    top: 6px;
    width: 20px;
    height: 17px;
    background-size: 20px;
  }
  .sec_about_mr .tit_l {
    width: calc(100% - 60px);
    margin: 0 auto 20px;
  }
  .sec_about_mr .wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .about_mr .boxs {
    display: block;
  }
  .about_mr .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about_mr .box_tit {
    margin: 16px 0 5px;
    padding-left: 55px;
  }
  .about_mr .box_tit h3 {
    font-size: 120%;
  }
  .about_mr .box_tit h4 {
    font-size: 114%;
  }
  .about_mr .box_tit ._num {
    top: 2px;
  }
  .about_mr .box_tit ._num span:nth-child(1) {
    font-size: 16px;
  }
  .about_mr .box_tit ._num span:nth-child(2) {
    font-size: 40px;
  }
  .sec_about_limg {
    height: 234px;
  }
  .sec_about_limg._l01 {
    margin-bottom: 53px;
  }
  .sec_about_limg._l01 ._bg ._inn ._img {
    background-image: url(./img/about/sp_pages_img_03@2x.jpg);
  }
  .sec_about_limg._l02 {
    margin-bottom: 61px;
  }
  .sec_about_limg._l02 ._bg ._inn ._img {
    background-image: url(./img/about/sp_pages_img_06@2x.jpg);
  }
  .sec_about_limg ._bg ._inn {
    height: 234px;
  }
  .sec_about_clm {
    padding-bottom: 79px;
  }
  .about_clms {
    margin-bottom: 58px;
  }
  .about_clms._r .box_img {
    right: -15px;
    left: inherit;
    margin-left: auto;
  }
  .about_clms._r .about_clm {
    margin-left: 0;
  }
  .about_clms._r .about_clm_head ._tit {
    top: 55%;
    left: 19px;
  }
  .about_clms._r .about_clm_head ._arw {
    right: 19px;
  }
  .about_clms._r .about_clm_body {
    padding-right: 19px;
    padding-left: 19px;
  }
  .about_clms .box_img {
    position: relative;
    z-index: 1;
    top: inherit;
    right: inherit;
    left: -15px;
    width: 210px;
  }
  .about_clms .box_img ._inn {
    border-radius: 4px;
  }
  .about_clm {
    position: relative;
    z-index: 2;
    top: -9px;
    width: 100%;
  }
  .about_clm_head {
    height: 186px;
  }
  .about_clm_head ._tit {
    position: absolute;
    top: 50%;
    left: 19px;
    padding-right: 19px;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%);
  }
  .about_clm_head ._tit strong {
    font-size: 160%;
    top: -8px;
  }
  .about_clm_head ._tit strong span {
    font-size: 40px;
  }
  .about_clm_head ._tit h3 {
    font-size: 110%;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .about_clm_head ._arw {
    top: 20px;
    right: 19px;
    width: 50px;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .about_clm_head ._arw ._inn {
    height: 50px;
  }
  .about_clm_head ._arw ._inn:after {
    width: 30px;
    height: 30px;
  }
  .about_clm_body {
    padding: 53px 19px 47px 19px;
  }
  .sec_about_mt {
    padding: 74px 0 80px;
  }
  .sec_about_mt .tit_l {
    margin-bottom: 58px;
  }
  .sec_about_mt ._bg {
    height: calc(100% - 245px);
  }
  .about_mt .boxs .box {
    width: 100%;
    margin-right: 0;
  }
  .about_mt .boxs .box:nth-child(2n) {
    margin-top: 50px;
  }
  .about_mt .box_tit {
    margin: 0 0 14px;
    padding-left: 0;
  }
  .about_mt .box_tit h3 {
    font-size: 120%;
    line-height: 1.7;
    padding-left: 55px;
  }
  .about_mt .box_tit p {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 20px;
  }
  .about_mt .box_tit ._num {
    position: absolute;
    top: -16px;
    left: 0;
  }
  .about_mt .box_tit ._num span:nth-child(1) {
    font-size: 16px;
  }
  .about_mt .box_tit ._num span:nth-child(2) {
    font-size: 40px;
  }
  .about_mt .box_slide_outer {
    padding: 20px 0 38px 0;
  }
  .about_mt .box_slide {
    padding-bottom: 67px;
  }
  .about_mt .box_slide .slick-prev {
    left: 30px;
  }
  .about_mt .box_slide .slick-next {
    left: 80px;
  }
  .about_mt .box_slides {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about_mt_btn {
    padding-top: 32px;
  }
  .sec_about_qa {
    padding-bottom: 86px;
  }
  .sec_about_qa .tit_l {
    margin-bottom: 26px;
  }
  .about_qa {
    margin-bottom: 14px;
  }
  .about_qa:last-child {
    margin-bottom: 0;
  }
  .about_qa_head ._inner {
    width: calc(100% - 60px);
    padding: 13px 13px 13px 54px;
  }
  .about_qa_head strong {
    font-size: 134%;
    top: 50%;
    left: 19px;
  }
  .about_qa_head h3 {
    font-size: 120%;
  }
  .about_qa_head ._arw {
    width: 50px;
  }
  .about_qa_head ._arw ._inn {
    height: 50px;
  }
  .about_qa_head ._arw ._inn:after {
    width: 30px;
    height: 30px;
  }
  .about_qa_body {
    padding-top: 6px;
    padding-left: 0;
  }
  .about_qa_body ._inner {
    padding: 38px 19px 42px;
  }
  .about_qa_body strong {
    margin-bottom: 15px;
  }
  .about_qa_body p {
    font-size: 107%;
    line-height: 1.75;
    word-break: break-all;
  }
  /****************************************
  		top Setting 
  *****************************************/
  .sec_top_limg {
    margin-top: 49px;
    padding: 0 0 0 15px;
  }
  .sec_top_limg ._cov {
    top: -1px;
    left: 15px;
    width: calc(100% - 15px);
    height: 150px;
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
    background-image: url(./img/top/sp_pages_img_00_01@2x.png);
    background-position: top center;
  }
  .top_logos {
    position: absolute;
    z-index: 41;
    top: 43%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .top_logos ._inn {
    position: relative;
    width: 226px;
    height: 223px;
  }
  .top_logos ._inn img {
    position: absolute;
    z-index: 51;
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
    opacity: 0;
  }
  .top_logos ._inn img._base {
    position: relative;
    z-index: 50;
    opacity: 0;
  }
  .top_logos ._inn img.-i01 {
    top: 0;
    left: 54px;
  }
  .top_logos ._inn img.-i02 {
    top: 0;
    left: 117px;
  }
  .top_logos ._inn img.-i03 {
    top: 154px;
    left: 0;
  }
  .top_limgs {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
    opacity: 0;
  }
  .top_limg._i01 ._img {
    background-image: url(./img/top/sp_pages_limg_01@2x.jpg);
  }
  .top_limg._i02 ._img {
    background-image: url(./img/top/sp_pages_limg_02@2x.jpg);
  }
  .top_limg._i03 ._img {
    background-image: url(./img/top/sp_pages_limg_03@2x.jpg);
  }
  .top_limg._i04 ._img {
    background-image: url(./img/top/sp_pages_limg_04@2x.jpg);
  }
  .top_limg ._inn {
    height: 100vh;
    min-height: inherit;
    border-radius: 0 0 0 20px;
  }
  .top_limg_lclms {
    bottom: 177px;
    left: 35px;
  }
  .top_limg_lclms.-top-lclms {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
    opacity: 0;
  }
  .top_limg_lclm {
    -webkit-transition: opacity 900ms 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity 900ms 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 0;
  }
  .top_limg_tit h1 {
    font-size: 167%;
  }
  .top_limg_clm {
    margin-top: 18px;
  }
  .top_limg_clm h4 {
    font-size: 114%;
  }
  .sec_about_wo._top_wo {
    margin-top: 59px;
    padding-bottom: 42px;
  }
  .sec_about_wo._top_wo .tit_l {
    left: 30px;
  }
  .sec_about_wo._top_wo .tit_l h2 span:nth-child(2) {
    margin-top: 7px;
    margin-left: 79px;
  }
  .sec_about_wo._top_wo .tit_l h2 span:nth-child(3) {
    margin-top: 9px;
    margin-left: 53px;
  }
  .sec_about_wo._top_wo .about_wo .boxs .box:nth-child(1) {
    padding-top: 153px;
  }
  .sec_about_wo._top_wo .about_wo .boxs .box:nth-child(2) {
    padding-top: 0;
  }
  .sec_about_wo._top_wo .about_wo .box_img._fst {
    display: none;
  }
  .sec_about_wo._top_wo .about_wo .box_img._dg ._inn {
    border-radius: 20px;
  }
  .sec_about_wo._top_wo .about_wo .box_img._lst {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 7px;
    margin-bottom: 0;
  }
  .sec_about_wo._top_wo .about_wo .box_img._lst ._inn {
    border-radius: 20px;
  }
  .top_tit_v h2 {
    font-size: 134%;
  }
  .top_tit_m p {
    font-size: 160%;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
  .sec_top_mr {
    margin-bottom: 118px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .sec_top_mr .tit_l {
    margin-bottom: 17px;
  }
  .sec_top_mr .__bg {
    top: 0;
    bottom: inherit;
    left: 0;
    width: calc(100% - 57px);
    height: 417px;
  }
  .top_mr {
    position: relative;
    z-index: 2;
    left: -30px;
    width: calc(100% + 60px);
  }
  .top_mr .boxs .box {
    width: 100%;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .top_mr .boxs .box:nth-child(3n) {
    margin-right: 0;
  }
  .top_mr .box_clms {
    bottom: 34px;
  }
  .top_mr .box_clms p {
    font-size: 107%;
  }
  .top_mr .box_tit {
    margin-top: 17px;
  }
  .top_mr .box_tit h3 {
    font-size: 120%;
  }
  .top_mr .box_img {
    text-align: center;
  }
  .top_mr .box_img ._inn ._img {
    background-color: #fff;
  }
  .top_mr .box_img ._inn ._img img {
    display: inline-block;
    width: 215px;
    height: 215px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec_top_about {
    margin-bottom: 96px;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .sec_top_about .__bg {
    top: 105px;
    height: calc(100% - 200px);
  }
  .top_about {
    position: relative;
    z-index: 2;
  }
  .top_about .boxs .box:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .top_about .boxs .box:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .top_about .box_clms {
    position: relative;
    margin-bottom: 0;
    padding: 315px 0 273px 16%;
  }
  .top_about .top_tit_v {
    position: absolute;
    top: -50px;
    left: 0;
  }
  .top_about .top_tit_v h2 {
    white-space: nowrap;
  }
  .top_about .box_img {
    position: absolute;
  }
  .top_about .box_img._i01 {
    top: 0;
    right: -30px;
    width: calc(84.3% + 30px);
  }
  .top_about .box_img._i02 {
    bottom: 30px;
    left: -30px;
    width: calc(52.2% + 30px);
    margin-top: 0;
  }
  .top_about .box_img._i02 ._inn {
    border-radius: 0 20px 20px 0;
  }
  .top_about .box_img._i03 {
    right: -15px;
    bottom: 0;
    width: 48.4%;
    margin-top: 0;
    margin-left: 0;
  }
  .top_about .box_img ._inn {
    overflow: hidden;
    border-radius: 20px;
  }
  .top_about .box_img ._inn ._img img {
    width: 100%;
  }
  .top_about .box_btn {
    margin-top: 13px;
  }
  .sec_top_menus {
    margin-bottom: 96px;
    padding-bottom: 94px;
  }
  .sec_top_menus .__bg {
    top: 70px;
    left: 0;
    width: calc(100% - 57px);
  }
  .top_service .boxs .box:nth-child(1) {
    width: 100%;
  }
  .top_service .boxs .box:nth-child(2) {
    width: 100%;
  }
  .top_service .box_clms {
    padding: 319px 0 120px;
  }
  .top_service .top_tit_v {
    top: -34px;
    right: -6px;
  }
  .top_service .top_tit_v h2 {
    white-space: nowrap;
  }
  .top_service .box_img {
    position: absolute;
  }
  .top_service .box_img._i01 {
    top: 0;
    left: -30px;
    width: calc(84.3% + 30px);
  }
  .top_service .box_img._i01 ._inn {
    border-radius: 0 20px 20px 0;
  }
  .top_service .box_img._i02 {
    bottom: 0;
    left: -15px;
    width: calc(34.7% + 15px);
    margin-top: 0;
    margin-left: 0;
  }
  .top_service .box_img._i03 {
    right: -15px;
    bottom: 41px;
    width: calc(60.8% + 15px);
    margin-top: 0;
    margin-left: 0;
  }
  .top_service .box_btn {
    margin-top: 17px;
  }
  .top_menus {
    margin-top: 74px;
  }
  .top_menus .boxs .box {
    position: relative;
    width: 100%;
    padding-left: 55px;
  }
  .top_menus .boxs .box:nth-child(1) {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .top_menus .top_tit_v {
    top: -18px;
  }
  .top_menus .box_img {
    width: calc(100% + 30px);
  }
  .top_menus .box_img ._inn {
    border-radius: 20px 0 0 20px;
  }
  .top_menus .box_btn {
    margin-top: 20px;
  }
  .sec_top_info {
    margin-bottom: 62px;
    padding-top: 43px;
    padding-bottom: 44px;
  }
  .sec_top_info .__bg {
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
  }
  .sec_top_info ._bg ._inn {
    height: 234px;
  }
  .top_info {
    margin-top: 35px;
  }
  .top_info .boxs .box:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .top_info .boxs .box:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .top_info .box_clms {
    padding-top: 36px;
    padding-left: 50px;
  }
  .top_info .top_tit_v {
    top: 41px;
  }
  .top_info .box_img:nth-child(1) {
    margin-right: 9px;
  }
  .top_info .box_btn {
    right: 0;
    margin-top: 27px;
  }
  /****************************************
  			contact Setting 
  	*****************************************/
  .sec_contact {
    padding-bottom: 38px;
  }
  .sec_contact .tit_l {
    margin-bottom: 35px;
  }
  .contact_outer {
    margin-bottom: 44px;
  }
  .contact_outer h3 {
    font-size: 120%;
    margin-bottom: 11px;
  }
  .contact_outer._tbl {
    margin-bottom: 28px;
  }
  .contact_outer._privacy {
    margin-bottom: 19px;
  }
  .contact_outer._privacy h3 {
    margin-bottom: 10px;
  }
  .contact_outer._btn {
    margin-bottom: 0;
  }
  .contact_tel {
    padding: 21px 19px 38px;
  }
  .contact_tel .boxs {
    font-size: 100%;
  }
  .contact_tel .boxs .box:nth-child(1) {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 23px;
    border-bottom: 1px solid #c4c4c4;
  }
  .contact_tel .boxs .box:nth-child(2) {
    width: 100%;
  }
  .contact_tel .box_clm {
    padding-top: 6px;
  }
  .contact_tel dl {
    display: block;
  }
  .contact_tel dl dt {
    position: relative;
    width: 100%;
  }
  .contact_tel dl dt span {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .contact_tel dl dt::after {
    display: none;
  }
  .contact_tel dl dd {
    margin-left: -12%;
  }
  .contact_tbl table {
    display: block;
  }
  .contact_tbl table tbody {
    display: block;
  }
  .contact_tbl table tbody tr {
    position: relative;
    display: block;
  }
  .contact_tbl table tbody tr th, .contact_tbl table tbody tr td {
    display: block;
    text-align: left;
  }
  .contact_tbl table tbody tr th {
    position: relative;
    width: 100%;
    padding-top: 11px;
  }
  .contact_tbl table tbody tr td {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 18px;
  }
  .contact_tbl table tbody tr td small {
    position: absolute;
    top: -25px;
    right: 0;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
  }
  .contact_tbl [type=text]._md, .contact_tbl [type=email]._md, .contact_tbl textarea._md {
    width: 100%;
  }
  .contact_tbl textarea {
    height: 179px;
  }
  .contact_tbl .wpcf7-list-item {
    width: calc((100% - 7px) / 2);
    margin-bottom: 7px;
    padding: 12px 9px;
  }
  .contact_tbl .wpcf7-list-item:nth-child(3) {
    margin-bottom: 0;
    margin-left: 0;
  }
  .contact_tbl .wpcf7-list-item:nth-child(4) {
    margin-bottom: 0;
  }
  .contact_tbl span.wpcf7-list-item-label::before {
    margin-right: 5px;
  }
  .contact_privacy {
    margin: 26px 0 0;
    padding: 20px 10px 10px 20px;
  }
  .privacy_scroll {
    height: 193px;
  }
  .privacy_inner {
    padding: 20px 0;
  }
  .privacy_inner p._tit {
    font-size: 120%;
    line-height: 1.8;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .privacy_inner p._clm {
    font-size: 80%;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .privacy_inner p._clm:last-child {
    margin-bottom: 0;
  }
  .mCS-py-theme.mCSB_scrollTools .mCSB_draggerContainer {
    width: 4px;
    background-color: #f5efe0;
  }
  .mCS-py-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    top: 10px;
    left: -3px;
    width: 10px;
    height: 10px;
    background-color: #63b34f;
  }
  .mCS-py-theme.mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
    background-color: transparent;
  }
  .contact_chk {
    padding: 15px;
  }
  .contact_btn {
    margin-top: 38px;
  }
  .sec_pages_limg {
    margin-bottom: 122px;
  }
  .sec_pages_limg._thankyou {
    margin-top: 108px;
  }
  .contact_thankyou ._tit {
    position: absolute;
    top: 0;
    left: 30px;
  }
  .contact_thankyou .boxs .box:nth-child(1) {
    width: 17.1%;
  }
  .contact_thankyou .boxs .box:nth-child(2) {
    width: 100%;
  }
  .contact_thankyou .box_clms {
    margin-bottom: 62px;
    padding-left: 80px;
  }
  .contact_thankyou .box_tit h2 {
    font-size: 134%;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .contact_thankyou .box_tit p {
    margin-top: 22px;
  }
  .contact_thankyou .box_dl dl {
    display: block;
  }
  .contact_thankyou .box_dl dl:nth-child(2) dt {
    padding-right: 0;
  }
  .contact_thankyou .box_dl dl:nth-child(2) dd {
    padding-left: 20px;
  }
  .contact_thankyou .box_dl dl dt {
    padding: 32px 20px 32px;
  }
  .contact_thankyou .box_dl dl dt strong {
    font-size: 107%;
    line-height: 1.75;
  }
  .contact_thankyou .box_dl dl dd {
    position: relative;
    padding-top: 15px;
  }
  .contact_thankyou .box_dl dl dd strong {
    font-size: 200%;
  }
  .contact_thankyou .box_btn {
    margin-top: 35px;
  }
}/*# sourceMappingURL=style.css.map */