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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes up02 {
  0% {
    opacity: 0;
    transform: translateY(10%);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    transform: scale(1);
    opacity: 0;
    filter: blur(10px);
  }
  20% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.03);
    opacity: 1;
  }
}
@keyframes mv02-fadeIn {
  0% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 0;
    transform: scale(1.03);
    filter: blur(10px);
  }
}
@keyframes scale {
  0% {
    width: 97%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes poyopoyo {
  0% {
    scale: 0;
    opacity: 0;
  }
  80% {
    scale: 1.1;
    opacity: 1;
  }
  100% {
    scale: 1;
  }
}
@keyframes updown02 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(20%) translateY(-20%);
  }
  to {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slideInLeft50 {
  from {
    opacity: 0;
    transform: translateX(70%) translateY(-20%);
  }
  to {
    opacity: 1;
    transform: translateX(50%) translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main {
  overflow: hidden;
}

main,
header {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #252525;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  border-left: none;
}

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

a {
  transition-duration: 300ms;
}

a:hover {
  opacity: 0.8;
  transition-duration: 300ms;
}

a:link,
a:visited {
  text-decoration: none;
  color: #fff;
}

li::marker {
  display: none;
}

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

.pc {
  display: block;
}

.pc-inblo {
  display: inline-block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.pctb {
  display: block;
}

.tbsp {
  display: none;
}

.tbsp-inblo {
  display: none;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .pc-inblo {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
  .tbsp {
    display: block;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  .pc-inblo {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .tbsp {
    display: block;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc-inblo {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .pctb {
    display: none;
  }
  .tbsp-inblo {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  html {
    width: 100%;
  }
}
.inblo {
  display: inline-block;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
  }
}

.wrapper-swiper {
  width: 1100px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrapper-swiper {
    width: 100%;
    padding: 0;
  }
}

input[type=button],
button,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

.tel a {
  color: #483f42;
}

body:has(.active) {
  height: 100%;
  overflow: hidden;
}

.blue {
  color: #005AA0;
}

.yellow {
  color: #FFFF00;
}

.border {
  border-bottom: 1px solid #000;
}

.c-btn {
  display: inline-block;
}
.c-btn p {
  padding: 13px 53px 10px;
  background-color: #fff;
  color: #005AA0;
  font-weight: 600;
  border-radius: 50px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  transition: background-color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-btn p span {
  position: relative;
  right: -3px;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover p {
  background-color: #FFFF00;
}
.c-btn.arrow {
  position: relative;
}
.c-btn.arrow::after {
  position: absolute;
  top: 51%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 10px;
  -webkit-mask-image: url("../images/icon.svg");
          mask-image: url("../images/icon.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #005AA0;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 1120px;
  padding-inline: 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  .header {
    width: 100%;
    padding-inline: 0px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__l {
  margin-right: 118px;
}
.header__l > p {
  font-size: 11px;
  font-weight: 400;
  padding-top: 35px;
  padding-right: 55px;
  padding-bottom: 7px;
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: 950px) {
  .header__l > p {
    display: none;
  }
}
.header__nav {
  display: flex;
  margin-inline: auto;
  justify-content: space-between;
  padding: 20px 0px 20px 40px;
  border: 1px solid #818181;
  border-radius: 50px;
  background: #fff;
  gap: 25px;
}
@media screen and (max-width: 950px) {
  .header__nav {
    position: absolute;
    left: 101%;
    top: -1px;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    display: block;
    width: 100lvw;
    height: 102vh;
    border-radius: 0;
    padding-top: 60px;
    padding-inline: 40px;
    visibility: hidden;
  }
}
.header__nav a {
  font-size: 16px;
  font-weight: bold;
  color: #005AA0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 950px) {
  .header__nav a {
    margin-bottom: 30px;
  }
}
.header__nav a:hover {
  color: #2EA2FC;
}
.header__nav a > span.sml {
  font-size: 12px;
  font-weight: 500;
}
.header__nav a > span.roboto {
  font-family: "Roboto", sans-serif;
}
.header__nav li {
  text-align: center;
}
@media screen and (max-width: 950px) {
  .header__nav li {
    margin-bottom: 30px;
  }
}
.header-contact {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
}
@media screen and (max-width: 950px) {
  .header-contact {
    display: block;
    padding-left: 0;
    margin-left: -10px;
  }
}
.header-contact svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  fill: #005AA0;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  width: 200px;
  height: auto;
  filter: drop-shadow(0px 0px 2px white);
}
@media screen and (max-width: 950px) {
  .header-contact svg {
    left: auto;
    top: auto;
    position: static;
    transform: none;
    width: 160px;
  }
}
.header-contact svg #svg-bg {
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  fill: #005AA0;
}
.header-contact svg #svg-txt {
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  fill: #fff;
}
.header-contact > a {
  position: relative;
  z-index: 150;
  color: #fff;
  padding-block: 12px;
  margin-top: -2vw;
}
.header-contact > a:hover {
  color: #005AA0;
  opacity: 1;
}
.header-contact > a:hover #svg-bg {
  fill: #FFFF00;
}
.header-contact > a:hover #svg-txt {
  fill: #005AA0;
}
.header__logo {
  position: relative;
  z-index: 150;
}
.header__logo a {
  display: inline-block;
  position: relative;
  z-index: 150;
  position: absolute;
  width: 145px;
  z-index: 150;
}
@media screen and (max-width: 950px) {
  .header__logo a {
    width: 100px;
  }
}
.header__logo a .logo {
  margin-top: 35px;
  filter: drop-shadow(1px 1px 0px white);
}
@media screen and (max-width: 950px) {
  .header__logo a .logo {
    margin-top: 10px;
    margin-left: 10px;
  }
}
.header__hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #fff;
  border: none;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 950px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger.fixed {
  position: fixed;
  top: 0;
}
.header .hamburger span {
  width: 70%;
  height: 3px;
  background-color: #034c9e;
  position: absolute;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  display: block;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.header .hamburger span:nth-child(1) {
  top: calc(50% - 10px);
  transform: translate(-50%, -50%);
}
.header .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .hamburger span:nth-child(3) {
  top: calc(50% + 10px);
  transform: translate(-50%, -50%);
}
.header.active .header__menu {
  left: 0;
  display: block;
}
@media screen and (max-width: 950px) {
  .header.active .header__menu {
    visibility: visible;
  }
}
.header.active .hamburger span {
  position: absolute;
}
.header.active .hamburger span:nth-child(1) {
  top: 42px;
  left: 21px;
  rotate: 45deg;
}
.header.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.header.active .hamburger span:nth-child(3) {
  top: 16px;
  rotate: -45deg;
  left: 23px;
}

.s-contact {
  background-color: #E4E6E8;
}
.s-contact__in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 120px;
}
.s-contact__hd {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
}
.s-contact__ttl {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 500;
}
.s-contact__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.s-contact .form {
  background: #fff;
  padding: clamp(40px, 7vw, 90px);
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 35px;
}
.s-contact .form-title label {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: bold;
  margin-bottom: 20px;
}
.s-contact .form-txt {
  padding-top: 13px;
  font-size: 15px;
  color: #808080;
  letter-spacing: 0;
}
.s-contact .form-row {
  position: relative;
  margin-top: 40px;
}
.s-contact .form-row input[type=text],
.s-contact .form-row input[type=mail] {
  width: 100%;
  height: 50px;
  border: 1px solid #707070;
  padding: 0 20px;
  margin-top: 13px;
}
.s-contact .form-row textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #707070;
  padding: 20px;
  margin-top: 13px;
}
.s-contact .form-row input[type=file] {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .s-contact .form-row input[type=file] {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin-top: 13px;
  }
}
.s-contact .form-sup {
  margin-top: 60px;
}
.s-contact .form-sup a {
  color: #0031B5;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .s-contact .form-sup {
    font-size: 14px;
  }
}
.s-contact .form-check {
  display: block;
  margin-top: 13px;
}
.s-contact .form .hissu {
  position: relative;
  display: inline-block;
  width: 300px;
}
@media (max-width: 767px) {
  .s-contact .form .hissu {
    width: 100%;
  }
}
.s-contact .form .hissu::after {
  position: absolute;
  content: "必須";
  color: #FFF;
  background-color: #2EA2FC;
  padding: 1px 5px;
  right: 0;
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .s-contact .form .hissu::after {
    font-size: 14px;
  }
}
.s-contact .form .hissu.w500 {
  width: 500px;
}
@media (max-width: 767px) {
  .s-contact .form .hissu.w500 {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
  }
  .s-contact .form .hissu.w500::after {
    left: -18px;
    top: -30px;
    right: auto;
  }
}
.s-contact .form-btn {
  margin-top: 75px;
  text-align: center;
}
.s-contact .form-btn button {
  cursor: pointer;
  width: 400px;
  height: 96px;
  border: none;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .s-contact .form-btn button {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .s-contact .form-check {
    display: flex;
    gap: 5px;
  }
}

.footer {
  padding-top: 100px;
  color: #fff;
  text-align: center;
  background-color: #005AA0;
}
.footer__in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__logo {
  width: 200px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 150px;
  }
}
.footer__address {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .footer__address {
    font-size: 16px;
  }
}
.footer__address > span {
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer__address > span {
    font-size: 14px;
  }
}
.footer__nav {
  display: flex;
  max-width: 580px;
  margin-inline: auto;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .footer__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.footer__nav a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.footer__nav a:hover {
  opacity: 1;
  color: #FFFF00;
}
@media (max-width: 767px) {
  .footer__nav a {
    font-size: 16px;
  }
}
.footer__nav a > span.sml {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer__nav a > span.sml {
    font-size: 12px;
  }
}
.footer__nav a > span.roboto {
  font-family: "Roboto", sans-serif;
}
.footer__privacy {
  text-decoration: underline;
  font-size: 13px;
  letter-spacing: 0;
}
.footer__sns {
  max-width: 30px;
  margin-top: 30px;
  margin-inline: auto;
}
.footer__copy {
  background-color: #626161;
  padding-block: 30px;
  margin-top: 90px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer__copy {
    font-size: 12px;
  }
}

.sub-page .s-mv {
  height: 550px;
  width: 100%;
}
@media (max-width: 767px) {
  .sub-page .s-mv {
    height: 250px;
  }
}
.sub-page .s-mv__in {
  text-align: center;
  padding-top: 230px;
}
@media (max-width: 767px) {
  .sub-page .s-mv__in {
    padding-top: 100px;
  }
}
.sub-page .s-mv__ttl {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sub-page .s-mv__ttl {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.sub-page .s-mv__txt {
  font-size: 18px;
  color: #005AA0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sub-page .s-mv__txt {
    font-size: 14px;
  }
}

.bread ul {
  display: flex;
  gap: 10px 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.bread ul li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .bread ul li {
    font-size: 14px;
  }
}
.bread ul li a {
  color: #000;
}
.bread ul li:not(:last-child) {
  position: relative;
}
.bread ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  background: url(../images/icon_bread-arrow.webp) no-repeat center center/contain;
}
.bread ul li:last-child {
  pointer-events: none;
  color: #2EA2FC;
}
.bread ul li:last-child a {
  color: #2EA2FC;
}

.page-navi {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .page-navi {
    font-size: 14px;
  }
}
.page-navi ul {
  display: inline-flex;
  gap: 20px;
}
.page-navi ul li {
  display: inline-block;
  color: #707070;
  letter-spacing: 0.03em;
}
.page-navi a {
  color: #000;
  padding-inline: 25px;
}
@media (max-width: 767px) {
  .page-navi a {
    padding-inline: 10px;
  }
}
.page-navi a:link {
  color: #000;
}
.page-navi a:hover {
  color: #2EA2FC;
}
.page-navi span {
  padding-inline: 25px;
  color: #2EA2FC;
}
@media (max-width: 767px) {
  .page-navi span {
    padding-inline: 10px;
  }
}

#p-home .s-mv {
  position: relative;
  padding-bottom: 137px;
}
@media (max-width: 767px) {
  #p-home .s-mv {
    margin-top: 135px;
  }
}
#p-home .s-mv__content {
  position: relative;
  z-index: 5;
  max-width: 1120px;
  margin: 0 auto 0;
  padding: 0 20px;
  padding-top: 257px;
}
@media (max-width: 767px) {
  #p-home .s-mv__content {
    padding-top: 0;
    padding: 0 15px;
  }
}
#p-home .s-mv__ttl {
  position: relative;
  z-index: 5;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  #p-home .s-mv__ttl {
    font-size: 30px;
    paint-order: stroke;
    -webkit-text-stroke: 2px #fff;
  }
}
#p-home .s-mv__txt {
  position: relative;
  z-index: 5;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  #p-home .s-mv__txt {
    paint-order: stroke;
    -webkit-text-stroke: 2px #fff;
  }
}
#p-home .s-mv__mask {
  position: absolute;
  z-index: 4;
  top: -109px;
  left: calc(50% - 327px);
  width: 886px;
  height: 886px;
  overflow: hidden;
  animation-delay: 1.5s;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 767px) {
  #p-home .s-mv__mask {
    width: 500px;
    height: 500px;
    top: -100px;
    right: 50%;
    transform: translateX(calc(50% - 70px));
  }
}
#p-home .s-mv__mask .mask-image {
  position: absolute;
  inset: 0;
  background: inherit;
  transform-origin: center center;
  animation-delay: 1.5s;
  width: 100%;
  height: 100%;
}
#p-home .s-mv__list {
  -webkit-mask-image: url("../images/bg_mask01.webp");
          mask-image: url("../images/bg_mask01.webp");
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  will-change: mask-image;
}
#p-home .s-mv__list > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#p-home .s-mv__list > li img {
  will-change: scale;
}
#p-home .s-mv__list > li.fade-in {
  animation: mv01-fadeIn 6s ease-in-out forwards;
}
#p-home .s-mv__list > li.is-prev {
  animation: mv02-fadeIn 2s ease-in-out forwards;
}
#p-home .s-mv__afterMv {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 100%;
  max-width: 1754px;
  min-width: 1600px;
  height: 100%;
  z-index: -1;
  opacity: 0;
  animation-delay: 3s, 4s;
}
#p-home .s-mv .maskImageItem {
  opacity: 0;
}
#p-home .s-mv .mask-image01 {
  width: 97%;
  scale: 1;
  animation: scale 2s ease-in-out forwards;
  animation-delay: 4s;
  opacity: 1;
}
#p-home .s-mv .mask-image02 {
  opacity: 0;
}
#p-home .s-mv .slide-top {
  display: inline-block;
  overflow: hidden;
}
#p-home .s-mv .slide-top > span {
  opacity: 0;
  transform: translateY(100%);
  animation: up 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  display: inline-block;
  animation-delay: 1.5s;
}
#p-home .s-mv .d02 > span {
  animation-delay: 1.9s;
}
#p-home .s-mv .d04 > span {
  animation-delay: 2.1s;
}
#p-home .s-mv .d06 > span {
  animation-delay: 2.3s;
}
#p-home .s-value {
  padding-top: 16.0412371%;
  background: url("../images/bg_value01.webp") no-repeat center top/cover;
  background-size: 100% auto;
}
#p-home .s-value__in {
  background-color: #E4E6E8;
  padding-top: 40px;
}
#p-home .s-value__content {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  padding-bottom: 60px;
}
#p-home .s-value__ttl {
  position: relative;
  z-index: 2;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #p-home .s-value__ttl {
    font-size: 20px;
  }
}
#p-home .s-value__ttl-en {
  position: relative;
  z-index: 2;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 75px;
  line-height: 1;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #p-home .s-value__ttl-en {
    font-size: 50px;
  }
}
#p-home .s-value__txt {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
#p-home .s-value__btn {
  margin-top: 35px;
}
#p-home .s-value__btn .c-btn p {
  background-color: #0B3190;
  color: #fff;
}
#p-home .s-value__btn .c-btn.arrow::after {
  background-color: #fff;
}
#p-home .s-value__btn .c-btn:hover p {
  background-color: #FFFF00;
  color: #0B3190;
}
#p-home .s-value__btn .c-btn:hover.arrow::after {
  background-color: #0B3190;
}
#p-home .s-value__btm {
  margin-top: -220px;
}
@media (max-width: 767px) {
  #p-home .s-value__btm {
    margin-top: 0px;
  }
}
#p-home .s-value__btm img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  background-color: #E4E6E8;
}
#p-home .s-value .s-value__icon01 {
  position: absolute;
  top: -110px;
  right: calc(50% + 265px);
  opacity: 0;
  width: 331px;
  fill: #005AA0;
  rotate: -90deg;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  #p-home .s-value .s-value__icon01 {
    width: 130px;
    right: auto;
    left: -20px;
    top: 50px;
  }
}
#p-home .s-value .s-value__icon01.visible {
  opacity: 1;
  animation: poyopoyo 1s cubic-bezier(0.33, 1, 0.68, 1) forwards, updown02 4s ease-in-out infinite;
  animation-delay: 0s, 1s;
}
#p-home .s-value .s-value__icon02 {
  position: absolute;
  top: -180px;
  left: calc(50% + 233px);
  width: 385px;
  fill: #FFFF00;
  opacity: 0;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#p-home .s-value .s-value__icon02.visible {
  animation: poyopoyo 1s cubic-bezier(0.33, 1, 0.68, 1) forwards, updown 4s ease-in-out infinite;
  opacity: 1;
}
@media (max-width: 767px) {
  #p-home .s-value .s-value__icon02 {
    width: 130px;
    right: -30px;
    top: -140px;
    left: auto;
  }
}
#p-home .s-service {
  padding-top: 110px;
  background-color: #005AA0;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  #p-home .s-service {
    padding-top: 80px;
    padding-bottom: 150px;
    margin-top: -1px;
  }
}
#p-home .s-service__in {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 10px;
}
#p-home .s-service__hd {
  text-align: center;
  margin-bottom: 34px;
  color: #fff;
}
#p-home .s-service__ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #p-home .s-service__ttl {
    font-size: 20px;
  }
}
#p-home .s-service__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #p-home .s-service__ttl-en {
    font-size: 50px;
  }
}
#p-home .s-service__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
#p-home .s-service__colum ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  #p-home .s-service__colum ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#p-home .s-service__colum ul li {
  max-width: 276px;
  opacity: 0;
}
#p-home .s-service__colum ul li p {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
#p-home .s-service__colum ul li p .is-yellow {
  color: #FFFF00;
  font-size: 15px;
  font-family: "roboto", sans-serif;
}
#p-home .s-service__colum ul li figure {
  position: relative;
}
#p-home .s-service__colum ul li figure > img {
  position: relative;
  transition: all 0.3s ease-in-out;
}
#p-home .s-service__colum ul li figure:hover::before {
  opacity: 1;
}
#p-home .s-service__colum ul li.visible {
  animation: up02 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#p-home .s-service__colum ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#p-home .s-service__colum ul li:nth-child(3) {
  animation-delay: 0.2s;
}
#p-home .s-service__colum ul li:nth-child(4) {
  animation-delay: 0.3s;
}
#p-home .s-service__btn {
  text-align: center;
}
#p-home .s-product {
  margin-top: -11.1979167%;
}
#p-home .s-product__bg {
  background-image: url("../images/bg_product01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 12.1979167%;
  width: 100%;
}
#p-home .s-product__in {
  position: relative;
  background-color: #EDF5FD;
  padding-top: 60px;
  padding-bottom: 195px;
}
@media (max-width: 767px) {
  #p-home .s-product__in {
    padding-bottom: 70px;
    padding-bottom: 150px;
  }
}
#p-home .s-product__hd {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
#p-home .s-product__ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #p-home .s-product__ttl {
    font-size: 20px;
  }
}
#p-home .s-product__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #p-home .s-product__ttl-en {
    font-size: 50px;
  }
}
#p-home .s-product__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
#p-home .s-product__btn {
  position: relative;
  text-align: center;
  margin-top: 22px;
  z-index: 2;
}
#p-home .s-product__btn .c-btn p {
  background-color: #0B3190;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#p-home .s-product__btn .c-btn p:hover {
  background-color: #FFFF00;
  color: #005AA0;
}
#p-home .s-product__btn .c-btn.arrow::after {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
#p-home .s-product__btn .c-btn.arrow:hover::after {
  background-color: #0B3190;
}
#p-home .s-product .swiper {
  margin-top: 65px;
  padding-bottom: 30px;
}
#p-home .s-product .swiper-wrapper {
  transition-timing-function: linear;
}
#p-home .s-product .swiper-slide {
  width: 300px;
}
#p-home .s-product .swiper-slide img {
  aspect-ratio: 300/208;
  height: auto;
  width: 100%;
}
#p-home .s-product__bgIcon {
  position: absolute;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#p-home .s-product__bgIcon01 {
  top: -160px;
  right: 0;
  max-width: 385px;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media (max-width: 767px) {
  #p-home .s-product__bgIcon01 {
    width: 60%;
  }
}
#p-home .s-product__bgIcon01.visible {
  animation: slideInLeft 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#p-home .s-product__bgIcon02 {
  top: 285px;
  left: -50px;
  max-width: 379px;
  width: 100%;
  height: auto;
  opacity: 0;
}
#p-home .s-product__bgIcon02.visible {
  animation: slideInLeft 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media (max-width: 767px) {
  #p-home .s-product__bgIcon02 {
    top: 480px;
    width: 60%;
  }
}
#p-home .s-product__bgIcon03 {
  bottom: 60px;
  right: 50%;
  transform: translateX(50%);
  max-width: 465px;
  width: 100%;
  height: auto;
  opacity: 0;
}
#p-home .s-product__bgIcon03.visible {
  animation: slideInLeft50 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media (max-width: 767px) {
  #p-home .s-product__bgIcon03 {
    right: 0;
    width: 60%;
    transform: translateX(0);
  }
}
#p-home .s-magazine {
  margin-top: -5.72916667%;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
