@charset "UTF-8";
@import "./base.css";
@import "./fonts.css";
@import "./style_sp.css";
@font-face {
  font-family: 'HuiFontP';
  src: url(../fonts/HuiFontP.eot);
  src: url(../fonts/HuiFontP.eot);
  src: url(../fonts/HuiFontP.eot) format('embedded-opentype'), url(../fonts/HuiFontP.woff2) format('woff2'), url(../fonts/HuiFontP.woff) format('woff'), url(../fonts/HuiFontP.ttf) format('truetype'), url(../images/HuiFontP.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
h1 {}
/* Header内で設定 */
h2 {}
h3 {}
h4 {}
a {
  color: #195CB1;
}
a:hover, a:active {
  color: #195CB1;
  text-decoration: none;
}
a:visited {}
ul {}
li {}
dl {}
dt {}
dd {}
table {
  width: 100%
}
th, td {}
th {}
td {}
p {
  margin: 0 0 2em;
}
p, dd, td, th, li {
  line-height: 2em;
}
.section {
  padding: 0 0 55px 0;
}
.section .section {
  padding: 0 0 35px;
}
.image_l {
  float: left;
  margin: 0 30px 20px 0;
}
.image_r {
  float: right;
  margin: 0 0 20px 20px;
}
* {
  box-sizing: border-box;
}
#toTop {
  border: none;
  bottom: 40px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 0px;
  text-decoration: none;
  
 
  transition: all 0.3s linear;
  text-align: center;
  z-index: 99;
  margin-bottom: 0px;
  text-indent: -9999px;
  display: block;
}
.box_contact_pc_fix {
  transition: all 0.3s linear;
  z-index: 99;
  position: fixed;
}
#toTop {
  background: url(../images/to_top.png) no-repeat center top/80px;
  width: 80px;
  height: 72px;
}
#toTop a {
  display: block;
  width: 80px;
  height: 72px;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}
.box_contact_pc_fix {
  position: fixed;
  /* top: 90px; */
  top: 151px;
  right: 32px;
  z-index: 999;
  transition: all 0.3s linear;
}
.under .box_contact_pc_fix {
  z-index: 9999;
}
.box_contact_pc_fix li {
  width: 90px;
  height: 90px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.box_contact_pc_fix li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  padding-bottom: 3px;
  position: relative;
}
.box_contact_pc_fix li a:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  right: 5px;
  bottom: 5px;
}
.box_contact_pc_fix li:nth-child(1) {
  background: url(../images/icon_tel.png) #00afa2 no-repeat top 15px center/36px;
}
.box_contact_pc_fix li:nth-child(2) {
  background: url(../images/icon_sika.png) #00afa2 no-repeat top 17px center/40px;
}
.box_contact_pc_fix li:nth-child(3) {
  background: url(../images/icon_contact.png) #c3a452 no-repeat top 15px center/45px;
}
.box_contact_pc_fix li:nth-child(4) {
  background: url(../images/icon_point.png) #c3a452 no-repeat top 13px center/42px;
}
.box_contact_pc_fix li:nth-child(3) a, .box_contact_pc_fix li:nth-child(4) a {
  color: #3e1d0b;
}
.box_contact_pc_fix li:nth-child(3) a:before, .box_contact_pc_fix li:nth-child(4) a:before {
  background: #3e1d0b;
}
/* add
------------------------------------------------------------------------*/
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}
body {
  color: #404040;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#wrapper {
  min-width: 1260px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#top {
  margin-bottom: 0px;
  position: absolute;
  left: 85px;
  top: 23px;
}
#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}
#header.active {
  height: 88px;
  position: fixed;
  margin: 0 auto;
  transition: all 0.05s linear;
  top: 0;
}
/* WORDPRESS CSS */
.customize-support #header.active {
  top: 32px;
}
#header > .inner {
  width: 100%;
}
#header_t {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.header_l {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 340px;
  flex-shrink: 0;
  margin-left: 15px;
  margin-bottom: 0px;
}
.header_l > span {
  width: 110px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px #c3a452 solid;
  color: #3e1d0b;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 5px;
  border-radius: 3px;
  padding-top: 2px;
}
.header_l > span:nth-child(n+4) {
  margin-bottom: 0px;
}
/*==========================================================================*/
/*                               TOPINFO                                    */
/*==========================================================================*/
#index #top_info {
  background: url(../images/main01.png) no-repeat center top/cover;
  height: 980px;
  padding-top: 163px;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}
#index #top_info .inner {
  position: relative;
  height: 100%;
}
#slider01 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
#slider01 li {
  height: 980px;
  overflow: hidden;
}
#slider01 li img {
  width: auto;
  min-width: 110%;
  /*height: 100%;*/
  height: 100vh;
  object-fit: cover;
}
#slider01 li img.zoom {
  -webkit-animation: mvslideAnime 15s;
  animation: mvslideAnime 15s;
  animation-timing-function: linear;
}
@-webkit-keyframes mvslideAnime {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
  100% {
    -webkit-transform: translate(-100px);
    transform: translate(-100px);
  }
}
@keyframes mvslideAnime {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px);
  }
  100% {
    -webkit-transform: translate(-100px);
    transform: translate(-100px);
  }
}
.t2_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding-top: 218px;
}
.t2_01 .lg {
  font-size: 61px;
  font-weight: 400;
}
.t2_01 .lg > span {
  font-family: 'HuiFontP';
  font-size: 71px;
  border: 2px #fff solid;
  font-weight: normal;
  letter-spacing: 7px;
  padding: 1px 11px 14px 17px;
  position: relative;
  margin: 0 10px 0 -20px;
}
.t2_01 .sm {
  font-size: 23px;
  margin-top: 34px;
}
.box_logo {
  width: 950px;
  height: 87px;
  display: flex;
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  bottom: 40px;
  right: 0;
}
.box_logo > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 100px;
}
.box_logo > li:nth-child(1) {}
.box_logo > li p {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 0px;
  letter-spacing: 0.2px;
}
.box_logo > li p:nth-child(1) {
  margin-right: 25px;
}
.sroll {
  position: absolute;
  bottom: -25px;
  left: 0;
  margin-bottom: 0px;
  transition: all 0.3s linear;
}
.sroll > span {
  position: relative;
  top: 0;
}
.sroll a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 145px;
  transition: all 0.3s linear;
}
.sroll a > span {
  top: -17px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.sroll:before, .sroll:after {
  left: calc(50% - 1px);
  bottom: 0px;
  width: 2px;
  position: absolute;
  content: "";
  transition: height 0.3s linear
}
.sroll:before {
  height: 125px;
  background: #6ac6c2;
  z-index: 1;
}
.sroll:after {
  height: 50px;
  background: #000;
  z-index: 2;
  visibility: visible;
  overflow: visible;
}
/*==========================================================================*/
/*                               gnavi                                   */
/*==========================================================================*/
#gnavi {
  display: flex;
  align-items: center;
  /* width: 1240px; */
  width: 1340px;
  margin: 0 auto;
  padding: 50px 30px 0 165px;
}
#gnavi > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#gnavi > ul > li {
  text-align: center;
  transition: all 0.3s linear;
  flex: auto;
  position: relative;
  /*padding-top: 10px;*/
  padding-top: 5px;
}
#gnavi > ul > li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: all 0.3s linear;
  bottom: 23px;
  z-index: 9;
}
#gnavi > ul > li > a.bnr_gnav {
  padding: 10px;
}
#gnavi > ul > li > a.bnr_gnav::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 51%, rgba(255, 255, 255, 0.5) 100%);
  
}
#gnavi > ul > li > a.bnr_gnav:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.2s;
}
#gnavi > ul > li > a.bnr_gnav:hover:before {
  width: 0%;
}
#gnavi > ul > li > a:hover:before {
  width: 100%;
}
#gnavi > ul > li.sub01 > a {
  cursor: default;
  position: relative;
}
#gnavi > ul > li > a {
  white-space: nowrap;
  position: relative;
  padding-top: 10px;
}
#gnavi li a {
  text-decoration: none;
  color: #040404;
  font-weight: 300;
  font-size: 16px;
}
#gnavi > ul > li > a {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  line-height: 1.68;
  color: #404040;
  transition: all 0.3s;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2px;
  padding-bottom: 30px;
  font-weight: 500;
}
#gnavi > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
}
#gnavi > ul > li > ul {
  width: 100%;
  padding: 15px 30px 30px;
}
#gnavi > ul > li > ul > li {
  width: 100%;
}
#gnavi > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px #d9d9d9 solid;
  font-weight: 500;
  padding: 8px 0 8px;
}
@-webkit-keyframes scrolltop {
  0% {
    transform: translateY(-130px);
    
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes scrolltop {
  0% {
    transform: translateY(-90px);
    
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrolltop {
  0% {
    transform: translateY(-90px);
    transform-origin: center;
    
    transition: ease-in-out;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*==========================================================================*/
/*                               box01                                   */
/*==========================================================================*/
#box01 {
  padding: 80px 0 81px;
  margin-bottom: 157px;
}
#box01 .inner {
  width: 100%;
  padding: 0 85px 0 165px;
}
.box01_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.box01_list > li:nth-child(1) {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding-top: 40px;
  position: relative;
  order: 2;
}
.box01_list > li:nth-child(1) .box01_list_news {
  display: flex;
  flex-shrink: 0;
  /*padding-top: 40px;*/
  position: relative;
  width: 100%;
}
.index_bnr_ins {
  margin-top: 200px;
}
.box01_list > li:nth-child(1) .index_btn01 {
  position: absolute;
  left: 210px;
  bottom: -85px;
}
.box01_list > li:nth-child(1) .index_btn02 {
  position: absolute;
  left: 0px;
  bottom: -200px;
  width: 100%;
}
.box01_list > li:nth-child(1) .index_btn02 a {
  width: 100%;
  max-width: 580px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px #00561f solid;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all 0.3s linear;
}
.box01_list > li:nth-child(1) .index_btn02 a::before {
  position: absolute;
  content: "";
  background: url(../images/arr01.png) no-repeat right center/28px;
  width: 28px;
  height: 6px;
  right: 10px;
  top: calc(50% - 3px);
  transition: all 0.3s linear;
}
.box01_list > li:nth-child(1) .index_btn02 a:hover {
  background-color: #00561f;
  color: #fff;
}
.box01_list > li:nth-child(1) .index_btn02 a:hover:before {
  background: url(../images/arr01_w.png) no-repeat right center/28px;
}
.box01_list > li:nth-child(2) {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  padding-top: 20px;
  padding-right: 97px;
  margin-right: 80px;
}
.box01_list > li:nth-child(2):before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 223px;
  background: #e5e5e5;
  z-index: -1;
}
.box_news_list {
  margin-left: 37px;
  width: 490px;
}
.box_news > dl {
  display: flex;
  margin-bottom: 14px;
}
.box_news > dl > dt {
  letter-spacing: 1px;
  margin-right: 40px;
  font-weight: 700;
  font-size: 18px;
}
.box_news > dl > dd {
  width: calc(100% - 130px);
  display: inline-block;
}
.box_news > dl > dd > a {
  color: #404040;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  display: block;
}
.box_news > dl > dd > a, .box_event_date > span, .box07_tt, .box07_date span, .works_tt .lg, .works_tt .sm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_event {
  display: flex;
}
.box_event > li {
  width: 246px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 32px 15px;
  border: 2px #d9d9d9 solid;
}
.box_event > li .index_btn01 a {
  margin: 0 auto;
}
.box_event > li:not(:last-child) {
  margin-right: 15px;
}
.view_more {
  position: absolute;
  margin-bottom: 0px;
  right: 30px;
  top: 202px;
  transition: all 0.3s linear;
}
.box_event_tt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  height: 70px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.box_event_tt, .box_event_date {
  text-align: center;
  line-height: 1.7;
}
.box_event_date {
  letter-spacing: -0.3px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box_event_date > span, .box07_tt {
  display: block;
  width: 100%;
}
.box_event_img {
  width: 215px;
  height: 137px;
}
.box_event_img a {
  margin-bottom: 16px;
  width: 100%;
  height: 100%;
  background: #efefef;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.box_event_img a img, .box07_img a img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.index_btn01 {
  margin-bottom: 0px;
  margin-top: auto;
}
/*==========================================================================*/
/*                               box02                                   */
/*==========================================================================*/
#box02 {
  margin-bottom: 71px;
}
#box02 .t4_tt01 {
  margin-bottom: 0px;
}
#box02 .tt_lg_01 {
  position: relative;
  top: -5px;
  margin-bottom: 30px;
}
#box02 .inner {
  width: 100%;
}
.box02_list {
  display: flex;
}
.box02_list li {
  width: 50%;
}
.box02_list li:nth-child(1) {
  height: 880px;
  position: relative;
}
.box02_img {
  display: block;
}
.box02_img {
  position: absolute;
  overflow: hidden;
}
.box02_img_l span.box02_img:nth-child(1) img {}
.box02_img_sub02 {
  width: 460px;
  margin: 0 auto;
}
.box02_img_sub01 {
  right: 30px;
  top: 0;
}
.box02_img_sub02 {
  left: 180px;
  bottom: 8px;
  margin: 0 auto;
}
.box02_list li:nth-child(2) {
  padding-left: 60px;
  position: relative;
}
.box02_img02, .box02_img_l {
  margin-bottom: 0;
  position: absolute;
}
.box02_img02 {
  right: 0;
  bottom: -175px;
  z-index: -1;
}
.box02_img_r {
  position: absolute;
  right: 0;
}
.box02_img_sub01_r {
  right: 0;
  bottom: -22px;
}
.box02_img_sub02_r {
  right: 322px;
  bottom: -180px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  width: 312px;
}
.box02_img02 {
  position: relative;
  opacity: 0.2;
}
.box02_img01 {
  height: 607px;
}
.box02_img_l {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
#box02 .t4_tt01_lg {
  position: relative;
  left: -211px;
  top: -25px;
  z-index: 9;
}
.tt_lg_01 {
  font-size: 40px;
  font-weight: 500;
  color: #6ac6c2;
  line-height: 1.65;
  letter-spacing: -1.6px;
  margin-bottom: 45px;
  position: relative;
}
.tt_lg_01 > span.box03_sm {
  font-size: 12px;
  position: absolute;
  bottom: 50px;
  left: 295px;
}
.tt_lg_01 > span.line {
  position: relative;
  z-index: 1;
}
.tt_lg_01 > span.line:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 18px;
  background: #fff799;
  left: 0;
  bottom: -1px;
  z-index: -1;
  transition: width .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.box03_img {
  padding-top: 0px;
}
.active .tt_lg_01 > span.line:before {
  width: 100%;
}
.box02_txt {
  width: 555px;
  font-weight: 500;
}
/*==========================================================================*/
/*                               box03                                   */
/*==========================================================================*/
#box03 {
  margin-bottom: 190px;
}
.box03_img {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 4px;
}
.box03_list {
  display: flex;
}
.box03_list > li:nth-child(1) {
  width: 576px;
  flex-shrink: 0;
  margin-right: 80px;
}
.box_btn {
  display: flex;
  justify-content: space-between;
}
.box_btn > li {
  width: 280px;
}
.box_btn > li a {
  width: 100%;
}
.box_btn > li:nth-child(2) a {
  letter-spacing: -1px;
}
.box_btn > li:nth-child(1) a {
  letter-spacing: 1.1px;
}
.box03_txt {
  font-weight: 500;
  position: relative;
  top: -10px;
  margin-bottom: 35px;
}
.box_chart {
  width: 1200px;
  height: 710px;
  position: relative;
  margin-top: 73px;
  margin-bottom: 10px;
}
.box_chart > ul {
  width: 860px;
  height: 500px;
}
.box_chart > ul > li {
  width: 415px;
  z-index: 3;
  padding: 20px;
}
.box_chart > ul > li, .box_chart_tt {
  display: flex;
  /*flex-direction: column;*/
}
.box_chart_tt {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
}
.box_chart_tt > span {
  width: 100%;
}
.box_chart_tt > span:nth-child(1) {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0px;
}
.box_chart_round {
  width: 256px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  background: url(../images/logo_w.png) #404040 no-repeat center top 20px/154px;
  color: #fff;
  padding-top: 80px;
  line-height: 1.8;
  position: relative;
  left: 0;
  right: 0;
  top: 340px;
  margin: 0 auto;
  z-index: 4;
  
  transition: all 0.3s linear;
  transition-delay: 0.7s;
}
.active .box_chart_round {
  opacity: 1;
}
.box_chart_tt {
  margin-bottom: 5px;
  text-align: center;
  padding-top: 65px;
  width: 25%;
  justify-content: center;
  flex-wrap: wrap;
}
.line_double {
  position: absolute;
}
.line_l, .line_l:before, .line_r, .line_r:before {
  width: 0px;
  height: 0px;
  border-top: 1px #4b4b4b dashed;
  transition: all 0.5s linear;
  transition-delay: 1s;
}
.active .line_l, .active .line_l:before, .active .line_r, .active .line_r:before {
  width: 230px;
  height: 270px;
}
.line_l, .line_l:before {
  border-left: 1px #4b4b4b dashed;
}
.line_r, .line_r:before {
  border-right: 1px #4b4b4b dashed;
}
.line_l:before, .line_r:before {
  position: absolute;
  content: "";
}
.line_l:before {
  left: 16px;
  top: 16px;
}
.line_r:before {
  right: 16px;
  top: 16px;
}
.line_l, .line_r {
  overflow: hidden;
  top: 180px;
}
.line_l {
  left: 170px;
}
.line_r {
  right: 170px;
}
.line_ver {
  width: 0px;
  height: 18px;
  border-top: 1px #4b4b4b dashed;
  border-bottom: 1px #4b4b4b dashed;
  left: 0;
  right: 0;
  bottom: 36px;
  margin: 0 auto;
  transition: all 0.5s linear;
  transition-delay: 1s;
}
.active .line_ver {
  width: 423px;
}
.box_chart > ul {
  left: 0;
  right: 0;
  top: 185px;
  margin: 0 auto;
  z-index: 1;
}
.box_chart > ul, .box_chart > ul > li, .line_ver {
  position: absolute;
}
.box_chart > ul > li {
  background: #fff;
  padding: 25px;
}
.active .box_chart > ul > li {}
.box_chart > ul > li:nth-child(1) {
  top: -214px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fade01 {
  
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.active .fade01 {
  opacity: 1;
  transform: translateY(0px);
}
.box_chart > ul > li:nth-child(2) {
  bottom: -73px;
  left: -200px;
}
.box_chart > ul > li:nth-child(3) {
  bottom: -73px;
  right: -200px;
}
.box_chart > ul > li:nth-child(3) .box_chart_st01 {
  letter-spacing: -1px;
}
.box_chart > ul > li:nth-child(1) .box_chart_tt {
  background: url(../images/index_icon_01.png) no-repeat center top/76px;
  background-size: 60px;
}
.box_chart > ul > li:nth-child(2) .box_chart_tt {
  background: url(../images/index_icon_03.png) no-repeat center top/76px;
  background-size: 60px;
  letter-spacing: -1px;
}
.box_chart > ul > li:nth-child(3) .box_chart_tt {
  background: url(../images/index_icon_02.png) no-repeat center top/76px;
  background-size: 60px;
  letter-spacing: -1px;
}
.box_chart_st01 {
  width: 365px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #6ac6c2 solid;
  color: #6ac6c2;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  background: #fff;
  line-height: 1.5;
}
.arr_chart {
  position: absolute;
  
  transition: all 0.3s linear;
  transition-delay: 1.3s;
}
.active .arr_chart {
  opacity: 1;
}
.active .arr_t {
  top: -70px;
}
.arr_t {
  background: url(../images/arr_01.png) no-repeat center top/27px;
  width: 27px;
  height: 48px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.arr_l {
  background: url(../images/arr_03.png) no-repeat center top/36px;
  width: 36px;
  height: 32px;
  left: 40px;
  bottom: 50px;
}
.active .arr_l {
  left: -45px;
  bottom: -10px;
}
.arr_r {
  background: url(../images/arr_02.png) no-repeat center top/36px;
  width: 36px;
  height: 32px;
  right: 40px;
  bottom: 50px;
}
.active .arr_r {
  right: -45px;
  bottom: -10px;
}
.page-top #box04 .box_chart ul.chart_tri {
  width: 45%;
  justify-content: space-between;
}
.page-top #box04 .box_chart > ul.chart_tri > li {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  display: block;
  padding-top: 90px;
  text-align: center;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-top #box04 .box_chart > ul.chart_tri > li:first-child {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.page-top #box04 .box_chart > ul.chart_tri > li:first-child:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100px;
  background: #000;
  transform: rotate(40deg);
  bottom: 0px;
  left: 165px;
}
.page-top #box04 .box_chart > ul.chart_tri > li:first-child:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100px;
  background: #000;
  transform: rotate(-40deg);
  bottom: 0px;
  right: 165px;
}
.page-top #box04 .box_chart > ul.chart_tri > li:nth-child(2):before {
  position: absolute;
  content: '';
  width: 150px;
  height: 1px;
  background: #000;
  bottom: 100px;
  left: 83%;
}
.page-top #box04 .box_chart > ul.chart_tri > li {
  width: 40%;
}
.box_chart > ul.chart_tri > li:nth-child(1) {
  background: url(../images/index_icon_01.png) no-repeat center top/76px;
}
.box_chart > ul.chart_tri > li:nth-child(2) {
  background: url(../images/index_icon_03.png) no-repeat center top/76px;
  letter-spacing: -1px;
}
.box_chart > ul.chart_tri > li:nth-child(3) {
  background: url(../images/index_icon_02.png) no-repeat center top/76px;
  letter-spacing: -1px;
}
.box_chart > ul.chart_tri > li > span {
  display: block;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0px;
  width: 100%;
}
/*==========================================================================*/
/*                                 box04                                    */
/*==========================================================================*/
#box04 {
  margin-bottom: 160px;
}
#slider02 {
  overflow: hidden;
  margin-bottom: 14px;
  margin-top: 70px;
}
#slider02 .slick-track {
  width: 2600px;
  left: -134px;
}
#slider02 .slick-slide {
  margin: 40px 48px;
  position: relative;
  width: 780px;
}
#slider02 .slick-list {
  padding-top: 20px;
}
#slider02 .slider02_sub {
  width: 780px !important;
  margin: 0 80px 0 0;
}
#slider022 {
  overflow: hidden;
  margin-bottom: 14px;
  margin-top: 70px;
}
#slider022 .slick-track {
  width: 2600px;
  left: -134px;
}
#slider022 .slick-slide {
  margin: 40px 48px;
  position: relative;
  width: 780px;
}
#slider022 .slick-list {
  padding-top: 20px;
}
#slider022 .slider02_sub {
  width: 780px !important;
  margin: 0 80px 0 0;
}
#slider02 .slick-prev, #slider02 .slick-next, #slider022 .slick-prev, #slider022 .slick-next, #slider04 .slick-next, #slider04 .slick-prev {
  position: absolute;
  z-index: 99;
  bottom: 60px;
  margin: 0 auto;
  border-width: 0;
  background: none;
  cursor: pointer;
  text-indent: 9999999px;
  height: 49px;
  outline: none;
  width: 28px;
  transition: all 0.3s linear;
  top: calc(50% - 24px);
}
#slider02 .slick-prev, #slider022 .slick-prev, #slider04 .slick-prev {
  left: 90px;
  right: auto;
  background: url(../images/prev01.png) no-repeat left center/28px;
}
#slider02 .slick-next, #slider022 .slick-next, #slider04 .slick-next {
  right: 90px;
  left: auto;
  background: url(../images/next01.png) no-repeat right center/28px;
}
.works_tt {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  top: -36px;
  left: -40px;
  padding: 15px 60px 17px 0;
  width: 390px;
}
.works_tt .lg {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 3px;
  padding-left: 25px;
  border-bottom: 1px #333 solid;
  letter-spacing: 2.3px;
}
.works_tt .sm {
  padding-left: 25px;
  letter-spacing: 1.7px;
}
.works_tt .lg, .works_tt .sm {
  width: 100%;
  display: block;
}
.works_img {
  margin-bottom: 0px;
}
.page-top #box04 h5 {
  text-align: center;
  line-height: 2.3;
  margin-top: 10px;
}
.page-top #box04 .box_chart {
  margin-top: 15px;
  height: auto;
  display: flex;
  align-items: center;
}
.page-top #box04 .box_chart ul {
  position: unset;
  height: auto;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-top #box04 .box_chart ul li {
  /*border: 1px solid #ddd;*/
  box-sizing: border-box;
  margin: 0 15px;
  position: unset;
  padding: 5px 0px;
  /*width: calc((100% - 0px) / 3);*/
  width: 100%;
  display: flex;
  align-items: center;
}
.page-top #box04 .box_chart ul li .box_chart_st01 {
  margin-bottom: 0;
  width: calc(50% - 30px);
  height: 95px;
}
.page-top #box04 .box_chart ul li .box_chart_tt {
  font-size: 16px;
}
.page-top #box02 .t4_tt01_lg {
  left: 0px;
}
/*==========================================================================*/
/*                               box05                                      */
/*==========================================================================*/
#box05 {
  margin-bottom: 160px;
}
#box05 .inner {
  width: 100%;
}
#box05 li a {
  text-decoration: none;
  color: #404040;
  outline: none;
}
#box05 li a .works_img {
  overflow: hidden;
  height: 580px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
}
#box05 li a .works_img img {
  transform: scale(1);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
}
#slider02 .slick-slide {
  outline: none;
}
#slider022 .slick-slide {
  outline: none;
}
.page-top #slider02 .slick-track {
  left: 0;
}
.page-top #slider02 .slick-slide {
  width: auto;
}
.page-top #slider02 .slick-slide {
  margin: 20px 20px;
}
.page-top #box05 li a .works_img {
  /*height: 400px;*/
  height: 250px;
}
.page-top .works_tt {
  left: -20px;
}
/*==========================================================================*/
/*                                   box06                                  */
/*==========================================================================*/
#box06 {
  margin-bottom: 160px;
}
#box06 .inner {
  width: 100%;
  position: relative;
}
#box06 .t4_tt01_co .en {
  margin-bottom: 10px;
}
#slider03 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
#slider03 .slick-slide {
  margin: 0px;
  position: relative;
}
#slider03 .slick-list {
  padding-top: 20px;
}
#slider03 .slider02_sub {
  width: 100% !important;
  margin: 0 80px 0 0;
}
#slider03 .slick-prev, #slider03 .slick-next {
  position: absolute;
  z-index: 99;
  bottom: 60px;
  margin: 0 auto;
  border-width: 0;
  background: none;
  cursor: pointer;
  text-indent: 9999999px;
  height: 49px;
  outline: none;
  width: 28px;
  transition: all 0.3s linear;
  top: calc(50% - 25px);
}
#slider03 .slick-prev {
  left: 90px;
  right: auto;
  background: url(../images/prev02.png) no-repeat left center/28px;
}
#slider03 .slick-next {
  right: 90px;
  left: auto;
  background: url(../images/next02.png) no-repeat right center/28px;
}
/* SLICK */
#slider03 .slide_list li {
  /*position: absolute;
    top: 0%;
    right: 0;*/
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  transform: translateX(0);
  transform-origin: center;
  object-fit: cover;
}
/*#slider03 .slick-current li, #slider03 .animating li {
    animation: slide_move linear 7s forwards;
}
#slider03 .slick-next #slider03 .slick-slide li {
    cursor: pointer;
}*/
/* Z-index */
/*#slider03 .slick-track .slick-slide:first-child {
    z-index: 997 !important
}
#slider03 .slick-track .slick-slide.slick-current:first-child {
    z-index: 999 !important
}
#slider03 .animating {
    z-index: 998!important;
}
#slider03 .slick-current + .slick-slide {
    z-index: 1000 !important
}
#slider03 .slick-slide {
    opacity: 1 !important;
    z-index: 1;
}
@keyframes slide_move {
    0% {
        transform: translate3d(100vw, 0, 0);
    }
    91% {
        transform: translate3d(100vw, 0, 0);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        z-index: 0;
        visibility: visible;
        opacity: 1;
    }
}
*/
.flow_img, .flow_tt {
  margin-bottom: 0px;
}
.flow_tt {
  position: absolute;
  top: 0;
  width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-top: 25px;
}
.flow_tt .en {
  font-family: 'League Script', cursive;
  font-size: 60px;
  letter-spacing: 8px;
  margin-bottom: 30px;
}
.flow_tt .jp {
  /*font-size: 40px;*/
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.time_line {
  display: flex;
  width: 1102px;
  margin: 60px auto 31px;
  position: relative;
}
.time_line:before {}
.time_line:before, .line_play span:before {
  position: absolute;
  content: "";
}
.line_play {
  position: absolute;
  width: 1102px;
  height: 50px;
  left: 0;
  right: 0;
  top: 208px;
  margin: 0 auto;
  z-index: 9;
}
.line_play span:before {
  width: 0%;
  height: 70px;
  left: 0;
  bottom: -71px;
  border-top: 1px #333 solid;
  border-right: 1px #333 solid;
}
.active .line_play span:before {
  width: 100%;
  animation: play_animation 90s;
  transition: width 3s linear;
}
@-webkit-keyframes play_animation {
  0% {
    width: 0%;
    transition: linear;
  }
  100% {
    width: 100%;
    transition: linear;
  }
}
.time_line > li {
  color: #ccc;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  letter-spacing: 0.5px;
}
.time_line > li.active {
  color: #333;
}
.time_line > li:nth-child(1) {
  width: 180px;
  margin-left: -90px;
}
.time_line > li:nth-child(2) {
  width: 193px;
  left: 15px;
}
.time_line > li:nth-child(3) {
  width: 170px;
  left: 27px;
}
.time_line > li:nth-child(4) {
  width: 147px;
  left: 15px;
}
.time_line > li:nth-child(5) {
  width: 154px;
  left: 30px;
}
.time_line > li:nth-child(6) {
  width: 126px;
  left: 40px;
}
.time_line > li:nth-child(7) {
  width: 132px;
  left: 38px;
}
.time_line > li:nth-child(8) {
  left: 75px;
  background: #fff;
  z-index: 2;
}
.circle_sm {
  position: absolute;
  width: 46px;
  left: -21px;
  bottom: 17px;
  background: #fff;
}
.circle_sm_02 {
  left: -28px;
}
.circle_lg, .circle_sm:before, .circle_sm:after {
  border-radius: 50%;
  border: 1px #ccc solid;
  position: absolute;
}
.circle_sm:before, .circle_sm:after {
  width: 13px;
  height: 13px;
  top: 10px;
  position: absolute;
  content: "";
}
.circle_sm:before {
  left: 0;
}
.circle_sm:after {
  right: 0;
}
.circle_lg {
  width: 36px;
  height: 36px;
  left: 0;
  /*  right: 0; */
  bottom: -18px;
  margin: 0 auto;
  z-index: 2;
  background: #fff;
  transform: translateX(-50%);
}
.active_cr .circle_lg {
  border: 1px #000 solid;
}
.active_cr .title_progress {
  color: #000;
}
/*==========================================================================*/
/*                                   box07                                  */
/*==========================================================================*/
#box07 {
  background: #eef2f1;
  padding-top: 90px;
  padding-bottom: 96px;
}
#box07 .t4_tt01_co {
  margin-bottom: 70px;
}
#box07 .index_btn01.index_btn01_lg a {
  background: #fff;
}
#box07 .t4_tt01_co .en {
  margin-bottom: 22px;
}
#box07 .inner {
  width: 1560px;
}
.box07_list, .box07_list li {
  display: flex;
}
.box07_list {
  justify-content: space-between;
  margin-bottom: 56px;
}
.box07_list li {
  width: 500px;
  padding: 32px 32px 40px;
  background: #fff;
  flex-direction: column;
  align-items: center;
}
.box07_list li:nth-child(2) {
  transition-delay: 0.4s;
}
.box07_list li:nth-child(3) {
  transition-delay: 0.8s;
}
.box07_tt {
  font-size: 30px;
  letter-spacing: 0.2px;
  font-weight: 500;
  margin-bottom: 9px;
}
.box07_date {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.8;
  margin-bottom: 24px;
  width: 100%;
}
.box07_date span {
  width: 100%;
  display: block;
}
.box07_img {
  margin-bottom: 23px;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #efefef;
  overflow: hidden;
}
/*==========================================================================*/
/*                                   box08                                  */
/*==========================================================================*/
#box08 {
  padding-top: 220px;
  margin-bottom: 160px;
}
#box08 .t4_tt01_co {
  margin-bottom: 70px;
}
#box08 .t4_tt01_co .en {
  margin-bottom: 10px;
}
.box08_list, .box08_wrap {
  display: flex;
  align-items: center;
}
.box08_list {
  justify-content: space-between;
}
.box08_list li:nth-child(1) {
  position: relative;
  margin-right: -145px;
  z-index: 2;
}
.box08_list li:nth-child(2) {
  position: relative;
  z-index: 1;
}
.box08_wrap {
  width: 540px;
  height: 279px;
  border: 2px #404040 solid;
  flex-direction: column;
  position: relative;
  background: #fff;
  padding-top: 58px;
}
.box08_wrap:before {
  position: absolute;
  content: "";
  width: calc(100% - 19px);
  height: calc(100% - 19px);
  top: 9px;
  left: 9px;
  border: 1px #404040 solid;
}
.box08_wrap dt, .box08_wrap dd {
  width: 400px;
  margin: 0 auto;
}
.box08_wrap dt {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  font-size: 50px;
  text-align: center;
  margin-bottom: 16px;
  border-bottom: 1px #404040 solid;
  padding-bottom: 29px;
  font-weight: 100;
}
.box08_wrap dt span {
  letter-spacing: 1px;
}
.box08_wrap dt span, .box08_link a {
  color: #00561f;
}
.box08_wrap dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.box08_wrap dd p {
  margin-bottom: 0px;
}
.box08_link a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding-bottom: 60px;
  letter-spacing: 0.5px;
  display: block;
  margin-right: 30px;
  position: relative;
}
.box08_link a, .box08_link a:before {
  width: 78px;
}
.box08_link a:before {
  background: url(../images/arr02.png) no-repeat right center/78px;
  height: 6px;
  bottom: 44px;
  right: 0;
  transition: right 0.3s linear;
}
.box08_link a:before, .box08_link:before {
  position: absolute;
  content: "";
}
.box08_link {
  padding-top: 16px;
  position: relative;
}
.box08_link:before {
  width: 1px;
  height: 90px;
  background: #404040;
  left: -55px;
  top: 0;
}
/*==========================================================================*/
/*                                   box09                                  */
/*==========================================================================*/
#box09 {
  background: url(../images/index_bg_01.png) no-repeat center top/cover fixed;
  height: 320px;
}
/*==========================================================================*/
/*                                   box10                                  */
/*==========================================================================*/
#box10 {
  padding-top: 140px;
  border-bottom: 1px #cccccc solid;
}
#box10 .t4_tt01_co .en {
  margin-bottom: 20px;
}
#box10 .inner {
  position: relative;
}
#box10 .t4_tt01_co {
  left: -190px;
  position: relative;
  margin-bottom: 57px;
}
#box10 .index_btn01.index_btn01_lg {
  margin-bottom: 80px;
}
#box10 .index_btn01.index_btn01_lg a {
  margin-left: 0px;
}
.box10_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.box10_list > li:nth-child(1) {
  width: 650px;
}
.box10_txt p {
  margin-bottom: 35px;
  /* line-height: 2.25;*/
  font-weight: 500;
}
.box10_txt p:nth-child(2) {
  margin-bottom: 17px;
}
.box10_r {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  font-size: 18px;
  letter-spacing: -0.9px;
}
.box10_r span {
  font-size: 32px;
  margin-left: 40px;
  letter-spacing: 2px;
}
.box10_img {
  margin-bottom: 0px;
  position: relative;
}
/*==========================================================================*/
/*                                   box11                                  */
/*==========================================================================*/
#box11 {
  padding-top: 225px;
  padding-bottom: 160px;
}
#box11 .t4_tt01_co .en {
  margin-bottom: 15px;
}
.box11_list {
  display: flex;
  margin-top: 50px;
}
.box11_list > li {
  position: relative;
}
.box11_list > li:nth-child(1) {
  width: 580px;
  margin-right: -80px;
  z-index: 1;
}
.box11_list > li:nth-child(2) {
  width: 700px;
  margin-top: 58px;
  transition-delay: 0.4s;
}
.box_11_l {
  width: 580px;
  height: 384px;
  background: url(../images/index_img_18.png) no-repeat center top/580px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 15px;
}
.box_11_l:before {
  position: absolute;
  content: "";
  width: 472px;
  height: 309px;
  background-color: rgba(255, 255, 255, 0.85);
  left: 0;
  right: 0;
  top: 34px;
  margin: 0 auto;
  z-index: -1;
}
.box_11_l .tel {
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  color: #6ac6c2;
  letter-spacing: 1.3px;
  margin-bottom: 0px;
  background: url(../images/icon_tel.png) no-repeat left center/31px;
  padding-left: 42px;
  line-height: 1.4;
}
.time01 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  line-height: 1.8;
}
.time01 > span {
  width: 86px;
  flex-shrink: 0;
  text-align: justify;
  letter-spacing: 1px;
  margin-right: 6px;
}
.time02 > span {
  letter-spacing: 8px;
}
.btn_con {
  margin-top: 20px;
  margin-bottom: 5px;
}
.btn_con a {
  width: 366px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  background: url(../images/icon_mail.png) #6ac6c2 no-repeat left 17px center/46px;
  font-size: 27px;
  font-weight: 700;
  padding-left: 50px;
}
.box_con_txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.box_11_r {
  width: 100%;
  height: 410px;
  background: #6ac6c2;
  color: #fff;
  padding-left: 130px;
  padding-top: 11px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.box11_tt01 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: -2.5px;
}
.box11_tt01 a {
  color: #fff;
  text-decoration: none;
}
.box11_st01 {
  width: 524px;
  height: 200px;
  background: #fff;
  color: #404040;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  margin-bottom: 20px;
}
.box11_st01 > p {
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 1.6;
}
.box11_st01 > p > span {
  color: #6ac6c2;
  font-size: 33px;
  font-weight: 700;
}
.box11_tt02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
}
.box11_tt02 > span {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px #fff solid;
  padding-bottom: 2px;
}
/*==========================================================================*/
/*                                   box12                                  */
/*==========================================================================*/
#box12 {
  background: url(../images/index_bg_02.png) no-repeat center top/cover fixed;
  height: 320px;
}
/*==========================================================================*/
/*                                   box13                                  */
/*==========================================================================*/
#box13 {
  background: #eef2f1;
  /*height: 580px;
  padding-top: 155px;*/
  padding-top: 115px;
  padding-bottom: 40px;
}
.box13_txt01, .box13_time {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.box13_txt01 {
  line-height: 2.3;
  margin-bottom: 2px;
  margin-top: 20px;
}
.box13_time {
  margin-bottom: 0px;
  line-height: 1.7;
}
.box13_time > span {
  width: 105px;
  display: inline-block;
}
.box13_time02 > span {
  letter-spacing: 9px;
  padding-left: 10px;
}
/*==========================================================================*/
/*                               h2->h5                                 */
/*==========================================================================*/
.t4_tt01, .t3_01 {
  display: flex;
}
.t4_tt01 {
  align-items: center;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 10px;
}
.t4_tt01:before {
  position: absolute;
  content: "";
  width: 1200px;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #404040;
}
.t4_tt01_lg:before {
  display: none;
}
.t4_tt01_lg .jp {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  position: relative;
  padding: 0 32px;
  font-size: 18px;
}
.t4_tt01_lg .jp:before, .t4_tt01_lg .jp:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #666666;
  top: 7px;
}
.t4_tt01_lg .jp:before {
  left: 0;
}
.t4_tt01_lg .jp:after {
  right: 0;
}
.t3_01 {
  flex-direction: column;
}
.t3_01 .en, .t4_tt01 .en {
  font-family: 'League Script', cursive;
  font-size: 70px;
  letter-spacing: 8px;
  color: #404040;
}
.t3_01 .jp, .t4_tt01 .jp {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
}
.t4_tt01_lg .en {
  font-size: 90px;
  margin-right: 25px;
  color: #b2b2b2;
}
.t4_tt01_lg .jp {
  font-size: 18px;
  flex-shrink: 0;
}
.t4_tt01_co {
  flex-direction: column;
}
.t4_tt01_co .en {
  font-size: 70px;
  margin-bottom: 20px;
}
.t4_tt01_co .jp {
  font-size: 18px;
  letter-spacing: 0.7px;
  padding: 0 35px;
}
.t4_tt01_co .jp:before, .t4_tt01_co .jp:after {
  width: 20px;
}
/*==========================================================================*/
/*                               BUTTON                                 */
/*==========================================================================*/
.index_btn01 a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px #00561f solid;
  color: #00561f;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all 0.3s linear;
}
.index_btn01 a:before {
  position: absolute;
  content: "";
  background: url(../images/arr01.png) no-repeat right center/28px;
  width: 28px;
  height: 6px;
  right: 10px;
  top: calc(50% - 3px);
  transition: all 0.3s linear;
}
.index_btn01.index_btn01_lg a {
  width: 280px;
  margin: 0 auto;
}
/*==========================================================================*/
/*                               footer                                   */
/*==========================================================================*/
.under #footer {
  margin-top: 120px;
}
.ft_link > .inner > ul {
  padding-top: 65px;
}
.ft_link > .inner > ul:nth-child(1) .ft_tt:nth-child(1) {
  margin-bottom: 35px;
}
.ft_link > .inner > ul:not(:nth-child(1)) {
  padding-top: 137px;
}
.ft_link > .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.ft_link a {
  color: #404040;
  text-decoration: none;
  position: relative;
}
.ft_link a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #333;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
  left: 0;
}
.ft_link a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
.ft_link .ft_tt {
  margin-bottom: 8px;
}
.ft_link .ft_tt, .ft_link .ft_tt a {
  font-size: 18px;
  font-weight: 500;
}
.ft_link ul li:not(.ft_tt) {
  background: url(../images/arr03.png) no-repeat left center/6px;
  padding-left: 20px;
}
.ft_link ul li:not(.ft_tt) a {
  color: #737373;
}
.ft_link ul li:not(.ft_tt) {
  margin-bottom: 4px;
}
.ft_link ul li.sub_ft_link {
  background: transparent;
}
.pdt30 {
  padding-top: 30px;
}
.logo_ft, .share {
  text-align: center;
}
.logo_ft {
  margin-bottom: 25px;
}
.share {
  margin-bottom: 55px;
}
.share a:after, .logo_ft a:after, .ft_link a.no_over:after {
  display: none;
}
.fb, .tw {
  margin-right: 15px;
}
.ft_con {
  margin-left: 50px;
}
.ft_bnr {
  display: flex;
  align-items: center;
  max-width: 810px;
  margin: 0 auto 50px;
  background: #efefef;
  padding: 20px 50px;
}
.ft_bnr p {
  margin-bottom: 0px;
}
.ft_bnr_txt {
  font-size: 12px;
  margin-left: 50px;
}
address {
  height: 40px;
  line-height: 40px;
  background: #00561f;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.animate01:before, .animate01:after {
  content: "";
  position: absolute;
}

