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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img,
picture,
video,
canvas,
iframe,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: normal;
}

li {
  list-style: none;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  border: none;
  background: none;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 950px) {
  .tab_br {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #1F2E81;
  line-height: 1.5;
  position: relative;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1F2E81;
  opacity: 0.4;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1F2E81;
  opacity: 0.4;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1F2E81;
  opacity: 0.4;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

.container {
  max-width: 96.6rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 966px) {
  .container {
    margin: 0 2rem;
  }
}

.container-lg {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1200px) {
  .container-lg {
    margin: 0 2rem;
  }
}

.title {
  font-size: 2.4rem;
  font-weight: 500;
}

.title-small {
  font-family: "Work Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  line-height: 1;
}

.title-large {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.btn {
  background: #1F2E81;
  border: 1px solid #1F2E81;
  color: #fff;
  padding: 1.7rem 2rem;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none !important;
}

.btn:hover {
  opacity: 0.75;
}

.btn:after {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  background: url(../img/icon-arrow-right.svg) no-repeat center center/100% 100%;
}

.btn-back {
  flex-direction: row-reverse;
  background-color: #fff;
  color: #1F2E81;
}

.btn-back:after {
  background: url(../img/icon-arrow-left-blue.svg) no-repeat center center/100% 100%;
}

.anchor {
  position: absolute;
  margin-top: -5rem;
}

.header {
  padding: 4rem 4rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

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

.header__logo {
  width: 11.2rem;
}

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

.header-nav__item {
  margin-right: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.header-nav__item:last-child {
  margin-right: 0;
}

.header-product {
  position: relative;
  padding-top: 7rem;
}

.header-product .header-nav__item {
  color: #1F2E81;
  margin-right: 4rem;
  position: relative;
}

.header-product .header-nav__item:last-child {
  margin-right: 0;
}

.header-product .header-nav__item::before {
  position: absolute;
  content: url("../img/icon-square.svg");
  left: -1.2rem;
  top: -0.2rem;
}

.header-product .header-nav__item.active::before {
  content: url("../img/icon-dash.svg");
}

.header-product .header-btn-top {
  position: absolute;
  top: 0;
  right: 0;
  background: #1F2E81;
}

.header-product .header-btn-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: fit-content;
  padding: 1.6rem 3rem;
}

.header-product .header-btn-top a span {
  color: #fff;
  letter-spacing: 0.05em;
}

.fv {
  margin: 2rem 2rem 0;
  background-image: url("../img/bg-top.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fv__inner {
  padding: 14.4rem 1rem 8rem;
  position: relative;
}

.fv__title {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 2rem;
}

.fv__sub-title {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.05em;
  color: #E8EDE9;
  margin-bottom: 8rem;
}

.fv__desc {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 2rem;
  padding-left: 6rem;
}

.fv .desc-other {
  font-size: 1.4rem;
  line-height: 2.5;
  margin-bottom: 0;
}

.fv__logo {
  width: 18.5rem;
  position: absolute;
  top: 22rem;
  right: 0;
}

.fv__copyright {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  color: #E8EDE9;
  position: absolute;
  bottom: 15rem;
  right: 0;
  writing-mode: vertical-rl;
}

.fv__scroll {
  width: 2.4rem;
  height: 12rem;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 42.5rem;
  overflow: hidden;
  margin-left: 1rem;
}

.fv__scroll:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #5D5F9C;
  top: 0;
  left: 0;
  z-index: 0;
}

.fv__scroll p {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}

.fv__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 4rem;
  background-color: #fff;
  transition: all 0.4s ease-out;
  animation: scroll_down2 2s ease-in-out infinite;
}

@keyframes scroll_down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@-webkit-keyframes scroll_down2 {
  0% {
    transform: translateY(-12rem);
  }

  100% {
    transform: translateY(12rem);
  }
}

@keyframes scroll_down2 {
  0% {
    transform: translateY(-12rem);
  }

  100% {
    transform: translateY(12rem);
  }
}

.t-news__inner {
  position: relative;
  margin-top: 12rem;
  margin-bottom: 15rem;
}

.t-news__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  position: relative;
}

.t-news__title {
  width: 18rem;
  max-width: 100%;
}

.t-news__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.t-news__item {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.t-news__item .item-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.t-news__item .item-left__time {
  font-family: "Work Sans", sans-serif;
}

.t-news__item .item-left__tag {
  font-size: 1rem;
  color: #fff;
  background: #1F2E81;
  padding: 4px 8px;
  max-width: 5.6rem;
  flex-shrink: 0;
}

.t-news__item .item-right {
  display: flex;
  align-items: center;
  flex: auto;
}

.t-news__item .item-right p {
  text-decoration: underline;
  max-width: 55rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t-news__item .item-right img {
  margin-left: auto;
}

.t-news__logo-abs {
  position: absolute;
  top: 4.6rem;
  left: 0;
  width: 26.5rem;
}

.news-detail .t-news__inner {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.news-detail__ttl {
  font-size: 3.4rem;
  font-weight: 500;
  margin: 1rem 0 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #E8EDE9;
}

.news-detail__ctt p,
.news-detail__ctt ul,
.news-detail__ctt ol {
  margin: 2rem 0;
  line-height: 2;
  letter-spacing: 0.05em;
}

.news-detail__ctt img {
  margin: 3.5rem 0;
}

.news-detail__ctt li {
  list-style: revert;
  list-style-position: inside;
}

.t-product {
  margin-bottom: 12rem;
}

.t-product__title {
  text-align: center;
  margin-bottom: 6rem;
}

.t-product__menu {
  background: url("../img/top-product-bg.png") no-repeat;
  background-size: cover;
  margin: 0 2rem;
}

.t-product__menu:nth-child(2n+1) {
  background: url("../img/top-product-bg-reverse.png") no-repeat;
  background-size: cover;
  margin: 0 2rem;
}

.t-product__menu:not(:first-child) {
  margin-top: 2rem;
}

.t-product__wrap {
  padding: 8rem 2rem;
}

.t-product__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-product-item__text-img {
  width: 34.7rem;
}

.t-product-item__sub-title {
  margin: 2rem 0 4rem;
  letter-spacing: 0.05em;
}

.t-product-item__sub-title span {
  font-size: 1rem;
}

.t-product-item__desc {
  display: flex;
  gap: 4rem;
  margin-bottom: 2rem;
}

.t-product-item__desc img {
  width: 12.2rem;
}

.t-product-item__desc.small img {
  width: 9rem;
}

.t-product-item__desc p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.t-product-item__sub {
  max-width: 24rem;
  padding-bottom: 2rem;
}

.t-product-item__sub-desc {
  font-size: 1rem;
  letter-spacing: 0.05em;
  letter-spacing: 1.2;
  margin-bottom: 4rem;
}

.t-product-item__link span {
  letter-spacing: 0.05em;
}

.t-product__image {
  width: 38rem;
  position: relative;
  z-index: 1;
}

.t-product__image::after {
  content: url("../img/top-product-4.svg");
  position: absolute;
  bottom: -10px;
  right: -9px;
  z-index: -1;
  filter: blur(30px);
}

.t-company {
  margin: 0 2rem 12rem;
  border-top: 1px solid #E8EDE9;
  border-bottom: 1px solid #E8EDE9;
}

.t-company__inner {
  padding: 12rem 0;
  display: flex;
  gap: 8rem;
}

.t-company__left {
  display: flex;
  flex-direction: column;
}

.t-company__title {
  margin-bottom: 6rem;
}

.t-company__desc {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}

.t-company img {
  width: 12rem;
}

.t-company__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: auto;
}

.t-company__item {
  padding-bottom: 2rem;
  display: flex;
  gap: 4.5rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #1f2e810a;
}

.t-company__item .item-key {
  width: 7.5rem;
  flex-shrink: 0;
}

.t-company__item .number {
  text-decoration: underline;
}

.news-fv {
  background-image: url("../img/bg-news.png");
}

.news-fv__inner {
  padding: 12.4rem 0 6rem;
  position: relative;
}

.news-fv .fv__sub-title {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #E8EDE9;
  margin: 0 2rem 8rem;
}

.breadcrumb__inner {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.breadcrumb__inner a {
  text-decoration: underline;
}

.news-btn-top {
  padding: 6rem 0;
  margin: 0 2rem;
  border-top: 1px solid #E8EDE9;
  border-bottom: 1px solid #E8EDE9;
}

.news-btn-top a {
  background: #1F2E81;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 2.2rem 11rem;
  width: fit-content;
  margin: auto;
  display: block;
}

.p-fv {
  margin-top: 8.45rem;
}

.p-fv__top {
  margin-bottom: 6rem;
  position: relative;
}

.p-fv__top-img {
  width: 46.4rem;
}

.p-fv__top-text {
  position: absolute;
  top: 0;
  right: 0;
}

.p-fv__top-text p {
  text-align: right;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 4.5rem 0 2rem;
}

.p-fv__top-image1 {
  width: 7.47rem;
  margin-left: auto;
}

.p-fv__top-image2 {
  width: 27.4rem;
  margin-top: -4rem;
}

.p-fv__top-image2.square {
  max-height: 18rem;
  margin-top: -9rem;
  margin-right: 7rem;
}

.p-fv__main-img {
  margin: auto;
  position: relative;
}

.p-fv__main-img span {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.p-fv__main-img img {
  width: 96.6rem;
  margin: auto;
}

.p-fv__main-img.square img {
  width: 50rem;
}

.p-fv .fv__scroll {
  margin-left: 4rem;
  bottom: auto;
  top: 22.5rem;
}

.p-fv .fv__scroll:before {
  background-color: #E8EDE9;
}

.p-fv .fv__scroll .fv__bar {
  background-color: #1F2E81;
}

.p-fv .fv__scroll p {
  color: #1F2E81;
}

.p-sv {
  background-image: url("../img/bg-product.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -21rem;
}

.p-sv.square {
  margin-top: -24rem;
}

.p-sv__inner {
  padding: 33.1rem 17.5rem 12rem 0;
  display: flex;
  gap: 6rem;
  position: relative;
  align-items: center;
}

.p-sv__title {
  color: #fff;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

.p-sv__sub-title {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}

.p-sv__desc {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-sv__img {
  position: absolute;
  bottom: 12rem;
  left: 0;
}

.p-sv__img img {
  width: 27.4rem;
}

.p-content {
  margin: 12rem 0 24rem;
}

.p-content .movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.p-content .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-content__inner {
  margin-right: 11.7rem;
}

.p-content__title {
  letter-spacing: 0.05em;
  padding-bottom: 4rem;
  margin-bottom: 8rem;
  border-bottom: 1px solid #1F2E81;
}

.p-content__title span {
  font-family: "Work Sans", sans-serif;
}

.p-content__top {
  display: flex;
  flex-wrap: wrap;
  max-width: 62rem;
}

.p-content__top-text {
  margin-right: 4rem;
  font-size: inherit;
}

.p-content__top-text img {
  width: 34.7rem;
  margin-bottom: 2rem;
}

.p-content__top-text p {
  letter-spacing: 0.05em;
}

.p-content__top-text p span {
  font-size: 1rem;
}

.p-content__top-img {
  width: 18rem;
}

.p-content__desc {
  margin-top: 6rem;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
}

.p-content__sub-desc {
  margin: 2rem 0 4rem;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-content__menu {
  margin-top: 6rem;
  display: flex;
  gap: 3.28rem;
}

.p-content__menu .menu-left {
  width: 46rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-content__menu .menu-left__top,
.p-content__menu .menu-left__bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-content__menu .menu-left__top {
  width: 29.8rem;
}

.p-content__menu .menu-left__top.menu-left__top-full {
  width: auto;
  padding: 14px;
}

.p-content__menu .menu-left__bottom {
  width: 25.9rem;
}

.p-content__menu .menu-left__bottom.menu-left__bottom-full {
  width: 100%;
}

.p-content__menu .menu-left .square {
  background: #E8EDE9;
  width: 100%;
  height: 25.8rem;
  position: relative;
}

.p-content__menu .menu-right {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6rem;
  column-gap: 2rem;
  align-items: stretch;
  flex: 1;
}

.p-content__menu .menu-item {
  width: 28.5rem;
}

.p-content__menu .menu-item__top {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.p-content__menu .menu-item__top::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 67%;
  height: 1px;
  background: #1F2E81;
}

.p-content__menu .menu-item__top-number {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.05em;
}

.p-content__menu .menu-item__top img {
  width: 4.3rem;
}

.p-content__menu .menu-item__title {
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-content__menu .menu-item__desc {
  letter-spacing: 0.05em;
}

.p-content__menu .menu-item .underline {
  text-decoration: underline;
}

.p-content__menu .menu-item__annotation {
  font-size: 0.8em;
}

.p-overview {
  margin-bottom: 6rem;
  border-top: 1px solid #E8EDE9;
}

.p-overview__inner {
  margin-right: 11.7rem;
  padding: 12rem 0 0;
  display: flex;
  gap: 9rem;
}

.p-overview__left {
  display: flex;
  flex-direction: column;
}

.p-overview__title {
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
}

.p-overview__title span {
  font-family: "Work Sans", sans-serif;
}

.p-overview__desc {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

.p-overview img {
  width: 17rem;
}

.p-overview__list {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex: auto;
}

.p-overview__item {
  padding-bottom: 3rem;
  display: flex;
  gap: 4.5rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #1F2E81;
}

.p-overview__item:first-child {
  padding-top: 3rem;
  border-top: 1px solid #1F2E81;
}

.p-overview__item .item-key {
  width: 7.5rem;
  flex-shrink: 0;
}

.p-overview__item .number {
  text-decoration: underline;
}

.menu-scroll {
  position: fixed;
  top: 50%;
  right: calc(50% - 60rem);
  transform: translateY(-50%);
  z-index: 9999;
}

.menu-scroll__logo {
  display: block;
  opacity: 0;
  width: 7.7rem;
  margin-bottom: 4rem;
  margin-left: -1.2rem;
  transition: all 0.2s;
}

.menu-scroll__logo .logo-white {
  display: none;
}

.menu-scroll__logo .logo-blue {
  display: block;
}

.menu-scroll__logo.white .logo-white {
  display: block;
}

.menu-scroll__logo.white .logo-blue {
  display: none;
}

.menu-scroll__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.menu-scroll__item {
  letter-spacing: 0.05em;
  position: relative;
}

.menu-scroll__item::before {
  position: absolute;
  content: url("../img/icon-square.svg");
  left: -1.2rem;
  top: -0.2rem;
}

.menu-scroll__item.active::before {
  content: url("../img/icon-dash.svg");
}

.menu-scroll__item.white {
  color: #fff;
}

.menu-scroll__item.white a {
  color: #fff;
}

.menu-scroll__item.white::before {
  position: absolute;
  content: url("../img/icon-square-white.svg");
  left: -1.2rem;
  top: -0.2rem;
}

.menu-scroll__item.white.active::before {
  content: url("../img/icon-dash-white.svg");
}

.scroll .menu-scroll__logo {
  opacity: 1;
}

.footer {
  background: #1F2E81;
  padding: 5rem 0;
  color: #fff;
}

.footer__inner {
  display: flex;
  align-items: center;
}

.footer__logo {
  width: 14rem;
  margin-right: 5rem;
}

.footer-nav {
  display: flex;
  align-items: center;
}

.footer-nav__item {
  margin-right: 2rem;
  letter-spacing: 0.05em;
}

.footer-nav__item:last-child {
  margin-right: 0;
}

.footer__right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 2rem;
}

.footer__privacy {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

.footer__copyright {
  margin-left: 2rem;
  font-size: 1rem;
}

.contact {
  margin: 12rem 0;
}

.contact .title-small {
  color: #1F2E81;
}

.contact .title {
  font-size: 1.8rem;
  font-weight: 400;
}

.contact__inner {
  padding: 5.5rem;
  border: 1px solid #1F2E81;
}

.contact__desc {
  margin: 3rem 0;
  color: #1F2E81;
}

.contact__desc p:nth-child(2) {
  font-size: 1.2rem;
}

.contact__form p {
  margin: 0;
}

.contact__form a {
  text-decoration: underline;
}

.contact__form .btn-wrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}

.contact__form .btn-wrap .btn {
  min-width: 20rem;
}

.contact__form__input,
.contact__form__input__text,
.contact__form__input__textarea {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.contact__form__input dl,
.contact__form__input__text dl,
.contact__form__input__textarea dl {
  width: calc((100% - 20px) / 2);
}

.contact__form__input dl dt,
.contact__form__input__text dl dt,
.contact__form__input__textarea dl dt {
  color: #1F2E81;
}

.contact__form__input dl dt span,
.contact__form__input__text dl dt span,
.contact__form__input__textarea dl dt span {
  color: #FF0000;
}

.contact__form__input input[type=text],
.contact__form__input input[type=email],
.contact__form__input textarea,
.contact__form__input__text input[type=text],
.contact__form__input__text input[type=email],
.contact__form__input__text textarea,
.contact__form__input__textarea input[type=text],
.contact__form__input__textarea input[type=email],
.contact__form__input__textarea textarea {
  padding: 2.2rem;
  width: 100%;
  border: 1px solid #1F2E81;
  margin-top: 0.5rem;
}

.contact__form__input textarea,
.contact__form__input__text textarea,
.contact__form__input__textarea textarea {
  height: 27rem;
  line-height: 1.5;
}

.contact__form__input__textarea dl {
  width: 100%;
}

.contact.check .contact__form__input {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E8EDE9;
}

.contact.check .contact__form__input dt span {
  display: none;
}

.contact.check .contact__form__input__text {
  width: 47%;
  flex-direction: column;
}

.contact.check .contact__form__input__text dl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact.check .contact__form__input__text dl dt {
  width: 12.5rem;
}

.contact.check .contact__form__input__text dl dd {
  flex: 1;
}

.contact.check .contact__form__input__textarea {
  width: 47%;
}

.product .contact {
  margin-top: 0;
}

.product .contact__inner {
  margin-right: 11.7rem;
}

.check {
  margin-top: 5rem;
}

.check .contact__inner {
  padding: 0;
  border: none;
}

.check .contact__desc {
  margin: 3rem 0;
  color: #1F2E81;
  text-align: center;
  border-bottom: 1px solid #E8EDE9;
  padding-bottom: 5rem;
}

.check .contact__form .btn-wrap {
  flex-wrap: wrap;
  justify-content: center;
}

.check .contact__form .btn-wrap .txt02 {
  width: 100%;
  text-align: center;
}

.thanks .contact__form .btn-wrap {
  justify-content: center;
}

.privacy {
  margin: 8rem 0 12rem;
}

.privacy__ctt dl,
.privacy__ctt p {
  margin-bottom: 3rem;
}

@media (max-width: 1240px) {
  .menu-scroll {
    right: 2rem;
  }

  .p-fv__main-img img {
    width: 75vw;
  }

  .p-sv {
    margin-top: -16.4vw;
  }

  .p-sv.square {
    margin-top: -24rem;
  }
}

@media screen and (max-width: 949.98px) {
  .fv__scroll {
    top: 47.5rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .container {
    max-width: 100%;
    margin: 0 2rem;
    position: relative;
  }

  .container-lg {
    max-width: 100%;
    margin: 0 2rem;
    position: relative;
  }

  .anchor {
    margin-top: -2rem;
  }

  .header {
    padding: 0;
  }

  .header__logo {
    width: 10.3rem;
    margin-left: 2rem;
    margin-top: 2rem;
  }

  .header__inner {
    margin: 0 1rem;
  }

  .header-menu {
    background: #fff;
    padding: 1.2rem;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .header-menu.active {
    width: 20.9rem;
    height: 35.4rem;
  }

  .header-menu .hamburger {
    position: relative;
    z-index: 2;
  }

  .header-menu .hamburger .bar {
    display: block;
    height: 0.1rem;
    margin-top: 0.5rem;
    transition: all 0.3s ease-in-out;
    background: #1F2E81;
  }

  .header-menu .hamburger .bar:nth-child(1) {
    width: 3rem;
  }

  .header-menu .hamburger .bar:nth-child(2) {
    width: 3.6rem;
  }

  .header-menu .hamburger .bar:nth-child(3) {
    width: 2.57rem;
  }

  .header-menu .hamburger.active {
    position: absolute;
    right: 1.1rem;
  }

  .header-menu .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .header-menu .hamburger.active .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    width: 3.6rem;
  }

  .header-menu .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    width: 3.6rem;
  }

  .header-menu__text {
    font-size: 1.2rem;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 0.7rem;
  }

  .header-nav-sp {
    position: absolute;
    display: none;
    gap: 3rem;
  }

  .header-nav-sp.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-nav-sp__item {
    color: #1F2E81;
  }

  .fv {
    margin: 1rem 1rem 0;
    background-image: url("../img/bg-top-sp.png");
  }

  .fv__inner {
    padding: 9rem 0 4rem;
  }

  .fv__title {
    font-size: 2.4rem;
  }

  .fv__sub-title {
    margin-bottom: 6rem;
    font-size: 1rem;
  }

  .fv__desc {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    padding-left: 3.5rem;
  }

  .fv .desc-other {
    font-size: 1.2rem;
  }

  .fv__logo {
    width: 17.3rem;
    top: 10.2rem;
    right: -2rem;
  }

  .fv__scroll {
    top: 33.5rem;
  }

  .t-news__inner {
    margin: 8rem 2rem;
  }

  .t-news__content {
    flex-direction: column;
  }

  .t-news__title {
    max-width: 100%;
    margin-bottom: 4rem;
  }

  .t-news__item {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
  }

  .t-news__item .item-right {
    width: 100%;
  }

  .t-news__item .item-right p {
    max-width: 83%;
    -webkit-line-clamp: 4;
  }

  .t-product {
    margin-bottom: 8rem;
  }

  .t-product__title {
    text-align: left;
    margin-bottom: 4rem;
  }

  .t-product__menu {
    background: url("../img/top-product-bg-sp.png") no-repeat center center/cover;
  }

  .t-product__menu:nth-child(2n+1) {
    background: url("../img/top-product-bg-sp-reverse.png") no-repeat center center/cover;
  }

  .t-product__menu:not(:first-child) {
    margin-top: 2rem;
  }

  .t-product__wrap {
    padding: 4rem 0;
  }

  .t-product__content {
    flex-direction: column;
  }

  .t-product__menu:nth-child(2n+1) .t-product__content {
    flex-direction: column-reverse;
  }

  .t-product-item__text-img {
    width: 23.1rem;
  }

  .t-product-item__sub-title {
    margin: 1.2rem 0 4rem;
  }

  .t-product-item__desc {
    gap: 1.9rem;
    margin-bottom: 1.2rem;
  }

  .t-product-item__desc img {
    width: 8.4rem;
  }

  .t-product-item__desc p {
    font-size: 1.4rem;
  }

  .t-product-item__sub-desc {
    font-size: 1rem;
    letter-spacing: 0.05em;
    letter-spacing: 1.2;
    margin-bottom: 4rem;
  }

  .t-product-item__link {
    padding: 2.3rem 0;
    width: 100%;
  }

  .t-product__image {
    width: 29.2rem;
    margin-bottom: 4rem;
  }

  .t-product__image::after {
    content: url("../img/top-product-4-sp.svg");
  }

  .t-company {
    margin: 0 0 12rem;
    border: none;
  }

  .t-company__inner {
    flex-direction: column;
    padding: 0;
    gap: 3.2rem;
  }

  .t-company__title {
    margin-bottom: 4rem;
  }

  .t-company__desc {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }

  .t-company__item {
    gap: 2rem;
  }

  .t-company__item:first-child {
    padding-top: 2rem;
    border-top: 1px solid #1f2e810a;
  }

  .t-company__item .item-key {
    width: 6.5rem;
    font-size: 1.2rem;
  }

  .news-fv {
    background-image: url("../img/bg-news-sp.png");
  }

  .news-fv__inner {
    padding: 8rem 0 2rem;
  }

  .breadcrumb {
    margin: 0 0 6rem;
  }

  .breadcrumb__inner {
    padding: 2rem 0;
  }

  .news-btn-top {
    padding: 4rem 0;
    margin: 0;
  }

  .p-fv__top {
    margin-bottom: 2.5rem;
  }

  .p-fv__top.container {
    margin: 0 0 4.7rem;
  }

  .p-fv__top-img {
    width: 33.5rem;
  }

  .p-fv__top-text {
    position: relative;
  }

  .p-fv__top-text p {
    position: relative;
    z-index: 1;
  }

  .p-fv__top-image2 {
    margin-top: -9rem;
    margin-left: auto;
  }

  .p-fv__top-image2.square {
    max-height: 14rem;
    margin-top: -9rem;
    margin-right: 7rem;
  }

  .p-fv__main-img img {
    width: 100%;
  }

  .p-fv .fv__scroll {
    margin-left: 0;
    bottom: auto;
    top: 17rem;
    width: 2rem;
  }

  .p-sv {
    background-image: url("../img/bg-product-sp.png");
    margin-top: -18vw;
  }

  .p-sv.square {
    margin-top: -40vw;
  }

  .p-sv__inner {
    padding: 14.8rem 0 6rem;
    flex-direction: column;
    gap: 2rem;
  }

  .p-sv__inner.square {
    padding-top: 20rem;
  }

  .p-sv__sub-title {
    font-size: 2.4rem;
  }

  .p-sv__img {
    bottom: 4rem;
    left: auto;
    right: 0;
  }

  .p-sv__img img {
    width: 19.2rem;
  }

  .p-content {
    margin: 8rem 0 12rem;
  }

  .p-content__inner {
    margin-right: 0;
  }

  .p-content__title {
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }

  .p-content__top {
    max-width: 100%;
  }

  .p-content__top-text {
    margin-right: 0;
    width: 100%;
  }

  .p-content__top-text p {
    margin-bottom: 3.2rem;
  }

  .p-content__top-text img {
    width: 30rem;
    margin-bottom: 2rem;
  }

  .p-content__top-img {
    width: 8.4rem;
    margin-right: 2rem;
    align-self: center;
  }

  .p-content__top-img.align-top {
    align-self: auto;
    margin-top: 4px;
  }

  .p-content__desc {
    margin-top: 0;
    font-size: 1.6rem;
  }

  .p-content__sub-desc {
    margin: 1.2rem 0 4rem;
  }

  .p-content__menu {
    margin-top: 1rem;
    flex-direction: column;
    gap: 4rem;
  }

  .p-content__menu .menu-left {
    width: 100%;
  }

  .p-content__menu .menu-left__top {
    width: 21.8rem;
  }

  .p-content__menu .menu-left__top.menu-left__top-full {
    width: auto;
    padding: 14px;
  }

  .p-content__menu .menu-left__bottom {
    width: 18.9rem;
  }

  .p-content__menu .menu-left__bottom.menu-left__bottom-full {
    width: 100%;
  }

  .p-content__menu .menu-left .square {
    width: 100%;
    height: 18.8rem;
  }

  .p-content__menu .menu-right {
    flex-direction: column;
    gap: 4rem;
  }

  .p-content__menu .menu-item {
    width: 100%;
  }

  .p-content__menu .menu-item__top::after {
    width: 72%;
  }

  .p-content__menu .menu-item__title {
    margin: 2rem 0 1.6rem;
  }

  .p-content__menu .menu-item__desc {
    line-height: 2;
  }

  .footer {
    padding: 2.8rem 0;
  }

  .footer__logo {
    margin-right: 0;
  }

  .footer__right {
    flex-direction: column;
    align-items: flex-end;
    gap: 1.6rem;
  }

  .footer__copyright {
    margin-left: 0;
    font-size: 1rem;
  }

  .contact {
    margin-bottom: 8rem;
  }

  .contact.thanks {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .contact__inner {
    padding: 3rem 2rem 5rem;
  }

  .product .contact__inner {
    margin-right: 0;
  }

  .contact__form__input dl {
    width: 100%;
  }

  .contact__form .btn-wrap {
    flex-direction: column;
  }

  .contact.check .contact__form__input {
    flex-wrap: wrap;
    gap: 3rem;
  }

  .contact.check .contact__form__input__text {
    width: 100%;
  }

  .contact.check .contact__form__input__textarea {
    width: 100%;
  }

  .p-overview {
    margin-bottom: 12rem;
    border-top: none;
  }

  .p-overview .btn {
    width: 100%;
  }

  .p-overview .btn:after {
    display: none;
  }

  .privacy {
    margin: 6rem 0;
  }
}


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