@charset "utf-8";

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1919px) and (min-width: 1000px) {
  html {
    font-size: calc(1600 / 1920 * 1vw);
  }
}
@media screen and (max-width: 999px) {
  html {
    font-size: calc(1600 / 375 * 1vw);
  }
}
@media screen and (max-width: 999px) {
  html {
    scroll-padding-top: 70px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #222222;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

img {
  width: 100%;
  height: 100%;
}

/* sp pc */
.spView,
.spViewInb,
.tbView {
	display: none !important;
}
@media only screen and (max-width:1200px) {
	.tbView {
		display: block !important;
	}
}
@media only screen and (max-width:767px) {
	.spView {
		display: block !important;
	}
	.spViewInb {
		display: inline-block !important;
	}
	.pcView {
		display: none !important;
	}
	.tbView {
		display: none !important;
	}
}

.l-header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100px;
}
@media screen and (max-width: 999px) {
  .l-header {
    height: 70px;
  }
}

.l-main {
  margin-top: 100px;
  overflow-x: hidden;

}
@media screen and (max-width: 999px) {
  .l-main {
    margin-top: 70px;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: inherit;
  padding: 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .l-inner {
    width: 100%;
    padding: 0 20px;
  }
}
.l-inner.l-inner--lower {
  max-width: 1760px;
}

.l-section {
  margin-top: 200px;
}
@media screen and (max-width: 999px) {
  .l-section {
    margin-top: 80px;
  }
}

.c-button {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  background: #F50000;
  border: 2px solid #F50000;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.c-button::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button:hover {
  color: #F50000;
  background: #ffffff;
}
.c-button:hover::before {
  background: #F50000;
}
.c-button:hover::after {
  background: #F50000;
}
.c-button.c-button--header {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 48px;
  max-width: 170px;
  padding-top: 14px;
  padding-left: 27px;
  padding-right: 56px;
  padding-bottom: 14px;
}
.c-button.c-button--header::before {
  right: 28px;
  translate: 0 calc(-50% + 1px);
}
.c-button.c-button--header::after {
  right: 28px;
  translate: 0 calc(-50% - 2px);
}
.c-button.c-button--header:hover::before {
  right: 18px;
}
.c-button.c-button--header:hover::after {
  right: 18px;
}
@media screen and (max-width: 1200px) {
  .c-button.c-button--header {
    font-size: 12px;
    height: 36px;
    width: 120px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 30px;
    padding-bottom: 8px;
  }
  .c-button.c-button--header::before {
    right: 10px;
    translate: 0 calc(-50% + 1px);
  }
  .c-button.c-button--header::after {
    right: 10px;
    translate: 0 calc(-50% - 2px);
  }
  .c-button.c-button--header:hover::before {
    right: 5px;
  }
  .c-button.c-button--header:hover::after {
    right: 5px;
  }
}
.c-button.c-button--sp {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  height: 51px;
  max-width: 240px;
  padding-top: 16px;
  padding-right: 93px;
  padding-left: 53px;
  padding-bottom: 16px;
}
.c-button.c-button--sp:before {
  right: 53px;
  translate: 0 calc(-50% + 4px);
}
.c-button.c-button--sp:after {
  right: 53px;
  translate: 0 calc(-50% + 1px);
}
.c-button.c-button--sp:hover::before {
  right: 43px;
}
.c-button.c-button--sp:hover::after {
  right: 43px;
}
.c-button.c-button--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  height: 51px;
  max-width: 240px;
  padding-top: 13px;
  padding-right: 78px;
  padding-left: 38px;
  padding-bottom: 13px;
}
.c-button.c-button--jp:before {
  right: 40px;
  translate: 0 calc(-50% + 4px);
}
.c-button.c-button--jp:after {
  right: 40px;
  translate: 0 calc(-50% + 1px);
}
.c-button.c-button--jp:hover::before {
  right: 30px;
}
.c-button.c-button--jp:hover::after {
  right: 30px;
}

.c-button.c-button--result {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: left;
  height: 51px;
  width: 240px;
  padding-top: 16px;
  padding-left: 21px;
  padding-bottom: 13px;
}

.c-button.c-button--result:before {
  right: 20px;
  translate: 0 calc(-50% + 2px);
}
.c-button.c-button--result:after {
  right: 20px;
  translate: 0 calc(-50% - 1px);
}
.c-button.c-button--result:hover::before {
  right: 10px;
}
.c-button.c-button--result:hover::after {
  right: 10px;
}

.c-linkCard {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-linkCard:hover .c-linkCard__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c-linkCard__image {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 999px) {
  .c-linkCard__image {
    height: 150px;
  }
}

.c-linkCard__head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 999px) {
  .c-linkCard__head {
    top: 30px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.c-linkCard__head h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.45;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .c-linkCard__head h3 {
    font-size: 30px;
  }
}
.c-linkCard__head p {
  font-family: "roboto", sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.15;
  margin-top: 1rem;
}
@media screen and (max-width: 999px) {
  .c-linkCard__head p {
    font-size: 18px;
    margin-top: 0;
  }
}

.c-linkCard__arrow {
  position: absolute;
  bottom: 0.875rem;
  right: 1.1875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .c-linkCard__arrow {
    top: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-linkCard__arrow p {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.17;
  padding-right: 2.3125rem;
  position: relative;
}
.c-linkCard__arrow p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F50000;
  width: 1.5rem;
  max-width: 24px;
  height: 1.5rem;
  max-height: 24px;
  border-radius: 50%;
}
.c-linkCard__arrow p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow-right.png) no-repeat center center/cover;
  width: 1.5rem;
  max-width: 24px;
  height: 1.5rem;
  max-height: 24px;
}
@media screen and (max-width: 999px) {
  .c-linkCard__arrow p {
    font-size: 18px;
    padding-right: 37px;
  }
  .c-linkCard__arrow p::before {
    width: 24px;
    height: 24px;
  }
  .c-linkCard__arrow p::after {
    width: 24px;
    height: 24px;
  }
}

.c-sectionHead h2, .c-sectionHead h1 {
  font-family: "roboto", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.22;
}
@media screen and (max-width: 999px) {
  .c-sectionHead h2, .c-sectionHead h1 {
    font-size: 40px;
    line-height: 1.3;
  }
}
.c-sectionHead p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  border-top: 2px solid #222222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .c-sectionHead p {
    font-size: 18px;
    padding-top: 5px;
  }
}
.c-sectionHead.c-sectionHead--white {
  color: #ffffff;
}
.c-sectionHead.c-sectionHead--white p {
  border-color: #ffffff;
}

