@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

/* サイト全体の基本設定 */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  color: #001B26;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  background: #FAFDFF;
}

a {
  text-decoration: none;
  transition: 0.4s;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

.svg_0 {
  font-size: 0;
  display: none;
}

/* index */
/* ============================================ */
/* mixin */
/* ============================================ */
/* color */
/* ============================================ */
/* index */
/* ============================================ */
/* lowerpage */
/* ============================================ */
.c-lowerpage-ttl {
  padding: 120px 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-lowerpage-ttl {
    padding: 117px 24px 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-lowerpage-ttl__ttl {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-lowerpage-ttl__ttl {
    margin-right: 0;
  }
}
.c-lowerpage-ttl__ttl .pagettl {
  font-size: 64px;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
.c-lowerpage-ttl__ttl .pagettl .subtxt {
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-lowerpage-ttl__ttl .pagettl .subtxt {
    display: block;
    margin-top: 10px;
  }
}
.c-lowerpage-ttl__ttl .pagettl .about_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-lowerpage-ttl__ttl .pagettl .about_br {
    display: block;
  }
}
.c-lowerpage-ttl__ttl .breadcrumbs {
  margin-top: 12px;
  display: flex;
  gap: 60px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-lowerpage-ttl__ttl .breadcrumbs {
    margin-top: 14px;
  }
}
.c-lowerpage-ttl__ttl .breadcrumbs a {
  color: rgba(0, 110, 159, 0.8980392157);
}
.c-lowerpage-ttl__ttl .breadcrumbs li {
  position: relative;
}
.c-lowerpage-ttl__ttl .breadcrumbs li::after {
  content: "";
  background: #D7DFE3;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -50px;
}
.c-lowerpage-ttl__ttl .breadcrumbs li:first-child a {
  padding-left: 16px;
  position: relative;
}
.c-lowerpage-ttl__ttl .breadcrumbs li:first-child a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
  background: rgba(0, 110, 159, 0.8980392157);
  border-radius: 50%;
}
.c-lowerpage-ttl__ttl .breadcrumbs li:last-child::after {
  display: none;
}
.c-lowerpage-ttl__ttl .breadcrumbs li a {
  position: relative;
}
.c-lowerpage-ttl__ttl .breadcrumbs li a:hover::after {
  width: 100%;
}
.c-lowerpage-ttl__ttl .breadcrumbs li a::after {
  content: "";
  background: rgba(0, 110, 159, 0.8980392157);
  width: 0;
  height: 1px;
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-lowerpage-ttl__img {
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
  max-width: 700px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-lowerpage-ttl__img {
    margin-top: 30px;
    height: auto;
  }
}
.c-lowerpage-ttl__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .c-lowerpage-ttl__img img {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    max-width: 100%;
  }
}

/* text */
/* ============================================ */
/* img */
/* ============================================ */
/* title */
/* ============================================ */
.c-ttl01 .num {
  font-size: clamp(14px, 14px + (14 - 14) * (100vw - 768px) / (1440 - 768), 14px);
  line-height: 1;
}
.c-ttl01 .ttl {
  font-size: clamp(40px, 40px + (40 - 40) * (100vw - 768px) / (1440 - 768), 40px);
  line-height: 1;
  margin-top: clamp(12px, 12px + (12 - 12) * (100vw - 768px) / (1440 - 768), 12px);
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}

/* btn */
/* ============================================ */
.c-btn01 a {
  background: #000F16;
  border: 1px solid #000F16;
  color: #fff;
  padding: 16px 0;
  line-height: 1;
  font-size: clamp(12px, 12px + (14 - 12) * (100vw - 768px) / (1440 - 768), 14px);
  font-weight: 500;
  display: inline-block;
  border-radius: 999px;
  transition: 0.4s;
  width: 146px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    width: 110px;
    padding: 14px 0;
  }
}
.c-btn01 a:hover {
  background: #fff;
  color: #000F16;
}
.c-btn01 a:hover i .svg_arrow01 {
  fill: #000F16;
}
.c-btn01 a:hover i .a {
  transform: translate(10px, -10px);
  fill: #000F16;
}
.c-btn01 a:hover i .b {
  transform: translate(0px, -10px);
  fill: #000F16;
}
.c-btn01 a i {
  margin-right: 10px;
  overflow: hidden;
  width: clamp(8px, 8px + (10 - 8) * (100vw - 768px) / (1440 - 768), 10px);
  height: clamp(8px, 8px + (10 - 8) * (100vw - 768px) / (1440 - 768), 10px);
  display: inline-grid;
}
.c-btn01 a i .a, .c-btn01 a i .b {
  width: clamp(8px, 8px + (10 - 8) * (100vw - 768px) / (1440 - 768), 10px);
  height: clamp(8px, 8px + (10 - 8) * (100vw - 768px) / (1440 - 768), 10px);
  fill: #fff;
  transition: 0.4s;
}
.c-btn01 a i .b {
  transform: translate(-20px, 10px);
}

.c-btnlist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-btnlist {
    gap: 16px;
  }
}
.c-btnlist li a {
  border: 1px solid #000F16;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  line-height: 1;
  border-radius: 999px;
  transition: 0.4s;
}
.c-btnlist li a:hover i .a {
  transform: translate(10px, -10px);
}
.c-btnlist li a:hover i .b {
  transform: translate(0px, -10px);
}
.c-btnlist li a i {
  margin-right: 10px;
  overflow: hidden;
  width: clamp(8px, 8px + (10 - 8) * (100vw - 768px) / (1440 - 768), 10px);
  height: clamp(8px, 8px + (10 - 8) * (100vw - 768px) / (1440 - 768), 10px);
  display: inline-grid;
}
.c-btnlist li a i .a, .c-btnlist li a i .b {
  width: clamp(8px, 8px + (10 - 8) * (100vw - 768px) / (1440 - 768), 10px);
  height: clamp(8px, 8px + (10 - 8) * (100vw - 768px) / (1440 - 768), 10px);
  transition: 0.4s;
}
.c-btnlist li a i .b {
  transform: translate(-20px, 10px);
}
.c-btnlist li a span {
  font-size: 18px;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
@media screen and (max-width: 768px) {
  .c-btnlist li a span {
    font-size: 16px;
  }
}
.c-btnlist li.black {
  width: 225px;
}
@media screen and (max-width: 768px) {
  .c-btnlist li.black {
    width: 153px;
  }
}
.c-btnlist li.black a {
  background: #000F16;
  color: #D7DFE3;
}
.c-btnlist li.black a i svg {
  fill: #D7DFE3;
}
.c-btnlist li.black a:hover {
  background: #FAFDFF;
  color: #000F16;
}
.c-btnlist li.black a:hover i svg {
  fill: #000F16;
}
.c-btnlist li.white {
  width: 232px;
}
@media screen and (max-width: 768px) {
  .c-btnlist li.white {
    width: 173px;
  }
}
.c-btnlist li.white a {
  background: #FAFDFF;
  color: #000F16;
}
.c-btnlist li.white a i svg {
  fill: #000F16;
}
.c-btnlist li.white a:hover {
  background: #000F16;
  color: #FAFDFF;
}
.c-btnlist li.white a:hover i svg {
  fill: #FAFDFF;
}

/* icon */
/* ============================================ */
/* pankuzu */
/* ============================================ */
/* pagenavi */
/* ============================================ */
/* 調整用パーツ */
/* ============================================ */
/* media */
@media screen and (max-width: 768px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-middle {
  display: none;
}
@media screen and (max-width: 1000px) {
  .u-only-middle {
    display: block;
  }
}

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

/* l-wrap */
/* ============================================ */
.l-wrap {
  overflow: hidden;
}

/* l-main */
/* ============================================ */
.l-main {
  background: #fff;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  max-width: 100%;
  width: 100%;
}

/* l-inner */
/* ============================================ */
.l-inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 24px;
  }
}

