@charset "UTF-8";
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .-pc {
    display: none !important;
  }
}

.-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .-sp {
    display: block !important;
  }
}

/*------------------------------------------------------------
	STYLE
------------------------------------------------------------*/
.wrap {
  position: relative;
  width: 100%;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.bg.-front {
  z-index: 10;
}
.bg.-front .ellipse {
  position: absolute;
  will-change: translate;
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1.2s ease, filter 1.2s ease;
  transition-delay: 250ms;
}
.bg.-front .ellipse.-show {
  opacity: 1;
  filter: blur(0px);
}
.bg.-front .ellipse1 {
  top: 62.8571428571vw;
  left: 79.2857142857vw;
  transform: rotate(-322deg);
}
@media screen and (max-width: 767px) {
  .bg.-front .ellipse1 {
    top: 113.8095238095vw;
    left: 85.2380952381vw;
    transform: rotate(-322deg);
  }
}
.bg.-front .ellipse2 {
  top: 52.1428571429vw;
  left: 17.1428571429vw;
  transform: rotate(-230deg);
}
@media screen and (max-width: 767px) {
  .bg.-front .ellipse2 {
    top: 109.7619047619vw;
    left: -2.380952381vw;
    transform: rotate(-230deg);
  }
}
.bg.-front .ellipse3 {
  top: 107vw;
  left: 81vw;
  transform: rotate(-125deg);
}
@media screen and (max-width: 767px) {
  .bg.-front .ellipse3 {
    top: 263.8095238095vw;
    left: 92.380952381vw;
    transform: rotate(-38deg);
  }
}
.bg.-front .ellipse4 {
  top: 205.3571428571vw;
  left: 74vw;
  transform: rotate(-32deg);
}
@media screen and (max-width: 767px) {
  .bg.-front .ellipse4 {
    top: 540vw;
    left: -2.380952381vw;
    transform: rotate(-32deg);
  }
}
.bg.-front .ellipse5 {
  top: 340.0714285714vw;
  left: 58.0714285714vw;
  transform: rotate(-33deg);
}
@media screen and (max-width: 767px) {
  .bg.-front .ellipse5 {
    top: 980vw;
    left: 9.7619047619vw;
    transform: rotate(-33deg);
  }
}
.bg.-front .ellipse6 {
  top: 504.3571428571vw;
  left: 79vw;
  transform: rotate(-14deg);
}
.bg.-back .ellipse {
  position: absolute;
  will-change: translate;
  opacity: 0;
  filter: blur(12px);
  transition: opacity 1.2s ease, filter 1.2s ease;
  transition-delay: 500ms;
}
.bg.-back .ellipse.-show {
  opacity: 1;
  filter: blur(0px);
}
.bg.-back .ellipse1 {
  top: 6.5vw;
  left: 32.7142857143vw;
  transform: rotate(-212deg);
}
@media screen and (max-width: 767px) {
  .bg.-back .ellipse1 {
    top: 25.7142857143vw;
    left: 12.380952381vw;
    transform: rotate(-212deg);
  }
}
.bg.-back .ellipse2 {
  top: 12.5vw;
  left: 87.7142857143vw;
  transform: rotate(-254deg);
}
.bg.-back .ellipse3 {
  top: 93vw;
  left: 53vw;
  transform: rotate(-112deg);
}
@media screen and (max-width: 767px) {
  .bg.-back .ellipse3 {
    top: 236.1904761905vw;
    left: 75.7142857143vw;
    transform: rotate(-132deg);
  }
}
.bg.-back .ellipse4 {
  top: 106vw;
  left: 65.7857142857vw;
  transform: rotate(-38deg);
}
@media screen and (max-width: 767px) {
  .bg.-back .ellipse4 {
    top: 518vw;
    left: 86.9047619048vw;
    transform: rotate(-136deg);
  }
}
.bg.-back .ellipse5 {
  top: 197.7142857143vw;
  left: 84.6428571429vw;
  transform: rotate(-136deg);
}
.bg.-back .ellipse6 {
  top: 357.7142857143vw;
  left: 85.8571428571vw;
  transform: rotate(-146deg);
}
@media screen and (max-width: 767px) {
  .bg.-back .ellipse6 {
    top: 979vw;
    left: 82.8571428571vw;
    transform: rotate(-146deg);
  }
}
.bg.-back .ellipse7 {
  top: 461.3571428571vw;
  left: 75vw;
  transform: rotate(-221deg);
}
@media screen and (max-width: 767px) {
  .bg.-back .ellipse7 {
    top: 1463vw;
    left: 78.0952380952vw;
    transform: rotate(-221deg);
  }
}
.bg.-back .ellipse8 {
  top: 474.7857142857vw;
  left: 22.1428571429vw;
  transform: rotate(-317deg);
}
@media screen and (max-width: 767px) {
  .bg.-back .ellipse8 {
    top: 1483vw;
    left: 2.380952381vw;
    transform: rotate(-317deg);
  }
}
.bg.-back .ellipse9 {
  top: 566vw;
  left: 18.7142857143vw;
  transform: rotate(-211deg);
}
.bg.-back .ellipse10 {
  top: 611vw;
  left: 82.4285714286vw;
  transform: rotate(-331deg);
}
@media screen and (max-width: 767px) {
  .bg.-back .ellipse10 {
    top: 1904vw;
    left: 92.8571428571vw;
    transform: rotate(-331deg);
  }
}
.bg > div.-s {
  width: 3.5714285714vw;
  height: 12.2142857143vw;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .bg > div.-s {
    width: 7.1428571429vw;
    height: 24.2857142857vw;
  }
}
.bg > div.-m {
  width: 4.2857142857vw;
  height: 14.5714285714vw;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .bg > div.-m {
    width: 8.3333333333vw;
    height: 29.0476190476vw;
  }
}
.bg > div.-l {
  width: 4.8571428571vw;
  height: 16.5714285714vw;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .bg > div.-l {
    width: 9.5238095238vw;
    height: 33.3333333333vw;
  }
}
.bg > div.-green {
  background: #adcb9b;
}
.bg > div.-yellow {
  background: #ffd13f;
}
.bg > div.-purple {
  background: #a9a1c5;
}
.bg > div.-blue {
  background: #8ec5d3;
}
.bg > div.-pink {
  background: #e4b6b1;
}
.bg > div.-orange {
  background: #e6ae58;
}
.bg > div.-red {
  background: #e29f9f;
}
.bg > div.-bluegreen {
  background: #91c3ae;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transform: translate3d(0, -110%, 0);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .header {
    transform: translate3d(0, -110%, 0);
  }
}
.header.-show {
  transform: translate3d(0, 0, 0);
}
.header .inner {
  display: flex;
  justify-content: space-between;
  padding: 3.5714285714vw 3.5714285714vw 0;
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding: 4.7619047619vw 4.7619047619vw 0;
  }
}
.header .inner h1 {
  width: 18.3571428571vw;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .header .inner h1 {
    position: relative;
    z-index: 10;
    width: 32.1428571429vw;
  }
}
.header .inner h1:hover {
  filter: brightness(1.2);
}
.header_navi {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_navi {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.header_navi_buger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_navi_buger {
    position: absolute;
    z-index: 10;
    top: 7.1428571429vw;
    right: 4.7619047619vw;
    display: block;
    width: 9.5238095238vw;
    height: 9.5238095238vw;
  }
  .header_navi_buger > span {
    position: relative;
    display: block;
    width: 9.5238095238vw;
    height: 9.5238095238vw;
  }
  .header_navi_buger > span:before, .header_navi_buger > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.7142857143vw;
    background: #808080;
    transform: translate(-50%, -50%) rotate(0);
    transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
  .header_navi_buger > span:before {
    top: calc(50% - 2.380952381vw);
  }
  .header_navi_buger > span:after {
    top: calc(50% + 2.380952381vw);
  }
  .header_navi_buger > span > span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 0.7142857143vw;
    background: #808080;
    transform: translate(-50%, -50%);
    transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
  .header_navi_buger.-open > span:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .header_navi_buger.-open > span:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-225deg);
  }
  .header_navi_buger.-open > span > span {
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .header_navi_body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
  .header_navi_body.-open {
    opacity: 1;
    background: #fff;
    pointer-events: auto;
  }
}
.header_navi_list {
  display: flex;
  gap: 2.5vw;
  font-size: 1.4285714286vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header_navi_list {
    flex-flow: column;
    gap: 11.9047619048vw;
    padding-top: 30.9523809524vw;
    font-size: 4.2857142857vw;
    text-align: center;
  }
}
.header_navi_list_item a {
  position: relative;
  color: #000;
  text-decoration: none;
}
.header_navi_list_item a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.1428571429vw;
  background: #000;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.header_navi_list_item a:hover:before {
  width: 100%;
}
.header_navi_list_item:last-child a {
  padding: 0.2142857143vw 1.6428571429vw 0.5vw;
  border: 0.1428571429vw solid #d96d65;
  border-radius: 7.1428571429vw;
  background: #d96d65;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .header_navi_list_item:last-child a {
    padding: 0.7142857143vw 5.4761904762vw 1.6666666667vw;
  }
}
.header_navi_list_item:last-child a:before {
  display: none;
}
.header_navi_list_item:last-child a:hover {
  background: #fff;
  color: #d96d65;
}

.contents {
  z-index: 2;
}

.fv {
  position: relative;
  z-index: 2;
  padding: 18.9285714286vw 0 0;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 26.1904761905vw 0 0;
  }
}
.fv_imgs {
  overflow: hidden;
}
.fv_list {
  display: flex;
  gap: 2.8571428571vw;
  width: max-content;
  animation: marquee 150s linear infinite;
}
.fv_list_item {
  flex-shrink: 0;
  width: 48.5714285714vw;
  height: 48.5714285714vw;
  border-radius: 24.2857142857vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv_list_item {
    width: 113.3333333333vw;
    height: 113.3333333333vw;
    border-radius: 56.6666666667vw;
  }
}
.fv_list_item img {
  width: 100%;
  opacity: 0;
  transform-origin: center center;
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.fv_list_item.-show img {
  opacity: 1;
  transform: scale(1);
}
@keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.read {
  position: relative;
  z-index: 2;
}
.read .inner {
  padding: 2.1428571429vw 7.1428571429vw 0;
}
@media screen and (max-width: 767px) {
  .read .inner {
    padding: 7.1428571429vw 0 0;
  }
}
.read h2 {
  font-size: 4.4285714286vw;
  line-height: 1.7741935484;
  letter-spacing: 0.16em;
  color: #d96d65;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .read h2 {
    font-size: 9.0476190476vw;
    line-height: 1.7894736842;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  .read h2 > .-nospc {
    letter-spacing: -0.3em;
  }
  .read h2 > .-indent {
    display: inline-block;
    padding-left: 5.9523809524vw;
  }
}
.read h2 + p {
  padding-top: 4.2857142857vw;
}
@media screen and (max-width: 767px) {
  .read h2 + p {
    padding-top: 8.3333333333vw;
  }
}
.read p {
  padding: 0 0 0 3.5714285714vw;
  font-size: 1.3571428571vw;
  line-height: 2.4210526316;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .read p {
    padding: 0 5.9523809524vw 0 5.9523809524vw;
    font-size: 3.5714285714vw;
    line-height: 2;
  }
}
.read p + p {
  padding-top: 1em;
}

.instagram {
  position: relative;
  z-index: 2;
  margin: 0 3.5714285714vw 0 0;
  padding: 6.7857142857vw 0 0;
}
@media screen and (max-width: 767px) {
  .instagram {
    margin: 19.0476190476vw 0 0 0;
    padding: 0;
    border-radius: 0;
  }
}
.instagram .inner {
  padding: 0 0 0 5vw;
  border-radius: 0 5vw 5vw 0;
  background: #ffd5d5;
}
@media screen and (max-width: 767px) {
  .instagram .inner {
    padding: 10.7142857143vw 7.1428571429vw 5.9523809524vw;
    border-radius: 0;
  }
}
.instagram_contents {
  padding: 4.6428571429vw 0 4.2857142857vw;
  width: 84.2857142857vw;
}
@media screen and (max-width: 767px) {
  .instagram_contents {
    padding: 0;
    width: 100%;
  }
}
.instagram_contents h2 {
  font-size: 1.2857142857vw;
  letter-spacing: 0.7em;
  color: #da8075;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .instagram_contents h2 {
    font-size: 2.8571428571vw;
  }
}
.instagram_contents h2 > span {
  display: block;
  padding: 0 0 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .instagram_contents h2 > span {
    padding: 0 0 2.380952381vw;
  }
}
.instagram_contents h2 img {
  width: 23.7142857143vw;
}
@media screen and (max-width: 767px) {
  .instagram_contents h2 img {
    width: 46.1904761905vw;
  }
}
.instagram_imgs {
  padding: 3.2142857143vw 0 0;
}
@media screen and (max-width: 767px) {
  .instagram_imgs {
    padding: 11.9047619048vw 0 0;
  }
}
.instagram_imgs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .instagram_imgs ul {
    gap: 2.380952381vw;
  }
}
.instagram_imgs ul li {
  width: 20vw;
  height: 20vw;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .instagram_imgs ul li {
    width: 41.6666666667vw;
    height: 41.6666666667vw;
  }
}
.instagram_imgs ul li:hover {
  filter: brightness(1.2);
}
.instagram_imgs ul li img, .instagram_imgs ul li svg, .instagram_imgs ul li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.instagram_imgs ul .instagram_imgs_loader {
  margin: 0 auto;
  width: 20vw;
  height: 41.4285714286vw;
}
@media screen and (max-width: 767px) {
  .instagram_imgs ul .instagram_imgs_loader {
    width: 41.6666666667vw;
    height: 85.7142857143vw;
  }
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect {
  animation: fillFade 1s ease infinite;
  fill-opacity: 0.25;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect1 {
  animation-delay: 0s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect2 {
  animation-delay: 0.1s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect3 {
  animation-delay: 0.2s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect4 {
  animation-delay: 0.3s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect5 {
  animation-delay: 0.4s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect6 {
  animation-delay: 0.5s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect7 {
  animation-delay: 0.6s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect8 {
  animation-delay: 0.7s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect9 {
  animation-delay: 0.8s;
}
.instagram_imgs ul .instagram_imgs_loader .loader_rect10 {
  animation-delay: 0.9s;
}
@keyframes fillFade {
  from {
    fill-opacity: 1;
  }
  to {
    fill-opacity: 0.25;
  }
}
.instagram_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.9285714286vw;
  padding: 5vw 0 0;
}
@media screen and (max-width: 767px) {
  .instagram_link {
    padding: 7.1428571429vw 0 0;
  }
}
.instagram_link a {
  display: block;
}
.instagram_link_id a {
  position: relative;
  margin-top: 7.5714285714vw;
  padding: 0.5714285714vw 2vw;
  border: 0.1428571429vw solid #da8075;
  border-radius: 7.1428571429vw;
  background: #da8075;
  font-size: 1.2857142857vw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .instagram_link_id a {
    margin-top: 14.7619047619vw;
    padding: 1.4285714286vw 3.5714285714vw;
    border: 0.4761904762vw solid #da8075;
    border-radius: 23.8095238095vw;
    font-size: 2.619047619vw;
  }
}
.instagram_link_id a:before {
  content: "";
  display: block;
  position: absolute;
  top: -7.5714285714vw;
  left: 50%;
  width: 5.4285714286vw;
  height: 5.4285714286vw;
  background: url("../img/logo_instagram.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .instagram_link_id a:before {
    top: -14.7619047619vw;
    width: 10.7142857143vw;
    height: 10.7142857143vw;
  }
}
.instagram_link_id a:hover {
  background: #fff;
  color: #da8075;
}
.instagram_link_qr {
  width: 10.7142857143vw;
}
@media screen and (max-width: 767px) {
  .instagram_link_qr {
    display: none;
  }
}

.strength {
  position: relative;
  z-index: 2;
  margin: 11.4285714286vw 0 0 3.5714285714vw;
  padding: 10.7142857143vw 0 0;
}
@media screen and (max-width: 767px) {
  .strength {
    margin: 0;
    padding: 0;
  }
}
.strength .inner {
  padding: 0 5vw 0 0;
  border-radius: 5vw 0 0 5vw;
  background: #f6e7c0;
}
@media screen and (max-width: 767px) {
  .strength .inner {
    padding: 26.1904761905vw 0 28.5714285714vw;
    border-radius: 0;
    background: none;
  }
}
.strength_contents {
  padding: 7.1428571429vw 0 7.1428571429vw;
  width: 84.2857142857vw;
}
@media screen and (max-width: 767px) {
  .strength_contents {
    padding: 0;
    width: 100%;
  }
}
.strength_contents h2 {
  padding: 0 0 0 10vw;
  font-size: 1.2857142857vw;
  letter-spacing: 0.7em;
  color: #de8000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .strength_contents h2 {
    padding: 0;
    font-size: 2.8571428571vw;
  }
}
.strength_contents h2 > span {
  display: block;
  padding: 0 0 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .strength_contents h2 > span {
    padding: 0 0 2.380952381vw;
  }
}
.strength_contents h2 img {
  width: 20.9285714286vw;
}
@media screen and (max-width: 767px) {
  .strength_contents h2 img {
    width: 40.9523809524vw;
  }
}
.strength_list {
  display: flex;
  flex-flow: column;
  gap: 7.1428571429vw;
  padding: 8.5714285714vw 0 0;
}
@media screen and (max-width: 767px) {
  .strength_list {
    gap: 8.3333333333vw;
    padding: 14.2857142857vw 0 0;
  }
}
.strength_list_item {
  display: flex;
  align-items: center;
  gap: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item {
    flex-flow: column;
    gap: 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .strength_list_item h3 {
    text-align: center;
  }
}
.strength_list_item h3 > span {
  display: inline-block;
  padding: 0 2.5vw 0.7142857143vw 0;
  border-bottom: 2px solid #de8000;
}
@media screen and (max-width: 767px) {
  .strength_list_item h3 > span {
    margin: 0 auto;
    padding: 0 0 0.7142857143vw 0;
    width: 60vw;
    text-align: left;
  }
}
.strength_list_item dl {
  padding: 3.5714285714vw 0 0;
}
@media screen and (max-width: 767px) {
  .strength_list_item dl {
    padding: 3.0952380952vw 0 0;
  }
}
.strength_list_item dl dt {
  font-size: 2.2857142857vw;
  line-height: 1.6875;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .strength_list_item dl dt {
    font-size: 4.7619047619vw;
    line-height: 1.6;
    text-align: center;
  }
  .strength_list_item dl dt > span {
    display: inline-block;
    text-align: left;
  }
}
.strength_list_item dl dd {
  padding: 2.1428571429vw 0 0;
  font-size: 1.1428571429vw;
  line-height: 2.25;
  letter-spacing: 0.125em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .strength_list_item dl dd {
    padding: 4.7619047619vw 7.1428571429vw 0;
    font-size: 3.3333333333vw;
    line-height: 1.8571428571;
    white-space: normal;
  }
}
.strength_list_item.-item1 {
  margin-left: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item1 {
    margin-left: 0;
  }
}
.strength_list_item.-item1 .strength_list_item_img {
  width: 31.5vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item1 .strength_list_item_img {
    margin-right: 7.1428571429vw;
    width: 62.8571428571vw;
  }
}
.strength_list_item.-item1 h3 img {
  width: 22.7142857143vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item1 h3 img {
    width: 44.2857142857vw;
  }
}
.strength_list_item.-item2 {
  margin-left: 20.3571428571vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item2 {
    margin-left: 0;
  }
}
.strength_list_item.-item2 .strength_list_item_img {
  width: 25.2857142857vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item2 .strength_list_item_img {
    width: 50.4761904762vw;
  }
}
.strength_list_item.-item2 h3 img {
  width: 24.4285714286vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item2 h3 img {
    width: 47.8571428571vw;
  }
}
.strength_list_item.-item3 {
  margin-left: 11.7857142857vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item3 {
    margin-left: 0;
  }
}
.strength_list_item.-item3 .strength_list_item_img {
  width: 21.9285714286vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item3 .strength_list_item_img {
    width: 43.8095238095vw;
  }
}
.strength_list_item.-item3 h3 img {
  width: 20.5vw;
}
@media screen and (max-width: 767px) {
  .strength_list_item.-item3 h3 img {
    width: 39.5238095238vw;
  }
}

.service {
  position: relative;
  z-index: 2;
  margin-top: 9.7857142857vw;
  padding-top: 10.7142857143vw;
}
@media screen and (max-width: 767px) {
  .service {
    margin: 0;
    padding: 0;
    background: #bdd9e0;
  }
}
.service:before {
  content: "";
  display: block;
  position: absolute;
  top: 10.7142857143vw;
  left: 0;
  width: 41.8571428571vw;
  height: calc(100% - 15vw);
  border-radius: 0 5vw 5vw 0;
  background: #bdd9e0;
}
@media screen and (max-width: 767px) {
  .service:before {
    display: none;
  }
}
.service .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 6.0714285714vw 0 0;
  width: 85.7142857143vw;
}
@media screen and (max-width: 767px) {
  .service .inner {
    padding: 19.0476190476vw 0 22.619047619vw;
    width: 100%;
  }
}
.service .inner h2 {
  margin-left: auto;
  width: 38.7142857143vw;
  font-size: 1.2857142857vw;
  letter-spacing: 0.7em;
  color: #008093;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service .inner h2 {
    margin: 0 auto;
    width: auto;
    font-size: 2.8571428571vw;
  }
}
.service .inner h2 > span {
  display: block;
  padding: 0 0 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .service .inner h2 > span {
    padding: 0 0 2.380952381vw;
  }
}
.service .inner h2 img {
  width: 17.5714285714vw;
}
@media screen and (max-width: 767px) {
  .service .inner h2 img {
    width: 34.2857142857vw;
  }
}
.service_list {
  display: flex;
  flex-flow: column;
  gap: 4.2857142857vw;
  margin-top: 5vw;
}
@media screen and (max-width: 767px) {
  .service_list {
    gap: 14.2857142857vw;
    margin-top: 19.0476190476vw;
    padding: 0 0 0 7.1428571429vw;
  }
}
.service_list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .service_list_item {
    flex-flow: column;
    gap: 5.9523809524vw;
  }
}
.service_list_item figure {
  display: block;
  width: 42.8571428571vw;
  border-radius: 3.5714285714vw 0 0 3.5714285714vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service_list_item figure {
    width: 100%;
    border-radius: 4.7619047619vw 0 0 4.7619047619vw;
  }
}
.service_list_item figure img {
  width: 100%;
}
.service_list_item dl {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .service_list_item dl {
    padding: 0 7.1428571429vw 0 0;
  }
}
.service_list_item dl dt {
  font-size: 2vw;
  line-height: 1.25;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #008093;
}
@media screen and (max-width: 767px) {
  .service_list_item dl dt {
    font-size: 4.5238095238vw;
    line-height: 1.8421052632;
  }
}
.service_list_item dl dd {
  padding: 2.1428571429vw 0 0;
  font-size: 1.1428571429vw;
  line-height: 2.25;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .service_list_item dl dd {
    padding: 3.5714285714vw 0 0;
    font-size: 3.3333333333vw;
    line-height: 1.8571428571;
  }
}

.company {
  margin-top: 8.9285714286vw;
  padding-top: 10.7142857143vw;
}
@media screen and (max-width: 767px) {
  .company {
    margin: 0;
    padding: 0;
  }
}
.company .inner {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .company .inner {
    padding: 29.7619047619vw 7.1428571429vw 0;
  }
}
.company .inner h2 {
  font-size: 1.2857142857vw;
  letter-spacing: 0.7em;
  color: #009183;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company .inner h2 {
    font-size: 2.8571428571vw;
  }
}
.company .inner h2 > span {
  display: block;
  padding: 0 0 1.0714285714vw;
}
@media screen and (max-width: 767px) {
  .company .inner h2 > span {
    padding: 0 0 2.380952381vw;
  }
}
.company .inner h2 img {
  width: 22.1428571429vw;
}
@media screen and (max-width: 767px) {
  .company .inner h2 img {
    width: 43.3333333333vw;
  }
}
.company_logo {
  margin: 5.7142857143vw auto 7.1428571429vw;
  width: 29.2857142857vw;
}
@media screen and (max-width: 767px) {
  .company_logo {
    margin: 16.6666666667vw auto;
    width: 55.4761904762vw;
  }
}
.company_contents {
  display: flex;
  align-items: center;
  gap: 5vw;
  margin-right: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .company_contents {
    flex-flow: column;
    gap: 8.3333333333vw;
    margin: 0;
  }
}
.company_txt {
  width: 50.8571428571vw;
  padding: 5.7142857143vw 7.1428571429vw 4.2857142857vw 7.8571428571vw;
  border-radius: 0 5vw 5vw 0;
  background: #d2e6dc;
}
@media screen and (max-width: 767px) {
  .company_txt {
    width: auto;
    padding: 0;
    background: none;
  }
}
.company_txt h3 {
  font-size: 1.7142857143vw;
  line-height: 1;
  letter-spacing: 0.35em;
  color: #646464;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company_txt h3 {
    font-size: 3.8095238095vw;
    text-align: center;
  }
}
.company_txt dl dt {
  padding: 3.9285714286vw 0 0;
  font-size: 1.5714285714vw;
  line-height: 2.0909090909;
  letter-spacing: 0.125em;
  color: #009183;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company_txt dl dt {
    padding: 8.3333333333vw 0 0;
    font-size: 4.2857142857vw;
    line-height: 1.8888888889;
    white-space: normal;
  }
}
.company_txt dl dd {
  padding: 1.4285714286vw 0 0;
  font-size: 1.2857142857vw;
  line-height: 2.25;
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .company_txt dl dd {
    padding: 2.380952381vw 0 0;
    font-size: 3.3333333333vw;
    line-height: 1.8571428571;
  }
}
.company_data {
  width: 36.0714285714vw;
}
@media screen and (max-width: 767px) {
  .company_data {
    width: 100%;
  }
}
.company_data tr {
  border-bottom: 1px solid #009183;
}
.company_data tr:first-child {
  border-top: 1px solid #009183;
}
.company_data tr th, .company_data tr td {
  padding: 1.4285714286vw 1.7857142857vw;
  font-size: 1.2857142857vw;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .company_data tr th, .company_data tr td {
    padding: 4.0476190476vw 4.7619047619vw;
    font-size: 3.3333333333vw;
    line-height: 1.9285714286;
  }
}
.company_data tr th {
  color: #009183;
  white-space: nowrap;
}
.company .company_contents + h3 {
  padding: 11.7857142857vw 0 0;
  font-size: 1.6428571429vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #009183;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company .company_contents + h3 {
    padding: 15.4761904762vw 0 0;
    font-size: 3.8095238095vw;
    line-height: 1.75;
  }
}
.company h3 + p {
  margin: 0 auto;
  padding: 1.7857142857vw 0 0;
  width: 82.1428571429vw;
  font-size: 1.2857142857vw;
  line-height: 2.1666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .company h3 + p {
    margin: 0 auto;
    padding: 4.7619047619vw 0 0;
    width: auto;
    font-size: 3.3333333333vw;
    line-height: 1.8571428571;
  }
}
.company h3 + p > span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company h3 + p > span {
    display: inline !important;
    white-space: normal;
  }
}

.contact {
  margin-top: 10.7142857143vw;
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 0;
    padding: 21.4285714286vw 0 0;
  }
}
.contact .inner {
  text-align: center;
}
.contact .inner h2 {
  font-size: 1.4285714286vw;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .contact .inner h2 {
    font-size: 2.8571428571vw;
  }
}
.contact_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.4285714286vw auto 0;
  width: 23.5714285714vw;
  height: 7.1428571429vw;
  border-radius: 7.1428571429vw;
  border: 2px solid #df6d65;
  background: #df6d65;
  font-size: 2.8571428571vw;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .contact_button {
    margin: 4.7619047619vw auto 0;
    width: 50.2380952381vw;
    height: 13.8095238095vw;
    border-radius: 23.8095238095vw;
    font-size: 6.1904761905vw;
  }
}
.contact_button:hover {
  background: #fff;
  color: #df6d65;
}
.contact_button:hover .inquiry_button_img {
  opacity: 0;
}
.contact_button:hover .inquiry_button_img_hover {
  opacity: 1;
}
.contact_button span {
  position: relative;
  display: inline-block;
}

.footer {
  margin-top: 10.7142857143vw;
  padding: 0 0 1.4285714286vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 0;
    padding: 11.9047619048vw 0 4.7619047619vw;
  }
}
.footer p {
  font-size: 1.1428571429vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 2.619047619vw;
  }
}

#svg-img1 .cls-1, #svg-img1 .cls-2 {
  fill: #fff;
}

#svg-img1 .cls-3, #svg-img1 .cls-4, #svg-img1 .cls-5 {
  fill: none;
}

#svg-img1 .cls-3, #svg-img1 .cls-2 {
  stroke: #0d9e67;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

#svg-img1 .cls-4 {
  stroke: #929292;
  stroke-width: 1.93px;
}

#svg-img1 .cls-4, #svg-img1 .cls-5 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

#svg-img1 .cls-6 {
  fill: #036ea9;
}

#svg-img1 .cls-5 {
  stroke: #df7961;
  stroke-width: 2.74px;
}

#svg-img1 .cls-7 {
  fill: #eab480;
}

#svg-img1 .cls-8 {
  fill: #df7961;
}

#svg-img1 .cls-9 {
  fill: #0d9e67;
}

/* アニメーション定義 */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* デフォルトは非表示 */
#cloud-group,
#line-group,
#heart-anim,
#sparkle-group {
  opacity: 0;
}

/* 1. 吹き出し（雲）：下から上へフェードイン */
#svg-img1.is-animated #cloud-group {
  animation: fadeUp 0.6s ease-out 0.2s both;
}

/* 2. 接続線：フェードイン */
#svg-img1.is-animated #line-group {
  animation: fadeIn 0.5s ease-out 1s both;
}

/* 3. ハート：上から下へフェードイン */
#svg-img1.is-animated #heart-anim {
  animation: fadeDown 0.6s ease-out 1.65s both;
}

/* 4. ハート右上の線：最後にフェードイン */
#svg-img1.is-animated #sparkle-group {
  animation: fadeIn 0.5s ease-out 2.4s both;
}

#svg-img2 .cls-1 {
  stroke: #eab258;
  stroke-width: 3.3px;
}

#svg-img2 .cls-1, #svg-img2 .cls-2, #svg-img2 .cls-3, #svg-img2 .cls-4 {
  fill: none;
}

#svg-img2 .cls-1, #svg-img2 .cls-4 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

#svg-img2 .cls-5 {
  fill: #e8a649;
}

#svg-img2 .cls-2, #svg-img2 .cls-3, #svg-img2 .cls-6, #svg-img2 .cls-7 {
  stroke-miterlimit: 10;
}

#svg-img2 .cls-2, #svg-img2 .cls-7 {
  stroke: #036ea9;
  stroke-width: 3px;
}

