@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500;700;800&family=Noto+Serif+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
html {
  font-family: Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #272727;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3805004314vw;
  }
}
@media (min-width: 1159px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

body {
  overflow-y: scroll;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -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;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1209px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-page */
.l-page {
  padding: 93px 0 95px;
  padding: 5.8125rem 0 5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 3.25rem 0 6.25rem;
  }
}

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  height: 46px;
  height: 2.875rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 1.9375rem;
  border: 2px solid #3B3B3B;
  border: 0.125rem solid #3B3B3B;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  width: 593px;
  width: 37.0625rem;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 14.75rem;
    height: 2.5rem;
    font-size: 0.8125rem;
  }
}
.btn:hover {
  opacity: 1;
  background: #3B3B3B;
  color: #fff;
}
.btn:hover span::before {
  border-color: #fff;
}
.btn span {
  display: inline-block;
  position: relative;
}
.btn span::before {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  left: -20px;
  left: -1.25rem;
  top: 6px;
  top: 0.375rem;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
  border-left: 1px solid #000;
  border-left: 0.0625rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (max-width: 767px) {
  .btn span::before {
    width: 0.5625rem;
    height: 0.5625rem;
    top: 0.3125rem;
    left: -1.0625rem;
  }
}

/* circle-bg */
.circle-bg {
  width: 2400px;
  width: 150rem;
  height: 2400px;
  height: 150rem;
  margin-right: -1200px;
  margin-right: -75rem;
  margin-top: -1200px;
  margin-top: -75rem;
  top: 50px;
  top: 3.125rem;
  right: 40px;
  right: 2.5rem;
  display: block;
  position: fixed;
  z-index: 150;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0.02);
          transform: scale(0.02);
}

.open .circle-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-animation-name: circleSpread;
          animation-name: circleSpread;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes circleSpread {
  100% {
    z-index: -1;
  }
}

@keyframes circleSpread {
  100% {
    z-index: -1;
  }
}
/* drawer */
.drawer {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/drawer-bg.jpg) no-repeat center/cover;
  padding: 25px 0 65px;
  padding: 1.5625rem 0 4.0625rem;
  overflow-y: scroll;
  display: none;
}

.drawer__logo {
  width: 210px;
  width: 13.125rem;
  max-width: 100%;
  margin-left: 35px;
  margin-left: 2.1875rem;
}

.drawer__menu {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.drawer__menu-item {
  width: 100%;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
}
.drawer__menu-item a {
  padding: 22px 0;
  padding: 1.375rem 0;
  display: block;
}

.drawer__sns {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.drawer__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 270px;
  width: 16.875rem;
  max-width: 100%;
  height: 43px;
  height: 2.6875rem;
  border-radius: 1.875rem;
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  margin: 62px auto 0;
  margin: 3.875rem auto 0;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.drawer__close span {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
  position: relative;
}
.drawer__close span::before, .drawer__close span::after {
  position: absolute;
  content: "";
  height: 1px;
  height: 0.0625rem;
  width: 18px;
  width: 1.125rem;
  background: #fff;
  left: 0;
  top: 8px;
  top: 0.5rem;
}
.drawer__close span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer__close span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open .drawer {
  -webkit-animation-name: showAnime;
          animation-name: showAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  opacity: 0;
}

@-webkit-keyframes showAnime {
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes showAnime {
  100% {
    display: block;
    opacity: 1;
  }
}
/* fnav */
.fnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .fnav__menu {
    display: block;
    text-align: center;
  }
}

.fnav__menu-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fnav__menu-item {
    font-size: 1.25rem;
  }
}
.fnav__menu-item + .fnav__menu-item {
  margin-left: 70px;
  margin-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .fnav__menu-item + .fnav__menu-item {
    margin-left: 0;
    margin-top: 1.6875rem;
  }
}
.fnav__menu-item a {
  display: block;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

/* footer */
.footer {
  position: relative;
  z-index: 10;
  color: #fff;
  background: #000;
  padding: 67px 50px 60px;
  padding: 4.1875rem 3.125rem 3.75rem;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 6.875rem 1.25rem 3.75rem;
  }
}

.footer__lang {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .footer__lang {
    margin-top: 5.5rem;
  }
}
.footer__lang a {
  display: inline-block;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.footer__sns {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: 3.875rem;
  }
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    display: block;
    margin-top: 5.4375rem;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__links {
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__link {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 0.8125rem;
  }
}
.footer__link:last-child {
  margin-left: 36px;
  margin-left: 2.25rem;
  padding-left: 36px;
  padding-left: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__link:last-child {
    margin-left: 2.0625rem;
    padding-left: 2.0625rem;
  }
}
.footer__link:last-child::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  width: 0.0625rem;
  height: 18px;
  height: 1.125rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__link a {
  display: inline-block;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.footer__copyright {
  margin-left: auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 4.375rem;
  }
}

/* form */
.form {
  font-family: "Noto Sans", sans-serif;
  background: #FAFAFA;
  width: 750px;
  width: 46.875rem;
  max-width: 100%;
  padding: 45px 45px;
  padding: 2.8125rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .form {
    padding: 1.0625rem 0.9375rem 1.875rem;
  }
}
.form .error {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FF0000;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form__item {
    display: block;
  }
}
.form__item + .form__item {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 1.5625rem;
  }
}

.form__item-label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form__item-label {
    padding-top: 0;
  }
}
.form__item-label span {
  color: #FF0000;
  font-weight: 700;
  margin-left: 3px;
  margin-left: 0.1875rem;
}

