@charset "UTF-8";
body {
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
z-index:-1;
}

#bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/common/noise.png);
  background-size: 400px;
  mix-blend-mode: multiply;
}

#bg canvas {
  opacity: 0.2;
}

.sec {
  min-height: 100vh;
  text-align: center;
  position: relative;
}

footer {
  background: #666;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

body {
  background-image: url(../images/common/noise.png);
  background-repeat: repeat;
  background-size: 400px;
  /* background-blend-mode: multiply; */
}

.is-fixed {
  /* overflow: hidden; */
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.l-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
}

.l-overlay.open {
  display: block;
}

.l-page {
  padding-top: 56px;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-page {
    padding-top: 0rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1240px;
    padding-right: 70px;
    padding-left: 70px;
  }
}

.l-inner--child {
  max-width: 500px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-inner--child {
    max-width: 100%;
  }
}

.p-main-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main-pc {
    display: block;
    color: #001650;
    position: relative;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc {
    padding-top: 4rem;
    max-width: 1366px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc::before {
    position: absolute;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: 85.375rem;
    background-position: top 0rem center;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
}

@media screen and (min-width: 601px) {
  .p-main-pc::after {
    content: "";
    position: absolute;
    width: 0.4375rem;
    height: 11.25rem;
    background-color: #001650;
    left: 35%;
    bottom: -4.375rem;
    -webkit-transform: skewY(40deg);
    transform: skewY(40deg);
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__inner {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__contents01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: bold;
    font-family: "A1明朝", A1 Mincho, serif;
    z-index: 1;
    position: relative;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__contents01 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__left {
    margin-left: 8%;
    width: 62vw;
    position: relative;
    margin-top: 4%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__left {
    padding-right: 0;
  }
}

.p-main-pc__left.animated {
  -webkit-animation-name: fadeInUpText;
  animation-name: fadeInUpText;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (min-width: 601px) {
  .p-main-pc__left::after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 5rem;
    background-color: #001650;
    left: -14.5%;
    bottom: 0.625rem;
    -webkit-transform: skewY(20deg);
    transform: skewY(20deg);
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__title {
    font-size: 2.125rem;
  }
}

.p-main-pc__title__br {
  display: block;
}
@media screen and (min-width: 1281px) {
  .p-main-pc__title__br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__title span {
    background-image: radial-gradient(
      circle at center,
      #001650 20%,
      transparent 20%
    ); /* 点の色とサイズ調整 */
    background-position: 50% 100%; /* 点の位置 */
    background-repeat: no-repeat; /* 横方向に繰り返し */
    background-size: 0.7em 0.25em; /* 点の間隔とサイズ調整 */
    padding-bottom: 0.35em; /* 縦方向の位置調整 */
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .p-main-pc__text {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .p-main-pc__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-main-pc__text {
    line-height: 2;
    margin-top: 2.8125rem;
    padding-right: 0.625rem;
  }
}

.p-main-pc__text__br {
  display: none;
}

@media screen and (min-width: 1281px) {
  .p-main-pc__text__br {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__right {
    width: 50vw;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__right {
    width: 38vw;
  }
}

div.p-main-pc__picture {
  position: relative;
}

.p-main-pc__picture div.color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #001650;
}

div.colorbox img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-main-pc__picture01 {
    position: relative;
  }
}

@media screen and (min-width: 601px) {
  .p-main-pc__picture01::after {
    content: "";
    position: absolute;
    width: 0.1875rem;
    height: 10.625rem;
    background-color: #001650;
    left: 16%;
    bottom: -7.5rem;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__contents02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__contents02 {
    margin-top: -2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__picture03 {
    width: 40%;
    margin-right: -2%;
    margin-top: 7.5rem;
    position: relative;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__picture03 {
    width: 30%;
    margin-right: 6%;
  }
}

@media screen and (min-width: 601px) {
  .p-main-pc__picture03::after {
    content: "";
    position: absolute;
    width: 0.4375rem;
    height: 6.25rem;
    background-color: #ffd900;
    right: 5%;
    top: -3.125rem;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__picture02 {
    width: 39%;
    margin-right: 3%;
    position: relative;
    z-index: -1;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__picture02 {
    width: 31%;
    margin-right: 7%;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__comment {
    position: absolute;
    content: "";
    bottom: 7.5rem;
    font-size: 1.625rem;
    line-height: 1.7307692308;
    font-weight: bold;
    font-family: "A1明朝", A1 Mincho, serif;
    position: absolute;
    left: calc(50% - -3.125rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right;
    z-index: 100;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__comment p:nth-child(2) {
    margin-right: -3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__picture04 {
    width: 20%;
    margin-top: 16.25rem;
    position: relative;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__picture04 {
    width: 18%;
  }
}

@media screen and (min-width: 601px) {
  .p-main-pc__picture04::after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 8.75rem;
    background-color: #001650;
    right: 0;
    top: -5.625rem;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__contents03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5.625rem;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__contents03 {
    margin-left: 7%;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__picture05 {
    width: 36%;
    position: relative;
    margin-left: -12%;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__picture05 {
    width: 30%;
  }
}

@media screen and (min-width: 601px) {
  .p-main-pc__picture05::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 5.625rem;
    background-color: #001650;
    left: -5.625rem;
    top: -0.625rem;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__picture07 {
    width: 28%;
    margin-top: 12.5rem;
    z-index: 1;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__picture07 {
    width: 21%;
  }
}

@media screen and (min-width: 768px) {
  .p-main-pc__picture06 {
    width: 32%;
    margin-left: 5%;
    margin-top: 3.75rem;
    position: relative;
  }
}
@media screen and (min-width: 1281px) {
  .p-main-pc__picture06 {
    width: 25%;
    margin-left: 10%;
  }
}

@media screen and (min-width: 601px) {
  .p-main-pc__picture06::after {
    content: "";
    position: absolute;
    width: 0.25rem;
    height: 9.0625rem;
    background-color: #ffd900;
    left: 17%;
    top: -3.125rem;
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) skewY(-30deg);
    transform: translateY(50px) skewY(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) skewY(-30deg);
    transform: translateY(0) skewY(-30deg);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px) skewY(-30deg);
    transform: translateY(50px) skewY(-30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) skewY(-30deg);
    transform: translateY(0) skewY(-30deg);
  }
}
.p-main-pc__picture01.animated::after,
.p-main-pc__picture02.animated::after,
.p-main-pc__picture03.animated::after,
.p-main-pc__picture04.animated::after,
.p-main-pc__picture05.animated::after,
.p-main-pc__picture06.animated::after,
.p-main-pc__left.animated::after,
.p-main-pc.animated::after {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-main-pc__picture01::after,
.p-main-pc__picture02::after,
.p-main-pc__picture03::after,
.p-main-pc__picture04::after,
.p-main-pc__picture05::after,
.p-main-pc__picture06::after,
.p-main-pc__left::after,
.p-main-pc::after {
  opacity: 0;
  z-index: 100;
}

.p-main-tab__picture01.animated::after,
.p-main-tab__picture02.animated::after,
.p-main-tab__picture03.animated::after,
.p-main-tab__picture04.animated::after,
.p-main-tab__picture05.animated::after,
.p-main-tab__picture06.animated::after,
.p-main-tab__left.animated::after,
.p-main-tab.animated::after {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-main-tab__picture01::after,
.p-main-tab__picture02::after,
.p-main-tab__picture03::after,
.p-main-tab__picture04::after,
.p-main-tab__picture05::after,
.p-main-tab__picture06::after,
.p-main-tab__left::after,
.p-main-tab::after {
  opacity: 0;
  z-index: 100;
}

.p-main-sp__picture01.animated::after,
.p-main-sp__picture02.animated::after,
.p-main-sp__picture03.animated::after,
.p-main-sp__picture04.animated::after,
.p-main-sp__picture05.animated::after,
.p-main-sp__picture06.animated::after,
.p-main-sp__picture07.animated::after,
.p-main-sp__left.animated::after,
.p-main-sp.animated::after {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-main-sp__picture01::after,
.p-main-sp__picture02::after,
.p-main-sp__picture03::after,
.p-main-sp__picture04::after,
.p-main-sp__picture05::after,
.p-main-sp__picture06::after,
.p-main-sp__picture07::after,
.p-main-sp__left::after,
.p-main-sp::after {
  opacity: 0;
  z-index: 100;
}

.p-main-sp__title.animated::after,
.p-main-sp__text.animated::after {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: easeInOutCubic;
  animation-timing-function: easeInOutCubic;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-main-sp__title::after,
.p-main-sp__text::after {
  opacity: 0;
  z-index: 100;
}

.c-card {
  background-color: #fcfcfb;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001650;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-card {
    padding: 1.5625rem 1.875rem 1.5625rem 1.5625rem;
  }
}

.c-card-box {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*線の基点位置*/
.c-card-box::before,
.c-card-box::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  background: #001650;
  /*線の形状*/
  width: 0;
  height: 1px;
  /*アニメーションの指定*/
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.c-card-box::before {
  right: 0;
  bottom: 0;
}

.c-card-box::after {
  left: 0;
  top: 0;
}

/*線の基点位置2 spanタグ*/
.c-card::before,
.c-card::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  background: #001650;
  /*線の形状*/
  width: 1px;
  height: 0;
  /*アニメーションの指定*/
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.c-card::before {
  left: 0;
  bottom: 0;
}

.c-card::after {
  right: 0;
  top: 0;
}

/*現在地とhoverした際の線の変化*/
@media screen and (min-width: 768px) {
  .c-card-box.current::before,
  .c-card-box.current::after,
  .c-card-box:hover::before,
  .c-card-box:hover::after {
    width: 100%;
  }
}

.c-card-box:hover::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; /*すぐ線を出現させる*/
}

.c-card-box:hover::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; /*線の出現を0.3秒遅らせる*/
}

.c-card-box.current .c-card::before,
.c-card-box.current .c-card::after,
.c-card-box:hover .c-card::before,
.c-card-box:hover .c-card::after {
  height: 100%;
}

.c-card-box:hover .c-card::before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; /*線の出現を0.5秒遅らせる*/
}

.c-card-box:hover .c-card::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; /*線の出現を0.2秒遅らせる*/
}

.c-card:hover {
  opacity: 1;
}

.c-card-box:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.c-card-box:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card-box:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.c-card__image {
  width: 25%;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card__image {
    margin-right: 1.875rem;
    width: 22%;
  }
}

.c-card__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card__info {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .c-card__info {
    width: 78%;
  }
}

.c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.c-card__time {
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #001650;
}
@media screen and (min-width: 768px) {
  .c-card__time {
    margin-right: 1.25rem;
  }
}

.c-card__category {
  color: #001650;
}

.c-card__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: underline;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    margin-top: 0.625rem;
    font-size: 18px;
  }
}

.c-card__btn a {
  display: inline-block;
  text-align: center;
  border: 2px solid #001650;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 40px;
}

.c-card__btn a:hover {
  background-color: #001650;
  color: white;
  opacity: 1;
}

.c-hamburger {
  width: 70px;
  height: 44px;
  border-bottom: 44px solid #001650;
  border-left: 12px solid transparent;
  border-left: 0.75rem solid transparent; /* 左側下辺の伸び */
  position: relative;
  z-index: 100000;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 601px) {
  .c-hamburger {
    top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-hamburger {
    top: 50px;
  }
}
@media screen and (min-width: 1281px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  width: 26px;
  height: 2px;
  background-color: #fcfcfb;
  display: block;
  position: absolute;
}

.c-hamburger span:nth-child(1) {
  top: 11px;
  right: 20px;
}

.c-hamburger span:nth-child(2) {
  top: 21px;
  right: 22px;
}

.c-hamburger span:nth-child(3) {
  top: 31px;
  right: 24px;
}

.c-hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  top: 1.3125rem;
  right: 22px;
  right: 1.375rem;
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  top: 1.3125rem;
  right: 22px;
  right: 1.375rem;
}

.c-item-title {
  font-size: 24px;
  position: relative;
  font-weight: 400;
  color: #001650;
  padding-bottom: 8px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-item-title {
    font-size: 1.875rem;
    padding-left: 0.3125rem;
  }
}
.c-item-title__small {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .c-item-title__small {
    font-size: 1.4rem;
    padding-left: 0.3125rem;
  }
}

.c-item-title::after {
  position: absolute;
  content: "";
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -0.3125rem;
  left: -2px;
  left: -0.125rem;
  width: 70%;
  height: 5px;
  height: 0.3125rem;
  background-color: #001650;
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
}
@media screen and (min-width: 768px) {
  .c-item-title::after {
    width: 17.1875rem;
  }
}

.c-list {
  padding: 0;
  margin: 0;
}

.c-list li {
  list-style-type: disc;
  margin-left: 1.5em;
  padding: 0;
}

.home .splashbg {
  display: none !important;
}

.home #splash {
  background-image: none !important;
}

/* #bg::before {
  background-image: url(../images/common/noise.png) !important;
  background-repeat: repeat;
  background-size: 400px;
  background-blend-mode: multiply;
} */

.c-page-title {
  color: #001650;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    padding-top: 5rem;
    margin-bottom: 7.5rem;
    max-width: 42.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-page-title__ja {
  font-family: "A1明朝", A1 Mincho, serif;
  font-size: 24px;
  line-height: 1.2083333333;
}
@media screen and (min-width: 768px) {
  .c-page-title__ja {
    font-size: 30px;
  }
}

.c-page-title__en {
  font-family: "Georgia", serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/common/noise.png);
  background-repeat: repeat;
  background-size: 12%; */
  z-index: 9999999;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
}

#splash-logo ul {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#splash-logo ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#splash-logo ul li:nth-child(12) {
  width: 32.23px;
  top: 0;
}
#splash-logo ul li:nth-child(11) {
  width: 34.92px;
  top: 6px;
}
#splash-logo ul li:nth-child(10) {
  width: 38.75px;
  top: 12.3px;
}
#splash-logo ul li:nth-child(9) {
  width: 43.64px;
  top: 18.5px;
}
#splash-logo ul li:nth-child(8) {
  width: 49.6px;
  top: 25px;
}
#splash-logo ul li:nth-child(7) {
  width: 56.69px;
  top: 31.7px;
}
#splash-logo ul li:nth-child(6) {
  width: 64.95px;
  top: 36.5px;
}
#splash-logo ul li:nth-child(5) {
  width: 74.53px;
  top: 43.9px;
}
#splash-logo ul li:nth-child(4) {
  width: 85.68px;
  top: 51.4px;
}
#splash-logo ul li:nth-child(3) {
  width: 98.81px;
  top: 63.5px;
}
#splash-logo ul li:nth-child(2) {
  width: 114.7px;
  top: 72.8px;
}
#splash-logo ul li:nth-child(1) {
  width: 135.07px;
  top: 82.8px;
}
#splash-logo ul li:nth-child(13) {
  width: 74.53px;
  top: 43.9px;
}
#splash-logo #splash-logo-txt {
  width: 368.13px;
  position: absolute;
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
/* .splashbg {
  display: none;
} */

/*bodyにappearクラスがついたら出現*/
.splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #001650; /*伸びる背景色の設定*/
  -webkit-animation-name: PageAnime;
  animation-name: PageAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

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

@keyframes PageAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
#screen-transition {
  opacity: 0; /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #screen-transition {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /* -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .p-company__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 85.375rem;
  }
}

.p-company__container {
  max-width: 500px;
  margin: auto;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 960px) {
  .p-company__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}

.p-company__ceo {
  max-width: 540px;
  margin: -20px;
}
@media screen and (min-width: 960px) {
  .p-company__ceo {
    margin: 0;
    width: 52%;
    max-width: 100%;
  }
}

.p-company__ceo img {
  height: auto;
}

.p-company__comment {
  background-color: #001650;
  color: #eeeeee;
  font-family: "A1明朝", A1 Mincho, serif;
  font-size: 16px;
  line-height: 1.7857142857;
  font-weight: bold;
  padding: 32px 18px;
  padding: 2rem 1.125rem;
  margin-top: -20px;
  margin-top: -1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 601px) {
  .p-company__comment {
    padding: 2rem 1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .p-company__comment {
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 1.875rem;
    padding: 3.125rem 3rem 3.75rem;
    font-size: 16px;
    line-height: 1.7;
    margin-left: -15px;
    margin-right: 80px;
  }
}

.p-company__name {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 20px;
  font-family: "A1明朝", A1 Mincho, serif;
  line-height: 1.2;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-company__name {
    margin-top: 2rem;
    font-size: 24px;
  }
}

.p-company__name span {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-company__name span {
    font-size: 16px;
    font-weight: 400;
  }
}

.p-company__info {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-company__info {
    max-width: 60.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company__table {
  margin-top: 25px;
  margin-top: 1.5625rem;
  border-spacing: 4px 2px;
  border-spacing: 0.25rem 0.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company__table {
    max-width: 43.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.375rem;
  }
}

.p-company__subject {
  background-color: #001650;
  color: #eeeeee;
  padding: 15px;
  padding: 0.9375rem;
  font-weight: 500;
  width: 27%;
  margin-right: 4px;
  margin-right: 0.25rem;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-company__subject {
    font-size: 16px;
    line-height: 1.6875;
  }
}

.p-company__details {
  width: 73%;
  background-color: #fcfcfb;
  color: #001650;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__details {
    font-size: 16px;
    line-height: 1.6875;
  }
}

.p-company__details a {
  text-decoration: underline;
}

.p-company__history {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .p-company__history {
    max-width: 60.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-company__design {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .p-company__design {
    max-width: 60.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-company__logo {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
  margin-top: 2.875rem;
  max-width: 254px;
}
@media screen and (min-width: 768px) {
  .p-company__logo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.25rem;
  }
}

.p-company__text {
  margin-top: 55px;
  margin-top: 3.4375rem;
  font-size: 14px;
  color: #001650;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    max-width: 50rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.6875;
    margin-top: 4.375rem;
  }
}

.p-company__text a {
  text-decoration: underline;
}

.p-company__text p:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-contact__comment {
  margin-top: 65px;
  margin-top: 4.0625rem;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #001650;
}
@media screen and (min-width: 768px) {
  .p-contact__comment {
    margin-top: -1.875rem;
    max-width: 43.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__container {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__container {
    margin-top: 5.625rem;
    max-width: 60.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__contents:not(:first-child) {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__contents:not(:first-child) {
    margin-top: 9.375rem;
  }
}

.p-contact__form {
  background-color: #001650;
  padding: 35px 20px 40px;
  padding: 2.1875rem 1.25rem 2.5rem;
  color: #eeeeee;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 4.0625rem;
    max-width: 43.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4.0625rem 2.5rem 3.75rem;
  }
}

.p-contact__text {
  line-height: 1.6875;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.p-contact__text:not(:first-child) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-contact__text span {
  font-size: 14px;
  color: #ffd900;
}

.p-contact__text label span {
  margin-left: 10px;
  margin-left: 0.625rem;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-contact__text label {
    width: 13.6875rem;
    padding-top: 0.4rem;
    padding-right: 10px;
  }
}

.p-contact__text input {
  background-color: #eeeeee;
  width: 100%;
  height: 40px;
  line-height: 40px;
  line-height: 2.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text input {
    width: 25rem;
    margin-top: 0;
  }
}

.p-contact__textarea {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.6875;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-contact__textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__textarea label {
    margin-top: 0.9375rem;
    width: 13.6875rem;
    padding-right: 10px;
  }
}

.p-contact__textarea span {
  font-size: 14px;
  color: #ffd900;
  white-space: nowrap;
}

.p-contact__textarea label span {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.submitBtnArea {
  position: relative;
}
.wpcf7-spinner {
  position: absolute !important;
  left: auto;
  background-color: #eeeeee !important;
  right: 6.875rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.wpcf7-spinner::before {
  background-color: #858585 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: #ffb900 1px solid;
  padding: 10px;
  color: #ffd900;
}
.wpcf7 form.spam .wpcf7-response-output {
  border: #ffb900 1px solid !important;
  padding: 10px;
  color: #ffd900;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: #00a0d2 1px solid !important;
  padding: 10px !important;
}

.p-contact__textarea textarea {
  background-color: #eeeeee;
  width: 100%;
  min-height: 300px;
  min-height: 18.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__textarea textarea {
    width: 25rem;
    margin-top: 0;
  }
}

.p-contact__policy {
  font-size: 13px;
  color: #aaaaaa;
}
@media screen and (min-width: 768px) {
  .p-contact__policy {
    max-width: 25rem;
    width: 100%;
    margin-left: auto;
    text-align: left;
    margin-top: 0.625rem;
  }
}

.p-contact__policy a {
  text-decoration: underline;
}

.p-contact__button {
  width: 110px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #eeeeee;
  line-height: 1.75;
  border-radius: 100px;
  color: #eeeeee;
  margin-top: 40px;
  margin-top: 2.5rem;
  display: block;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}

.p-contact__button:hover {
  background-color: #eeeeee;
  color: #001650;
  opacity: 1;
}

.p-contact__other {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 13px;
  line-height: 1.7692307692;
  color: #001650;
}
@media screen and (min-width: 768px) {
  .p-contact__other {
    max-width: 43.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__other a {
  text-decoration: underline;
}

.p-contact__box {
  background-color: #fcfcfb;
  padding: 40px 15px 50px;
  padding: 2.5rem 0.9375rem 3.125rem;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #001650;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    max-width: 43.75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__info {
  line-height: 1.6875;
}

.p-contact__phone {
  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;
  font-size: 36px;
  line-height: 1.6944444444;
}
@media screen and (min-width: 768px) {
  .p-contact__phone {
    font-size: 40px;
  }
}

.p-contact__phone img {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__phone img {
    margin-top: 0;
  }
}

.p-contact__date {
  margin-top: 5px;
  margin-top: 0.3125rem;
  line-height: 1.6666666667;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-contact__date {
    font-size: 16px;
  }
}

.p-faq__container {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__container {
    margin-top: -2.5rem;
    max-width: 60.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__items {
    max-width: 43.125rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.75rem;
  }
}
.p-faq__contents {
  max-width: 43.125rem;
  margin: auto;
}

.p-faq__contents:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__contents:not(:first-child) {
    margin-top: 6.25rem;
  }
}

.p-contact__contents__title {
  max-width: 700px;
  max-width: 43.75rem;
  margin: auto;
}

.p-faq__title {
  font-size: 18px;
  line-height: 1.7222222222;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    font-size: 20px;
    line-height: 1.7;
    display: inline-block;
  }
}

.p-faq__title::after {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-faq__title::after {
    width: 130%;
  }
}

.p-faq__item {
  background-color: #fcfcfb;
  padding: 27px 15px;
  padding: 1.6875rem 0.9375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    padding: 2.5rem;
  }
}

.p-faq__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-faq__question {
  line-height: 1.5;
  padding-left: 44px;
  position: relative;
  color: #001650;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    font-size: 18px;
    padding-left: 3.125rem;
  }
}

.p-faq__question::before {
  position: absolute;
  content: "Q";
  font-size: 30px;
  font-family: "Georgia", serif;
  font-weight: 400;
  left: 8px;
  top: -12px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-faq__question::before {
    font-size: 40px;
    top: -18px;
    left: -4px;
  }
}

.p-faq__answer {
  font-size: 14px;
  line-height: 1.7142857143;
  padding-left: 44px;
  margin-top: 15px;
  margin-top: 0.9375rem;
  color: #001650;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding-left: 3.125rem;
    font-size: 16px;
    line-height: 1.6875;
    margin-top: 1.375rem;
  }
}
.p-faq__answer img {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-faq__answer img {
    margin-top: 1.25rem;
  }
}

.p-footer {
  background-color: #001650;
  margin-top: 38px;
  margin-top: 2.375rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  color: #eeeeee;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 85.375rem;
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__container {
    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;
  }
}

.p-footer__logo {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 36%;
    max-width: 28.125rem;
  }
}

.p-footer__logo img {
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    max-width: 100%;
  }
}

.p-footer__list {
  display: none;
}
@media screen and (min-width: 1281px) {
  .p-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__link a {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__link a {
    display: block;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
}

.p-footer__link a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 104%;
  height: 2px;
  background: #eeeeee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1) skewX(-60deg);
  transform: scale(0, 1) skewX(-60deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.p-footer__link.p-footer__link--current a::after,
.p-footer__link a:hover::after {
  -webkit-transform: scale(1, 1) skewX(-60deg);
  transform: scale(1, 1) skewX(-60deg);
}

@media screen and (max-width: 1150px) {
  .p-footer__link a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__link:last-child a {
    margin-right: 0;
  }
}

.p-footer__contents {
  padding-top: 40px;
  padding-top: 2.5rem;
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    max-width: 100%;
    padding-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #eeeeee;
  }
}

.p-footer__info {
  font-size: 13px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    margin-right: 0.5rem;
  }
}

.p-footer__info::after {
  content: "";
  position: absolute;
  bottom: -4px;
  bottom: -0.25rem;
  right: -10px;
  right: -0.625rem;
  width: 209px;
  width: 13.0625rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #ffd900;
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
}
@media screen and (min-width: 768px) {
  .p-footer__info::after {
    right: 0;
    width: 100%;
  }
}

.p-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 24px;
  font-weight: bold;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-footer__tel img {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.p-footer__open {
  margin-top: 1px;
  margin-top: 0.0625rem;
  color: #eeeeee;
}

.p-footer__address {
  margin-top: 42px;
  margin-top: 2.625rem;
  color: #cccccc;
}

.p-footer__copy {
  font-size: 10px;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #cccccc;
}

.p-footer__other {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-footer__other {
    display: block;
    height: 4.125rem;
    line-height: 4.125rem;
    background-color: #c9c9c6;
  }
}

@media screen and (min-width: 960px) {
  .p-footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #001650;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    max-width: 85.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) {
  .p-footer__comment {
    font-size: 12px;
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 960px) {
  .p-footer__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #001650;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3.125rem;
    text-decoration: underline;
    width: 13.4375rem;
  }
}

.p-footer__download:hover {
  opacity: 0.6;
}

@media screen and (min-width: 960px) {
  .p-footer__download img {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.3125rem;
  }
}

.p-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (min-width: 601px) {
  .p-header {
    line-height: 5.625rem;
  }
}
.headerBoxShadow {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  height: 90px;
  height: 5.625rem;
  background-image: url(../images/common/noise.png);
  background-repeat: repeat;
  background-size: 400px;
}

.p-header__inner {
  height: inherit;
  line-height: inherit;
  padding-left: 10px;
}
@media screen and (min-width: 601px) {
  .p-header__inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-left: 20px;
    max-width: 85.375rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-header__inner {
    padding-left: 70px;
    padding-right: 3.125rem;
  }
}

.p-header__contents {
  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;
  height: inherit;
  line-height: inherit;
}
@media screen and (min-width: 1281px) {
  .p-header__contents {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-header__logoBox {
  display: inline-block;
  padding-top: 15px;
}
@media screen and (min-width: 601px) {
  .p-header__logoBox {
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__logoBox {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1281px) {
  .p-header__logoBox {
    padding-top: 64px;
  }
}

.p-header__logoBox {
  width: 270px;
  width: 16.875rem;
  display: inline-block;
}
@media screen and (min-width: 601px) {
  .p-header__logoBox {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__logoBox {
    width: 400px;
  }
}
@media screen and (min-width: 1281px) {
  .p-header__logoBox {
    width: 51.25rem;
  }
}

.p-hamburger {
  position: fixed;
  right: 0px;
  top: 20px;
}
@media screen and (min-width: 601px) {
  .p-hamburger {
    top: 50px;
  }
}

.p-main-sp {
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: -120px;
}
@media screen and (min-width: 601px) {
  .p-main-sp {
    display: none;
  }
}

.p-main-sp::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: top 20px left -5px;
  background-position: top 1.25rem left -0.3125rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-main-sp__contents01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #001650;
  font-family: "A1明朝", A1 Mincho, serif;
}

.p-main-sp__title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  font-size: min(7.4vw, 30px);
  font-weight: bold;
  line-height: 1.2857142857;
  letter-spacing: 0.25em;
  padding-left: 27px;
  padding-left: 1.6875rem;
  width: 17%;
  margin-top: 13px;
  margin-top: 0.8125rem;
  position: relative;
}

.p-main-sp__title span {
  background-image: radial-gradient(
    circle at center,
    #001650 20%,
    transparent 20%
  ); /* 点の色とサイズ調整 */
  background-position: -0.35em 40%; /* 点の位置 */
  background-repeat: no-repeat; /* 横方向に繰り返し */
  background-size: 1em 0.25em; /* 点の間隔とサイズ調整 */
  padding-left: 0.35em; /* 縦方向の位置調整 */
}

.p-main-sp__title::after {
  content: "";
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 60px;
  height: 3.75rem;
  background-color: #001650;
  left: 0;
  bottom: 120px;
  bottom: 7.5rem;
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
}

.p-main-sp__items {
  margin-left: 11px;
  margin-left: 0.6875rem;
  width: 83%;
}

.p-main-sp__picture01 {
  position: relative;
  width: 83.6%;
  margin-left: auto;
  position: relative;
}

.p-main-sp__picture01::after {
  content: "";
  position: absolute;
  width: 15px;
  width: 0.9375rem;
  height: 88px;
  height: 5.5rem;
  background-color: #001650;
  right: 27px;
  right: 1.6875rem;
  bottom: -50px;
  bottom: -3.125rem;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
}

.p-main-sp__picture02 {
  width: 70.7%;
  margin-left: 18px;
  margin-left: 1.125rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  position: relative;
}

.p-main-sp__picture02::after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 103px;
  height: 6.4375rem;
  background-color: #ffd900;
  left: 17px;
  left: 1.0625rem;
  bottom: -80px;
  bottom: -5rem;
  -webkit-transform: skewY(-50deg);
  transform: skewY(-50deg);
}

.p-main-sp__picture03 {
  margin-right: 15px;
  margin-right: 0.9375rem;
  margin-left: auto;
  width: 70.7%;
  margin-top: 13px;
  margin-top: 0.8125rem;
  position: relative;
}

.p-main-sp__picture03::after {
  content: "";
  position: absolute;
  width: 7px;
  width: 0.4375rem;
  height: 123px;
  height: 7.6875rem;
  background-color: #001650;
  right: -15px;
  right: -0.9375rem;
  bottom: -50px;
  bottom: -3.125rem;
  -webkit-transform: skewY(-20deg);
  transform: skewY(-20deg);
}

.p-main-sp__text {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 14px;
  font-family: "A1明朝", A1 Mincho, serif;
  font-weight: bold;
  margin-right: 20px;
  margin-right: 1.25rem;
  line-height: 2;
  position: relative;
  z-index: 10;
}

.p-main-sp__text::after {
  content: "";
  position: absolute;
  width: 4px;
  width: 0.25rem;
  height: 89px;
  height: 5.5625rem;
  background-color: #001650;
  right: 84px;
  right: 5.25rem;
  -webkit-transform: skewY(-40deg);
  transform: skewY(-40deg);
}

.p-main-sp__contents02 {
  position: relative;
  width: 100%;
}

.p-main-sp__picture04 {
  width: 63.5%;
  z-index: 2;
  position: relative;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-main-sp__picture04::after {
  content: "";
  position: absolute;
  width: 4px;
  width: 0.25rem;
  height: 103px;
  height: 6.4375rem;
  background-color: #ffd900;
  left: 68px;
  left: 4.25rem;
  bottom: -56px;
  bottom: -3.5rem;
  -webkit-transform: skewY(40deg);
  transform: skewY(40deg);
}

.p-main-sp__text02 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-left: 34px;
  margin-left: 2.125rem;
  margin-top: 120px;
  margin-top: 7.5rem;
  font-size: 4.6vw;
  font-size: min(4.6vw, 20px);
  font-weight: bold;
  font-family: "A1明朝", A1 Mincho, serif;
  color: #001650;
  position: relative;
  z-index: 10;
  line-height: 1.3333333333;
}

.p-main-sp__text02 p {
  margin-right: 24px;
  margin-right: 1.5rem;
  letter-spacing: 0.25em;
}

.p-main-sp__text02 p:nth-child(1) {
  margin-right: 0;
}

.p-main-sp__text02 p:nth-child(2) {
  text-align: center;
}

.p-main-sp__text02 p:nth-child(3) {
  text-align: right;
}

.p-main-sp__picture05 {
  width: 40.666%;
  z-index: 0;
  margin-top: -245px;
  margin-top: -15.3125rem;
  margin-left: auto;
  margin-right: 20px;
  margin-right: 1.25rem;
  position: relative;
  z-index: 10;
}

.p-main-sp__picture05::after {
  content: "";
  position: absolute;
  width: 7px;
  width: 0.4375rem;
  height: 83px;
  height: 5.1875rem;
  background-color: #001650;
  right: 101px;
  right: 6.3125rem;
  bottom: -50px;
  bottom: -3.125rem;
  -webkit-transform: skewY(20deg);
  transform: skewY(20deg);
}

.p-main-sp__picture06 {
  margin-left: auto;
  width: 53.333%;
  z-index: -1;
  margin-top: 27px;
  margin-top: 1.6875rem;
  position: relative;
}

.p-main-sp__picture07 {
  width: 53.333%;
  margin-left: auto;
  margin-right: 95px;
  margin-right: 5.9375rem;
  margin-top: -18px;
  margin-top: -1.125rem;
  position: relative;
}

.p-main-sp__picture07::after {
  content: "";
  position: absolute;
  width: 9px;
  width: 0.5625rem;
  height: 146px;
  height: 9.125rem;
  background-color: #001650;
  right: -85px;
  right: -5.3125rem;
  bottom: -141px;
  bottom: -8.8125rem;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}

.p-main-tab {
  display: none;
}
@media screen and (min-width: 601px) {
  .p-main-tab {
    display: block;
    margin-top: 2.5rem;
    color: #001650;
    position: relative;
    margin-bottom: -6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-main-tab {
    display: none;
  }
}

.p-main-tab::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 110%;
  background-position: top 20px left -5px;
  background-position: top 1.25rem left -0.3125rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 601px) {
  .p-main-tab__contents01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__contents01::after {
    content: "";
    position: absolute;
    width: 0.625rem;
    height: 3.75rem;
    background-color: #001650;
    left: 0;
    top: 12.5rem;
    -webkit-transform: skewY(20deg);
    transform: skewY(20deg);
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__left {
    width: 60%;
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    font-family: "A1明朝", A1 Mincho, serif;
    font-weight: bold;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__title {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__title span {
    background-image: radial-gradient(
      circle at center,
      #001650 20%,
      transparent 20%
    ); /* 点の色とサイズ調整 */
    background-position: 50% 90%; /* 点の位置 */
    background-repeat: no-repeat; /* 横方向に繰り返し */
    background-size: 1em 0.25em; /* 点の間隔とサイズ調整 */
    padding-bottom: 0.55em; /* 縦方向の位置調整 */
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__text {
    margin-top: 1.25rem;
    font-size: 15px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__right {
    width: 40%;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture01 {
    position: relative;
    z-index: -2;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture01::after {
    content: "";
    position: absolute;
    width: 0.625rem;
    height: 5.5rem;
    background-color: #001650;
    right: 0.625rem;
    bottom: -3.125rem;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture02 {
    position: relative;
    z-index: -1;
    width: 95%;
    margin-left: -1.25rem;
    margin-top: -0.625rem;
  }
}

.p-main-tab__contents02 {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture03 {
    position: relative;
    z-index: -1;
    width: 38%;
    margin-top: -0.625rem;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture03::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 5rem;
    background-color: #ffd900;
    left: 70%;
    top: -1.875rem;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__comment {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-left: 2.125rem;
    margin-top: 2.125rem;
    font-size: 18px;
    font-weight: bold;
    font-family: "A1明朝", A1 Mincho, serif;
    color: #001650;
    line-height: 1.3333333333;
    position: absolute;
    left: calc(50% - 1.25rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__comment p {
    margin-right: 1.5rem;
    letter-spacing: 0.25em;
    white-space: nowrap;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__comment p:nth-child(1) {
    margin-right: 0;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__comment p:nth-child(2) {
    text-align: center;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__comment p:nth-child(3) {
    text-align: right;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture05 {
    position: relative;
    z-index: -1;
    width: 30%;
    margin-left: auto;
    margin-top: -0.625rem;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture05::after {
    content: "";
    position: absolute;
    width: 0.625rem;
    height: 4.375rem;
    background-color: #001650;
    right: 0;
    top: -1.875rem;
    -webkit-transform: skewY(20deg);
    transform: skewY(20deg);
  }
}

.p-main-tab__contents03 {
  position: relative;
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}

@media screen and (min-width: 601px) {
  .p-main-tab__contents03::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 8.125rem;
    background-color: #001650;
    left: 50%;
    bottom: -12.5rem;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
    z-index: -1;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture04 {
    position: relative;
    z-index: -1;
    width: 38%;
    margin-left: 3.75rem;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture04::after {
    content: "";
    position: absolute;
    width: 0.8125rem;
    height: 4.375rem;
    background-color: #001650;
    left: 10%;
    top: -1.875rem;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture06 {
    position: relative;
    z-index: -1;
    width: 38%;
    margin-left: auto;
    margin-right: 1.875rem;
    margin-top: -20rem;
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture06::after {
    content: "";
    position: absolute;
    width: 0.3125rem;
    height: 6.25rem;
    background-color: #ffd900;
    left: 15%;
    top: -1.875rem;
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
  }
}

@media screen and (min-width: 601px) {
  .p-main-tab__picture07 {
    position: relative;
    margin-left: 1.25rem;
    width: 35%;
    margin-top: 7.5rem;
  }
}

.p-nav {
  position: fixed;
  width: 60%;
  height: 100vh;
  top: 0;
  right: -120%;
  background-color: #001650;
  padding-top: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10000;
  max-width: 320px;
}
@media screen and (min-width: 601px) {
  .p-nav {
    padding-top: 140px;
  }
}

@media screen and (min-width: 1281px) {
  .p-nav {
    position: relative;
    background-color: transparent;
    background-color: initial;
    width: 100%;
    height: auto;
    height: initial;
    padding-top: 0;
    display: block;
    right: 0%;
    max-width: 100%;
  }
}

.p-nav.open {
  right: 0;
  max-width: 320px;
}

@media screen and (min-width: 1281px) {
  .p-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-nav__link {
  margin-left: 37px;
  margin-left: 2.3125rem;
  color: #eeeeee;
  text-transform: uppercase;
  list-style: 1.625;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  margin-left: 32px;
  margin-left: 2rem;
  font-size: 16px;
}
@media screen and (min-width: 1281px) {
  .p-nav__link {
    color: #001650;
    margin-left: 0;
    padding-top: 70px;
  }
}

.p-nav__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #001650;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

@media screen and (min-width: 1281px) {
  .p-nav__link:hover a {
    color: #eeeeee;
    opacity: 1;
  }
}
.p-nav__link:hover:before {
  height: 0%;
}
@media screen and (min-width: 1281px) {
  .p-nav__link:hover:before {
    height: 100%;
    background-color: #001650;
  }
}

@media screen and (min-width: 1281px) {
  .p-nav__link--top {
    -webkit-animation-name: nav__link;
    animation-name: nav__link;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

@-webkit-keyframes nav__link {
  from {
    padding-top: 0;
  }
  to {
    padding-top: 60px;
  }
}

@keyframes nav__link {
  from {
    padding-top: 0;
  }
  to {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1281px) {
  .p-nav__link--home {
    display: none;
  }
}

.p-nav__link.is-active {
  background-color: #fff;
  color: #001650;
}
@media screen and (min-width: 1281px) {
  .p-nav__link.is-active {
    background-color: #001650;
    color: #eeeeee;
  }
}

@media screen and (min-width: 1281px) {
  .p-nav__link:last-child.is-active {
    margin-right: 0rem;
  }
}

.p-nav__link a {
  display: block;
  padding: 15px 0 15px 15px;
  line-height: 1;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
@media screen and (min-width: 1281px) {
  .p-nav__link a {
    padding: 0 1.25rem;
    line-height: inherit;
  }
}

.p-nav__link:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1281px) {
  .p-nav__link:not(:first-child) {
    margin-top: 0;
    margin-left: 10px;
  }
}
.p-nav__link--short:before {
  width: 82%;
  left: 9%;
}
.p-nav__link--short:hover:before {
  width: 82%;
  left: 9%;
}

@media screen and (min-width: 1281px) {
  .p-nav__link--short.is-active {
    background: linear-gradient(
      to left,
      transparent 9%,
      #00164f 9%,
      #00164f 91%,
      transparent 91%
    );
  }
}
.p-news-detail {
  max-width: 500px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-news-detail {
    max-width: 100%;
  }
}

.p-news-detail__container {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__container {
    max-width: 42.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3.75rem;
  }
}

.p-news-detail__tags {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-news-detail__tags .c-card__category {
  text-decoration: underline;
}

.p-news-detail__contents {
  margin-top: 10px;
  margin-top: 0.625rem;
  background-color: #fcfcfb;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  color: #001650;
  line-height: 1.6875;
}
@media screen and (min-width: 768px) {
  .p-news-detail__contents {
    padding: 2.5rem;
  }
}

.p-news-detail__contents img {
  width: 100%;
}
.p-news-detail__contents p {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__contents p {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
}
.p-news-detail__contents hr {
  border-top: 1px dashed #001650;
  margin-top: 30px;
  margin-top: 1.875rem;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-news-detail__contents hr {
    margin-top: 2.8125rem;
  }
}
.p-news-detail__contents h2 {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-detail__contents h2 {
    font-size: 24px;
    margin-top: 2.8125rem;
  }
}
.p-news-detail__contents ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
  line-height: 1.6875;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__contents ul {
    margin-top: 1.5625rem;
  }
}
.p-news-detail__contents li {
  list-style-type: disc;
  margin-left: 1.5em;
  padding: 0;
}

.p-news-detail__other {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__other {
    max-width: 42.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-news-detail__prev,
.p-news-detail__next {
  width: 63.8%;
  display: block;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  max-width: 300px;
  max-width: 18.75rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-news-detail__prev,
  .p-news-detail__next {
    max-width: 13.375rem;
  }
}

.p-news-detail__prev:hover,
.p-news-detail__next:hover {
  opacity: 0.6;
}

.p-news-detail__next {
  margin-left: auto;
  text-align: right;
}

.p-news-detail__pageTitle {
  text-transform: capitalize;
  font-size: 16px;
  padding-left: 3px;
  padding-left: 0.1875rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
}

.p-news-detail__pageTitle::after {
  width: 100%;
  bottom: -3px;
  bottom: -0.1875rem;
}

.p-news-detail__pageTitle--prev::after {
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
}

.p-news-detail__tags-second {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-left: 3px;
  padding-left: 0.1875rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
}

.p-news-detail__time {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-news-detail__time--next {
  margin-right: 0;
  margin-left: auto;
}

.p-news-detail__otherTitle {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}

.p-news-detail__btn {
  margin-top: 55px;
  margin-top: 3.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-detail__btn {
    margin-top: 4.0625rem;
  }
}

.p-news {
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
}

.p-news__container {
  max-width: 500px;
  margin: auto;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-news__container {
    max-width: 100%;
    margin-top: -4.375rem;
  }
}

.p-news__search {
  position: relative;
  font-size: 14px;
  width: 130px;
  width: 8.125rem;
  margin-left: auto;
  border-bottom: 1px solid #001650;
}
@media screen and (min-width: 768px) {
  .p-news__search {
    width: 12.8125rem;
    margin-right: -2.5rem;
  }
}

.p-news__search::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-width: 0.625rem 0.375rem 0 0.375rem;
  border-color: #001650 transparent transparent transparent;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.p-news__select {
  display: block;
  width: inherit;
  padding: 5px 30px 5px 4px;
  color: #001650;
}
@media screen and (min-width: 768px) {
  .p-news__select {
    padding: 10px 30px 10px 14px;
  }
}

.p-news__cards {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news__cards {
    max-width: 50rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125rem;
  }
}

.p-news__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-news__number li {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.p-news__number li:last-child {
  margin-right: 0;
}

.p-news__number li a {
  border: 1px solid #001650;
  font-size: 18px;
  display: block;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 1000px;
  text-align: center;
  line-height: 44px;
  line-height: 2.75rem;
}

.p-news__current a {
  color: #eeeeee;
  background-color: #001650;
}

.p-news__dots a {
  border: none !important;
  width: 18px !important;
  width: 1.125rem !important;
  height: 18px !important;
  height: 1.125rem !important;
}

.p-news__start {
  position: relative;
}

.p-news__start::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border-top: solid 2px #001650;
  border-right: solid 2px #001650;
  position: absolute;
  left: 58%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.p-news__start::after {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 23px;
  height: 1.4375rem;
  background-color: #001650;
  top: 50%;
  left: 32%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-news__prev {
  position: relative;
}

.p-news__prev::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border-top: solid 2px #001650;
  border-right: solid 2px #001650;
  position: absolute;
  left: 58%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.p-news__next {
  position: relative;
}

.p-news__next::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border-top: solid 2px #001650;
  border-right: solid 2px #001650;
  position: absolute;
  left: 42%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-news__finish {
  position: relative;
}

.p-news__finish::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border-top: solid 2px #001650;
  border-right: solid 2px #001650;
  position: absolute;
  left: 42%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-news__finish::after {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 23px;
  height: 1.4375rem;
  background-color: #001650;
  top: 50%;
  left: 67%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.wp-pagenavi a {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  border: 1px solid #001650;
  font-size: 18px;
  display: block;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 1000px;
  text-align: center;
  line-height: 44px;
  line-height: 2.75rem;
}

.wp-pagenavi a:last-child {
  margin-right: 0;
}

.current {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  border: 1px solid #001650;
  font-size: 18px;
  display: block;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 1000px;
  text-align: center;
  line-height: 44px;
  line-height: 2.75rem;
  color: #eeeeee;
  background-color: #001650;
}

.extend {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  font-size: 18px;
}

.first {
  position: relative;
  border: 1px solid #001650;
  font-size: 18px;
  display: block;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 1000px;
  text-align: center;
  line-height: 44px;
  line-height: 2.75rem;
}

.first::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border-top: solid 2px #001650;
  border-right: solid 2px #001650;
  position: absolute;
  left: 62%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.first::after {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 23px;
  height: 1.4375rem;
  background-color: #001650;
  top: 50%;
  left: 32%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.previouspostslink {
  position: relative;
  border: 1px solid #001650;
  font-size: 18px;
  display: block;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 1000px;
  text-align: center;
  line-height: 44px;
  line-height: 2.75rem;
}

.previouspostslink::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border-top: solid 2px #001650;
  border-right: solid 2px #001650;
  position: absolute;
  left: 58%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.nextpostslink {
  position: relative;
  border: 1px solid #001650;
  font-size: 18px;
  display: block;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 1000px;
  text-align: center;
  line-height: 44px;
  line-height: 2.75rem;
}

.nextpostslink::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border-top: solid 2px #001650;
  border-right: solid 2px #001650;
  position: absolute;
  left: 42%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.last {
  position: relative;
  border: 1px solid #001650;
  font-size: 18px;
  display: block;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 1000px;
  text-align: center;
  line-height: 44px;
  line-height: 2.75rem;
}

.last::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border-top: solid 2px #001650;
  border-right: solid 2px #001650;
  position: absolute;
  left: 42%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.last::after {
  content: "";
  position: absolute;
  width: 2px;
  width: 0.125rem;
  height: 23px;
  height: 1.4375rem;
  background-color: #001650;
  top: 50%;
  left: 67%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-problem {
  background-color: #001650;
  color: #eeeeee;
}

.p-problem__inner {
  padding-top: 94px;
  padding-top: 5.875rem;
  padding-bottom: 97px;
  padding-bottom: 6.0625rem;
}

.p-problem__contents {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-problem__contents {
    max-width: 60.6875rem;
  }
}

.p-problem__image {
  width: 227px;
  width: 14.1875rem;
  margin-left: auto;
  margin-right: auto;
}
.p-problem__titles {
  font-family: "A1明朝", A1 Mincho, serif;
  font-weight: bold;
  text-align: center;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-problem__titles {
    margin-top: 2.8125rem;
  }
}

.p-problem__subtitle {
  font-size: 16px;
}

.p-problem__title {
  font-size: 22px;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-problem__title {
    font-size: 30px;
  }
}

.p-problem__items {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-problem__items {
    max-width: 600px;
  }
}

.p-problem__paling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-problem__item:nth-child(2n) .p-problem__paling {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-problem__item:nth-child(2n) .p-problem__paling {
    padding-right: 64px;
  }
}

.p-problem__item:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-problem__item:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-problem__human {
  width: 27%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-problem__human {
    width: 4.75rem;
  }
}

.p-problem__box {
  width: 83%;
  font-weight: 400;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-problem__box {
    margin-left: 17%;
  }
}

.p-problem__item:nth-child(2n) .p-problem__box {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-problem__item:nth-child(2n) .p-problem__box {
    margin-right: 0;
    margin-right: initial;
    margin-left: 10%;
  }
}

.p-problem__comment {
  margin-left: 6px;
  margin-left: 0.375rem;
  position: relative;
  background: #001650;
  padding: 13px 24px;
  padding: 0.8125rem 1.5rem;
  text-align: left;
  border: 1px solid #eeeeee;
  color: #eeeeee;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-problem__comment {
    font-size: 20px;
    padding: 0.8125rem 1.25rem;
  }
}

.p-problem__comment p {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.p-problem__item:nth-child(2n) .p-problem__comment {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 0;
  width: auto;
}

.p-problem__comment::before,
.p-problem__comment::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 49%;
}

.p-problem__item:nth-child(2n) .p-problem__comment::before,
.p-problem__item:nth-child(2n) .p-problem__comment::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 49%;
}

.p-problem__comment::before {
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 19px;
  border-right-width: 19px;
  margin-top: -6px;
  margin-right: 1px;
  border-right-color: #eeeeee;
}

.p-problem__item:nth-child(2n) .p-problem__comment::before {
  border-color: rgba(238, 238, 238, 0);
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 19px;
  border-right-width: 19px;
  margin-top: -6px;
  margin-left: 1px;
  border-left-color: #eeeeee;
}

.p-problem__comment::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-top: -5px;
  border-right-color: #001650;
}

.p-problem__item:nth-child(2n) .p-problem__comment::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-top: -5px;
  border-left-color: #001650;
}

.p-problem__text {
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-left: 19px;
  margin-left: 1.1875rem;
  font-size: 14px;
}

.p-problem__block {
  margin-top: 86px;
  margin-top: 5.375rem;
}

.p-problem__block--sp {
  display: block;
  max-width: 500px;
  margin: auto;
  margin-top: 86px;
  margin-top: 5.375rem;
}
@media screen and (min-width: 960px) {
  .p-problem__block--sp {
    display: none;
  }
}

.p-problem__block--pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-problem__block--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 61.875rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 960px) {
  .p-problem__block-left {
    width: 50%;
  }
}

.p-problem__answer {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "A1明朝", A1 Mincho, serif;
  font-weight: bold;
  text-align: left;
  line-height: 1.7142857143;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-problem__answer {
    font-size: 1.875rem;
    white-space: nowrap;
  }
}

.p-problem__answer::after {
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -0.3125rem;
  left: 50%;
  width: 105%;
  height: 5px;
  height: 0.3125rem;
  background-color: #ffd900;
  -webkit-transform: translateX(-50%) skewX(-60deg);
  transform: translateX(-50%) skewX(-60deg);
}
@media screen and (min-width: 960px) {
  .p-problem__answer::after {
    left: 0;
    -webkit-transform: translateX(0) skewX(-60deg);
    transform: translateX(0) skewX(-60deg);
  }
}

.p-problem__emblem {
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-problem__emblem {
    width: 53%;
    margin-top: 0;
    margin-left: -2.5rem;
  }
}

.p-problem__emblem img {
  max-width: 360px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .p-problem__emblem img {
    max-width: 100%;
  }
}

.p-problem__info {
  margin-top: 42px;
  margin-top: 2.625rem;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (min-width: 960px) {
  .p-problem__info {
    font-size: 16px;
    line-height: 1.75;
    padding-right: 4.0625rem;
  }
}

.p-problem__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-problem__btn {
    text-align: left;
  }
}

.p-problem__btn a {
  display: inline-block;
  text-align: center;
  border: 2px solid #eeeeee;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 40px;
}

.p-problem__btn a:hover {
  background-color: #eeeeee;
  color: #001650;
  opacity: 1;
}

.p-service__inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.p-service__block {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-service__block--second {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-service__contents {
  max-width: 100vw;
  margin: 65px auto 0;
  margin: 4.0625rem auto 0;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__contents {
    margin-top: 10.625rem;
  }
}

.p-service__contents--first {
  margin-top: 0px;
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .p-service__contents--first {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__contents--last {
    margin-right: 100px;
  }
}

.p-service__info {
  background-image: url(../images/service/facilities-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 80px 20px 80px;
  padding: 5rem 1.25rem 5rem;
  color: #eeeeee;
  z-index: 1;
  max-width: 1900px;
  margin: auto;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-service__info {
    padding: 10.625rem 4.375rem 10.625rem;
    background-image: url(../images/service/pc/facilities-bg.jpg);
  }
}

.p-service__info__wrapper {
  background-color: #001650;
}

.p-service__info--cleaning {
  background-image: url(../images/service/cleaning-bg.jpg);
}
@media screen and (min-width: 768px) {
  .p-service__info--cleaning {
    background-image: url(../images/service/pc/cleaning-bg.jpg);
  }
}

.p-service__info--servicing {
  background-image: url(../images/service/servicing-bg.jpg);
}
@media screen and (min-width: 768px) {
  .p-service__info--servicing {
    background-image: url(../images/service/pc/servicing-bg.jpg);
  }
}

.p-service__info--insurance {
  background-image: url(../images/service/insurance-bg.jpg);
}
@media screen and (min-width: 768px) {
  .p-service__info--insurance {
    background-image: url(../images/service/pc/insurance-bg.jpg);
  }
}

.p-service__info--other {
  background-image: url(../images/service/other-bg.jpg);
  padding: 100px 20px 100px;
  padding: 6.25rem 1.25rem 6.25rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .p-service__info--other {
    background-image: url(../images/service/pc/other-bg.jpg);
    padding: 8.125rem 4.375rem 13.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 6%;
  }
}

.p-service__info--other .p-service__titleBox--last {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__info--other .p-service__titleBox--last {
    max-width: 440px;
  }
}

.p-service__titleBlock {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service__titleBlock {
    max-width: 85.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-service__titleBox .p-service__title::after {
    left: 45%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-service__titleBox .p-service__comment {
    width: 80%;
  }
}

.p-service__titleBox--last .p-service__title::after {
  width: 70%;
  left: 36%;
}
@media screen and (min-width: 768px) {
  .p-service__titleBox--last .p-service__title::after {
    width: 90%;
    left: 44%;
    right: auto;
  }
}

.p-service__info::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 22, 80, 0.8);
  z-index: -1;
  mix-blend-mode: multiply;
}

.p-service__title {
  font-size: 30px;
  line-height: 1.2;
  position: relative;
  font-family: "A1明朝", A1 Mincho, serif;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.p-service__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  bottom: -0.9375rem;
  left: 50%;
  width: 98%;
  height: 5px;
  height: 0.3125rem;
  background-color: #ffd900;
  -webkit-transform: translateX(-50%) skewX(-60deg);
  transform: translateX(-50%) skewX(-60deg);
}
@media screen and (min-width: 768px) {
  .p-service__title::after {
    width: 62%;
    max-width: 43.5625rem;
    left: 29%;
  }
}
@media screen and (min-width: 1281px) {
  .p-service__title::after {
    left: 20.625rem;
  }
}

.p-service__title--second {
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-service__title--second {
    margin-top: 0;
  }
}

.p-service__comment {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.6875;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-service__comment {
    width: 100%;
    max-width: 33.4375rem;
  }
}

.p-service__items {
  max-width: 500px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-service__items {
    padding: 0 0px;
    margin-top: 6.875rem;
    max-width: 100%;
    max-width: 85.375rem;
  }
}

.p-service__item {
  margin-top: 70px;
  margin-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .p-service__item--pc01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 85%;
  }
}

@media screen and (min-width: 768px) {
  .p-service__textBox01 {
    width: 54%;
  }
}

.p-service__text {
  margin-top: 17px;
  margin-top: 1.0625rem;
  line-height: 1.6875;
  font-size: 16px;
}

.p-service__picture01 {
  margin: 68px auto 0;
  margin: 4.25rem auto 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-service__picture01 {
    width: 46%;
    margin: 0;
    margin-right: 3.125rem;
  }
}

.p-service__picture01--01--mask {
  width: 67.7%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-service__picture01--01--mask {
    width: 74%;
  }
}

.p-service__picture01--02--mask {
  width: 58.6%;
  margin-right: auto;
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture01--02--mask {
    margin-top: -2.8125rem;
    width: 63%;
  }
}

.p-service__item--pc02 {
  margin-top: -60px;
  margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__item--pc02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-top: -4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__textBox02 {
    padding-top: 7.5rem;
    width: 50%;
  }
}

.p-service__picture02 {
  margin: 48px auto 0;
  margin: 3rem auto 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-service__picture02 {
    width: 50%;
    margin: 0;
    margin-left: 2.5rem;
  }
}

.p-service__picture02--01--mask {
  width: 69%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service__picture02--01--mask {
    width: 66.5%;
  }
}

.p-service__picture02--02--mask {
  width: 70%;
  margin-left: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture02--02--mask {
    margin-top: -2.8125rem;
    width: 59%;
  }
}

.p-service__item--pc03 {
  margin-top: -60px;
  margin-top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__item--pc03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 66%;
    margin-left: 8.125rem;
    margin-top: -6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__textBox03 {
    padding-top: 6.25rem;
    width: 54%;
  }
}

.p-service__picture03 {
  width: 83.58%;
  margin-left: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture03 {
    margin-top: 0rem;
    width: 46%;
    margin-right: 3.125rem;
  }
}

.p-service__item--pc04 {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__item--pc04 {
    margin-top: 0rem;
  }
}

.p-service__picture04 {
  margin: 80px auto 0;
  margin: 5rem auto 0;
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-service__picture04 {
    width: 55%;
    margin: 5rem auto 0;
    margin-left: 2.5rem;
  }
}

.p-service__picture04--01--mask {
  width: 72%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service__picture04--01--mask {
    width: 76%;
  }
}

.p-service__picture04--02--mask {
  width: 36.5%;
  position: absolute;
  content: "";
  top: 55%;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-service__picture04--02--mask {
    margin-top: -6.8125rem;
    width: 38%;
    position: relative;
    top: 0;
    right: 0;
    margin-left: auto;
  }
}

.p-service__picture04--03--mask {
  width: 61%;
  position: absolute;
  content: "";
  top: 120%;
  left: 20px;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture04--03--mask {
    margin-top: -6.75rem;
    width: 63.5%;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 2.25rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-service__picture04--03--mask {
    margin-top: -8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item--pc04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 82%;
    margin-left: auto;
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-service__item--pc04 {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__textBox04 {
    width: 45%;
    padding-top: 11.25rem;
  }
}

.p-service__item--pc05 {
  margin-top: 38%;
}
@media screen and (min-width: 601px) {
  .p-service__item--pc05 {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service__item--pc05 {
    margin-top: -4rem;
    max-width: 26.25rem;
    width: 100%;
    margin-left: 9.375rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-service__item--pc05 {
    margin-top: -7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item--pc06 {
    max-width: 26.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: 10.9375rem;
    margin-top: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item--pc07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__textBox05 {
    width: 52%;
  }
}

.p-service__picture05 {
  width: 89.5%;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture05 {
    width: 48%;
    margin-right: 0;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item--pc08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88.5%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-service__textBox06 {
    width: 37%;
    padding-top: 1.875rem;
  }
}

.p-service__picture06 {
  margin: 72px auto 0;
  margin: 4.5rem auto 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-service__picture06 {
    margin: 0;
    width: 63%;
    margin-left: 2.1875rem;
  }
}

.p-service__picture06--01--mask {
  width: 74.5%;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-service__picture06--01--mask {
    width: 53%;
  }
}

.p-service__picture06--02--mask {
  width: 74.5%;
  margin-left: auto;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture06--02--mask {
    margin-top: -14.0625rem;
    width: 52.4%;
  }
}

.p-service__item--pc09 {
  margin-top: -132px;
  margin-top: -8.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__item--pc09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 67%;
    margin-left: 8.75rem;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__textBox07 {
    width: 48%;
  }
}

.p-service__picture08 {
  width: 83.58%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture08 {
    width: 52%;
    margin-right: 2.5rem;
  }
}

.p-service__picture09 {
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-service__picture09 {
    width: 62%;
    margin: 0;
    margin-left: 3.4375rem;
  }
}

.p-service__picture09--01--mask {
  width: 66.4%;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service__picture09--01--mask {
    width: 67.4%;
  }
}

.p-service__picture09--02--mask {
  width: 39.7%;
  margin-left: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture09--02--mask {
    margin-top: -14.0625rem;
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item--pc10 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8.4375rem;
  }
}

.p-service__item--pc11 {
  margin-bottom: -100px;
  margin-bottom: -6.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__item--pc11 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 87%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-service__textBox08 {
    width: 38%;
    padding-top: 4.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__item--pc12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 70%;
    margin-left: 15.3125rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-service__textBox09 {
    width: 59%;
  }
}

.p-service__lists {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 16px;
}

.p-service__list li {
  line-height: 1.6875;
}

.p-service__picture10 {
  width: 89.5%;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__picture10 {
    width: 41%;
    margin-right: 2.8125rem;
  }
}

.p-to-top {
  margin-top: 80px;
  margin-top: 5rem;
  display: block;
  scroll-behavior: smooth;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-to-top {
    margin-top: 7.1875rem;
    padding-right: 2.5rem;
    max-width: 85.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

.p-to-top img {
  width: 60px;
  width: 3.75rem;
  height: 23px;
  height: 1.4375rem;
  margin-left: auto;
}

.p-to-top--service {
  margin-top: 117px;
  margin-top: 7.3125rem;
}
@media screen and (min-width: 768px) {
  .p-to-top--service {
    margin-top: 12.1875rem;
  }
}

.p-to-top--archive {
  margin-top: 0px;
  margin-top: 0rem;
}
@media screen and (min-width: 768px) {
  .p-to-top--archive {
    margin-top: 0rem;
  }
}

.p-to-top--single {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-to-top--single {
    margin-top: 4.0625rem;
  }
}

.p-to-top--faq {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.p-to-top--contact {
  margin-top: 110px;
  margin-top: 6.875rem;
}

.mask-wrap {
  display: table;
  overflow: hidden;
}

.mask-wrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #dcd9d1;
}

.p-topics {
  position: relative;
}

.p-topics::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 82%;
  background-position: top 45px left -28px;
  background-position: top 2.8125rem left -1.75rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-topics::before {
    background-size: 48%;
    background-position: top 30% left calc(50% - 12.1875rem);
  }
}

.p-topics__inner {
  padding-top: 88px;
  padding-top: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-topics__inner {
    padding-top: 9.6875rem;
    max-width: 60.375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-topics__container {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-topics__container {
    max-width: 55rem;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-topics__title {
  font-family: "Georgia", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.125;
  text-transform: uppercase;
  color: #001650;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topics__title {
    font-size: 30px;
    margin-left: -80px;
  }
}

.p-topics__title span {
  font-size: 13px;
  font-family: YakuHanJP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  margin-left: 22px;
  margin-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-topics__title span {
    font-size: 14px;
    margin-left: 1.875rem;
  }
}

.p-topics__title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -0.3125rem;
  width: 73%;
  height: 5px;
  height: 0.3125rem;
  background-color: #001650;
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
}
@media screen and (min-width: 768px) {
  .p-topics__title::after {
    width: 25rem;
  }
}

.p-topics__items {
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.p-topics__btn {
  margin-top: 37px;
  margin-top: 2.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topics__btn {
    margin-top: 3.75rem;
  }
}
/*# sourceMappingURL=styles.css.map */
