@charset "UTF-8";

/*main visual ****************************/
/* .hero {
  height: 100vh;
  position: relative;
  background: url(../img/top/MV.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
  min-height: 100vh;
  height: auto;
}

@media screen and (max-width: 768px) {
  .hero {
    background: url(../img/top/MV_sp.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
} */

.hero {
  position: relative;
}

.hero img {
  height: 100vh;
  width: 100%;
}

.hero h1 {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.3;
  font-size: 140px;
  color: #202020;
  font-weight: bold;
  opacity: 0.8;
}

.hero h1 span {
  font-size: 40px;
  display: block;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #797979;
  position: absolute;
  bottom: 145px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}

.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #797979;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media screen and (max-width: 1024px) {
  .hero h1 {
    font-size: 13.5vw;
  }

  .hero h1 span {
    font-size: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .hero h1 {
    position: absolute;
    top: 7vh;
    left: 0;
    font-size: 15.5vw;
  }

  .hero h1 span {
    font-size: 6vw;
  }
}


/*main ***************************************/
main {
  position: relative;
}

.side-logo {
  position: fixed;
  top: 10rem;
  left: -.3em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-size: 160px;
  color: #e0e0e0;
  font-weight: bold;
}

.side-logo.scrolled {
  opacity: 0.8;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
}

h1,
h2 {
  font-weight: bold;
  color: #111;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#intro {
  margin-bottom: 60px;
}

.ttl.-ttl02 {
  padding: 25px 0;
  border-bottom: 1px solid #405158;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .side-logo.scrolled {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #intro {
    margin-bottom: 0;
  }
}

/* ====================================== groupSingle */
#groupSingle {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #groupSingle {
    padding-top: 40px;
  }
}

#groupSingle .logo {
  font-size: 0;
  line-height: 0;
}

#groupSingle .logo > img {
  max-width: 140px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #groupSingle .logo > img {
    max-width: 70px;
  }
}

#groupSingle .contents {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #groupSingle .contents {
    margin-top: 40px;
  }
}

#groupSingle .contents .copy {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1080px) {
  #groupSingle .contents .copy {
    font-size: 3.7037037037vw;
  }
}

@media screen and (max-width: 768px) {
  #groupSingle .contents .copy {
    width: 100%;
    text-align: center;
    font-size: 21px;
  }
}

#groupSingle .contents .txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.1;
  text-align-last: left;
}

#groupSingle .contents .txt span.marker {
  background: linear-gradient(transparent 50%, #aca99f59 50%);
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #groupSingle .contents .txt {
    margin: 30px 0 0 0;
    font-size: 14px;
    line-height: 2;
  }

  #groupSingle .contents .txt span.marker {
    font-size: 15px;
  }
}

/* ====================================== feature */
#feature {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  #feature {
    margin-top: 40px;
    padding-top: 0;
  }
}

#feature .inner .innerContents .list {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list {
    margin-top: 0;
  }
}

#feature .inner .innerContents .list > li .section {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li .section {
    flex-wrap: wrap-reverse;
  }
}

#feature .inner .innerContents .list > li .section .block.-img {
  flex: 1;
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li .section .block.-img {
    width: 100%;
    margin: auto;
    flex: unset;
  }
}

#feature .inner .innerContents .list > li .section .block.-img .img {
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li .section .block.-img .img {
    height: 75vw;
  }

  #feature .inner .innerContents .list > li .section .block.-img .img > img {
    height: 100%;
    object-fit: cover;
  }
}

#feature .inner .innerContents .list > li .section .block.-img .img > img {
  border-radius: 4px;
}

#feature .inner .innerContents .list > li .section .block.-contents {
  flex: 2;
}

#feature .inner .innerContents .list > li .section .block.-contents .sectionTtl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li .section .block.-contents .sectionTtl {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

#feature .inner .innerContents .list > li .section .block.-contents .sectionTtl span.subTtl {
  color: #8597ca;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li .section .block.-contents .sectionTtl span.subTtl {
    font-size: 32px;
  }
}

#feature .inner .innerContents .list > li .section .block.-contents .sectionTtl span.subsubTtl {
  display: block;
  margin-top: 15px;
  font-size: 18px;
}

#feature .inner .innerContents .list > li .section .block.-contents .sectionTtl span:last-child {
  font-weight: normal;
  font-size: 15px;
  margin-top: -10px;
  display: block;
  color: #8597ca;
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li .section .block.-contents .sectionTtl span:last-child {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
  }
}

