/*
* fontawesomeセット
* content:'\○○○';
* font: var(--fa-font-solid);
*/

/*=====================================
*
*header
*
=======================================*/
header{
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  transition: .3s;
  height: 100px;
  border-bottom: 1px solid #fff;
}
.header_content{
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px;
  height: 100%;
  align-items: center;
  transition: .3s;
}
header .header_content::before{
  content: "";
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 60px;
  left: 0;
  background: rgb(0 0 0 / 50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
header.active .header_content::before{
  opacity: 1;
  visibility: visible;
}
.header_content .logo {
  display: block;
  text-align: left;
  width: 93px;
}
.header_content .logo a {
  height: 100%;
  text-align: left;
  display: block;
  transition: .3s;
}
.header_content .logo a:hover{
  opacity: .7;
}
.header_content .logo a img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
/* pc */
@media only screen and (min-width: 1025px) {
  .header_content .menu{
    width: initial;
    margin-left: auto;
    margin-right: 17.5px;
  }
  .header_content .menu .Gmenu{
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header_content .menu ul li{
    position: relative;
    padding: 15px 20px 15px;
  }
  .header_content .menu ul li:last-of-type {
    padding-right: 0;
  }
  .header_content .menu ul li a{
    font-size: 16px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    align-items: center;
    transition: .3s;
    justify-content: center;
    background: #fff;
    padding: 14px 12.5px 10px;
    font-weight: 500;
    position: relative;
    padding: 0;
  }
  .header_content .menu ul li a:hover {
    opacity: .7;
  }
  .header__hamburger {
    display: none;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children{
    position: relative;
  }
  .Gmenu > li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 12px;
    transition: .3s;
    margin-left: 5px;
  }
  li.menu-item-has-children.active a::after{
    transform: rotate(-180deg) ;
  }
  .Gmenu > li.menu-item-has-children:hover > a::after{
    transform: rotate(-180deg);
  }
  .header_content .menu .Gmenu > li > ul{
    position: absolute;
    background-color: #fff;
    width: 430px;
    display: flex;
    flex-direction: row;
    padding: 20px 20px 10px;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
  }
  .header_content .menu .Gmenu > li:hover > ul{
    visibility: visible;
    opacity: 1;
  }
  .header_content .menu .Gmenu > li > ul.active{
    display: flex;
  }
  .header_content .menu ul li ul li{
    width: 100%;
  }
  .header_content .menu .Gmenu > li > ul > li > a {
    border-bottom: 1px solid #c73527;
    pointer-events: none;
    font-size: 16px;
    justify-content: flex-start;
    padding: 0;
    width: fit-content;
    padding-bottom: 10px;
  }
  .header_content .menu .Gmenu > li > ul > li > ul {
    margin-top: 10px;
  }
  .header_content .menu .Gmenu > li > ul > li > ul > li > a {
    padding: 0;
    margin: 0px 0 10px;
    justify-content: flex-start;
  }
}
/*ドロップダウンメニュend sp*/
@media only screen and (max-width: 1024px) {
  body.active{
    height: 100%;
    overflow: hidden;
  }
  /*ドロップダウンメニュ*/
  li.menu-item-has-children > a::after{
    right: 20px;
    top: 20px;
    font-size: 16px;
    transition: .3s;
    position: absolute;
    pointer-events: none;
    display: none;
  }
  .header_content .menu ul li ul{
    position: relative;
    margin-top: 0;
  }
  .Gmenu > li.menu-item-has-children::before {
    position: absolute;
    top: 0;
    right: 0;
    background: #efefef;
    width: 60px;
    height: 64px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*ドロップダウンメニュend*/

  .sec09_content {
    padding: 0px !important;
  }
  .mv_area{
    margin-top: 60px !important;
  }
  .header_content .menu {
    position: fixed;
    right: 0px;
    top: 60px;
    width: 100%;
    background-color: rgb(0 163 175 / 95%);
    transition: ease .3s;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    max-width: 300px;
    left: initial;
    transform: translate(100%, 0%);
    background: #fff;
    height: 100%;
    padding: 20px 20px 20px;
    border-top: 1px solid #efefef;
  }
  .header_content h1{
    width: 230px;
  }
  .header__hamburger {
    width: 30px;
    height: 100%;
    display: block;
  }
  .header_content .menu ul{
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 20px;
  }
  .header_content .menu ul li{
    width: 100%;
    position: relative;
  }
  .header_content .menu ul li a{
    width: 100%;
    display: flex;
    padding: 5px 0px 5px;
    font-size: 14px;
    color: #01a76f;
    text-align: left;
    width: fit-content;
    font-weight: 500;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #01a76f;
    padding: 20px 30px;
  }
  .header_content .menu ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-image: url(../images/parts03.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
    display: block;
    -webkit-backface-visibility: hidden;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #58BEC6;
    position: relative;
    transition: ease .3s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .menu.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
  }
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .header_content {
    padding: 0 20px;
    height: 60px;
    align-items: center;
}
.header_content .menu .Gmenu > li > ul {
  width: 100%;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #cccccc;
  display: none;
  opacity: 0;
  height: 0;
  transition: .3s;
  padding: 0 20px;
  display: flex;
  transform: scaleY(0);
  transform-origin: center top;
}
.header_content .menu .Gmenu > li > ul.active {
  opacity: 1;
  height: 100%;
  padding: 20px 20px 10px;
  visibility: visible;
  transform: scaleY(1);
}
.header_content .menu .Gmenu > li > ul > li > ul > li > a {
  justify-content: flex-start;
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
.header_content .menu .Gmenu > li > ul > li {
  margin-bottom: 20px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {

}


/*=====================================
*
*front
*
=======================================*/
.mv_area {
  height: calc(100vh - 100px);
  margin-top: 100px;
  max-width: 1920px;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 800px;
}
.mv_area .img_area {
  height: 100%;
  width: 100%;
  position: relative;
}
.mv_area .slide_dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  transform: translate(-50% , 0);
  left: 50%;
  gap: 5px;
}
.mv_area .slide_dots li {
  width: 10px;
  height: 10px;
  background-color: none;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
  transition: background-color .5s ease;
}
.mv_area .slide_dots li.slick-active {
  background-color: #fff;
}
.mv_area .slide_dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.mv_area .img_area .img_box01 {
  position: relative;
  height: 100%;
  width: 100%;
}
.mv_area .img_area .img_box01 img.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.mv_area .title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgb(22 123 89 / 80%) 50%, rgb(1 167 111 / 80%));
  width: 600px;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;

  background-size: 200% 100%;
  animation: AnimationTitle 5s ease infinite;
}
@keyframes AnimationTitle {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.mv_area .title_box::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.mv_area .title_box h1.title {
  font-size: 40px;
  letter-spacing: .05em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 12px;
}
.mv_area .title_box .sub_text {
  font-size: 26px;
  letter-spacing: .05em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(.03deg);
}
.arrow_box {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  gap: 10px;
}
.prev-arrow,
.next-arrow {
    content: "";
    width: 31px;
    height: 31px;
    display: flex;
    pointer-events: all;
    cursor: pointer;
    transition: .3s;
    background-size: contain;
    background-repeat: no-repeat;
}
.prev-arrow {
  background-image: url(../images/arrow_left.png);
}
.next-arrow {
  background-image: url(../images/arrow_right.png);
}
.prev-arrow:hover,
.next-arrow:hover{
  opacity: .7;
}
.mv_area .img_area .img_box01 .slick-list.draggable {
  height: 100%;
}
.mv_area .img_area .img_box01 .slick-list.draggable .slick-track {
  height: 100%;
}
article.concept_sec {
  position: relative;
  overflow: hidden;
  background: #f1fbf5;
}
article .backimg01 {
  top: 0px;
  position: absolute;
  right: 0px;
  width: 34.7%;
}
.concept_row {
  display: flex;
  position: relative;
}
.concept_row .text_col {
  width: 68.2%;
}
.concept_row .img_col {
  width: 31.8%;
}
.concept_row .text_col .white_box {
  background: #fff;
  padding: 40px 50px 42px;
  position: absolute;
  bottom: 0;
}
.concept_row .text_col .white_box h3 {
  font-size: 30px;
  font-weight: 500;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #a8d275, #01a76f) 1;
  margin-bottom: 40px;
  padding-bottom: 10px;
  letter-spacing: .05em;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(.03deg);
}
.concept_row .text_col .white_box p {
  line-height: 2;
}
.concept_row .text_col .icon_img01 {
  width: 196px;
  position: absolute;
  right: 50px;
  top: 27%;
}
.concept_row .text_col .title_box {
  margin-left: 50px;
  margin-top: 36px;
}
.concept_row .text_col .title_box h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: .05em;
  background: linear-gradient(90deg, rgb(22 123 89 / 100%) 50%, rgb(1 167 111 / 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  line-height: 1;
  margin-bottom: 14px;
  transform: rotate(.03deg);
}
.concept_row .text_col .title_box p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 18px;
  transform: rotate(.03deg);
}
.title_box02 {
  position: relative;
  z-index: 2;
}
.title_box02 h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: .05em;
  background: linear-gradient(90deg, rgb(22 123 89 / 100%) 50%, rgb(1 167 111 / 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 14px;
}
/* .title_box02 h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: .05em;
  background: linear-gradient(90deg, rgb(22 123 89 / 100%) 50%, rgb(1 167 111 / 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 14px;
} */
.title_box02 p {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
  font-size: 18px;
  transform: rotate(.03deg);
}
.love_sec {
  background: #d9f2e7;
  position: relative;
  overflow: hidden;
}
.love_row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.love_row .love_col {
  position: relative;
}
.love_row .love_col .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.love_row .love_col .flex img {
  width: 30px;
  height: 30px;
}
.love_row .love_col .flex a{
  transition: .3s;
}
.love_row .love_col .flex a:hover{
  opacity: .7;
}
.love_row .love_col .flex h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(.03deg);
}
.backimg02 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 35.8%;
}
.backimggreen {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 33.4%;
}
.love_sec .love_con {
  z-index: 1;
  position: relative;
}
.love_row .img_box01 {
  position: absolute;
  right: 20px;
  top: -156px;
}
.more_btn {
  position: relative;
}
.more_btn a {
  background: #fff;
  width: 300px;
  height: 70px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  border: 1px solid #01a76f;
  color: #01a76f;
  position: relative;
  transition: .3s;
}
.more_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  background-image: url(../images/parts03.png);
  width: 31px;
  height: 31px;
  transition: .3s;
  background-size: contain;
}
.more_btn a:hover{
  background: #01a76f;
  border: 1px solid #01a76f;
  color: #fff;
}
.more_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  background-image: url(../images/parts03.png);
  width: 31px;
  height: 31px;
  transition: .3s;
}
.more_btn a:hover::after {
  background-image: url(../images/parts03_02.png);
}
.love_row .love_col a {
  color: #333;
  transition: .3s;
}
.love_row .love_col a:hover {
  opacity: .7;
}
.love_row .love_col a .img_box{
  overflow: hidden;
}
.love_row .love_col a .img_box img{
  width: 100%;
  transition: .3s;
}
.love_row .love_col a:hover .img_box img {
  transform: scale(1.1);
}
.share_sec {
  background: #f1fbf5;
  position: relative;
  overflow: hidden;
}
.share_sec .share_con {
  position: relative;
  z-index: 1;
}
.share_sec .share_con .share_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
}
.share_sec .share_con .share_row .share_col {
  position: relative;
  background: #fff;
}
.share_sec .share_con .share_row .share_col a {
  display: block;
  color: #333;
  transition: .3s;
}
.share_sec .share_con .share_row .share_col a:hover{
  opacity: .7;
}
.share_sec .share_con .share_row .share_col a .img_box {
  overflow: hidden;
}
.share_sec .share_con .share_row .share_col a .img_box img{
  width: 100%;
  transition: .3s;
}
.share_sec .share_con .share_row .share_col a:hover .img_box img{
  transform: scale(1.1);
}
.share_sec .share_con .share_row .share_col a .flex {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
}
.share_sec .share_con .share_row .share_col a .flex h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(.03deg);
}
.share_sec .share_con .share_row .share_col a .flex img {
  width: 31px;
  height: 31px;
}
.share_sec .share_con .share_row .img_box01 {
  position: absolute;
  left: 0;
  top: -157px;
  
}
.fadeswhich {
  --illust-rotate: 40deg;
      opacity: 0;
      -webkit-transform: scale(.2) rotate(var(--illust-rotate));
      transform: scale(.2) rotate(var(--illust-rotate));
      transition: opacity .24s ease, transform .42s cubic-bezier(.175,.885,.32,1.275), -webkit-transform .42s cubic-bezier(.175,.885,.32,1.275);
}
.fadeswhich.fadeIn {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.backimggreen02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.4%;
}
.company_sec{
  background: #d9f2e7;
  position: relative;
}
.company_sec .companyTable_row {
  position: relative;
  z-index: 1;
}
.company_sec .companyTable_row table {
  position: relative;
  width: 100%;
}
.company_sec .companyTable_row table tr th {
  background: #f1fbf5;
  text-align: left;
}
.company_sec .companyTable_row table tr td {
  background: #fff;
}
.company_sec .companyTable_row table tr th, .company_sec .companyTable_row table tr td {
  border: 1px solid #333333;
  padding: 23px 20px;
}
.company_sec .companyTable_row .img_box {
  position: absolute;
  right: 20px;
  top: -97px;
}
.history_sec {
  position: relative;
  background: #f1fbf5;
}
.history_sec .history_row {
  position: relative;
  border-top: 1px solid;
  border-image: linear-gradient(to right, #a8d275, #01a76f) 1;
  padding-top: 26px;
}
.history_sec .history_row .img_box {
  position: absolute;
  top: -94px;
  left: 20px;
}
.history_sec .history_row p {
  line-height: 2;
}
.history_sec .img_box01 {
  position: absolute;
  right: 76px;
  bottom: 106px;
}
.fadeswhich02 {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-clip-path .3s;
  transition: -webkit-clip-path .3s;
  transition: clip-path .3s;
  transition: clip-path .3s,-webkit-clip-path .3s;
  -webkit-transition-timing-function: cubic-bezier(.85,.01,.4,1);
  transition-timing-function: cubic-bezier(.85,.01,.4,1);
}
.fadeswhich02.fadeIn {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.fadeswhich03 {
 opacity: 0;
  transition: opacity .3s;
}
.fadeswhich03.fadeIn {
  opacity: 1;
}
.title_box04 {
  position: relative;
}
.title_box04 h2 {
  font-size: 30px;
  font-weight: 500;
  color: #167b59;
  letter-spacing: .05em;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  transform: rotate(.03deg);
  position: relative;
  padding-bottom: 20px;
}
.title_box04 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, #a8d275 50%, #01a76f);
}
.title_box04 p {
  margin-top: 40px;
  line-height: 2;
}
/*=====================================
*section1
=======================================*/

/*=====================================
*section2
=======================================*/

/*=====================================
*section3
=======================================*/

/*=====================================
*section4
=======================================*/

/*=====================================
*section5
=======================================*/

/*=====================================
*section6
=======================================*/

/*=====================================
*section7
=======================================*/

/*=====================================
*section8
=======================================*/

/*=====================================
*section9
=======================================*/

/*=====================================
*section10
=======================================*/


/*=====================================
*
*single
*
=======================================*/

/*=====================================
*
*page
*
=======================================*/

/*=====================================
*
*archive
*
=======================================*/

/*=====================================
*
*breadcrumb
*
=======================================*/

/*=====================================
*
*toc
*
=======================================*/

/*=====================================
*
*footer
*
=======================================*/

footer{
  background: #d9f2e7;
}
footer .logo {
  width: 93px;
  margin: 0 auto;
}
footer .logo a {
  display: block;
  transition: .3s;
}
footer .logo a:hover{
opacity: .7;
}
footer ul {
display: flex;
justify-content: center;
column-gap: 40px;
row-gap: 20px;
flex-wrap: wrap;
}
footer ul li a {
  color: #333 !important;
  transition: .3s;
  font-weight: 500;
}
footer ul li a:hover{
opacity: .7;
}
footer aside.menu_column {
  margin-top: 50px;
  margin-bottom: 50px;
}
.copyright {
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    padding-bottom: 20px;
}
/*=====================================
*
*sidenav
*
=======================================*/


/*=====================================
*
*page single arcive 他ページ
*
=======================================*/
div#re404 h1 {
  font-size: 40px;
}
.mvarea_page {
  background: #f1fbf5;
  height: 300px;
  margin-top: 100px;
  position: relative;
}
.mvarea_page .backmvimg01 {
  width: initial;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mvarea_page .backmvimg02 {
  width: initial;
  top: 0;
  right: 0;
  position: absolute;
}
.mvarea_page .mv_text {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mvarea_page .mv_text h1.h1 {
  font-size: 40px;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  background: linear-gradient(90deg, rgb(22 123 89 / 100%) 50%, rgb(1 167 111 / 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  line-height: 1;
  letter-spacing: .05em;
  transform: rotate(.03deg);
}


.pancu{
  padding-top: 10px;
}
.pancu .breadcrumb {
  display: flex;
}
.pancu .breadcrumb ul {
  display: flex;
  overflow: auto;
  white-space: nowrap;
}
.pancu .breadcrumb ul li:not(:last-of-type)::after {
  font-family: "Font Awesome 5 Free";
  content: "\/";
  font-weight: 400;
  color: #999999;
  font-size: 12px;
  margin: 0 5px;
}
.pancu .breadcrumb ul li a {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.05em;
  transition: .3s;
}
.pancu .breadcrumb ul li:last-of-type a {
  color: #333;
}
.pancu .breadcrumb ul li a:hover{
  opacity: .7;
}

.pageConsept_row {
  background-image: url(../images/parts13.jpg);
  display: flex;
  gap: 50px;
  padding: 50px 80px 0px 80px;
  background-size: cover;
}
.pageConsept_row .img_col {
  width: 23.8%;
}
.pageConsept_row .text_col {
  position: relative;
  width: calc(76.2% - 50px);
}
.pageConsept_row .text_col .title_box03 {
  position: relative;
  margin-top: 20px;
}
.pageConsept_row .text_col .title_box03 h2 {
  font-weight: bold;
  font-size: 100px;
  font-family: "M PLUS 1p", sans-serif;
  background: linear-gradient(90deg, rgb(22 123 89 / 100%) 50%, rgb(1 167 111 / 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  line-height: 1;
  letter-spacing: .05em;
  transform: rotate(.03deg);
  margin-bottom: 14px;
}
.pageConsept_row .text_col .title_box03 p {
  font-size: 18px;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(.03deg);
}
.pageConsept_row .text_col h3 {
  font-size: 30px;
  color: #167b59;
  font-weight: 500;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #a8d275, #01a76f) 1;
  padding-bottom: 10px;
  margin-bottom: 44px;
  transform: rotate(.03deg);
  margin-top: 24px;
}
.pageConsept_row .text_col p {
  font-size: 16px;
  line-height: 2;
}
.pageConseptbottomtext_row {
  background: #f1fbf5;
  padding: 26px 20px;
}
.pageConseptbottomtext_row {
  line-height: 2;
}
.pageLoveTitleText_con {
  position: relative;
}
.pageLoveTitleText_con .pageLoveTitleText_row {
  position: relative;
  margin-bottom: 46px;
}
.pageLoveTitleText_con .pageLoveTitleText_row:last-of-type{
  margin-bottom: 0;
}
.pageLoveTitleText_con .pageLoveTitleText_row h3 {
  font-size: 20px;
  font-weight: 500;
  color: #167b59;
  background: #f1fbf5;
  padding: 12px 20px;
  margin-bottom: 24px;
}
.pageLoveTitleText_con .pageLoveTitleText_row p {
  line-height: 2;
}
.pageLove_row {
  position: relative;
}
.pageLove_row h2 {
  font-size: 30px;
  color: #167b59;
  letter-spacing: .05em;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  transform: rotate(.03deg);
  margin-bottom: 14px;
}
.pageLove_row .pageLove_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 270px;
}
.pageLove_row .pageLove_flex .text_col {
  background: #f1fbf5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.pageLove_row .pageLove_flex .text_col p {
  line-height: 2;
  margin-bottom: 44px;
}
.pageLove_row .pageLove_flex .text_col p .wp-block-buttons {
  position: relative;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button {
  width: calc(50% - 5px);
  max-width: 200px;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button:nth-of-type(3){
  width: 100%;
  max-width: 410px;
}
.pageLove_row .pageLove_flex .text_col p .wp-block-buttons a {
  background-color: #fff;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button a {
  background: #fff;
  border: 1px solid #01a76f;
  color: #01a76f;
  border-radius: 0px;
  width: 100%;
  transition: .3s;
  font-size: 15px;
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button a:hover {
  background: #01a76f;
  border: 1px solid #01a76f;
  color: #fff;
}
.pageLove_row .pageLove_flex .text_col .wp-block-group__inner-container {
  width: 100%;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-image: url(../images/parts03.png);
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0px, -50%);
  display: block;
  -webkit-backface-visibility: hidden;
  transition: .3s;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button a:hover::after {
  background-image: url(../images/parts03_02.png);
}
.pageLove_con:not(:last-of-type) {
  margin-bottom: 50px;
}
.pageLove_row .pageLove_flex .img_col .wp-block-group__inner-container {
  height: 100%;
}
.pageLove_row .pageLove_flex .img_col .wp-block-group__inner-container figure {
  height: 100%;
}
.pageLove_row .pageLove_flex .img_col .wp-block-group__inner-container figure img {
  object-fit: cover;
  height: 100%;
}

.news_sec {
  margin-top: 50px;
  margin-bottom: 120px;
}
.news_sec .news_row ul {
  display: flex;
  flex-direction: column;
}
.news_sec .news_row ul li a {
  color: #333;
  display: flex;
  transition: .3s;
  border-bottom: 1px solid #ccc;
  padding: 30px 20px;
  gap: 40px;
}
.news_sec .news_row ul li a:hover{
  opacity: .7;
}
.news_sec .news_row ul li:first-of-type a {
  border-top: 1px solid #ccc;
}
.pagination ul {
  margin-top: 50px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination ul li .current {
  color: #01a76f;
  border: 1px solid #01a76f;
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}
.pagination ul li .dots {
  color: #01a76f;
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
.pagination ul li a {
  color: #333;
  border: 1px solid #333;
  padding: 5px 10px;
  transition: .3s;
  display: block;
  font-size: 14px;
  border-radius: 5px;
}
.pagination ul li a:hover{
  color: #01a76f;
  border: 1px solid #01a76f;
}
div#single {
  margin-top: 100px;
}
#single .contents ol, #single .contents ul {
  margin: initial;
  border: none;
  background: none;
  padding: initial;
}
#single .contents ol li, #single .contents ul li {
  margin: initial;
  position: relative;
}
#single .contents ol li::before, #single .contents ul li::before {
  display: none;
}
#single .contents time {
  margin-top: 40px;
  display: block;
}
#single .contents h1 {
  font-size: 40px;
  letter-spacing: .05em;
  margin-bottom: 30px;
  margin-top: 10px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#single .contents h2 {
  margin: 30px 0;
  font-size: 20px;
}
#single .contents > h2 {
  background: #f1fbf5;
  padding: 20px;
  font-size: 20px;
  margin: 50px 0 30px;
  padding: 1em;
  font-weight: 500;
  position: relative;
}
#single .contents > h2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #01a76f #fff #01a76f;
}
#single .contents > h3 {
  font-size: 18px;
  margin: 50px 0 30px;
  border-bottom: 1px solid #333;
  padding: 0.5em;
  position: relative;
  font-weight: 500;
  padding-top: 0;
}
#single .contents > h3::after {
  content: '';
  width: 2em;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
#single .contents > h4 {
  margin: 50px 0 30px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}
