@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://use.typekit.net/pfe3vmk.css");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  word-break: break-word;
  overflow-x: hidden;
  background-color: #EFEFEF;
  overflow-x: hidden;
}

#wpadminbar {
  z-index: 20;
}

/* 基本フォントスタイル
//////////////////////// */
body,
body input,
body button,
body textarea {
  font-family: "univers-next-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6rem;
  color: #292929;
  color: #292929;
  letter-spacing: 0.1rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body p,
body input p,
body button p,
body textarea p {
  line-height: 1.8;
}

.f--regular {
  font-weight: 400;
}

.f--bold {
  font-weight: 600;
}

.f--heavy {
  font-weight: 700;
}

.f--14 {
  font-size: 1.4rem !important;
}

.f--24 {
  font-size: 2.4rem !important;
}

.f--38 {
  font-size: 3.8rem !important;
}

.f--48 {
  font-size: 4.8rem !important;
}

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

/* imgタグ
//////////////////////// */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: #292929;
  display: block;
}

@media screen and (max-width: 1299px) {
  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 1299px) {
  .br_pc2 {
    display: none;
  }
}

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

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

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

@media screen and (max-width: 1299px) {
  .o-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) {
  .o-pc2 {
    display: none !important;
  }
}

.o-sp2 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .o-sp2 {
    display: block !important;
  }
}

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

@media screen and (max-width: 1299px) {
  .o-pcs {
    display: none !important;
  }
}

.o-sps {
  display: none;
}
@media screen and (max-width: 1299px) {
  .o-sps {
    display: block !important;
  }
}

.c-btn {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  display: inline-block;
}
.c-btn a, .c-btn button, .c-btn input {
  letter-spacing: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 3rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-btn__red a, .c-btn__red button, .c-btn__red input {
  width: 16rem;
  background-color: #EB0000;
  line-height: 3.1rem;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 4rem;
}
.c-btn__white a, .c-btn__white button, .c-btn__white input {
  width: 16rem;
  background-color: #fff;
  line-height: 3.1rem;
  color: #EB0000 !important;
  font-weight: 400;
  font-size: 1.4rem;
  border-radius: 4rem;
}
.c-btn__clear a, .c-btn__clear button, .c-btn__clear input {
  border: solid 1px #fff;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 4rem;
  width: 34rem;
}
@media screen and (max-width: 1299px) {
  .c-btn__clear a, .c-btn__clear button, .c-btn__clear input {
    font-size: 1.4rem;
    width: 28rem;
  }
}
.c-btn__link a, .c-btn__link button, .c-btn__link input {
  position: relative;
  padding-right: 2rem;
}
.c-btn__link a::after, .c-btn__link button::after, .c-btn__link input::after {
  display: block;
  content: "";
  background: url(../img/link.svg) no-repeat center/100%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1299px) {
  .c-btn__link a, .c-btn__link button, .c-btn__link input {
    padding-right: 1rem;
  }
  .c-btn__link a::after, .c-btn__link button::after, .c-btn__link input::after {
    right: 2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-btn__clearb a, .c-btn__clearb button, .c-btn__clearb input {
  border: solid 1px #292929;
  color: #292929;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 4rem;
  width: 34rem;
}
.c-btn__clearb a:hover, .c-btn__clearb button:hover, .c-btn__clearb input:hover {
  transition: opacity 0.3s ease;
}
.c-btn__clearb a:hover:hover, .c-btn__clearb button:hover:hover, .c-btn__clearb input:hover:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1299px) {
  .c-btn__clearb a, .c-btn__clearb button, .c-btn__clearb input {
    font-size: 1.4rem;
    width: 28rem;
  }
}
.c-btn__linkb a, .c-btn__linkb button, .c-btn__linkb input {
  position: relative;
  padding-right: 2rem;
}
.c-btn__linkb a::after, .c-btn__linkb button::after, .c-btn__linkb input::after {
  display: block;
  content: "";
  background: url(../img/linkb.svg) no-repeat center/100%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1299px) {
  .c-btn__linkb a, .c-btn__linkb button, .c-btn__linkb input {
    padding-right: 1rem;
  }
  .c-btn__linkb a::after, .c-btn__linkb button::after, .c-btn__linkb input::after {
    right: 2rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-btn__black {
  width: 100%;
}
.c-btn__black a, .c-btn__black button, .c-btn__black input {
  background-color: #3D3A35;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 5rem;
  padding: 1.2rem 0;
}
.c-btn__black a:hover, .c-btn__black button:hover, .c-btn__black input:hover {
  transition: opacity 0.3s ease;
}
.c-btn__black a:hover:hover, .c-btn__black button:hover:hover, .c-btn__black input:hover:hover {
  opacity: 0.6;
}
.c-btn__black a:disabled, .c-btn__black button:disabled, .c-btn__black input:disabled {
  background-color: #C3C5C4;
  cursor: not-allowed;
}
.c-btn__black a:disabled:hover, .c-btn__black button:disabled:hover, .c-btn__black input:disabled:hover {
  opacity: 1;
}
@media screen and (max-width: 1299px) {
  .c-btn__black a, .c-btn__black button, .c-btn__black input {
    padding: 0.6rem 0;
  }
}
.c-btn__gray {
  width: 100%;
}
.c-btn__gray a, .c-btn__gray button, .c-btn__gray input {
  background-color: #C3C5C4;
  line-height: 3.1rem;
  color: #292929;
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 5rem;
  padding: 1.2rem 0;
}
.c-btn__gray a:hover, .c-btn__gray button:hover, .c-btn__gray input:hover {
  transition: opacity 0.3s ease;
}
.c-btn__gray a:hover:hover, .c-btn__gray button:hover:hover, .c-btn__gray input:hover:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1299px) {
  .c-btn__gray {
    width: 22rem;
  }
  .c-btn__gray a, .c-btn__gray button, .c-btn__gray input {
    padding: 0.6rem 0;
  }
}
.c-btn__h31 {
  height: 3.1rem;
}
.c-btn__h50 {
  height: 5.4rem;
}
@media screen and (max-width: 1299px) {
  .c-btn__h50 {
    height: 4rem;
  }
}
.c-btn__w-240 {
  width: 24rem;
}
.c-btn a {
  transition: box-shadow 0.4s ease, color 0.3s ease;
}
.c-btn a::after {
  transition: transform 0.3s ease;
}
.c-btn a:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.9), 0 4px 10px rgba(0, 0, 0, 0.05);
}
.c-btn a:hover::after {
  transform: translateY(-50%) translateX(4px);
}

.playBtn {
  width: 18rem;
  height: 18rem;
  border-radius: 18rem;
  border: solid 1px #fff;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.playBtn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3rem solid #fff;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-34%, -50%);
}
@media screen and (max-width: 1299px) {
  .playBtn {
    display: none;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=email], input[type=number], input[type=search], select, textarea {
  -webkit-appearance: none;
  width: 100%;
  transition: all 0.2s;
  padding: 4rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #292929;
  border: none;
  background-color: transparent;
  border-bottom: solid 1px #3D3A35;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, select:focus, textarea:focus {
  outline: none;
  border-bottom: solid 1px #C3C5C4;
}

textarea {
  height: 30rem;
  resize: none;
  padding: 24px 0;
}

.select {
  position: relative;
  color: #292929;
}
.select::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(315deg);
  position: absolute;
  right: 2rem;
  top: 60%;
}

.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.95rem;
  position: relative;
}

