@charset "UTF-8";

#bg-controller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

#bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.breadcrumb {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: opacity 0.3s ease;
  opacity: 1;
}

.ttl {
  position: relative;
  margin-bottom: 60px;
}

.ttl>h2 {
  font-size: 1.8rem;
  order: 2;
  position: relative;
  z-index: 1;
}

.ttl>img {
  width: 90%;
  max-width: 320px;
  max-height: 60px;
  order: 1;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.ttl .chapter {
  max-width: 180px;
  position: absolute;
  left: 60%;
  bottom: -10px;
  transform: translate(-50%, 0);
  opacity: .5;
}

.loop {
  position: fixed;
  top: 60%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  mix-blend-mode: multiply;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: 90vh;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.bg-blue {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 60%;
  opacity: .6;
}

.fv-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

.fv-inner {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fv-ttl__wrap {
  width: 95%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fv-ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv-ttl-tab {
  font-size: 1.8rem;
  padding: 0 20px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  color: #fff;
}

.fv-ttl>h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv-ttl>h2>img {
  width: 40%;
  min-width: 500px;
  width: 100%;
}

.fv-ttl>h2>span {
  font-size: 9rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .15em;
  margin-left: .075em;
  color: #fff;
}

.fv-lead {
  width: auto;
  font-size: 1.8rem;
  font-size: clamp(2.4rem, 1.25vw, 1.6rem);
  font-weight: 700;
  color: #fff;
  display: inline-flex;
}

.fv-imgWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fv-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}


.fv-img::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 35%;
}

.fv-img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-img>span {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

/*----------------------------------------------------
  #about
----------------------------------------------------*/
.spc {
  width: 100%;
  height: 150vh;
}

.about {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.about .bg-blue {
  left: -5%;
  top: 0;
  right: initial;
  opacity: .5;
}

.about-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
}

.about-inner {
  width: 45%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}

.about-ttl {
  margin-bottom: 40px;
  position: relative;
}

.about-ttl>h2 {
  width: 100%;
  font-size: 2.6rem;
}

.about-ttl>p {
  display: flex;
  align-items: center;
  width: 100%;
}

.about-ttl>p::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, .3);
  margin-left: 8px;
}

.about .chapter {
  width: 30%;
  position: absolute;
  top: -80%;
  left: -5%;
  opacity: .5;
}

.about-txt {
  font-size: 1.6rem;
}

.about-imgWrap {
  width: 45%;
  position: relative;
}

.about-imgWrap::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.about-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.about-img>img {
  height: 100%;
  object-fit: cover;
}

.about-sp {
  display: none;
}

/*----------------------------------------------------
  #point
----------------------------------------------------*/
.point {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.point .container {
  width: 95%;
  max-width: 1440px;
}

.point-ttl {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.point-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .3);
  border: 2px solid rgba(255, 255, 255, .5);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  margin-bottom: 60px;
}

.point-box {
  width: 31%;
  display: flex;
  flex-direction: column;
}

.point-box:nth-of-type(2),
.point-box:nth-of-type(5) {
  margin-top: 80px;
}

.point-box:nth-of-type(3),
.point-box:nth-of-type(6) {
  margin-top: 160px;
}

.point-box__img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.point-box__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 65%;
}

.point-box__img>img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.point-box__inner {
  width: 100%;
  line-height: 1.8;
}

.point-box__inner>p {
  width: 92.5%;
  margin: 0 auto;
}

.point-check {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: auto;
}

.point-check__img {
  width: 20%;
}

.point-check__inner {
  width: 75%;
}

