/*
:root {
  --text: #333333;
  --primary: #24A0B5;
  --primary_light: #E9F5F8;
  --primary_dark: #14637D;
//  --accent: #ca0505;
  --wh: #ffffff;
  --wh2: #F5F5F5;
  --bk: #333333;
  --red: #f00;
//  --gray: #999;
}
*/
/*
$breakpoint_cnts0: 1782px;
$breakpoint_cnts1: 1540px; //1460+80
$breakpoint_cnts2: 1160px;
$breakpoint_cnts3: 1210px;
$breakpoint_cnts: 1460px;
$breakpoint_cnts_less: 1459px;
$breakpoint_w1330: 1330px;
$breakpoint_w1329: 1329px;
$breakpoint_tablet: 1280px;
$breakpoint_tablet2: 1024px;
$breakpoint_tablet2_less: 1023px;
//$breakpoint_tablet3: 840px;
$breakpoint_tablet3: 860px;
$breakpoint_tablet3_less: 839px;
$breakpoint_tablet_mini: 768px;
$breakpoint_sp: 767px;
$breakpoint_sp_mini: 541px;
$breakpoint_sp2: 540px;
*/
/*
@mixin l-pc {
  @media screen and (min-width: map-get($breakpoints, 'device_laptop')) {
    @content;
  }
}
@mixin pc {
  @media screen and (max-width: 1024px) {
    @content;
  }
}
*/
main {
  margin-top: -100px;
}

.h2box {
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .h2box {
    margin-bottom: 50px;
  }
}
.h2box h2 {
  color: #24A0B5;
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(4rem, 4.9vw, 7rem);
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.h2box p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

/* fv_block */
/* -------------------------------------------------------- */
/*
.top_fv_block .fv_bg_swiper {
  position: relative;
  height: calc(100vh + 50px);
  border-bottom: 50px solid $primary;
  @include breakpoint__max (device_tablet) {
//    height: calc(100vh + 20px);
    height: calc(100svh - 20px);
    border-bottom: 20px solid $primary;
  }
  .swiper-slide-active .swiper-img,
  .swiper-slide-duplicate-active .swiper-img,
  .swiper-slide-prev .swiper-img {
    animation: zoomDown 7s linear 0s normal both;
  }
  .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}
@keyframes zoomDown {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
*/
.fv_block {
  position: relative;
  padding: 30px;
  height: 100dvh;
}
@media screen and (max-width: 834px) {
  .fv_block {
    padding: 0;
  }
}
.fv_block .fv_logo {
  position: absolute;
  bottom: 14%;
  left: 4.8%;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .fv_block .fv_logo {
    bottom: inherit;
    left: 20px;
    top: 20px;
  }
}
.fv_block .fv_logo img {
  width: 300px;
}
@media screen and (max-width: 1370px) {
  .fv_block .fv_logo img {
    width: 200px;
  }
}
@media screen and (max-width: 834px) {
  .fv_block .fv_logo img {
    width: 100px;
  }
}
.fv_block .txt_block {
  position: absolute;
  bottom: 18.4%;
  right: 4.8%;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .fv_block .txt_block {
    right: inherit;
    left: 20px;
  }
}
.fv_block .txt_block p {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-shadow: 0px 0px 10px rgba(17, 84, 95, 0.35);
}
@media screen and (max-width: 1370px) {
  .fv_block .txt_block p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .fv_block .txt_block p {
    font-size: 2.2rem;
  }
}
.fv_block .fv_arrow {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 30px);
  z-index: 3;
}
@media screen and (max-width: 1370px) {
  .fv_block .fv_arrow {
    left: calc(50% - 20px);
  }
}
@media screen and (max-width: 834px) {
  .fv_block .fv_arrow {
    display: none;
  }
}
.fv_block .fv_arrow img {
  width: 60px;
}
@media screen and (max-width: 1370px) {
  .fv_block .fv_arrow img {
    width: 40px;
  }
}