.c-sectionContent h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.43;
  /*word-break: keep-all;*/
}
@media screen and (max-width: 999px) {
  .c-sectionContent h3 {
    font-size: 22px;
  }
}
.c-sectionContent p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  .c-sectionContent p {
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
  }
}

.c-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .c-news__item {
    display: block;
    padding-bottom: 24px;
  }
}
.c-news__item + .c-news__item {
  padding-top: 38px;
}
@media screen and (max-width: 999px) {
  .c-news__item + .c-news__item {
    padding-top: 22px;
  }
}

.c-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 312px;
  padding-top: 4px;
  padding-left: 7px;
}
@media screen and (max-width: 999px) {
  .c-news__meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 30px;
    width: 210px;
  }
}

.c-news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .c-news__date {
    letter-spacing: 0.05em;
  }
}

.c-news__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  background: #222222;
  border-radius: 2px;
  width: 111px;
  height: 28px;
}
@media screen and (max-width: 999px) {
  .c-news__tag {
    font-size: 12px;
    width: 90px;
    height: 24px;
  }
}

.c-news__text {
  width: calc(100% - 312px);
}
.c-news__text a{
  text-decoration:underline;
}
@media screen and (max-width: 999px) {
  .c-news__text {
    width: 100%;
    margin-top: 12px;
  }
}
.c-news__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .c-news__text p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.c-toTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (hover: hover) {
  .c-toTop:hover {
    opacity: 0.7;
  }
}.c-toTop02 {
  position: fixed;
  bottom: 50px;
  right: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
@media (hover: hover) {
  .c-toTop02:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 999px) {
  .c-toTop {
    bottom: 40px;
    right: 10px;
  }
    .c-toTop02 {
    bottom: 70px;
    right: 10px;
  }
}
.c-toTop img {
  width: 50px;
  height: 50px;
}

.c-toTop02 img {
  width: 50px;
  height: 50px;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumb li {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-right: 10px;
}
.c-breadcrumb li:nth-of-type(n+2) {
  padding-left: 14px;
  position: relative;
}
.c-breadcrumb li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./../img/common/arrow-breadcrumb.png) no-repeat center center/cover;
  width: 4px;
  height: auto;
  aspect-ratio: 4/8;
}
.c-breadcrumb a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-breadcrumb a:hover {
    color: #F50000;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagination__numbers.c-pagination__numbers--current {
  color: #ffffff;
  background: #F50000;
}
@media (hover: hover) {
  .c-pagination__numbers:hover {
    color: #ffffff;
    background: #F50000;
  }
}