.form__item-input {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .form__item-input {
    width: 100%;
    margin-top: 0.1875rem;
  }
}

input[type=text], input[type=email], input[type=tel], textarea {
  background: #fff;
  border: 1px solid #D0D0D0;
  border: 0.0625rem solid #D0D0D0;
  border-radius: 0.3125rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  width: 100%;
}

input[type=text], input[type=email], input[type=tel] {
  height: 46px;
  height: 2.875rem;
}
@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    height: 2.75rem;
  }
}

textarea {
  resize: none;
  height: 282px;
  height: 17.625rem;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 18.625rem;
  }
}

.form__submit {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #000;
  color: #fff;
  width: 219px;
  width: 13.6875rem;
  max-width: 100%;
  height: 60px;
  height: 3.75rem;
  border-radius: 0.3125rem;
  margin: 43px auto 0;
  margin: 2.6875rem auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .form__submit {
    font-size: 1rem;
    width: 11.0625rem;
    height: 2.9375rem;
    border-radius: 0.1875rem;
    margin-top: 1.25rem;
  }
}
.form__submit:hover {
  opacity: 0.7;
}

/* gnav */
.gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav__menu-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.gnav__menu-item + .gnav__menu-item {
  margin-left: 75px;
  margin-left: 4.6875rem;
}
.gnav__menu-item a {
  display: block;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

/* hamburger */
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 200;
  right: 9px;
  right: 0.5625rem;
  top: 21px;
  top: 1.3125rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  background: url(../img/hamburger-circle.png) no-repeat center/contain;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.hamburger img {
  width: 20px;
  width: 1.25rem;
}

.open .hamburger {
  background: none;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 152px;
  height: 9.5rem;
  color: #fff;
  padding: 35px 296px 0 70px;
  padding: 2.1875rem 18.5rem 0 4.375rem;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (max-width: 1250px) {
  .header {
    height: 8.125rem;
    padding: 1.5625rem 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 4.75rem;
    padding: 1.6875rem 1.5625rem;
  }
}
.header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.header.scrolled {
  padding-top: 45px;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .header.scrolled {
    padding-top: 1.125rem;
    padding-left: 1.3125rem;
  }
}
.header.scrolled .header__logo {
  width: 195px;
  width: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .header.scrolled .header__logo {
    width: 8.375rem;
  }
}

.header--top {
  background: none;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 1250px) {
  .header--top {
    padding: 1.5625rem 2.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .header--top {
    padding-top: 1.875rem;
  }
}
.header--top::before {
  height: 132px;
  height: 8.25rem;
}
.header--top .header__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header--top .header__logo {
  width: 338px;
  width: 21.125rem;
}
@media screen and (max-width: 767px) {
  .header--top .header__logo {
    width: 10.4375rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: block;
  width: 195px;
  width: 12.1875rem;
  max-width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: relative;
  z-index: 3;
}

.header__nav {
  margin-left: 50px;
  margin-left: 3.125rem;
  position: relative;
  z-index: 3;
}

/* list */
.list__item {
  font-family: "Noto Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 57px;
  padding: 2.375rem 3.5625rem;
}
@media screen and (max-width: 767px) {
  .list__item {
    padding: 1.375rem 1.25rem;
  }
}
.list__item:nth-child(odd) {
  background: #F3F4F5;
}

.list__title {
  width: 24%;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .list__title {
    width: 27%;
    font-size: 0.9375rem;
  }
}

.list__text {
  width: 76%;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .list__text {
    width: 73%;
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}

/* main */
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* page-entitle */
.page-entitle {
  font-size: 49px;
  font-size: 3.0625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page-entitle {
    font-size: 2.1875rem;
  }
}

/* page-header */
.page-header {
  position: relative;
}
.page-header::after {
  position: absolute;
  content: "";
  height: 1px;
  height: 0.0625rem;
  width: 81%;
  bottom: 24px;
  bottom: 1.5rem;
  right: 0;
  background: #707070;
}
@media screen and (max-width: 767px) {
  .page-header::after {
    width: 45%;
    bottom: 0.8125rem;
  }
}
.page-header .page-entitle {
  margin-left: 3px;
  margin-left: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .page-header .page-entitle {
    margin-left: 0;
  }
}
.page-header .page-title {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-header .page-title {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}

/* page-title */
.page-title {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.125rem;
  }
}

/* section-subtitle */
.section-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 1.375rem;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }
}

/* section-title */
.section-title {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 2.375rem;
  }
}

/* site-wrapper */
.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* sns */
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns__item {
  width: 16px;
  width: 1rem;
}
@media screen and (max-width: 767px) {
  .sns__item {
    width: 1.1875rem;
  }
}
.sns__item + .sns__item {
  margin-left: 33px;
  margin-left: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .sns__item + .sns__item {
    margin-left: 2.4375rem;
  }
}
.sns__item a {
  display: block;
}

/* top */
.top {
  height: 210px;
  height: 13.125rem;
  background: url(../img/top-bg_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 1250px) {
  .top {
    height: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .top {
    height: 6.375rem;
    background: url(../img/top-bg_sp.png) no-repeat center/cover;
  }
}

/* company */
@media screen and (max-width: 767px) {
  .company .page-entitle {
    font-size: 1.5rem;
  }
}

.company__list {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .company__list {
    margin-top: 3.25rem;
  }
}

/* contact */
.contact .page-header::after {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .contact .page-header::after {
    width: 57%;
  }
}

.contact__text {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-top: 1.25rem;
  }
}
.contact__text + .contact__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.contact__text span {
  color: #FF0000;
}

.contact__form {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 0.9375rem;
  }
}

/* news */
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news__header .page-header {
  width: 83%;
}
@media screen and (max-width: 767px) {
  .news__header .page-header {
    width: 63%;
  }
}
.news__header .page-header::after {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .news__header .page-header::after {
    width: 54%;
  }
}

.news__link {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  width: 13.5%;
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .news__link {
    width: auto;
    padding-right: 1.875rem;
    font-size: 0.75rem;
    margin-bottom: 0.3125rem;
  }
}
.news__link:hover::after {
  right: -8px;
  right: -0.5rem;
}
@media screen and (max-width: 767px) {
  .news__link:hover::after {
    right: 0;
  }
}
.news__link::after {
  position: absolute;
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 13px;
  height: 0.8125rem;
  border-bottom: 1px solid #707070;
  border-bottom: 0.0625rem solid #707070;
  border-right: 1px solid #707070;
  border-right: 0.0625rem solid #707070;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  right: 0;
  bottom: 8px;
  bottom: 0.5rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .news__link::after {
    width: 1.875rem;
    height: 0.8125rem;
    right: 0.25rem;
  }
}

.news__content {
  width: 700px;
  width: 43.75rem;
  max-width: 100%;
  margin: 90px auto 0;
  margin: 5.625rem auto 0;
}
@media screen and (max-width: 767px) {
  .news__content {
    margin-top: 2.9375rem;
  }
}

.news__date {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 0.9375rem;
  }
}

.news__title {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 1.3125rem;
  }
}