#p-home .s-magazine__bg {
  background-image: url("../images/bg_company01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 5.72916667%;
  width: 100%;
}
#p-home .s-magazine__in {
  background-color: #fff;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 15px;
}
#p-home .s-magazine__hd {
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #p-home .s-magazine__hd {
    padding: 0;
  }
}
#p-home .s-magazine__ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #p-home .s-magazine__ttl {
    font-size: 20px;
  }
}
#p-home .s-magazine__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 75px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #p-home .s-magazine__ttl-en {
    font-size: 50px;
  }
}
#p-home .s-magazine__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
}
#p-home .s-magazine__bd ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 37px;
}
@media (max-width: 767px) {
  #p-home .s-magazine__bd ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#p-home .s-magazine__bd ul li {
  opacity: 0;
}
#p-home .s-magazine__bd ul li a {
  color: #000;
}
#p-home .s-magazine__bd ul li:hover .s-magazine__single-btn::after {
  width: 0%;
}
#p-home .s-magazine__bd ul li figure img {
  aspect-ratio: 301/159;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#p-home .s-magazine__bd ul li.visible {
  animation: up02 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#p-home .s-magazine__bd ul li:nth-child(1) {
  animation-delay: 0.1s;
}
#p-home .s-magazine__bd ul li:nth-child(2) {
  animation-delay: 0.2s;
}
#p-home .s-magazine__bd ul li:nth-child(3) {
  animation-delay: 0.3s;
}
#p-home .s-magazine__bd ul li:nth-child(4) {
  animation-delay: 0.4s;
}
#p-home .s-magazine__bd ul li:nth-child(5) {
  animation-delay: 0.5s;
}
#p-home .s-magazine__bd ul li:nth-child(6) {
  animation-delay: 0.6s;
}
#p-home .s-magazine__single-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
#p-home .s-magazine__single-tag {
  font-size: 12px;
  color: #fff;
  background-color: #0974F0;
  padding: 2px 4px;
  letter-spacing: 0em;
}
#p-home .s-magazine__single-date {
  font-size: 13px;
  color: #696969;
}
#p-home .s-magazine__single-ttl {
  font-size: 15px;
  line-height: 1.67;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 12px;
}
#p-home .s-magazine__single-txt {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.67;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#p-home .s-magazine__single-btn {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
#p-home .s-magazine__single-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -4px;
  left: 0;
  transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#p-home .s-magazine__btn {
  text-align: center;
  margin-top: 85px;
}
#p-home .s-magazine__btn .c-btn p {
  background-color: #0B3190;
  color: #fff;
}
#p-home .s-magazine__btn .c-btn.arrow::after {
  background-color: #fff;
}
#p-home .s-magazine__btn .c-btn:hover p {
  background-color: #FFFF00;
  color: #0B3190;
}
#p-home .s-magazine__btn .c-btn:hover.arrow::after {
  background-color: #0B3190;
}
#p-home .s-overview {
  background-color: #EDF5FD;
}
#p-home .s-overview__in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 120px;
}
#p-home .s-overview__hd {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
}
#p-home .s-overview__ttl {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 500;
}
#p-home .s-overview__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
#p-home .s-overview__txt {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 500;
  line-height: 2;
}
#p-home .s-overview table {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
#p-home .s-overview table th,
#p-home .s-overview table td {
  border-bottom: 2px solid #2EA2FC;
  padding: 20px;
  text-align: center;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767px) {
  #p-home .s-overview table th,
  #p-home .s-overview table td {
    font-size: 15px;
    padding: 15px;
  }
}
#p-home .s-overview table th {
  font-weight: bold;
  color: #005AA0;
  width: 30%;
}
@media (max-width: 767px) {
  #p-home .s-overview table th {
    width: 34%;
  }
}
#p-home .s-news {
  background-color: #E4E6E8;
}
#p-home .s-news__in {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 80px;
}
#p-home .s-news__hd {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 45px;
}
#p-home .s-news__ttl {
  font-size: 24px;
  font-weight: 500;
}
#p-home .s-news__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
#p-home .s-news__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding-block: 20px;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  #p-home .s-news__item {
    flex-wrap: wrap;
    gap: 5px;
  }
}
#p-home .s-news__item:hover .s-news__content {
  color: #005AA0;
}
#p-home .s-news__date {
  width: 100px;
  margin-right: 30px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #p-home .s-news__date {
    padding-left: 0;
    margin-right: 0;
  }
}
#p-home .s-news__tag {
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 2px 10px;
  margin-right: 20px;
  letter-spacing: 0.05em;
  background-color: #d32b2b;
}
@media (max-width: 767px) {
  #p-home .s-news__tag {
    font-size: 14px;
  }
}
#p-home .s-news__tag.news {
  background-color: #FF6A00;
}
#p-home .s-news__tag.product {
  background-color: #2EA2FC;
}
#p-home .s-news__content {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  letter-spacing: 0.03em;
}
#p-home .s-news__txt {
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  #p-home .s-news__txt {
    font-size: 15px;
  }
}
#p-home .s-news__txt:hover > p {
  color: #005AA0;
}
@media (max-width: 767px) {
  #p-home .s-news__txt {
    margin-top: 10px;
    width: 100%;
  }
}
#p-home .s-news__txt > p {
  color: #000;
}
#p-home .s-news__btn {
  text-align: center;
  margin-top: 35px;
}
#p-home .s-news__btn a {
  position: relative;
  color: #000;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  display: inline-block;
  padding-block: 8px;
}
#p-home .s-news__btn a:hover {
  color: #005AA0;
}
#p-home .s-news__btn a > figure {
  max-width: 192px;
  margin-top: -8px;
}

