@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  line-height: 1.5;
  letter-spacing: .04rem;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* add */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.hwt {
  font-family: "hwt-aetna", serif;
  font-weight: 400;
  font-style: normal;
}

.tsuku {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

.abs-img {
  position: absolute;
}

.footer {
  background: #3e3a39;
}

.footer .inner {
  max-width: 640px;
  margin: 0 auto;
  max-height: 288px;
  position: relative;
  width: 100%;
  height: 50vw;
}

.footer .inner .logo {
  max-width: 207px;
  margin: 0 auto;
  position: absolute;
  top: 15.7%;
  left: 0;
  right: 0;
  width: 35vw;
}

.footer .inner .insta {
  right: 21%;
  top: 16%;
  position: absolute;
  max-width: 42px;
  width: 6.5vw;
}

.footer .inner .policy img {
  max-width: 141px;
  width: 30vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.footer .inner .Copyright {
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 3.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14.1px;
}

.footer .inner .Copyright p {
  color: #fff;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  width: 60px !important;
  height: 60px !important;
  top: -50px !important;
  right: -50px !important;
  cursor: pointer !important;
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  height: 10px !important;
  border-radius: 0 !important;
}

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

@media screen and (max-width: 834px) {
  .yt {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

.animeSmoothTriger {
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
  transform: translate3d(0, 100%, 0) skewY(12deg);
}

.animeSmooth {
  -webkit-animation: smooth 0.8s ease-in-out forwards;
  animation: smooth 0.8s ease-in-out forwards;
}

@-webkit-keyframes smooth {
  0% {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
    transform: translate3d(0, 100%, 0) skewY(12deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    display: block;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
  }
}

@keyframes smooth {
  0% {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
    transform: translate3d(0, 100%, 0) skewY(12deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    display: block;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
  }
}

.animeFadeupTriger1 {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animeFadeup1 {
  -webkit-animation: fadeup1 0.5s forwards;
  animation: fadeup1 0.5s forwards;
}

.animeFadeupTriger2 {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animeFadeup2 {
  -webkit-animation: fadeup1 0.5s forwards;
  animation: fadeup1 0.5s forwards;
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animeShowTriger {
  overflow: hidden;
  position: relative;
}

.animeShowTriger::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border-radius: 0 0 50% 0;
  background: #fff;
}

.animeShowTriger.animeShow::before {
  -webkit-animation: show 4s forwards;
  animation: show 4s forwards;
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-200%, -200%);
    transform: translate(-200%, -200%);
  }
}

@keyframes show {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-200%, -200%);
    transform: translate(-200%, -200%);
  }
}

header img {
  max-width: 200px;
  padding: 15px 0 15px 15px;
}

.fv {
  background-image: url(../image/fv_bg.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.fv-img {
  margin-bottom: 80px;
}

.fv-flex {
  display: flex;
  justify-content: space-between;
}

.fv-flex-img {
  width: 52.5%;
  margin-top: 30px;
}

.fv-flex-txts {
  width: 40%;
}

.fv-flex-txts h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #00335E;
  font-size: 26px;
  font-weight: 700;
  color: #00335E;
}

.fv-flex-txts p {
  font-size: 16px;
  line-height: 1.9;
}

.fv-flex-txts img {
  max-width: 250px;
  margin: 30px auto 0;
}

section {
  padding: 90px 0;
}

.cmn-title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.cmn-title::before {
  content: "";
  width: 27px;
  height: 3px;
  border-radius: 10px;
  background: #00335E;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  bottom: -20px;
}

.cmn-title img {
  width: 50px;
  margin: 0 auto 20px;
}

.cmn-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #00335E;
  line-height: 1;
}

.intro-list ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.intro-list ul li:nth-child(2) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.intro-flex-img {
  width: 52.5%;
}

.intro-flex-txts {
  width: 45%;
}

.intro-flex-txt-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.intro-flex-txt-title .circle {
  width: 90px;
  height: 90px;
  background: #EBF3FA;
  border-radius: 50%;
  text-align: center;
  padding: 17px 0;
}

.intro-flex-txt-title .circle span {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #00335E;
}

.intro-flex-txt-title .circle p {
  font-size: 24px;
  font-weight: 700;
  color: #00335E;
}

.intro-flex-txt-title .circle p small {
  font-size: 18px;
  font-weight: 700;
  color: #00335E;
  padding-left: 2.5px;
}

.intro-flex-txt-title .title {
  width: calc(100% - 108px);
}

.intro-flex-txt-title .title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #00335E;
}

.intro-flex-txt p {
  font-size: 16px;
  line-height: 1.7;
}

.gallery {
  background-image: url(../image/gallery_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
}

.gallery-flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.gallery-flex .abs-img {
  width: 145px;
  right: 225px;
  top: 70px;
}

.gallery-flex-item {
  width: 48.5%;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.gallery-flex-item-img {
  margin-bottom: 30px;
}

.gallery-flex-item-txt {
  text-align: center;
}

.gallery-flex-item-txt h3 {
  font-size: 20px;
  font-weight: 700;
  color: #00335E;
}

.making-top {
  max-width: 420px;
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
}

.making-top .making-img {
  margin-bottom: 30px;
}

.making-top .abs-img.top {
  width: 90px;
  bottom: -120px;
  left: -150px;
}

.making-top .abs-img.bottom {
  width: 100px;
  top: 310px;
  right: -150px;
}

.making-garrery ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px 15px;
}

.point {
  background-image: url(../image/point_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.point-box {
  background: #fff;
  border-radius: 30px;
  position: relative;
}

.point-box .abs-img {
  width: 275px;
  right: 20px;
  top: 0px;
}

.point-box-inner {
  padding: 70px 60px;
}

.point-box-txt {
  text-align: center;
  margin-bottom: 80px;
}

.point-box-txt p {
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
}

.point-box-list ol li {
  margin-bottom: 60px;
  margin-right: 50px;
}

.point-box-list ol li:last-child {
  margin-bottom: 0;
}

.point-box-list ol li:nth-child(2) {
  margin-right: 0;
  margin-left: 50px;
}

.ai {
  padding: 60px 0;
}

.ai .inner {
  position: relative;
}

.ai-title {
  max-width: 650px;
  margin: 0 auto 60px;
}

.ai-txt p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.ai .abs-img {
  width: 190px;
  bottom: -280px;
  left: 105px;
}

.cta {
  background-image: url(../image/cta_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.link-area {
  max-width: 855px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.link-area .link {
  width: 47%;
}

.create {
  background-image: url(../image/create_bg.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  padding: 90px 0;
}

.create .abs-img {
  width: 125px;
  top: 0;
  left: 200px;
}

.point-flex-conts {
  position: relative;
  margin-bottom: 100px;
}

.point-flex-cont {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.point-flex-cont.reverse {
  flex-direction: row-reverse;
}

.point-flex-cont-img {
  width: 510px;
}

.point-flex-cont-txt {
  width: calc(100% - 580px);
  padding-right: 40px;
}

.point-flex-cont.reverse .point-flex-cont-txt {
  padding-left: 40px;
  padding-right: 0px;
}

.point-flex-cont-title {
  margin-bottom: 25px;
}

.point-flex-cont-txt h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.25rem;
  color: #00345D;
}

.point-flex-cont-txt h4:nth-child(1) {
  margin-bottom: 5px;
}

.point-flex-cont-txt p {
  line-height: 2;
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-size: 16px;
}

.marker {
  padding: 0 5px;
  background-image: linear-gradient(#FFCC00, #FFCC00);
  background-size: 0% 30%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 0.8s;
  display: inline-block;
}

.marker.active {
  background-size: 100% 30%;
}

.site {
  background-image: url(../image/relation_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 100px;
}

.site .content {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.site .content a {
  display: block;
  width: 47%;
}

.js-modal-video {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: calc(100% - 60px);
  }

  .fv-flex-txts {
    width: 42.5%;
  }

  .fv-flex-img {
    width: 54.5%;
  }

  .point-box-list ol li,
  .point-box-list ol li:nth-child(2) {
    margin-inline: 0px;
  }

  .point-flex-cont-txt {
    width: calc(100% - 540px);
    padding-right: 0px;
  }

  .point-flex-cont.reverse .point-flex-cont-txt {
    padding-left: 0px;
  }
}

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

@media screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .modal-video-body {
    max-width: 100% !important;
    padding: 0 30px !important;
  }

  .modal-video-close-btn {
    width: 30px !important;
    height: 30px !important;
    top: -27.5px !important;
    right: -20px !important;
  }

  .modal-video-close-btn:before,
  .modal-video-close-btn:after {
    height: 5px !important;
  }

  .point-flex-conts {
    max-width: 500px;
    margin: 0 auto;
  }

  .point-flex-cont {
    margin: 0 auto 40px;
    display: block;
    max-width: 500px;
    padding: 0 15px;
  }

  .point-flex-cont-img {
    width: 100%;
    margin-bottom: 25px;
  }

  .point-flex-cont-txt {
    width: 100%;
  }

  .point-flex-cont-title {
    margin-bottom: 20px;
  }

  .point-flex-cont-txt h4 {
    font-size: 24px;
    letter-spacing: 0.15rem;
    white-space: nowrap;
  }

  .point-flex-cont-txt h4:nth-child(1) {
    margin-bottom: 5px;
  }

  .point-flex-cont-txt p {
    line-height: 1.6;
    letter-spacing: 0.1rem;
    font-size: 15px;
  }

  .point-flex-cont:nth-child(3) .point-flex-cont-txt {
    padding-right: 0px;
  }

  header .inner {
    width: calc(100% - 0px);
  }

  header img {
    max-width: 150px;
    padding: 10px 0 10px 10px;
  }

  .fv {
    background-image: url(../image/fv_bg_sp.webp);
  }

  .fv .inner {
    width: calc(100% - 0px);
  }

  .fv .sp-img {
    padding: 0 10px;
    max-width: 500px;
    margin: 0 auto;
  }

  .fv-img {
    margin-bottom: 30px;
  }

  .fv .sp-img img:nth-child(2) {
    max-width: 300px;
    margin: 30px auto 0;
    position: relative;
    left: -25px;
  }

  .fv-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .fv-flex-img {
    width: 100%;
    margin: 0 auto 40px;
  }

  .fv-flex-txts {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    padding-bottom: 80px;
  }

  .fv-flex-txts h2 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 21px;
    display: inline-block;
  }

  .fv-flex-txts p {
    font-size: 14px;
  }

  section {
    padding: 50px 0;
  }

  .cmn-title {
    margin-bottom: 50px;
  }

  .cmn-title img {
    width: 40px;
    margin: 0 auto 15px;
  }

  .cmn-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .intro-list ul li {
    display: block;
    max-width: 500px;
    margin: 0 auto 50px;
  }

  .intro-flex-img {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .intro-flex-txts {
    width: 100%;
  }

  .intro-flex-txt-title {
    justify-content: center;
    margin-bottom: 20px;
  }

  .intro-flex-txt-title .circle {
    width: 65px;
    height: 65px;
    padding: 8px 0;
    margin-right: 10px;
  }

  .intro-flex-txt-title .circle span {
    font-size: 10px;
  }

  .intro-flex-txt-title .circle p {
    font-size: 18px;
    line-height: .8;
  }

  .intro-flex-txt-title .circle p small {
    font-size: 12px;
  }

  .intro-flex-txt-title .title {
    width: auto;
  }

  .intro-flex-txt-title .title h3 {
    font-size: 22px;
  }

  .intro-flex-txt p {
    font-size: 14px;
  }

  .gallery {
    background-image: url(../image/gallery_bg_sp.webp);
    padding: 50px 0 30px;
  }

  .gallery .inner {
    width: calc(100% - 20px);
  }

  .gallery-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .gallery-flex-item {
    width: 100%;
    padding: 20px 20px 30px;
    margin-bottom: 20px;
  }

  .gallery-flex-item-txt h3 {
    font-size: 16px;
  }

  .gallery-flex-item-img {
    margin-bottom: 20px;
  }

  .gallery-flex .abs-img {
    width: 80px;
    right: 24px;
    top: 20px;
  }

  .making .inner {
    max-width: calc(100% - 20px);
  }

  .making-top .making-img {
    margin-bottom: 20px;
    z-index: 1;
  }

  .making-top {
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .making-top .abs-img.bottom {
    width: 90px;
    top: 140px;
    right: 20px;
  }

  .making-garrery {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
  }

  .making-garrery ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .making-garrery ul> :nth-child(3n + 2) {
    justify-self: end;
  }

  .making-garrery .abs-img {
    width: 100%;
    left: 20px;
    bottom: -100px;
  }

  .making-garrery .abs-img {
    width: 70px;
    left: 20px;
    bottom: -375px;
  }

  .point {
    background-image: url(../image/point_bg_sp.webp);
  }

  .point-box {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 20px;
  }

  .point-box .abs-img {
    width: 85px;
    right: 15px;
    top: 0px;
  }

  .point-box-inner {
    padding: 50px 15px 20px;
  }

  .making .inner,
  .create .inner {
    width: calc(100% - 20px);
  }

  .point-box-txt {
    margin-bottom: 50px;
  }

  .point-box-txt p {
    font-size: 14px;
    white-space: initial;
  }

  .point-box-list ol li {
    margin-bottom: 50px;
  }

  .ai-title {
    max-width: 275px;
    margin: 0 auto 30px;
  }

  .ai {
    padding: 60px 0 100px;
  }

  .ai-txt p {
    font-size: 14px;
  }

  .ai .abs-img {
    width: 100px;
    bottom: -215px;
    left: initial;
    right: 30px;
  }

  .cta {
    background-image: url(../image/cta_bg_sp.webp);
    padding: 50px 0;
  }

  .link-area {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .link-area .link {
    width: 100%;
  }

  .link-area .link:nth-child(1) {
    margin-bottom: 20px;
  }

  .create {
    background-image: url(../image/create_bg_sp.webp);
    padding: 60px 0;
  }

  .create .abs-img {
    width: 70px;
    top: 0;
    left: initial;
    right: 20px;
  }

  .create .link-area {
    margin-top: 60px;
  }

  .create .link-area .link {
    border-radius: 30px;
    border: 2px solid #00335E;
  }

  .site {
    background-image: url(../image/relation_bg_sp.webp);
    padding: 50px 0;
  }

  .site .content {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .site .content a {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }

  .site .content a:nth-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .footer .inner .insta {
    right: 21vw;
  }

  .footer .inner .Copyright {
    font-size: 2.4vw;
  }

  .point .inner {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 499px) {
  .point-flex-cont-img {
    margin-bottom: 20px;
  }

  .point-flex-abs-img {
    right: 23.5%;
  }

  .fv .sp-img img:nth-child(2) {
    max-width: 240px;
  }

  .making-garrery .abs-img {
    bottom: -410px;
  }

  .point .cmn-title {
    margin-bottom: 80px;
  }

  .point-box .abs-img {
    width: 100px;
    right: -5px;
  }

  .ai .abs-img {
    right: 0px;
  }

  .cta {
    padding: 35px 0;
  }

  .link-area {
    width: calc(100% - 60px);
  }

  .point-flex-cont {
    padding: 0 20px;
  }

  .point-flex-cont-txt p {
    font-size: 14px;
  }

  .create .link-area {
    margin-top: 50px;
    width: calc(100% - 40px);
  }

  .create .link-area .link {
    border-radius: 20px;
  }
}

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