@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #333333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
.l-header__inner {
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 2.5rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0rem 0.9375rem;
  }
}
.l-header__logo {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__logo img {
  width: auto;
  height: 7.125rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    height: 4rem;
  }
}

.l-header.active {
  background: rgba(255, 255, 255, 0);
}
.l-header.active .l-header__inner {
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-nav > ul > li {
  padding: 0 1.25rem;
  border-left: 0.0625rem solid #333333;
}
.l-header-nav > ul > li:last-child {
  border-right: 0.0625rem solid #333333;
}
.l-header-nav > ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
}
.l-header-nav > ul > li > a:hover {
  opacity: 0.7;
}

.l-header-icon {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header-icon {
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header-icon__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-icon__link {
    width: 100%;
    max-width: 100%;
    height: 3.75rem;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.l-header-icon__link:hover {
  opacity: 0.7;
}
.l-header-icon__link_bg {
  background: #00488e;
}
.l-header-icon__icon01 {
  display: block;
  width: auto;
  height: 1.5625rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-icon__icon01 {
    height: 1.25rem;
    margin-bottom: 0.375rem;
  }
}
.l-header-icon__icon02 {
  display: block;
  width: auto;
  height: 1.875rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-icon__icon02 {
    height: 1.5625rem;
    margin-bottom: 0.375rem;
  }
}
.l-header-icon__icon03 {
  display: block;
  width: auto;
  height: 1.875rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header-icon__icon03 {
    height: 1.5625rem;
    margin-bottom: 0.375rem;
  }
}
.l-header-icon__text {
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
.l-header-icon__text_black {
  color: #333333;
}

.l-header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#l-header-pageTop {
  position: fixed;
  right: 0.625rem;
  bottom: 1.25rem;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  background: #333;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.16);
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #l-header-pageTop {
    right: 0.625rem;
    bottom: 4.375rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
#l-header-pageTop:hover {
  opacity: 0.7;
}
#l-header-pageTop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  #l-header-pageTop img {
    width: 0.9375rem;
  }
}

.l-main {
  width: 100%;
  background-image: url(../imgs/bgimg.jpg);
  background-size: contain;
  background-position: top;
  background-repeat: repeat;
}

.l-footer {
  width: 100%;
}
.l-footer__inner {
  width: 100%;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0.9375rem 0.9375rem 4.6875rem 0.9375rem;
  }
}
.l-footer__cope {
  text-align: center;
}
.l-footer__cope small {
  font-size: 0.75rem;
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    position: absolute;
    top: 1.25rem;
    right: 0.9375rem;
    display: block;
    width: 1.875rem;
    height: 1.25rem;
    cursor: pointer;
    z-index: 100;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 1.875rem;
  height: 0.125rem;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-child(1) {
  top: 0rem;
}
.c-hamburger span:nth-child(2) {
  top: 0.5625rem;
}
.c-hamburger span:nth-child(3) {
  top: 1.125rem;
}

.c-hamburger.active span:nth-child(1) {
  background: #ffffff;
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-child(3) {
  display: none;
}
.c-hamburger.active span:nth-child(2) {
  background: #ffffff;
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav.active {
  opacity: 1;
  z-index: 998;
}

.c-hamburger-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav {
    position: fixed;
    top: 0rem;
    left: 0rem;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background:#00488ed4;
    padding: 6.25rem 1.25rem 5rem 1.25rem;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger-nav a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.c-hamburger-nav a:hover {
  opacity: 0.7;
}
.c-hamburger-nav > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.25rem 2.5rem;
}

.c-hamburger-nav .menu-item-has-children.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-fade {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3.125rem);
          transform: translateY(3.125rem);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.c-fade_in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-fv {
  width: 100%;
  background-image: url(https://iso-rise.co.jp/wp-content/uploads/2025/09/31925816_m.jpg);
  background-size: cover;
  background-position: left;
}
.p-fv__inner {
  position: relative;
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    height: 25rem;
  }
}

.p-fv-release {
  position: absolute;
  left: 4.375rem;
  bottom: 2.5rem;
  width: 14.375rem;
  height: 12.5rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-release {
    left: 1.25rem;
    bottom: 1.5625rem;
    width: 7.1875rem;
    height: 6.25rem;
    font-size: 0.75rem;
    padding: 0.3125rem;
  }
}
.p-fv-release__inner {
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #ffffff;
  padding-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-release__inner {
    padding-top: 0.75rem;
  }
}
.p-fv-release__year {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-release__year {
    margin-bottom: 0.3125rem;
  }
}
.p-fv-release__time {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-release__time {
    margin-bottom: 0.5rem;
  }
}
.p-fv-release__time span {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv-release__time span {
    font-size: 1.25rem;
  }
}

.p-fv-news {
  width: 100%;
}
.p-fv-news__inner {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 4.375rem 0rem 0rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    padding: 3.75rem 1.25rem 0rem 1.25rem;
  }
}
.p-fv-news__cope {
  color: #333;
  font-size: 1.375rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__cope {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
.p-fv-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5625rem 2.5rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    display: block;
    padding: 1.875rem 1.5625rem 1.25rem 1.5625rem;
  }
}
.p-fv-news__title {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  padding-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title {
    position: relative;
    display: inline-block;
    font-size: 1.375rem;
    padding-right: 0rem;
    margin-bottom: 1.875rem;
  }
  .p-fv-news__title::before {
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    content: " ";
    display: block;
    background: #2a679f;
    width: 100%;
    height: 0.1875rem;
  }
  .p-fv-news__title::after {
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    content: " ";
    display: block;
    background: #00488e;
    width: 25%;
    height: 0.1875rem;
  }
}
.p-fv-news__lists {
  position: relative;
  border-left: solid 0.1875rem #00488e;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__lists {
    border-left: none;
    padding-left: 0;
  }
}
.p-fv-news__lists::after {
  position: absolute;
  top: 0;
  left: -0.1875rem;
  content: " ";
  display: block;
  background: #2a679f;
  width: 0.1875rem;
  height: 18%;
}
@media screen and (max-width: 767px) {
  .p-fv-news__lists::after {
    display: none;
  }
}
.p-fv-news__list {
  margin-bottom: 0.625rem;
}
.p-fv-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link {
    display: block;
  }
}
.p-fv-news__link:hover {
  opacity: 0.7;
}
.p-fv-news__time {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-fv-news__time {
    display: block;
    line-height: 1.6;
    margin-bottom: 0.3125rem;
  }
}
.p-fv-news__text {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-fv-news__text {
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}

.p-fv-information {
  width: 100%;
}
.p-fv-information__inner {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 9.375rem 0rem 0rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-information__inner {
    padding: 6.25rem 1.25rem 0rem 1.25rem;
  }
}
.p-fv-information__title {
  position: relative;
  color: #333;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 4.6875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-information__title {
    font-size: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.p-fv-information__title::before {
  content: "Information";
  display: inline-block;
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 73, 44, 0.2);
  font-size: 3.4375rem;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-information__title::before {
    top: -1.5625rem;
    font-size: 2.5rem;
  }
}
.p-fv-information__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-fv-information__wapper {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.p-fv-information-table {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .p-fv-information-table {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.p-fv-information-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.1875rem;
     -moz-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
  border-bottom: 0.0625rem dotted #333;
  padding: 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-information-table__item {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.p-fv-information-table__item:first-child {
  padding-top: 0;
}
.p-fv-information-table__title {
  min-width: 9.375rem;
  width: 9.375rem;
  height: 2.5rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  background-color: #00488e;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-information-table__title {
    min-width: 6.875rem;
    width: 6.875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    padding-top: 0.4375rem;
  }
}
.p-fv-information-table__text {
  line-height: 1.5;
  padding: 0.625rem 1.875rem 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-fv-information-table__text {
    font-size: 0.875rem;
    padding: 0.3125rem 0 0 0;
  }
}
.p-fv-information-table__text_post {
  display: block;
  margin-bottom: 0.625rem;
}

.p-fv-information-map {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .p-fv-information-map {
    width: 100%;
    height: 18.75rem;
  }
}

.p-fv-greeting {
  width: 100%;
}
.p-fv-greeting__inner {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 9.375rem 0rem 6.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__inner {
    padding: 6.25rem 1.25rem 3.75rem 1.25rem;
  }
}
.p-fv-greeting__title {
  position: relative;
  color: #333;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 5.3125rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__title {
    font-size: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.p-fv-greeting__title::before {
  content: "Greeting";
  display: inline-block;
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 73, 44, 0.2);
  font-size: 3.4375rem;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__title::before {
    top: -1.5625rem;
    font-size: 2.5rem;
  }
}
.p-fv-greeting__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3.75rem;
  }
}
.p-fv-greeting__wapper_in {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__wapper_in {
    width: 100%;
    padding: 0 1.25rem;
  }
}
.p-fv-greeting__wapper02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__wapper02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-fv-greeting__imgBox {
  position: relative;
  width: 100%;
  height: 35rem;
  padding: 1.875rem 2.8125rem 1.875rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__imgBox {
    width: 100%;
    height: auto;
    padding: 8% 9%;
  }
}
.p-fv-greeting__imgBox::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 15.625rem;
  height: 21.875rem;
  background-color: #00488e;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__imgBox::before {
    width: 47%;
    height: 62.5%;
  }
}
.p-fv-greeting__imgBox::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 18.75rem;
  height: 6.25rem;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__imgBox::after {
    width: 57%;
    height: 18%;
  }
}
.p-fv-greeting__img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
}
.p-fv-greeting__textBox {
  width: 48%;
  padding-top: 1.875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__textBox {
    width: 100%;
    padding-top: 2.5rem;
  }
}
.p-fv-greeting__text {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1.875rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting__text {
    margin-bottom: 1.25rem;
  }
}
.p-fv-greeting__nameBox {
  display: inline-block;
}
.p-fv-greeting__job {
  font-size: 0.875rem;
  line-height: 2;
  text-align: left;
}
.p-fv-greeting__name {
  font-size: 0.875rem;
  line-height: 2;
}
.p-fv-greeting__name_big {
  font-size: 1.125rem;
  padding: 0 0.875rem;
}
.p-fv-greeting__name_eng {
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.p-fv-greeting-career {
  width: 100%;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting-career {
    margin-bottom: 2.5rem;
  }
}
.p-fv-greeting-career__title {
  position: relative;
  color: #333;
  font-size: 1.375rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.09375rem solid #00488e;
  margin-bottom: 1.875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting-career__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-fv-greeting-career__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.09375rem;
  width: 1.875rem;
  height: inherit;
  border-bottom: 0.09375rem solid #333;
  z-index: 2;
}
.p-fv-greeting-career__list {
  font-size: 0.875rem;
  line-height: 2;
}

.p-fv-greeting-qualification {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting-qualification {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-fv-greeting-qualification__title {
  position: relative;
  color: #333;
  font-size: 1.375rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.09375rem solid #00488e;
  margin-bottom: 1.875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting-qualification__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-fv-greeting-qualification__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.09375rem;
  width: 1.875rem;
  height: inherit;
  border-bottom: 0.09375rem solid #333;
  z-index: 2;
}
.p-fv-greeting-qualification__list {
  font-size: 0.875rem;
  line-height: 2;
}

.p-fv-greeting-affiliation {
  width: 47.22%;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting-affiliation {
    width: 100%;
  }
}
.p-fv-greeting-affiliation__title {
  position: relative;
  color: #333;
  font-size: 1.375rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.09375rem solid #00488e;
  margin-bottom: 1.875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-greeting-affiliation__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-fv-greeting-affiliation__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.09375rem;
  width: 1.875rem;
  height: inherit;
  border-bottom: 0.09375rem solid #333;
  z-index: 2;
}
.p-fv-greeting-affiliation__list {
  font-size: 0.875rem;
  line-height: 2;
}

.p-fv-medical {
  width: 100%;
  background-image: url(../imgs/bgimg02.webp);
  background-size: cover;
  background-position: top;
}
.p-fv-medical__inner {
  width: 100%;
  padding: 7.5rem 0rem 6.25rem 0rem;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-fv-medical__inner {
    padding: 6.25rem 1.25rem 8.75rem 1.25rem;
  }
}
.p-fv-medical__title {
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 4.6875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__title {
    font-size: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.p-fv-medical__title::before {
  content: "About";
  display: inline-block;
  position: absolute;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-size: 3.4375rem;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__title::before {
    top: -1.5625rem;
    font-size: 2.5rem;
  }
}
.p-fv-medical__lists {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.p-fv-medical__link {
  display: inline-block;
  width: 100%;
  padding: 0.5625rem;
  text-align: center;
  background-color: #00488e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-medical__link:hover {
  opacity: 0.7;
}
.p-fv-medical__link span {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  border: 0.0625rem solid white;
  padding: 1.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-medical__link span {
    font-size: 0.875rem;
    padding: 1.25rem 0.3125rem;
  }
}
.p-fv-medical__link span::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0.9375rem 0.9375rem;
  border-color: transparent transparent white transparent;
}

.p-fv-sub {
  width: 100%;
  max-width: 100%;
}
.p-fv-sub__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: 34.375rem;
  background-image: url(../imgs/bgimg02.webp);
  background-size: cover;
  background-position: top;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-fv-sub__inner {
    height: 28.125rem;
    padding: 0 1.25rem;
    background-position: right;
  }
}
.p-fv-sub__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-fv-sub__title {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  color: #ffffff;
  font-size: 3.375rem;
  letter-spacing: 0.1em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-fv-sub__title {
    font-size: 1.5rem;
  }
}

.p-fv-sub-breadcrumb {
  width: 100%;
  max-width: 100%;
  max-width: 67.5rem;
  padding: 1.25rem 0 2.5rem 0;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv-sub-breadcrumb {
    padding: 1.25rem;
  }
}
.p-fv-sub-breadcrumb a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-sub-breadcrumb a:hover {
  opacity: 0.7;
}
.p-fv-sub-breadcrumb .home span {
  position: relative;
  color: #333;
}

.p-parts {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.p-parts__inner {
  position: relative;
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts__inner {
    padding: 6.25rem 1.25rem 5rem 1.25rem;
  }
}
.p-parts h3 {
  font-size: 2.5rem;
  text-align: center;
  color: #00488e;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-parts h3 {
    font-size: 1.5rem;
  }
}
.p-parts h3 span {
  display: block;
  font-size: 1.75rem;
  text-align: center;
  color: #2a679f;
  font-family: "park-lane", serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-parts h3 span {
    font-size: 1.125rem;
  }
}
.p-parts h4 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
  background-color: #00488e;
}
@media screen and (max-width: 767px) {
  .p-parts h4 {
    font-size: 1.125rem;
    margin-top: 3.125rem;
    margin-bottom: 1.5625rem;
  }
}
.p-parts h4::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 0.25rem dashed #ffffff;
}
.p-parts h4::after {
  content: "";
  position: absolute;
  bottom: 0.3125rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 0.25rem dashed #ffffff;
}
.p-parts h5 {
  position: relative;
  color: #00488e;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.15;
  padding-bottom: 0.375rem;
  border-bottom: 0.1875rem solid rgba(42, 103, 159, 0.5);
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
.p-parts h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1875rem;
  width: 3.125rem;
  height: inherit;
  border-bottom: 0.1875rem solid #00488e;
}
@media screen and (max-width: 767px) {
  .p-parts h5 {
    font-size: 1.125rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-parts h6 {
  position: relative;
  color: #00488e;
  font-size: 1.125rem;
  line-height: 1.67;
  margin-top: 2.5rem;
  margin-bottom: 0.9375rem;
}
.p-parts h6::before {
  content: "";
  position: relative;
  top: 0.25rem;
  display: inline-block;
  width: 0.1875rem;
  height: 1.25rem;
  background-color: #00492C;
  margin-right: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-parts h6 {
    font-size: 1rem;
  }
}
.p-parts p {
  font-size: 0.875rem;
  line-height: 2;
}
.p-parts .p-copy {
  color: #143C80;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-copy {
    font-size: 1rem;
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-parts .p-name {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: right;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-name {
    font-size: 1rem;
  }
}
.p-parts .p-parts-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column_reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.p-parts .p-parts-column__imgBox {
  width: 100%;
  max-width: 36.84%;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column__imgBox {
    max-width: 100%;
  }
}
.p-parts .p-parts-column__imgBox img {
  width: 100%;
}
.p-parts .p-parts-column p {
  width: 100%;
  max-width: 59.65%;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column p {
    max-width: 100%;
  }
}
.p-parts .p-parts-column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 1.25rem;
  }
}
.p-parts .p-parts-column02__imgBox {
  width: 100%;
  max-width: 47.81%;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column02__imgBox {
    max-width: 100%;
  }
}
.p-parts .p-parts-column02__imgBox img {
  width: 100%;
}
.p-parts .p-parts-column03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 1.25rem;
  }
}
.p-parts .p-parts-column03__imgBox {
  width: 100%;
  max-width: 30.99%;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-column03__imgBox {
    max-width: 100%;
  }
}
.p-parts .p-parts-column03__imgBox img {
  width: 100%;
}
.p-parts .p-parts-imgBox {
  width: 100%;
  max-width: 100%;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-imgBox {
    margin: 3.125rem 0;
  }
}
.p-parts .p-parts-imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-parts .p-parts-imgBox_ful {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-parts .p-parts-imgBox_ful img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-parts ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.25rem;
  padding: 2.5rem;
  margin: 3.75rem 0 1.25rem 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts ul {
    grid-template-columns: repeat(1, 1fr);
    margin: 3.125rem 0 1.25rem 0;
    padding: 2.5rem 1.25rem;
  }
}
.p-parts ul li {
  position: relative;
  font-size: 0.875rem;
  line-height: 2;
  padding-left: 1.875rem;
}
.p-parts ul li::before {
  position: absolute;
  top: -0.25rem;
  left: 0;
  content: "●";
  font-size: 1.125rem;
}
.p-parts .p-parts-list {
  position: relative;
  margin: 3.75rem 0 1.25rem 0;
}
.p-parts .p-parts-list ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.25rem;
  padding: 2.5rem;
  margin: 3.75rem 0 1.25rem 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-list ul {
    grid-template-columns: repeat(1, 1fr);
    margin: 3.125rem 0 1.25rem 0;
    padding: 2.5rem 1.25rem;
  }
}
.p-parts .p-parts-list ul::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.9375rem;
  bottom: 0.9375rem;
  left: 0;
  right: 0;
  border-top: 0.0625rem solid #00492C;
  border-bottom: 0.0625rem solid #00492C;
}
.p-parts .p-parts-list ul::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  border-top: 0.0625rem dashed #00492C;
  border-bottom: 0.0625rem dashed #00492C;
}
.p-parts .p-parts-list li {
  position: relative;
  z-index: 3;
  font-size: 0.875rem;
  line-height: 2;
  padding-left: 1.875rem;
  color: #00492C;
}
.p-parts .p-parts-list li::before {
  position: absolute;
  top: -0.4375rem;
  left: 0;
  content: ">";
  font-size: 1.25rem;
  color: #00492C;
}
.p-parts .p-parts-list02 {
  position: relative;
  margin: 3.75rem 0 1.25rem 0;
}
.p-parts .p-parts-list02 ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.25rem;
  padding: 2.5rem;
  margin: 3.75rem 0 1.25rem 0;
}
.p-parts .p-parts-list02 ul::before {
  content: "";
  position: absolute;
  top: -0.9375rem;
  left: 0.9375rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #2a679f;
  z-index: 1;
}
.p-parts .p-parts-list02 ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #00492C;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-list02 ul {
    grid-template-columns: repeat(1, 1fr);
    margin: 3.125rem 0 1.25rem 0;
    padding: 2.5rem 1.25rem;
  }
}
.p-parts .p-parts-list02 ul li {
  color: #ffffff;
  position: relative;
  font-size: 0.875rem;
  line-height: 2;
  padding-left: 1.875rem;
  z-index: 3;
}
.p-parts .p-parts-list02 ul li::before {
  position: absolute;
  top: 0.375rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.16875rem;
  height: 1.075rem;
  background-image: url(../imgs/list_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-parts .p-parts-button {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.p-parts .p-parts-button a {
  position: relative;
  display: inline-block;
  min-width: 16.25rem;
  color: #ffffff;
  font-size: 1rem;
  background-color: #00492C;
  text-align: center;
  border-radius: 0.3125rem;
  padding: 1rem 2.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-button a:hover {
  opacity: 0.7;
}
.p-parts .p-parts-button a::after {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #ffffff;
  border-right: 0.0625rem solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-parts .p-parts-button02 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.p-parts .p-parts-button02 a {
  position: relative;
  display: inline-block;
  min-width: 16.25rem;
  color: #ffffff;
  font-size: 1rem;
  background-color: #2a679f;
  text-align: center;
  border-radius: 0.3125rem;
  padding: 1rem 2.8125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-button02 a:hover {
  opacity: 0.7;
}
.p-parts .p-parts-button02 a::after {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #ffffff;
  border-right: 0.0625rem solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-parts .p-parts-button03 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.p-parts .p-parts-button03 a {
  position: relative;
  display: inline-block;
  color: #00492C;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-button03 a:hover {
  opacity: 0.7;
}
.p-parts .p-parts-button03 a::after {
  position: absolute;
  top: 48%;
  right: 0.9375rem;
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #00492C;
  border-right: 0.0625rem solid #00492C;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-parts .p-parts-button04 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.p-parts .p-parts-button04 a {
  position: relative;
  display: inline-block;
  color: #2a679f;
  font-size: 1rem;
  text-align: center;
  padding: 1rem 1.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-button04 a:hover {
  opacity: 0.7;
}
.p-parts .p-parts-button04 a::after {
  position: absolute;
  top: 48%;
  right: 0.9375rem;
  display: block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #2a679f;
  border-right: 0.0625rem solid #2a679f;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-parts table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.5rem 0;
}
.p-parts table th {
  color: #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  background-color: #00492C;
}
.p-parts table td {
  background: #fff;
}
.p-parts table th, .p-parts table td {
  font-size: 1.125rem;
  font-weight: 400;
  border: 0.125rem solid #ccc;
  padding: 0.875rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-parts table th, .p-parts table td {
    font-size: 1rem;
    padding: 0.875rem 0.9375rem;
  }
}
.p-parts .p-parts-table {
  overflow-X: scroll;
  margin: 2.5rem 0;
}
.p-parts .p-parts-table table {
  margin: 0 0 0.5rem 0;
}
.p-parts .p-parts-table th, .p-parts .p-parts-table td {
  min-width: 9.375rem;
}
.p-parts .p-parts-table02 table {
  width: 100%;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table02 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-parts .p-parts-table02 table tr th {
  padding: 0.875rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
  background-color: #00492C;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table02 table tr th {
    font-size: 1rem;
    width: 100%;
    padding: 0.875rem 1.25rem;
  }
}
.p-parts .p-parts-table02 table tr td {
  padding: 1.0625rem 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 0.0625rem solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-table02 table tr td {
    width: 100%;
    padding: 1.0625rem 1.25rem;
  }
}
.p-parts .p-parts-table02 table tr:nth-child(odd) td {
  background-color: #efefef;
}
.p-parts .p-parts-table02 table tr:nth-child(even) td {
  background-color: #ffffff;
}
.p-parts .p-parts-faqBox {
  margin: 3.75rem 0;
}
.p-parts .p-parts-faqBox__item {
  margin-bottom: 1.25rem;
}
.p-parts .p-parts-faqBox__title {
  position: relative;
  cursor: pointer;
  color: #00492C;
  font-size: 1.25rem;
  line-height: 1.5;
  border-bottom: 0.0625rem solid #00492C;
  padding-right: 3.4375rem;
  padding-left: 3.25rem;
  text-indent: -3.25rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-faqBox__title {
    font-size: 1rem;
    padding-left: 0;
    text-indent: 0;
  }
}
.p-parts .p-parts-faqBox__title::after {
  position: absolute;
  top: 38%;
  right: 1.25rem;
  border-right: solid 0.125rem #00492C;
  border-top: solid 0.125rem #00492C;
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-parts .p-parts-faqBox__title_q {
  position: relative;
  top: 0.1875rem;
  color: #00492C;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-faqBox__title_q {
    display: block;
    margin-bottom: 0.3125rem;
  }
}
.p-parts .p-parts-faqBox__content {
  display: none;
  padding: 1.875rem 0 1.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-parts .p-parts-faqBox__content {
    padding: 1.875rem 0 1.25rem 0;
  }
}
.p-parts .p-parts-faqBox__title.open::after {
  top: 58%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-parts-map {
  width: 100vw;
  height: 25rem;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-parts-map {
    height: 21.875rem;
  }
}

.p-parts-time {
  margin-bottom: 3.125rem;
  font-size: 1.125rem;
  text-align: center;
  color: #00492C;
}

.p-news {
  width: 100%;
  max-width: 100%;
  padding-bottom: 2.5rem;
}
.p-news__inner {
  width: 100%;
  max-width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding: 0 1.25rem;
  }
}
.p-news__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  border-bottom: 0.0625rem solid #333;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-news__wapper {
    display: block;
  }
}
.p-news__wapper a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news__wapper a:hover {
  opacity: 0.7;
}
.p-news__thumbnail {
  width: 13.75rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__thumbnail {
    margin: 0 auto 1.25rem auto;
    width: 100%;
  }
}
.p-news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    display: block;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__time {
    display: block;
    margin-bottom: 0.9375rem;
  }
}
.p-news__category .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.p-news__category .post-categories a {
  background: #333;
  color: #ffffff;
  padding: 0.25rem 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news__category .post-categories a:hover {
  opacity: 0.7;
}
.p-news__title {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.875rem;
  padding-bottom: 0.3125rem;
}
.p-news__pageNav {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}
.p-news__pageNav .page-numbers {
  background: #333;
  color: #ffffff;
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  padding-top: 0.875rem;
  margin-bottom: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-news__pageNav .page-numbers:hover {
  opacity: 0.7;
}
.p-news__pageNav .current {
  opacity: 0.7;
}

.p-content {
  width: 100%;
  max-width: 100%;
  padding: 3.75rem 2.5rem;
  background-color: #00492C;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-content {
    padding: 3.75rem 1.25rem;
  }
}
.p-content__text:not(:root) {
  font-size: 1.25rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-content__text:not(:root) {
    font-size: 1rem;
  }
}
.p-content__table:not(:root) {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.p-content__table:not(:root) input {
  width: 100%;
  background-color: #ffffff;
  padding: 0.9375rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-content__table:not(:root) input {
    margin-top: 0.625rem;
  }
}
.p-content__table:not(:root) textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 0.625rem;
}
.p-content__table:not(:root) tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-content__table:not(:root) tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
}
.p-content__table:not(:root) tr th {
  display: inline-block;
  margin-bottom: 2.5rem;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #00492C;
}
@media screen and (max-width: 767px) {
  .p-content__table:not(:root) tr th {
    display: block;
    text-align: left;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 0;
  }
}
.p-content__table:not(:root) tr th p {
  color: #333;
  font-weight: 700;
}
.p-content__table:not(:root) tr th .p-content__required {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  background-color: #ffffff;
  padding: 0.375rem 0.5rem;
  margin-left: 1.25rem;
  white-space: nowrap;
}
.p-content__table:not(:root) tr td {
  display: inline-block;
  margin-bottom: 2.5rem;
  min-width: 70%;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-content__table:not(:root) tr td {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
.p-content__table:not(:root) tr:nth-child(odd) td {
  background-color: rgba(255, 255, 255, 0);
}
.p-content__table:not(:root) tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0);
}

.p-contact_textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact_textarea {
    margin-top: 0.625rem;
  }
}

.p-contact_personal {
  display: inline-block;
}
.p-contact_personal .wpcf7-list-item-label {
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact_personal .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}

.p-content-button {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-content-button {
    margin-top: 1.25rem;
  }
}
.p-content-button .confirm-button {
  width: 100%;
  max-width: 18.75rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  padding: 0.9375rem 1.875rem;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-content-button .confirm-button {
    font-size: 1rem;
  }
}
.p-content-button .confirm-button:hover {
  opacity: 0.7;
}
.p-content-button .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  color: #ffffff;
  text-align: center;
}

.date-banner {
  border: 0.1875rem solid #B62633;
  padding: 3.125rem 0.625rem;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .date-banner {
    padding: 1.875rem 0.625rem;
  }
}
.date-banner__text {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .date-banner__text {
    font-size: 0.75rem;
    margin-bottom: 0.9375rem;
  }
}
.date-banner__time {
  color: #B62633;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .date-banner__time {
    font-size: 1.125rem;
  }
}
.date-banner__text02 {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .date-banner__text02 {
    font-size: 0.625rem;
  }
}

.wpcf7-not-valid-tip {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-change_sp {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */