/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
}

p {
  text-align: justify;
  position: relative;
}

section {
  padding: 5rem 0;
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}

img {
  width: 100%;
  height: auto;
}

/*------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 2.4rem;
  font-family: "Gothic MB101 Light";
  background-color: #17223b;
  color: #263859;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 1.8rem;
  }
}

main {
  overflow-x: hidden;
}

header {
  height: 260px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 840px) {
  header {
    display: none;
  }
}
header .yellow {
  height: 100%;
  width: calc(100% - (840px + (100% - 840px) / 2));
  transform: translateX(-276px) skewX(19deg);
  transform-origin: bottom;
}
header .header_logo {
  width: 360px;
  height: auto;
}
header .tenkyoku {
  width: 625px;
  height: auto;
}

#mv {
  background-color: #263859;
  padding: 0;
  height: 835px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 840px) {
  #mv {
    display: none;
  }
}
#mv .inner {
  width: 180vw;
  height: 100%;
  display: flex;
  flex-flow: row;
  max-width: initial;
  justify-content: center;
  margin-left: 50vw;
  transform: translateX(-50%);
}
#mv .inner .center {
  width: 840px;
}
#mv .inner .mv_ph01,
#mv .inner .mv_ph02 {
  -webkit-mask-image: url(images/mask2.webp);
          mask-image: url(images/mask2.webp);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: calc((100% - 840px) / 2);
}
@media screen and (max-width: 1800px) {
  #mv .inner .mv_ph01,
  #mv .inner .mv_ph02 {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
#mv .inner .mv_ph01 {
  -webkit-mask-position: right;
          mask-position: right;
  transform: translateX(-7px);
}
#mv .inner .mv_ph02 {
  transform: translateX(-284px);
}
#mv .inner .mv_ph01_img,
#mv .inner .mv_ph02_img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#mv .inner .mv_ph01_img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
#mv .inner .mv_ph02_img {
  height: 140%;
  -o-object-position: -430px -170px;
     object-position: -430px -170px;
}
#mv .mv_glass {
  width: 840px;
  z-index: 1;
  position: relative;
}
#mv .mv_glass .txt {
  writing-mode: vertical-rl;
  color: #ecb365;
  position: absolute;
  top: 0;
  left: -140px;
  font-size: 3.5rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  transform: rotate(-19deg);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.7));
  font-feature-settings: initial;
}
#mv .mv_glass img {
  width: 380px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.7));
}

.yellow {
  background-color: #ecb365;
}

.dark_navy {
  background-color: #17223b;
}

#contents {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
}
#contents .inner {
  width: 840px;
  filter: drop-shadow(0, 0, 6px, #17223b);
  padding: 80px 0;
}
@media screen and (max-width: 840px) {
  #contents .inner {
    width: 90%;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 540px) {
  #contents .inner {
    padding: 40px 0;
  }
}
#contents .inner > h2, #contents .inner > h3, #contents .inner > div > p {
  padding: 0 40px;
}
@media screen and (max-width: 540px) {
  #contents .inner > h2, #contents .inner > h3, #contents .inner > div > p {
    padding: 0 20px;
  }
}
#contents h2 {
  font-size: 3.8rem;
  margin: 10px 0 30px;
  line-height: 1.5;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#contents h2:nth-of-type(n + 2) {
  margin-top: 70px;
}
@media screen and (max-width: 540px) {
  #contents h2 {
    font-size: 2rem;
  }
}
#contents h3 {
  font-size: 3.4rem;
  margin: 10px 0 30px;
  line-height: 1.5;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#contents h3:nth-of-type(n + 2) {
  margin-top: 70px;
}
#contents .num {
  padding-left: 140px !important;
  position: relative;
}
#contents .num::before {
  content: "";
  background-image: url(images/num1.webp);
  width: 125px;
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 540px) {
  #contents .num::before {
    width: 65px;
  }
}
#contents .num:nth-of-type(2)::before {
  background-image: url(images/num2.webp);
}
#contents .num:nth-of-type(3)::before {
  background-image: url(images/num3.webp);
}
@media screen and (max-width: 540px) {
  #contents .num {
    font-size: 2rem;
    padding-left: 80px !important;
  }
}

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

.sp_mv {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .sp_mv {
    display: block;
  }
}
.sp_mv .sp_mv_glass {
  position: absolute;
  top: 320px;
  left: 50%;
  width: 350px;
  transform: translateX(-50%);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 540px) {
  .sp_mv .sp_mv_glass {
    top: 180px;
    width: 190px;
  }
}

.circle_wrap {
  width: 100%;
  overflow-x: hidden;
}
.circle_wrap .circle {
  background-color: #6b778d;
  color: #ecdbba;
  padding: 50px 0;
  border-radius: 100%;
  width: 120%;
  aspect-ratio: 1/1;
  margin-left: 50%;
  transform: translateX(-50%);
  margin: 50px auto;
  margin-left: 50%;
}
.circle_wrap .circle .inner {
  max-width: 680px !important;
}
@media screen and (max-width: 540px) {
  .circle_wrap .circle .inner {
    max-width: 350px !important;
  }
}
@media screen and (max-width: 540px) {
  .circle_wrap .circle {
    width: 190%;
  }
}
.circle_wrap .circle_ph {
  border-radius: 100%;
  width: 120%;
  aspect-ratio: 1/1;
  margin-left: 50%;
  transform: translateX(-50%);
  margin: 50px auto;
  margin-left: 50%;
  overflow: hidden;
}
.circle_wrap .circle_ph img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 118%;
  -o-object-position: -240px -150px;
     object-position: -240px -150px;
}
@media screen and (max-width: 540px) {
  .circle_wrap .circle_ph img {
    -o-object-position: -110px -70px;
       object-position: -110px -70px;
  }
}
.circle_wrap.circle_ph_wrap {
  margin-top: -280px;
}
@media screen and (max-width: 840px) {
  .circle_wrap.circle_ph_wrap {
    margin-top: -120px;
    z-index: 1;
    position: relative;
  }
}

.voice {
  margin: 30px 0;
  padding: 40px;
}
@media screen and (max-width: 540px) {
  .voice {
    padding: 40px 20px;
  }
}
.voice .item {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 540px) {
  .voice .item {
    justify-content: space-between;
  }
}
.voice .item h4 {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .voice .item h4 {
    font-size: 2.2rem;
  }
}
.voice .item h4::before {
  content: "";
  background-image: url(images/voice.webp);
  width: 30px;
  height: 82px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 0;
}
@media screen and (max-width: 540px) {
  .voice .item h4::before {
    top: -20px;
  }
}
.voice .item .left {
  width: 235px;
  position: relative;
  min-height: 30px;
}
@media screen and (max-width: 540px) {
  .voice .item .left {
    width: 10%;
  }
}
.voice .item .left:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #6b778d;
  position: absolute;
  top: 0;
  left: 50%;
}
.voice .item .left::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #6b778d;
  border-radius: 50%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.voice .item .right {
  flex: 1;
  border: 1px solid #6b778d;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .voice .item .right {
    width: 80%;
    flex: initial;
    padding: 20px;
  }
}
.voice .item .right::before {
  content: "";
  width: 60px;
  height: 40px;
  background-image: url(images/comment.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40px;
  left: -50px;
}
.voice .item.blank .left::after {
  content: none;
}
.voice .item.blank .right {
  border: none;
}
.voice .item.blank .right::before {
  content: none;
}
.voice .item.blank:nth-last-of-type(1) {
  height: 300px;
}
@media screen and (max-width: 540px) {
  .voice .item.blank:nth-last-of-type(1) {
    display: none;
  }
}

.detail {
  padding: 80px;
}
@media screen and (max-width: 540px) {
  .detail {
    padding: 20px;
  }
}

footer {
  background-color: #263859;
  overflow-x: hidden;
}
footer .dark_navy {
  width: 100%;
  transform: skewX(10deg) translateX(-50%);
  transform-origin: top;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
footer .inner {
  max-width: 840px;
  color: #ecb365;
  position: relative;
}
footer .txt {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-flow: column;
  gap: 50px 0;
  align-items: center;
  font-family: "Folk Medium JIS2004 AP";
}
@media screen and (max-width: 840px) {
  footer .txt {
    max-width: 90%;
  }
}

.link_btn {
  margin: 0 auto;
  width: 332px;
  height: 62px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background-color: #6b778d;
  border: 1px solid #ecb365;
  font-size: 3rem;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-right: 52px;
  justify-content: center;
  color: #ecdbba;
}
.link_btn::after {
  content: "";
  width: 47px;
  height: 47px;
  border-radius: 100px;
  background-color: #ecb365;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .link_btn {
    width: 100%;
    font-size: 2.5rem;
  }
}

.footer_logo {
  width: 370px;
}
@media screen and (max-width: 840px) {
  .footer_logo {
    width: 100%;
  }
}

.sns {
  display: flex;
  flex-flow: row wrap;
  gap: 50px;
}
.sns .sns_item {
  height: 55px;
}
@media screen and (max-width: 840px) {
  .sns .sns_item {
    height: 33px;
  }
}
.sns .sns_item img {
  width: auto;
  height: 100%;
}

.credit {
  font-size: 1rem;
  font-family: "Gothic MB101 Light";
}

[class^=ph] {
  width: 85%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px auto;
}
[class^=ph] img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 840px) {
  [class^=ph] {
    display: none;
  }
}

.ph3 {
  width: 150%;
  margin-left: 50vw;
  transform: translate(-50%);
  margin-top: -140px;
}

.ph4 {
  margin-top: -60%;
  z-index: 1;
  position: relative;
  margin-right: -110px;
}
.ph4 img {
  height: 400%;
  -o-object-position: -1070px -950px;
     object-position: -1070px -950px;
}
@media screen and (max-width: 540px) {
  .ph4 {
    margin-right: -50px;
  }
  .ph4 img {
    -o-object-position: -520px -480px;
       object-position: -520px -480px;
  }
}

.colum_2ph {
  width: 100%;
  overflow-x: hidden;
  margin-top: -100px;
}

.ph7 {
  transform: translateX(-50%);
}

.ph6 {
  margin-top: -70px;
  margin-right: -10px;
}
.ph6 img {
  height: 300%;
  -o-object-position: -900px -560px;
     object-position: -900px -560px;
}
@media screen and (max-width: 540px) {
  .ph6 img {
    -o-object-position: -440px -270px;
       object-position: -440px -270px;
  }
}

[class*=follow_ph] {
  position: relative;
}
[class*=follow_ph]:after {
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 840px) {
  [class*=follow_ph]:after {
    display: none;
  }
}
[class*=follow_ph].active::after {
  animation: ph 1s ease forwards;
}
@media screen and (max-width: 840px) {
  [class*=follow_ph].active::after {
    animation: none;
  }
}
@keyframes ph {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.follow_ph1:after {
  background-image: url(images/circle01.webp);
  left: -40%;
  top: -140px;
  transform: translateX(100%);
}

.follow_ph2:after {
  background-image: url(images/circle02.webp);
  right: -40%;
  top: -60px;
  transform: translateX(-100%);
}

.follow_ph3:after {
  background-image: url(images/circle03.webp);
  right: -60%;
  bottom: -630%;
  width: 720px;
  height: 720px;
  transform: translateX(-100%);
}

.follow_ph4:after {
  background-image: url(images/circle04.webp);
  left: -40%;
  top: -140px;
  background-size: 470%;
  background-position: -790px -660px;
  transform: translateX(100%);
}

.follow_ph6:after {
  background-image: url(images/circle06.webp);
  left: -40%;
  top: -540px;
  background-size: 440%;
  background-position: -770px -430px;
  transform: translateX(100%);
}

.follow_ph7:after {
  background-image: url(images/circle07.webp);
  right: -40%;
  top: -380px;
  width: 25vw;
  height: 25vw;
  transform: translateX(-100%);
}/*# sourceMappingURL=style.css.map */