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

p,
a,
li,
ol,
div,
dt,
dd,
th,
td,
span {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  color: #464646;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
@media screen and (max-width: 960px) {
  .l-header {
    height: auto;
    background-color: rgba(255, 255, 255, 0);
  }
}
.l-header__inner {
  width: 100%;
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 25px 50px 25px 40px;
}
@media screen and (max-width: 960px) {
  .l-header__inner {
    padding: 20px;
  }
}
.l-header__logo {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    max-width: 200px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__logo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 960px) {
  .l-header-change {
    background-color: rgba(204, 204, 204, 0.7);
  }
}

@media screen and (max-width: 960px) {
  .l-header-change.active {
    background-color: rgba(110, 183, 99, 0);
  }
}

.l-header__logo.active {
  opacity: 0;
  pointer-events: none;
}

.l-header-nav {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-nav .menu > li {
  padding: 0 20px;
  border-left: 0.43px solid #464646;
}
.l-header-nav .menu > li:last-child {
  border-right: 0.43px solid #464646;
}
.l-header-nav .menu > li > a {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav .menu > li > a:hover {
  opacity: 0.6;
}

.l-header-icon {
  position: fixed;
  top: 300px;
  right: 0;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .l-header-icon {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header-icon__link {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #ee869a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-header-icon__link {
    width: 100%;
    max-width: 100%;
    height: 60px;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.l-header-icon__link:hover {
  opacity: 0.6;
}
.l-header-icon__link_bg {
  background-color: #6eb763;
}
.l-header-icon__icon01 {
  width: 100%;
  max-width: 34.5px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 16px;
  margin-bottom: 10px;
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .l-header-icon__icon01 {
    max-width: 24px;
    margin-top: 12px;
  }
}
.l-header-icon__icon02 {
  width: 100%;
  max-width: 29px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 13px;
  margin-bottom: 8px;
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .l-header-icon__icon02 {
    max-width: 19px;
    margin-top: 12px;
  }
}
.l-header-icon__icon03 {
  width: 100%;
  max-width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 12px;
  margin-bottom: 8px;
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .l-header-icon__icon03 {
    max-width: 20px;
    margin-top: 10px;
  }
}
.l-header-icon__text {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

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

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

#c-button-topPage {
  position: fixed;
  right: 30px;
  bottom: 20px;
  display: block;
  width: 65px;
  height: 65px;
  background-color: #6eb763;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  #c-button-topPage {
    right: 10px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}
#c-button-topPage:hover {
  opacity: 0.6;
}
#c-button-topPage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 960px) {
  #c-button-topPage img {
    width: 15px;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-hamburger {
    position: relative;
    display: block;
    width: 50px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 998;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-child(1) {
  top: 0px;
}
.c-hamburger span:nth-child(2) {
  top: 11px;
}
.c-hamburger span:nth-child(3) {
  bottom: 0px;
}

/* ナビ開いてる時のボタン */
.c-hamburger.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-hamburger-nav {
    padding-top: 120px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: rgba(110, 183, 99, 0.9);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
  }
}
.c-hamburger-nav ul {
  position: relative;
}
.c-hamburger-nav li {
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.c-hamburger-nav li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 20px 40px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav li a:hover {
  opacity: 0.6;
}
.c-hamburger-nav li span {
  display: block;
  font-size: 16px;
  padding-top: 5px;
  margin-left: 20px;
}

/* このクラスを、jQueryで付与・削除する */
.c-hamburger-nav.active {
  z-index: 998;
  opacity: 1;
}

.c-fade {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -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);
}

.sp_only {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp_only {
    display: block;
  }
}

.p-front {
  width: 100%;
  background-image: url(../imgs/front_bg02.jpg);
  background-size: cover;
  background-position: top;
}
.p-front__inner {
  position: relative;
  width: 100%;
  height: 720px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .p-front__inner {
    height: 400px;
  }
}

.p-front-release {
  position: absolute;
  left: 70px;
  bottom: 40px;
  width: 230px;
  height: 200px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-front-release {
    left: 20px;
    bottom: 25px;
    width: 115px;
    height: 100px;
    font-size: 12px;
    padding: 5px;
  }
}
.p-front-release__inner {
  width: 100%;
  height: 100%;
  border: 0.85px solid #ffffff;
  padding-top: 25px;
}
@media screen and (max-width: 960px) {
  .p-front-release__inner {
    padding-top: 12px;
  }
}
.p-front-release__year {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .p-front-release__year {
    margin-bottom: 5px;
  }
}
.p-front-release__time {
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .p-front-release__time {
    margin-bottom: 8px;
  }
}
.p-front-release__time span {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-front-release__time span {
    font-size: 20px;
  }
}

.p-news {
  width: 100%;
}
.p-news__inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 20px 0px 20px;
}
@media screen and (max-width: 960px) {
  .p-news__inner {
    padding: 60px 20px 0px 20px;
  }
}
.p-news__cope {
  color: #ee869a;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .p-news__cope {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.p-news__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 40px 25px 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .p-news__wapper {
    display: block;
    padding: 30px 20px 25px 20px;
  }
}
.p-news__title {
  font-family: "Montserrat", sans-serif;
  color: #ee869a;
  font-size: 26px;
  letter-spacing: 0.1em;
  padding-right: 60px;
}
@media screen and (max-width: 960px) {
  .p-news__title {
    position: relative;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .p-news__title::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: " ";
    display: block;
    background-color: #6eb763;
    width: 85px;
    height: 3px;
  }
  .p-news__title::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: " ";
    display: block;
    background-color: #ee869a;
    width: 20px;
    height: 3px;
  }
}
.p-news__lists {
  position: relative;
  border-left: solid 3px #6eb763;
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  .p-news__lists {
    border-left: none;
    padding-left: 0;
  }
}
.p-news__lists::after {
  position: absolute;
  top: 0;
  left: -3px;
  content: " ";
  display: block;
  border-left: solid 3px #ee869a;
  width: 3px;
  height: 13.3%;
}
@media screen and (max-width: 960px) {
  .p-news__lists::after {
    display: none;
  }
}
.p-news__list {
  margin-bottom: 10px;
}
.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-news__link {
    display: block;
  }
}
.p-news__link:hover {
  opacity: 0.6;
}
.p-news__time {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 960px) {
  .p-news__time {
    display: block;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.p-news__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-news__text {
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.p-information {
  width: 100%;
}
.p-information__inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 150px 20px 0px 20px;
}
@media screen and (max-width: 960px) {
  .p-information__inner {
    padding: 100px 20px 0px 20px;
  }
}
.p-information__title {
  position: relative;
  color: #ee869a;
  font-size: 24px;
  text-align: center;
  margin-bottom: 75px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-information__title {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.p-information__title::before {
  content: "Information";
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: rgba(110, 183, 99, 0.2);
  font-size: 55px;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-information__title::before {
    top: -25px;
    font-size: 40px;
  }
}
.p-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: 960px) {
  .p-information__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-information-table {
  width: 52.78%;
}
@media screen and (max-width: 960px) {
  .p-information-table {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-information-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  border-bottom: 0.43px dotted #464646;
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  .p-information-table__item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.p-information-table__item:first-child {
  padding-top: 0;
}
.p-information-table__title {
  min-width: 150px;
  width: 150px;
  height: 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background-color: #ee869a;
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-information-table__title {
    min-width: 110px;
    width: 110px;
    height: 30px;
    font-size: 14px;
    padding-top: 7px;
  }
}
.p-information-table__text {
  line-height: 1.5;
  padding: 10px 30px 0 0;
}
@media screen and (max-width: 960px) {
  .p-information-table__text {
    font-size: 14px;
    padding: 5px 0 0 0;
  }
}
.p-information-table__text_post {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-information-table__text_post {
    margin-bottom: 10px;
  }
}

.p-information-map {
  width: 43.52%;
}
@media screen and (max-width: 960px) {
  .p-information-map {
    width: 100%;
    height: 300px;
  }
}

.p-greeting {
  width: 100%;
}
.p-greeting__inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 150px 20px 100px 20px;
}
@media screen and (max-width: 960px) {
  .p-greeting__inner {
    padding: 100px 20px 60px 20px;
  }
}
.p-greeting__title {
  position: relative;
  color: #ee869a;
  font-size: 24px;
  text-align: center;
  margin-bottom: 85px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-greeting__title {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.p-greeting__title::before {
  content: "Greeting";
  display: inline-block;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: rgba(110, 183, 99, 0.2);
  font-size: 55px;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-greeting__title::before {
    top: -25px;
    font-size: 40px;
  }
}
.p-greeting__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .p-greeting__wapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.p-greeting__wapper_in {
  width: 48.61%;
}
@media screen and (max-width: 960px) {
  .p-greeting__wapper_in {
    width: 100%;
    padding: 0 20px;
  }
}
.p-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: 960px) {
  .p-greeting__wapper02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-greeting__imgBox {
  position: relative;
  width: 100%;
  height: 560px;
  padding: 30px 45px 30px 50px;
}
@media screen and (max-width: 960px) {
  .p-greeting__imgBox {
    width: 100%;
    height: auto;
    padding: 8.3% 9.43%;
  }
}
.p-greeting__imgBox::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 250px;
  height: 350px;
  background-color: #6eb763;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-greeting__imgBox::before {
    width: 47.17%;
    height: 62.5%;
  }
}
.p-greeting__imgBox::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 300px;
  height: 100px;
  background-color: #ee869a;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-greeting__imgBox::after {
    width: 56.6%;
    height: 17.86%;
  }
}
.p-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-greeting__textBox {
  width: 48.14%;
  padding-top: 30px;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-greeting__textBox {
    width: 100%;
    padding-top: 40px;
  }
}
.p-greeting__text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-greeting__text {
    margin-bottom: 20px;
  }
}
.p-greeting__nameBox {
  display: inline-block;
}
.p-greeting__job {
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
.p-greeting__name {
  font-size: 14px;
  line-height: 2;
}
.p-greeting__name_big {
  font-size: 18px;
  padding: 0 14px;
}
.p-greeting__name_eng {
  color: #ee869a;
  font-family: "Montserrat", sans-serif;
}

.p-greeting-career {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-greeting-career {
    margin-bottom: 40px;
  }
}
.p-greeting-career__title {
  position: relative;
  color: #ee869a;
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 1.42px solid #6eb763;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-greeting-career__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-greeting-career__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.42px;
  width: 30px;
  height: inherit;
  border-bottom: 1.42px solid #ee869a;
  z-index: 2;
}
.p-greeting-career__list {
  font-size: 14px;
  line-height: 2;
}

.p-greeting-qualification {
  width: 47.22%;
}
@media screen and (max-width: 960px) {
  .p-greeting-qualification {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-greeting-qualification__title {
  position: relative;
  color: #ee869a;
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 1.42px solid #6eb763;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-greeting-qualification__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-greeting-qualification__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.42px;
  width: 30px;
  height: inherit;
  border-bottom: 1.42px solid #ee869a;
  z-index: 2;
}
.p-greeting-qualification__list {
  font-size: 14px;
  line-height: 2;
}

.p-greeting-affiliation {
  width: 47.22%;
}
@media screen and (max-width: 960px) {
  .p-greeting-affiliation {
    width: 100%;
  }
}
.p-greeting-affiliation__title {
  position: relative;
  color: #ee869a;
  font-size: 22px;
  padding-bottom: 8px;
  border-bottom: 1.42px solid #6eb763;
  margin-bottom: 30px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-greeting-affiliation__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-greeting-affiliation__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.42px;
  width: 30px;
  height: inherit;
  border-bottom: 1.42px solid #ee869a;
  z-index: 2;
}
.p-greeting-affiliation__list {
  font-size: 14px;
  line-height: 2;
}

.p-medical {
  width: 100%;
  background-image: url(../imgs/bgimg02.jpg);
  background-size: cover;
  background-position: top;
}
.p-medical__inner {
  width: 100%;
  background-color: rgba(238, 134, 154, 0.2);
  padding: 120px 20px 100px 20px;
}
@media screen and (max-width: 960px) {
  .p-medical__inner {
    padding: 100px 20px 140px 20px;
  }
}
.p-medical__title {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 75px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-medical__title {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.p-medical__title::before {
  content: "Medical";
  display: inline-block;
  position: absolute;
  top: -35px;
  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: 55px;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-medical__title::before {
    top: -25px;
    font-size: 40px;
  }
}
.p-medical__lists {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .p-medical__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-medical__link {
  display: inline-block;
  width: 100%;
  padding: 9px;
  text-align: center;
  background-color: rgba(238, 134, 154, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-medical__link:hover {
  opacity: 0.6;
}
.p-medical__link span {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 26px 10px;
}
@media screen and (max-width: 960px) {
  .p-medical__link span {
    font-size: 14px;
    padding: 20px 5px;
  }
}
.p-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 15px 15px;
  border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
}

.p-parts-front {
  width: 100%;
  max-width: 100%;
}
.p-parts-front__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 550px;
  background-image: url(../imgs/bgimg02.jpg);
  background-size: cover;
  background-position: top;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 960px) {
  .p-parts-front__inner {
    height: 450px;
  }
}
.p-parts-front__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 134, 154, 0.1);
}
.p-parts-front__title {
  position: relative;
  color: #ffffff;
  font-size: 55px;
  letter-spacing: 0.1em;
  max-width: 1120px;
  margin: 0 auto;
  padding: 260px 100px 10px 20px;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .p-parts-front__title {
    font-size: 28px;
    padding: 180px 20px 10px 20px;
  }
}

.p-parts {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.p-parts__inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 120px 20px;
}
@media screen and (max-width: 960px) {
  .p-parts__inner {
    padding: 100px 20px 80px 20px;
  }
}
.p-parts h3 {
  font-size: 40px;
  text-align: center;
  color: #ee869a;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-parts h3 {
    font-size: 24px;
  }
}
.p-parts h3 span {
  display: block;
  font-size: 28px;
  text-align: center;
  color: #6eb763;
  font-family: "park-lane", serif;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .p-parts h3 span {
    font-size: 18px;
  }
}
.p-parts h4 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5;
  padding: 15px 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: #ee869a;
}
@media screen and (max-width: 960px) {
  .p-parts h4 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
}
.p-parts h4::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 4px dashed #ffffff;
}
.p-parts h4::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 4px dashed #ffffff;
}
.p-parts h5 {
  position: relative;
  color: #ee869a;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  padding-bottom: 6px;
  border-bottom: 3px solid rgba(110, 183, 99, 0.5);
  margin-top: 50px;
  margin-bottom: 30px;
}
.p-parts h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: inherit;
  border-bottom: 3px solid #ee869a;
}
@media screen and (max-width: 960px) {
  .p-parts h5 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.p-parts h6 {
  position: relative;
  color: #ee869a;
  font-size: 18px;
  line-height: 1.67;
  margin-top: 40px;
  margin-bottom: 15px;
}
.p-parts h6::before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #ee869a;
  margin-right: 17px;
}
@media screen and (max-width: 960px) {
  .p-parts h6 {
    font-size: 16px;
  }
}
.p-parts p {
  font-size: 14px;
  line-height: 2;
}
.p-parts .p-copy {
  color: #143C80;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-parts .p-copy {
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.p-parts .p-name {
  font-size: 18px;
  line-height: 1.5;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-parts .p-name {
    font-size: 16px;
  }
}
.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: 60px 0;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0;
    row-gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .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: 960px) {
  .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: 960px) {
  .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: 60px 0;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-column02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0;
    row-gap: 20px;
  }
}
.p-parts .p-parts-column02__imgBox {
  width: 100%;
  max-width: 47.81%;
}
@media screen and (max-width: 960px) {
  .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: 60px 0;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-column03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0;
    row-gap: 20px;
  }
}
.p-parts .p-parts-column03__imgBox {
  width: 100%;
  max-width: 30.99%;
}
@media screen and (max-width: 960px) {
  .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: 60px 0;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-imgBox {
    margin: 50px 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: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  padding: 40px;
  margin: 60px 0 20px 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .p-parts ul {
    grid-template-columns: repeat(1, 1fr);
    margin: 50px 0 20px 0;
    padding: 40px 20px;
  }
}
.p-parts ul li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  padding-left: 30px;
}
.p-parts ul li::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "□";
  font-size: 20px;
}
.p-parts .p-parts-list {
  position: relative;
  margin: 60px 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .p-parts .p-parts-list {
    width: calc(100% - 15px);
  }
}
.p-parts .p-parts-list ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  padding: 40px;
  margin: 60px 0 20px 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-list ul {
    grid-template-columns: repeat(1, 1fr);
    margin: 50px 0 20px 0;
    padding: 40px 20px;
  }
}
.p-parts .p-parts-list ul::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  right: 0;
  border-top: 1px solid #ee869a;
  border-bottom: 1px solid #ee869a;
}
.p-parts .p-parts-list ul::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  border-top: 1px dashed #ee869a;
  border-bottom: 1px dashed #ee869a;
}
.p-parts .p-parts-list li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  padding-left: 30px;
  color: #ee869a;
}
.p-parts .p-parts-list li::before {
  position: absolute;
  top: -7px;
  left: 0;
  content: ">";
  font-size: 20px;
  color: #ee869a;
}
.p-parts .p-parts-list02 {
  position: relative;
  margin: 60px 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .p-parts .p-parts-list02 {
    width: calc(100% - 15px);
  }
}
.p-parts .p-parts-list02 ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  padding: 40px;
  margin: 60px 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .p-parts .p-parts-list02 ul {
    width: calc(100% - 15px);
  }
}
.p-parts .p-parts-list02 ul::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 15px;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #6eb763;
  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: #ee869a;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-list02 ul {
    grid-template-columns: repeat(1, 1fr);
    margin: 50px 0 20px 0;
    padding: 40px 20px;
  }
}
.p-parts .p-parts-list02 ul li {
  color: #ffffff;
  position: relative;
  font-size: 14px;
  line-height: 2;
  padding-left: 30px;
  z-index: 3;
}
.p-parts .p-parts-list02 ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: inline-block;
  width: 18.7px;
  height: 17.2px;
  background-image: url(../imgs/list_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-parts .p-parts-button {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.p-parts .p-parts-button a {
  position: relative;
  display: inline-block;
  min-width: 260px;
  color: #ffffff;
  font-size: 16px;
  background-color: #ee869a;
  text-align: center;
  border-radius: 5px;
  padding: 16px 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-button a:hover {
  opacity: 0.6;
}
.p-parts .p-parts-button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-parts .p-parts-button02 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.p-parts .p-parts-button02 a {
  position: relative;
  display: inline-block;
  min-width: 260px;
  color: #ffffff;
  font-size: 16px;
  background-color: #6eb763;
  text-align: center;
  border-radius: 5px;
  padding: 16px 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-button02 a:hover {
  opacity: 0.6;
}
.p-parts .p-parts-button02 a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-parts .p-parts-button03 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.p-parts .p-parts-button03 a {
  position: relative;
  display: inline-block;
  color: #ee869a;
  font-size: 16px;
  text-align: center;
  padding: 16px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-button03 a:hover {
  opacity: 0.6;
}
.p-parts .p-parts-button03 a::after {
  position: absolute;
  top: 48%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ee869a;
  border-right: 1px solid #ee869a;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-parts .p-parts-button04 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.p-parts .p-parts-button04 a {
  position: relative;
  display: inline-block;
  color: #6eb763;
  font-size: 16px;
  text-align: center;
  padding: 16px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts .p-parts-button04 a:hover {
  opacity: 0.6;
}
.p-parts .p-parts-button04 a::after {
  position: absolute;
  top: 48%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #6eb763;
  border-right: 1px solid #6eb763;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-parts table {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 960px) {
  .p-parts table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-parts table tr th {
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ee869a;
}
@media screen and (max-width: 960px) {
  .p-parts table tr th {
    font-size: 16px;
    width: 100%;
    padding: 14px 20px;
  }
}
.p-parts table tr td {
  padding: 17px 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 960px) {
  .p-parts table tr td {
    width: 100%;
    padding: 17px 20px;
  }
}
.p-parts table tr:nth-child(odd) td {
  background-color: #efefef;
}
.p-parts table tr:nth-child(even) td {
  background-color: #ffffff;
}
.p-parts .p-parts-faqBox {
  margin: 60px 0;
}
.p-parts .p-parts-faqBox__item {
  margin-bottom: 20px;
}
.p-parts .p-parts-faqBox__title {
  position: relative;
  cursor: pointer;
  color: #ee869a;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #ee869a;
  padding-right: 55px;
  padding-left: 52px;
  text-indent: -52px;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-faqBox__title {
    font-size: 16px;
    padding-left: 0;
    text-indent: 0;
  }
}
.p-parts .p-parts-faqBox__title::after {
  position: absolute;
  top: 38%;
  right: 20px;
  border-right: solid 1px #ee869a;
  border-top: solid 1px #ee869a;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -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: 3px;
  color: #ee869a;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-faqBox__title_q {
    display: block;
    margin-bottom: 5px;
  }
}
.p-parts .p-parts-faqBox__content {
  display: none;
  padding: 30px 0 20px 50px;
}
@media screen and (max-width: 960px) {
  .p-parts .p-parts-faqBox__content {
    padding: 30px 0 20px 0;
  }
}
.p-parts .p-parts-faqBox__title.open::after {
  top: 58%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-parts-map {
  width: 100vw;
  height: 400px;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 960px) {
  .p-parts-map {
    height: 350px;
  }
}

.p-parts-time {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  color: #ee869a;
}

.p-parts-pagelink {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-parts-pagelink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.p-parts-pagelink__prevLink {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #ee869a;
  background-color: #ee869a;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts-pagelink__prevLink:hover {
  opacity: 0.6;
}
.p-parts-pagelink__nextLink {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #ee869a;
  background-color: #ee869a;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts-pagelink__nextLink:hover {
  opacity: 0.6;
}

.p-parts-Breadcrumb {
  width: 100%;
  max-width: 100%;
  max-width: 1120px;
  padding: 20px 20px 0 20px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
}
.p-parts-Breadcrumb a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts-Breadcrumb a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  .p-parts-Breadcrumb {
    padding: 20px;
  }
}
.p-parts-Breadcrumb .home span {
  position: relative;
  color: #ee869a;
}

.p-blogs {
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px;
}
.p-blogs__inner {
  width: 100%;
  max-width: 100%;
  max-width: 1120px;
  padding: 0px 20px;
  margin: 0 auto;
}
.p-blogs__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #ee869a;
  padding: 40px 0;
}
@media screen and (max-width: 960px) {
  .p-blogs__wapper {
    display: block;
  }
}
.p-blogs__wapper a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blogs__wapper a:hover {
  opacity: 0.6;
}
.p-blogs__thumbnail {
  width: 220px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-blogs__thumbnail {
    margin: 0 auto 20px auto;
    width: 100%;
  }
}
.p-blogs__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blogs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .p-blogs__item {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-blogs__time {
    display: block;
    margin-bottom: 15px;
  }
}
.p-blogs__category .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-blogs__category .post-categories a {
  background-color: #ee869a;
  color: #ffffff;
  padding: 4px 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blogs__category .post-categories a:hover {
  opacity: 0.6;
}
.p-blogs__title {
  display: inline-block;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.p-blogs__pageNav {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
.p-blogs__pageNav .page-numbers {
  background-color: #ee869a;
  color: #ffffff;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding-top: 14px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blogs__pageNav .page-numbers:hover {
  opacity: 0.6;
}
.p-blogs__pageNav .current {
  opacity: 0.6;
}

.p-content {
  width: 100%;
  max-width: 100%;
  padding: 60px 40px;
  background-color: #ee869a;
}
@media screen and (max-width: 960px) {
  .p-content {
    padding: 60px 20px;
  }
}
.p-content__text:not(:root) {
  font-size: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-content__text:not(:root) {
    font-size: 16px;
  }
}
.p-content__table:not(:root) {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.p-content__table:not(:root) input {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 10px;
}
.p-content__table:not(:root) textarea {
  width: 100%;
  background-color: #ffffff;
  padding: 10px;
}
.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: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-content__table:not(:root) tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.p-content__table:not(:root) tr th {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: none;
  background-color: #ee869a;
}
@media screen and (max-width: 960px) {
  .p-content__table:not(:root) tr th {
    font-size: 16px;
    width: 100%;
    margin-bottom: 0;
  }
}
.p-content__table:not(:root) tr th .p-content__required {
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffff;
  padding: 6px 8px;
  margin-left: 20px;
  white-space: nowrap;
}
.p-content__table:not(:root) tr td {
  display: inline-block;
  margin-bottom: 40px;
  min-width: 70%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  border: none;
}
@media screen and (max-width: 1100px) {
  .p-content__table:not(:root) tr td {
    min-width: 65%;
  }
}
@media screen and (max-width: 960px) {
  .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%;
}

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

.p-content-button {
  margin-top: 60px;
  text-align: center;
}
.p-content-button .confirm-button {
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #ee869a;
  padding: 15px 30px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-content-button .confirm-button {
    font-size: 16px;
  }
}
.p-content-button .confirm-button:hover {
  opacity: 0.6;
}
.p-content-button .wpcf7-spinner {
  display: none;
}

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

.date-banner {
  border: 3px solid #B62633;
  padding: 50px 10px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .date-banner {
    padding: 30px 10px;
  }
}
.date-banner__text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .date-banner__text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.date-banner__time {
  color: #B62633;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .date-banner__time {
    font-size: 18px;
  }
}
.date-banner__text02 {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  .date-banner__text02 {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */