@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

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

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

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

/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: no4rmal;
  font-stretch: normal;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.03em;
  transition: background-color 0.5s ease;
}

h1 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 32px;
}

h2 {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 48px;
}

h3 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 32px;
}

h4 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
p.text18 {
  font-size: 1.125rem;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  component(768)
  =========================*/
  body {
    overflow-x: hidden;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 32px;
  }

  h2 {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }

  h3 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  flex: 1;
}

.l-footer {
  background: #F8F8F8;
  border-top: 1px solid #F6AD21;
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-wrapper2 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.l-wrapper3 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-wrapper4 {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}

.l-section {
  padding: 72px 0;
}

.l-section2 {
  padding-top: 72px;
}

.l-section3 {
  padding-top: 128px;
}

.l-section4 {
  padding-bottom: 64px;
}

.l-section5 {
  padding-top: 128px;
  padding-bottom: 48px;
}

.l-section6 {
  padding: 96px 0;
}

.l-section7 {
  padding: 128px 0;
}

.l-section8 {
  padding-top: 64px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper,
  .l-wrapper2,
  .l-wrapper3,
  .l-wrapper3 {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-section {
    padding: 48px 0;
  }

  .l-section2 {
    padding-top: 48px;
  }

  .l-section3 {
    padding-top: 96px;
  }

  .l-section4 {
    padding-bottom: 96px;
  }

  .l-section5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .l-section6 {
    padding: 48px 0;
  }

  .l-section7 {
    padding: 64px 0;
  }

  .l-section4 {
    padding: 32px 0;
  }

  .l-wrapper.-full,
  .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
h2.c-title span {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #56B42E;
  display: block;
}
h2.c-title.center {
  text-align: center;
}

h3.c-title {
  position: relative;
  padding-top: 8px;
  text-align: center;
}
h3.c-title:before {
  content: '';
  display: inline-block;
  background: #56B42E;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
h3.c-title.left {
  text-align: left;
}
h3.c-title.left:before {
  left: 0;
  transform: translateX(0);
}

.c-mv {
  position: relative;
  height: 500px;
}
.c-mv:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.c-mv .mv img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.c-mv .wrap {
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.c-mv .hero {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
.c-mv .hero .ja {
  font-weight: 500;
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
}
.c-mv .hero .ticker {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.c-mv .hero .ticker-text {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}
.c-mv .hero .en {
  font-family: "Karla", sans-serif;
  font-weight: 900;
  font-size: 7.5rem;
  color: #F1F2F2;
  opacity: 0.7;
  line-height: 1.2;
  display: inline-block;
}

.c-breadCrumb {
  margin-top: 20px;
}
.c-breadCrumb ul {
  display: flex;
  align-items: center;
}
.c-breadCrumb li {
  font-size: 0.875rem;
  color: #000000;
  margin: 0 30px 0 0;
  position: relative;
}
.c-breadCrumb li a {
  color: #000000;
}
.c-breadCrumb li:before {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  color: #000000;
  transform: translateY(-50%);
}
.c-breadCrumb li:last-child {
  margin: 0;
}
.c-breadCrumb li:last-child:before {
  display: none;
}

.c-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  color: #56B42E;
  background: #fff;
  min-width: 260px;
  padding: 16px 5%;
  display: block;
  width: fit-content;
  margin-top: 24px;
  margin-inline: auto;
  border: 1px solid #56B42E;
  border-radius: 100vmax;
  position: relative;
  transition: all 0.3s ease 0s;
}
.c-link.left {
  margin-left: 0;
}
.c-link:hover {
  background: #56B42E;
  color: #fff;
}
.c-link:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.c-link::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #56B42E;
  border-right: solid 1px #56B42E;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.c-link.green {
  background: #56B42E;
  color: #fff;
}
.c-link.green::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.c-link.green:hover {
  background: #fff;
  color: #56B42E;
}
.c-link.green:hover:after {
  border-top: solid 1px #56B42E;
  border-right: solid 1px #56B42E;
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger {
  position: fixed;
  top: 22px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #56B42E;
  -webkit-transition: inherit;
  transition: inherit;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #56B42E;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}

.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  component(768)
  =========================*/
  h2.c-title {
    font-size: 1.5rem;
  }
  h2.c-title span {
    font-size: 1.5rem;
  }

  h3.c-title {
    font-size: 1.25rem;
    gap: 8px;
  }
  h3.c-title:before {
    width: 24px;
  }

  .c-link {
    margin-inline: auto;
  }
  .c-link.left {
    margin-inline: auto;
  }

  .c-mv .hero .ja {
    font-size: 2rem;
  }
  .c-mv .hero .en {
    font-size: 6rem;
  }

  .c-breadCrumb ul {
    justify-content: center;
  }

  .c-pageTOP {
    width: 35px;
    right: 15px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
  padding: 37px 0 112px;
}
.p-footer .head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
.p-footer .logo {
  width: 220px;
}
.p-footer .logo a {
  display: block;
  width: 100%;
}
.p-footer .logo img {
  width: 100%;
}
.p-footer .mailBox {
  display: flex;
  gap: 8px;
}
.p-footer .mailLink {
  background: #FEE405;
  padding: 10px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000000;
  border-radius: 100vmax;
  transition: all 0.3s ease 0s;
}
.p-footer .mailLink svg {
  fill: #5E6063;
}
.p-footer .mailLink:hover {
  background: #56B42E;
  color: #fff;
}
.p-footer .mailLink:hover svg {
  fill: #fff;
}
.p-footer .snsList {
  display: flex;
  gap: 6px;
}
.p-footer .snsList a:hover img {
  opacity: 0.7;
}
.p-footer .snsList img {
  width: 34px;
  transition: all 0.3s ease 0s;
}
.p-footer .a_logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 左寄せに変更 */
  text-align: left;
  margin-left: 8px; /* SNSとの間隔（任意） */
  gap: 8px;
  border-left: 1px solid #d8b647; /* 縦の仕切り線 */
  padding-left: 24px; /* ボーダーとロゴの間に余白 */
}

.p-footer .a_logo p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: bold;
}

.p-footer .a_logo .logo-list {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-footer .a_logo a {
  display: inline-block;
}

.p-footer .a_logo p {
 margin-bottom: -8px;
}

.p-footer .a_logo img {
  max-width: 120px;
  height: auto;
}

.p-footer .nav {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.p-footer .nav h4 {
  font-weight: 700;
}
.p-footer .nav .footerList {
  display: flex;
  justify-content: space-between;
  gap: 20px 30px;
}
.p-footer .nav .footerList > .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-footer .nav .footerList a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000000;
  transition: all 0.3s ease 0s;
}
.p-footer .nav .footerList a:hover {
  color: #56B42E;
}
.p-footer .nav .footerListChild {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-left: 20px;
  margin-top: -8px;
}

.p-footer__copy {
  padding: 14px 0;
  background: #56B42E;
}
.p-footer__copy small {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer {
    padding: 56px 0 63px;
  }
  .p-footer .head {
    flex-direction: column;
    gap: 56px;
  }
  .p-footer .a_logo {
    align-items: center;
    text-align: center;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
	   position: relative;
    margin-top: 10px; 
  }

  .p-footer .a_logo .logo-list {
    flex-direction: column;
  }
	.p-footer .a_logo::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #F6AD21; /* ゴールド系 */
    margin: 0 auto 24px; /* 中央寄せ＆下に余白 */
  }
  .p-footer .nav {
    flex-direction: column;
    gap: 48px;
  }
  .p-footer .nav .navBox {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
  .p-footer .nav .footerList {
    flex-wrap: wrap;
    gap: 8px 30px;
  }
  .p-footer .nav .footerList > .item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .p-footer .en_copy {
    font-size: 2.25rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .p-footer__copy small {
    line-height: 1.8;
  }
}
/*
  header
————————————————————————————————————————— */
body.page .header {
  background: rgba(0, 0, 0, 0.7);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
}
.header.is-active {
  background: rgba(0, 0, 0, 0.7);
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 250px;
  transition: all 0.3s ease 0s;
}

.header-menu {
  display: flex;
  gap: 15px;
}

.header-mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 25px;
  border-radius: 100vmax;
  background: #FBDB13;
  transition: all 0.3s ease 0s;
}

.header-mail a svg {
  fill: #151D70;
  transition: all 0.3s ease 0s;
}

.header-mail a:hover {
  background: #56B42E;
  color: #fff;
}

.header-mail a:hover svg {
  fill: #fff;
}

.header-mail a img {
  width: 22px;
}

.header-list {
  display: flex;
  align-items: center;
}

.header-item a {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  padding: 15px;
  transition: all 0.3s ease 0s;
}

.header-item > a:hover {
  color: #56B42E;
}

.megaMenu {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 100%;
  transition: opacity .3s, visibility .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}

.megaMenu-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 286px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.megaMenu-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.megaMenu-list {
  width: calc(100% - 343px);
  display: flex;
  flex-wrap: wrap;
  gap: 9px 30px;
}

.megaMenu-item {
  position: relative;
  width: calc(33.3333333333% - 20px);
  transition: all 0.3s ease-in-out;
}

.megaMenu-item a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #000000;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.megaMenu-item a:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #56B42E;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
  transform: scale(1, 1);
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

/* レイアウトのためのスタイル */
a {
  text-decoration: none;
}

#p-globalMenuSp {
  width: 100%;
  height: 100vh;
  background: url(../img/common/globalMenuSp-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: -120%;
  left: 0;
  z-index: -10;
  padding-top: 104px;
  padding-bottom: 40px;
  transition: all .6s;
  overflow: auto;
}
#p-globalMenuSp:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -11;
}
#p-globalMenuSp.is-active {
  top: 0;
  z-index: -1;
}

.p-globalMenuSp__list {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  margin-bottom: 24px;
}

.p-globalMenuSp__list .child {
  margin-left: 5%;
}

.p-globalMenuSp__list .child {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 8px;
}

.p-globalMenuSp__list .child a {
  font-size: 0.875rem;
  color: #000000;
  position: relative;
  padding-left: 32px;
}

.p-globalMenuSp__list .child a:before {
  content: '';
  display: inline-block;
  background: #000;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-globalMenuSp__item:last-child {
  margin-bottom: 0;
}

.p-globalMenuSp__item > a {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  line-height: 1.6;
  padding: 16px 5%;
  display: block;
  border-bottom: solid 1px #E9E9E9;
  position: relative;
}

#p-globalMenuSp .click-menu > a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}

#p-globalMenuSp .click-menu > a.open:after {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 5px);
}

#p-globalMenuSp .click-menu .p-menu-content {
  display: none;
}

#p-globalMenuSp .header-mail {
  width: 90%;
  margin-inline: auto;
}

#p-globalMenuSp .header-mail a:hover {
  background: #56B42E;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .header {
    padding: 17px 0;
    position: fixed;
    background: rgba(128, 128, 128, 0.6);
  }
  .header.is-active {
    background: rgba(128, 128, 128, 0.6);
  }

  .header-logo {
    width: 129px;
  }

  .header-nav {
    justify-content: space-between;
    gap: 20px;
  }

  .header-menu {
    display: none;
  }

  .header-tel {
    display: block;
    margin-right: 65px;
  }
  .header-tel img {
    width: 29px;
  }

  .header-mail a {
    padding: 18px;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow-x: hidden;
}
.p-top__mainvisual:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.6;
}

.p-mainvisual_inner {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
.p-mainvisual_inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}

.p-mainvisual_hero {
  position: absolute;
  top: calc(50% + 50px);
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 4;
}
.p-mainvisual_hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1rem, 6vw, 5rem);
  text-shadow: 3px 3px 0 #000;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.p-mainvisual_hero span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fff;
  display: block;
}

.p-top__news {
  padding: 56px 0 66px;
  background: url(../img/top/news-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-top__news h1 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  color: #56B42E;
  margin-bottom: 56px;
}
.p-top__news ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-top__news .image {
  margin-bottom: 8px;
}
.p-top__news .image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.p-top__news .date {
  font-size: 0.875rem;
  display: block;
  color: #828282;
}
.p-top__news .title {
  font-size: 1.125rem;
  display: block;
  color: #828282;
  margin-bottom: 8px;
}
.p-top__news .excerpt {
  font-size: 1rem;
  color: #828282;
}
.p-top__news .c-link {
  margin-top: 56px;
}

.p-top__platform {
  padding-top: 64px;
  position: relative;
  z-index: 2;
}
.p-top__platform h1 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  color: #56B42E;
  margin-bottom: 8px;
}
.p-top__platform .read-text {
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.p-top__platform h2 {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
.p-top__platform .stroke-text {
  font-size: 1.5rem;
  text-align: center;
  color: #000000;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.p-top__platform .image {
  width: 90%;
  margin-inline: auto;
  margin-top: -32%;
  position: relative;
  z-index: -1;
}

.p-top__energy {
  padding-top: 20px;
}
.p-top__energy h1 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  color: #56B42E;
  margin-bottom: 8px;
}
.p-top__energy .read-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
}
.p-top__energy .wrap {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-top__energy .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.p-top__energy .flex:before {
  content: '';
  display: inline-block;
  background: url(../img/top/diagonal-line01.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 1;
  width: 477px;
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
}
.p-top__energy .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.p-top__energy .flex:nth-child(even) .image {
  margin-left: 4%;
  margin-right: -5vw;
}
.p-top__energy .flex:nth-child(even):before {
  background: url(../img/top/diagonal-line02.png) no-repeat;
  background-size: contain;
}
.p-top__energy .flex:last-child:before {
  display: none;
}
.p-top__energy .image,
.p-top__energy .text {
  width: 48%;
}
.p-top__energy .image {
  flex: 0 0 calc(50% + 5vw);
  margin-left: -5vw;
  margin-right: 4%;
  animation: shake-up 3s infinite ease-in-out;
}
@keyframes shake-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
.p-top__energy .text {
  flex: 1;
}
.p-top__energy h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #56B42E;
}
.p-top__energy h4 span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.5rem;
  display: block;
}
.p-top__energy h3 {
  font-size: 1.875rem;
  margin-bottom: 24px;
}
.p-top__energy .box {
  background: #FDFFED;
  padding: 40px 25px 25px;
  margin-top: 44px;
}
.p-top__energy .box h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000000;
  margin-top: -65px;
  margin-left: -10px;
  margin-bottom: 12px;
}
.p-top__energy .box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-top__vivsion {
  position: relative;
	margin-top: 126px;
}
.p-top__vivsion::before {
  content: "";
  position: absolute;
  top: -60%;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 100vw 500px 0;
  border-color: #fff #fff #FDFFED #fff;
}
.p-top__vivsion:after {
  content: '';
  display: inline-block;
  background: #FDFFED;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.p-top__vivsion h1 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  color: #56B42E;
  margin-bottom: 8px;
}
.p-top__vivsion .read-text {
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.p-top__vivsion .read-text span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 16px;
}
.p-top__vivsion .slider {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.p-top__vivsion ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 10000%;
  min-width: 100%;
  width: calc(500px * 2 * 2);
  animation: 60s linear infinite;
}
.p-top__vivsion ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(100% / 1);
  margin-right: 8px;
}
.p-top__vivsion ul li img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.p-top__vivsion ul.loop1 {
  animation-name: loop1;
}
.p-top__vivsion ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {
    transform: translateX(0);
  }
  49.99999% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top__partner {
  padding: 128px 0;
}
.p-top__partner h1 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  color: #56B42E;
  margin-bottom: 64px;
}
.p-top__partner h1 span {
  font-size: 1.5rem;
  display: block;
  color: #000000;
}
.p-top__partner .flex {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.p-top__partner .box {
  width: 100%;
}
.p-top__partner h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #56B42E;
  margin-bottom: 18px;
}
.p-top__partner li {
  display: flex;
  gap: 30px;
  border-bottom: 1px dashed #D9D9D9;
  padding: 8px;
}
.p-top__partner li p {
  margin: 0;
}
.p-top__partner li p:first-child {
  width: 40%;
}
.p-top__partner li p:last-child {
  width: 60%;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-top__mainvisual {
    height: 85vh;
  }

  .p-mainvisual_inner {
    height: 85vh;
  }

  .p-mainvisual_hero {
    top: calc(50% + 30px);
  }
  .p-mainvisual_hero h1 {
    font-size: 3.125rem;
    line-height: 1;
  }
  .p-mainvisual_hero span {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-top: 16px;
  }

  .p-top__news {
    padding: 56px 0;
  }
  .p-top__news h1 {
    margin-bottom: 48px;
  }
  .p-top__news ul {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-inline: 16px;
  }
  .p-top__news li {
    min-width: 280px;
    scroll-snap-align: start;
  }

  .p-top__platform h1 {
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .p-top__platform .read-text {
    font-size: 1.25rem;
    margin-bottom: 48px;
  }
  .p-top__platform h2 {
    font-size: 2rem;
  }
  .p-top__platform h2 span {
    font-size: 1.625rem;
    display: block;
  }
  .p-top__platform .stroke-text {
    font-size: 1rem;
  }
  .p-top__platform .image {
    width: 100%;
    margin-top: -116%;
  }

  .p-top__energy h1 {
    font-size: 2.25rem;
    margin-bottom: 26px;
  }
  .p-top__energy .read-text {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
  .p-top__energy .wrap {
    margin-top: 32px;
    gap: 90px;
  }
  .p-top__energy .flex {
    flex-direction: column;
    gap: 16px;
  }
  .p-top__energy .flex:before {
    display: none;
  }
  .p-top__energy .flex:nth-child(even) {
    flex-direction: column;
  }
  .p-top__energy .flex:nth-child(even) .image {
    margin-left: 0;
    margin-right: 0;
  }
  .p-top__energy .flex:nth-child(even):before {
    display: none;
  }
  .p-top__energy .image,
  .p-top__energy .text {
    width: 100%;
  }
  .p-top__energy .image {
    flex: unset;
    width: calc(100% + 10%);
    margin-left: 0;
    margin-right: 0;
  }
  .p-top__energy h4 {
    text-align: center;
    line-height: 1.2;
  }
  .p-top__energy h4 span {
    margin-top: 16px;
    line-height: 1.4;
  }
  .p-top__energy h3 {
    font-size: 1.5rem;
  }
  .p-top__energy .box h4 {
    text-align: left;
  }

  .p-top__vivsion {
    padding-top: 126px;
  }
  .p-top__vivsion::before {
    top: 0;
    border-style: solid;
    border-width: 0 100vw 200px 0;
  }
  .p-top__vivsion .read-text {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
  .p-top__vivsion .read-text span {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
  .p-top__vivsion .slider {
    height: 200px;
  }
  .p-top__vivsion ul {
    width: calc(600px * 2 * 1.5);
  }

  .p-top__partner {
    padding: 96px 0;
  }
  .p-top__partner h1 {
    font-size: 2.5rem;
  }
  .p-top__partner .flex {
    flex-direction: column;
    gap: 64px;
  }
  .p-top__partner li {
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
  .p-top__partner li p:first-child {
    font-size: 1.25rem;
    width: 100%;
  }
  .p-top__partner li p:last-child {
    font-size: 1rem;
    width: 100%;
  }
}
/*
  template
————————————————————————————————————————— */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.p-template .btnFlex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.p-template .btnFlex.center {
  justify-content: center;
}
.p-template .btnFlex .c-link {
  margin: 0;
}
.p-template .p-list li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-template .p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-template .p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-template .p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-template .p-list3 {
  list-style-type: circle;
  padding-left: 20px;
}
.p-template .p-list3 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}
.p-template section.bg-color01 {
  background: #F8F8F8;
}
.p-template .p-text-center {
  text-align: center;
}
.p-template .mb8 {
  margin-bottom: 8px;
}
.p-template .mb16 {
  margin-bottom: 16px;
}
.p-template .mb24 {
  margin-bottom: 24px;
}
.p-template .mb32 {
  margin-bottom: 32px;
}
.p-template .mb64 {
  margin-bottom: 64px;
}
.p-template .mb72 {
  margin-bottom: 72px;
}
.p-template .mb128 {
  margin-bottom: 128px;
}
.p-template .mt8 {
  margin-top: 8px;
}
.p-template .mt16 {
  margin-top: 16px;
}
.p-template .mt24 {
  margin-top: 24px;
}
.p-template .mt32 {
  margin-top: 32px;
}
.p-template .mt64 {
  margin-top: 64px;
}
.p-template .mt72 {
  margin-top: 72px;
}
.p-template .mt128 {
  margin-top: 128px;
}
.p-template .table__scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
  display: contents;
}
.p-template .table__scroll::-webkit-scrollbar {
  display: none;
}
.p-template .p-page__table01 {
  border-collapse: collapse;
  width: 100%;
}
.p-template .p-page__table01 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-template .p-page__table01 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-template .p-page__table01 th, .p-template .p-page__table01 td {
  padding: 20px 0 20px 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-template .p-page__table01 th {
  width: 10em;
  white-space: nowrap;
  text-align: center;
}
.p-template .p-page__table02 {
  border-collapse: collapse;
  width: 100%;
}
.p-template .p-page__table02 tr {
  border-bottom: 1px solid #D8D8D8;
}
.p-template .p-page__table02 tr:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-template .p-page__table02 th, .p-template .p-page__table02 td {
  padding: 32px 0 32px 10px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-template .p-page__table02 th {
  width: 10em;
  white-space: nowrap;
  text-align: center;
  border-bottom: 1px solid #56B42E;
}
.p-template .p-page__table02 th:first-child {
  border-top: 1px solid #56B42E;
}
.p-template .p-page__table03 {
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
}
.p-template .p-page__table03 tr.gray td {
  background: #FBFBFB;
}
.p-template .p-page__table03 th, .p-template .p-page__table03 td {
  font-size: 0.875rem;
  border: solid 1px #D8D8D8;
  padding: 16px 32px;
  text-align: left;
}
.p-template .p-page__table03 th {
  font-weight: 600;
  background: #F6FFED;
}
.p-template .p-page__table03 .center {
  text-align: center;
}
.p-template .p-page__table03 .gallery {
  color: #000000;
}
.p-template .p-page__table03 .gallery:after {
  content: '';
  display: inline-block;
  background: url(../img/common/link_icon02.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 8px;
}
.p-template .sticky-content .flex {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.p-template .sticky-content .image {
  width: 40%;
  position: sticky;
  top: 120px;
}
.p-template .sticky-content .image img {
  border-radius: 5px;
}
.p-template .sticky-content .text {
  width: calc(60% - 70px);
  min-height: 800px;
}
.p-template .fixed-content .block {
  background: #fff;
  width: 100%;
  min-height: 100dvh;
  padding: 22vh 0;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
}
.p-template .fixed-content .block-one {
  z-index: 2;
}
.p-template .fixed-content .block-two {
  z-index: 4;
  background: #F8F8F8;
}
.p-template .fixed-content .block-three {
  z-index: 6;
}
.p-template .fixed-content .flex {
  width: 90%;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.p-template .fixed-content .flex.rev {
  flex-direction: row-reverse;
}
.p-template .fixed-content .image {
  width: 50%;
}
.p-template .fixed-content .image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 5px;
}
.p-template .fixed-content .column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-template .fixed-content .column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-template .fixed-content .text {
  width: 40%;
  max-width: 500px;
}
.p-template .fixed-content h1 {
  position: absolute;
  top: -65px;
  left: 45%;
  transform: translateX(-50%);
  text-align: center;
  color: #FEE405;
  font-weight: 900;
  font-size: 4.5625rem;
  white-space: nowrap;
}
.p-template .fixed-content h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 32px;
}
.p-template .fixed-content p {
  margin-bottom: 16px;
}
.p-template .flex-content {
  display: flex;
  flex-direction: column;
  gap: 128px;
}
.p-template .flex-content .flex {
  display: flex;
  justify-content: space-between;
}
.p-template .flex-content .flex:nth-child(even) {
  flex-direction: row-reverse;
}
.p-template .flex-content .image,
.p-template .flex-content .text {
  width: 48%;
}
.p-template .flex-content .image {
  position: relative;
  padding-bottom: 60px;
}
.p-template .flex-content .image img {
  border-radius: 10px;
}
.p-template .flex-content .image .image01 {
  width: 80%;
}
.p-template .flex-content .image .image02 {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-template .step-content .flex {
  display: flex;
  justify-content: space-between;
}
.p-template .step-content .list li {
  display: flex;
  gap: 28px;
  position: relative;
}
.p-template .step-content .list li:before {
  content: '';
  display: inline-block;
  background: #56B42E;
  width: 1px;
  height: calc(100% - 140px);
  position: absolute;
  top: 120px;
  left: 50px;
}
.p-template .step-content .list .number {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #fff;
  background: #56B42E;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.p-template .step-content .list .number span {
  font-size: 1rem;
}
.p-template .step-content .list .content {
  width: calc(100% - 128px);
  padding: 20px 0 40px;
}
.p-template .step-content .stepBox {
  width: 75%;
}
.p-template .step-content .imageBox {
  width: 26%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-template .step-content .imageBox img {
  border-radius: 10px;
}
.p-template .modaal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.p-template .modaal-list .image {
  margin-bottom: 18px;
}
.p-template .modaal-list table {
  width: 100%;
  border-collapse: collapse;
}
.p-template .modaal-list table tr {
  border-bottom: 1px dashed #D9D9D9;
}
.p-template .modaal-list table th, .p-template .modaal-list table td {
  font-size: 1rem;
  line-height: 1.6;
  padding: 14px 8px;
}
.p-template .modaal-list table th {
  white-space: nowrap;
}
.p-template .loopslide-content {
  overflow: hidden;
  position: relative;
}
.p-template .loopslide-content .list {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: loop-slide 40s linear infinite;
  width: max-content;
}
.p-template .loopslide-content li {
  flex-shrink: 0;
  width: 500px;
}
.p-template .loopslide-content li:nth-child(even) {
  width: 380px;
}
.p-template .loopslide-content li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-template .grid-full {
  margin: 0 0 26px;
}
.p-template .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-template .grid-full .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-template .parallax-content .parallax_wrap {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.p-template .parallax-content .front_content {
  padding: 60px;
  background-color: #fff;
}
.p-template .parallax-content .parallax_wrap.img_bg_01 {
  background-image: url(../img/template/parallax01.jpg);
}
.p-template .parallax-content .parallax_wrap.img_bg_02 {
  background-image: url(../img/template/parallax02.jpg);
}
.p-template .parallax-content .parallax_wrap.img_bg_03 {
  background-image: url(../img/template/parallax03.jpg);
}
.p-template .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-template .grid p {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-template .grid > div {
  margin: 0 0 26px;
}
.p-template .grid .gcol12 {
  width: 100%;
}
.p-template .grid .gcol6 {
  width: 49%;
}
.p-template .grid .gcol4 {
  width: 32%;
}
.p-template .grid .gcol5 {
  width: 46%;
}
.p-template .grid .gcol8 {
  width: 66%;
}
.p-template .grid .gcol3 {
  width: 23.5%;
}
.p-template .grid .h-type1 {
  object-fit: cover;
  height: 200px;
}
.p-template .grid .h-type2 {
  object-fit: cover;
  height: 100px;
}
.p-template .grid.center {
  display: flex;
  justify-content: center;
}
.p-template .grid.center > div {
  margin: 0 2% 26px 0;
}
.p-template .grid.center > div:last-child {
  margin: 0 0 26px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-template .btnFlex {
    justify-content: center;
  }
  .p-template .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-template .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
  .p-template .mt128 {
    margin-top: 64px;
  }
  .p-template .mb128 {
    margin-bottom: 64px;
  }
  .p-template .table__scroll {
    display: block;
  }
  .p-template .p-page__table01 th, .p-template .p-page__table01 td {
    display: block;
    padding: 8px 32px;
  }
  .p-template .p-page__table01 th {
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .p-template .p-page__table01 td {
    width: 100%;
  }
  .p-template .p-page__table02 tr {
    border-bottom: none;
  }
  .p-template .p-page__table02 tr:first-child {
    border-top: none;
  }
  .p-template .p-page__table02 th, .p-template .p-page__table02 td {
    display: block;
    padding: 8px 32px;
  }
  .p-template .p-page__table02 th {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-template .p-page__table02 th:first-child {
    border-top: none;
  }
  .p-template .p-page__table02 td {
    width: 100%;
    border-bottom: 1px solid #56B42E;
  }
  .p-template .sticky-content .flex {
    flex-direction: column;
    gap: 24px;
  }
  .p-template .sticky-content .image {
    width: 100%;
    position: relative;
    top: unset;
  }
  .p-template .sticky-content .text {
    width: 100%;
    min-height: unse;
  }
  .p-template .fixed-content .block {
    min-height: unset;
    padding: 64px 0;
    position: relative;
    top: unset;
  }
  .p-template .fixed-content .flex {
    flex-direction: column;
    gap: 0;
    align-items: unset;
  }
  .p-template .fixed-content .flex.rev {
    flex-direction: column;
  }
  .p-template .fixed-content .image {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-template .fixed-content .image img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    height: auto;
    width: calc(100% + 12%);
    max-width: unset;
    margin-left: -6%;
    border-radius: 0;
  }
  .p-template .fixed-content .column-outside-right {
    margin-right: 0;
    margin-left: 0;
  }
  .p-template .fixed-content .column-outside-left {
    margin-left: 0;
    margin-right: 0;
  }
  .p-template .fixed-content .text {
    width: 90%;
    margin-inline: auto;
    max-width: unset;
  }
  .p-template .fixed-content h1 {
    position: static;
    top: unset;
    left: unset;
    transform: translateX(0);
    text-align: left;
    font-size: 2.75rem;
    line-height: 1.2;
    white-space: unset;
    width: 90%;
    margin-inline: auto;
    margin-top: -55px;
    margin-bottom: 16px;
  }
  .p-template .fixed-content h2 {
    margin-bottom: 24px;
  }
  .p-template .fixed-content .c-link {
    margin-inline: auto;
  }
  .p-template .flex-content {
    gap: 96px;
  }
  .p-template .flex-content.l-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .p-template .flex-content .flex {
    flex-direction: column;
    gap: 32px;
  }
  .p-template .flex-content .flex:nth-child(even) {
    flex-direction: column;
  }
  .p-template .flex-content .image,
  .p-template .flex-content .text {
    width: 100%;
  }
  .p-template .flex-content .text {
    width: 90%;
    margin-inline: auto;
  }
  .p-template .flex-content .image {
    position: relative;
    padding-bottom: 60px;
  }
  .p-template .flex-content .image img {
    border-radius: 10px;
  }
  .p-template .flex-content .image .image01 {
    width: 80%;
  }
  .p-template .flex-content .image .image02 {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .p-template .step-content .flex {
    flex-direction: column;
    gap: 48px;
  }
  .p-template .step-content .list li {
    gap: 20px;
  }
  .p-template .step-content .list li:before {
    height: calc(100% - 106px);
    top: 86px;
    left: 35px;
  }
  .p-template .step-content .list .number {
    font-size: 1.5625rem;
    width: 70px;
    height: 70px;
  }
  .p-template .step-content .list .number span {
    font-size: 0.75rem;
  }
  .p-template .step-content .list .content {
    width: calc(100% - 90px);
    padding: 10px 0 30px;
  }
  .p-template .step-content .stepBox {
    width: 100%;
  }
  .p-template .step-content .imageBox {
    width: 100%;
    gap: 24px;
  }
  .p-template .modaal-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 72px;
  }
  .p-template .parallax-content .parallax_wrap {
    min-height: 300px;
    background-attachment: unset;
  }
  .p-template .grid-full .h-type1 {
    height: 220px;
  }
  .p-template .grid .gcol6 {
    width: 100%;
  }
  .p-template .grid .gcol4 {
    width: 100%;
  }
  .p-template .grid .gcol5 {
    width: 100%;
  }
  .p-template .grid .gcol8 {
    width: 100%;
  }
  .p-template .grid .gcol3 {
    width: 49%;
  }
  .p-template .grid .h-type1 {
    height: 220px;
  }
  .p-template .grid .h-type2 {
    height: 120px;
  }
  .p-template .order01 {
    order: 1;
  }
  .p-template .order02 {
    order: 2;
  }
}
/*
  utillity
————————————————————————————————————————— */
.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-sp-none992 {
  display: none;
}

.u-sp-none768 {
  display: none;
}

.u-sp-none576 {
  display: none;
}

.u-link-none {
  pointer-events: none;
}

.u-m-auto {
  margin: 0 auto;
}

.u-display-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.u-fade {
  opacity: 0;
  transition: all 1s ease;
}

.u-fade2 {
  transition: all 2s ease;
}

.u-fade.is-active {
  opacity: 1;
  transform: none;
}

.u-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.u-fade-up.is-active {
  transform: translateY(0);
}

.u-fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s;
}
.u-fade-down.is-active {
  transform: translateY(0);
}

.u-fade-down2 {
  transition: all 2s;
}

.u-fade-lr {
  transform: translate(-100px, 0);
}

.u-fade-rl {
  transform: translate(100px, 0);
}

.u-fade-out {
  opacity: 0;
  transition: opacity 2s ease;
}

.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  transition: all .6s ease;
  transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #56B42E;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  transform: translateX(0);
}
.u-mask-bg.is-active:after {
  animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  transform: translateX(0);
}

@keyframes mask-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.u-fade-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #56B42E;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash-logo p {
  font-weight: 500;
  font-size: 2.5rem;
  color: #fff;
}
#splash-logo p:last-child {
  font-weight: 400;
  font-size: 1.25rem;
}
#splash-logo img {
  width: 300px;
  display: block;
  margin-inline: auto;
  margin-top: 64px;
  margin-bottom: 64px;
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #56B42E;
  /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block;
  }

  .u-pc-none992 {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }

  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }

  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }

  .u-fade-up-delay1 {
    transition-delay: unset;
  }

  .u-fade-up-delay2 {
    transition-delay: unset;
  }

  .u-fade-up-delay3 {
    transition-delay: unset;
  }

  #splash-logo p {
    font-size: 2rem;
  }
  #splash-logo p:last-child {
    font-size: 1rem;
  }
  #splash-logo img {
    width: 200px;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

/*# sourceMappingURL=style.css.map */