.fv_block .fv_bg_swiper {
  position: relative;
  height: 100%;
}
.fv_block .fv_bg_swiper .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* sec_parallax */
/* -------------------------------------------------------- */
.sec_parallax {
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 1370px) {
  .sec_parallax {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .sec_parallax {
    height: 160px;
  }
  .sec_parallax img {
    max-width: 180%;
    height: 100%;
    object-fit: contain;
  }
}

/* about_block */
/* -------------------------------------------------------- */
.about_block {
  padding: 200px 0;
}
@media screen and (max-width: 834px) {
  .about_block {
    padding: 60px 0;
  }
}
.about_block .main_width {
  position: relative;
}
.about_block .about_inner {
  width: 66.6%;
  max-width: 800px;
}
@media screen and (max-width: 480px) {
  .about_block .about_inner {
    width: 100%;
  }
}
.about_block .about_inner .catch {
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .about_block .about_inner .catch {
    padding-top: 40px;
  }
}
.about_block .about_inner p {
  margin-bottom: 60px;
  width: 75%;
  max-width: 600px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .about_block .about_inner p {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .about_block .about_inner .btn_more {
    margin: 0 auto;
  }
}
.about_block .about_img_wrap {
  position: absolute;
  width: 46%;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .about_block .about_img_wrap {
    position: relative;
    width: 100%;
    height: 48vh;
    right: auto;
    left: 0;
  }
}
.about_block .about_img_wrap .img01 {
  position: absolute;
  width: 72%;
  max-width: 400px;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .about_block .about_img_wrap .img01 {
    top: 0;
    right: inherit;
    left: -20px;
  }
}
.about_block .about_img_wrap .img02 {
  position: absolute;
  width: 54%;
  max-width: 300px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .about_block .about_img_wrap .img02 {
    top: 36%;
    bottom: inherit;
  }
}
@media screen and (max-width: 480px) {
  .about_block .about_img_wrap .img02 {
    width: 46%;
    top: auto;
    left: auto;
    bottom: 0;
    right: -20px;
  }
}

/* working_block */
/* -------------------------------------------------------- */
.working_block {
  padding: 200px 0;
}
@media screen and (max-width: 834px) {
  .working_block {
    padding: 60px 0;
  }
}
.working_block h3.line {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .working_block h3.line {
    margin-bottom: 20px;
  }
}
.working_block h3.line span {
  padding-right: 37px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  display: inline-block;
  background: #FFF;
}
.working_block h3.line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #24A0B5;
  top: 50%;
  left: 0;
  z-index: -1;
}
.working_block p.lead {
  margin-bottom: 50px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  letter-spacing: 0.15em;
  line-height: 2;
}
.working_block .working_wrap01 {
  margin-bottom: 180px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 30px;
}
@media screen and (max-width: 834px) {
  .working_block .working_wrap01 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap01 {
    margin-bottom: 90px;
    flex-direction: column;
    gap: 30px 0;
  }
}
.working_block .working_wrap01 .working_item {
  width: 30%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap01 .working_item {
    width: 100%;
    gap: 10px 0;
  }
}
.working_block .working_wrap01 .working_item .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.working_block .working_wrap01 .working_item p {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.working_block .working_wrap02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap02 {
    flex-direction: column;
    gap: 20px;
  }
}
.working_block .working_wrap02 .working_item {
  padding: 30px 40px;
  width: calc(50% - 20px);
  max-width: 580px;
  background: #E9F5F8;
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap02 .working_item {
    padding: 20px;
    width: 100%;
  }
}
.working_block .working_wrap02 .working_item .ttl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.working_block .working_wrap02 .working_item .ttl .icn {
  width: 65px;
}
@media screen and (max-width: 480px) {
  .working_block .working_wrap02 .working_item .ttl .icn {
    width: 50px;
  }
}
.working_block .working_wrap02 .working_item .ttl p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 1.2vw, 2.3rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.working_block .working_wrap02 .working_item p {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* information_block */
/* -------------------------------------------------------- */
.information_block {
  padding: 200px 0;
}
@media screen and (max-width: 834px) {
  .information_block {
    padding: 60px 0;
  }
}
.information_block .information_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap {
    flex-direction: column;
    gap: 20px 0;
  }
}
.information_block .information_wrap figure {
  width: 40%;
  max-width: 480px;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap figure {
    width: 100%;
    max-width: auto;
  }
}
.information_block .information_wrap .text {
  width: 53%;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap .text {
    width: 100%;
  }
}
.information_block .information_wrap .text p {
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap .text .btn_more {
    margin: 0 auto;
  }
}
.information_block .information_wrap .text .external {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .information_block .information_wrap .text .external {
    margin: 30px auto 0;
  }
}

/* blog_block */
/* -------------------------------------------------------- */
.blog_block {
  padding: 100px 0 200px;
}
@media screen and (max-width: 834px) {
  .blog_block {
    padding: 60px 0;
  }
}
.blog_block .main_width {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 80px;
}
@media screen and (max-width: 834px) {
  .blog_block .main_width {
    flex-direction: column;
    gap: 40px 0;
  }
}
.blog_block .main_width .blog_text {
  width: 262px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog_block .main_width .blog_text .h2box {
  margin-bottom: 30px;
}
.blog_block .main_width .blog_text span {
  margin-left: 30px;
  flex: 1;
  border-left: 1px solid #14637D;
}
.blog_block .main_width .blog_text .btn_more {
  margin-top: 35px;
  width: 262px;
}
@media screen and (max-width: 834px) {
  .blog_block .main_width .blog_text .btn_more {
    display: none;
  }
}
.blog_block .main_width .blog_post {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 480px) {
  .blog_block .main_width .blog_post {
    gap: 20px 0;
  }
}
.blog_block .main_width .blog_post .blog_post_item a {
  color: #333333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 40px;
}
@media screen and (max-width: 480px) {
  .blog_block .main_width .blog_post .blog_post_item a {
    gap: 0 15px;
  }
}
.blog_block .main_width .blog_post .blog_post_item a figure {
  width: 38%;
  max-width: 250px;
}
.blog_block .main_width .blog_post .blog_post_item a .text {
  width: 68%;
}
.blog_block .main_width .blog_post .blog_post_item a .text .info {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 480px) {
  .blog_block .main_width .blog_post .blog_post_item a .text .info {
    margin-bottom: 10px;
    gap: 0 15px;
  }
}
.blog_block .main_width .blog_post .blog_post_item a .text .info .date {
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(1.6rem, 1.2vw, 2.2rem);
  font-weight: 400;
}
.blog_block .main_width .blog_post .blog_post_item a .text .info .cat span {
  padding: 5px 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  background: #E9F5F8;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .blog_block .main_width .blog_post .blog_post_item a .text .info .cat span {
    font-size: 1.4rem;
  }
}
.blog_block .main_width .blog_post .blog_post_item a .text p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.4rem, 1.2vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.blog_block .sp .btn_more {
  margin: 30px auto 0;
}

/* sns_block */
/* -------------------------------------------------------- */
.sns_block {
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .sns_block {
    margin-bottom: 60px;
  }
}
.sns_block .sns_wrap {
  position: relative;
  padding: 50px 0 60px;
  background: #E9F5F8;
}
.sns_block .sns_wrap::before {
  position: absolute;
  content: "";
  top: -14px;
  left: -14px;
  width: 80px;
  height: 60px;
  border-top: 2px solid #24A0B5;
  border-left: 2px solid #24A0B5;
}
@media screen and (max-width: 480px) {
  .sns_block .sns_wrap::before {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 30px;
  }
}
.sns_block .sns_wrap::after {
  position: absolute;
  content: "";
  bottom: -14px;
  right: -14px;
  width: 80px;
  height: 60px;
  border-bottom: 2px solid #24A0B5;
  border-right: 2px solid #24A0B5;
}
@media screen and (max-width: 480px) {
  .sns_block .sns_wrap::after {
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 30px;
  }
}
.sns_block .sns_wrap p {
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 1.2vw, 2.5rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}
.sns_block .sns_wrap .sns_btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 480px) {
  .sns_block .sns_wrap .sns_btn {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
}
.sns_block .sns_wrap .sns_btn a {
  position: relative;
  padding: 20px 20px 20px 60px;
  width: 260px;
  height: 70px;
  color: #333333;
  font-family: "Libertinus Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  background: #FFF;
  border: 1px solid #333333;
  text-align: center;
  display: block;
}
.sns_block .sns_wrap .sns_btn a::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/common/icn-instagram.svg") no-repeat 0 0/contain;
  top: 20px;
  left: 20px;
}
.sns_block .sns_wrap .sns_btn a.line::before {
  background: url("../img/common/icn-line.svg") no-repeat 0 0/contain;
}
.sns_block .sns_wrap .sns_btn a.facebook::before {
  background: url("../img/common/icn-facebook.svg") no-repeat 0 0/contain;
}/*# sourceMappingURL=index.css.map */