@charset "UTF-8";
/* Function
===================================== */
/* Break point
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  margin-top: 0 !important;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s;
  color: #1e283a;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="reset"] {
  appearance: none;
  border-radius: 0;
}

button {
  outline: none;
  padding: 0;
  appearance: none;
  background-color: transparent;
  border: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  /* 16px*/
  color: #fff;
  line-height: 1.5;
  color: #1e283a;
  width: 100%;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

.inner {
  width: 90%;
  max-width: 1022px;
  margin: 0 auto;
}

.inner02 {
  width: 90%;
  max-width: 1142px;
  margin: 0 auto;
}

.content {
  overflow: hidden;
  background-color: #000000;
}

/*==========================================================
# layout
==========================================================*/
.l-inner {
  width: 123.2rem;
  padding: 0 1.6rem;
  max-width: 100%;
  margin: 0 auto;
}

/*==========================================================
# component
==========================================================*/
.c-accentBorder {
  position: relative;
}

.c-accentBorder::after {
  content: "";
  width: 8rem;
  height: 2px;
  position: absolute;
  background: #1e283a;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.c-sectionTtl {
  text-align: center;
}

.c-sectionTtl .c-sectionTtl_heading {
  color: #74828d;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-family: "Roboto Condensed", sans-serif;
}

.c-sectionTtl .c-sectionTtl__lead {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  line-height: 1.5;
  color: #74828d;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-family: "Roboto Condensed", sans-serif;
}

.c-brSp {
  display: none;
}

@media (max-width: 767px) {
  .c-brSp {
    display: block;
  }
}

/*==========================================================
# utility
==========================================================*/
/*==========================================================
# drawer
==========================================================*/
.p-drawer {
  display: none;
}

@media (max-width: 767px) {
  .p-drawer {
    display: block;
  }
}

.p-drawer__button {
  position: fixed;
  z-index: 2100;
  top: 1.6rem;
  left: 1.6rem;
}

.p-drawer__bars {
  position: relative;
  width: 2.8rem;
  height: 2.4rem;
}

.p-drawer__bar {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background: #000000;
  display: block;
  border-radius: 10px;
}

.p-drawer__bar--top {
  top: 0;
}

.p-drawer__bar--middle {
  top: 50%;
  transform: translateY(-50%);
}

.p-drawer__bar--bottom {
  bottom: 0px;
}

.p-drawer__menu {
  width: 28rem;
  position: fixed;
  z-index: 1999;
  top: 0;
  left: -300rem;
  padding-top: 8.8rem;
  height: 100%;
  color: #666666;
  background: rgba(255, 255, 255, 0.97);
}

.p-drawer__menu > nav > ul > li:not(:first-child) {
  margin-top: 2.4rem;
}

.p-drawer__menu > nav > ul > li > a {
  color: #666666;
  font-size: 1.6rem;
  padding: 14px 25px 16px;
  display: block;
}

.p-drawer__menu > nav > ul > li .p-drawer__link--active {
  background: #0057a4;
  color: #ffffff;
}

.js-drawerActive .p-drawer__menu {
  transition: 0.3s all ease;
  left: 0;
}

.js-drawerActive .p-drawer__bar--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all ease;
}

.js-drawerActive .p-drawer__bar--middle {
  width: 0;
  transition: 0.3s all ease;
}

.js-drawerActive .p-drawer__bar--bottom {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s all ease;
}

.c-drawer__dmenu {
  position: relative;
}

.c-drawer__dmenu--btn {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #1e283a;
  background: #f5f5f5;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}

.c-drawer__dmenu--btn span i {
  font-size: 1.4rem;
}

.c-drawer__dmenu--wrap {
  overflow: hidden;
}

.c-drawer__dmenu--wrap ul {
  padding-left: 3.2rem;
}

.c-drawer__dmenu--wrap ul li:not(:first-child) {
  margin-top: 1.6rem;
}

.c-drawer__dmenu--wrap ul li a {
  font-size: 1.4rem;
  color: #74828d;
  width: 100%;
  padding: 1.2rem;
  display: block;
}

.c-drawer__dmenu--btn i {
  transition: transform 0.25s ease;
}

.c-drawer__dmenu.is-open .c-drawer__dmenu--btn i {
  transform: rotate(180deg);
}

.p-drawer__menu {
  transition: 0.3s all ease;
}

/*==========================================================
# header
==========================================================*/
.p-header__lead {
  background: #0057a4;
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .p-header__lead {
    display: none;
  }
}

.p-header__lead--inner {
  margin: 0 auto;
  padding: 1rem 4rem;
  width: 100%;
  max-width: 100%;
}

.p-header__lead--inner p {
  color: #ffffff;
  letter-spacing: 00.05em;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 2000;
}

.p-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 4rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .p-header__inner {
    flex-direction: column;
    gap: 2.4rem;
    padding: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-header__inner {
    display: none;
  }
}

.p-header__logo .c-logo {
  width: 40rem;
  display: grid;
  place-content: center;
}

.p-header__logo .c-logo img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .p-header__logo .c-logo {
    width: 20rem;
  }
}

