@charset "UTF-8";
@font-face {
  font-family: "Klee One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/KleeOne-Regular.woff2") format("woff2"), url("../font/KleeOne-Regular.woff") format("woff");
}
@font-face {
  font-family: "Klee One";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/KleeOne-SemiBold.woff2") format("woff2"), url("../font/KleeOne-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Khula";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/Khula-Bold.woff2") format("woff2"), url("../font/Khula-Bold.woff") format("woff");
}
@font-face {
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/LibreBodoni-Bold.woff2") format("woff2"), url("../font/LibreBodoni-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: #000000;
  background-color: #FFF;
  font-family: "Klee One", cursive;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  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: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.en {
  font-family: "Khula", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.dib {
  display: inline-block;
}

.center {
  text-align: center;
}

.bg01 {
  background: #FDFFE7;
}

.md {
  display: none;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.lg {
  display: none;
}

.c-btn {
  display: block;
  max-width: 240px;
  text-align: center;
  padding: 14px 10px;
  position: relative;
  border-radius: 40px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: sans-serif;
  background: #0059B9;
  border: 2px solid #0059B9;
  color: #fff;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/triangle_right.svg);
          mask: url(../img/common/triangle_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;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: #fff;
}

.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 {
  width: 100%;
  border-collapse: collapse;
}
.c-table tr {
  border-bottom: 1px solid #DDDDDD;
}
.c-table tr:first-child {
  border-top: 1px solid #DDDDDD;
}
.c-table th,
.c-table td {
  border-collapse: collapse;
  font-size: 1.125rem;
  padding: 1.5rem 2rem;
}
.c-table th {
  text-align: left;
  width: 270px;
  font-weight: bold;
  background: #00336A;
  color: #fff;
}
.c-table td ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}

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

input:not([type=radio]):not([type=checkbox]):not([type=submit]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1rem;
  font-family: "Klee One", cursive;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #C1C1C1;
  border-radius: 0;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus,
select:focus,
textarea:focus {
  outline: none;
}

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

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

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

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

input::placeholder,
textarea::placeholder {
  color: #C1C1C1;
  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]),
select {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #C1C1C1;
}

textarea {
  resize: vertical;
  min-height: 160px;
  height: 160px;
  font-weight: normal;
  padding: 10px;
  width: 100%;
  border: 1px solid #C1C1C1;
  background-color: #fff;
}

.c-form__block {
  padding: 2.5rem 0;
  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: 2.5rem;
  border-bottom: 1px solid #C1C1C1;
}
.c-form__block:first-child {
  border-top: 1px solid #C1C1C1;
}

.c-form__head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 210px;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 6px;
}

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

.c-form__required {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  display: inline-block;
  color: #fff;
  background: #CF3D5B;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 0.75rem;
  margin-top: 2px;
}

.c-form__any {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  display: inline-block;
  color: #fff;
  background: #A8A8A8;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 0.75rem;
  margin-top: 2px;
}

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

.c-form__radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.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: 32px;
  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: transparent;
  border: 1px solid #C8CFD7;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.c-form__radio .wpcf7-list-item-label::after {
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  opacity: 0;
  background: #00336A;
  border-radius: 50%;
}
.c-form__radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-form__checkbox .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.c-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.c-form__checkbox .wpcf7-list-item {
  margin: 0;
}
.c-form__checkbox .wpcf7-list-item-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 2em;
  text-indent: -2em;
}
.c-form__checkbox .wpcf7-list-item-label::before {
  content: "";
  background-color: #fff;
  border: 1px solid #C1C1C1;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  margin-right: 0.625rem;
}
.c-form__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 14px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 12px;
  opacity: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-form__checkbox input:checked + .wpcf7-list-item-label::before {
  background: #000000;
}
.c-form__checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-form__checkbox--privacy {
  margin-top: 1rem;
}
.c-form__checkbox--privacy .wpcf7-form-control {
  grid-template-columns: repeat(1, 1fr);
}

.c-form__acceptance {
  margin-top: 40px;
  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;
  color: #969696;
}
.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: #FDFFE7 !important;
  margin: 0;
  border: 1px solid #D5D5D5 !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::before {
  background: #000000;
}
.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: 20px;
}
.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: transparent;
  border: 1px solid #C8CFD7;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}
.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 #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 10px;
  opacity: 0;
}
.c-form__acceptance .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.c-form__submit {
  margin-top: 32px;
}
.c-form__submit input.c-btn {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  background: #00336A;
  border: none;
  font-weight: bold;
  -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;
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.wpcf7-spinner {
  display: none;
}

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

.p-privacy {
  height: 140px;
  overflow-y: scroll;
  padding: 1.2rem;
  border: 1px solid #C1C1C1;
}

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

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

.p-privacy__items {
  margin-top: 1rem;
  counter-reset: number 0;
}

.p-privacy__item p {
  position: relative;
  padding-left: 1em;
  text-indent: -0.5em;
}
.p-privacy__item p::before {
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 0.5rem;
}
.p-privacy__item:nth-child(n+2) {
  margin-top: 0.5rem;
}

.c-section-head-1 {
  position: relative;
  padding-bottom: 40px;
}

.c-section-head-1__en {
  font-size: 35px;
  color: #00336A;
}

.c-section-head-1__title {
  font-size: 23px;
  font-weight: bold;
  font-family: "Khula", sans-serif;
  color: #00336A;
}

.c-section-head-2 {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}

.c-section-head-2__en {
  color: #D9D9D9;
  font-size: 25px;
}

.c-section-head-2__title {
  font-size: 35px;
}

.c-cards {
  display: grid;
}

.c-cards--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}

.c-cards--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 48px;
}

.c-cards--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

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

.c-card__img {
  position: relative;
  overflow: hidden;
}
.c-card__img img {
  aspect-ratio: 368/268;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-card__taxonomy {
  margin-top: 12px;
  display: inline-block;
  color: #fff;
  background: #00336A;
  border-radius: 5px;
  padding: 4px 13px;
}

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

.c-card__title {
  margin-top: 12px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.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: #00336A;
  color: #fff;
  padding: 3px 15px;
}

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

.c-post {
  border-bottom: 1px solid #000000;
}
.c-post:first-child {
  border-top: 1px solid #000000;
}

.c-post__link {
  padding: 16px 32px 16px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-post__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.c-post__img img {
  border-radius: 4px;
}

.c-post__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position: relative;
  padding-right: 32px;
}
.c-post__textarea::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 8px;
  -webkit-mask: url(../img/svg/arrow_right.svg);
          mask: url(../img/svg/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: #000000;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.c-post__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;
}

.c-post__time {
  font-size: 0.75rem;
}

.c-post__cat {
  position: relative;
  padding-left: 56px;
  font-size: 0.75rem;
}
.c-post__cat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 1px;
}

.c-post__head {
  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: 20px;
}

.c-post__new {
  display: inline-block;
  background: #C62121;
  color: #FFF;
  font-weight: bold;
  font-size: 0.625rem;
  border-radius: 20px;
  padding: 0 13px;
  text-transform: uppercase;
  height: 100%;
}

.c-post__title {
  font-size: 1rem;
}

.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: #00336A;
  color: #fff;
}

.c-accordion__a {
  border: 1px solid #00336A;
  color: #00336A;
  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: #00336A;
}
.c-accordion__title::before, .c-accordion__title::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 0;
  background-color: #000000;
  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);
}

.bg-trigger {
  opacity: 0;
}

/*背景色が伸びて出現 共通*/
.bg-extend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

.bg-extend--slow {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bg-appear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.bg-appear--slow {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bg-LR-extend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-LR-extend--slow::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-LR-extend--white::before {
  background-color: #00336A;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*------------------------------------------------------------------------------
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.8s forwards;
          animation: fadeIn 0.8s forwards;
}

.anm-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.anm-up.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

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

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

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

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

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s 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: #002041;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 25px 0;
}

.l-header__inner {
  margin: 0 auto;
  padding: 0 40px;
}

.l-header__contents {
  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;
}

.l-header__logo {
  position: relative;
  z-index: 999;
}
.l-header__logo h1 {
  line-height: 0;
}
.l-header__logo .c-logo {
  position: relative;
  line-height: 0;
}
.l-header__logo .c-logo img {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.l-header__logo .c-logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.c-logo {
  display: block;
  width: 196px;
}
.c-logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__menu {
  position: relative;
}
.l-header__menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

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

.l-header__item {
  position: relative;
}

.l-header__link {
  display: block;
  color: #fff;
  font-weight: bold;
  font-family: sans-serif;
}

/* --------------- ハンバーガーメニュー --------------- */
.l-header__hamburger {
  position: fixed;
  z-index: 1000;
  top: 20px;
  right: 20px;
}

.c-hamburger {
  cursor: pointer;
}

.c-hamburger__menu {
  display: none;
}
.c-hamburger__menu span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 3px;
  width: 30px;
}
.c-hamburger__menu span:nth-of-type(1) {
  top: 30%;
}
.c-hamburger__menu span:nth-of-type(2) {
  top: 50%;
}
.c-hamburger__menu span:nth-of-type(3) {
  top: 70%;
}

.c-hamburger.is-active .c-hamburger__menu span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.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: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-footer {
  margin-top: 60px;
  position: relative;
  background: #00336A;
}

.l-footer__contents {
  padding: 40px 0;
}

.l-footer__title {
  color: #fff;
  font-size: 25px;
}

.l-footer__text {
  color: #fff;
}
.l-footer__text a {
  color: #fff;
}
.l-footer__text:nth-child(n+2) {
  margin-top: 1em;
}

.l-footer__copyright {
  background: #000000;
  color: #fff;
  padding: 20px 0;
  font-weight: 600;
}

body:not(.home) .l-main {
  margin-top: 100px;
}

.l-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 40px;
}

.l-section {
  padding: 60px 0;
  position: relative;
}

.l-section-2 {
  padding: 40px 0;
  position: relative;
}

.l-section__en {
  color: #E9E9E9;
  font-size: 70px;
  font-weight: bold;
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1;
  z-index: -1;
}

.l-section__btn {
  margin-top: 40px;
}
.l-section__btn .c-btn {
  margin-left: auto;
}

.p-hero {
  padding-top: 100px;
  position: relative;
  height: 100vh;
  height: 100svh;
  background: #000000;
}

.p-hero__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  height: 100%;
}

.p-hero__bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s 0.3s forwards ease-out;
          animation: fadeIn 1.2s 0.3s forwards ease-out;
}
.p-hero__bg01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 1440px;
  height: 100%;
  background: url(../img/top/fv_pc.png) no-repeat center center/cover;
}
.p-hero__bg01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, black), color-stop(20%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, black 5%, rgba(0, 0, 0, 0) 20%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-hero__bg02 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  height: 80%;
  background: #00336A;
}

.p-hero__head {
  position: relative;
  z-index: 1;
  height: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}

.p-hero__title-en {
  margin-top: 100px;
  color: #fff;
  font-family: "Libre Bodoni", serif;
  font-size: clamp(30px, 4.62vw, 50px);
}

.p-hero__title-ja {
  color: #fff;
  font-size: clamp(20px, 2.77vw, 30px);
}

/* ==============================================================
# 会社について
============================================================== */
.p-home-company__items {
  margin-top: -40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px 20px;
}

.p-home-company__en {
  bottom: 100px;
  left: 0;
}

.p-home-company__img {
  width: 80%;
  margin: 0 auto;
}

.p-home-company__title {
  margin-top: 20px;
  background: #DDEEFF;
  text-align: center;
  font-size: 24px;
  padding: 5px 10px;
}

.p-home-company__text {
  margin-top: 10px;
  font-size: 18px;
  text-align: justify;
}

/* ==============================================================
# お取り扱い
============================================================== */
.p-home-manufacturers__contents {
  position: relative;
}

.p-home-manufacturers__title {
  position: absolute;
  top: 35%;
  right: 80px;
  font-size: 40px;
}

.p-home-manufacturers__text {
  position: absolute;
  top: 55%;
  right: 40px;
  font-size: 30px;
}

/* ==============================================================
# お取り扱いボディタイプ
============================================================== */
.p-home-type .l-inner::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: url(../img/common/gear01.svg) no-repeat center center/contain;
  z-index: -1;
}

.p-home-type__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px 30px;
}

.p-home-type__title {
  margin-top: 5px;
  text-align: center;
  font-size: 24px;
}

/* ==============================================================
# 会社案内
============================================================== */
.p-home-service__en {
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #D9D9D9;
  opacity: 0.2;
  z-index: 1;
}

.p-home-service__contents {
  position: relative;
}

.p-home-service__head {
  position: absolute;
  top: 60%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #00336A;
  z-index: 1;
  padding: 50px 30px;
  text-align: center;
}

.p-home-service__title {
  color: #fff;
  font-size: 28px;
}

.p-home-service__main-img {
  position: relative;
}
.p-home-service__main-img img {
  width: 85%;
}
.p-home-service__main-img::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: 80%;
  height: 100%;
  background: #014185;
  z-index: -2;
}

.p-home-service__imgs {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -2;
  position: relative;
}

.p-home-service__img:nth-child(1) {
  margin-top: 60px;
}

.p-page-img {
  height: calc(100vh - 100px);
  height: calc(100svh - 100px);
}
.p-page-img img {
  height: 100%;
}

.p-company__wrapper {
  background: #FDFFE7;
  margin: 0 calc(50% - 50vw);
  padding: 60px 40px;
}

.p-company__title {
  text-align: center;
  font-size: 30px;
}

.p-company__block {
  border: 3px solid #000000;
  border-radius: 20px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}
.p-company__block:nth-child(n+2) {
  margin-top: 60px;
}

.p-company__sub-title {
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 20px;
}

.p-company__text {
  font-size: 22px;
  max-width: 750px;
  margin: 0 auto;
}
.p-company__text .bold {
  font-weight: normal;
  display: inline-block;
}

.p-message__wrapper {
  max-width: 800px;
  margin: 0 auto 30px;
  background: #3554F8;
  padding: 80px 40px 40px;
  position: relative;
}
.p-message__wrapper::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #00336A;
}

.p-message__text {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.p-message__name {
  margin-top: 40px;
  color: #fff;
  text-align: right;
  font-size: 22px;
}

.p-office__wrapper {
  margin: 0 calc(50% - 50vw);
  padding: 60px 40px;
  position: relative;
}
.p-office__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #A4D0FF), to(#FFFFFF));
  background: linear-gradient(to bottom, #A4D0FF 30%, #FFFFFF);
  z-index: -2;
}

.p-office__en {
  top: 20%;
  right: 0;
}

.p-office__contents {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.p-office__img {
  width: 80%;
}
.p-office__img img {
  border-radius: 50px;
}
.p-office__img:nth-of-type(1) {
  margin-right: auto;
}
.p-office__img:nth-of-type(2) {
  margin-top: 60px;
  margin-left: auto;
  position: relative;
}
.p-office__img:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 170px;
  height: 170px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url(../img/common/person.svg) no-repeat center center/contain;
  z-index: 1;
}

.p-office__textarea {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 100%;
  padding: 60px 60px;
  max-width: 700px;
}
.p-office__textarea::before {
  content: "";
  position: absolute;
  top: 40%;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 42px 64px 0px 0px;
}
.p-office__textarea::after {
  content: "";
}

.p-office__text {
  font-size: 25px;
  text-align: center;
}

.p-handling__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.p-handling__item {
  position: relative;
  border-radius: 20px;
  border: 3px solid #A4D0FF;
  padding: 60px 40px 40px;
}
.p-handling__item:nth-child(1) {
  width: 50%;
}
.p-handling__item:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -160px;
  width: 120px;
  height: 120px;
  background: url(../img/common/gear01.svg) no-repeat center center/contain;
  z-index: -1;
}
.p-handling__item:nth-child(n+2) {
  width: calc((100% - 40px) / 2);
}

.p-handling__head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  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;
}

.p-handling__title {
  background: #A4D0FF;
  font-size: 25px;
  color: #fff;
  padding: 0 10px;
}

.p-handling__en {
  margin-top: 5px;
  background: #A4D0FF;
  color: #fff;
  padding: 0 10px;
}

.p-handling__list {
  padding-left: 1.2em;
  position: relative;
}
.p-handling__list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #000000;
  border-radius: 50%;
}
.p-handling__list:nth-child(n+2) {
  margin-top: 10px;
}
.p-handling__list span {
  font-size: 22px;
}

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

.p-service__item {
  border-radius: 20px;
  border: 3px solid #00336A;
  padding: 40px 20px;
  position: relative;
}
.p-service__item:nth-child(1) .p-service__img {
  margin-top: -40px;
}
.p-service__item:nth-child(2) .p-service__img {
  margin-top: -40px;
}

.p-service__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #DDEEFF;
  font-size: 22px;
  padding: 0 20px;
}

.p-service__img {
  width: 50%;
  margin: 0 auto;
}

.p-service__text {
  margin-top: 20px;
  text-align: center;
  color: #00336A;
  font-size: 18px;
}

.p-service__lists {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}

.p-service__list {
  position: relative;
  padding-left: 1.2em;
}
.p-service__list::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFC95F;
}

.p-maintenance__lead {
  text-align: center;
  font-size: 30px;
}

.p-maintenance__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-maintenance__item {
  padding: 40px 20px;
}
.p-maintenance__item:nth-child(1), .p-maintenance__item:nth-child(4) {
  background: #DDEEFF;
}
.p-maintenance__item:nth-child(2), .p-maintenance__item:nth-child(3) {
  background: #FDFFE7;
}

.p-maintenance__title {
  font-size: 25px;
  font-weight: 600;
  font-family: sans-serif;
}

.p-maintenance__img {
  width: 50%;
  max-width: 220px;
  margin: 20px auto;
}

.p-maintenance__text {
  margin-top: 20px;
  font-size: 18px;
}

.p-maintenance__end {
  margin-top: 60px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 25px;
}

.p-contact {
  padding: 160px 0 120px;
}
.p-contact .l-inner {
  max-width: 800px;
}

.p-contact__title {
  text-align: center;
  font-size: 25px;
}

.p-contact__info {
  margin-top: 60px;
  text-align: center;
  font-size: 25px;
}

.p-contact__text {
  margin-top: 60px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 25px;
}

@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;
  }
}

@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-card__cat {
    font-size: 1rem;
  }
  .c-card__time time {
    font-size: 1rem;
  }
  .l-header__inner {
    padding: 0 32px;
  }
  .l-inner {
    padding: 0 32px;
  }
  .p-message__text {
    font-size: 20px;
  }
  .p-message__name {
    font-size: 20px;
  }
  .p-office__textarea {
    left: 0;
    max-width: 360px;
    padding: 60px 20px;
  }
  .p-office__text {
    font-size: 16px;
  }
  .p-handling__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-handling__item {
    width: 100% !important;
    border: 2px solid #A4D0FF;
    max-width: 600px;
    margin: 0 auto;
  }
  .p-service__items {
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
    margin: 0 auto;
  }
  .p-maintenance__title {
    font-size: 20px;
  }
  .p-maintenance__end {
    font-size: 20px;
  }
}

@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 th,
.c-table td {
    font-size: 0.9375rem;
    padding: 1rem;
  }
  .c-table th {
    width: 130px;
  }
  textarea {
    height: 200px;
  }
  .c-form__block {
    display: block;
    padding: 1.5rem 0;
  }
  .c-form__head {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 6px;
    margin-top: 0;
  }
  .c-form__body {
    margin-top: 6px;
  }
  .c-form__radio {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .c-form__checkbox .wpcf7-form-control {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-form__acceptance {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-privacy__text {
    font-size: 0.875rem;
  }
  .p-privacy__item p {
    font-size: 0.875rem;
  }
  .c-section-head-1__en {
    font-size: 30px;
  }
  .c-section-head-1__title {
    font-size: 22px;
  }
  .c-cards--2 {
    gap: 50px 18px;
  }
  .c-cards--3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .c-cards--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .c-card__cat {
    font-size: 0.875rem;
  }
  .c-post__link {
    display: block;
    padding: 24px 0;
  }
  .c-post__textarea::after {
    bottom: 8px;
    top: inherit;
  }
  .c-post__meta {
    margin-top: 8px;
  }
  .c-post__head {
    display: block;
  }
  .c-post__title {
    line-height: 1.5;
  }
  .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-header {
    padding: 25px 0;
  }
  .l-header__inner {
    padding: 0 20px;
  }
  .l-header__contents {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-logo {
    width: 120px;
  }
  .l-header__menu {
    position: fixed;
    z-index: 100;
    background: #002041;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    height: 100vh;
    padding: 80px 20px;
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    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__nav {
    width: 100%;
  }
  .l-header__items {
    display: block;
  }
  .l-header__item {
    border-top: 1px dashed #666;
  }
  .l-header__item:last-child {
    border-bottom: 1px dashed #666;
  }
  .l-header__link {
    padding: 25px 0;
    text-align: center;
  }
  .c-hamburger__menu {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
  }
  .l-footer__text {
    font-size: 15px;
  }
  body:not(.home) .l-main {
    margin-top: 80px;
  }
  .l-inner {
    padding: 0 20px;
  }
  .l-section {
    padding: 40px 0;
  }
  .l-section__en {
    font-size: 48px;
  }
  .p-hero {
    padding-top: 80px;
  }
  .p-hero__inner {
    padding: 0 20px;
  }
  .p-hero__bg01::after {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .p-hero__bg02 {
    height: 60%;
    width: 10%;
  }
  .p-hero__title-en {
    margin-top: 0;
    font-size: 24px;
  }
  .p-hero__title-ja {
    position: absolute;
    left: 0;
    bottom: 20px;
    font-size: 16px;
  }
  .p-home-company__img {
    width: 50%;
  }
  .p-home-company__title {
    font-size: 20px;
  }
  .p-home-company__text {
    font-size: 16px;
  }
  .p-home-manufacturers__title {
    font-size: 30px;
    right: 20px;
  }
  .p-home-manufacturers__text {
    right: 20px;
    font-size: 20px;
  }
  .p-home-type__title {
    font-size: 16px;
  }
  .p-home-service__en {
    right: 20px;
  }
  .p-home-service__title {
    font-size: 20px;
  }
  .p-page-img {
    height: calc(50vh - 80px);
    height: calc(50svh - 80px);
  }
  .p-company__wrapper {
    padding: 60px 20px;
  }
  .p-company__title {
    font-size: 25px;
  }
  .p-company__block {
    border: 2px solid #000000;
  }
  .p-company__block:nth-child(n+2) {
    margin-top: 40px;
  }
  .p-company__text {
    font-size: 18px;
    text-align: center;
  }
  .p-company__text span:not([class]) {
    display: none;
  }
  .p-company__text .bold {
    font-weight: bold;
    font-size: 20px;
  }
  .p-message__wrapper {
    padding: 40px 20px;
  }
  .p-message__text {
    font-size: 16px;
  }
  .p-message__name {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-office__wrapper {
    padding: 40px 20px;
  }
  .p-office__en {
    top: 0;
    z-index: 1;
  }
  .p-office__img img {
    border-radius: 20px;
  }
  .p-office__img:nth-of-type(2) {
    margin-top: 20px;
  }
  .p-office__img:nth-of-type(2)::before {
    display: none;
  }
  .p-office__textarea::before {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-color: #fff transparent transparent transparent;
    border-width: 20px 12px 0px 12px;
  }
  .p-office__textarea::after {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: url(../img/common/person.svg) no-repeat center center/contain;
    z-index: 1;
  }
  .p-office__textarea {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin: 20px auto 140px;
    padding: 40px 10px;
    border-radius: 20px;
  }
  .p-handling__item {
    padding: 60px 20px 20px;
  }
  .p-handling__head {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .p-handling__list {
    padding-left: 1em;
  }
  .p-handling__list::before {
    top: 10px;
    width: 12px;
    height: 12px;
  }
  .p-handling__list span {
    font-size: 18px;
    font-weight: bold;
  }
  .p-service__item {
    padding: 40px 10px;
  }
  .p-service__title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .p-service__text {
    font-size: 16px;
  }
  .p-service__lists {
    gap: 5px 10px;
  }
  .p-service__list {
    padding-left: 1em;
  }
  .p-service__list::before {
    top: 8px;
    width: 12px;
    height: 12px;
  }
  .p-maintenance__lead {
    font-size: 25px;
  }
  .p-maintenance__items {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin: 20px auto 0;
  }
  .p-maintenance__item {
    padding: 20px;
  }
  .p-maintenance__item:nth-child(2n+1) {
    background: #DDEEFF;
  }
  .p-maintenance__item:nth-child(2n) {
    background: #FDFFE7;
  }
  .p-maintenance__text {
    font-size: 15px;
  }
  .p-maintenance__end {
    margin-top: 40px;
    font-size: 16px;
  }
  .p-contact {
    padding: 80px 0 40px;
  }
  .p-contact__title {
    font-size: 20px;
  }
  .p-contact__info {
    font-size: 20px;
  }
  .p-contact__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
  .md {
    display: block;
  }
  .none-md {
    display: none;
  }
  .c-btn {
    max-width: 400px;
  }
  .c-table tr:first-child {
    border-top: none;
  }
  .c-table tr {
    border-bottom: none;
  }
  .c-table th,
.c-table td {
    padding: 0.5rem 1rem;
  }
  .c-table th,
.c-table td {
    display: block;
  }
  .c-table th {
    width: 100%;
  }
  .c-cards--4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .l-footer__copyright {
    font-size: 10px;
  }
  .p-hero__bg01::before {
    width: 100%;
  }
  .p-home-company__item:nth-child(-n+3) {
    margin-top: -40px;
  }
  .p-home-manufacturers__contents {
    margin: 0 calc(50% - 50vw);
  }
  .p-home-manufacturers__img img {
    aspect-ratio: 1/1;
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .p-home-type__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-home-service__head {
    top: 38%;
    left: 20px;
    padding: 30px 20px;
  }
  .p-home-service__title {
    font-size: 16px;
  }
  .p-home-service__main-img img {
    width: 90%;
  }
  .p-home-service__imgs {
    display: block;
  }
  .p-home-service__img:nth-child(1) {
    width: 80%;
  }
  .p-home-service__img:nth-child(2) {
    width: 80%;
    margin-top: -40px;
    margin-left: auto;
  }
  .p-service__lists {
    grid-template-columns: repeat(1, 1fr);
  }
}

@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 {
    background: #fff;
    color: #0059B9;
  }
  .c-btn:hover::after {
    background: #0059B9;
  }
  .c-form__acceptance a:hover {
    text-decoration: none;
  }
  .c-form__submit input.c-btn:hover {
    background: #002041;
  }
  .c-card__link:hover .c-card__title {
    color: #00336A;
  }
  .c-post__link:hover {
    background: #FDFFE7;
  }
  .c-post__link:hover .c-post__textarea::after {
    right: -8px;
  }
  .l-header__link:hover {
    opacity: 0.6;
  }
  .l-footer__text a:hover {
    text-decoration: underline;
  }
  .p-contact__info a:hover {
    text-decoration: underline;
  }
}
/*# sourceMappingURL=style.css.map */