/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- font-size ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- box-shadow, border-radius ----- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap");
.js-x-scroll {
  cursor: grab;
}

/* -------------------------------------------- */
/* ----------------- Noto Sans JP ------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* -------------- Cormorant Garamond ---------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------- Zen Kaku Gothic New ---------- */
/* -------------------------------------------- */
.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ----------------------- fadein animation ----------------------- */
/* ------------------- infinite slide animation ------------------- */
@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ------------------------ delay animation ------------------------ */
.--delay1 {
  transition-delay: 0.1s;
}

.--delay2 {
  transition-delay: 0.2s;
}

.--delay3 {
  transition-delay: 0.5s;
}

.--delay4 {
  transition-delay: 0.4s;
}

.--delay5 {
  transition-delay: 0.5s;
}

.--delay6 {
  transition-delay: 0.6s;
}

.--delay7 {
  transition-delay: 0.7s;
}

.--delay8 {
  transition-delay: 0.8s;
}

.--delay9 {
  transition-delay: 0.9s;
}

.--delay10 {
  transition-delay: 1s;
}

.--delay11 {
  transition-delay: 1.1s;
}

.--delay12 {
  transition-delay: 1.2s;
}

.--delay13 {
  transition-delay: 1.5s;
}

.--delay14 {
  transition-delay: 1.4s;
}

.--delay15 {
  transition-delay: 1.5s;
}

.--delay16 {
  transition-delay: 1.6s;
}

.--delay17 {
  transition-delay: 1.7s;
}

.--delay18 {
  transition-delay: 1.8s;
}

.--delay19 {
  transition-delay: 1.9s;
}

.--delay20 {
  transition-delay: 2s;
}

a,
button,
span {
  transition: all 0.4s ease;
}
a:before, a:after,
button:before,
button:after,
span:before,
span:after {
  transition: all 0.4s ease;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0.4s ease;
}

svg {
  transition: all 0.4s ease;
}
svg path {
  transition: all 0.4s ease;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  letter-spacing: 0.1em;
  position: relative;
  color: #0F0F0F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  br.pc-br {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  br.sp-br {
    display: none;
  }
}

.home-fv {
  height: 100vh;
  min-height: 500px;
  padding-right: 5%;
  padding-left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/fv/fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@supports (background-image : url(../image/fv/fv.webp)) {
  .home-fv {
    background-image: url(../image/fv/fv.webp);
  }
}
.home-fv .txt {
  text-align: center;
}
.home-fv .txt .cp {
  font-size: 12px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}
.home-fv .txt .ttl {
  margin-top: 25px;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.home-fv .txt .line {
  display: block;
  margin-top: 30px;
  height: 3px;
  width: 105px;
  margin-right: auto;
  margin-left: auto;
  background-color: #1F7BC9;
}

.home-about {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 5%;
  padding-left: 5%;
}
@media only screen and (max-width: 600px) {
  .home-about {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .home-about {
    padding-bottom: 120px;
  }
}
.home-about .container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.home-about .container .head {
  text-align: center;
}
.home-about .container .head .ttl {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #1F7BC9;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.home-about .container .contents {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 10%;
}
@media only screen and (max-width: 767px) {
  .home-about .container .contents {
    display: block;
  }
}
.home-about .container .contents .img {
  flex: 3;
}
@media only screen and (max-width: 767px) {
  .home-about .container .contents .img {
    flex: initial;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }
}
.home-about .container .contents .img img {
  width: 100%;
}
.home-about .container .contents .txt {
  flex: 5;
}
@media only screen and (max-width: 767px) {
  .home-about .container .contents .txt {
    flex: initial;
  }
}
.home-about .container .contents .txt .lead {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .home-about .container .contents .txt .lead {
    text-align: center;
  }
}
.home-about .container .contents .txt .msg {
  margin-top: 50px;
  line-height: 2.8571428571;
}
.home-about .container .contents .txt .link {
  margin-top: 50px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .home-about .container .contents .txt .link {
    text-align: center;
    margin-top: 80px;
  }
}
.home-about .container .contents .txt .link .btn {
  display: inline-block;
  margin-right: auto;
  background-color: #0F0F0F;
  padding: 5px 20px;
}
@media (hover: hover) {
  .home-about .container .contents .txt .link .btn:hover {
    background-color: #1F7BC9;
  }
}
@media (hover: none) {
  .home-about .container .contents .txt .link .btn:active {
    background-color: #1F7BC9;
  }
}
.home-about .container .contents .txt .link .btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-about .container .contents .txt .link .btn__inner .btn-icon {
  display: flex;
  width: 16px;
  transform: translate3d(0, 1px, 0);
}
.home-about .container .contents .txt .link .btn__inner .btn-icon svg {
  width: 100%;
  height: auto;
}
.home-about .container .contents .txt .link .btn__inner .btn-txt {
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.home-service {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 5%;
  padding-left: 5%;
  background-image: url(../image/img/service.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 600px) {
  .home-service {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .home-service {
    padding-bottom: 120px;
  }
}
@supports (background-image : url(../image/img/service.webp)) {
  .home-service {
    background-image: url(../image/img/service.webp);
  }
}
.home-service .container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.home-service .container .head {
  text-align: center;
}
.home-service .container .head .ttl {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #1F7BC9;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.home-service .container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .home-service .container .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.home-service .container .list .item .img {
  position: relative;
  overflow: hidden;
}
.home-service .container .list .item .img:before {
  content: "";
  display: block;
  padding-top: 72%;
}
.home-service .container .list .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-service .container .list .item .ttl {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 40px;
}

.home-profile {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 5%;
  padding-left: 5%;
}
@media only screen and (max-width: 600px) {
  .home-profile {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .home-profile {
    padding-bottom: 120px;
  }
}
.home-profile .container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.home-profile .container .head {
  text-align: center;
}
.home-profile .container .head .ttl {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #1F7BC9;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.home-profile .container .contents {
  margin-top: 80px;
  display: flex;
  align-items: center;
  gap: 10%;
}
@media only screen and (max-width: 767px) {
  .home-profile .container .contents {
    display: block;
  }
}
.home-profile .container .contents .img {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .home-profile .container .contents .img {
    flex: initial;
  }
}
.home-profile .container .contents .img img {
  width: 100%;
}
.home-profile .container .contents .txt {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .home-profile .container .contents .txt {
    flex: initial;
    margin-top: 50px;
  }
}
.home-profile .container .contents .txt .lead {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.home-profile .container .contents .txt .born {
  margin-top: 20px;
}
.home-profile .container .contents .txt .msg {
  margin-top: 50px;
  line-height: 2.8571428571;
}