#p-value .s-mv {
  background: url("../images/value/pic_mv-value.webp") no-repeat center center/cover;
}
#p-value .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-value .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#p-value .s-intro__txtBox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  #p-value .s-intro__txtBox {
    width: 100%;
  }
}
#p-value .s-intro__txtBox h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #005AA0;
}
@media (max-width: 767px) {
  #p-value .s-intro__txtBox h2 {
    font-size: 25px;
  }
}
#p-value .s-intro__txtBox p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 767px) {
  #p-value .s-intro__txtBox p {
    font-size: 14px;
  }
}
#p-value .s-intro__bg {
  position: absolute;
  bottom: 0;
  left: calc(100% - 60px);
  width: 100%;
  max-width: 592px;
}
@media (max-width: 767px) {
  #p-value .s-intro__bg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    z-index: -1;
  }
}
#p-value .s-wry {
  padding-inline: 20px;
  background: url(../images/value/bg_value-worries01.webp) no-repeat center top/cover;
}
#p-value .s-wry__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-block: 80px;
}
#p-value .s-wry__hd {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
#p-value .s-wry__hd p {
  font-size: 23px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #p-value .s-wry__hd p {
    font-size: 20px;
  }
}
#p-value .s-wry__hd h2 {
  font-size: 35px;
  border-top: 2px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #p-value .s-wry__hd h2 {
    font-size: 25px;
  }
}
#p-value .s-wry__bd {
  background: #fff;
  padding: 45px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(8px 8px 16px rgba(0, 0, 0, 0.5));
}
@media (max-width: 767px) {
  #p-value .s-wry__bd {
    flex-direction: column;
  }
}
#p-value .s-wry__bd ul {
  width: calc(50% - 9px);
}
@media (max-width: 767px) {
  #p-value .s-wry__bd ul {
    width: 100%;
  }
}
#p-value .s-wry__bd li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.04em;
  color: #000;
  margin-bottom: 19px;
  padding-left: 35px;
}
@media (max-width: 767px) {
  #p-value .s-wry__bd li {
    font-size: 14px;
    padding-left: 33px;
  }
}
#p-value .s-wry__bd li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 29px;
  background: url(../images/value/icon_check01.webp) no-repeat center/contain;
}
@media (max-width: 767px) {
  #p-value .s-wry__bd li::before {
    width: 25px;
    height: 25px;
  }
}
#p-value .s-wry__bd li .is-orange {
  color: #FF6A00;
  font-weight: bold;
}
#p-value .s-solution {
  overflow: hidden;
  position: relative;
  padding-inline: 20px;
  padding-block: 100px;
  text-align: center;
  background-color: #005AA0;
}
#p-value .s-solution::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 50px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #FFFF00;
}
#p-value .s-solution h2 {
  color: #FF6A00;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  #p-value .s-solution h2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
