@charset "UTF-8";
/*
Theme Name: liebold_co_jp_original
Theme URI: http://www.luck2.co.jp/
Description: テーマの説明
Version: 1.0
Author: ken_kishimoto
Author URI: http://www.luck2.co.jp/
*/
/****************************************
		SCSS Setting 
*****************************************/
/****************************************
		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 {
  /* regular 400 bold 700 */
  font-family: 'source-han-sans-japanese', '游ゴシック' , 'Yu Gothic' , Helvetica ,  sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-strict;
  color: #1e3130;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

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

.f_lora {
  /* regular 400 */
  font-family: 'Lora', serif;
  font-weight: 400;
}

.f_min {
  /* regular 400 */
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  color: #1e3130;
}

a:hover {
  color: #1e3130;
}

.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;
  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: 1266px;
  margin: 0 auto;
}

.boxs .box {
  float: left;
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 346px;
  text-align: center;
  border-radius: 70px;
  background-color: #0c9b8f;
}

.btn .inn {
  position: relative;
  z-index: 1;
  height: 67px;
}

.btn .bgbd {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid #0c9b8f;
  border-radius: 70px;
}

.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: #fff;
}

.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: .07em;
  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);
}

.btn:hover p {
  color: #0c9b8f;
}

.btn.btn_backs {
  background-color: #1e3130;
}

.btn.btn_backs .bgbd {
  border-color: #1e3130;
}

.btn.btn_backs:hover p {
  color: #1e3130;
}

.header {
  position: fixed;
  z-index: 99;
  top: -98px;
  width: 100%;
  -webkit-transition: top 1s 0s ease;
  transition: top 1s 0s ease;
  background-color: rgba(255, 255, 255, 0.9);
}

.header.isfixed {
  top: 0;
}

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

.header_logo {
  position: absolute;
  z-index: 100;
  top: 29px;
  left: 32px;
}

.gnav {
  position: absolute;
  top: 40px;
  right: 34px;
}

.gnav ul li {
  display: block;
  float: left;
  margin-right: 78px;
}

.gnav ul li:last-child {
  margin-right: 0;
}

.gnav ul li a span {
  font-size: 94%;
  line-height: 1;
  letter-spacing: .07em;
}

.gnav ul li a.animl i {
  bottom: -2px;
  background-color: #1e3130;
}

.footer {
  position: relative;
  color: #fff;
  background-color: #1e3130;
}

.footer .boxs {
  padding: 76px 0 90px;
}

.footer .boxs .box:nth-child(2) {
  float: right;
  width: 52.61%;
}

.footer .box_info {
  padding-top: 43px;
}

.footer .box_info p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .07em;
}

.footer .box_info p small {
  font-size: 12px;
}

.footer .box_btn {
  padding-top: 54px;
}

.footer .box_btn .btn {
  width: 100%;
  background-color: transparent;
}

.footer .box_btn .btn .inn {
  height: 58px;
}

.footer .box_btn .btn .bgbd {
  border-color: #fff;
}

.footer .box_btn .btn:hover p {
  color: #1e3130;
}

.fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 26px;
}

.fnav ul li {
  margin-bottom: 15px;
}

.fnav ul li a {
  color: #fff;
}

.fnav ul li a span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .07em;
}

.fnav ul li a.animl i {
  bottom: -5px;
  background-color: #fff;
}

.fnav ul li.lg {
  margin-bottom: 18px;
}

.fnav ul li.lg a span {
  font-size: 20px;
}

.fnav ul li:last-child {
  margin-bottom: 0;
}

.footer_copy {
  padding: 0 20px 25px 0;
  text-align: right;
}

.footer_copy p {
  font-size: 10px;
  line-height: 1;
}

.footer_gotop {
  position: absolute;
  z-index: 3;
  top: -40px;
  right: 20px;
  display: block;
  width: 80px;
}

.footer_gotop:hover .box_bg {
  background-color: #fff;
}

.footer_gotop:hover .box_clm p {
  color: #0c9b8f;
}

.footer_gotop .inn {
  position: relative;
  height: 80px;
}

.footer_gotop .box_bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  border: 1px solid #0c9b8f;
  border-radius: 50%;
  background-color: #0c9b8f;
}

.footer_gotop .box_clms {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.footer_gotop .box_clm p {
  font-size: 94%;
  line-height: 1;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  letter-spacing: .07em;
  color: #fff;
}

/****************************************
		Animation Setting 
*****************************************/
.animl {
  position: relative;
}

.animl i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: .5px;
  -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;
}