#single .contents > h4::before {
  content: "";
  background: #333;
  width: 0.7em;
  height: 0.7em;
  min-width: 0.7em;
  min-height: 0.7em;
  margin-top: 0.5em;
  margin-right: 0.3em;
}
#single .contents a {
  color: #01a76f;
  transition: .3s;
}
#single .contents a:hover {
  opacity: .7;
}
#single .contents > ul,#single .contents > ol {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#single .contents > ul li,#single .contents > ol li {
  margin-left: 1.6em;
}
#single .contents > ul li {
  list-style: disc;
}
#single .contents > ol li {
  list-style: decimal;
}
.wp-block-table{
  margin: 30px 0;
}
#single .contents .wp-block-table table {
  overflow-x: auto;
  table-layout: auto;
}
#single .contents .wp-block-table thead {
  border-bottom: 1px solid;
}
#single .contents table th {
  border: 1px solid #333;
  background: #f1fbf5;
  padding: 10px;
  color: #333;
  font-weight: 500;
}
#single .contents .wp-block-table table td {
  min-width: 130px;
  background: none;
  border: 1px solid #333;
}
#single .contents .wp-block-table table td:first-of-type {
  font-weight: 500;
  background: #f1fbf5;
}
#single .contents .wp-block-table table thead + tbody td:first-of-type {
  background-color: #fff; /* 例: 背景色を変更 */
  font-weight: 400;
}
#single .contents time {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
#single .contents time::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}
#single .contents > p {
  margin: 30px 0;
}
#single .page_pn ol {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
div#single .page_pn ol li {
    position: relative;
}
div#single .page_pn ol li a {
  background: #01a76f;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  transition: .3s;
}
div#single .page_pn ol li a:hover{
opacity: .7;
}
div#re404 {
  margin-top: 100px;
}
/* ---------------------------他ページlast ---------------------------*/