.p-header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.p-header__menu > nav > ul {
  display: flex;
  align-items: center;
}

.p-header__menu > nav > ul > li {
  position: relative;
  display: block;
  padding: 0 8px;
  color: #1e283a;
  font-size: 1.5rem;
}

.p-header__menu > nav > ul > li:hover > a {
  background: #0057a4;
  color: #ffffff;
}

.p-header__menu > nav > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 90%;
  width: 1px;
  background-color: #74828d;
}

.p-header__menu > nav > ul > li > a {
  padding: 1rem 2rem;
}

.p-header__menu > nav > ul > li .c-gnav__link--active {
  background: #0057a4;
  color: #ffffff;
}

.c-gnav__dmenu {
  position: relative;
}

.c-gnav__dmenu:hover .c-gnav__dmenu--wrap {
  visibility: visible;
  height: inherit;
}

.c-gnav__dmenu:hover .c-gnav__dmenu--wrap ul li {
  visibility: visible;
  transition: 0;
}

.c-gnav__dmenu:hover .c-gnav__dmenu--wrap ul li a {
  font-size: 1.4rem;
  transition: 0;
  opacity: 1;
}

.c-gnav__dmenu:hover .c-gnav__dmenu--wrap ul li a:hover {
  color: #e4012e;
}

.c-gnav__dmenu:hover:hover:before {
  background: #ffffff;
}

.c-gnav__dmenu::before {
  position: absolute;
  content: "";
  clip-path: polygon(50% 100%, 100% 35%, 0 35%);
  background: #74828d;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.8rem;
  width: 1rem;
  height: 1rem;
}

.c-gnav__dmenu--wrap {
  position: absolute;
  left: 0.8rem;
  padding: 2rem 1.6rem 3.2rem;
  background: #f0f0f0;
  width: 24rem;
  top: 3.2rem;
  font-size: 1.2rem;
  visibility: hidden;
}

.c-gnav__dmenu--wrap ul li {
  visibility: hidden;
  transition: 0;
}

.c-gnav__dmenu--wrap ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.c-gnav__dmenu--wrap ul li a {
  transition: 0;
  opacity: 0;
}

@media (max-width: 1199px) {
  .p-header__language {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
  }
}

.p-header__language ul {
  display: grid;
  gap: 1rem;
  line-height: 1;
}

.p-header__language ul li a {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 2.4rem;
  display: block;
}

.p-header__language ul li a:hover {
  color: #74828d;
}

.p-header__language ul li .c-language__switch--active {
  color: #74828d;
}

.p-header__language ul li .c-language__switch--active::after {
  content: "";
  position: absolute;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #f00;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-header__sp {
  display: none;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  height: 6rem;
  position: relative;
}

@media (max-width: 767px) {
  .p-header__sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-header__sp h1 {
  color: #0057a4;
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  font-family: "Roboto Condensed", sans-serif;
  padding: 1.2rem 1.2rem 1.2rem 5.4rem;
}

.p-header__sp--lang {
  font-size: 1.2rem;
  color: #ffffff;
  background: #0057a4;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem 5px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

/*==========================================================
# fv
==========================================================*/
.p-fv {
  padding-top: 14rem;
}

@media (max-width: 1199px) {
  .p-fv {
    padding-top: 6rem;
  }
}

.p-fv-image {
  overflow: hidden;
}

.p-fv-image img {
  aspect-ratio: 1541/586;
}

@media (max-width: 767px) {
  .p-fv-image img {
    aspect-ratio: 4/3;
  }
}

.p-fv__content {
  position: relative;
}

.p-fv__content .p-fv__icon {
  width: clamp(30rem, 36vw, 68rem);
  padding: 2rem;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
}

@media (max-width: 1199px) {
  .p-fv__content .p-fv__icon {
    top: 40%;
  }
}

@media (max-width: 767px) {
  .p-fv__content .p-fv__icon {
    top: 15%;
  }
}

.swiperFv .swiper-slide .p-fv__icon {
  opacity: 0;
  transition: 0.6s all ease;
}

.swiperFv .swiper-slide-active .p-fv__icon {
  transition-delay: 0.3s;
  opacity: 1;
}

.swiperFv > .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiperFv .swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  position: relative;
}

.swiperFv > .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after,
.swiperFv .swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet::after {
  content: "";
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
}

.swiperFv > .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiperFv .swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

.swiperFv > .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after,
.swiperFv .swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet-active::after {
  background: #e4012e;
}

.p-fv__leadSp {
  display: none;
  background: #0057a4;
  color: #ffffff;
}

@media (max-width: 767px) {
  .p-fv__leadSp {
    display: block;
  }
}

.p-fv__leadSp p {
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 1rem 1.4rem;
}

.p-service {
  padding-top: 4rem;
  position: relative;
}

.p-service::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffffff;
  content: "";
  z-index: -2;
}

