@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Jost&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption,
th {
  text-align: left;
}

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

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

/*----------------------------------------
	Custom Properties
----------------------------------------*/
:root {
  --main-color: #1A376F;
  --text-color: #1A376F;
  --background-color: #fff;
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-en: Futura, "Jost", sans-serif;
  --font-size-base-pc: 1.8rem;
  --font-size-base-sp: 1.6rem;
  --font-weight-thin: 100;
  --font-weight-extraLight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semiBold: 600;
  --font-weight-bold: 700;
  --font-weight-extraBold: 800;
  --font-weight-black: 900;
  --ease-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-inout-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-inout-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-inout-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-inout-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-inout-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-inout-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-inout-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-inout-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*----------------------------------------
	Common
----------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

html {
  height: 100%;
  font-size: 62.5%;
}

@media only screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  html {
    font-size: calc(34% + 0.25vw);
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58%;
  }
}
body {
  color: var(--text-color);
  background-color: var(--background-color);
  font-size: var(--font-size-base-pc);
  line-height: 1.85;
  letter-spacing: 0.02em;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-family-base);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}
body::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 247, 247)), to(rgb(206, 249, 255)));
  background-image: linear-gradient(180deg, rgb(247, 247, 247), rgb(206, 249, 255));
  background-repeat: no-repeat;
  background-size: cover;
}

body.modal-open,
body.menu-open {
  height: 100%;
  overflow: hidden;
}

.en {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.04em;
}

a {
  color: var(--text-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

button {
  border: none;
}

label {
  white-space: nowrap;
}

input {
  border: none;
}

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: var(--font-size-base-sp);
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100vw;
  height: 12rem;
  -webkit-transform: translateY(-30rem);
          transform: translateY(-30rem);
  -webkit-transition: 1s;
  transition: 1s;
}
.l-header::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}

.is_loaded .l-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-open .l-header::after {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) and (max-width: 999px) {
  .l-header {
    height: 76px;
  }
}
@media (max-width: 767px) {
  .l-header {
    height: 76px;
  }
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6rem 0 2rem 0;
  border-top: 1px solid #fff;
}

.l-footer__left {
  width: 34rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .l-footer__content {
    padding-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .l-footer__content {
    padding-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-main {
  margin-top: 12rem;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 999px) {
  .l-main {
    margin-top: 76px;
  }
}
@media (max-width: 767px) {
  .l-main {
    margin-top: 76px;
  }
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.container {
  width: 92%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 84%;
  }
}
.l-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-product.container {
  max-width: 1380px;
  width: 88%;
}

.l-product__navi {
  width: 30%;
  max-width: 31rem;
  margin-right: 8%;
}

.l-product__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  .l-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-product__navi {
    width: 100%;
    max-width: initial;
    margin-right: initial;
    margin-top: 8rem;
  }
}
.c-button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  padding: 1.2rem 3.2rem 1.4rem 3.2rem;
  min-width: 18rem;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  background: url(../img/common/bg_button.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  border: 1px solid #fff;
}

.c-button:hover {
  color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.c-btn-allow {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--main-color);
  padding-right: 0;
}
.c-btn-allow .label {
  font-weight: var(--font-weight-bold);
}
.c-btn-allow .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5rem;
  height: 5rem;
  position: relative;
}
.c-btn-allow .icon::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icon_button_allow.svg) no-repeat center/contain;
  position: absolute;
  right: 2.2rem;
  z-index: 1;
  margin-bottom: 0.1rem;
}
.c-btn-allow .icon::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  border: 1px solid var(--main-color);
  border-radius: 10rem;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-btn-allow:hover {
  opacity: 1;
}
.c-btn-allow:hover .icon::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-btn-allow.white {
  color: #fff;
}
.c-btn-allow.white::after {
  background: url(../img/common/icon_button_allow_w.svg) no-repeat center/contain;
}
.c-btn-allow.white::before {
  border: 1px solid #fff;
}
.c-btn-allow.type-b .icon {
  margin-right: 1.8rem;
}
.c-btn-allow.type-b .icon::after {
  right: initial;
  left: 2.4rem;
}
.c-btn-allow.type-b .icon::before {
  right: initial;
  left: 0;
}

@media (max-width: 767px) {
  .c-button {
    padding: 1rem 2.4rem 1.2rem 2.4rem;
  }
  .c-btn-allow .icon {
    width: 4rem;
    height: 4rem;
  }
  .c-btn-allow .icon::before {
    width: 4rem;
    height: 4rem;
  }
  .c-btn-allow .icon::after {
    right: 1.8rem;
    width: 0.5rem;
    height: 0.8rem;
  }
  .c-btn-allow.type-b .icon::after {
    left: 1.9rem;
  }
}
.input-text {
  width: 100%;
  padding: 1rem 1rem;
  border: none;
  font-size: 1.6rem;
  line-height: 1.65;
  border: 1px solid #CDD6DD;
}

.input-textarea {
  width: 100%;
  padding: 1rem 1rem;
  border: none;
  font-size: 1.6rem;
  border: 1px solid #CDD6DD;
}

.input-select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-indent: 1rem;
  background: #fff;
  border: 1px solid #CDD6DD;
  height: 44px;
  vertical-align: middle;
  font-size: 1.6rem;
  width: 100%;
  cursor: pointer;
}

.c-bread-crumb {
  font-size: 1.2rem;
}
.c-bread-crumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  line-height: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.c-bread-crumb ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style: none;
}
.c-bread-crumb ul li:not(:first-child) a {
  padding-left: 2.4rem;
}
.c-bread-crumb ul li:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  display: block;
  content: "";
  width: 1rem;
  height: 1px;
  border-bottom: 1px solid var(--text-color);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-bread-crumb ul li a {
  text-decoration: none;
}
.c-bread-crumb ul li span {
  padding-left: 2.4rem;
}

.none-visual .c-bread-crumb {
  margin-bottom: 6.4rem;
}
.none-visual .c-bread-crumb .container {
  border-bottom: 1px solid #CDD6DD;
}

@media (max-width: 767px) {
  .c-bread-crumb {
    font-size: 1rem;
  }
}
.p-header {
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.is_scrolled .p-header {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.p-header__logo {
  width: 36rem;
  line-height: 1;
}
.p-header__logo a {
  display: block;
}
.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-header__navi {
  position: absolute;
  top: 4.8rem;
  right: 28rem;
}
.p-header__navi .p-gnavi .parent > li.active > a span.jp::before {
  top: 6px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-header__navi .p-gnavi .parent > li.active .child {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  pointer-events: initial;
}
.p-header__navi .p-gnavi .parent > li > a span.jp {
  position: relative;
  padding-right: 2.2rem;
}
.p-header__navi .p-gnavi .parent > li > a span.jp::before, .p-header__navi .p-gnavi .parent > li > a span.jp::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #707070;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__navi .p-gnavi .parent > li > a span.jp::before {
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-header__navi .p-gnavi .parent > li .child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 20rem;
  padding: 4rem 2.4rem 2.4rem 2.4rem;
  position: absolute;
  top: 3.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  gap: 0 3rem;
}
.p-header__navi .p-gnavi .parent > li .child::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 1.6rem);
  background-color: #fff;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
.p-header__navi .p-gnavi .parent > li .child > li > a {
  display: block;
  padding: 1.6rem 0;
  color: #5D5D5D;
  padding-right: 4rem;
  background-image: url(../img/common/icon_gnavi_allow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 3rem auto;
  border-bottom: 1px solid #60D8F5;
}
.p-header__navi .p-header__gnavi-entry {
  display: none;
}
.p-header__navi .p-header__gnavi-entry .c-button {
  width: 26rem;
  font-size: 2.4rem;
  margin: 2rem auto 0 auto;
}

.p-header__entry {
  position: absolute;
  top: 3.2rem;
  right: 4rem;
}

.menu-open .p-header__navi {
  padding: 12rem 4rem 4rem 4rem;
  background: #fff;
  opacity: 1 !important;
  pointer-events: initial !important;
  width: 60rem;
  max-width: 100vw;
  height: 100dvh;
  overflow-y: scroll;
  right: 0 !important;
  -webkit-transition-duration: 0.3s, 0.4s;
          transition-duration: 0.3s, 0.4s;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-header__entry {
    right: 12.4rem;
  }
  .p-header__navi {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    top: 0;
    right: -100vw;
    padding: 12rem 4rem 4rem 4rem;
  }
  .p-header__navi .p-gnavi .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-header__navi .p-gnavi .parent > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-right: 0;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #A0A0A0;
  }
  .p-header__navi .p-gnavi .parent > li:not(:last-of-type) {
    margin-right: 0;
  }
  .p-header__navi .p-gnavi .parent > li > a {
    width: 22rem;
    color: var(--main-color);
  }
  .p-header__navi .p-gnavi .parent > li > a span.jp {
    font-size: 3.2rem;
  }
  .p-header__navi .p-gnavi .parent > li > a span.jp::before, .p-header__navi .p-gnavi .parent > li > a span.jp::after {
    display: none;
  }
  .p-header__navi .p-gnavi .parent > li > a span.en {
    font-size: 1.5rem;
  }
  .p-header__navi .p-gnavi .parent > li .child {
    -webkit-transform: initial;
            transform: initial;
    display: block !important;
    background-color: initial;
    width: initial;
    min-width: initial;
    padding: 0;
    position: relative;
    top: initial;
    left: initial;
    opacity: 1;
    pointer-events: initial;
  }
  .p-header__navi .p-gnavi .parent > li .child > li > a {
    font-size: 2rem;
    color: var(--text-color);
    padding: 1rem 0;
    background-image: initial;
    border-bottom: initial;
  }
  .p-header__navi .p-header__gnavi-entry {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-header {
    padding: 0 2.4rem;
  }
  .p-header__logo {
    width: 15rem;
  }
  .p-header__entry {
    right: 12.4rem;
  }
  .p-header__entry .c-button {
    padding: 1rem 2rem 1rem 2rem;
    min-width: 13rem;
  }
  .p-header__navi {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    top: 0;
    right: -100vw;
    padding: 8rem 4rem 4rem 4rem;
  }
  .p-header__navi .p-gnavi .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-header__navi .p-gnavi .parent > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-right: 0;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #A0A0A0;
  }
  .p-header__navi .p-gnavi .parent > li:not(:last-of-type) {
    margin-right: 0;
  }
  .p-header__navi .p-gnavi .parent > li > a {
    width: 16rem;
    color: var(--main-color);
  }
  .p-header__navi .p-gnavi .parent > li > a span.jp {
    font-size: 2rem;
  }
  .p-header__navi .p-gnavi .parent > li > a span.jp::before, .p-header__navi .p-gnavi .parent > li > a span.jp::after {
    display: none;
  }
  .p-header__navi .p-gnavi .parent > li .child {
    -webkit-transform: initial;
            transform: initial;
    display: block !important;
    background-color: initial;
    width: initial;
    min-width: initial;
    padding: 0;
    position: relative;
    top: initial;
    left: initial;
    opacity: 1;
    pointer-events: initial;
  }
  .p-header__navi .p-gnavi .parent > li .child > li > a {
    color: var(--text-color);
    padding: 1rem 0;
    background-image: initial;
    border-bottom: initial;
  }
  .p-header__navi .p-header__gnavi-entry {
    display: block;
  }
  .menu-open .p-header__navi {
    width: 50rem;
    padding: 8rem 4rem 4rem 4rem;
  }
}
.p-footer__profile .logo {
  width: 100%;
}
.p-footer__profile .logo img {
  width: 100%;
  height: auto;
}
.p-footer__profile .profile {
  margin-top: 1.6rem;
}
.p-footer__profile .profile .name {
  font-size: 2rem;
}
.p-footer__profile .profile .contact {
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
.p-footer__profile .profile .contact nav {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}
.p-footer__profile .profile .contact nav .icon-outerlink {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/common/icon_outerlink.svg);
}

.p-footer__gnavi {
  margin-top: 2.4rem;
}
.p-footer__gnavi.p-gnavi .logo {
  display: none;
}
.p-footer__gnavi.p-gnavi .logo img {
  width: 100%;
  height: auto;
}
.p-footer__gnavi.p-gnavi .parent > li {
  line-height: 1.4;
}
.p-footer__gnavi.p-gnavi .parent > li:not(:last-of-type) {
  margin-right: 5.6rem;
}
.p-footer__gnavi.p-gnavi .parent > li:last-of-type {
  margin-right: 4rem;
}
.p-footer__gnavi.p-gnavi .parent > li > a {
  color: var(--main-color);
  padding-bottom: 1.4rem;
  margin-bottom: 1.8rem;
  position: relative;
}
.p-footer__gnavi.p-gnavi .parent > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
  width: 6rem;
  height: 2px;
}
.p-footer__gnavi.p-gnavi .parent span.jp {
  font-size: 2rem;
}
.p-footer__gnavi.p-gnavi .parent span.en {
  display: none;
}
.p-footer__gnavi.p-gnavi .child {
  display: block;
}
.p-footer__gnavi.p-gnavi .child li:not(:last-of-type) {
  margin-bottom: 1.4rem;
}