body {
  width: 100%;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* l-header */
/* ============================================ */
.l-header {
  padding: 16px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-header__logo {
  padding: 20px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    padding: 30px 0 0 24px;
  }
}
.l-header__logo::before {
  content: "";
  background: url("../images/common/header_bg01.png") no-repeat center center;
  background-size: 100%;
  width: 191px;
  height: 146px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-header__logo::before {
    display: none;
  }
}
.l-header__logo svg {
  width: 127px;
  fill: #272E41;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .l-header__logo svg {
    fill: #fff;
    width: 90px;
  }
}
.l-header__logo a {
  position: relative;
  z-index: 2;
}
.l-header__logo a:hover svg {
  fill: rgba(0, 110, 159, 0.8980392157);
}
.l-header__other {
  position: relative;
  width: 167px;
  height: 104px;
}
@media screen and (max-width: 768px) {
  .l-header__other {
    width: auto;
    height: auto;
    padding-right: 24px;
    padding-top: 28px;
  }
}
.l-header__other::before {
  content: "";
  background: url("../images/common/header_bg02.png") no-repeat center center;
  background-size: 100%;
  width: 167px;
  height: 104px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-header__other::before {
    display: none;
  }
}
.l-header__other-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 53px;
}
@media screen and (max-width: 768px) {
  .l-header__other-content {
    padding-left: 0;
    height: auto;
  }
}
.l-header__other-content .insta {
  font-size: 0;
}
.l-header__other-content .insta a svg {
  width: 26px;
  transition: 0.4s;
  fill: #001B26;
}
@media screen and (max-width: 768px) {
  .l-header__other-content .insta a svg {
    fill: #fff;
  }
}
.l-header__other-content .insta a:hover svg {
  fill: rgba(0, 110, 159, 0.8980392157);
}
.l-header__other-content .js-menu-trigger {
  width: 32px;
  height: 22px;
  display: block;
  margin-left: 33px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__other-content .js-menu-trigger {
    width: 26px;
    margin-left: 26px;
  }
}
.l-header__other-content .js-menu-trigger:hover span {
  background: rgba(0, 110, 159, 0.8980392157);
}
.l-header__other-content .js-menu-trigger span {
  background: #001B26;
  width: 32px;
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 999px;
  top: 0;
  left: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .l-header__other-content .js-menu-trigger span {
    background: #fff;
    width: 26px;
  }
}
.l-header__other-content .js-menu-trigger span:nth-child(2) {
  top: 9px;
}
.l-header__other-content .js-menu-trigger span:nth-child(3) {
  top: 18px;
}
.l-header__other-content .js-menu-trigger.is-active span:nth-child(1) {
  transform: rotate(35deg);
  top: 9px;
}
.l-header__other-content .js-menu-trigger.is-active span:nth-child(2) {
  opacity: 0;
  left: -20px;
  visibility: hidden;
}
.l-header__other-content .js-menu-trigger.is-active span:nth-child(3) {
  transform: rotate(-35deg);
  top: 9px;
}
.l-header__menu {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .l-header.lower {
    padding: 24px;
  }
}
.l-header.lower .l-header__logo {
  padding: 20px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .l-header.lower .l-header__logo {
    padding: 0;
  }
}
.l-header.lower .l-header__logo::before {
  display: none;
}
.l-header.lower .l-header__logo svg {
  fill: #001B26;
}
.l-header.lower .l-header__logo a:hover svg {
  fill: rgba(0, 110, 159, 0.8980392157);
}
@media screen and (max-width: 768px) {
  .l-header.lower .l-header__other {
    padding: 0;
  }
}
.l-header.lower .l-header__other::before {
  display: none;
}
.l-header.lower .l-header__other .l-header__other-content .insta a svg {
  fill: #001B26;
}
.l-header.lower .l-header__other .l-header__other-content .insta a:hover svg {
  fill: rgba(0, 110, 159, 0.8980392157);
}
.l-header.lower .l-header__other .l-header__other-content .js-menu-trigger span {
  background: #001B26;
}
.l-header.lower .l-header__other .l-header__other-content .js-menu-trigger:hover span {
  background: rgba(0, 110, 159, 0.8980392157);
}

