@charset "UTF-8";
/* ===================
 オリジナル
==================== */
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/* ====================
header height
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/*----------------------------------------
	BACE
-----------------------------------------*/
:root {
  --pc-header-h: 94px;
  --sp-header-h: 50px;
}

.pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
  overflow-x: auto;
}
html.is-open {
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  position: relative;
  width: 100%;
  min-width: 1400px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.38;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-wrap: break-word;
  color: #191919;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.4;
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
body.is-open {
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #191919;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

button {
  font-family: inherit;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.c-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .c-outer {
    width: calc(354 / 375 * 100vw);
  }
  .c-inner {
    width: calc(335 / 375 * 100vw);
  }
}
.c-back-cyaan {
  position: relative;
  background-color: #39c5e5;
  z-index: 0;
  overflow: hidden;
}
.c-back-cyaan::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: cover;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-cyaan::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-sky {
  position: relative;
  background-color: #60bde2;
  z-index: 0;
  overflow: hidden;
}
.c-back-sky::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: cover;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-sky::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-blue {
  position: relative;
  background-color: #006993;
  z-index: 0;
  overflow: hidden;
}
.c-back-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/background_mask.png);
  background-repeat: repeat;
  background-size: cover;
  background-blend-mode: overlay;
  opacity: 0.2;
  z-index: -1;
}
@supports (background-image: url("image.webp")) {
  .c-back-blue::before {
    background-image: url(../img/common/background_mask.webp);
  }
}
.c-back-wave {
  -webkit-mask-image: url(../img/common/background_wave_pc.svg);
          mask-image: url(../img/common/background_wave_pc.svg);
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: 100% 3500px;
          mask-size: 100% 3500px;
}
@media only screen and (max-width: 834px) {
  .c-back-wave {
    -webkit-mask-image: url(../img/common/background_wave_sp.svg);
            mask-image: url(../img/common/background_wave_sp.svg);
    -webkit-mask-size: 100% calc(3500 / 375 * 100vw);
            mask-size: 100% calc(3500 / 375 * 100vw);
  }
}

.c-link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  color: #fff;
  border-style: solid;
  border-radius: 100vmax;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../img/common/icon_arrow_white.svg);
  background-size: 7px auto;
  background-color: #ccc;
  background-position: 91.5% center;
  background-repeat: no-repeat;
  border: none;
  -webkit-box-shadow: 3px 2px 0 #888;
          box-shadow: 3px 2px 0 #888;
  cursor: pointer;
}
.c-link-button--blue {
  background-color: #006993;
  -webkit-box-shadow: 3px 2px 0 #104a5b;
          box-shadow: 3px 2px 0 #104a5b;
}
.c-link-button--yellow {
  background-color: #fbb03b;
  -webkit-box-shadow: 3px 2px 0 #af6104;
          box-shadow: 3px 2px 0 #af6104;
}
.c-link-button:hover {
  opacity: 1;
  border-width: 0;
  -webkit-transform: translate(3px, 2px);
          transform: translate(3px, 2px);
  -webkit-box-shadow: 0px 0px 0 #000;
          box-shadow: 0px 0px 0 #000;
}

/* 共通テキスト
-----------------------------------------*/
.c-text-mincho {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}
.c-text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 2.9rem;
  letter-spacing: 0.2em;
  line-height: 1.17;
  font-weight: 900;
  padding-left: 0.2em;
}

@media only screen and (max-width: 834px) {
  .c-text-heading {
    gap: calc(15 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1.67;
  }
}
.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
  will-change: mask-position;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
    will-change: mask-position;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
  will-change: mask-position;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
フェードイン
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-fadein 0.8s 0.5 forwards;
          animation: animate-fadein 0.8s 0.5 forwards;
  will-change: transform opacity;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
  will-change: transform opacity;
}

@-webkit-keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
.l-header__logo {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 70px;
  background: #fff;
  border-radius: 0 0 20px 0;
  z-index: 10;
}
.l-header__logo img {
  width: 240px;
}
.l-header-contact {
  position: fixed;
  top: 15px;
  right: 115px;
  width: 250px;
  height: 60px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  padding-left: 0.2em;
  color: #fff;
  background-color: #fbb03b;
  background-image: url(../img/common/icon_arrow_white.svg);
  background-size: 7px auto;
  background-position: 91.5% center;
  background-repeat: no-repeat;
  border-radius: 100vmax;
  z-index: 10;
}
.l-header-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.l-header-contact__close {
  display: none;
}
.l-header-hamburger {
  position: fixed;
  top: 25px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 20;
}
.l-header-hamburger__line {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  background: #006993;
  border-radius: 100vmax;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-hamburger__line:nth-of-type(2), .l-header-hamburger__line:nth-of-type(3) {
  content: "";
  position: absolute;
  right: 0;
}
.l-header-hamburger__line:nth-of-type(2) {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}
.l-header-hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(26px);
          transform: translateY(26px);
}
.l-header-hamburger__text {
  display: block;
  margin-top: 30px;
}
.l-header-hamburger__text::before {
  content: "MENU";
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #006993;
}
.l-header-hamburger.is-open .l-header-hamburger__line {
  background: #fff;
}
.l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(1) {
  -webkit-transform: translate(0, 13px) rotate(45deg);
          transform: translate(0, 13px) rotate(45deg);
  opacity: 0;
}
.l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(2) {
  -webkit-transform: translate(0, 13px) rotate(45deg);
          transform: translate(0, 13px) rotate(45deg);
  width: 100%;
}
.l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(3) {
  -webkit-transform: translate(0, 13px) rotate(-45deg);
          transform: translate(0, 13px) rotate(-45deg);
}
.l-header-hamburger.is-open .l-header-hamburger__text::before {
  content: "CLOSE";
  color: #fff;
}
.l-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 100vh;
  padding: 100px 100px 50px 50px;
  background: #006993;
  overflow: auto;
  border-radius: 0 0 0 40px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
}
.l-header-nav.is-open {
  -webkit-transform: none;
          transform: none;
}
.l-header-nav__item {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
}
.l-header-nav__item:nth-of-type(n+2) {
  margin-top: 15px;
}
.l-header-nav a {
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .l-header__logo {
    width: calc(200 / 375 * 100vw);
    height: calc(46 / 375 * 100vw);
    border-radius: 0 0 calc(20 / 375 * 100vw) 0;
  }
  .l-header__logo img {
    width: calc(175 / 375 * 100vw);
  }
  .l-header-contact {
    top: 50%;
    right: calc(0 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(37 / 375 * 100vw);
    height: calc(154 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.15em;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-bottom: 1em;
    background-size: calc(7 / 375 * 100vw) auto;
    background-position: calc(17 / 375 * 100vw) calc(130 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw) 0 0 calc(10 / 375 * 100vw);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  .l-header-contact.is-active {
    opacity: 1;
    pointer-events: visible;
  }
  .l-header-contact__close {
    position: absolute;
    top: calc(-5 / 375 * 100vw);
    left: calc(-5 / 375 * 100vw);
    display: block;
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    background: url(../img/common/icon_close.svg) no-repeat center/contain;
  }
  .l-header-hamburger {
    top: calc(10 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
  .l-header-hamburger__line {
    height: calc(5 / 375 * 100vw);
  }
  .l-header-hamburger__line:nth-of-type(2) {
    -webkit-transform: translateY(calc(13 / 375 * 100vw));
            transform: translateY(calc(13 / 375 * 100vw));
  }
  .l-header-hamburger__line:nth-of-type(3) {
    -webkit-transform: translateY(calc(26 / 375 * 100vw));
            transform: translateY(calc(26 / 375 * 100vw));
  }
  .l-header-hamburger__text {
    margin-top: calc(30 / 375 * 100vw);
  }
  .l-header-hamburger__text::before {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(1) {
    -webkit-transform: translate(0, calc(13 / 375 * 100vw)) rotate(45deg);
            transform: translate(0, calc(13 / 375 * 100vw)) rotate(45deg);
  }
  .l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(2) {
    -webkit-transform: translate(0, calc(13 / 375 * 100vw)) rotate(45deg);
            transform: translate(0, calc(13 / 375 * 100vw)) rotate(45deg);
  }
  .l-header-hamburger.is-open .l-header-hamburger__line:nth-of-type(3) {
    -webkit-transform: translate(0, calc(13 / 375 * 100vw)) rotate(-45deg);
            transform: translate(0, calc(13 / 375 * 100vw)) rotate(-45deg);
  }
  .l-header-nav {
    padding: calc(70 / 375 * 100vw) calc(70 / 375 * 100vw) calc(40 / 375 * 100vw) calc(40 / 375 * 100vw);
    border-radius: 0 0 0 calc(40 / 375 * 100vw);
  }
  .l-header-nav__item {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.33;
  }
  .l-header-nav__item:nth-of-type(n+2) {
    margin-top: calc(15 / 375 * 100vw);
  }
}
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  margin-top: -130px;
  position: relative;
}
.l-footer-totop {
  position: fixed;
  bottom: 25px;
  right: 40px;
  width: 70px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  z-index: 5;
}
.l-footer-totop.is-active {
  opacity: 1;
  pointer-events: visible;
}
.l-footer-totop.is-stop {
  position: absolute;
}
.l-footer__wrap {
  padding-bottom: 25px;
}
.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 130px;
  color: #fff;
}
.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
}
.l-footer__info:nth-child(n+2) {
  margin-top: 50px;
}
.l-footer__info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  height: 38px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-left: 0.2em;
  border: 1px solid #fff;
  border-radius: 100vmax;
}
.l-footer__info dd {
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.l-footer__info a {
  text-decoration: underline;
  color: #fff;
}
.l-footer__note {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.14;
  text-indent: -1em;
  padding-left: 1em;
}
.l-footer__note::first-letter {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.l-footer__copy {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  text-align: center;
  margin-top: 110px;
}
.l-footer-figure__figure01 {
  position: absolute;
  top: -50px;
  left: calc(50% + 415px);
  width: 108px;
}

@media only screen and (max-width: 834px) {
  .l-footer {
    margin-top: calc(-35 / 375 * 100vw);
  }
  .l-footer-totop {
    bottom: calc(25 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
  .l-footer__wrap {
    padding-bottom: calc(25 / 375 * 100vw);
  }
  .l-footer__inner {
    padding-top: calc(90 / 375 * 100vw);
  }
  .l-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10 / 375 * 100vw);
    width: 100%;
  }
  .l-footer__info:nth-child(n+2) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .l-footer__info dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(140 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1.13;
  }
  .l-footer__info dd {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.67;
    margin: 0 auto;
  }
  .l-footer__info a {
    text-decoration: underline;
    color: #fff;
  }
  .l-footer__note {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.43;
    margin-top: 0.5em;
  }
  .l-footer__copy {
    width: 100%;
    font-size: calc(10 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 3;
    margin-top: calc(70 / 375 * 100vw);
  }
  .l-footer-figure__figure01 {
    position: absolute;
    top: calc(-30 / 375 * 100vw);
    left: calc(50% - 165 / 375 * 100vw);
    width: calc(78 / 375 * 100vw);
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.l-main {
  overflow: hidden;
  padding: 90px 0 300px;
}
.l-main--news .l-main-title img {
  width: 62px;
}
.l-main--company .l-main-title {
  gap: 5px;
}
.l-main--company .l-main-title img {
  width: 259px;
}
.l-main--form .l-main-title img {
  width: 174px;
}
.l-main-breadcrumbs {
  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;
  max-width: 1000px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.29;
  color: #fff;
}
.l-main-breadcrumbs a {
  color: #fff;
}
.l-main-breadcrumbs__item {
  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;
}
.l-main-breadcrumbs__item:not(:last-of-type)::after {
  content: "/";
  margin: 0 0.75em;
}
.l-main-figure img {
  position: absolute;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .l-main--news .l-main-title img {
    width: calc(62 / 375 * 100vw);
  }
  .l-main--company .l-main-title {
    gap: calc(5 / 375 * 100vw);
  }
  .l-main--company .l-main-title img {
    width: calc(259 / 375 * 100vw);
  }
  .l-main--form .l-main-title img {
    width: calc(174 / 375 * 100vw);
  }
  .l-main-breadcrumbs {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.29;
  }
}
.p-top {
  padding: 0;
}
.p-top-hero {
  width: 100%;
  font-size: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.p-top-lead {
  position: relative;
}
.p-top-lead__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-top: -132px;
}
.p-top-lead__list li {
  width: 132px;
}
.p-top-lead__title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2.08;
  font-weight: bold;
  text-align: center;
  color: #006993;
  margin-top: 25px;
}
.p-top-lead__body {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 2.22;
  text-align: center;
  margin: 40px auto 0;
}
.p-top-lead__body span {
  display: inline-block;
  width: 2em;
  height: 1px;
  background: #191919;
  vertical-align: middle;
}
.p-top-lead__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 376px;
  height: 188px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 45px auto 0;
  -webkit-mask-image: url(../img/top/lead_balloon.svg);
          mask-image: url(../img/top/lead_balloon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.p-top-lead__figure01 {
  top: 420px;
  left: calc(50% - 452px);
  width: 81px;
}
.p-top-lead__figure02 {
  top: 255px;
  left: calc(50% + 388px);
  width: 63px;
}
.p-top-lead__figure03 {
  bottom: 20px;
  left: calc(50% + 330px);
  width: 60px;
}
.p-top-lead__figure04 {
  bottom: -130px;
  left: calc(50% - 320px);
  width: 27px;
}
.p-top-news {
  position: relative;
  margin-top: 130px;
}
.p-top-news h2 img {
  width: 62px;
}
.p-top-news__list {
  margin-top: 45px;
  max-width: 800px;
}
.p-top-news__button {
  width: 350px;
  height: 63px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 85px auto 0;
}
.p-top-news__figure01 {
  top: -50px;
  left: calc(50% + 465px);
  width: 84px;
}
.p-top-news__figure02 {
  top: 175px;
  left: calc(50% - 548px);
  width: 49px;
}
.p-top-news__figure03 {
  bottom: 85px;
  left: calc(50% + 490px);
  width: 62px;
}
.p-top-news__figure04 {
  bottom: -15px;
  left: calc(50% - 500px);
  width: 46px;
}
.p-top-event {
  position: relative;
  margin-top: 120px;
  padding: 120px 0;
  border-radius: 100px;
}
.p-top-event h2 {
  color: #fff;
}
.p-top-event h2 img {
  width: 143px;
}
.p-top-event__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 50px;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
.p-top-event__infomation {
  width: 100%;
}
.p-top-event__infomation dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
.p-top-event__infomation dl:nth-of-type(n+2) {
  margin-top: 25px;
}
.p-top-event__infomation dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  height: 30px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #006993;
  border-radius: 100vmax;
}
.p-top-event__infomation iframe {
  display: none;
}
.p-top-event__date {
  color: #006993;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.82;
  font-weight: 700;
}
.p-top-event__date strong {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.33;
}
.p-top-event__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
}
.p-top-event__map iframe {
  width: 100%;
  height: 100%;
}
.p-top-event__button {
  width: 350px;
  height: 63px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 85px auto 0;
}
.p-top-event__figure01 {
  top: -90px;
  left: calc(50% - 580px);
  width: 73px;
}
.p-top-event__figure02 {
  bottom: -85px;
  left: calc(50% + 508px);
  width: 42px;
}
.p-top-company {
  position: relative;
  margin-top: 120px;
}
.p-top-company h2 {
  gap: 5px;
}
.p-top-company h2 img {
  width: 259px;
}
.p-top-company__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 45px;
}
.p-top-company__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  height: 80px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.82;
  font-weight: 900;
  padding-left: 0.2em;
  color: #1eb3d9;
  background: #fff;
  border: 1px solid #1eb3d9;
  border-radius: 10px;
}
.p-top-company__tab.is-current {
  color: #fff;
  background: #1eb3d9;
}
.p-top-company__wrap {
  display: none;
  margin-top: 50px;
  padding: 70px 50px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.p-top-company__wrap.is-current {
  display: block;
}
.p-top-company__list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 25px;
}
.p-top-company__list li {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.22;
  padding-bottom: 1em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.p-top-company__list li::before {
  content: "・";
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.p-top-company__list span {
  font-size: 0.8em;
  margin-left: 0.5em;
}
.p-top-company__button {
  width: 365px;
  height: 63px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 40px auto 0;
}
.p-top-company__note {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
  text-align: center;
  text-indent: -1em;
  margin-top: 1em;
  padding-left: 1em;
}
.p-top-company__figure01 {
  top: -23px;
  left: calc(50% - 568px);
  width: 48px;
}
.p-top-company__figure02 {
  top: 15px;
  left: calc(50% - 482px);
  width: 47px;
}
.p-top-company__figure03 {
  top: 15px;
  left: calc(50% + 457px);
  width: 70px;
}
.p-top-company__figure04 {
  bottom: -30px;
  left: calc(50% + 425px);
  width: 131px;
}
.p-top-benefit {
  position: relative;
  margin-top: 120px;
}
.p-top-benefit h2 {
  gap: 5px;
}
.p-top-benefit h2 img {
  width: 85px;
}
.p-top-benefit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 40px;
}
.p-top-benefit__box {
  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;
  gap: 20px;
  width: 100%;
  padding: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-benefit__box img {
  width: 250px;
  border-radius: 10px;
  font-size: 0;
}
.p-top-benefit__box figcaption {
  text-align: center;
  width: 100%;
}
.p-top-benefit__box h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.27;
  text-align: center;
  margin: 0 auto 15px;
  padding: 0.25em 0.75em;
  background: #006993;
  border-radius: 100vmax;
}
.p-top-benefit__box span {
  display: block;
  width: 100%;
  font-size: 0.6em;
  text-align: center;
}
.p-top-benefit__figure01 {
  top: 46px;
  left: calc(50% + 533px);
  width: 58px;
}
.p-top-benefit__figure02 {
  bottom: -28px;
  left: calc(50% - 582px);
  width: 47px;
}
.p-top-benefit__figure03 {
  bottom: -45px;
  left: calc(50% + 515px);
  width: 66px;
}
.p-top-faq {
  position: relative;
  margin-top: 120px;
  padding-top: 200px;
  padding-bottom: 300px;
}
.p-top-faq h2 {
  color: #fff;
}
.p-top-faq h2 img {
  width: 43px;
}
.p-top-faq__wrap {
  position: relative;
  background: #fff;
  margin-top: 80px;
  padding: 100px;
  border-radius: 20px;
}
.p-top-faq__block {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.p-top-faq__block:nth-of-type(n+2) {
  margin-top: 30px;
}
.p-top-faq__block img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
}
.p-top-faq__block dt {
  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;
  gap: 15px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 700;
  color: #006993;
}
.p-top-faq__block dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
  margin-top: 1em;
}
.p-top-faq__figure01 {
  top: -77px;
  left: calc(50% - 551px);
  width: 46px;
}

@media only screen and (max-width: 834px) {
  .p-top-lead__list {
    gap: calc(10 / 375 * 100vw);
    margin-top: calc(-38 / 375 * 100vw);
  }
  .p-top-lead__list li {
    width: calc(76 / 375 * 100vw);
  }
  .p-top-lead__title {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 2;
    margin-top: calc(15 / 375 * 100vw);
  }
  .p-top-lead__body {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
    margin: calc(45 / 375 * 100vw) auto 0;
  }
  .p-top-lead__balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(336 / 375 * 100vw);
    height: calc(165 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.67;
    margin: calc(55 / 375 * 100vw) auto 0;
  }
  .p-top-lead__figure01 {
    top: calc(220 / 375 * 100vw);
    left: calc(50% - 170 / 375 * 100vw);
    width: calc(58 / 375 * 100vw);
  }
  .p-top-lead__figure02 {
    top: calc(228 / 375 * 100vw);
    left: calc(50% + 124 / 375 * 100vw);
    width: calc(44 / 375 * 100vw);
  }
  .p-top-lead__figure03 {
    bottom: calc(-84 / 375 * 100vw);
    left: calc(50% + 125 / 375 * 100vw);
    width: calc(43 / 375 * 100vw);
  }
  .p-top-lead__figure04 {
    bottom: calc(168 / 375 * 100vw);
    left: calc(50% - 166 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
  .p-top-news {
    margin-top: calc(85 / 375 * 100vw);
  }
  .p-top-news h2 img {
    width: calc(62 / 375 * 100vw);
  }
  .p-top-news__list {
    margin-top: calc(45 / 375 * 100vw);
  }
  .p-top-news__button {
    width: calc(335 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.22;
    margin: calc(60 / 375 * 100vw) auto 0;
  }
  .p-top-news__figure01 {
    top: calc(-40 / 375 * 100vw);
    left: calc(50% - 165 / 375 * 100vw);
    width: calc(59 / 375 * 100vw);
  }
  .p-top-news__figure02, .p-top-news__figure03, .p-top-news__figure04 {
    display: none;
  }
  .p-top-event {
    margin-top: calc(80 / 375 * 100vw);
    padding: calc(85 / 375 * 100vw) 0;
    border-radius: calc(30 / 375 * 100vw);
  }
  .p-top-event h2 img {
    width: calc(143 / 375 * 100vw);
  }
  .p-top-event__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-event__infomation dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(7 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.38;
  }
  .p-top-event__infomation dl:nth-of-type(n+2) {
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-top-event__infomation dt {
    width: calc(110 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .p-top-event__infomation iframe {
    display: block;
    width: 100%;
    height: calc(170 / 375 * 100vw);
    margin-top: 1em;
  }
  .p-top-event__date {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-top-event__date strong {
    font-size: calc(28 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.07;
  }
  .p-top-event__map {
    display: none;
  }
  .p-top-event__button {
    width: calc(335 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.22;
    margin: calc(60 / 375 * 100vw) auto 0;
  }
  .p-top-event__figure01 {
    top: calc(-76 / 375 * 100vw);
    left: calc(50% - 157 / 375 * 100vw);
    width: calc(52 / 375 * 100vw);
  }
  .p-top-event__figure02 {
    bottom: calc(-47 / 375 * 100vw);
    left: calc(50% + 119 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
  .p-top-company {
    position: relative;
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-top-company h2 {
    gap: calc(5 / 375 * 100vw);
  }
  .p-top-company h2 img {
    width: calc(259 / 375 * 100vw);
  }
  .p-top-company__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(15 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
  }
  .p-top-company__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(160 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.025em;
    line-height: 1;
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-company__wrap {
    margin-top: calc(20 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-company__list {
    -webkit-columns: unset;
       -moz-columns: unset;
            columns: unset;
    max-height: calc(250 / 375 * 100vw);
    overflow: auto;
  }
  .p-top-company__list li {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.29;
  }
  .p-top-company__button {
    width: 100%;
    height: calc(53 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.22;
    margin: calc(20 / 375 * 100vw) auto 0;
  }
  .p-top-company__note {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
  .p-top-company__figure01 {
    top: calc(-41 / 375 * 100vw);
    left: calc(50% - 155 / 375 * 100vw);
    width: calc(34 / 375 * 100vw);
  }
  .p-top-company__figure02 {
    display: none;
  }
  .p-top-company__figure03 {
    top: calc(46 / 375 * 100vw);
    left: calc(50% + 123 / 375 * 100vw);
    width: calc(49 / 375 * 100vw);
  }
  .p-top-company__figure04 {
    bottom: calc(-65 / 375 * 100vw);
    left: calc(50% + 60 / 375 * 100vw);
    width: calc(93 / 375 * 100vw);
  }
  .p-top-benefit {
    position: relative;
    margin-top: calc(85 / 375 * 100vw);
  }
  .p-top-benefit h2 {
    gap: calc(5 / 375 * 100vw);
  }
  .p-top-benefit h2 img {
    width: calc(85 / 375 * 100vw);
  }
  .p-top-benefit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(30 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-top-benefit__box {
    position: relative;
    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;
    gap: 0;
    width: 100%;
    padding: calc(30 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-benefit__box img {
    position: absolute;
    top: calc(80 / 375 * 100vw);
    width: calc(250 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-benefit__box figcaption {
    width: 100%;
  }
  .p-top-benefit__box h3 {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.33;
    margin: 0 auto calc(220 / 375 * 100vw);
    padding: 0.25em 1em;
  }
  .p-top-benefit__box p {
    width: calc(250 / 375 * 100vw);
    margin: 0 auto;
  }
  .p-top-benefit__box:nth-of-type(1) {
    padding-left: calc(50 / 375 * 100vw);
    -webkit-transform: translateX(calc(-10 / 375 * 100vw));
            transform: translateX(calc(-10 / 375 * 100vw));
    border-radius: 0 calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0;
  }
  .p-top-benefit__box:nth-of-type(1) img {
    left: calc(50% + 10 / 375 * 100vw);
  }
  .p-top-benefit__box:nth-of-type(2) {
    padding-right: calc(50 / 375 * 100vw);
    -webkit-transform: translateX(calc(10 / 375 * 100vw));
            transform: translateX(calc(10 / 375 * 100vw));
    border-radius: calc(10 / 375 * 100vw) 0 0 calc(10 / 375 * 100vw);
  }
  .p-top-benefit__box:nth-of-type(2) img {
    top: calc(95 / 375 * 100vw);
    left: calc(50% - 10 / 375 * 100vw);
  }
  .p-top-benefit__figure01 {
    top: calc(470 / 375 * 100vw);
    left: calc(50% - 160 / 375 * 100vw);
    width: calc(43 / 375 * 100vw);
  }
  .p-top-benefit__figure02 {
    top: calc(82 / 375 * 100vw);
    bottom: auto;
    left: calc(50% - 165 / 375 * 100vw);
    width: calc(47 / 375 * 100vw);
  }
  .p-top-benefit__figure03 {
    bottom: calc(-25 / 375 * 100vw);
    left: calc(50% + 115 / 375 * 100vw);
    width: calc(47 / 375 * 100vw);
  }
  .p-top-faq {
    margin-top: calc(80 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
  .p-top-faq h2 img {
    width: calc(43 / 375 * 100vw);
  }
  .p-top-faq__wrap {
    margin-top: calc(30 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-faq__block {
    padding-bottom: calc(30 / 375 * 100vw);
    border-bottom: 1px solid #ccc;
  }
  .p-top-faq__block:nth-of-type(n+2) {
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-top-faq__block img {
    width: calc(29 / 375 * 100vw);
  }
  .p-top-faq__block dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.63;
  }
  .p-top-faq__block dd {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.86;
  }
  .p-top-faq__figure01 {
    top: calc(-71 / 375 * 100vw);
    left: calc(50% - 160 / 375 * 100vw);
    width: calc(34 / 375 * 100vw);
  }
}
/*----------------------------------------
	LIST
-----------------------------------------*/
.p-list-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.p-list-news__item:nth-of-type(n+2) {
  margin-top: 25px;
}
.p-list-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  font-weight: 700;
}
.p-list-news__text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-list-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333% - 13.3333333333px);
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}
.p-list-company__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
  font-weight: 700;
  padding: 0 0.5em;
  color: #fff;
  background: #fabe00;
  border-radius: 5px;
}
.p-list-company__thumbnail {
  margin-top: 10px;
}
.p-list-company__thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-list-company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.p-list-company__category {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.79;
  font-weight: 900;
  padding: 0 0.75em;
  color: #006993;
  border: 1px solid #006993;
  border-radius: 100vmax;
}
.p-list-company__kana {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.29;
  color: #006993;
  margin-top: 10px;
}
.p-list-company__name {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.27;
  font-weight: 900;
  color: #006993;
  margin-top: 5px;
}
.p-list-company__body {
  display: -webkit-box;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 80px;
}

@media only screen and (max-width: 834px) {
  .p-list-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.63;
    padding-bottom: calc(15 / 375 * 100vw);
  }
  .p-list-news__item:nth-of-type(n+2) {
    margin-top: calc(15 / 375 * 100vw);
  }
  .p-list-news__date {
    width: 100%;
  }
  .p-list-news__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: wrap;
  }
  .p-list-company {
    width: 100%;
    margin-top: calc(0 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-list-company__date {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.63;
    border-radius: calc(5 / 375 * 100vw);
  }
  .p-list-company__thumbnail {
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-list-company__thumbnail img {
    width: 100%;
    height: calc(160 / 375 * 100vw);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-list-company__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(10 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-list-company__category {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.79;
  }
  .p-list-company__kana {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.29;
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-list-company__name {
    font-size: calc(22 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.27;
    margin-top: calc(5 / 375 * 100vw);
  }
  .p-list-company__body {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.63;
    margin-top: calc(15 / 375 * 100vw);
    max-height: calc(80 / 375 * 100vw);
  }
}
/*----------------------------------------
	POST
-----------------------------------------*/
.p-post .l-main-title {
  color: #fff;
  margin-top: 20px;
}
.p-post__wrap {
  background: #fff;
  border-radius: 100px;
  margin-top: 70px;
  padding: 70px 0;
}
.p-post-list {
  max-width: 1000px;
}
.p-post-list__heading {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  color: #006993;
}
.p-post-list__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
  margin-top: 20px;
}
.p-post-list__form > * {
  width: 100%;
}
.p-post-list__form select,
.p-post-list__form input {
  width: 100%;
  height: 46px;
  padding: 0 0.75em;
  border: 1px solid #006993;
}
.p-post-list__form .is-child::first-letter {
  opacity: 0;
}
.p-post-list__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.p-post-list__button {
  width: 246px;
  height: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  background-image: none;
  margin: 20px auto 0;
}
.p-post-news {
  max-width: 1000px;
}
.p-post-news__title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 900;
  color: #006993;
}
.p-post-news__date {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 700;
}
.p-post-news__content {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
}
.p-post-news__content > *:nth-child(n+2) {
  margin-top: 1em;
}
.p-post-pompany {
  max-width: 1000px;
}
.p-post-pompany__title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 900;
  color: #006993;
}
.p-post-pompany__date {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
  font-weight: 700;
}
.p-post-pompany__content {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
}
.p-post-pompany__content > *:nth-child(n+2) {
  margin-top: 1em;
}
.p-post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.p-post-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  border-radius: 100vmax;
}
.p-post-pagination .current {
  font-weight: 700;
  background: #006993;
}
.p-post-pagination .prev {
  background: url(../img/common/icon_pagination.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-post-pagination .next {
  background: url(../img/common/icon_pagination.svg) no-repeat center/contain;
}
.p-post-links {
  max-width: 1000px;
  margin-top: 50px;
}
.p-post-links__button {
  width: 350px;
  height: 63px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  background-image: none;
  margin: 0 auto;
}
.p-post-links__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 900;
}
.p-post-links__arrow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.p-post-links__arrow a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_pagination.svg) no-repeat center center/42px 42px;
}
.p-post-links__prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-post-links__next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.p-post-company__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.p-post-company__heading img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
}
@media only screen and (min-width: 835px) {
  .p-post-company__heading img {
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-post-company__heading h1 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 900;
  color: #006993;
  margin-top: 10px;
}
.p-post-company__heading dt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-weight: 900;
  color: #006993;
  margin-top: 20px;
}
.p-post-company__heading dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-post-company__heading span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
}
.p-post-company__heading span:nth-child(n+2)::before {
  content: "/";
  margin-right: 10px;
}
.p-post-company__information {
  margin-top: 20px;
}
.p-post-company__information h2 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-weight: 900;
  color: #006993;
}
.p-post-company__information dl {
  margin-top: 15px;
}
.p-post-company__information dt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.31;
  font-weight: 700;
  color: #fff;
  background: #39c5e5;
  padding: 0 0.75em;
}
.p-post-company__information dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 15px;
  padding: 0 0.75em;
}
.p-post-company__button {
  width: 246px;
  height: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  background-image: none;
  margin: 50px auto 0;
}

@media only screen and (max-width: 834px) {
  .p-post {
    padding: calc(70 / 375 * 100vw) 0 calc(150 / 375 * 100vw);
  }
  .p-post .l-main-title {
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-post__wrap {
    border-radius: calc(40 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(55 / 375 * 100vw) 0;
  }
  .p-post-list__heading {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 900;
    text-align: center;
    color: #006993;
  }
  .p-post-list__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.63;
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-post-list__form select,
  .p-post-list__form input {
    height: calc(46 / 375 * 100vw);
  }
  .p-post-list__cards {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-post-list__button {
    width: calc(246 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1;
    margin: calc(20 / 375 * 100vw) auto 0;
  }
  .p-post-news__title {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-post-news__date {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: right;
  }
  .p-post-news__content {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.63;
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-post-news__content > *:nth-child(n+2) {
    margin-top: 1em;
  }
  .p-post-pagination {
    margin-top: calc(25 / 375 * 100vw);
  }
  .p-post-pagination .page-numbers {
    width: calc(42 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-post-links {
    width: 86%;
    margin-top: calc(25 / 375 * 100vw);
  }
  .p-post-links__button {
    width: calc(225 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
    line-height: 1.22;
  }
  .p-post-links__arrow {
    margin-top: calc(25 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .p-post-company__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .p-post-company__heading img {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-post-company__heading h1 {
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-post-company__heading dt {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.67;
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-post-company__heading dd {
    gap: calc(10 / 375 * 100vw);
  }
  .p-post-company__heading span {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.63;
  }
  .p-post-company__heading span:nth-child(n+2)::before {
    margin-right: calc(10 / 375 * 100vw);
  }
  .p-post-company__information {
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-post-company__information h2 {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.67;
    font-weight: 900;
  }
  .p-post-company__information dl {
    margin-top: calc(15 / 375 * 100vw);
  }
  .p-post-company__information dt {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.31;
  }
  .p-post-company__information dd {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-post-company__button {
    width: calc(246 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1;
    margin: calc(50 / 375 * 100vw) auto 0;
  }
}
.p-page .l-main-title {
  color: #fff;
  margin-top: 20px;
}
.p-page__wrap {
  background: #fff;
  border-radius: 100px;
  margin-top: 70px;
  padding: 70px 0;
}
.p-page__title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  color: #006993;
}
.p-page__lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.63;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  margin-inline: auto;
}
.p-page__lead strong {
  font-weight: 700;
}
.p-page-form__stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}
.p-page-form__ribbon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333%;
  height: 53px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  color: #cccccc;
  background: #f2f2f2;
}
.p-page-form__ribbon:not(:last-of-type)::before, .p-page-form__ribbon:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 100%;
  background: #f2f2f2;
  border-left: 1px solid #f2f2f2;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: translateX(calc(100% - 1px));
          transform: translateX(calc(100% - 1px));
  z-index: 2;
}
.p-page-form__ribbon:not(:last-of-type)::after {
  background: #fff;
  right: -10px;
  border: none;
  z-index: 1;
}
.p-page-form__ribbon.is-current {
  color: #Fff;
  background: #006993;
}
.p-page-form__ribbon.is-current::before {
  background: #006993;
  border-color: #006993;
}
.p-page-form__heading {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.36;
  font-weight: 900;
  color: #006993;
  margin-top: 80px;
}
.p-page-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.p-page-form__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-weight: 900;
  color: #006993;
}
.p-page-form__content {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
}
.p-page-form__content input[type=text], .p-page-form__content input[type=tel], .p-page-form__content input[type=email] {
  width: 60%;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.p-page-form__content input[type=radio] {
  margin-right: 0.5em;
}
.p-page-form__content select {
  width: 60%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
  padding: 0.8em;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.p-page-form__content label + label {
  margin-left: 1em;
}
.p-page-form__note {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.14;
}
.p-page-form__error {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #c00;
}
.p-page-form__terms {
  height: 225px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.14;
  padding: 1em 3em 1em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: auto;
  margin-bottom: 0.5em;
}
.p-page-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.p-page-form__button {
  width: 246px;
  height: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  background-image: none;
}

@media only screen and (max-width: 834px) {
  .p-page {
    padding: calc(70 / 375 * 100vw) 0 calc(150 / 375 * 100vw);
  }
  .p-page .l-main-title {
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-page__wrap {
    border-radius: calc(40 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(55 / 375 * 100vw) 0;
  }
  .p-page__title {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .p-page__lead {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.63;
    margin-top: calc(25 / 375 * 100vw);
  }
  .p-page-form__stage {
    gap: calc(7 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
  }
  .p-page-form__ribbon {
    height: calc(40 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.07;
  }
  .p-page-form__ribbon:not(:last-of-type)::before, .p-page-form__ribbon:not(:last-of-type)::after {
    width: calc(10 / 375 * 100vw);
  }
  .p-page-form__ribbon:not(:last-of-type)::after {
    right: calc(-7 / 375 * 100vw);
  }
  .p-page-form__heading {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-page-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-page-form__label {
    width: 100%;
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.67;
  }
  .p-page-form__content {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.88;
  }
  .p-page-form__content input[type=text], .p-page-form__content input[type=tel], .p-page-form__content input[type=email] {
    width: 100%;
    border-radius: calc(5 / 375 * 100vw);
  }
  .p-page-form__content input[type=radio] {
    margin-right: 0.5em;
  }
  .p-page-form__content select {
    width: 100%;
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.88;
    border-radius: calc(5 / 375 * 100vw);
  }
  .p-page-form__content label + label {
    margin-left: 0;
  }
  .p-page-form__note {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0em;
    line-height: 1.54;
    margin-bottom: 0.25em;
  }
  .p-page-form__error {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.38;
  }
  .p-page-form__terms {
    height: 225px;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 2.14;
    border-radius: calc(5 / 375 * 100vw);
  }
  .p-page-form__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-page-form__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
  .p-page-form__button {
    width: calc(246 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1;
  }
}