.p-footer__copyright {
  width: 100%;
  text-align: center;
  font-family: var(--font-family-en);
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 3.2rem;
  padding-bottom: 2.4rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-footer__profile .logo {
    display: none;
  }
  .p-footer__gnavi {
    margin-bottom: 2.4rem;
  }
  .p-footer__gnavi.p-gnavi .logo {
    display: block;
    width: 40rem;
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 767px) {
  .p-footer {
    background-color: #fff;
  }
  .p-footer__profile .logo {
    display: none;
  }
  .p-footer__profile .profile .contact nav {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .p-footer__gnavi.p-gnavi .logo {
    display: block;
    width: 90%;
    margin-bottom: 4.8rem;
  }
  .p-footer__gnavi.p-gnavi .parent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer__gnavi.p-gnavi .parent > li {
    width: 45%;
    margin-bottom: 5.6rem;
  }
  .p-footer__gnavi.p-gnavi .parent > li:not(:last-of-type) {
    width: 45%;
    margin-right: 0;
  }
  .p-footer__gnavi.p-gnavi .parent > li:last-of-type {
    margin-right: 0;
  }
  .p-footer__gnavi.p-gnavi .parent > li .child > li > a {
    font-size: 1.4rem;
  }
}
.p-loading {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-loading__icon {
  width: 100px;
  height: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin: auto;
  border-radius: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: 1s linear infinite circleAnime;
          animation: 1s linear infinite circleAnime;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

@-webkit-keyframes circleAnime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circleAnime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.is_loaded .p-loading {
  opacity: 0;
  pointer-events: none;
}
.is_loaded .p-loading__icon {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.p-opening {
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  overflow: hidden;
}

.p-opening__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.p-opening__skip {
  cursor: pointer;
  position: absolute;
  right: 4rem;
  bottom: 3.2rem;
  font-family: var(--font-family-en);
  color: var(--text-color);
  font-size: 2rem;
  z-index: 1000;
}

.is_opened .p-opening {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p-opening__skip {
    font-size: 1.6rem;
    right: 3.2rem;
    bottom: 2.4rem;
  }
}
.p-menu-btn {
  display: none;
  position: fixed;
  top: 3.8rem;
  right: 5rem;
  z-index: 1001;
  width: 28px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-menu-btn span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-menu-btn span.l1 {
  top: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-menu-btn span.l2 {
  top: 16px;
}
.p-menu-btn span.l3 {
  top: 24px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu-open .p-menu-btn span.l1, .menu-open .p-menu-btn span.l3 {
  top: 16px;
  left: 0;
}
.menu-open .p-menu-btn span.l1 {
  -webkit-transform: rotate(145deg);
          transform: rotate(145deg);
}
.menu-open .p-menu-btn span.l3 {
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
}
.menu-open .p-menu-btn span.l2 {
  display: none;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-menu-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-menu-btn {
    display: block;
    top: 20px;
    right: 6%;
  }
  .p-header__entry {
    right: 80px !important;
    top: 12px;
  }
}
.p-gnavi a {
  font-weight: 600;
}
.p-gnavi .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-gnavi .parent > li {
  position: relative;
}
.p-gnavi .parent > li:not(:last-of-type) {
  margin-right: 4rem;
}
.p-gnavi .parent > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #5D5D5D;
}
.p-gnavi .parent > li > a:hover {
  opacity: 1;
}
.p-gnavi .parent > li > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-gnavi .parent > li > a span.jp {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.6rem;
}
.p-gnavi .parent > li > a span.en {
  font-size: 1rem;
  text-indent: 0.3rem;
}
.p-gnavi .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-gnavi .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-gnavi .child > li > a {
  font-size: 1.5rem;
  line-height: 1.4;
}

.page-top::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(206, 249, 255)), color-stop(50%, rgb(255, 255, 255)), to(rgb(209, 249, 255)));
  background: linear-gradient(0deg, rgb(206, 249, 255), rgb(255, 255, 255) 50%, rgb(209, 249, 255));
  background-repeat: no-repeat;
  background-size: cover;
}
.page-top.is_loaded .l-header {
  -webkit-transform: translateY(-30rem);
          transform: translateY(-30rem);
}
.page-top.is_animate_done.is_loaded .l-header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page-top .l-main {
  margin-top: 0;
}
.page-top .l-footer {
  position: relative;
  background-color: initial;
  z-index: 2;
}
.page-top .l-footer::after {
  content: "";
  position: absolute;
  top: -20rem;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(../img/top/bg_footer.svg) no-repeat center top;
  background-size: cover;
  height: calc(100% + 20rem);
  width: 100%;
}

@media (max-width: 767px) {
  .page-top .p-gotop {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-top .l-footer::after {
    top: -14rem;
    height: calc(100% + 14rem);
    background: url(../img/top/bg_footer_sp.svg) no-repeat center top;
    background-size: cover;
  }
}
@-webkit-keyframes cloudFlow {
  0%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
@keyframes cloudFlow {
  0%, to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}
.p-top-visual {
  position: relative;
}

.p-top-visual__body {
  font-size: 2rem;
  line-height: 2.2;
  position: relative;
}
.p-top-visual__body .container {
  max-width: 64rem;
}

.p-top-visual__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100lvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

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

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-visual__lead {
  position: relative;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.12em;
  line-height: 2.8;
}
.p-top-visual__lead span {
  display: block;
}
.p-top-visual__lead p:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.p-top-visual__key-visual {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 12rem;
  width: 100vw;
  height: 100vw;
  overflow: hidden;
}
.p-top-visual__key-visual .rainbow {
  width: 140vw;
  height: 140vw;
  position: absolute;
  top: 0;
  right: -82vw;
}
.p-top-visual__key-visual .rainbow img {
  opacity: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.p-top-visual__key-visual .cloud {
  position: absolute;
  z-index: 0;
}
.p-top-visual__key-visual .cloud.cloud1 {
  -webkit-animation: cloudFlow 8s ease infinite;
          animation: cloudFlow 8s ease infinite;
  width: 50vw;
  bottom: 24vw;
  right: -10vw;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.p-top-visual__key-visual .cloud.cloud2 {
  width: 75vw;
  bottom: 12vw;
  left: -10vw;
}

.p-top-visual__finish {
  padding: 28vw 0 28vw 0;
  position: relative;
}

.p-top-visual__finish-copy {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-top-visual__finish-copy p {
  text-align: center;
  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;
}
.p-top-visual__finish-copy .jp {
  font-size: 5rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  line-height: 1.65;
}
.p-top-visual__finish-copy .en {
  font-size: 1.8rem;
}

.p-top-visual__cloud {
  position: absolute;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.01, 1);
          transition-timing-function: cubic-bezier(0, 0.15, 0.01, 1);
}
.p-top-visual__cloud .cloud {
  display: block;
  position: absolute;
  z-index: 2;
}
.p-top-visual__cloud .char {
  display: block;
  position: absolute;
  width: 18vw;
  height: auto;
  z-index: 3;
}
.p-top-visual__cloud.cloud1 {
  width: 50vw;
  bottom: 52vw;
  left: 9vw;
  -webkit-animation: cloudFlow 13s linear infinite;
          animation: cloudFlow 13s linear infinite;
  z-index: 1;
}
.p-top-visual__cloud.cloud1.inview {
  bottom: 28vw;
  left: -12vw;
}
.p-top-visual__cloud.cloud1 .char {
  right: 8vw;
  top: 6vw;
}
.p-top-visual__cloud.cloud2 {
  width: 50vw;
  top: 3vw;
  right: 4vw;
  -webkit-animation: cloudFlow 8s linear infinite;
          animation: cloudFlow 8s linear infinite;
}
.p-top-visual__cloud.cloud2.inview {
  top: -14vw;
  right: -12vw;
}
.p-top-visual__cloud.cloud2 .char {
  left: 6vw;
  top: 10vw;
}
.p-top-visual__cloud.cloud3 {
  width: 50vw;
  bottom: 20vw;
  right: -6vw;
  -webkit-animation: cloudFlow 10s linear infinite;
          animation: cloudFlow 10s linear infinite;
}

.p-top-visual__hook {
  position: absolute;
  bottom: 14vw;
  height: 1px;
  width: 1px;
  z-index: 100000;
}

body.page-top:not(.is_animate_done) {
  overflow: hidden;
}

body.is_animate_run .p-top-visual__cover {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
body.is_animate_run .p-top-visual__key-visual .rainbow img {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

.p-top-visual__navi {
  position: relative;
  z-index: 2;
}
.p-top-visual__navi a {
  padding: 6rem 0 6rem 0;
  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;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.p-top-visual__navi a::before {
  content: "";
  display: block;
  position: absolute;
  top: -4rem;
  left: -10rem;
  z-index: 2;
  width: 66rem;
  height: 39rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.01, 1);
          transition-timing-function: cubic-bezier(0, 0.15, 0.01, 1);
}
.p-top-visual__navi a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.01, 1);
          transition-timing-function: cubic-bezier(0, 0.15, 0.01, 1);
  opacity: 0;
}
.p-top-visual__navi a:hover {
  opacity: 1;
}
.p-top-visual__navi a.inview::after {
  width: 100%;
  opacity: 1;
}
.p-top-visual__navi a.inview.yourself::before {
  left: 68%;
}
.p-top-visual__navi a.inview.yourself::after {
  width: 74%;
}
.p-top-visual__navi a.region, .p-top-visual__navi a.business {
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
.p-top-visual__navi a.region .c-btn-allow, .p-top-visual__navi a.business .c-btn-allow {
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}
.p-top-visual__navi a.organization, .p-top-visual__navi a.yourself {
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}
.p-top-visual__navi a.organization .c-btn-allow, .p-top-visual__navi a.yourself .c-btn-allow {
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
.p-top-visual__navi a.region {
  z-index: 3;
}
.p-top-visual__navi a.region::after {
  right: 0;
  background-color: #FD8554;
}
.p-top-visual__navi a.organization {
  z-index: 2;
}
.p-top-visual__navi a.organization::after {
  left: 0;
  background-color: #FEE75A;
}
.p-top-visual__navi a.business {
  z-index: 0;
}
.p-top-visual__navi a.business::after {
  right: 0;
  background-color: #B0E208;
}
.p-top-visual__navi a.yourself {
  z-index: 1;
}
.p-top-visual__navi a.yourself::after {
  left: 0;
  background-color: #60D8F5;
}
.p-top-visual__navi a.yourself::before {
  background: url(../img/top/img_painter.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(-6deg) skewY(-3deg);
          transform: rotate(-6deg) skewY(-3deg);
}
.p-top-visual__navi a .c-btn-allow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.p-top-visual__navi a .c-btn-allow .label {
  margin-bottom: 2.4rem;
}
.p-top-visual__navi a .c-btn-allow .label span {
  display: block;
  font-weight: 700;
}
.p-top-visual__navi a .c-btn-allow .label span.title {
  font-size: 5rem;
  letter-spacing: 0.12em;
  margin-bottom: 2.4rem;
}
.p-top-visual__navi a .c-btn-allow .label span.meta {
  font-size: 2rem;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-top-visual__lead {
    line-height: 2.4;
  }
  .p-top-visual__cloud.cloud2 {
    width: 60vw;
    right: -9vw;
  }
}
@media (max-width: 767px) {
  @-webkit-keyframes cloudFlow {
    0%, to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-2rem);
              transform: translateY(-2rem);
    }
  }
  @keyframes cloudFlow {
    0%, to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-2rem);
              transform: translateY(-2rem);
    }
  }
  .p-top-visual__body .container {
    width: 85%;
  }
  .p-top-visual__catch {
    letter-spacing: 0.1em;
  }
  .p-top-visual__catch P {
    -webkit-transform: translateY(-5rem);
            transform: translateY(-5rem);
  }
  .p-top-visual__catch P span {
    font-size: 3.2rem;
  }
  .p-top-visual__lead {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .is_visualFixed .p-top-visual__key-visual {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
  }
  .p-top-visual__key-visual {
    position: fixed;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-top-visual__key-visual .rainbow {
    width: 430vw;
    height: 92%;
    right: initial;
    left: 13vw;
    top: 6vw;
    overflow: hidden;
  }
  .p-top-visual__key-visual .cloud.cloud1 {
    width: 90vw;
    bottom: 28vw;
    right: -65vw;
  }
  .p-top-visual__key-visual .cloud.cloud2 {
    width: 150vw;
    bottom: 0;
    left: -70vw;
  }
  .p-top-visual__finish {
    padding: 30rem 0 30rem 0;
    position: relative;
  }
  .p-top-visual__finish-copy .jp {
    font-size: 3rem;
    line-height: 1.4;
  }
  .p-top-visual__finish-copy .en {
    font-size: 1.5rem;
  }
  .p-top-visual__cloud .char {
    width: 34vw;
  }
  .p-top-visual__cloud.cloud1 {
    width: 110vw;
    bottom: 110vw;
    left: -36vw;
    z-index: 1;
  }
  .p-top-visual__cloud.cloud1.inview {
    bottom: 80vw;
    left: -52vw;
  }
  .p-top-visual__cloud.cloud1 .char {
    right: 20vw;
    top: 20vw;
  }
  .p-top-visual__cloud.cloud2 {
    width: 120vw;
    top: 33vw;
    right: -50vw;
  }
  .p-top-visual__cloud.cloud2.inview {
    top: -3vw;
    right: -70vw;
  }
  .p-top-visual__cloud.cloud2 .char {
    left: 11vw;
    top: 20vw;
  }
  .p-top-visual__cloud.cloud3 {
    width: 100vw;
    bottom: 30vw;
    right: -30vw;
  }
  .p-top-visual__hook {
    bottom: 34vw;
  }
  .p-top-visual__navi a {
    padding: 5rem 0 2rem 0;
  }
  .p-top-visual__navi a::before {
    top: 0;
    width: 34rem;
    height: 23rem;
  }
  .p-top-visual__navi a.inview.yourself::after {
    width: 100%;
  }
  .p-top-visual__navi a.yourself::before {
    background: url(../img/top/img_painter_sp.svg) no-repeat center;
    background-size: contain;
  }
  .p-top-visual__navi a .c-btn-allow {
    padding: 0 0 2rem 0;
  }
  .p-top-visual__navi a .c-btn-allow::before {
    right: initial;
    bottom: 0;
  }
  .p-top-visual__navi a .c-btn-allow::after {
    right: initial;
    bottom: 2rem;
  }
  .p-top-visual__navi a .c-btn-allow .label {
    margin-bottom: 1.6rem;
  }
  .p-top-visual__navi a .c-btn-allow .label span.title {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
  .p-top-visual__navi a .c-btn-allow .label span.meta {
    font-size: 1.5rem;
  }
}
.p-top-about {
  margin-top: -4vw;
  padding: 20vw 0 10rem 0;
}
.p-top-about .container {
  width: 80%;
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-about__text {
  width: 46%;
  text-align: justify;
}
.p-top-about__text p {
  font-size: 2rem;
}
.p-top-about__text nav {
  margin-top: 5.6rem;
  font-size: 2rem;
}

.p-top-about__image {
  width: 46%;
  display: block;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-top-about__text p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .p-top-about {
    padding: 50vw 0 10rem 0;
  }
  .p-top-about .container {
    width: 84%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-about__text {
    width: 100%;
  }
  .p-top-about__text p {
    font-size: 1.6rem;
  }
  .p-top-about__text nav {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
  .p-top-about__image {
    width: 90vw;
    margin-top: 6rem;
    margin-left: 10vw;
    overflow: hidden;
  }
}
.p-top-movie {
  padding: 10vw 0;
}
.p-top-movie .container {
  max-width: 90rem;
  position: relative;
}

.p-top-movie__head {
  text-align: center;
  margin-bottom: 1rem;
}
.p-top-movie__head .en {
  color: #008DCC;
  font-size: 3.2rem;
}

.p-top-movie__thumb .item {
  display: block;
  position: relative;
  cursor: pointer;
  height: 0;
  padding-top: 66.66%;
}
.p-top-movie__thumb .item::before {
  content: "";
  display: block;
  width: 9rem;
  height: 9rem;
  background: url(../img/common/icon_movie_play.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-movie__thumb .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-movie__thumb .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.char {
  opacity: 0;
  -webkit-transform: scale(0.45) scaleX(1.45) translateY(15px);
          transform: scale(0.45) scaleX(1.45) translateY(15px);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.char.inview {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-top-movie__char1,
.p-top-movie__char2 {
  position: absolute;
  width: 18vw;
  height: auto;
}

.p-top-movie__char1 {
  top: -12%;
  left: -21%;
}

.p-top-movie__char2 {
  bottom: -23%;
  right: -26%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-top-movie .container {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .p-top-movie {
    padding: 30vw 0 0 0;
  }
  .p-top-movie__head .en {
    font-size: 2.2rem;
  }
  .p-top-movie__char1,
  .p-top-movie__char2 {
    width: 34vw;
  }
  .p-top-movie__char1 {
    top: -26vw;
    left: -8vw;
  }
  .p-top-movie__char2 {
    bottom: -42vw;
    right: -2vw;
  }
  .p-top-movie__thumb a::before {
    width: 7rem;
    height: 7rem;
  }
}
.p-top-interview {
  padding: 30rem 0 40rem 0;
  background-image: url(../img/top/bg_interview.svg);
  background-size: auto 120%;
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: -10rem;
}
.p-top-interview .container {
  width: 80%;
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top-interview__text {
  width: 39%;
  color: var(--text-color);
}
.p-top-interview__text p {
  font-size: 2rem;
  text-align: justify;
}

.p-top-interview__navi {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-interview__navi .item {
  display: block;
  width: 48%;
}
.p-top-interview__navi .item .image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.p-top-interview__navi .item .image .number {
  position: absolute;
  top: 0.6rem;
  right: 1.5rem;
  font-size: 3.2rem;
  font-weight: 400;
  color: #fff;
}
.p-top-interview__navi .item .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: right;
  font-weight: var(--font-weight-medium);
  margin-top: 1.6rem;
  line-height: 1;
}
.p-top-interview__navi .item .profile .division {
  margin-bottom: 1.1rem;
  padding-bottom: 1.1rem;
  font-size: 1.4rem;
  position: relative;
}
.p-top-interview__navi .item .profile .division::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  border-bottom: 1px solid #008DCC;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-top-interview__navi .item .profile .name {
  font-size: 2.3rem;
  font-weight: 700;
}
.p-top-interview__navi .item .profile .name .t-small {
  font-size: 1.6rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-top-interview__text p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .p-top-interview {
    padding: 30rem 0 30rem 0;
    background-image: url(../img/top/bg_interview_sp.svg);
    background-size: auto 110%;
  }
  .p-top-interview .container {
    width: 84%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-interview__text {
    width: 100%;
  }
  .p-top-interview__text p {
    font-size: 1.6rem;
  }
  .p-top-interview__navi {
    width: 100%;
    margin-top: 3.2rem;
  }
  .p-top-interview__navi .item .profile .division {
    font-size: 1rem;
  }
  .p-top-interview__navi .item .profile .name {
    font-size: 1.7rem;
  }
  .p-top-interview__navi .item .profile .name .t-small {
    font-size: 1rem;
  }
  .p-top-interview__navi .item .image .number {
    top: 0.2rem;
    right: 1rem;
    font-size: 2.4rem;
  }
}
.p-top-recruit {
  margin-bottom: 14rem;
}
.p-top-recruit .container {
  width: 80%;
  max-width: 136rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top-recruit .p-top-recruit__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5.6rem;
  line-height: 1;
  color: #fff;
}
.p-top-recruit .p-top-recruit__head span.jp {
  font-size: 5rem;
  margin-bottom: 2rem;
}
.p-top-recruit .p-top-recruit__head span.en {
  font-size: 2rem;
}
.p-top-recruit nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-recruit nav a {
  width: 46%;
  max-width: 32rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  color: var(--main-color);
  font-size: 3rem;
}
.p-top-recruit nav a:first-of-type {
  margin-right: 3.2%;
}
.p-top-recruit nav a:hover {
  color: var(--main-color);
}

@media (max-width: 767px) {
  .p-top-recruit {
    margin-bottom: 8rem;
  }
  .p-top-recruit .p-top-recruit__head span.jp {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .p-top-recruit .p-top-recruit__head span.en {
    font-size: 1.3rem;
  }
  .p-top-recruit nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-recruit nav a {
    font-size: 2rem;
    min-width: 24rem;
  }
  .p-top-recruit nav a:first-of-type {
    margin-right: initial;
    margin-bottom: 2rem;
  }
}
.p-top-section-head {
  margin-bottom: 4.8rem;
}
.p-top-section-head span {
  display: block;
  line-height: 1;
}
.p-top-section-head span.en {
  font-size: 1.8rem;
  text-indent: 0.4rem;
  margin-bottom: 1rem;
}
.p-top-section-head span.jp {
  font-size: 5rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .p-top-section-head span.jp {
    font-size: 3rem;
    letter-spacing: 0.06em;
  }
  .p-top-section-head span.en {
    font-size: 1.3rem;
  }
}
.p-top-group__a {
  background-image: url(../img/top/bg_group_a.svg);
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .p-top-group__a {
    background-size: auto 76%;
  }
}
.p-page-head {
  padding: 16rem 0 7.2rem 0;
}
.p-page-head .container {
  width: 84%;
  max-width: 1400px;
}
.p-page-head .p-page-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
}
.p-page-head .p-page-head__title span {
  display: block;
}
.p-page-head .p-page-head__title span.en {
  font-size: 1.8rem;
  text-indent: 0.4rem;
}
.p-page-head .p-page-head__title span.jp {
  font-size: 6rem;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .p-page-head {
    padding: 12rem 0 6.4rem 0;
  }
  .p-page-head .p-page-head__title span.en {
    font-size: 1.5rem;
  }
  .p-page-head .p-page-head__title span.jp {
    font-size: 3rem;
  }
}
.page-interview-detail::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 247, 247)), color-stop(50%, rgb(206, 249, 255)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(247, 247, 247), rgb(206, 249, 255) 50%, rgb(255, 255, 255));
  background-repeat: no-repeat;
  background-size: cover;
}

.p-interview-detail__head {
  width: 84%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 1fr;
}

.p-interview-detail__head-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  width: 100%;
  grid-column: 1/20;
  grid-row: 1;
  align-self: end;
}
.p-interview-detail__head-content h1 {
  font-size: 4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-interview-detail__head-content h1 strong {
  display: block;
  font-size: 2.8rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
.p-interview-detail__head-content picture {
  display: none;
}
.p-interview-detail__head-content picture img {
  width: 100%;
  height: auto;
}
.p-interview-detail__head-content .profile {
  margin-top: 4.8rem;
  padding-top: 3.2rem;
  font-weight: var(--font-weight-bold);
  position: relative;
}
.p-interview-detail__head-content .profile::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
  height: 1px;
  border-top: 1px solid #A0A0A0;
}
.p-interview-detail__head-content .profile .profile__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
.p-interview-detail__head-content .profile .profile__heading .number {
  font-size: 2.2rem;
  margin-right: 1.6rem;
}
.p-interview-detail__head-content .profile .profile__heading .name {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-bold);
}
.p-interview-detail__head-content .profile .profile__heading .name .honor {
  font-size: 1.8rem;
  margin-left: 0.4rem;
  letter-spacing: 0;
}
.p-interview-detail__head-content .profile .division {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #5d5d5d;
  margin-top: 1.2rem;
  margin-left: 5.4rem;
}

.p-interview-detail__head-image {
  display: block;
  min-height: 46rem;
  -webkit-transform: translateX(6%);
          transform: translateX(6%);
  overflow: hidden;
  border-radius: 1rem;
  grid-column: 8/-1;
  grid-row: 1;
}
.p-interview-detail__head-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interview-detail__body {
  margin-top: 20rem;
  max-width: 76rem;
}
.p-interview-detail__body h2 {
  font-size: 2.8rem;
  font-weight: var(--font-weight-bold);
  margin-top: 12rem;
  margin-bottom: 4rem;
}
.p-interview-detail__body p {
  line-height: 2.2;
  margin-bottom: 2.4rem;
  text-align: justify;
}
.p-interview-detail__body picture {
  display: block;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.p-interview-detail__body picture img {
  width: 100%;
  height: auto;
}

.p-interview-detail__related {
  margin-top: 18rem;
  margin-bottom: 14rem;
}
.p-interview-detail__related nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-interview-detail__related nav .c-btn-allow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  padding: 3rem 4rem;
  background: url(../img/interview/bg_article_button_blue.svg) no-repeat left top 100%;
  background-size: 104% 200%;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-interview-detail__related nav .c-btn-allow.topic-01 {
  background: url(../img/interview/bg_article_button_green.svg) no-repeat left top 100%;
  background-size: 103% 200%;
}
.p-interview-detail__related nav .c-btn-allow.topic-02 {
  background: url(../img/interview/bg_article_button_orange.svg) no-repeat left top 100%;
  background-size: 103% 200%;
}
.p-interview-detail__related nav .c-btn-allow.topic-03 {
  background: url(../img/interview/bg_article_button_yellow.svg) no-repeat left top 100%;
  background-size: 103% 200%;
}
.p-interview-detail__related nav .c-btn-allow.topic-04 {
  background: url(../img/interview/bg_article_button_blue.svg) no-repeat left top 100%;
  background-size: 103% 200%;
}
.p-interview-detail__related nav .c-btn-allow:hover {
  background-position: left top;
}
.p-interview-detail__related nav .c-btn-allow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: #fff;
}
.p-interview-detail__related nav .c-btn-allow .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 3rem;
}
.p-interview-detail__related nav .c-btn-allow .label .en {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-interview-detail__related nav .c-btn-allow .label .jp {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
}

.p-interview-detail__other {
  margin-bottom: 6.2rem;
}
.p-interview-detail__other .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 76rem;
  background: url(../img/interview/bg_banner.png);
}
.p-interview-detail__other .content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0 8%;
}
.p-interview-detail__other .content h2 {
  font-size: 2rem;
}
.p-interview-detail__other .content .name .jp {
  font-size: 4rem;
}
.p-interview-detail__other .content .name .honor {
  font-size: 2.4rem;
}
.p-interview-detail__other .image {
  width: 50%;
  min-height: 25rem;
}
.p-interview-detail__other .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-interview-detail__related nav .c-btn-allow.topic-01, .p-interview-detail__related nav .c-btn-allow.topic-02, .p-interview-detail__related nav .c-btn-allow.topic-03, .p-interview-detail__related nav .c-btn-allow.topic-04 {
    background-size: 102% 200%;
  }
}
@media (max-width: 767px) {
  .p-interview-detail {
    padding-top: 3.2rem;
  }
  .p-interview-detail__head {
    display: block;
    grid-template-columns: inherit;
  }
  .p-interview-detail__head-content {
    width: 100%;
    padding: 0;
    grid-column: none;
    grid-row: none;
  }
  .p-interview-detail__head-content h1 {
    font-size: 2.6rem;
  }
  .p-interview-detail__head-content h1 strong {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .p-interview-detail__head-content picture {
    display: block;
    width: 100vw;
    height: initial;
    min-height: initial;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    -webkit-transform: translateX(8vw);
            transform: translateX(8vw);
    margin-top: 3.2rem;
  }
  .p-interview-detail__head-content .profile {
    margin-top: 2.4rem;
    padding-top: 0;
    padding-bottom: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .p-interview-detail__head-content .profile::before {
    width: 40%;
    top: 1.4rem;
    bottom: initial;
    left: 0;
  }
  .p-interview-detail__head-content .profile .profile__heading .number {
    font-size: 1.6rem;
    margin-right: 1.2rem;
  }
  .p-interview-detail__head-content .profile .profile__heading .name {
    font-size: 2.4rem;
  }
  .p-interview-detail__head-content .profile .profile__heading .name .honor {
    font-size: 1.4rem;
    margin-left: 0.4rem;
  }
  .p-interview-detail__head-content .profile .division {
    font-size: 1.6rem;
    margin-left: 3.6rem;
  }
  .p-interview-detail__head-image {
    display: none;
    grid-column: inherit;
    grid-row: inherit;
  }
  .p-interview-detail__body {
    margin-top: 8rem;
  }
  .p-interview-detail__body h2 {
    font-size: 2.4rem;
    margin-top: 8rem;
    margin-bottom: 2.4rem;
  }
  .p-interview-detail__body p {
    line-height: 2;
  }
  .p-interview-detail__body picture {
    width: 100vw;
    height: initial;
    min-height: initial;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-interview-detail__related nav .c-btn-allow {
    padding: 2rem 0rem;
    background: url(../img/interview/bg_article_button_blue.svg) no-repeat left top 81%;
    background-size: 104% 200%;
  }
  .p-interview-detail__related nav .c-btn-allow .label .en {
    font-size: 1.3rem;
  }
  .p-interview-detail__related nav .c-btn-allow .label .jp {
    font-size: 1.7rem;
  }
  .p-interview-detail__related nav .c-btn-allow.topic-01, .p-interview-detail__related nav .c-btn-allow.topic-02, .p-interview-detail__related nav .c-btn-allow.topic-03, .p-interview-detail__related nav .c-btn-allow.topic-04 {
    background-size: 101% 179%;
  }
  .p-interview-detail__other {
    width: 100vw;
    height: initial;
    min-height: initial;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-interview-detail__other .container {
    width: 100%;
  }
  .p-interview-detail__other .content {
    width: 55%;
  }
  .p-interview-detail__other .content h2 {
    font-size: 1.2rem;
  }
  .p-interview-detail__other .content .name .jp {
    font-size: 2.4rem;
  }
  .p-interview-detail__other .content .name .honor {
    font-size: 1.4rem;
    margin-left: 0.4rem;
  }
  .p-interview-detail__other .image {
    width: 45%;
    min-height: 15rem;
  }
}
.p-form {
  color: var(--main-color);
  background-color: #fff;
  padding: 10% 0;
  max-width: 900px;
  margin-top: 6rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}
.p-form .p-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8rem 0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.p-form .p-form__block.privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
.p-form .p-form__block.privacy a {
  margin-left: 0.4rem;
}
.p-form .p-form__block.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem 0;
}
.p-form .p-form__block.button .c-button {
  padding: 1.8rem 3.2rem 2rem 3.2rem;
  width: 26rem;
  font-size: 2rem;
}
.p-form .p-form__block .label {
  width: 30%;
  min-width: 20rem;
  font-weight: 700;
  padding: 1rem 0;
}
.p-form .p-form__block .control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-form span.wpcf7-list-item {
  margin: 0;
}
.p-form div.wpcf7-response-output {
  border: none;
  text-align: center;
  padding: 2rem 1rem 2.2rem 1rem !important;
}
.p-form .wpcf7 form.invalid .wpcf7-response-output,
.p-form .wpcf7 form.unaccepted .wpcf7-response-output,
.p-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: initial;
}
.p-form .wpcf7 form .wpcf7-response-output {
  width: 90%;
  margin: 20px auto;
  color: #398f14;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  padding: 12px;
  border: none;
}
.p-form span.wpcf7-not-valid-tip,
.p-form .wpcf7-not-valid-tip-no-ajax {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
.p-form .wpcf7 form.invalid .wpcf7-response-output,
.p-form div.wpcf7-validation-errors {
  color: #c00;
  font-weight: 700;
  border: none;
}
.p-form .wpcf7 form.sent .wpcf7-response-output,
.p-form .wpcf7-mail-sent-ok {
  color: #365899;
  font-weight: 700;
  border: none;
}
.p-form .wpcf7-not-valid {
  border-color: #98A6B5;
}
.p-form .input-text.wpcf7-not-valid {
  background: url(../img/contact/icon_error.svg) no-repeat right 1rem center;
  background-size: 1.6rem auto;
  padding-right: 3.2rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-form {
    padding: 10% 6rem;
  }
}
@media (max-width: 767px) {
  .p-form {
    font-size: 1.5rem;
    margin-top: 2rem;
    padding: 10% 2rem;
  }
  .p-form .p-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0;
  }
  .p-form .p-form__block .label {
    width: 100%;
  }
  .p-form .p-form__block .control {
    width: 100%;
  }
  .p-form .p-form__block.privacy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .p-form .p-form__block.privacy .label {
    display: none;
  }
  .p-form .p-form__block.button {
    padding: 1rem 0 2rem 0;
  }
  .p-form .p-form__block.button .c-button {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit {
  width: 84%;
  max-width: 1400px;
  margin-top: 4rem;
}

.p-recruit__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit__navi a,
.p-recruit__navi span {
  display: block;
  border-radius: 8px 8px 0 0;
  margin-right: 1.4rem;
  -webkit-box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.2);
  font-weight: var(--font-weight-bold);
  padding: 2rem 3.2rem;
}
.p-recruit__navi a {
  background-color: #E0E0E0;
  color: #A0A0A0;
}
.p-recruit__navi a:hover {
  background-color: #fff;
  color: var(--main-color);
  opacity: 1;
}
.p-recruit__navi span {
  background-color: #fff;
}

.p-recruit__requirement {
  position: relative;
  background-color: #fff;
  padding: 8% 10% 10% 10%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.p-recruit__requirement-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--main-color);
  padding: 2.4rem 0;
}
.p-recruit__requirement-block .label {
  line-height: 1.6;
  width: 16rem;
  font-weight: var(--font-weight-bold);
  padding-right: 3.2rem;
}
.p-recruit__requirement-block .content {
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: var(--font-weight-semiBold);
}

@media (max-width: 767px) {
  .p-recruit {
    margin-top: 0;
  }
  .p-recruit__navi a,
  .p-recruit__navi span {
    font-size: 1.3rem;
    margin-right: 0.7rem;
    padding: 1rem 1.4rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  }
  .p-recruit__requirement {
    padding: 10% 6% 10% 6%;
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  }
  .p-recruit__requirement-block .label {
    line-height: 1.6;
    width: 9rem;
    padding-right: 1.6rem;
  }
  .p-recruit__requirement-block .content {
    font-size: 1.4rem;
  }
}
.p-gotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 10rem 0 2.4rem 0;
}

.p-gotop__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-gotop__button span {
  display: block;
  color: var(--main-color);
  font-weight: 500;
  margin-right: 0.6rem;
}
.p-gotop__button img {
  display: block;
  width: 1.6rem;
  height: auto;
}

@media (max-width: 767px) {
  .p-gotop {
    padding: 4rem 0 2.4rem 0;
  }
}
.p-404 {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.p-404 h1 {
  line-height: 1;
  margin: 0 auto 8rem auto;
  font-family: var(--font-family-en);
  font-weight: 700;
}

.p-404 h1 span {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.p-404 h1 span:first-of-type {
  font-size: 12rem;
  margin-bottom: 2rem;
  color: var(--color-green);
}

.p-404-content p {
  line-height: 2;
}

.p-404-back-navi {
  margin-top: 4rem;
}

.p-404-back-navi a {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .p-404 h1 span:first-of-type {
    font-size: 10rem;
    margin-bottom: 1rem;
  }
  .p-404 h1 span {
    font-size: 2rem;
  }
}
.bg-group {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-group::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.bg-group-a::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(137, 214, 226)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(137, 214, 226), rgb(255, 255, 255));
}

.bg-group-b::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(195, 234, 240)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(195, 234, 240), rgb(255, 255, 255));
}

.bg-group-c::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(195, 234, 240)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(195, 234, 240), rgb(255, 255, 255));
}

.p-about-us-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  padding: 16rem 0;
}

#outline:first-of-type {
  padding-top: 0;
}

.p-about-us-outline__heading {
  width: 260px;
  margin-right: 40px;
}

.p-about-us-outline__content {
  width: calc(100% - 260px);
}
.p-about-us-outline__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-about-us-outline__content dl dt,
.p-about-us-outline__content dl dd {
  padding-top: 2.2rem;
  padding-bottom: 2.3rem;
}

.p-about-us-outline__profile dt {
  width: 16rem;
}
.p-about-us-outline__profile dt:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.p-about-us-outline__profile dd {
  width: calc(100% - 16rem);
  font-weight: 600;
  line-height: 1.65;
}
.p-about-us-outline__profile dd:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.p-about-us-outline__history dt {
  width: 12rem;
  padding-left: 3.2rem;
  position: relative;
  font-size: 2rem;
}
.p-about-us-outline__history dt::before, .p-about-us-outline__history dt::after {
  content: "";
  display: block;
  background-color: var(--main-color);
  position: absolute;
}
.p-about-us-outline__history dt::before {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  left: 0;
  top: 3.8rem;
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}
.p-about-us-outline__history dt::after {
  width: 1px;
  height: 100%;
  left: calc(0.5rem - 1px);
  top: 0;
}
.p-about-us-outline__history dt:first-of-type::after {
  top: 50%;
}
.p-about-us-outline__history dt:last-of-type::after {
  top: -50%;
}
.p-about-us-outline__history dd {
  width: calc(100% - 12rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.65;
  margin-top: 0.4rem;
}

@media (max-width: 767px) {
  .p-about-us-outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10rem 0;
  }
  .p-about-us-outline__heading {
    width: 100%;
    margin-right: 0;
  }
  .p-about-us-outline__content {
    width: 100%;
  }
  .p-about-us-outline__profile dt {
    width: 11rem;
  }
  .p-about-us-outline__profile dd {
    width: calc(100% - 11rem);
  }
  .p-about-us-outline__history dt,
  .p-about-us-outline__history dd {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .p-about-us-outline__history dt {
    width: 8rem;
    padding-left: 2rem;
    font-size: var(--font-size-base-sp);
  }
  .p-about-us-outline__history dt::before {
    top: 3.4rem;
  }
  .p-about-us-outline__history dt::after {
    left: calc(0.5rem - 1px);
  }
  .p-about-us-outline__history dt:first-of-type::after {
    top: calc(50% - 1rem);
  }
  .p-about-us-outline__history dd {
    width: calc(100% - 9rem);
  }
}
.p-about-us-message {
  padding-bottom: 24rem;
}
.p-about-us-message.container {
  max-width: 1000px;
}

.p-about-us-message__content .content {
  width: 74%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  padding: 3.5rem 5rem;
  text-align: justify;
  position: relative;
}
.p-about-us-message__content .content::before, .p-about-us-message__content .content::after {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.p-about-us-message__content .content::before {
  background-image: url(../img/message/bg_message_lt.svg);
  top: 0;
  left: 0;
}
.p-about-us-message__content .content::after {
  background-image: url(../img/message/bg_message_rb.svg);
  bottom: 0;
  right: 0;
}
.p-about-us-message__content .content .sign {
  margin-top: 3.2rem;
  text-align: right;
}
.p-about-us-message__content .photo {
  display: block;
  margin-top: 8rem;
  border-radius: 1rem;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-about-us-message__content .content {
    width: 84%;
    margin-top: 4rem;
    line-height: 2;
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .p-about-us-message {
    padding-bottom: 12rem;
  }
  .p-about-us-message__content .content {
    width: 100%;
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
  .p-about-us-message__content .photo {
    margin-top: 6rem;
  }
}
.p-about-us-movie {
  padding: 18rem 0;
}
.p-about-us-movie.container {
  max-width: 1100px;
}

.p-about-us-movie__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.p-about-us-movie__heading .p-section-title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 8rem;
}
.p-about-us-movie__heading .intro {
  max-width: 730px;
  margin-top: 2.5rem;
  font-weight: var(--font-weight-bold);
  text-align: justify;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-about-us-movie {
    padding: 0rem 0 18rem 0;
  }
}
@media (max-width: 767px) {
  .p-about-us-movie {
    padding: 10rem 0;
  }
  .p-about-us-movie__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.8rem;
  }
  .p-about-us-movie__heading .p-section-title {
    margin-right: 0;
    margin-bottom: 2.4rem !important;
  }
  .p-about-us-movie__heading .intro {
    margin-top: 0;
  }
}
.p-about-us-jobtype {
  padding-bottom: 18rem;
}
.p-about-us-jobtype.container {
  max-width: 1100px;
}

.p-about-us-jobtype__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.4rem;
}
.p-about-us-jobtype__heading .p-section-title {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 8rem;
}
.p-about-us-jobtype__heading .intro {
  max-width: 730px;
  font-weight: var(--font-weight-bold);
  text-align: justify;
}
.p-about-us-jobtype__heading .intro .t-orange {
  color: #FD8554;
}

.p-about-us-jobtype__jobcards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
.p-about-us-jobtype__jobcards .item {
  width: calc((100% - 4.8rem) / 3);
  padding: 3.2rem 2.4rem 4rem 2.4rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-about-us-jobtype__jobcards .item .icon {
  width: 24%;
  max-width: 76px;
}
.p-about-us-jobtype__jobcards .item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-regular);
  line-height: 1.6;
}
.p-about-us-jobtype__jobcards .item .content h3 {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1rem;
}

.p-about-us-jobtype__careers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
.p-about-us-jobtype__careers .item {
  width: calc((100% - 4.8rem) / 2);
  padding: 6.4rem 4rem 5.6rem 4rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.p-about-us-jobtype__careers .item h3 {
  font-size: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
.p-about-us-jobtype__careers .item h3::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1rem;
  background-color: #62D1E0;
  margin-right: 2rem;
}
.p-about-us-jobtype__careers .item p {
  padding-left: 3rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-regular);
}
.p-about-us-jobtype__careers .item .t-orange {
  color: #FD8554;
  font-weight: var(--font-weight-bold);
}

#career-path {
  padding-top: 14rem;
}

#appraisal {
  padding-bottom: 0;
  padding-top: 14rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-about-us-jobtype {
    padding-bottom: 12rem;
  }
  #career-path {
    padding-top: 12rem;
  }
  #appraisal {
    padding-top: 12rem;
  }
}
@media (max-width: 767px) {
  .p-about-us-jobtype__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4.8rem;
  }
  .p-about-us-jobtype__jobcards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
  .p-about-us-jobtype__jobcards .item {
    width: 100%;
    padding: 3.2rem 1.6rem 3.2rem 1.8rem;
  }
  .p-about-us-jobtype__jobcards .item .content {
    font-size: 1.5rem;
  }
  .p-about-us-jobtype__jobcards .item .content h3 {
    font-size: 1.8rem;
  }
  .p-about-us-jobtype {
    padding-bottom: 8rem;
  }
  #career-path {
    padding-top: 8rem;
  }
  #appraisal {
    padding-bottom: 6rem;
    padding-top: 8rem;
  }
  .p-about-us-jobtype__careers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .p-about-us-jobtype__careers .item {
    width: 100%;
    padding: 4rem 3.2rem;
  }
  .p-about-us-jobtype__careers .item h3 {
    font-size: 1.8rem;
  }
  .p-about-us-jobtype__careers .item h3::before {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 1.4rem;
  }
  .p-about-us-jobtype__careers .item p {
    padding-left: 0;
    font-size: 1.5rem;
  }
}
.p-about-us-navi {
  margin-bottom: 24rem;
}
.p-about-us-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
}
.p-about-us-navi ul.container {
  width: 84%;
}
.p-about-us-navi ul li span,
.p-about-us-navi ul li a {
  display: block;
  position: relative;
  padding-bottom: 1rem;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-bold);
}
.p-about-us-navi ul li span::after,
.p-about-us-navi ul li a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
}
.p-about-us-navi ul li span {
  color: var(--main-color);
}
.p-about-us-navi ul li a {
  color: #A0A0A0;
}
.p-about-us-navi ul li a::after {
  background-color: #A0A0A0;
}
.p-about-us-navi ul li a:hover {
  opacity: 1;
  color: var(--main-color);
}
.p-about-us-navi ul li a:hover::after {
  background-color: var(--main-color);
}