/* l-footer */
/* ============================================ */
.l-footer {
  background: rgba(0, 110, 159, 0.8980392157);
  padding: 40px 0;
}
.l-footer__inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__logo a {
  transition: 0.4s;
}
.l-footer__logo a:hover {
  opacity: 0.7;
}
.l-footer__logo a svg {
  width: 119px;
  fill: #D7DFE3;
}
.l-footer__txt {
  text-align: center;
  color: #FAFDFF;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
}
.l-footer__btn {
  margin-top: 24px;
  text-align: center;
}
.l-footer__btn a {
  padding: 16px 0px;
  background: rgba(250, 253, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  border-radius: 999px;
  transition: 0.4s;
  margin: 0 auto;
}
.l-footer__btn a:hover {
  background: rgba(250, 253, 255, 0.3);
}
.l-footer__btn a:hover i .a {
  transform: translate(8px, -8px);
}
.l-footer__btn a:hover i .b {
  transform: translate(0px, -8px);
}
.l-footer__btn a i {
  margin-right: 10px;
  overflow: hidden;
  width: 8px;
  height: 8px;
  display: inline-grid;
}
.l-footer__btn a i .a, .l-footer__btn a i .b {
  width: 8px;
  height: 8px;
  fill: #FAFDFF;
  transition: 0.4s;
}
.l-footer__btn a i .b {
  transform: translate(-16px, 8px);
}
.l-footer__btn a span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #D7DFE3;
}
.l-footer hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .l-footer hr {
    margin: 32px 0;
  }
}
.l-footer__pagenav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer__pagenav {
    max-width: 280px;
    margin: 0 auto;
  }
}
.l-footer__pagenav li {
  padding: 0 16px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__pagenav li:nth-child(-n+3) {
    margin-bottom: 14px;
  }
  .l-footer__pagenav li:nth-child(3)::after, .l-footer__pagenav li:nth-child(6)::after {
    display: none;
  }
}
.l-footer__pagenav li::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 100%;
  background: #D7DFE3;
}
.l-footer__pagenav li a {
  color: #FAFDFF;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #FAFDFF, 0 0 0 #FAFDFF;
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.l-footer__pagenav li a:hover {
  text-shadow: 0 0 0 #FAFDFF, 0 1.5em 0 #FAFDFF;
}
.l-footer__snslist {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__snslist {
    margin-top: 32px;
  }
}
.l-footer__snslist li {
  margin: 0 8px;
}
.l-footer__snslist li a:hover i svg {
  fill: #fff;
}
.l-footer__snslist li a i svg {
  width: 20px;
  fill: #D7DFE3;
  transition: 0.4s;
}

@keyframes fv_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fv_arrow {
  0% {
    transform: translate(-50%, -50%) translateY(-5px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(5px);
    opacity: 0;
  }
}
/* index */
/* ============================================ */
.p-fv {
  padding: 16px;
}
.p-fv__content {
  background: url("../images/front-page/fv_main_pc.png") no-repeat center center;
  background-size: cover;
  height: 44.8vw;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__content {
    background: url("../images/front-page/fv_main_sp.png") no-repeat center center;
    background-size: cover;
    height: calc(100vh - 32px);
  }
}
.p-fv__content .text {
  text-align: center;
}
.p-fv__content .text h2 {
  color: #FAFDFF;
  font-size: 4.44vw;
  line-height: 1;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
@media screen and (max-width: 768px) {
  .p-fv__content .text h2 {
    font-size: 10.26vw;
  }
}
.p-fv__content .text p {
  font-size: 0.97vw;
  line-height: 1.5;
  color: #FAFDFF;
  margin-top: 1.6vw;
}
@media screen and (max-width: 768px) {
  .p-fv__content .text p {
    font-size: 3.59vw;
    max-width: 65.38vw;
    margin: 4.1vw auto 0;
  }
}
.p-fv__scrollicon {
  position: absolute;
  bottom: -53px;
  left: calc(50% - 53px);
  width: 106px;
  height: 106px;
  background: #FAFDFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-fv__scrollicon {
    width: 80px;
    height: 80px;
    bottom: -40px;
    left: calc(50% - 40px);
  }
}
.p-fv__scrollicon .rotate {
  /*animation: fv_rotate 20s linear infinite;*/
}
@media screen and (max-width: 768px) {
  .p-fv__scrollicon .rotate img {
    width: 55px;
  }
}
.p-fv__scrollicon i {
  position: absolute;
  top: 50px;
  left: 53px;
  animation: fv_arrow 3s infinite;
}
@media screen and (max-width: 768px) {
  .p-fv__scrollicon i {
    width: 7px;
    top: 35px;
    left: 40px;
  }
}

.p-service {
  padding: clamp(48px, 48px + (100 - 48) * (100vw - 768px) / (1440 - 768), 100px) 0 clamp(0px, 0px + (50 - 0) * (100vw - 768px) / (1440 - 768), 50px);
}
.p-service__inner {
  max-width: 1240px;
  padding: 0 clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1440 - 768), 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    flex-wrap: wrap;
  }
}
.p-service__text {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-service__text {
    margin-right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
}
.p-service__text .c-btn01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-service__text .c-btn01 {
    margin-top: 0;
  }
}
.p-service__content {
  max-width: 878px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service__content {
    flex-direction: column;
    max-width: 100%;
    margin-top: 16px;
    gap: 16px;
  }
}
.p-service__content li {
  width: 48.7%;
}
@media screen and (max-width: 768px) {
  .p-service__content li {
    width: 100%;
  }
}
.p-service__content li a {
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  height: clamp(180px, 180px + (280 - 180) * (100vw - 768px) / (1440 - 768), 280px);
  padding: clamp(24px, 24px + (27 - 24) * (100vw - 768px) / (1440 - 768), 27px) clamp(24px, 24px + (24 - 24) * (100vw - 768px) / (1440 - 768), 24px);
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-service__content li a {
    height: 46.2vw;
    padding: 24px;
  }
}
.p-service__content li a:hover .arrow i .a {
  transform: translate(10px, -10px);
}
.p-service__content li a:hover .arrow i .b {
  transform: translate(0px, -10px);
}
.p-service__content li a .txt {
  color: #D7DFE3;
}
@media screen and (max-width: 768px) {
  .p-service__content li a .txt {
    width: 70%;
  }
}
.p-service__content li a .txt h3 {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}
.p-service__content li a .txt p {
  font-size: 12px;
  line-height: 1;
  margin-top: clamp(8px, 8px + (12 - 8) * (100vw - 768px) / (1440 - 768), 12px);
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-service__content li a .arrow div {
  width: clamp(32px, 32px + (38 - 32) * (100vw - 768px) / (1440 - 768), 38px);
  height: clamp(32px, 32px + (38 - 32) * (100vw - 768px) / (1440 - 768), 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.p-service__content li a .arrow i {
  overflow: hidden;
  display: inline-grid;
  width: clamp(6px, 6px + (10 - 6) * (100vw - 768px) / (1440 - 768), 10px);
  height: clamp(6px, 6px + (10 - 6) * (100vw - 768px) / (1440 - 768), 10px);
}
.p-service__content li a .arrow i svg {
  width: clamp(6px, 6px + (10 - 6) * (100vw - 768px) / (1440 - 768), 10px);
  height: clamp(6px, 6px + (10 - 6) * (100vw - 768px) / (1440 - 768), 10px);
  fill: #fff;
  transition: 0.4s;
}
.p-service__content li a .arrow i .b {
  transform: translate(-20px, 10px);
}
.p-service__content li:nth-child(1) a {
  position: relative;
}
.p-service__content li:nth-child(1) a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/front-page/service01.png") center center;
  background-size: cover;
  transition: 0.4s;
  z-index: -1;
}
.p-service__content li:nth-child(1) a:hover::before {
  transform: scale(1.1);
}
.p-service__content li:nth-child(2) a {
  position: relative;
}
.p-service__content li:nth-child(2) a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/front-page/service02.png") center center;
  background-size: cover;
  transition: 0.4s;
  z-index: -1;
}
.p-service__content li:nth-child(2) a:hover::before {
  transform: scale(1.1);
}

.p-partnership {
  padding: 80px 0 70px;
}
@media screen and (max-width: 768px) {
  .p-partnership {
    padding: 228px 0 150px;
  }
}
.p-partnership__inner {
  max-width: 1240px;
  padding: 0 clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1440 - 768), 40px);
  margin: 0 auto;
  position: relative;
  text-align: center;
  position: relative;
}
.p-partnership__inner::before {
  content: "";
  background: url("../images/front-page/partnership_bg_pc.png") center center no-repeat;
  position: absolute;
  top: -240px;
  left: -142px;
  width: 1564px;
  height: 705px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-partnership__inner::before {
    background: url("../images/front-page/partnership_bg_sp.png") center center no-repeat;
    width: 609px;
    height: 666px;
    top: -130px;
    left: calc(50% - 320px);
  }
}
.p-partnership .txt {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-partnership .txt {
    max-width: 342px;
    margin: 30px auto 0;
  }
}
.p-partnership .c-btn01 {
  margin-top: 30px;
}
.p-partnership .acc {
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-partnership .acc {
    width: 100%;
    left: 0;
  }
}
.p-partnership .acc01 {
  position: absolute;
  top: 74px;
  left: 120px;
}
@media screen and (max-width: 768px) {
  .p-partnership .acc01 {
    top: -155px;
    left: 46px;
    width: 90px;
  }
}
.p-partnership .acc02 {
  position: absolute;
  top: -40px;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-partnership .acc02 {
    width: 72px;
    top: -202px;
    left: -13px;
  }
}
.p-partnership .acc03 {
  position: absolute;
  top: 6px;
  left: 232px;
}
@media screen and (max-width: 768px) {
  .p-partnership .acc03 {
    width: 38px;
    top: -176px;
    left: 162px;
  }
}
.p-partnership .acc04 {
  position: absolute;
  top: 0px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .p-partnership .acc04 {
    display: none;
  }
}
.p-partnership .acc05 {
  position: absolute;
  top: 112px;
  right: 150px;
}
@media screen and (max-width: 768px) {
  .p-partnership .acc05 {
    width: 90px;
    top: 317px;
    right: 30px;
    z-index: 3;
  }
}