.news__img {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .news__img {
    max-width: 31.25rem;
    margin: 1.875rem auto 0;
  }
}

.news__body {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.07em;
  width: 593px;
  width: 37.0625rem;
  max-width: 100%;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .news__body {
    width: 86%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news__body {
    margin-top: 1.125rem;
  }
}
.news__body h2, .news__body h3, .news__body h4, .news__body h5, .news__body h6 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news__body h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.news__body h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.news__body p {
  line-height: 2.3;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news__body p {
    font-size: 0.9375rem;
    line-height: 2.1;
  }
}

.news__btn {
  margin: 75px auto 0;
  margin: 4.6875rem auto 0;
}
@media screen and (max-width: 767px) {
  .news__btn {
    margin-top: 3.125rem;
  }
}

/* thanks */
.thanks .page-header::after {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .thanks .page-header::after {
    width: 57%;
  }
}

.thanks__subtitle {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .thanks__subtitle {
    font-size: 1.5625rem;
    margin-top: 2.1875rem;
  }
}

.thanks__text {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.86;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    line-height: 1.54;
    margin-top: 0.5rem;
  }
}

.thanks__btn {
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    margin-top: 3.75rem;
  }
}

/* top-mission */
.top-mission {
  color: #fff;
  text-align: center;
  padding: 150px 0 252px;
  padding: 9.375rem 0 15.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mission {
    padding: 5.8125rem 0 10.9375rem;
  }
}
.top-mission::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100%;
  background: url(../img/top-mission-bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-mission::before {
    background: url(../img/top-mission-bg_sp.jpg) no-repeat center/cover;
  }
}
.top-mission::after {
  position: absolute;
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 82px;
  height: 5.125rem;
  background: #fff;
  left: 50%;
  bottom: 105px;
  bottom: 6.5625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-mission::after {
    height: 4.25rem;
    bottom: 4.6875rem;
  }
}