.p-service__inner {
  padding: 0 4rem;
  width: 1620rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-service__inner {
    padding: 0 1.6rem;
  }
}

.p-service__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media (max-width: 767px) {
  .p-service__items {
    gap: 2.4rem 1.6rem;
  }
}

.c-service__item {
  padding: 0 1.5rem;
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .c-service__item {
    padding: 0;
  }
}

.c-service__item--link {
  display: block;
  color: #ffffff;
  background: #0057a4;
}

.c-service__item--link:hover {
  background: transparent;
  transition: all 0.6s ease;
}

.c-service__item--link:hover .c-service__item--top::after {
  height: 100%;
  transition: all 0.3s ease;
}

.c-service__item--link:hover .c-service__item--img {
  overflow: hidden;
}

.c-service__item--link:hover .c-service__item--img img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.c-service__item--link:hover .c-service__item--img::after {
  opacity: 1;
  transition: all 0.3s ease;
}

.c-service__item--link:hover .c-service__item--img::before {
  opacity: 1;
  transition: all 0.3s ease;
  opacity: 1;
}

.c-service__item--top {
  padding: 1.6rem 1rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  position: relative;
  text-align: center;
}

.c-service__item--top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #0077a9;
  z-index: -1;
  transition: all 0.3s ease;
}

.c-service__item--heading {
  display: block;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 1.6rem;
  line-height: 2;
}

.c-service__item--text {
  line-height: 1.75;
  font-size: 1.4rem;
}

.c-service__item--img {
  position: relative;
}

.c-service__item--img::before {
  content: "VIEW MORE";
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  opacity: 0;
  text-align: center;
  display: grid;
  place-content: center;
  z-index: 20;
}

.c-service__item--img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.p-about {
  padding-top: 3.2rem;
  padding-bottom: 6.4rem;
  background: #ffffff;
}

.p-about__heading {
  width: 32.5rem;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 6.4rem;
  position: relative;
}

.p-about__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10%;
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .p-about__items {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 5.4rem 1.6rem;
  }
}

.c-about__item:hover .c-about__item--img {
  display: none;
}

.c-about__item:hover .c-about__item--imgActive {
  display: block;
}

.c-about__item:hover .c-about__item--text p {
  color: #e4012e;
}

@media (max-width: 767px) {
  .c-about__item:hover .c-about__item--img {
    display: block;
  }
  .c-about__item:hover .c-about__item--imgActive {
    display: none;
  }
}

.c-about__item--img {
  padding: 0 3rem;
  display: block;
}

@media (max-width: 767px) {
  .c-about__item--img {
    padding: 0 33%;
  }
}

.c-about__item--imgActive {
  display: none;
  padding: 0 3rem;
}

.c-about__item--text {
  margin-top: 4.8rem;
}

.c-about__item--text p,
.c-about__item--text h3 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}

.c-about__item--text h3 {
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
}

.c-about__item--text p {
  color: #74828d;
  margin-top: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}

.p-proposal {
  padding: 6.4rem 0;
  text-align: center;
  background: #e1e2e4;
}

.p-proposal__heading {
  padding-bottom: 4rem;
}

.p-proposal__heading h2 {
  font-size: 3.6rem;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
  .p-proposal__heading h2 {
    font-size: clamp(1.8rem, 3.8vw, 5rem);
  }
}

.p-proposal__text {
  margin-top: 2.4rem;
}

.p-proposal__text p {
  font-size: 1.6rem;
  color: #74828d;
  line-height: 1.75;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
  .p-proposal__text p {
    font-size: 1.4rem;
  }
}

.p-proposal__bottom {
  display: grid;
  margin-top: 6.4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1199px) {
  .p-proposal__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    padding: 0 1.6rem;
  }
}

.p-proposal__image {
  overflow: hidden;
  transition: 0.3s all ease;
}

.p-proposal__image:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.p-proposal__image img {
  aspect-ratio: 384/350;
  object-fit: cover;
}

.p-news {
  background: #ffffff;
  padding-top: 6.4rem;
}

.p-news__inner {
  padding: 0 1.6rem;
  width: 85.2rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-news__container {
  width: 100%;
  background: #f1f1f2;
  border-radius: 3rem;
  padding: 4rem;
  margin-top: 6.4rem;
}

@media (max-width: 767px) {
  .p-news__container {
    padding: 2.4rem 1.6rem;
  }
}

.p-news__box--head {
  background: #0057a4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.4rem;
  border: 1px solid #0057a4;
}

.p-news__box--head h3 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .p-news__box--head h3 {
    font-size: 1.6rem;
  }
}

.p-news__box--image {
  width: 24rem;
  display: grid;
  place-content: center;
}

@media (max-width: 767px) {
  .p-news__box--image {
    width: 15rem;
  }
}