#feature .inner .innerContents .list > li .section .block.-contents .sectionTxt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.8;
  text-align-last: left;
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li .section .block.-contents .sectionTxt {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

#feature .inner .innerContents .list > li .section .block.-contents .sectionTxt > li:not(:first-child) {
  margin-top: 3px;
}

#feature .inner .innerContents .list > li .section .block.-contents .btn {
  margin-top: 20px;
}

#feature .inner .innerContents .list > li {
  padding: 30px 0;
}

#feature .inner .innerContents .list > li:nth-child(odd) .section .block.-contents {
  margin-left: 80px;
}

@media screen and (max-width: 1080px) {
  #feature .inner .innerContents .list > li:nth-child(odd) .section .block.-contents {
    margin-left: 7.4074074074vw;
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li:nth-child(odd) .section .block.-contents {
    margin-left: 0;
  }
}

#feature .inner .innerContents .list > li:nth-child(even) .section {
  flex-direction: row-reverse;
}

#feature .inner .innerContents .list > li:nth-child(even) .section .block.-contents {
  margin-right: 80px;
}

@media screen and (max-width: 1080px) {
  #feature .inner .innerContents .list > li:nth-child(even) .section .block.-contents {
    margin-right: 7.4074074074vw;
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li:nth-child(even) .section .block.-contents {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #feature .inner .innerContents .list > li:nth-child(2) {
    background-color: #f5f5f5;
    margin: 0 -20px;
    padding: 30px 20px;
  }
}

/* ====================================== profile */
#profile {
  margin-top: 60px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  #profile {
    margin-top: 40px;
    padding-top: 0;
  }
}

#profile .inner .innerContents .tbl {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #profile .inner .innerContents .tbl {
    margin-top: 10px;
  }
}

#profile .inner .innerContents .tbl .item {
  padding: 40px 0;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
}

@media screen and (max-width: 768px) {
  #profile .inner .innerContents .tbl .item {
    padding: 15px 0;
    display: block;
  }
}

#profile .inner .innerContents .tbl .item > dt {
  width: 20%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #profile .inner .innerContents .tbl .item > dt {
    width: 100%;
    font-size: 15px;
  }
}

#profile .inner .innerContents .tbl .item > dd {
  margin-left: 40px;
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #profile .inner .innerContents .tbl .item > dd {
    margin: 5px 0 0 0;
    font-size: 15px;
  }
}

#profile .inner .innerContents .tbl .item > dd > ul > li:not(:first-child) {
  margin-top: 7px;
}

#profile .inner .innerContents .tbl .item > dd a {
  text-decoration: underline;
}

#profile .map {
  position: relative;
  margin: 100px 0;
  padding-bottom: 36.25%;
  height: 0;
  overflow: hidden;
}

#profile .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #profile .map {
    margin: 20px 0;
    padding-bottom: 64.25%;
  }
}

/*contact***********************/
#contact .contact-call {
  border: 1px solid #d3d5d6;
  padding: 20px;
  text-align: center;
}

#contact .contact-call p {
  margin: 0;
  text-align: center;
}

#contact .contact-call hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #d3d5d6;
}

#contact .phone {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 10px 0;
  color: #405158;
}

#contact .contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-top: 30px;
}

#contact .contact-buttons button {
  padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid #333;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

#contact .contact-buttons button:hover {
  background: #333;
  color: #fff;
}

#contact .contact-buttons img {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #contact .contact-call p {
    font-size: 14px;
  }

  #contact .phone {
    font-size: 1.8rem;
  }
}

/* ====================================== sns */
#sns {
  margin-top: 20px;
  padding: 100px;
}

@media screen and (max-width: 768px) {
  #sns {
    padding: 60px 15px;
  }
}

#sns .inner .innerContents .ttl {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#sns .inner .innerContents .list {
  margin: 15px -8px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #sns .inner .innerContents .list {
    margin: 10px -5px 0;
  }
}

#sns .inner .innerContents .list > li {
  margin: 8px;
}

@media screen and (max-width: 768px) {
  #sns .inner .innerContents .list > li {
    margin: 5px;
  }
}

#sns .inner .innerContents .list > li > a {
  font-size: 0;
  line-height: 0;
}

#sns .inner .innerContents .list > li > a > img {
  width: 50px;
  margin: 0 auto 5px;
}

#sns .inner .innerContents .list > li > a > span {
  display: block;
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  color: #405158;
}