@charset "UTF-8";
/*
Theme Name: reformfactory_jp｜ver 1.0.2
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0.2
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		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-size: 100%;
  font-style: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

body {
  /* R 400 M 500 bold 700 */
  font-family: 'ryo-gothic-plusn', '游ゴシック' , 'Yu Gothic' , Helvetica ,  sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-strict;
  color: #2e2e2e;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

body.noscrll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.f_min {
  /* M 500 semibold 600 */
  font-family: 'source-han-serif-japanese', sans-serif;
  font-weight: 500;
}

.f_pop {
  /* ExtraLight 200 M 500 semibold 600 bold 700 */
  font-family: 'poppins', sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #2e2e2e;
}

a:hover {
  color: #2e2e2e;
}

.thumbimg:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .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;
}

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;
  z-index: -1;
  top: 0;
  left: 0;
}

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

.anim:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

section {
  display: block;
}

/****************************************
		Base Setting 
*****************************************/
.wrap {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

.header {
  position: fixed;
  z-index: 99;
  top: -80px;
  left: 0;
  width: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  background-color: #fff;
}

.header.on {
  top: 0;
}

.header.page_header {
  top: 0;
}

.header_inner {
  position: relative;
  height: 80px;
}

.header_logo {
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.gnav {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.gnav ul li {
  float: left;
  margin-left: 35px;
}

.gnav ul li a {
  font-weight: 700;
  display: block;
  letter-spacing: .15em;
  color: #90540d;
}

.gnav ul li a:hover {
  opacity: .9;
}

.btn {
  display: inline-block;
  width: 300px;
  text-align: center;
  background-color: #d0c794;
}

.btn .inn {
  position: relative;
  height: 50px;
}

.btn .bgin {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-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);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
  background: #8cbc4e;
}

.btn p {
  font-size: 107%;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: .1em;
  color: #fff;
}

.btn.is-over .bgin {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.btn:hover .bgin {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background-color: #cdbc1f !important;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  width: 2px;
  background-color: #cdbc1f;
}

.footer {
  position: relative;
}

.footer .fbg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 44.65%;
  height: 100%;
  background-color: #d0c794;
}

.footer .boxs {
  position: relative;
  z-index: 2;
}

.footer .boxs .box:nth-child(1) {
  width: 53%;
  padding: 107px 0 80px;
}

.footer .boxs .box:nth-child(2) {
  float: right;
  width: 32%;
  padding: 99px 0 80px;
  color: #fff;
}

.footer .box_ad {
  padding-top: 10px;
}

.footer .box_ad dl dt, .footer .box_ad dl dd {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  float: left;
  letter-spacing: .1em;
  color: #552e31;
}

.footer .box_ad dl dt {
  width: 23%;
}

.footer .box_ad dl dd {
  width: 77%;
}

.footer .box_tel p {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .1em;
}

.footer .box_tel a {
  font-size: 50px;
  font-size: 334%;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-top: 15px;
  color: #fff;
}

.footer .box_time {
  padding-top: 20px;
}

.footer .box_time p {
  font-size: 107%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.footer_copy {
  position: relative;
  z-index: 3;
  padding: 37px 33px 20px 0;
  text-align: right;
  background-color: #f8f8f8;
}

.footer_copy p {
  font-size: 80%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.btn_pagetop {
  position: fixed;
  z-index: 99;
  right: 48px;
  bottom: -70px;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  border-radius: 50%;
  background-color: #fff;
  background-color: #fff;
  background-image: url(./img/common/common_arw_03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.btn_pagetop.on {
  bottom: 48px;
}

/****************************************
		Animation Setting 
*****************************************/
.animf {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.animf.is-anime {
  -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;
}

@-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;
  }
}

.animz {
  -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);
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(10px) scale(0.99);
          transform: translateY(10px) scale(0.99);
  opacity: 0;
}

.animz.is-anime {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.animfr span {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.animfr.is-anime span {
  -webkit-animation: fadeInRight 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInRight 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

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

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

.animfb span {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.animfb.is-anime span {
  -webkit-animation: fadeInUPB 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: fadeInUPB 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

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

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

/****************************************
		Top Setting 
*****************************************/
.sec_top_topimg {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 800px;
}

.top_topimg_header {
  position: absolute;
  z-index: 20;
  top: -120px;
  left: 0;
  width: 100%;
  padding: 40px 0 0 40px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}

.top_topimg_header.on {
  top: 0;
}

.top_topimg_header .gnav ul li a {
  font-size: 107%;
  font-weight: 500;
  letter-spacing: .05em;
  color: #fff;
}

.top_topimg_scroll {
  position: absolute;
  z-index: 16;
  bottom: -110px;
  left: 50%;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.top_topimg_scroll.on {
  bottom: 0;
}

.top_topimg_scroll.on .scroll_clm_bar span {
  height: 100%;
  -webkit-animation: scroll_bar 2.5s ease-in-out 2.5s infinite;
          animation: scroll_bar 2.5s ease-in-out 2.5s infinite;
}

.top_topimg_scroll_inner {
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  text-align: center;
  opacity: 1;
}

.top_topimg_scroll_inner p {
  font-size: 80%;
  font-weight: 700;
  line-height: 0;
  display: inline-block;
  letter-spacing: .1em;
  color: #fff;
}

.top_topimg_scroll_inner.on {
  opacity: 0;
}

.scroll_clm_bar {
  position: relative;
  overflow: hidden;
  width: 1px;
  height: 80px;
  margin: 6px auto 0;
}

.scroll_clm_bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  -webkit-transition: height 	.5s 1s ease-in-out;
  transition: height 	.5s 1s ease-in-out;
  opacity: 1;
  background-color: #fff;
}

@-webkit-keyframes scroll_bar {
  0%, 100%, 52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

@keyframes scroll_bar {
  0%, 100%, 52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

.top_topimg_frame {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
}

.top_topimg_clms {
  position: absolute;
  z-index: 13;
  top: 47.4%;
  left: 50%;
  width: 90%;
  height: 146px;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.top_topimg_clms .fitem {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
}

.top_topimg_clms .fitem1 {
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}

.top_topimg_clms .fitem2 {
  -webkit-transition: all 900ms .5s ease;
  transition: all 900ms .5s ease;
}

.top_topimg_clms.on .fitem1, .top_topimg_clms.on .fitem2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.top_topimg_clms_inner {
  text-align: center;
}

.top_topimg_clms_en p {
  font-size: 114%;
  font-weight: 600;
  line-height: 200%;
  display: inline-block;
  margin-left: -22px;
  letter-spacing: .35em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.top_topimg_clms_tit p {
  font-size: 187%;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .3em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.top_topimg_copy_title {
  position: relative;
}

.top_topimg_copy_title_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top_topimg_copy_title_item.copy_title_item_0 .top_topimg_clms_en, .top_topimg_copy_title_item.copy_title_item_0 .top_topimg_clms_tit {
  margin: 23px 0;
}

.top_topimg_copy_title_item.copy_title_item_0 .top_topimg_clms_tit p {
  font-size: 214%;
}

.top_topimg_copy_title_item.copy_title_item_0 .top_topimg_clms_en p {
  font-size: 127%;
}

.top_topimg_copy_title_item .-c {
  display: block;
  transition: opacity 1.2s cubic-bezier(0.3, 0.4, 0.1, 1), -webkit-transform 1.2s cubic-bezier(0.3, 0.4, 0.1, 1);
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.4, 0.1, 1), -webkit-transform 1.2s cubic-bezier(0.3, 0.4, 0.1, 1);
  transition: opacity 1.2s cubic-bezier(0.3, 0.4, 0.1, 1), transform 1.2s cubic-bezier(0.3, 0.4, 0.1, 1);
  transition: opacity 1.2s cubic-bezier(0.3, 0.4, 0.1, 1), transform 1.2s cubic-bezier(0.3, 0.4, 0.1, 1), -webkit-transform 1.2s cubic-bezier(0.3, 0.4, 0.1, 1);
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.top_topimg_copy_title_item .-cn {
  opacity: 0;
}

.top_topimg_copy_title_item.-slideIn .-c {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.top_topimg_copy_title_item.-slideIs .-cf {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.top_topimg_copy_title_item.-slideOut .-c {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.top_topimg_copy_title_item.-slideOut .-c.-cf {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.top_topimg_cbgs {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_topimg_bgs {
  position: absolute;
  z-index: 10;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 50%;
  -webkit-transition: all 1.8s cubic-bezier(0.3, 0.58, 0.05, 0.98);
  transition: all 1.8s cubic-bezier(0.3, 0.58, 0.05, 0.98);
}

.top_topimg_bgs.bgs_up {
  top: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

.top_topimg_bgs.bgs_up .top_topimg_cbgs {
  background-color: #f3f0db;
}

.top_topimg_bgs.bgs_down {
  top: 50%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.top_topimg_bgs.bgs_down .top_topimg_cbgs {
  background-color: #f1eedb;
}

.top_topimg_bgs.on.bgs_up {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_topimg_bgs.on.bgs_up .top_topimg_cbgs {
  -webkit-animation: topCgbR 1.4s 0.4s cubic-bezier(0.3, 0.58, 0.3, 0.98) forwards;
          animation: topCgbR 1.4s 0.4s cubic-bezier(0.3, 0.58, 0.3, 0.98) forwards;
}

.top_topimg_bgs.on.bgs_down {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top_topimg_bgs.on.bgs_down .top_topimg_cbgs {
  -webkit-animation: topCgbL 1.4s 0.4s cubic-bezier(0.3, 0.58, 0.3, 0.98) forwards;
          animation: topCgbL 1.4s 0.4s cubic-bezier(0.3, 0.58, 0.3, 0.98) forwards;
}

@-webkit-keyframes topCgbR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@keyframes topCgbR {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@-webkit-keyframes topCgbL {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes topCgbL {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

.top_topimg_slide {
  position: absolute;
  overflow: hidden;
}

.top_topimg_slide_img {
  position: absolute;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 120%;
  -webkit-transition: width 1.2s cubic-bezier(0.3, 0.58, 0.05, 0.98), height 1.2s cubic-bezier(0.3, 0.58, 0.05, 0.98);
  transition: width 1.2s cubic-bezier(0.3, 0.58, 0.05, 0.98), height 1.2s cubic-bezier(0.3, 0.58, 0.05, 0.98);
  vertical-align: top;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.top_topimg_slide_img.-first {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.top_topimg_slide_img.-first img._blur {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.top_topimg_slide_img.-next {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.top_topimg_slide_img.-active {
  z-index: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.top_topimg_slide_img img {
  position: absolute;
  display: block;
  max-width: 300vw;
  max-width: initial;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.top_topimg_slide_img img.sp_only {
  display: none;
}

.top_topimg_slide_img.-next img, .top_topimg_slide_img.-active img {
  transition: opacity 2s cubic-bezier(0.3, 0.58, 0.05, 0.98), -webkit-transform 9s linear;
  -webkit-transition: opacity 2s cubic-bezier(0.3, 0.58, 0.05, 0.98), -webkit-transform 9s linear;
  transition: transform 9s linear, opacity 2s cubic-bezier(0.3, 0.58, 0.05, 0.98);
  transition: transform 9s linear, opacity 2s cubic-bezier(0.3, 0.58, 0.05, 0.98), -webkit-transform 9s linear;
}

.top_topimg_slide_img.-next img._blur, .top_topimg_slide_img.-active img._blur {
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

/*  左から右 */
.top_topimg_slide_left {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_topimg_slide_left .top_topimg_slide_img {
  right: 0;
}

.top_topimg_slide_left .top_topimg_slide_img img {
  right: 0;
  width: auto;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.top_topimg_slide_left .top_topimg_slide_img.-next img, .top_topimg_slide_left .top_topimg_slide_img.-active img {
  -webkit-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}

.top_topimg_slide_left .top_topimg_slide_img.-slideOut {
  width: 0;
}

/*  右から左 */
.top_topimg_slide_right {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_topimg_slide_right .top_topimg_slide_img {
  left: 0;
}

.top_topimg_slide_right .top_topimg_slide_img img {
  right: 0;
  width: auto;
  height: 100%;
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 0, 0);
}

.top_topimg_slide_right .top_topimg_slide_img.-next img, .top_topimg_slide_right .top_topimg_slide_img.-active img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.top_topimg_slide_right .top_topimg_slide_img.-slideOut {
  width: 0;
}

.sec_top_read {
  padding: 205px 0 120px;
}

.top_read_imgs {
  position: absolute;
  z-index: 1;
}

.top_read_imgs.top_read_img_01 {
  top: -72px;
  right: 216px;
}

.top_read_imgs.top_read_img_02 {
  top: 55px;
  right: -85px;
}

.top_read_imgs.top_read_img_03 {
  top: 355px;
  right: 165px;
}

.top_read_imgs.top_read_img_04 {
  top: 590px;
  right: -22px;
}

.top_read_outer {
  position: relative;
  z-index: 2;
}

.top_read_tit {
  margin-bottom: 68px;
}

.top_read_tit h2 {
  font-size: 227%;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .2em;
  color: #cdbc1f;
}

.top_read_tit h2 span {
  display: block;
}

.top_read_tit h2 span:nth-child(1) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_read_tit h2 span:nth-child(2) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.top_read_clm p {
  font-size: 107%;
  line-height: 2.8;
  letter-spacing: .2em;
}

.top_read_clm p span {
  display: block;
}

.top_read_clm p span.mt {
  margin-top: 45px;
}

.sec_top_b {
  position: relative;
}

.top_bimg {
  position: absolute;
  z-index: 3;
  width: 69.44%;
}

.top_bimg .inn {
  position: relative;
  height: 400px;
}

.top_bimg .top_bimg_src {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_btit h2 {
  font-size: 294%;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: .1em;
}

.top_btit p {
  font-size: 134%;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .25em;
  color: #cdbc1f;
}

.top_ctit {
  text-align: center;
}

.top_ctit h3 {
  font-size: 187%;
  font-weight: 600;
  letter-spacing: .16em;
  color: #91540d;
}

.top_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 78.1%;
  height: 100%;
  background-color: #f8f8f8;
}

.top_lbimg {
  position: relative;
}

.top_lbimg .wrap {
  height: 500px;
}

.top_lbimg .top_lbimg_src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_lbimg .top_btit {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.sec_top_quality {
  margin-top: 200px;
  padding: 326px 0 325px;
  background-color: #f8f8f8;
}

.sec_top_quality .top_bimg {
  top: -200px;
}

.sec_top_quality .top_bimg .top_bimg_src {
  background-image: url(./img/top/top_quality_bg_01.jpg);
}

.top_quality_outer {
  overflow: hidden;
  margin-top: 62px;
}

.top_quality_nav {
  position: absolute;
  top: 7px;
  right: 0;
}

.top_quality_nav ul li {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.2, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.4, 0.2, 0.1, 1);
  border: 1px solid #e2ddbf;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.top_quality_nav ul li:nth-child(1) {
  background-image: url(./img/common/common_arw_01.png);
}

.top_quality_nav ul li:nth-child(2) {
  margin-left: 9px;
  background-image: url(./img/common/common_arw_02.png);
}

.top_quality_nav ul li:hover {
  border-color: #8cbc4e;
  background-color: #8cbc4e;
}

.top_quality_nav ul li:hover:nth-child(1) {
  background-image: url(./img/common/common_arw_01_on.png);
}

.top_quality_nav ul li:hover:nth-child(2) {
  margin-left: 9px;
  background-image: url(./img/common/common_arw_02_on.png);
}

.top_quality .box {
  width: 462px;
}

.top_quality .box:nth-child(1) .box_inner {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_quality .box:nth-child(2) .box_inner {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.top_quality .box:nth-child(3) .box_inner {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.top_quality .box:nth-child(4) .box_inner {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.top_quality .box_clms {
  padding-top: 32px;
}

.top_quality .box_tit h3 {
  font-size: 187%;
  font-weight: 600;
  letter-spacing: .16em;
  color: #91540d;
}

.top_quality .box_clm {
  margin-top: 15px;
}

.top_quality .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.sec_top_staff {
  margin-top: 116px;
  padding: 245px 0 220px;
}

.sec_top_staff .target_line {
  top: -80px;
}

.sec_top_staff .top_bimg {
  top: -243px;
}

.sec_top_staff .top_bimg .top_bimg_src {
  background-image: url(./img/top/top_staff_bg_01.jpg);
}

.top_staff_clm {
  padding: 30px 0 72px;
}

.top_staff_clm p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em;
}

.top_staff_nav {
  position: relative;
}

.top_staff_nav .btn {
  position: absolute;
  top: -130px;
  right: 0;
}

.top_staff_imgs .boxs .box {
  width: 33.33333%;
}

.top_staff_imgs .boxs .box:nth-child(1) .box_img {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_staff_imgs .boxs .box:nth-child(2) .box_img {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.top_staff_imgs .boxs .box:nth-child(3) .box_img {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.top_staff_imgs .boxs .box:nth-child(4) .box_img {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.top_staff_imgs .boxs .box:nth-child(5) .box_img {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.top_staff_imgs .boxs .box:nth-child(6) .box_img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.sec_top_service {
  padding: 0 0 239px;
}

.sec_top_service .target_line {
  top: -80px;
}

.sec_top_service .top_lbimg_src {
  background-image: url(./img/top/top_service_bg_01.jpg);
}

.top_service_outer {
  padding: 119px 0 118px;
}

.top_service_items {
  padding: 36px 0;
}

.top_service_items .item {
  margin-bottom: 13px;
}

.top_service_items .item:last-child {
  margin-bottom: 0;
}

.top_service_items .item .boxs {
  background-color: #fff;
}

.top_service_items .item .boxs .box {
  position: relative;
  float: right;
  min-height: 180px;
}

.top_service_items .item .boxs .box:nth-child(1) {
  width: 47.3%;
}

.top_service_items .item .boxs .box:nth-child(2) {
  width: 52.7%;
}

.top_service_items .item .box_tit {
  position: absolute;
  top: 50%;
  left: 61px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.top_service_items .item .box_tit h4 {
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .1em;
}

.top_service_items .item .box_tit p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em;
}

.top_service_items .item .box_tit p span {
  color: #cdbc1f;
}

.top_service_items .item .box_clm {
  position: absolute;
  top: 50%;
  left: 292px;
  width: 228px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.top_service_items .item .box_clm p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.top_reform_more {
  padding-top: 16px;
  text-align: center;
}

.top_reform_more .btn {
  width: 555px;
}

.top_reform_more .btn .inn {
  height: 100px;
}

.sec_top_flow {
  margin-top: -240px;
}

.top_flow_outer {
  overflow: hidden;
  height: 490px;
  padding: 30px 25px;
  border: 1px solid #e2ddbf;
  background-color: #fff;
}

.top_flow_inner {
  padding: 38px 65px 15px;
}

.top_flow_items {
  padding: 36px 0;
}

.top_flow_items .item {
  border-bottom: 1px solid #e2ddbf;
}

.top_flow_items .item:last-child {
  margin-bottom: 0;
}

.top_flow_items .item .boxs {
  background-color: #fff;
}

.top_flow_items .item .boxs .box {
  position: relative;
  height: 138px;
}

.top_flow_items .item .boxs .box:nth-child(1) {
  width: 46%;
}

.top_flow_items .item .boxs .box:nth-child(2) {
  width: 54%;
}

.top_flow_items .item .box_num {
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.top_flow_items .item .box_num span {
  font-size: 47px;
  font-weight: 200;
  line-height: 40px;
  letter-spacing: .1em;
  color: #cdbc1f;
}

.top_flow_items .item .box_tit {
  position: absolute;
  top: 50%;
  left: 117px;
  width: 288px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.top_flow_items .item .box_tit h4 {
  font-size: 140%;
  font-weight: 700;
  line-height: 0;
  line-height: 40px;
  letter-spacing: .1em;
}

.top_flow_items .item .box_clm {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.top_flow_items .item .box_clm p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  padding-right: 35px;
  text-align: justify;
}

.sec_top_ccenter {
  margin-top: 126px;
  padding-bottom: 345px;
  background-color: #f8f8f8;
}

.top_ccenter_imgs {
  overflow: hidden;
}

.top_ccenter_imgs img {
  width: 100%;
}

.top_ccenter_outer {
  margin-top: -50px;
}

.top_ccenter_inner {
  padding: 108px 0;
  background-color: #fff;
}

.top_ccenter_inner .top_ctit {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_ccenter_read {
  padding: 32px 0 64px;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
  text-align: center;
}

.top_ccenter_read p {
  font-size: 227%;
  font-weight: 600;
  line-height: 1.76;
  letter-spacing: .2em;
}

.top_ccenter_items {
  width: 847px;
  margin: 0 auto;
}

.top_ccenter_items .boxs .box {
  width: 263px;
  margin-right: 29px;
}

.top_ccenter_items .boxs .box:nth-child(1) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_ccenter_items .boxs .box:nth-child(2) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.top_ccenter_items .boxs .box:nth-child(3) {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.top_ccenter_items .boxs .box:last-child {
  margin-right: 0;
}

.top_ccenter_items .box_ico {
  position: relative;
  height: 83px;
  text-align: center;
}

.top_ccenter_items .box_ico span {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 83px;
  height: 83px;
  border: 1px solid #e2ddbf;
  border-radius: 50%;
  background-color: #fff;
}

.top_ccenter_items .box_ico span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.top_ccenter_items .box_ico i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  background-color: #e2ddbf;
}

.top_ccenter_items .box_clm {
  position: relative;
  height: 124px;
  text-align: center;
  border-bottom: 1px solid #e2ddbf;
}

.top_ccenter_items .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  position: absolute;
  z-index: 2;
  top: 49%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: .1em;
}

.top_ccenter_info {
  width: 847px;
  margin: 34px auto 0;
}

.top_ccenter_info .boxs .box:nth-child(1) {
  float: right;
  width: 450px;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.top_ccenter_info .boxs .box:nth-child(2) {
  width: 288px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_ccenter_info .box_tit h4 {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .1em;
}

.top_ccenter_info .box_tel {
  padding: 4px 0 11px;
}

.top_ccenter_info .box_tel a {
  font-size: 267%;
  line-height: 1;
  text-decoration: none;
  color: #cdbc1f;
}

.top_ccenter_info .box_time dl dt, .top_ccenter_info .box_time dl dd {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  float: left;
  letter-spacing: .1em;
}

.top_ccenter_info .box_time dl dt {
  width: 36%;
}

.top_ccenter_info .box_time dl dd {
  width: 64%;
}

.top_ccenter_info .box_clm {
  padding-top: 36px;
}

.top_ccenter_info .box_clm p {
  font-size: 107%;
  line-height: 1.85;
  letter-spacing: .1em;
}

.sec_top_topics .target_line {
  top: -80px;
}

.sec_top_topics .top_bimg {
  top: -200px;
}

.sec_top_topics .top_bimg .top_bimg_src {
  background-image: url(./img/top/top_topics_bg_01.jpg);
}

.top_topics_outer {
  padding: 295px 0 0;
}

.top_topics_items {
  margin: 78px 0;
}

.top_topics_items .boxs .box:nth-child(1) {
  width: 42.3%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_topics_items .boxs .box:nth-child(2) {
  float: right;
  width: 51.3%;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.top_topics_items .box_fbtn .btn {
  width: 100%;
  background-color: #f8f8f8;
}

.top_topics_items .box_fbtn .btn .inn {
  height: 60px;
}

.top_topics_items .box_fbtn .btn p {
  font-size: 94%;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  color: #000;
}

.top_topics_items .box_fbtn .btn:hover p {
  color: #fff;
}

.top_topics_items .box_fb {
  padding-top: 14px;
}

.top_topics_items .box_fb iframe {
  max-width: 100%;
}

.top_topics_items .box_head ul li {
  display: block;
  float: left;
  width: 25%;
  cursor: pointer;
  text-align: center;
  background-color: #f8f8f8;
}

.top_topics_items .box_head ul li.on .bgon {
  opacity: 1;
}

.top_topics_items .box_head ul li.on p {
  color: #fff;
}

.top_topics_items .box_head ul li.on:hover .bgin {
  display: none;
}

.top_topics_items .box_head ul li .inn {
  position: relative;
  height: 61px;
}

.top_topics_items .box_head ul li .bgon {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  opacity: 0;
  background-color: #d0c794;
}

.top_topics_items .box_head ul li .bgin {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  transition: -webkit-transform 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-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);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right;
  transform-origin: right;
  background: #8cbc4e;
}

.top_topics_items .box_head ul li p {
  font-size: 94%;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: .1em;
  color: #2e2e2e;
}

.top_topics_items .box_head ul li.is-over .bgin {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.top_topics_items .box_head ul li:hover .bgin {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.top_topics_items .box_head ul li:hover p {
  color: #fff;
}

.top_topics_items .box_bodys {
  overflow: hidden;
  height: 528px;
  padding: 20px 12px 20px;
  border: 1px solid #e2ddbf;
}

.top_topics_items .box_body {
  display: none;
}

.top_topics_items .box_body#ttp01 {
  display: block;
}

.top_topics_items .box_body_scrll {
  overflow: hidden;
  height: 506px;
}

.top_topics_items .box_body_scrll .mCSB_scrollTools {
  height: calc(100% - 20px);
}

.top_topics_items .box_body_inner {
  padding: 13px 0 0 23px;
}

.top_topics_items .news_item {
  display: block;
  margin-bottom: 30px;
  -webkit-transition: opacity 200ms 0s ease;
  transition: opacity 200ms 0s ease;
}

.top_topics_items .news_item:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
}

.top_topics_items .news_img, .top_topics_items .news_clms {
  float: left;
}

.top_topics_items .news_img {
  width: 171px;
  margin-right: 20px;
}

.top_topics_items .news_clms {
  width: 282px;
}

.top_topics_items .news_tag span {
  font-weight: 700;
  line-height: 1;
  display: block;
  width: 140px;
  padding: 10px 0;
  text-align: center;
  letter-spacing: .1em;
  color: #552e31;
  background-color: #f3f0db;
}

.top_topics_items .news_tit {
  padding-top: 15px;
}

.top_topics_items .news_tit h3 {
  font-weight: 500;
  line-height: 1.73;
  color: #000;
}

.top_topics_items .box_tbtn {
  padding-top: 16px;
}

.top_topics_items .box_tbtn .btn {
  width: 100%;
}

.top_topics_items .box_tbtn .btn .inn {
  height: 60px;
}

.sec_top_about {
  margin-top: 454px;
  background-color: #f8f8f8;
}

.sec_top_about .target_line {
  top: -80px;
}

.sec_top_about .top_bimg {
  top: -200px;
}

.sec_top_about .top_bimg .top_bimg_src {
  background-image: url(./img/top/top_about_bg_01.jpg);
}

.top_about_outer {
  overflow: hidden;
  padding: 320px 0 134px;
}

.top_about_outer .top_ctit {
  padding: 120px 0 66px;
  text-align: left;
}

.top_about_outer .top_ctit span {
  display: block;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_about_reads .boxs .box {
  position: relative;
}

.top_about_reads .boxs .box:nth-child(1) {
  width: 55.8%;
}

.top_about_reads .boxs .box:nth-child(2) {
  width: 43.88%;
  padding-left: 60px;
}

.top_about_reads .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.top_about_reads .box_clm p:last-child {
  margin-bottom: 0;
}

.top_about_reads .box_clm p span {
  display: block;
}

.top_about_reads .box_clm p span.mt {
  margin-top: 33px;
}

.top_about_reads .box_img {
  position: absolute;
  top: 0;
  left: 60px;
  width: calc(100% + ((100vw - 1140px) / 2) - 60px);
}

.top_about_reads .box_img .box_bg {
  height: 450px;
  background-image: url(./img/top/top_about_img_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_about_reads .box_com {
  padding: 496px 0 20px;
}

.top_about_reads .box_com ul li {
  font-size: 107%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.top_about_reads .box_name p {
  font-size: 107%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.top_about_reads .box_name h4 {
  font-size: 187%;
  font-weight: 600;
  line-height: 1.64;
  padding-top: 2px;
  letter-spacing: .16em;
}

.top_about_tbl {
  padding-top: 70px;
}

.top_about_tbl .boxs .box {
  width: 43%;
}

.top_about_tbl .boxs .box:nth-child(1) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_about_tbl .boxs .box:nth-child(2) {
  float: right;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.top_about_tbl table {
  width: 100%;
  margin-top: 6px;
}

.top_about_tbl table tbody tr th, .top_about_tbl table tbody tr td {
  font-size: 107%;
  line-height: 1.8;
  padding-bottom: 2px;
  text-align: left;
}

.top_about_tbl table tbody tr th {
  font-weight: 500;
  width: 27%;
  white-space: nowrap;
  letter-spacing: .1em;
  color: #cdbc1f;
}

.top_about_tbl table tbody tr td {
  font-weight: 400;
  letter-spacing: .04em;
}

.sec_top_access {
  padding: 140px 0 183px;
}

.sec_top_access .target_line {
  top: -80px;
}

.top_access_items {
  padding-top: 106px;
}

.top_access_items .top_ctit {
  text-align: left;
}

.top_access_items .boxs .box {
  width: 47.28%;
}

.top_access_items .boxs .box:nth-child(1) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.top_access_items .boxs .box:nth-child(2) {
  float: right;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.top_access_items .box_info {
  padding: 18px 0 44px;
}

.top_access_items .box_info dl dt, .top_access_items .box_info dl dd {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  float: left;
  letter-spacing: .1em;
}

.top_access_items .box_info dl dt {
  width: 17%;
  color: #cdbc1f;
}

.top_access_items .box_info dl dd {
  width: 83%;
}

.top_access_items .box_img {
  margin-bottom: 10px;
}

.top_access_items .box_map iframe {
  width: 100%;
}

.sec_top_contact {
  padding: 114px 0 174px;
  background: #f8f8f8;
}

.sec_top_contact .target_line {
  top: -80px;
}

.top_contact_outer .box_tit h3 {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .1em;
}

.top_contact_outer .box_tel {
  padding-left: 25.8%;
}

.top_contact_outer .box_tel a {
  font-size: 267%;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #cdbc1f;
}

.top_contact_outer .box_tel ul {
  padding-top: 7px;
}

.top_contact_outer .box_tel ul li {
  font-size: 94%;
  font-weight: 400;
  line-height: 1.8;
  display: inline-block;
}

.top_contact_outer .boxs .box:nth-child(1) {
  width: 34.22%;
}

.top_contact_outer .boxs .box:nth-child(2) {
  width: 65.78%;
}

.top_contact_outer .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.top_contact_tel {
  margin-top: 84px;
  border-top: 1px solid #e2ddbf;
}

.top_contact_tel .boxs .box:nth-child(1) {
  padding: 54px 0;
}

.top_contact_tel .boxs .box:nth-child(2) {
  padding: 40px 0 37px;
}

.top_contact_head {
  margin-bottom: 20px;
  border-top: 1px solid #e2ddbf;
}

.top_contact_head .boxs .box:nth-child(1) {
  padding: 76px 0 0;
}

.top_contact_head .boxs .box:nth-child(2) {
  padding: 77px 0 45px;
}

.top_contact_body [type=text], .top_contact_body [type=email], .top_contact_body textarea {
  font-size: 16px;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
}

.top_contact_body textarea {
  height: 232px;
}

.top_contact_body table {
  width: 100%;
}

.top_contact_body table tbody tr th, .top_contact_body table tbody tr td {
  font-size: 16px;
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  letter-spacing: .1em;
}

.top_contact_body table tbody tr th {
  position: relative;
  width: 34.22%;
  padding: 13px 0 0 80px;
  vertical-align: top;
}

.top_contact_body table tbody tr th .req {
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 25px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 4px;
  background-color: #cdbc1f;
}

.top_contact_body table tbody tr th .req.reqn {
  background-color: #b0b0b0;
}

.top_contact_body table tbody tr td {
  width: 65.78%;
  padding-bottom: 16px;
}

.top_contact_body table tbody tr td .chks {
  line-height: 1.3;
  padding-bottom: 13px;
}

.top_contact_body table tbody tr td .chks .wpcf7-list-item {
  display: block;
  margin-top: 12px;
}

.top_contact_privacy_outer {
  margin: 89px 0 0;
  padding: 113px 0 48px;
  border-top: 1px solid #e2ddbf;
}

.top_contact_privacy_outer .top_ctit {
  text-align: left;
}

.top_contact_privacy_clm {
  padding: 10px 0;
}

.top_contact_privacy_clm p {
  font-size: 107%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.top_contact_privacy {
  padding: 30px 18px 0;
  border-radius: 4px;
  background-color: #fff;
}

.top_contact_privacy_scrll {
  overflow: hidden;
  height: 250px;
}

.top_contact_privacy_scrll .mCSB_scrollTools {
  height: calc(100% - 20px);
}

.top_contact_privacy_inner {
  padding: 15px 40px;
}

.top_contact_privacy_inner .clm {
  margin-bottom: 28px;
}

.top_contact_privacy_inner .clm h4, .top_contact_privacy_inner .clm p {
  font-size: 94%;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.top_contact_privacy_inner .clm p {
  margin-bottom: 10px;
}

.top_contact_privacy_chk {
  padding: 11px 0 50px;
  text-align: center;
}

.top_contact_privacy_chk label {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  letter-spacing: .1em;
}

.top_contact_btn {
  text-align: center;
}

.top_contact_btn .btn {
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  border: none;
}

.top_contact_btn .btn.btn_back, .top_contact_btn .btn.btn_submit {
  margin: 0 20px;
}

.top_contact_btn .btn .inn {
  height: 60px;
}

.top_contact_btn .btn [type=submit], .top_contact_btn .btn [type=button] {
  font-size: 107%;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  color: #fff;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
}

.top_contact_btn .btn [type=submit]:disabled, .top_contact_btn .btn [type=button]:disabled {
  background-color: #ccc;
}

.top_contact_btn .btn [type=submit]:disabled + .bgin, .top_contact_btn .btn [type=button]:disabled + .bgin {
  background-color: #ccc;
}

.wpcf7c-conf {
  background-color: #e8f0fe !important;
}

/****************************************
		pages Setting 
*****************************************/
.sec_pages_head {
  background-color: #f8f8f8;
}

.sec_pages_head .wrap {
  padding-top: 196px;
}

.sec_pages_head .top_btit {
  padding-bottom: 122px;
}

.pages_head_nav {
  position: absolute;
  z-index: 2;
  top: 231px;
  right: 0;
  text-align: right;
}

.pages_head_nav ul li {
  font-size: 107%;
  font-weight: 700;
  line-height: 1.75;
  display: inline-block;
  letter-spacing: .1em;
  color: #91540d;
}

.pages_head_nav ul li.spr {
  padding: 0 12px;
}

.pages_head_nav ul li a {
  -webkit-transition: color 500ms 0s ease;
  transition: color 500ms 0s ease;
  color: #91540d;
}

.pages_head_nav ul li a.on {
  color: #cdbc1f;
}

.pages_head_nav ul li a:hover {
  color: #8cbc4e;
}

.sec_singles {
  padding-bottom: 245px;
}

.sec_singles .wrap {
  background-color: #fff;
}

.sec_single_head {
  min-height: 292px;
}

.singles_outer {
  max-width: 750px;
  margin: 0 auto;
  padding: 170px 0 131px;
}

.singles_tag span {
  font-size: 107%;
  font-weight: 700;
  line-height: 1;
  display: block;
  float: left;
  width: 173px;
  padding: 10px 0;
  text-align: center;
  letter-spacing: .1em;
  color: #552e31;
  border-radius: 4px;
  background-color: #f3f0db;
}

.singles_tag small {
  font-size: 107%;
  line-height: 1;
  position: relative;
  top: 9px;
  display: block;
  text-align: right;
  letter-spacing: .1em;
  color: #91540d;
}

.singles_tit {
  padding: 41px 0 98px;
}

.singles_tit h2 {
  font-size: 187%;
  font-weight: 600;
  line-height: 1.64;
  letter-spacing: .16em;
  color: #91540d;
}

.singles_body h3 {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.9;
  margin: 30px 0;
  letter-spacing: .1em;
  color: #91540d;
}

.singles_body p {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 23px;
  letter-spacing: .1em;
}

.singles_body img {
  margin: 50px 0;
}

.singles_more {
  padding-top: 118px;
  text-align: center;
}

.singles_works_outer .singles_tag span {
  background-color: #e2ddbf;
}

.singles_works_outer .singles_tit {
  padding-bottom: 68px;
}

.singles_works_outer .singles_more {
  padding-top: 70px;
}

.single_works_thms .boxs .box {
  width: 48%;
  margin-right: 4%;
}

.single_works_thms .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.single_works_thms .boxs .box p {
  margin: 0;
  padding-top: 14px;
}

.single_works_thms .boxs .box img {
  margin: 0;
}

.single_works_info {
  padding: 80px 0 40px;
}

.single_works_info h3 {
  margin-bottom: 26px;
}

.single_works_imgs {
  padding: 90px 0;
}

.single_works_imgs h3 {
  margin: 0 0 25px;
}

.single_works_imgs img {
  margin: 0;
}

.single_works_imgs .boxs .box {
  width: 48%;
  margin-top: 33px;
  margin-right: 4%;
}

.single_works_imgs .boxs .box:nth-child(2n) {
  margin-right: 0;
}

/****************************************
		Topics Setting
*****************************************/
.topics_cat_nav ul li {
  display: block;
  float: left;
  width: 25%;
}

.topics_cat_nav .btn {
  display: block;
  width: 100%;
  background-color: #927054;
}

.topics_cat_nav .btn p {
  font-size: 94%;
}

.topics_cat_nav .btn.on {
  background-color: #fff;
}

.topics_cat_nav .btn.on p {
  color: #927054;
}

.topics_cat_nav .btn.on .bgin {
  background-color: #fff;
}

.topics_list_body {
  padding: 168px 0 83px;
}

.topics_list_body .boxs .box {
  display: block;
  width: 31.578%;
  margin-right: 2.633%;
  margin-bottom: 58px;
}

.topics_list_body .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.topics_list_body .boxs .box:hover .box_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topics_list_body .box_img {
  overflow: hidden;
}

.topics_list_body .box_img img {
  -webkit-transition: -webkit-transform 500ms 0s ease;
  transition: -webkit-transform 500ms 0s ease;
  transition: transform 500ms 0s ease;
  transition: transform 500ms 0s ease, -webkit-transform 500ms 0s ease;
}

.topics_list_body .box_tag {
  padding: 10px 0;
}

.topics_list_body .box_tag span {
  font-size: 94%;
  font-weight: 700;
  line-height: 1;
  display: block;
  float: left;
  width: 147px;
  padding: 7px 0;
  text-align: center;
  letter-spacing: .1em;
  color: #552e31;
  border-radius: 4px;
  background-color: #f3f0db;
}

.topics_list_body .box_tag small {
  font-size: 80%;
  line-height: 1;
  position: relative;
  top: 9px;
  display: block;
  text-align: right;
  letter-spacing: .1em;
  color: #91540d;
}

.topics_list_body .box_tit h3 {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em;
}

.sec_topics_pgnav {
  padding: 132px 0 32px;
  text-align: center;
  background-color: #f8f8f8;
}

.sec_topics_pgnav .wp-pagenavi {
  position: relative;
  max-width: 648px;
  margin: 0 auto;
}

.sec_topics_pgnav .wp-pagenavi a, .sec_topics_pgnav .wp-pagenavi span {
  font-size: 134%;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 15px;
  padding: 10px;
  -webkit-transition: color 500ms 0s ease;
  transition: color 500ms 0s ease;
  color: #cdbc1f;
  border: none;
}

.sec_topics_pgnav .wp-pagenavi a.current, .sec_topics_pgnav .wp-pagenavi span.current {
  color: #90540d;
}

.sec_topics_pgnav .wp-pagenavi a:hover, .sec_topics_pgnav .wp-pagenavi span:hover {
  color: #8cbc4e;
}

.sec_topics_pgnav .wp-pagenavi .previouspostslink, .sec_topics_pgnav .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.2, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.4, 0.2, 0.1, 1);
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  border: 1px solid #e2ddbf;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.sec_topics_pgnav .wp-pagenavi .previouspostslink:hover, .sec_topics_pgnav .wp-pagenavi .nextpostslink:hover {
  border-color: #8cbc4e;
  background-color: #8cbc4e;
}

.sec_topics_pgnav .wp-pagenavi .previouspostslink {
  left: 0;
  background-image: url(./img/common/common_arw_01.png);
}

.sec_topics_pgnav .wp-pagenavi .previouspostslink:hover {
  background-image: url(./img/common/common_arw_01_on.png);
}

.sec_topics_pgnav .wp-pagenavi .nextpostslink {
  right: 0;
  background-image: url(./img/common/common_arw_02.png);
}

.sec_topics_pgnav .wp-pagenavi .nextpostslink:hover {
  background-image: url(./img/common/common_arw_02_on.png);
}

.sec_singles {
  background-color: #f8f8f8;
}

/****************************************
		Works Setting 
*****************************************/
.works_modal_btn {
  padding-bottom: 100px;
}

.works_modal_btn .btn {
  display: block;
  width: 100%;
}

.works_modal_btn .btn .inn {
  height: 62px;
}

.works_modal_btn .btn p {
  font-size: 94%;
  left: 38px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  text-align: left;
}

.modaal-container {
  max-width: 1320px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modaal-inner-wrapper {
  padding: 0;
  vertical-align: top;
}

.modal_outer {
  padding: 99px 90px 35px;
  background: #fff;
}

.modal_works_tit {
  padding-bottom: 19px;
}

.modal_works_tit h3 {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .1em;
  color: #91540d;
}

.modal_works_items {
  margin-bottom: 50px;
}

.modal_works_chk {
  font-size: 107%;
  line-height: 1.3;
}

.modal_works_chk .boxs .box {
  width: 25%;
}

.modal_works_chk .boxs .box label {
  margin-bottom: 11px;
}

.modal_works_btn {
  padding-top: 92px;
  text-align: center;
}

.modal_works_btn .btn {
  padding: 0;
  cursor: pointer;
  border: none;
}

/****************************************
		Staff Setting 
*****************************************/
.sec_staff_list {
  padding: 190px 0 133px;
}

.staff_list_clm {
  padding-top: 20px;
}

.staff_list_clm p {
  font-size: 107%;
  line-height: 1.8;
  letter-spacing: .1em;
}

.staff_list_body {
  padding-top: 106px;
}

.staff_list_body .boxs .box {
  display: block;
  width: 47.894%;
  margin-right: 4.212%;
  margin-bottom: 74px;
}

.staff_list_body .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.staff_list_body .boxs .box:hover .box_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.staff_list_body .box_clms {
  padding-top: 20px;
}

.staff_list_body .box_img {
  overflow: hidden;
}

.staff_list_body .box_img img {
  -webkit-transition: -webkit-transform 500ms 0s ease;
  transition: -webkit-transform 500ms 0s ease;
  transition: transform 500ms 0s ease;
  transition: transform 500ms 0s ease, -webkit-transform 500ms 0s ease;
}

.staff_list_body .box_tit p {
  font-size: 187%;
  font-weight: 600;
  line-height: 1.64;
  letter-spacing: .16em;
}

.staff_list_body .box_tit span {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .1em;
  color: #cdbc1f;
}

.sec_staff_detail {
  overflow: hidden;
  margin-top: 149px;
  padding: 73px 0 194px;
}

.sec_staff_detail .top_bg {
  top: 73px;
}

.staff_detail_head .boxs .box:nth-child(1) {
  float: right;
  width: 61.149%;
}

.staff_detail_head .boxs .box:nth-child(2) {
  width: 35.787%;
  padding-top: 76px;
}

.staff_detail_head .box_img {
  position: relative;
  height: 465px;
}

.staff_detail_head .box_bg {
  position: absolute;
  z-index: 2;
  top: -73px;
  left: 0;
  width: calc(100% + ((100vw - 1140px) / 2));
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.staff_detail_head .box_tit p {
  font-size: 294%;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: .1em;
}

.staff_detail_head .box_tit span {
  font-size: 107%;
  line-height: 1.8;
  display: block;
  padding-top: 10px;
  letter-spacing: .1em;
  color: #cdbc1f;
}

.staff_detail_head .box_info {
  padding-top: 44px;
}

.staff_detail_head .box_info table {
  width: 100%;
}

.staff_detail_head .box_info table tbody tr th, .staff_detail_head .box_info table tbody tr td {
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 1px;
  text-align: justify;
  letter-spacing: .1em;
  color: #91540d;
}

.staff_detail_body {
  padding-top: 78px;
}

.staff_detail_body .boxs .box:nth-child(1) {
  width: 35.787%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.staff_detail_body .boxs .box:nth-child(2) {
  float: right;
  width: 61.149%;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.staff_detail_body .box_tit p {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .1em;
  color: #cdbc1f;
}

.staff_detail_body .box_clm {
  padding-top: 17px;
}

.staff_detail_body .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .1em;
}

.staff_detail_imgs {
  padding-top: 104px;
}

.staff_detail_imgs .boxs .box {
  display: block;
  width: 47.894%;
  margin-right: 4.212%;
  margin-bottom: 74px;
}

.staff_detail_imgs .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.staff_detail_more {
  padding-top: 85px;
  text-align: center;
}

/****************************************
		404 Setting 
*****************************************/
.list_none {
  padding: 60px 0;
  text-align: center;
}

.list_none h3 {
  font-size: 254%;
}

.list_none h4 {
  font-size: 127%;
  padding-bottom: 30px;
}

.list_none p {
  font-size: 107%;
}

.list_none .btn {
  margin-top: 50px;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (min-width: 1770px) {
  .top_topimg_slide_img {
    height: 130%;
  }
}

@media (max-width: 1325px) {
  .top_read_imgs.top_read_img_02 {
    right: calc(((100vw - 1160px) / 2 ) * -1);
  }
}

@media (max-width: 1280px) {
  .header_logo {
    left: 20px;
  }
  .top_topimg_header {
    padding-left: 20px;
  }
  .gnav ul li {
    margin-left: 15px;
  }
  .top_about_tbl .boxs .box {
    width: 48%;
  }
  .footer .boxs .box:nth-child(2) {
    width: 39%;
  }
}

@media (max-width: 1220px) {
  .top_read_imgs.top_read_img_01 {
    right: 286px;
  }
}

@media (max-width: 1200px) {
  .wrap {
    padding: 0 2%;
  }
  .top_read_imgs.top_read_img_04 {
    top: 610px;
    right: 0;
  }
  .top_about_reads .box_img {
    right: -4vw;
    left: inherit;
    width: calc(100% + 2vw);
  }
  .staff_detail_head .box_bg {
    width: calc(100% + 4vw);
  }
  .top_lbimg .top_btit {
    left: 2%;
  }
  .top_access_items .boxs .box {
    width: 49%;
  }
  .top_quality_nav {
    right: 2vw;
  }
  .top_topics_items .boxs .box:nth-child(2) {
    width: 55%;
  }
  .pages_head_nav {
    right: 2vw;
  }
}

@media (max-width: 1140px) {
  .main, .gnav, .footer {
    font-size: 90%;
  }
  .gnav {
    right: 20px;
  }
  .top_topimg_header .header_logo {
    left: 10px;
  }
  .top_service_items .item .box_clm {
    left: 44%;
  }
  .top_flow_inner {
    padding: 38px 2% 15px;
  }
  .top_topics_items .news_img {
    width: 38%;
    margin-right: 2%;
  }
  .top_topics_items .news_clms {
    width: 60%;
  }
  .top_contact_outer .box_tel {
    padding-left: 10%;
  }
  .top_ccenter_info .boxs .box:nth-child(1) {
    width: 60%;
    padding-left: 5%;
  }
  .top_ccenter_info .boxs .box:nth-child(2) {
    width: 31%;
  }
  .top_read_tit h2 img {
    width: 50vw;
  }
}

@media (max-width: 1080px) {
  .top_read_imgs.top_read_img_01 {
    right: 216px;
  }
  .top_read_imgs.top_read_img_02 {
    right: 0;
    text-align: right;
  }
  .top_read_imgs.top_read_img_03 {
    right: 105px;
  }
  .top_read_imgs.top_read_img_04 {
    top: 580px;
  }
  .top_read_imgs svg {
    width: calc(100% - 4vw);
  }
  .top_flow_items .item .box_tit {
    width: 240px;
  }
}

@media (max-width: 1015px) {
  .header_logo {
    width: 260px;
  }
  .gnav {
    font-size: 85%;
  }
}

@media (max-width: 980px) {
  .main {
    font-size: 85%;
  }
  .top_access_items .box_info dl dt, .top_access_items .box_info dl dd {
    font-size: 100%;
  }
}

@media (max-width: 979px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
    min-width: 979px;
  }
  @supports (-webkit-touch-callout: none) {
    /* Safari 100vh Hack */
    .sec_top_topimg {
      height: -webkit-fill-available;
    }
  }
}

.sp_only, .sp_ionly, .sp_menu {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    min-width: auto;
  }
  /* iOSでのデフォルトスタイルをリセット */
  input[type='submit'], input[type='button'] {
    -webkit-box-sizing: content-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 {
    padding: 0 6%;
  }
  .header {
    display: none;
  }
  .main {
    font-size: 100%;
  }
  .btn {
    width: 100%;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eee !important;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: #cdbc1f !important;
  }
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 2px;
    background-color: #cdbc1f;
  }
  .footer {
    font-size: 100%;
  }
  .footer .wrap {
    padding: 0;
  }
  .footer .fbg {
    display: none;
  }
  .footer .boxs {
    position: relative;
    z-index: 2;
  }
  .footer .boxs .box:nth-child(1) {
    float: none;
    width: 100%;
    padding: 59px 0 53px;
  }
  .footer .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
    padding: 38px 0 44px;
    background-color: #d0c794;
  }
  .footer .box_img {
    width: 264px;
    margin: 0 auto;
  }
  .footer .box_ad {
    width: 264px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .footer .box_ad dl {
    padding-top: 12px;
  }
  .footer .box_ad dl dt, .footer .box_ad dl dd {
    font-size: 94%;
    line-height: 1.86;
    float: none;
    letter-spacing: .1em;
  }
  .footer .box_ad dl dt {
    width: 100%;
  }
  .footer .box_ad dl dd {
    width: 100%;
  }
  .footer .box_tel {
    width: 263px;
    margin: 0 auto;
  }
  .footer .box_tel p {
    font-size: 12px;
  }
  .footer .box_tel a {
    font-size: 247%;
    margin-top: 6px;
  }
  .footer .box_time {
    width: 263px;
    margin: 0 auto;
    padding-top: 0;
  }
  .footer .box_time p {
    font-size: 107%;
    font-size: 67%;
    line-height: 1;
    letter-spacing: .02em;
  }
  .footer_copy {
    padding: 37px 0 20px;
    text-align: center;
  }
  .footer_copy p {
    font-size: 67%;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  .btn_pagetop {
    right: 13px;
    bottom: -54px;
    width: 54px;
    height: 54px;
    background-size: 13px;
  }
  .btn_pagetop.on {
    bottom: 13px;
  }
  .sp_menu_btn {
    position: fixed;
    z-index: 99999;
    top: -67px;
    right: 13px;
    width: 54px;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .sp_menu_btn.on {
    top: 13px;
  }
  .sp_menu_btn .inn {
    position: relative;
    height: 54px;
  }
  .sp_menu_btn .inn i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 19px;
    -webkit-transition: all 200ms 0s ease;
    transition: all 200ms 0s ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background-image: url(./img/common/sp_common_ico_menu_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
  }
  .sp_menu_cont {
    position: fixed;
    z-index: 99998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    opacity: 0;
    background-color: #f8f8f8;
  }
  .sp_menu_logo {
    position: fixed;
    z-index: 99999;
    top: 29px;
    left: 6vw;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
  }
  .sp_menu_nav {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: auto;
  }
  .sp_menu_nav_wrap {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    padding: 118px 7.2% 47px;
  }
  .sp_menu_list {
    width: 100%;
    max-width: 316px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .sp_menu_list li {
    width: 100%;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    pointer-events: none;
    opacity: 0;
  }
  .sp_menu_list li a {
    display: block;
    padding: 12px 20px 13px;
  }
  .sp_menu_list li a strong {
    font-size: 107%;
    font-weight: 700;
    letter-spacing: .05em;
    color: #552e31;
  }
  .sp_menu_list li a span {
    font-size: 80%;
    font-weight: 600;
    padding-left: 20px;
    letter-spacing: .1em;
    color: #cdbc1f;
  }
  .sp_menu_contact {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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: 100vw;
    height: auto;
  }
  .sp_menu_contact_wrap {
    padding: 0 7.2% 107px;
  }
  .sp_menu_contact_wrap .box_outer {
    padding: 24px 0 26px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(10vh);
            transform: translateY(10vh);
    opacity: 0;
    background-color: #fff;
  }
  .sp_menu_contact_wrap .box_outer .box_tel {
    width: 267px;
    margin: 0 auto;
  }
  .sp_menu_contact_wrap .box_outer .box_tel p {
    font-size: 12px;
    letter-spacing: .1em;
  }
  .sp_menu_contact_wrap .box_outer .box_tel a {
    font-size: 247%;
    line-height: 1;
    display: block;
    margin-top: 5px;
    color: #cdbc1f;
  }
  .sp_menu_contact_wrap .box_outer .box_time {
    width: 267px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .sp_menu_contact_wrap .box_outer .box_time p {
    font-size: 107%;
    font-size: 67%;
    line-height: 1;
    letter-spacing: .02em;
  }
  .sp_menu {
    display: block;
  }
  .sp_menu.on .sp_menu_cont {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
  }
  .sp_menu.on .sp_menu_logo {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .sp_menu.on .sp_menu_contact_wrap .box_outer {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition-delay: 1.15s;
            transition-delay: 1.15s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .sp_menu.on .sp_menu_list li {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
  }
  .sp_menu.on .sp_menu_list li:nth-child(1) {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .sp_menu.on .sp_menu_list li:nth-child(2) {
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
  }
  .sp_menu.on .sp_menu_list li:nth-child(3) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .sp_menu.on .sp_menu_list li:nth-child(4) {
    -webkit-transition-delay: .55s;
            transition-delay: .55s;
  }
  .sp_menu.on .sp_menu_list li:nth-child(5) {
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
  }
  .sp_menu.on .sp_menu_list li:nth-child(6) {
    -webkit-transition-delay: .85s;
            transition-delay: .85s;
  }
  .sp_menu.on .sp_menu_list li:nth-child(7) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .sp_menu.on .sp_menu_btn {
    top: 13px;
    background-color: #d0c794;
  }
  .sp_menu.on .sp_menu_btn .inn i {
    background-image: url(./img/common/sp_common_ico_menu_02.png);
    background-size: 19px;
  }
  /****************************************
			Top Setting 
	*****************************************/
  .sec_top_topimg {
    min-height: auto;
  }
  .top_topimg_header {
    top: -57px;
    padding: 0;
    padding-left: 6%;
  }
  .top_topimg_header .gnav {
    display: none;
  }
  .top_topimg_header .header_inner {
    height: 28px;
  }
  .top_topimg_header .header_logo {
    width: 213px;
  }
  .top_topimg_header.on {
    top: 29px;
  }
  .top_topimg_scroll {
    bottom: -96px;
  }
  .top_topimg_scroll_inner i {
    height: 66px;
    margin: 6px auto 0;
  }
  .scroll_clm_bar {
    height: 66px;
  }
  .top_topimg_frame {
    border: 6px solid #fff;
  }
  .top_topimg_clms {
    top: 49.6%;
  }
  .top_topimg_clms_en p {
    font-size: 67%;
    margin-left: -8px;
  }
  .top_topimg_clms_tit p {
    font-size: 160%;
    margin-left: 12px;
  }
  .top_topimg_clms_tit p .-l {
    margin-left: -16px;
  }
  .top_topimg_copy_title_item.copy_title_item_0 {
    position: relative;
    top: -20px;
  }
  .top_topimg_copy_title_item.copy_title_item_0 .top_topimg_clms_tit {
    margin: 0 0 10px;
  }
  .top_topimg_copy_title_item.copy_title_item_0 .top_topimg_clms_tit p {
    font-size: 160%;
  }
  .top_topimg_copy_title_item.copy_title_item_0 .top_topimg_clms_en {
    margin: 10px 0;
  }
  .top_topimg_copy_title_item.copy_title_item_0 .top_topimg_clms_en p {
    font-size: 67%;
  }
  .top_topimg_slide_img {
    height: 115%;
  }
  .top_topimg_slide_img img.sp_only {
    display: block;
  }
  .top_topimg_slide_img img.pc_only {
    display: none;
  }
  /*  左から右 */
  .top_topimg_slide_left .top_topimg_slide_img.-next img, .top_topimg_slide_left .top_topimg_slide_img.-active img {
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  .top_topimg_slide_right .top_topimg_slide_img img {
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  .sec_top_read {
    padding: 74px 0 102px;
  }
  .top_read_imgs {
    position: relative;
    z-index: 1;
  }
  .top_read_imgs.top_read_img_01 {
    top: inherit;
    right: inherit;
    margin-top: 50px;
  }
  .top_read_imgs.top_read_img_01 svg {
    width: 130px;
    height: auto;
  }
  .top_read_imgs.top_read_img_02 {
    top: inherit;
    right: inherit;
    margin-top: -68px;
  }
  .top_read_imgs.top_read_img_02 svg {
    width: 200px;
    height: auto;
  }
  .top_read_imgs.top_read_img_03 {
    top: inherit;
    right: inherit;
    margin-top: 19px;
  }
  .top_read_imgs.top_read_img_03 svg {
    width: 177px;
    height: auto;
  }
  .top_read_imgs.top_read_img_04 {
    top: inherit;
    right: inherit;
    margin-top: 17px;
    text-align: right;
  }
  .top_read_imgs.top_read_img_04 svg {
    width: 192px;
    height: auto;
  }
  .top_read_tit {
    margin-bottom: 50px;
  }
  .top_read_tit h2 {
    font-size: 174%;
  }
  .top_read_tit h2 span {
    display: block;
  }
  .top_read_tit h2 span:nth-child(1) {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
  .top_read_tit h2 span:nth-child(2) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .top_read_tit h2 span:nth-child(3) {
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
  }
  .top_read_tit h2 img {
    width: 90%;
  }
  .top_read_clm p {
    font-size: 100%;
    line-height: 2.5;
    display: block;
    margin-bottom: 30px;
    letter-spacing: .1em;
  }
  .top_read_clm p:nth-child(1) span {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .top_read_clm p:nth-child(2) span {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .top_read_clm p:nth-child(3) span {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .top_read_clm p:nth-child(4) span {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
  }
  .top_bimg {
    width: 90.666%;
  }
  .top_bimg .inn {
    height: 136px;
  }
  .top_btit h2 {
    font-size: 160%;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .top_btit p {
    font-size: 80%;
  }
  .top_ctit h3 {
    font-size: 134%;
    letter-spacing: .1em;
  }
  .top_bg {
    width: 78.1%;
    height: 100%;
  }
  .top_lbimg .wrap {
    height: 218px;
  }
  .top_lbimg .top_btit {
    top: 41%;
    left: 6%;
    width: 50%;
  }
  .sec_top_quality {
    margin-top: 68px;
    padding: 150px 0 122px;
  }
  .sec_top_quality .top_bimg {
    top: -68px;
  }
  .top_quality_outer {
    overflow: hidden;
    margin-top: 40px;
  }
  .top_quality_nav {
    position: relative;
    top: inherit;
    right: inherit;
    float: right;
    padding-top: 15px;
  }
  .top_quality_nav ul li {
    width: 60px;
    height: 60px;
    background-size: 17px;
  }
  .top_quality .box {
    width: 315px;
  }
  .top_quality .box_clms {
    padding-top: 20px;
  }
  .top_quality .box_tit h3 {
    font-size: 134%;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .top_quality .box_clm {
    margin-top: 15px;
  }
  .top_quality .box_clm p {
    font-size: 94%;
    line-height: 1.86;
    text-align: justify;
    letter-spacing: 0;
  }
  .sec_top_staff {
    margin-top: 0;
    padding: 150px 0 98px;
  }
  .sec_top_staff .target_line {
    top: 0;
  }
  .sec_top_staff .wrap {
    padding: 0;
  }
  .sec_top_staff .top_btit {
    padding: 0 6%;
  }
  .sec_top_staff .top_bg {
    display: none;
  }
  .sec_top_staff .top_bimg {
    top: -68px;
  }
  .top_staff_clm {
    padding: 30px 6% 39px;
  }
  .top_staff_clm p {
    font-size: 94%;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .top_staff_nav {
    position: relative;
    padding: 0 6%;
  }
  .top_staff_nav .btn {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .top_staff_imgs {
    margin-top: 33px;
  }
  .sec_top_service {
    padding: 0 0 154px;
  }
  .sec_top_service .target_line {
    top: 0;
  }
  .sec_top_service .top_lbimg_src {
    background-image: url(./img/top/sp_top_service_bg_01.jpg);
  }
  .sec_top_service .top_bg {
    width: 100%;
  }
  .top_service_outer {
    padding: 78px 0 118px;
  }
  .top_service_items {
    padding: 36px 0;
  }
  .top_service_items .item {
    margin-bottom: 13px;
  }
  .top_service_items .item:last-child {
    margin-bottom: 0;
  }
  .top_service_items .item .boxs {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .top_service_items .item .boxs .box {
    position: relative;
    float: none;
    min-height: auto;
  }
  .top_service_items .item .boxs .box:nth-child(1) {
    width: 540px;
  }
  .top_service_items .item .boxs .box:nth-child(2) {
    width: 540px;
    height: 180px;
  }
  .top_service_items .item .box_tit {
    left: 27px;
    width: 48%;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
  .top_service_items .item .box_tit h4 {
    font-size: 120%;
    margin-bottom: 10px;
    letter-spacing: .1em;
  }
  .top_service_items .item .box_tit p {
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .top_service_items .item .box_clm {
    left: 262px;
    width: 42%;
    padding: 44px 0;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
  }
  .top_service_items .item .box_clm p {
    font-size: 94%;
  }
  .top_reform_more .btn {
    width: 100%;
  }
  .top_reform_more .btn .inn {
    height: 50px;
  }
  .sec_top_flow {
    margin-top: -187px;
  }
  .top_flow_outer {
    width: 86%;
    height: 380px;
    margin: 0 auto;
    padding: 10px 5px 0 10px;
  }
  .top_flow_outer .mCSB_scrollTools {
    height: calc(100% - 10px);
  }
  .top_flow_inner {
    padding: 25px 0 15px 5px;
  }
  .top_flow_items {
    padding: 0;
  }
  .top_flow_items .item .boxs .box {
    position: relative;
    height: auto;
  }
  .top_flow_items .item .boxs .box:nth-child(1) {
    width: 100%;
    padding-top: 26px;
  }
  .top_flow_items .item .boxs .box:nth-child(2) {
    width: 100%;
  }
  .top_flow_items .item .box_num {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    text-align: center;
  }
  .top_flow_items .item .box_num span {
    font-size: 37px;
    line-height: 1;
  }
  .top_flow_items .item .box_tit {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    padding: 7px 0;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    text-align: center;
  }
  .top_flow_items .item .box_tit h4 {
    font-size: 120%;
  }
  .top_flow_items .item .box_clm {
    position: relative;
    top: inherit;
    left: inherit;
    padding-bottom: 30px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .top_flow_items .item .box_clm p {
    font-size: 87%;
    padding-right: 0;
  }
  .sec_top_ccenter {
    margin-top: 86px;
    padding-bottom: 155px;
  }
  .top_ccenter_outer {
    margin-top: -43px;
  }
  .top_ccenter_inner {
    padding: 65px 26px 50px;
  }
  .top_ccenter_read {
    padding: 30px 0 56px;
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
    text-align: left;
  }
  .top_ccenter_read p {
    font-size: 160%;
    line-height: 1.5;
    padding-top: 10px;
    letter-spacing: .1em;
  }
  .top_ccenter_read p br {
    display: none;
  }
  .top_ccenter_items {
    width: auto;
    margin: 0 auto;
  }
  .top_ccenter_items .boxs .box {
    width: 100%;
    margin-right: 0;
  }
  .top_ccenter_items .boxs .box:nth-child(2) .box_ico, .top_ccenter_items .boxs .box:nth-child(3) .box_ico {
    display: none;
  }
  .top_ccenter_items .box_clm {
    height: 86px;
  }
  .top_ccenter_items .box_clm p {
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .top_ccenter_info {
    width: 100%;
    margin: 3px auto 0;
  }
  .top_ccenter_info .boxs .box:nth-child(1) {
    float: none;
    width: 100%;
    padding-left: 0;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .top_ccenter_info .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
  }
  .top_ccenter_info .box_tit h4 {
    font-size: 120%;
    line-height: 1.67;
  }
  .top_ccenter_info .box_tel {
    padding: 10px 0 11px;
  }
  .top_ccenter_info .box_tel a {
    font-size: 200%;
  }
  .top_ccenter_info .box_time dl dt, .top_ccenter_info .box_time dl dd {
    font-size: 94%;
    line-height: 1.86;
    float: left;
    letter-spacing: 0;
  }
  .top_ccenter_info .box_time dl dt {
    width: 33%;
  }
  .top_ccenter_info .box_time dl dd {
    width: 67%;
  }
  .top_ccenter_info .box_clm {
    padding-top: 0;
    padding-bottom: 43px;
  }
  .top_ccenter_info .box_clm p {
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .sec_top_topics .target_line {
    top: 0;
  }
  .sec_top_topics .top_bimg {
    top: -68px;
  }
  .top_topics_outer {
    padding: 139px 0 0;
  }
  .top_topics_items {
    margin: 38px 0;
  }
  .top_topics_items .boxs .box:nth-child(1) {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .top_topics_items .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
  }
  .top_topics_items .box_fb {
    min-height: 386px;
    margin-top: -6px;
    padding-top: 0;
  }
  .top_topics_items .box_fb iframe {
    max-width: 100%;
  }
  .top_topics_items .box_head {
    display: none;
  }
  .top_topics_items .box_slct {
    position: relative;
    margin-bottom: 30px;
  }
  .top_topics_items .box_slct select {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 16px 24px;
    letter-spacing: .1em;
    color: #fff;
    border: none;
    outline: none;
    background-color: #d0c794;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .top_topics_items .box_slct select::-ms-expand {
    display: none;
  }
  .top_topics_items .box_slct:after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 17px;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    background-image: url(./img/common/common_arw_04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
  }
  .top_topics_items .box_bodys {
    height: 446px;
    padding: 30px 27px;
  }
  .top_topics_items .box_body {
    display: none;
  }
  .top_topics_items .box_body#ttp01 {
    display: block;
  }
  .top_topics_items .box_body_scrll {
    overflow: hidden;
    height: 346px;
  }
  .top_topics_items .box_body_scrll .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  .top_topics_items .box_body_scrll .mCSB_draggerContainer {
    display: none;
  }
  .top_topics_items .box_body_inner {
    padding: 0 0 20px 0;
  }
  .top_topics_items .news_item {
    margin-bottom: 10px;
  }
  .top_topics_items .news_img {
    width: 48%;
    margin-right: 4%;
  }
  .top_topics_items .news_clms {
    width: 48%;
  }
  .top_topics_items .news_tag span {
    font-size: 80%;
    width: 100%;
    padding: 7px 0;
    letter-spacing: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #8cbc4e;
  }
  .top_topics_items .news_tit h3 {
    font-size: 94%;
  }
  .top_topics_items .box_tbtn {
    padding-top: 10px;
  }
  .top_topics_items .box_tbtn .btn {
    width: 100%;
  }
  .top_topics_items .box_tbtn .btn .inn {
    height: 60px;
  }
  .sec_top_about {
    margin-top: 135px;
  }
  .sec_top_about .target_line {
    top: 0;
  }
  .sec_top_about .top_bimg {
    top: -40px;
  }
  .top_about_outer {
    padding: 196px 0 97px;
  }
  .top_about_outer .top_ctit {
    padding: 48px 0 36px;
    text-align: left;
  }
  .top_about_outer .top_ctit span {
    display: block;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .top_about_reads .boxs .box {
    position: relative;
  }
  .top_about_reads .boxs .box:nth-child(1) {
    width: 100%;
  }
  .top_about_reads .boxs .box:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .top_about_reads .box_clm p {
    font-size: 107%;
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .top_about_reads .box_clm p:last-child {
    margin-bottom: 0;
  }
  .top_about_reads .box_clm p.dn {
    display: none;
  }
  .top_about_reads .box_clm p.dn:nth-child(6) span {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .top_about_reads .box_clm p.dn:nth-child(7) span {
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
  }
  .top_about_reads .box_clm p.dn:nth-child(8) span {
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
  }
  .top_about_reads .box_clm p.dn:nth-child(9) span {
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
  }
  .top_about_reads .box_clm p.dn.on {
    display: block;
  }
  .top_about_reads .box_clm_more {
    padding: 30px 0 0;
    text-align: center;
  }
  .top_about_reads .box_clm_more strong {
    font-size: 94%;
    font-weight: 500;
    line-height: 1.6;
    display: block;
    letter-spacing: .1em;
    color: #d0c794;
  }
  .top_about_reads .box_img {
    position: relative;
    top: inherit;
    right: 0;
    left: inherit;
    width: calc(100% + 6vw);
    margin-top: 38px;
  }
  .top_about_reads .box_img .box_bg {
    height: 272px;
    background-image: url(./img/top/sp_top_about_img_01.jpg);
  }
  .top_about_reads .box_com {
    padding: 29px 0 12px;
  }
  .top_about_reads .box_com ul li {
    font-size: 87%;
    font-weight: 400;
    letter-spacing: 0;
  }
  .top_about_reads .box_name {
    padding-bottom: 60px;
    border-bottom: 1px solid #e2ddbf;
  }
  .top_about_reads .box_name p {
    font-size: 87%;
    font-size: 13px;
    font-weight: 400;
  }
  .top_about_reads .box_name h4 {
    font-size: 134%;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 2px;
    letter-spacing: .1em;
  }
  .top_about_tbl {
    padding-top: 20px;
  }
  .top_about_tbl .top_ctit {
    padding-bottom: 10px;
  }
  .top_about_tbl .boxs .box {
    width: 100%;
  }
  .top_about_tbl .boxs .box:nth-child(1) {
    float: none;
  }
  .top_about_tbl .boxs .box:nth-child(2) {
    float: none;
  }
  .top_about_tbl table {
    width: 100%;
    margin-top: 6px;
  }
  .top_about_tbl table tbody {
    display: block;
  }
  .top_about_tbl table tbody tr {
    display: block;
  }
  .top_about_tbl table tbody tr th, .top_about_tbl table tbody tr td {
    font-size: 87%;
    line-height: 1.85;
    display: block;
    text-align: left;
  }
  .top_about_tbl table tbody tr th {
    line-height: 1.5;
    width: auto;
    padding-bottom: 0;
    letter-spacing: 0;
  }
  .top_about_tbl table tbody tr td {
    padding-bottom: 5px;
    letter-spacing: 0;
  }
  .sec_top_access {
    padding: 68px 0 102px;
  }
  .sec_top_access .target_line {
    top: 0;
  }
  .top_access_items {
    padding-top: 28px;
  }
  .top_access_items .boxs .box {
    width: 100%;
  }
  .top_access_items .boxs .box:nth-child(1) {
    float: none;
    margin-bottom: 68px;
  }
  .top_access_items .boxs .box:nth-child(2) {
    float: none;
  }
  .top_access_items .box_info {
    padding: 20px 0 0;
  }
  .top_access_items .box_info dl dt, .top_access_items .box_info dl dd {
    font-size: 107%;
    font-weight: 500;
    line-height: 1.8;
    float: none;
    letter-spacing: .1em;
  }
  .top_access_items .box_info dl dt {
    width: auto;
  }
  .top_access_items .box_info dl dd {
    width: auto;
  }
  .top_access_items .box_info dl:nth-child(1) {
    margin-bottom: 10px;
  }
  .top_access_items .box_img {
    margin: 20px 0 10px;
  }
  .top_access_items .box_img img {
    height: 204px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_access_items .box_map iframe {
    width: 100%;
    height: 204px;
  }
  .sec_top_contact {
    padding: 79px 0 112px;
  }
  .sec_top_contact .target_line {
    top: 0;
  }
  .top_contact_outer .box_tit h3 {
    font-size: 120%;
    line-height: 1.67;
  }
  .top_contact_outer .box_tel {
    padding-left: 0;
  }
  .top_contact_outer .box_tel a {
    font-size: 247%;
  }
  .top_contact_outer .box_tel ul {
    padding-top: 3px;
  }
  .top_contact_outer .box_tel ul li {
    font-size: 94%;
    line-height: 1.86;
  }
  .top_contact_outer .box_tel ul li.pc_only {
    display: none;
  }
  .top_contact_outer .boxs {
    padding: 0 20px;
  }
  .top_contact_outer .boxs .box:nth-child(1) {
    width: 100%;
  }
  .top_contact_outer .boxs .box:nth-child(2) {
    width: 100%;
  }
  .top_contact_outer .box_clm p {
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .top_contact_tel {
    margin-top: 34px;
  }
  .top_contact_tel .boxs .box:nth-child(1) {
    padding: 40px 0 20px;
  }
  .top_contact_tel .boxs .box:nth-child(2) {
    padding: 0 0 51px;
  }
  .top_contact_head {
    margin-bottom: 20px;
    border-top: 1px solid #e2ddbf;
  }
  .top_contact_head .boxs .box:nth-child(1) {
    padding: 48px 0 0;
  }
  .top_contact_head .boxs .box:nth-child(2) {
    padding: 18px 0 3px;
  }
  .top_contact_body [type=text], .top_contact_body [type=email], .top_contact_body textarea {
    padding: 14px;
    border-radius: 0;
  }
  .top_contact_body textarea {
    height: 171px;
  }
  .top_contact_body table {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .top_contact_body table tbody {
    display: block;
  }
  .top_contact_body table tbody tr {
    display: block;
  }
  .top_contact_body table tbody tr th, .top_contact_body table tbody tr td {
    font-size: 94%;
    line-height: 1.86;
    display: block;
    letter-spacing: 0;
  }
  .top_contact_body table tbody tr th {
    width: 100%;
    padding: 13px 0 6px 68px;
  }
  .top_contact_body table tbody tr th.row {
    padding: 44px 0 6px 0;
  }
  .top_contact_body table tbody tr td {
    width: 100%;
    padding-bottom: 2px;
  }
  .top_contact_body table tbody tr td .chks {
    line-height: 1.3;
    padding-bottom: 13px;
  }
  .top_contact_privacy_outer {
    margin: 0;
    padding: 106px 0 35px;
    border-top: none;
  }
  .top_contact_privacy_clm {
    padding: 10px 0 33px;
  }
  .top_contact_privacy_clm p {
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .top_contact_privacy {
    padding: 10px 10px 0;
    border-radius: 0;
  }
  .top_contact_privacy_scrll {
    height: 160px;
  }
  .top_contact_privacy_scrll .mCSB_scrollTools {
    height: calc(100% - 10px);
  }
  .top_contact_privacy_inner {
    padding: 15px 10px 15px 22px;
  }
  .top_contact_privacy_inner .clm {
    margin-bottom: 16px;
  }
  .top_contact_privacy_inner .clm p {
    margin-bottom: 5px;
  }
  .top_contact_privacy_chk {
    padding: 11px 0 39px;
  }
  .top_contact_privacy_chk label {
    font-size: 94%;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .top_contact_btn .btn.btn_back, .top_contact_btn .btn.btn_submit {
    margin: 10px 0;
  }
  /****************************************
			pages Setting 
	*****************************************/
  .sp_pages_header {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 17px;
  }
  .sec_pages_head {
    padding-bottom: 43px;
  }
  .sec_pages_head .wrap {
    padding-top: 122px;
  }
  .sec_pages_head .top_btit {
    padding-bottom: 66px;
  }
  .pages_head_nav {
    display: none;
  }
  .sec_singles {
    padding-bottom: 81px;
  }
  .sec_single_head {
    min-height: 150px;
    padding-bottom: 0;
  }
  .sec_single_head .wrap {
    padding: 0;
  }
  .singles_outer {
    padding: 65px 0 84px;
  }
  .singles_tag span {
    font-size: 94%;
    padding: 7px 0;
  }
  .singles_tag small {
    font-size: 80%;
  }
  .singles_tit {
    padding: 65px 0 70px;
  }
  .singles_tit h2 {
    font-size: 134%;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .singles_body h3 {
    font-size: 120%;
    line-height: 1.67;
    margin: 15px 0;
  }
  .singles_body p {
    font-size: 94%;
    line-height: 1.86;
    margin-bottom: 23px;
    letter-spacing: 0;
  }
  .singles_body img {
    margin: 50px 0 20px;
  }
  .singles_more {
    padding-top: 48px;
  }
  .singles_works_outer .singles_tit {
    padding-bottom: 86px;
  }
  .singles_works_outer .singles_more {
    padding-top: 48px;
  }
  .singles_works_outer .singles_body h3 {
    margin-bottom: 28px;
  }
  .single_works_thms {
    padding: 16px 0 0;
  }
  .single_works_thms .boxs .box p {
    margin: 0;
    padding-top: 5px;
  }
  .single_works_thms .boxs .box img {
    margin: 0;
  }
  .single_works_info {
    padding: 60px 0 3px;
  }
  .single_works_info h3 {
    margin-bottom: 26px;
  }
  .single_works_imgs {
    padding: 45px 0;
  }
  .single_works_imgs h3 {
    margin: 0 0 25px;
  }
  .single_works_imgs img {
    margin: 0;
  }
  .single_works_imgs .boxs .box {
    margin-top: 14px;
  }
  /****************************************
			Topics Setting 
	*****************************************/
  .sp_topics_cat_nav {
    position: relative;
  }
  .sp_topics_cat_nav select {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    padding: 16px 24px;
    letter-spacing: .1em;
    color: #fff;
    border: none;
    outline: none;
    background-color: #927054;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .sp_topics_cat_nav select::-ms-expand {
    display: none;
  }
  .sp_topics_cat_nav:after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 17px;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    background-image: url(./img/common/common_arw_04.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
  }
  .topics_list_body {
    padding: 38px 0;
  }
  .topics_list_body .boxs .box {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-animation-delay: .5s !important;
            animation-delay: .5s !important;
  }
  .topics_list_body .box_img img {
    width: 100%;
    height: 208px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topics_list_body .box_tag {
    padding: 22px 0 11px;
  }
  .topics_list_body .box_tit h3 {
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .sec_topics_pgnav {
    padding: 56px 0;
  }
  .sec_topics_pgnav .wp-pagenavi a, .sec_topics_pgnav .wp-pagenavi span {
    font-size: 107%;
    line-height: 1.87;
    margin: 0 10px;
  }
  .sec_topics_pgnav .wp-pagenavi .previouspostslink, .sec_topics_pgnav .wp-pagenavi .nextpostslink {
    width: 40px;
    height: 40px;
    background-size: 17px;
  }
  /****************************************
			Works Setting 
	*****************************************/
  .works_modal_btn {
    margin-top: -3px;
    padding-bottom: 0;
  }
  .works_modal_btn .btn .inn {
    height: 50px;
  }
  .works_modal_btn .btn p {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
  }
  .modaal-wrapper {
    z-index: 100000;
  }
  .modaal-close {
    color: #91540d;
  }
  .modaal-close:after, .modaal-close:before {
    top: 12px;
    left: 18px;
    width: 1px;
    height: 43px;
    background: #91540d;
  }
  .modaal-inner-wrapper {
    padding: 10px;
  }
  .modaal-content-container {
    padding: 0;
  }
  .modal_outer {
    padding: 67px 42px 46px;
  }
  .modal_works_tit {
    padding-bottom: 14px;
  }
  .modal_works_items {
    margin-bottom: 20px;
  }
  .modal_works_chk {
    font-size: 94%;
  }
  .modal_works_chk .boxs .box {
    width: 100%;
  }
  .modal_works_chk .boxs .box label {
    margin-bottom: 11px;
  }
  .modal_works_btn {
    padding-top: 30px;
  }
  /****************************************
			Staff Setting 
	*****************************************/
  .sec_staff_list {
    padding: 120px 0 45px;
  }
  .staff_list_clm {
    padding-top: 31px;
  }
  .staff_list_clm p {
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .staff_list_body {
    padding-top: 54px;
  }
  .staff_list_body .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    -webkit-animation-delay: .5s !important;
            animation-delay: .5s !important;
  }
  .staff_list_body .box_clms {
    padding-top: 18px;
  }
  .staff_list_body .box_img img {
    width: 100%;
    height: 208px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .staff_list_body .box_tit p {
    font-size: 134%;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .staff_list_body .box_tit span {
    font-size: 94%;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .sec_staff_detail {
    margin-top: 80px;
    padding: 0 0 94px;
  }
  .sec_staff_detail .top_bg {
    top: 0;
  }
  .staff_detail_head {
    padding-bottom: 68px;
  }
  .staff_detail_head .boxs .box:nth-child(1) {
    float: none;
    width: 100%;
  }
  .staff_detail_head .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
    padding-top: 40px;
  }
  .staff_detail_head .box_img {
    height: 205px;
  }
  .staff_detail_head .box_bg {
    top: 0;
    left: -6vw;
    width: calc(100% + 12vw);
  }
  .staff_detail_head .box_tit p {
    font-size: 160%;
    line-height: 1.5;
  }
  .staff_detail_head .box_tit span {
    font-size: 94%;
    padding-top: 8px;
    letter-spacing: 0;
  }
  .staff_detail_head .box_info {
    padding-top: 20px;
  }
  .staff_detail_head .box_info table tbody tr th, .staff_detail_head .box_info table tbody tr td {
    font-size: 94%;
    line-height: 1.86;
    padding-bottom: 0;
    letter-spacing: 0;
  }
  .staff_detail_body {
    padding-top: 59px;
    border-top: 1px solid #e2ddbf;
  }
  .staff_detail_body .boxs .box:nth-child(1) {
    float: none;
    width: 100%;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .staff_detail_body .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
    padding-top: 40px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .staff_detail_body .box_tit p {
    font-size: 120%;
    line-height: 1.67;
    letter-spacing: .1em;
  }
  .staff_detail_body .box_clm {
    padding-top: 11px;
  }
  .staff_detail_body .box_clm p {
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
  .staff_detail_imgs {
    padding-top: 54px;
  }
  .staff_detail_imgs .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
  .staff_detail_imgs .box_img img {
    width: 100%;
    height: 208px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .staff_detail_more {
    padding-top: 38px;
  }
}
/*# sourceMappingURL=style.css.map */


/*---------
    追記 
 ---------*/
/* works｜一覧 */
.itemsBlock{
  padding: 168px 0 83px;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .itemsBlock{
    display: block;
  }
}
.itemsBlock::before{
  content: "";
  display: block;
  width: 30%;
  order: 1;
}
.itemsBlock::after{
  content: "";
  display: block;
  width: 30%;
}
.itemsBlock .item{
  display: block;
  width: 30%;
  height: max-content;
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .itemsBlock .item{
    width: 100%;
    margin-bottom: 40px;
  }
}
.itemsBlock .item span{
  display: block;
}
.itemsBlock .item .img{
  width: 100%;
  height: 19vw;
  max-height: 228px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .itemsBlock .item .img{
    min-height: 186px;
  }
}
@media (max-width: 768px) {
  .itemsBlock .item .img{
    min-height: initial;
    max-height: initial;
    width: 100%;
    height: 58vw;
  }
}
.itemsBlock .item .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 500ms 0s ease;
  transition: -webkit-transform 500ms 0s ease;
  transition: transform 500ms 0s ease;
  transition: transform 500ms 0s ease, -webkit-transform 500ms 0s ease;
}
.itemsBlock .item .img img:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.itemsBlock .item .datas{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .itemsBlock .item .datas{
    padding: 22px 0 11px 0;
  }
}
.itemsBlock .item .datas .tag{
  font-size: 94%;
  font-weight: 700;
  line-height: 1;
  display: block;
  float: left;
  width: 147px;
  padding: 7px 0;
  text-align: center;
  letter-spacing: .1em;
  color: #552e31;
  border-radius: 4px;
  background-color: #f3f0db;
}
.itemsBlock .item .datas .data{
  font-size: 80%;
  line-height: 1;
  position: relative;
  top: 9px;
  display: block;
  text-align: right;
  letter-spacing: .1em;
  color: #91540d;
}
.itemsBlock .item .title{
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media (max-width: 768px) {
  .itemsBlock .item .title{
    font-size: 94%;
    line-height: 1.86;
    letter-spacing: 0;
  }
}

/* works｜詳細 */
.singleFirstBlock{
  width: 100%;
  height: auto;
  display: flex;
}
.singleFirstBlock .boxBlock{
  width: calc(720px / 2);
  height: max-content;
  margin-right: 30px;
}
.singleFirstBlock .boxBlock:nth-of-type(2){
  margin-right: 0px;
}
.singleFirstBlock .boxBlock .imgBox{
  height: 270px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.singleFirstBlock .boxBlock .imgBox img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.singleFirstBlock .boxBlock .des{
  padding-top: 14px;
  font-size: 107%;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 23px;
  letter-spacing: .1em;
  margin: 0;
}

.single_works_img_l{
  width: 100%;
  position: relative;
}
.single_works_img_l::before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.single_works_img_l img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

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


.singles_body .single_works_imgs .boxs .box{
  position: relative;
  width: 48%;
  margin-top: 33px;
  margin-right: 4%;
}
.singles_body .single_works_imgs .boxs .box:nth-of-type(2n){
  margin-right: 0;
}
.singles_body .single_works_imgs .boxs .box::before{
  content: "";
  display: block;
  padding-top: 75%;
  width: 100%;
}
.singles_body .single_works_imgs .boxs .box img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