.p-news__item {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.p-news__item:not(:first-child) .p-news__tag {
  visibility: hidden;
}

@media (max-width: 767px) {
  .p-news__item:not(:first-child) .p-news__tag {
    display: none;
  }
}

.p-news__link {
  padding: 1.6rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  background: #fff;
}

@media (max-width: 767px) {
  .p-news__link {
    padding: 1.6rem;
    gap: 1.6rem;
  }
}

.p-news__link:hover .p-news__date {
  color: #e4012e;
  transition: all 0.3s ease;
}

.p-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  width: 20rem;
}

@media (max-width: 767px) {
  .p-news__meta {
    flex-direction: column;
    width: 8rem;
    gap: 1rem;
  }
}

.p-news__tag {
  color: #ffffff;
  background: #fbb03b;
  display: grid;
  place-content: center;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  min-width: 4rem;
  width: 100%;
}

.p-news__date {
  font-family: "Roboto Condensed", sans-serif;
  color: #74828d;
}

.p-news__title {
  width: calc(100% - 20rem);
  font-family: "Roboto Condensed", sans-serif;
  color: #0057a4;
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .p-news__title {
    width: calc(100% - 8rem);
  }
}

.p-news__item--next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 5.6rem;
  background: #ffffff;
  padding-right: 3.2rem;
}

.p-news__next--link {
  display: inline-block;
  padding-left: 2.4rem;
  position: relative;
}

.p-news__next--link::after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #666666;
  width: 12px;
  height: 12px;
  top: 50%;
  translate: 0 -50%;
  top: 50%;
  left: 0%;
}

.p-news__next--link:hover {
  color: #e4012e;
}

.p-news__next--link:hover::after {
  background: #e4012e;
}

.p-recruit {
  padding-top: 12rem;
  padding-bottom: 15rem;
  background: #ffffff;
}

@media (max-width: 767px) {
  .p-recruit {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}

.p-recruit__inner {
  padding: 0 1.6rem;
  width: 85.2rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-recruit__container {
  margin-top: 2.8rem;
  width: 100%;
  background: #f1f1f2;
  border-radius: 3rem;
  padding: 4.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 2.4rem;
}

@media (max-width: 767px) {
  .p-recruit__container {
    grid-template-columns: 1fr;
    padding: 3.2rem 2.4rem;
  }
}

.p-recruit__btn a {
  padding: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}

.p-recruit__btn a span {
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 2.4rem;
  height: 2.4rem;
}

.p-recruit__btn--primary a {
  border: 2px solid #0057a4;
  background: #0057a4;
  transition: 0.2s all ease;
  color: #ffffff;
}

.p-recruit__btn--primary a span {
  background: #ffffff;
}

.p-recruit__btn--primary a:hover {
  background: #ffffff;
  color: #0057a4;
}

.p-recruit__btn--primary a:hover span {
  background: #0057a4;
}

.p-recruit__btn--secondary a {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #0057a4;
}

.p-recruit__btn--secondary a span {
  background: #0057a4;
}

.p-recruit__btn--secondary a:hover {
  border: 2px solid #0057a4;
  background: #0057a4;
  transition: 0.2s all ease;
  color: #ffffffff;
}

.p-recruit__btn--secondary a:hover span {
  background: #ffffff;
}

.p-banner {
  aspect-ratio: 1680 / 380;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background: transparent;
  background: url(../image/top/bg_taketomo_.webp);
}

@media (max-width: 767px) {
  .p-banner {
    aspect-ratio: 4/3;
  }
}

.p-banner__bg {
  max-width: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.p-banner__image {
  width: 38rem;
  max-width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .p-banner__image {
    width: 32rem;
  }
}

.p-footer {
  background: #0057a4;
  color: #ffffff;
}

.p-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 4rem;
  padding-bottom: 6.4rem;
}

@media (max-width: 1199px) {
  .p-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 4.8rem 2.4rem;
  }
}

@media (max-width: 767px) {
  .p-footer__inner {
    grid-template-columns: 1fr;
  }
}

.c-footer__menu h3 a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.c-footer__menu h3 a:hover {
  transition: all 0.3s ease;
  color: #e4012e;
}

.c-footer__menu ul li {
  margin-top: 4px;
  padding-left: 1.6rem;
  position: relative;
}

.c-footer__menu ul li:not(:first-child) {
  margin-top: 0.8rem;
}

.c-footer__menu ul li::after {
  padding-top: 2px;
  content: ">";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
}

.c-footer__menu ul li a {
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: 0.08em;
}

.c-footer__menu ul li a:hover {
  transition: all 0.3s ease;
  color: #e4012e;
}

.p-footer__copy {
  background: #313131;
}

.p-footer__copy--inner {
  width: 123.2rem;
  padding: 1.6rem;
  margin: 0 auto;
  max-width: 100%;
}

.p-footer__copy--inner p {
  line-height: 1;
  padding-right: 3.2rem;
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .p-footer__copy--inner p {
    font-size: 1.4rem;
  }
}

.p-footer__copy--inner p::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 100%;
  width: 1px;
  background: #ffffff;
}