.p-career {
  background: #000F16;
  padding: 40px 0 60px;
  margin-top: 14.375vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-career {
    padding: 60px 0 150px;
  }
}
.p-career::before {
  content: "";
  width: 100%;
  height: 14.375vw;
  background: url("../images/front-page/career_bg.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -14.375vw;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-career::before {
    background-size: auto;
    background-position: center center;
    top: -207px;
    left: calc(50% - 720px);
    height: 207px;
    width: 1440px;
  }
}
.p-career__inner {
  max-width: 1240px;
  padding: 0 clamp(24px, 24px + (40 - 24) * (100vw - 768px) / (1440 - 768), 40px);
  margin: 0 auto;
  text-align: center;
  color: #FAFDFF;
  position: relative;
}
.p-career__inner::before {
  content: "";
  background: url("../images/front-page/career_bg02.png") center center no-repeat;
  position: absolute;
  top: -80px;
  left: -142px;
  width: 1600px;
  height: 424px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-career__inner::before {
    background: url("../images/front-page/career_bg02_sp.png") center center no-repeat;
    width: 590px;
    height: 544px;
    top: -25px;
    left: calc(50% - 330px);
  }
}
.p-career .txt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-career .txt {
    max-width: 342px;
    margin: 30px auto 0;
  }
}
.p-career .c-btn01 {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.p-career .c-btn01 a {
  background: #FAFDFF;
  border: 1px solid #FAFDFF;
  color: #001B26;
}
.p-career .c-btn01 a:hover {
  background: #000F16;
  color: #FAFDFF;
}
.p-career .c-btn01 a:hover i .svg_arrow01 {
  fill: #FAFDFF;
}
.p-career .c-btn01 a i .svg_arrow01 {
  fill: #000F16;
}
.p-career .acc {
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-career .acc {
    width: 100%;
    left: 0;
  }
}
.p-career .acc01 {
  position: absolute;
  top: -40px;
  left: 143px;
}
@media screen and (max-width: 768px) {
  .p-career .acc01 {
    width: 90px;
    left: 30px;
    top: -144px;
  }
}
.p-career .acc02 {
  position: absolute;
  top: 146px;
  left: 100px;
}
@media screen and (max-width: 768px) {
  .p-career .acc02 {
    display: none;
  }
}
.p-career .acc03 {
  position: absolute;
  top: 53px;
  right: 130px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-career .acc03 {
    width: 90px;
    top: 379px;
    right: 32px;
  }
}
.p-career .acc04 {
  position: absolute;
  top: -10px;
  right: 90px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-career .acc04 {
    width: 56px;
    right: auto;
    left: 58px;
    top: 350px;
  }
}

.p-news {
  padding: clamp(48px, 48px + (80 - 48) * (100vw - 768px) / (1440 - 768), 80px) 0;
}
.p-news__inner {
  max-width: 1240px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    flex-direction: column;
    padding: 0 20px;
  }
}
.p-news__text {
  margin-right: 40px;
  width: 152px;
}
@media screen and (max-width: 768px) {
  .p-news__text {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.p-news__text .c-ttl01 {
  position: relative;
}
.p-news__text .c-ttl01 .num {
  position: absolute;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .p-news__text .c-ttl01 .num {
    position: static;
  }
}
.p-news__text .c-btn01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-news__text .c-btn01 {
    margin-top: 0;
  }
}
.p-news__content {
  max-width: 906px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-news__content {
    margin-top: 16px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.p-news__content .js-news-splide {
  visibility: visible;
  width: calc(100% + 40px - 32px);
}
.p-news__content .js-news-splide .splide__list {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-news__content .js-news-splide .splide__list {
    gap: 0;
  }
}
.p-news__content .js-news-splide .splide__list .splide__slide {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .p-news__content .js-news-splide .splide__list .splide__slide {
    width: 257px;
  }
}
.p-news__content .js-news-splide .splide__list .splide__slide a {
  transition: 0.4s;
  display: block;
  border-radius: 26px;
}
.p-news__content .js-news-splide .splide__list .splide__slide a:hover .eyecatch img {
  transform: scale(1.1);
}
.p-news__content .js-news-splide .splide__list .splide__slide a:hover .eyecatch .arrow i .a {
  top: -20px;
  left: 20px;
}
.p-news__content .js-news-splide .splide__list .splide__slide a:hover .eyecatch .arrow i .b {
  top: 0px;
  left: 0px;
}
.p-news__content .js-news-splide .splide__list .splide__slide a:hover .postttl {
  color: rgba(0, 110, 159, 0.8980392157);
}
.p-news__content .js-news-splide .splide__list .splide__slide a:hover .detail {
  color: rgba(0, 110, 159, 0.8980392157);
}
.p-news__content .js-news-splide .splide__list .splide__slide a .eyecatch {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .eyecatch img {
  transition: 0.4s;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .eyecatch .arrow {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .eyecatch .arrow i {
  overflow: hidden;
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .eyecatch .arrow i svg {
  width: 10px;
  height: 10px;
  fill: #fff;
  transition: 0.4s;
  position: absolute;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .eyecatch .arrow i .a {
  top: 0;
  left: 0;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .eyecatch .arrow i .b {
  top: 20px;
  left: -10px;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .postttl {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
  transition: 0.4s;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .detail {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  transition: 0.4s;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .time {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .time i {
  margin-right: 6px;
  font-size: 0;
}
.p-news__content .js-news-splide .splide__list .splide__slide a .time span {
  font-size: 12px;
  line-height: 1;
}

/* service */
/* ============================================ */
.p-service-about {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-service-about {
    padding-bottom: 32px;
  }
}
.p-service-about .ttlblock {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service-about .ttlblock {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.p-service-about .ttlblock h2 {
  font-size: 40px;
  line-height: 1;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
.p-service-about .ttlblock p {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service-about .ttlblock p {
    margin-top: 24px;
  }
}
.p-service-about .imglist {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-about .imglist {
    margin-top: 32px;
    gap: 6px;
  }
}
.p-service-about .imglist li {
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-service-about .imglist li {
    border-radius: 12px;
  }
}
.p-service-about .txt {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-service-about .txt {
    margin-top: 32px;
  }
}
.p-service-about .c-btnlist {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-service-about .c-btnlist {
    margin-top: 32px;
  }
}

.p-service-passion {
  background: #000F16;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-service-passion {
    padding: 60px 0;
  }
}
.p-service-passion__top {
  color: #D7DFE3;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service-passion__top {
    flex-direction: column;
  }
}
.p-service-passion__top .txt {
  width: 56.6%;
}
@media screen and (max-width: 768px) {
  .p-service-passion__top .txt {
    width: 100%;
  }
}
.p-service-passion__top .txt h2 {
  font-size: 24px;
  line-height: 1;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
.p-service-passion__top .txt p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.p-service-passion__top .img {
  width: 37.4%;
}
@media screen and (max-width: 768px) {
  .p-service-passion__top .img {
    width: 100%;
    margin-top: 20px;
  }
}
.p-service-passion__top .img img {
  border-radius: 16px;
}
.p-service-passion__top .img p {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1;
}
.p-service-passion__detail {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #001B26;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-service-passion__detail {
    flex-direction: column;
  }
}
.p-service-passion__detail .box {
  width: 47%;
  color: #D7DFE3;
}
@media screen and (max-width: 768px) {
  .p-service-passion__detail .box {
    width: 100%;
  }
  .p-service-passion__detail .box:last-child {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #001B26;
  }
}
.p-service-passion__detail .box h3 {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}
.p-service-passion__detail .box p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.p-service-passion .c-btnlist {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #001B26;
}
@media screen and (max-width: 768px) {
  .p-service-passion .c-btnlist {
    margin-top: 32px;
    border: none;
    padding: 0;
  }
}
.p-service-passion .c-btnlist li a {
  border-color: #D7DFE3;
}
.p-service-passion .c-btnlist li.black {
  width: 232px;
}
@media screen and (max-width: 768px) {
  .p-service-passion .c-btnlist li.black {
    width: 173px;
  }
}
.p-service-passion .c-btnlist li.white {
  width: 225px;
}
@media screen and (max-width: 768px) {
  .p-service-passion .c-btnlist li.white {
    width: 153px;
  }
}

/* about */
/* ============================================ */
.p-about-mvvp {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-about-mvvp {
    padding-bottom: 0;
  }
}
.p-about-mvvp .box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D7DFE3;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .p-about-mvvp .box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-about-mvvp .box:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.p-about-mvvp .box:last-child {
  border-bottom: 1px solid #D7DFE3;
}
@media screen and (max-width: 768px) {
  .p-about-mvvp .box:last-child {
    border-bottom: none;
  }
}
.p-about-mvvp .box h2 {
  font-size: 40px;
  line-height: 1;
  width: 32%;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
@media screen and (max-width: 768px) {
  .p-about-mvvp .box h2 {
    width: 100%;
  }
}
.p-about-mvvp .box .txt {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .p-about-mvvp .box .txt {
    width: 100%;
    margin-top: 32px;
  }
}
.p-about-mvvp .box .txt h3 {
  font-size: 16px;
  line-height: 1;
}
.p-about-mvvp .box .txt .detail {
  margin-top: 28px;
}
.p-about-mvvp .box .txt .detail p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
}
.p-about-mvvp .box .txt .detail p:first-child {
  margin-top: 0;
}

.p-about-message-team {
  padding: 100px 0;
  background: #000F16;
}
@media screen and (max-width: 768px) {
  .p-about-message-team {
    padding: 60px 0;
  }
}
.p-about-message-team .message__wrap h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  color: #D7DFE3;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
.p-about-message-team .message__wrap .message__box {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-about-message-team .message__wrap .message__box {
    flex-direction: column;
  }
}
.p-about-message-team .message__wrap .message__box .txt {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .p-about-message-team .message__wrap .message__box .txt {
    order: 2;
    width: 100%;
    margin-top: 56px;
  }
}
.p-about-message-team .message__wrap .message__box .txt h3 {
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #D7DFE3;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
.p-about-message-team .message__wrap .message__box .txt .detailtxt {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-about-message-team .message__wrap .message__box .txt .detailtxt {
    margin-top: 24px;
  }
}
.p-about-message-team .message__wrap .message__box .txt .detailtxt p {
  color: #D7DFE3;
  font-size: 14px;
  margin-top: 24px;
}
.p-about-message-team .message__wrap .message__box .txt .detailtxt p:first-child {
  margin-top: 0;
}
.p-about-message-team .message__wrap .message__box .img {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .p-about-message-team .message__wrap .message__box .img {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.p-about-message-team .message__wrap .message__box .img img {
  border-radius: 30px;
}
.p-about-message-team .message__wrap .message__box .img .caption {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #D7DFE3;
}
@media screen and (max-width: 768px) {
  .p-about-message-team .message__wrap .message__box .img .caption {
    font-size: 12px;
    text-align: center;
    line-height: 1;
  }
}
.p-about-message-team .team__wrap {
  margin-top: 56px;
}
.p-about-message-team .team__wrap h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  color: #D7DFE3;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
.p-about-message-team .team__wrap .teamlist {
  display: flex;
  gap: 4%;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-about-message-team .team__wrap .teamlist {
    flex-wrap: wrap;
    gap: 6%;
  }
}
.p-about-message-team .team__wrap .teamlist li {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .p-about-message-team .team__wrap .teamlist li {
    width: 47%;
  }
  .p-about-message-team .team__wrap .teamlist li:nth-child(n+3) {
    margin-top: 6%;
  }
}
.p-about-message-team .team__wrap .teamlist li img {
  border-radius: 26px;
}
.p-about-message-team .team__wrap .teamlist li .position {
  font-size: 12px;
  line-height: 1;
  color: #D7DFE3;
  margin-top: 16px;
}
.p-about-message-team .team__wrap .teamlist li .name {
  font-size: 16px;
  color: #D7DFE3;
  line-height: 1;
  margin-top: 10px;
}

.p-corporateinfo {
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  .p-corporateinfo {
    padding: 60px 0;
  }
}
.p-corporateinfo h2 {
  color: #001B26;
  font-size: 40px;
  text-align: center;
  line-height: 1;
  font-family: "the-seasons", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: 1.73px;
}
.p-corporateinfo .info {
  margin-top: 32px;
}
.p-corporateinfo .info dl {
  border-top: 1px solid #D7DFE3;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-corporateinfo .info dl {
    flex-direction: column;
    padding: 24px 0;
  }
}
.p-corporateinfo .info dl:last-child {
  border-bottom: 1px solid #D7DFE3;
}
.p-corporateinfo .info dl dt {
  width: 32%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-corporateinfo .info dl dt {
    width: 100%;
  }
}
.p-corporateinfo .info dl dd {
  width: 56%;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-corporateinfo .info dl dd {
    width: 100%;
    margin-top: 4px;
  }
}/*# sourceMappingURL=style.css.map */