@media (max-width: 767px) {
  .p-about-us-navi {
    margin-bottom: 12rem;
  }
  .p-about-us-navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 12%;
  }
  .p-about-us-navi ul li {
    width: 44%;
  }
  .p-about-us-navi ul li a,
  .p-about-us-navi ul li span {
    font-size: var(--font-size-base-sp);
    padding-bottom: 0.5rem;
  }
}
.p-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.2rem !important;
}
.p-section-title span {
  display: block;
}
.p-section-title .en {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.p-section-title .jp {
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-bold);
}

@media (max-width: 767px) {
  .p-section-title .en {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }
  .p-section-title .jp {
    font-size: 2.4rem;
  }
}
.p-topic-navi {
  margin-top: 16rem;
  margin-bottom: 10rem;
}
.p-topic-navi .container {
  max-width: 900px;
}
.p-topic-navi h2 {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}
.p-topic-navi nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 6%;
}
.p-topic-navi nav a {
  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;
  font-size: 2rem;
  letter-spacing: 0.09em;
  padding: 2.4rem 0;
  border-bottom: 1px solid #A0A0A0;
  width: 28%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.p-topic-navi nav a:hover {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-topic-navi {
    margin-top: 12rem;
  }
}
@media (max-width: 767px) {
  .p-topic-navi {
    margin-top: 10rem;
  }
  .p-topic-navi .container {
    width: 84%;
  }
  .p-topic-navi h2 {
    font-size: 1.5rem;
  }
  .p-topic-navi nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-topic-navi nav a {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-page-end-entry {
  margin-top: 4rem;
  margin-bottom: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: centerc;
      -ms-flex-align: centerc;
          align-items: centerc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-end-entry .c-button {
  padding: 1.8rem 3.2rem 2rem 3.2rem;
  width: 26rem;
  font-size: 2.4rem;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-page-end-entry {
    margin-top: 2.4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-page-end-entry .c-button {
    padding: 1.4rem 3.2rem 1.6rem 3.2rem;
  }
}
.p-topic-head {
  padding: 20rem 0 16rem 0;
}
.p-topic-head .container {
  width: 84%;
  max-width: 1000px;
}
.p-topic-head .p-topic-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.p-topic-head .p-topic-head__title span {
  display: block;
}
.p-topic-head .p-topic-head__title span.en {
  font-size: 1.8rem;
  text-indent: 0.4rem;
}
.p-topic-head .p-topic-head__title span.jp {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
.p-topic-head .p-topic-head__copy {
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 4rem;
}
.p-topic-head .p-topic-head__body {
  width: 82%;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  text-align: justify;
  line-height: 2;
}

@media (max-width: 767px) {
  .p-topic-head {
    padding: 16rem 0 8rem 0;
  }
  .p-topic-head .p-topic-head__title {
    margin-bottom: 1.6rem;
  }
  .p-topic-head .p-topic-head__title span {
    display: block;
  }
  .p-topic-head .p-topic-head__title span.en {
    font-size: 1.5rem;
    text-indent: 0.2rem;
  }
  .p-topic-head .p-topic-head__title span.jp {
    font-size: 1.6rem;
    margin-top: 0.4rem;
  }
  .p-topic-head .p-topic-head__copy {
    font-size: 3rem;
    margin-bottom: 3.2rem;
  }
  .p-topic-head .p-topic-head__body {
    width: 100%;
    font-size: 1.7rem;
  }
}
.p-topic-01 {
  padding: 18rem 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 247, 247)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(247, 247, 247), rgb(255, 255, 255));
}
.p-topic-01 .container {
  width: 84%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-topic-01__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-topic-01__content h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  background: url(../img/topic/01/bg_section_title.png) no-repeat left bottom;
  background-size: 100% 50%;
}
.p-topic-01__content p {
  font-size: 1.8rem;
  line-height: 2;
}

.p-topic-01__figure {
  display: block;
  width: 55%;
  max-width: 600px;
  -webkit-transform: translate(5%, 1rem);
          transform: translate(5%, 1rem);
}

@media (max-width: 767px) {
  .p-topic-01 {
    padding: 10rem 0;
  }
  .p-topic-01 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-topic-01__content h3 {
    font-size: 2.4rem;
    line-height: 1;
    padding-bottom: 1rem;
    margin-bottom: 2.4rem;
  }
  .p-topic-01__content p {
    font-size: var(--font-size-base-sp);
  }
  .p-topic-01__figure {
    width: 100%;
    -webkit-transform: initial;
            transform: initial;
    margin-top: 4rem;
  }
}
.p-topic-02 {
  padding: 18rem 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 247, 247)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(247, 247, 247), rgb(255, 255, 255));
}
.p-topic-02 .p-topic-block .content h3 span {
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  margin-right: 0.5rem;
}
.p-topic-02 .p-topic-block .content h3 strong {
  display: inline-block;
  font-size: 5.6rem;
  padding: 0.6rem 1.4rem 1.2rem 1.4rem;
  margin: 1.6rem 0;
  border: 4px solid #FD8554;
}

@media (max-width: 767px) {
  .p-topic-02 {
    padding: 10rem 0 6rem 0;
  }
  .p-topic-02 .p-topic-block .content h3 span {
    font-size: 2.2rem;
    margin-right: 0.4rem;
  }
  .p-topic-02 .p-topic-block .content h3 strong {
    font-size: 3.6rem;
    padding: 0.5rem 1rem 1rem 1rem;
    margin: 0;
  }
  .p-topic-02 .p-topic-block .content h3 strong.t-small {
    font-size: 2.2rem;
  }
}
.p-topic-03 {
  padding: 18rem 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 247, 247)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(247, 247, 247), rgb(255, 255, 255));
}
.p-topic-03 .p-topic-block .content h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  background: url(../img/topic/03/bg_section_title.png) no-repeat left bottom;
  background-size: 100% 50%;
}