.p-toTop {
  visibility: hidden;
  width: 4rem;
  height: 4rem;
  border: 2px solid #0057a4;
  background: #FFFFFF;
  border-radius: 50%;
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
  z-index: 1000;
  display: block;
}

.p-toTop::after {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #0057a4;
  border-right: 2px solid #0057a4;
}

.p-toTop.js-toTopActive {
  transition: .6s all ease;
  opacity: 1;
  visibility: visible;
}

.p-fv__leadSp--sub {
  margin-top: 6rem;
}

.l-subContent {
  padding-bottom: 16rem;
}

.c-subpage__link {
  width: 123.2rem;
  padding: 18rem 1.6rem 0;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .c-subpage__link {
    padding-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.c-subpage__link ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2%;
}

@media (max-width: 767px) {
  .c-subpage__link ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.c-subpage__link ul li a {
  background: #cccccc;
  padding: 1rem 1.6rem;
  text-align: center;
  display: grid;
  place-content: center;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  z-index: 0;
}

.c-subpage__link ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #0057a4;
  z-index: -1;
}

.c-subpage__link ul li a:hover {
  transition: all 0.3s ease;
  color: #ffffff;
}

.c-subpage__link ul li a:hover::after {
  height: 100%;
  transition: all 0.3s ease;
}

.c-subpage__link ul li .c-subpage__active {
  background: #55c3e9;
  color: #ffffff;
}

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

.p-subPage__ttl h1 {
  padding: 1rem 1.6rem;
  background: #0057a4;
  display: block;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}

.p-subPage__body {
  margin-top: 2.4rem;
}

.p-subPage__body h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.p-subPage__body p {
  margin-top: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
}

.p-subPage__imageGallery {
  margin-top: 6.4rem;
}

.p-subPage__imageGallery--type01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

@media (max-width: 767px) {
  .p-subPage__imageGallery--type01 {
    gap: 3.2rem;
    grid-template-columns: 1fr;
  }
}

.p-subPage__imageGallery--type02 {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 2.4rem;
}

@media (max-width: 767px) {
  .p-subPage__imageGallery--type02 {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
}

.p-subPage__imageGallery--type03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
}

@media (max-width: 767px) {
  .p-subPage__imageGallery--type03 {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
}

.p-subPage__image--ttl {
  position: relative;
  margin-top: 6.4rem;
  padding-left: 2.4rem;
  margin-bottom: 2.4rem;
}

.p-subPage__image--ttl::after, .p-subPage__image--ttl::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  top: 0;
}

.p-subPage__image--ttl::before {
  left: 0;
  background: #02759d;
}

.p-subPage__image--ttl::after {
  left: 1.2rem;
  background: #b5b6b6;
}

.p-subPage__image--ttl h3 {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.p-subPage__image--ttl02::before {
  left: 0;
  background: #6e6c91;
}

.p-subPage__movie--ttl {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.p-subPage__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  margin-bottom: 4.8rem;
}

.p-subPage__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-subCompany {
  padding-bottom: 14rem;
}

@media (max-width: 767px) {
  .p-subCompany {
    padding-top: 0rem;
  }
}

.p-subCompany__link {
  width: 123.2rem;
  padding: 18rem 1.6rem 0;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .p-subCompany__link {
    padding-top: 2.4rem;
  }
}

.p-subCompany__link ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
}

@media (max-width: 767px) {
  .p-subCompany__link ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.p-subCompany__link ul li a {
  background: #cccccc;
  padding: 1rem 1.6rem;
  text-align: center;
  display: grid;
  place-content: center;
  font-weight: bold;
  letter-spacing: 0.075em;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  z-index: 0;
}

.p-subCompany__link ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #0057a4;
  z-index: -1;
}

.p-subCompany__link ul li a:hover {
  transition: all 0.3s ease;
  color: #ffffff;
}

.p-subCompany__link ul li a:hover::after {
  height: 100%;
  transition: all 0.3s ease;
}

.p-subCompany__link ul li .p-subCompany__active {
  background: #55c3e9;
  color: #ffffff;
}

.p-subCompany__content {
  margin-top: 6.4rem;
}

.p-subCompany__ttl h1 {
  padding: 1rem 1.6rem;
  background: #0057a4;
  display: block;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}

.p-subCompany__fv {
  margin-top: 2.4rem;
}

@media (max-width: 767px) {
  .p-subCompany__fv img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

.p-subCompany__body {
  margin-top: 2.4rem;
}

.p-subCompany__body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.p-subCompany__body p {
  margin-top: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.075em;
}

.p-subCompany__images {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}

@media (max-width: 767px) {
  .p-subCompany__images {
    grid-template-columns: 1fr;
  }
}

.p-subCompany__image--president {
  display: flex;
  align-items: end;
}

.p-subCompany__image--president img {
  width: 32%;
}

.p-subCompany__image--text {
  width: 68%;
  padding-left: 2.4rem;
}

.p-subCompany__image--text h3 {
  padding-top: 3.2rem;
  font-size: 3.2rem;
  position: relative;
}

.p-subCompany__image--text h3::after {
  position: absolute;
  left: 0;
  top: 1rem;
  content: "代表取締役社長";
  font-size: 1.4rem;
  letter-spacing: .075em;
}

.p-subCompany__image--textEn {
  width: 68%;
  padding-left: 2.4rem;
}

.p-subCompany__image--textEn h3 {
  padding-top: 3.2rem;
  font-size: 3.2rem;
  position: relative;
}

.p-subCompany__image--textEn h3::after {
  position: absolute;
  left: 0;
  top: 1rem;
  content: "President & CEO";
  font-size: 1.4rem;
  letter-spacing: .075em;
}

.p-subCompany__guideText {
  text-align: center;
}

.p-subCompany__guideText h3 {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 6.4rem;
}

@media (max-width: 767px) {
  .p-subCompany__guideText h3 {
    font-size: 2.6rem;
    margin-top: 4.8rem;
  }
}

.p-subCompany__guideText p {
  font-size: 2.4rem;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .p-subCompany__guideText p {
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }
}

.p-subCompany__guideImage {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .p-subCompany__guideImage {
    margin-top: 6.4rem;
  }
}

.p-history {
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .p-history {
    padding: 0;
  }
}

.p-history__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-history__item {
  display: flex;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #ddd;
}

.p-history__year {
  width: 8rem;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
  .p-history__year {
    font-size: 1.4rem;
    width: 6rem;
  }
}

.p-history__text {
  flex: 1;
  font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
  .p-history__text {
    font-size: 1.4rem;
  }
}

.p-history__text--board {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-history__text--board span {
  display: block;
}

.p-quality__itemTtl {
  padding-top: 1.6rem;
}

@media (max-width: 767px) {
  .p-quality__itemTtl {
    margin-bottom: 3.2rem;
  }
}

.p-quality__itemTtl h3 {
  font-weight: 400;
  font-size: 1.6rem;
}

.p-subPage--access {
  padding-top: 12rem;
}

@media (max-width: 767px) {
  .p-subPage--access {
    padding-top: 1.6rem;
  }
}

.p-subPage__accessMap {
  margin-top: 4.8rem;
}

.p-subPage__accessMap--wrap {
  aspect-ratio: 1440/810;
  position: relative;
  overflow: hidden;
}

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

.p-subPage__accessText {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.p-subPage__accessText p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0;
}

.p-subPage__accessText a {
  font-size: 1.4rem;
  font-weight: 400;
}

.p-subPage__recruitBox {
  margin-bottom: 8rem;
}

.p-subPage__recruitBox h2 {
  background: #0079c3;
  display: inline-block;
  padding: 1.2rem 1.6rem;
  color: #ffffff;
}

.p-subPage__recruitBox .table-job {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 16px;
  line-height: 1.6;
}

.p-subPage__recruitBox .table-job th,
.p-subPage__recruitBox .table-job td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.p-subPage__recruitBox .table-job th {
  width: 25%;
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .p-subPage__recruitBox .table-job th,
  .p-subPage__recruitBox .table-job td {
    display: block;
    width: 100%;
  }
  .p-subPage__recruitBox .table-job th {
    background: #f5f5f5;
    border-bottom: none;
    padding-bottom: 4px;
  }
  .p-subPage__recruitBox .table-job td {
    padding-top: 0;
  }
}

.p-recruit__btn--subPage {
  width: 240px;
  margin: 6.4rem auto 0;
}

.p-recruit__btn--subPage p {
  margin-top: 0;
}

.p-subPage__contact--items {
  width: 83.2rem;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}

.p-subPage__contact--item {
  background: #f2f2f4;
  padding: 1.6rem 2.4rem;
}

.p-subPage__contact--item p {
  font-size: 1.6rem;
}

.p-subPage__contact--itemHeading {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
}

.p-subPage__contact--itemTel {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 1.6rem;
  display: block;
}

.p-subPage__contact--itemTel span {
  font-size: 1rem;
  display: block;
}

.p-subPage__contact--itemAddress {
  margin-top: 1.6rem;
  display: block;
  font-size: 1.4rem;
}

.p-subPage__contact--itemForm {
  display: grid;
  place-content: center;
}

.p-subPage__contact--itemLink {
  display: grid;
  place-content: center;
}

.p-subPage__contact--itemLink:hover {
  transition: all 0.3s ease;
  color: #e4012e;
}

.p-subPage__contact--itemLink:hover p {
  color: #e4012e;
  transition: all 0.3s ease;
}

.p-subPage__contact--itemLink:hover p::after {
  background: #e4012e;
}

.p-subPage__contact--itemLink p {
  color: #0057a4;
  font-size: 2rem;
  margin-top: 0;
  text-decoration: underline;
  display: inline-block;
  padding-left: 2.4rem;
  position: relative;
}

.p-subPage__contact--itemLink p::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: #0057a4;
  width: 2rem;
  height: 2rem;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

#subDrylami, #subDrylamiEn {
  padding-bottom: 12rem;
}

/* --------------------------------
   Form 
-------------------------------- */
#subContactForm {
  /* --------------------------------
   Form Rows
-------------------------------- */
  /* 必須マーク */
  /* 郵便番号の 〒 */
  /* --------------------------------
   Input & Textarea
-------------------------------- */
  /* --------------------------------
   BTN
-------------------------------- */
  /* --------------------------------
   CF7 Validation Errors
-------------------------------- */
  /* 確認用：成功時の色 */
}

#subContactForm .c-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

#subContactForm .c-form__note {
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 2.4rem;
}