#p-value .s-solution h3 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.57;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #p-value .s-solution h3 {
    font-size: 25px;
  }
}
#p-value .s-solution p {
  font-size: 15px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  #p-value .s-solution p {
    font-size: 14px;
  }
}
#p-value .s-flow {
  padding-inline: 20px;
  padding-block: 100px;
  text-align: center;
}
#p-value .s-flow__hd {
  margin-bottom: 75px;
}
#p-value .s-flow__ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #p-value .s-flow__ttl {
    font-size: 20px;
  }
}
#p-value .s-flow__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 75px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #p-value .s-flow__ttl-en {
    font-size: 50px;
  }
}
#p-value .s-flow__bd {
  max-width: 950px;
  margin: 0 auto 70px;
}
#p-value .s-flow__colum {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px clamp(16px, 4vw, 32px);
}
@media (max-width: 767px) {
  #p-value .s-flow__colum {
    grid-template-columns: repeat(1, 1fr);
    gap: 65px clamp(16px, 4vw, 32px);
  }
}
#p-value .s-flow__colum.visible .s-flow__item {
  animation: up02 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#p-value .s-flow__colum.visible .s-flow__item:nth-child(2) {
  animation-delay: 0.2s;
}
#p-value .s-flow__colum.visible .s-flow__item:nth-child(3) {
  animation-delay: 0.4s;
}
#p-value .s-flow__colum.visible .s-flow__item:nth-child(4) {
  animation-delay: 0.6s;
}
#p-value .s-flow__colum.visible .s-flow__item:nth-child(5) {
  animation-delay: 0.8s;
}
#p-value .s-flow__colum.visible .s-flow__item:nth-child(6) {
  animation-delay: 1s;
}
#p-value .s-flow__colum.visible .s-flow__item:nth-child(7) {
  animation-delay: 1.2s;
}
#p-value .s-flow__colum.visible .s-flow__item:nth-child(8) {
  animation-delay: 1.4s;
}
#p-value .s-flow__item {
  position: relative;
  padding: 35px 10px 15px;
  border: 1px solid #005AA0;
  border-radius: 10px;
  max-width: 192px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
#p-value .s-flow__item-num {
  position: absolute;
  font-family: "roboto", sans-serif;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: #005AA0;
  border-radius: 50%;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  line-height: 47px;
}
@media (max-width: 767px) {
  #p-value .s-flow__item-num {
    font-size: 20px;
  }
}
#p-value .s-flow__item-ttl {
  font-size: 14px;
  font-weight: bold;
  color: #005AA0;
  letter-spacing: 0.04em;
  margin-bottom: 13px;
}
#p-value .s-flow__item-icon {
  max-width: 125px;
  margin-inline: auto;
  margin-bottom: 10px;
}
#p-value .s-flow__item-txt {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0em;
  line-height: 1.5;
}
#p-value .s-flow__item:not(:nth-child(4n))::after {
  position: absolute;
  content: "";
  top: 50%;
  right: clamp(-50px, -4.3vw, -34px);
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: url(../images/value/icon_arrow-flow.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  #p-value .s-flow__item:not(:nth-child(4n))::after {
    position: absolute;
    content: "";
    bottom: -50px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 25px;
    transform-origin: center top;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  #p-value .s-flow__item:nth-child(4)::after {
    position: absolute;
    content: "";
    bottom: -50px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 25px;
    transform-origin: center top;
    transform: rotate(90deg);
    background: url(../images/value/icon_arrow-flow.webp) no-repeat center/cover;
  }
}
#p-value .s-flow__btm .c-btn p {
  background: #005AA0;
  color: #fff;
}
#p-value .s-flow__btm .c-btn p:hover {
  background-color: #FFFF00;
  color: #005AA0;
}
#p-value .s-flow__btm .c-btn::after {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
#p-value .s-flow__btm .c-btn:hover::after {
  background-color: #005AA0;
}