.p-topic-03__feature .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  max-width: 1200px;
  margin-top: 10rem;
}
.p-topic-03__feature .item {
  width: calc((100% - 4.8rem) / 2);
  padding: 6.4rem 4rem 5.6rem 4rem;
  background-color: #E9F7F5;
  border-radius: 0.6rem;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.p-topic-03__feature .item h4 {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 3rem;
}
.p-topic-03__feature .item h4::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1rem;
  background-color: #FEE75A;
  position: absolute;
  left: 0;
  top: 1rem;
}
.p-topic-03__feature .item p {
  padding-left: 3rem;
  font-weight: var(--font-weight-regular);
  font-size: 1.6rem;
  text-align: justify;
}

@media (max-width: 767px) {
  .p-topic-03 {
    padding: 10rem 0;
  }
  .p-topic-03 .p-topic-block .content h3 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2.4rem;
  }
  .p-topic-03__feature .container {
    margin-top: 8rem;
    gap: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-topic-03__feature .item {
    width: 100%;
    padding: 4rem 2.4rem 4rem 2.4rem;
  }
  .p-topic-03__feature .item h4 {
    font-size: 1.9rem;
    padding-left: 2.4rem;
  }
  .p-topic-03__feature .item h4::before {
    width: 1.1rem;
    height: 1.1rem;
  }
  .p-topic-03__feature .item p {
    padding-left: 0;
    font-size: var(--font-size-base-sp);
  }
}
.p-topic-04 {
  padding: 18rem 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 247, 247)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(247, 247, 247), rgb(255, 255, 255));
}
.p-topic-04 .p-topic-block .content h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  background: url(../img/topic/04/bg_section_title.png) no-repeat left bottom;
  background-size: 100% 50%;
}