#svg-img2 .cls-8 {
  fill: #6ea3db;
}

#svg-img2 .cls-9, #svg-img2 .cls-7 {
  fill: #fff;
}

#svg-img2 .cls-3 {
  stroke: #ffe562;
  stroke-width: 5.19px;
}

#svg-img2 .cls-4 {
  stroke: #babbbc;
  stroke-width: 10.39px;
}

#svg-img2 .cls-10 {
  fill: #036ea9;
}

#svg-img2 .cls-11 {
  fill: #909091;
}

#svg-img2 .cls-6 {
  fill: #eec44d;
  stroke: #ffe671;
  stroke-width: 1.83px;
}

#svg-img2 .cls-12 {
  fill: #eab480;
}

#svg-img2 .cls-13 {
  fill: #df7961;
}

/* デフォルトは非表示 */
#bubble-left,
#bubble-right,
#lightbulb-group {
  opacity: 0;
}

@keyframes fadeUpLeft {
  0% {
    opacity: 0;
    transform: translate(-14px, 14px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeUpRight {
  0% {
    opacity: 0;
    transform: translate(14px, 14px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* 左の吹き出し：左下から上がりながらフェードイン */
#svg-img2.is-animated #bubble-left {
  animation: fadeUpLeft 0.6s ease-out 0.2s both;
}

/* 右の吹き出し + 電球：右下から上がりながらフェードイン */
#svg-img2.is-animated #bubble-right,
#svg-img2.is-animated #lightbulb-group {
  animation: fadeUpRight 0.6s ease-out 0.75s both;
}

#svg-img3 .cls-1 {
  fill: #e8a649;
}

#svg-img3 .cls-2 {
  fill: #6ea3db;
}

#svg-img3 .cls-3 {
  fill: #fff;
}

#svg-img3 .cls-4 {
  fill: none;
  stroke: #eab258;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.91px;
}

#svg-img3 .cls-5 {
  fill: #e38c80;
}

#svg-img3 .cls-6 {
  fill: #036ea9;
}

#svg-img3 .cls-7 {
  fill: #eab480;
}

#svg-img3 .cls-8 {
  fill: #df7961;
}

#svg-img3 .cls-9 {
  fill: #0d9e67;
}

/* デフォルトは非表示 */
#box-group,
#box-lines,
#box-lines-bottom {
  opacity: 0;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 1. ボックス：上から降りながらフェードイン */
#svg-img3.is-animated #box-group {
  animation: fadeDown 0.6s ease-out 0.2s both;
}

/* 2. ボックス上下の線：同タイミングでフェードイン */
#svg-img3.is-animated #box-lines,
#svg-img3.is-animated #box-lines-bottom {
  animation: fadeIn 0.5s ease-out 0.95s both;
}

/*# sourceMappingURL=style.css.map */