#p-service .s-mv {
  background: url("../images/service/pic_mv-service.webp") no-repeat center center/cover;
}
#p-service .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-service .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#p-service .s-intro__txtBox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  #p-service .s-intro__txtBox {
    width: 100%;
  }
}
#p-service .s-intro__txtBox h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #005AA0;
}
@media (max-width: 767px) {
  #p-service .s-intro__txtBox h2 {
    font-size: 25px;
  }
}
#p-service .s-intro__txtBox p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 767px) {
  #p-service .s-intro__txtBox p {
    font-size: 14px;
  }
}
#p-service .s-intro__bg {
  position: absolute;
  bottom: 0;
  left: calc(100% - 60px);
  width: 100%;
  max-width: 590px;
}
@media (max-width: 767px) {
  #p-service .s-intro__bg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    z-index: -1;
  }
}
#p-service .s-service {
  padding-inline: 20px;
  padding-block: 100px;
  background: #005AA0;
}
#p-service .s-service__in {
  max-width: 950px;
  margin: 0 auto;
}
#p-service .s-service__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #p-service .s-service__item {
    flex-direction: column;
  }
}
#p-service .s-service__item.is-row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #p-service .s-service__item.is-row-reverse {
    flex-direction: column;
  }
}
#p-service .s-service__item-txtBox {
  width: 39%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #p-service .s-service__item-txtBox {
    width: 100%;
  }
}
#p-service .s-service__item-num {
  position: relative;
  font-size: 24px;
  font-family: "roboto", sans-serif;
  letter-spacing: 0.04em;
  color: #FFFF00;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
}
@media (max-width: 767px) {
  #p-service .s-service__item-num {
    font-size: 19px;
  }
}
#p-service .s-service__item-num::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 65px;
  height: 2px;
  background: #FFFF00;
  border-radius: 50%;
}
#p-service .s-service__item h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 6px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  #p-service .s-service__item h3 {
    font-size: 21px;
  }
}
#p-service .s-service__item-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
}
#p-service .s-service__item figure {
  width: calc(61% - 45px);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #p-service .s-service__item figure {
    width: 100%;
    margin-top: 25px;
  }
}
#p-service .s-product {
  margin-top: -11.1979167%;
}
#p-service .s-product__bg {
  background-image: url("../images/bg_product01.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 12.1979167%;
  width: 100%;
}
#p-service .s-product__in {
  position: relative;
  background-color: #EDF5FD;
  padding-top: 60px;
  padding-bottom: 195px;
}
@media (max-width: 767px) {
  #p-service .s-product__in {
    padding-bottom: 70px;
    padding-bottom: 150px;
  }
}
#p-service .s-product__hd {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
#p-service .s-product__ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #p-service .s-product__ttl {
    font-size: 20px;
  }
}
#p-service .s-product__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #p-service .s-product__ttl-en {
    font-size: 50px;
  }
}
#p-service .s-product__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
#p-service .s-product__btn {
  position: relative;
  text-align: center;
  margin-top: 22px;
  z-index: 2;
}
#p-service .s-product__btn .c-btn p {
  background-color: #0B3190;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#p-service .s-product__btn .c-btn p:hover {
  background-color: #FFFF00;
  color: #005AA0;
}
#p-service .s-product__btn .c-btn.arrow::after {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
#p-service .s-product__btn .c-btn.arrow:hover::after {
  background-color: #0B3190;
}
#p-service .s-product .swiper {
  margin-top: 65px;
  padding-bottom: 30px;
}
#p-service .s-product .swiper-wrapper {
  transition-timing-function: linear;
}
#p-service .s-product .swiper-slide {
  width: 300px;
}
#p-service .s-product .swiper-slide img {
  aspect-ratio: 300/208;
  height: auto;
  width: 100%;
}
#p-service .s-product__bgIcon {
  position: absolute;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
#p-service .s-product__bgIcon01 {
  top: -160px;
  right: 0;
  max-width: 385px;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media (max-width: 767px) {
  #p-service .s-product__bgIcon01 {
    width: 60%;
  }
}
#p-service .s-product__bgIcon01.visible {
  animation: slideInLeft 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#p-service .s-product__bgIcon02 {
  top: 285px;
  left: -50px;
  max-width: 379px;
  width: 100%;
  height: auto;
  opacity: 0;
}
#p-service .s-product__bgIcon02.visible {
  animation: slideInLeft 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media (max-width: 767px) {
  #p-service .s-product__bgIcon02 {
    top: 480px;
    width: 60%;
  }
}
#p-service .s-product__bgIcon03 {
  bottom: 60px;
  right: 50%;
  transform: translateX(50%);
  max-width: 465px;
  width: 100%;
  height: auto;
  opacity: 0;
}
#p-service .s-product__bgIcon03.visible {
  animation: slideInLeft50 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media (max-width: 767px) {
  #p-service .s-product__bgIcon03 {
    right: 0;
    width: 60%;
    transform: translateX(0);
  }
}
#p-service .s-service__item {
  opacity: 0;
}
#p-service .s-service__item.visible {
  animation: up02 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#p-product .s-mv {
  background: url("../images/product/pic_mv-product.webp") no-repeat center center/cover;
}
#p-product .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-product .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#p-product .s-intro__txtBox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  #p-product .s-intro__txtBox {
    width: 100%;
  }
}
#p-product .s-intro__txtBox h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #005AA0;
}
@media (max-width: 767px) {
  #p-product .s-intro__txtBox h2 {
    font-size: 25px;
  }
}
#p-product .s-intro__txtBox p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 767px) {
  #p-product .s-intro__txtBox p {
    font-size: 14px;
  }
}
#p-product .s-intro__bg {
  position: absolute;
  bottom: 0;
  left: calc(100% + 20px);
  width: 100%;
  max-width: 532px;
}
@media (max-width: 767px) {
  #p-product .s-intro__bg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    z-index: -1;
  }
}
#p-product .s-tag {
  background: #005AA0;
  padding-inline: 20px;
  padding-block: 58px;
  text-align: center;
}
#p-product .s-tag h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #p-product .s-tag h2 {
    font-size: 25px;
  }
}
#p-product .s-tag__row {
  display: flex;
  justify-content: space-evenly;
  max-width: 1080px;
  gap: 20px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#p-product .s-tag__row button {
  background: #fff;
  border-radius: 50px;
  padding: 13px 50px;
  height: 100%;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.45;
  color: #005AA0;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 767px) {
  #p-product .s-tag__row button {
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
  }
}
#p-product .s-tag__row button:hover {
  background: #FFFF00;
}
#p-product .s-tag__row button.btn-active {
  background: #FFFF00;
}
@media (max-width: 767px) {
  #p-product .s-tag__btn {
    width: 45%;
    max-width: 190px;
  }
}
#p-product .s-goods {
  padding: 90px 20px 100px;
  background: #EDF5FD;
}
#p-product .s-goods__in {
  max-width: 1080px;
  margin: 0 auto;
}
#p-product .s-goods__in > p {
  padding-block: 40px 80px;
  text-align: center;
}
#p-product .s-goods__column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 20px;
  padding-bottom: 90px;
  margin-bottom: 50px;
  border-bottom: 1px solid #B7B8BA;
}
@media (max-width: 767px) {
  #p-product .s-goods__column {
    grid-template-columns: repeat(2, 1fr);
  }
}
#p-product .s-goods__item {
  position: relative;
  max-width: 245px;
  margin-inline: auto;
}
#p-product .s-goods__item figcaption {
  font-size: 14px;
  font-weight: bold;
  color: #696969;
  padding-top: 10px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #p-product .s-goods__item figcaption {
    font-size: 12px;
  }
}
#p-product .s-goods__item figure > img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#p-product .s-goods__item-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #005AA0;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
#p-product .fadeIn {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
#p-product .fadeOut {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