.top-mission__title {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-mission__title {
    font-size: 2.25rem;
  }
}

.top-mission__subtitle {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.14em;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-mission__subtitle {
    font-size: 1.375rem;
    margin-top: 0.9375rem;
  }
}

.top-mission__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 2;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .top-mission__text {
    margin-top: 1.125rem;
  }
}

.top-mission__subtext {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .top-mission__subtext {
    font-size: 0.6875rem;
    margin-top: 2rem;
  }
}

/* top-mv */
.top-mv {
  text-align: center;
  color: #fff;
  background: url(../img/top-mv-bg_pc.jpg) no-repeat center bottom/cover;
  padding: 317px 0 565px;
  padding: 19.8125rem 0 35.3125rem;
}
@media screen and (max-width: 767px) {
  .top-mv {
    background: url(../img/top-mv-bg_sp.jpg) no-repeat center top/cover;
    padding: 15.25rem 0 27.0625rem;
  }
}

.top-mv__title {
  font-size: 82px;
  font-size: 5.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 2.9375rem;
  }
}

.top-mv__text {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    font-size: 1.5625rem;
    line-height: 1.75;
    margin-top: 1.4375rem;
  }
}

/* top-news */
.top-news {
  background: url(../img/top-news-bg_pc.jpg) no-repeat center/cover;
  padding: 82px 0 80px;
  padding: 5.125rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .top-news {
    background: url(../img/top-news-bg_sp.jpg) no-repeat center/cover;
    padding: 6.875rem 0 5rem;
  }
}

.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1255px;
  max-width: 78.4375rem;
}
@media screen and (max-width: 767px) {
  .top-news__inner {
    display: block;
  }
}

.top-news__title {
  color: #fff;
  margin-top: 125px;
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .top-news__title {
    text-align: center;
    margin-top: 0;
  }
}

.top-news__content {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 80px;
  margin-right: 5rem;
}
@media screen and (max-width: 1250px) {
  .top-news__content {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news__content {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 3.125rem auto 0;
  }
}

.top-news__box {
  background: url(../img/news01.png) no-repeat center/cover;
  width: 77%;
  border-radius: 1.8125rem;
  -webkit-backdrop-filter: blur(15.3106002808px);
          backdrop-filter: blur(15.3106002808px);
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .top-news__box {
    width: 100%;
    border-radius: 0.9375rem;
  }
}
.top-news__box:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .top-news__box:hover {
    opacity: 1;
  }
}
.top-news__box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1.8125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#7a7a7a));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #7a7a7a 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-news__box::after {
    border-radius: 0.9375rem;
  }
}
.top-news__box a {
  display: block;
  padding-top: 78%;
}
@media screen and (max-width: 767px) {
  .top-news__box a {
    padding-top: 75%;
  }
}

.top-news__body {
  width: 82%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  bottom: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-news__body {
    bottom: 2.1875rem;
  }
}

.top-news__date {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.063em;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news__date {
    font-size: 0.625rem;
  }
}
.top-news__date::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 28px;
  width: 1.75rem;
  height: 4px;
  height: 0.25rem;
  left: 50%;
  bottom: -25px;
  bottom: -1.5625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top-news__date::after {
    width: 0.9375rem;
    height: 0.125rem;
    bottom: -0.6875rem;
  }
}

.top-news__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  margin-left: 54px;
  margin-left: 3.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-news__text {
    font-size: 0.625rem;
    margin-left: 0.9375rem;
  }
}

.top-news__items {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .top-news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin: 0.9375rem auto 0;
  }
}

.top-news__item {
  width: 100%;
  border-radius: 1.8125rem;
  -webkit-backdrop-filter: blur(15.3106002808px);
          backdrop-filter: blur(15.3106002808px);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    border-radius: 0.9375rem;
    width: 25.5%;
  }
}
.top-news__item:first-child {
  background: url(../img/dummy01.png) no-repeat center/cover;
}
.top-news__item:nth-child(2) {
  background: url(../img/dummy01.png) no-repeat center/cover;
}
.top-news__item:last-child {
  background: url(../img/dummy01.png) no-repeat center/cover;
}
.top-news__item + .top-news__item {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .top-news__item + .top-news__item {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}
.top-news__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .top-news__item:hover {
    opacity: 1;
  }
}
.top-news__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1.8125rem;
  background: rgba(255, 255, 255, .16);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-news__item::after {
    border-radius: 0.9375rem;
  }
}
.top-news__item a {
  display: block;
  padding-top: 100%;
}

.top-news__soon {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 130px 0;
  margin: 8.125rem 0;
}
@media screen and (max-width: 767px) {
  .top-news__soon {
    font-size: 1.375rem;
    letter-spacing: 0.07em;
    margin: 11.25rem 0 18.75rem;
  }
}

/* top-service */
.top-service {
  overflow-x: hidden;
  background: url(../img/top-service-bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-service {
    background: url(../img/top-service-bg_sp.jpg) no-repeat center/cover;
  }
}

.top-service__inner {
  position: relative;
  max-width: 1250px;
  max-width: 78.125rem;
  padding: 80px 25px 135px;
  padding: 5rem 1.5625rem 8.4375rem;
}
@media screen and (max-width: 767px) {
  .top-service__inner {
    padding: 6.5625rem 0.625rem 5rem;
  }
}

.top-service__title {
  text-align: center;
  color: #fff;
}

.top-service__body {
  width: 38%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-service__body {
    width: 100%;
  }
}

.top-service__body01 {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-service__body01 {
    margin: 2.1875rem auto 0;
  }
}

.top-service__body02 {
  margin-top: 215px;
  margin-top: 13.4375rem;
  margin-left: auto;
  margin-right: 25px;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 1250px) {
  .top-service__body02 {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-service__body02 {
    margin: 5.9375rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .top-service__subtitle {
    text-align: center;
  }
}

.top-service__text {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.07em;
  line-height: 2.4;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .top-service__text {
    font-size: 0.875rem;
    width: 66%;
    line-height: 2.1;
    margin: 2.375rem auto 0;
  }
}

.top-service__img {
  position: absolute;
}

.top-service__img01 {
  width: 10%;
  left: -10%;
  top: 6.5%;
}
@media screen and (max-width: 767px) {
  .top-service__img01 {
    width: 20%;
    left: -9%;
    top: 8.5%;
  }
}

.top-service__img02 {
  width: 2%;
  left: 4.5%;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .top-service__img02 {
    width: 4%;
    left: 8.5%;
    top: 4.5%;
  }
}

.top-service__img03 {
  width: 6%;
  left: 11%;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .top-service__img03 {
    width: 13%;
    left: 21%;
    top: 1.5%;
  }
}

.top-service__img04 {
  width: 2%;
  right: 8.5%;
  top: 6%;
}
@media screen and (max-width: 767px) {
  .top-service__img04 {
    width: 3%;
    right: 35%;
    top: 2%;
  }
}

.top-service__img05 {
  width: 5.5%;
  right: -6%;
  top: 14%;
}
@media screen and (max-width: 767px) {
  .top-service__img05 {
    width: 7.5%;
    right: 5%;
    top: 5%;
  }
}

.top-service__img06 {
  width: 56%;
  right: 0%;
  top: 21%;
}
@media screen and (max-width: 767px) {
  .top-service__img06 {
    position: static;
    right: unset;
    top: unset;
    width: 100%;
    max-width: 31.25rem;
    margin: 2.5rem auto 0;
  }
}

.top-service__img07 {
  width: 53%;
  left: -1%;
  bottom: 9%;
}
@media screen and (max-width: 767px) {
  .top-service__img07 {
    position: static;
    left: unset;
    bottom: unset;
    width: 94%;
    max-width: 31.25rem;
    margin: 2.5rem auto 0;
  }
}
/*# sourceMappingURL=style.css.map */