/* チェックボックス自体を非表示にしてカスタム */
.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.2rem;
  border: 1px solid #292929;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

/* チェックマーク */
.checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時の背景色 */
.checkbox input[type=checkbox]:checked {
  background-color: #3D3A35;
  border-color: #3D3A35;
}

/* ラベル部分 */
.checkbox label {
  cursor: pointer;
  line-height: 1.3;
}

.error-txt {
  color: red;
  text-align: center;
  margin-top: -3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1299px) {
  .error-txt {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 1299px) {
  body,
  body input,
  body textarea {
    font-size: 1.4rem;
  }
  body.is--fixed,
  body input.is--fixed,
  body textarea.is--fixed {
    overflow: hidden;
    width: 100%;
  }
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  border-radius: 0;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title {
  font-weight: 600;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message a {
  display: inline-block;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
  margin-bottom: 1rem;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  border-radius: 45px;
  border: none;
  font-size: 1.3rem;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: #3D3A35;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
  background-color: #fff;
  border: solid 1px #3D3A35;
  color: #3D3A35;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
  background-color: #fff;
  border: solid 1px #EB0000;
  color: #EB0000;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links {
  display: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

.header {
  width: 100%;
  z-index: 100;
  position: relative;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
}
.header__inner .logo a:hover {
  transition: opacity 0.3s ease;
}
.header__inner .logo a:hover:hover {
  opacity: 0.6;
}
.header__inner .logo img {
  width: auto;
  height: 6rem;
}
.header__inner .badge {
  margin-top: 8rem;
}
.header__inner .badge img {
  width: 14rem;
}
.header__inner .badge a:hover {
  transition: opacity 0.3s ease;
}
.header__inner .badge a:hover:hover {
  opacity: 0.6;
}

.nav-menu {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.nav-menu li {
  margin: 1rem 3rem 0;
  position: relative;
}
.nav-menu li a {
  font-weight: 400;
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 2rem 0;
}
.nav-menu li a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px) scale(0);
  width: 10px;
  height: 10px;
  background-color: #EB0000;
  border-radius: 50%;
  opacity: 0;
  transition: none;
}
.nav-menu li a:hover::after {
  animation: bounceDrop 1s ease forwards;
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .header {
    width: 100%;
    z-index: 30;
    position: relative;
  }
  .header__inner {
    height: 4rem;
  }
  .header__inner .logo img {
    height: 4rem;
  }
  .header__inner .nav-btn {
    top: 2rem;
    right: 4%;
    width: 3.2rem;
    height: 2.2rem;
    position: fixed;
    z-index: 300;
  }
  .header__inner .nav-btn span {
    display: block;
    background-color: #EB0000;
    height: 0.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  }
  .header__inner .nav-btn span.line01 {
    top: 0;
  }
  .header__inner .nav-btn span.line02 {
    top: 0.9rem;
  }
  .header__inner .nav-btn span.line03 {
    top: 1.8rem;
  }
  .header__inner .nav-btn.active .line01 {
    width: 3rem;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    top: 1rem;
  }
  .header__inner .nav-btn.active .line02 {
    opacity: 0;
  }
  .header__inner .nav-btn.active .line03 {
    width: 3rem;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    top: 1rem;
  }
  .header__inner .nav-btn.is-nepros span {
    background-color: #fff;
  }
  .header__inner .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    margin-top: 0;
    background-color: #3D3A35;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.4s ease;
    z-index: 100;
    overflow: hidden;
  }
  .header__inner .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .header__inner .nav-menu li {
    text-align: center;
    width: 100%;
  }
  .header__inner .nav-menu li a {
    font-size: 2rem;
    padding: 2.4rem 0;
  }
  .header__inner .nav-menu li a::after {
    display: none;
  }
  .header__inner .nav-menu li .c-btn {
    margin-top: 3rem;
  }
  .header__inner .nav-menu li .c-btn a {
    padding: 0.5rem 0;
    font-size: 1.5rem;
    width: 22rem;
  }
  .page-id-12 .header,
  .page-id-19 .header {
    display: none;
  }
}
.floating-menu {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3D3A35;
  height: 6rem;
}
.floating-menu .logo {
  width: 10rem;
  margin-left: 3rem;
}
.floating-menu .logo a:hover {
  transition: opacity 0.3s ease;
}
.floating-menu .logo a:hover:hover {
  opacity: 0.6;
}
.floating-menu .nav-menu {
  margin: 0;
}
.floating-menu .nav-menu li {
  margin-top: 0;
}
.floating-menu .nav-menu li a {
  font-size: 1.3rem;
}
.floating-menu .btn-box {
  margin-right: 3rem;
}
.floating-menu .btn-box .c-btn:first-child {
  margin-right: 1rem;
}
.floating-menu .btn-box .c-btn a:hover {
  transition: opacity 0.3s ease;
}
.floating-menu .btn-box .c-btn a:hover:hover {
  opacity: 0.6;
}

.top .floating-menu {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.top .floating-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.footer .image {
  position: relative;
  height: 40rem;
  background-image: url("../img/footer-image.jpg");
  background-size: cover;
  background-position-y: 17%;
}
.footer .image::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.footer__inner {
  margin-top: -1px;
  position: relative;
  background-color: #3D3A35;
  padding: 10rem 2% 4rem;
}
.footer__inner .logo {
  margin-bottom: 8rem;
}
.footer__inner .logo img {
  width: 22rem;
}
.footer__inner .btn-list {
  display: flex;
  gap: 4rem;
  margin-bottom: 8rem;
}
.footer__inner .row {
  display: flex;
  justify-content: space-between;
}
.footer__inner .row .menu-list {
  display: flex;
  gap: 4rem;
}
.footer__inner .row .menu-list li a {
  font-size: 1.4rem;
  color: #fff;
}
.footer__inner .row .menu-list li a img {
  width: 1.4rem;
}
.footer__inner .row .menu-list li a:hover {
  transition: opacity 0.3s ease;
}
.footer__inner .row .menu-list li a:hover:hover {
  opacity: 0.6;
}
.footer__inner .row .menu-list li span {
  color: #A8A8A8;
  font-size: 1.1rem;
}
@media screen and (max-width: 1299px) {
  .footer .image {
    position: relative;
    height: 22rem;
  }
  .footer__inner {
    padding: 10rem 4% 1rem;
  }
  .footer__inner .logo {
    text-align: center;
    margin-bottom: 6rem;
  }
  .footer__inner .logo img {
    width: 20rem;
  }
  .footer__inner .btn-list {
    align-items: center;
    margin-bottom: 6rem;
    flex-flow: column;
    gap: 2.6rem;
  }
  .footer__inner .row {
    display: block;
  }
  .footer__inner .row .menu-list {
    flex-wrap: wrap;
    margin-bottom: 4rem;
    gap: 0;
    width: auto;
    max-width: 35rem;
    margin: 0 auto;
  }
  .footer__inner .row .menu-list li {
    text-align: center;
    width: 50%;
  }
  .footer__inner .row .menu-list li a {
    display: block;
    padding: 2rem 0;
  }
  .footer__inner .row .right-block .menu-list {
    margin-bottom: 0;
  }
  .footer__inner .row .right-block .menu-list li {
    width: 50%;
    text-align: center;
  }
  .footer__inner .row .right-block .menu-list li a {
    display: block;
    padding: 2rem 0;
  }
  .footer__inner .row .right-block .menu-list li:nth-child(3) {
    width: 100%;
    font-size: 1.2rem;
  }
}

.page-top {
  position: absolute;
  bottom: 40%;
  right: 4%;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.page-top.hidden {
  opacity: 0;
  pointer-events: none;
}
.page-top a {
  color: #fff;
  font-size: 1.4rem;
  width: 14rem;
  height: 14rem;
  border-radius: 14rem;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  position: relative;
}
.page-top a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 38%;
  width: 1rem;
  height: 1rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
  animation: floatArrow 0.6s ease-in-out infinite alternate;
}
.page-top a:hover {
  transition: opacity 0.3s ease;
}
.page-top a:hover:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1299px) {
  .page-top {
    top: -5%;
    right: 4%;
  }
  .page-top a {
    font-size: 1.3rem;
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    padding-top: 1.2rem;
  }
}

@keyframes floatArrow {
  0% {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  100% {
    transform: translate(-50%, -100%) rotate(135deg);
  }
}
.contact-form .footer {
  display: none;
}

.mv {
  margin-top: -6rem;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.mv .mv-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: transform 0.4s linear, opacity 0.1s linear;
  will-change: transform, opacity;
  z-index: -1;
}
.mv .mv-bg li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}
.mv .mv-bg li.active {
  opacity: 1;
  z-index: 1;
}
.mv .mv-bg::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: transform 0.4s linear, opacity 0.1s linear;
  will-change: transform;
}
.mv__inner .main-copy-wrap {
  text-align: center;
  color: #fff;
  margin-bottom: 12rem;
}
.mv__inner .main-copy-wrap p {
  margin-bottom: 2rem;
  font-size: clamp(1.5rem, 3vw, 3rem);
}
.mv__inner .main-copy-wrap .main-copy {
  font-size: 5.2vw;
  font-size: clamp(4.2rem, 5vw, 10rem);
  font-weight: 700;
}
.mv__inner .btn-block {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.mv__inner .btn-block .c-btn {
  position: relative;
}
.mv__inner .btn-block .c-btn a {
  width: 30rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.mv__inner .btn-block .c-btn a::after {
  display: block;
  content: "";
  position: absolute;
  right: 2rem;
  top: 2.1rem;
  --size: 8px;
  --thick: 1px;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  transform: rotate(-45deg);
}
.mv__inner .btn-block .c-btn__red a::after {
  border-right: var(--thick) solid #fff;
  border-bottom: var(--thick) solid #fff;
}
.mv__inner .btn-block .c-btn__white a::after {
  border-right: var(--thick) solid #EB0000;
  border-bottom: var(--thick) solid #EB0000;
}
.mv__inner .mv-bottom {
  position: absolute;
  bottom: 3rem;
  right: 2rem;
}
.mv__inner .mv-bottom .news-block {
  width: 42rem;
}
.mv__inner .mv-bottom .news-block__inner a {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  padding: 0.6rem 2rem 0.6rem 0.6rem;
}
.mv__inner .mv-bottom .news-block__inner a:hover {
  transition: opacity 0.3s ease;
}
.mv__inner .mv-bottom .news-block__inner a:hover:hover {
  opacity: 0.6;
}
.mv__inner .mv-bottom .news-block__inner .image {
  width: 8rem;
  height: 8rem;
  margin-right: 2rem;
  flex-shrink: 0;
}
.mv__inner .mv-bottom .news-block__inner .text {
  color: #fff;
  width: 30rem;
}
.mv__inner .mv-bottom .news-block__inner .text p {
  white-space: nowrap;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.mv__inner .mv-bottom .news-block__inner .text .day {
  font-size: 1.4rem;
}
.mv__inner .mv-bottom .news-block__inner .text .title {
  font-weight: 600;
}
.mv__inner .l-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.mv__inner .l-scroll::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -12rem;
  width: 0.1rem;
  height: 7rem;
  background-color: #fff;
  animation: line-flow 2s ease-in-out infinite;
}
@keyframes line-flow {
  0% {
    transform: translate(-50%, -100%); /* 上からスタート */
    opacity: 0;
  }
  20% {
    opacity: 1; /* 少し下がったあたりで表示 */
  }
  70% {
    transform: translate(-50%, 50%); /* 半分ぐらいで到達 */
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 50%); /* その位置のまま消える */
    opacity: 0;
  }
}
.mv__inner .l-scroll img {
  width: 2rem;
  height: auto;
}
@media screen and (max-width: 1299px) {
  .mv {
    margin-top: -4rem;
    height: 100dvh;
  }
  .mv__inner .main-copy-wrap {
    padding: 0 2%;
    margin-bottom: 8rem;
  }
  .mv__inner .main-copy-wrap p {
    margin-bottom: 1rem;
  }
  .mv__inner .main-copy-wrap .main-copy {
    line-height: 1.5;
  }
  .mv__inner .btn-block {
    flex-flow: column;
    gap: 3rem;
  }
  .mv__inner .mv-bottom {
    bottom: 1rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 94%;
  }
  .mv__inner .mv-bottom .badge-sp a {
    margin-left: auto;
    margin-bottom: 1rem;
    display: block;
    width: 12rem;
  }
  .mv__inner .mv-bottom .news-block {
    width: 100%;
  }
  .mv__inner .mv-bottom .news-block__inner a {
    padding: 0.4rem 1rem 0.4rem 0.4rem;
  }
  .mv__inner .mv-bottom .news-block__inner .image {
    width: 6rem;
    height: 6rem;
    margin-right: 1rem;
  }
  .mv__inner .mv-bottom .news-block__inner .text {
    width: 82%;
  }
  .mv__inner .mv-bottom .news-block__inner .text .title {
    font-weight: 400;
  }
}
@media screen and (max-height: 800px) {
  .mv {
    height: 125vh !important;
  }
  .mv .btn-block {
    margin-bottom: 10rem;
  }
}

.mv-text {
  position: relative;
  z-index: 20;
  padding: 20rem 0 5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.9) 60%, #EFEFEF 100%);
}
.mv-text p {
  line-height: 2;
  font-weight: 600;
  font-size: clamp(2rem, 2vw, 3rem);
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.6s ease-out;
}
.mv-text p.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1299px) {
  .mv-text {
    padding: 4rem 2% 0;
  }
  .mv-text p {
    line-height: 1.7;
  }
}