#p-product-single .s-mv {
  background: url("../images/product/pic_mv-product.webp") no-repeat center center/cover;
}
#p-product-single .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-product-single .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#p-product-single .s-content {
  padding: 0 20px 100px;
}
#p-product-single .s-content__in {
  max-width: 1080px;
  margin: 0 auto;
}
#p-product-single .s-content__hd {
  padding-bottom: 24px;
  margin-bottom: 45px;
  border-bottom: 1px solid #BABABA;
}
@media (max-width: 767px) {
  #p-product-single .s-content__hd {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
#p-product-single .s-content__tags {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #p-product-single .s-content__tags {
    flex-wrap: wrap;
  }
}
#p-product-single .s-content__tag {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 3px 20px;
  background: #2EA2FC;
}
@media (max-width: 767px) {
  #p-product-single .s-content__tag {
    font-size: 14px;
  }
}
#p-product-single .s-content__date {
  font-size: 20px;
  color: #AEAEAE;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 3px 20px;
}
@media (max-width: 767px) {
  #p-product-single .s-content__date {
    font-size: 16px;
    padding-left: 0;
  }
}
#p-product-single .s-content h1 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #p-product-single .s-content h1 {
    font-size: 22px;
  }
}
#p-product-single .s-content__bd {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #p-product-single .s-content__bd {
    flex-direction: column;
  }
}
#p-product-single .s-content__img {
  width: 55%;
}
#p-product-single .s-content__img .swiper-slide {
  cursor: pointer;
}
#p-product-single .s-content__img .swiper-slide.thum {
  border: 1px solid #707070;
}
#p-product-single .s-content__img .swiper-slide.thum img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #p-product-single .s-content__img {
    width: 100%;
  }
}
#p-product-single .s-content .swiper-wrapper {
  height: 101% !important;
}
#p-product-single .s-content .swiper-wrapper.group {
  margin-top: 25px;
  gap: 2.125%;
}
#p-product-single .s-content .slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 18.3% !important;
  border: 1px solid #707070;
}
#p-product-single .s-content .slider-thumbnail .swiper-slide img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#p-product-single .s-content .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#p-product-single .s-content .swiper-button-next, #p-product-single .s-content .swiper-button-prev {
  top: calc(50% + 30px);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 767px) {
  #p-product-single .s-content .swiper-button-next, #p-product-single .s-content .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
#p-product-single .s-content .swiper-button-next:hover, #p-product-single .s-content .swiper-button-prev:hover {
  opacity: 0.5;
}
#p-product-single .s-content .swiper-button-prev::after, #p-product-single .s-content .swiper-button-next::after {
  content: "";
}
#p-product-single .s-content .swiper-button-next {
  right: 0;
  background-image: url(../images/product/icon_next.webp);
}
#p-product-single .s-content .swiper-button-prev {
  left: 8px;
  background-image: url(../images/product/icon_prev.webp);
}
@media (max-width: 767px) {
  #p-product-single .s-content .swiper-button-prev {
    left: 5px;
  }
}
#p-product-single .s-content__info {
  width: 39%;
  color: #000;
}
@media (max-width: 767px) {
  #p-product-single .s-content__info {
    width: 100%;
    margin-top: 40px;
  }
}
#p-product-single .s-content__info-ttl {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #p-product-single .s-content__info-ttl {
    font-size: 16px;
  }
}
#p-product-single .s-content__info-txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #p-product-single .s-content__info-txt {
    font-size: 14px;
  }
}
#p-product-single .s-content__info table {
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
  line-height: 1.5;
  width: 100%;
}
#p-product-single .s-content__info table tr {
  border-bottom: 1px solid #BABABA;
}
#p-product-single .s-content__info table th {
  width: 38%;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 20px;
}
#p-product-single .s-content__info table td {
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 20px;
}
#p-product-single .s-content__info-btn {
  width: 100%;
  margin-top: 50px;
}
#p-product-single .s-content__info-btn a {
  position: relative;
  width: 100%;
  display: block;
  background-color: #0B3190;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 13px 0;
  text-align: center;
  border-radius: 15px;
}
@media (max-width: 767px) {
  #p-product-single .s-content__info-btn a {
    font-size: 16px;
  }
}
#p-product-single .s-content__info-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background-image: url(../images/product/icon_mali.webp);
  background-size: 100% 100%;
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

#p-company .s-mv {
  background: url("../images/company/pic_mv-company.webp") no-repeat center center/cover;
}
#p-company .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-company .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#p-company .s-intro__txtBox {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  #p-company .s-intro__txtBox {
    width: 100%;
  }
}
#p-company .s-intro__txtBox h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #005AA0;
}
@media (max-width: 767px) {
  #p-company .s-intro__txtBox h2 {
    font-size: 25px;
  }
}
#p-company .s-intro__txtBox p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #000;
}
@media (max-width: 767px) {
  #p-company .s-intro__txtBox p {
    font-size: 14px;
  }
}
#p-company .s-intro__bg {
  position: absolute;
  bottom: 0;
  left: calc(100% + 20px);
  width: 100%;
  max-width: 668px;
}
#p-company .s-intro__bg img {
  width: 100%;
}
@media (max-width: 767px) {
  #p-company .s-intro__bg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    z-index: -1;
  }
}
#p-company .s-overview {
  background-color: #EDF5FD;
}
#p-company .s-overview__in {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 120px;
}
#p-company .s-overview__hd {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
}
#p-company .s-overview__ttl {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #p-company .s-overview__ttl {
    font-size: 20px;
  }
}
#p-company .s-overview__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 40px;
}
#p-company .s-overview__txt {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 500;
  line-height: 2.3;
}
#p-company .s-overview table {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
#p-company .s-overview table th,
#p-company .s-overview table td {
  border-bottom: 2px solid #2EA2FC;
  padding: 20px;
  text-align: center;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  #p-company .s-overview table th,
  #p-company .s-overview table td {
    font-size: 15px;
    padding: 15px;
  }
}
#p-company .s-overview table th {
  font-weight: bold;
  color: #005AA0;
  width: 27%;
  padding-left: 0;
}
@media (max-width: 767px) {
  #p-company .s-overview table th {
    width: 34%;
  }
}

#p-news .s-mv {
  background: url("../images/news/pic_mv-news.webp") no-repeat center center/cover;
}
#p-news .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-news .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
}
#p-news .s-news__in {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 80px;
}
#p-news .s-news__hd {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 45px;
}
#p-news .s-news__ttl {
  font-size: 24px;
  font-weight: 500;
}
#p-news .s-news__ttl-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}
#p-news .s-news__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding-block: 20px;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  #p-news .s-news__item {
    flex-wrap: wrap;
    gap: 5px;
  }
}
#p-news .s-news__item:hover .s-news__content {
  color: #005AA0;
}
#p-news .s-news__date {
  width: 100px;
  margin-right: 30px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #p-news .s-news__date {
    padding-left: 0;
    margin-right: 0;
  }
}
#p-news .s-news__tag {
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 2px 10px;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #p-news .s-news__tag {
    font-size: 14px;
  }
}
#p-news .s-news__tag.news {
  background-color: #FF6A00;
}
#p-news .s-news__tag.product {
  background-color: #2EA2FC;
}
#p-news .s-news__content {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  letter-spacing: 0.03em;
}
#p-news .s-news__txt {
  font-size: 16px;
  color: #000;
}
@media (max-width: 767px) {
  #p-news .s-news__txt {
    font-size: 15px;
  }
}
#p-news .s-news__txt:hover > p {
  color: #005AA0;
}
@media (max-width: 767px) {
  #p-news .s-news__txt {
    margin-top: 10px;
    width: 100%;
  }
}
#p-news .s-news__txt > p {
  color: #000;
}