/*----------------------------------------------------
  #service
----------------------------------------------------*/
.service {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.service-col {
  width: 100%;
}

.service-box {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 2.5%;
  box-sizing: border-box;
}

.service-box:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

.service-box__img {
  width: 160px;
  height: 160px;
  clip-path: inset(0 0 round 10% 25% 10% 25%);
  position: relative;
}

.service-box__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.service-box__img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service-box__inner {
  width: calc(100% - 200px);
}

.service-box__lead {
  font-size: 2rem;
  font-weight: 700;
}

.service-box__inner>p {
  color: #fff;
}

/*----------------------------------------------------
  #staff
----------------------------------------------------*/
.staff {
  width: 100%;
  height: auto;

  position: relative;
  z-index: 1;
}

.staff-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.staff-col:nth-of-type(n+3) {
  margin-top: 150px;
}

.staff-imgWrap {
  width: 40%;
  position: relative;
  filter: drop-shadow(0px 50px 3px rgba(0, 0, 0, .2));
}

.staff-wig {
  width: auto;
  position: absolute;
  bottom: calc(10% - 50px);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(5px);
  padding: 14px;
  color: #fff;
}

.staff-wig>span {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
}

.staff-img {
  width: 100%;
  clip-path: url(#curvy-clip3);
  -webkit-clip-path: url(#curvy-clip3);
  position: relative;
}

.staff-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.staff-img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.staff-inner {
  width: 40%;
  padding-top: 25px;
}

.staff-lead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.staff-lead__img {
  width: 68px;
}

.staff-lead__inner {
  width: calc(100% - 83px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.4;
}

.staff-name {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .2em;
}

.staff-tab {
  padding: 5px 14px;
  border: 1px solid #545454;
  font-size: 1.2rem;
}

.staff-tab:not(:first-of-type) {
  margin-left: 5px;
}

.staff-lead__inner>p {
  width: 100%;
  display: flex;
  align-items: center;
}

.staff-lead__inner>p::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-right: 8px;
}


.staff-message {
  width: 100%;
  margin: 0 auto;
}

.staff-message__lead {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

/*----------------------------------------------------
  #flow
----------------------------------------------------*/
.flow {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.flow .container {
  width: 80%;
}

.flow-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.flow-box__tab {
  width: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.flow-box__tab::after {
  display: block;
  content: '';
  flex: 1;
  border-left: 2px solid #eee;
}

.flow-box__inner {
  width: calc(100% - 90px);
  padding-bottom: 40px;
}

.flow-box__ttl {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
}

.flow-box__inner-blk {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.flow-box__inner-txt {
  width: 70%;
  font-size: 1.6rem;
}

.flow-box__img {
  width: 25%;
  clip-path: inset(0 0 round 8px);
  position: relative;
}

.flow-box__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 65%;
}

.flow-box__img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------------
  #access
----------------------------------------------------*/
.access {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.access-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.access-inner {
  width: 35%;
}

.access-name {
  width: 100%;
  display: flex;
  align-items: center;
}

.access-name__link {
  display: flex;
  margin-left: 20px;
}

.access-name__link>a {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50vh;
}

.access-name__link>a>img {
  width: 50%;
}

.access-name__link>a:not(:first-of-type) {
  margin-left: 10px;
}

.access-inner__sep {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.access-inner__sep::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-right: 8px;
}

.access-inner>dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.access-inner>dl>dt {
  width: 120px;
  line-height: 1.6;
  font-weight: 500;
  padding: 14px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, .2);
  box-sizing: border-box;
  position: relative;
}

.access-inner>dl>dt:not(:last-of-type),
.access-inner>dl>dd:not(:last-of-type) {
  margin-bottom: 5px;
}

.access-inner>dl>dd {
  width: calc(100% - 120px);
  line-height: 1.6;
  padding: 14px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .1);
}

.access-inner>dl>dd>p {
  line-height: 1.6;
}

.access-linkWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.access-link {
  width: 49%;
  height: 60px;
}

.access-link>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
  box-sizing: border-box;
}

.access-link-web>a {
  border: 2px solid #5ac8d1;
  color: #5ac8d1;
  background: rgba(255, 255, 255, .4);
  backdrop-filter: blur(5px);
}

.access-link-tel>a {
  background: #545454;
  color: #fff;
}

.access-imgWrap {
  width: 62.5%;
}

.access-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.access-img>img {
  height: 100%;
  object-fit: cover;
}

.map {
  width: 100%;
  height: auto;
  position: relative;
}

.map::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.map>iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(1);
  clip-path: inset(0 0 round 0 20vh 0 20vh);
}

@media screen and (max-width:1280px) {
  .access-inner {
    width: 45%;
  }

  .access-imgWrap {
    width: 52.5%;
  }

  .access-inner>dl>dt {
    width: 96px;
  }

  .access-inner>dl>dd {
    width: calc(100% - 96px);
  }
}

@media screen and (max-width:1024px) {
  .loop-wrap {
    width: 1000vw;
  }

  /*---breadcrumb---*/
  .breadcrumb {
    top: initial;
    bottom: 5%;
  }

  /*---about---*/
  .about .container {
    width: 65%;
  }

  .about-pc {
    display: none;
  }

  .about-sp {
    display: block;
    width: 85%;
    margin-bottom: 40px;
  }

  .about-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-ttl {
    margin-bottom: 40px;
  }

  .about-inner {
    width: 100%;
  }

  /*---point---*/
  .point-box {
    width: 48%;
  }

  .point-box:nth-of-type(2n) {
    margin-top: 80px;
  }

  .point-box:nth-of-type(3),
  .point-box:nth-of-type(5) {
    margin-top: 0;
  }

  .point-box:not(:nth-of-type(5)):not(:nth-of-type(6)) {
    margin-bottom: 20px;
  }

  /*---service---*/
  .service-box {
    width: 100%;
  }

  /*---access---*/
  .access-col {
    flex-direction: column-reverse;
  }

  .access-imgWrap {
    width: 100%;
    margin-bottom: 60px;
  }

  .access-img::after {
    display: block;
    content: '';
    width: 100%;
    padding-top: 66.7%;
  }

  .access-img>img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .access-inner {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width:897px) {

  /*---fv---*/
  .bg-blue {
    width: 70%;
    top: -30%;
    right: -30%;
    opacity: .5;
  }

  /*---about---*/
  .about .container {
    width: 70%;
  }

  /*---staff---*/
  .staff .container {
    width: 70%;
  }

  .staff-col {
    flex-direction: column;
  }

  .staff-col:nth-of-type(n+3) {
    margin-top: 60px;
  }

  #staff2 .staff-imgWrap {
    order: 1;
  }

  #staff2 .staff-inner {
    order: 2;
  }

  .staff-imgWrap {
    width: 80%;
    margin-bottom: 40px;
    order: 1 !important;
  }

  .staff-inner {
    width: 100%;
    padding-top: 0;
    order: 2 !important;
  }
}

@media screen and (max-width:786px) {

  /*---about---*/
  .about .container {
    width: 80%;
  }

  /*---staff---*/
  .staff .container {
    width: 80%;
  }

  .flow-box__inner-blk {
    flex-direction: column-reverse;
  }

  .flow-box__img {
    width: 60%;
    margin-bottom: 14px;
  }

  .flow-box__inner-txt {
    width: 100%;
  }

  /*---access---*/
  .access-inner {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width:680px) {

  .link-btn>a {
    padding: 0 20px;
  }

  .link-btn-arrow {
    width: 40px;
    height: 30px;
  }

  .link-btn-arrow>svg {
    width: 10px;
    height: 10px;
  }

  /*---fv---*/

  .fv-ttl>h2>img {
    min-width: initial;
  }

  /*---about---*/
  .about .container {
    width: 80%;
  }

  .about-link-btn:nth-of-type(n+2) {
    margin-top: 14px;
  }

  /*---access---*/
  .access-inner {
    width: 85%;
    margin: 0 auto;
  }

  .map::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}

@media screen and (max-width:480px) {
  .ttl>img {
    margin-left: 0;
    margin-bottom: 10px;
    width: 65%;
  }

  .ttl>h2 {
    font-size: 1.6rem;
  }

  .ttl .chapter {
    max-width: 100px;
    left: 75%;
    bottom: -5px;
  }

  .loop-wrap {
    width: 1200vw;
  }

  /*---fv---*/

  .bg-blue {
    position: absolute;
    top: -15%;
    right: -15%;
    width: 100%;
  }

  .fv-ttl {
    width: 80%;
  }

  .fv-ttl__wrap {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }


  .fv-ttl>h2>img {
    width: 100%;
  }

  .fv-ttl>h2>span {
    font-size: 5.5rem;
    white-space: nowrap;
  }

  .fv-lead {
    font-size: 1.8rem;
    padding-left: 0;
  }

  /*---about---*/

  .about .container {
    width: 85%;
  }

  .about-col {
    margin-bottom: 0;
  }

  .about-imgWrap {
    width: 90%;
  }

  .about-ttl>h2 {
    font-size: 2rem;
  }

  .about-txt {
    font-size: 1.3rem;
  }

  /*---point---*/
  .point-col {
    padding: 60px 30px;
  }

  .point-box {
    width: 100%;
  }

  .point-box:nth-of-type(n+2) {
    margin-top: 40px !important;
  }

  .point-box:not(:nth-of-type(5)):not(:nth-of-type(6)) {
    margin-bottom: 0;
  }

  /*---service---*/
  .service-box {
    flex-direction: column;
  }

  .service-box__img {
    width: 65%;
    height: auto;
    margin-bottom: 14px;
  }

  .service-box__inner {
    width: 100%;
  }

  .service-box__lead {
    font-size: 1.8rem;
    text-align: center;
  }

  /*---staff---*/
  .staff .container {
    width: 90%;
  }

  .staff-imgWrap {
    width: 90%;
  }

  .staff-wig {
    left: 32.5%;
  }

  .staff-wig>span {
    font-size: 1rem;
  }

  .staff-lead__img {
    width: 60px;
  }

  .staff-lead__inner {
    width: calc(100% - 70px);
  }

  .staff-name {

    font-size: 3rem;
  }

  .staff-tab {
    font-size: 1rem;
    padding: 5px;
  }

  .staff-lead__inner>p {
    margin-top: 5px;
  }

  .staff-message {
    width: 95%;
  }

  /*---flow---*/
  .flow .container {
    width: 85%;
  }

  .flow-box__tab {
    width: 48px;
  }

  .flow-box__inner {
    width: calc(100% - 48px);
  }

  .flow-box__ttl {
    width: 100%;
    height: 48px;
    font-size: 1.8rem;
    padding-left: 12px;
    box-sizing: border-box;
  }

  .flow-box__img {
    width: 100%;
  }

  .flow-box__inner-txt {
    font-size: 1.4rem;
  }

  /*---access---*/
  .access-col {
    margin-bottom: 60px;
  }

  .access-imgWrap {
    margin-bottom: 30px;
  }

  .access-img::after {
    padding-top: 100%;
  }

  .access-inner {
    width: 100%;
    margin: 0 auto;
  }

  .access-name h2 {
    font-size: 2rem;
  }
}