@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300%3B400%3B500%3B600%3B700&family=Noto+Serif+JP:wght@400%3B500%3B600%3B700&family=Poppins:wght@400%3B500%3B600%3B700&display=swap");

@import url("../fonts/fontawesome5/all.min.css");

@import url("../fonts/fontawesome6/all.min.css");

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

em,
address,
strong {
  font-style: normal;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: 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;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 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: 0;
}

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

caption {
  text-align: left;
}

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

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

[hidden],
template {
  display: none;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

/**
* PCビューの時、どこで固定文字サイズに切り替えるか
* デザインと同じにする時は、$pcvと同じにする
*/

html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  font-weight: normal;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: -webkit-fill-available;
  --cqw: calc(100vw - calc(100vw - 100%));
  --sidebarWidth: calc(100vw - 100%);
}

body.no-scroll {
  overflow: hidden;
}

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

a:link {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

picture {
  display: block;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

em {
  font-style: normal;
}

[class*=section--],
section {
  position: relative;
  width: 100%;
}

/**
* PCビューの時、どこで固定文字サイズに切り替えるか
* デザインと同じにする時は、$pcvと同じにする
*/

/*
* vh単位を使用するための関数
* ブラウザによってはvh単位が正しく動作しないことがあるため、
* JavaScriptで設定されたカスタムプロパティを使用してvh単位を計算する
* @param {Number} $value - vh単位に変換する値 ex)vh(100)のように使用
* @return {Number} 正しくvh単位に変換された値 ex)100vh
*/

.fw-200 {
  font-weight: 200;
}

.fw-500 {
  font-weight: 500;
}

.demi-light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.midiam {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.u-shadow {
  -webkit-box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.1);
}

body {
  font-size: 1.6em;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #1B1B1B;
  background-color: #FAFAFA;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.glink img {
  display: none;
}

.l-body {
  position: relative;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  height: 90px;
}

.l-footer {
  position: relative;
}

.l-main {
  position: relative;
  margin-top: 90px;
}

.l-main.front {
  background: #ffffff;
  overflow: hidden;
}

.l-container-full {
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-full {
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-pickup {
  width: 1320px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-pickup {
  width: 1320px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-mv {
  width: 1260px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-mv {
  width: 1260px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-xxl {
  width: 1240px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-xxl {
  width: 1240px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-xl {
  width: 1240px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-xl {
  width: 1240px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-article {
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-article {
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-pc-inner {
  width: 1202px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-pc-inner {
  width: 1202px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-lg {
  width: 1080px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-lg {
  width: 1080px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-md {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-md {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-contact {
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-contact {
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sm {
  width: 744px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-container-sp-sm {
  width: 744px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-navigation {
  position: absolute;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
  z-index: 10;
  overflow: scroll;
}

.l-navigation.open {
  visibility: visible;
  top: 0;
}

.l-sidebar {
  display: block;
  position: fixed;
  width: 180px;
  height: calc(100vh - 90px);
  top: 90px;
  left: 0;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.c-arrow--circle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: white solid 1px;
}

.c-arrow--circleLeft span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: #1B1B1B solid 1px;
}

.c-arrow--circleLeft span:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #1B1B1B;
}

.c-arrow--circleLeft span:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #1B1B1B;
  -webkit-transform: rotate(-30deg) translate(-10px, -9px);
  transform: rotate(-30deg) translate(-10px, -9px);
}

.c-arrow--circleRight span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: #1B1B1B solid 1px;
}

.c-arrow--circleRight span:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #1B1B1B;
}

.c-arrow--circleRight span:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #1B1B1B;
  -webkit-transform: rotate(30deg) translate(3px, -5px);
  transform: rotate(30deg) translate(3px, -5px);
}

.c-anime--scrolldown {
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 116px;
  background-color: #ffffff;
}

.c-anime--scrolldown:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
  -webkit-animation: dotMoveDown 2s ease-in-out infinite, dotMoveOpacity 2s ease-out infinite;
  animation: dotMoveDown 2s ease-in-out infinite, dotMoveOpacity 2s ease-out infinite;
}

@-webkit-keyframes dotMoveDown {
  0% {
    top: 0px;
  }

  100% {
    top: 116px;
  }
}

@keyframes dotMoveDown {
  0% {
    top: 0px;
  }

  100% {
    top: 116px;
  }
}

@-webkit-keyframes dotMoveOpacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes dotMoveOpacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.c-anime--fadeup {
  opacity: 0;
}

.c-anime--fadeup.is-active {
  -webkit-animation: fadeInUp 1s ease forwards;
  animation: fadeInUp 1s ease forwards;
}

.c-anime-hover--scaleup {
  -webkit-transition: all 0.6s !important;
  transition: all 0.6s !important;
}

.c-anime-hover--scaleup:hover {
  opacity: 1 !important;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-anime--lists.c-anime--fadeup:nth-child(1) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}

.c-anime--lists.c-anime--fadeup:nth-child(2) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}

.c-anime--lists.c-anime--fadeup:nth-child(3) {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

.c-anime--lists.c-anime--fadeup:nth-child(4) {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}

.c-anime--lists.c-anime--fadeup:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.c-anime--lists.c-anime--fadeup:nth-child(6) {
  -webkit-animation-delay: 1.44s;
  animation-delay: 1.44s;
}

.c-anime--lists.c-anime--fadeup:nth-child(7) {
  -webkit-animation-delay: 1.68s;
  animation-delay: 1.68s;
}

.c-anime--lists.c-anime--fadeup:nth-child(8) {
  -webkit-animation-delay: 1.92s;
  animation-delay: 1.92s;
}

.c-anime--lists.c-anime--fadeup:nth-child(9) {
  -webkit-animation-delay: 2.16s;
  animation-delay: 2.16s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.c-link {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-link:hover {
  opacity: 0.5;
}

.c-link-text {
  color: #000000;
}

.c-link-underline {
  text-decoration: underline;
}

.c-link-scaleUp:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-link-scaleUpImage img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.c-link-scaleUpImage:hover {
  opacity: 1;
}

.c-link-scaleUpImage:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-button,
.p-form .p-form-actions .p-form-actions__button,
.p-button-box,
.c-button-rounded60Corner,
.p-button-gradient-blue,
.p-button-gradient-orange,
.c-button-roundedCorner,
.p-button-blue,
.p-button-orange {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.c-button-animation:hover,
.c-button-roundedCorner:hover,
.p-button-blue:hover,
.p-button-orange:hover {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.c-button-roundedCorner,
.p-button-blue,
.p-button-orange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}

.c-button-rounded60Corner,
.p-button-gradient-blue,
.p-button-gradient-orange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.16);
  border-radius: 60px;
}

.c-input {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-input input,
.c-input select,
.c-input textarea {
  width: 100%;
  background-color: #FAFAFA;
  border: solid 1px #CCCCCC;
  padding: 8px 10px;
  border-radius: 4px;
  color: #1B1B1B;
}

.c-input input::-webkit-input-placeholder,
.c-input select::-webkit-input-placeholder,
.c-input textarea::-webkit-input-placeholder {
  color: #BBBBBB;
}

.c-input input::-moz-placeholder,
.c-input select::-moz-placeholder,
.c-input textarea::-moz-placeholder {
  color: #BBBBBB;
}

.c-input input:-ms-input-placeholder,
.c-input select:-ms-input-placeholder,
.c-input textarea:-ms-input-placeholder {
  color: #BBBBBB;
}

.c-input input::-ms-input-placeholder,
.c-input select::-ms-input-placeholder,
.c-input textarea::-ms-input-placeholder {
  color: #BBBBBB;
}

.c-input input::placeholder,
.c-input select::placeholder,
.c-input textarea::placeholder {
  color: #BBBBBB;
}

.c-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 24px 4px 18px;
}

.c-input select option {
  color: #000000;
}

.c-input--text {
  text-align: left;
}

.c-input--select:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: solid 2px #DE0000;
  border-bottom: solid 2px #DE0000;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  pointer-events: none;
}

.c-input--calender:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg id='グループ_574' data-name='グループ 574' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1657' data-name='長方形 1657' width='16' height='16' fill='%23579cab'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='グループ_516' data-name='グループ 516' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_3357' data-name='パス 3357' d='M12.911,1.228h-.6v-.6a.625.625,0,1,0-1.249,0v.6H4.935v-.6a.625.625,0,1,0-1.249,0v.6h-.6A3.093,3.093,0,0,0,0,4.319v8.59A3.093,3.093,0,0,0,3.089,16h9.822A3.093,3.093,0,0,0,16,12.909V4.319A3.093,3.093,0,0,0,12.911,1.228ZM3.089,2.478h.6V3.7a.625.625,0,1,0,1.249,0V2.478h6.129V3.7a.625.625,0,1,0,1.249,0V2.478h.6a1.842,1.842,0,0,1,1.84,1.84v.6H1.249v-.6A1.842,1.842,0,0,1,3.089,2.478Zm9.822,12.271H3.089a1.842,1.842,0,0,1-1.84-1.84V6.166h13.5v6.743A1.842,1.842,0,0,1,12.911,14.749ZM5.55,8.624a.625.625,0,0,1-.625.625H3.7A.625.625,0,0,1,3.7,8H4.925a.625.625,0,0,1,.625.625m7.379,0a.625.625,0,0,1-.625.625H11.075a.625.625,0,0,1,0-1.25H12.3a.625.625,0,0,1,.625.625m-3.693,0a.625.625,0,0,1-.625.625H7.382a.625.625,0,0,1,0-1.25H8.611a.625.625,0,0,1,.625.625M5.55,12.312a.625.625,0,0,1-.625.625H3.7a.625.625,0,0,1,0-1.25H4.925a.625.625,0,0,1,.625.625m7.379,0a.625.625,0,0,1-.625.625H11.075a.625.625,0,0,1,0-1.25H12.3a.625.625,0,0,1,.625.625m-3.693,0a.625.625,0,0,1-.625.625H7.382a.625.625,0,0,1,0-1.25H8.611a.625.625,0,0,1,.625.625' transform='translate(0 0.001)' fill='%23579cab'/%3E%3C/g%3E%3C/svg%3E%0A");
  pointer-events: none;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.c-input--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.c-input--radio > span {
  margin-left: 0 !important;
}

.c-input--radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input--radio label:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid #777777;
  width: 0.85em;
  height: 0.85em;
  margin-right: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--radio label.is-selected {
  background-color: #FAFAFA;
}

.c-input--radio label.is-selected:before {
  background-color: #DE0000;
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
  box-shadow: inset 0 0 0 2px #FFFFFF;
}

.c-input--radio label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}

.c-input--checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input--checkbox label:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #777777;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--checkbox label:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--checkbox label.is-selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(25%, -25%) rotate(-45deg);
  transform: translate(25%, -25%) rotate(-45deg);
  width: 12px;
  height: 6px;
  border-left: solid 2px #DE0000;
  border-bottom: solid 2px #DE0000;
}

.c-input--checkbox label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
}

.c-input--single-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input--single-checkbox:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--single-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
}

.c-input--single-checkbox:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--single-checkbox.is-selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(25%, -25%) rotate(-45deg);
  transform: translate(25%, -25%) rotate(-45deg);
  width: 13px;
  height: 6px;
  border-left: solid 2px #DE0000;
  border-bottom: solid 2px #DE0000;
}

.c-input--single-checkbox.c-input--single-checkbox--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-input--only-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input--only-checkbox:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--only-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
}

.c-input--only-checkbox:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--only-checkbox.is-selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(25%, -25%) rotate(-45deg);
  transform: translate(25%, -25%) rotate(-45deg);
  width: 13px;
  height: 6px;
  border-left: solid 2px #DE0000;
  border-bottom: solid 2px #DE0000;
}

.c-input--single-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input--single-radio:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #E0E0E0;
  width: 15px;
  height: 15px;
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--single-radio.is-selected:before {
  background-color: #FAFAFA;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.c-input--single-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}

.c-input--radio-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input--radio-checkbox:before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--radio-checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
}

.c-input--radio-checkbox:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-input--radio-checkbox.is-selected:after {
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-transform: translate(25%, -25%) rotate(-45deg);
  transform: translate(25%, -25%) rotate(-45deg);
  width: 13px;
  height: 6px;
  border-left: solid 2px #FAFAFA;
  border-bottom: solid 2px #FAFAFA;
}

.c-input__numeric::-webkit-inner-spin-button,
.c-input__numeric::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-input__numeric {
  -moz-appearance: textfield;
}

.mw_wp_form_confirm .c-input__hide-conf {
  display: none !important;
}

.mw_wp_form_confirm .c-input--select:before {
  content: none;
}

.mw_wp_form_confirm .c-input--calender:before {
  content: unset;
}

.mw_wp_form_confirm .monthly-calendar {
  display: none;
}

.c-hamburger {
  display: none;
  margin-left: auto;
  width: 32px;
  height: 32px;
  z-index: 1000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 6px;
  color: #ffffff;
}

.c-hamburger .c-hamburger__arrows {
  display: block;
  position: relative;
  width: 30px;
  height: 8px;
}

.c-hamburger .c-hamburger__arrows span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  border-radius: 0px;
}

.c-hamburger .c-hamburger__arrows span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.c-hamburger .c-hamburger__arrows span:nth-child(2) {
  top: 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.c-hamburger.open .c-hamburger__arrows span:nth-child(1) {
  -webkit-transform: translate(1px, 0px) rotate(15deg);
  transform: translate(1px, 0px) rotate(15deg);
}

.c-hamburger.open .c-hamburger__arrows span:nth-child(2) {
  -webkit-transform: translate(1px, 0px) rotate(-15deg);
  transform: translate(1px, 0px) rotate(-15deg);
}

.c-color-gradation-bottom {
  background-image: url("../../img/common/bg_noise.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), -webkit-gradient(linear, left top, left bottom, from(#48A4A5), color-stop(#9EC69D), to(#F3C156));
  background-image: url("../../img/common/bg_noise.png"), -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), -webkit-linear-gradient(top, #48A4A5, #9EC69D, #F3C156);
  background-image: url("../../img/common/bg_noise.png"), linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to bottom, #48A4A5, #9EC69D, #F3C156);
  background-repeat: repeat;
  background-blend-mode: soft-light;
  background-size: contain, auto, auto;
}

.c-color-gradation-right {
  background-image: url("../../img/common/bg_noise.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), -webkit-gradient(linear, left top, right top, from(#48A4A5), color-stop(#9EC69D), to(#F3C156));
  background-image: url("../../img/common/bg_noise.png"), -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), -webkit-linear-gradient(left, #48A4A5, #9EC69D, #F3C156);
  background-image: url("../../img/common/bg_noise.png"), linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to right, #48A4A5, #9EC69D, #F3C156);
  background-repeat: repeat;
  background-blend-mode: color-burn;
  background-size: contain, auto, auto;
}

.c-color-gradation-left {
  background-image: url("../../img/common/bg_noise.png"), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), -webkit-gradient(linear, right top, left top, from(#48A4A5), color-stop(#9EC69D), to(#F3C156));
  background-image: url("../../img/common/bg_noise.png"), -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), -webkit-linear-gradient(right, #48A4A5, #9EC69D, #F3C156);
  background-image: url("../../img/common/bg_noise.png"), linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(to left, #48A4A5, #9EC69D, #F3C156);
  background-repeat: repeat;
  background-blend-mode: color-burn;
  background-size: contain, auto, auto;
}

.p-error .p-error-header {
  padding-top: 20px;
  margin-bottom: 72px;
}

.p-error .p-error__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-error .p-error__content .p-error__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #0044AC;
}

.p-error .p-error__content .p-error__title .p-error__titleSmall {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.016em;
}

.p-error .p-error__content .p-error__box {
  position: relative;
  padding: 60px;
  background-color: #ffffff;
  margin-bottom: 80px;
}

.p-error .p-error__content .p-error__text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.p-error .p-error__content .p-error__text b {
  font-weight: 700;
}

.p-error .p-error-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 96px;
}

.p-navigation {
  padding: 48px 0 60px;
}

.p-navigation .p-navigation-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-navigation .p-navigation__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 32px;
  width: 100%;
}

.p-navigation .p-navigation__lists .p-navigation__list {
  position: relative;
  martin: 0 auto;
  width: 342px;
  height: auto;
}

.p-navigation .p-navigation__lists .p-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: solid 1px #E3E3E3;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 64px;
  padding-left: 10px;
  color: #000000;
}

.p-navigation .p-navigation__lists .p-navigation__link.open .p-navigation__arrow img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-navigation .p-navigation__lists .p-navigation__submenu {
  display: none;
}

.p-navigation .p-navigation__lists .p-navigation__submenu.open {
  display: block;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__study {
  width: 342px;
  height: 356px;
  border-bottom: solid 1px #E3E3E3;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__study .p-navigation__study__content {
  padding: 24px 0;
  width: 342px;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: solid 1px #E3E3E3;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__study .p-navigation__study__content .p-navigation__study__content__image {
  width: 155px;
  height: 88px;
  border-radius: 10px;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__study .p-navigation__study__content .p-navigation__study__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__study .p-navigation__study__content .p-navigation__study__content__text {
  width: 171px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__submenu__text {
  padding: 24px 0;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__submenu__link {
  height: 65px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.018em;
  font-weight: 700;
  color: #0044AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__submenu__link__arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news {
  padding-top: 20px;
  width: 342px;
  height: 332px;
  border-bottom: solid 1px #E3E3E3;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news.web3 {
  height: 214px;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news__title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news__link {
  margin-top: 16px;
  width: 342px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news__link:nth-child(n+2) {
  margin-top: 30px;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news__link.column:nth-child(2) {
  height: 112px;
  border-bottom: solid 1px #E3E3E3;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news__link__image {
  width: 155px;
  height: 88px;
  border-radius: 10px;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news__link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__news__link__text {
  width: 171px;
  height: 55px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__column {
  padding-top: 8px;
  width: 342px;
  border-bottom: solid 1px #E3E3E3;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__support {
  padding: 32px 16px;
  width: 342px;
  height: 216px;
  border-bottom: solid 1px #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-navigation .p-navigation__lists .p-navigation__submenu .p-navigation__support__title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}

.p-navigation .p-navigation__lists .p-navigation__arrow {
  width: 32px;
  padding: 10px;
  height: auto;
  margin-left: auto;
}

.p-navigation .p-navigation__lists .p-navigation__arrow img {
  width: 100%;
  height: 100%;
}

.p-navigation .p-navigation__lists .p-navigation__subLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  row-gap: 8px;
}

.p-navigation .p-navigation__lists .p-navigation__subLists .p-navigation__subList {
  position: relative;
}

.p-navigation .p-navigation__lists .p-navigation__subLists .p-navigation__subLink {
  position: relative;
  color: #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-navigation .p-navigation__lists .p-navigation__subLists .p-navigation__subLink:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 7px;
  height: 7px;
  border: solid 1px;
  border-color: #CCCCCC;
  border-top: unset;
  border-left: unset;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.p-navigation .p-whitepaper {
  padding: 0 16px;
  border-radius: 10px;
  margin-top: 10px;
  width: 342px;
  height: 162px;
  background-color: #EFF7FF;
}

.p-navigation .p-whitepaper .p-whitepaper-title {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-navigation .p-whitepaper .p-whitepaper-content {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-navigation .p-whitepaper .p-whitepaper-content .p-whitepaper-image {
  width: 155px;
  height: 88px;
  border-radius: 10px;
}

.p-navigation .p-whitepaper .p-whitepaper-content .p-whitepaper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-navigation .p-whitepaper .p-whitepaper-content .p-whitepaper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 139px;
  height: 88px;
}

.p-navigation .p-whitepaper .p-whitepaper-content .p-whitepaper-text__title {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
}

.p-navigation .p-whitepaper .p-whitepaper-content .p-whitepaper-text .p-whitepaper-link {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #0044AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.p-navigation .p-whitepaper .p-whitepaper-content .p-whitepaper-text .p-whitepaper-link__arrow {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 4px;
}

.p-navigation .p-navigation-sns {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-navigation .p-navigation-sns .p-navigation-sns__item {
  position: relative;
}

.p-navigation .p-navigation-sns .p-navigation-sns__link {
  display: inline-block;
  position: relative;
  height: 40px;
}

.p-navigation .p-navigation-sns .p-navigation-sns__link img {
  height: 100%;
  width: auto;
}

.p-anime-underline:hover {
  text-decoration: underline;
}

.p-anime-clr-blue {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-anime-clr-blue:hover {
  color: #0044AC;
}

.p-header {
  background-color: #FFFFFF;
}

.p-header .p-header__container {
  padding: 0 15px;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.p-header .p-header-logo {
  position: relative;
  width: 184px;
  z-index: 1;
}

.p-header .p-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-header .p-header-nav.sp-nav {
  padding-right: 40px;
}

.p-header .p-header-nav .p-header-nav__linkLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__linkItem {
  position: relative;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__linkItem .p-header-nav__linkArrow {
  margin-left: auto;
  display: inline-block;
  position: relative;
  top: -2px;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__linkItem.arrow:hover .p-header-nav__linkArrow__icon {
  fill: #0044AC;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__linkItem.arrow:hover .p-header-nav__subLink {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__linkItem.arrow:hover:after {
  content: "";
  position: absolute;
  width: 480px;
  height: 50px;
  background-color: transparent;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink {
  position: fixed;
  padding: 40px 0;
  top: 105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  width: 1200px;
  height: 464px;
  border-radius: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  opacity: 0;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink.active {
  display: block;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__title {
  height: 48px;
  font-size: 2.2rem;
  line-height: 0.9545454545;
  letter-spacing: 0em;
  font-weight: 700;
  border-bottom: solid 1px #DDDDDD;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__lists {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 16px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item {
  width: 448px;
  height: 152px;
  position: relative;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__title {
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  left: 16px;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0085D1;
  border-radius: 50%;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__link {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #0044AC;
  position: absolute;
  right: 0;
  top: -3px;
  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;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__link__arrow {
  width: 26px;
  height: 26px;
  margin-left: 8px;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__link__arrow.after {
  display: none;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__link:hover {
  color: #0085D1;
  text-decoration: underline;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__link:hover .p-header-nav__subLink__item__link__arrow {
  display: none;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__link:hover .p-header-nav__subLink__item__link__arrow.after {
  display: block;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__content {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__content:hover .p-header-nav__subLink__item__content__text {
  color: #0085D1;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__content__image {
  width: 180px;
  height: 102px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__subLink .p-header-nav__subLink__item__content__text {
  width: 250px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
  left: 16px;
  bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__link {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__link.jp {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
}

.p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__link.en {
  font-family: "Poppins", sans-serif;
}

.p-header .p-header-nav .p-header-nav__buttonList {
  margin: 0 0 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__buttonItem {
  position: relative;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__button {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  width: 220px;
  height: 56px;
  color: #ffffff;
  text-align: center;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__button.hoverArrow {
  font-size: 1.2rem;
  line-height: 3.3333333333;
  letter-spacing: 0em;
  width: 164px;
  height: 40px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__button.hoverArrow:before {
  content: "→";
  font-size: 1.2rem;
  line-height: 3.3333333333;
  letter-spacing: 0em;
  position: absolute;
  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;
  right: 15px;
  top: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__button.hoverArrow:hover {
  text-indent: -20px;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__button.hoverArrow:hover:before {
  opacity: 1;
  text-indent: 0;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__button.hoverArrow.en {
  font-size: 1.1rem;
  line-height: 3.6363636364;
  letter-spacing: 0em;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__button.hoverArrow.en.left {
  width: 220px;
}

.p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__button.hoverArrow.en:before {
  right: 20px;
}

.p-header .p-header-nav .p-header-nav__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header .p-header-nav .p-header-nav__lang .glink,
.p-header .p-header-nav .p-header-nav__lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72px;
  height: 20px;
  border: solid 1px #0044AC;
  color: #0044AC;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.p-header .p-header-nav .p-header-nav__lang .glink.gt-current-lang,
.p-header .p-header-nav .p-header-nav__lang .glink.is-current,
.p-header .p-header-nav .p-header-nav__lang a.gt-current-lang,
.p-header .p-header-nav .p-header-nav__lang a.is-current {
  color: #FFFFFF;
  background-color: #0044AC;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langLink.arrow {
  width: 90px;
  border: none;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langLink.arrow.en {
  margin-left: 27px;
  width: 78px;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langLink:hover {
  color: #0085D1;
  text-decoration: underline;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langLink:hover .p-header-nav__langArrow {
  display: none;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langLink:hover .p-header-nav__langArrow.after {
  display: block;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langArrow {
  width: 30px;
  height: 30px;
  margin-left: 6px;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langArrow img {
  width: 100%;
  height: 100%;
}

.p-header .p-header-nav .p-header-nav__lang .p-header-nav__langArrow.after {
  display: none;
}

.p-footer {
  position: relative;
  background-color: #00398E;
  color: #ffffff;
}

.p-footer.jp {
  background-color: #0D2E60;
}

.p-footer.en {
  height: 250px;
  background-color: #0D2E60;
}

.p-footer .p-footer__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 260px;
  grid-template-areas: "logo contact" "nav nav" "address sns";
  padding: 64px 0 56px;
}

.p-footer .p-footer__container.jp {
  height: 368px;
  display: grid;
  grid-template-columns: 228px 1fr 228px;
  grid-template-areas: "logo nav contact";
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-footer .p-footer__container.en {
  height: 250px;
}

.p-footer .p-footer__container .p-footer-logoAddress {
  grid-area: logo;
  width: 228px;
}

.p-footer .p-footer__container .p-footer-logo {
  display: block;
  grid-area: logo;
  width: 260px;
  position: relative;
}

.p-footer .p-footer__container .p-footer-logo.jp {
  grid-area: none;
}

.p-footer .p-footer__container .p-footer-logo.en {
  width: 219px;
  height: 42px;
}

.p-footer .p-footer__container .p-footer-logo.en img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footer .p-footer__container .p-footer-nav {
  grid-area: nav;
  margin: 44px 0 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-footer .p-footer__container .p-footer-nav.jp {
  margin: 0 0 0 96px;
}

.p-footer .p-footer__container .p-footer-nav .p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  position: relative;
}

.p-footer .p-footer__container .p-footer-nav .p-footer-nav__list.jp {
  width: 339px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 26px;
}

.p-footer .p-footer__container .p-footer-nav .p-footer-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer .p-footer__container .p-footer-nav .p-footer-nav__item.jp {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-footer .p-footer__container .p-footer-nav .p-footer-nav__item.jp:nth-child(odd) {
  position: relative;
  left: 20px;
}

.p-footer .p-footer__container .p-footer-nav .p-footer-nav__item.jp:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0085D1;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-footer .p-footer__container .p-footer-nav .p-footer-nav__link {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-footer .p-footer__container .p-footer-nav .p-footer-nav__link.jp {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-footer .p-footer__container .p-footer-contact.en {
  height: 112px;
}

.p-footer .p-footer__container .p-footer-contactLink {
  grid-area: contact;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  width: 260px;
  height: 60px;
}

.p-footer .p-footer__container .p-footer-contactLink.en {
  height: 112px;
}

.p-footer .p-footer__container .p-footer-contactLink.hoverArrow {
  grid-area: none;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0em;
  width: 228px;
  height: 40px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
}

.p-footer .p-footer__container .p-footer-contactLink.hoverArrow:nth-child(2) {
  margin-top: 24px;
}

.p-footer .p-footer__container .p-footer-contactLink.hoverArrow:before {
  content: "→";
  font-size: 1.2rem;
  line-height: 3.3333333333;
  letter-spacing: 0em;
  position: absolute;
  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;
  right: 20px;
  top: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.p-footer .p-footer__container .p-footer-contactLink.hoverArrow:hover {
  text-indent: -20px;
}

.p-footer .p-footer__container .p-footer-contactLink.hoverArrow:hover:before {
  opacity: 1;
  text-indent: 0;
}

.p-footer .p-footer__container .p-footer-snsList {
  grid-area: sns;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-footer .p-footer__container .p-footer-snsList.jp {
  grid-area: none;
  margin-top: 48px;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.p-footer .p-footer__container .p-footer-snsList.en {
  grid-area: none;
  margin-top: 27px;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.p-footer .p-footer__container .p-footer-snsList .p-footer-snsItem {
  position: relative;
}

.p-footer .p-footer__container .p-footer-snsList .p-footer-snsItem.jp {
  height: 40px;
}

.p-footer .p-footer__container .p-footer-snsList .p-footer-snsLink {
  position: relative;
  height: 44px;
}

.p-footer .p-footer__container .p-footer-snsList .p-footer-snsLink.jp img {
  border-radius: 10px;
}

.p-footer .p-footer__container .p-footer-snsList .p-footer-snsLink img {
  height: 100%;
  width: auto;
}

.p-footer .p-footer__container .p-footer-address {
  grid-area: address;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-footer .p-footer__container .p-footer-address.jp {
  margin-top: 32px;
  white-space: nowrap;
}

.p-footer .p-footer__container .p-footer-address .p-footer-address__title {
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0em;
}

.p-footer .p-footer__container .p-footer-address .p-footer-address__title.jp {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
}

.p-footer .p-footer__container .p-footer-address .p-footer-address__postalCode {
  margin-top: 8px;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-footer .p-footer__container .p-footer-address .p-footer-address__postalCode.en {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  letter-spacing: 0em;
}

.p-footer .p-footer-bottom {
  position: relative;
  padding: 22px 0;
}

.p-footer .p-footer-bottom.jp,
.p-footer .p-footer-bottom.en {
  background-color: #000000;
}

.p-footer .p-footer-bottom .p-footer-bottom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer .p-footer-bottom .p-footer-bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

.p-footer .p-footer-bottom .p-footer-bottom__links .p-footer-bottom__link {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  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;
  position: relative;
}

.p-footer .p-footer-bottom .p-footer-bottom__links .p-footer-bottom__link:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 1px;
  height: 1em;
  background-color: #ffffff;
}

.p-footer .p-footer-bottom .p-footer-cop {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #CCCCCC;
}

.p-sidebar .p-sidebar-banner {
  position: relative;
  margin-bottom: 60px;
}

.p-sidebar .p-sidebar-banner .p-sidebar-banner__image {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-sidebar .p-sidebar__title {
  position: relative;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: solid 3px #0044AC;
  margin-bottom: 26px;
}

.p-sidebar .p-sidebar-nav {
  position: relative;
  margin-bottom: 60px;
}

.p-sidebar .p-sidebar-nav .p-sidebar__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
}

.p-sidebar .p-sidebar-nav .p-sidebar__linkItem {
  position: relative;
  width: 100%;
}

.p-sidebar .p-sidebar-nav .p-sidebar__link {
  position: relative;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.016em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.p-sidebar .p-sidebar-nav .p-sidebar__link:before {
  content: "";
  position: relative;
  width: 6px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/arrow/arrow_gray.svg");
}

.p-sidebar .p-sidebar-nav .p-sidebar-nav__button {
  width: 100%;
  height: 56px;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-sidebar .p-sidebar-news {
  position: relative;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__item {
  position: relative;
  padding: 20px 0;
  border-bottom: solid 1px #CCCCCC;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__item:first-child {
  padding-top: 0;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__item .p-sidebar-aritcle {
  position: relative;
  display: block;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__item .p-sidebar-article__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__item .p-sidebar-article__time {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
  color: #777777;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__item .p-sidebar-article__title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: 0.016em;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 24px;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__footer .p-sidebar-news__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.016em;
  color: #0044AC;
  position: relative;
}

.p-sidebar .p-sidebar-news .p-sidebar-news__footer .p-sidebar-news__more:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/arrow/arrow_right_blue.svg");
  right: -18px;
}

.p-single .p-single-mainHeader {
  padding-top: 20px;
  margin-bottom: 60px;
}

.p-single .p-single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-top: 60px;
  margin-bottom: 96px;
}

.p-single .p-single-wrap .p-single-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-single .p-single-wrap .p-single-sidebar {
  width: 320px;
}

.p-single .p-single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 140px;
  -moz-column-gap: 140px;
  column-gap: 140px;
}

.p-single .p-single-wrap .p-single-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-single .p-single-wrap .p-single-sidebar {
  width: 280px;
}

.p-single .p-single-footer {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.p-single .p-single-pagenation {
  margin-bottom: 30px;
}

.p-single .p-single-article .p-single-header {
  position: relative;
  margin-bottom: 30px;
}

.p-single .p-single-article .p-single-header__title {
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-weight: 700;
  position: relative;
  margin-bottom: 14px;
}

.p-single .p-single-article .p-single-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 36px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-single .p-single-article .p-single-header__wrap .p-single-header__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-single .p-single-article .p-single-header__wrap .p-single-header__categories .p-single-header__category {
  color: #ffffff;
  border-radius: 6px;
  padding: 8px 12px;
  border: solid 1px #0044AC;
  background-color: #0044AC;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-single .p-single-article .p-single-header__wrap .p-single-header__time {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
  color: #777777;
}

.p-single .p-single-article .p-single-header__figure {
  position: relative;
  margin-bottom: 36px;
}

.p-single .p-single-main {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 100px;
}

.p-single .p-single-main img {
  width: auto;
  margin-bottom: 20px;
}

.p-single .p-single-main figure {
  margin-bottom: 20px;
}

.p-single .p-single-main figure img {
  margin-bottom: 0;
}

.p-single .p-single-main h1 {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-bottom: 20px;
}

.p-single .p-single-main h2 {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.016em;
  font-weight: 700;
  padding: 10px 0 10px 18px;
  background-color: #0076BD;
  color: #fff;
  margin: 40px 0 32px;
}

.p-single .p-single-main h3 {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  letter-spacing: 0.016em;
  border-left: solid 8px #0076BD;
  padding: 5px 0 5px 10px;
  font-weight: 700;
  margin: 30px 0 28px;
}

.p-single .p-single-main h4 {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-left: 10px;
  border-left: solid 6px #0044AC;
}

.p-single .p-single-main h5 {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 12px;
}

.p-single .p-single-main p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1.24px;
  margin-bottom: 20px;
}

.p-single .p-single-main ul,
.p-single .p-single-main ol {
  padding: 30px;
  border: solid 2px #B4E4FF;
  background-color: #F2FAFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

.p-single .p-single-main ul {
  list-style: disc;
  margin: 0 0 1em;
}

.p-single .p-single-main ul ol,
.p-single .p-single-main ul ul {
  margin: 1em 0 1em;
}

.p-single .p-single-main ol {
  list-style: decimal;
  margin: 0 0 10px;
}

.p-single .p-single-main ol ol,
.p-single .p-single-main ol ul {
  margin: 10px 0 10px;
}

.p-single .p-single-main a {
  color: #0054ac;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-single .p-single-main a:hover {
  opacity: 0.6;
}

.p-single .p-single-main a[target=_blank] {
  text-decoration: underline;
}

.p-single .p-single-main blockquote {
  border: 2px solid #CCCCCC;
  background-color: #FAFAFA;
  margin-bottom: 1.5em;
  padding: 40px 30px;
  position: relative;
  font-weight: 700;
}

.p-single .p-single-main blockquote p:last-of-type {
  margin-bottom: 0;
}

.p-single .p-single-main .pr {
  background: #f7f8f9;
  border: 4px solid #036;
  font-size: 0.875rem;
  padding: 20px 10px;
}

.p-single .p-single-main th {
  background-color: #f3f5fa;
  font-weight: 500;
}

.p-single .p-single-main .wp-block-table td,
.p-single .p-single-main .wp-block-table th {
  border: 1px solid #ddd;
  padding: 0.5em;
}

.p-single .p-single-main .wp-block-buttons {
  margin-bottom: 12px;
}

.p-single .p-single-main .wp-block-button__link,
.p-single .p-single-main .wp-block-file__button {
  background-color: #0044AC;
  color: #fff;
  text-decoration: none;
}

.p-single-member {
  position: relative;
  padding: 100px 100px 60px;
  background-color: #ffffff;
  top: -32px;
  margin-bottom: 48px;
}

.p-single-member .p-single-member__intoro {
  display: grid;
  position: relative;
  grid-template-columns: 320px 1fr;
  grid-template-rows: auto auto 1fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-bottom: 60px;
  grid-template-areas: "image catch" "image name" "image text";
}

.p-single-member .p-single-member__intoro .p-single-member__thumb {
  grid-area: image;
  position: relative;
  margin-bottom: 0;
  aspect-ratio: 320/470;
  width: 100%;
}

.p-single-member .p-single-member__intoro .p-single-member__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-single-member .p-single-member__intoro .p-single-member__catch {
  grid-area: catch;
  position: relative;
  margin-bottom: 0;
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 38px;
}

.p-single-member .p-single-member__intoro .p-single-member__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 24px;
}

.p-single-member .p-single-member__intoro .p-single-member__name .p-single-member__position {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #777777;
  margin-left: 16px;
}

.p-single-member .p-single-member__intoro .p-single-member__text {
  grid-area: text;
  white-space: pre-wrap;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.016em;
  position: relative;
  font-weight: 500;
}

.p-single-member .p-single-member__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 60px;
}

.p-single-member .p-single-member__images .p-single-member__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  aspect-ratio: 500/333;
}

.p-single-member .p-single-member__images .p-single-member__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-single-member .p-single-member-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 48px 0;
  border-top: solid 1px #CCCCCC;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-single-member .p-single-member-block.p-single-member-block--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

.p-single-member .p-single-member-block .p-single-member-block__title {
  position: relative;
  min-width: 250px;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  padding-left: 22px;
  border-left: solid 6px #0044AC;
}

.p-single-member .p-single-member-block .p-single-member-block__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.016em;
  font-weight: 500;
}

.p-single-member .p-single-member-block .p-single-member-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-single-member .p-single-member-block .p-single-member-block__list .p-single-member-block__item {
  border-radius: 3px;
  position: relative;
  border: solid 1px #0044AC;
  color: #0044AC;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
}

.p-single-member .p-single-member-block .p-single-member-block__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
}

.p-single-member .p-single-member-block .p-single-member-block__archive .p-single-member-block__item {
  position: relative;
  width: calc((100% - 114px) / 4);
}

.p-single-member .p-single-member-block .p-single-member-block__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.p-single-member .p-single-member-block .p-single-member-block__footer .p-single-member-block__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.016em;
  color: #0044AC;
  position: relative;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.p-single-member .p-single-member-block .p-single-member-block__footer .p-single-member-block__more:after {
  content: "";
  position: relative;
  width: 6px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/arrow/arrow_right_blue.svg");
}

.p-single-member__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 96px;
}

.p-single-member__footer .p-single-member__moreButton {
  position: relative;
  margin-bottom: 120px;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherTitle {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 46px;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 24px;
  width: 100%;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem {
  position: relative;
  width: calc((100% - 136px) / 5);
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 220/300;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__image img {
  border-radius: 0;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__arrow {
  display: none;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__content {
  padding: 0 0 12px;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article-member.pc-only {
  height: 239px;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article-member.pc-only:before {
  width: 0;
  height: 0;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__name {
  text-shadow: none;
  margin-bottom: 16px;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__nemeEn {
  text-shadow: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__position {
  text-shadow: none;
  color: #777777;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__text {
  display: none;
}

.p-archive .p-archive-content .p-archive-categories {
  position: relative;
  margin-bottom: 80px;
}

.p-archive .p-archive-content .p-archive-categories .p-archive-categories__title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 22px;
}

.p-archive .p-archive-content .p-archive-categories .p-archive-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 14px;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.p-archive .p-archive-content .p-archive-categories .p-archive-categories__list.pickup {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

.p-archive .p-archive-content .p-archive-categories .p-archive-categories__list .p-archive-categories__item {
  position: relative;
  min-width: 278px;
}

.p-archive .p-archive-content .p-archive-categories .p-archive-categories__list .p-archive-categories__link {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
  color: #0044AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: solid 1px #0044AC;
  padding: 0 12px;
}

.p-archive .p-archive-content .p-archive-categories .p-archive-categories__list .p-archive-categories__link.is-selected {
  color: #ffffff;
  background-color: #0044AC;
}

.p-archive .p-archive-content .p-archive__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  row-gap: 60px;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-archive .p-archive-content .p-archive__list {
  width: 100%;
}

.p-archive .p-archive-content .p-archive__list.pickup {
  width: 260px;
}

.p-archive .p-archive-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-top: 60px;
  margin-bottom: 96px;
}

.p-archive .p-archive-wrap .p-archive-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-archive .p-archive-wrap .p-archive-sidebar {
  width: 320px;
}

.p-archive .p-archive-footer {
  margin-bottom: 80px;
}

.p-archive-new-post__title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 22px;
}

.p-title-ja {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  position: relative;
}

.p-title-en {
  position: absolute;
  font-size: 16rem;
  line-height: 1.425;
  letter-spacing: 0.016em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.contents-title__wrapper {
  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;
  position: relative;
}

.contents-title__wrapper.service {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contents-title__wrapper.align_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contents-title__en {
  color: #0085D1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.contents-title__en.large {
  position: absolute;
  font-size: 100px;
  color: #fff;
  bottom: -40px;
  left: 0;
  z-index: 1;
}

.contents-title__en.large.blue {
  color: #D9EEFF;
}

.contents-title__en.large.service {
  bottom: 50px;
}

.contents-title__en.en {
  font-family: "Poppins", sans-serif;
}

.contents-title__ja {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

.contents-title__ja.large {
  font-size: 40px;
  letter-spacing: 0.01rem;
}

.contents-title__ja.service {
  line-height: 1.5;
}

.contents-title__ja.en {
  font-family: "Poppins", sans-serif;
}

.contents-title__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0044AC;
  font-size: 16px;
  gap: 16px;
  font-weight: 700;
  z-index: 100;
  position: relative;
}

.contents-title__more::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url("../../img/arrow/arrow_circle_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.contents-title__more.case-study {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: underline;
  color: #0085D1;
  font-size: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

.contents-title__more.case-study::after {
  background-image: url("../../img/arrow/arrow_circle_right_light_blue.svg");
  width: 40px;
  height: 40px;
}

.contents-title__more:hover {
  text-decoration: underline;
  color: #0085D1;
}

.contents-title__more:hover::after {
  background-image: url("../../img/arrow/arrow_circle_right_light_blue.svg");
}

.contents-title__under-text {
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.01rem;
}

.contents-title__under-text.en {
  margin: 0;
  padding: 4px 0 31px;
  font-family: "Poppins", sans-serif;
}

.p-viewPagenation.p-viewPagenation--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-viewPagenation .p-viewPagenation__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.p-viewPagenation .p-viewPagenation__number {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.p-viewPagenation .p-viewPagenation__number--active {
  padding-bottom: 3px;
}

.p-viewPagenation .p-viewPagenation__number--active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 2px;
  background-color: #0044AC;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-viewPagenation .p-viewPagenation__prev,
.p-viewPagenation .p-viewPagenation__next {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.p-viewPagenation .p-viewPagenation__prev {
  margin-right: 30px;
}

.p-viewPagenation .p-viewPagenation__prev:before {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/pagenation/arrow_prev_black.svg");
}

.p-viewPagenation .p-viewPagenation__prev.p-viewPagenation__prev--noActive {
  color: #CCCCCC;
}

.p-viewPagenation .p-viewPagenation__prev.p-viewPagenation__prev--noActive:before {
  background-image: url("../../img/pagenation/arrow_prev_gray.svg");
}

.p-viewPagenation .p-viewPagenation__next {
  margin-left: 30px;
}

.p-viewPagenation .p-viewPagenation__next:after {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/pagenation/arrow_next_black.svg");
}

.p-viewPagenation .p-viewPagenation__next.p-viewPagenation__next--noActive {
  color: #CCCCCC;
}

.p-viewPagenation .p-viewPagenation__next.p-viewPagenation__next--noActive:after {
  background-image: url("../../img/pagenation/arrow_next_gray.svg");
}

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

.p-article .p-article__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
}

.p-article .p-article__link.pickup {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.p-article .p-article__image {
  width: 300px;
  aspect-ratio: 300/180;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #EFEFEF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-article .p-article__image.pickup {
  width: 100%;
}

.p-article .p-article__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.p-article .p-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.p-article .p-article__content.pickup {
  margin-top: 20px;
}

.p-article .p-article__content .p-article__header {
  position: relative;
  margin-bottom: 16px;
}

.p-article .p-article__content .p-article__header.pickup {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.p-article .p-article__content .p-article__header .p-article__categories {
  position: relative;
  margin-right: 16px;
}

.p-article .p-article__content .p-article__header .p-article__categories.pickup {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.p-article .p-article__content .p-article__header .p-article__categories .p-article__category {
  color: #ffffff;
  background-color: #0044AC;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.p-article .p-article__content .p-article__header .p-article__categories .p-article__category.pickup {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.016em;
}

.p-article .p-article__content .p-article__header .p-article__time {
  color: #777777;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
  margin-bottom: 12px;
}

.p-article .p-article__content .p-article__title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-weight: 500;
}

.p-article .p-article__content .p-article__title.pickup {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffe7ad), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(bottom, #ffe7ad 50%, transparent 50%);
  background-image: linear-gradient(to top, #ffe7ad 50%, transparent 50%);
  background-size: auto 100%;
}

.p-article .p-article__content .p-article__tags {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.p-article .p-article__content .p-article__tags .p-article__tag {
  color: #0044AC;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
}

.p-front-pickUp__article__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-front-pickUp__article__top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-front-pickUp__article__top__wrapper.jp {
  width: 231px;
}

.p-article-pickUp__text {
  font-size: 12px;
  margin-top: 14px;
}

.p-article-pickUp__text.jp {
  padding: 0 16px;
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 500;
  color: #AAAAAA;
}

.p-article-pickUp__title {
  font-size: 14px;
  font-weight: 700;
  margin-left: 16px;
}

.p-article-pickUp__title.jp {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
  margin-left: 0;
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.p-article-pickUp__arrow {
  width: 8px;
}

.p-article-pickUp__arrow__wrapper {
  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;
}

.p-article-pickUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-article-pickUp .p-article-pickUp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #ffffff;
  padding: 25px 30px;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-article-pickUp .p-article-pickUp__link:hover .p-article-pickUp__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-article-pickUp .p-article-pickUp__link:hover .p-article-pickUp__footer .p-article-pickUp__more {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #0044AC;
}

.p-article-pickUp .p-article-pickUp__link.jp {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.p-article-pickUp .p-article-pickUp__link.jp:hover .p-article-pickUp__image img {
  -webkit-transform: none;
  transform: none;
}

.p-article-pickUp .p-article-pickUp__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 216/121;
  margin-bottom: 0;
  width: 100%;
  max-width: 216px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 1px solid #cccccc;
}

.p-article-pickUp .p-article-pickUp__image.jp {
  max-width: 231px;
  border-radius: 10px;
}

.p-article-pickUp .p-article-pickUp__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-article-pickUp .p-article-pickUp__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-article-pickUp .p-article-pickUp__content .p-article-pickUp__title {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-article-pickUp .p-article-pickUp__content .p-article-pickUp__text {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.p-article-pickUp .p-article-pickUp__content .p-article-pickUp__footer {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-article-pickUp .p-article-pickUp__content .p-article-pickUp__footer .p-article-pickUp__more {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-article-pickUp .p-front-team {
  position: relative;
  padding: 96px 0;
}

.p-article-pickUp .p-front-team .p-front-team__title {
  font-size: 5.6rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
}

.p-article-pickUp .p-front-team .p-front-team__title em {
  color: #10B4C9;
}

.p-article-pickUp .p-front-team .p-front-team__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.016em;
}

.p-article-achievement {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-article-achievement .p-article-achievement__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-article-achievement .p-article-achievement__link:hover .p-article-achievement__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-article-achievement .p-article-achievement__link:hover .p-article-achievement__image:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.p-article-achievement .p-article-achievement__head {
  position: relative;
}

.p-article-achievement .p-article-achievement__head .p-article-achievement__image {
  aspect-ratio: 316/210;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-article-achievement .p-article-achievement__head .p-article-achievement__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-article-achievement .p-article-achievement__head .p-article-achievement__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-article-achievement .p-article-achievement__head .p-article-achievement__companyNmae {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 0;
  background-color: #0044AC;
  padding: 0 10px;
  height: 34px;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-article-achievement .p-article-achievement__content {
  padding: 20px 20px 0 20px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 16px;
}

.p-article-achievement .p-article-achievement__content .p-article-achievement__time {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 8px;
  color: #ACACAC;
}

.p-article-achievement .p-article-achievement__content .p-article-achievement__title {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0044AC;
}

.p-article-achievement .p-article-achievement__content .p-article-achievement__text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
}

.p-article-achievement .p-article-achievement__footer {
  display: block;
  position: relative;
  padding: 0 20px 20px 20px;
}

.p-article-achievement .p-article-achievement__footer .p-article-achievement__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #0044AC;
  padding: 0 10px;
  height: 30px;
  border: solid 1px #0044AC;
  border-radius: 3px;
}

.p-article-member {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
}

.p-article-member.pc-only {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 280px auto;
  border-radius: 10px;
}

.p-article-member.pc-only:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.6)), color-stop(45%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
  border-radius: 0 0 10px 10px;
}

.p-article-member .p-article__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-article-member .p-article__imageWrapper {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-article-member .p-article__image {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.p-article-member .p-article__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-article-member .p-article__arrow {
  display: none;
  margin-right: 5px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  right: 0;
}

.p-article-member .p-article__content {
  padding-top: 115px;
  font-weight: 500;
  position: relative;
}

.p-article-member .p-article__content .p-article__nemeEn {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  color: #0044AC;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.p-article-member .p-article__content .p-article__name {
  margin-bottom: 6px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.p-article-member .p-article__content .p-article__position {
  margin-bottom: 10px;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.p-article-member .p-article__content .p-article__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.p-article-member .p-article__categories {
  position: relative;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 4px;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.p-article-member .p-article__categories .p-article__category {
  border-radius: 3px;
  position: relative;
  border: solid 1px #0044AC;
  border-radius: 20px;
  color: #0044AC;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 23px;
  padding: 0 7px;
}

.p-article-memberColumn .p-article-memberColumn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__thumb {
  aspect-ratio: 230/138;
  margin-bottom: 14px;
  position: relative;
}

.p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__time {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
  color: #777777;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__title {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.016em;
  font-weight: 500;
  margin-bottom: 16px;
}

.p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__cat {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
  color: #ffffff;
  background-color: #0044AC;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
}

.p-button-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  width: 320px;
  height: 60px;
}

.p-button-box:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-button-box.p-button-box--blue {
  color: #0E4261;
  background-color: #ffffff;
  border: solid 1px #0E4261;
}

.p-button-box.p-button-box--blue:after {
  background-image: url("../../img/button/button_arrow_blue.svg");
}

.p-button-box.p-button-box--blue:hover {
  color: #ffffff;
  background-color: #0044AC;
  border: solid 1px #ffffff;
}

.p-button-box.p-button-box--blue:hover:after {
  background-image: url("../../img/button/button_arrow_white.svg");
}

.p-button-box.p-button-box--black {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #000000;
}

.p-button-box.p-button-box--black:after {
  background-image: url("../../img/button/button_arrow_black.svg");
}

.p-button-box.p-button-box--black:hover {
  background-color: #D3E4ED;
  border: solid 1px #000000;
}

.p-button-orange {
  background-color: #FF783C;
}

.p-button-blue {
  background-color: #00C0FF;
}

.p-button-gradient-orange {
  background: -webkit-gradient(linear, left top, right top, from(#FF6C00), to(#FFA800));
  background: -webkit-linear-gradient(left, #FF6C00, #FFA800);
  background: linear-gradient(to right, #FF6C00, #FFA800);
}

.p-button-gradient-blue {
  background: -webkit-gradient(linear, left top, right top, from(#0068D1), to(#4AB6F4));
  background: -webkit-linear-gradient(left, #0068D1, #4AB6F4);
  background: linear-gradient(to right, #0068D1, #4AB6F4);
}

.p-graph--flow.p-graph--en {
  font-family: "Poppins", sans-serif;
}

.p-graph--flow.p-graph--en .p-graph__box {
  width: 45px;
}

.p-graph--flow.p-graph--en .p-graph__box .p-graph__number {
  width: 45px;
  height: 45px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
}

.p-graph--flow.p-graph--en .p-graph__content {
  padding: 8px 16px;
  min-height: 89px;
}

.p-graph--flow.p-graph--en .p-graph__content .p-graph__title {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.016em;
}

.p-graph--flow.p-graph--en .p-graph__content .p-graph__title:after {
  content: unset;
}

.p-graph--flow.p-graph--en .p-graph__content .p-graph__text {
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-graph--flow.p-graph--en .p-graph-footer .p-graph-footer__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.125;
  letter-spacing: 0em;
}

.p-graph--flow.p-graph--en .p-graph-footer .p-graph-footer__text small {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.016em;
}

.p-graph--flow.p-graph--en .p-graph__list {
  grid-template-columns: 8px 20px 1fr 20px 20px 0 39px 20px 379px;
  grid-template-areas: "line1 . no1 no1 no1 no1 no1 no1 no1" "line1 . no2 no2 no2 no2 no2 no2 no2" "line1 . no3 no3 no3 no3 no3 no3 no3" "line1 . no4 . line2 . no8 no8 no8" "line1 . no5 . line2 . . line3 no9" "line1 . no6 . line2 . . line3 ." "line1 . no7 . line2 . . line3 .";
}

.p-graph--flow.p-graph--en .p-graph__list .p-graph__item.pad {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-graph--flow.p-graph--en .p-graph__list .p-graph__item.pad .p-graph__link {
  -webkit-box-shadow: 0px 3px 20px #C6DEEB;
  box-shadow: 0px 3px 20px #C6DEEB;
}

.p-graph--flow .p-graph__list {
  display: grid;
  position: relative;
  margin-bottom: 32px;
  row-gap: 32px;
  grid-template-columns: 10px 34px 1fr 34px 10px 24px 10px 24px 1fr;
  grid-template-areas: "line1 . no1 no1 no1 no1 no1 no1 no1" "line1 . no2 no2 no2 no2 no2 no2 no2" "line1 . no3 no3 no3 no3 no3 no3 no3" "line1 . no4 . line2 . no8 no8 no8" "line1 . no5 . line2 . line3 . no9" "line1 . no6 . line2 . line3 . ." "line1 . no7 . line2 . line3 . .";
}

.p-graph--flow .p-graph__item {
  -webkit-box-shadow: 0px 3px 20px #C6DEEB;
  box-shadow: 0px 3px 20px #C6DEEB;
}

.p-graph--flow .p-graph__item:nth-child(1) {
  grid-area: no1;
}

.p-graph--flow .p-graph__item:nth-child(2) {
  grid-area: no2;
}

.p-graph--flow .p-graph__item:nth-child(3) {
  grid-area: no3;
}

.p-graph--flow .p-graph__item:nth-child(4) {
  grid-area: no4;
}

.p-graph--flow .p-graph__item:nth-child(5) {
  grid-area: no5;
}

.p-graph--flow .p-graph__item:nth-child(6) {
  grid-area: no6;
}

.p-graph--flow .p-graph__item:nth-child(7) {
  grid-area: no7;
}

.p-graph--flow .p-graph__item:nth-child(8) {
  grid-area: no8;
}

.p-graph--flow .p-graph__item:nth-child(9) {
  grid-area: no9;
}

.p-graph--flow .p-graph__item .p-graph__line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #0044AC;
  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;
}

.p-graph--flow .p-graph__item .p-graph__line:before,
.p-graph--flow .p-graph__item .p-graph__line:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-graph--flow .p-graph__item .p-graph__line:before {
  top: 0;
  width: 12px;
  height: 12px;
  background-image: url("../../img/graph/graph_dot.svg");
}

.p-graph--flow .p-graph__item .p-graph__line:after {
  bottom: 0;
  width: 20px;
  height: 20px;
  background-image: url("../../img/graph/graph_arrow.svg");
}

.p-graph--flow .p-graph__item:nth-child(1) .p-graph__line {
  grid-area: line1;
}

.p-graph--flow .p-graph__item:nth-child(8) .p-graph__line {
  grid-area: line2;
}

.p-graph--flow .p-graph__item:nth-child(9) .p-graph__line {
  grid-area: line3;
}

.p-graph--flow .p-graph__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-graph--flow .p-graph__box {
  position: relative;
  background-color: #D6E0EA;
  width: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-graph--flow .p-graph__box .p-graph__number {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #0044AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
}

.p-graph--flow .p-graph__content {
  background-color: #ffffff;
  position: relative;
  padding: 32px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-graph--flow .p-graph__content .p-graph__title {
  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;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  color: #0044AC;
  width: 100%;
  margin-bottom: 14px;
}

.p-graph--flow .p-graph__content .p-graph__title:after {
  content: "";
  display: block;
  position: relative;
  background-image: url("../../img/arrow/arrow_circle_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
}

.p-graph--flow .p-graph__content .p-graph__text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
}

.p-graph--flow .p-graph-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  background-color: #ffffff;
  border-left: 30px solid #0044AC;
  border-right: 30px solid #0044AC;
  -webkit-box-shadow: 0px 3px 20px #C6DEEB;
  box-shadow: 0px 3px 20px #C6DEEB;
  padding: 0 40px;
}

.p-graph--flow .p-graph-footer:before,
.p-graph--flow .p-graph-footer:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 100%;
  background-color: #D6E0EA;
}

.p-graph--flow .p-graph-footer:before {
  left: 0;
}

.p-graph--flow .p-graph-footer:after {
  right: 0;
}

.p-graph--flow .p-graph-footer .p-graph-footer__text {
  color: #0044AC;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
}

.p-graph--flow .p-graph-footer .p-graph-footer__text small {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.016em;
}

.p-bunner {
  position: relative;
  padding: 30px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-bunner.p-bunner--en .p-bunner__container {
  -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;
  row-gap: 30px;
}

.p-bunner .p-bunner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 24px;
}

.p-bunner .p-bunner__title {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #000;
}

.p-bunner .p-bunner__link {
  width: 360px;
  height: 71px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left top, right top, from(#FF6C00), to(#FFBA00));
  background: -webkit-linear-gradient(left, #FF6C00, #FFBA00);
  background: linear-gradient(to right, #FF6C00, #FFBA00);
  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;
  position: relative;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.p-bunner .p-bunner__link:before {
  content: "→";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  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;
  right: 15px;
  top: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.p-bunner .p-bunner__link:hover {
  text-indent: -20px;
}

.p-bunner .p-bunner__link:hover:before {
  opacity: 1;
  text-indent: 0;
}

.p-bunner-en__wrapper {
  font-family: "Poppins", sans-serif;
}

.p-bunner-en__wrapper.white .p-bunner {
  background-color: #EFF7FF;
}

.p-consult-bunner {
  width: 100%;
  height: 130px;
  background-color: #EFF7FF;
  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;
}

.p-consult-bunner .p-consult-bunner__container {
  width: 817px;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-consult-bunner .p-consult-bunner__title {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-consult-bunner .p-consult-bunner__link {
  width: 360px;
  height: 71px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#FF6C00), to(#FFBA00));
  background: -webkit-linear-gradient(left, #FF6C00, #FFBA00);
  background: linear-gradient(to right, #FF6C00, #FFBA00);
  border-radius: 60px;
  color: #ffffff;
  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-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
}

.p-consult-bunner .p-consult-bunner__link:before {
  content: "→";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  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;
  right: 30px;
  top: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.p-consult-bunner .p-consult-bunner__link:hover {
  text-indent: -20px;
}

.p-consult-bunner .p-consult-bunner__link:hover:before {
  opacity: 1;
  text-indent: 0;
}

.p-achievement {
  position: relative;
  background-color: #E9F7FF;
}

.p-achievement .p-achievement__container {
  position: relative;
  padding: 112px 0 84px;
}

.p-achievement .p-achievement__mainTitle {
  margin-bottom: 62px;
}

.p-achievement .p-achievement__subTitle {
  top: 0;
  left: calc(var(--container-md-outer-design-width) * -1);
  color: #D5EEFF;
}

.p-achievement .p-achievement__list {
  position: relative;
  margin-bottom: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-achievement .p-achievement__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 316px;
}

.p-achievement .p-achievement__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-table .p-table__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-table .p-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-table .p-table__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  padding-left: 16px;
}

.p-table .p-table__title.en {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.p-table .p-table__value {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-table .p-table__value.en {
  padding: 0 60px 0 55px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-family: "Poppins", sans-serif;
}

.p-table--company {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
}

.p-table--company .p-table__item {
  padding: 16px 0;
  border-bottom: solid 1px #CCCCCC;
}

.p-table--company .p-table__title {
  width: 164px;
}

.p-table--profile {
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.016em;
}

.p-table--profile .p-table__item {
  padding: 40px 0;
  border-bottom: solid 1px #CCCCCC;
}

.p-table--profile .p-table__item:first-child {
  padding-top: 0;
}

.p-table--profile .p-table__title {
  width: 310px;
  font-family: "Poppins", sans-serif;
}

.p-table--culture {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.016em;
}

.p-table--culture .p-table__item {
  padding: 20px 0;
  border-bottom: solid 1px #CCCCCC;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.p-table--culture .p-table__item:first-child {
  padding-top: 0;
}

.p-table--culture .p-table__title {
  width: 110px;
}

.p-template-member {
  position: relative;
}

.p-template-member.en {
  height: 900px;
  background: -webkit-gradient(linear, left top, left bottom, from(#BADFFF), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #BADFFF, #FFFFFF);
  background: linear-gradient(to bottom, #BADFFF, #FFFFFF);
}

.p-template-member.p-template-member--white {
  background: unset;
}

.p-template-member.p-template-member--white .p-template-member__subTitle {
  color: #F0F0F0;
}

.p-template-member .p-template-member__container {
  padding: 112px 0 96px;
  position: relative;
}

.p-template-member .p-template-member__mainTitle {
  margin-bottom: 62px;
}

.p-template-member .p-template-member__subTitle {
  top: 0;
  left: calc(var(--container-md-outer-design-width) * -1);
  color: #86C0E2;
}

.p-template-member .p-template-member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.p-template-member .p-template-member__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 480px;
  background: rgba(255, 255, 255, 0.8);
  padding: 32px 0 32px 35px;
  border: solid 3px #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(134, 159, 226, 0.5);
  box-shadow: 0 0 40px rgba(134, 159, 226, 0.5);
}

.p-template-member .p-template-member__item.en {
  padding-left: 32px;
}

.p-template-member .p-template-member__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #ffffff;
  height: 100%;
}

.p-template-member .p-template-member__article .p-template-member__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-template-member .p-template-member__article .p-template-member__image {
  position: relative;
  width: 180px;
}

.p-template-member .p-template-member__article .p-template-member__image img {
  width: 100%;
}

.p-template-member .p-template-member__article .p-template-member__textBox {
  width: 228px;
}

.p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__title {
  font-size: 2.6rem;
  line-height: 1.1538461538;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 32px;
  margin-bottom: 8px;
  color: #000;
}

.p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__title span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__title.en {
  padding-bottom: 20px;
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  color: #0044AC;
  border-bottom: solid 1px #0044AC;
}

.p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__titleEn {
  color: #0044AC;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-bottom: solid 1px #0044AC;
  padding-bottom: 24px;
}

.p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__pos {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 400;
  background: #0044AC;
  width: 142px;
  height: 30px;
  line-height: 30px;
  margin-left: auto;
  text-align: center;
  border-radius: 99999px 0 0 99999px;
}

.p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__pos.en {
  font-size: 1.4rem;
  line-height: 2.0714285714;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
}

.p-template-member .p-template-member__article .p-template-member__more-btn {
  display: none;
}

.p-template-member .p-template-member__article .p-template-member__message {
  position: relative;
  padding-right: 35px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.005em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000;
  margin-top: 24px;
}

.p-template-member .p-template-member__article .p-template-member__message.en {
  padding-right: 32px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
}

.p-template-member .p-template-member__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-template-news {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}

.p-template-news .p-template-news__container {
  position: relative;
  padding: 96px 0 68px;
  width: 460px;
  margin: 0;
}

.p-template-news .p-template-news__mainTitle {
  margin-bottom: 100px;
}

.p-template-news .p-template-news__subTitle {
  top: 0;
  left: calc(var(--container-md-outer-design-width) * -1);
  color: #F0F0F0;
}

.p-template-news .p-template-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 108px;
}

.p-template-news .p-template-news__item {
  border-bottom: solid 1px #CCCCCC;
}

.p-template-news .p-template-news__link {
  position: relative;
  display: block;
}

.p-template-news .p-template-news__link:hover .p-template-news__title {
  text-decoration: underline;
}

.p-template-news .p-template-news__article {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 54px;
}

.p-template-news .p-template-news__article .p-template-news__time {
  color: #606060;
}

.p-template-news .p-template-news__article .p-template-news__title {
  position: relative;
}

.p-template-news .p-template-news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-template-column {
  position: relative;
  background-color: #E9F7FF;
}

.p-template-column .p-template-column__container {
  position: relative;
  padding: 96px 0 68px;
}

.p-template-column .p-template-column__mainTitle {
  margin-bottom: 62px;
}

.p-template-column .p-template-column__subTitle {
  top: 0;
  right: calc(var(--container-md-outer-design-width) * -1);
  color: #D5EEFF;
}

.p-template-column .p-template-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.p-template-column .p-template-column__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 316px;
}

.p-template-column .p-template-column__link {
  position: relative;
  display: block;
}

.p-template-column .p-template-column__link:hover .p-template-column__image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-template-column .p-template-column__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
}

.p-template-column .p-template-column__article .p-template-column__image {
  position: relative;
  aspect-ratio: 316/222;
  margin-bottom: 8px;
  overflow: hidden;
}

.p-template-column .p-template-column__article .p-template-column__image img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-template-column .p-template-column__article .p-template-column__title {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  margin-bottom: 24px;
  font-weight: 700;
  padding: 0 28px;
}

.p-template-column .p-template-column__article .p-template-column__categries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: relative;
  padding: 0 28px 24px;
}

.p-template-column .p-template-column__article .p-template-column__categries .p-template-column__category {
  position: relative;
  height: 32px;
  padding: 0 12px;
  border-radius: 4px;
  color: #0044AC;
  border: solid 1px #0044AC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}

.p-template-column .p-template-column__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-template-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}

.p-template-qa .p-template-qa__item {
  background-color: #ffffff;
  padding: 20px 32px;
  border-radius: 10px;
  height: 64px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-template-qa .p-template-qa__item.en.open {
  height: auto;
}

.p-template-qa .p-template-qa__item.open {
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-template-qa .p-template-qa__q,
.p-template-qa .p-template-qa__a {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.p-template-qa .p-template-qa__q:before,
.p-template-qa .p-template-qa__a:before {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 600;
}

.p-template-qa .p-template-qa__q {
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}

.p-template-qa .p-template-qa__q:before {
  content: "Q";
  color: #0044AC;
}

.p-template-qa .p-template-qa__q:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 40px;
  width: 18px;
  height: 18px;
  background-image: url("../../img/faq/icon_faq_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  right: -5px;
}

.p-template-qa .p-template-qa__q.open::after {
  background-image: url("../../img/faq/icon_faq_open.svg");
}

.p-template-qa .p-template-qa__q.jsAchordionOpen:after {
  background-image: url("../../img/faq/icon_faq_open.svg");
}

.p-template-qa .p-template-qa__a {
  font-weight: 500;
  padding-top: 20px;
  border-top: solid 1px #F0F0F0;
  padding-right: 30px;
}

.p-template-qa .p-template-qa__a:before {
  content: "A";
  color: #10AEE2;
}

.p-template-qa .p-template-qa__a a {
  color: #10AEE2;
  text-decoration: underline;
}

.p-template-qa .p-template-qa__block {
  position: relative;
}

.p-template-support {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFF7FF), color-stop(50%, #FFFFFF), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #EFF7FF 0%, #FFFFFF 50%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #EFF7FF 0%, #FFFFFF 50%, #FFFFFF 100%);
  padding: 24px 0 146px 0;
}

.p-template-support.en {
  padding: 112px 0;
}

.p-template-support .p-template-support__container {
  position: relative;
}

.p-template-support .p-template-support__title {
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.p-template-support .p-template-support__subTitle {
  top: 0;
  left: calc(var(--container-md-outer-design-width) * -1);
  color: #D5EEFF;
}

.p-template-support .p-template-support__more-btn {
  display: none;
}

.p-template-flow {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#BADFFF), to(#EFF7FF));
  background: -webkit-linear-gradient(top, #BADFFF 0%, #EFF7FF 100%);
  background: linear-gradient(to bottom, #BADFFF 0%, #EFF7FF 100%);
}

.p-template-flow___image {
  margin-top: 27px;
}

.p-template-flow .p-template-flow__container {
  position: relative;
  padding: 86px 0 96px 0;
}

.p-template-flow .p-template-flow__container.en {
  padding-top: 140px;
}

.p-template-flow .p-template-flow__mainTitle {
  margin-bottom: 38px;
}

.p-template-flow .p-template-flow__subTitle {
  top: 0;
  right: calc(var(--container-md-outer-design-width) * -1);
  color: #D5EEFF;
}

.p-template-flow .p-template-flow__message {
  position: relative;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.016em;
  margin-bottom: 56px;
  text-align: center;
}

.p-template-flow .p-template-flow__svg {
  width: 100%;
}

.p-template-flow .p-template-flow__svg object {
  width: 100%;
}

.p-template-flow .p-template-flow__svg #no1:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .p-template-flow__svg #no2:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .p-template-flow__svg #no3:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .p-template-flow__svg #no4:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .p-template-flow__svg #no5:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .p-template-flow__svg #no6:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .p-template-flow__svg #no7:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .p-template-flow__svg #no8:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .p-template-flow__svg #no9:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.p-template-flow .contents-title__more.en {
  width: 100%;
}

.p-template-howto {
  position: relative;
}

.p-template-howto.works {
  padding-top: 120px;
  padding-bottom: 143px;
  background-color: #fff;
}

.p-template-howto.en {
  font-family: "Poppins", sans-serif;
}

.p-template-howto.p-template-howto--en .p-template-howto__title {
  text-align: center;
  line-height: 150%;
  white-space: nowrap;
}

.p-template-howto .p-template-howto__container {
  position: relative;
  padding: 56px 0 96px;
}

.p-template-howto .p-template-howto__container.en {
  padding-top: 0;
}

.p-template-howto .p-template-howto__mainTitle {
  margin-bottom: 40px;
  font-size: 28px;
}

.p-template-howto .p-template-howto__mainTitle.en {
  font-size: 2.8rem;
  line-height: 2.1428571429;
  letter-spacing: 0.016em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.p-template-howto .p-template-howto__subTitle {
  top: 0;
  right: calc(var(--container-md-outer-design-width) * -1);
  color: #F0F0F0;
}

.p-template-howto .p-template-howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 66px;
  -moz-column-gap: 66px;
  column-gap: 66px;
}

.p-template-howto .p-template-howto__item {
  position: relative;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-template-howto .p-template-howto__item:last-child:after {
  content: unset;
}

.p-template-howto .p-template-howto__image {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.p-template-howto .p-template-howto__image img {
  width: 116px;
  height: 116px;
  display: block;
  margin: auto;
}

.p-template-howto .p-template-howto__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-template-howto .p-template-howto__no {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  line-height: 0.9166666667;
  letter-spacing: 0em;
  color: #0085D1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-family: 600;
}

.p-template-howto .p-template-howto__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 12px;
}

.p-template-howto .p-template-howto__title.en {
  font-size: 1.8rem;
  line-height: 3.5;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.p-template-howto .p-template-howto__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.016em;
}

.p-template-howto .p-template-howto__text.en {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
}

.p-template-column__link {
  width: 100%;
  padding: 12px 24px 12px 12px;
  -webkit-box-shadow: 0 0 30px 0 rgba(211, 211, 211, 0.5);
  box-shadow: 0 0 30px 0 rgba(211, 211, 211, 0.5);
  margin-top: 16px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-template-column__link:first-child {
  margin-top: 24px;
}

.p-template-column__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-template-column__image {
  width: 100%;
  border-radius: 5px;
}

.p-template-column__image__wrapper {
  width: 140px;
}

.p-template-column__title {
  font-size: 14px;
  width: 260px;
}

.bg-light-blue {
  background-color: #EFF7FF;
}

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal-mask.active {
  display: block;
}

.p-template-modal {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px 32px 24px;
  width: 342px;
}

.p-template-modal.support {
  background: transparent;
  padding: 0 24px 0 24px;
}

.p-template-modal.member-en {
  padding-right: 0;
}

.p-template-modal.works {
  padding: 0;
}

.p-template-modal.case-study {
  max-height: calc(calc(var(--vh, 1vh)) * 80);
  overflow: scroll;
  border-radius: 10px;
}

.p-template-modal__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000001;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-template-modal__wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-template-modal__wrapper.support {
  padding: 0;
  width: 100%;
  max-height: calc(calc(var(--vh, 1vh)) * 80);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 24px;
  overflow: scroll;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 44px;
  background: transparent;
  border-radius: 0;
}

.p-template-modal__wrapper.case-study {
  max-height: calc(calc(var(--vh, 1vh)) * 80);
  border-radius: 10px;
}

.p-template-modal__image {
  width: auto;
  height: 631px;
  max-height: calc(calc(var(--vh, 1vh)) * 80);
}

.p-template-modal__image.member {
  width: 130px;
  height: auto;
}

.p-template-modal__closeBtn {
  display: none;
  position: fixed;
  top: -40px;
  right: 24px;
  width: 25px;
  height: 25px;
}

.p-template-modal__closeBtn.support {
  z-index: 10000001;
  top: calc(calc(var(--vh, 1vh)) * 5);
  right: 24px;
}

.p-template-modal__closeBtn.active {
  display: block;
}

.p-template-modal__lottie {
  width: 196px;
  margin: auto;
}

.p-template-modal__title {
  font-size: 16px;
  font-weight: 700;
}

.p-template-modal__subtitle {
  font-size: 11px;
  color: #0044AC;
  font-weight: 500;
}

.p-template-modal__text {
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: 0.001em;
}

.p-template-modal__text-wrapper {
  padding: 24px 23px 32px 24px;
}

.p-template-modal__member__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.p-template-modal__member__post {
  color: #999999;
  font-size: 12px;
}

.p-template-modal__member__post.en {
  background: #0044AC;
  color: #fff;
  padding: 3px 18px;
  font-size: 10px;
  border-radius: 9999px 0 0 9999px;
}

.p-template-modal__member__name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}

.p-template-modal__member__name.en {
  font-family: "Poppins";
  font-size: 24px;
  color: #0044AC;
  font-weight: 500;
}

.p-template-modal__member__nameEn {
  font-family: "Noto Serif JP", serif;
  color: #0044AC;
  margin-top: 2px;
}

.p-template-modal__member__nameEn.en {
  font-family: "Poppins";
  font-size: 24px;
  color: #0044AC;
  font-weight: 500;
  margin-top: -8px;
  border-bottom: 1px solid #0044AC;
  padding-bottom: 8px;
}

.p-template-modal__member__text {
  font-size: 14px;
  margin-top: 16px;
  letter-spacing: 0.001em;
}

.p-template-modal__member__text-wrapper.en {
  width: 162px;
}

.p-pankuzu.p-pankuzu--contact,
.p-pankuzu.p-pankuzu--contact-en {
  color: #ffffff;
}

.p-pankuzu.p-pankuzu--contact .p-pankuzu__item:after,
.p-pankuzu.p-pankuzu--contact-en .p-pankuzu__item:after {
  border-color: #ffffff;
}

.p-pankuzu .p-pankuzu__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 8px;
}

.p-pankuzu .p-pankuzu__lists .p-pankuzu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.p-pankuzu .p-pankuzu__lists .p-pankuzu__item.left {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-pankuzu .p-pankuzu__lists .p-pankuzu__item:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border: solid 1px;
  border-top: unset;
  border-left: unset;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 20px;
}

.p-pankuzu .p-pankuzu__lists .p-pankuzu__item:last-child:after {
  display: none;
}

.p-pankuzu .p-pankuzu__lists .p-pankuzu__link {
  position: relative;
}

.p-subpage.case-study {
  background: #E9F7FF;
}

.p-subpage-header {
  position: relative;
  height: 270px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-subpage-header.left {
  height: 198px;
}

.p-subpage-header .p-subpage-header__container {
  position: relative;
  height: 100%;
}

.p-subpage-header .p-subpage-header__titles {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 20px;
}

.p-subpage-header .p-subpage-header__titles.left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-subpage-header .p-subpage-header__pankuzu {
  position: absolute;
  top: 20px;
}

.p-subpage-header .p-subpage-header__pankuzu.left {
  top: 40px;
}

.p-subpage-header .p-subpage-header__mainTitle {
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  color: #0044AC;
}

.p-subpage-header .p-subpage-header__mainTitle.left {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #000000;
}

.p-subpage-header .p-subpage-header__subTitle {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.016em;
  color: #0044AC;
  font-family: "Poppins", sans-serif;
}

.p-subpage-header .p-subpage-header__subTitle.left {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  top: 5px;
}

.p-subpage-header.p-subpage-header--features {
  background-image: url("../../img/subpage/header_features.png");
}

.p-subpage-header.p-subpage-header--company {
  background-image: url("../../img/subpage/header_company.png");
}

.p-subpage-header.p-subpage-header--service {
  background-image: url("../../img/subpage/header_service.png");
}

.p-subpage-header.p-subpage-header--culture {
  background-image: url("../../img/subpage/header_culture.png");
}

.p-subpage-header.p-subpage-header--post {
  background-image: url("../../img/subpage/header_news.png");
}

.p-subpage-header.p-subpage-header--contact {
  background-image: url("../../img/subpage/header_contact.png");
}

.p-subpage-header.p-subpage-header--consult {
  background-image: url("../../img/subpage/header_consult.png");
}

.p-subpage-header.p-subpage-header--contact-en {
  background-image: url("../../img/subpage/header_contact.png");
}

.p-subpage-header.p-subpage-header--consult-en {
  background-image: url("../../img/subpage/header_consult.png");
}

.p-subpage-header.p-subpage-header--privacy-policy {
  background-image: url("../../img/subpage/header_privacy-policy.png");
}

.p-subpage-header.p-subpage-header--privacy-policy-en {
  background-image: url("../../img/subpage/header_privacy-policy.png");
}

.p-subpage-header.p-subpage-header--column {
  background-image: url("../../img/subpage/header_column.png");
}

.p-subpage-header.p-subpage-header--faq {
  background-image: url("../../img/subpage/header_faq.png");
}

.p-subpage-header.p-subpage-header--sitemap {
  background-image: url("../../img/subpage/header_sitemap.png");
}

.p-subpage-header.p-subpage-header--member {
  background-image: url("../../img/subpage/header_member.png");
}

.p-subpage-header.p-subpage-header--member-left {
  background-image: url("../../img/subpage/header_member_left.png");
}

.p-subpage-header.p-subpage-header--case-study {
  background-image: url("../../img/subpage/header_case-study.png");
}

.p-subpage-header.p-subpage-header--contact,
.p-subpage-header.p-subpage-header--consult,
.p-subpage-header.p-subpage-header--contact-en,
.p-subpage-header.p-subpage-header--consult-en {
  height: 280px;
}

.p-subpage-header.p-subpage-header--contact .p-subpage-header__titles,
.p-subpage-header.p-subpage-header--consult .p-subpage-header__titles,
.p-subpage-header.p-subpage-header--contact-en .p-subpage-header__titles,
.p-subpage-header.p-subpage-header--consult-en .p-subpage-header__titles {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-subpage-header.p-subpage-header--contact .p-subpage-header__titles .p-subpage-header__mainTitle,
.p-subpage-header.p-subpage-header--contact-en .p-subpage-header__titles .p-subpage-header__mainTitle {
  color: #ffffff;
}

.p-subpage-header.p-subpage-header--center .p-subpage-header__titles {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-subpage-header.p-subpage-header--center .p-subpage-header__titles.left {
  padding-top: 55px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-subpage-header.p-subpage-header--thanks {
  height: auto;
}

.p-subpage-header.p-subpage-header--thanks .p-subpage-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.p-subpage-header.p-subpage-header--thanks .p-subpage-header__titles {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.p-subpage-header.p-subpage-header--thanks .p-subpage-header__titles .p-subpage-header__mainTitle {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.016em;
}

.p-subpage-header.p-subpage-header--thanks .p-subpage-header__titles .p-subpage-header__subTitle {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.016em;
}

.p-subpage-header.p-subpage-header--thanks .p-subpage-header__pankuzu {
  position: relative;
  margin-bottom: 72px;
}

.p-aside {
  position: fixed;
  z-index: 11;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #ffffff;
  padding: 12px 0;
}

.p-aside.fixed-btn {
  background: rgba(255, 255, 255, 0.8);
}

.p-aside.view {
  opacity: 1;
  visibility: visible;
}

.p-aside .p-aside__link {
  width: 100%;
  height: 56px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
}

.p-aside .p-aside__link.fixed-btn {
  font-size: 13px;
  width: 164px;
  height: 40px;
  border-radius: 9999px;
}

.fixed-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
}

.p-front {
  background: #fff;
}

.p-front .p-front-mv__all {
  max-height: 1240px;
  background-image: url("../../img/front/mv_bg_all.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-front .p-front-mv {
  position: relative;
  height: 100vh;
  max-height: 630px;
}

.p-front .p-front-mv.center {
  max-height: 820px;
  min-height: 770px;
}

.p-front .p-front-mv .p-front-mv__container {
  height: 100%;
  position: relative;
}

.p-front .p-front-mv .p-front-mv__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.p-front .p-front-mv .p-front-mv__content.center.en {
  left: -45px;
}

.p-front .p-front-mv .p-front-mv__title {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-bottom: 14px;
}

.p-front .p-front-mv .p-front-mv__title.center {
  text-align: center;
  font-size: 5.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-front .p-front-mv .p-front-mv__title.center.en {
  font-size: 5rem;
  line-height: 1.28;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
}

.p-front .p-front-mv .p-front-mv__title em {
  color: #0044AC;
}

.p-front .p-front-mv .p-front-mv__text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.016em;
  margin-bottom: 46px;
}

.p-front .p-front-mv .p-front-mv__text.center {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.p-front .p-front-mv .p-front-mv__text.en {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.p-front .p-front-mv .p-front-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 32px;
}

.p-front .p-front-mv .p-front-mv__list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 52px;
}

.p-front .p-front-mv .p-front-mv__list.center.en {
  margin-bottom: 22px;
}

.p-front .p-front-mv .p-front-mv__item {
  position: relative;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../../img/front/mv_circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #0044AC;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-front .p-front-mv .p-front-mv__item.en {
  width: 170px;
  height: 170px;
}

.p-front .p-front-mv .p-front-mv__item .p-front-mv__itemTitle {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}

.p-front .p-front-mv .p-front-mv__item .p-front-mv__itemTitle.en {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.p-front .p-front-mv .p-front-mv__item .p-front-mv__itemResult {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.p-front .p-front-mv .p-front-mv__item .p-front-mv__itemResult em {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-front .p-front-mv .p-front-mv__item .p-front-mv__itemResult em.en {
  font-size: 4.6rem;
  line-height: 0.5869565217;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.p-front .p-front-mv .p-front-mv__item .p-front-mv__itemResult.en {
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.p-front .p-front-mv .p-front-mv__banner {
  width: 300px;
  height: 106px;
  position: absolute;
  bottom: min(140px, 21.0526315789vh);
  right: -523px;
  bottom: 0;
}

.p-front .p-front-mv .p-front-mv__banner:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: initial;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.p-front .p-front-mv .p-front-mv__contactLink {
  width: 316px;
  height: 82px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
}

.p-front .p-front-mv .p-front-mv__contactLink:not(.en) {
  position: absolute;
  bottom: 25px;
}

.p-front .p-front-mv .p-front-mv__contactLink.center {
  width: 288px;
  height: 56.8px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0em;
  line-height: 56.8px;
  display: block;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
}

.p-front .p-front-mv .p-front-mv__contactLink.center:before {
  content: "→";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  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;
  right: 25px;
  top: 0;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.p-front .p-front-mv .p-front-mv__contactLink.center:hover {
  text-indent: -20px;
}

.p-front .p-front-mv .p-front-mv__contactLink.center:hover:before {
  opacity: 1;
  text-indent: 0;
}

.p-front .p-front-mv .p-front-mv__contactLink.en {
  font-size: 2rem;
  line-height: 2.84;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.p-front .p-front-mv .p-front-mv__contactLink.en:before {
  right: 10px;
}

.p-front .p-front-mv .p-front-mv__lottie {
  position: absolute;
  top: 0;
  right: 0;
  width: 900px;
  height: 100%;
  overflow: hidden;
}

.p-front .p-front-mv .p-front-mv__lottie.jp {
  top: -90px;
  right: 35px;
  width: 730px;
  overflow: initial;
}

.p-front .p-front-mv .p-front-mv__lottie.jp.en {
  top: -115px;
}

.p-front .p-front-mv .p-front-mv__lottie .p-front-mv__lottieImage {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: scale(1.5) translateX(8%);
  transform: scale(1.5) translateX(8%);
}

.p-front .p-front-logos {
  position: relative;
  background-color: #ffffff;
}

.p-front .p-front-logos.jp {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
}

.p-front .p-front-logos .p-front-logos__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  padding: 6px 0 6px;
  width: 100%;
}

.p-front .p-front-logos .p-front-logos__container.jp {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.p-front .p-front-logos .p-front-logos__container.jp .p-front-logos__image {
  width: auto;
  height: 120px;
}

.p-front .p-front-logos .p-front-logos__container::after,
.p-front .p-front-logos .p-front-logos__container::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.p-front .p-front-logos .p-front-logos__container::before {
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0));
}

.p-front .p-front-logos .p-front-logos__container::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  border-radius: 10px 0 0 10px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(85%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 85%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 85%);
}

.p-front .p-front-logos .p-front-logos__image.clients {
  padding-top: 0;
  padding-bottom: 0;
  height: 225px;
  width: auto;
}

.p-front .p-front-logos .p-front-logos__image:nth-child(1) {
  -webkit-animation: logo_slide_1 60s -30s linear infinite;
  animation: logo_slide_1 60s -30s linear infinite;
}

.p-front .p-front-logos .p-front-logos__image:nth-child(2) {
  -webkit-animation: logo_slide_2 60s linear infinite;
  animation: logo_slide_2 60s linear infinite;
  padding-left: 60px;
}

@-webkit-keyframes logo_slide_1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes logo_slide_1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes logo_slide_2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes logo_slide_2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.p-front .p-front-pickUp {
  position: relative;
  padding: 34px 0;
  background-color: #F5F5F5;
}

.p-front .p-front-pickUp.jp {
  padding: 0;
  height: 420px;
  background-color: transparent;
}

.p-front .p-front-pickUp .p-front-pickUp__contaienr.jp {
  padding-top: 46px;
}

.p-front .p-front-pickUp .p-front-pickUp__titleWrapper {
  position: relative;
}

.p-front .p-front-pickUp .p-front-pickUp__title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-front .p-front-pickUp .p-front-pickUp__title.jp {
  font-size: 2.4rem;
  line-height: 0.8333333333;
  letter-spacing: 0em;
  margin-bottom: 20px;
  position: relative;
  left: 30px;
}

.p-front .p-front-pickUp .p-front-pickUp__title.jp:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0085D1;
  position: absolute;
  top: 2px;
  left: -30px;
}

.p-front .p-front-pickUp .p-front-pickUp__more {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #0044AC;
  position: absolute;
  right: 0;
  top: -14px;
  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;
}

.p-front .p-front-pickUp .p-front-pickUp__more__arrow {
  width: 48px;
  height: 48px;
  margin-left: 8px;
}

.p-front .p-front-pickUp .p-front-pickUp__more__arrow.after {
  display: none;
}

.p-front .p-front-pickUp .p-front-pickUp__more:hover {
  color: #0085D1;
  text-decoration: underline;
}

.p-front .p-front-pickUp .p-front-pickUp__more:hover .p-front-pickUp__more__arrow {
  display: none;
}

.p-front .p-front-pickUp .p-front-pickUp__more:hover .p-front-pickUp__more__arrow.after {
  display: block;
}

.p-front .p-front-pickUp .p-front-pickUp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.p-front .p-front-pickUp .p-front-pickUp__list.jp {
  margin-top: 31px;
}

.p-front .p-front-pickUp .p-front-pickUp__list .p-front-pickUp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-front .p-front-pickUp .p-front-pickUp__list .p-front-pickUp__item.jp {
  width: 231px;
  height: 250px;
  margin-right: 25px;
}

.p-front .p-front-pickUp .p-front-pickUp__list .p-front-pickUp__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 231px;
}

.p-front .p-front-pickUp .p-front-pickUp__list .slick-prev:before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  position: relative;
  left: -35px;
  background-image: url("../../img/arrow/arrow_left_slick_blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.p-front .p-front-pickUp .p-front-pickUp__list .slick-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  position: relative;
  right: -35px;
  background-image: url("../../img/arrow/arrow_right_slick_blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.p-front .p-front-pickUp .p-front-pickUp__slider__wrapper {
  width: 1020px;
}

.p-front .p-front-team {
  position: relative;
  padding: 72px 0 0 0;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background: #fff;
}

.p-front .p-front-team.en {
  margin: 100px auto 0;
  padding: 67px 0 0 0;
  width: 1200px;
  height: 400px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.p-front .p-front-team.en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  background: #fff;
  z-index: -1;
}

.p-front .p-front-team .p-front-team__container {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-front .p-front-team .p-front-team__container.en {
  position: relative;
  z-index: 2;
}

.p-front .p-front-team .p-front-team__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}

.p-front .p-front-team .p-front-team__title.en {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
}

.p-front .p-front-team .p-front-team__title em {
  color: #0044AC;
}

.p-front .p-front-team .p-front-team__text {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.016em;
}

.p-front .p-front-team .p-front-team__text.en {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
}

.p-front .p-front-strength {
  position: relative;
  padding-top: 169px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#DEF3FF), to(#BADFFF));
  background: -webkit-linear-gradient(top, #DEF3FF, #BADFFF);
  background: linear-gradient(to bottom, #DEF3FF, #BADFFF);
}

.p-front .p-front-strength.en {
  margin-top: 130px;
  padding-top: 140px;
}

.p-front .p-front-strength__mask {
  position: absolute;
  width: 100%;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/front/strength_bg_mask.png);
  left: 0;
  top: 0;
  z-index: 0;
}

.p-front .p-front-strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.p-front .p-front-strength__item {
  width: 316px;
  background: #fff;
  border-radius: 10px;
}

.p-front .p-front-strength__item__text-wrapper {
  padding: 22px 40px 30px 40px;
}

.p-front .p-front-strength__item__number {
  font-family: "Poppins", sans-serif;
  color: #0085D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

.p-front .p-front-strength__item__number.en {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0em;
}

.p-front .p-front-strength__item__number::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #0085D1;
}

.p-front .p-front-strength__item__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 8px;
}

.p-front .p-front-strength__item__title.en {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
}

.p-front .p-front-strength__item__text {
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.p-front .p-front-strength__item__text.en {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
}

.p-front .p-front-field {
  position: relative;
  padding: 96px 0;
  background: -webkit-linear-gradient(315deg, #00317B, #56AADA);
  background: linear-gradient(135deg, #00317B, #56AADA);
}

.p-front .p-front-field .p-front-field__mainTitle {
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-bottom: 68px;
}

.p-front .p-front-field .p-front-field__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.p-front .p-front-field .p-front-field__list .p-front-field__item {
  position: relative;
  width: 50%;
}

.p-front .p-front-field .p-front-field__list .p-front-field__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 12px;
  position: relative;
  height: 230px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-front .p-front-field .p-front-field__list .p-front-field__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 42, 73, 0.7);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-front .p-front-field .p-front-field__list .p-front-field__link:hover {
  color: #00307B;
}

.p-front .p-front-field .p-front-field__list .p-front-field__link:hover:after {
  background-color: rgba(255, 255, 255, 0.7);
}

.p-front .p-front-field .p-front-field__list .p-front-field__link:hover .p-front-field__textButton {
  color: #ffffff;
  background-color: #00307B;
  border: solid 1px #00307B;
}

.p-front .p-front-field .p-front-field__list .p-front-field__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-front .p-front-field .p-front-field__list .p-front-field__title {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.1363636364;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  z-index: 2;
}

.p-front .p-front-field .p-front-field__list .p-front-field__title small {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
}

.p-front .p-front-field .p-front-field__list .p-front-field__textButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 120px;
  height: 30px;
  border: solid 1px #ffffff;
  z-index: 2;
}

.p-front .p-front-field .p-front-field__list .p-front-field__textButton:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../img/button/field_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4px;
  height: 10px;
}

.p-front .p-front-field .p-front-field__footer {
  position: relative;
  margin-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-front .p-front-culture {
  position: relative;
  background-image: url("../../img/front/culture_bg.webp");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 169px 0 120px 0;
  background-color: #fff;
}

.p-front .p-front-culture .p-front-culture__contaienr {
  position: relative;
}

.p-front .p-front-culture .p-front-culture__mainTitle {
  margin-bottom: 64px;
  color: #ffffff;
}

.p-front .p-front-culture .p-front-culture__subTitle {
  top: 0;
  left: calc(var(--container-md-outer-design-width) * -1);
  color: #07295E;
}

.p-front .p-front-culture .p-front-culture__content {
  position: relative;
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "title image" "text image";
  color: #000;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  margin-top: 30px;
}

.p-front .p-front-culture .p-front-culture__content .p-front-culture__image {
  grid-area: image;
  width: 420px;
  margin-bottom: 0;
  max-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 10;
  position: relative;
}

.p-front .p-front-culture .p-front-culture__content .p-front-culture__image.obj {
  position: absolute;
  right: -235px;
  top: -25px;
  z-index: 1;
  max-height: none;
  width: 540px;
}

.p-front .p-front-culture .p-front-culture__content .p-front-culture__title {
  grid-area: title;
  font-size: 2.4rem;
  line-height: 2.125;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 22px;
}

.p-front .p-front-culture .p-front-culture__content .p-front-culture__text {
  grid-area: text;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.016em;
  line-height: 2;
}

.p-front .p-front-culture .p-front-culture__content .p-front-culture__text.en {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.016em;
  font-family: "Poppins", sans-serif;
}

.p-front .p-front-culture .p-front-culture__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-front .p-front-company {
  position: relative;
  background-color: #fff;
}

.p-front .p-front-company .p-front-company__container {
  position: relative;
  padding: 80px 0;
}

.p-front .p-front-company .p-front-company__title {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 46px;
}

.p-front .p-front-company .p-front-company__table {
  position: relative;
  margin-top: 41px;
}

.p-front .p-front-company .p-front-company__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-front .p-front-qa {
  display: block;
  position: relative;
  background-color: #E9F7FF;
}

.p-front .p-front-qa .p-front-qa__container {
  position: relative;
  padding: 64px 0 114px 0;
}

.p-front .p-front-qa .p-front-qa__title {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 46px;
}

.p-front .p-front-qa .p-front-qa__list {
  margin-top: 32px;
}

.p-front .p-front-qa .p-front-qa__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#toc_container ul {
  border: none !important;
}

.gradient-background {
  background: -webkit-gradient(linear, left top, left bottom, from(#BADFFF), to(#ffffff));
  background: -webkit-linear-gradient(top, #BADFFF 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #BADFFF 0%, #ffffff 100%);
}

.messari-japan__section {
  background: #0F1217;
  color: #fff;
  padding: 80px 0;
}

.messari-japan__section__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.messari-japan__text__wrapper {
  width: 548px;
}

.messari-japan__logo {
  width: 325px;
}

.messari-japan__title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
  letter-spacing: 0.01em;
}

.messari-japan__subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  letter-spacing: 0.01em;
}

.messari-japan__text {
  font-size: 14px;
  margin-top: 24px;
  letter-spacing: 0.01em;
}

.messari-japan__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #013F68;
  width: 320px;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  gap: 16px;
  border-radius: 8px;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.messari-japan__link:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.messari-japan__link__icon {
  width: 16px;
  height: 16px;
}

.messari-japan__image {
  width: 100%;
}

.messari-japan__image__wrapper {
  width: 395px;
}

.sp-company-faq__section {
  display: none;
}

.sp-company-faq__contents {
  width: 160px;
  padding: 24px 0 20px 0;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px rgba(134, 192, 226, 0.5);
  box-shadow: 0 0 15px rgba(134, 192, 226, 0.5);
}

.sp-company-faq__subtitle {
  font-size: 16px;
  font-weight: 700;
}

.sp-company-faq__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #0085D1;
  margin-top: 2px;
}

.sp-company-faq__arrow {
  width: 32px;
  height: 32px;
  margin: auto;
  margin-top: 12px;
}

/* 初期状態のスタイル */

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  visibility: hidden;
}

/* アニメーション後のスタイル */

.fadeIn.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.p-company .p-company-content {
  position: relative;
  margin-top: 100px;
  margin-bottom: 96px;
}

.p-service .p-service-order {
  position: relative;
  padding: 96px 0;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("../../img/service/order_bg.png");
}

.p-service .p-service-order .p-service-order__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  row-gap: 40px;
}

.p-service .p-service-order .p-service-order__item {
  position: relative;
}

.p-service .p-service-order .p-service-order__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #0044AC;
  padding: 12px 56px;
  color: #ffffff;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
}

.p-service .p-service-order .p-service-order__title .p-service-order__no {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-service .p-service-order .p-service-order__content {
  position: relative;
  background-color: #ffffff;
  padding: 40px 56px;
  display: grid;
  grid-template-columns: 532px 1fr;
  grid-template-rows: auto auto auto;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  grid-template-areas: "text text" "list image" "list more";
}

.p-service .p-service-order .p-service-order__content .p-service-order__text {
  grid-area: text;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  font-weight: 500;
  margin-bottom: 40px;
}

.p-service .p-service-order .p-service-order__content .p-service-order__image {
  grid-area: image;
  position: relative;
  margin-bottom: 16px;
}

.p-service .p-service-order .p-service-order__content .p-service-order__dotList {
  grid-area: list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.p-service .p-service-order .p-service-order__content .p-service-order__dotList .p-service-order__dotItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
}

.p-service .p-service-order .p-service-order__content .p-service-order__dotList .p-service-order__dotItem:before {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #0044AC;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-top: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-service .p-service-order .p-service-order__content .p-service-order__footer {
  grid-area: more;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-service .p-service-order .p-service-order__content .p-service-order__footer .p-service-order__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #0044AC;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.p-service .p-service-order .p-service-order__content .p-service-order__footer .p-service-order__more:after {
  content: "";
  width: 4px;
  height: 10px;
  position: relative;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/button/button_arrow_blue.svg");
}

.p-service .p-service-speciality {
  position: relative;
  background: -webkit-linear-gradient(315deg, #00317B, #56AADA);
  background: linear-gradient(135deg, #00317B, #56AADA);
}

.p-service .p-service-speciality .p-service-speciality__container {
  position: relative;
  padding: 112px 0 96px;
}

.p-service .p-service-speciality .p-service-speciality__mainTitle {
  margin-bottom: 68px;
  color: #ffffff;
}

.p-service .p-service-speciality .p-service-speciality__subTitle {
  top: 0;
  left: calc(var(--container-md-outer-design-width) * -1);
  color: #07295E;
}

.p-service .p-service-speciality .p-service-speciality__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  row-gap: 58px;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-service .p-service-speciality .p-service-speciality__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: calc(50% - 21px);
  background-color: #0044AC;
}

.p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__image {
  position: relative;
  aspect-ratio: 480/230;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 32px;
  color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__title {
  font-size: 2.2rem;
  line-height: 1.1363636364;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__title small {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
}

.p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  font-weight: 500;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__textButton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 120px;
  height: 30px;
}

.p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__textButton:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/button/button_arrow_white.svg");
  right: 10px;
}

.p-feature .p-feature-strength {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#CBECFF), to(#56AADA));
  background: -webkit-linear-gradient(left, #CBECFF, #56AADA);
  background: linear-gradient(to right, #CBECFF, #56AADA);
}

.p-feature .p-feature-strength .p-feature-strength__container {
  position: relative;
  padding: 110px 0 96px;
}

.p-feature .p-feature-strength .p-feature-strength__mainTitle {
  margin-bottom: 54px;
  font-size: 5.6rem;
  line-height: 1.4821428571;
  letter-spacing: 0.016em;
}

.p-feature .p-feature-strength .p-feature-strength__subTitle {
  top: 0;
  left: calc(var(--container-md-outer-design-width) * -1);
  color: #86C0E2;
}

.p-feature .p-feature-strength .p-feature-strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 120px;
  margin-bottom: 80px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(odd) .p-feature-strength__image img {
  -o-object-position: bottom left;
  object-position: bottom left;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(even) .p-feature-strength__image img {
  -o-object-position: top right;
  object-position: top right;
  right: 56px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:before,
.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:after {
  content: "";
  display: block;
  position: absolute;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec1,
.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec2 {
  width: 64%;
  position: absolute;
  height: 730px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec1:before,
.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(225px 0%, 100% 0%, calc(100% - 225px) 100%, 0% 100%);
  clip-path: polygon(225px 0%, 100% 0%, calc(100% - 225px) 100%, 0% 100%);
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec1:before {
  background-color: #79BEE5;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec2:before {
  background-color: #BFE5FB;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(1) .p-feature-strength__rec {
  height: 820px;
  bottom: -82px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(1) .p-feature-strength__rec1 {
  bottom: 0;
  right: -86px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(1) .p-feature-strength__rec2 {
  bottom: 92px;
  right: -363px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(2) .p-feature-strength__rec {
  height: 928px;
  bottom: -282px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(2) .p-feature-strength__rec1 {
  bottom: 0;
  left: -80px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(2) .p-feature-strength__rec2 {
  bottom: 196px;
  left: -274px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(3) .p-feature-strength__rec {
  height: 792px;
  bottom: -252px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(3) .p-feature-strength__rec1 {
  bottom: 0;
  right: -28px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(3) .p-feature-strength__rec2 {
  bottom: 0;
  right: -245px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(4) .p-feature-strength__rec {
  height: 836px;
  bottom: -432px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(4) .p-feature-strength__rec1 {
  bottom: 0;
  left: -80px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(4) .p-feature-strength__rec2 {
  bottom: 104px;
  left: -272px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(5) .p-feature-strength__rec {
  height: 800px;
  bottom: -134px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(5) .p-feature-strength__rec1 {
  bottom: 0;
  right: -244px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(5) .p-feature-strength__rec2 {
  bottom: 64px;
  right: -520px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__imageBox {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 490px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__imageBox .p-feature-strength__image {
  width: calc(100% + var(--container-md-outer-width));
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 874px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__imageBox .p-feature-strength__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec {
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow-x: hidden;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content {
  position: relative;
  width: 504px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__no {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Poppins", sans-serif;
  color: #43A3DB;
  width: 175px;
  height: 40px;
  background-color: #ffffff;
  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;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  margin-bottom: 12px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__no:before {
  content: "";
  display: block;
  position: relative;
  width: 32px;
  height: 1px;
  background-color: #43A3DB;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__title {
  font-size: 4rem;
  line-height: 1.575;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 38px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
  color: #0E4261;
  margin-bottom: 40px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #ffffff;
  border: solid 1px #ffffff;
  min-width: 120px;
  height: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0 26px;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__more:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/button/button_arrow_white.svg");
  right: 12px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__more:hover {
  background-color: #ffffff;
  color: #0044AC;
  border: #0044AC;
}

.p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__more:hover:after {
  background-image: url("../../img/button/button_arrow_blue.svg");
}

.p-feature .p-feature-point {
  position: relative;
  padding: 106px 0 96px;
}

.p-feature .p-feature-point .p-feature-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 72px;
}

.p-feature .p-feature-point .p-feature-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 104px;
  -moz-column-gap: 104px;
  column-gap: 104px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-feature .p-feature-point .p-feature-point__item .p-feature-point__title {
  width: 300px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  font-weight: 400;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-feature .p-feature-point .p-feature-point__item .p-feature-point__value {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.016em;
}

.p-feature .p-feature-purpose {
  position: relative;
  background: -webkit-linear-gradient(315deg, #00317B, #56AADA);
  background: linear-gradient(135deg, #00317B, #56AADA);
}

.p-feature .p-feature-purpose .p-feature-purpose__container {
  position: relative;
  padding: 112px 0 98px;
}

.p-feature .p-feature-purpose .p-feature-purpose__mainTitle {
  margin-bottom: 54px;
  color: #ffffff;
}

.p-feature .p-feature-purpose .p-feature-purpose__subTitle {
  top: 0;
  left: calc(var(--container-md-outer-design-width) * -1);
  color: #07295E;
}

.p-feature .p-feature-purpose .p-feature-purpose__content {
  position: relative;
}

.p-feature .p-feature-purpose .p-feature-purpose__content .p-feature-purpose__image {
  position: relative;
  margin-bottom: 0;
}

.p-feature .p-feature-purpose .p-feature-purpose__content .p-feature-purpose__text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  color: #ffffff;
  background-color: #0044AC;
  padding: 60px 82px;
}

.p-form .p-form-blok {
  position: relative;
  margin-top: 36px;
}

.p-form .p-form__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  row-gap: 32px;
}

.p-form .p-form__list {
  position: relative;
}

.p-form .p-form__list.hide {
  display: none;
}

.p-form .p-form__list.view {
  display: block;
}

.p-form .p-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-form .p-form__title,
.p-form .p-form__value {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.9333333333;
  letter-spacing: 0.04em;
}

.p-form .p-form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 200px;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-form .p-form__title.p-form__title--require:after {
  content: "※";
  position: relative;
  color: #DE0000;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.8em;
  line-height: 1;
}

.p-form .p-form__title .p-form__titleComment {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  font-size: 0.8em;
}

.p-form .p-form__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-form .p-form__value.p-form__value--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-form .p-form__value.p-form__value--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form .p-form__innerBlock {
  position: relative;
  width: 100%;
}

.p-form .p-form__innerBlock.p-form__innerBlock--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.p-form .p-form__innerBlock.p-form__innerBlock--alignin-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-form .p-form__innerBlock.p-form__innerBlock--rowAll {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form .p-form__innerBlock:not(.p-form .p-form__innerBlock.p-form__innerBlock--row) + .p-form__innerBlock {
  margin-top: 15px;
}

.p-form .p-form__innerBlock .p-form__innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.p-form .p-form__innerBlock .p-form__innerTitle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-form .p-form__innerComment {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin: 12px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-form .p-form__innerTitle {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  margin-right: 12px;
}

.p-form .p-form__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 40px;
}

.p-form .p-form__links .p-form__topButton {
  width: 290px;
  height: 50px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-form .p-form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 80px;
}

.p-form .p-form-actions .p-form-actions__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  width: 320px;
  height: 60px;
  color: #ffffff;
  background-color: #0044AC;
}

.p-form .p-form-actions .p-form-actions__button:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../img/button/button_arrow_white.svg");
}

.p-form .p-form-actions .p-form-actions__button input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form .p-form-actions .p-contact-actions__button--conf {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto;
}

.p-form .p-form-actions .p-contact-actions__button--conf span {
  margin-right: 12px;
}

.p-form .p-form-privacyPolicy {
  position: relative;
  margin-top: 80px;
}

.p-form .p-form-privacyPolicy .p-form-privacyPolicy__content {
  display: block;
  position: relative;
  height: 240px;
  overflow-y: scroll;
  background-color: #FAFAFA;
  border: solid 1px #CCCCCC;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
  padding: 32px;
  margin-bottom: 48px;
  border-radius: 4px;
}

.p-form .p-form-privacyPolicy .p-form-privacyPolicy__content em {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 28px;
}

.p-form .p-form-privacyPolicy .p-form-plivacyPolicy__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
}

.p-form .p-form__note {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 40px;
}

.p-input {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-input input,
.p-input select,
.p-input textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  min-height: 22px;
}

.p-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 24px 8px 16px;
}

.p-input--w30 {
  width: 29.4%;
}

.p-input--w50 {
  width: 49.4%;
}

.p-input--w60 {
  width: 49.4%;
}

.p-input--w70 {
  width: 69.4%;
}

.p-input--w100 {
  width: 100%;
}

.p-input--grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-input--px100 {
  width: 100px;
}

.p-input--px160 {
  width: 160px;
}

.p-input--px180 {
  width: 180px;
}

.p-input--year {
  width: 135px;
}

.p-input--month,
.p-input--day {
  width: 108px;
}

.p-table__box .p-input:not(:last-child) {
  margin-right: 6px;
}

.p-input.p-input--zipcode {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.p-input.p-input--zipcode input {
  width: 200px;
}

.p-input + .p-input {
  margin-top: 8px;
}

.p-culture .p-culture-intro {
  position: relative;
  background: -webkit-linear-gradient(315deg, #CBECFF, #56AADA);
  background: linear-gradient(135deg, #CBECFF, #56AADA);
  min-height: 1440px;
}

.p-culture .p-culture-intro .p-culture-intro__container {
  position: relative;
  padding: 70px 0 128px;
}

.p-culture .p-culture-intro .p-culture-intro__mainTitle {
  font-size: 7.2rem;
  line-height: 1.25;
  letter-spacing: 0.016em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: absolute;
  left: -60px;
  z-index: 1;
}

.p-culture .p-culture-intro .p-culture-intro__subTitle {
  position: absolute;
  top: -60px;
  left: calc(var(--container-lg-outer-design-width) * -1);
  color: #D5EEFF;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  font-size: 16rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 600;
}

.p-culture .p-culture-intro .p-culture-intro__content {
  padding-left: 120px;
  padding-top: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-culture .p-culture-intro .p-culture-intro___image {
  position: relative;
  width: 716px;
  margin-bottom: 28px;
}

.p-culture .p-culture-intro .p-culture-intro__text {
  font-size: 2rem;
  line-height: 2.25;
  letter-spacing: 0.016em;
  font-weight: 500;
  padding-right: 40px;
  z-index: 1;
}

.p-culture .p-culture-style {
  position: relative;
}

.p-culture .p-culture-style .p-culture-style__container {
  position: relative;
  padding: 110px 0 96px;
}

.p-culture .p-culture-style .p-culture-style__mainTitle {
  margin-bottom: 38px;
  font-size: 5.6rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
}

.p-culture .p-culture-style .p-culture-style__subTitle {
  top: 0;
  right: calc(var(--container-lg-outer-design-width) * -1);
  color: #F0F0F0;
}

.p-culture .p-culture-style .p-culture-style__intoro {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.016em;
  text-align: center;
  margin-bottom: 120px;
}

.p-culture .p-culture-style .p-culture-style__box + .p-culture-style__box {
  margin-top: 96px;
}

.p-culture .p-culture-style .p-culture-style__box .p-culture-style__boxTitle {
  font-size: 4rem;
  line-height: 1.575;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 38px;
  position: relative;
}

.p-culture .p-culture-style .p-culture-style__box .p-culture-style__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}

.p-culture .p-culture-style .p-culture-style__box .p-culture-style__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-culture .p-culture-style .p-culture-style__box .p-culture-style__item .p-culture-style__image {
  margin-bottom: 0;
}

.p-culture .p-culture-style .p-culture-style__box .p-culture-style__item .p-culture-style__content {
  padding: 24px 40px;
  position: relative;
  background-color: #ffffff;
}

.p-culture .p-culture-style .p-culture-style__box .p-culture-style__item .p-culture-style__content .p-culture-style__catTitle {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.1363636364;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0044AC;
  margin-bottom: 10px;
}

.p-culture .p-culture-style .p-culture-style__box .p-culture-style__item .p-culture-style__content .p-culture-style__text {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  font-weight: 500;
}

.p-culture .p-culture-society {
  position: relative;
  padding-bottom: 120px;
}

.p-culture .p-culture-society:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background: -webkit-linear-gradient(315deg, #00317B, #56AADA);
  background: linear-gradient(135deg, #00317B, #56AADA);
}

.p-culture .p-culture-society .p-culture-society__container {
  position: relative;
}

.p-culture .p-culture-society .p-culture-society__intoro {
  position: relative;
  margin-bottom: 100px;
  padding-top: 80px;
}

.p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__mainTitle {
  font-size: 6.6rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 38px;
}

.p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__intoroList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__intoroItem {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 26px;
  background-color: #ffffff;
  padding: 40px 54px;
}

.p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__intoroItem .p-culture-society__intoroImage {
  width: auto;
}

.p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__intoroItem .p-culture-society__intoroText {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.016em;
  font-weight: 500;
  text-align: center;
}

.p-culture .p-culture-society .p-culture-society__woman {
  position: relative;
  margin-bottom: 120px;
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanTitle {
  font-size: 4.8rem;
  line-height: 1.3125;
  letter-spacing: 0.016em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 100px;
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(odd) .p-culture-society__womanText {
  left: -40px;
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(odd) .p-culture-society__womanEn {
  right: calc(var(--container-lg-outer-design-width) * -1);
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(even) .p-culture-society__womanText {
  right: -40px;
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(even) .p-culture-society__womanEn {
  left: calc(var(--container-lg-outer-design-width) * -1);
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem .p-culture-society__womanEn {
  position: absolute;
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #F0F0F0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem .p-culture-society__womanImage {
  position: relative;
  width: 520px;
}

.p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem .p-culture-society__womanText {
  position: relative;
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.016em;
  font-weight: 500;
  padding: 48px;
  background-color: #D5EEFF;
  margin-top: 100px;
  z-index: 1;
}

.p-culture .p-culture-society .p-culture-society__solution {
  position: relative;
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionTitle {
  font-size: 4.8rem;
  line-height: 1.3125;
  letter-spacing: 0.016em;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: center;
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  row-gap: 32px;
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem {
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem:nth-child(1) .p-culture-society__solutionNo {
  background-image: url("../../img/culture/solution_01.svg");
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem:nth-child(2) .p-culture-society__solutionNo {
  background-image: url("../../img/culture/solution_02.svg");
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem:nth-child(3) .p-culture-society__solutionNo {
  background-image: url("../../img/culture/solution_03.svg");
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem .p-culture-society__solutionNo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
  width: 168px;
  height: 132px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-right: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem .p-culture-society__solutionNo b {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
}

.p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem .p-culture-society__solutionText {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.016em;
  font-weight: 500;
}

.p-culture .p-culture-work {
  position: relative;
  padding: 96px 0;
  background-color: #E9F7FF;
}

.p-culture .p-culture-work .p-culture-work__title {
  margin-bottom: 58px;
  font-size: 5.6rem;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-weight: 700;
}

.p-culture .p-culture-work .p-culture-work__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-culture .p-culture-work .p-culture-work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 40px);
}

.p-culture .p-culture-work .p-culture-work__item .p-culture-work__image {
  position: relative;
  width: 124px;
  height: 124px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-culture .p-culture-work .p-culture-work__item .p-culture-work__text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.016em;
  font-weight: 500;
}

.p-culture .p-culture-company {
  position: relative;
  background-color: #FAFAFA;
}

.p-culture .p-culture-company .p-culture-company__container {
  position: relative;
  padding: 110px 0 96px;
}

.p-culture .p-culture-company .p-culture-company__mainTitle {
  margin-bottom: 60px;
}

.p-culture .p-culture-company .p-culture-company__subTitle {
  top: 0;
  right: calc(var(--container-md-outer-design-width) * -1);
  color: #F0F0F0;
}

.p-culture .p-culture-company .p-culture-company__table {
  position: relative;
  margin: 0 auto 110px;
  width: 750px;
}

.p-culture .p-culture-company .p-culture-company__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact .p-contact-content {
  position: relative;
  margin-bottom: 36px;
}

.p-contact .p-contact-content .p-contact-content__container {
  position: relative;
  padding: 60px 120px;
  background-color: #ffffff;
  top: -60px;
}

.p-contact .p-contact-thanks {
  position: relative;
  margin-top: 40px;
  margin-bottom: 96px;
}

.p-contact .p-contact-thanks .p-contact-thanks__text {
  padding: 60px;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  margin-bottom: 80px;
}

.p-contact .p-contact-thanks .p-contact-thanks__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-faq {
  position: relative;
  background-color: #E9F7FF;
}

.p-faq .p-faq-categories {
  margin-top: 64px;
  margin-bottom: 100px;
}

.p-faq .p-faq-categories .p-faq-categories__title {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.p-faq .p-faq-categories .p-faq-categories__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-faq .p-faq-categories .p-faq-categories__nav .p-faq-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 84px;
  -moz-column-gap: 84px;
  column-gap: 84px;
  row-gap: 32px;
  max-width: 780px;
}

.p-faq .p-faq-categories .p-faq-categories__nav .p-faq-categories__item {
  position: relative;
  width: 300px;
}

.p-faq .p-faq-categories .p-faq-categories__nav .p-faq-categories__item .p-faq-categories__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #0044AC;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
  width: 100%;
}

.p-faq .p-faq-categories .p-faq-categories__nav .p-faq-categories__item .p-faq-categories__link:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 8px;
  background-image: url("../../img/arrow/arrow_down_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 20px;
}

.p-faq .p-faq-block {
  position: relative;
}

.p-faq .p-faq-block + .p-faq-block {
  margin-top: 96px;
}

.p-faq .p-faq-block.p-faq-block--last {
  margin-bottom: 96px;
}

.p-faq .p-faq-block .p-faq-block__title {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.p-privacy {
  background-color: #FFFFFF;
}

.p-privacy .p-privacy-content {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 80px;
  margin-top: 96px;
}

.p-privacy .p-privacy-content .p-privacy-intoro {
  position: relative;
  margin-bottom: 40px;
}

.p-privacy .p-privacy-content .p-privacy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}

.p-privacy .p-privacy-content .p-privacy-list .p-privacy-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.p-privacy .p-privacy-content .p-privacy-list .p-privacy-list__text {
  position: relative;
  overflow-wrap: break-word;
}

.p-privacy .p-privacy-content .p-privacy-list .p-privacy-list__title {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 700;
  padding: 14px 20px;
  background-color: #FAFAFA;
  border-left: solid 10px #0044AC;
}

.p-privacy .p-privacy-footer {
  margin-bottom: 80px;
}

.p-sitemap .p-sitemap-content {
  position: relative;
  margin: 58px 0 80px;
}

.p-sitemap .p-sitemap-content .p-sitemap-content__container {
  padding: 60px;
  position: relative;
  background-color: #ffffff;
}

.p-sitemap .p-sitemap-content .p-sitemap-nav {
  position: relative;
  display: grid;
  row-gap: 30px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__block {
  position: relative;
}

.p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__title {
  position: relative;
  width: 100%;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.016em;
  font-weight: 700;
  color: #0044AC;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 20px;
}

.p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__list {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 22px;
  padding-left: 30px;
}

.p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__list .p-sitemap-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__list .p-sitemap-nav__item:before {
  content: "・";
  position: relative;
}

.p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__list .p-sitemap-nav__item .p-sitemap-nav__link {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.016em;
  position: relative;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}

.p-member .p-member-content {
  margin: 50px 0 100px;
}

.p-member .p-member-content__container + .p-member-content__container {
  margin-top: 70px;
}

.p-member .p-member-categories {
  position: relative;
  margin-bottom: 40px;
}

.p-member .p-member-categories .p-member-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 24px;
  width: 80%;
  margin: 0 auto;
}

.p-member .p-member-categories .p-member-categories__item {
  position: relative;
}

.p-member .p-member-categories .p-member-categories__link {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.016em;
  font-weight: 500;
}

.p-member .p-member-categories .p-member-categories__link.is-selected {
  color: #0044AC;
  font-weight: 700;
}

.p-member .p-member__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  row-gap: 30px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-member .p-member__lists .p-member__item {
  position: relative;
  width: 280px;
  height: 400px;
  -webkit-box-shadow: 0 0 30px 0 rgba(137, 199, 255, 0.3);
  box-shadow: 0 0 30px 0 rgba(137, 199, 255, 0.3);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-member .p-member__lists .p-member__item.adviser {
  height: 320px;
}

.p-member .p-member__lists .p-member__item.adviser .p-article-member.pc-only:before {
  height: 220px;
  border-radius: 10px;
}

.p-member .p-member-cotent__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #0044AC;
  margin-bottom: 50px;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-member .p-member-cotent__title:after {
  content: "";
  display: block;
  position: relative;
  right: 0;
  width: auto;
  height: 1px;
  background-color: #0044AC;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.a2a_kit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  row-gap: 2px;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.a2a_kit a {
  width: 25%;
  padding: 0 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.a2a_kit a:hover {
  opacity: 0.6 !important;
}

.a2a_kit a .a2a_label {
  position: relative !important;
  width: auto !important;
  -webkit-clip-path: unset !important;
  clip-path: unset !important;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff !important;
}

.a2a_kit a.a2a_button_tumblr {
  background-color: rgb(0, 25, 53);
}

.a2a_kit a.a2a_button_tumblr:hover {
  background-color: rgb(0, 25, 53) !important;
}

.a2a_kit a.a2a_button_facebook {
  background-color: rgb(8, 102, 255);
}

.a2a_kit a.a2a_button_facebook:hover {
  background-color: rgb(8, 102, 255) !important;
}

.a2a_kit a.a2a_button_x {
  background-color: rgb(26, 26, 26);
}

.a2a_kit a.a2a_button_x:hover {
  background-color: rgb(26, 26, 26) !important;
}

.a2a_kit a.a2a_button_line {
  background-color: rgb(0, 195, 0);
}

.a2a_kit a.a2a_button_line:hover {
  background-color: rgb(0, 195, 0) !important;
}

.a2a_kit a.a2a_button_hatena {
  background-color: rgb(0, 166, 219);
}

.a2a_kit a.a2a_button_hatena:hover {
  background-color: rgb(0, 166, 219) !important;
}

.clients-and-partners__section {
  background: #fff;
}

.clients-and-partners__section__inner {
  width: 1201px;
  position: relative;
  margin: auto;
}

.clients-and-partners__section__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.clients-and-partners__section__title__wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 16px;
}

.clients-and-partners__section__subtitle {
  position: relative;
  font-size: 42px;
  z-index: 10;
  letter-spacing: 0.016em;
  display: inline-block;
  font-weight: 700;
}

.clients-and-partners__section__logo {
  width: 160px;
}

.clients-and-partners__section__logo__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1080px;
  margin: auto;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 26px;
  margin-top: 69px;
}

.case-study__container {
  width: 1200px;
}

.case-study__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px 0 60px;
  background: #FFF2F2;
  gap: 35px;
  margin-top: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-study__contents.case2 {
  background: #FFF9E8;
  padding: 0 60px 0 100px;
  gap: 119px;
}

.case-study__contents.case3 {
  background: #EAFFFB;
}

.case-study__contents__wrapper {
  margin: 50px 0 78px 0;
}

.case-study__contents__image {
  width: 100%;
}

.case-study__contents__image__wrapper {
  width: 483px;
  height: 341px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-study__contents__image__wrapper.case1 {
  position: relative;
}

.case-study__contents__image__wrapper.case2 {
  width: 308px;
  height: 308px;
}

.case-study__contents__image__wrapper.case3 {
  width: 415px;
  height: 415px;
}

.case-study__contents__text {
  font-size: 16px;
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.01rem;
}

.case-study__contents__text__wrapper {
  width: 583px;
  padding: 40px 0;
}

.case-study__contents__subtitle {
  font-weight: 300;
  font-size: 18px;
  color: #0044AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.case-study__contents__subtitle::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #0044AC;
}

.case-study__contents__title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background: #0044AC;
  display: inline-block;
  padding: 0 12px;
  margin-top: 12px;
}

.case-study__more-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 60px;
  border: 1px solid #0E4261;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}

.case-study__more-btn:hover {
  background: #0044AC;
  border-color: #0044AC;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-study__more-btn:hover .case-study__more-btn__arrow path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: #fff;
}

.case-study__more-btn__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
}

.case-study-single__main {
  padding: 0 0 96px 0;
}

.case-study-single__contents__wrapper {
  background: #fff;
  width: 1080px;
  margin: 0 auto;
  margin-top: 62px;
  padding: 56px 120px;
}

.case-study-single__contents__title {
  text-align: center;
  font-size: 20px;
  margin-top: 11px;
  font-weight: 900;
}

.case-study-single__contents__subtitle {
  text-align: center;
  font-size: 14px;
  color: #0044AC;
  font-weight: 900;
}

.case-study-single__content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.case-study-single__content__image {
  width: 100%;
}

.case-study-single__content__image__wrapper {
  width: 480px;
  margin: auto;
}

.case-study-single__content__text-wrapper {
  width: 100%;
}

.case-study-single__content__head-line {
  color: #0044AC;
  font-size: 16px;
  font-weight: 700;
  margin-top: 48px;
}

.case-study-single__content__head-line.top {
  margin-top: 20px;
}

.case-study-single__content__text {
  font-size: 14px;
  margin-top: 8px;
  white-space: pre-wrap;
}

.case-study-list__title {
  font-size: 24px;
  font-weight: 700;
}

.case-study-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0044AC;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
  height: 99px;
  margin-top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-study-list__item:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-study-list__item__wrapper {
  margin-top: 24px;
}

.case-study-list__text {
  font-size: 16px;
  font-weight: 500;
  color: #0044AC;
}

.case-study-list__text-case {
  font-size: 12px;
  margin-bottom: 10px;
}

.case-study-list__arrow-icon {
  width: 6px;
}

.case-study-top__container {
  width: 1200px;
  padding: 66px 50px 64px 50px;
  margin: auto;
  position: relative;
  background: transparent;
}

.case-study-top__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #fff;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  border-radius: 20px;
  opacity: 0.7;
  z-index: 1;
}

.case-study-top__container.works::before,
.case-study-top__container.case-study::before {
  opacity: 1;
}

.case-study-top__contents {
  position: relative;
  z-index: 100;
  width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.case-study-top__contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
}

.case-study-top__contents__wrapper.works {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 50px;
  position: relative;
  z-index: 100;
  padding-top: 32px;
  height: 505px;
  overflow: hidden;
  padding-bottom: 32px;
}

.case-study-top__contents__wrapper.works.open {
  height: auto;
}

.case-study-top__contents__image__wrapper {
  width: 100%;
  height: 164px;
  -webkit-box-shadow: 0 0 30px rgba(137, 199, 255, 0.3);
  box-shadow: 0 0 30px rgba(137, 199, 255, 0.3);
  border-radius: 10px;
}

.case-study-top__contents__text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 130px;
}

.case-study-top__contents__sp-more {
  display: none;
}

.works__contents {
  width: 300px;
  height: 452px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(134, 192, 226, 0.5);
  box-shadow: 0 0 30px rgba(134, 192, 226, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}

.works__contents__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works__contents__image-wrapper {
  width: 100%;
  height: 200px;
  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;
}

.works__contents__text-wrapper {
  padding: 24px 22px 0 24px;
  position: relative;
}

.works__contents__subtitle {
  font-size: 12px;
  color: #0044AC;
  font-weight: 500;
  letter-spacing: 0.01rem;
}

.works__contents__title {
  font-size: 18px;
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 0.01rem;
}

.works__contents__text {
  font-size: 14px;
  margin-top: 24px;
  letter-spacing: 0.01rem;
}

.works__contents__more-btn {
  position: relative;
  z-index: 100;
  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: 16px;
  margin: auto;
  margin-top: 50px;
}

.works__contents__more-btn::before {
  content: "実績をもっと見る";
  color: #0044AC;
  font-size: 16px;
  font-weight: 700;
}

.works__contents__more-btn__icon {
  width: 48px;
  height: 48px;
  border: 1px solid #0044AC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.works__contents__more-btn__icon::before {
  content: "";
  width: 13px;
  height: 1px;
  background: #0044AC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works__contents__more-btn__icon::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #0044AC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works__contents__more-btn:hover::before {
  text-decoration: underline;
  color: #0085D1;
}

.works__contents__more-btn:hover .works__contents__more-btn__icon {
  border-color: #0085D1;
  background-color: #0085D1;
}

.works__contents__more-btn:hover .works__contents__more-btn__icon::before {
  background: #fff;
}

.works__contents__more-btn:hover .works__contents__more-btn__icon::after {
  background: #fff;
}

.works__contents__more-btn.open::before {
  content: "実績を閉じる";
}

.works__contents__more-btn.open .works__contents__more-btn__icon::after {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }

  .fsp-12 {
    font-size: 1.2rem;
  }

  .mgb-4 {
    margin-bottom: 1;
  }

  .mgb-8 {
    margin-bottom: 1;
  }

  .mgb-12 {
    margin-bottom: 1;
  }

  .mgb-16 {
    margin-bottom: 1;
  }

  .mgb-20 {
    margin-bottom: 1;
  }

  .mgl-4 {
    margin-left: 1;
  }

  .mgl-8 {
    margin-left: 1;
  }

  .mgl-12 {
    margin-left: 1;
  }

  .mgl-16 {
    margin-left: 1;
  }

  .mgl-20 {
    margin-left: 1;
  }

  .mgr-4 {
    margin-right: 1;
  }

  .mgr-8 {
    margin-right: 1;
  }

  .mgr-12 {
    margin-right: 1;
  }

  .mgr-16 {
    margin-right: 1;
  }

  .mgr-20 {
    margin-right: 1;
  }

  .mgt-4 {
    margin-top: 1;
  }

  .mgt-8 {
    margin-top: 1;
  }

  .mgt-12 {
    margin-top: 1;
  }

  .mgt-16 {
    margin-top: 1;
  }

  .mgt-20 {
    margin-top: 1;
  }

  .pdb-4 {
    padding-bottom: 1;
  }

  .pdb-8 {
    padding-bottom: 1;
  }

  .pdb-12 {
    padding-bottom: 1;
  }

  .pdb-16 {
    padding-bottom: 1;
  }

  .pdb-20 {
    padding-bottom: 1;
  }

  .pdb-24 {
    padding-bottom: 1;
  }

  .pdb-28 {
    padding-bottom: 1;
  }

  .pdb-32 {
    padding-bottom: 1;
  }

  .pdb-36 {
    padding-bottom: 1;
  }

  .pdb-40 {
    padding-bottom: 1;
  }

  .pdl-4 {
    padding-left: 1;
  }

  .pdl-8 {
    padding-left: 1;
  }

  .pdl-12 {
    padding-left: 1;
  }

  .pdl-16 {
    padding-left: 1;
  }

  .pdl-20 {
    padding-left: 1;
  }

  .pdl-24 {
    padding-left: 1;
  }

  .pdl-28 {
    padding-left: 1;
  }

  .pdl-32 {
    padding-left: 1;
  }

  .pdl-36 {
    padding-left: 1;
  }

  .pdl-40 {
    padding-left: 1;
  }

  .pdr-4 {
    padding-right: 1;
  }

  .pdr-8 {
    padding-right: 1;
  }

  .pdr-12 {
    padding-right: 1;
  }

  .pdr-16 {
    padding-right: 1;
  }

  .pdr-20 {
    padding-right: 1;
  }

  .pdr-24 {
    padding-right: 1;
  }

  .pdr-28 {
    padding-right: 1;
  }

  .pdr-32 {
    padding-right: 1;
  }

  .pdr-36 {
    padding-right: 1;
  }

  .pdr-40 {
    padding-right: 1;
  }

  .pdt-4 {
    padding-top: 1;
  }

  .pdt-8 {
    padding-top: 1;
  }

  .pdt-12 {
    padding-top: 1;
  }

  .pdt-16 {
    padding-top: 1;
  }

  .pdt-20 {
    padding-top: 1;
  }

  .pdt-24 {
    padding-top: 1;
  }

  .pdt-28 {
    padding-top: 1;
  }

  .pdt-32 {
    padding-top: 1;
  }

  .pdt-36 {
    padding-top: 1;
  }

  .pdt-40 {
    padding-top: 1;
  }

  .l-body {
    min-width: 1370px;
  }

  .l-header {
    min-width: 1370px;
  }

  .l-footer {
    min-width: 1370px;
  }

  .l-main {
    min-width: 1000px;
  }

  .l-container-full {
    --container-size: 1440px;
    --container-outer-wdith: calc(calc(100vw - 1440px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1440px) * 0.5);
    width: 1440px;
  }

  :root {
    --container-full-outer-width: calc(calc(100vw - 1440px) * 0.5);
    --container-full-outer-design-width: calc(calc(100vw - 1440px) * 0.5);
  }

  .l-container-pickup {
    --container-size: 1320px;
    --container-outer-wdith: calc(calc(100vw - 1320px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1320px) * 0.5);
    width: 1320px;
  }

  :root {
    --container-pickup-outer-width: calc(calc(100vw - 1320px) * 0.5);
    --container-pickup-outer-design-width: calc(calc(100vw - 1320px) * 0.5);
  }

  .l-container-mv {
    --container-size: 1260px;
    --container-outer-wdith: calc(calc(100vw - 1260px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1260px) * 0.5);
    width: 1260px;
  }

  :root {
    --container-mv-outer-width: calc(calc(100vw - 1260px) * 0.5);
    --container-mv-outer-design-width: calc(calc(100vw - 1260px) * 0.5);
  }

  .l-container-xxl {
    --container-size: 1240px;
    --container-outer-wdith: calc(calc(100vw - 1240px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1240px) * 0.5);
    width: 1240px;
  }

  :root {
    --container-xxl-outer-width: calc(calc(100vw - 1240px) * 0.5);
    --container-xxl-outer-design-width: calc(calc(100vw - 1240px) * 0.5);
  }

  .l-container-xl {
    --container-size: 1240px;
    --container-outer-wdith: calc(calc(100vw - 1240px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1240px) * 0.5);
    width: 1240px;
  }

  :root {
    --container-xl-outer-width: calc(calc(100vw - 1240px) * 0.5);
    --container-xl-outer-design-width: calc(calc(100vw - 1240px) * 0.5);
  }

  .l-container-article {
    --container-size: 1220px;
    --container-outer-wdith: calc(calc(100vw - 1220px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1220px) * 0.5);
    width: 1220px;
  }

  :root {
    --container-article-outer-width: calc(calc(100vw - 1220px) * 0.5);
    --container-article-outer-design-width: calc(calc(100vw - 1220px) * 0.5);
  }

  .l-container-pc-inner {
    --container-size: 1202px;
    --container-outer-wdith: calc(calc(100vw - 1202px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1202px) * 0.5);
    width: 1202px;
  }

  :root {
    --container-pc-inner-outer-width: calc(calc(100vw - 1202px) * 0.5);
    --container-pc-inner-outer-design-width: calc(calc(100vw - 1202px) * 0.5);
  }

  .l-container-lg {
    --container-size: 1080px;
    --container-outer-wdith: calc(calc(100vw - 1080px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1080px) * 0.5);
    width: 1080px;
  }

  :root {
    --container-lg-outer-width: calc(calc(100vw - 1080px) * 0.5);
    --container-lg-outer-design-width: calc(calc(100vw - 1080px) * 0.5);
  }

  .l-container-md {
    --container-size: 1000px;
    --container-outer-wdith: calc(calc(100vw - 1000px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 1000px) * 0.5);
    width: 1000px;
  }

  :root {
    --container-md-outer-width: calc(calc(100vw - 1000px) * 0.5);
    --container-md-outer-design-width: calc(calc(100vw - 1000px) * 0.5);
  }

  .l-container-contact {
    --container-size: 960px;
    --container-outer-wdith: calc(calc(100vw - 960px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 960px) * 0.5);
    width: 960px;
  }

  :root {
    --container-contact-outer-width: calc(calc(100vw - 960px) * 0.5);
    --container-contact-outer-design-width: calc(calc(100vw - 960px) * 0.5);
  }

  .l-container-sm {
    --container-size: 744px;
    --container-outer-wdith: calc(calc(100vw - 744px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 744px) * 0.5);
    width: 744px;
  }

  :root {
    --container-sm-outer-width: calc(calc(100vw - 744px) * 0.5);
    --container-sm-outer-design-width: calc(calc(100vw - 744px) * 0.5);
  }

  .p-navigation .p-navigation__lists .p-navigation__subLists .p-navigation__subLink:hover {
    color: #CCCCCC;
  }

  .p-footer .p-footer__container .p-footer-nav .p-footer-nav__item:not(.jp):not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 1px;
    height: 1em;
    background-color: #ffffff;
  }

  .p-single-member .p-single-member__intoro .p-single-member__name:before {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    height: 1px;
    background-color: #777777;
    margin-right: 18px;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article-member {
    padding: 0;
    width: initial;
    height: initial;
  }

  .p-article-pickUp .p-article-pickUp__link.jp:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .p-table--profile .p-table__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .p-table--culture .p-table__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .p-template-column__link:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(even) .p-feature-strength__image {
    float: right;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__title {
    white-space: nowrap;
  }

  .p-culture .p-culture-intro .p-culture-intro__content:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + var(--container-lg-outer-design-width) - 40px);
    height: calc(100% + 80px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(var(--container-lg-outer-design-width) * -1);
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.8), #FFFFFF);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), #FFFFFF);
    -webkit-box-shadow: 0px 0px 50px #86C0E2;
    box-shadow: 0px 0px 50px #86C0E2;
  }

  .p-culture .p-culture-style .p-culture-style__box .p-culture-style__boxTitle:before {
    content: "";
    width: calc(var(--container-lg-outer-design-width) - 30px);
    left: calc(var(--container-lg-outer-design-width) * -1);
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 31.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__block:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__block:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__block:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__block:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__block:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__block:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__block:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
  }

  .p-member .p-member-categories .p-member-categories__link.is-selected:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
    background-color: #0044AC;
  }

  .p-member .p-member__lists .p-member__item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .p-member .p-member__lists .p-member__item:hover .p-article__arrow {
    display: block !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .fsp-12 {
    font-size: 0.8571428571vw;
  }

  .pc-mgb-4 {
    margin-bottom: 1;
  }

  .pc-mgb-8 {
    margin-bottom: 1;
  }

  .pc-mgb-12 {
    margin-bottom: 1;
  }

  .pc-mgb-16 {
    margin-bottom: 1;
  }

  .pc-mgb-20 {
    margin-bottom: 1;
  }

  .pc-mgl-4 {
    margin-left: 1;
  }

  .pc-mgl-8 {
    margin-left: 1;
  }

  .pc-mgl-12 {
    margin-left: 1;
  }

  .pc-mgl-16 {
    margin-left: 1;
  }

  .pc-mgl-20 {
    margin-left: 1;
  }

  .pc-mgr-4 {
    margin-right: 1;
  }

  .pc-mgr-8 {
    margin-right: 1;
  }

  .pc-mgr-12 {
    margin-right: 1;
  }

  .pc-mgr-16 {
    margin-right: 1;
  }

  .pc-mgr-20 {
    margin-right: 1;
  }

  .pc-mgt-4 {
    margin-top: 1;
  }

  .pc-mgt-8 {
    margin-top: 1;
  }

  .pc-mgt-12 {
    margin-top: 1;
  }

  .pc-mgt-16 {
    margin-top: 1;
  }

  .pc-mgt-20 {
    margin-top: 1;
  }

  .pc-pdb-4 {
    padding-bottom: 1;
  }

  .pc-pdb-8 {
    padding-bottom: 1;
  }

  .pc-pdb-12 {
    padding-bottom: 1;
  }

  .pc-pdb-16 {
    padding-bottom: 1;
  }

  .pc-pdb-20 {
    padding-bottom: 1;
  }

  .pc-pdb-24 {
    padding-bottom: 1;
  }

  .pc-pdb-28 {
    padding-bottom: 1;
  }

  .pc-pdb-32 {
    padding-bottom: 1;
  }

  .pc-pdb-36 {
    padding-bottom: 1;
  }

  .pc-pdb-40 {
    padding-bottom: 1;
  }

  .pc-pdl-4 {
    padding-left: 1;
  }

  .pc-pdl-8 {
    padding-left: 1;
  }

  .pc-pdl-12 {
    padding-left: 1;
  }

  .pc-pdl-16 {
    padding-left: 1;
  }

  .pc-pdl-20 {
    padding-left: 1;
  }

  .pc-pdl-24 {
    padding-left: 1;
  }

  .pc-pdl-28 {
    padding-left: 1;
  }

  .pc-pdl-32 {
    padding-left: 1;
  }

  .pc-pdl-36 {
    padding-left: 1;
  }

  .pc-pdl-40 {
    padding-left: 1;
  }

  .pc-pdr-4 {
    padding-right: 1;
  }

  .pc-pdr-8 {
    padding-right: 1;
  }

  .pc-pdr-12 {
    padding-right: 1;
  }

  .pc-pdr-16 {
    padding-right: 1;
  }

  .pc-pdr-20 {
    padding-right: 1;
  }

  .pc-pdr-24 {
    padding-right: 1;
  }

  .pc-pdr-28 {
    padding-right: 1;
  }

  .pc-pdr-32 {
    padding-right: 1;
  }

  .pc-pdr-36 {
    padding-right: 1;
  }

  .pc-pdr-40 {
    padding-right: 1;
  }

  .pc-pdt-4 {
    padding-top: 1;
  }

  .pc-pdt-8 {
    padding-top: 1;
  }

  .pc-pdt-12 {
    padding-top: 1;
  }

  .pc-pdt-16 {
    padding-top: 1;
  }

  .pc-pdt-20 {
    padding-top: 1;
  }

  .pc-pdt-24 {
    padding-top: 1;
  }

  .pc-pdt-28 {
    padding-top: 1;
  }

  .pc-pdt-32 {
    padding-top: 1;
  }

  .pc-pdt-36 {
    padding-top: 1;
  }

  .pc-pdt-40 {
    padding-top: 1;
  }
}

@media (min-width: 768px) and (min-width: 1100px) {
  .fsp-12 {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (min-width: 1401px) {
  .pc-mgb-4 {
    margin-bottom: 4px;
  }

  .pc-mgb-8 {
    margin-bottom: 8px;
  }

  .pc-mgb-12 {
    margin-bottom: 12px;
  }

  .pc-mgb-16 {
    margin-bottom: 16px;
  }

  .pc-mgb-20 {
    margin-bottom: 20px;
  }

  .pc-mgl-4 {
    margin-left: 4px;
  }

  .pc-mgl-8 {
    margin-left: 8px;
  }

  .pc-mgl-12 {
    margin-left: 12px;
  }

  .pc-mgl-16 {
    margin-left: 16px;
  }

  .pc-mgl-20 {
    margin-left: 20px;
  }

  .pc-mgr-4 {
    margin-right: 4px;
  }

  .pc-mgr-8 {
    margin-right: 8px;
  }

  .pc-mgr-12 {
    margin-right: 12px;
  }

  .pc-mgr-16 {
    margin-right: 16px;
  }

  .pc-mgr-20 {
    margin-right: 20px;
  }

  .pc-mgt-4 {
    margin-top: 4px;
  }

  .pc-mgt-8 {
    margin-top: 8px;
  }

  .pc-mgt-12 {
    margin-top: 12px;
  }

  .pc-mgt-16 {
    margin-top: 16px;
  }

  .pc-mgt-20 {
    margin-top: 20px;
  }

  .pc-pdb-4 {
    padding-bottom: 4px;
  }

  .pc-pdb-8 {
    padding-bottom: 8px;
  }

  .pc-pdb-12 {
    padding-bottom: 12px;
  }

  .pc-pdb-16 {
    padding-bottom: 16px;
  }

  .pc-pdb-20 {
    padding-bottom: 20px;
  }

  .pc-pdb-24 {
    padding-bottom: 24px;
  }

  .pc-pdb-28 {
    padding-bottom: 28px;
  }

  .pc-pdb-32 {
    padding-bottom: 32px;
  }

  .pc-pdb-36 {
    padding-bottom: 36px;
  }

  .pc-pdb-40 {
    padding-bottom: 40px;
  }

  .pc-pdl-4 {
    padding-left: 4px;
  }

  .pc-pdl-8 {
    padding-left: 8px;
  }

  .pc-pdl-12 {
    padding-left: 12px;
  }

  .pc-pdl-16 {
    padding-left: 16px;
  }

  .pc-pdl-20 {
    padding-left: 20px;
  }

  .pc-pdl-24 {
    padding-left: 24px;
  }

  .pc-pdl-28 {
    padding-left: 28px;
  }

  .pc-pdl-32 {
    padding-left: 32px;
  }

  .pc-pdl-36 {
    padding-left: 36px;
  }

  .pc-pdl-40 {
    padding-left: 40px;
  }

  .pc-pdr-4 {
    padding-right: 4px;
  }

  .pc-pdr-8 {
    padding-right: 8px;
  }

  .pc-pdr-12 {
    padding-right: 12px;
  }

  .pc-pdr-16 {
    padding-right: 16px;
  }

  .pc-pdr-20 {
    padding-right: 20px;
  }

  .pc-pdr-24 {
    padding-right: 24px;
  }

  .pc-pdr-28 {
    padding-right: 28px;
  }

  .pc-pdr-32 {
    padding-right: 32px;
  }

  .pc-pdr-36 {
    padding-right: 36px;
  }

  .pc-pdr-40 {
    padding-right: 40px;
  }

  .pc-pdt-4 {
    padding-top: 4px;
  }

  .pc-pdt-8 {
    padding-top: 8px;
  }

  .pc-pdt-12 {
    padding-top: 12px;
  }

  .pc-pdt-16 {
    padding-top: 16px;
  }

  .pc-pdt-20 {
    padding-top: 20px;
  }

  .pc-pdt-24 {
    padding-top: 24px;
  }

  .pc-pdt-28 {
    padding-top: 28px;
  }

  .pc-pdt-32 {
    padding-top: 32px;
  }

  .pc-pdt-36 {
    padding-top: 36px;
  }

  .pc-pdt-40 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .case-study-top__contents:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .case-study-top__contents:hover .case-study-top__contents__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  :root {
    --content-max-size: 1200px;
    --content-padding: 0 0;
    --content-side-padding: 0;
  }

  :root {
    --content-max-size: 1200px;
    --content-padding: 0 0;
    --content-side-padding: 0;
  }
}

@media (min-width: 1400px) {
  .l-container-full {
    width: 1440px;
    --container-size: 1440px;
    --container-outer-wdith: calc(calc(100vw - 1440px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1440px) * 0.5);
  }

  :root {
    --container-full-outer-width: calc(calc(100vw - 1440px) * 0.5);
    --container-full-outer-design-width: calc(calc(1400px - 1440px) * 0.5);
  }

  .l-container-pickup {
    width: 1320px;
    --container-size: 1320px;
    --container-outer-wdith: calc(calc(100vw - 1320px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1320px) * 0.5);
  }

  :root {
    --container-pickup-outer-width: calc(calc(100vw - 1320px) * 0.5);
    --container-pickup-outer-design-width: calc(calc(1400px - 1320px) * 0.5);
  }

  .l-container-mv {
    width: 1260px;
    --container-size: 1260px;
    --container-outer-wdith: calc(calc(100vw - 1260px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1260px) * 0.5);
  }

  :root {
    --container-mv-outer-width: calc(calc(100vw - 1260px) * 0.5);
    --container-mv-outer-design-width: calc(calc(1400px - 1260px) * 0.5);
  }

  .l-container-xxl {
    width: 1240px;
    --container-size: 1240px;
    --container-outer-wdith: calc(calc(100vw - 1240px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1240px) * 0.5);
  }

  :root {
    --container-xxl-outer-width: calc(calc(100vw - 1240px) * 0.5);
    --container-xxl-outer-design-width: calc(calc(1400px - 1240px) * 0.5);
  }

  .l-container-xl {
    width: 1240px;
    --container-size: 1240px;
    --container-outer-wdith: calc(calc(100vw - 1240px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1240px) * 0.5);
  }

  :root {
    --container-xl-outer-width: calc(calc(100vw - 1240px) * 0.5);
    --container-xl-outer-design-width: calc(calc(1400px - 1240px) * 0.5);
  }

  .l-container-article {
    width: 1220px;
    --container-size: 1220px;
    --container-outer-wdith: calc(calc(100vw - 1220px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1220px) * 0.5);
  }

  :root {
    --container-article-outer-width: calc(calc(100vw - 1220px) * 0.5);
    --container-article-outer-design-width: calc(calc(1400px - 1220px) * 0.5);
  }

  .l-container-pc-inner {
    width: 1202px;
    --container-size: 1202px;
    --container-outer-wdith: calc(calc(100vw - 1202px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1202px) * 0.5);
  }

  :root {
    --container-pc-inner-outer-width: calc(calc(100vw - 1202px) * 0.5);
    --container-pc-inner-outer-design-width: calc(calc(1400px - 1202px) * 0.5);
  }

  .l-container-lg {
    width: 1080px;
    --container-size: 1080px;
    --container-outer-wdith: calc(calc(100vw - 1080px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1080px) * 0.5);
  }

  :root {
    --container-lg-outer-width: calc(calc(100vw - 1080px) * 0.5);
    --container-lg-outer-design-width: calc(calc(1400px - 1080px) * 0.5);
  }

  .l-container-md {
    width: 1000px;
    --container-size: 1000px;
    --container-outer-wdith: calc(calc(100vw - 1000px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 1000px) * 0.5);
  }

  :root {
    --container-md-outer-width: calc(calc(100vw - 1000px) * 0.5);
    --container-md-outer-design-width: calc(calc(1400px - 1000px) * 0.5);
  }

  .l-container-contact {
    width: 960px;
    --container-size: 960px;
    --container-outer-wdith: calc(calc(100vw - 960px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 960px) * 0.5);
  }

  :root {
    --container-contact-outer-width: calc(calc(100vw - 960px) * 0.5);
    --container-contact-outer-design-width: calc(calc(1400px - 960px) * 0.5);
  }

  .l-container-sm {
    width: 744px;
    --container-size: 744px;
    --container-outer-wdith: calc(calc(100vw - 744px) * 0.5);
    --container-outer-design-width: calc(calc(1400px - 744px) * 0.5);
  }

  :root {
    --container-sm-outer-width: calc(calc(100vw - 744px) * 0.5);
    --container-sm-outer-design-width: calc(calc(1400px - 744px) * 0.5);
  }

  .p-header .p-header__container {
    padding: 0 30px;
  }
}

@media (min-width: 1401px) {
  .mgb-4 {
    margin-bottom: 4px;
  }

  .mgb-8 {
    margin-bottom: 8px;
  }

  .mgb-12 {
    margin-bottom: 12px;
  }

  .mgb-16 {
    margin-bottom: 16px;
  }

  .mgb-20 {
    margin-bottom: 20px;
  }

  .mgl-4 {
    margin-left: 4px;
  }

  .mgl-8 {
    margin-left: 8px;
  }

  .mgl-12 {
    margin-left: 12px;
  }

  .mgl-16 {
    margin-left: 16px;
  }

  .mgl-20 {
    margin-left: 20px;
  }

  .mgr-4 {
    margin-right: 4px;
  }

  .mgr-8 {
    margin-right: 8px;
  }

  .mgr-12 {
    margin-right: 12px;
  }

  .mgr-16 {
    margin-right: 16px;
  }

  .mgr-20 {
    margin-right: 20px;
  }

  .mgt-4 {
    margin-top: 4px;
  }

  .mgt-8 {
    margin-top: 8px;
  }

  .mgt-12 {
    margin-top: 12px;
  }

  .mgt-16 {
    margin-top: 16px;
  }

  .mgt-20 {
    margin-top: 20px;
  }

  .pdb-4 {
    padding-bottom: 4px;
  }

  .pdb-8 {
    padding-bottom: 8px;
  }

  .pdb-12 {
    padding-bottom: 12px;
  }

  .pdb-16 {
    padding-bottom: 16px;
  }

  .pdb-20 {
    padding-bottom: 20px;
  }

  .pdb-24 {
    padding-bottom: 24px;
  }

  .pdb-28 {
    padding-bottom: 28px;
  }

  .pdb-32 {
    padding-bottom: 32px;
  }

  .pdb-36 {
    padding-bottom: 36px;
  }

  .pdb-40 {
    padding-bottom: 40px;
  }

  .pdl-4 {
    padding-left: 4px;
  }

  .pdl-8 {
    padding-left: 8px;
  }

  .pdl-12 {
    padding-left: 12px;
  }

  .pdl-16 {
    padding-left: 16px;
  }

  .pdl-20 {
    padding-left: 20px;
  }

  .pdl-24 {
    padding-left: 24px;
  }

  .pdl-28 {
    padding-left: 28px;
  }

  .pdl-32 {
    padding-left: 32px;
  }

  .pdl-36 {
    padding-left: 36px;
  }

  .pdl-40 {
    padding-left: 40px;
  }

  .pdr-4 {
    padding-right: 4px;
  }

  .pdr-8 {
    padding-right: 8px;
  }

  .pdr-12 {
    padding-right: 12px;
  }

  .pdr-16 {
    padding-right: 16px;
  }

  .pdr-20 {
    padding-right: 20px;
  }

  .pdr-24 {
    padding-right: 24px;
  }

  .pdr-28 {
    padding-right: 28px;
  }

  .pdr-32 {
    padding-right: 32px;
  }

  .pdr-36 {
    padding-right: 36px;
  }

  .pdr-40 {
    padding-right: 40px;
  }

  .pdt-4 {
    padding-top: 4px;
  }

  .pdt-8 {
    padding-top: 8px;
  }

  .pdt-12 {
    padding-top: 12px;
  }

  .pdt-16 {
    padding-top: 16px;
  }

  .pdt-20 {
    padding-top: 20px;
  }

  .pdt-24 {
    padding-top: 24px;
  }

  .pdt-28 {
    padding-top: 28px;
  }

  .pdt-32 {
    padding-top: 32px;
  }

  .pdt-36 {
    padding-top: 36px;
  }

  .pdt-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1460px) {
  .p-header .p-header__container {
    padding: 0 60px;
  }
}

@media (min-width: 1600px) {
  .p-header .p-header-nav .p-header-nav__linkLists {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .p-header .p-header-nav .p-header-nav__buttonList {
    margin: 0 0 0 32px;
  }

  .p-header .p-header-nav .p-header-nav__lang {
    margin-left: 36px;
  }
}

@media (max-width: 1470px) {
  .l-container-full {
    --container-size: 1470px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-full-outer-width: 15px;
    --container-full-outer-design-width: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .l-header {
    margin: 0 auto;
    min-width: 1200px;
  }

  .p-header .p-header__container {
    margin: 0 auto;
    max-width: 1300px;
  }
}

@media (max-width: 1350px) {
  .l-container-pickup {
    --container-size: 1350px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-pickup-outer-width: 15px;
    --container-pickup-outer-design-width: 15px;
  }
}

@media (max-width: 1290px) {
  .l-container-mv {
    --container-size: 1290px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1290px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-mv-outer-width: 15px;
    --container-mv-outer-design-width: 15px;
  }
}

@media (max-width: 1270px) {
  .l-container-xxl {
    --container-size: 1270px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-xxl-outer-width: 15px;
    --container-xxl-outer-design-width: 15px;
  }

  .l-container-xl {
    --container-size: 1270px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-xl-outer-width: 15px;
    --container-xl-outer-design-width: 15px;
  }
}

@media (max-width: 1250px) {
  .l-container-article {
    --container-size: 1250px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-article-outer-width: 15px;
    --container-article-outer-design-width: 15px;
  }
}

@media (max-width: 1232px) {
  .l-container-pc-inner {
    --container-size: 1232px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1232px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-pc-inner-outer-width: 15px;
    --container-pc-inner-outer-design-width: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .l-header {
    margin: 0 auto;
    min-width: 1100px;
  }

  .p-header .p-header__container {
    margin: 0 auto;
    max-width: 1100px;
  }

  .p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__linkItem:nth-child(1),
  .p-header .p-header-nav .p-header-nav__linkLists .p-header-nav__linkItem:nth-child(6) {
    display: none;
  }
}

@media (max-width: 1199px) {
  :root {
    --content-max-size: 100%;
    --content-padding: 0 0;
    --content-side-padding: 0;
  }

  :root {
    --content-max-size: 100%;
    --content-padding: 0 0;
    --content-side-padding: 0;
  }
}

@media (max-width: 1110px) {
  .l-container-lg {
    --container-size: 1110px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1110px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-lg-outer-width: 15px;
    --container-lg-outer-design-width: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .l-header {
    margin: 0 auto;
    min-width: 1000px;
  }

  .p-header .p-header__container {
    margin: 0 auto;
    max-width: 1000px;
  }

  .p-header .p-header-nav .p-header-nav__buttonList .p-header-nav__buttonItem:nth-child(2) {
    display: none;
  }
}

@media (max-width: 1099px) {
  :root {
    --content-max-size: 100%;
    --content-padding: 0 0;
    --content-side-padding: 0;
  }

  :root {
    --content-max-size: 100%;
    --content-padding: 0 0;
    --content-side-padding: 0;
  }

  .tab-none {
    display: none !important;
  }
}

@media (max-width: 1030px) {
  .l-container-md {
    --container-size: 1030px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-md-outer-width: 15px;
    --container-md-outer-design-width: 15px;
  }
}

@media (max-width: 1023px) {
  :root {
    --content-max-size: 100%;
    --content-padding: 0 0;
    --content-side-padding: 0;
  }

  :root {
    --content-max-size: 100%;
    --content-padding: 0 0;
    --content-side-padding: 0;
  }
}

@media (max-width: 990px) {
  .l-container-contact {
    --container-size: 990px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-contact-outer-width: 15px;
    --container-contact-outer-design-width: 15px;
  }
}

@media (max-width: 774px) {
  .l-container-sm {
    --container-size: 774px;
    --container-outer-wdith: 15px;
    --container-outer-design-wdith: 15px;
    width: 774px;
    padding-left: 15px;
    padding-right: 15px;
  }

  :root {
    --container-sm-outer-width: 15px;
    --container-sm-outer-design-width: 15px;
  }
}

@media (max-width: 767px) {
  :root {
    --content-max-size: 100%;
    --content-padding: 0 18px;
    --content-side-padding: 18px;
  }

  :root {
    --content-max-size: 100%;
    --content-padding: 0 18px;
    --content-side-padding: 18px;
  }

  .pc-only {
    display: none !important;
  }

  .fss-9 {
    font-size: 0.9rem;
  }

  .mgb-4 {
    margin-bottom: 1;
  }

  .mgb-8 {
    margin-bottom: 1;
  }

  .mgb-12 {
    margin-bottom: 1;
  }

  .mgb-16 {
    margin-bottom: 1;
  }

  .mgb-20 {
    margin-bottom: 1;
  }

  .mgl-4 {
    margin-left: 1;
  }

  .mgl-8 {
    margin-left: 1;
  }

  .mgl-12 {
    margin-left: 1;
  }

  .mgl-16 {
    margin-left: 1;
  }

  .mgl-20 {
    margin-left: 1;
  }

  .mgr-4 {
    margin-right: 1;
  }

  .mgr-8 {
    margin-right: 1;
  }

  .mgr-12 {
    margin-right: 1;
  }

  .mgr-16 {
    margin-right: 1;
  }

  .mgr-20 {
    margin-right: 1;
  }

  .mgt-4 {
    margin-top: 1;
  }

  .mgt-8 {
    margin-top: 1;
  }

  .mgt-12 {
    margin-top: 1;
  }

  .mgt-16 {
    margin-top: 1;
  }

  .mgt-20 {
    margin-top: 1;
  }

  .pdb-4 {
    padding-bottom: 1;
  }

  .pdb-8 {
    padding-bottom: 1;
  }

  .pdb-12 {
    padding-bottom: 1;
  }

  .pdb-16 {
    padding-bottom: 1;
  }

  .pdb-20 {
    padding-bottom: 1;
  }

  .pdb-24 {
    padding-bottom: 1;
  }

  .pdb-28 {
    padding-bottom: 1;
  }

  .pdb-32 {
    padding-bottom: 1;
  }

  .pdb-36 {
    padding-bottom: 1;
  }

  .pdb-40 {
    padding-bottom: 1;
  }

  .pdl-4 {
    padding-left: 1;
  }

  .pdl-8 {
    padding-left: 1;
  }

  .pdl-12 {
    padding-left: 1;
  }

  .pdl-16 {
    padding-left: 1;
  }

  .pdl-20 {
    padding-left: 1;
  }

  .pdl-24 {
    padding-left: 1;
  }

  .pdl-28 {
    padding-left: 1;
  }

  .pdl-32 {
    padding-left: 1;
  }

  .pdl-36 {
    padding-left: 1;
  }

  .pdl-40 {
    padding-left: 1;
  }

  .pdr-4 {
    padding-right: 1;
  }

  .pdr-8 {
    padding-right: 1;
  }

  .pdr-12 {
    padding-right: 1;
  }

  .pdr-16 {
    padding-right: 1;
  }

  .pdr-20 {
    padding-right: 1;
  }

  .pdr-24 {
    padding-right: 1;
  }

  .pdr-28 {
    padding-right: 1;
  }

  .pdr-32 {
    padding-right: 1;
  }

  .pdr-36 {
    padding-right: 1;
  }

  .pdr-40 {
    padding-right: 1;
  }

  .pdt-4 {
    padding-top: 1;
  }

  .pdt-8 {
    padding-top: 1;
  }

  .pdt-12 {
    padding-top: 1;
  }

  .pdt-16 {
    padding-top: 1;
  }

  .pdt-20 {
    padding-top: 1;
  }

  .pdt-24 {
    padding-top: 1;
  }

  .pdt-28 {
    padding-top: 1;
  }

  .pdt-32 {
    padding-top: 1;
  }

  .pdt-36 {
    padding-top: 1;
  }

  .pdt-40 {
    padding-top: 1;
  }

  body {
    font-size: 1.4rem;
  }

  .l-header {
    height: 48px;
    min-width: 0;
  }

  .l-main {
    margin-top: 48px;
  }

  .l-container-full {
    --container-size: 100vw;
    --container-outer-wdith: calc(calc(100vw - 100vw) * 0.5);
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-full {
    --container-size: 100vw;
    --container-outer-wdith: calc(calc(100vw - 100vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 100vw) * 0.5);
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-full-outer-width: calc(calc(100vw - 100vw) * 0.5);
    --container-full-outer-design-width: calc(calc(100vw - 100vw) * 0.5);
  }

  .l-container-pickup {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-pickup {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-pickup-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-pickup-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .l-container-mv {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-mv {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-mv-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-mv-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .l-container-xxl {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-xxl {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-xxl-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-xxl-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .l-container-xl {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-xl {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-xl-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-xl-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .l-container-article {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-article {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-article-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-article-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .l-container-pc-inner {
    --container-size: 342px;
    --container-outer-wdith: calc(calc(100vw - 342px) * 0.5);
    width: 342px;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-pc-inner {
    --container-size: 342px;
    --container-outer-wdith: calc(calc(100vw - 342px) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 342px) * 0.5);
    width: 342px;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-pc-inner-outer-width: calc(calc(100vw - 342px) * 0.5);
    --container-pc-inner-outer-design-width: calc(calc(100vw - 342px) * 0.5);
  }

  .l-container-lg {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-lg {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-lg-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-lg-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .l-container-md {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-md {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-md-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-md-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .l-container-contact {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-contact {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-contact-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-contact-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .l-container-sm {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  .l-container-sp-sm {
    --container-size: 91.8vw;
    --container-outer-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    --container-outer-design-wdith: calc(calc(100vw - 91.8vw) * 0.5);
    width: 91.8vw;
    padding-left: 0;
    padding-right: 0;
  }

  :root {
    --container-sm-outer-width: calc(calc(100vw - 91.8vw) * 0.5);
    --container-sm-outer-design-width: calc(calc(100vw - 91.8vw) * 0.5);
  }

  .c-arrow--circle {
    width: 30px;
    height: 30px;
  }

  .c-arrow--circleLeft span {
    width: 30px;
    height: 30px;
  }

  .c-arrow--circleLeft span:before {
    width: 15px;
  }

  .c-arrow--circleLeft span:after {
    width: 6px;
    -webkit-transform: rotate(-30deg) translate(-7.5px, -4.5px);
    transform: rotate(-30deg) translate(-7.5px, -4.5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }

  .c-arrow--circleRight span {
    width: 30px;
    height: 30px;
  }

  .c-arrow--circleRight span:before {
    width: 15px;
  }

  .c-arrow--circleRight span:after {
    width: 6px;
    -webkit-transform: rotate(30deg) translate(2px, -3px);
    transform: rotate(30deg) translate(2px, -3px);
  }

  .c-button-roundedCorner,
  .p-button-blue,
  .p-button-orange {
    border-radius: 4px;
  }

  .c-input input,
  .c-input select,
  .c-input textarea {
    padding: 8px;
    border-radius: 5px;
  }

  .c-input select {
    padding: 4px 24px 4px 8px;
  }

  .c-hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .p-error .p-error-header {
    padding-top: 14px;
    margin-bottom: 18px;
  }

  .p-error .p-error__content .p-error__title {
    font-size: 3rem;
    line-height: 1.3666666667;
    letter-spacing: 0.016em;
    row-gap: 14px;
    margin-bottom: 22px;
    text-align: center;
  }

  .p-error .p-error__content .p-error__title .p-error__titleSmall {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-error .p-error__content .p-error__box {
    padding: 20px 16px 42px;
    margin-bottom: 32px;
  }

  .p-error .p-error__content .p-error__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-error .p-error-footer {
    margin-bottom: 48px;
  }

  .p-navigation .p-navigation-nav {
    padding-bottom: 30px;
  }

  .p-header .p-header__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 342px;
    background-color: #FFFFFF;
    padding: 0;
  }

  .p-header .p-header-logo {
    width: 113px;
  }

  .p-header .p-header-nav .p-header-nav__lang .glink,
  .p-header .p-header-nav .p-header-nav__lang a {
    background-color: #0044AC;
    color: #FFFFFF;
  }

  .p-header .p-header-nav .p-header-nav__lang .p-header-nav__langArrow {
    width: 5.8px;
    height: 6.2px;
  }

  .p-footer.en {
    height: auto;
  }

  .p-footer .p-footer__container.jp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-footer .p-footer__container.en {
    padding-top: 10px;
  }

  .p-footer .p-footer__container {
    padding: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-footer .p-footer__container .p-footer-logoAddress {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .p-footer .p-footer__container .p-footer-logoAddress.en {
    text-align: center;
  }

  .p-footer .p-footer__container .p-footer-logo.jp {
    margin: auto;
    width: 150px;
  }

  .p-footer .p-footer__container .p-footer-logo.en {
    width: 150px;
    height: 29px;
    margin: 0 auto;
  }

  .p-footer .p-footer__container .p-footer-logo {
    width: 218px;
    margin-bottom: 30px;
    justify-self: center;
  }

  .p-footer .p-footer__container .p-footer-nav.jp {
    margin: 0;
  }

  .p-footer .p-footer__container .p-footer-nav {
    margin: 0 0 40px;
  }

  .p-footer .p-footer__container .p-footer-nav .p-footer-nav__list.jp {
    width: 296px;
    margin: auto;
    margin-left: 50px;
  }

  .p-footer .p-footer__container .p-footer-nav .p-footer-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .p-footer .p-footer__container .p-footer-nav .p-footer-nav__item.jp:nth-child(odd) {
    left: 0;
  }

  .p-footer .p-footer__container .p-footer-nav .p-footer-nav__item {
    width: 126px;
  }

  .p-footer .p-footer__container .p-footer-nav .p-footer-nav__link {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-footer .p-footer__container .p-footer-contactLink.hoverArrow {
    width: 310px;
    height: 48px;
    font-size: 16px;
    margin-top: 32px;
  }

  .p-footer .p-footer__container .p-footer-contactLink {
    width: 100%;
    height: 56px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 32px;
  }

  .p-footer .p-footer__container .p-footer-snsList.jp {
    margin-top: 32px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .p-footer .p-footer__container .p-footer-snsList.en {
    margin-top: 32px;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .p-footer .p-footer__container .p-footer-snsList {
    margin-bottom: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-footer .p-footer__container .p-footer-address.jp {
    margin-top: 16px;
  }

  .p-footer .p-footer__container .p-footer-address {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
  }

  .p-footer .p-footer__container .p-footer-address .p-footer-address__title {
    display: block;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 6px;
  }

  .p-footer .p-footer-bottom.en {
    height: 149px;
    color: #777777;
  }

  .p-footer .p-footer-bottom {
    border-top: unset;
    padding: 20px 0 83px;
  }

  .p-footer .p-footer-bottom .p-footer-bottom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-footer .p-footer-bottom .p-footer-cop {
    margin-top: 12px;
  }

  .p-sidebar .p-sidebar-banner {
    margin-bottom: 0;
  }

  .p-single .p-single-mainHeader {
    padding-top: 14px;
    margin-bottom: 32px;
  }

  .p-single .p-single-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 48px;
    row-gap: 64px;
  }

  .p-single .p-single-wrap .p-single-sidebar {
    width: 100%;
  }

  .p-single .p-single-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-single .p-single-wrap .p-single-sidebar {
    width: 100%;
  }

  .p-single .p-single-article .p-single-header__title {
    font-size: 20px;
  }

  .p-single .p-single-main h2 {
    font-size: 2rem;
  }

  .p-single .p-single-main blockquote {
    margin-bottom: 32px;
  }

  .p-single-member {
    top: 0;
    padding: 30px 16px;
    margin-bottom: 24px;
  }

  .p-single-member .p-single-member__intoro {
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto 1fr auto;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 40px;
    grid-template-areas: "image catch" "image name" "text text";
  }

  .p-single-member .p-single-member__intoro .p-single-member__catch {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    letter-spacing: 0.016em;
    margin-bottom: 4px;
  }

  .p-single-member .p-single-member__intoro .p-single-member__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.016em;
    row-gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .p-single-member .p-single-member__intoro .p-single-member__name .p-single-member__position {
    margin-left: 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-single-member .p-single-member__intoro .p-single-member__text {
    margin-top: 30px;
    font-size: 1.1rem;
    line-height: 2.5454545455;
    letter-spacing: 0.016em;
  }

  .p-single-member .p-single-member__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px;
  }

  .p-single-member .p-single-member__images .p-single-member__image {
    aspect-ratio: 326/217;
    width: 100%;
  }

  .p-single-member .p-single-member-block {
    padding: 28px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-single-member .p-single-member-block .p-single-member-block__title {
    min-width: 100%;
    padding-left: 14px;
    border-left-width: 4px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.016em;
    margin-bottom: 16px;
  }

  .p-single-member .p-single-member-block .p-single-member-block__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-single-member .p-single-member-block .p-single-member-block__list {
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
    row-gap: 16px;
  }

  .p-single-member .p-single-member-block .p-single-member-block__archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 18px;
  }

  .p-single-member .p-single-member-block .p-single-member-block__archive .p-single-member-block__item {
    width: 100%;
  }

  .p-single-member .p-single-member-block .p-single-member-block__footer .p-single-member-block__more {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-single-member__footer {
    margin-bottom: 48px;
  }

  .p-single-member__footer .p-single-member__moreButton {
    margin-bottom: 80px;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherTitle {
    margin-bottom: 32px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 28px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 16px;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem {
    width: calc(50% - 16px);
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem:nth-child(5) {
    display: none;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article-member {
    width: 100%;
    height: auto;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__link {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__image {
    width: 100%;
    height: auto;
    aspect-ratio: 150/204;
    margin-bottom: 10px;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__content {
    padding: 0;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__name {
    text-shadow: none;
    margin-bottom: 4px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__nemeEn {
    text-shadow: none;
  }

  .p-single-member__footer .p-single-member__otherMember .p-single-member__otherList .p-single-member__otherItem .p-article__position {
    text-shadow: none;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-archive .p-archive-content {
    padding: 0 16px;
  }

  .p-archive .p-archive-content .p-archive-categories {
    margin-bottom: 56px;
  }

  .p-archive .p-archive-content .p-archive-categories .p-archive-categories__title {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-archive .p-archive-content .p-archive-categories .p-archive-categories__list {
    row-gap: 8px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .p-archive .p-archive-content .p-archive-categories .p-archive-categories__list .p-archive-categories__item {
    min-width: calc(50% - 4px);
  }

  .p-archive .p-archive-content .p-archive-categories .p-archive-categories__list .p-archive-categories__link {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.016em;
    height: 46px;
    padding: 0 6px;
  }

  .p-archive .p-archive-content .p-archive__lists {
    row-gap: 32px;
    margin-bottom: 40px;
  }

  .p-archive .p-archive-content .p-archive__list.pickup {
    width: 100%;
  }

  .p-archive .p-archive-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 48px;
    row-gap: 64px;
  }

  .p-archive .p-archive-wrap .p-archive-sidebar {
    width: 100%;
  }

  .p-title-ja {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  .p-title-ja.service {
    font-size: 22px;
    text-align: left;
    display: inline-block;
    padding: 0 16px;
  }

  .p-title-ja.service.support {
    display: block;
    text-align: center;
  }

  .p-title-en {
    font-size: 9rem;
    line-height: 1;
    letter-spacing: 0.016em;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    right: unset;
    overflow: hidden;
  }

  .contents-title__wrapper.service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .contents-title__wrapper.service.en {
    gap: 0;
  }

  .contents-title__en {
    font-size: 14px;
  }

  .contents-title__en.large {
    font-size: 56px;
    bottom: -9px;
    white-space: nowrap;
  }

  .contents-title__en.large.works {
    color: #CCEDFF;
  }

  .contents-title__en.large.blue {
    color: #CCEDFF;
  }

  .contents-title__en.large.service {
    bottom: 144px;
  }

  .contents-title__en.company {
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }

  .contents-title__en.faq {
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }

  .contents-title__ja {
    font-size: 18px;
    white-space: nowrap;
  }

  .contents-title__ja.large {
    font-size: 24px;
  }

  .contents-title__ja.company {
    font-size: 2.8rem;
    line-height: 2.1428571429;
    letter-spacing: 0.03em;
  }

  .contents-title__ja.faq {
    font-size: 2.8rem;
    line-height: 2.1428571429;
    letter-spacing: 0.03em;
  }

  .contents-title__more {
    margin: 0 auto;
    width: 91.8vw;
    font-size: 13px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 7px;
  }

  .contents-title__more::after {
    width: 32px;
    height: 32px;
  }

  .contents-title__under-text {
    font-size: 13px;
  }

  .contents-title__text-wrapper.works,
  .contents-title__text-wrapper.case-study {
    position: relative;
    margin: 0 auto;
    width: 91.8vw;
  }

  .p-viewPagenation .p-viewPagenation__lists {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .p-viewPagenation .p-viewPagenation__number {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-viewPagenation .p-viewPagenation__prev,
  .p-viewPagenation .p-viewPagenation__next {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .p-viewPagenation .p-viewPagenation__prev {
    margin-right: 22px;
  }

  .p-viewPagenation .p-viewPagenation__next {
    margin-left: 22px;
  }

  .p-article {
    padding-bottom: 20px;
    border-bottom: solid 1px #E5E5E5;
  }

  .p-article .p-article__link {
    row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-article .p-article__image {
    width: 100%;
    aspect-ratio: 326/180;
  }

  .p-article .p-article__content .p-article__header.pickup {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }

  .p-front-pickUp__article__top__wrapper.jp {
    width: 100%;
  }

  .p-article-pickUp__text.jp {
    font-size: 9px;
    margin-top: 7px;
    padding: 0 14px;
  }

  .p-article-pickUp__title.jp {
    padding: 0 14px;
    font-size: 1.1rem;
    line-height: 1.3636363636;
    letter-spacing: 0em;
    margin-top: 3px;
  }

  .p-article-pickUp__title {
    font-size: 11px;
    margin-left: 12px;
  }

  .p-article-pickUp .p-article-pickUp__link {
    padding: 24px 0 18px 0;
    gap: 13px;
    -webkit-box-shadow: 0 0 4px rgba(134, 192, 226, 0.5);
    box-shadow: 0 0 4px rgba(134, 192, 226, 0.5);
  }

  .p-article-pickUp .p-article-pickUp__image.jp {
    max-width: none;
    width: 100%;
  }

  .p-article-pickUp .p-article-pickUp__image {
    width: 127px;
    height: 75px;
    aspect-ratio: 127/75;
  }

  .p-article-pickUp .p-article-pickUp__content {
    padding: 16px;
  }

  .p-article-pickUp .p-article-pickUp__content .p-article-pickUp__title {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
  }

  .p-article-pickUp .p-front-team {
    padding: 48px 0;
  }

  .p-article-achievement .p-article-achievement__head .p-article-achievement__image {
    aspect-ratio: 358/210;
  }

  .p-article-achievement .p-article-achievement__head .p-article-achievement__companyNmae {
    padding: 0 20px;
  }

  .p-article-achievement .p-article-achievement__content {
    padding: 16px 16px 0 16px;
    margin-bottom: 20px;
  }

  .p-article-achievement .p-article-achievement__content .p-article-achievement__time {
    margin-bottom: 6px;
  }

  .p-article-achievement .p-article-achievement__content .p-article-achievement__title {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
  }

  .p-article-achievement .p-article-achievement__content .p-article-achievement__text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
  }

  .p-article-achievement .p-article-achievement__footer {
    padding: 0 16px 22px 16px;
  }

  .p-article-achievement .p-article-achievement__footer .p-article-achievement__cat {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0em;
    height: 27px;
  }

  .p-article-member {
    margin: 0 auto;
    padding: 0;
    width: 342px;
    height: 142px;
  }

  .p-article-member .p-article__link {
    padding: 16px 0;
    height: 142px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-article-member .p-article__image {
    width: 96px;
    height: 96px;
    border-radius: 50%;
  }

  .p-article-member .p-article__image img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -o-object-position: center 10px;
    object-position: center 10px;
  }

  .p-article-member .p-article__arrow {
    width: 32px;
    height: 32px;
    margin-right: 0;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
  }

  .p-article-member .p-article__arrow.blue {
    display: none;
    top: initial;
  }

  .p-article-member .p-article__content {
    padding: 0 0 0 20px;
  }

  .p-article-member .p-article__content .p-article__nemeEn {
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-shadow: none;
  }

  .p-article-member .p-article__content .p-article__name {
    margin-bottom: 11px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: none;
  }

  .p-article-member .p-article__content .p-article__position {
    margin-bottom: 8px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0em;
    color: #999999;
    text-shadow: none;
  }

  .p-article-member .p-article__content .p-article__text {
    text-shadow: none;
  }

  .p-article-member .p-article__categories {
    margin-top: 0;
    row-gap: 4px;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    height: 43px;
    overflow: hidden;
  }

  .p-article-member .p-article__categories .p-article__category {
    padding: 4px 8px;
    height: 19px;
    font-size: 0.8rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-article-memberColumn .p-article-memberColumn__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }

  .p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__thumb {
    aspect-ratio: 160/120;
    margin-bottom: 0;
    width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__time {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__title {
    font-size: 1.1rem;
    line-height: 1.5454545455;
    letter-spacing: 0.016em;
  }

  .p-article-memberColumn .p-article-memberColumn__link .p-article-memberColumn__cat {
    height: 23px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-button-box {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    width: 260px;
    height: 56px;
  }

  .p-button-box:after {
    right: 20px;
  }

  .p-graph--flow.p-graph--en .p-graph-footer .p-graph-footer__text {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.016em;
  }

  .p-graph--flow.p-graph--en .p-graph-footer .p-graph-footer__text small {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
  }

  .p-graph--flow .p-graph__list {
    row-gap: 12px;
    grid-template-columns: 6px 10px 1fr 12px 7px 6px 7px 6px 1fr;
  }

  .p-graph--flow .p-graph__item .p-graph__line:before {
    width: 6px;
    height: 6px;
  }

  .p-graph--flow .p-graph__item .p-graph__line:after {
    width: 12px;
    height: 14px;
  }

  .p-graph--flow .p-graph__item:nth-child(n+4) .p-graph__content {
    padding-bottom: 30px;
  }

  .p-graph--flow .p-graph__item:nth-child(n+4) .p-graph__title:after {
    position: absolute;
    bottom: 12px;
  }

  .p-graph--flow .p-graph__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .p-graph--flow .p-graph__box {
    width: 100%;
    height: 30px;
  }

  .p-graph--flow .p-graph__box .p-graph__number {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
    left: 0;
  }

  .p-graph--flow .p-graph__content {
    padding: 12px 16px;
  }

  .p-graph--flow .p-graph__content .p-graph__title {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
    margin-bottom: 6px;
  }

  .p-graph--flow .p-graph__content .p-graph__title:after {
    width: 68px;
    height: 14px;
    background-image: url("../../img/arrow/arrow_circle_down_text.svg");
  }

  .p-graph--flow .p-graph__content .p-graph__text {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    letter-spacing: 0.016em;
  }

  .p-graph--flow .p-graph-footer {
    border-left: 10px solid #0044AC;
    border-right: 10px solid #0044AC;
    height: 78px;
    padding: 0 10px;
  }

  .p-graph--flow .p-graph-footer:before,
  .p-graph--flow .p-graph-footer:after {
    width: 6px;
  }

  .p-graph--flow .p-graph-footer .p-graph-footer__text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.1666666667;
    letter-spacing: 0.016em;
  }

  .p-graph--flow .p-graph-footer .p-graph-footer__text small {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
  }

  .p-bunner {
    padding: 24px 0;
  }

  .p-bunner.p-bunner--en .p-bunner__container {
    row-gap: 12px;
  }

  .p-bunner .p-bunner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
    row-gap: 16px;
  }

  .p-bunner .p-bunner__title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-bunner .p-bunner__link {
    width: 310px;
    height: 48px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
    -webkit-box-shadow: 0 8px 20px rgba(134, 192, 226, 0.5);
    box-shadow: 0 8px 20px rgba(134, 192, 226, 0.5);
  }

  .p-consult-bunner .p-consult-bunner__container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-consult-bunner .p-consult-bunner__title {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-consult-bunner .p-consult-bunner__title.en {
    font-family: "Poppins", sans-serif;
  }

  .p-consult-bunner .p-consult-bunner__link {
    width: 310px;
    height: 48px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-achievement .p-achievement__container {
    padding: 48px 0;
  }

  .p-achievement .p-achievement__mainTitle {
    margin-bottom: 32px;
  }

  .p-achievement .p-achievement__list {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
  }

  .p-achievement .p-achievement__item {
    max-width: 100%;
  }

  .p-table .p-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-table .p-table__title {
    font-weight: 500;
  }

  .p-table .p-table__title.en {
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-table .p-table__value.en {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.016em;
    padding: 0;
  }

  .p-table--company {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-table--company .p-table__item {
    padding: 16px 0;
  }

  .p-table--company .p-table__title {
    width: 100%;
    margin-bottom: 10px;
  }

  .p-table--profile {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-table--profile .p-table__item {
    padding: 16px 0;
  }

  .p-table--profile .p-table__title {
    width: 100%;
    margin-bottom: 10px;
  }

  .p-table--culture {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
  }

  .p-table--culture .p-table__item {
    padding: 16px 0;
  }

  .p-table--culture .p-table__title {
    width: 100%;
    margin-bottom: 10px;
  }

  .p-template-member .p-template-member__container {
    padding: 48px 0;
  }

  .p-template-member .p-template-member__mainTitle {
    margin-bottom: 30px;
  }

  .p-template-member .p-template-member__subTitle {
    top: 26px;
  }

  .p-template-member .p-template-member__list {
    row-gap: 16px;
    margin-top: 16px;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-template-member .p-template-member__item {
    width: 342px;
    padding: 16px 20px;
    -webkit-box-shadow: 0 2px 40px rgba(134, 159, 226, 0.5);
    box-shadow: 0 2px 40px rgba(134, 159, 226, 0.5);
  }

  .p-template-member .p-template-member__article {
    height: auto;
  }

  .p-template-member .p-template-member__article .p-template-member__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }

  .p-template-member .p-template-member__article .p-template-member__image {
    width: 90px;
  }

  .p-template-member .p-template-member__article .p-template-member__textBox {
    width: 208px;
  }

  .p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__title {
    font-size: 1.8rem;
    line-height: 1.2777777778;
    letter-spacing: 0.1em;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 4px;
  }

  .p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__title span {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    letter-spacing: 0.1em;
  }

  .p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__title.en {
    padding-bottom: 0;
    font-size: 2.2rem;
    line-height: 1.8181818182;
    letter-spacing: 0.1em;
    border-bottom: none;
  }

  .p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__titleEn {
    border-bottom: none;
    font-size: 11px;
    padding-bottom: 0;
  }

  .p-template-member .p-template-member__article .p-template-member__textBox .p-template-member__pos {
    background: transparent;
    color: #999999;
    margin-left: 0;
    margin-right: auto;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 1;
    height: auto;
  }

  .p-template-member .p-template-member__article .p-template-member__more-btn {
    display: block;
    color: #0044AC;
    width: 95px;
    font-size: 10px;
    font-weight: 700;
    margin-left: auto;
    border: solid 1px #0044AC;
    border-radius: 9999px;
    padding-left: 9px;
    margin-right: 16px;
    height: 23px;
    line-height: 23px;
  }

  .p-template-member .p-template-member__article .p-template-member__message {
    display: none;
  }

  .p-template-news {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }

  .p-template-news .p-template-news__container {
    width: 342px;
    margin: auto;
    padding: 0;
    padding-bottom: 48px;
  }

  .p-template-news .p-template-news__container.sp-blue {
    background: #E9F7FF;
    padding: 24px;
    width: 342px;
    margin: auto;
    border-radius: 10px;
  }

  .p-template-news .p-template-news__mainTitle {
    margin-bottom: 32px;
  }

  .p-template-news .p-template-news__list {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .p-template-news .p-template-news__item {
    border-bottom: none;
  }

  .p-template-news .p-template-news__article {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
    row-gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0;
    padding: 0;
    margin-top: 6px;
  }

  .p-template-news .p-template-news__article .p-template-news__time {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-template-news .p-template-news__article .p-template-news__title {
    text-decoration: underline;
    line-height: 1.5;
  }

  .p-template-column .p-template-column__container {
    padding: 48px 0;
  }

  .p-template-column .p-template-column__mainTitle {
    margin-bottom: 32px;
  }

  .p-template-column .p-template-column__list {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
  }

  .p-template-column .p-template-column__item {
    max-width: 100%;
  }

  .p-template-column .p-template-column__article .p-template-column__image {
    aspect-ratio: 358/222;
    margin-bottom: 16px;
  }

  .p-template-column .p-template-column__article .p-template-column__title {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
    padding: 0 16px;
  }

  .p-template-column .p-template-column__article .p-template-column__categries {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 0 16px 23px;
  }

  .p-template-column .p-template-column__article .p-template-column__categries .p-template-column__category {
    padding: 0 10px;
    border-radius: 3px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-template-qa .p-template-qa__item.en {
    height: 110px;
  }

  .p-template-qa .p-template-qa__item.en.tight {
    height: 85px;
  }

  .p-template-qa .p-template-qa__item.en.tight.open {
    height: auto;
  }

  .p-template-qa .p-template-qa__item {
    padding: 18px 16px;
    border-radius: 0;
  }

  .p-template-qa .p-template-qa__q,
  .p-template-qa .p-template-qa__a {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.016em;
  }

  .p-template-qa .p-template-qa__q:before,
  .p-template-qa .p-template-qa__a:before {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-template-qa .p-template-qa__q.en,
  .p-template-qa .p-template-qa__a.en {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
    font-family: "Noto Serif JP", serif;
  }

  .p-template-qa .p-template-qa__q.en:before,
  .p-template-qa .p-template-qa__a.en:before {
    top: 5px;
  }

  .p-template-qa .p-template-qa__a {
    font-size: 12px;
  }

  .p-template-qa .p-template-qa__q {
    padding-bottom: 18px;
  }

  .p-template-qa .p-template-qa__q:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }

  .p-template-qa .p-template-qa__q.en {
    width: 265px;
  }

  .p-template-qa .p-template-qa__q.en:after {
    right: -25px;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-template-qa .p-template-qa__a {
    padding-top: 18px;
    padding-right: 0;
  }

  .p-template-support {
    padding: 40px 0;
  }

  .p-template-support .p-template-support__title {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .p-template-support .p-template-support__title.en {
    font-family: "Poppins", sans-serif;
  }

  .p-template-support .p-template-support__image {
    width: calc(100% + var(--container-md-outer-design-width));
    overflow-x: scroll;
  }

  .p-template-support .p-template-support__image img {
    width: 808px;
  }

  .p-template-support .p-template-support__more-btn {
    display: block;
    margin: auto;
    margin-top: 23px;
    width: 164px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #0044AC;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #0044AC;
  }

  .p-template-flow___image.top {
    display: none;
  }

  .p-template-flow .p-template-flow__container {
    padding: 48px 0;
  }

  .p-template-flow .p-template-flow__container.top {
    padding: 84px 0 0 0;
  }

  .p-template-flow .p-template-flow__mainTitle {
    margin-bottom: 16px;
  }

  .p-template-flow .p-template-flow__subTitle {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(90deg) translate(100%, 0%);
    transform: rotate(90deg) translate(100%, 0%);
    white-space: nowrap;
    left: unset !important;
    line-height: 1;
  }

  .p-template-flow .p-template-flow__message {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.016em;
    margin-bottom: 32px;
    text-align: left;
    padding: 0 16px;
  }

  .p-template-howto.works {
    padding: 0;
  }

  .p-template-howto .p-template-howto__container {
    padding: 48px 0;
  }

  .p-template-howto .p-template-howto__container.en {
    width: 310px;
    margin: auto;
  }

  .p-template-howto .p-template-howto__mainTitle {
    margin-bottom: 32px;
  }

  .p-template-howto .p-template-howto__mainTitle.en {
    margin-bottom: 50px;
  }

  .p-template-howto .p-template-howto__subTitle {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(90deg) translate(100%, 0%);
    transform: rotate(90deg) translate(100%, 0%);
    white-space: nowrap;
    left: unset !important;
    line-height: 1;
  }

  .p-template-howto .p-template-howto__list {
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-template-howto .p-template-howto__list.en {
    row-gap: 50px;
  }

  .p-template-howto .p-template-howto__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .p-template-howto .p-template-howto__item.en {
    -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;
    row-gap: 8px;
  }

  .p-template-howto .p-template-howto__image {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-template-howto .p-template-howto__no {
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0em;
    margin-bottom: 0;
  }

  .p-template-howto .p-template-howto__no.en {
    left: -30px;
  }

  .p-template-howto .p-template-howto__title {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.016em;
    margin-bottom: 0;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-template-howto .p-template-howto__title.en {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    letter-spacing: 0em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-template-howto .p-template-howto__text {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
    margin-top: 12px;
  }

  .p-template-howto .p-template-howto__text.en {
    width: 200px;
  }

  .p-template-howto .p-template-howto__text.en.wide {
    width: 225px;
  }

  .p-template-column__link {
    padding: 10px 16px 10px 10px;
    margin-top: 12px;
  }

  .p-template-column__link:first-child {
    margin-top: 12px;
  }

  .p-template-column__image__wrapper {
    width: 103px;
  }

  .p-template-column__title {
    width: 201px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-template-modal__member__text.en {
    white-space: pre-line;
  }

  .p-pankuzu .p-pankuzu__lists {
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }

  .p-pankuzu .p-pankuzu__lists .p-pankuzu__item {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .p-pankuzu .p-pankuzu__lists .p-pankuzu__item:after {
    margin-left: 16px;
  }

  .p-subpage-header {
    height: 120px;
  }

  .p-subpage-header.case-study {
    height: 170px;
  }

  .p-subpage-header.left {
    height: 88px;
  }

  .p-subpage-header .p-subpage-header__titles.left {
    padding-top: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 10px;
  }

  .p-subpage-header .p-subpage-header__titles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
    padding-top: 20px;
  }

  .p-subpage-header .p-subpage-header__pankuzu {
    top: 14px;
  }

  .p-subpage-header .p-subpage-header__mainTitle.left {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-subpage-header .p-subpage-header__mainTitle {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-subpage-header .p-subpage-header__subTitle.left {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 600;
    top: 0;
  }

  .p-subpage-header .p-subpage-header__subTitle {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-subpage-header.p-subpage-header--features {
    background-image: url("../../img/subpage/header_features_sp.png");
  }

  .p-subpage-header.p-subpage-header--company {
    background-image: url("../../img/subpage/header_company_sp.png");
  }

  .p-subpage-header.p-subpage-header--service {
    background-image: url("../../img/subpage/header_service_sp.png");
  }

  .p-subpage-header.p-subpage-header--culture {
    background-image: url("../../img/subpage/header_culture_sp.png");
  }

  .p-subpage-header.p-subpage-header--post {
    background-image: url("../../img/subpage/header_news_sp.png");
  }

  .p-subpage-header.p-subpage-header--contact {
    background-image: url("../../img/subpage/header_contact_sp.png");
  }

  .p-subpage-header.p-subpage-header--consult {
    background-image: url("../../img/subpage/header_consult_sp.png");
  }

  .p-subpage-header.p-subpage-header--contact-en {
    background-image: url("../../img/subpage/header_contact_sp.png");
  }

  .p-subpage-header.p-subpage-header--consult-en {
    background-image: url("../../img/subpage/header_consult_sp.png");
  }

  .p-subpage-header.p-subpage-header--privacy-policy {
    background-image: url("../../img/subpage/header_privacy-policy_sp.png");
  }

  .p-subpage-header.p-subpage-header--privacy-policy-en {
    background-image: url("../../img/subpage/header_privacy-policy_sp.png");
  }

  .p-subpage-header.p-subpage-header--column {
    background-image: url("../../img/subpage/header_column_sp.png");
  }

  .p-subpage-header.p-subpage-header--faq {
    background-image: url("../../img/subpage/header_faq_sp.png");
  }

  .p-subpage-header.p-subpage-header--sitemap {
    background-image: url("../../img/subpage/header_sitemap_sp.png");
  }

  .p-subpage-header.p-subpage-header--member {
    background-image: url("../../img/subpage/header_member_sp.png");
  }

  .p-subpage-header.p-subpage-header--member-left {
    background-image: url("../../img/subpage/header_member_left_sp.png");
  }

  .p-subpage-header.p-subpage-header--case-study {
    background-image: url("../../img/subpage/header_case-study_sp.png");
  }

  .p-subpage-header.p-subpage-header--contact,
  .p-subpage-header.p-subpage-header--consult,
  .p-subpage-header.p-subpage-header--contact-en,
  .p-subpage-header.p-subpage-header--consult-en {
    height: 120px;
  }

  .p-subpage-header.p-subpage-header--thanks .p-subpage-header__titles .p-subpage-header__mainTitle {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-subpage-header.p-subpage-header--thanks .p-subpage-header__titles .p-subpage-header__subTitle {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-subpage-header.p-subpage-header--thanks .p-subpage-header__pankuzu {
    margin-bottom: 18px;
  }

  .p-subpage-header__pankuzu.left {
    padding-top: 8px;
    height: 47px;
    background-color: #FFFFFF;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .p-subpage-header__pankuzu.left .p-pankuzu__lists {
    margin: 0 auto;
    width: 342px;
  }

  .p-aside .p-aside__link.en {
    font-family: "Poppins", sans-serif;
  }

  .p-aside .p-aside__link.en.left {
    font-size: 1.1rem;
    line-height: 3.6363636364;
    letter-spacing: 0em;
  }

  .p-front .p-front-mv__all {
    background-image: none;
  }

  .p-front .p-front-mv.center {
    height: 844px;
    min-height: initial;
  }

  .p-front .p-front-mv {
    height: 100vh;
    background-image: url("../../img/front/mv_bg_sp.png");
    overflow: hidden;
  }

  .p-front .p-front-mv.p-front-mv--en .p-front-mv__title {
    white-space: normal;
  }

  .p-front .p-front-mv.p-front-mv--en .p-front-mv__title em {
    white-space: nowrap;
  }

  .p-front .p-front-mv.p-front-mv--en .p-front-mv__item .p-front-mv__itemResult em {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-front .p-front-mv .p-front-mv__content.center {
    width: 100%;
    padding: 48px 0 0 0;
  }

  .p-front .p-front-mv .p-front-mv__content.center.en {
    left: 0;
  }

  .p-front .p-front-mv .p-front-mv__content {
    height: 100%;
    padding: 24px 0;
  }

  .p-front .p-front-mv .p-front-mv__title.center {
    margin: 36px 0 14px;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    white-space: nowrap;
  }

  .p-front .p-front-mv .p-front-mv__title.center.en {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 310px;
    margin: 20px auto 10px;
  }

  .p-front .p-front-mv .p-front-mv__title.center.en em {
    font-size: 3.4rem;
    line-height: 1.2352941176;
    letter-spacing: 0.05em;
    font-weight: 700;
  }

  .p-front .p-front-mv .p-front-mv__title {
    font-size: 4.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    white-space: nowrap;
  }

  .p-front .p-front-mv .p-front-mv__text.center {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    font-weight: 500;
  }

  .p-front .p-front-mv .p-front-mv__text.en {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 500;
    text-align: left;
    width: 310px;
    margin: 0 auto;
  }

  .p-front .p-front-mv .p-front-mv__text {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.016em;
  }

  .p-front .p-front-mv .p-front-mv__list.center {
    bottom: 220px;
  }

  .p-front .p-front-mv .p-front-mv__list.center.en {
    margin-bottom: 0;
    bottom: 275px;
  }

  .p-front .p-front-mv .p-front-mv__list {
    position: absolute;
    bottom: 24px;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .p-front .p-front-mv .p-front-mv__banner-wrapper {
    position: absolute;
    bottom: 205px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 310px;
    height: 48px;
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0em;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
  }

  .p-front .p-front-mv .p-front-mv__item {
    width: 116px;
    height: 116px;
  }

  .p-front .p-front-mv .p-front-mv__item.en {
    width: 109px;
    height: 109px;
  }

  .p-front .p-front-mv .p-front-mv__item .p-front-mv__itemTitle {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-front .p-front-mv .p-front-mv__item .p-front-mv__itemTitle.en {
    font-size: 0.9rem;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }

  .p-front .p-front-mv .p-front-mv__item .p-front-mv__itemResult {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }

  .p-front .p-front-mv .p-front-mv__item .p-front-mv__itemResult em {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-front .p-front-mv .p-front-mv__item .p-front-mv__itemResult em.en {
    font-size: 2.8rem;
    line-height: 0.6071428571;
    letter-spacing: 0em;
  }

  .p-front .p-front-mv .p-front-mv__item .p-front-mv__itemResult.en {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }

  .p-front .p-front-mv .p-front-mv__banner {
    width: 342px;
    height: auto;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }

  .p-front .p-front-mv .p-front-mv__lottie.jp {
    width: 318px;
    top: -120px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-front .p-front-mv .p-front-mv__lottie {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    right: unset;
    left: 50%;
    top: unset;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -36px;
  }

  .p-front .p-front-mv .p-front-mv__lottie .p-front-mv__lottieImage {
    -webkit-transform: scale(2) translateX(0%);
    transform: scale(2) translateX(0%);
  }

  .p-front .p-front-logos.jp {
    bottom: 97px;
    height: 88px;
    width: 100%;
    border-radius: 0;
  }

  .p-front .p-front-logos .p-front-logos__container.jp {
    height: 88px;
  }

  .p-front .p-front-logos .p-front-logos__container.jp .p-front-logos__image {
    height: 88px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-front .p-front-logos .p-front-logos__container {
    height: 100px;
    padding: 0;
  }

  .p-front .p-front-logos .p-front-logos__container::after,
  .p-front .p-front-logos .p-front-logos__container::before {
    height: 100%;
    width: 100px;
  }

  .p-front .p-front-logos .p-front-logos__image.clients {
    height: 88px;
  }

  .p-front .p-front-logos .p-front-logos__image {
    height: 100%;
    width: auto;
    padding: 0;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .p-front .p-front-logos .p-front-logos__image:nth-child(3) {
    -webkit-animation: logo_slide_1 60s -30s linear infinite;
    animation: logo_slide_1 60s -30s linear infinite;
  }

  .p-front .p-front-logos .p-front-logos__image:nth-child(4) {
    -webkit-animation: logo_slide_2 60s linear infinite;
    animation: logo_slide_2 60s linear infinite;
    padding-right: 20px;
  }

  .p-front .p-front-pickUp.jp {
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#CCE8FF), to(#FFFFFF));
    background: -webkit-linear-gradient(top, #CCE8FF, #FFFFFF);
    background: linear-gradient(to bottom, #CCE8FF, #FFFFFF);
    padding-bottom: 64px;
  }

  .p-front .p-front-pickUp {
    padding: 0;
    background: #fff;
  }

  .p-front .p-front-pickUp .p-front-pickUp__contaienr.jp {
    padding-top: 28px;
  }

  .p-front .p-front-pickUp .p-front-pickUp__titleWrapper {
    width: 342px;
  }

  .p-front .p-front-pickUp .p-front-pickUp__title.jp:before {
    width: 12px;
    height: 12px;
    top: 5px;
  }

  .p-front .p-front-pickUp .p-front-pickUp__title.jp {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0em;
  }

  .p-front .p-front-pickUp .p-front-pickUp__title {
    margin-bottom: 0;
    padding: 16px 0 16px 32px;
  }

  .p-front .p-front-pickUp .p-front-pickUp__more {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0.08em;
    top: -6px;
  }

  .p-front .p-front-pickUp .p-front-pickUp__more__arrow {
    width: 32px;
    height: 32px;
  }

  .p-front .p-front-pickUp .p-front-pickUp__list.jp {
    margin-top: 12px;
    width: 342px;
  }

  .p-front .p-front-pickUp .p-front-pickUp__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    width: 326px;
    margin: auto;
  }

  .p-front .p-front-pickUp .p-front-pickUp__list .p-front-pickUp__item:nth-child(1) {
    border-bottom: 1px solid #dcdcdc;
  }

  .p-front .p-front-pickUp .p-front-pickUp__list .p-front-pickUp__item.jp {
    width: 142px;
    height: 168px;
    margin-right: 16px;
  }

  .p-front .p-front-pickUp .p-front-pickUp__list .p-front-pickUp__article {
    width: 100%;
  }

  .p-front .p-front-pickUp .p-front-pickUp__list .slick-prev:before {
    display: none;
  }

  .p-front .p-front-pickUp .p-front-pickUp__list .slick-next:before {
    display: none;
  }

  .p-front .p-front-pickUp .p-front-pickUp__slider__wrapper .slick-list {
    padding: 2px !important;
  }

  .p-front .p-front-team {
    padding: 0 0 48px 0;
  }

  .p-front .p-front-team.en {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    top: -96px;
  }

  .p-front .p-front-team .p-front-team__container {
    padding: 0 16px;
  }

  .p-front .p-front-team .p-front-team__title {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .p-front .p-front-team .p-front-team__title.en {
    width: 310px;
    margin: 52px auto 0;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-family: "Poppins", sans-serif;
  }

  .p-front .p-front-team .p-front-team__text {
    padding-top: 15px;
    font-size: 1.3rem;
    line-height: 2.1538461538;
    letter-spacing: 0.001em;
  }

  .p-front .p-front-team .p-front-team__text.en {
    width: 310px;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0em;
  }

  .p-front .p-front-strength {
    overflow: hidden;
    padding-top: 92px;
  }

  .p-front .p-front-strength.en {
    margin-top: 0;
    padding-top: 110px;
  }

  .p-front .p-front-strength__mask {
    height: 675px;
  }

  .p-front .p-front-strength__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
    gap: 16px;
  }

  .p-front .p-front-strength__item {
    width: 342px;
    margin: auto;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
  }

  .p-front .p-front-strength__item.item1 {
    background-image: url("../../img/front/strength_bg_sp1.webp");
  }

  .p-front .p-front-strength__item.item2 {
    background-image: url("../../img/front/strength_bg_sp2.webp");
  }

  .p-front .p-front-strength__item.item3 {
    background-image: url("../../img/front/strength_bg_sp3.webp");
  }

  .p-front .p-front-strength__item__image {
    display: none;
  }

  .p-front .p-front-strength__item__text-wrapper {
    padding: 18px 24px;
  }

  .p-front .p-front-strength__item__text-wrapper.en {
    padding: 21px 14px;
  }

  .p-front .p-front-strength__item__text-wrapper.item3 {
    padding: 15px 24px;
  }

  .p-front .p-front-strength__item__text-wrapper.item3.en {
    padding: 8px 14px;
  }

  .p-front .p-front-strength__item__number {
    font-size: 12px;
    gap: 6px;
  }

  .p-front .p-front-strength__item__number.en {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .p-front .p-front-strength__item__number::before {
    width: 23px;
  }

  .p-front .p-front-strength__item__title {
    font-size: 18px;
    margin-top: 8px;
  }

  .p-front .p-front-strength__item__title.en {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-front .p-front-strength__item__text {
    font-size: 13px;
    margin-top: 8px;
  }

  .p-front .p-front-strength__item__text.en {
    font-size: 1.3rem;
    line-height: 1.7692307692;
    letter-spacing: 0em;
  }

  .p-front .p-front-field {
    padding: 48px 0;
  }

  .p-front .p-front-field .p-front-field__mainTitle {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
  }

  .p-front .p-front-field .p-front-field__list .p-front-field__link {
    height: 136px;
  }

  .p-front .p-front-field .p-front-field__list .p-front-field__title {
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
  }

  .p-front .p-front-field .p-front-field__list .p-front-field__title small {
    font-size: 1.1rem;
    line-height: 1.4545454545;
    letter-spacing: 0.1em;
  }

  .p-front .p-front-field .p-front-field__list .p-front-field__textButton {
    width: 96px;
    height: 26px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-front .p-front-field .p-front-field__footer {
    margin-top: 32px;
  }

  .p-front .p-front-culture {
    background-image: url("../../img/front/culture_bg_sp.webp");
    padding: 92px 0 57px 0;
  }

  .p-front .p-front-culture .p-front-culture__mainTitle {
    margin-bottom: 32px;
  }

  .p-front .p-front-culture .p-front-culture__subTitle {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg) translate(calc(-1em + 20px), 0%);
    transform: rotate(90deg) translate(calc(-1em + 20px), 0%);
    white-space: nowrap;
    left: calc(var(--container-lg-outer-design-width) * -1) !important;
    line-height: 1;
    width: auto;
    font-size: 10rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-front .p-front-culture .p-front-culture__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "image" "title" "text";
    width: 342px;
    margin: auto;
    margin-bottom: 16px;
  }

  .p-front .p-front-culture .p-front-culture__content .p-front-culture__image.obj {
    width: 280px;
    right: -75px;
    top: -66px;
  }

  .p-front .p-front-culture .p-front-culture__content .p-front-culture__image {
    width: 100%;
    margin-top: 20px;
  }

  .p-front .p-front-culture .p-front-culture__content .p-front-culture__title {
    font-size: 1.8rem;
    line-height: 2.1666666667;
    letter-spacing: 0.016em;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .p-front .p-front-culture .p-front-culture__content .p-front-culture__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-front .p-front-culture .p-front-culture__content .p-front-culture__text.en {
    padding-top: 10px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-front .p-front-culture .p-front-culture__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-front .p-front-company .p-front-company__container {
    padding: 48px 16px;
  }

  .p-front .p-front-company .p-front-company__container.en {
    padding: 48px 0;
    width: 310px;
    margin: auto;
  }

  .p-front .p-front-company .p-front-company__title {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 32px;
  }

  .p-front .p-front-company .p-front-company__table {
    margin-bottom: 52px;
  }

  .p-front .p-front-company .p-front-company__table.en {
    margin: 10px auto 10px;
  }

  .p-front .p-front-qa .p-front-qa__container {
    padding: 48px 0;
  }

  .p-front .p-front-qa .p-front-qa__container.en {
    width: 342px;
  }

  .p-front .p-front-qa .p-front-qa__title {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .p-front .p-front-qa .p-front-qa__list {
    margin-bottom: 32px;
  }

  .pickup-container {
    margin: 0 auto;
    width: 100%;
  }

  a._pdf::after {
    position: static !important;
    padding-left: 5px;
  }

  .gradient-background {
    background: -webkit-gradient(linear, left top, left bottom, from(#BADFFF), color-stop(55%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(top, #BADFFF 0%, #ffffff 55%, #ffffff 100%);
    background: linear-gradient(to bottom, #BADFFF 0%, #ffffff 55%, #ffffff 100%);
  }

  .messari-japan__section {
    padding: 32px 0 40px 0;
    background: #fff;
  }

  .messari-japan__section__inner {
    width: 342px;
    margin: auto;
    background: #0F1217;
    padding: 24px 16px;
    border-radius: 10px;
  }

  .messari-japan__text__wrapper {
    width: 100%;
  }

  .messari-japan__logo {
    width: 201px;
    margin: auto;
  }

  .messari-japan__title {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
  }

  .messari-japan__subtitle {
    font-size: 14px;
    margin-top: 16px;
  }

  .messari-japan__text {
    font-size: 12px;
    margin-top: 12px;
  }

  .messari-japan__link {
    width: 220px;
    height: 40px;
    gap: 6px;
    font-size: 12px;
    margin: auto;
    margin-top: 12px;
  }

  .messari-japan__link__icon {
    width: 10px;
    height: 10px;
  }

  .messari-japan__image {
    margin-top: 16px;
  }

  section {
    overflow-x: hidden;
  }

  .sp-company-faq__section {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 20px 0;
    text-align: center;
  }

  .p-company .p-company-content {
    margin: 48px 0;
  }

  .p-company .p-company-content__container {
    padding: 0 16px;
  }

  .p-service .p-service-order {
    padding: 48px 0;
    background-image: unset;
    background-color: #E9F7FF;
  }

  .p-service .p-service-order .p-service-order__list {
    row-gap: 24px;
  }

  .p-service .p-service-order .p-service-order__title {
    padding: 10px 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-service .p-service-order .p-service-order__title .p-service-order__no {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-service .p-service-order .p-service-order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 16px;
  }

  .p-service .p-service-order .p-service-order__content .p-service-order__text {
    margin-bottom: 14px;
    font-size: 1.1rem;
    line-height: 1.8181818182;
    letter-spacing: 0.016em;
  }

  .p-service .p-service-order .p-service-order__content .p-service-order__image {
    width: 240px;
    margin-bottom: 14px;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .p-service .p-service-order .p-service-order__content .p-service-order__dotList {
    row-gap: 8px;
    margin-bottom: 20px;
  }

  .p-service .p-service-order .p-service-order__content .p-service-order__dotList .p-service-order__dotItem {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.016em;
  }

  .p-service .p-service-order .p-service-order__content .p-service-order__footer .p-service-order__more {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-service .p-service-speciality .p-service-speciality__container {
    padding: 48px 0;
  }

  .p-service .p-service-speciality .p-service-speciality__mainTitle {
    margin-bottom: 42px;
  }

  .p-service .p-service-speciality .p-service-speciality__list {
    row-gap: 20px;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
  }

  .p-service .p-service-speciality .p-service-speciality__item {
    width: calc(50% - 7px);
  }

  .p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__image {
    aspect-ratio: 172/122;
  }

  .p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__content {
    padding: 24px 16px 20px;
  }

  .p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__title {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }

  .p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__title small {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__text {
    font-size: 1.1rem;
    line-height: 1.8181818182;
    letter-spacing: 0.016em;
    margin-bottom: 15px;
  }

  .p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__textButton {
    width: 96px;
    height: 26px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-service .p-service-speciality .p-service-speciality__item .p-service-speciality__textButton:after {
    width: 4px;
    height: 9px;
    right: 10px;
  }

  .p-feature .p-feature-strength {
    overflow: hidden;
  }

  .p-feature .p-feature-strength .p-feature-strength__container {
    padding: 48px 0;
  }

  .p-feature .p-feature-strength .p-feature-strength__mainTitle {
    margin-bottom: 30px;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-feature .p-feature-strength .p-feature-strength__list {
    margin-bottom: 32px;
    row-gap: 35px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(even) .p-feature-strength__image img {
    left: calc(var(--container-md-outer-design-width) * -1);
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec1,
  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec2 {
    width: 113.8%;
    height: 356px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec1:before,
  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__rec2:before {
    -webkit-clip-path: polygon(110px 0%, 100% 0%, calc(100% - 110px) 100%, 0% 100%);
    clip-path: polygon(110px 0%, 100% 0%, calc(100% - 110px) 100%, 0% 100%);
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(1) .p-feature-strength__rec {
    height: 416px;
    bottom: unset;
    top: -126px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(1) .p-feature-strength__rec1 {
    right: -112px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(1) .p-feature-strength__rec2 {
    bottom: 60px;
    right: -244px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(2) .p-feature-strength__rec {
    height: 412px;
    bottom: unset;
    top: -24px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(2) .p-feature-strength__rec1 {
    bottom: 46px;
    left: -126px;
    z-index: 1;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(2) .p-feature-strength__rec2 {
    bottom: 0;
    left: 30px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(3) .p-feature-strength__rec {
    height: 366px;
    bottom: unset;
    top: -56px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(3) .p-feature-strength__rec1 {
    bottom: 30px;
    right: 48px;
    z-index: 1;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(3) .p-feature-strength__rec2 {
    right: -51px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(4) .p-feature-strength__rec {
    height: 372px;
    top: -22px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(4) .p-feature-strength__rec1 {
    bottom: 8px;
    left: -30px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(4) .p-feature-strength__rec2 {
    bottom: 0;
    left: -88px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(5) .p-feature-strength__rec {
    height: 292px;
    top: -26px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(5) .p-feature-strength__rec1 {
    right: 88px;
    z-index: 1;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item:nth-child(5) .p-feature-strength__rec2 {
    bottom: 10px;
    right: -40px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__imageBox {
    height: 242px;
    margin-bottom: 32px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content {
    width: 100%;
    padding: 0 16px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__no {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
    width: 106px;
    height: 27px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__no:before {
    width: 24px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__title {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
    margin-bottom: 24px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
    margin-bottom: 24px;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__more {
    min-width: 120px;
    height: 32px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0em;
    color: #0044AC;
    border: solid 1px #0044AC;
    z-index: 5;
    margin: 0 auto;
  }

  .p-feature .p-feature-strength .p-feature-strength__list .p-feature-strength__item .p-feature-strength__content .p-feature-strength__more:after {
    right: 8px;
    background-image: url("../../img/button/button_arrow_blue.svg");
  }

  .p-feature .p-feature-point {
    padding: 48px 0;
  }

  .p-feature .p-feature-point .p-feature-point__list {
    row-gap: 24px;
  }

  .p-feature .p-feature-point .p-feature-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 14px;
  }

  .p-feature .p-feature-point .p-feature-point__item .p-feature-point__title {
    width: 184px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-feature .p-feature-point .p-feature-point__item .p-feature-point__value {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.016em;
  }

  .p-feature .p-feature-purpose .p-feature-purpose__container {
    padding: 52px 0;
  }

  .p-feature .p-feature-purpose .p-feature-purpose__mainTitle {
    margin-bottom: 32px;
  }

  .p-feature .p-feature-purpose .p-feature-purpose__content .p-feature-purpose__text {
    padding: 20px 16px;
  }

  .p-feature .p-feature-purpose .p-feature-purpose__content .p-feature-purpose__text {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.016em;
  }

  .p-form .p-form-blok {
    margin-top: 20px;
  }

  .p-form .p-form__lists {
    row-gap: 24px;
  }

  .p-form .p-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-form .p-form__title,
  .p-form .p-form__value {
    font-size: 1.5rem;
    line-height: 2.1333333333;
    letter-spacing: 0.04em;
  }

  .p-form .p-form__title {
    width: 100%;
    padding-bottom: 4px;
  }

  .p-form .p-form__title.p-form__title--require:after {
    position: relative;
    top: unset;
    right: unset;
    margin-left: 4px;
  }

  .p-form .p-form__value {
    padding-top: 4px;
  }

  .p-form .p-form__innerBlock.p-form__innerBlock--row {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .p-form .p-form__innerBlock:not(.p-form .p-form__innerBlock.p-form__innerBlock--row) + .p-form__innerBlock {
    margin-top: 28px;
  }

  .p-form .p-form__innerBlock .p-form__innerWrap {
    width: 100%;
  }

  .p-form .p-form__innerBlock .p-form__innerTitle {
    width: 142px;
  }

  .p-form .p-form__innerComment {
    margin: 14px 0;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }

  .p-form .p-form__innerTitle {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-right: 0;
  }

  .p-form .p-form-actions {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .p-form .p-form-actions p {
    width: 100%;
  }

  .p-form .p-form-actions .p-form-actions__button {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    width: 260px;
    height: 56px;
  }

  .p-form .p-form-actions .p-form-actions__button:after {
    right: 20px;
  }

  .p-form .p-form-actions .p-contact-actions__button--conf {
    position: relative;
    font-size: 1.5rem;
    line-height: 2.1333333333;
    letter-spacing: 0em;
  }

  .p-form .p-form-actions .p-contact-actions__button--conf span {
    margin-right: 6px;
  }

  .p-form .p-form-privacyPolicy {
    margin-top: 40px;
  }

  .p-form .p-form-privacyPolicy .p-form-privacyPolicy__content {
    padding: 18px;
    margin-bottom: 40px;
  }

  .p-form .p-form-privacyPolicy .p-form-privacyPolicy__content em {
    margin-bottom: 14px;
  }

  .p-form .p-form__note {
    margin-top: 24px;
  }

  .p-input {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.04em;
  }

  .p-input input,
  .p-input select,
  .p-input textarea {
    padding: 8px 10px;
    min-height: 40px;
  }

  .p-input select {
    padding: 8px;
  }

  .p-input select[name*=birth] > * {
    width: 100%;
  }

  .p-input--sp-w30 {
    width: 29.4%;
  }

  .p-input--sp-w50 {
    width: 49.4%;
  }

  .p-input--sp-w70 {
    width: 69.4%;
  }

  .p-input--sp-w100 {
    width: 100%;
  }

  .p-input--year {
    width: 36%;
  }

  .p-input--month,
  .p-input--day {
    width: 25%;
  }

  .p-table__box .p-input:not(:last-child) {
    margin-right: 4px;
  }

  .p-input.p-input--zipcode input {
    width: 150px;
  }

  .p-culture .p-culture-intro {
    min-height: unset;
    padding: 30px 0;
  }

  .p-culture .p-culture-intro .p-culture-intro__container {
    padding: 100px 16px 40px;
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.8), #FFFFFF);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), #FFFFFF);
    -webkit-box-shadow: 0px 0px 50px #86C0E2;
    box-shadow: 0px 0px 50px #86C0E2;
  }

  .p-culture .p-culture-intro .p-culture-intro__mainTitle {
    top: 20px;
    left: 16px;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-intro .p-culture-intro__content {
    padding: 0;
  }

  .p-culture .p-culture-intro .p-culture-intro___image {
    width: 100%;
    margin-bottom: 32px;
  }

  .p-culture .p-culture-intro .p-culture-intro__text {
    padding: 0;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-style .p-culture-style__container {
    padding: 40px 16px 60px;
  }

  .p-culture .p-culture-style .p-culture-style__mainTitle {
    margin-bottom: 38px;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  .p-culture .p-culture-style .p-culture-style__subTitle {
    text-align: right;
  }

  .p-culture .p-culture-style .p-culture-style__intoro {
    margin-bottom: 36px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
    font-weight: 500;
    text-align: left;
  }

  .p-culture .p-culture-style .p-culture-style__box + .p-culture-style__box {
    margin-top: 40px;
  }

  .p-culture .p-culture-style .p-culture-style__box .p-culture-style__boxTitle {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
    margin-bottom: 28px;
  }

  .p-culture .p-culture-style .p-culture-style__box .p-culture-style__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .p-culture .p-culture-style .p-culture-style__box .p-culture-style__item .p-culture-style__content {
    padding: 16px 16px 30px;
  }

  .p-culture .p-culture-style .p-culture-style__box .p-culture-style__item .p-culture-style__content .p-culture-style__catTitle {
    margin-bottom: 8px;
  }

  .p-culture .p-culture-style .p-culture-style__box .p-culture-style__item .p-culture-style__content .p-culture-style__text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-society {
    padding-bottom: 60px;
  }

  .p-culture .p-culture-society:before {
    height: 632px;
  }

  .p-culture .p-culture-society .p-culture-society__container {
    padding: 0 16px;
  }

  .p-culture .p-culture-society .p-culture-society__intoro {
    margin-bottom: 50px;
    padding-top: 40px;
  }

  .p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__mainTitle {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
    margin-bottom: 28px;
  }

  .p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__intoroList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__intoroItem {
    padding: 30px 16px;
  }

  .p-culture .p-culture-society .p-culture-society__intoro .p-culture-society__intoroItem .p-culture-society__intoroText {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-society .p-culture-society__woman {
    margin-bottom: 40px;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanTitle {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
    margin-bottom: 28px;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanList {
    row-gap: 28px;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(odd) .p-culture-society__womanImage {
    margin-left: auto;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(odd) .p-culture-society__womanText {
    left: 0;
    margin-right: auto;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(odd) .p-culture-society__womanEn {
    right: calc(var(--container-lg-outer-design-width) * -1 - 16px);
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(even) .p-culture-society__womanImage {
    margin-right: auto;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(even) .p-culture-society__womanText {
    right: 0;
    margin-left: auto;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem:nth-child(even) .p-culture-society__womanEn {
    left: calc(var(--container-lg-outer-design-width) * -1 - 16px);
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem .p-culture-society__womanEn {
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 0.016em;
    width: 100vw;
    overflow: hidden;
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem .p-culture-society__womanImage {
    width: calc(100% - 16px);
  }

  .p-culture .p-culture-society .p-culture-society__woman .p-culture-society__womanItem .p-culture-society__womanText {
    top: -16px;
    width: calc(100% - 16px);
    margin-top: 0;
    padding: 20px 16px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionTitle {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionList {
    row-gap: 20px;
  }

  .p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem {
    padding: 20px 16px 20px 0;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem .p-culture-society__solutionNo {
    width: 95px;
    height: 70px;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.016em;
    padding-right: 12px;
  }

  .p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem .p-culture-society__solutionNo b {
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-society .p-culture-society__solution .p-culture-society__solutionItem .p-culture-society__solutionText {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-work {
    padding: 40px 0;
  }

  .p-culture .p-culture-work .p-culture-work__title {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.016em;
    text-align: center;
    margin-bottom: 24px;
  }

  .p-culture .p-culture-work .p-culture-work__list {
    row-gap: 18px;
  }

  .p-culture .p-culture-work .p-culture-work__item {
    width: 100%;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .p-culture .p-culture-work .p-culture-work__item .p-culture-work__image {
    width: 96px;
    height: 96px;
  }

  .p-culture .p-culture-work .p-culture-work__item .p-culture-work__text {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.016em;
  }

  .p-culture .p-culture-company .p-culture-company__container {
    padding: 48px 16px;
  }

  .p-culture .p-culture-company .p-culture-company__mainTitle {
    margin-bottom: 32px;
  }

  .p-culture .p-culture-company .p-culture-company__table {
    width: 100%;
    margin-bottom: 40px;
  }

  .p-contact .p-contact-content {
    margin-bottom: 48px;
  }

  .p-contact .p-contact-content .p-contact-content__container {
    top: 0;
    padding: 32px 16px;
  }

  .p-contact .p-contact-thanks {
    margin-top: 22px;
    margin-bottom: 48px;
  }

  .p-contact .p-contact-thanks .p-contact-thanks__text {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
    padding: 20px 16px;
    margin-bottom: 32px;
  }

  .p-faq .p-faq-categories {
    margin-top: 40px;
    margin-bottom: 64px;
  }

  .p-faq .p-faq-categories .p-faq-categories__title {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.016em;
    margin-bottom: 32px;
  }

  .p-faq .p-faq-categories .p-faq-categories__nav {
    padding: 0 32px;
  }

  .p-faq .p-faq-categories .p-faq-categories__nav .p-faq-categories__list {
    max-width: 100%;
    row-gap: 24px;
  }

  .p-faq .p-faq-categories .p-faq-categories__nav .p-faq-categories__item {
    width: 100%;
  }

  .p-faq .p-faq-categories .p-faq-categories__nav .p-faq-categories__item .p-faq-categories__link:after {
    right: 0;
  }

  .p-faq .p-faq-categories .p-faq-categories__nav .p-faq-categories__item .p-faq-categories__link {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.016em;
    padding-bottom: 16px;
  }

  .p-faq .p-faq-block + .p-faq-block {
    margin-top: 40px;
  }

  .p-faq .p-faq-block.p-faq-block--last {
    margin-bottom: 48px;
  }

  .p-faq .p-faq-block .p-faq-block__title {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.016em;
    margin-bottom: 22px;
  }

  .p-privacy .p-privacy-content {
    margin-bottom: 48px;
    margin-top: 44px;
  }

  .p-privacy .p-privacy-content .p-privacy-list {
    row-gap: 24px;
  }

  .p-privacy .p-privacy-content .p-privacy-list .p-privacy-list__item {
    row-gap: 18px;
  }

  .p-privacy .p-privacy-content .p-privacy-list .p-privacy-list__title {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0em;
  }

  .p-sitemap .p-sitemap-content {
    margin: 30px 0 48px;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-content__container {
    padding: 30px 16px;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav {
    grid-template-columns: 1fr;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__title {
    font-size: 1.8rem;
    line-height: 1.9444444444;
    letter-spacing: 0.016em;
    padding-bottom: 12px;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__list {
    padding-left: 16px;
  }

  .p-sitemap .p-sitemap-content .p-sitemap-nav .p-sitemap-nav__list .p-sitemap-nav__item .p-sitemap-nav__link {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.016em;
  }

  .p-member .p-member-content {
    margin: 0 0 80px;
  }

  .p-member .p-member-content__container + .p-member-content__container {
    margin-top: 40px;
    width: 342px;
    background-color: #FFFFFF;
  }

  .p-member .p-member-categories .p-member-categories__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    row-gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 0 16px;
  }

  .p-member .p-member-categories .p-member-categories__item {
    width: calc(50% - 13px);
  }

  .p-member .p-member-categories .p-member-categories__link {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.016em;
    padding-bottom: 8px;
    border-bottom: solid 2px #F0F0F0;
  }

  .p-member .p-member-categories .p-member-categories__link.is-selected {
    border-color: #0044AC;
  }

  .p-member .p-member__lists {
    width: 100vw;
    row-gap: 0;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }

  .p-member .p-member__lists .p-member__item {
    margin: 0 auto;
    width: 100vw;
    height: 142px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid 1px #E3E3E3;
  }

  .p-member .p-member__lists .p-member__item:first-child {
    border-top: solid 1px #E3E3E3;
  }

  .p-member .p-member__lists .p-member__item.adviser {
    height: 142px;
  }

  .p-member .p-member-cotent__title {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.016em;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .a2a_kit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .a2a_kit a {
    width: calc(50% - 1px);
  }

  .a2a_kit a .a2a_label {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
  }

  .clients-and-partners__section__inner {
    width: 100%;
  }

  .clients-and-partners__section__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .clients-and-partners__section__title.en {
    font-family: "Poppins", sans-serif;
  }

  .clients-and-partners__section__subtitle {
    font-size: 26px;
  }

  .clients-and-partners__section__logo {
    width: 108px;
  }

  .clients-and-partners__section__logo__area {
    width: 326px;
    margin-top: 29px;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
    row-gap: 1px;
  }

  .case-study__subtitle {
    overflow: visible;
  }

  .case-study__container {
    width: 100%;
    overflow-x: hidden;
  }

  .case-study__contents {
    width: 326px;
    margin: auto;
    padding: 24px 0 32px 0;
    position: relative;
    z-index: 100;
    margin-top: 16px;
  }

  .case-study__contents.case2 {
    padding: 24px 0 32px 0;
  }

  .case-study__contents__wrapper {
    margin: 32px 0;
  }

  .case-study__contents__image {
    margin: auto;
  }

  .case-study__contents__image__wrapper {
    width: 244px;
    height: 244px;
    margin: auto;
  }

  .case-study__contents__image__wrapper.case2 {
    width: 156px;
    height: 156px;
    margin: 14px auto 8px auto;
  }

  .case-study__contents__image__wrapper.case3 {
    width: 219px;
    height: 219px;
  }

  .case-study__contents__text {
    margin-top: 0;
    font-size: 14px;
    text-align: left;
    padding: 0 15px;
  }

  .case-study__contents__text__wrapper {
    width: 100%;
    padding: 0;
    text-align: left;
    padding-left: 20px;
  }

  .case-study__contents__subtitle {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .case-study__contents__title {
    font-size: 18px;
    margin: 4px auto 0 auto;
  }

  .case-study__more-btn {
    width: 260px;
    height: 56px;
    font-size: 14px;
  }

  .case-study-single__main {
    padding-bottom: 48px;
  }

  .case-study-single__contents__wrapper {
    width: 358px;
    padding: 32px 16px;
  }

  .case-study-single__contents__title {
    font-size: 16px;
    letter-spacing: 0.01rem;
  }

  .case-study-single__contents__subtitle {
    font-size: 14px;
  }

  .case-study-single__content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .case-study-single__content__image__wrapper {
    width: 100%;
  }

  .case-study-single__content__head-line {
    font-size: 14px;
    margin-top: 20px;
  }

  .case-study-single__content__head-line.top {
    margin-top: 10px;
  }

  .case-study-single__content__text {
    font-size: 13px;
    letter-spacing: 0.01rem;
    margin-top: 6px;
  }

  .case-study-list__wrapper {
    margin-top: 40px !important;
    margin-bottom: 49px !important;
  }

  .case-study-list__title {
    font-size: 20px;
  }

  .case-study-list__item {
    padding: 16px;
    height: auto;
  }

  .case-study-list__text {
    font-size: 13px;
    letter-spacing: 0.01rem;
    width: 274px;
  }

  .case-study-list__text-case {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .case-study-top__subtitle {
    overflow: visible;
  }

  .case-study-top__container {
    width: 342px;
    padding: 51px 0 57px 0;
    margin: auto;
  }

  .case-study-top__container::before {
    display: none;
  }

  .case-study-top__container.works,
  .case-study-top__container.case-study {
    width: 100%;
    margin-bottom: 0;
    padding: 24px 0 0 0;
  }

  .case-study-top__contents {
    width: 230px;
    -webkit-box-shadow: 0 0 40px rgba(134, 192, 226, 0.5);
    box-shadow: 0 0 40px rgba(134, 192, 226, 0.5);
    border-radius: 10px;
    background: #fff;
  }

  .case-study-top__contents__outer {
    width: 100%;
    overflow-x: scroll;
  }

  .case-study-top__contents__wrapper:not(.works) {
    width: calc(738px + 100vw - 342px);
    padding: 16px calc((100vw - 342px) / 2) 34px;
  }

  .case-study-top__contents__wrapper {
    width: 738px;
    padding: 16px 0 34px 0;
  }

  .case-study-top__contents__wrapper.works {
    gap: 16px;
    height: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 8px;
    width: 100%;
  }

  .case-study-top__contents__image__wrapper {
    height: 130px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .case-study-top__contents__text {
    font-size: 14px;
    height: 147px;
    padding: 0 16px;
    position: relative;
  }

  .case-study-top__contents__sp-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #0044AC;
    font-size: 13px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
  }

  .case-study-top__contents__sp-more::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../../img/front/sp_plus_btn.svg");
    background-size: contain;
  }

  .works__contents {
    width: 230px !important;
    height: 277px !important;
    margin: 24px 12px;
  }

  .works__contents__image-wrapper {
    height: 130px;
  }

  .works__contents__text-wrapper {
    padding: 12px 16px 0 16px;
  }

  .works__contents__subtitle {
    font-size: 10px;
  }

  .works__contents__title {
    font-size: 14px;
    margin-top: 6px;
  }

  .works__contents__text {
    display: none;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .fss-9 {
    font-size: 2.4vw;
  }

  .sp-mgb-4 {
    margin-bottom: 1;
  }

  .sp-mgb-8 {
    margin-bottom: 1;
  }

  .sp-mgb-12 {
    margin-bottom: 1;
  }

  .sp-mgb-16 {
    margin-bottom: 1;
  }

  .sp-mgb-20 {
    margin-bottom: 1;
  }

  .sp-mgl-4 {
    margin-left: 1;
  }

  .sp-mgl-8 {
    margin-left: 1;
  }

  .sp-mgl-12 {
    margin-left: 1;
  }

  .sp-mgl-16 {
    margin-left: 1;
  }

  .sp-mgl-20 {
    margin-left: 1;
  }

  .sp-mgr-4 {
    margin-right: 1;
  }

  .sp-mgr-8 {
    margin-right: 1;
  }

  .sp-mgr-12 {
    margin-right: 1;
  }

  .sp-mgr-16 {
    margin-right: 1;
  }

  .sp-mgr-20 {
    margin-right: 1;
  }

  .sp-mgt-4 {
    margin-top: 1;
  }

  .sp-mgt-8 {
    margin-top: 1;
  }

  .sp-mgt-12 {
    margin-top: 1;
  }

  .sp-mgt-16 {
    margin-top: 1;
  }

  .sp-mgt-20 {
    margin-top: 1;
  }

  .sp-pdb-4 {
    padding-bottom: 1;
  }

  .sp-pdb-8 {
    padding-bottom: 1;
  }

  .sp-pdb-12 {
    padding-bottom: 1;
  }

  .sp-pdb-16 {
    padding-bottom: 1;
  }

  .sp-pdb-20 {
    padding-bottom: 1;
  }

  .sp-pdb-24 {
    padding-bottom: 1;
  }

  .sp-pdb-28 {
    padding-bottom: 1;
  }

  .sp-pdb-32 {
    padding-bottom: 1;
  }

  .sp-pdb-36 {
    padding-bottom: 1;
  }

  .sp-pdb-40 {
    padding-bottom: 1;
  }

  .sp-pdl-4 {
    padding-left: 1;
  }

  .sp-pdl-8 {
    padding-left: 1;
  }

  .sp-pdl-12 {
    padding-left: 1;
  }

  .sp-pdl-16 {
    padding-left: 1;
  }

  .sp-pdl-20 {
    padding-left: 1;
  }

  .sp-pdl-24 {
    padding-left: 1;
  }

  .sp-pdl-28 {
    padding-left: 1;
  }

  .sp-pdl-32 {
    padding-left: 1;
  }

  .sp-pdl-36 {
    padding-left: 1;
  }

  .sp-pdl-40 {
    padding-left: 1;
  }

  .sp-pdr-4 {
    padding-right: 1;
  }

  .sp-pdr-8 {
    padding-right: 1;
  }

  .sp-pdr-12 {
    padding-right: 1;
  }

  .sp-pdr-16 {
    padding-right: 1;
  }

  .sp-pdr-20 {
    padding-right: 1;
  }

  .sp-pdr-24 {
    padding-right: 1;
  }

  .sp-pdr-28 {
    padding-right: 1;
  }

  .sp-pdr-32 {
    padding-right: 1;
  }

  .sp-pdr-36 {
    padding-right: 1;
  }

  .sp-pdr-40 {
    padding-right: 1;
  }

  .sp-pdt-4 {
    padding-top: 1;
  }

  .sp-pdt-8 {
    padding-top: 1;
  }

  .sp-pdt-12 {
    padding-top: 1;
  }

  .sp-pdt-16 {
    padding-top: 1;
  }

  .sp-pdt-20 {
    padding-top: 1;
  }

  .sp-pdt-24 {
    padding-top: 1;
  }

  .sp-pdt-28 {
    padding-top: 1;
  }

  .sp-pdt-32 {
    padding-top: 1;
  }

  .sp-pdt-36 {
    padding-top: 1;
  }

  .sp-pdt-40 {
    padding-top: 1;
  }

  .p-template-support .p-template-support__image img {
    width: 499px;
  }

  .p-front .p-front-mv.center {
    background: -webkit-gradient(linear, left top, left bottom, from(#F4FAFF), to(#CCE8FF));
    background: -webkit-linear-gradient(top, #F4FAFF, #CCE8FF);
    background: linear-gradient(to bottom, #F4FAFF, #CCE8FF);
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .fss-9 {
    font-size: 0.6428571429vw;
  }

  .sp-mgb-4 {
    margin-bottom: 1;
  }

  .sp-mgb-8 {
    margin-bottom: 1;
  }

  .sp-mgb-12 {
    margin-bottom: 1;
  }

  .sp-mgb-16 {
    margin-bottom: 1;
  }

  .sp-mgb-20 {
    margin-bottom: 1;
  }

  .sp-mgl-4 {
    margin-left: 1;
  }

  .sp-mgl-8 {
    margin-left: 1;
  }

  .sp-mgl-12 {
    margin-left: 1;
  }

  .sp-mgl-16 {
    margin-left: 1;
  }

  .sp-mgl-20 {
    margin-left: 1;
  }

  .sp-mgr-4 {
    margin-right: 1;
  }

  .sp-mgr-8 {
    margin-right: 1;
  }

  .sp-mgr-12 {
    margin-right: 1;
  }

  .sp-mgr-16 {
    margin-right: 1;
  }

  .sp-mgr-20 {
    margin-right: 1;
  }

  .sp-mgt-4 {
    margin-top: 1;
  }

  .sp-mgt-8 {
    margin-top: 1;
  }

  .sp-mgt-12 {
    margin-top: 1;
  }

  .sp-mgt-16 {
    margin-top: 1;
  }

  .sp-mgt-20 {
    margin-top: 1;
  }

  .sp-pdb-4 {
    padding-bottom: 1;
  }

  .sp-pdb-8 {
    padding-bottom: 1;
  }

  .sp-pdb-12 {
    padding-bottom: 1;
  }

  .sp-pdb-16 {
    padding-bottom: 1;
  }

  .sp-pdb-20 {
    padding-bottom: 1;
  }

  .sp-pdb-24 {
    padding-bottom: 1;
  }

  .sp-pdb-28 {
    padding-bottom: 1;
  }

  .sp-pdb-32 {
    padding-bottom: 1;
  }

  .sp-pdb-36 {
    padding-bottom: 1;
  }

  .sp-pdb-40 {
    padding-bottom: 1;
  }

  .sp-pdl-4 {
    padding-left: 1;
  }

  .sp-pdl-8 {
    padding-left: 1;
  }

  .sp-pdl-12 {
    padding-left: 1;
  }

  .sp-pdl-16 {
    padding-left: 1;
  }

  .sp-pdl-20 {
    padding-left: 1;
  }

  .sp-pdl-24 {
    padding-left: 1;
  }

  .sp-pdl-28 {
    padding-left: 1;
  }

  .sp-pdl-32 {
    padding-left: 1;
  }

  .sp-pdl-36 {
    padding-left: 1;
  }

  .sp-pdl-40 {
    padding-left: 1;
  }

  .sp-pdr-4 {
    padding-right: 1;
  }

  .sp-pdr-8 {
    padding-right: 1;
  }

  .sp-pdr-12 {
    padding-right: 1;
  }

  .sp-pdr-16 {
    padding-right: 1;
  }

  .sp-pdr-20 {
    padding-right: 1;
  }

  .sp-pdr-24 {
    padding-right: 1;
  }

  .sp-pdr-28 {
    padding-right: 1;
  }

  .sp-pdr-32 {
    padding-right: 1;
  }

  .sp-pdr-36 {
    padding-right: 1;
  }

  .sp-pdr-40 {
    padding-right: 1;
  }

  .sp-pdt-4 {
    padding-top: 1;
  }

  .sp-pdt-8 {
    padding-top: 1;
  }

  .sp-pdt-12 {
    padding-top: 1;
  }

  .sp-pdt-16 {
    padding-top: 1;
  }

  .sp-pdt-20 {
    padding-top: 1;
  }

  .sp-pdt-24 {
    padding-top: 1;
  }

  .sp-pdt-28 {
    padding-top: 1;
  }

  .sp-pdt-32 {
    padding-top: 1;
  }

  .sp-pdt-36 {
    padding-top: 1;
  }

  .sp-pdt-40 {
    padding-top: 1;
  }
}

@media (max-width: 767px) and (min-width: 1100px) {
  .fss-9 {
    font-size: 9px;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .fsp-12 {
    font-size: 3.2vw;
  }

  .pc-mgb-4 {
    margin-bottom: 1;
  }

  .pc-mgb-8 {
    margin-bottom: 1;
  }

  .pc-mgb-12 {
    margin-bottom: 1;
  }

  .pc-mgb-16 {
    margin-bottom: 1;
  }

  .pc-mgb-20 {
    margin-bottom: 1;
  }

  .pc-mgl-4 {
    margin-left: 1;
  }

  .pc-mgl-8 {
    margin-left: 1;
  }

  .pc-mgl-12 {
    margin-left: 1;
  }

  .pc-mgl-16 {
    margin-left: 1;
  }

  .pc-mgl-20 {
    margin-left: 1;
  }

  .pc-mgr-4 {
    margin-right: 1;
  }

  .pc-mgr-8 {
    margin-right: 1;
  }

  .pc-mgr-12 {
    margin-right: 1;
  }

  .pc-mgr-16 {
    margin-right: 1;
  }

  .pc-mgr-20 {
    margin-right: 1;
  }

  .pc-mgt-4 {
    margin-top: 1;
  }

  .pc-mgt-8 {
    margin-top: 1;
  }

  .pc-mgt-12 {
    margin-top: 1;
  }

  .pc-mgt-16 {
    margin-top: 1;
  }

  .pc-mgt-20 {
    margin-top: 1;
  }

  .pc-pdb-4 {
    padding-bottom: 1;
  }

  .pc-pdb-8 {
    padding-bottom: 1;
  }

  .pc-pdb-12 {
    padding-bottom: 1;
  }

  .pc-pdb-16 {
    padding-bottom: 1;
  }

  .pc-pdb-20 {
    padding-bottom: 1;
  }

  .pc-pdb-24 {
    padding-bottom: 1;
  }

  .pc-pdb-28 {
    padding-bottom: 1;
  }

  .pc-pdb-32 {
    padding-bottom: 1;
  }

  .pc-pdb-36 {
    padding-bottom: 1;
  }

  .pc-pdb-40 {
    padding-bottom: 1;
  }

  .pc-pdl-4 {
    padding-left: 1;
  }

  .pc-pdl-8 {
    padding-left: 1;
  }

  .pc-pdl-12 {
    padding-left: 1;
  }

  .pc-pdl-16 {
    padding-left: 1;
  }

  .pc-pdl-20 {
    padding-left: 1;
  }

  .pc-pdl-24 {
    padding-left: 1;
  }

  .pc-pdl-28 {
    padding-left: 1;
  }

  .pc-pdl-32 {
    padding-left: 1;
  }

  .pc-pdl-36 {
    padding-left: 1;
  }

  .pc-pdl-40 {
    padding-left: 1;
  }

  .pc-pdr-4 {
    padding-right: 1;
  }

  .pc-pdr-8 {
    padding-right: 1;
  }

  .pc-pdr-12 {
    padding-right: 1;
  }

  .pc-pdr-16 {
    padding-right: 1;
  }

  .pc-pdr-20 {
    padding-right: 1;
  }

  .pc-pdr-24 {
    padding-right: 1;
  }

  .pc-pdr-28 {
    padding-right: 1;
  }

  .pc-pdr-32 {
    padding-right: 1;
  }

  .pc-pdr-36 {
    padding-right: 1;
  }

  .pc-pdr-40 {
    padding-right: 1;
  }

  .pc-pdt-4 {
    padding-top: 1;
  }

  .pc-pdt-8 {
    padding-top: 1;
  }

  .pc-pdt-12 {
    padding-top: 1;
  }

  .pc-pdt-16 {
    padding-top: 1;
  }

  .pc-pdt-20 {
    padding-top: 1;
  }

  .pc-pdt-24 {
    padding-top: 1;
  }

  .pc-pdt-28 {
    padding-top: 1;
  }

  .pc-pdt-32 {
    padding-top: 1;
  }

  .pc-pdt-36 {
    padding-top: 1;
  }

  .pc-pdt-40 {
    padding-top: 1;
  }
}

@media (max-width: 767px) and (min-width: 1401px) {
  .sp-mgb-4 {
    margin-bottom: 4px;
  }

  .sp-mgb-8 {
    margin-bottom: 8px;
  }

  .sp-mgb-12 {
    margin-bottom: 12px;
  }

  .sp-mgb-16 {
    margin-bottom: 16px;
  }

  .sp-mgb-20 {
    margin-bottom: 20px;
  }

  .sp-mgl-4 {
    margin-left: 4px;
  }

  .sp-mgl-8 {
    margin-left: 8px;
  }

  .sp-mgl-12 {
    margin-left: 12px;
  }

  .sp-mgl-16 {
    margin-left: 16px;
  }

  .sp-mgl-20 {
    margin-left: 20px;
  }

  .sp-mgr-4 {
    margin-right: 4px;
  }

  .sp-mgr-8 {
    margin-right: 8px;
  }

  .sp-mgr-12 {
    margin-right: 12px;
  }

  .sp-mgr-16 {
    margin-right: 16px;
  }

  .sp-mgr-20 {
    margin-right: 20px;
  }

  .sp-mgt-4 {
    margin-top: 4px;
  }

  .sp-mgt-8 {
    margin-top: 8px;
  }

  .sp-mgt-12 {
    margin-top: 12px;
  }

  .sp-mgt-16 {
    margin-top: 16px;
  }

  .sp-mgt-20 {
    margin-top: 20px;
  }

  .sp-pdb-4 {
    padding-bottom: 4px;
  }

  .sp-pdb-8 {
    padding-bottom: 8px;
  }

  .sp-pdb-12 {
    padding-bottom: 12px;
  }

  .sp-pdb-16 {
    padding-bottom: 16px;
  }

  .sp-pdb-20 {
    padding-bottom: 20px;
  }

  .sp-pdb-24 {
    padding-bottom: 24px;
  }

  .sp-pdb-28 {
    padding-bottom: 28px;
  }

  .sp-pdb-32 {
    padding-bottom: 32px;
  }

  .sp-pdb-36 {
    padding-bottom: 36px;
  }

  .sp-pdb-40 {
    padding-bottom: 40px;
  }

  .sp-pdl-4 {
    padding-left: 4px;
  }

  .sp-pdl-8 {
    padding-left: 8px;
  }

  .sp-pdl-12 {
    padding-left: 12px;
  }

  .sp-pdl-16 {
    padding-left: 16px;
  }

  .sp-pdl-20 {
    padding-left: 20px;
  }

  .sp-pdl-24 {
    padding-left: 24px;
  }

  .sp-pdl-28 {
    padding-left: 28px;
  }

  .sp-pdl-32 {
    padding-left: 32px;
  }

  .sp-pdl-36 {
    padding-left: 36px;
  }

  .sp-pdl-40 {
    padding-left: 40px;
  }

  .sp-pdr-4 {
    padding-right: 4px;
  }

  .sp-pdr-8 {
    padding-right: 8px;
  }

  .sp-pdr-12 {
    padding-right: 12px;
  }

  .sp-pdr-16 {
    padding-right: 16px;
  }

  .sp-pdr-20 {
    padding-right: 20px;
  }

  .sp-pdr-24 {
    padding-right: 24px;
  }

  .sp-pdr-28 {
    padding-right: 28px;
  }

  .sp-pdr-32 {
    padding-right: 32px;
  }

  .sp-pdr-36 {
    padding-right: 36px;
  }

  .sp-pdr-40 {
    padding-right: 40px;
  }

  .sp-pdt-4 {
    padding-top: 4px;
  }

  .sp-pdt-8 {
    padding-top: 8px;
  }

  .sp-pdt-12 {
    padding-top: 12px;
  }

  .sp-pdt-16 {
    padding-top: 16px;
  }

  .sp-pdt-20 {
    padding-top: 20px;
  }

  .sp-pdt-24 {
    padding-top: 24px;
  }

  .sp-pdt-28 {
    padding-top: 28px;
  }

  .sp-pdt-32 {
    padding-top: 32px;
  }

  .sp-pdt-36 {
    padding-top: 36px;
  }

  .sp-pdt-40 {
    padding-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