#p-news-single .s-mv {
  background: url("../images/news/pic_mv-news.webp") no-repeat center center/cover;
}
#p-news-single .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-news-single .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#p-news-single .s-news__in {
  padding-inline: 20px;
  padding-bottom: 100px;
}
#p-news-single .s-news__content {
  max-width: 600px;
  margin: 0 auto;
}
#p-news-single .s-news__hd {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#p-news-single .s-news__date {
  width: 100px;
  margin-right: 30px;
  padding-left: 10px;
  color: #4D4D4D;
}
@media (max-width: 767px) {
  #p-news-single .s-news__date {
    padding-left: 0;
    margin-right: 0;
  }
}
#p-news-single .s-news__tag {
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 2px 10px;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #p-news-single .s-news__tag {
    font-size: 14px;
  }
}
#p-news-single .s-news__tag.news {
  background-color: #FF6A00;
}
#p-news-single .s-news__tag.product {
  background-color: #2EA2FC;
}
#p-news-single .s-news__ttl {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #858585;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #p-news-single .s-news__ttl {
    font-size: 20px;
  }
}
#p-news-single .s-news__txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #858585;
  margin-bottom: 70px;
}
#p-news-single .s-news__txt p {
  padding-bottom: 1em;
}

#p-magazine .s-mv {
  background: url("../images/magazine/pic_mv-magazine.webp") no-repeat center center/cover;
}
#p-magazine .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-magazine .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#p-magazine .s-intro__ttl {
  font-size: 27px;
  color: #005AA0;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #p-magazine .s-intro__ttl {
    font-size: 20px;
  }
}
#p-magazine .s-intro__txt {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  #p-magazine .s-intro__txt {
    font-size: 14px;
  }
}
#p-magazine .s-category {
  background-color: #005AA0;
  padding-block: 40px 60px;
  padding-inline: 20px;
  margin-bottom: 70px;
}
#p-magazine .s-category__in {
  position: relative;
}
#p-magazine .s-category h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #p-magazine .s-category h2 {
    font-size: 20px;
  }
}
#p-magazine .s-category__bd {
  position: relative;
  margin-inline: auto;
  padding-inline: 30px;
  max-width: 1080px;
}
#p-magazine .s-category__list {
  max-width: 1080px;
  margin: 0 auto;
  padding-inline: 1px;
}
#p-magazine .s-category__list .swiper-wrapper {
  align-items: center;
}
#p-magazine .s-category__list li {
  text-align: center;
}
#p-magazine .s-category__list li > a {
  font-size: 15px;
  color: #005AA0;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
  width: 100%;
  border-radius: 50px;
  display: inline-block;
}
#p-magazine .s-category__list li > a.btn-active {
  background-color: #FFFF00;
  color: #005AA0;
  border: 1px solid #005AA0;
}
@media (max-width: 767px) {
  #p-magazine .s-category__list li > a {
    font-size: 12px;
  }
}
#p-magazine .s-category .swiper-button-prev,
#p-magazine .s-category .swiper-button-next {
  height: 50px;
  width: 50px;
}
#p-magazine .s-category .swiper-button-prev {
  left: -20px;
}
#p-magazine .s-category .swiper-button-next {
  right: -20px;
}
#p-magazine .s-category .swiper-button-next::after, #p-magazine .s-category .swiper-button-prev::after {
  content: "";
  width: 20px;
  height: 33px;
}
#p-magazine .s-category .swiper-button-next::after {
  background: url(../images/magazine/icon_category-next.webp) no-repeat center center/100% 100%;
}
#p-magazine .s-category .swiper-button-prev::after {
  background: url(../images/magazine/icon_category-prev.webp) no-repeat center center/100% 100%;
}
#p-magazine .s-magazine {
  padding: 0 20px;
}
#p-magazine .s-magazine__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#p-magazine .s-magazine__bd {
  padding-bottom: 70px;
  margin-bottom: 50px;
  border-bottom: 1px solid #BABABA;
}
#p-magazine .s-magazine__bd ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 37px;
}
@media (max-width: 767px) {
  #p-magazine .s-magazine__bd ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#p-magazine .s-magazine__bd ul li {
  opacity: 0;
}
#p-magazine .s-magazine__bd ul li a {
  color: #000;
}
#p-magazine .s-magazine__bd ul li:hover .s-magazine__single-btn::after {
  width: 0%;
}
#p-magazine .s-magazine__bd ul li figure img {
  aspect-ratio: 301/159;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#p-magazine .s-magazine__bd ul li.visible {
  animation: up02 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#p-magazine .s-magazine__bd ul li:nth-child(1) {
  animation-delay: 0.1s;
}
#p-magazine .s-magazine__bd ul li:nth-child(2) {
  animation-delay: 0.2s;
}
#p-magazine .s-magazine__bd ul li:nth-child(3) {
  animation-delay: 0.3s;
}
#p-magazine .s-magazine__bd ul li:nth-child(4) {
  animation-delay: 0.1s;
}
#p-magazine .s-magazine__bd ul li:nth-child(5) {
  animation-delay: 0.2s;
}
#p-magazine .s-magazine__bd ul li:nth-child(6) {
  animation-delay: 0.3s;
}
#p-magazine .s-magazine__bd ul li:nth-child(7) {
  animation-delay: 0.1s;
}
#p-magazine .s-magazine__bd ul li:nth-child(8) {
  animation-delay: 0.2s;
}
#p-magazine .s-magazine__bd ul li:nth-child(9) {
  animation-delay: 0.3s;
}
#p-magazine .s-magazine__single-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
#p-magazine .s-magazine__single-date {
  font-size: 13px;
  color: #696969;
  letter-spacing: 0.03em;
}
#p-magazine .s-magazine__single-tag {
  font-size: 12px;
  color: #fff;
  background-color: #0974F0;
  padding: 2px 4px;
  letter-spacing: 0em;
}
#p-magazine .s-magazine__single-ttl {
  font-size: 15px;
  line-height: 1.67;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 12px;
}
#p-magazine .s-magazine__single-txt {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.67;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#p-magazine .s-magazine__single-btn {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
#p-magazine .s-magazine__single-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -4px;
  left: 0;
  transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#p-magazine .s-magazine .fadeIn {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
#p-magazine .s-magazine .fadeOut {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

#p-magazine-single .s-mv {
  background: url("../images/magazine/pic_mv-magazine.webp") no-repeat center center/cover;
}
#p-magazine-single .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-magazine-single .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#p-magazine-single .s-magazine {
  padding: 0 20px;
}
#p-magazine-single .s-magazine__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#p-magazine-single .s-magazine__single {
  padding-bottom: 90px;
  border-bottom: 1px solid #BABABA;
}
#p-magazine-single .s-magazine__single-thum {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single-thum {
    margin-bottom: 40px;
  }
}
#p-magazine-single .s-magazine__single-thum img {
  width: 100%;
}
#p-magazine-single .s-magazine__single-tag {
  font-size: 12px;
  color: #fff;
  background-color: #0974F0;
  padding: 2px 4px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single-tag {
    font-size: 10px;
    padding: 1px 3px;
  }
}
#p-magazine-single .s-magazine__single-ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single-ttl {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#p-magazine-single .s-magazine__single p {
  font-size: 15px;
  line-height: 1.8;
  margin-block: 20px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single p {
    font-size: 14px;
  }
}
#p-magazine-single .s-magazine__single h2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
  margin-block: 20px;
  padding-block: 11px;
  padding-left: 15px;
  border-left: 5px solid #005AA0;
  border-bottom: 1px solid #005AA0;
  margin-block: 60px 20px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single h2 {
    font-size: 16px;
    margin-block: 40px 20px;
    padding-left: 10px;
    padding-block: 8px;
  }
}
#p-magazine-single .s-magazine__single h3 {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8;
  margin-block: 60px 20px;
  padding-block: 11px;
  padding-left: 25px;
  color: #005AA0;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single h3 {
    font-size: 16px;
    margin-block: 40px 20px;
    padding-left: 20px;
    padding-block: 8px;
  }
}
#p-magazine-single .s-magazine__single h3::before {
  position: absolute;
  content: "●";
  border-radius: 50%;
  color: #005AA0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#p-magazine-single .s-magazine__single-row {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single-row {
    flex-direction: column;
    margin-top: 40px;
  }
}
#p-magazine-single .s-magazine__single-row img {
  width: 100%;
}
#p-magazine-single .s-magazine__single-row figure {
  width: 35%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single-row figure {
    width: 100%;
  }
}
#p-magazine-single .s-magazine__single-row h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single-row h4 {
    font-size: 14px;
  }
}
#p-magazine-single .s-magazine__single-row.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #p-magazine-single .s-magazine__single-row.reverse {
    flex-direction: column;
  }
}
#p-magazine-single .s-magazine .wp-block-list {
  background-color: #EDF5FD;
  border-radius: 15px;
  padding: 25px 30px;
}
#p-magazine-single .s-magazine .wp-block-list li {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
#p-magazine-single .s-magazine .wp-block-list li.toc-title {
  font-size: 16px;
  font-weight: bold;
}
#p-magazine-single .s-magazine .wp-block-list li.toc-h3 {
  padding-left: 1em;
}
#p-magazine-single .s-magazine .wp-block-list li a {
  color: #005AA0;
}
#p-magazine-single .s-recently {
  padding-bottom: 80px;
}
#p-magazine-single .s-recently figure img {
  width: 100%;
  aspect-ratio: 280/148;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