.p-topic-04__feature {
  margin-top: 6rem;
}
.p-topic-04__feature .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  max-width: 1200px;
}
.p-topic-04__feature ul {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem 0;
}
.p-topic-04__feature ul .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.4rem 4rem;
  background-color: #E9F7F5;
  border-radius: 0.6rem;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.p-topic-04__feature ul .item .label {
  color: #62D1E0;
  font-size: 1.6rem;
  margin-right: 2.4rem;
}
.p-topic-04__feature ul .item .label .number {
  font-size: 2.6rem;
}
.p-topic-04__feature ul .item h4 {
  font-size: 2rem;
}
.p-topic-04__feature .p-topic-04__feature-message {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-topic-04__feature .p-topic-04__feature-message p {
  width: 60%;
  font-size: 1.4rem;
}
.p-topic-04__feature .p-topic-04__feature-message picture {
  width: 40%;
}

@media (max-width: 767px) {
  .p-topic-04 {
    padding: 10rem 0;
  }
  .p-topic-04 .p-topic-block .content h3 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 2.4rem;
  }
  .p-topic-04__feature .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-topic-04__feature ul {
    width: 100%;
  }
  .p-topic-04__feature ul .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1rem 2.4rem 3.2rem 2.4rem;
  }
  .p-topic-04__feature ul .item .label {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .p-topic-04__feature ul .item .label .number {
    font-size: 2.4rem;
    margin-left: 0.5rem;
  }
  .p-topic-04__feature ul .item h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-topic-04__feature .p-topic-04__feature-message {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-topic-04__feature .p-topic-04__feature-message P {
    width: 100%;
    font-size: 1.5rem;
  }
  .p-topic-04__feature .p-topic-04__feature-message picture {
    width: 45%;
  }
}
.p-topic-04-skill {
  margin-bottom: 4rem;
}
.p-topic-04-skill .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 96%;
  max-width: 2000px;
}
.p-topic-04-skill .item {
  width: 55%;
  padding: 10%;
  mix-blend-mode: multiply;
}
.p-topic-04-skill .item:first-of-type {
  background: url(../img/topic/04/bg_skill_1.png) no-repeat center;
  background-size: 100% 100%;
}
.p-topic-04-skill .item:last-of-type {
  background: url(../img/topic/04/bg_skill_2.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-topic-04-skill .item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8rem;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/topic/04/bg_section_title.png) no-repeat left bottom;
  background-size: 100% 50%;
}
.p-topic-04-skill .item picture {
  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;
  margin-bottom: 4rem;
}
.p-topic-04-skill .item p {
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-topic-04-skill .container {
    width: 110vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -55vw;
    margin-right: -55vw;
  }
  .p-topic-04-skill .item h3 {
    font-size: 3.2rem;
  }
  .p-topic-04-skill .item p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-topic-04-skill {
    margin-bottom: 0;
  }
  .p-topic-04-skill .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-topic-04-skill .item {
    width: 100%;
    padding: 24% 10%;
    mix-blend-mode: multiply;
    background-size: 170% 100% !important;
  }
  .p-topic-04-skill .item h3 {
    font-size: 2.4rem;
    line-height: 1;
    padding-bottom: 1rem;
  }
  .p-topic-04-skill .item picture {
    margin-bottom: 2.4rem;
  }
  .p-topic-04-skill .item p {
    font-size: var(--font-size-base-sp);
    width: 100%;
  }
  .p-topic-04-skill .item:last-of-type {
    background-size: auto 100%;
    position: relative;
    top: initial;
    right: initial;
    margin-top: -14%;
  }
}
.page-topic::after {
  display: none;
}
.page-topic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -30rem;
  left: -20rem;
  width: 100vw;
  height: 29.16666vw;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  opacity: 0;
}
.page-topic.is_loaded::before {
  top: -12rem;
  left: 0;
  opacity: 1;
}
.page-topic.topic-01::before {
  background-image: url(../img/topic/01/bg_topic.svg);
}
.page-topic.topic-02::before {
  background-image: url(../img/topic/02/bg_topic.svg);
}
.page-topic.topic-03::before {
  background-image: url(../img/topic/03/bg_topic.svg);
}
.page-topic.topic-04::before {
  background-image: url(../img/topic/04/bg_topic.svg);
}