.p-header__wrapper {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  padding-right: 90px;
}
@media screen and (max-width: 999px) {
  .p-header__wrapper {
    padding-left: 12px;
    padding-right: 0;
  }
}

.p-header__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo img {
  width: 15.625rem;
  height: auto;
}
@media screen and (max-width: 999px) {
  .p-header__logo img {
    width: 200px;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.9375rem;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .p-header__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__item a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .p-header__item a {
    font-size: 14px;
  }
}
.p-header__item a:hover {
  color: #F50000;
}
.p-header__item.p-header__item--drop {
  position: relative;
}
.p-header__item.p-header__item--drop::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/common/arrow.png) no-repeat center center/cover;
  cursor: pointer;
}
.p-header__item.p-header__item--drop .p-header__link {
  padding-right: 32px;
}
.p-header__item.p-header__item--drop ul {
  position: absolute;
  left: 0;
  top: 57px;
  background: #F5F5F5;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .p-header__item.p-header__item--drop ul {
    width: 220px;
  }
}
.p-header__item--drop span{
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .p-header__item span {
    font-size: 14px;
  }
}
.p-header__item.p-header__item--drop ul li {
  padding: 10px 35px;
}
.p-header__item.p-header__item--drop ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .p-header__item.p-header__item--drop ul li a {
    font-size: 12px;
  }
}
.p-header__item.p-header__item--drop:hover ul {
  visibility: visible;
  opacity: 1;
}