/*=====================================
*
*pc&tablet&spのnone処理
*
=======================================*/
/*=====================================
*pcのみ
=======================================*/
@media screen and (min-width: 1025px){
  .pcnone{
    display: none;
  }
}
/*=====================================
*tablet用
=======================================*/
@media screen and (max-width: 1024px) and (min-width: 415px){
  .tabnone{
    display: none;
  }
}
/*=====================================
*sp用
=======================================*/
@media screen and (max-width:414px){
  .spnone{
    display: none;
  }
}

/*==========================================================================
*
*pcパソコン
*
============================================================================*/
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .concept_row .text_col .white_box h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.concept_row .text_col .title_box {
  margin-top: 26px;
}
.concept_row .text_col .icon_img01 {
  width: 120px;
  right: 10px;
  top: 28%;
}
.pageConsept_row .text_col h3 {
  font-size: 28px;
}
/* .pageConsept_row .text_col .title_box03 h2 {
    width: calc(100% - 170px);
} */
}
@media only screen and (min-width: 768px){
  .wp-block-columns.is-style-default.is-layout-flex.wp-block-columns-is-layout-flex{
    flex-wrap: nowrap!important;
  }
}
/*==========================================================================
*
*tbタブレット
*
============================================================================*/
@media only screen and (max-width: 1300px) {
  .w126, .w100 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    height: 60px;
}
.header_content .logo {
  width: 50px;
}
.mv_area {
  height: calc(100vh - 60px);
}
.mvarea_page {
  margin-top: 60px;
}
.mvarea_page .backmvimg01 {
  width: 20%;
}
.mvarea_page .backmvimg02 {
  width: 20%;
}
div#single {
  margin-top: 60px;
}
div#re404 {
  margin-top: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .concept_row .text_col .white_box p {
    font-size: 14px;
}
.concept_row .text_col .white_box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.concept_row .text_col .white_box {
    padding: 30px 30px 30px;
}
.concept_row .text_col .title_box h2 {
  font-size: 60px;
}
.concept_row .text_col .icon_img01 {
    width: 100px;
    top: 17%;
}
.concept_row .text_col .title_box {
  margin-left: 30px;
  margin-top: 16px;
}
.title_box02 h2 {
  font-size: 60px;
}
.love_row .img_box01 {
  width: 80px;
  top: -124px;
}
.share_sec .share_con .share_row .img_box01 {
  width: 80px;
  top: -129px;
}
.history_sec .img_box01 {
  right: 40px;
  bottom: 50px;
  width: 100px;
}
.pageConsept_row {
  padding: 50px 30px 30px 30px;
  gap: 30px;
}
.pageConsept_row .text_col {
  width: calc(100% - 180px);
}
.pageConsept_row .img_col {
  width: 150px;
  position: relative;
  transform: translate(0px, 30px);
}
.pageConsept_row .text_col h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.pageConsept_row .text_col p {
  font-size: 14px;
}
.pageConsept_row .text_col .title_box03 h2 {
  font-size: 80px;
}
.mvarea_page {
  height: 250px;
}
.concept_row .text_col .white_box h3 {
  margin-bottom: 30px;
}
.pageLove_row .pageLove_flex .text_col p {
  margin-bottom: 24px;
  font-size: 15px;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button a {
  font-size: 13px;
  letter-spacing: -0.05em;
  min-width: initial;
}
.pageLove_row .pageLove_flex .text_col {
  padding: 15px;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button a::after {
  right: 5px;
}
}
/* ---------------------------タブレットonlylast ---------------------------*/
@media only screen and (min-width: 900px) and (max-width: 1024px) {
.concept_row .text_col .white_box {
  padding: 50px 30px 50px;
}
}
/*==========================================================================
*
*sp
*
============================================================================*/
@media only screen and (max-width: 767px) {
  .title_box02 h2 {
    font-size: 40px;
  }
  .mv_area .title_box {
    width: calc(100% - 40px);
    max-width: 500px;
    height: 160px;
}
.mv_area .title_box h1.title {
    font-size: 24px;
}
.mv_area .title_box .sub_text {
    font-size: 18px;
}
.mv_area {
    height: 300px;
}
.mv_area .slide_dots {
  bottom: 10px;
}
.arrow_box {
  bottom: 10px;
}
.prev-arrow, .next-arrow {
  width: 26px;
  height: 26px;
}
.concept_row {
  flex-direction: column;
}
.concept_row .img_col {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.concept_row .text_col {
  width: 100%;
}
.concept_row .text_col .title_box {
  margin-left: initial;
  margin-top: 26px;
  margin-bottom: 24px;
}
.concept_row .text_col .title_box p {
  font-size: 16px;
}
.concept_row .text_col .white_box {
  padding: 20px;
  position: relative;
}
.concept_row .text_col .white_box h3 {
  font-size: 20px;
  border-bottom: 2px solid;
  margin-bottom: 20px;
}
.concept_row .text_col .white_box p {
  font-size: 14px;
}
.concept_row .text_col .title_box h2 {
  font-size: 40px;
}
.concept_row .text_col .icon_img01 {
  width: 70px;
  position: absolute;
  right: 0px;
  top: 66%;
  transform: translate(0px, -100%);
}
.title_box02 p {
  font-size: 16px;
}
.love_row .img_box01 {
  width: 40px;
  top: -62px;
}
.love_row {
  grid-template-columns: 1fr;
}
.love_row .love_col .flex h3 {
  font-size: 16px;
}
.love_row .love_col .flex {
  margin-top: 10px;
}
.more_btn a {
  width: 250px;
  height: 60px;
  font-size: 14px;
}
.more_btn a::after {
  width: 26px;
  height: 26px;
}
.share_sec .share_con .share_row {
  grid-template-columns: 1fr;
}
.share_sec .share_con .share_row .img_box01 {
  width: 40px;
  top: -64px;
}
.share_sec .share_con .share_row .share_col a .flex h3 {
  font-size: 16px;
}
.backimggreen {
  width: 40%;
}
.backimggreen02 {
  width: 40%;
}
.company_sec .companyTable_row .img_box {
  width: 50px;
  top: -38px;
}
.company_sec .companyTable_row table tr th, .company_sec .companyTable_row table tr td {
  font-size: 14px;
  padding: 15px;
}
.company_sec .companyTable_row table tr th {
  min-width: 110px;
}
.history_sec .history_row .img_box {
  width: 50px;
  top: -55px;
}
.history_sec .history_row p {
  font-size: 14px;
}
.history_sec .img_box01 {
  width: 70px;
  bottom: 10px;
  right: 20px;
}
footer ul {
  flex-direction: column;
  align-items: center;
}
footer ul li a {
  font-size: 14px;
}
.copyright {
  font-size: 10px;
}
div#re404 h1 {
  font-size: 24px;
}
.mvarea_page {
  height: 150px;
}
.mvarea_page .mv_text h1.h1 {
  font-size: 26px;
}
.pageConsept_row .text_col .title_box03 h2 {
  font-size: 40px;
}
.pageConsept_row {
  flex-direction: column-reverse;
  padding: 20px 20px 0;
  gap: 20px;
  padding-bottom: 60px;
  position: relative;
  min-height: 450px;
  justify-content: flex-end;
}
.pageConsept_row .img_col {
  width: 100px;
  margin-left: auto;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.pageConsept_row .text_col {
  width: 100%;
}
.pageConsept_row .text_col .title_box03 p {
  font-size: 16px;
}
.pageConsept_row .text_col h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.pageConsept_row .text_col p {
  font-size: 14px;
  line-height: 1.8;
  width: 60%;
}
.pageConseptbottomtext_row p{
  font-size: 14px;
}
.title_box04 h2 {
  font-size: 20px;
}
.title_box04 p {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}
.pageLoveTitleText_con .pageLoveTitleText_row h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.pageLoveTitleText_con .pageLoveTitleText_row p {
  font-size: 14px;
}
.pageLoveTitleText_con .pageLoveTitleText_row {
  margin-bottom: 26px;
}
.pageLove_row .pageLove_flex {
  grid-template-columns: 1fr;
  height: initial;
}
.pageLove_row h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.pageLove_row .pageLove_flex .text_col {
  padding: 20px;
}
.pageLove_row .pageLove_flex .text_col p {
  margin-bottom: 20px;
  font-size: 14px;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button a {
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button a::after {
  width: 21px;
  height: 21px;
}
.pageLove_con:not(:last-of-type) {
  margin-bottom: 30px;
}


.news_sec .news_row ul li a {
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px;
  font-size: 14px;
}
.news_sec {
  margin-top: 50px;
  margin-bottom: 60px;
}
#single .contents h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
#single .contents > p {
  font-size: 14px;
  margin: 20px 0;
}
#single .contents > h2 {
  font-size: 18px;
  margin: 40px 0 20px;
}
#single .contents > h3 {
  font-size: 16px;
  margin: 40px 0 20px;
}
#single .contents > h4 {
  font-size: 15px;
  margin: 40px 0 20px;
}
#single .contents > ul li, #single .contents > ol li {
  font-size: 14px;
}
#single .contents .wp-block-table table td {
  font-size: 14px;
}
div#single .page_pn ol li a {
  font-size: 14px;
  height: 40px;
}
#single .page_pn ol {
  gap: 10px;
}
#single .contents > ul, #single .contents > ol {
  margin: 20px 0;
}
.wp-block-table {
  margin: 20px 0;
}
#single .contents table th {
  font-size: 14px;
}
.pageLove_row .pageLove_flex .text_col .wp-block-group__inner-container {
  width: 100%;
}
.pageLove_row .pageLove_flex .text_col .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 300px;
}
/* ---------------------------携帯last ---------------------------*/
}



@media only screen and (min-width: 500px) and (max-width: 767px) {
.love_row {
  grid-template-columns: 1fr 1fr;
}
.share_sec .share_con .share_row .share_col {
  max-width: 500px;
  margin: 0 auto;
}
.pageConsept_row .text_col {
  width: 63%;
}
.pageConsept_row .text_col p {
  font-size: 16px;
  line-height: 2;
  width: 100%;
}
.pageConsept_row .img_col {
  width: 150px;
  right: 20px;
}
}