@media (min-width: 768px) and (max-width: 999px) {
  .page-topic::before {
    height: 38vw;
  }
}
@media (max-width: 767px) {
  .page-topic::before {
    height: 160vw;
    left: 0;
  }
  .page-topic.topic-01::before {
    background-image: url(../img/topic/01/bg_topic_sp.svg);
  }
  .page-topic.topic-02::before {
    background-image: url(../img/topic/02/bg_topic_sp.svg);
  }
  .page-topic.topic-03::before {
    background-image: url(../img/topic/03/bg_topic_sp.svg);
  }
  .page-topic.topic-04::before {
    background-image: url(../img/topic/04/bg_topic_sp.svg);
  }
}
.p-topic-block {
  position: relative;
}
.p-topic-block .container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-topic-block .content {
  width: 45%;
  margin-right: auto;
  position: relative;
  padding: 4rem 0;
}
.p-topic-block .content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-bottom: 3.2rem;
}
.p-topic-block .content p {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  text-align: justify;
  line-height: 2.1;
}
.p-topic-block .figure {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 48%;
  min-height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100rem 0 0 100rem;
  overflow: hidden;
}
.p-topic-block .figure::after {
  display: block;
  padding-top: 50%;
  content: "";
}
.p-topic-block .figure img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .p-topic-block .content {
    width: 100%;
    padding: 0;
    display: block;
  }
  .p-topic-block .content p {
    font-size: 1.5rem;
  }
  .p-topic-block .figure {
    position: relative;
    top: initial;
    right: initial;
    width: 100vw;
    min-height: initial;
    -webkit-transform: initial;
            transform: initial;
    margin-top: 4rem;
    margin-right: -9vw;
  }
  .p-topic-block .figure::after {
    padding-top: 65%;
  }
}
.p-post-body {
  /* 見出し */
  /* 段落 */
  /* リスト */
  /* 画像 */
  /* レイアウト */
  /* カラム */
  /* 引用 */
  /* 表 */
  /* ギャラリー */
  /* 詩 */
  /* ボタン */
}
.p-post-body h1, .p-post-body h2, .p-post-body h3, .p-post-body h4, .p-post-body h5 {
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-post-body h1 {
  font-size: 4rem;
  margin-bottom: 3.2rem;
}
.p-post-body h2 {
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
}
.p-post-body h3 {
  font-size: 2rem;
}
.p-post-body h4 {
  font-size: var(--font-size-base-pc);
}
.p-post-body h5 {
  font-size: var(--font-size-base-pc);
}
.p-post-body p {
  margin-bottom: 2.4rem;
}
.p-post-body p.none-margin {
  margin-bottom: 0;
}
.p-post-body ul {
  margin-bottom: 2.4rem;
}
.p-post-body ul li {
  line-height: 1.65;
  position: relative;
  margin-left: 0.6rem;
  margin-bottom: 0.6rem;
  padding-left: 1.2rem;
}
.p-post-body ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--text-color);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
.p-post-body .wp-block-image {
  margin-bottom: 2.4rem;
}
.p-post-body .wp-block-image figcaption {
  font-size: 1.4rem;
  margin: 0.4rem 0 0 0;
}
.p-post-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 8% 0 0;
}
.p-post-body .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8%;
}
.p-post-body .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.p-post-body .wp-block-quote {
  overflow-wrap: break-word;
  margin-bottom: 2.4rem;
}
.p-post-body .wp-block-quote p {
  border-left: 2px solid var(--text-color);
  padding: 0 0 0 1.4rem;
  line-height: 1.65;
  margin-bottom: 0;
}
.p-post-body .wp-block-quote cite {
  font-size: 1.2rem;
  padding: 0 0 0 2rem;
  color: #acacac;
}
.p-post-body .wp-block-table {
  margin-bottom: 2.4rem;
}
.p-post-body .wp-block-table table {
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
}
.p-post-body .wp-block-table table tr {
  border-bottom: 1px solid #C7C7C7;
}
.p-post-body .wp-block-table table tr td {
  border-right: 1px solid #C7C7C7;
  padding: 1rem 1.4rem;
}
.p-post-body .wp-block-table figcaption {
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.p-post-body .wp-block-gallery.has-nested-images figcaption {
  font-size: 1.2rem;
  margin: 0;
  position: relative !important;
  background: none !important;
  color: #000 !important;
  font-size: 12px !important;
  padding: 0 !important;
}
.p-post-body .wp-block-verse {
  margin-bottom: 2.4rem;
}
.p-post-body .wp-block-buttons .wp-block-button {
  margin-bottom: 1rem;
}
.p-post-body .wp-block-button__link {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 2px solid #A0A0A0;
  color: var(--color-green);
  font-family: var(--font-family-base);
  font-weight: 600;
  font-size: 1.4rem;
  padding: 1rem 1.6rem 1.3rem 1.6rem;
  border-radius: 100px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-post-body .wp-block-button__link:hover {
  background: var(--color-green);
  border-color: var(--color-green);
}
.p-post-body.container {
  max-width: 90rem;
}

/* 区切り線 */
.wp-block-separator {
  margin: 4rem 0;
  border: none !important;
  border-bottom: 1px solid #CDD6DD !important;
}

@media (max-width: 767px) {
  .p-post-body {
    /* 見出し */
    /* 画像 */
    /* レイアウト */
  }
  .p-post-body h1, .p-post-body h2, .p-post-body h3, .p-post-body h4, .p-post-body h5 {
    margin-bottom: 1.4rem;
  }
  .p-post-body h1 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
  .p-post-body h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .p-post-body h3 {
    font-size: 1.8rem;
  }
  .p-post-body h4 {
    font-size: var(--font-size-base-sp);
  }
  .p-post-body h5 {
    font-size: var(--font-size-base-sp);
  }
  .p-post-body .wp-block-image {
    margin-bottom: 2.4rem;
  }
  .p-post-body .wp-block-image.size-full {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .p-post-body .wp-block-image figcaption {
    font-size: 1.4rem;
    margin: 0.4rem 6% 0 6%;
  }
  .p-post-body .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 12px 0 0 0;
  }
  .p-post-body .wp-block-media-text .wp-block-media-text__content {
    padding: 12px 0 0 0;
  }
}
.p-post-detail {
  padding: 0 0 6rem 0;
}

.p-post-detail__head {
  padding: 16rem 0 12rem 0;
}
.p-post-detail__head.container {
  max-width: 90rem;
}
.p-post-detail__head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
}
.p-post-detail__head .title span {
  display: block;
}
.p-post-detail__head .title span.en {
  font-size: 1.8rem;
  text-indent: 0.4rem;
  margin-bottom: 0.6rem;
}
.p-post-detail__head .title span.jp {
  font-size: 6rem;
  letter-spacing: 0.08em;
}

.p-post-detail__address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2.4rem;
}
.p-post-detail__address-block .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 3.2rem;
}
@media (max-width: 767px) {
  .p-post-detail__head {
    padding: 12rem 0 10rem 0;
  }
  .p-post-detail__head .title span.en {
    font-size: 1.5rem;
  }
  .p-post-detail__head .title span.jp {
    font-size: 3rem;
  }
}
.p-movie-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 13;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.p-movie-modal .btn-close {
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  background: url(../img/common/btn_close.svg) no-repeat center;
  background-size: contain;
}
.p-movie-modal .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.p-movie-modal .video video {
  width: 90vw;
  max-width: 1100px;
}

.modal-open .p-movie-modal {
  opacity: 1;
  visibility: visible;
}

main::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}

.modal-open main::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .p-movie-modal .btn-close {
    width: 4rem;
    height: 4rem;
  }
  .p-movie-modal .video video {
    width: 100vw;
  }
}
.fadeIn {
  -webkit-transition: opacity 1s 0.1s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-filter 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

.fadeIn.inview {
  opacity: 1;
}

.fadeUpIn {
  -webkit-transition: opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s 0.1s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, opacity 1s 0.1s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.fadeUpIn.inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.maskIn {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.maskIn.inview {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.blurIn {
  -webkit-animation-name: blurInAnime;
          animation-name: blurInAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

@-webkit-keyframes blurInAnime {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurInAnime {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes imgZoom {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.show-tablet-inline,
.show-tablet,
.show-mobile-inline,
.show-mobile {
  display: none;
}

.hide-tablet,
.hide-mobile {
  display: block;
}

.hide-tablet-inline,
.hide-mobile-inline {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 999px) {
  .show-tablet {
    display: block;
  }
  .show-tablet-inline {
    display: inline-block;
  }
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .show-mobile-inline {
    display: inline-block;
  }
  .hide-mobile {
    display: none;
  }
  .hide-mobile-inline {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */