@charset "UTF-8";
html{
  font-size: 16px;
  line-height: 1.95;
}
@media screen and (min-width:1025px) {
  html{
    font-size: 17px;
    line-height: 2.0;
  }
}
body{
  color: #373839;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
}
.is-down,
.is-down,
.is-mouse,
.is-horizontal,
.is-up,
.is_middle,
.is-pc,
.is-top{
  transition: none!important;
  transform: none!important;
}
.pc{display: none;}
.sp {display: block;}
@media screen and (min-width:1025px) {
  .pc {display: block;}
  .sp {display: none;}
  a {transition: opacity 0.3s ease-out;}
  a:hover {
    opacity: .5;
    text-decoration: none;
  }
}
.container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(2.94117vw + 14px);
  padding-right: calc(2.94117vw + 14px);
}
.under .primary .container{
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width:1025px) {
  .under .primary .container{
    margin-top: 120px;
    margin-bottom: 160px;
  }
}
main{
  overflow: hidden;
}
/********ボタン********/
.btn_link{
  background: #46b46e;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  transition: all .3s ease-out;
}
.btn_link--bk{
  position: relative;
  outline: none;
  border-radius: 50px;
  border: solid 2px #373839;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #373839;
  cursor: pointer;
  transition: all .3s ease-out;
  z-index: 1;
}
.btn_link--bk:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
} 
.btn_link--wh{
  position: relative;
  outline: none;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer; 
  transition: all .3s ease-out;
  z-index: 1;
}
.btn_link--wh:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: solid 2px #fff;
} 
.btn_anime{
  transition: background-color 0s;
}
@media screen and (min-width:1025px) {
  .btn_link:hover{
    opacity: 1;
    transition: all .3s ease-out;
  }
  .btn_link--bk.btn_anime:hover{
    color: #fff;
    border: 2px solid #46b46e;
    opacity: 1;
  }
  .btn_link--wh.btn_anime:hover,
  .link_list a:hover .btn_link--wh.btn_anime{
    color: #46b46e;
    opacity: 1;
  }
  .btn_link--bk.btn_anime:before,
  .btn_link--wh.btn_anime:before{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    margin: auto;
    border-radius: 999px;
    opacity: 0;
    transition: opacity .35s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
    transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1);
    transition: opacity .35s cubic-bezier(.23,1,.58,1),transform .5s cubic-bezier(.23,1,.58,1),-webkit-transform .5s cubic-bezier(.23,1,.58,1);
    transform: scale(0);
    will-change: transform;
  }
  .btn_link--bk.btn_anime:before{
    background: #46b46e;
    border: none;
  }

  .btn_link--wh.btn_anime:before{
    background-color: #fff;
    border: solid 2px #fff;
  }
  .btn_link--bk.btn_anime:hover:before,
  .btn_link--wh.btn_anime:hover:before,
  .link_list a:hover .btn_link--wh.btn_anime:before{
    opacity: 1;
    transition: all .3s cubic-bezier(.23,1,.58,1);
    transform: scale(1);
  }
}
/********見出し********/
.title{
  margin-bottom: 18px;
  font-size: 1.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.0;
}
.title span{
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-top: 10px;

}
.heading{
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width:600px) {
  .title{
    font-size: 2.5rem;
  }
  .title span{
    margin-top: 20px;
  }
  .heading{
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1025px) {
  .title{
    margin-bottom: 20px;
    font-size: 3.75rem;
  }
  .heading{
    font-size: 1.875rem;
  }
}
.color_heading {
  background: #f7f8f9;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1025px) {
  .color_heading {
    padding: 100px;
  }
}
.color_heading h1{
  margin-bottom: 0;
  font-size: 1.9rem;
  line-height: 1.6;
  text-align: center;
}
.color_heading h1 span{
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width:1025px) {
  .color_heading h1{
    font-size: 2.2rem;
  }
}
@media screen and (min-width:1025px) {
  .color_heading h1{
    font-size: 3.125rem;
  }
}
/********共通アニメーション********/
.slide_anime {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width:1025px) {
  .slide_anime::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background:#fff;
    content: "";
    transition: 1s;
    transform: translateX(0%);
    z-index: 999;
  }
  .slide_anime.show::before {
    transform: translateX(101%);
    transition: all 1.5s cubic-bezier(.77,0,.175,1);
  }
  #about .primary .slide_anime.show::before,
  #greeting .primary .slide_anime.show::before,
  #think .text_block .slide_anime.show::before{
    transition: all 0.8s cubic-bezier(.77,0,.175,1);
  }
}
@media screen and (min-width:1025px) {
  .fadein {
    opacity: 0;
    transform: translateY(calc(2.24117vw + 40px));
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
    transition: transform 2s cubic-bezier(.215, .61, .355, 1), opacity 1s cubic-bezier(.215, .61, .355, 1);
  }
  .is-fadein{
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes appear {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/********header********/
.hd{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  font-family: 'Montserrat', sans-serif;
  transition: opacity 0.1s linear;
}
.mv_none .hd{
  position: sticky;
}
.hd_wrap{
  height: 76px;
  padding: 0 20px 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (min-width:1025px) {
  .hd{
    padding: 0 0 0 30px;
  }
  .hd_wrap {
    height: 100px;
    margin: 0 auto;
    padding: 0;
  }
  .headerScroll .hd_wrap{
    height: 100px;
  } 
}
.hd_logo{
  width: 180px;
  margin: 0 auto 0 0;
}
.hd_logo svg{
  fill: #fff;
  display: block;
}
.headerScroll .hd_logo svg,
.mv_none .hd_logo svg{
  fill: #373839;
}
@media screen and (min-width:1025px) {
  headerScroll .hd_logo svg,
  .hd:hover .hd_logo svg{
    fill: #373839;
  }
}
@media screen and (min-width:1024px) {
  .hd_logo{
    width: 260px;
    margin: 0 auto 0 0;
  }
  .hd_inner{
    padding: 0;
    display: flex;
    align-items: flex-end;
    gap: 0 30px;
  }
}
.hd_menu{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hd-trans_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  order: 2;
}
.hd-trans_item a{
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width:1024px) {
  .hd-trans_list{
    margin-bottom: 40px;
  }
  .hd-trans_item a{
    color: inherit;  
    padding: 0 20px;
  }
  .hd-trans_item a:after,
  .hd-trans_item:first-child a:before{
    content: "";
    border-right: solid 1px #e1e2e3;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hd-trans_item:first-child a:before {
    right: inherit;
    left: 0;
  }
}
.hd_list{
  width: 100%;
  margin-bottom: 40px;
  order: 1;
}
@media screen and (min-width:1025px) {
  .hd_menu{
    border-top: none;
    justify-content: flex-end;
  }
  .hd-trans_list{
    padding: 0;
    gap: 0 40px;
    order: 1;
  }
  .hd_list{
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
  }
}
.hd_item{
  width: 100%;
  flex: 1;
  position: relative;
}
.hd_item > a{
  padding: 20px;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .hd_item > a{
    border-top: 1px solid #e1e2e3;
  }
  .hd_item:last-child{
    border-bottom: 1px solid #e1e2e3;
  }
  .hd_item.arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: solid 2px #373839;
    border-right: solid 2px #373839;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width:1025px) {
  .hd_item{
    width: inherit;
    display: block;
    text-align: center;
    position: inherit;
    border-bottom: 0;
  }
  .hd_item a{
    position: relative;
    padding: 16px;
    border-bottom: none;
    color: #fff;
  }
  .hd_item a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #46b46e;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .hd_item.hd_hover a:after {
    transform: scale(1, 1);
  }
  .hd_item a > span:after,
  .hd_item:first-child a > span:before{
    content:"";
    border-right: solid 2px #e1e2e3;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hd_item:first-child a span:before{
    right: inherit;
    left: 0;
  }
  .hd:hover .hd_item a,
  .hd:hover .hd-trans_item a{
    opacity: 1;
    color: #373839;
  }
/********メガメニュー中身*******/
  .hd_list .menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    animation-duration: 10s;
    animation-delay: 0.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  .hd_list .menu.hd_open {
    display: block;
    top: 100px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: calc(2.94117vw + 14px);
    padding-right: calc(2.94117vw + 14px);
    background: #fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 4%);
  }
  .menu_inner {
    display: none;
  }
  .menu.hd_open .menu_inner {
    display: block;
  }
  .hd_list .menu .menu_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 80px;
    max-width: 1360px;
    margin: 0 auto;
  }
  .hd_list .menu .menu_inner li {
    flex: 1;
    font-size: 1.125rem;
    text-align: left;
  }
  .hd_list .menu a {
    padding-right: 20px;
    padding-bottom: 18px;
    position: relative;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .menu_inner li a:before, .menu_inner li a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
  .menu_inner li a:before {
    background: rgba(55, 56, 57, .1);
  }
  .menu_inner li a:after {
    width: 0;
    left: auto;
    right: 0;
    background: #46b46e;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(55, 56, 57, 1);
  }
  .menu_inner li a:hover:after {
    width: 100%;
    right: auto;
    left: 0;
  }
  .menu_inner li a .arrow {
    width: 22px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  }
  .menu_inner li a .arrow > span {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 2px;
  }
  .menu_inner li a .arrow > span:after,
  .menu_inner li a .arrow > span:before {
    background: #373839;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  }
  .menu_inner li a:hover .arrow {
    transform: translateY(-50%) translateX(4px);
  }
  .menu_inner li a .arrow span:nth-child(1) {
    width: 50%;
    transform: rotate(38deg) translateY(20%);
    transform-origin: right center;
  }
  .menu_inner li a:hover .arrow span:nth-child(1):after {
    transition-delay: .1s;
    background: #46b46e;
  }
  .menu_inner li a .arrow span:nth-child(2) {
    width: 100%;
  }
  .menu_inner li a:hover .arrow span:nth-child(2):after {
    transition-delay: .15s;
    background: #46b46e;
  }
  .menu p {
    width: 1360px;
    margin: 0 auto 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
  }
  .menu span {
    display: inline-block;
    margin-left: 40px;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    font-weight: 700;
  }
}
.js-dropdown{
  display: none;
}
/********SPアコーディオンメニュー********/
@media screen and (max-width:1024px) {
  .js-dropdown{
    width: 68px;
    height: 68px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  .js-dropdown:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #373839;
    right: 25px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .js-dropdown:after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #373839;
    top: 50%;
    right: 25px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .dropdown {
    display: none;
    padding-bottom: 20px;
  }
  .hd_item.open .dropdown{
    display: block;
  }
  .dropdown li{
    padding: 0 40px;
  }
  .dropdown li a{
    padding: 15px 0;
  }
  .hd_item.open .js-dropdown:after{
    display: none;
  }
}
.hd_contact{
  margin-bottom: 40px;
}
.hd_contact a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  background: #46b46e;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.hd_contact a:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width:1025px) {
  .hd_contact{
    margin-bottom: 0;
  }
  .hd_contact a{
    width: 100px;
    height: 100px;
    border-radius: 0;
    font-size: 0.750rem;
    transition: all .3s ease-out;
  }
  .hd_contact a:after{
    display: none;
  }
  .hd_contact span:before {
    content: "";
    display: block;
    width: 100px;
    height: 24px;
    margin-bottom: 4px;
    background: url( "../img/icon_mail.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.headerScroll header,
.mv_none header{
  background:#fff;
  box-shadow: 0 6px 10px rgb(0 0 0 / 4%);
  animation:slideDown .8s ease 0s 1 normal;
}
@media screen and (max-width:1024px) {
  .noscroll header{
    background:#fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 4%);
    animation:slideDown .8s ease 0s 1 normal;
  }
  .noscroll .hd_item a{
    color: inherit;
  }
  .noscroll .hd_logo svg{
    fill: #373839;
  }
}
@media screen and (min-width:1025px) {
  .headerScroll .hd_item a,
  .headerScroll .hd-trans_item a,
  .mv_none .hd_item a,
  .mv_none .hd-trans_item a{
    color: inherit;
  }
  .hd:hover{
    background:#fff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 4%);
    animation:slideDown .8s ease 0s 1 normal;
  }
}
/********ハンバーガーメニュー********/
@media screen and (max-width:1024px) {
  .js-toggle {
    width: 56px;
    height: 56px;
    margin-right: -16px;
    background: 0 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .js-hbg {
    position: relative;
    width: 22px;
    height: 10px;
    margin: 3px 0 6px;
  }
  .js-hbg span {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 999999;
    backface-visibility: hidden;
  }
  .noscroll .js-hbg span,
  .headerScroll .js-hbg span,
  .mv_none .js-hbg span {
    background: #373839;
  }
  .js-hbg span:nth-child(1) {
    -webkit-transform: translateY(-6.5px);
    transform: translateY(-6.5px);
  }
  .js-hbg span:nth-child(3) {
    -webkit-transform: translateY(6.5px);
    transform: translateY(6.5px);
  }
  .toggle_line {
    position: relative;
    color: #373839;
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
  .js-toggle {
    transform: translateX(0);
  }
  .js-nav.open + .js-toggle span:nth-child(1) {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .js-nav.open + .js-toggle  span:nth-child(2) {
    display: none;
  }
  .js-nav.open + .js-toggle  span:nth-child(3) {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .toggle_line-close {
    display: none;
  }
  .open .toggle_line-open {
    display: none;
  }
  .open .toggle_line-close {
    display: block;
  }
  /* ハンバーガー背景固定 */
  #top.noscroll {
    overflow: hidden;
  }
  .js-nav {
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    position: absolute;
    top: 76px;
    left: 0;
    z-index: 10;
    height: calc(100vh - 76px);
    display: none;
  }
  .js-nav.open {
    display: block;
    animation: appear .3s ease;
  }
}
@media screen and (min-width:1025px) {
  .toggle {
    display: none;
  }
}
/********TOP********/
.mv{
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.mv img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.mv .zoom_out img{
  animation: zoom_out 10s linear 0s 1 normal both;
}
.mv:after {
  width: 100%;
  height: 100vh;
  height: 100svh;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(0, 0, 0,0.4);
}
.mv_copy{
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}
.mv_copy h1{
  margin-bottom: 40px;
  font-size: calc(30px + 22 * (100vw - 320px)/1025);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.mv_copy p{
  font-family: 'Montserrat', sans-serif;
  font-size: calc(18px + 4 * (100vw - 320px)/1025);
  letter-spacing: .08;
  animation-name: mv_fadein;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes mv_fadein{
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoom_out {
  0% {transform: scale(1.15);}
  100% {transform: scale(1);}
}
.reveal-text,
.reveal-text::after {
	animation-delay: 0.5s;
	animation-iteration-count: 1;
	animation-duration:  800ms;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}
.reveal-text {
	animation-delay: 0;
	animation-duration:  800ms;
	animation-iterations:  1;
	position: relative;
	font-size: 10vw;
	animation-name: clip-text;
	color: #fff;
	white-space: nowrap;
	cursor: default;
}
.reveal-text:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
	}
@keyframes clip-text {
	from {clip-path: inset(0 100% 0 0);}
	to {clip-path: inset(0 0 0 0);}
}
@keyframes text-revealer {
	0%, 50% {transform-origin: 0 50%;}
	60%, 100% {transform-origin: 100% 50%;}
	60% {transform: scaleX(1);}
	100% {transform: scaleX(0);}
}
/********intro********/
.intro{
  padding: 60px 0;
}
.intro h2{
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.7;
}
@media screen and (min-width:600px) {
  .intro h2{
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1025px) {
  .intro{
    padding: 120px 0;
  }
  .intro h2{
    margin-bottom: 60px;
    font-size: 2.5rem;
  }
  .intro p{
    font-size: 1.058rem;
    letter-spacing: .1em;
  }
}
/********link********/
.link_list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.link_list li{
  width: 100%;
  height: 74vw;
  overflow: hidden;
  background: #000;
}
@media screen and (min-width:1025px) {
  .link_list li{
    width: calc(100% / 3);
    height: 680px;
  }
}
.link_list li a{
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.link_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.link_list li h3{
  width: 100%;
  z-index: 1;
  margin-bottom: 20px; 
}
.link_list li h3 span{
  margin-top: 20px; 
}
@media screen and (min-width:1025px) {
  .link_list li h3{
    margin-bottom: 35px; 
  }
  .link_list li h3 span{
    margin-top: 35px; 
  }
}
.link_list li a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: .6;
  transition: 0.3s ease-in-out;
}
.link_list li span + span{
  display: block;
  font-size: 0.875rem;
  z-index: 1;
}
.link_list li a:hover {
  opacity: 1;
}
.link_list li a:hover img{
  transform: scale(1.15);
}
.link_list li .btn_link--wh{
  z-index: 1;
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 14px;
  background: transparent;
  font-size: 0.875rem;
}
@media screen and (min-width:600px) {
  .link_list li .btn_link--wh{
    width: 350px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1025px) {
  .link_list li .btn_link--wh{
    width: 180px;
    font-size: 0.875rem;
  }
}
/********feature********/
.feature {
  position: relative;
  background: #f0f2f4;
  overflow-x: hidden;
}
.feature .container {
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 60px;
  padding-top: calc(66.7% + 210px);
  opacity: 0;
}
.feature .container.is-act {
  opacity: 1;
}
@media only screen and (min-width: 1025px){
  .feature {
    padding-top: 0;
    background:inherit;
  }
  .feature .container {
    padding: 120px 0;
    padding-bottom: calc(6.12245vw + 52.04082px);
    padding-top: calc(6.12245vw + 52.04082px);
    padding-left: 40px;
    padding-right: 40px;
  }
}
.feature .container:before {
  background: #f0f2f4;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  z-index: -1
}
.feature .container:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 1.5s cubic-bezier(.77,0,.175,1);
  transition: all 1.5s cubic-bezier(.77,0,.175,1);
  width: 120%
}
.feature .container:after {
  width: 0
}
@media only screen and (min-width: 1025px){
  .feature .container:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;

    top: 0;
    -webkit-transition: all 1.5s cubic-bezier(.77,0,.175,1);
    transition: all 1.5s cubic-bezier(.77,0,.175,1);
    width: 120%
  }
  .feature .container.is-act:after {
    width: 0
  }
}
.feature h3 {
  margin-bottom: 30px;
  position: relative
}
.feature_body {
  width: 100%;
  padding-right: 0;
  position: relative;
}
@media only screen and (min-width:1025px) {
  .feature_body {
    width: 55%;
    padding-right: 60px;
  }
}
.feature_bg {
  height: auto;
  position: absolute;
  top: 60px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  right: 0;
}
.feature_bg hgroup{
  margin-bottom: 30px;
  padding-left: calc(2.94117vw + 14px);
  padding-right: calc(2.94117vw + 14px);
}
.feature_bg .blur:before {
  background-image: url( "../img/feature_img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  padding-top: 66.7%;
  width: 100%;
}
@media only screen and (min-width: 1025px){
  .feature_bg {
    width: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .feature_bg .blur:before {
    padding-top: calc(16.53061vw + 225.5102px);
  }
}
.feature_link {
  margin-top: 60px;
}
.feature .btn_link--bk{
  width: 80%;
  margin: 0 auto;
  padding: 14px;
}
@media only screen and (min-width: 600px){
  .feature .btn_link--bk{
    width: 350px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px){
  .feature .btn_link--bk{
    width: 180px;
    margin: inherit;
  }
}
.scrollin.slideup.is-act{
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (min-width: 1025px){
  .scrollin.slideup {
    opacity: 0;
    transform: translateY(calc(2.94117vw + 13.87755px));
    transition: opacity 1s cubic-bezier(.215,.61,.355,1),-webkit-transform 2s cubic-bezier(.215,.61,.355,1);
    transition: transform 2s cubic-bezier(.215,.61,.355,1),opacity 1s cubic-bezier(.215,.61,.355,1);
    transition: transform 2s cubic-bezier(.215,.61,.355,1),opacity 1s cubic-bezier(.215,.61,.355,1),-webkit-transform 2s cubic-bezier(.215,.61,.355,1);
  }
  .scrollin.blur.is-act {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
  .scrollin.blur {
    filter: blur(20px);
    opacity: 0;
    position: relative;
    transform: scale(1.3);
    transition: all 1s ease .3s;
  }
}
/********think(TOP)********/
.js-anim_elm{
  opacity: 0;
  -webkit-transform: translateX(calc(2.94117vw + 13.87755px));
  transform: translateX(calc(2.94117vw + 13.87755px));
  -webkit-transition: opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
  transition: opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
  transition: transform 1s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1);
  transition: transform 1s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1s cubic-bezier(.215,.61,.355,1);
}
.js-anim_elm.is-act{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#top .think {
  overflow: hidden;
  padding: 50px 0 60px 0;
}
#top .think_head {
  margin-bottom: 30px;
}
#top .think_head hgroup{
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  #top .think {
    padding: 120px 0;
  }
  #top .think_head {
    margin-bottom: 40px;
  }
}
/* swiper */
.swiper {
  overflow: visible;
  margin-bottom: 60px;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .swiper {
    margin-bottom: 0;
    padding: 60px 0 0 0;
  }
}
.swiper-slide{
  display: flex;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .swiper-slide a:hover {
    opacity: 1;
  }
  .swiper-slide a:hover .slide_content h3 {
    color: #46b46e;
  }
}
.slide_content {
  font-weight: 700; 
}
.slide_content h3 {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.6;
}
.slide_content span {
  display: block;
  font-size: 0.750rem;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .slide_content h3 {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 1.125rem;
    transition: .25s;
  }
}
.slide_media {
  overflow: hidden;
}
.slide_media img {
  -webkit-transition: .25s;
  transition: .25s;
  width: 100%;
  margin-bottom: 30px;
}
.swiper-slide a {
  border-right: 1px solid #e1e2e3;
  padding: 20px calc(2.04082vw + 14px);
  margin-right: -20px;
  position: relative;
}
.swiper-slide a:hover .slide_media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 1025px) {
  .swiper-slide a {
    padding: 30px calc(2.04082vw + 14px);
    margin-right: inherit;
  }
}
/* swiper ボタン */
.control {
  position: relative;
}
.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #373839;
}
@media only screen and (min-width: 1025px) {
  .pagenation {
    margin-right: 20px;
    justify-content: flex-end;
  }
}
.pagenation_inner{
  width: 96px;
  display: flex;
  justify-content: center;
  position: relative;
}
.pagenation_num{
  width: 48px;
  text-align: center;
}
.pagenation_num.current:after {
  content: "　/　";
  position: absolute;
  left: 33px;
}
.swiper-slide.swiper-slide-prev:after {
  content: "";
  background: #fff;
  width: 200%;
  display: block;
  opacity: 1;
  height: 100%;
  top: 0;
  position: absolute;
  right: -2px;
}
.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.swiper-button-prev,
.swiper-container-rtl
.swiper-button-next{
  left: -20px;
}
.swiper-button-next,
.swiper-container-rtl
.swiper-button-prev{
  right: -20px;
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev,
  .swiper-button-next {

  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 10px;
  height: 10px;
  content: "";
  border: solid #373839;
  border-width: 2px 2px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}
.swiper-button-prev.btn_link--bk:after,
.swiper-button-next.btn_link--bk:after{
  position: inherit;
  border-radius: 0;
}
@media only screen and (min-width: 1025px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    transition: .8s cubic-bezier(.2, 1, .2, 1);
  }
  .control .btn_link--bk:hover:after{
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
  }
}

/********news********/
.news {
  padding: 60px 0;
  border-top: 1px solid #e1e2e3;
}
.news .container{
  position: relative;
}
.news dt{
  margin-bottom: 40px;
}
.news dd{
  margin-left: calc(-2.94117vw + -14px);
  margin-right: calc(-2.94117vw + -14px);
}
.news iframe{
  width: 100%;
  height: 310px;
}
.news iframe header{
  display: none;
}
@media only screen and (min-width: 1025px) {
  .news {
    padding: 120px 0;
  }
  .news dl{
    display: flex;
  }
  .news dt{
    width: 35%;
  }
  .news dd{
    width: 65%;
    margin-left: 0;
    margin-right: 0;
  }
  .news iframe{
    height: 285px;
  }
}
.news .btn_link--bk{
  width: 80%;
  padding: 14px;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (min-width: 600px) {
  .news .btn_link--bk{
    width: 350px;
    margin: 60px auto 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .news .btn_link--bk{
    width: 180px;
    margin: 0 auto;
    margin-top: 60px;
    position: absolute;
    top: 130px;
    left: calc(2.94117vw + 13.87755px);
  }
}
.news_list time{
  display: block;
  margin-right: 20px;
  font-size: 0.750rem;
  color: #b7b8b9;
}
.news_list li a{
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e1e2e3;
}
@media only screen and (min-width: 1025px) {
  .news_list time{
    margin-right: 30px;
    font-size: 1rem;
  }
  .news_list li a{
    padding: 30px 0;
  }
  .news_list li a:hover{
    opacity: 1;
  }
  .news_list li a p:hover{
    color: #46b46e;
    transition: all .3s ease-out;
  }
}
/********contact********/
.contact{
  padding: 60px 0;
  background-image: url( "../img/c-bg-sp.webp");
  background-size: cover;
}
.contact:after {
  width: 100%;
  height: 100vh;
  height: 100svh;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(0, 0, 0,0.5);
}
.contact .container{
  position: inherit;
  z-index: 99;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .contact{
    padding: 120px 0;
    background-image: url( "../img/c-bg-pc.webp");
    background-size: cover;
  }
  .contact .container{
    padding-left: calc(2.94117vw + 14px);
    padding-right: calc(2.94117vw + 14px);
  }
}
.contact hgroup{
  text-align: center;
  color: #fff;
}
.contact .title{
  margin-bottom: 40px;
}
.contact .title span{
  margin-bottom: 10px;
}
@media screen and (min-width:1025px) {
  .contact .title{
    margin-bottom: 80px;
  }
.contact .title span{
  margin-bottom: 20px;
}
}
.contact_list{
  position: relative;
}
.contact_list li{
  text-align: center;
  color: #fff;
}
.contact_list li:nth-child(1) {
  padding: 10px 0;
}
.contact_list li:nth-child(2) {
  padding: 40px 0 20px 0;
}
@media screen and (min-width:1025px) {
  .contact_list{
    display: flex;
    justify-content: space-around;
  }
  .contact_list:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    border-right: 1px solid #fff;
  }
  .contact_list li{
    width: calc(80% /2);
  }
  .contact_list li:nth-child(1) {
    padding: 0;
    border-bottom: 0;
  }
  .contact_list li:nth-child(2) {
    padding: 0;
  }
}
.contact_list h2{
  font-weight: 700;
  margin-bottom: 20px;
}
.contact_tel{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.4;
}
.contact_btn{
  padding-left: calc(2.94117vw + 14px);
  padding-right: calc(2.94117vw + 14px);
}
.contact_list li .btn_link--wh{
  width: 80%;
  margin: 0 auto;
  padding: 14px;
  font-weight: 700;
  background: #fff;
  color: #373839;
    border: 0;
}
@media screen and (min-width:1025px) {
  .contact_list li .btn_link--wh{
    width: 350px;
    padding: 20px;
  }
  .contact_list .btn_link--wh.btn_anime:before{
    background-color: #46b46e;
    border: 0;
  }
  .contact_list .btn_link--wh.btn_anime:hover:after{
    border: 0;
  }
  .contact_list .btn_link--wh.btn_anime:hover,
  .contact_list .link_list a:hover .btn_link--wh.btn_anime{
    color: #fff;
    opacity: 1;
  }
  .contact_btn{
    padding: 0;
  }
}
/********footer********/
.ft_wrap{
  padding: 60px 0 10px 0;
}
.ft_list{
  display: flex;
  justify-content: center;
}
.ft_list p{
  font-size: 0.750rem;
  text-align: center;
}
@media screen and (min-width:1025px) {
  .ft_wrap{
    padding: 120px 0 80px;
  }
  .ft_list > li:first-child{
    width: 35%;
  }
  .ft_list > li:last-child {
    width: 60%;
  }
  .ft_list > li:first-child p {
    width: 190px;
    text-align: center;
  }
  .ft_list p{
    text-align: left;
  }
}
.ft_logo{
  width: 120px;
  margin-bottom: 30px;
}
.ft_logo svg{
  fill: #373839;
}
small{
  display: block;
  padding: 10px 0 30px;
  font-size: 0.750rem;
}
@media screen and (min-width:1025px) {
  .ft_logo{
    width: 190px;
    margin-bottom: 60px;
  }
  small{
    padding: 10px 0 0;
  }
  .ft-menu{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ft-menu_list{
    width: calc(100% /3);
    margin-bottom: 60px;
    padding-left: 40px;
  }
  .ft-menu_list:nth-child(4),
  .ft-menu_list:nth-child(5){
    margin-bottom: 0;
  }
  .ft-menu_list li{
    list-style: "-";
    margin-bottom: 5px;
    padding-left: 8px;
    font-size: 0.875rem;
  }
  .ft-menu_list li:last-child{
     margin-bottom: 0;
  }
  .ft-menu_list p{
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
}
/********下層********/
.under .mv{
  position: relative;
}
.under .mv,
.under .mv:after,
.under .mv img{
  height: 300px;
}
.under .mv_copy h1{
  margin-bottom: -100px;
  font-family: 'Montserrat', sans-serif;
}

.under .mv_copy h1 span,
.under .primary h1 span{
  display: block;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
}
@media screen and (min-width:1025px) {
  .under .mv,
  .under .mv:after,
  .under .mv img{
    height: 580px;
  }
}
.under .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about h2{
  margin-bottom: 20px;
}
@media screen and (min-width:1025px) {
  #about h2{
    margin-bottom: 30px;
  }
}
#about .primary li:not(:last-child){
  margin-bottom: 60px;
}
#about .flex_item{
  width: 100%;
}
#about .flex_item:first-child{
  margin-bottom: 30px;
}
#about .flex_item img{
  width: 100%;
  object-fit: cover;
}
#about .flex_item:last-child p{
  margin-bottom: 30px;
}
#about .flex_item a{
  width: 80%;
  margin: 0 auto;
  padding: 14px;
}

@media screen and (min-width:1025px) {
  #about .primary li:not(:last-child){
    margin-bottom: 150px;
  }
  #about .flex{
    gap: 60px;
  }
  #about .flex_item{
    width: calc(100% / 2 - 30px);
  }
  #about .flex_item:first-child{
    margin-bottom: 0;
  }
  #about .flex_item:last-child p{
    margin-bottom: 60px;
  }
  #about .flex_item a{
    width: 180px;
    margin: inherit;
  }
}
@media screen and (min-width:600px) {
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
}
/********greeting********/
#greeting  h1{
  margin-bottom: 60px;
}
#greeting h2{
  margin-bottom: 40px;
}
#greeting img{
  display: block;
  margin-bottom: 40px;
}
#greeting p{
  margin-bottom: 20px;
}
#greeting p:last-child{
  margin-bottom: 0;
}
@media screen and (min-width:600px) {
  #greeting img{
    margin-bottom: 0;
  }
  #greeting .float_r{
    float: right;
    width: 50%;
    display: block;
    padding: 0 0 60px 60px;
  }
}
@media screen and (min-width:1025px) {
  #greeting  h1,
  #greeting h2{
    margin-bottom: 120px;
  }
}
/********privacy********/
#privacy .container{
  padding-top: 40px;
  padding-bottom: 40px;
}
#privacy p:first-child{
  margin-bottom: 40px;
}
#privacy p:not(:last-child){
  margin-bottom: 20px;
}
#privacy article section:not(:last-child){
  margin-bottom: 40px;
}
@media screen and (min-width:1025px) {
  #privacy .container{
    padding-top: 120px;
    padding-bottom: 120px;
  } 
  #privacy p:first-child{
    margin-bottom: 60px;
  }
  #privacy article section:not(:last-child){
    margin-bottom: 60px;
  }
}
#privacy article section:last-child p:last-child{
  margin-bottom: 0;
}
#privacy section h2{
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.125rem;
}
/********think********/

#think section {
  margin: 60px 0;
}
@media only screen and (min-width: 1025px){
  #think section {
    margin: 80px 0;
  }
}
#think .think_head {
  width: 100%;
  background: #f0f2f4;
}
#think .think_head:after {
  width: 0
}
@media only screen and (min-width: 600px){

}
@media only screen and (min-width: 1025px){
  #think .think_head {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    background: none;
    opacity: 0;
    margin-bottom: 12vw;
  }
  #think .think_head:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 200%;
    height: 80%;
    background: #f0f2f4;
    z-index: -2;
  }
  #think .think_head.is-act {
    opacity: 1;
  }
  #think .think_head:after {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1.5s cubic-bezier(.77,0,.175,1);
    width: 200%;
    z-index: -1;
  }
  #think .think_head.is-act:after {
    width: 0;
  }
}
#think .think_head .flex{
  flex-wrap: wrap;
}
@media only screen and (min-width:1025px) {
  #think .think_head .flex{
    flex-wrap: nowrap;
  }
}
#think .think_body {
  width: 100%;
  position: relative;
  padding: 65px 0;
  padding-left: calc(2.94117vw + 14px);
  padding-right: calc(2.94117vw + 14px);
}
#think .think_body h3 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 6px solid #46b46e;
  font-weight: 700;
  font-size: 1.6rem;
}
#think .think_body h3 span {
  display: block;
  font-size: 0.875rem;
}
@media only screen and (min-width:600px) {
  #think .think_bg{
    width: 100%;
  }
  #think .think_bg img {
    width: 100%;
    height: 620px;
    object-fit: cover;
  }
}
@media only screen and (min-width:1025px) {
  #think .think_body {
    max-width: 55%;
    padding: 6vw 0;
    padding-left: calc(2.94117vw + 14px);
    padding-right: calc(2.94117vw + 14px);
  }
  #think .fadein.think_body{
    transition-delay: 1.2s;
  }
  #think .think_bg{
    padding-left: calc(2.94117vw + 14px);
    width: 40%;
    min-width: 560px
  }
  #think .think_bg img {
    display: block;
    height: auto;
  }
}
#think .heading span{
  margin-top: 10px;
}
#think .heading {
  margin-bottom: 40px;
}
#think h1.heading {
  margin-bottom: 60px;
} 
#think h1.heading span{
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width:1025px) {
  #think h1.heading {
    margin: 1vw 0 6vw;
  }
  #think h2.heading {
    margin-bottom: 80px;
  }
}
#think .float_r,
#think .float_l{
  padding: 0 0 48px 0;
}
@media screen and (min-width:1025px) {
  #think .float_r{
    float: right;
    width: 60%;
    padding: 0 0 32px 70px;
  }
  #think .float_l{
    float: left;
    width: 60%;
    padding: 0 80px 32px 0;
  }
}
#think figure img{
  margin-bottom: 0;
  padding: 1px;
}
#think .text_block p:not(:last-child){
  margin-bottom: 20px;
}
#think .notes{
  font-size: 0.750rem;
}
@media screen and (min-width:1025px) {
  #think .container{
    padding-bottom: 40px;
  }
  #think .text_block{
    line-height: 2.2;
  }
  #think .text_block p:not(:last-child){
    margin-bottom: 30px;
  }
  #think .text_block img{
    margin-bottom: 0;
  }
}
/********group********/
#group .heading {
  margin-bottom: 40px;
}
#group h3 {
  font-size: 1.2rem; 
  font-weight: 700;
  color: #373839;
}
@media only screen and (min-width: 1025px) {
  #group h3 {
    font-size: 1.8rem; 
  }
}
#group .company h3{
  margin-bottom: 25px;;
}
#group .team_block:not(:last-child){
  margin-bottom: 60px;
}
#group .team_name {
  margin-bottom: 14px;
  font-size: 1.0625rem; 
  font-weight: 700;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
