@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 1310px) {
  html {
    font-size: 0.7633587786vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1A1A;
}

a:hover,
button:hover {
  cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 131rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-md {
  width: 100%;
  margin-inline: auto;
  max-width: 117rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-md {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-sm {
  width: 100%;
  margin-inline: auto;
  max-width: 101rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-sm {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-inner-xs {
  width: 100%;
  margin-inline: auto;
  max-width: 93rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner-xs {
    max-width: 60rem;
    padding-inline: 2rem;
  }
}

.l-top-media {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-top-media {
    margin-top: 4rem;
  }
}

.l-top-overview {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-top-overview {
    margin-top: 4rem;
  }
}

.l-top-wrapper {
  position: relative;
  margin-top: 12rem;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-top-wrapper {
    margin-top: 6rem;
  }
}

.l-top-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 40rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), to(transparent));
  background: linear-gradient(to bottom, #fff 0, #fff 50%, transparent 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  .l-top-wrapper::before {
    height: 20rem;
  }
}

.l-top-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/top-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
}
@media screen and (max-width: 767px) {
  .l-top-wrapper::after {
    background-position: top right;
  }
}

.c-title1 {
  color: #fa7800;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-family: "Montserrat", sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-footer {
  position: relative;
  padding-block: 4rem;
  z-index: 3;
}

.p-footer__logo {
  margin-inline: auto;
  width: 12rem;
}

.p-footer__copyright {
  margin-top: 1.4rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}

.message_inline {
  padding: 0.8rem 1.2rem;
}

.p-form-message__text {
  position: relative;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.p-form-message__error {
  color: #772b35;
  background-color: #fadddd;
}

.p-form-message__success {
  color: #18603a;
  background-color: #d5f1de;
}

.p-mv {
  position: relative;
  height: 72.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}

.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    display: block;
  }
}

.p-mv__content {
  margin-right: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    margin-inline: auto;
    padding-top: 22rem;
  }
}

.p-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-mv__title span {
  display: inline-block;
}

.p-mv__title .plus {
  display: block;
  color: #fa7800;
}

.p-mv__text {
  margin-top: 6rem;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    margin-top: 3rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-mv__bg {
  position: absolute;
  top: 0;
  left: calc(50% - 61.5rem);
  z-index: -1;
  width: 336rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__bg {
    left: calc(50% - 5.5rem);
    width: 90rem;
    height: 20rem;
  }
}

.p-mv__bg svg {
  width: 100%;
  height: 100%;
}

.p-top-media {
  position: relative;
  z-index: 3;
}

.p-top-media__content {
  display: grid;
  grid-template-columns: 21rem 1fr;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(50% - 50vw);
  border-radius: 0 3rem 3rem 0;
  padding: 9.5rem 4rem 9.5rem calc(50vw - 50%);
  background-color: #fa7800;
}
@media screen and (max-width: 767px) {
  .p-top-media__content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem 2rem 4rem calc(50vw - 50%);
  }
}

.p-top-media__title {
  padding-left: 2rem;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-media__title {
    padding-left: 0;
    text-align: center;
  }
}

.p-top-media__list {
  display: grid;
  grid-template-columns: 26rem 33rem 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-media__list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-top-media__item-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7727272727;
  letter-spacing: 0.02em;
}

.p-top-media__sub-list {
  margin-top: 2rem;
  padding-left: 1.6rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-top-media__sub-list {
    margin-top: 0;
  }
}

.p-top-media__sub-item {
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.625;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-media__sub-item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.1333333333;
    letter-spacing: 0.02em;
  }
}

.p-top-media__attention {
  margin-top: 3rem;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-media__attention {
    margin-top: 2rem;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.1333333333;
    letter-spacing: 0.02em;
  }
}

.p-top-origin {
  position: relative;
  z-index: 3;
}

.p-top-origin__content {
  display: grid;
  grid-template-columns: 31rem 4rem 1fr;
  gap: 11rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(50% - 50vw);
  border-radius: 0 3rem 3rem 0;
  padding: 9rem 16rem 9rem calc(50vw - 50%);
  background-color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .p-top-origin__content {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 4rem 2rem 4rem calc(50vw - 50%);
  }
}

.p-top-origin__logo {
  width: 30rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-origin__logo {
    margin-inline: auto;
    padding-left: 0;
    width: 14rem;
  }
}

.p-top-origin__title {
  padding-top: 2.4rem;
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-top-origin__title {
    padding-top: 0;
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8181818182;
    letter-spacing: 0.1em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-top-origin__text {
  color: #fff;
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8125;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-origin__text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.1333333333;
    letter-spacing: 0.05em;
  }
}

.p-top-origin__text span {
  color: #fa7800;
}

.p-top-overview {
  position: relative;
  z-index: 3;
}

.p-top-overview__content {
  margin-right: calc(50% - 50vw);
  border-radius: 3rem 0 0 2rem;
  padding: 8rem calc(50vw - 50%) 8rem 12rem;
  background-color: rgba(255, 255, 255, .8);
}
@media screen and (max-width: 767px) {
  .p-top-overview__content {
    padding: 4rem calc(50vw - 50%) 4rem 2rem;
  }
}

.p-top-overview__list {
  margin-top: 5rem;
  max-width: 107rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__list {
    margin-top: 3rem;
  }
}

.p-top-overview__item {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 4rem;
  border-top: 1px solid #ccc;
  padding: 1.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 2rem 0;
  }
}

.p-top-overview__item:last-child {
  border-bottom: 1px solid #ccc;
}

.p-top-overview__item-title {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-top-overview__item-text {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-top-overview__item-text {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.1333333333;
    letter-spacing: 0.02em;
  }
}

.p-top-overview__sub-list {
  padding-left: 1.6rem;
  list-style: disc;
}

.p-top-overview__sub-item {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-overview__sub-item {
    font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.1333333333;
    letter-spacing: 0.02em;
  }
}
.p-top-overview__sub-item a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-overview__sub-item a:hover {
  color: #fa7800;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-hidden {
  overflow: hidden;
}

.u-icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-icon__item:before {
  content: attr(data-icon);
  display: inline-block;
  margin-right: 0.5em;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: inline-block;
  }
}

.u-none {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