.l-section {
  margin-bottom: 10rem;
}
.l-section__inner {
  background-color: #EFEFEF;
  padding: 10rem 0 20rem;
  text-align: center;
}
.l-section h3.section-title {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(3rem, 3vw, 4vw);
  font-weight: 600;
  position: relative;
  margin-bottom: 14rem;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section h3.section-title::before, .l-section h3.section-title::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  height: 0.1rem;
  width: 0;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section h3.section-title::before {
  background-color: #EB0000;
  left: 0.1rem;
  transition-delay: 0.5s;
}
.l-section h3.section-title::after {
  background-color: #3D3A35;
  right: 0;
  transition-delay: 0.3s;
}
.l-section h3.section-title.is-active {
  opacity: 1;
  transform: translateY(0);
}
.l-section h3.section-title.is-active::before, .l-section h3.section-title.is-active::after {
  width: 50%;
}
.l-section h4.section-title {
  font-size: 5rem;
  font-weight: 600;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section h4.section-title.is-active {
  opacity: 1;
  transform: translateY(0);
}
.l-section__bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.l-section__bg::before, .l-section__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: -1;
}
.l-section__bg.is-active::before, .l-section__bg.is-active::after {
  opacity: 1;
}
@media screen and (max-width: 1299px) {
  .l-section {
    margin-bottom: 0;
  }
  .l-section__inner {
    padding: 6rem 0 10rem;
  }
  .l-section h3.section-title {
    margin: 0 2% 10rem;
    line-height: 1.3;
    white-space: normal;
  }
  .l-section h4.section-title {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 4rem;
  }
}

.section01 {
  margin-bottom: 0;
}
.section01 .l-section__inner {
  padding: 20rem 0;
}
.section01 .l-section__inner ul.section01-list {
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.section01 .l-section__inner ul.section01-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  padding: 3rem 4rem;
  flex: 1;
}
.section01 .l-section__inner ul.section01-list li:nth-child(1) {
  --bg: url("../img/sec01-image01.jpg");
}
.section01 .l-section__inner ul.section01-list li:nth-child(2) {
  --bg: url("../img/sec01-image02.jpg");
}
.section01 .l-section__inner ul.section01-list li:nth-child(3) {
  --bg: url("../img/sec01-image03.jpg");
}
.section01 .l-section__inner ul.section01-list li:nth-child(4) {
  --bg: url("../img/sec01-image04.jpg");
}
.section01 .l-section__inner ul.section01-list li:nth-child(5) {
  --bg: url("../img/sec01-image05.jpg");
}
.section01 .l-section__inner ul.section01-list li:nth-child(6) {
  --bg: url("../img/sec01-image06.jpg");
}
.section01 .l-section__inner ul.section01-list li p {
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 10;
}
.section01 .l-section__inner ul.section01-list li p.title {
  font-size: clamp(1.8rem, 2vw, 4rem);
  font-weight: 600;
  line-height: 1.3;
}
.section01 .l-section__inner ul.section01-list li p.text {
  width: 47%;
  line-height: 1.6;
}
.section01 .l-section__inner ul.section01-list li::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1299px) {
  .section01 .l-section__inner {
    padding: 10rem 0;
    height: auto;
  }
  .section01 .l-section__inner ul.section01-list {
    position: relative;
    height: 100%;
  }
  .section01 .l-section__inner ul.section01-list li {
    flex-flow: column;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 2rem;
    height: auto;
  }
  .section01 .l-section__inner ul.section01-list li p.title {
    margin-bottom: 1rem;
  }
  .section01 .l-section__inner ul.section01-list li p.text {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.section02 {
  margin-bottom: 0;
  scroll-margin-top: 6rem;
}
.section02 .l-section__inner {
  position: relative;
  background: url(../img/sec02-bg.svg) left bottom/82% no-repeat;
}
.section02 .l-section__inner .section-title {
  margin-bottom: 10rem;
}
.section02 .l-section__inner .image-block {
  display: flex;
  justify-content: space-between;
}
.section02 .l-section__inner .image-block .image {
  flex-shrink: 0;
}
.section02 .l-section__inner .text {
  width: 52%;
  text-align: center;
  margin: 0 auto 8rem;
  line-height: 1.6;
}
.section02 .l-section__inner .image01 {
  width: 20%;
  height: 20%;
  margin-top: -10rem;
}
.section02 .l-section__inner .image02 {
  width: 38%;
  position: relative;
}
.section02 .l-section__inner .image02 span {
  font-size: 4rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 4rem;
  display: inline-block;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.4s ease;
}
.section02 .l-section__inner .image02.is-active span {
  opacity: 1;
  transform: none;
  transition-delay: 0.6s;
}
.section02 .l-section__inner .image03 {
  margin-top: -6rem;
  width: 20%;
  height: 20%;
}
.section02 .l-section__inner .anime {
  opacity: 0;
  transition: all ease 0.5s;
}
.section02 .l-section__inner .anime.is-active {
  opacity: 1;
  transform: none;
}
.section02 .l-section__inner .anime-left {
  transform: translateX(-100px);
}
.section02 .l-section__inner .anime-right {
  transform: translateX(100px);
}
.section02 .l-section__inner .anime-big {
  transform: scale(1.6);
}
@media screen and (max-width: 1299px) {
  .section02 {
    overflow: hidden;
  }
  .section02 .l-section__inner {
    padding: 0 0 5rem;
    background: url(../img/sec02-bg.svg) left bottom/132% no-repeat;
  }
  .section02 .l-section__inner .section-title {
    margin-bottom: 7rem;
  }
  .section02 .l-section__inner .text {
    width: 90%;
    margin: 0 auto 3rem;
  }
  .section02 .l-section__inner .image-block {
    margin-bottom: 10rem;
  }
  .section02 .l-section__inner .image01 {
    width: 20%;
    margin-top: 2rem;
  }
  .section02 .l-section__inner .image02 {
    z-index: 10;
    width: 57%;
    margin-top: 6rem;
  }
  .section02 .l-section__inner .image02 span {
    font-size: 2.4rem;
    bottom: 1rem;
  }
  .section02 .l-section__inner .image03 {
    margin-top: 4rem;
    width: 20%;
  }
}

.section03 .l-section__bg {
  position: relative;
  padding: 10rem 0;
  min-height: 100vh;
  height: auto;
}
.section03 .l-section__bg::before {
  display: block;
  content: "";
  background-image: url(../img/sec03-bg.jpg);
}
.section03 .l-section__bg::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.section03 .video-block {
  position: relative;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.section03 .video-block .text {
  font-size: 1.8rem;
}
.section03 .video-block__inner {
  width: 52vw;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 4rem 0;
  margin-top: 5rem;
}
.section03 .video-block__inner .video-wrapper {
  position: relative;
}
.section03 .video-block__inner .video-wrapper video {
  width: 46vw;
  height: 100%;
}
.section03 .video-block__inner .c-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 1299px) {
  .section03 {
    margin-bottom: 10rem;
  }
  .section03 .l-section__bg {
    height: auto;
    min-height: auto;
    padding: 10rem 4%;
  }
  .section03 .l-section__bg .video-block .text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .section03 .l-section__bg .video-block__inner {
    width: 98%;
    position: relative;
    padding: 1.4rem 1.4rem 2rem;
    margin-top: 4rem;
  }
  .section03 .l-section__bg .video-block__inner .video-wrapper video {
    width: 100%;
  }
  .section03 .l-section__bg .video-block__inner .c-btn {
    margin-top: 3rem;
  }
}

.section04 {
  margin-bottom: 20rem;
}
.section04 .l-section__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  padding: 10rem 6% 5rem;
}
.section04 .l-section__inner .section-title {
  margin-bottom: 0;
  font-size: clamp(3rem, 4rem, 4vw);
  margin-bottom: 15rem;
}
.section04 .l-section__inner .left-block {
  text-align: left;
  width: 45%;
}
.section04 .l-section__inner .left-block .c-btn {
  margin-top: 6rem;
}
.section04 .video-wrapper {
  padding: 0 12%;
  position: relative;
}
.section04 .video-wrapper video {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .section04 {
    margin-bottom: 0;
    padding-bottom: 10rem;
  }
  .section04 .l-section__inner {
    display: block;
    padding: 6rem 4% 4rem;
  }
  .section04 .l-section__inner .section-title {
    margin-bottom: 8rem;
  }
  .section04 .l-section__inner .left-block {
    width: 100%;
    text-align: center;
  }
  .section04 .l-section__inner .left-block .text {
    line-height: 1.6;
    text-align: left;
  }
  .section04 .l-section__inner .left-block .c-btn {
    margin-top: 4rem;
  }
  .section04 .video-wrapper {
    padding: 0 2%;
    position: relative;
  }
  .section04 .video-wrapper video {
    width: 100%;
  }
}

.section05 {
  position: relative;
  height: 100vh;
}
.section05::before {
  display: block;
  content: "";
  background-image: url(../img/sec05-bg.jpg);
  background-size: cover;
}
.section05 .l-section__inner {
  padding: 0;
  text-align: left;
  width: 32%;
  background-color: transparent;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.section05 .l-section__inner h3.section-title::after {
  background-color: #fff;
  right: 0;
}
.section05 .l-section__inner .text {
  line-height: 2;
}
@media screen and (max-width: 1299px) {
  .section05 {
    margin-bottom: 10rem;
    height: 100%;
  }
  .section05 .l-section__inner {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    padding: 10rem 4%;
  }
  .section05 .l-section__inner h3.section-title {
    margin-bottom: 6rem;
    text-align: center;
  }
}

.section06 .l-section__inner {
  padding: 20rem 2% 10rem;
}
.section06 .l-section__inner .title-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 4rem;
}
.section06 .l-section__inner .news-list {
  display: flex;
  justify-content: center;
  gap: 1%;
  margin-bottom: 8rem;
}
.section06 .l-section__inner .news-list li {
  flex-shrink: 0;
  width: 24%;
  text-align: left;
}
.section06 .l-section__inner .news-list li a .image {
  height: 45rem;
  background-color: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}
.section06 .l-section__inner .news-list li a .image img {
  transition: transform 0.4s ease;
}
.section06 .l-section__inner .news-list li a .head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.section06 .l-section__inner .news-list li a .head .new-tag {
  margin-right: 1rem;
  color: #fff;
  background-color: #EB0000;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem 0.2rem;
  font-weight: 600;
}
.section06 .l-section__inner .news-list li a .head .category {
  margin-left: 1rem;
  color: #3D3A35;
  background-color: #C3C5C4;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem 0.2rem;
  font-weight: 600;
}
.section06 .l-section__inner .news-list li a .head .date {
  font-size: 1.3rem;
}
.section06 .l-section__inner .news-list li a .title {
  line-height: 1.4;
}
.section06 .l-section__inner .news-list li a:hover .image img {
  transform: scale(1.1);
}
@media screen and (max-width: 1299px) {
  .section06 .l-section__inner {
    padding: 10rem 4%;
  }
  .section06 .l-section__inner .title-box {
    display: block;
    padding: 0;
  }
  .section06 .l-section__inner .news-list {
    flex-flow: column;
    margin-bottom: 3rem;
    gap: 3rem;
  }
  .section06 .l-section__inner .news-list li {
    width: 100%;
  }
  .section06 .l-section__inner .news-list li a .image {
    height: 30rem;
  }
  .section06 .l-section__inner .news-list li a .date {
    font-size: 1.3rem;
  }
  .section06 .l-section__inner .news-list li a .title {
    font-size: 1.4rem;
  }
}

.section07 {
  margin-bottom: 0;
}
.section07 .l-section__inner {
  padding: 20rem 6%;
}
.section07 .l-section__inner p {
  padding: 0 10%;
}
.section07 .l-section__inner .awards-list {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.section07 .l-section__inner .awards-list li {
  width: 100%;
  max-width: 40rem;
  height: 8rem;
  border-radius: 1rem;
  background: radial-gradient(circle, #ECBE64 0%, #C89D45 50%, #aa8337 100%);
  padding: 0.4rem;
  position: relative;
}
.section07 .l-section__inner .awards-list li .block {
  position: relative;
  height: 100%;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}
.section07 .l-section__inner .awards-list li .block p {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.section07 .l-section__inner .awards-list li .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  background: linear-gradient(45deg, #ECBE64, #C89D45, #aa8337);
  z-index: 1;
}
@media screen and (max-width: 1299px) {
  .section07 .l-section__inner {
    padding: 6rem 4% 10rem;
  }
  .section07 .l-section__inner .awards-list {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .section07 .l-section__inner .awards-list li {
    width: 47%;
    height: 6rem;
    border-radius: 0.4rem;
  }
  .section07 .l-section__inner .awards-list li .block {
    border-radius: 0.4rem;
  }
  .section07 .l-section__inner .awards-list li .block p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .section07 .l-section__inner .awards-list li .block::before {
    border-radius: 0.4rem;
  }
}

.contact .l-section__inner {
  display: flex;
  gap: 5rem;
  padding: 20rem 6%;
}
.contact .l-section__inner .left-block {
  width: 35%;
  text-align: left;
}
.contact .l-section__inner .left-block .subtext {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
.contact .l-section__inner .wpcf7 {
  width: 65%;
}
.contact .l-section__inner .form {
  width: 100%;
}
.contact .l-section__inner .form .field {
  margin-bottom: 6rem;
  text-align: left;
}
.contact .l-section__inner .form .field label {
  font-weight: 600;
}
.contact .l-section__inner .form .field label span {
  color: #EB0000;
  margin-left: 0.6rem;
}
.contact .l-section__inner .form .field .checkbox {
  text-align: center;
}
.contact .l-section__inner .form .field .checkbox label {
  font-size: 1.6rem;
  font-weight: 400;
}
.contact .l-section__inner .form .field .checkbox a {
  display: inline-block;
  text-decoration: underline;
}
.contact .l-section__inner .form .field .checkbox a:hover {
  transition: opacity 0.3s ease;
}
.contact .l-section__inner .form .field .checkbox a:hover:hover {
  opacity: 0.6;
}
.contact .l-section__inner .wpcf7-response-output {
  display: none !important;
}
.contact .l-section__inner .wpcf7-not-valid-tip {
  margin-top: 0.4rem;
  font-weight: 600;
}
.contact.confirm .l-section__inner {
  padding: 5rem 6% 10rem;
  display: block;
}
.contact.confirm .l-section__inner .section-title {
  margin-bottom: 8rem;
}
.contact.confirm .l-section__inner .read-txt {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.contact.confirm .l-section__inner .mb-100 {
  margin-bottom: 10rem;
}
.contact.confirm .l-section__inner .wpcf7 {
  margin: 6rem auto 0;
  width: 60%;
}
.contact.confirm .l-section__inner .form {
  margin-top: 0;
}
.contact.confirm .l-section__inner .form2 .field label {
  margin-bottom: 1rem;
  display: block;
}
.contact.confirm .l-section__inner .c-btn-box {
  display: flex;
  gap: 4rem;
}
.contact.confirm .l-section__inner .c-btn-box .c-btn {
  width: 50%;
}
.contact.download .l-section__inner {
  padding: 10rem 6%;
}
@media screen and (max-width: 1299px) {
  .contact .l-section__inner {
    display: block;
    padding: 6rem 4% 10rem;
  }
  .contact .l-section__inner .left-block {
    text-align: center;
    width: 100%;
  }
  .contact .l-section__inner .left-block h3.section-title {
    margin: 0 2% 8rem;
  }
  .contact .l-section__inner .left-block p {
    text-align: left;
  }
  .contact .l-section__inner .left-block .subtext {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .contact .l-section__inner .wpcf7 {
    width: 100%;
  }
  .contact .l-section__inner .form {
    width: 100%;
    margin-top: 5rem;
  }
  .contact .l-section__inner .form .field {
    width: 100%;
    margin-bottom: 4rem;
  }
  .contact .l-section__inner .form .field .checkbox label {
    font-size: 1.4rem;
  }
  .contact.confirm .l-section__inner {
    padding: 6rem 4% 5rem;
    display: block;
  }
  .contact.confirm .l-section__inner .mb-100 {
    margin-bottom: 10rem;
  }
  .contact.confirm .l-section__inner .wpcf7 {
    width: 100%;
  }
  .contact.confirm .l-section__inner .field label {
    margin-right: 0;
    margin-bottom: 1rem;
    display: block;
  }
  .contact.confirm .l-section__inner .c-btn-box {
    display: flex;
    gap: 2rem;
  }
}

.news__list {
  margin: 0 20%;
}
.news__list li {
  margin-bottom: 3rem;
  border: solid 1px #C3C5C4;
  background-color: #fff;
}
.news__list li a {
  padding: 2rem;
  display: flex;
  gap: 2rem;
}
.news__list li a .image {
  width: 40%;
  overflow: hidden;
  border: solid 1px #C3C5C4;
  background-color: #fff;
}
.news__list li a .image img {
  transition: transform 0.4s ease;
}
.news__list li a .left-block {
  text-align: left;
}
.news__list li a .left-block .head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.news__list li a .left-block .head .new-tag {
  margin-right: 1rem;
  color: #fff;
  background-color: #EB0000;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem 0.2rem;
  font-weight: 600;
}
.news__list li a .left-block .head .category {
  margin-left: 1rem;
  color: #3D3A35;
  background-color: #C3C5C4;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem 0.2rem;
  font-weight: 600;
}
.news__list li a .left-block .head .date {
  font-size: 1.3rem;
}
.news__list li a .left-block p {
  line-height: 1.4;
}
.news__list li a .left-block .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.news__list li a:hover .image img {
  transform: scale(1.1);
}
.news__list li a:hover .left-block {
  transition: opacity 0.3s ease;
}
.news__list li a:hover .left-block:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1299px) {
  .news__list {
    margin: 0 4%;
  }
  .news__list li {
    margin-bottom: 1.4rem;
    background-color: transparent;
  }
  .news__list li a {
    padding: 1rem;
    display: block;
  }
  .news__list li a .image {
    width: 100%;
    height: 30rem;
    margin-bottom: 1rem;
  }
  .news__list li a .left-block .title {
    font-size: 1.8rem;
  }
  .news__list li a:hover .image img {
    transform: scale(1.1);
  }
  .news__list li a:hover .left-block {
    transition: opacity 0.3s ease;
  }
  .news__list li a:hover .left-block:hover {
    opacity: 0.6;
  }
}

.navigation {
  margin-top: 5rem;
}
.navigation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.navigation .page-numbers .current {
  background-color: #3D3A35;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.navigation .page-numbers a:hover {
  transition: opacity 0.3s ease;
}
.navigation .page-numbers a:hover:hover {
  opacity: 0.6;
}

.single-lp_news .l-section__inner {
  padding: 10rem 0 20rem;
}
.single-lp_news .l-section__inner .news-article {
  margin: 0 16%;
}
.single-lp_news .l-section__inner .news-article .head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.single-lp_news .l-section__inner .news-article .head .category {
  margin-left: 1rem;
  color: #3D3A35;
  background-color: #C3C5C4;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem;
  font-weight: 600;
}
.single-lp_news .l-section__inner .news-article .head .news-meta {
  text-align: left;
}
.single-lp_news .l-section__inner .news-article .section-title {
  margin-bottom: 7rem;
  white-space: normal;
  line-height: 1.2;
  text-align: left;
  display: block;
  font-size: clamp(2.2rem, 2vw, 4vw);
}
.single-lp_news .l-section__inner .news-article .news-thumbnail {
  background-color: #fff;
  margin-bottom: 3rem;
  border: solid 1px #C3C5C4;
  width: 100%;
  height: 70rem;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text {
  text-align: left;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text h2, .single-lp_news .l-section__inner .news-article .news-content .news-text h3, .single-lp_news .l-section__inner .news-article .news-content .news-text h4, .single-lp_news .l-section__inner .news-article .news-content .news-text h5, .single-lp_news .l-section__inner .news-article .news-content .news-text p {
  margin-bottom: 3rem;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text h2 {
  background-color: #C3C5C4;
  padding: 1rem;
  font-size: 2.8rem;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text h3 {
  font-size: 2.4rem;
  position: relative;
  padding-left: 1rem;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text h3::before {
  display: block;
  content: "";
  width: 0.3rem;
  height: 2.3rem;
  background-color: #EB0000;
  position: absolute;
  left: 0;
  top: 0;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text h4 {
  font-size: 2.2rem;
  border-bottom: solid 1px #3D3A35;
  padding-bottom: 0.8rem;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text h5 {
  font-size: 1.6rem;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text p a {
  display: inline-block;
  text-decoration: underline;
  color: #EB0000;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text p a:hover {
  transition: opacity 0.3s ease;
}
.single-lp_news .l-section__inner .news-article .news-content .news-text p a:hover:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1299px) {
  .single-lp_news .l-section__inner {
    padding: 8rem 0 15rem;
  }
  .single-lp_news .l-section__inner .news-article {
    margin: 0 4%;
  }
  .single-lp_news .l-section__inner .news-article .section-title {
    margin: 0 0 6rem;
  }
  .single-lp_news .l-section__inner .news-article .news-thumbnail {
    height: 30rem;
  }
  .single-lp_news .l-section__inner .news-article .news-content .news-text p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.policy .l-section__inner {
  padding: 10rem 20% 20rem;
}
.policy__list li {
  text-align: left;
  margin-bottom: 3rem;
}
.policy__list li a {
  text-decoration: underline;
  color: var(--cmplz_hyperlink_color);
  display: inline-block;
}
.policy__list li .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.policy__list li .text {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.policy__list li .inner-list {
  list-style: disc;
  padding-left: 2rem;
}
.policy__list li .inner-list li {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1299px) {
  .policy .l-section__inner {
    padding: 6rem 4% 5rem;
  }
}

/*---------------------------------------------------

  アニメーションcss

----------------------------------------------------*/
@media screen and (min-width: 1240px) {
  .header {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .header.is-show {
    opacity: 1;
    transform: translateY(0);
  }
}

.news-block {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 1s ease, transform 1s ease;
}
.news-block.is-show {
  opacity: 1;
  transform: scale(1);
}

.badge-sp {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 1s ease, transform 1s ease;
}
.badge-sp.is-show {
  opacity: 1;
  transform: scale(1);
}

.l-scroll {
  opacity: 0;
  transition: opacity 1s ease;
}
.l-scroll.is-show {
  opacity: 1;
}

.main-copy-wrap .f--regular {
  opacity: 0;
  transform: translateX(-200px);
}
.main-copy-wrap .f--regular.is-show {
  animation: slideIn 1s ease forwards;
}
.main-copy-wrap .main-copy {
  opacity: 0;
}
.main-copy-wrap .main-copy.is-show {
  animation: bounceUp 0.8s ease forwards;
}

.btn-block {
  opacity: 0;
  transform: translateY(20px);
}
.btn-block.is-show {
  animation: btnBounceIn 0.6s ease forwards;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes btnBounceIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn--slow {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.fadeIn--slow.is-active {
  opacity: 1;
}

@keyframes bounceDrop {
  0% {
    transform: translateX(-50%) translateY(-30px) scale(0);
    opacity: 0;
  }
  30% {
    transform: translateX(-50%) translateY(0) scale(1.2);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(-5px) scale(0.9);
  }
  70% {
    transform: translateX(-50%) translateY(0) scale(1.1);
  }
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
}/*# sourceMappingURL=style.css.map */