.active .animate01:before {
  right: -108%;
}
.active .animate01:after {
  right: -108%;
}
/*WORDPRESS CSS*/
/* body.customize-support #header {
    top: 32px;
} */
/*
body #header {
  top: 32px;
}
*/
body.customize-support .box_contact_pc_fix {
  top: 132px;
}
@media screen and (max-width: 3000px) {
  body.customize-support .box_contact_pc_fix {
    top: 170px;
  }
}
@media screen and (max-width: 1850px) {
  body.customize-support .box_contact_pc_fix {
    top: 185px;
  }
}
@media screen and (max-width: 782px) {
  body.customize-support #header {
    top: 46px;
  }
  body.customize-support.under .box_contact_pc_fix {
    top: 225px;
  }
}
@media screen and (max-width: 600px) {
  body.customize-support #header {
    top: 0;
  }
}
/*==============FIX IE==================*/
@media screen\0 {
  #box05 li a .works_img img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
/*==============FIX GG==================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {}
.progressBarContainer {
  position: relative;
  bottom: 0;
  left: 75px;
  height: 100px;
  width: 1280px;
  margin: 50px auto 0;
}
.title_progress {
  color: #ccc;
  padding-bottom: 35px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  transform: translateX(-50%);
}
.progressBarContainer div {
  display: block;
  width: calc(100% / 8);
  padding: 0;
  cursor: pointer;
  margin-right: 0;
  float: left;
  color: white;
  position: relative;
}
.progressBarContainer div:nth-child(1) {
  width: 201px;
}
.progressBarContainer div:nth-child(2) {
  width: 193px;
}
.progressBarContainer div:nth-child(3) {
  width: 150px;
}
.progressBarContainer div:nth-child(4) {
  width: 165px;
}
.progressBarContainer div:nth-child(4) .circle_lg:before, .progressBarContainer div:nth-child(4) .circle_lg:after {
  position: absolute;
  width: 47px;
  height: 15px;
  content: "";
  background: url(../images/bg_cir01.png) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  display: none;
}
.progressBarContainer div:nth-child(4) .circle_lg:before {
  left: -80px;
  top: 50%;
}
.progressBarContainer div:nth-child(4) .circle_lg:after {
  right: -80px;
  top: 50%;
}
.progressBarContainer div:nth-child(5) {
  width: 153px;
}
.progressBarContainer div:nth-child(6) {
  width: 125px;
}
.progressBarContainer div:nth-child(7) {
  width: 133px;
}
.progressBarContainer div:nth-child(8) {
  width: 100px;
}
.progressBarContainer div:last-child {
  margin-right: 0;
}
.progressBarContainer div span.progressBar {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block;
}
.progressBarContainer div:nth-child(8) span.progressBar, .progressBarContainer div:nth-child(8) span.progressBar .inProgress {
  background: none;
}
.progressBarContainer div span.progressBar .inProgress {
  background-color: #000;
  width: 0%;
  height: 1px;
  position: relative;
  z-index: 10;
}
.progressBarContainer div span.progressBar .inProgress:before {
  border-right: none;
  width: 100%;
  height: 70px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.progressBarContainer div span.progressBar .inProgress.current:before {
  border-right: 1px solid #000;
}
.progressBarContainer div:nth-child(8) span.progressBar .inProgress.current:before {
  border-left: 1px solid #000;
  border-right: none;
}
#top h1 {
  top: 0 !important;
  position: absolute;
  text-align: center;
  color: #404040;
  font-size: 12px;
  line-height: 1.7;
}
#top img {
  width: 300px;
}
#top a img {
  /*margin-top: 18px;*/
  margin-top: 10px;
}
.staff-01 {
  display: flex;
  justify-content: space-between;
}
.staff-01 .staff-01-img {
  width: 350px;
  margin-right: 20px;
}
.bnr_gnav {
  background: #f59402;
  border: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  #top a img {
    margin-top: 8px;
  }
  .staff-01 {
    flex-wrap: wrap;
  }
  .staff-01 .staff-01-img {
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin: 0 auto 10px auto;
  }
}
@media screen and (max-width: 460px) {
  .tb01 {
    display: block;
  }
  .under #main .tb01 th, .under #main .tb01 td {
    display: block;
    width: 100%;
    border: none;
  }
}
.remaining {
  display: none;
  bottom: 130px;
  right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 130px;
  height: 80px;
  background: #6ac6c2;
  border-radius: 10px;
  text-align: center;
  z-index: 1000;
}
.under #main .remaining p {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  color: #FFF;
  line-height: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 5px;
}
.under #main .remaining span {
  color: #fff;
}
.number {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: bold;
}
.items {
  font-size: 14px;
}
.p_mg0 p {
  margin-bottom: 0px !important;
}
.index-test .box02_img_sub02 {
  left: 180px;
  bottom: 33%;
  margin: 0 auto;
}
.index-test .box02_list li:nth-child(1) {
  height: unset;
  position: relative;
}
.index-test .box02_img_sub02 {
  bottom: 60px;
  max-width: 70%;
  margin: 55px auto 0px;
}
.page-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page-ct p {
  width: 220px;
  height: 56px;
  box-sizing: border-box;
  background: #6ac6c2;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-bottom: 0 !important;
  position: relative;
}
.under #main .page-ct p input {
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  inset: 0;
}
.under #main .page-ct p .wpcf7-spinner {
  display: none;
}
.page-top #box11, .page-top #box10, .page-top #box06, .page-top #box05, .page-top #box04, .page-top #box03, .page-top #box02, .page-top #box01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 90px 0 0;
  margin-bottom: 0;
}
/*.page-top #box06 {
  min-height: 1080px;
}*/
.page-top #box10 .t4_tt01_co {
  margin-bottom: 20px;
}
.page-top #box10 .box10_txt p {
  margin-bottom: 20px;
}
.page-top #box10 .index_btn01.index_btn01_lg {
  margin-bottom: 0;
}
.page-top .box10_list > li:nth-child(1) {
  width: 750px;
}
.page-top .box10_list > li:nth-child(2) {
  width: calc(100% - 840px);
}
.page-top #slider02 .slick-list, .page-top #box05 #slider02 {
  margin-top: 0px;
}
.page-top #box06 .t4_tt01_co .en, .page-top #box05 .t4_tt01_co .en {
  font-size: 70px;
  margin-bottom: 0px;
  margin-right: 0;
}
.page-top #box06 .circle_lg {
  width: 24px;
  height: 24px;
  bottom: -11px;
}
.page-top #box06 .title_progress {
  padding-bottom: 20px;
}
.page-top #box06 .progressBarContainer {
  height: 70px;
  margin: 30px auto 0;
}
.page-top #idx_design {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 115px 0 0;
  margin-bottom: 0;
}
.page-top #idx_design .flex_design {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2%;
}
.page-top #idx_design .flex_design ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-top #idx_design .flex_design ul li {
  width: 48%;
}
.page-top #idx_design .flex_design ul li a {
  color: #000;
  text-decoration: none;
}
.page-top #idx_design .flex_design ul li a:hover {
  opacity: .8;
}
.page-top #idx_design .flex_design ul li span {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.7px;
  padding: 0 35px;
  position: relative;
  margin-bottom: 10px;
  /* color: #fff; */
  /* font-weight: 700; */
  font-family: "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
}
.renovation_rn #idx_design .flex_design .flex_ds01, .renovation_rn #idx_design .flex_design .flex_ds02 {
  width: 49%;
}
.renovation_rn #idx_design .flex_design ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*border: 1px solid #404040;*/
  padding: 50px 20px 20px 20px;
  position: relative;
}
.renovation_rn #idx_design .flex_design ul li {
  width: 48% !important;
}
.renovation_rn #idx_design .flex_design ul li.title {
  position: absolute;
  top: -19px;
  width: fit-content !important;
  margin: auto;
  left: 0;
  right: 0;
  background: url(../images/bg_tit.png) no-repeat;
  padding: 0 20px;
  /* border: 1px solid; */
  font-weight: 500;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", MS PMincho, serif;
  background-size: 100% 100%;
}
.renovation_rn #idx_design .flex_design ul li.title.no_font {
  font-family: 'Noto Sans JP', sans-serif;
}
/* 240425 */
.renovation_rn #idx_design .flex_design ul:nth-child(1), .renovation_rn #idx_design .flex_design ul:nth-child(2) {
  position: relative;
}
.renovation_rn #idx_design .flex_design ul:nth-child(1)::before, .renovation_rn #idx_design .flex_design ul:nth-child(2)::before {
  position: absolute;
  content: "";
  left: 0;
  top: -64px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 7px;
  background-position: 50% 50% !important;
  background-size: 73% !important;
}
/*.renovation_rn #idx_design .flex_design ul:nth-child(1)::before{
  background: #f59402  url(../images/idx_design-icon01.png)no-repeat;
}
.renovation_rn #idx_design .flex_design .flex_ds02 ul:nth-child(1)::before{
  background: #00afa2 url(../images/idx_design-icon02.png)no-repeat ;
}*/
/* 240425 */
.page-top #idx_design .flex_design ul li span:before, .page-top #idx_design .flex_design ul li span:after {
  position: absolute;
  /*content: "";*/
  width: 20px;
  height: 1px;
  background: #fff;
  top: 50%;
}
.page-top #idx_design .flex_design ul li span:before {
  left: 0;
}
.page-top #idx_design .flex_design ul li span:after {
  right: 0;
}
.page-top #idx_design .flex_design ul li:nth-child(3) {
  width: 100%;
  text-align: center;
}
.page-top #idx_design .flex_design ul li:nth-child(3) span {
  width: 100%;
  /* margin-top: 0%; */
}
.page-top #idx_design .flex_design ul li:nth-child(3) span:before, .page-top #idx_design .flex_design ul li:nth-child(3) span:after {
  display: none;
}
/*newstyle*/
.under #main .qa-list .list_anchor.list_4btn li {
  width: 42%;
}
.under#renovation #main .qa-list .list_anchor.list_4btn li {
  width: 53%;
}
.under #main .qa-list .list_anchor.list_4btn li a {
  justify-content: left;
}
.under #main .qa-list .btn_u a {
  font-size: 16px;
  padding: 0 20px;
  height: 70px;
}
.under#renovation #main .qa-list .btn_u a {
  font-size: 20px;
  padding: 0 40px 0 20px;
  height: 70px;
}
.under#renovation #main .section {
  padding: 0 0 70px;
}
.under#renovation #main .list01.mb0 {
  margin-bottom: 0;
}
.under#renovation #main .renovation-block .box_event a {
  color: #00561f;
  text-decoration: none;
}
.under#renovation #main .renovation-block .box_event a:hover {
  color: #fff;
}
.under#renovation #main .box_event_tt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  height: 70px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.7;
}
.under#renovation #main .box_event_date {
  letter-spacing: -0.3px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box_event_item.right {
  text-align: left;
}
.under #main .box_event_item .btn_con a {
  background: #6ac6c2;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 600px;
  height: auto;
  padding: 15px;
}
.under #main .box_event_item .btn_con a span {
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
}
.under #main .box_event_item .btn_con a img {
  width: 46px;
}
#renovation .page-top #idx_design {
  padding: 80px 0 0;
}
.under#renovation #main .bnn_list p.hover-none a:hover {
  opacity: 1;
}
.under#renovation #main .bnn_list p.hover-none a:hover::before {
  width: auto;
  background: none;
}
.flex-box {
  display: flex;
  align-items: center;
}
.flex-box p.bg1 {
  margin: 0 20px 0 0;
}
.under#renovation #main .bnn_list p {
  height: 140px;
  margin-bottom: 0;
  margin-right: 20px;
}
.under#renovation #main .section.last {
  padding: 0;
  margin-bottom: 0;
}
.renovation-block .box_con_txt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.renovation-block .box_11_l {
  width: auto;
  height: 260px;
  background: url(../images/index_img_18.png) no-repeat center top / 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.renovation-block .box_11_l:before {
  width: 80%;
  height: 190px;
  top: 40px;
}
.renovation-block .box_11_l .btn_con {
  margin: 0 0 10px;
}
.under #main .renovation-block p.btn_con {
  margin-bottom: 10px;
}
.bnr-fixed-event {
  position: fixed;
  top: 360px;
  right: 20px;
  z-index: 9999;
}
.bnr-fixed-event .box_event {
  justify-content: flex-end;
}
.bnr-fixed-event .box_event li {
  padding: 10px;
  width: 200px;
  position: relative;
}
.bnr-fixed-event .box_event li > a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.bnr-fixed-event .box_event li:hover {
  opacity: 0.8;
}
.bnr-fixed-event .box_event_date {
  margin-bottom: 0;
}
.bnr-fixed-event .box_event_tt {
  height: auto;
  font-size: 16px;
}
.bnr-fixed-event .box_event_date {
  font-size: 14px;
}
.block-bg {
  position: relative;
  background: url(../images/bg_renovation.png) no-repeat center;
  padding: 50px 0;
}
.qa-list {
  margin-top: 50px;
}
.block-bg .desc {
  margin-top: -70px;
}
.block-bg-item {
  position: relative;
}
.imgshape {
  position: absolute;
  transform: translateY(-50%);
  top: 60%;
  right: 65px;
  z-index: 10;
}
.block-ttl {
  text-align: center;
}
.block-ttl img {
  width: 100px;
  margin-bottom: 10px;
}
.under #main .block-ttl h3.head-title {
  margin-bottom: 10px;
}
.block-ttl .tt_lg_01 > span.line:before {
  width: 100%;
  bottom: 10px;
}
.under #main .block-ttl .tt_lg_01 > span {
  color: #6ac6c2;
}
.flex-box .bg1 a {
  background: linear-gradient(to right, rgba(247, 207, 0, 1), rgba(246, 37, 2, 1) 45%, rgba(182, 47, 82, 1) 75%, rgba(113, 58, 166, 1));
}
.flex-box .bg1 a img {
  width: 50px;
  margin-right: 10px;
}
.note-cat_r {
  display: none;
}
.note-cat_r.cat_r {
  display: block !important;
  font-size: 28px !important;
  text-align: center;
}
.cat_r {
  display: none !important;
}
.box_q {
  text-align: center;
  border: 1px solid #404040 !important;
  padding-bottom: 5px !important;
}
.box_a {}
.box_a h5 {
  /*border: 1px solid #d9d9d9 !important;
  padding: 10px 20px;
  background: white;*/
  position: relative;
  font-size: 20px !important;
}
/*.box_a .dec{
  border: 1px solid #d9d9d9 !important;
  padding: 10px 20px;
  background: white;
}*/
.renovation-block .box_11_l:before {
  width: 80%;
  height: 250px;
  top: 27px;
}
.renovation-block .box_11_l {
  width: auto;
  height: 300px;
  background: url(../images/index_img_18.png) no-repeat center top / 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.under #main .renovation-block p.btn_con {
  margin-bottom: 10px;
  margin-top: 21px;
}
#content > div.inner.clearfix > div:nth-child(6) > div > div.box_event_item.right > div > p:nth-child(2) > img {
  border-radius: 5px;
}
/* 240425 */
.bg-or {
  background: #e5e5e5 !important;
}
.bg-green {
  background: #e5e5e5 !important;
}
/*.bg-or{background: #f7c000 !important;}
.bg-green{background: #6ac6c2 !important;}*/
/* 240425 */
.btn_01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.btn_01 li {
  width: 50%;
  text-align: center;
  margin: 0 1% 15px;
  border: 2px solid #404040;
  padding: 6px;
}
.btn_01 li a {
  border: 1px solid #404040;
  color: #404040;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  padding: 0 45px;
  font-weight: 500;
  transition: all ease 0.3s;
  font-size: 18px;
  padding: 0 40px 0 0px;
  width: 100%;
  height: 60px;
}
.btn_01 li a::after {
  content: "";
  width: 30px;
  height: 8px;
  background: url(../images/ic_btn.png) center /cover no-repeat;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  transition: all ease 0.3s;
}
.btn_01 li a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 30px;
  background: #6ac6c2;
  height: 100%;
}
.btn_01 li a:hover {
  opacity: 0.6;
}
.renovation_rn #idx_design .flex_design ul li.title.fix_bor {
  padding: 0 8px;
}
.box_btn_top:before {
  display: none;
}
.box_btn_top {
  display: flex;
  justify-content: center !important
}
.box_btn_top li {
  width: 49%;
}
.box_btn_top li:nth-child(2) {
  margin-left: 2%;
}
.box_btn_top li a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px #00561f solid;
  color: #00561f;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all 0.3s linear;
  text-align: center;
}
.box_btn_top li a:before {
  position: absolute;
  content: "";
  background: url(../images/arr01.png) no-repeat right center/28px;
  width: 28px;
  height: 6px;
  right: 10px;
  top: calc(50% - 3px);
  transition: all 0.3s linear;
}
.box_btn_top li a:hover {
  background: #00561f;
  color: #fff !important;
}
.box_btn_top li a:hover:before {
  background: url(../images/arr01_w.png) no-repeat right center/28px !important;
}
.ar_slider_renovation {
  max-width: 890px;
  margin: 0 auto;
}
.ar_slider_renovation .slick-prev {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid green;
  border-left: none;
  background: none;
}
.ar_slider_renovation .slick-next {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  text-indent: -9999px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid green;
  border-right: none;
  background: none;
}
.ar_slider_renovation .slick-prev:hover, .ar_slider_renovation .slick-next:hover {
  opacity: .8;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .sp_mb75 {
    margin-bottom: 75px;
  }
  .page-top #idx_design .flex_design {
    display: block;
  }
  .renovation_rn #idx_design .flex_design .flex_ds01, .renovation_rn #idx_design .flex_design .flex_ds02 {
    width: 100%;
    margin-left: 0 !important;
  }
  .renovation_rn #idx_design .flex_design ul.box_btn_top {
    padding: 30px 5px 10px 5px !important;
    margin-bottom: 90px !important;
  }
  .ar_slider_renovation .slick-prev {
    z-index: 10;
    border-top: 5vw solid transparent;
    border-bottom: 5vw solid transparent;
    border-right: 5vw solid green;
    left: -3vw;
  }
  .ar_slider_renovation .slick-next {
    z-index: 10;
    border-top: 5vw solid transparent;
    border-bottom: 5vw solid transparent;
    border-left: 5vw solid green;
    right: -3vw;
  }
  .box01_list > li:nth-child(1) .box01_list_news {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .renovation_rn #idx_design .flex_design ul.box_btn_top li {
    width: 100% !important;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
  }
  .renovation_rn #idx_design .flex_design ul.box_btn_top {
    display: block;
    padding-top: 0 !important;
  }
  .ar_slider_renovation {
    max-width: 100%;
  }
}
.works .list_anchor.list_4btn li.btn_u:nth-child(2) {
  order: 4 !important
}
/**/
.staffbox.staffbox_cus .flexbox {
	justify-content: space-between;
    align-items: center;
	margin-bottom: 60px;
	display: flex;
}
.staffbox.staffbox_cus .flexbox .img {
	width: 48%;
    margin-bottom: 0;
    background: #f4f4f4;
}
.under #main .staffbox.staffbox_cus .flexbox .img span {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px;
    min-height: 65px;
}
.under #main .staffbox.staffbox_cus .flexbox .img {
	margin-bottom: 0;
}
/**/
.under #main .ttl-zone {
	font-weight: 600;
}
.performance_item.left {
	width: 37%;
}
.performance_item.right {
	text-align: center;
	width: 63%;
}
.performance_item.right ul {
	grid-template-columns: repeat(4, 4fr);
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.performance_item.right ul p span:not(:last-child) {
	display: block;
	border-bottom: 1px solid #bfbfbf;
}
.performance_list {
	display: flex;
	justify-content: space-between;
}
.under #main .performance_list p {
	margin-bottom: 0;
}
.under #main .feature-box-type04__block {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: min(calc(80 / 1280 * 100 * 1vw), calc(80 / 10 * 1rem));
}
.under #main .feature-box-type04__ph {
	margin-left: calc((100% - 100vw) / 2);
    width: calc(53.5% - min(calc(80 / 1280 * 100 * 1vw), calc(80 / 10 * 1rem)) + calc((100vw - 100%) / 2));
}
.under #main .feature-box-type04__info {
	display: flex;
    flex-direction: column;
    padding-top: 45px;
    width: 46.5%;
    border-top: 1px solid #bfbfbf;
}
.under #main .feature-box-type04__info-ph {
	margin-block: auto 0;
    margin-inline: auto 0;
    width: 242px;
}
.under #main .feature-box-type04__ttl {
	font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.66;
	margin-bottom: 0;
}
.under #main .feature-box-type03__ph {
	width: calc(53.5% - min(calc(80 / 1280 * 100 * 1vw), calc(80 / 10 * 1rem)));
}
.under #main .ttl_num {
	display: block;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 3.1;
}
.under #main h4.h4-cus {
	border-bottom: 0;
	border-top: 1px solid #404040;
}
body#works .list_anchor li:nth-child(1),
body#works .list_anchor li:nth-child(4),
body.works-taxonomy .list_anchor li:nth-child(1),
body.works-taxonomy .list_anchor li:nth-child(4) {
	display: none;
}
body#event #main .list_anchor {
	display: none;
}
body#event #main .cus_none {
	display: none;
}
.under #main .event-status {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
    background: #6ac6c2;
    width: 150px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
	font-weight: bold;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.under #main .event-status.color-txt02 {
	background: #222;
    color: #fff;
}
.under #main .event-status.color-txt03 {
	background: #f0f0f0;
}