#group .offices{
  margin-top: 80px;
}
#group .team_block:not(:last-child){
  margin-bottom: 120px;
}
#group .team_name span {
  font-size: 0.82rem; 
  font-weight: normal;
}
#group .team_name:before {
  content: "";
  border-left: solid 2px #373839;
  padding-left: 10px;
}
@media only screen and (min-width: 1025px) {
  #group .team_block:not(:last-child){
    margin-bottom: 120px;
  }
  #group .team_name {
    margin-bottom: 30px;
    font-size: 1.125rem; 
    padding-left: 1em;
    text-indent: -1em;
  }
  #group .team_name:before {
    padding-left: 20px;
  }
}
#group table a {
  display: flex;
  text-decoration: underline;
  line-height: 1.5;
}
#group .map:after {
  content: "";
  width: 18px;
  background: url("../profile/img/icon_map.svg") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#group .container{
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  #group .container{
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
#group .summary {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  #group .summary {
    padding-bottom: 60px;
  }
}
#group .summary .flex_item:first-child{
  width: 55%;
}
#group .summary .flex_item:last-child{
  width: 35%;
}
#group .me svg {
  fill: #373839;
}
#group .company_hd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#group .company_hd h2 {
  order: 1;
  margin: 0 auto;
  padding-bottom: 35px;
  text-align: center;
}
#group .company_hd p {
  display: flex;
  justify-content: center;
  order: 1;
  background: #fff;
  width: 100%;
  border: 1px solid #d7d8d9;
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (min-width: 600px) {
  #group .company_hd {
    flex-wrap: nowrap;
  }
  #group .company_hd h2 {
    order: 2;
    margin: 0;
    padding-bottom: 0;
    padding-left: 30px;
    text-align: left;
  }
  #group .company_hd p {
    width: 50%;
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  #group .company_hd h2 {
    padding-left: 50px;
  }
  #group .company_hd p {
    width: 300px;
    height: 200px;
    padding: 0 40px;
  }
}
#group .company_hd p .logo_me {
  width: 100%;
}
#group .company_hd p .logo_micro {
  width: 60%;
}
#group .company_hd p .logo_arata {
  width: 80%;
}
#group table{
  border-top: 1px solid #e1e2e3;
  width: 100%;
}
#group .company tr:second-child{
  border-top: 1px solid #e1e2e3;
}
#group table tr {
  border-bottom: 1px solid #e1e2e3;
}
#group table th,
#group table td {
  display: table-cell;
  padding: 20px;
  border: none;
}
#group table th {
  width: 35%;
  padding-right: 0;
  vertical-align: middle;
}
#group table td {
  padding-left: 10px;
}
#group table td ol.bu_list li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 8px;
}
@media only screen and (min-width: 600px) {
  #group table th,
  #group table td {
    padding: 27px 30px;
  }
  #group table th {
    width: 25%;
    vertical-align: middle;
    border-right: 1px solid #e1e2e3;
    text-align: center;
  }
  #group table td {
    padding-right: 60px;
  }
}
#group .block:nth-of-type(2) {
  background: #f7f8f9;
}
#group .block:nth-of-type(2) th,
#group .block:nth-of-type(2) td{
  background: #fff;
}
#group .offices{
  margin-top: 60px;
}
#group .offices .flex{
  align-items: stretch;
  gap: 0 40px;
}
#group .offices li{;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e8e9;
}
#group .offices p:last-child{
  margin-top: 17px;
}
@media only screen and (min-width: 600px) {
  #group .offices li{;
    width: calc(100% / 2 - 40px);
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #e7e8e9;
  }
  #group .offices p:last-child{
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #group .offices{
    margin-top: 80px;
  }
}
/********data********/
#data .container{
  padding-top: 60px;
  padding-bottom: 60px;
}
#data .date{
  margin-bottom: 10px;
  font-size: 0.82rem;
  text-align: right;
}
#data .flex{
  gap: 20px
}
#data .flex > li {
  width: 100%;
  padding: 30px 30px 40px;
  border: 1px solid #e1e2e3;
  border-radius: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #data .container{
    padding-top: 120px;
    padding-bottom: 160px;
  }
  #data .flex{
    align-items: stretch;
    gap: 30px;
  }
  #data .flex > li {
    width: calc(100% / 2 - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  #data .flex{
    gap: 80px;
  }
  #data .flex > li {
    width: calc(100% / 2 - 40px);
    padding: 50px 60px;
  }
}
#data .flex .badge{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 3px solid #46b46e;
  border-radius: 9999px;
}
#data .flex .badge span{
  display: block;
  margin-top: -2px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #46b46e;
}
@media only screen and (min-width: 768px) {
  #data .flex .badge{
    top: 28px;
    right: 30px;
    width: 100px;
    height: 100px;
  }
  #data .flex .badge span{
    margin-top: 0;
    font-size: 1.35rem;
  }
}
#data .heading{
  width: 75%;
}
#data .pic{
  display: flex;
  flex-wrap: wrap;
}
#data .flex img{
  display: block;
  margin: 40px auto 30px auto;
  width: 160px;
}
@media only screen and (min-width: 1025px) {
  #data .flex img{
    margin: 70px auto 55px auto;
    width: 240px;
  }
}
#data .flex p  {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  color: #46b46e;
}
#data .flex p span {
  display: inline-block;
  vertical-align: 3px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  #data .flex p  {
    margin-bottom: 15px;
    font-size: 5.0rem;
  }
  #data .flex p span {
    font-size: 2.0rem;
  }
}
#data .flex .gender {
  width: 150px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 20px;
}
#data .flex .gender p {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#data .flex .gender p:first-child:after {
  content: "：";
  position: absolute;
  top: 3px;
  left: 52px;
}
#data .flex .gender span {
  display: block;
  margin: 4px auto;
  font-size: 1rem;
}
@media only screen and (min-width: 1025px) {
  #data .flex .gender {
    gap: 0 72px;
  }
  #data .flex .gender p:first-child:after {
    left: 48px;
  }
  #data .flex .gender span {
    font-size: 1.29rem;
  }
}
#data .notes{
  display: inline-block;
  margin-top: 24px;
  padding-left: 1.0em;
  text-indent: -1.0em;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 1025px) {
  #data .notes{
    margin-top: 30px;
    font-size: 0.9rem;
  }
}
.graph{
  height: 220px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.graph li {
  position: relative;
  width: 13%;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  background: #46b46e;
}
@media only screen and (min-width: 600px) {
  .graph{
    width: 100%;
    height: 300px;
  }
  .graph li {
    width: 15%;
  }
}
@media only screen and (min-width: 1200px) {
  .graph{
    width: 80%;;
  }
  .graph li {
    /*width: 15%;5年の場合*/
    /*width: 18%;4年の場合*/
    width: 22%;/*3年の場合*/
  }
}
.graph li span,
.year{
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #46b46e;
}
.graph li span{
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1rem;
}
.year{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  text-align: center;
}
.year li{
  font-size: 0.8rem;
}
@media only screen and (min-width: 1200px) {
  .year{
    width: 80%;
    font-size: 0.82rem;
  }
}
@media only screen and (min-width: 768px) {
  .graph li span{
    top: -45px;
    font-size: 1.2rem;
  }
  .year{
    font-size: 0.9rem;
  }
}
.graph li  .name {
  font-size: 10px;
}
.graph li:nth-of-type(1) {
  height: 51%;/*2022*/
}
.graph li:nth-of-type(2) {
  height: 78%;/*2023*/
}
.graph li:nth-of-type(3) {
  height: 91%;/*2024*/
}
.graph li:nth-of-type(4) {
  height: 85%;/*2025*/
}
/********data********/
#business .container{
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1025px) {
  #business .container{
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
#business .color_heading{
  padding: 0;
  display: block;
}
#business .heading_block{
  width: 100%;
  padding: 60px;
  padding-left: calc(2.94117vw + 14px);
  padding-right: calc(2.94117vw + 14px);
  text-align: left;
}
#business .title{
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
#business .title span{
  display: inline-block;
  font-size: 1.7rem;
}
@media only screen and (min-width: 1025px) {
  #business .heading_block{
    padding: 130px;
    text-align: center;
  }
  #business .title{
    margin-bottom: 30px;
    letter-spacing: 0.05em;
  }
  #business .title span{
    font-size: 2.7rem;
  } 
}
.under_bglayer {
  width: 100%;
  position: relative;
  background: url("../business/img/business-bg-t.png") no-repeat center center;
  background-size: contain;
  padding-bottom: 75px;
}
@media only screen and (min-width: 1025px) {
  .under_bglayer {
    padding-bottom: 150px;
  }
}
.top_bglayer {
  position: relative;
}
.top_bglayer p img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.top_bglayer picture img {
  position: absolute;
  width: 36vw;
  height: 36vw;
  border-radius: 999px;
  box-shadow: 0 0 10px 2px rgba(28, 95, 51, 0.05);
}
.top_bglayer picture:nth-of-type(1) img {
  left: 5vw;
  top: -12%;
}
.top_bglayer picture:nth-of-type(2) img {
  right: 5vw;
  bottom: -14%;
}
@media only screen and (min-width: 600px) {
  .top_bglayer p img {
    width: 70%;
  }
  .top_bglayer picture img {
    width: 26vw;
    height: 26vw;
  }
  .top_bglayer picture:nth-of-type(1) img{
    top: 0;
  }
  .top_bglayer picture:nth-of-type(2) img {
    bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .top_bglayer p img {
    width: 50%;
  }
  .top_bglayer picture img {
    width: 19vw;
    height: 19vw;
  }
  .top_bglayer picture:nth-of-type(1) img {
    left: 20vw;
    top: -5%;
  }
  .top_bglayer picture:nth-of-type(2) img {
    right: 20vw;
    bottom: -5%;
  }
  .top_bglayer picture img.fadein {
    opacity: 0;
    transform: translateY(calc(2.24117vw + 40px));
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1);
  }
  .top_bglayer picture:nth-of-type(1) img.fadein {
    animation: fadein-animation 2s cubic-bezier(.215, .61, .355, 1) 1s forwards;
  }
  .top_bglayer picture:nth-of-type(2) img.fadein {
    animation: fadein-animation 2s cubic-bezier(.215, .61, .355, 1) 1.5s forwards;
  }
}
@keyframes fadein-animation {
  0% {
    opacity: 0;
    transform: translateY(calc(2.24117vw + 40px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anker .heading{
  margin-bottom: 40px;
  font-size: 1.7rem;
  text-align: center;
}
.anker .heading + p{
  margin-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
  .anker .heading{
    font-size: 2.7rem;
  }
  .anker .heading + p{
    margin-bottom: 50px;
    text-align: center;
  }
}
.anker .flex {
  width: 80%;
  margin: 0 auto;
  gap: 20px;
}
.anker .flex li{
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .anker .flex {
    width: 100%;
  }
  .anker .flex li{
    width: calc(100% / 3 - 20px);
  }
}
@media only screen and (min-width: 1025px) {
  .anker .flex {
    width: 80%;
    gap: 30px;
  }
  .anker .flex li{
    width: calc(100% / 3 - 30px);
  }
}
.anker .flex li a{
  padding: 14px;
}
#business article:first-child{
  margin-top: -120px;
}
#business article section{
  margin-bottom: 60px;
}
#business article .heading{
  margin: 20px 0 40px;
  padding-left: calc(2.94117vw + 14px);
  padding-right: calc(2.94117vw + 14px);
}
#business article .heading span{
  display: block;
  font-size: 0.65rem;
  letter-spacing: .05em;
  color: #46b46e;
}
  #holdings,
  #synegy,
  #growth{
    padding-top: 120px;
    margin-top: -120px;
  }