.p-header__link {
  font-family: "roboto", sans-serif;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-header__button {
  margin-left: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-header__button {
    margin-left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .p-header__button {
    display: none;
  }
}

.p-drawer__icon {
  padding: 20px;
  margin-left: auto;
  display: none;
  cursor: pointer;
}
.p-drawer__icon .bar {
  display: block;
  width: 36px;
  height: 2px;
  background: #F50000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.p-drawer__icon .bar1, .p-drawer__icon .bar2 {
  margin-bottom: 11px;
}
.p-drawer__icon.js-open .bar1 {
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-drawer__icon.js-open .bar2 {
  display: none;
}
.p-drawer__icon.js-open .bar3 {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
@media screen and (max-width: 999px) {
  .p-drawer__icon {
    display: block;
  }
}

.p-drawer__menu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  padding-bottom: 50px;
  display: none;
}
.p-drawer__menu .p-drawer__menu--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #F5F5F5;
  z-index: -1;
}
.p-drawer__menu .p-drawer__container {
  padding: 50px 0 45px;
}
.p-drawer__menu .p-drawer__nav {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 400px;
  margin: 0 auto;
}
.p-drawer__menu .p-drawer__item a {
  color: #222222;
}
@media (hover: hover) {
  .p-drawer__menu .p-drawer__item a:hover {
    color: #F50000;
  }
}
.p-drawer__menu .p-drawer__head {
  font-family: "roboto", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.1em;
}
.p-drawer__head--title{
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1667;
  letter-spacing: 0.1em;

}
.p-drawer__item {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 16px;
}
.p-drawer__item + .p-drawer__item {
  padding-top: 19px;
}

.p-drawer__drop {
  margin-top: 22px;
}
.p-drawer__drop li:nth-of-type(n+2) {
  margin-top: 15px;
}
.p-drawer__drop li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-drawer__button {
  text-align: center;
  margin-top: 56px;
}

.p-footer {
  font-size:  14px;
}

.p-footer__inner {
  position: relative;
  width: 100%;
  max-width: 1900px;
  height: inherit;
  padding: 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .p-footer__inner {
    width: 100%;
    padding: 0 20px;
  }
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #222222;
  padding-top: 52px;
  padding-right: 10rem;
}
@media screen and (max-width: 1579px) {
  .p-footer__wrapper {
    padding-right: 33px;
  }
}
@media screen and (max-width: 999px) {
  .p-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-left: 30px;
  }
}

.p-footer__logo {
  margin-right: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1579px) {
  .p-footer__logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  .p-footer__logo {
    margin-right: 0;
  }
}
@media (hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}
.p-footer__logo img {
  width: 250px;
  height: auto;
  aspect-ratio: 250/50;
}
@media screen and (max-width: 999px) {
  .p-footer__logo img {
    width: 200px;
  }
    
}.p-footer__sns {
  margin-right: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1579px) {
  .p-footer__sns {
    margin-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  .p-footer__sns {
    margin-right: 0;
  }
}
@media (hover: hover) {
  .p-footer__sns:hover {
    opacity: 0.7;
  }
}
.p-footer__sns img {
  width: 150px;
  height: auto;
  aspect-ratio: 250/67;
}
@media screen and (max-width: 999px) {
  .p-footer__sns img {
    width: 150px;
  }
}

.p-footer__links {
  margin-left: auto;

}
@media screen and (max-width: 999px) {
  .p-footer__links {
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 97px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1579px) {
  .p-footer__nav {
    gap: 50px;
  }
}
@media screen and (max-width: 999px) {
  .p-footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 34px 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

.p-footer__item a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__item a:hover {
    color: #F50000;
  }
}

.p-footer__link {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-footer__drop {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-footer__drop {
    margin-top: 22px;
  }
}
.p-footer__drop li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-footer__drop li:nth-of-type(n+2) {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-footer__drop.p-footer__drop--big {
    margin-top: 33px;
  }
}

.p-footer__privacy a {  
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__privacy a:hover {
    color: #F50000;
  }
}

.p-footer__button {
  margin-left: 100px;
}
@media screen and (max-width: 1579px) {
  .p-footer__button {
    margin-left: 50px;
  }
}
@media screen and (max-width: 999px) {
  .p-footer__button {
    margin-top: 50px;
    margin-left: 0;
  }
}

.p-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222222;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .p-footer__copy {
    margin-top: 50px;
  }
}
.p-footer__copy small {
  color: #ffffff;
  font-family: "roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .p-footer__copy small {
    font-size: 8px;
  }
}

.p-lower {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-lower {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

.p-lower__inner {
  position: relative;
  width: 100%;
  max-width: 1380px;
  height: inherit;
  padding: 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-lower__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-lower__inner {
    padding: 0 20px;
  }
}

.p-lower__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-lower__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}

.p-lower__mv {
  background: url(./../img/common/img-lower.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-lower__mv {
    padding-top: 53px;
    padding-bottom: 53px;
  }
}
@media screen and (max-width: 499px) {
  .p-lower__mv {
    background: url(./../img/common/img-lower-sp.jpg) no-repeat center center/cover;
  }
}

.p-lower__main {
  margin-top: 153px;
}
@media screen and (max-width: 999px) {
  .p-lower__main {
    margin-top: 80px;
  }
}

.p-lower__section + .p-lower__section {
  margin-top: 300px;
}
@media screen and (max-width: 999px) {
  .p-lower__section + .p-lower__section {
    margin-top: 80px;
  }
}

.p-lower__head {
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .p-lower__head {
    padding-bottom: 18px;
  }
}
.p-lower__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #222222;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 999px) {
  .p-lower__head::after {
    width: 60px;
  }
}
.p-lower__head h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 999px) {
  .p-lower__head h2 {
    font-size: 24px;
  }
}

.p-lower__body {
  margin-top: 120px;
}
@media screen and (max-width: 999px) {
  .p-lower__body {
    margin-top: 50px;
  }
}

@media screen and (max-width: 999px) {
  .u-hidden--sp {
    display: none;
  }
}
@media (min-width: 1000px) {
  .u-hidden--pc {
    display: none;
  }
}

.test {
  color: red;
  font-size: 100px;
  position: relative;
  padding: 100px 200px;
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: gray;
}

::-moz-placeholder {
  color: gray;
}

:-ms-input-placeholder {
  color: gray;
}

::-ms-input-placeholder {
  color: gray;
}

::placeholder {
  color: gray;
}

.image {
  background-image: url(image@1x.png);
}

.nolink{
  pointer-events: none;

}

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

  .show-pc{
    display: none;
  }
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
テキストハイライト
----------------------------*/
.text_highlighter {
  background: linear-gradient(transparent 65%, #FFD7D7 65% );
}