#p-magazine-single .s-recently h2 {
  font-size: 30px;
  color: #005AA0;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #p-magazine-single .s-recently h2 {
    font-size: 20px;
  }
}
#p-magazine-single .s-recently__list a {
  color: #000;
}
#p-magazine-single .s-recently__hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
#p-magazine-single .s-recently__date {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #696969;
}
#p-magazine-single .s-recently__tag {
  font-size: 12px;
  color: #fff;
  background-color: #0974F0;
  padding: 2px 4px;
  letter-spacing: 0em;
}
#p-magazine-single .s-recently__ttl {
  font-size: 15px;
  line-height: 1.67;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 12px;
}

#p-magazine-single .s-category {
  background-color: #fff;
  padding-block: 40px 60px;
  padding-inline: 20px;
  margin-bottom: 70px;
}
#p-magazine-single .s-category__in {
  position: relative;
}
#p-magazine-single .s-category h2 {
  font-size: 30px;
  color: #005AA0;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  #p-magazine-single .s-category h2 {
    font-size: 20px;
  }
}
#p-magazine-single .s-category__bd {
  position: relative;
  margin-inline: auto;
  padding-inline: 30px;
  max-width: 1080px;
}
#p-magazine-single .s-category__list {
  max-width: 1080px;
  margin: 0 auto;
  padding-inline: 1px;
}
#p-magazine-single .s-category__list .swiper-wrapper {
  align-items: center;
}
#p-magazine-single .s-category__list li {
  text-align: center;
}
#p-magazine-single .s-category__list li > a {
  font-size: 15px;
  color: #005AA0;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #005AA0;
  display: inline-block;
}
@media (max-width: 767px) {
  #p-magazine-single .s-category__list li > a {
    font-size: 12px;
  }
}
#p-magazine-single .s-category .swiper-button-prev,
#p-magazine-single .s-category .swiper-button-next {
  height: 50px;
  width: 50px;
}
#p-magazine-single .s-category .swiper-button-prev {
  left: -20px;
}
#p-magazine-single .s-category .swiper-button-next {
  right: -20px;
}
#p-magazine-single .s-category .swiper-button-next::after, #p-magazine-single .s-category .swiper-button-prev::after {
  content: "";
  width: 20px;
  height: 33px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(99%) saturate(1803%) hue-rotate(189deg) brightness(96%) contrast(101%);
}
#p-magazine-single .s-category .swiper-button-next::after {
  background: url(../images/magazine/icon_category-next.webp) no-repeat center center/100% 100%;
}
#p-magazine-single .s-category .swiper-button-prev::after {
  background: url(../images/magazine/icon_category-prev.webp) no-repeat center center/100% 100%;
}

#p-contact .s-mv {
  background: url("../images/contact/pic_mv-contact.webp") no-repeat center center/cover;
}
#p-contact .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-contact .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
}
#p-contact .s-form {
  padding-inline: 20px;
}
#p-contact .s-form__in {
  max-width: 1080px;
  margin: 0 auto;
  padding-block: 80px 100px;
}
#p-contact .s-form__ttl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #005AA0;
  text-align: center;
}
@media (max-width: 767px) {
  #p-contact .s-form__ttl {
    font-size: 20px;
  }
}
#p-contact .s-form__txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  #p-contact .s-form__txt {
    font-size: 14px;
  }
}
#p-contact .s-form__telBox {
  background-color: #FFFF00;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 620px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  #p-contact .s-form__telBox {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
#p-contact .s-form__telBox a {
  font-size: 36px;
  font-weight: bold;
  color: #005AA0;
}
@media (max-width: 767px) {
  #p-contact .s-form__telBox a {
    font-size: 24px;
  }
}
#p-contact .s-form__telTtl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #005AA0;
  padding-right: 10px;
}
#p-contact .s-form__telTime {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 10px;
  color: #696969;
}
#p-contact .s-form .contact-form {
  margin: 0 auto;
  background: #f0f6fd;
  padding: 95px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  #p-contact .s-form .contact-form {
    padding: 20px;
  }
}
#p-contact .s-form .form-group {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #p-contact .s-form .form-group {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
#p-contact .s-form .form-group.privacy {
  font-size: 18px;
  color: #626161;
}
@media (max-width: 767px) {
  #p-contact .s-form .form-group.privacy {
    font-size: 14px;
  }
}
#p-contact .s-form .form-group p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #p-contact .s-form .form-group p {
    margin-bottom: 10px;
  }
}
#p-contact .s-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #p-contact .s-form label {
    font-size: 16px;
  }
}
#p-contact .s-form .required {
  display: inline-block;
  background: #0093FF;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 5px;
}
#p-contact .s-form input[type=text],
#p-contact .s-form input[type=email],
#p-contact .s-form input[type=tel],
#p-contact .s-form input[type=url],
#p-contact .s-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
#p-contact .s-form textarea {
  resize: vertical;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #p-contact .s-form textarea {
    font-size: 12px;
  }
}
#p-contact .s-form .note {
  font-size: 15px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #p-contact .s-form .note {
    font-size: 12px;
  }
}
#p-contact .s-form .example-list {
  font-size: 12px;
  color: #333;
  padding-left: 20px;
  margin: 5px 0 0 0;
}
#p-contact .s-form .privacy {
  font-size: 14px;
}
#p-contact .s-form .privacy label > span {
  cursor: pointer;
}
#p-contact .s-form .privacy a {
  color: #007bff;
  text-decoration: underline;
}
#p-contact .s-form .form-submit {
  text-align: center;
  margin-top: 60px;
}
#p-contact .s-form input[type=submit] {
  background: #ccc;
  color: white;
  font-size: 26px;
  padding: 12px 100px;
  border: none;
  border-radius: 5px;
  pointer-events: none;
  transition: background-color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
#p-contact .s-form .wpcf7-list-item {
  margin: 0;
}
#p-contact .s-form .wpcf7-spinner {
  display: none;
}
#p-contact .thanks {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  #p-contact .thanks {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
#p-contact .thanks h1 {
  font-size: 36px;
  color: #005AA0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #p-contact .thanks h1 {
    font-size: 24px;
  }
}
#p-contact .thanks p {
  font-size: 18px;
  color: #333;
}
@media (max-width: 767px) {
  #p-contact .thanks p {
    font-size: 14px;
  }
}

#p-privacy .s-mv {
  background: url("../images/privacy/pic_mv-privacy.webp") no-repeat center center/cover;
}
#p-privacy .s-intro {
  margin-top: -12.1621622%;
  width: 100%;
  padding-top: 12.1621622%;
  padding-inline: 20px;
  background: url(../images/sub-top.webp) no-repeat center top/cover;
  background-size: 100% auto;
}
#p-privacy .s-intro__in {
  max-width: 1080px;
  margin: 0 auto;
}
#p-privacy .s-privacy {
  padding-inline: 20px;
}
#p-privacy .s-privacy__in {
  max-width: 750px;
  margin: 0 auto;
  padding-block: 80px 100px;
  color: #626161;
}
@media (max-width: 767px) {
  #p-privacy .s-privacy__in {
    padding-top: 30px;
  }
}
#p-privacy .s-privacy__txt {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
  letter-spacing: 0em;
}
#p-privacy .s-privacy__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #005AA0;
  line-height: 1.4;
}
#p-privacy .s-privacy ul {
  margin-bottom: 30px;
}
#p-privacy .s-privacy ul li {
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  padding-left: 60px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  #p-privacy .s-privacy ul li {
    padding-left: 30px;
  }
}
#p-privacy .s-privacy ul li::before {
  position: absolute;
  content: "・";
  font-size: 20px;
  line-height: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #p-privacy .s-privacy ul li::before {
    font-size: 20px;
    transform: none;
    top: 15px;
    top: 3px;
  }
}/*# sourceMappingURL=index.css.map */