#subContactForm .c-form__note span {
  font-size: 2.4rem;
  font-weight: bold;
}

#subContactForm .c-form__label--info {
  font-size: 1.4rem;
  color: #333;
}

#subContactForm .c-form__row {
  margin-bottom: 1.8rem;
}

#subContactForm .c-form__label {
  display: block;
  margin-top: 4rem;
}

#subContactForm .c-form__req {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.2em 0.4em;
  font-size: 0.8em;
  border-radius: 0.2em;
  background: #d93535;
  color: #fff;
}

#subContactForm .c-form__zip-prefix {
  margin-right: 0.5em;
  font-weight: 600;
}

#subContactForm .c-form__help {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.85em;
  color: #666;
}

#subContactForm .c-form input[type="text"],
#subContactForm .c-form input[type="email"],
#subContactForm .c-form input[type="tel"],
#subContactForm .c-form textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  font-size: 1rem;
  background: #fff;
  transition: border-color 0.2s ease;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

#subContactForm .c-form textarea {
  min-height: 160px;
  resize: vertical;
}

#subContactForm .c-form input:focus,
#subContactForm .c-form textarea:focus {
  outline: none;
  border-color: #333;
}

#subContactForm .c-form__confirm {
  margin: 2rem 0;
  padding: 2rem 1rem;
  background: #f8f8f8;
  border-radius: 8px;
}

#subContactForm .c-form__confirm-text {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}

#subContactForm .p-subContact__Thanks .c-thanks {
  padding: 80px 20px;
  text-align: center;
}

#subContactForm .p-subContact__Thanks .c-thanks__inner {
  max-width: 720px;
  margin: 0 auto;
}

#subContactForm .p-subContact__Thanks .c-thanks__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}

#subContactForm .p-subContact__Thanks .c-thanks__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
  color: #444;
}

#subContactForm .p-subContact__Thanks .c-thanks__text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3.2rem;
  color: #666;
}

#subContactForm .p-subContact__Thanks .c-thanks__btnWrap {
  margin-top: 30px;
}

#subContactForm .p-subContact__Thanks .c-thanks__btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

#subContactForm .p-subContact__Thanks .c-thanks__btn:hover {
  opacity: 0.8;
}

#subContactForm .c-privacy__link {
  text-decoration: underline;
}

#subContactForm .wpcf7-submit {
  margin-top: 1rem;
}

#subContactForm .p-subPage__contact .wpcf7-list-item {
  display: block;
  line-height: 1;
}

#subContactForm .p-subPage__contact .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}

#subContactForm .p-subPage__contact input[type="checkbox"] {
  display: none;
}

#subContactForm .p-subPage__contact .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}

#subContactForm .p-subPage__contact .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

#subContactForm .p-subPage__contact input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-top: 2px solid #0057a4;
  border-right: 2px solid #0057a4;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 6px;
}

#subContactForm .c-form__action {
  text-align: center;
  justify-content: center;
  gap: 1rem;
}

#subContactForm .c-form__action > p {
  width: 32rem;
  margin: 4rem auto !important;
  display: grid !important;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 1rem;
}

#subContactForm .c-form__action > p input {
  margin: 0 !important;
}

#subContactForm .c-form__action br {
  display: none;
}

#subContactForm .wpcf7-previous,
#subContactForm .c-btn {
  padding: 1.6rem 2.5rem;
  background: #222;
  color: #fff;
  font-size: 1.6rem;
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

#subContactForm .c-btn:hover {
  opacity: 0.85;
}

#subContactForm .c-form__action .wpcf7-previous {
  padding: 1.6rem 2.5rem;
  background: #FFFFFF;
  color: #000000;
  border: 2px solid;
  font-size: 1.6rem #000000;
  width: 25rem;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: opacity 0.25s ease;
  margin-bottom: 2rem;
}

#subContactForm .c-form__action .wpcf7-spinner {
  display: none;
}

#subContactForm .wpcf7-submit[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

#subContactForm .wpcf7-not-valid-tip {
  color: #d93535;
  margin-top: 0.4rem;
  font-size: 0.85em;
}

#subContactForm .wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 2px solid #d93535;
  color: #d93535;
  border-radius: 0.4rem;
}

#subContactForm .wpcf7-mail-sent-ok {
  border-color: #2a7a2a;
  color: #2a7a2a;
}

.wpcf7 p {
  display: inline !important;
  margin: 0 !important;
}

.c-rtn-btn {
  display: block !important;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
}

.c-form__acceptBtn {
  text-align: center;
  padding: 3.2rem 0 2.4rem;
  margin-bottom: 0;
}

.c-form__acceptBtn a {
  text-decoration: underline;
}

.p-single {
  padding-top: 18rem;
  padding-bottom: 12rem;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.68;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .p-single {
    padding-top: 10rem;
  }
}

.p-single h1 {
  margin-bottom: 4rem;
  font-size: 3.2rem;
}

@media (max-width: 767px) {
  .p-single h1 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.p-single__backBtn {
  width: 24rem;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border: 1px solid #0057a4;
  background: #0057a4;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem;
}

.p-single__backBtn:hover {
  background: #FFFFFF;
  color: #0057a4;
}

#subGravure {
  padding-top: 14rem;
}

@media (max-width: 767px) {
  #subGravure {
    padding-top: 2.4rem;
  }
}

.p-subGravure__topText {
  margin-top: 2.4rem;
}

.p-subGravure__middle {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}

@media (max-width: 767px) {
  .p-subGravure__middle {
    grid-template-columns: 1fr;
  }
}

.p-subGravure__bottomImage--top {
  margin-top: 6.4rem;
}

.p-subGravure__bottomImage--bottom {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

#subSitemap {
  padding-top: 14rem;
}

@media (max-width: 767px) {
  #subSitemap {
    padding-top: 2.4rem;
  }
}

#subSitemap .c-footer__menu {
  padding-left: 2.4rem;
}

#subSitemap .c-footer__menu h3 {
  margin-top: 1.6rem;
}

#subSitemap .c-footer__menu h3 a {
  color: #000000;
}

#subSitemap .c-footer__menu ul {
  padding-left: 2.3rem;
}

#subSitemap .c-footer__menu ul li a {
  color: #000000;
}

.p-subSitemapWrap h2 a {
  font-size: 2.4rem;
  font-weight: 400;
}

.p-subPrivacy {
  padding-top: 12rem;
}

@media (max-width: 767px) {
  .p-subPrivacy {
    padding-top: 6.4rem;
  }
}

.p-subPrivacy .p-subPage--policy .p-subPage__ttl h1 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  line-height: 1.4;
  font-weight: 700;
}

.p-subPrivacy .p-policy {
  --pp-spacing: clamp(16px, 2.4vw, 28px);
  --pp-narrow: clamp(8px, 1.6vw, 16px);
  margin-top: var(--pp-spacing);
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.9;
  color: #222;
}

.p-subPrivacy .p-policy__lead {
  background: #f6f8fb;
  border-left: 4px solid #3a7abf;
  padding: 1rem 1.2rem;
  border-radius: 6px;
}

.p-subPrivacy .p-policy__toc {
  margin: var(--pp-spacing) 0;
  padding: var(--pp-narrow);
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
}

.p-subPrivacy .p-policy__toc ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: .4rem .8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-subPrivacy .p-policy__toc a {
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  padding-bottom: 1px;
}

.p-subPrivacy .p-policy__toc a:hover {
  opacity: .8;
}

.p-subPrivacy .p-policy__section {
  margin-top: var(--pp-spacing);
  scroll-margin-top: 100px;
  /* 固定ヘッダー分のずれ補正 */
}

.p-subPrivacy .p-policy__section h2 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  margin-bottom: .6rem;
  position: relative;
  padding-left: .9rem;
}

.p-subPrivacy .p-policy__section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 4px;
  height: 1.1em;
  background: #3a7abf;
  border-radius: 2px;
}

.p-subPrivacy .p-policy__list {
  list-style: none;
  padding-left: 0;
  margin: .6rem 0 0;
}

.p-subPrivacy .p-policy__list li {
  position: relative;
  padding-left: 1.2rem;
  margin: .2rem 0;
}

.p-subPrivacy .p-policy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #3a7abf;
}

.p-subPrivacy .p-policy__contact {
  margin-top: .5rem;
  font-style: normal;
}

.p-subPrivacy .p-policy__dept {
  font-weight: 700;
}

.p-subPrivacy .p-policy__tel a, .p-subPrivacy .p-policy__mail a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-subPrivacy .p-policy__note {
  display: inline-block;
  margin-left: .5em;
  color: #555;
  font-size: .95em;
}

.p-subPrivacy .p-policy__date {
  margin-top: calc(var(--pp-spacing) * 1.2);
  font-size: .95em;
  color: #666;
  text-align: right;
  border-top: 1px solid #eee;
  padding-top: .8rem;
}
/*# sourceMappingURL=style.css.map */