.animl:hover i {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.animl.is-over i {
  -webkit-transform-origin: left;
  transform-origin: left;
}

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

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

@keyframes fadeInUpMin {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    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;
}

.animo {
  -webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 0;
}

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

.animaf .animafch {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.animaf.is-anime .animafch {
  -webkit-animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation: fadeInUp 0.8s 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.animfl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/****************************************
		top Setting 
*****************************************/
.fixed_img {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bubble {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
  border: 1px solid #0c9b8f;
  border-radius: 50%;
}

.sec_top_topimg {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 892px;
}

.sec_top_topimg .wrap {
  height: 100vh;
  min-height: 892px;
}

.top_topimg_clms {
  position: absolute;
  z-index: 4;
  top: 51%;
  left: 0;
  width: 41%;
  min-width: 426px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.top_topimg_clms p {
  padding-bottom: 23px;
  white-space: nowrap;
}

.top_topimg_clms p img {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

.top_topimg_clms p img.topimg_clm_03 {
  margin-left: 20px;
}

.top_topimg_clms h2 {
  font-size: 22px;
  line-height: 1;
  padding-top: 6px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  letter-spacing: .07em;
  opacity: 0;
  color: #0c9b8f;
}

.top_topimg_img {
  position: absolute;
  z-index: 3;
  top: 51%;
  right: 0;
  width: 58%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  opacity: 0;
}

.top_topimg_img .slick-list {
  border-radius: 50%;
}

.top_topimg_img .top_slide_img.slick-active .top_slide_img_bg span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_topimg_img .top_slide_img.top_slide_img_01 .top_slide_img_bg span {
  background-image: url(./img/top/top_topimg_img_01.png);
}

.top_topimg_img .top_slide_img.top_slide_img_02 .top_slide_img_bg span {
  background-image: url(./img/top/top_topimg_img_02.png);
}

.top_topimg_img .top_slide_img.top_slide_img_03 .top_slide_img_bg span {
  background-image: url(./img/top/top_topimg_img_03.png);
}

.top_topimg_img .top_slide_img.top_slide_img_04 .top_slide_img_bg span {
  background-image: url(./img/top/top_topimg_img_04.png);
}

.top_topimg_img .top_slide_img_bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.top_topimg_img .top_slide_img_bg span {
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 7s 0s linear;
  transition: all 7s 0s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top_topimg_scroll {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 31px;
  opacity: 0;
}

.top_topimg_scroll .inn {
  position: relative;
}

.top_topimg_scroll .scroll_clm {
  position: absolute;
  top: 14px;
  left: -13px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.top_topimg_scroll .scroll_clm p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.top_topimg_scroll .scroll_clm_bar {
  position: relative;
  top: 0;
  left: 23px;
  overflow: hidden;
  width: 1px;
  height: 214px;
}

.top_topimg_scroll .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: #0c9b8f;
}

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

@-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_news {
  position: absolute;
  z-index: 11;
  bottom: -84px;
  left: 50%;
  width: 100%;
  max-width: 1177px;
  padding: 23px 40px;
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.top_topimg_news.on {
  bottom: 0;
}

.top_topimg_news .boxs .box:nth-child(1) {
  width: 9.5%;
}

.top_topimg_news .boxs .box:nth-child(2) {
  width: 70%;
}

.top_topimg_news .boxs .box:nth-child(3) {
  float: right;
  width: 20%;
  text-align: right;
}

.top_topimg_news .box_tit p {
  font-size: 20px;
  letter-spacing: .07em;
}

.top_topimg_news .box_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 500ms 0s ease;
  transition: opacity 500ms 0s ease;
  white-space: nowrap;
}

.top_topimg_news .box_clm span {
  font-size: 12px;
  line-height: 3;
  padding-right: 29px;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.top_topimg_news .box_clm h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 3;
  letter-spacing: .07em;
}

.top_topimg_news .box_clm:hover h3 {
  text-decoration: underline;
  opacity: .6;
}

.top_topimg_news .box_btn .btn {
  width: 151px;
}

.top_topimg_news .box_btn .btn .inn {
  height: 31px;
}

.top_topimg_news .box_btn .btn p {
  font-size: 12px;
}

.sec_top_read {
  padding: 205px 0 274px;
  text-align: center;
}

.top_read_tit {
  padding-bottom: 82px;
}

.top_read_tit h2 {
  font-size: 308%;
  line-height: 1;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.top_read_clm {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.top_read_clm p {
  font-size: 120%;
  line-height: 2.5;
  padding-bottom: 46px;
  letter-spacing: .07em;
}

.top_read_clm p:last-child {
  padding-bottom: 0;
}

.sec_top_b {
  position: relative;
}

.sec_top_b .wrap {
  z-index: 4;
}

.sec_top_b .top_btit {
  padding-bottom: 417px;
}

.top_bimg {
  position: absolute;
  z-index: 3;
  top: 45px;
  width: 100%;
}

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

.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_l {
  padding-bottom: 12px;
}

.top_btit_l p {
  font-size: 534%;
  line-height: 1;
  letter-spacing: .04em;
}

.top_btit_s {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.top_btit_s h2 {
  font-size: 160%;
  line-height: 1;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.top_clm {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

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

.top_btn {
  padding-top: 43px;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.top_bg {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 49, 48, 0.05);
}

.sec_top_about {
  padding: 0 0 205px;
}

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

.sec_top_service {
  padding: 0 0 206px;
}

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

.top_service_outer {
  position: relative;
  margin: 67px 0 80px;
}

.top_service_tit {
  position: relative;
  z-index: 2;
  top: -10px;
  text-align: center;
}

.top_service_tit h3 {
  font-size: 147%;
  line-height: 1;
  letter-spacing: .07em;
}

.top_services {
  max-width: 923px;
  margin: 0 auto;
}

.top_services .boxs {
  padding: 58px 0 59px;
}

.top_services .boxs .box {
  display: block;
  width: 275px;
  margin-right: 49px;
}

.top_services .boxs .box .inn {
  position: relative;
  height: 275px;
}

.top_services .boxs .box:hover .box_bg {
  background-color: #fff;
}

.top_services .boxs .box:hover .box_tit h4, .top_services .boxs .box:hover .box_tit p, .top_services .boxs .box:hover .box_clm h4, .top_services .boxs .box:hover .box_clm p {
  color: #0c9b8f;
}

.top_services .boxs .box:hover .box_img {
  opacity: 0;
}

.top_services .boxs .box:hover .box_img_on {
  opacity: 1;
}

.top_services .boxs .box:nth-child(1) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.top_services .boxs .box:nth-child(1) .box_img, .top_services .boxs .box:nth-child(1) .box_img_on {
  top: 42px;
  height: 99px;
  background-size: 105px;
}

.top_services .boxs .box:nth-child(1) .box_img {
  background-image: url(./img/top/top_service_ico_01_off.png);
}

.top_services .boxs .box:nth-child(1) .box_img_on {
  background-image: url(./img/top/top_service_ico_01_on.png);
}

.top_services .boxs .box:nth-child(2) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.top_services .boxs .box:nth-child(2) .box_img, .top_services .boxs .box:nth-child(2) .box_img_on {
  top: 49px;
  height: 91px;
  background-size: 124px;
}

.top_services .boxs .box:nth-child(2) .box_img {
  background-image: url(./img/top/top_service_ico_02_off.png);
}

.top_services .boxs .box:nth-child(2) .box_img_on {
  background-image: url(./img/top/top_service_ico_02_on.png);
}

.top_services .boxs .box:nth-child(3) {
  margin-right: 0;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.top_services .boxs .box:nth-child(3) .box_img, .top_services .boxs .box:nth-child(3) .box_img_on {
  top: 60px;
  height: 72px;
  background-size: 139px;
}

.top_services .boxs .box:nth-child(3) .box_img {
  background-image: url(./img/top/top_service_ico_03_off.png);
}

.top_services .boxs .box:nth-child(3) .box_img_on {
  background-image: url(./img/top/top_service_ico_03_on.png);
}

.top_services .box_bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  border: 1px solid #0c9b8f;
  border-radius: 50%;
  background-color: #0c9b8f;
}

.top_services .box_img, .top_services .box_img_on {
  position: absolute;
  z-index: 3;
  width: 100%;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  background-repeat: no-repeat;
  background-position: center center;
}

.top_services .box_img_on {
  opacity: 0;
}

.top_services .box_clms {
  position: absolute;
  z-index: 3;
  top: 166px;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  text-align: center;
}

.top_services .box_tit {
  padding: 0 0 20px;
}

.top_services .box_tit h4 {
  font-size: 147%;
  line-height: 1;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  letter-spacing: .07em;
  color: #fff;
}

.top_services .box_clm p {
  font-size: 94%;
  line-height: 1;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  letter-spacing: .07em;
  color: #fff;
}

.top_service_btn {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
  text-align: center;
}

.sec_top_staff {
  padding: 0 0 293px;
}

.sec_top_staff .top_clm {
  padding-top: 25px;
}

.top_staffs {
  padding: 80px 0 35px;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.top_staffs .boxs .box {
  width: 22.351%;
  margin-right: 3.532%;
  margin-bottom: 45px;
}

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

.top_staffs .boxs .box .inn {
  position: relative;
}

.top_staffs .boxs .box:hover .box_bg {
  opacity: .9;
}

.top_staffs .boxs .box:hover .box_more p {
  -webkit-animation: fadeInUpMin 0.5s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation: fadeInUpMin 0.5s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.top_staffs .box_bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 400ms 100ms ease;
  transition: opacity 400ms 100ms ease;
  opacity: 0;
  background-color: #1e3130;
}

.top_staffs .box_more {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.top_staffs .box_more p {
  font-size: 14px;
  line-height: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  letter-spacing: .07em;
  opacity: 0;
  color: #fff;
}

.top_staff_btn {
  text-align: center;
}

.sec_top_company {
  padding: 0 0 210px;
}

.sec_top_company .top_bimg_src {
  background-image: url(./img/top/top_company_bg_01.jpg);
}

.sec_top_contact {
  padding: 0 0 235px;
}

.sec_top_contact .top_btit {
  padding-bottom: 490px;
}

.sec_top_contact .top_bimg .inn {
  height: 524px;
}

.sec_top_contact .top_bimg_src {
  background-image: url(./img/top/top_contact_bg_01.jpg);
}

/****************************************
		page Setting 
*****************************************/
.sec_pages_b {
  position: relative;
}

.sec_pages_b .wrap {
  z-index: 4;
}

.sec_pages_btit {
  position: relative;
}

.sec_pages_btit .wrap {
  height: 698px;
}

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

.pages_btit_outer {
  position: absolute;
  z-index: 3;
  bottom: -164px;
  left: 50%;
  width: 328px;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  text-align: center;
}

.pages_btit_outer .inn {
  position: relative;
  height: 328px;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
  border-radius: 50%;
  background-color: #fff;
}

.pages_btit_clms {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 90%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.pages_btit_tit {
  padding-bottom: 20px;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.pages_btit_tit p {
  font-size: 320%;
  line-height: 1;
  letter-spacing: .04em;
}

.pages_btit_clm {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.pages_btit_clm h2 {
  font-size: 107%;
  line-height: 1;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.pages_scroll {
  position: absolute;
  z-index: 10;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.pages_scroll .inn {
  position: relative;
}

.pages_scroll .scroll_clm_bar {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 58px;
}

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

.sec_pages_bread {
  font-size: 10px;
  line-height: 1;
  padding: 289px 0 20px;
  letter-spacing: .05em;
}

.sec_pages_bread ul li {
  display: inline-block;
}

.sec_pages_bread ul li.spl {
  margin: 0 5px;
}

.sec_pages_bread a {
  -webkit-transition: opacity 500ms 0s ease;
  transition: opacity 500ms 0s ease;
  color: #0c9b8f;
}

.sec_pages_bread a:hover {
  text-decoration: underline;
  opacity: .6;
}

.sec_pages_stit {
  margin-top: 98px;
  text-align: center;
}

.pages_stit_tit {
  padding-bottom: 20px;
}

.pages_stit_tit p {
  font-size: 320%;
  line-height: 1;
  letter-spacing: .04em;
}

.pages_stit_clm {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.pages_stit_clm h2 {
  font-size: 107%;
  line-height: 1;
  letter-spacing: .07em;
  color: #0c9b8f;
}

/****************************************
		about Setting 
*****************************************/
.pages_btit_about .pages_bimg {
  background-image: url(./img/about/about_bimg_01.jpg);
}

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

.sec_about_philosophy .about_item {
  padding: 220px 0 121px;
}

.sec_about_vision .about_item {
  padding: 118px 0 121px;
}

.sec_about_mission .about_item {
  padding: 100px 0 140px;
}

.sec_about_value .about_item {
  padding: 102px 0 121px;
}

.about_item {
  text-align: center;
}

.about_item_tit {
  padding-bottom: 48px;
}

.about_item_tit p {
  font-size: 254%;
  line-height: 1;
  padding-bottom: 16px;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
  letter-spacing: .04em;
}

.about_item_tit h2 {
  font-size: 107%;
  line-height: 1;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.about_item_read {
  padding-bottom: 69px;
}

.about_item_read h3 {
  font-size: 308%;
  line-height: 1.5;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.about_item_clms {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.about_item_clms p {
  font-size: 94%;
  line-height: 1.8;
  padding-bottom: 26px;
  letter-spacing: .07em;
}

.about_item_clms p:last-child {
  padding-bottom: 0;
}

.about_boxs {
  padding-top: 33px;
}

.about_boxs .boxs .box {
  position: relative;
  width: 48.42%;
  margin-right: 3.16%;
  padding: 67px 71px 53px;
  background-color: #fff;
}

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

.about_boxs .boxs .box:nth-child(1) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.about_boxs .boxs .box:nth-child(2) {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

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

.about_boxs .box_num i {
  font-size: 80px;
  line-height: 1;
  letter-spacing: .04em;
  color: #0c9b8f;
}

.about_boxs .box_tit {
  padding-bottom: 24px;
}

.about_boxs .box_tit h3 {
  font-size: 187%;
  line-height: 1.5;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.about_boxs .box_clm {
  text-align: left;
}

.about_boxs .box_clm p {
  font-size: 94%;
  line-height: 1.5;
  letter-spacing: .07em;
}

/****************************************
		service Setting 
*****************************************/
.pages_btit_service .pages_bimg {
  background-image: url(./img/service/service_bimg_01.jpg);
}

.sec_service_item_01 {
  padding: 265px 0 103px;
}

.sec_service_item_02 {
  padding: 265px 0 0;
}

.sec_service_item_02 .service_item .box_illst {
  position: absolute;
  z-index: 10;
  top: -78px;
  right: 27px;
}

.sec_service_item_03 {
  padding: 149px 0 0;
}

.sec_service_item_03 .service_item .box_illst {
  position: absolute;
  z-index: 10;
  top: -5px;
  right: -30px;
}

.sec_service_item_03 .service_results_more {
  padding-top: 160px;
}

.service_item {
  max-width: 1164px;
  margin: 0 auto;
}

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

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

.service_item .boxs .box:nth-child(2) {
  width: 46.39%;
}

.service_item.service_item_r .boxs .box:nth-child(1) {
  float: left;
}

.service_item.service_item_r .boxs .box:nth-child(2) {
  float: right;
}

.service_item .box_img {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.service_item .box_tag {
  padding: 20px 0 36px;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.service_item .box_tag p {
  line-height: 0;
  letter-spacing: .04em;
  color: #0c9b8f;
}

.service_item .box_tag p span {
  font-size: 187%;
}

.service_item .box_tag p i {
  font-size: 334%;
}

.service_item .box_illst {
  position: absolute;
  z-index: 10;
  top: -56px;
  right: 0;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.service_item .box_tit {
  padding-bottom: 8px;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.service_item .box_tit h2 {
  font-size: 240%;
  line-height: 1;
  letter-spacing: .07em;
}

.service_item .box_read {
  padding-bottom: 31px;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.service_item .box_read h3 {
  font-size: 120%;
  line-height: 1.8;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.service_item .box_clm {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.service_item .box_clm p {
  font-size: 94%;
  line-height: 1.45;
  padding-bottom: 20px;
  letter-spacing: .07em;
}

.service_flow_tit {
  position: relative;
  z-index: 2;
  top: -10px;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
  text-align: center;
}

.service_flow_tit h2 {
  font-size: 134%;
  line-height: 1;
  letter-spacing: .07em;
}

.service_flow {
  max-width: 1164px;
  margin: 0 auto;
}

.service_flow .boxs {
  padding: 40px 0 36px;
}

.service_flow .boxs .box {
  position: relative;
  width: 20.36%;
  margin-right: 6.18666%;
}

.service_flow .boxs .box:nth-child(1) .box_ico img {
  left: 52.7%;
}

.service_flow .boxs .box:nth-child(1) .box_clms {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.service_flow .boxs .box:nth-child(1) .box_arw {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.service_flow .boxs .box:nth-child(2) .box_ico img {
  left: 48.5%;
}

.service_flow .boxs .box:nth-child(2) .box_clms {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.service_flow .boxs .box:nth-child(2) .box_arw {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.service_flow .boxs .box:nth-child(3) .box_ico img {
  left: 48%;
}

.service_flow .boxs .box:nth-child(3) .box_clms {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.service_flow .boxs .box:nth-child(3) .box_arw {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.service_flow .boxs .box:nth-child(4) {
  margin-right: 0;
}

.service_flow .boxs .box:nth-child(4) .box_clms {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}

.service_flow .box_ico {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

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

.service_flow .box_ico i {
  font-size: 334%;
  line-height: 1;
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  letter-spacing: .04em;
  color: #0c9b8f;
}

.service_flow .box_tit {
  padding-top: 30px;
  text-align: center;
}

.service_flow .box_tit h3 {
  font-size: 160%;
  letter-spacing: .05em;
  color: #0c9b8f;
}

.service_flow .box_clm {
  padding-top: 7px;
}

.service_flow .box_clm p {
  font-size: 94%;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: .07em;
}

.service_flow .box_arw {
  position: absolute;
  top: 80px;
  right: -19%;
}

.sec_service_result {
  padding: 121px 0 18px;
}

.service_result_tit {
  text-align: center;
}

.service_result_tit h2 {
  font-size: 134%;
  line-height: 1;
  letter-spacing: .07em;
}

.service_results {
  max-width: 946px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.service_results .service_result:nth-child(1) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.service_results .service_result:nth-child(2) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.service_results .service_result:nth-child(3) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.service_results .service_result:nth-child(4) {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.service_results .service_result:nth-child(5) {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.service_result {
  padding: 32px 0;
  border-bottom: 1px solid #1e3130;
}

.service_result .boxs .box:nth-child(1) {
  width: 40%;
}

.service_result .boxs .box:nth-child(2) {
  width: 60%;
}

.service_result .box_tit h3 {
  font-size: 107%;
  line-height: 1.2;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.service_result .box_clm p {
  font-size: 94%;
  line-height: 1.5;
  letter-spacing: .07em;
}

.service_results_more {
  padding-top: 137px;
  text-align: center;
}

.service_bread {
  padding-top: 222px;
}

/****************************************
		company Setting 
*****************************************/
.pages_btit_company .pages_bimg {
  background-image: url(./img/company/company_bimg_01.jpg);
}

.sec_company_message {
  padding: 210px 0 114px;
}

.company_tit {
  max-width: 1078px;
  margin: 0 auto;
}

.company_tit p {
  font-size: 254%;
  line-height: 1;
  padding: 8px 0;
  letter-spacing: .07em;
}

.company_tit h2 {
  font-size: 120%;
  line-height: 1;
  padding-top: 8px;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.company_message {
  max-width: 1078px;
  margin: 0 auto;
}

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

.company_message .boxs .box:nth-child(2) {
  width: 40.44%;
}

.company_message .company_tit p {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.company_message .company_tit h2 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.company_message .box_clm {
  padding-top: 37px;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.company_message .box_clm p {
  font-size: 94%;
  line-height: 1.8;
  padding-bottom: 26px;
  letter-spacing: .07em;
}

.company_message .box_clm p:last-child {
  padding-bottom: 0;
}

.company_message .box_info {
  padding-top: 18px;
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.company_message .box_infot {
  padding-bottom: 12px;
}

.company_message .box_infot h3 {
  font-size: 187%;
  line-height: 1.5;
  letter-spacing: .12em;
}

.company_message .box_infot p {
  font-size: 80%;
  line-height: 1.5;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.company_message .box_infoy {
  padding-bottom: 26px;
}

.company_message .box_infoy p {
  font-size: 94%;
  line-height: 1.5;
  letter-spacing: .07em;
}

.company_message .box_tbl h4 {
  font-size: 120%;
  line-height: 1.5;
  padding-bottom: 7px;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.company_message .box_tbl table tbody tr th, .company_message .box_tbl table tbody tr td {
  font-size: 94%;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 15px;
  padding-bottom: 3px;
  text-align: left;
}

.sec_company_logo {
  padding: 114px 0 135px;
}

.company_logo {
  max-width: 1078px;
  margin: 0 auto;
  padding-top: 60px;
}

.company_logo .boxs .box:nth-child(1) {
  width: 52%;
}

.company_logo .boxs .box:nth-child(2) {
  width: 48%;
}

.company_logo .company_tit h2 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.company_logo .box_tit {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.company_logo .box_tit h3 {
  font-size: 308%;
  line-height: 1.5;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.company_logo .box_img {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
  text-align: center;
}

.company_logo .box_clm {
  padding-top: 39px;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.company_logo .box_clm p {
  font-size: 94%;
  line-height: 1.8;
  letter-spacing: .07em;
}

.company_logoi_tit {
  position: relative;
  z-index: 2;
  top: -10px;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
  text-align: center;
}

.company_logoi_tit h2 {
  font-size: 134%;
  line-height: 1;
  letter-spacing: .07em;
}

.company_logoi {
  padding: 68px 0 88px;
  text-align: center;
}

.company_logoi .boxs {
  max-width: 589px;
  margin: 0 auto;
}

.company_logoi .boxs .box {
  width: 74px;
  margin-right: 54px;
}

.company_logoi .boxs .box:nth-child(1) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.company_logoi .boxs .box:nth-child(2) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.company_logoi .boxs .box:nth-child(3) {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.company_logoi .boxs .box:nth-child(4) {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.company_logoi .boxs .box:nth-child(5) {
  margin-right: 0;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.company_logoi .box_cir {
  width: 70px;
  height: 70px;
  border: 1px solid #1e3130;
  border-radius: 50%;
}

.company_logoi .box_clm {
  padding-top: 8px;
}

.company_logoi .box_clm p {
  font-size: 94%;
  line-height: 1.8;
  letter-spacing: .03em;
}

.company_logoi_line {
  padding: 31px 0 33px;
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.company_logoi_img {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.company_logoi_img p {
  font-size: 107%;
  line-height: 1.8;
  padding-top: 10px;
}

.sec_company_profile {
  padding: 280px 0 172px;
}

.sec_company_profile .company_tit h2 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.company_profile {
  max-width: 1078px;
  margin: 0 auto;
  padding-top: 92px;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.company_profile .boxs .box:nth-child(1) {
  width: 47%;
  margin-right: 1%;
}

.company_profile .boxs .box:nth-child(2) {
  width: 48%;
}

.company_profile .boxs .box:nth-child(2) table tbody th {
  width: 24%;
}

.company_profile .boxs .box:nth-child(2) table tbody td {
  width: 76%;
}

.company_profile table {
  width: 100%;
}

.company_profile table tbody tr th, .company_profile table tbody tr td {
  font-weight: 400;
  padding-bottom: 40px;
  text-align: left;
  letter-spacing: .07em;
}

.company_profile table tbody tr th {
  font-size: 107%;
  line-height: 1;
  width: 30%;
  color: #0c9b8f;
}

.company_profile table tbody tr td {
  width: 70%;
}

.company_profile table tbody tr td span {
  font-size: 107%;
}

.company_profile table tbody tr td small {
  font-size: 80%;
}

.company_profile table tbody tr td i {
  font-style: normal;
}

.company_profile table tbody tr td dl {
  margin-bottom: 20px;
}

.company_profile table tbody tr td dl dt {
  font-size: 107%;
  padding-bottom: 5px;
}

.company_profile table tbody tr td dl dd {
  font-size: 94%;
  line-height: 1.8;
  letter-spacing: .03em;
}

.company_profile table tbody tr td dl:last-child {
  margin-bottom: 0;
}

.sec_company_access {
  padding: 103px 0 0;
}

.sec_company_access .company_tit h2 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.company_access {
  max-width: 1078px;
  margin: 0 auto;
  padding-top: 33px;
}

.company_access .boxs .box:nth-child(1) {
  width: 39%;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.company_access .boxs .box:nth-child(2) {
  width: 60.48%;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.company_access .box_clm p {
  font-size: 107%;
  line-height: 1.8;
  padding-bottom: 26px;
}

.company_access .box_clm p:last-child {
  padding-bottom: 0;
}

.company_access .box_btn {
  padding-top: 33px;
}

.company_bread {
  padding-top: 284px;
}

/****************************************
		staff Setting 
*****************************************/
.pages_stit_staff_archive {
  padding: 156px 0 95px;
}

.staff_archive_bread {
  padding-top: 209px;
}

.sec_staff_detail_img {
  margin-top: 98px;
}

.staff_detail_img {
  position: relative;
  max-width: 1174px;
  height: 643px;
  margin: 0 auto;
}

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

.staff_details_outer {
  max-width: 1174px;
  margin: 0 auto;
}

.staff_details .boxs .box:nth-child(2) {
  float: right;
  width: 58.262%;
  padding-top: 112px;
}

.staff_details .box_info {
  padding-top: 48px;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.staff_details .box_infot {
  padding-bottom: 13px;
}

.staff_details .box_infot h2 {
  font-size: 388%;
  line-height: 1.3;
  letter-spacing: .12em;
}

.staff_details .box_infot p {
  font-size: 134%;
  line-height: 1.5;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.staff_details .box_infoy p {
  font-size: 107%;
  line-height: 1.5;
  letter-spacing: .07em;
}

.staff_details .box_tbl {
  padding-top: 56px;
}

.staff_details .box_tbl h3 {
  font-size: 160%;
  line-height: 1.5;
  padding-bottom: 10px;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.staff_details .box_tbl table tbody tr th, .staff_details .box_tbl table tbody tr td {
  font-size: 94%;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 20px;
  padding-bottom: 7px;
  text-align: left;
}

.staff_detail_clms {
  margin-bottom: 74px;
}

.staff_detail_clms:last-child {
  margin-bottom: 0;
}

.staff_detail_tit {
  padding-bottom: 22px;
}

.staff_detail_tit h3 {
  font-size: 134%;
  line-height: 1.5;
  color: #0c9b8f;
}

.staff_detail_clm p {
  font-size: 94%;
  line-height: 20px;
  letter-spacing: .06em;
}

.staff_details_more {
  padding-top: 167px;
  text-align: center;
}

.staff_detail_bread {
  padding-top: 223px;
}

/****************************************
		news Setting 
*****************************************/
.pages_stit_news_archive {
  padding: 156px 0 128px;
}

.news_archives {
  max-width: 804px;
  margin: 0 auto;
}

.news_archive {
  border-bottom: 1px solid #1e3130;
}

.news_archive:nth-child(1) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.news_archive:nth-child(2) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.news_archive:nth-child(3) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.news_archive:nth-child(4) {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.news_archive:nth-child(5) {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.news_archive:nth-child(6) {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.news_archive:nth-child(7) {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.news_archive:nth-child(8) {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.news_archive a {
  display: block;
  height: 135px;
}

.news_archive a:hover h3 {
  text-decoration: underline;
  opacity: .6;
}

.news_archive .boxs {
  padding-top: 50px;
}

.news_archive .boxs .box:nth-child(1) {
  width: 16%;
}

.news_archive .boxs .box:nth-child(2) {
  width: 84%;
}

.news_archive .box_date span {
  font-size: 94%;
  line-height: 1.5;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.news_archive .box_tit h3 {
  font-size: 94%;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: opacity 500ms 0s ease;
  transition: opacity 500ms 0s ease;
}

.news_pagenav {
  padding-top: 232px;
  text-align: center;
}

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

.news_pagenav .wp-pagenavi a, .news_pagenav .wp-pagenavi span {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  padding: 0;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  color: #1e3130;
  border: 1px solid #fff;
  border-radius: 50%;
}

.news_pagenav .wp-pagenavi a i, .news_pagenav .wp-pagenavi span i {
  position: relative;
  left: -1px;
}

.news_pagenav .wp-pagenavi a.current, .news_pagenav .wp-pagenavi span.current {
  color: #0c9b8f;
  border-color: #0c9b8f;
}

.news_pagenav .wp-pagenavi a:hover, .news_pagenav .wp-pagenavi span:hover {
  color: #0c9b8f;
  border-color: #0c9b8f;
}

.news_pagenav .wp-pagenavi .previouspostslink, .news_pagenav .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  -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 #0c9b8f;
  background-color: #0c9b8f;
}

.news_pagenav .wp-pagenavi .previouspostslink i, .news_pagenav .wp-pagenavi .nextpostslink i {
  position: relative;
  left: inherit;
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}

.news_pagenav .wp-pagenavi .previouspostslink:hover, .news_pagenav .wp-pagenavi .nextpostslink:hover {
  background-color: #fff;
}

.news_pagenav .wp-pagenavi .previouspostslink {
  left: 0;
}

.news_pagenav .wp-pagenavi .previouspostslink i {
  background-image: url(./img/common/common_ico_p_on.png);
}

.news_pagenav .wp-pagenavi .previouspostslink:hover i {
  background-image: url(./img/common/common_ico_p_off.png);
}

.news_pagenav .wp-pagenavi .nextpostslink {
  right: 0;
}

.news_pagenav .wp-pagenavi .nextpostslink i {
  background-image: url(./img/common/common_ico_n_on.png);
}

.news_pagenav .wp-pagenavi .nextpostslink:hover i {
  background-image: url(./img/common/common_ico_n_off.png);
}

.news_archive_bread {
  padding-top: 209px;
}

.news_detail_outer {
  max-width: 804px;
  margin: 0 auto;
}

.news_detail_head {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
  border-bottom: 1px solid #1e3130;
}

.news_detail_date span {
  font-size: 94%;
  line-height: 1;
  letter-spacing: .07em;
  color: #0c9b8f;
}

.news_detail_tit {
  padding: 16px 0 29px;
}

.news_detail_tit h2 {
  font-size: 147%;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .07em;
}

.news_detail_body {
  padding: 50px 0;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.news_detail_body p {
  font-size: 107%;
  line-height: 1.8;
  padding-bottom: 32px;
  letter-spacing: .07em;
}

.news_detail_body p:last-child {
  padding-bottom: 0;
}

.news_detail_more {
  padding-top: 60px;
  text-align: center;
}

/****************************************
		contact Setting     
*****************************************/
.contact_outer {
  max-width: 969px;
  margin: 0 auto;
}

.contact_head {
  text-align: center;
}

.contact_head h3 {
  font-size: 147%;
  padding: 12px 0;
  letter-spacing: .07em;
}

.contact_head p {
  font-size: 94%;
  padding: 12px 0;
}

.contact_nav {
  padding: 128px 0 172px;
}

.contact_nav ul {
  text-align: center;
}

.contact_nav ul li {
  font-size: 107%;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0 78px;
  letter-spacing: .04em;
}

.contact_nav ul li:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -78px;
  display: block;
  width: 8px;
  height: 12px;
  content: "";
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  background-image: url(./img/common/conmmon_arw_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}

.contact_nav ul li:nth-child(1):after {
  display: none;
}

.contact_nav ul li.on {
  color: #0c9b8f;
}

.contact_nav ul li.on:after {
  background-image: url(./img/common/conmmon_arw_03.png);
}

.contact_body [type="text"],
.contact_body [type="email"],
.contact_body textarea {
  font-size: 16px;
  width: 100%;
  padding: 16px;
  border: none;
  background-color: #f4f5f5;
}

.contact_body textarea {
  height: 245px;
}

.contact_body table {
  width: 100%;
}

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

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

.contact_body table tbody tr th .req {
  padding-left: 15px;
  color: #0c9b8f;
}

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

.contact_body table tbody tr td.rds {
  padding-bottom: 40px;
}

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

.contact_privacy_scrll {
  overflow: hidden;
  height: 215px;
}

.contact_privacy_inner {
  padding: 15px 40px;
}

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

.contact_privacy_inner .clm h4,
.contact_privacy_inner .clm p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.contact_privacy_inner .clm h4.tit {
  margin-bottom: 20px;
}

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

.contact_privacy_chk {
  padding: 20px 0 146px;
  text-align: center;
}

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

.contact_btn {
  text-align: center;
}

.contact_btn .btn {
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  border: none;
  position: relative;
  display: inline-block;
}

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

.contact_btn .btn.btn_back {
  background-color: #1e3130;
}

.contact_btn .btn .inn {
  height: 67px;
}

.contact_btn .btn [type="submit"],
.contact_btn .btn [type="button"] {
  font-family: source-han-serif-japanese, serif;
  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-radius: 0;
  background-color: #0c9b8f;
}

.contact_btn .btn [type="submit"]:focus,
.contact_btn .btn [type="button"]:focus {
  outline: 0;
}

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

.contact_btn input[type="submit"] {
  font-family: source-han-serif-japanese, serif;
  font-size: 107%;
  font-weight: 700;
  padding: 20px 60px;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 4px;
  background-color: #0c9b8f;
}

.contact_btn input[type="submit"]:hover {
  opacity: 0.8;
}

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

.magic-r .wpcf7-list-item {
  margin: 19px 44px 19px 0;
}

.magic-r .wpcf7-list-item-label {
  line-height: 1.2;
}

.cscll {
  overflow-y: auto;
}

.sp_only {
  display: none;
}

@media (max-width: 768px) {
  .sp_only {
    display: inline;
  }
}

/****************************************
		Mobile Setting     
*****************************************/
@media (max-width: 1340px) {
  .wrap {
    padding: 0 2%;
  }
  .top_topimg_clms {
    left: 2%;
  }
  .about_boxs .box_tit h3 br {
    display: none;
  }
  .service_item .boxs .box:nth-child(1) {
    width: 48.21%;
  }
  .sec_service_item_03 .service_item .box_illst {
    right: 0;
  }
}

@media (max-width: 1130px) {
  .top_topimg_img {
    width: 55%;
  }
  .about_boxs .box_tit h3 {
    font-size: 174%;
  }
  .company_logo .boxs .box:nth-child(1) {
    width: 47%;
  }
  .company_logo .box_tit h3 {
    font-size: 251%;
  }
}

@media (max-width: 979px) {
  html {
    overflow-x: hidden;
  }
  body {
    font-size: 80%;
    overflow-x: hidden;
  }
  .gnav ul li {
    margin-right: 40px;
  }
  .top_services .boxs {
    text-align: center;
  }
  .top_services .boxs .box {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  .top_services .boxs .box:nth-child(1) {
    display: block;
    margin: 0 auto;
  }
  .top_services .boxs .box:nth-child(2) {
    margin-right: 15px;
  }
  .footer .boxs {
    padding-right: 6%;
    padding-left: 6%;
  }
  .footer .boxs .box {
    float: none;
    width: 100%;
  }
  .footer .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
  }
  @supports (-webkit-touch-callout: none) {
    /* Safari用のハック */
    .sec_top_topimg {
      height: -webkit-fill-available;
    }
    .sec_pages_btit .wrap {
      height: -webkit-fill-available;
    }
  }
  .top_topimg_img {
    width: 51%;
  }
  .service_item .box_illst {
    width: 200px;
  }
  .sec_service_item_02 .service_item .box_illst {
    right: 0;
    width: 180px;
  }
  .sec_service_item_03 .service_item .box_illst {
    top: -80px;
    width: 180px;
  }
  .service_result .boxs .box:nth-child(1) {
    width: 45%;
  }
  .service_result .boxs .box:nth-child(2) {
    width: 55%;
  }
  .company_access .box_btn .btn {
    width: 260px;
  }
}

.sp_only, .sp_ionly {
  display: none;
}

.sp_header_btn, .sp_menu {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_ionly {
    display: inline-block;
  }
  body {
    font-size: 100%;
    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%;
  }
  .btn {
    width: 225px;
    border-radius: 22.5px;
  }
  .btn .inn {
    height: 45px;
  }
  .btn .bgbd {
    border-radius: 22.5px;
  }
  .btn p {
    font-size: 94%;
  }
  .header {
    top: -59px;
  }
  .header_inner {
    height: 59px;
  }
  .header_logo {
    top: 15px;
    left: 15px;
  }
  .header_logo img {
    width: 113px;
  }
  .header_logo_wh {
    opacity: 0;
  }
  .gnav {
    display: none;
  }
  .sp_header_btn {
    position: absolute;
    top: 22px;
    right: 19px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }
  .sp_header_btn .sp_header_btn_inner {
    position: relative;
  }
  .sp_header_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 200ms 0s ease;
    transition: all 200ms 0s ease;
    background-color: #000;
  }
  .sp_header_btn span:nth-of-type(1) {
    top: 5;
  }
  .sp_header_btn span:nth-of-type(2) {
    top: 11px;
  }
  .sp_header_btn.on span {
    background-color: #fff;
  }
  .sp_header_btn.on span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .sp_header_btn.on span:nth-of-type(2) {
    -webkit-transform: translateY(-2px) rotate(45deg);
            transform: translateY(-2px) rotate(45deg);
  }
  .sp_menu {
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    pointer-events: none;
    opacity: 0;
    background-color: #1e3130;
  }
  .sp_menu.on {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    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.off {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none;
  }
  .sp_menu_nav_wrap {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    padding: 100px 7.2% 47px;
  }
  .sp_menu_list {
    width: 100%;
    max-width: 316px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .sp_menu_list ul li {
    margin-bottom: 30px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    pointer-events: none;
    opacity: 0;
  }
  .sp_menu_list ul li a {
    font-size: 160%;
    color: #fff;
  }
  .sp_menu_list ul li a.animl i {
    bottom: 0;
    background-color: #fff;
  }
  .sp_menu_copy {
    position: absolute;
    right: 18px;
    bottom: 14px;
    text-align: right;
  }
  .sp_menu_copy p {
    font-size: 10px;
    color: #fff;
  }
  .footer .boxs {
    padding: 28px 0 49px;
  }
  .footer .boxs .box {
    float: none;
  }
  .footer .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
  }
  .footer .box_info {
    padding-top: 21px;
  }
  .footer .box_info p {
    font-size: 12px;
  }
  .footer .box_info p small {
    font-size: 10px;
  }
  .footer .box_btn {
    padding-top: 54px;
  }
  .footer .box_btn .btn .inn {
    height: 48px;
  }
  .fnav {
    padding-top: 46px;
  }
  .fnav ul li {
    margin-bottom: 8px;
  }
  .fnav ul li a {
    color: #fff;
  }
  .fnav ul li a span {
    font-size: 12px;
  }
  .fnav ul li a.animl i {
    bottom: -2px;
  }
  .fnav ul li.lg {
    margin-bottom: 14px;
  }
  .fnav ul li.lg a span {
    font-size: 16px;
  }
  .fnav ul li:last-child {
    margin-bottom: 0;
  }
  .footer_copy {
    padding: 0 14px 20px 0;
  }
  .footer_gotop {
    top: -31px;
    right: 15px;
    width: 62px;
  }
  .footer_gotop .inn {
    height: 62px;
  }
  .footer_gotop .box_clm p {
    font-size: 80%;
  }
  /****************************************
			top Setting 
	*****************************************/
  .bubble {
    width: 35px;
    height: 35px;
  }
  .sec_top_topimg {
    min-height: inherit;
  }
  .sec_top_topimg .wrap {
    min-height: inherit;
  }
  .top_topimg_clms {
    top: 125px;
    left: 6%;
    width: 94%;
    min-width: inherit;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .top_topimg_clms p {
    padding-bottom: 13px;
    white-space: nowrap;
  }
  .top_topimg_clms p img.topimg_clm_01 {
    width: 256px;
  }
  .top_topimg_clms p img.topimg_clm_02 {
    width: 127px;
  }
  .top_topimg_clms p img.topimg_clm_03 {
    width: 126px;
    margin-left: 18px;
  }
  .top_topimg_clms h2 {
    font-size: 16px;
    padding-top: 5px;
  }
  .top_topimg_img {
    top: 56%;
    right: -50px;
    width: 376px;
  }
  .top_topimg_img .top_slide_img.top_slide_img_01 .top_slide_img_bg span {
    background-image: url(./img/top/sp_top_topimg_img_01.png);
  }
  .top_topimg_img .top_slide_img_bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 50%;
  }
  .top_topimg_img .top_slide_img_bg span {
    position: absolute;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 7s 0s linear;
    transition: all 7s 0s linear;
    -webkit-transform: scale(1);
            transform: scale(1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .top_topimg_scroll {
    left: 0;
  }
  .top_topimg_scroll .scroll_clm {
    top: 14px;
    left: -5px;
  }
  .top_topimg_scroll .scroll_clm p {
    font-size: 10px;
  }
  .top_topimg_scroll .scroll_clm_bar {
    left: 23px;
    height: 130px;
  }
  .top_topimg_news {
    position: relative;
    top: 0;
    bottom: inherit;
    left: inherit;
    padding: 11px 32px 17px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .top_topimg_news.on {
    top: -40px;
    bottom: inherit;
  }
  .top_topimg_news .boxs .box {
    float: none;
  }
  .top_topimg_news .boxs .box:nth-child(1) {
    width: 100%;
  }
  .top_topimg_news .boxs .box:nth-child(2) {
    width: 100%;
  }
  .top_topimg_news .boxs .box:nth-child(3) {
    float: none;
    width: 100%;
    text-align: left;
  }
  .top_topimg_news .box_tit {
    padding-bottom: 4px;
  }
  .top_topimg_news .box_tit p {
    font-size: 16px;
  }
  .top_topimg_news .box_clm {
    display: block;
    padding-right: 10%;
    white-space: normal;
  }
  .top_topimg_news .box_clm span {
    font-size: 12px;
    line-height: 1;
    padding-right: 0;
  }
  .top_topimg_news .box_clm h3 {
    font-size: 12px;
    line-height: 1.5;
  }
  .top_topimg_news .box_btn {
    padding-top: 17px;
  }
  .top_topimg_news .box_btn .btn {
    width: 143px;
  }
  .top_topimg_news .box_btn .btn .inn {
    height: 28px;
  }
  .sec_top_read {
    padding: 141px 0 190px;
  }
  .top_read_tit {
    padding-bottom: 30px;
  }
  .top_read_tit h2 {
    font-size: 154%;
  }
  .top_read_clm p {
    font-size: 94%;
    line-height: 1.8;
    padding-bottom: 26px;
    text-align: justify;
  }
  .top_read_clm p:last-child {
    padding-bottom: 0;
  }
  .sec_top_b .top_btit {
    padding-bottom: 338px;
  }
  .top_bimg {
    top: 22px;
  }
  .top_bimg .inn {
    height: 345px;
  }
  .top_btit_l {
    padding-bottom: 3px;
  }
  .top_btit_l p {
    font-size: 267%;
  }
  .top_btit_s h2 {
    font-size: 94%;
  }
  .top_clm p {
    font-size: 94%;
    text-align: justify;
  }
  .top_clm p br {
    display: none;
  }
  .top_btn {
    padding-top: 23px;
  }
  .sec_top_about {
    padding: 0 0 130px;
  }
  .sec_top_about .top_bimg_src {
    background-image: url(./img/top/sp_top_about_bg_01.jpg);
  }
  .sec_top_service {
    padding: 0 0 146px;
  }
  .sec_top_service .top_bimg_src {
    background-image: url(./img/top/sp_top_service_bg_01.jpg);
  }
  .top_service_outer {
    margin: 52px 0 35px;
  }
  .top_service_tit {
    top: -8px;
  }
  .top_service_tit h3 {
    font-size: 107%;
  }
  .top_services .boxs {
    padding: 36px 0 23px;
    text-align: center;
  }
  .top_services .boxs .box {
    display: inline-block;
    float: none;
    width: 155px;
    margin-right: 0;
  }
  .top_services .boxs .box .inn {
    height: 155px;
  }
  .top_services .boxs .box:nth-child(1) {
    display: block;
    margin: 0 auto;
  }
  .top_services .boxs .box:nth-child(1) .box_img, .top_services .boxs .box:nth-child(1) .box_img_on {
    top: 26px;
    height: 54px;
    background-size: 56px;
  }
  .top_services .boxs .box:nth-child(2) {
    margin-right: 15px;
  }
  .top_services .boxs .box:nth-child(2) .box_img, .top_services .boxs .box:nth-child(2) .box_img_on {
    top: 30px;
    height: 48px;
    background-size: 64px;
  }
  .top_services .boxs .box:nth-child(3) .box_img, .top_services .boxs .box:nth-child(3) .box_img_on {
    top: 34px;
    height: 41px;
    background-size: 79px;
  }
  .top_services .box_clms {
    top: 93px;
  }
  .top_services .box_tit {
    padding: 0 0 12px;
  }
  .top_services .box_tit h4 {
    font-size: 88%;
  }
  .top_services .box_clm p {
    font-size: 80%;
  }
  .sec_top_staff {
    padding: 0 0 147px;
  }
  .top_staffs {
    padding: 48px 0 30px;
  }
  .top_staffs .boxs .box {
    width: 45.45%;
    margin-right: 9.1%;
    margin-bottom: 20px;
  }
  .top_staffs .boxs .box:nth-child(2n) {
    margin-right: 0;
  }
  .top_staffs .box_more p {
    font-size: 12px;
  }
  .sec_top_company {
    padding: 0 0 130px;
  }
  .sec_top_company .top_bimg_src {
    background-image: url(./img/top/sp_top_company_bg_01.jpg);
  }
  .sec_top_contact {
    padding: 0 0 177px;
  }
  .sec_top_contact .top_btit {
    padding-bottom: 341px;
  }
  .sec_top_contact .top_bimg .inn {
    height: 345px;
  }
  .sec_top_contact .top_bimg_src {
    background-image: url(./img/top/sp_top_contact_bg_01.jpg);
  }
  /****************************************
			page Setting 
	*****************************************/
  .sec_pages_btit {
    margin-top: 59px;
  }
  .sec_pages_btit .wrap {
    height: 440px;
  }
  .pages_btit_outer {
    bottom: -91px;
    width: 182px;
  }
  .pages_btit_outer .inn {
    height: 182px;
  }
  .pages_btit_clms {
    top: 62px;
    left: 50%;
  }
  .pages_btit_tit {
    padding-bottom: 10px;
  }
  .pages_btit_tit p {
    font-size: 174%;
  }
  .pages_btit_clm h2 {
    font-size: 80%;
  }
  .pages_scroll {
    bottom: -27px;
  }
  .pages_scroll .scroll_clm_bar {
    height: 54px;
  }
  .sec_pages_bread {
    padding: 158px 0 14px;
  }
  .sec_pages_stit {
    margin-top: 59px;
  }
  .pages_stit_tit {
    padding-bottom: 16px;
  }
  .pages_stit_tit p {
    font-size: 174%;
  }
  .pages_stit_clm h2 {
    font-size: 67%;
  }
  /****************************************
			about Setting 
	*****************************************/
  .pages_btit_about .pages_bimg {
    background-image: url(./img/about/sp_about_bimg_01.jpg);
  }
  .sec_about_philosophy .about_item {
    padding: 147px 0 93px;
  }
  .sec_about_vision .about_item {
    padding: 74px 0 89px;
  }
  .sec_about_mission .about_item {
    padding: 73px 0 85px;
  }
  .sec_about_mission .about_item_read h3 {
    letter-spacing: -.04em;
  }
  .sec_about_value .about_item {
    padding: 74px 0 54px;
  }
  .about_item_tit {
    padding-bottom: 25px;
  }
  .about_item_tit p {
    font-size: 160%;
    padding-bottom: 13px;
  }
  .about_item_tit h2 {
    font-size: 94%;
  }
  .about_item_read {
    padding-bottom: 25px;
  }
  .about_item_read h3 {
    font-size: 154%;
    letter-spacing: .05em;
  }
  .about_item_clms {
    text-align: justify;
  }
  .about_item_clms p {
    display: inline;
    padding-bottom: 0;
  }
  .about_item_clms p br {
    display: none;
  }
  .about_boxs {
    padding-top: 20px;
  }
  .about_boxs .boxs .box {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 37px 20px 40px;
    background-color: #fff;
  }
  .about_boxs .boxs .box:nth-child(2n) {
    margin-right: 0;
  }
  .about_boxs .boxs .box:nth-child(1) {
    margin-bottom: 53px;
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .about_boxs .boxs .box:nth-child(2) {
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .about_boxs .box_num {
    top: -20px;
  }
  .about_boxs .box_num i {
    font-size: 40px;
    letter-spacing: .04em;
  }
  .about_boxs .box_tit {
    padding-bottom: 21px;
  }
  .about_boxs .box_tit h3 {
    font-size: 107%;
  }
  .about_boxs .box_tit h3 br {
    display: block;
  }
  .about_boxs .box_clm {
    text-align: left;
  }
  .about_boxs .box_clm p br {
    display: none;
  }
  /****************************************
			service Setting 
	*****************************************/
  .pages_btit_service .pages_bimg {
    background-image: url(./img/service/sp_service_bimg_01.jpg);
  }
  .sec_service_item_01 {
    padding: 174px 0 115px;
  }
  .sec_service_item_02 {
    padding: 152px 0 0;
  }
  .sec_service_item_02 .service_item .box_illst {
    top: -25px;
    right: -5px;
    width: 127px;
  }
  .sec_service_item_03 {
    padding: 124px 0 0;
  }
  .sec_service_item_03 .service_item .box_illst {
    top: -44px;
    right: -5px;
    width: 114px;
  }
  .sec_service_item_03 .service_results_more {
    padding-top: 80px;
  }
  .service_item {
    padding: 0 6%;
  }
  .service_item .boxs .box {
    position: relative;
  }
  .service_item .boxs .box:nth-child(1) {
    float: none;
    width: 100%;
  }
  .service_item .boxs .box:nth-child(2) {
    width: 100%;
  }
  .service_item.service_item_r .boxs .box:nth-child(1) {
    float: none;
  }
  .service_item.service_item_r .boxs .box:nth-child(2) {
    float: none;
  }
  .service_item .box_img {
    padding-top: 14px;
    -webkit-transition-delay: 1.3s !important;
            transition-delay: 1.3s !important;
  }
  .service_item .box_tag {
    padding: 20px 0 29px;
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .service_item .box_tag p span {
    font-size: 100%;
  }
  .service_item .box_tag p i {
    font-size: 254%;
  }
  .service_item .box_illst {
    top: -29px;
    right: 0;
    width: 159px;
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .service_item .box_tit {
    padding-bottom: 10px;
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .service_item .box_tit h2 {
    font-size: 160%;
  }
  .service_item .box_read {
    padding-bottom: 16px;
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .service_item .box_read h3 {
    font-size: 94%;
    line-height: 1.58;
  }
  .service_item .box_clm {
    -webkit-animation-delay: 1.1s !important;
            animation-delay: 1.1s !important;
  }
  .service_item .box_clm p {
    font-size: 87%;
    line-height: 1.58;
    padding-bottom: 20px;
  }
  .service_flow_tit h2 {
    font-size: 120%;
  }
  .service_flow {
    padding: 0 6%;
  }
  .service_flow .boxs {
    padding: 38px 0 46px;
  }
  .service_flow .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 47px;
  }
  .service_flow .boxs .box:last-child {
    margin-bottom: 0;
  }
  .service_flow .boxs .box:nth-child(1) .box_ico img {
    left: 57.7%;
    width: 102px;
  }
  .service_flow .boxs .box:nth-child(1) .box_clms {
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .service_flow .boxs .box:nth-child(2) .box_ico img {
    left: 52.5%;
    width: 80px;
  }
  .service_flow .boxs .box:nth-child(2) .box_clms {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .service_flow .boxs .box:nth-child(3) .box_ico img {
    left: 51.5%;
    width: 88px;
  }
  .service_flow .boxs .box:nth-child(3) .box_clms {
    -webkit-animation-delay: 1.1s !important;
            animation-delay: 1.1s !important;
  }
  .service_flow .boxs .box:nth-child(4) .box_ico img {
    left: 52%;
  }
  .service_flow .boxs .box:nth-child(4) .box_clms {
    -webkit-animation-delay: 1.2s !important;
            animation-delay: 1.2s !important;
  }
  .service_flow .box_ico {
    width: 168px;
    height: 168px;
  }
  .service_flow .box_ico i {
    font-size: 267%;
    bottom: -24px;
  }
  .service_flow .box_tit {
    padding-top: 30px;
  }
  .service_flow .box_tit h3 {
    font-size: 114%;
  }
  .service_flow .box_clm {
    padding-top: 12px;
  }
  .service_flow .box_clm p {
    font-size: 90%;
    line-height: 1.4;
    letter-spacing: .05em;
  }
  .service_flow .box_arw {
    display: none;
  }
  .sec_service_result {
    padding: 80px 0 18px;
  }
  .service_result_tit h2 {
    font-size: 120%;
  }
  .service_results {
    padding: 17px 6% 0;
  }
  .service_results .service_result:nth-child(1) {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .service_results .service_result:nth-child(2) {
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
  }
  .service_results .service_result:nth-child(3) {
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .service_results .service_result:nth-child(4) {
    -webkit-animation-delay: 0.8s !important;
            animation-delay: 0.8s !important;
  }
  .service_results .service_result:nth-child(5) {
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .service_result {
    padding: 37px 0;
  }
  .service_result .boxs .box {
    float: none;
  }
  .service_result .boxs .box:nth-child(1) {
    width: 100%;
  }
  .service_result .boxs .box:nth-child(2) {
    width: 100%;
  }
  .service_result .box_tit {
    padding-bottom: 20px;
  }
  .service_result .box_tit h3 {
    line-height: 1.3;
    letter-spacing: 0;
  }
  .service_results_more {
    padding-top: 80px;
  }
  .service_results_more .btn {
    width: 90%;
  }
  .service_bread {
    padding-top: 153px;
  }
  /****************************************
			company Setting 
	*****************************************/
  .pages_btit_company .pages_bimg {
    background-image: url(./img/company/sp_company_bimg_01.jpg);
  }
  .sec_company_message {
    padding: 152px 0 74px;
  }
  .company_tit p {
    font-size: 187%;
    padding: 5px 0;
  }
  .company_tit h2 {
    font-size: 94%;
  }
  .company_message {
    padding: 0 6%;
  }
  .company_message .boxs .box:nth-child(1) {
    float: right;
    width: 100%;
  }
  .company_message .boxs .box:nth-child(2) {
    width: 100%;
  }
  .company_message .company_tit p {
    -webkit-animation-delay: 0.3s !important;
            animation-delay: 0.3s !important;
  }
  .company_message .company_tit h2 {
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .company_message .box_clm {
    padding-top: 37px;
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .company_message .box_clm p {
    line-height: 1.8;
    padding-bottom: 0;
    text-align: justify;
  }
  .company_message .box_clm p span {
    display: inline-block;
    padding-bottom: 20px;
  }
  .company_message .box_clm p span.last {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .company_message .box_clm p:last-child {
    padding-bottom: 0;
  }
  .company_message .box_img {
    margin-top: 61px;
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
  }
  .company_message .box_info {
    padding-top: 18px;
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .company_message .box_infot {
    padding-bottom: 12px;
  }
  .company_message .box_infot h3 {
    font-size: 167%;
  }
  .company_message .box_infot p {
    font-size: 80%;
  }
  .company_message .box_infoy {
    padding-bottom: 17px;
  }
  .company_message .box_infoy p {
    font-size: 94%;
    letter-spacing: .07em;
  }
  .company_message .box_tbl h4 {
    font-size: 107%;
    padding-bottom: 7px;
  }
  .company_message .box_tbl table tbody tr th, .company_message .box_tbl table tbody tr td {
    font-size: 80%;
    padding-right: 15px;
    padding-bottom: 3px;
  }
  .sec_company_logo {
    padding: 74px 0 94px;
  }
  .sec_company_logo .company_tit {
    padding: 0 6%;
  }
  .company_logo {
    padding: 0 6%;
    padding-top: 54px;
  }
  .company_logo .boxs .box {
    float: none;
  }
  .company_logo .boxs .box:nth-child(1) {
    width: 100%;
  }
  .company_logo .boxs .box:nth-child(2) {
    width: 100%;
  }
  .company_logo .company_tit h2 {
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .company_logo .box_tit {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .company_logo .box_tit h3 {
    font-size: 154%;
  }
  .company_logo .box_img {
    padding-top: 37px;
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
    text-align: center;
  }
  .company_logo .box_img img {
    width: 149px;
  }
  .company_logo .box_clm {
    padding-top: 34px;
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .company_logo .box_clm p {
    font-size: 94%;
  }
  .company_logo .box_clm p br {
    display: none;
  }
  .company_logoi_tit {
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .company_logoi {
    padding: 54px 0 67px;
  }
  .company_logoi .boxs .box {
    display: inline-block;
    float: none;
    width: 64px;
    margin: 0 15px 56px;
  }
  .company_logoi .boxs .box:nth-child(1) {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .company_logoi .boxs .box:nth-child(2) {
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
  }
  .company_logoi .boxs .box:nth-child(3) {
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .company_logoi .boxs .box:nth-child(4) {
    margin-bottom: 0;
    -webkit-animation-delay: 0.8s !important;
            animation-delay: 0.8s !important;
  }
  .company_logoi .boxs .box:nth-child(5) {
    margin-bottom: 0;
    -webkit-animation-delay: 0.9s !important;
            animation-delay: 0.9s !important;
  }
  .company_logoi .box_cir {
    width: 59px;
    height: 59px;
    margin: 0 auto;
  }
  .company_logoi .box_clm {
    padding-top: 8px;
  }
  .company_logoi .box_clm p {
    font-size: 12px;
    line-height: 1;
  }
  .company_logoi_line {
    padding: 35px 0 34px;
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .company_logoi_img {
    -webkit-animation-delay: 1.1s !important;
            animation-delay: 1.1s !important;
  }
  .company_logoi_img img {
    width: 89px;
  }
  .company_logoi_img p {
    font-size: 94%;
    padding-top: 8px;
  }
  .sec_company_profile {
    padding: 147px 0 74px;
  }
  .sec_company_profile .company_tit {
    padding: 0 6%;
  }
  .sec_company_profile .company_tit h2 {
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .company_profile {
    padding: 54px 6% 0;
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .company_profile .boxs .box:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .company_profile .boxs .box:nth-child(2) {
    width: 100%;
  }
  .company_profile .boxs .box:nth-child(2) table tbody th {
    width: 33%;
  }
  .company_profile .boxs .box:nth-child(2) table tbody td {
    width: 67%;
  }
  .company_profile table tbody tr th, .company_profile table tbody tr td {
    padding-bottom: 32px;
  }
  .company_profile table tbody tr th {
    font-size: 94%;
    width: 33%;
  }
  .company_profile table tbody tr td {
    width: 67%;
  }
  .company_profile table tbody tr td span {
    font-size: 94%;
  }
  .company_profile table tbody tr td small {
    font-size: 67%;
    line-height: 1;
    display: block;
  }
  .company_profile table tbody tr td i {
    font-size: 12px;
  }
  .company_profile table tbody tr td dl {
    margin-bottom: 20px;
  }
  .company_profile table tbody tr td dl dt {
    font-size: 94%;
    padding-bottom: 3px;
  }
  .company_profile table tbody tr td dl dd {
    font-size: 80%;
    letter-spacing: .01em;
  }
  .sec_company_access {
    padding: 45px 0 0;
  }
  .sec_company_access .company_tit {
    padding: 0 6%;
  }
  .sec_company_access .company_tit h2 {
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .company_access {
    padding: 42px 6% 0;
  }
  .company_access .boxs .box:nth-child(1) {
    width: 100%;
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .company_access .boxs .box:nth-child(2) {
    width: 100%;
    padding-top: 46px;
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
  }
  .company_access .box_clm p {
    font-size: 94%;
    padding-bottom: 26px;
  }
  .company_access .box_btn {
    padding-top: 26px;
  }
  .company_access .box_btn .btn {
    width: 225px;
  }
  .company_access .box_map iframe {
    height: 181px;
  }
  .company_bread {
    padding-top: 147px;
  }
  /****************************************
			staff Setting 
	*****************************************/
  .pages_stit_staff_archive {
    padding: 86px 0 58px;
  }
  .staff_archive_bread {
    padding-top: 110px;
  }
  .sec_staff_detail_img {
    margin-top: 59px;
  }
  .staff_detail_img {
    width: 94%;
    height: 411px;
    margin: 0 auto;
  }
  .staff_details_outer {
    max-width: 1174px;
    margin: 0 auto;
    padding: 0 6%;
  }
  .staff_details .boxs .box {
    float: none;
  }
  .staff_details .boxs .box:nth-child(2) {
    float: none;
    width: 100%;
    padding-top: 74px;
  }
  .staff_details .box_info {
    padding-top: 16px;
    -webkit-animation-delay: 0.7s !important;
            animation-delay: 0.7s !important;
  }
  .staff_details .box_infot {
    padding-bottom: 0;
  }
  .staff_details .box_infot h2 {
    font-size: 240%;
    line-height: 1.3;
  }
  .staff_details .box_infot p {
    font-size: 94%;
  }
  .staff_details .box_infoy {
    padding-top: 18px;
  }
  .staff_details .box_infoy p {
    font-size: 94%;
  }
  .staff_details .box_tbl {
    padding-top: 17px;
  }
  .staff_details .box_tbl h3 {
    font-size: 107%;
    padding-bottom: 4px;
  }
  .staff_details .box_tbl table tbody tr th, .staff_details .box_tbl table tbody tr td {
    font-size: 80%;
    line-height: 1.3;
    padding-right: 11px;
    padding-bottom: 5px;
  }
  .staff_detail_clms {
    margin-bottom: 74px;
  }
  .staff_detail_tit {
    padding-bottom: 21px;
  }
  .staff_detail_tit h3 {
    font-size: 120%;
    line-height: 1.5;
    color: #0c9b8f;
  }
  .staff_detail_clm p {
    line-height: 20px;
    letter-spacing: .07em;
  }
  .staff_details_more {
    padding-top: 74px;
  }
  .staff_detail_bread {
    padding-top: 150px;
  }
  /****************************************
			news Setting 
	*****************************************/
  .pages_stit_news_archive {
    padding: 86px 0 81px;
  }
  .news_archives {
    padding: 0 6%;
  }
  .news_archive a {
    height: 131px;
  }
  .news_archive .boxs {
    padding-top: 20px;
  }
  .news_archive .boxs .box:nth-child(1) {
    width: 100%;
  }
  .news_archive .boxs .box:nth-child(2) {
    width: 100%;
  }
  .news_pagenav {
    margin-bottom: 120px;
    padding-top: 68px;
  }
  .news_pagenav .wp-pagenavi {
    max-width: inherit;
  }
  .news_pagenav .wp-pagenavi a, .news_pagenav .wp-pagenavi span {
    font-size: 14px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin: 0 9px;
  }
  .news_pagenav .wp-pagenavi .previouspostslink, .news_pagenav .wp-pagenavi .nextpostslink {
    top: 80px;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
  }
  .news_pagenav .wp-pagenavi .previouspostslink i, .news_pagenav .wp-pagenavi .nextpostslink i {
    left: -2px;
    width: 40px;
    height: 40px;
    background-size: 8px;
  }
  .news_pagenav .wp-pagenavi .previouspostslink {
    left: 20%;
  }
  .news_pagenav .wp-pagenavi .nextpostslink {
    right: 20%;
  }
  .news_archive_bread {
    padding-top: 147px;
  }
  .news_detail_outer {
    padding: 20px 6% 0;
  }
  .news_detail_tit {
    padding: 8px 0 37px;
  }
  .news_detail_tit h2 {
    font-size: 120%;
    line-height: 1.7;
  }
  .news_detail_body {
    padding: 40px 0;
  }
  .news_detail_body p {
    font-size: 94%;
    line-height: 1.8;
    padding-bottom: 32px;
    letter-spacing: .07em;
  }
  .news_detail_body p:last-child {
    padding-bottom: 0;
  }
  .news_detail_more {
    padding-top: 29px;
  }
  /****************************************
			contact Setting     
	*****************************************/
  .contact_outer {
    padding: 0 6%;
  }
  .contact_head {
    text-align: center;
  }
  .contact_head h3 {
    font-size: 107%;
    padding: 8px 0;
    letter-spacing: .07em;
  }
  .contact_head p {
    font-size: 80%;
    padding: 8px 0;
  }
  .contact_nav {
    padding: 96px 0 98px;
  }
  .contact_nav ul li {
    font-size: 80%;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .contact_nav ul li:after {
    left: -40px;
    width: 6px;
    height: 9px;
    background-size: 6px;
  }
  .contact_nav ul li:nth-child(2) {
    margin: 0 80px;
  }
  .contact_nav ul li.on {
    color: #0c9b8f;
  }
  .contact_nav ul li.on:after {
    background-image: url(./img/common/conmmon_arw_03.png);
  }
  .contact_body [type=text], .contact_body [type=email], .contact_body textarea {
    font-size: 12px;
    padding: 14px;
    border-radius: 0;
  }
  .contact_body textarea {
    height: 363px;
  }
  .contact_body table {
    display: block;
    width: 100%;
    margin-bottom: 36px;
  }
  .contact_body table tbody {
    display: block;
  }
  .contact_body table tbody tr {
    display: block;
  }
  .contact_body table tbody tr th, .contact_body table tbody tr td {
    font-size: 80%;
    line-height: 1.86;
    display: block;
    letter-spacing: 0;
  }
  .contact_body table tbody tr th {
    width: 100%;
    padding: 13px 0 6px 0;
  }
  .contact_body table tbody tr th.row {
    padding: 44px 0 6px 0;
  }
  .contact_body table tbody tr td {
    width: 100%;
    padding-bottom: 13px;
  }
  .contact_body table tbody tr td .chks {
    line-height: 1.3;
    padding-bottom: 13px;
  }
  .contact_body table tbody tr td.rds {
    padding-bottom: 20px;
  }
  .contact_privacy {
    padding: 10px 10px 0;
    border-radius: 0;
  }
  .contact_privacy_scrll {
    height: 356px;
  }
  .contact_privacy_scrll .mCSB_scrollTools {
    height: calc(100% - 10px);
  }
  .contact_privacy_inner {
    padding: 8px 0 15px 22px;
  }
  .contact_privacy_inner .clm {
    margin-bottom: 16px;
  }
  .contact_privacy_inner .clm p {
    margin-bottom: 5px;
  }
  .contact_privacy_chk {
    padding: 25px 0 67px;
  }
  .contact_privacy_chk label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .contact_btn .btn.btn_back, .contact_btn .btn.btn_submit {
    margin: 10px 0;
  }
  .contact_btn .btn .inn {
    height: 45px;
  }
  .magic-r .wpcf7-list-item {
    margin: 8px 36px 8px 0;
  }
  .magic-r .wpcf7-list-item:nth-child(4) {
    margin-right: 0;
  }
  .magic-r .wpcf7-list-item-label {
    line-height: 1.7;
  }
  .contact_cp {
    text-align: center;
  }
  .contact_cp h3 {
    font-size: 107%;
    padding: 27px 0 41px;
  }
  .contact_cp p {
    font-size: 80%;
  }
  .contact_cp_btn {
    padding: 81px 0 0;
  }
	/* 新しいボタンスタイル */
.contact_btn .btn {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  margin: 0 10px;
  position: relative;
}

.contact_btn .btn_next,
.contact_btn .btn_submit {
  background-color: #0c9b8f;
}

.contact_btn .btn_back {
  background-color: #1e3130;
}

/* ボタン内のinput要素のスタイル */
.contact_btn .btn input[type="submit"],
.contact_btn .btn input[type="button"] {
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* ホバー効果 */
.contact_btn .btn_next:hover,
.contact_btn .btn_submit:hover {
  background-color: #097b72;
}

.contact_btn .btn_back:hover {
  background-color: #0f1a19;
}

/* ステップ2のボタン配置 */
.wpcf7c-elm-step2.contact_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .contact_btn .btn {
    margin: 10px auto;
    display: block;
  }
  
  .wpcf7c-elm-step2 .btn {
    width: 100%;
    max-width: 280px;
  }
}

/* 既存のCSSを上書き */
.contact_btn .btn .inn {
  height: auto;
  position: static;
}

.contact_btn .btn .bgbd,
.contact_btn .btn .bgin {
  display: none;
}
  /****************************************
			target_line Setting     
	*****************************************/
  .sec_about_philosophy .target_line {
    top: -20px;
  }
  .sec_about_vision .target_line {
    top: -58px;
  }
  .sec_about_mission .target_line {
    top: -58px;
  }
  .sec_about_value .target_line {
    top: -58px;
  }
  .sec_service_item_01 .target_line {
    top: -160px;
  }
  .sec_service_item_02 .target_line {
    top: -130px;
  }
  .sec_service_item_03 .target_line {
    top: -160px;
  }
  .sec_company_message .target_line {
    top: -80px;
  }
  .sec_company_logo .target_line {
    top: -80px;
  }
  .sec_company_profile .target_line {
    top: -80px;
  }
  .sec_company_access .target_line {
    top: -80px;
  }
}
/*# sourceMappingURL=style.css.map */

/* リアボルド ランディングページ CSS */
.lp-container {
  --primary-color: #67c0b8;
  --primary-dark: #4a9e97;
  --secondary-color: #67c0b8;
  --text-color: #333;
  --text-light: #666;
  --bg-color: #fff;
  --bg-light: #f8f9fa;
  --bg-dark: #e9ecef;
  --border-radius: 8px;
  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;

  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}

.lp-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.lp-main {
  width: 100%;
}

.lp-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.lp-container section {
  padding: 5rem 0;
}

.lp-container h1,
.lp-container h2,
.lp-container h3 {
  line-height: 1.3;
}

.lp-container h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}

.lp-container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--primary-color);
}

.lp-cta-button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: var(--border-radius);
  font-weight: bold;
  font-size: 1.1rem;
  transition: var(--transition);
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lp-cta-button:hover {
  background-color: #40706c;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ヒーローセクション */
.lp-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #000;
}

.lp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://liebold.co.jp/wp/wp-content/uploads/2025/02/Unnamed-Design-1280x670-1.png");
  background-size: cover;
  background-position: center;
  filter: brightness(60%);
  z-index: 1;
}

.lp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 2rem;
  animation: fadeIn 1.5s ease-out;
}

.lp-hero h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.company-name {
  color: var(--secondary-color);
  font-weight: 700;
  display: block;
  margin-top: 0.5rem;
  font-size: 4rem;
}

.lp-hero-subtitle {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 2rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

/* お悩みセクション */
.lp-problems {
  background-color: var(--bg-light);
  position: relative;
}

.lp-problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.lp-problem-card {
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 2rem;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  text-align: center;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.lp-problem-card:nth-child(1) {
  animation-delay: 0.1s;
}

.lp-problem-card:nth-child(2) {
  animation-delay: 0.3s;
}

.lp-problem-card:nth-child(3) {
  animation-delay: 0.5s;
}

.lp-problem-card:hover {
  transform: translateY(-10px);
}

.lp-problem-icon {
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: var(--transition);
}

.lp-problem-card:hover .lp-problem-icon {
  transform: scale(1.1);
  background-color: var(--secondary-color);
}

.lp-problem-icon svg {
  width: 35px;
  height: 35px;
  color: #fff;
}

.lp-problem-card h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--text-color);
  font-weight: 600;
}

.lp-problem-image {
  width: 100%;
  height: 180px;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  border-radius: 8px;
  transition: var(--transition);
}

.lp-problem-card:hover .lp-problem-image {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.problem-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.lp-problem-card:hover .problem-img {
  transform: scale(1.1);
}

/* 既存のアイコンスタイルを削除または非表示にする */
.lp-problem-icon {
  display: none;
}

.lp-solution-message {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-dark);
  padding: 1.5rem;
  background-color: rgba(103, 192, 184, 0.1);
  border-radius: var(--border-radius);
  border-left: 4px solid var(--primary-color);
  animation: fadeIn 1s ease-out 0.8s forwards;
  opacity: 0;
}

/* サービスセクションのスタイル */
.lp-services {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.lp-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-services h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    color: #333;
    position: relative;
}

.lp-services h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #00a99d;
    margin: 15px auto 0;
}

.lp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-service-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.lp-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.lp-service-image {
    width: 100%;
    /* 高さは画像自体のサイズに合わせる */
    line-height: 0; /* 画像下部の余白を削除 */
    font-size: 0; /* インライン要素の余白を削除 */
    display: block; /* ブロック要素として表示 */
}
.lp-service-image img {
    width: 100%; /* 幅を100%に設定 */
    display: block; /* ブロック要素として表示 */
    margin: 0; /* マージンをリセット */
    padding: 0; /* パディングをリセット */
}

.lp-service-card:hover .lp-service-image img {
    transform: scale(1.05);
}

.lp-service-content {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-service-icon {
    width: 60px;
    height: 60px;
    background-color: #00a99d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    transition: transform 0.3s ease;
}

.lp-service-card:hover .lp-service-icon {
    transform: scale(1.1);
}

.lp-service-icon svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
}

.lp-service-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.lp-service-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    text-align: center;
    margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .lp-services-grid {
        gap: 20px;
    }
    
    .lp-service-content {
        padding: 20px 15px;
    }
    
    .lp-service-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .lp-services {
        padding: 40px 0;
    }
    
    .lp-services h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .lp-services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .lp-service-image {
        height: 200px; /* モバイル用に少し小さく調整 */
    }
    
    .lp-service-icon {
        width: 50px;
        height: 50px;
    }
    
    .lp-service-icon svg {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .lp-service-image {
        height: 180px;
    }
    
    .lp-service-content {
        padding: 15px 12px;
    }
    
    .lp-service-content h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .lp-service-content p {
        font-size: 13px;
    }
}


/* 選ばれる理由セクション */
.lp-reasons {
  position: relative;
  padding: 5rem 0;
  color: #fff;
  overflow: hidden;
}

.lp-reasons-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://liebold.co.jp/wp/wp-content/uploads/2025/03/liebold_reasoning.png?height=800&width=1600");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.8);
  z-index: 1;
}

.lp-reasons .lp-section-container {
  position: relative;
  z-index: 2;
}

.lp-reasons h2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lp-reasons h2::after {
  background-color: #fff;
}

.lp-reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.lp-reason-card {
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 2.5rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: var(--transition);
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  color: var(--text-color);
}

.lp-reason-card:nth-child(1) {
  animation-delay: 0.2s;
}

.lp-reason-card:nth-child(2) {
  animation-delay: 0.4s;
}

.lp-reason-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.lp-reason-number {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.lp-reason-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--text-color);
  font-weight: 600;
}

.lp-reason-card p {
  color: var(--text-light);
  line-height: 1.8;
}

.lp-reasons-cta {
  text-align: center;
  margin-top: 4rem;
}

.lp-reasons-cta .lp-cta-button {
  font-size: 1.2rem;
  padding: 1.2rem 3rem;
  background-color: #ff4d6d;
  box-shadow: 0 4px 15px rgba(255, 77, 109, 0.3);
}

.lp-reasons-cta .lp-cta-button:hover {
  background-color: #ff3357;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 77, 109, 0.4);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .lp-reasons {
    padding: 4rem 0;
  }

  .lp-reasons-grid {
    gap: 2rem;
  }

  .lp-reason-card {
    padding: 2rem 1.5rem;
  }

  .lp-reasons-cta .lp-cta-button {
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
  }
}

@media (max-width: 576px) {
  .lp-reasons-background {
    background-attachment: scroll;
  }

  .lp-reason-card h3 {
    font-size: 1.2rem;
  }

  .lp-reasons-cta .lp-cta-button {
    width: 90%;
    max-width: 300px;
  }
}



.lp-reason-card p {
  color: var(--text-light);
}

/* 2x2グリッドのためのスタイル追加 */
@media (min-width: 769px) {
  .lp-reasons-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .lp-reason-card:nth-child(3) {
    animation-delay: 0.6s;
  }
  
  .lp-reason-card:nth-child(4) {
    animation-delay: 0.8s;
  }
}

/* モバイル表示時は1列に */
@media (max-width: 768px) {
  .lp-reasons-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 実績 */
.lp-achievements {
  background-color: #fff;
  text-align: center;
  padding: 5rem 0;
}

.lp-achievement-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.lp-achievement-card {
  width: 300px;
  margin-bottom: 2rem;
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.lp-achievement-card:nth-child(1) {
  animation-delay: 0.2s;
}

.lp-achievement-card:nth-child(2) {
  animation-delay: 0.4s;
}

.lp-achievement-card:nth-child(3) {
  animation-delay: 0.6s;
}

.lp-achievement-laurel {
  position: relative;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-laurel-left,
.lp-laurel-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  animation: fadeIn 1s ease forwards 0.8s;
}

.lp-laurel-left {
  left: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 200"><path d="M50,10 C30,25 20,45 15,75 M20,20 C35,30 45,45 50,65 M25,30 C38,38 45,50 50,70 M30,40 C40,45 45,55 50,75" stroke="%23d4af37" fill="none" stroke-width="2"/></svg>');
  background-position: right center;
}

.lp-laurel-right {
  right: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 200"><path d="M50,10 C70,25 80,45 85,75 M80,20 C65,30 55,45 50,65 M75,30 C62,38 55,50 50,70 M70,40 C60,45 55,55 50,75" stroke="%23d4af37" fill="none" stroke-width="2"/></svg>');
  background-position: left center;
}

.lp-achievement-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp-achievement-title {
  font-size: 1rem;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 0.5rem;
}

.lp-achievement-number {
  font-size: 4rem;
  font-weight: bold;
  color: #d4af37;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Noto Serif JP", serif;
}

.lp-achievement-unit {
  font-size: 2rem;
  color: #d4af37;
  margin-left: 2px;
}

.lp-achievement-subtitle {
  font-size: 0.9rem;
  color: #666;
  max-width: 250px;
  margin: 0 auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .lp-achievement-container {
    gap: 2rem;
  }

  .lp-achievement-card {
    width: 280px;
  }

  .lp-achievement-number {
    font-size: 3.5rem;
  }

  .lp-achievement-unit {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .lp-achievement-card {
    width: 250px;
  }

  .lp-achievement-number {
    font-size: 3rem;
  }

  .lp-achievement-unit {
    font-size: 1.5rem;
  }
}

/* 実績一覧セクション */
.lp-achievements-section {
  position: relative;
  padding: 5rem 0;
  color: #fff;
  overflow: hidden;
}

.lp-achievements-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://liebold.co.jp/wp/wp-content/uploads/2025/04/Business-Person-in-Bright-Office.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.8);
  z-index: 1;
}

.lp-achievements-section .lp-section-container {
  position: relative;
  z-index: 2;
}

.lp-achievements-section h2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lp-achievements-section h2::after {
  background-color: #fff;
}

.lp-achievements-list {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: var(--border-radius);
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.lp-achievement-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.lp-achievement-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.lp-achievement-category {
  flex: 0 0 30%;
  color: #00a99d;
  font-weight: 600;
  font-size: 18px;
  padding-right: 20px;
}

.lp-achievement-details {
  flex: 0 0 70%;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

/* ホバーエフェクト */
.lp-achievement-item:hover {
  background-color: rgba(0, 169, 157, 0.05);
  transition: background-color 0.3s ease;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .lp-achievements-section {
    padding: 4rem 0;
  }
  
  .lp-achievements-background {
    background-attachment: scroll; /* モバイルでのパフォーマンス向上 */
  }
  
  .lp-achievement-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
  }
  
  .lp-achievement-category {
    flex: 0 0 100%;
    margin-bottom: 8px;
    font-size: 16px;
  }
  
  .lp-achievement-details {
    flex: 0 0 100%;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .lp-achievements-section {
    padding: 3rem 0;
  }
  
  .lp-achievements-list {
    padding: 1.5rem;
  }
}

/* お客様の声セクション */
.lp-testimonials {
  position: relative;
  padding: 5rem 0;
  color: #fff;
  overflow: hidden;
}

.lp-testimonials-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://liebold.co.jp/wp/wp-content/uploads/2025/03/liebold_testinomial-scaled.jpg?height=800&width=1600");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.8);
  z-index: 1;
}

.lp-testimonials .lp-section-container {
  position: relative;
  z-index: 2;
}

.lp-testimonials h2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lp-testimonials h2::after {
  background-color: #fff;
}

.lp-testimonial-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.lp-testimonial {
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  width: calc(50% - 1rem);
  display: flex;
  align-items: center;
  transition: var(--transition);
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  color: var(--text-color);
}

.lp-testimonial:nth-child(1) {
  animation-delay: 0.2s;
}

.lp-testimonial:nth-child(2) {
  animation-delay: 0.4s;
}

.lp-testimonial:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.lp-testimonial-content {
  flex: 1;
}

.lp-testimonial blockquote {
  position: relative;
  padding-left: 2rem;
}

.lp-testimonial blockquote::before {
  content: '"';
  font-size: 4rem;
  color: var(--primary-color);
  opacity: 0.3;
  position: absolute;
  top: -2rem;
  left: -1rem;
  font-family: Georgia, serif;
}

.lp-testimonial p {
  font-style: italic;
  margin-bottom: 1rem;
  color: var(--text-color);
}

.lp-testimonial cite {
  font-weight: 600;
  color: var(--primary-dark);
  font-style: normal;
}

.lp-testimonial img {
  width: 80px;
  height: auto;
  border-radius: var(--border-radius);
  margin-left: 1.5rem;
  transition: transform 0.3s ease;
}

.lp-testimonial:hover img {
  transform: scale(1.1);
}

.lp-testimonials-cta {
  text-align: center;
  margin-top: 3rem;
}

.lp-testimonials-cta .lp-cta-button {
  font-size: 1.2rem;
  padding: 1.2rem 3rem;
  background-color: #ff4d6d;
  box-shadow: 0 4px 15px rgba(255, 77, 109, 0.3);
}

.lp-testimonials-cta .lp-cta-button:hover {
  background-color: #ff3357;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 77, 109, 0.4);
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
  .lp-testimonial {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .lp-testimonials {
    padding: 4rem 0;
  }

  .lp-testimonial {
    padding: 1.5rem;
  }

  .lp-testimonials-cta .lp-cta-button {
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
  }
}

@media (max-width: 576px) {
  .lp-testimonials-background {
    background-attachment: scroll;
  }

  .lp-testimonial {
    flex-direction: column;
  }

  .lp-testimonial img {
    margin: 1.5rem 0 0 0;
  }

  .lp-testimonials-cta .lp-cta-button {
    width: 90%;
    max-width: 300px;
  }
}

/* よくある質問 */
.lp-faq {
  background-color: #fff;
}

.lp-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.lp-faq details {
  background-color: var(--bg-light);
  border-radius: var(--border-radius);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: var(--transition);
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.lp-faq details:nth-child(1) {
  animation-delay: 0.1s;
}

.lp-faq details:nth-child(2) {
  animation-delay: 0.2s;
}

.lp-faq details:nth-child(3) {
  animation-delay: 0.3s;
}

.lp-faq details:nth-child(4) {
  animation-delay: 0.4s;
}

.lp-faq details:nth-child(5) {
  animation-delay: 0.5s;
}

.lp-faq summary {
  font-weight: 600;
  cursor: pointer;
  padding: 1.2rem;
  position: relative;
  outline: none;
  transition: var(--transition);
}

.lp-faq summary:hover {
  background-color: rgba(103, 192, 184, 0.1);
}

.lp-faq summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.lp-faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.lp-faq details[open] summary {
  background-color: var(--primary-color);
  color: #fff;
}

.lp-faq details p {
  padding: 1.5rem;
  margin: 0;
  line-height: 1.8;
  color: var(--text-light);
}

/* お問い合わせ */
.lp-contact {
  background-color: #f9f9f9;
  text-align: center;
}

.lp-contact-lead {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  color: var(--text-light);
}

.lp-contact-button-container {
  margin-top: 2rem;
}

/* レスポンシブデザイン */
@media (max-width: 992px) {
  .lp-container h2 {
    font-size: 2.2rem;
  }

  .lp-hero h1 {
    font-size: 3rem;
  }

  .company-name {
    font-size: 3.5rem;
  }

  .lp-hero-subtitle {
    font-size: 1.3rem;
  }

  .lp-testimonial {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .lp-container section {
    padding: 4rem 0;
  }

  .lp-hero {
    height: auto;
    min-height: 500px;
  }

  .lp-hero h1 {
    font-size: 2.5rem;
  }

  .company-name {
    font-size: 3rem;
  }

  .lp-hero-subtitle {
    font-size: 1.1rem;
  }

  .lp-achievement-container {
    gap: 4rem;
  }

  .lp-testimonial {
    flex-direction: column;
  }

  .lp-testimonial img {
    margin: 1.5rem 0 0 0;
  }
}

@media (max-width: 576px) {
  .lp-container h2 {
    font-size: 1.8rem;
  }

  .lp-hero h1 {
    font-size: 2rem;
  }

  .company-name {
    font-size: 2.5rem;
  }

  .lp-hero-subtitle {
    font-size: 1rem;
  }

  .lp-cta-button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

/* ワークフローセクションのスタイル */
.lp-workflow {
    padding: 80px 0;
    background-color: #f9f9f9;
    position: relative;
}

.lp-workflow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0));
}

.lp-workflow h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 32px;
    color: #333;
    position: relative;
}

.lp-workflow h2:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #00a99d;
    margin: 15px auto 0;
}

.lp-workflow-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lp-workflow-step {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    margin: 0 10px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-workflow-icon {
    margin-bottom: 25px;
    position: relative; /* アイコン全体を相対位置に */
}

.lp-workflow-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 169, 157, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-workflow-step:hover .lp-workflow-circle {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 169, 157, 0.25);
}

.lp-workflow-circle svg {
    width: 50px;
    height: 50px;
    stroke: #00a99d;
    transition: transform 0.3s ease;
}

.lp-workflow-step:hover .lp-workflow-circle svg {
    transform: scale(1.1);
}

/* 番号を左上に配置 */
.lp-workflow-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    background-color: #00a99d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 3px 8px rgba(0, 169, 157, 0.3);
}

.lp-workflow-arrow {
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 60px;
}

.lp-workflow-arrow svg {
    width: 40px;
    height: 40px;
    stroke: #00a99d;
}

.lp-workflow-step h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #00a99d;
    font-weight: bold;
    line-height: 1.4;
}

.lp-workflow-step p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* タブレット用レスポンシブ対応 */
@media (max-width: 1024px) {
    .lp-workflow {
        padding: 60px 0;
    }
    
    .lp-workflow-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .lp-workflow-step {
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
        margin-bottom: 40px;
    }
    
    .lp-workflow-arrow {
        display: none;
    }
}

/* モバイル用レスポンシブ対応 */
@media (max-width: 768px) {
    .lp-workflow {
        padding: 50px 0;
    }
    
    .lp-workflow h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .lp-workflow-container {
        flex-direction: column;
        align-items: center;
    }
    
    .lp-workflow-step {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
        position: relative;
    }
    
    .lp-workflow-circle {
        width: 100px;
        height: 100px;
    }
    
    .lp-workflow-circle svg {
        width: 40px;
        height: 40px;
    }
    
    .lp-workflow-number {
        width: 35px;
        height: 35px;
        font-size: 20px;
        top: -8px;
        left: -8px;
    }
    
    .lp-workflow-step h3 {
        font-size: 18px;
    }
    
    .lp-workflow-step p {
        font-size: 14px;
        max-width: 300px;
        margin: 0 auto;
    }
    
    /* モバイルでは下向き矢印を表示 */
    .lp-workflow-step:not(:last-child):after {
        content: "↓";
        display: block;
        font-size: 24px;
        color: #00a99d;
        margin: 20px 0;
        font-weight: bold;
    }
}

/* 小型モバイル用 */
@media (max-width: 480px) {
    .lp-workflow {
        padding: 40px 0;
    }
    
    .lp-workflow h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .lp-workflow-circle {
        width: 80px;
        height: 80px;
    }
    
    .lp-workflow-circle svg {
        width: 30px;
        height: 30px;
    }
    
    .lp-workflow-number {
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: -5px;
        left: -5px;
    }
    
    .lp-workflow-step h3 {
        font-size: 16px;
    }
    
    .lp-workflow-step p {
        font-size: 13px;
    }
}