@charset "utf-8";
/*==================================================
font
==================================================*/
/*==================================================
cmn
==================================================*/
.wrap-f {
  max-width: 140rem;
  width: 100%;
  padding: 0 5rem;
  margin: 0 auto;
}
.wrap {
  max-width: 120rem;
  width: 100%;
  padding: 0 5rem;
  margin: 0 auto;
}
.wrap-m {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 120rem;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 80rem;
  width: 100%;
}
/*==================================================
head
==================================================*/
.site-header::after {
  content: "";
  display: block;
  clear: both;
  z-index: 999;
}
.site-header {
  width: 100%;
  z-index: 300;
  padding: 0 5rem;
  transition: .4s;
  position: absolute;
  z-index: 900;
  text-align: center;
}
.site-header .head-box {
  height: 12rem;
  transition: .3s;
}
.site-header .site-title {
  line-height: 0;
  text-align: left;
}
.site-header .site-title a {
  display: block;
}
.site-header .site-title img {
  width: 7rem;
}
.site-header .site-title .img {
  display: block;
  margin-right: 2rem;
}
.site-header .site-title .txt {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: normal;
}
.site-header .navi-box {
  width: 75%;
}
.site-header .navi-box, .site-header .navi-h, .site-header .gnavi {
  justify-content: flex-end;
}
.site-header .gnavi {
  padding-bottom: 1rem;
}
.site-header .gnavi li {
  position: relative;
  line-height: 1em;
}
.site-header .gnavi .navi a {
  display: block;
  margin-left: 4rem;
}
.button-toggle {
  display: none;
}
/*==================================================
foot
==================================================*/
.site-footer {
  text-align: center;
}
.site-footer .foot-box {
  padding: 10rem 0;
}
.site-footer .foot-box h2 {
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.5em;
  margin-bottom: 5rem;
  color: #fff;
}
.site-footer .foot-box p {
  font-size: 3rem;
  line-height: 1.5em;
  margin-bottom: 5rem;
  color: #fff;
}
.site-footer .foot-box .btn-line {
  max-width: 40rem;
  width: 100%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 100px;
  font-size: 3rem;
}
.site-footer .foot-box .btn-line .icon {
  max-width: 10rem;
  width: 100%;
  display: block;
  margin: 0 auto 1rem;
}
.company-box {
  background: #929289;
  padding: 5rem 0;
  text-align: left;
}
.company-box .flex-box {
  justify-content: center;
  gap: 5rem;
}
.company-box .img-box {}
.site-footer address {
  font-style: normal;
  font-size: 1.2rem;
  padding: 2rem 0;
}
.company-box a{
	text-decoration: underline;
}
/*==================================================
content
==================================================*/
.pin {
  position: relative;
  top: -120px;
  display: block;
}
section {
  padding: 15rem 0;
  position: relative;
}
.tit01 {
  font-size: 4.2rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 5rem;
  font-family: 'Madefor Display', sans-serif;
  font-weight: 700; /* Bold */
}
.tit02 {
  font-size: 3.2rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 5rem;
}
.tit03 {
  font-size: 5.2rem;
  line-height: 2em;
  margin-bottom: 5rem;
  font-family: 'Madefor Display', sans-serif;
  font-weight: 700; /* Bold */
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.pad-tb00 {
  padding: 0;
}
.pad-t00 {
  padding-top: 0;
}
.bg-green-l {
  background: #e5ece4;
}
.bg-gray-l {
  background: #ebebeb;
}
.bg-blue {
  background: #52B0BF;
}
.txt-blue {
  color: #52B0BF;
}
/*カラム*/
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
/*ボタン*/
/*youtube*/
.youtube-link {
  cursor: pointer;
}
.youtube-link:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*google map*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sb-site, .sb-site-container {
  background: none;
}
/*==================================================
index
==================================================*/
.main-sec {
  padding: 20rem 0;
  width: 100%;
  display: table;
}
.main-sec .wrap {
  display: table-cell;
  vertical-align: middle;
}
.main-sec .inner {
  position: relative;
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
}
.main-sec .txt-box .flex-box {
  justify-content: center;
}
.main-sec .txt-box .txt-l {
  text-align: right;
}
.main-sec .txt-box .txt01 {
  color: #7EB8BB;
  font-size: 15rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 2rem;
}
.main-sec .txt-box .txt02 {
  color: #39855A;
  font-size: 15rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1em;
}
.main-sec .txt-box .txt03 {
  font-size: 10rem;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1em;
}
.main-sec .img01 {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  width: 21rem;
}
.main-sec .img02 {
  position: absolute;
  top: 80%;
  right: 0;
  transform: translateY(-50%);
  width: 17.5rem;
}
.half-circle {
  width: 40rem;
  height: 20rem;
  background-color: #b9d6d8;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
}
.about-sec h2 {
  font-size: 10rem;
  font-weight: bold;
  line-height: 1.2em;
  display: inline-block;
  z-index: 2;
  position: relative;
  margin: -1.4em 0 0 1em;
}
.about-sec h2 .s {
  font-size: 50%;
}
.about-sec h2 .txt02 {
  display: block;
  text-align: right;
  margin-right: -1em;
}
.about-sec .tit-box {
  position: relative;
}
.about-sec .img-txt-box .img-box {
  width: 40rem;
  margin-right: 2rem;
  margin-left: 10rem;
}
.about-sec .img-txt-box .txt-box {
  flex: 1;
}
.about-sec .img-txt-box .txt-box h3 {
  font-size: 9rem;
  font-weight: bold;
  line-height: 1.2em;
}
.about-sec .img-txt-box .txt-box h3 span{
	display: block;
}
.about-sec .img-txt-box .txt-box h3 .txt02 {
  font-size: 85%;
}
.point-sec .tit-box {
  font-weight: bold;
}
.point-sec .tit-box .flex-box {
  justify-content: flex-start;
}
.point-sec .tit-box h2 {
  font-size: 5rem;
  line-height: 1.2em;
}
.point-sec .tit-box .txt-box01 {
  margin-right: 5rem;
}
.point-sec .tit-box p {
  font-size: 12rem;
  line-height: 1.1em;
}
.point-sec .tit-box .txt02 {
  display: block;
}
.point-sec .tit-box .txt03 {
  display: block;
  font-size: 80%;
  text-align: right;
  margin-right: -0.5em;
}
.point-box:not(:last-child) {
  margin-bottom: 10rem;
}
.point-box .point-num {
  width: 20rem;
  height: 20rem;
  color: #fff;
  display: table;
  background: #52B0BF;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1em;
}
.point-box .point-num .num {
  font-size: 200%;
  display: block;
  line-height: 1em;
}
.point-box .point-num .inner {
  display: table-cell;
  vertical-align: middle;
  padding-top: 2rem;
}
.point-box .txt-img-box {
  justify-content: center;
  margin-bottom: 3rem;
}
.point-box .txt-img-box .img-box {
  width: 65rem;
  padding: 0 5rem;
  text-align: center;
}
.point-box.point02 .txt-img-box .img-box img {
  width: 50%;
}
.point-box h3 {
  text-align: center;
}
.point-box h3 span {
  display: inline-block;
  text-align: left;
  font-size: 4rem;
  line-height: 1.5em;
}
.point-box.point03 {
  text-align: center;
}
.point-box.point03 .point-num {
  margin: 0 auto 3rem;
}
.point-box.point03 .box01 {
  text-align: center;
  margin-bottom: 8rem;
}
.point-box.point03 .box01 p {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1em;
}
.point-box.point03 .box01 .flex-box {
  justify-content: center;
  margin-bottom: 4rem;
}
.point-box.point03 .box01 .img-box {
  order: 1;
  width: 50rem;
  padding: 0 3rem;
}
.point-box.point03 .box01 .txt-box:first-of-type {
  order: 0;
}
.point-box.point03 .box01 .txt-box:last-of-type {
  order: 2;
}
.point-box.point03 h3 {
  display: inline-block;
  font-weight: bold;
	text-align: left;
}
.point-box.point03 h3 span {
  display: block;
}
.point-box.point03 h3 .txt01 {
  font-size: 13rem;
  transform: rotate(-10deg);
  margin-bottom: 6rem;
}
.point-box.point03 h3 .txt02 {
  font-size: 8rem;
  margin-left: 2em;
}
.point-box.point03 .img-box02 {
  max-width: 55rem;
  width: 100%;
  margin: 5rem auto;
}
.point-box.point03 .img-box03 {
  max-width: 65rem;
  width: 100%;
  margin: 10rem auto 5rem;
}
.point-box.point03 h4 {
  font-weight: bold;
  line-height: 1.5em;
}
.point-box.point03 h4 .txt01 {
  display: block;
  font-size: 5rem;
  line-height: 1.5em;
}
.point-box.point03 h4 .txt02 {
  display: block;
  font-size: 10rem;
  line-height: 1.5em;
}
.point-box.point03 h5 {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 4rem;
}
/*==================================================
content
==================================================*/
.reveal {
  position: relative;
  overflow: hidden;
}
.main-sec .reveal-inner {
  display: inline-block;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(to right, #7EB8BB 100%, transparent 0%) no-repeat;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-size 1s ease-in-out;
}
.reveal.on .reveal-inner {
  background-size: 100% 100%;
}

.main-sec .txt02 {
  opacity: 0;
}
.main-sec .txt02.on {
  animation: dropAndBounce 1.2s ease-in-out forwards;
}

@keyframes dropAndBounce {
  0% {
    transform: translateY(-10rem); /* 上から */
    opacity: 0;
  }
  30% {
    transform: translateY(0); /* 地面に着地 */
    opacity: 1;
  }
  50% {
    transform: translateY(-2rem); /* 1回目のバウンド */
    opacity: 1;
  }
  65% {
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    transform: translateY(-1rem); 
    opacity: 1;
  }
  85% {
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateY(-0.5rem); 
    opacity: 1;
  }
  100% {
    transform: translateY(0); 
    opacity: 1;
  }
}
.main-sec .txt03 {
  transform: scale(0.6); 
	opacity: 0;
	
}
.main-sec .txt03.on {
  animation: rotation1 1s ease-in-out;
	transform: scale(1);
	opacity: 1;
}
.point-box.point03 h3{
}
.point-box.point03 h3 .txt{
	 transform-origin: center center; /* ← 中心を基準に変形 */
	display: inline-block;
	opacity: 0;
}
.point-box.point03 h3 .txt.on {
  animation: rotation1 1s ease-in-out;
	transform: scale(1);
	opacity: 1;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0deg) scale(0.6);
	  opacity: 0;
  }
  100% {
    transform: rotate(360deg) scale(1); 
	  opacity: 1;
  }
}
.top-img-sec{
	transform: scale(0.7);
 
	opacity: 0;
	 transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
.top-img-sec.on{
	transform: scale(1);
	opacity: 1;
}
.about-sec .img-txt-box .txt-box h3 .txt01{
	opacity: 0;
}
.about-sec .img-txt-box .txt-box h3 .txt01.on {
  animation: dropAndBounce 1.2s ease-in-out forwards;
}
.half-circle {
  transform-origin: left bottom;
 transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: rotate(-45deg);
	opacity: 0;
}

.half-circle.on {
  transform: rotate(0deg);
	opacity: 1;
}
.about-sec h2 .txt02 .reveal-inner {
  display: inline-block;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(to right, #000 100%, transparent 0%) no-repeat;
  background-size: 0% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-size 1s ease-in-out;
}
.about-sec h2 .txt02.on .reveal-inner {
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.2rem;
  }
  section {
    padding: 8rem 0;
  }
  .wrap, .wrap-m, .wrap-s, .wrap-f {
    padding: 0 8vw;
  }
  .site-footer {
    position: relative;
    background: #fff;
  }
  .site-footer .sns-list li {
    width: 7rem;
  }
  .foot-navi {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translateY(100%);
    z-index: 900;
  }
  .foot-navi.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .foot-navi li {
    display: inline-block;
    width: 7rem;
    margin: 0 1rem;
  }
  /*==================================================
head
==================================================*/
  main {
    padding-top: 0px;
  }
  .pin {
    top: 1px;
  }
  .site-header {
    padding: 0 5vw;
  }
  .site-header .site-title .txt {
    font-size: 2.4rem;
  }
  .site-header .site-title img {
    width: 5rem;
  }
  .site-header .head-box {
    height: 12rem !important;
  }
  .site-header .navi-box {
    display: none;
  }
  .menu_btn {
    display: block;
  }
  .site-header .sub-navi {
    display: none;
  }
  .button-toggle {
    margin-left: 0;
    display: block;
  }
  .sb-slidebar {
    width: 100%;
  }
  .button-toggle {
    position: absolute;
    top: 2rem;
    right: 1rem;
    z-index: 998;
    margin-left: 2rem;
    line-height: 0;
    cursor: pointer;
  }
  .menu_btn {
    width: 8rem;
    height: 8rem;
    position: relative;
    border-radius: 100%;
    vertical-align: middle;
    background: url(../img/top/main_point_bg01.svg) no-repeat center;
    background-size: contain;
  }
  .menu_btn .hamburger {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 900;
    display: block;
    margin-left: auto;
  }
  .menu_btn .hamburger_bar {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
  }
  .menu_btn .hamburger_bar:nth-child(1) {
    top: 0;
  }
  .menu_btn .hamburger_bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu_btn .hamburger_bar:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
  }
  .sb-active .menu_btn .hamburger .hamburger_bar {
    background: #000;
  }
  .sb-active .menu_btn .hamburger .hamburger_bar:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  .sb-active .menu_btn .hamburger .hamburger_bar:nth-child(2) {
    opacity: 0;
  }
  .sb-active .menu_btn .hamburger .hamburger_bar:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
  }
  #sb-site, .site-header {
    transform: translate(0) !important;
  }
  .sb-slidebar {
    width: 100%;
    background: #fff;
    padding: 10rem 8vw 10rem;
    z-index: 901;
    display: block;
    transform: translateX(100%);
  }
  .sb-slidebar.sb-active {
    transform: translateX(0%);
  }
  .sb-slidebar .gnavi {
    background: #fff;
    padding: 5vw;
    text-align: center;
    font-size: 3rem;
    border-radius: 2rem;
  }
  .sb-slidebar .gnavi img {
    width: 4.4rem;
  }
  .sb-slidebar .gnavi .icon {
    display: inline-block;
    margin-right: 1.5rem;
    vertical-align: middle;
    margin-top: -2rem;
  }
  .sb-slidebar .gnavi .txt {
    display: inline-block;
    vertical-align: middle;
  }
  .sb-slidebar .gnavi li {
    margin-bottom: 1rem;
  }
  .sb-slidebar .gnavi li.navi {}
  /*==================================================
TOP
==================================================*/
  .main-sec {
    padding-bottom: 5rem;
  }
  .main-sec .img01 {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: translateY(0%);
    width: 18rem;
    display: inline-block;
  }
  .main-sec .img02 {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: translateY(0%);
    width: 14.5rem;
    display: inline-block;
    float: right;
  }
  .main-sec .txt-box {
    display: inline-block;
    margin-bottom: 3rem;
  }
  .main-sec .txt-box .txt01, .main-sec .txt-box .txt02 {
    font-size: 12rem;
    text-align: left;
  }
	.main-sec .txt-box .flex-box{
		display:block;
	}
  .main-sec .txt-box .txt-r {
float: right;
  }
  .about-sec {
    text-align: center;
  }
  .about-sec h2 {
    font-size: 5.5rem;
    margin-left: 0;
  }
  .about-sec h2 .txt02 {
    margin-right: 0;
  }
  .half-circle {
    width: 30rem;
    height: 15rem;
  }
  .about-sec .img-txt-box .img-box {
    width: 100%;
    margin: 2rem 0;
  }
  .about-sec .img-txt-box .img-box img {
    width: 60%;
  }
  .about-sec .img-txt-box .txt-box {
    width: 100%;
    display: block;
  }
  .about-sec .img-txt-box .txt-box h3 {
    font-size: 6rem;
  }
	.about-sec .img-txt-box .txt-box h3
  .point-sec .tit-box {
    text-align: center;
    margin-bottom: 5rem;
  }
  .point-sec .tit-box .flex-box {
    justify-content: center;
  }
  .point-sec .tit-box .txt-box01 {
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .point-sec .tit-box h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .point-sec .tit-box .txt-box02 {
    display: inline-block;
  }
  .point-sec .tit-box p {
    font-size: 8rem;
  }
  .point-box h3 span {
    display: block;
    text-align: center;
  }
  .point-box.point03 .box01 .img-box {
    order: 0;
    padding: 0 3rem;
    width: 100%;
    margin-bottom: 5rem;
  }
  .point-box.point03 .box01 .txt-box:first-of-type {
    order: 1;
  }
  .point-box.point03 .box01 .txt-box:last-of-type {
    order: 2;
  }
  .point-box.point03 .box01 p {
    font-size: 5rem;
    margin: 0 1rem;
  }
  .point-box.point03 h3 {
    display: block;
  }
  .point-box.point03 h3 .txt01 {
    font-size: 7rem;
    margin-bottom: 3rem;
    text-align: left;
  }
  .point-box.point03 h3 .txt02 {
    font-size: 4rem;
    margin-left: 0;
    text-align: right;
  }
  .point-box.point03 h4 .txt01 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  .point-box.point03 h4 .txt02 {
    font-size: 6rem;
  }
  .point-box.point03 h5 {
    font-size: 4rem;
  }
}