@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-SemiBold.woff2") format("woff2"), url("../font/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  font: inherit;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  overflow-x: auto;
}

body {
  color: #2E3641;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  font-size: 16px;
}

.scroll-prevent {
  height: 100%;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: #2E3641;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.en {
  font-family: "futura-pt", sans-serif;
  text-transform: capitalize;
}

.bold {
  font-weight: 700;
}

.dib {
  display: inline-block;
}

.center {
  text-align: center;
}

.bg01 {
  background: #F2F5F8;
}

.main {
  color: #244196;
}

.md {
  display: none;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.lg {
  display: none;
}

.c-btn {
  margin: 0 auto;
  display: block;
  max-width: 240px;
  padding: 1rem 2.5rem;
  position: relative;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  font-weight: 500;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 40px;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn span:not([class]) {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #244196;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-btn .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  -webkit-mask: url(../img/common/arrow-right.svg);
          mask: url(../img/common/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-title-1,
.c-title-2,
.c-title-3 {
  font-weight: 600;
  font-style: normal;
}

.c-title-1 {
  font-size: 1.875rem;
  letter-spacing: 0.14em;
  line-height: 1.75;
}

.c-title-2 {
  font-size: 1.5625rem;
}

.c-title-3 {
  font-size: 1.25rem;
}

.c-table-1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table-1 tr {
  border-bottom: 1px solid #A6A6A6;
}
.c-table-1 tr:first-child {
  border-top: 1px solid #A6A6A6;
}
.c-table-1 th,
.c-table-1 td {
  border-collapse: collapse;
  padding: 2rem 0;
}
.c-table-1 th {
  font-weight: bold;
  text-align: left;
  width: 200px;
  color: #244196;
}
.c-table-1 td {
  padding-left: 10px;
}

.c-table-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.c-table-2 th,
.c-table-2 td {
  border-collapse: collapse;
  padding: 15px 22px;
}
.c-table-2 th {
  text-align: left;
  width: 228px;
  font-weight: bold;
  background: #244196;
  color: #fff;
}
.c-table-2 td {
  background: #fff;
}
.c-table-2 td ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
.c-table-2 td .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 8px;
}
.c-table-2 td .lists span {
  display: inline-block;
  position: relative;
}
.c-table-2 td .lists span:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding-left: 8px;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
select {
  height: 56px;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #2E3641;
  border-radius: 2px;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):focus,
select:focus,
textarea:focus {
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C0C0C0;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C0C0C0;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C0C0C0;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #C0C0C0;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: #C0C0C0;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}

input[type=submit] {
  cursor: pointer;
  border-radius: 0%;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]):not([type=button]):not(.wpcf7-file),
select {
  width: 100%;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #2E3641;
  border-radius: 2px;
}

textarea {
  resize: vertical;
  min-height: 240px;
  height: 240px;
  font-weight: normal;
  padding: 12px;
  width: 100%;
}

input.wpcf7-file {
  background: transparent;
}

.c-form__content {
  margin: 0 auto;
  max-width: 40rem;
}

.c-form__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-form__item:nth-child(n+2) {
  margin-top: 2rem;
}

.c-form__label {
  font-size: 1.125rem;
}

.c-form__required {
  display: inline-block;
  background: #4496D7;
  padding: 2px 10px;
  line-height: 1.5;
  border-radius: 1rem;
  color: #fff;
  font-size: 0.75rem;
  margin-left: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.c-form__any {
  display: inline-block;
  color: #fff;
  background: #BDBDBD;
  padding: 3px 16px;
  border-radius: 5px;
  font-size: 0.875rem;
}

.c-form__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.c-form__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.c-form__radio .wpcf7-list-item {
  margin: 0;
}
.c-form__radio input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.c-form__radio .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  display: block;
}
.c-form__radio .wpcf7-list-item-label::before, .c-form__radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
}
.c-form__radio .wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #2E3641;
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
.c-form__radio .wpcf7-list-item-label::after {
  top: 32%;
  left: 4px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-right: 2px solid #4496D7;
  border-bottom: 2px solid #4496D7;
  width: 6px;
  height: 12px;
  opacity: 0;
}
.c-form__radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-form__privacy {
  height: 200px;
  padding: 1rem;
  overflow-y: scroll;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #2E3641;
  line-height: 2;
}
.c-form__privacy p {
  font-size: 0.75rem;
}
.c-form__privacy h3 {
  font-size: 0.8125rem;
  margin-top: 1rem;
  font-weight: bold;
}
.c-form__privacy > ol.wp-block-list {
  padding-left: 1em;
  counter-reset: number;
}
.c-form__privacy > ol.wp-block-list > li {
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-form__privacy > ol.wp-block-list > li::before {
  counter-increment: number;
  content: counter(number) ".";
}
.c-form__privacy > ol.wp-block-list > li > ol.wp-block-list {
  padding-left: 1em;
  counter-reset: english;
}
.c-form__privacy > ol.wp-block-list > li > ol.wp-block-list > li::before {
  counter-increment: english;
  content: counter(english, lower-alpha) ".";
}
.c-form__privacy > ol.wp-block-list > li > ol.wp-block-list > li > ol.wp-block-list {
  padding-left: 1em;
  counter-reset: roman;
}
.c-form__privacy > ol.wp-block-list > li > ol.wp-block-list > li > ol.wp-block-list > li::before {
  counter-increment: roman;
  content: counter(roman, lower-roman) ".";
}

.c-form__acceptance {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.c-form__acceptance > p:not([class]) {
  line-height: 1;
}
.c-form__acceptance a {
  text-decoration: underline;
  margin-right: 4px;
}
.c-form__acceptance .wpcf7-form-control-wrap {
  position: static;
}
.c-form__acceptance .wpcf7-list-item {
  margin: 0;
}
.c-form__acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: #F2F5F8 !important;
  margin: 0;
  border: 1px solid #A6A6A6 !important;
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.c-form__acceptance input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.c-form__acceptance .wpcf7-list-item-label {
  color: transparent;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  color: #2E3641;
}
.c-form__acceptance .wpcf7-list-item-label::before, .c-form__acceptance .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
}
.c-form__acceptance .wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #2E3641;
}
.c-form__acceptance .wpcf7-list-item-label::after {
  top: 35%;
  left: 3px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-right: 2px solid #4496D7;
  border-bottom: 2px solid #4496D7;
  width: 5px;
  height: 10px;
  opacity: 0;
}

.c-form__btns {
  margin-top: 3rem;
}

.c-form--confirm,
.c-form--thanks {
  display: none;
}
.c-form--confirm .c-form__acceptance,
.c-form--thanks .c-form__acceptance {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.c-form--confirm__text {
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.c-form__btn {
  margin-top: 3rem;
}

.c-form__btn-wrapper {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  border: 1px solid linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  border-radius: 2.5rem;
  z-index: 1;
}
.c-form__btn-wrapper.is-disabled {
  background: #666;
}
.c-form__btn-wrapper.is-disabled .arrow {
  background: #666;
}
.c-form__btn-wrapper::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 2.5rem;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-form__btn-wrapper input {
  display: block;
  width: 100%;
  padding: 1rem 2.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  border: none;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-form__btn-wrapper input:disabled {
  background: #A6A6A6;
  border: none;
  border-radius: 2.5rem;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #2E3641;
}
.c-form__btn-wrapper .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #244196;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-form__btn-wrapper .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  -webkit-mask: url(../img/common/arrow-right.svg);
          mask: url(../img/common/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.wpcf7-spinner {
  display: none;
}

.recaptcha {
  margin-top: 40px;
  display: block;
}
.recaptcha div {
  margin: 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.c-section-head-1 {
  position: relative;
  padding-bottom: 4rem;
}

.c-section-head-1__en {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-section-head-1__title {
  font-size: 1.25rem;
  font-weight: bold;
}

.c-section-head-2 {
  position: relative;
  padding-bottom: 4rem;
}

.c-section-head-2__title {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
}

.c-section-head-3 {
  padding-bottom: 2rem;
}

.c-section-head-3__title {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.c-section-head-3__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: #4496D7;
  border-radius: 2px;
}

.c-card {
  display: block;
  width: 100%;
  position: relative;
}

.c-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.c-card__img img {
  aspect-ratio: 16/9;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.c-card__taxonomy {
  margin-top: 0.5rem;
  display: inline-block;
  color: #fff;
  background: #244196;
  border-radius: 20px;
  padding: 0 1rem;
  font-size: 0.75rem;
}

.c-card__head {
  margin-top: 10px;
}

.c-card__title {
  margin-top: 0.5rem;
  position: relative;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  line-height: 1.3;
}

.c-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.c-card__cat {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1.25rem;
  background: #244196;
  color: #fff;
  padding: 3px 15px;
}

.c-card__time {
  margin-top: 12px;
}
.c-card__time time {
  font-size: 1.25rem;
}

.c-post {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  gap: 0.5rem 2rem;
}

.c-post__time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  color: #4496D7;
  font-weight: bold;
}

.c-post__cat {
  min-width: 100px;
  position: relative;
  color: #4496D7;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 6px 8px;
  font-size: 0.75rem;
  font-weight: 500;
}

.c-post__title {
  font-weight: bold;
}

.c-pagination {
  margin-top: 4rem;
}

ul.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
ul.page-numbers li {
  margin: 0 5px;
}

span.page-numbers,
a.page-numbers {
  display: block;
  text-align: center;
  background: #F2F5F8;
  border-radius: 50%;
}

a.page-numbers {
  color: #244196;
}

.page-numbers li {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.page-numbers.current {
  background: #244196;
  color: #fff;
}

.page-numbers.next, .page-numbers.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.page-numbers.next span, .page-numbers.prev span {
  display: inline-block;
  width: 18px;
  height: 8px;
  -webkit-mask: url(../img/common/arrow_right.svg);
          mask: url(../img/common/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #244196;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page-numbers.prev span {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-accordion__item:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}

.c-accordion__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  padding: 0 0.8rem;
}

.c-accordion__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
}

.c-accordion__q {
  margin: 1.5rem 0;
  background: #244196;
  color: #fff;
}

.c-accordion__a {
  border: 1px solid #244196;
  color: #244196;
  background: #fff;
}

.c-accordion__title {
  margin-top: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 0;
  cursor: pointer;
  font-weight: bold;
  color: #244196;
}
.c-accordion__title::before, .c-accordion__title::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 0;
  background-color: #2E3641;
  height: 1px;
  width: 26px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.c-accordion__title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-accordion__title::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.c-accordion__body {
  display: none;
  padding: 0 0 1.5rem 0;
}

.c-accordion__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  background: #DEF3FF;
  padding: 1.5rem 0.8rem;
}

.c-accordion__text {
  margin-top: 0.5rem;
}

.js-accordion-title.open .c-accordion__title::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

/*------------------------------------------------------------------------------
animation
------------------------------------------------------------------------------*/
@-webkit-keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anm {
  opacity: 0;
}
.anm.is-animated {
  -webkit-animation: fadeIn 0.3s forwards;
          animation: fadeIn 0.3s forwards;
}

.anm-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transition;
}
.anm-up.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anm-left {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.anm-left.is-animated {
  -webkit-animation: fadeInLeft 0.3s forwards;
          animation: fadeInLeft 0.3s forwards;
}

.anm-right {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.anm-right.is-animated {
  -webkit-animation: fadeInRight 0.3s forwards;
          animation: fadeInRight 0.3s forwards;
}

.anm-down {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.anm-down.is-animated {
  -webkit-animation: fadeInDown 0.3s forwards;
          animation: fadeInDown 0.3s forwards;
}

.anm-list > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 0.3s forwards;
          animation: fadeInUp 0.3s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  line-height: 1.5;
}

.l-header__inner {
  margin: 0 auto;
  padding: 0 0 0 2.5rem;
}

.l-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo {
  position: relative;
  z-index: 999;
}
.l-header__logo h1 {
  line-height: 0;
}
.l-header__logo a {
  display: block;
}

.l-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
}
.l-header__menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.l-header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.l-header__item {
  position: relative;
  height: 100%;
}

.l-header__link {
  display: block;
  padding: 1rem 0;
  font-weight: bold;
}

a.l-header__link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4496D7;
  bottom: 0.8rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-header__lang,
.l-header__sp-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__lang a,
.l-header__sp-lang a {
  display: inline-block;
  padding: 0 0.5rem;
  color: #A6A6A6;
  font-weight: bold;
  position: relative;
}
.l-header__lang a:nth-child(n+2)::before,
.l-header__sp-lang a:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #A6A6A6;
}
.l-header__lang a.gt-current-lang,
.l-header__sp-lang a.gt-current-lang {
  color: #2E3641;
}
.l-header__lang a.gt-current-lang::after,
.l-header__sp-lang a.gt-current-lang::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #2E3641;
  width: 3px;
  height: 3px;
  border-radius: 100%;
}

.l-header__sp-lang {
  display: none;
}

.l-header__cta {
  position: relative;
}

.l-header__cta-link {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#4496D7), to(#284E9F));
  background: linear-gradient(to right, #4496D7, #284E9F);
  padding: calc(15px + 1.5rem) 2.5rem;
  color: #fff;
  font-weight: bold;
}

.l-header__item--children {
  cursor: pointer;
}

.l-header__sub-items {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  position: absolute;
  top: calc(100% + 2px);
  left: -1rem;
  padding: 2rem 1rem 0.5rem 1rem;
  background: #fff;
}

.l-header__sub-link {
  display: block;
  width: 12rem;
  padding: 0.5rem 0;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.l-header__sub-link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4496D7;
  bottom: 0.25rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* --------------- ハンバーガーメニュー --------------- */
.l-header__hamburger {
  display: none;
}

.c-hamburger {
  cursor: pointer;
  position: relative;
  width: 39px;
  height: 24px;
}

.c-hamburger__menu span {
  display: inline-block;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#4496D7), to(#284E9F));
  background: linear-gradient(to right, #4496D7, #284E9F);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 4px;
  border-radius: 2px;
}
.c-hamburger__menu span:nth-of-type(1) {
  top: 0;
  width: 100%;
}
.c-hamburger__menu span:nth-of-type(2) {
  top: calc(50% - 2px);
  width: 28px;
}
.c-hamburger__menu span:nth-of-type(3) {
  top: calc(100% - 4px);
  width: 19px;
}

.c-hamburger.is-active .c-hamburger__menu span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  width: 39px;
}
.c-hamburger.is-active .c-hamburger__menu span:nth-child(2) {
  display: none;
}
.c-hamburger.is-active .c-hamburger__menu span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  width: 39px;
}

/* --------------- cookie同意ポップアップ --------------- */
#cookie-notice {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.1s;
  transition: opacity 0.4s, visibility 0.1s;
}
#cookie-notice.is-active {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  position: relative;
  background: #4496D7;
  padding: 120px 0 60px;
  color: #fff;
  letter-spacing: 0.16em;
}
.l-footer a {
  color: #fff;
}

.l-footer__logo a {
  display: block;
  max-width: 280px;
}

.l-footer__wrapper {
  margin-top: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3rem;
}

.l-footer__info-title {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.l-footer__address {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0 1.5rem;
  line-height: 2;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-footer__address a {
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  text-decoration: underline;
}

.l-footer__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 2.5rem;
}

.l-footer__link {
  font-weight: bold;
  display: block;
}

.l-footer__sub-item {
  margin-top: 4px;
}

.l-footer__sub-link {
  font-size: 0.875rem;
  padding-left: 2rem;
  position: relative;
  display: block;
}
.l-footer__sub-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background: #fff;
}

.l-footer__copyright {
  margin-top: 120px;
  text-align: center;
}
.l-footer__copyright small {
  font-size: 0.75rem;
}

.l-main {
  position: relative;
}

body:not(.home) .l-main {
  margin-top: 5rem;
}

.l-inner {
  margin: 0 auto;
  max-width: calc(1080px + 5rem);
  padding: 0 2.5rem;
}

.l-inner--s {
  max-width: calc(700px + 5rem);
  padding: 0 2.5rem;
}

.l-sec {
  padding: 10rem 0;
}

.l-sec__btn {
  margin-top: 4rem;
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#DAEEFC), to(#fff));
  background: linear-gradient(to bottom, #DAEEFC, #fff);
}

.bg-2 {
  background: #F2F5F8;
}

/* ==============================================================
# hero
============================================================== */
.p-hero {
  margin-top: 102px;
  height: calc(100vh - 102px);
  height: calc(100svh - 102px);
  position: relative;
}
.p-hero__video {
  position: fixed;
  height: calc(100% - 102px);
  width: 100%;
  overflow: hidden;
}
.p-hero__video video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}
/* @media screen and (max-width: 768px){
	.p-hero__video video{
	min-height: calc(100svh - 62px);
	}
} */

/*動画よりも画面が縦に長くなるとき用*/
.wrapper {
  position: relative;
  background: #fff;
  z-index: 1;
}

/* ==============================================================
# about
============================================================== */
.p-top-about {
  background: #fff;
}

.p-top-about__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-top-about__title span {
  background: -webkit-gradient(linear, right top, left top, from(#4C994D), color-stop(#A1C561), to(#2B6735));
  background: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0.625rem;
  border-radius: 2px;
  font-size: 2rem;
}

.p-top-about__text {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
}

/* ==============================================================
# news
============================================================== */
.p-top-news {
  border-radius: 5rem 0 5rem 5rem;
}

.p-top-news__wrapper {
  max-width: 46.875rem;
  margin: 0 auto;
}

.p-top-news__btn .c-btn {
  margin-left: auto;
  margin-right: 0;
}

.p-top-news__wrapper {
  margin-top: 4rem;
}

/* ==============================================================
# bg
============================================================== */
.bg {
  position: relative;
  z-index: -1;
}

body.home .bg {
  margin-top: -12.5rem;
}

/* ==============================================================
# works
============================================================== */
.p-top-works {
  border-radius: 5rem 0 0 0;
  margin-top: -10rem;
}

.p-top-works__wrapper {
  margin-top: 10rem;
}

.p-top-works__block:nth-child(1), .p-top-works__block:nth-child(3) {
  display: grid;
  grid-template-columns: calc(50% - 3rem) 50%;
  grid-template-rows: auto 1fr;
  grid-template-areas: "a b" "c b";
  gap: 3rem;
}
.p-top-works__block:nth-child(1) .c-btn, .p-top-works__block:nth-child(3) .c-btn {
  margin: 0;
}
.p-top-works__block:nth-child(n+2) {
  margin-top: 10rem;
}

.p-top-works__textarea {
  grid-area: a;
}

.p-top-works__img {
  grid-area: b;
}
.p-top-works__img img {
  border-radius: 14px;
}

.p-top-works__btn {
  grid-area: c;
}

.p-top-works__title {
  color: #4496D7;
  font-weight: bold;
  font-size: 2.125rem;
  padding-bottom: 2rem;
}

.p-top-works__text {
  font-weight: 500;
}

.p-top-works__items {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}

.p-top-works__item:nth-child(1) .p-top-works__item-link::before {
  background: url(../img/top/product_01.png) no-repeat center center/cover;
}
.p-top-works__item:nth-child(2) .p-top-works__item-link::before {
  background: url(../img/top/product_02.png) no-repeat center center/cover;
}
.p-top-works__item:nth-child(3) .p-top-works__item-link::before {
  background: url(../img/top/product_03.png) no-repeat center center/cover;
}

.p-top-works__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.75rem;
  position: relative;
  z-index: 1;
  border-radius: 14px;
  padding: 7.5rem 1rem;
  overflow: hidden;
}
.p-top-works__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top-works__item-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 65, 150, 0.45);
  z-index: -1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-top-works__item-link .arrow {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  background: #244196;
  border: 1px solid #fff;
  border-radius: 100%;
}
.p-top-works__item-link .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  -webkit-mask: url(../img/common/arrow-right.svg);
          mask: url(../img/common/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

/* ==============================================================
# sustainability
============================================================== */
.p-top-sdgs .l-inner {
  max-width: 1340px;
}

.p-top-sdgs__wrapper {
  padding: 10rem 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-sdgs__wrapper::before, .p-top-sdgs__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-sdgs__wrapper::before {
  background: url(../img/top/sdgs_bg.png) no-repeat center center/cover;
  z-index: -2;
}
.p-top-sdgs__wrapper::after {
  background: rgba(40, 78, 159, 0.56);
  z-index: -1;
}
.p-top-sdgs__wrapper .c-section-head-1__en {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: inherit;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-top-sdgs__wrapper .c-section-head-1__title {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-top-sdgs__text {
  color: #fff;
  line-height: 2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}

/* ==============================================================
# recruit
============================================================== */
.p-top-recruit {
  border-radius: 5rem 0 0 0;
}

.p-top-recruit__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-recruit__text {
  max-width: 560px;
  font-weight: 500;
}

.p-top-recruit__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}

.p-page-head {
  padding: 10rem 0 0;
}

.p-page-head__en {
  text-transform: capitalize;
  font-size: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
}

.p-page-head__title {
  font-size: 1.5rem;
  font-weight: bold;
}

.p-page-head__img {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.p-page-head__img img {
  aspect-ratio: 1080/300;
  border-radius: 14px;
}
.privacy-policy .p-page__wrapper {
  letter-spacing: 0.05em;
  max-width: 800px;
  margin: 0 auto;
}
.privacy-policy .p-page__wrapper p {
  padding-bottom: 20px;
}
.privacy-policy .p-page__wrapper h2 {
  margin-top: 45px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.privacy-policy .p-page__wrapper a {
  text-decoration: underline;
}
.privacy-policy .p-page__wrapper ul:not(.toc_list) {
  padding-bottom: 1em;
}
.privacy-policy .p-page__wrapper ul:not(.toc_list) > li {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-policy .p-page__wrapper ul:not(.toc_list) > li::before {
  content: "・";
}
.privacy-policy .p-page__wrapper ul:not(.toc_list) > li > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-policy .p-page__wrapper ul:not(.toc_list) > li > ul > li::before {
  content: "- ";
}
.privacy-policy .p-page__wrapper .toc_list li {
  padding-left: 0;
  margin-top: 8px !important;
}
.privacy-policy .p-page__wrapper .toc_list li::before {
  display: none;
}
.privacy-policy .p-page__wrapper > .wp-block-group {
  margin-top: 40px;
}
.privacy-policy .p-page__wrapper > .wp-block-group .wp-block-group {
  padding: 56px 0 40px;
  border-top: 1px solid #A6A6A6;
}
.privacy-policy .p-page__wrapper ol {
  counter-reset: test;
}
.privacy-policy .p-page__wrapper ol > li {
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-policy .p-page__wrapper ol > li::before {
  counter-increment: test;
  content: counter(test) ".";
}

/* ==============================================================
# 企業情報
============================================================== */
.p-about__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4rem;
}

.p-about__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  -webkit-flex: 0 0 594px;
      -ms-flex: 0 0 594px;
          flex: 0 0 594px;
}

.p-about__title {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-about__title span {
  background: -webkit-gradient(linear, right top, left top, from(#4C994D), color-stop(#A1C561), to(#2B6735));
  background: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 97% 25%;
  line-height: 1.2;
  display: inline-block;
}

.p-about__text {
  margin-top: 32px;
  font-weight: 400;
  line-height: 2;
}

.p-about__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.p-about__img img {
  border-radius: 14px;
}

.p-about__history {
  margin-top: 5rem;
}

/* ==============================================================
# ヒストリー
============================================================== */
.p-history__scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-history__scroll span {
  width: 120px;
  text-align: center;
  display: block;
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  padding-bottom: 4px;
}
.p-history__scroll span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2E3641;
}
.p-history__scroll span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #2E3641;
  -webkit-animation: scrollIndicator 1.8s infinite ease-in-out;
          animation: scrollIndicator 1.8s infinite ease-in-out;
}

@-webkit-keyframes scrollIndicator {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(115px);
            transform: translateX(115px);
    opacity: 0;
  }
}

@keyframes scrollIndicator {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(115px);
            transform: translateX(115px);
    opacity: 0;
  }
}
.p-history__items {
  margin-top: 2rem;
  margin-right: calc(50% - 50vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-right: 120px;
  padding-bottom: 16px;
  overflow-x: scroll;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-history__item {
  min-width: 285px;
  position: relative;
}

.p-history__label {
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
}
.p-history__label::after {
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: 25px;
  height: 56px;
  width: 1px;
  background: #2E3641;
}

.p-history__block {
  margin-top: 72px;
  background: #F2F5F8;
  border-radius: 14px;
  padding: 8px 20px 32px;
  position: relative;
}
.p-history__block::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 16px;
  width: 18px;
  height: 18px;
  background: #4496D7;
  border-radius: 100%;
}
.p-history__block::after {
  content: "";
  position: absolute;
  top: -56px;
  left: 0;
  width: calc(100% + 1.5rem);
  height: 1px;
  background: #2E3641;
  z-index: -1;
}

.p-history__title {
  font-size: 1.25rem;
  color: #4496D7;
  font-weight: bold;
}

.p-history__lists {
  margin-top: 16px;
}

.p-history__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 500;
}
.p-history__list span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
.p-history__list span::before {
  content: "・";
  display: inline-block;
}
.p-history__list p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  letter-spacing: 0;
}
.p-history__list:nth-child(n+2) {
  margin-top: 16px;
}

/* ==============================================================
# 社長挨拶
============================================================== */
.p-message {
  border-radius: 5rem 0 0 0;
}

.p-message__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.p-message__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66%;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}

.p-message__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 240px;
      -ms-flex: 0 1 240px;
          flex: 0 1 240px;
}
.p-message__img img {
  border-radius: 14px;
}

.p-message__text {
  font-weight: 400;
  line-height: 2;
}

.p-message__name {
  margin-top: 2rem;
  text-align: right;
  font-size: 1.375rem;
  font-weight: 500;
}

.p-company__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.dl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.dl-item dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  font-weight: 500;
  text-align: left;
}
.dl-item dd {
  font-weight: 400;
}
.dl-item:nth-child(n+2) {
  margin-top: 2rem;
}

.p-company__access {
  margin-top: 4rem;
  padding: 1.5rem 3.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  position: relative;
  z-index: 1;
}
.p-company__access::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  z-index: -1;
}

.p-access__title {
  font-weight: bold;
}

.p-access__wrapper {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.p-access__map {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.p-access__map iframe {
  aspect-ratio: 453/281;
}

.p-access__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.p-access__sub-title {
  display: inline-block;
  border: 1px solid #2E3641;
  padding: 0.5rem 1rem;
}

.p-access__lists {
  margin-top: 1.5rem;
}

.p-access__list {
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
}
.p-access__list:nth-child(n+2) {
  margin-top: 8px;
}

body.sustainability .p-page-head {
  background: #F2F5F8;
}

.p-sdgs__title {
  text-align: center;
  padding-bottom: 4rem;
}
.p-sdgs__title span {
  background: -webkit-gradient(linear, right top, left top, from(#4C994D), color-stop(#A1C561), to(#2B6735));
  background: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 2.5rem;
}

/* ==============================================================
# 企業情報
============================================================== */
.p-sdgs {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F5F8), to(#fff));
  background: linear-gradient(to bottom, #F2F5F8, #fff);
}

.p-basic__item:nth-child(n+2) {
  margin-top: 4rem;
}

.p-basic__title {
  font-size: 1.5rem;
  padding-bottom: 8px;
  position: relative;
  font-weight: 500;
}
.p-basic__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#4C994D), color-stop(#A1C561), to(#2B6735));
  background: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
}

.p-basic__text {
  margin-top: 1.5rem;
  line-height: 2;
}

.p-p-environment__icons {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2rem;
}

.p-environment__wrapper {
  margin-top: 64px;
}

.p-environment__title {
  font-size: 1.5rem;
  padding-bottom: 8px;
  position: relative;
  font-weight: 500;
}
.p-environment__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#4C994D), color-stop(#A1C561), to(#2B6735));
  background: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
}

.p-environment__text {
  margin-top: 1rem;
  line-height: 2;
}

.p-environment__items {
  margin-top: 4rem;
}

.p-environment__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.p-environment__item:nth-child(n+2) {
  margin-top: 4rem;
}
.p-environment__item:nth-child(2) .p-environment__item-text {
  text-decoration: underline;
}
.p-environment__item span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.p-environment__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-top: 12px;
}

.p-environment__item-text {
  line-height: 2;
}

.p-environment__lists {
  margin-top: 8px;
}

.p-environment__list {
  padding-left: 1em;
  text-indent: -1em;
}
.p-environment__list:nth-child(n+2) {
  margin-top: 8px;
}

.p-environment__btn {
  margin-top: 5rem;
}
.p-environment__btn a {
  display: inline-block;
  padding: 10px 2rem;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#4C994D), color-stop(#A1C561), to(#2B6735));
  background: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
  position: relative;
  z-index: 1;
  border-radius: 2px;
}
.p-environment__btn a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  z-index: -1;
  border-radius: 1px;
}
.p-environment__btn a span {
  background: -webkit-gradient(linear, right top, left top, from(#4C994D), color-stop(#A1C561), to(#2B6735));
  background: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-iso {
  margin-top: 7rem;
  padding-top: 4rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#DAEEFC), to(#fff));
  background: linear-gradient(to bottom, #DAEEFC, #fff);
}
.p-iso::before {
  content: "";
  position: absolute;
  top: -99px;
  left: 0;
  width: 100%;
  height: 7rem;
  background: url(../img/sdgs/iso_top.svg) no-repeat top center/cover;
}
.p-iso .l-inner {
  max-width: 948px;
}

.p-iso__title {
  font-size: 1.75rem;
  font-weight: 500;
}

.p-iso__text {
  margin-top: 32px;
  line-height: 2;
}

.p-iso__img {
  margin-top: 32px;
}

/* ==============================================================
# feature
============================================================== */
.p-feature__item:nth-child(n+2) {
  margin-top: 10rem;
}
.p-feature__item:nth-child(3) .p-feature__wrapper {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.p-feature__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-feature__head span {
  display: inline-block;
  background: #4496D7;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 4px 2rem;
  border-radius: 2rem;
  letter-spacing: 0.1em;
}
.p-feature__head img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 128px;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
}

.p-feature__img-1 {
  margin: 3rem auto 0;
  max-width: 976px;
}

.p-feature__cards {
  margin: 3rem auto 0;
  max-width: 976px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.p-feature__card {
  max-width: 15rem;
}

.p-feature__card-title {
  margin-top: 1rem;
  text-align: center;
  color: #244196;
  font-weight: bold;
  font-size: 1.5rem;
}

.p-feature__card-text {
  margin-top: 1rem;
  line-height: 2;
}

.p-feature__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-feature__text {
  line-height: 2;
}

.p-feature__img-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
}
.p-feature__img-3 img {
  aspect-ratio: 389/237;
  border-radius: 14px;
}

.p-feature__btn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
}
.p-feature__btn a {
  display: inline-block;
  padding: 10px 2rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  position: relative;
  z-index: 1;
  border-radius: 2px;
}
.p-feature__btn a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 1px;
  z-index: -1;
}
.p-feature__btn a span {
  background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
  background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-pro-lead p {
  line-height: 2;
}

.p-page-head__img--video {
  position: relative;
  width: 100%;
  padding-top: 27.7777777778%;
  overflow: hidden;
  border-radius: 14px;
}
.p-page-head__img--video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

/* ==============================================================
# products
============================================================== */
.p-product__content {
  /* 金型製作 */
  /* ============================================================== */
  /* 金型部品製作 */
  /* ============================================================== */
  /* 産業用機械装置部品（超精密部品） */
  /* ============================================================== */
}
.p-product__content:nth-child(1) .p-product__items {
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.p-product__content:nth-child(1) .p-product__item:nth-child(1) .p-product__img::before {
  background-image: url(../img/products/01_01.png);
}
.p-product__content:nth-child(1) .p-product__item:nth-child(2) .p-product__img::before {
  background-image: url(../img/products/01_02.png);
}
.p-product__content:nth-child(1) .p-product__item:nth-child(3) .p-product__img::before {
  background-image: url(../img/products/01_03.png);
}
.p-product__content:nth-child(1) .p-product__img {
  padding-top: 74.5341614907%;
}
.p-product__content:nth-child(2) .p-product__items {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 5rem;
}
.p-product__content:nth-child(2) .p-product__item:nth-child(1) .p-product__img::before {
  background-image: url(../img/products/02_03.png);
}
.p-product__content:nth-child(2) .p-product__item:nth-child(2) .p-product__img::before {
  background-image: url(../img/products/02_04.png);
}
.p-product__content:nth-child(2) .p-product__item:nth-child(3) .p-product__img::before {
  background-image: url(../img/products/02_05.png);
}
.p-product__content:nth-child(2) .p-product__item:nth-child(4) .p-product__img::before {
  background-image: url(../img/products/02_06.png);
}
.p-product__content:nth-child(2) .p-product__img {
  padding-top: 59.7101449275%;
}
.p-product__content:nth-child(3) .p-product__items {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.p-product__content:nth-child(3) .p-product__item:nth-child(1) .p-product__img::before {
  background-image: url(../img/products/03_01.png);
}
.p-product__content:nth-child(3) .p-product__item:nth-child(2) .p-product__img::before {
  background-image: url(../img/products/03_02.png);
}
.p-product__content:nth-child(3) .p-product__img {
  padding-top: 45.6565656566%;
}
.p-product__content:nth-child(n+2) {
  margin-top: 10rem;
}

.p-product__items {
  display: grid;
}

.p-product__img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.p-product__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.p-product__img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

.p-product__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}

.p-fac-point__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-fac-point__item:nth-child(n+2) {
  margin-top: 2rem;
}

.p-fac-point__num {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#4C994D), color-stop(#A1C561), to(#2B6735));
  background: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  padding: 0 24px 0 12px;
  line-height: 1.5;
  -webkit-clip-path: polygon(0 0, 0 100%, 86% 100%, 100% 50%, 86% 0);
          clip-path: polygon(0 0, 0 100%, 86% 100%, 100% 50%, 86% 0);
}
.p-fac-point__num span {
  font-size: 2rem;
  margin-left: 6px;
  vertical-align: sub;
}

/* ==============================================================
# factory
============================================================== */
.p-fac01 {
  border-radius: 0 0 5rem 5rem;
  background: #fff;
}
.p-fac01 .p-fac__title {
  letter-spacing: 1em;
}

.p-fac01__item:nth-child(n+2) {
  margin-top: 6.5rem;
}

.p-fac__title {
  background: #DAEEFC;
  font-weight: bold;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 2px;
  letter-spacing: 0.18em;
}

.p-fac__list {
  border-bottom: 1px solid #A6A6A6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 2rem 1.5rem;
}
.p-fac__list dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-weight: 500;
}
.p-fac__list dd {
  margin-left: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

body.factory .bg {
  margin-top: -7rem;
  height: 32rem;
}
body.factory .bg img {
  height: 100%;
}

.p-fac02 {
  margin-top: -5rem;
  border-radius: 5rem 5rem 0 0;
  background: #fff;
}

.p-fac02__content:nth-child(n+2) {
  margin-top: 10rem;
}

.p-fac02__block {
  margin-top: 2rem;
}
.p-fac02__block:nth-child(n+2) {
  margin-top: 4rem;
}

.p-fac02__block-title {
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
}
.p-fac02__block-title::before {
  content: "・";
}

.p-fac02__block-wrapper {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.p-fac02__main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 73.7%;
      -ms-flex: 0 0 73.7%;
          flex: 0 0 73.7%;
}

.p-fac02__sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-fac02__sidebar--cng {
  display: block;
}
.p-fac02__sidebar--cng .p-sidebar__img:nth-child(n+2) {
  margin-top: 3.5rem;
}
.p-sidebar__img img {
  border-radius: 2px;
}
.p-sidebar__img span {
  margin-top: 4px;
  display: block;
  text-align: right;
}

.p-fac-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 500px;
}
.p-fac-table::before, .p-fac-table::after {
  content: "";
  height: 100%;
  background: #2E3641;
  position: absolute;
  top: 0;
  width: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-fac-table::before {
  left: 0;
}
.p-fac-table::after {
  left: 100%;
}
.p-fac-table th,
.p-fac-table td {
  padding: 0.5rem 1.2rem;
  text-align: left;
  word-wrap: break-word;
}
.p-fac-table td {
  border-top: 1px solid #DAEEFC;
  border-right: 1px solid #DAEEFC;
  border-bottom: 1px solid #DAEEFC;
}
.p-fac-table th {
  text-align: center;
  border-top: 1px solid #2E3641;
  border-bottom: 1px solid #2E3641;
  font-weight: bold;
}
.p-fac-table th:not(:last-child) {
  border-right: none;
}
.p-fac-table th:nth-child(n+2) {
  border-left: none;
}
.p-fac-table th:nth-child(1),
.p-fac-table td:nth-child(1) {
  width: 35%;
  /* 機種 */
}
.p-fac-table th:nth-child(2),
.p-fac-table td:nth-child(2) {
  width: 30%;
  /* 型番 */
}
.p-fac-table th:nth-child(3),
.p-fac-table td:nth-child(3) {
  width: 22%;
  /* メーカー */
}
.p-fac-table th:nth-child(4),
.p-fac-table td:nth-child(4) {
  width: 13%;
  /* 台数 */
}
.p-fac-table tr:last-child td {
  border-bottom: 1px solid #2E3641;
}
.p-fac-table tr td:not(:first-child) {
  text-align: center;
}

/* ==============================================================
# 納品までの流れ
============================================================== */
body.flow {
  background: #F2F5F8;
}

.p-flow__text {
  max-width: 660px;
  margin: 0 auto;
}

.p-flow__contact {
  margin: 4rem auto 0;
}

.p-flow-contact {
  max-width: 560px;
  background: #DAEEFC;
  padding: 2rem;
  position: relative;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-flow-contact::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 3px solid #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-flow-contact__title {
  font-weight: 500;
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}
.p-flow-contact__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #4496D7;
}

.p-flow-contact__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow-contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-weight: 500;
}
.p-flow-contact__list span {
  text-transform: uppercase;
}

.p-flow-contact__btn .c-btn {
  max-width: inherit;
  width: 256px;
  text-align: center;
}

.p-flow__wrapper {
  margin-top: 4rem;
}

.p-flow__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.p-flow__tab {
  text-align: center;
  background: #fff;
  padding: 10px;
  font-weight: 1.125rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.p-flow__tab.is-active {
  background: #4496D7;
  color: #fff;
}
.p-flow__tab.is-active::after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
  height: 1rem;
  -webkit-mask: url(../img/common/arrow-down.svg);
          mask: url(../img/common/arrow-down.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #4496D7;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.p-flow__contents {
  margin-top: 4rem;
}

.p-flow__content {
  max-width: 384px;
  margin: 0 auto;
  display: none;
}
.p-flow__content.is-active {
  display: block;
}
.p-flow__content:nth-child(1) .p-flow__title {
  background: -webkit-gradient(linear, left top, right top, from(#22B6C4), to(#84C2E5));
  background: linear-gradient(to right, #22B6C4, #84C2E5);
}
.p-flow__content:nth-child(2) .p-flow__title {
  background: -webkit-gradient(linear, left top, right top, from(#8BC0E9), to(#6F95E8));
  background: linear-gradient(to right, #8BC0E9, #6F95E8);
}
.p-flow__content:nth-child(3) .p-flow__title {
  background: -webkit-gradient(linear, left top, right top, from(#0C57D4), to(#20B5C3));
  background: linear-gradient(to right, #0C57D4, #20B5C3);
}

.p-flow__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
}

.p-flow__item {
  position: relative;
  border-radius: 20px;
  background: #fff;
}
.p-flow__item.no {
  border-radius: 40px;
}
.p-flow__item.no .p-flow__title {
  font-size: 1rem;
  border-radius: 40px;
}
.p-flow__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 2px;
  height: 4rem;
  background: #CBC9C9;
  z-index: -1;
}

.p-flow__title {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1.25rem;
  letter-spacing: 0.2rem;
  border-radius: 20px 20px 0 0;
}

.p-flow__textarea {
  padding: 1.25rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__list {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
}

/* ==============================================================
# factory
============================================================== */
.p-recruit__body tr td {
  padding: 1.5rem;
}
.p-recruit__body tr td:first-child {
  background: #DAEEFC;
  font-weight: 500;
  width: 14rem;
  text-align: center;
}

.p-recruit__foot {
  margin: 8rem auto 0;
  max-width: 45rem;
  background: #DAEEFC;
  padding: 4rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}
.p-recruit__foot::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-recruit__title {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-recruit__btn {
  margin-top: 1rem;
  width: 100%;
}
.p-recruit__btn .c-btn {
  text-align: center;
}

.p-recruit__text {
  margin-top: 1rem;
  font-size: 0.875rem;
}

.p-contact__text {
  line-height: 2;
}

.p-contact__form {
  margin-top: 4rem;
}

.p-contact__wrapper {
  background: #DAEEFC;
  padding: 4rem 1.5rem;
}

.p-contact__caution {
  margin: 4rem auto 0;
  max-width: 50rem;
}
.p-contact__caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.p-thanks__title {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-thanks__text {
  margin-top: 2rem;
}

.p-thanks__btn {
  margin-top: 3rem;
}
.p-thanks__btn .c-btn {
  text-align: right;
  padding-right: 3.5rem;
}
.p-thanks__btn .c-btn .arrow {
  right: inherit;
  left: 40px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

body.blog,
body.single {
  background: #DAEEFC;
}

.year-tabs {
  margin-bottom: 32px;
  position: relative;
  max-width: 140px;
}
.year-tabs::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 14px;
  height: 14px;
  -webkit-mask: url(../img/common/arrow-right.svg);
          mask: url(../img/common/arrow-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #4496D7;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

#post-year {
  border-radius: 4px;
  border: 1px solid #A6A6A6;
  padding: 16px;
  color: #2E3641;
  font-size: 1rem;
}

.p-post .news-tabs {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.news-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.news-tabs li {
  background: #fff;
  color: #4496D7;
  border-radius: 20px;
  padding: 6px 24px;
  min-width: 110px;
  text-align: center;
  font-size: 0.75rem;
  cursor: pointer;
  font-weight: 500;
}
.news-tabs li.is-active {
  background: #4496D7;
  color: #fff;
}

.p-post__wrapper {
  margin-top: 3.5rem;
}

.p-post__item {
  border-bottom: 1px solid #fff;
}
.p-post__item:first-child {
  border-top: 1px solid #fff;
}

.p-single__head {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #fff;
}

.p-single__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.p-single__title {
  margin-top: 2rem;
  font-size: 1.375rem;
  font-weight: 500;
}

.p-single__body {
  max-width: 750px;
  margin: 0 auto;
}
.p-single__body h2,
.p-single__body h3,
.p-single__body h4 {
  font-weight: 700;
  color: #244196;
  line-height: 1.5;
}
.p-single__body h2:nth-child(n+2),
.p-single__body h3:nth-child(n+2),
.p-single__body h4:nth-child(n+2) {
  margin-top: 1.5rem;
}
.p-single__body h2 {
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  background: #F2F5F8;
}
.p-single__body h3 {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  padding-left: 1rem;
}
.p-single__body h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 80%;
  background: #244196;
}
.p-single__body h4 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.p-single__body p {
  padding-bottom: 1em;
}
.p-single__body p a {
  color: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
  text-decoration: underline;
  position: relative;
}
.p-single__body p a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/blank.svg);
          mask: url(../img/common/blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #2E3641;
}
.p-single__body .wp-block-image {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.p-single__body .wp-block-image img {
  border-radius: 10px;
}
.p-single__body ul:not(.toc_list) {
  padding-bottom: 1em;
}
.p-single__body ul:not(.toc_list) li {
  padding-left: 1em;
  text-indent: -1em;
  position: relative;
}
.p-single__body ul:not(.toc_list) li::before {
  content: "・";
}
.p-single__body .toc_list li {
  padding-left: 0;
  margin-top: 8px !important;
}
.p-single__body .toc_list li::before {
  display: none;
}
.p-single__body .wp-block-quote {
  margin: 1em 0;
  padding-left: 1.5em;
  position: relative;
}
.p-single__body .wp-block-quote p {
  padding-bottom: 0;
}
.p-single__body .wp-block-quote p:nth-child(n+2) {
  padding-top: 1em;
}
.p-single__body .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #C1C1C1;
}
.p-single__body .wp-block-quote cite {
  color: #A6A6A6;
  font-size: 0.875rem;
}
.p-single__body .wp-block-button__link {
  background-color: #244196;
  border: 2px solid #244196;
}
.p-single__body .wp-block-columns {
  padding-top: 1em;
}
.p-single__body .wp-block-embed {
  padding-top: 1em;
}
.p-single__body .wp-block-embed .wp-block-embed__wrapper {
  padding-top: 56.25%;
  position: relative;
}
.p-single__body .wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#toc_container {
  margin: 0 auto 2em;
}

.p-single__btn {
  margin-top: 10rem;
}
.p-single__btn .c-btn {
  text-align: right;
  padding-right: 3.5rem;
}
.p-single__btn .c-btn .arrow {
  right: inherit;
  left: 40px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.main-color {
  color: #244196;
}

.accent-color {
  color: linear-gradient(to left, #4C994D, #A1C561, #2B6735);
}

@media screen and (min-width: 1200px) {
  html {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .none-pc {
    display: none;
  }
}

@media screen and (max-width: 2000px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1480px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1399px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1280px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  html {
    margin: 0;
  }
  .lg {
    display: block;
  }
  .l-header__menu {
    gap: 1.5rem;
  }
  .l-header__items {
    gap: 1rem;
  }
}

@media screen and (max-width: 1160px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin: 0;
  }
  .tab {
    display: block;
  }
  .none-tab {
    display: none !important;
  }
  .c-section-head-1__en {
    font-size: 3rem;
  }
  .c-card__cat {
    font-size: 1rem;
  }
  .c-card__time time {
    font-size: 1rem;
  }
  .l-header {
    padding: 18px 0;
  }
  .l-header__inner {
    padding: 0 20px;
  }
  .l-header__logo {
    width: 155px;
  }
  .l-header__logo a img {
    height: 30px;
  }
  .l-header__menu {
    position: fixed;
    z-index: 100;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 66px 20px;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .l-header__menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: #fff;
    z-index: 1;
  }
  .l-header__nav {
    width: 100%;
  }
  .l-header__items {
    display: block;
  }
  .l-header__item {
    width: 100%;
  }
  .l-header__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #CBC9C9;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-header__menu.is-active-end .l-header__item::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .l-header__menu.is-active-end .l-header__cta::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .l-header__link {
    padding: 1.5rem 0;
  }
  .l-header__sp-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 33px;
    right: 79px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
  }
  .l-header__cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #CBC9C9;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-header__cta-link {
    padding: 1.5rem 0;
    color: #2E3641;
    background: transparent;
  }
  .l-header__item--children .l-header__link {
    font-size: 0.8125rem;
    font-weight: normal;
    padding-bottom: 0;
  }
  .l-header__sub-items {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: inherit;
    left: inherit;
    padding: 1rem 0 1.5rem;
  }
  .l-header__sub-link {
    background: transparent;
    width: 100%;
    padding: 0.4rem 0;
  }
  .l-header__hamburger {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 79px;
    height: 66px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body:not(.home) .l-main {
    margin-top: 66px;
  }
  .l-inner {
    padding: 0 2rem;
  }
  .l-inner--s {
    padding: 0 2rem;
  }
  .p-hero {
    margin-top: 62px;
    height: calc(100vh - 62px);
    height: calc(100svh - 62px);
  }
  .p-hero__video {
    height: calc(100% - 62px);
    top: 62px;
    height: inherit;
  }
  .p-top-works__wrapper {
    margin-top: 6rem;
  }
  .p-top-works__block:nth-child(1), .p-top-works__block:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .p-top-works__block:nth-child(n+2) {
    margin-top: 4rem;
  }
  .p-top-works__btn .c-btn {
    margin: 0 auto !important;
  }
  .p-top-works__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .p-top-works__item-link {
    padding: 5rem 1rem;
  }
  .p-about__wrapper {
    display: block;
  }
  .p-about__img {
    max-width: 30rem;
    margin: 2rem auto 0;
  }
  .p-history__items {
    margin: 2rem calc(50% - 50vw) 0;
    padding: 0 1.25rem;
  }
  .p-p-environment__icons {
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-feature__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1.25rem;
  }
  .p-feature__card {
    margin: 0 auto;
  }
  .p-product__content:nth-child(1) .p-product__items {
    gap: 1.25rem;
  }
  .p-product__content:nth-child(2) .p-product__items {
    gap: 1.25rem;
  }
  .p-product__content:nth-child(3) .p-product__items {
    gap: 1.25rem;
  }
  .p-product__content:nth-child(n+2) {
    margin-top: 6rem;
  }
  .p-recruit__body tr td {
    padding: 1.5rem 1rem;
  }
  .p-recruit__body tr td:first-child {
    width: 10rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    margin: 0;
  }
  .sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .c-title-1 {
    font-size: clamp(1.375rem, 5.87vw, 1.75rem);
  }
  .c-title-2 {
    font-size: 1.25rem;
  }
  .c-table-1 th {
    width: 180px;
  }
  .c-table-1 td {
    padding: 0 0 1.5rem;
  }
  .c-table-2 th,
.c-table-2 td {
    padding: 15px 20px;
  }
  .c-table-2 th {
    width: 180px;
  }
  .c-table-2 td a {
    text-decoration: underline;
  }
  .c-form__item {
    gap: 5px;
  }
  .c-form__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .c-form__required {
    font-size: 0.625rem;
  }
  .c-form__any {
    padding: 3px 12px;
  }
  .c-form__radio {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .c-form__acceptance {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-form__acceptance .wpcf7-list-item-label {
    padding-left: 30px;
  }
  .c-form--confirm__text {
    font-size: 1rem;
  }
  .c-section-head-1 {
    padding-bottom: 2.5rem;
  }
  .c-section-head-2 {
    padding-bottom: 3rem;
  }
  .c-section-head-3 {
    padding-bottom: 1.5rem;
  }
  .c-section-head-3__title {
    font-size: 1.125rem;
  }
  .c-card__cat {
    font-size: 0.875rem;
  }
  .c-post {
    gap: 1rem 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 1.5rem 0;
  }
  .c-post__title {
    width: 100%;
  }
  .c-pagination {
    margin-top: 3rem;
  }
  .c-accordion__head {
    gap: 10px;
  }
  .c-accordion__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  }
  .c-accordion__title {
    margin-top: 0;
  }
  .c-accordion__title::before, .c-accordion__title::after {
    width: 16px;
  }
  .c-accordion__content {
    gap: 10px;
  }
  .c-accordion__text {
    margin-top: 0;
  }
  .l-footer {
    padding: 5rem 0 1rem;
  }
  .l-footer__logo a {
    max-width: 200px;
  }
  .l-footer__wrapper {
    margin-top: 3rem;
    display: block;
  }
  .l-footer__info-text {
    margin-top: 0.5rem;
  }
  .l-footer__menu {
    display: none;
  }
  .l-footer__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .l-footer__sub-items {
    padding-top: 0.5rem;
    padding-left: 1em;
  }
  .l-footer__copyright {
    margin-top: 4rem;
  }
  .l-inner {
    padding: 0 1.25rem;
  }
  .l-inner--s {
    padding: 0 1.25rem;
  }
  .l-sec {
    padding: 6rem 0;
  }
  .l-sec__btn {
    margin-top: 2.5rem;
  }
  .p-top-about__title span {
    font-size: 1.125rem;
    padding: 1rem 0.5rem;
  }
  .p-top-about__text {
    font-size: 0.9375rem;
    text-align: left;
  }
  .p-top-news {
    border-radius: 2.5rem 0 2.5rem 2.5rem;
  }
  .news-tabs {
    overflow-x: auto;
  }
  .p-top-news__btn .c-btn {
    margin: 0 auto;
  }
  .p-top-news__wrapper {
    margin-top: 1rem;
  }
  body.home .bg {
    margin-top: -2.5rem;
  }
  body.home .bg img {
    aspect-ratio: 393/262;
  }
  .p-top-works {
    border-radius: 2.5rem 0 0 0;
    margin-top: -2.5rem;
  }
  .p-top-works__wrapper {
    margin-top: 4rem;
  }
  .p-top-works__title {
    font-size: 1.625rem;
    padding-bottom: 1.5rem;
  }
  .p-top-works__items {
    margin-top: 1.5rem;
  }
  .p-top-works__item-link {
    font-size: 1.25rem;
    padding: 4rem 1rem;
  }
  .p-top-works__item-link .arrow {
    top: 75%;
  }
  .p-top-sdgs.l-sec {
    padding: 2rem 0;
  }
  .p-top-sdgs .c-section-head-1 {
    padding-bottom: 2rem;
  }
  .p-top-sdgs .c-section-head-1__en {
    font-size: 2.5rem;
  }
  .p-top-sdgs .l-sec__btn {
    margin-top: 2rem;
  }
  .p-top-sdgs__wrapper {
    padding: 4rem 0;
  }
  .p-top-recruit {
    border-radius: 2.5rem 0 0 0;
  }
  .p-top-recruit__wrapper {
    display: block;
  }
  .p-top-recruit__btn {
    margin-top: 2rem;
  }
  .p-page-head {
    padding: 5rem 0 0;
  }
  .p-page-head__en {
    font-size: 3rem;
  }
  .p-page-head__title {
    font-size: 1.125rem;
  }
  .p-page-head__img {
    margin-top: 2rem;
    padding-bottom: 0;
  }
  .p-page-head__img img {
    border-radius: 8px;
    aspect-ratio: 1080/600;
  }
  .privacy-policy .p-page-head__title {
    font-size: 1.5rem;
  }
  .privacy-policy .p-page__wrapper h2 {
    font-size: 1.375rem;
  }
  .privacy-policy .p-page__wrapper > .wp-block-group .wp-block-group {
    padding: 32px 0 24px;
  }
  .p-about__title {
    font-size: clamp(1.125rem, 4.8vw, 1.5rem);
    letter-spacing: inherit;
  }
  .p-about__img {
    max-width: 80%;
  }
  .p-about__history {
    margin-top: 4rem;
  }
  .p-message {
    border-radius: 4rem 0 0 0;
  }
  .p-message__wrapper {
    display: block;
  }
  .p-message__img {
    margin: 2rem auto 0;
    max-width: 70%;
  }
  .p-message__name {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
  .p-company__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .dl-item::before {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #CBC9C9;
  }
  .dl-item dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
  .dl-item:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-company__access {
    padding: 1.5rem 1rem;
  }
  .p-access__wrapper {
    display: block;
  }
  .p-access__textarea {
    margin-top: 1rem;
  }
  .p-access__lists {
    margin-top: 1rem;
  }
  .p-sdgs__title {
    padding-bottom: 3rem;
  }
  .p-sdgs__title span {
    font-size: 2rem;
  }
  .p-basic__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .p-basic__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-basic__text {
    margin-top: 1rem;
  }
  .p-environment__title {
    font-size: 1.25rem;
  }
  .p-environment__text {
    text-align: center;
  }
  .p-environment__item {
    gap: 1rem;
  }
  .p-environment__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .p-environment__item span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4rem;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
  }
  .p-environment__btn {
    margin-top: 4rem;
  }
  .p-iso {
    margin-top: 4rem;
  }
  .p-iso::before {
    top: calc(1px - 4rem);
    background-position: top center;
    height: 4rem;
  }
  .p-iso__title {
    font-size: 1.5rem;
  }
  .p-feature__item:nth-child(n+2) {
    margin-top: 5rem;
  }
  .p-feature__item:nth-child(3) .p-feature__wrapper {
    margin: 3rem auto 0;
    display: block;
    max-width: 30rem;
  }
  .p-feature__head span {
    font-size: 1.25rem;
    padding: 4px 1.5rem;
  }
  .p-feature__head img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6rem;
        -ms-flex: 0 0 6rem;
            flex: 0 0 6rem;
    width: 6rem;
  }
  .p-feature__img-1 {
    max-width: 30rem;
  }
  .p-feature__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-feature__card {
    max-width: 30rem;
  }
  .p-feature__card-img {
    max-width: 50%;
    margin: 0 auto;
  }
  .p-feature__card-title {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
  .p-feature__card-text {
    margin-top: 0;
  }
  .p-feature__img-3 {
    margin-top: 2rem;
  }
  .p-pro-lead {
    padding-top: 3rem;
  }
  .p-page-head__img--video {
    padding-top: 55.5555555556%;
    border-radius: 8px;
  }
  .p-product__content:nth-child(n+2) {
    margin-top: 4rem;
  }
  .p-product__text {
    margin-top: 0;
  }
  .p-fac-point {
    padding-top: 3rem;
  }
  .p-fac-point__item {
    display: block;
  }
  .p-fac-point__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .p-fac-point__num span {
    font-size: 1.5rem;
  }
  .p-fac-point__text {
    margin-top: 0.5rem;
  }
  .p-fac01 {
    border-radius: 0 0 4rem 4rem;
  }
  .p-fac01__item:nth-child(n+2) {
    margin-top: 4rem;
  }
  .p-fac__title {
    font-size: 1.125rem;
  }
  .p-fac__list {
    padding: 1.5rem 1rem;
    gap: 0.5rem;
  }
  .p-fac__list dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
  .p-fac__list dd {
    margin-left: 0;
  }
  body.factory .bg {
    margin-top: -4rem;
    height: 20rem;
  }
  .p-fac02 {
    margin-top: -4rem;
    border-radius: 4rem 4rem 0 0;
  }
  .p-fac02__content:nth-child(n+2) {
    margin-top: 4rem;
  }
  .p-fac02__block-title {
    font-size: 1.125rem;
  }
  .p-fac02__block-wrapper {
    margin-top: 1rem;
    display: block;
  }
  .p-fac02__main {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 calc(50% - 50vw);
    padding: 0 1.25rem;
  }
  .p-fac02__sidebar {
    margin-top: 2rem;
  }
  .p-sidebar__img:nth-child(n+2) {
    margin-top: 1.25rem;
  }
  .p-fac-table {
    min-width: 600px;
  }
  .p-flow__contact {
    margin: 2rem auto 0;
  }
  .p-flow-contact {
    padding: 2rem 1rem;
  }
  .p-flow-contact::before {
    top: 5px;
    left: 5px;
    border: 2px solid #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .p-flow__tabs {
    margin: 0 calc(50% - 50vw);
  }
  .p-flow__tab {
    padding: 16px 8px;
  }
  .p-flow__tab.is-active::after {
    width: 1rem;
    height: 0.5rem;
    top: calc(100% + 2px);
  }
  .p-flow__contents {
    margin-top: 2rem;
  }
  .p-flow__items {
    gap: 2rem;
  }
  .p-flow__item:nth-child(n+2)::before {
    height: 2rem;
  }
  .p-flow__title {
    padding: 0.8rem;
    font-size: 1.125rem;
  }
  .p-flow__textarea {
    padding: 1rem;
  }
  .p-recruit__foot {
    margin: 2rem auto 0;
    padding: 3rem 1rem;
  }
  .p-recruit__foot::before {
    top: 0.5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
  .p-recruit__title {
    font-size: 1.25rem;
  }
  .p-contact__form {
    margin-top: 3rem;
  }
  .p-contact__wrapper {
    padding: 3rem 1rem;
  }
  .news-tabs {
    gap: 0.5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    overflow-x: auto;
    padding-bottom: 1rem;
    margin-right: -1.5rem;
    padding-right: 1.5rem;
  }
  .news-tabs li {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .p-post__wrapper {
    margin-top: 2rem;
  }
  .p-single__head {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .p-single__title {
    margin-top: 1rem;
  }
  .p-single__body h2 {
    font-size: 1.25rem;
  }
  .p-single__body h3 {
    font-size: 1.125rem;
  }
  .p-single__body .wp-block-button {
    width: 100% !important;
    max-width: 300px !important;
  }
  .p-single__btn {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
  body {
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
  }
  .md {
    display: block;
  }
  .none-md {
    display: none;
  }
  .c-table-1 th,
.c-table-1 td {
    display: block;
  }
  .c-table-1 th {
    width: 100%;
    padding: 1.5rem 0 0;
  }
  .c-table-2 th,
.c-table-2 td {
    display: block;
  }
  .c-table-2 th {
    width: 100%;
    padding: 10px 16px;
  }
  .c-table-2 td {
    padding: 20px 16px;
  }
  .p-page-head {
    padding: 4rem 0 0;
  }
  .p-environment__item {
    display: block;
  }
  .p-environment__item span {
    display: block;
    width: 5rem;
  }
  .p-product__content:nth-child(1) .p-product__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-product__content:nth-child(2) .p-product__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-product__content:nth-child(3) .p-product__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-recruit__body tr td {
    padding: 1rem;
  }
  .p-recruit__body tr td:first-child {
    width: 100%;
  }
  .p-recruit__body td {
    display: block;
    border-bottom: none;
  }
  .p-recruit__body tr:last-child td:last-child {
    border-bottom: 1px solid;
  }
}

@media screen and (max-width: 425px) {
  html {
    margin: 0;
  }
  .sm {
    display: block;
  }
  .none-sm {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  html {
    margin: 0;
  }
}

@media (hover: hover) {
  .c-btn:hover::before {
    opacity: 0;
  }
  .c-btn:hover span:not([class]) {
    background: transparent;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #fff;
  }
  .c-btn:hover .arrow {
    background: #fff;
  }
  .c-btn:hover .arrow::after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
    background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  }
  .c-form__acceptance a:hover {
    text-decoration: none;
  }
  .c-form__btn-wrapper input:disabled:hover {
    opacity: 1;
  }
  .c-form__btn-wrapper:not(.is-disabled):hover::before {
    opacity: 0;
  }
  .c-form__btn-wrapper:not(.is-disabled):hover input {
    background: transparent;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: #fff;
  }
  .c-form__btn-wrapper:not(.is-disabled):hover .arrow {
    background: #fff;
  }
  .c-form__btn-wrapper:not(.is-disabled):hover .arrow::after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#3C84C9), color-stop(#64B9F1), to(#244196));
    background: linear-gradient(to right, #3C84C9, #64B9F1, #244196);
  }
  .c-card:hover .c-card__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-card:hover .c-card__title {
    color: #244196;
  }
  .c-post:hover .c-post__title {
    text-decoration: underline;
    color: #4496D7;
  }
  a.page-numbers:hover {
    background: #244196;
    color: #fff;
  }
  a.page-numbers:hover span {
    background: #fff;
  }
  a.l-header__link:hover {
    color: #4496D7;
  }
  a.l-header__link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .l-header__item--children:hover .l-header__sub-items {
    opacity: 1;
    visibility: visible;
  }
  .l-header__sub-link:hover {
    color: #4496D7;
  }
  .l-header__sub-link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .l-footer__address a:hover {
    text-decoration: none;
  }
  a.l-footer__link:hover {
    opacity: 0.6;
  }
  .l-footer__sub-link:hover {
    opacity: 0.6;
  }
  .p-top-works__item-link:hover::before {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-top-works__item-link:hover::after {
    background: rgba(36, 65, 150, 0);
  }
  .privacy-policy .p-page__wrapper a:hover {
    text-decoration: none;
  }
  .p-environment__btn a:hover {
    opacity: 0.6;
  }
  .p-feature__btn a:hover {
    opacity: 0.6;
  }
  .p-single__body p a:hover {
    text-decoration: none;
  }
  .p-single__body .wp-block-button__link:hover {
    background-color: #f9f9f9;
    color: #244196;
  }
}

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .p-hero__video video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-aspect-ratio: 16/9) {
  .p-hero__video video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.css.map */