@media only screen and (min-width: 1025px) {
  #business article section{
    margin-bottom: 160px;
  }
  #holdings,
  #synegy,
  #growth{
    padding-top: 218px;
    margin-top: -218px;
  }
  #business article .heading{
    margin-bottom: 80px;
    text-align: center;
  }
  #business article .heading span{
    margin-bottom: 20px;
    font-size: 0.75rem;
  }
}
#business article .flex{
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(2.94117vw + 14px);
  padding-right: calc(2.94117vw + 14px);
}
#business article .flex_item p:not(:last-child){
  margin-bottom: 20px;
}
#holdings .flex_item,
#growth .flex_item,
#synegy .flex_item{
  order: 2;
}
#holdings .flex > p,
#growth .flex > p,
#synegy .flex > p{
  display: block;
  margin-bottom: 40px;
  order: 1;
}
@media only screen and (min-width: 1025px) {
  #holdings .flex,
  #growth .flex{
    margin-right: calc(-2.94117vw + -14px)!important;
  }
  #synegy .flex{
    margin-left: calc(-2.94117vw + -14px)!important;
  }
  #holdings .flex_item,
  #growth .flex_item{
    order: 1;
  }
  #holdings .flex > p,
  #growth .flex > p{
    margin-right: 0;
    order: 2;
  }
  #synegy .flex_item{
    order: 2;
  }
  #synegy .flex > p{
    display: block;
    margin-left: 0;
    order: 1;
  }
  #holdings .flex > p,
  #growth .flex > p,
  #synegy .flex > p{
    margin-bottom: 0!important;
  }
}
@media only screen and (min-width: 1025px) {
  #business article .flex_item{
    width: 41%;
  }
  #business article .flex > p{
    width: 54%;
  }
}
#business article ol {
  margin-top: 20px;
  counter-reset: custom-counter;
}
#business article ol li {
  counter-increment: count1;
  padding-left: 30px;
  position: relative;
  font-size: 0.8rem;
  color: #b7b8b9;
}
#business article ol li:before {
  display: block;
  counter-increment: custom-counter;
  content: "※" counter(custom-counter) " ";
  position: absolute;
  left: 0;
}
#business article .flex span{
  display: block;
  margin: 20px 0;
  font-size: 0.8rem;
  color: #b7b8b9;
  padding-left: 1em;
  text-indent: -1em;
}
/********パンくず********/
.breadcrumb.container {
  padding-top: 40px!important;
  padding-bottom: 0!important;
}
.breadcrumb ol{
  display: flex;
  align-items: center;
  font-size: 0.750rem;
}
.breadcrumb ol li{
  display: flex;
  margin-right: 20px;
}
.breadcrumb ol li:last-child {
  font-weight: bold;
}
.breadcrumb ol li:not(:last-child):after {
  content: "»";
  display: inline-block;
  margin-left: 20px;
}