@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

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

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

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

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

/**カラー*********/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img {
  max-width: 100%;
  height: auto;
}

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

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1.1875rem 1.875rem;
  background-color: #ffffff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  z-index: 999;
}

.l-header__logo {
  width: 19.4375rem;
}

.l-header__link {
  width: 17.5rem;
  height: 3.75rem;
  padding-right: 1.25rem;
}

.l-header__icon {
  width: 0.6875rem;
  right: 1.25rem;
}

.l-header.scroll {
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.16);
}

.l-space {
  height: 6.875rem;
}

.l-cta {
  background-color: #f2f2f2;
  padding: 4.6875rem 0 4.4375rem;
  border-top: 0.25rem solid #002F7B;
  border-bottom: 0.25rem solid #002F7B;
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3), 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3), 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.3);
}

.l-cta::before,
.l-cta::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #002F7B;
  position: absolute;
  left: 0;
}

.l-cta::before {
  top: 0.4375rem;
}

.l-cta::after {
  bottom: 0.4375rem;
}

.l-cta__ttl {
  margin-bottom: 2.25rem;
}

.l-footer {
  background-color: #444;
  padding: 2rem 0 1.6875rem;
}

.c-section {
  padding: 6.25rem 0;
}

.c-section-inner {
  max-width: 68.75rem;
  width: 90.67%;
  margin: 0 auto;
}

.c-btn__link {
  border: 0.1875rem solid #ffffff;
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3), 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.3), 0 0.1875rem 0.25rem rgba(0, 0, 0, 0.3);
}

.c-btn__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
}

.c-btn__link--orange {
  background-color: #ed652f;
}

.c-btn__link--green {
  background-color: #002F7B;
}

.c-btn__link--sm {
  border-radius: 0.625rem;
}

.c-btn__link--lg {
  border-radius: 0.9375rem;
}

.c-btn__link--contact {
  width: 30.625rem;
  height: 5.625rem;
}

.c-btn__link--contact .c-btn__icon--arrow {
  width: 0.8125rem;
  right: 1.875rem;
}

.c-btn__link--contact .c-btn__icon--contact {
  width: 2.125rem;
  left: 1.75rem;
}

.c-btn__icon {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-line {
  color: #002F7B;
  position: relative;
  z-index: 2;
}

.c-line::before {
  content: "";
  height: 1.625rem;
  width: 100%;
  background-color: #99CCFF;
  position: absolute;
  left: 0;
  z-index: -1;
}

.c-head {
  margin-bottom: 0.8125rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.p-mv {
  background: linear-gradient(53deg, #002F7B, #428BF4);
  padding: 4.125rem 0 2.75rem;
  overflow: hidden;
}

.p-mv::before {
  content: "";
  position: absolute;
  width: 48.0625rem;
  height: 47.0625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_mv.png);
  top: -56.8%;
  left: -8.3%;
}

.p-mv__inner {
  margin: 0 auto;
}

.p-mv__top {
  gap: 2.75rem;
  margin-left: 0.875rem;
  margin-bottom: 0.875rem;
}

.p-mv__ttl-area {
  margin-top: 3.75rem;
}

.p-mv__head {
  margin-bottom: 1.25rem;
  margin-left: 2.25rem;
}

.p-mv__head > * {
  display: inline-block;
  background-color: #ffffff;
  color: #002F7B;
  padding: 0.375rem 0.625rem 0.5rem 0.875rem;
}

.p-mv__ttl {
  font-size: 5rem;
  line-height: 1.35;
}

.p-mv__col {
  color: #e3ff7a;
  gap: 0.125rem;
}

.p-mv__sm {
  font-size: 3.625rem;
  margin-top: 0.3125rem;
}

.p-mv__img {
  width: 38.9375rem;
}

.p-mv__bottom {
  gap: 8.3125rem;
  margin-left: 3.875rem;
}

.p-mv__list {
  gap: 1rem;
}

.p-mv__item {
  width: 12.625rem;
  height: 11.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0.875rem;
}

.p-mv__item:nth-child(1) {
  background-image: url(../img/bg_hexagon01.png);
  margin-top: -0.5625rem;
}

.p-mv__item:nth-child(2) {
  background-image: url(../img/bg_hexagon02.png);
  padding-top: 0.125rem;
}

.p-mv__item:nth-child(3) {
  background-image: url(../img/bg_hexagon03.png);
  margin-top: -0.5625rem;
}

.p-mv__item > * {
  font-size: 1.375rem;
  line-height: 1.5;
}

.p-mv__item > * > * {
  font-size: 2.5rem;
  line-height: 1;
}

.p-achievements {
  padding: 3.75rem 0 3.125rem;
}

.p-achievements__lead {
  margin-bottom: 0.875rem;
}

.p-achievements__ttl > *::before {
  bottom: 0;
}

.p-achievements__lg {
  font-size: 5.125rem;
}

.p-achievements__list {
  margin: 2.1875rem auto 0;
  gap: 1.25rem;
  max-width: 66.25rem;
  width: 77.9%;
}

.p-achievements__item {
  width: calc((100% - 3.75rem) / 4);
}

.p-about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_about.jpg);
  padding: 5.125rem 0 5.75rem;
}

.p-about__ttl {
  margin-bottom: 2.4375rem;
}

.p-about__inner {
  max-width: 55rem;
  width: 100%;
  margin: 0 auto;
  gap: 3.75rem;
}

.p-about__img {
  width: 17.1875rem;
}

.p-about__content {
  gap: 2.375rem;
  width: calc(100% - 17.1875rem - 3.75rem);
}

.p-trouble {
  padding: 6.25rem 0 7.5rem;
}

.p-trouble__ttl {
  margin-bottom: 4rem;
}

.p-trouble__cards {
  gap: 3.125rem;
}

.p-trouble__top {
  margin-bottom: 0.75rem;
}

.p-trouble__img {
  margin: 0 auto;
  width: 14.375rem;
}

.p-trouble__img img {
  vertical-align: bottom;
}

.p-trouble__desc {
  padding-top: 1.0625rem;
}

.p-trouble__nm {
  background-color: #919191;
  border-radius: 1rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 13.75rem;
  padding: 0.375rem 0 0.5rem;
  z-index: 2;
}

.p-trouble__app {
  background-color: #ededed;
  border-radius: 0.625rem;
  padding-top: 1.625rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

.p-trouble__app::before,
.p-trouble__app::after {
  content: "";
  width: 1.75rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.p-trouble__app::before {
  background-image: url(../img/icon_dq-left.png);
  top: -0.875rem;
  left: 0.875rem;
}

.p-trouble__app::after {
  background-image: url(../img/icon_dq-right.png);
  bottom: -0.625rem;
  right: 0.875rem;
}

.p-trouble__arrow {
  width: 2.25rem;
  margin-left: 0.3125rem;
  margin-bottom: 0.875rem;
}

.p-trouble__bottom {
  background-color: #002F7B;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0.25rem 0.8125rem 0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0.25rem 0.8125rem 0.25rem rgba(0, 0, 0, 0.2);
  padding: 1.25rem 1.5rem 1.4375rem 2rem;
  min-height: 12.036875rem;
}

.p-trouble__bottom > * > * {
  color: #e3ff7a;
}

.p-trouble__card {
  width: calc((100% - 6.25rem) / 3);
}

.p-trouble__card:nth-child(1) .p-trouble__app {
  padding-left: 1.875rem;
  padding-right: 2.5625rem;
}

.p-trouble__card:nth-child(2) .p-trouble__app {
  padding-left: 1.625rem;
  padding-right: 1.5625rem;
}

.p-trouble__card:nth-child(3) .p-trouble__app {
  padding-left: 2rem;
  padding-right: 2.375rem;
}

.p-support {
  background-color: #002F7B;
  padding: 5.75rem 0 6.25rem;
}

.p-support__ttl {
  margin-bottom: 3.1875rem;
}

.p-support__cards {
  gap: 3.0625rem;
}

.p-support__card {
  background-color: #ffffff;
  border-radius: 0.625rem;
  width: 83%;
  padding: 1.25rem 1.875rem 1.25rem 7.125rem;
  gap: 2.4375rem;
}

.p-support__card:nth-child(odd) {
  margin-right: 0;
  margin-left: auto;
}

.p-support__card:nth-child(3) {
  padding-top: 2rem;
  padding-bottom: 1.9375rem;
}

.p-support__no {
  top: 21%;
  left: -4%;
}

.p-support__no--fi {
  width: 7.0625rem;
  left: -4.5%;
}

.p-support__no--sec {
  width: 7.5625rem;
}

.p-support__no--th {
  width: 7.4375rem;
}

.p-support__img {
  width: 13.75rem;
}

.p-support__content {
  width: calc(100% - 13.75rem - 2.4375rem);
}

.p-support__content h3 {
  margin-bottom: 0.9375rem;
}

.p-curriculum {
  padding: 5.9375rem 0 6.5rem;
  overflow: hidden;
}

.p-curriculum::before,
.p-curriculum::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_curriculum.png);
  position: absolute;
  z-index: -1;
}

.p-curriculum::before {
  width: 48.0625rem;
  height: 47.0625rem;
  top: -7.1%;
  left: -14%;
}

.p-curriculum::after {
  width: 23rem;
  height: 22.5rem;
  top: 18.3%;
  right: 2.6%;
}

.p-curriculum__ttl {
  margin-bottom: 1.25rem;
}

.p-curriculum__lead {
  margin-bottom: 4.625rem;
}

.p-curriculum__flow-list {
  gap: 1.0625rem;
  margin-bottom: 3rem;
}

.p-curriculum__flow-ttl {
  width: 17.1875rem;
  padding: 0.625rem 0 0.8125rem 0.8125rem;
  top: -1.4375rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-curriculum__flow-txt {
  padding: 0 1.3125rem;
  min-height: 6.5625rem;
}

.p-curriculum__flow-content {
  background-color: #ffffff;
  border-radius: 0.625rem;
  padding: 0.875rem 1.25rem;
  min-height: 13.1875rem;
}

.p-curriculum__flow-content > ul {
  margin-bottom: 0.375rem;
}

.p-curriculum__flow-content > ul > * {
  padding-left: 1.125rem;
}

.p-curriculum__flow-content > ul > *::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-curriculum__flow-card {
  border-radius: 0.625rem;
  width: 30.45%;
  padding: 2.75rem 0.5rem 0.75rem;
}

.p-curriculum__flow-card--fi {
  background-color: #D6EBFF;
}
.p-curriculum__flow-card--fi .p-curriculum__flow-ttl {
  background-color: #66B2FF;
}

.p-curriculum__flow-card--sec {
  background-color: #A3CFFF;
}

.p-curriculum__flow-card--sec .p-curriculum__flow-ttl {
  background-color: #004080;
}

.p-curriculum__flow-card--sec .p-curriculum__flow-txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-curriculum__flow-card--th {
  background-color: #B0D4FF;
}

.p-curriculum__flow-card--th .p-curriculum__flow-ttl {
  background-color: #002F7B;
}

.p-curriculum__flow-arrow {
  width: 0.9375rem;
}

.p-curriculum___accordion {
  margin-bottom: 10rem;
}

.p-curriculum__line {
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-curriculum__line::before {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0.5625rem;
  border-radius: 0.3125rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.p-curriculum__link {
  width: 25rem;
  height: 3.9375rem;
  cursor: pointer;
}

.p-curriculum__link--toggle {
  padding-right: 1.0625rem;
}

.p-curriculum__link--toggle .p-curriculum__line {
  right: 1.125rem;
}

.p-curriculum__link--toggle .p-curriculum__line::after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0.5625rem;
  border-radius: 0.3125rem;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-curriculum__link--close .p-curriculum__line {
  right: 1.6875rem;
}

.p-curriculum__link.close .p-curriculum__line::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-curriculum___toggle-area {
  max-width: 56.25rem;
  margin: 0 auto;
  width: 100%;
  background-color: #f2f2f2;
  padding: 2.3125rem 3.125rem 2.5rem;
  margin-top: 2.625rem;
  display: none;
}

.p-curriculum___toggle-section {
  gap: 2.8125rem;
  margin-bottom: 4.6875rem;
}

.p-curriculum___toggle-section > *:nth-child(3) ul li:nth-child(3) {
  white-space: nowrap;
}

.p-curriculum___toggle-section h3 {
  background-color: #002F7B;
  border-radius: 0.3125rem;
  padding: 0.25rem 0.75rem 0.375rem;
  margin-bottom: 0.8125rem;
  line-height: 1.4;
}

.p-curriculum___toggle-section ul {
  margin: 0 2.125rem;
}

.p-curriculum__subttl {
  margin-bottom: 3.125rem;
}

.p-curriculum__subttl > *::before,
.p-curriculum__subttl > *::after {
  content: "";
  width: 5rem;
  height: 2px;
  background-color: #002F7B;
  position: absolute;
  top: 54%;
}

.p-curriculum__subttl > *::before {
  left: -6.8125rem;
}

.p-curriculum__subttl > *::after {
  right: -6.8125rem;
}

.p-curriculum__video-area {
  margin-bottom: 9.125rem;
  display: none;
}

.p-curriculum__video {
  max-width: 50rem;
  width: 100%;
  padding-top: 41.2%;
  height: 0;
  margin: 0 auto;
  background-color: #898989;
}

.p-curriculum__video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-curriculum__intro-list > * {
  width: 48.18%;
}

.p-curriculum__intro-list > *:nth-child(2) {
  margin-top: 4.9375rem;
}

.p-curriculum__intro-unit {
  padding: 1.875rem;
  border-radius: 0.625rem;
  background-color: #f3f3f3;
}

.p-curriculum__intro-top {
  margin-bottom: 1.8125rem;
}

.p-curriculum__intro-name {
  background-color: #004080;
  width: 5.3125rem;
  height: 12.375rem;
  margin-top: -2.4375rem;
  gap: 0.625rem;
  padding-left: 0.1875rem;
  padding-top: 3rem;
}

.p-curriculum__intro-name > * {
  writing-mode: vertical-rl;
  /* 標準 */
  -webkit-writing-mode: vertical-rl;
  /* Chrome、Safari用 */
  -moz-writing-mode: vertical-rl;
  /* Firefox用 */
  -ms-writing-mode: tb-rl;
  /* IE用 */
}

.p-curriculum__intro-name > *:nth-child(2) {
  padding-top: 1.25rem;
}

.p-curriculum__intro-name > * > * {
  text-combine-upright: all;
  text-align: center;
}

.p-curriculum__intro-img {
  width: 22.9375rem;
}

.p-curriculum__bio-ttl {
  background-color: #898989;
  border-radius: 0.3125rem;
  padding: 0.4375rem 0.875rem 0.5rem;
  margin-bottom: 0.9375rem;
}

.p-curriculum__bio-content {
  padding: 0 0.625rem;
  gap: 1.5rem;
}

.p-curriculum__bio-content span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

.p-case {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_case.jpg);
  padding: 5.25rem 0 6.4375rem;
  display: none;
}

.p-case__ttl {
  margin-bottom: 3.625rem;
}

.p-case__tabs {
  gap: 0.9375rem;
}

.p-case__tab {
  cursor: pointer;
  margin-right: -1px;
  /* 隣接するタブ間の境界線を合わせるため */
  background-color: #dfdfdf;
  border-radius: 0.625rem 0.625rem 0 0;
  width: 15.625rem;
  padding: 1.625rem 0 1.3125rem;
  line-height: 1.4;
}

.p-case__tab.active {
  color: #002F7B;
  /* アクティブなタブのフォントカラーを緑に */
  background-color: #ffffff;
  padding-top: 2.25rem;
}

.p-case__tab-content {
  display: none;
  padding: 3.25rem 3.0625rem;
  margin-top: -1px;
  /* タブのボーダーと一致させる */
  background-color: #ffffff;
  border-radius: 0.625rem;
}

.p-case__tab-content.active {
  display: block;
  /* アクティブなコンテンツのみ表示 */
}

.p-case__exa-area {
  background-color: #e3f8e9;
  padding: 3.9375rem 3.1875rem 1.6875rem;
}

.p-case__exa-area:not(:last-child) {
  margin-bottom: 3.3125rem;
}

.p-case__exa-no {
  background-color: #13afa0;
  top: 0;
  left: 0;
  min-width: 11.4375rem;
  padding: 0.5625rem 0.1875rem 0.625rem 0.5625rem;
}

.p-case__exa-ttl {
  margin-bottom: 1.3125rem;
  text-align: center;
}

.p-case__exa-txt {
  background-color: #ffffff;
  padding: 1.4375rem 2.9375rem 1.5rem 2.4375rem;
  border-radius: 0.625rem;
  margin-bottom: 1.6875rem;
  text-align: center;
}

.p-case__exa-flex {
  gap: 2.4375rem;
  margin-left: 1rem;
}

.p-case__exa-img {
  width: 21.875rem;
}

.p-case__exa-content {
  gap: 1.5625rem;
}

.p-case__exa-content li {
  padding-left: 1.4375rem;
}

.p-case__exa-content li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-case__exa-circle {
  width: 4.889375rem;
  height: 4.889375rem;
  border-radius: 50%;
}

.p-case__exa-issue,
.p-case__exa-solve {
  gap: 0.3125rem;
}

.p-case__exa-issue .p-case__exa-circle {
  background-color: #666666;
}

.p-case__exa-issue li {
  color: #666666;
}

.p-case__exa-solve .p-case__exa-circle {
  background-color: #002F7B;
}

.p-case__exa-line {
  width: 280px;
  height: 2px;
  background-color: #13afa0;
}

.p-case__exa-line::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5625rem 0.4375rem 0 0.4375rem;
  border-color: #13afa0 transparent transparent transparent;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-plan {
  background-color: #EFFBFF;
  padding: 5.125rem 0 5.75rem;
}

.p-plan__ttl {
  margin-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.p-plan__lead {
  margin-bottom: 3.5rem;
}

.p-plan__desc {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0.25rem 0.8125rem 0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0.25rem 0.8125rem 0.25rem rgba(0, 0, 0, 0.2);
  max-width: 53.75rem;
  margin: 0 auto 3.6875rem;
  padding: 3.1875rem 0.625rem 3.5625rem;
}

.p-plan__desc::before,
.p-plan__desc::after {
  content: "";
  width: 1.8125rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.p-plan__desc::before {
  background-image: url(../img/icon_dq-left.svg);
  top: -0.8125rem;
  left: 1.0625rem;
}

.p-plan__desc::after {
  background-image: url(../img/icon_dq-right.svg);
  bottom: -1.125rem;
  right: 1.25rem;
}

.p-plan__usually {
  margin-right: 2.8125rem;
  margin-top: 0.6875rem;
  gap: 0.625rem;
}

.p-plan__usually p {
  letter-spacing: 0.1em;
}

.p-plan__usually p > * {
  font-size: 3.125rem;
}

.p-plan__usually p::after {
  content: "";
  width: 108%;
  height: 0.1875rem;
  background-color: #e63320;
  position: absolute;
  top: 1.875rem;
  left: -0.5625rem;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.p-plan__arrow {
  width: 0.9375rem;
  margin-right: 1.75rem;
  margin-top: 2.125rem;
}

.p-plan__use > span {
  margin-left: 1.125rem;
}

.p-plan__use p {
  letter-spacing: 0.1em;
  padding: 0 0.625rem;
}

.p-plan__use p::before {
  bottom: -0.5625rem;
}

.p-plan__use p > * {
  font-size: 5.125rem;
}

.p-plan__hexagon {
  width: 8.125rem;
  height: 7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/bg_hexagon.png);
  top: -1.6875rem;
  right: -1.5rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-plan__hexagon span {
  font-size: 2.5rem;
}

.p-plan__subttl {
  margin-bottom: 1.625rem;
}

.p-flow {
  padding: 6.25rem 0;
}

.p-flow__ttl {
  margin-bottom: 1.125rem;
}

.p-flow__lead {
  margin-bottom: 3.3125rem;
}

.p-flow__area-ttl h3 {
  width: 25rem;
  padding: 0.875rem 0 1rem;
}

.p-flow__exp {
  margin-bottom: 1.5625rem;
}

.p-flow__list {
  max-width: 56.25rem;
  margin: 0 auto;
  width: 100%;
  border-radius: 0.625rem;
  background-color: #f3f3f3;
  padding: 1.75rem 2.3125rem 1.625rem;
}

.p-flow__unit {
  padding: 0 1.0625rem 0 1.5625rem;
}

.p-flow__unit:not(:last-child) {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 1.3125rem;
  padding-bottom: 1.1875rem;
}

.p-flow__no {
  font-size: 3.625rem;
  margin-right: 2.3125rem;
  width: 4.53rem;
}

.p-flow__img {
  width: 5rem;
  margin-right: 1.4375rem;
}

.p-flow__txt {
  width: calc(100% - 5rem - 1.4375rem - 4.53rem - 2.3125rem);
}

.p-flow__txt img {
  width: 1.1875rem;
}

.p-flow__area--att {
  margin-bottom: 4.125rem;
}

.p-flow__area--att .p-flow__no {
  color: #002F7B;
}

.p-flow__area--att .p-flow__area-ttl {
  margin-bottom: 1.5rem;
}

.p-flow__area--att .p-flow__area-ttl h3 {
  background-color: #002F7B;
}

.p-flow__area--rec .p-flow__no {
  color: #003366;
}

.p-flow__area--rec .p-flow__area-ttl {
  margin-bottom: 1.1875rem;
}

.p-flow__area--rec .p-flow__area-ttl h3 {
  background-color: #003366;
}

.p-faq {
  padding: 5.1875rem 0 6.25rem;
}

.p-faq__ttl {
  margin-bottom: 3.5rem;
}

.p-faq__inner {
  max-width: 53.75rem;
  width: 100%;
  margin: 0 auto;
}

.p-faq__dlist {
  border-bottom: 2px solid #D6EBFF;
  padding: 0 1.25rem 2.75rem;
}

.p-faq__dlist:not(:last-child) {
  margin-bottom: 2.5625rem;
}

.p-faq__term {
  padding-left: 2.3125rem;
  margin-bottom: 1.125rem;
}

.p-faq__term::before {
  content: "Q.";
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #002F7B;
  font-size: 1.75rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
}

.p-faq__desc {
  padding-left: 2.25rem;
}

.p-faq__desc::before {
  content: "A.";
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3399FF;
  font-size: 1.75rem;
  position: absolute;
  left: 0.0625rem;
  top: -0.0625rem;
}

.p-contact {
  background-color: #f3f3f3;
  padding: 5.25rem 0 6.25rem;
}

.p-contact__ttl {
  margin-bottom: 2.625rem;
}

.p-contact__form {
  background-color: #ffffff;
  max-width: 66rem;
  margin: 0 auto;
  padding: 3.125rem 5rem;
}

.p-contact__unit {
  margin-bottom: 2.5rem;
}

.p-contact__unit:nth-child(6) {
  margin-bottom: 3.75rem;
}

.p-contact__unit:nth-child(6) .p-contact__label {
  margin-bottom: 6.25rem;
}

.p-contact__label {
  gap: 0.6875rem;
  width: 15.3125rem;
}

.p-contact__must,
.p-contact__arb {
  border-radius: 0.1875rem;
  padding: 0.125rem 0.3125rem 0.1875rem;
}

.p-contact__must {
  background-color: #e63320;
}

.p-contact__arb {
  background-color: #999999;
}

.p-contact__input {
  width: calc(100% - 15.3125rem);
}

.p-contact__text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 0.3125rem;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.6875rem;
  width: 100%;
}

.p-contact__text:focus {
  border: 2px solid #002F7B;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #ffffff;
}

.p-contact__textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #999999;
  border-radius: 0.3125rem;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 9.375rem;
  padding: 0.6875rem;
  width: 100%;
}

.p-contact__textarea:focus {
  border: 2px solid #002F7B;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #ffffff;
}

.p-contact__submit {
  -webkit-appearance: none;
  background-color: #002F7B;
  background-image: none;
  border: none;
  border-radius: 0.625rem;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  padding: 0.875rem 6.4375rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.p-contact__submit:hover,
.p-contact__submit:focus {
  outline: none;
  background-color: rgba(50, 141, 54, 0.8);
}

.p-contact__submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.p-contact__success {
  color: #002F7B;
  margin-top: 0.25rem;
}

.u-display_sp {
  display: none !important;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;

}

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-gap22 {
  gap: 1.375rem;
}

.u-gap16 {
  gap: 1rem;
}

.u-gap8 {
  gap: 0.5rem;
}

.u-gap4 {
  gap: 0.25rem;
}

.u-fw-regular {
  font-weight: 400;
}

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

.u-fw-bold {
  font-weight: 700;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-black {
  font-weight: 900;
}

.u-notoserifjp {
  font-family: "Noto Serif JP", serif;
}

.u-manrope {
  font-family: "Manrope", sans-serif;
  font-style: normal;
}

.u-fc-w {
  color: #ffffff;
}

.u-fc-g {
  color: #002F7B;
}

.u-fs38 {
  font-size: 2.375rem;
}

.u-fs34 {
  font-size: 2.375rem;
}

.u-fs32 {
  font-size: 2rem;
}

.u-fs28 {
  font-size: 1.75rem;
}

.u-fs24 {
  font-size: 1.5rem;
}

.u-fs22 {
  font-size: 1.375rem;
}

.u-fs20 {
  font-size: 1.25rem;
}

.u-fs18 {
  font-size: 1.125rem;
}

.u-fs16 {
  font-size: 1rem;
}

.u-fs14 {
  font-size: 0.875rem;
}

.u-fs12 {
  font-size: 0.75rem;
}

.u-fs11 {
  font-size: 0.75rem;
}

.u-ta-j {
  text-align: justify;
}

.u-ta-c {
  text-align: center;
}

.u-lh17 {
  line-height: 1.7;
}

.u-ls006 {
  letter-spacing: 0.06em;
}

.u-po-rel {
  position: relative;
}

.u-po-abs {
  position: absolute;
}

.u-mb16 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 1.25rem;
}

.u-mb30 {
  margin-bottom: 1.875rem;
}

.u-mb32 {
  margin-bottom: 2rem;
}

.u-mb40 {
  margin-bottom: 2.5rem;
}

.u-mb60 {
  margin-bottom: 3.75rem;
}

.u-pd16 {
  padding-bottom: 1rem;
}

.u-pd30 {
  padding-bottom: 1.875rem;
}

.u-pd32 {
  padding-bottom: 2rem;
}

.u-pd40 {
  padding-bottom: 2.5rem;
}

.u-pd60 {
  padding-bottom: 3.75rem;
}

.u-pd80 {
  padding-bottom: 5rem;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 2.1333333333vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }

  .l-header {
    padding: 1.5625rem 2.1875rem;
  }

  .l-header__logo {
    width: 16.625rem;
  }

  .l-header__link {
    width: 21.3125rem;
    height: 4.375rem;
    padding-right: 1.9375rem;
  }

  .l-header__icon {
    right: 1.6875rem;
  }

  .l-space {
    height: 7.5rem;
  }

  .l-cta {
    border-bottom: 0.5rem solid #002F7B;
    border-top: 0.5rem solid #002F7B;
    padding: 5.6875rem 0 4.9375rem;
  }

  .l-cta::before,
  .l-cta::after {
    height: 0.25rem;
  }

  .l-cta::before {
    top: 0.625rem;
  }

  .l-cta::after {
    bottom: 0.625rem;
  }

  .l-cta__ttl {
    margin-bottom: 2.625rem;
  }

  .l-footer {
    padding: 2.5rem 0 2.625rem;
  }

  .c-section {
    padding: 4.375rem 0;
  }

  .c-btn__link--contact {
    width: 32.6875rem;
    height: 5.8125rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.375rem;
  }

  .c-btn__link--contact .c-btn__icon--arrow {
    width: 0.875rem;
  }

  .c-btn__link--contact .c-btn__icon--contact {
    width: 2.375rem;
  }

  .c-head {
    letter-spacing: 0.05em;
  }

  .c-lead {
    letter-spacing: 0.06em;
  }

  .p-mv {
    padding: 5rem 0 3.75rem;
  }

  .p-mv::before {
    top: -19.8%;
    left: -22.3%;
  }

  .p-mv__top {
    margin-left: 0;
    margin-bottom: 3.875rem;
  }

  .p-mv__ttl-area {
    margin-top: 0;
  }

  .p-mv__head {
    margin-left: 0;
    margin-bottom: 1.875rem;
  }

  .p-mv__head > * {
    padding-right: 0.5625rem;
    padding-left: 0.625rem;
  }

  .p-mv__ttl {
    margin-right: 1.5rem;
    line-height: 1.3;
  }

  .p-mv__ttl > *:last-child {
    margin-right: 0.375rem;
  }

  .p-mv__img {
    width: 36.3125rem;
    margin-left: 3.1875rem;
  }

  .p-mv__bottom {
    margin-left: 0;
    gap: 4.6875rem;
  }

  .p-mv__list {
    gap: 1.125rem;
  }

  .p-mv__item {
    width: 13.4375rem;
    height: 11.9375rem;
    padding-top: 0.75rem;
  }

  .p-mv__item:nth-child(2) {
    padding-top: 0;
  }

  .p-mv__item > * {
    line-height: 1.7;
  }

  .p-achievements {
    padding: 2.4375rem 0 2.875rem;
  }

  .p-achievements__lead {
    line-height: 1.7;
    margin-bottom: 0.3125rem;
  }

  .p-achievements__list {
    margin: 2.9375rem auto 0;
    gap: 1.5625rem 1.875rem;
  }

  .p-achievements__item {
    width: calc((100% - 1.875rem) / 2);
  }

  .p-about {
    background-image: url(../img/bg_about_sp.jpg);
    padding: 3.4375rem 0 5.375rem;
  }

  .p-about__ttl {
    margin-bottom: 4.1875rem;
  }

  .p-about__inner {
    gap: 2.75rem;
  }

  .p-about__img {
    width: 21rem;
    margin-right: 2.625rem;
  }

  .p-about__content {
    width: 95%;
    gap: 1.625rem;
    text-align: center;
  }

  .p-trouble {
    padding-bottom: 6.25rem;
  }

  .p-trouble__top {
    margin-bottom: 1.25rem;
  }

  .p-trouble__img {
    width: 22.52875rem;
  }

  .p-trouble__desc {
    padding-top: 1.4375rem;
  }

  .p-trouble__nm {
    width: 21.549375rem;
    padding: 0.6875rem 0 0.75rem;
  }

  .p-trouble__app {
    padding-top: 2.8125rem;
    letter-spacing: 0.02em;
    padding-bottom: 2.375rem;
  }

  .p-trouble__app::before,
  .p-trouble__app::after {
    width: 2.8125rem;
    height: 2.3125rem;
  }

  .p-trouble__arrow {
    width: 3.375rem;
    margin-bottom: 1.0625rem;
  }

  .p-trouble__bottom {
    padding: 2.125rem 2.75rem 2.375rem 2.1875rem;
    text-align: center;
  }

  .p-trouble__card {
    width: 100%;
  }

  .p-trouble__card:nth-child(1) .p-trouble__app {
    padding-left: 2.5625rem;
  }

  .p-trouble__card:nth-child(2) .p-trouble__app {
    padding-left: 2.3125rem;
    padding-right: 3.4375rem;
  }

  .p-trouble__card:nth-child(3) .p-trouble__app {
    padding-left: 2.375rem;
    padding-right: 3.4375rem;
  }

  .p-support {
    padding-top: 6.25rem;
  }

  .p-support__ttl {
    margin-bottom: 3.9375rem;
  }

  .p-support__cards {
    gap: 3.875rem;
  }

  .p-support__card {
    width: 105%;
    padding: 3.125rem 2.6875rem 2.1875rem 2.9375rem;
    gap: 1.5rem;
  }

  .p-support__card:nth-child(odd) {
    margin-right: calc(50% - 50vw);
    border-radius: 0.625rem 0 0 0.625rem;
  }

  .p-support__card:nth-child(even) {
    margin-left: calc(50% - 50vw);
    border-radius: 0 0.625rem 0.625rem 0;
  }

  .p-support__card:nth-child(1) p {
    letter-spacing: 0.01em;
  }

  .p-support__card:nth-child(3) {
    padding-top: 3.1875rem;
    padding-bottom: 2.4375rem;
  }

  .p-support__card:nth-child(3) p {
    letter-spacing: 0.01em;
  }

  .p-support__no {
    top: -2%;
    left: 4%;
  }

  .p-support__no--fi {
    left: 2.5%;
  }

  .p-support__img {
    width: 18.5625rem;
  }

  .p-support__content {
    width: 100%;
  }

  .p-support__content h3 {
    margin-bottom: 1.4375rem;
  }

  .p-curriculum {
    padding: 5.1875rem 0 6.5rem;
  }

  .p-curriculum::before {
    width: 50.875rem;
    height: 49.8125rem;
    top: -3.1%;
    left: -43%;
  }

  .p-curriculum::after {
    width: 24.375rem;
    height: 23.875rem;
    top: 16.35%;
    right: -6.5%;
  }

  .p-curriculum__ttl {
    margin-bottom: 1.4375rem;
  }

  .p-curriculum__lead {
    margin-bottom: 6.875rem;
  }

  .p-curriculum__flow-list {
    gap: 2.0625rem;
    margin-bottom: 3.6875rem;
  }

  .p-curriculum__flow-ttl {
    width: 28.125rem;
    padding: 1.1875rem 0 1.25rem 1.125rem;
    top: -2.5rem;
  }

  .p-curriculum__flow-txt {
    padding: 0 1.8125rem;
    margin-bottom: 1.1875rem;
  }

  .p-curriculum__flow-etc {
    font-size: 2.019375rem;
  }

  .p-curriculum__flow-content {
    padding: 1.75rem 2.5625rem;
  }

  .p-curriculum__flow-content > ul {
    letter-spacing: 0.04em;
    margin-bottom: 0.9375rem;
  }

  .p-curriculum__flow-content > ul > * {
    padding-left: 1.5625rem;
  }

  .p-curriculum__flow-card {
    width: 100%;
    padding: 4.1875rem 1.1875rem 1.125rem;
  }

  .p-curriculum__flow-card:not(:nth-of-type(1)) {
    margin-top: 2.125rem;
  }

  .p-curriculum__flow-arrow {
    width: 1.9375rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 0.4375rem;
  }

  .p-curriculum___accordion {
    margin-bottom: 8.5625rem;
  }

  .p-curriculum__link {
    width: 31.25rem;
    height: 4.8125rem;
  }

  .p-curriculum__link--toggle {
    padding-right: 2.5rem;
    padding-bottom: 0.1875rem;
  }

  .p-curriculum__link--toggle .p-curriculum__line {
    right: 1.875rem;
  }

  .p-curriculum__link--close {
    padding-right: 2.3125rem;
  }

  .p-curriculum___toggle-area {
    margin-top: 3.0625rem;
    padding: 2.4375rem 2.625rem 2.5rem 2.25rem;
  }

  .p-curriculum___toggle-section {
    gap: 2.5625rem;
    margin-bottom: 3.3125rem;
  }

  .p-curriculum___toggle-section h3 {
    padding: 0.1875rem 0 0.25rem 0.9375rem;
  }

  .p-curriculum___toggle-section ul {
    margin: 0 0 0 2.8125rem;
  }

  .p-curriculum__subttl {
    margin-bottom: 3.75rem;
  }

  .p-curriculum__subttl > *::before,
  .p-curriculum__subttl > *::after {
    top: 59%;
  }

  .p-curriculum__subttl > *::before {
    left: -7.375rem;
  }

  .p-curriculum__subttl > *::after {
    right: -7.375rem;
  }

  .p-curriculum__video-area {
    margin-bottom: 8.6875rem;
  }

  .p-curriculum__video {
    padding-top: 56.2%;
  }

  .p-curriculum__intro-list > * {
    width: 100%;
  }

  .p-curriculum__intro-list > *:nth-child(2) {
    margin-top: 4.75rem;
  }

  .p-curriculum__intro-unit {
    padding: 2.5rem;
  }

  .p-curriculum__intro-top {
    margin-bottom: 2.3125rem;
  }

  .p-curriculum__intro-name {
    margin-top: -3.25rem;
    width: 7.375rem;
    height: 16.875rem;
    padding-top: 3rem;
  }

  .p-curriculum__intro-name > *:nth-child(2) {
    padding-top: 1.875rem;
  }

  .p-curriculum__intro-img {
    width: 28.3125rem;
  }

  .p-curriculum__bio-ttl {
    padding: 0.5625rem 0.875rem 0.75rem;
    margin-bottom: 1.1875rem;
  }

  .p-curriculum__bio-content {
    padding: 0;
    gap: 2.3125rem;
  }

  .p-case {
    background-image: url(../img/bg_case_sp.jpg);
  }

  .p-case__ttl {
    margin-bottom: 3.4375rem;
  }

  .p-case__tabs {
    gap: 0.5rem;
  }

  .p-case__tab {
    width: 9.875rem;
    padding: 0.5625rem 0 0.8125rem;
  }

  .p-case__tab.active {
    padding-top: 0.875rem;
    padding-bottom: 1rem;
  }

  .p-case__tab-content {
    padding: 3.0625rem 2.4375rem;
  }

  .p-case__exa-area {
    padding: 3.8125rem 1.9375rem 1.25rem;
  }

  .p-case__exa-area:not(:last-child) {
    margin-bottom: 3.875rem;
  }

  .p-case__exa-no {
    min-width: 12.9375rem;
    padding-bottom: 0.5625rem;
  }

  .p-case__exa-ttl {
    text-align: left;
    margin: 0 0.5rem 1.6875rem;
  }

  .p-case__exa-txt {
    text-align: left;
    padding: 1.125rem 1.75rem 1.5rem;
    margin-bottom: 2.5rem;
  }

  .p-case__exa-flex {
    gap: 2.8125rem;
  }

  .p-case__exa-img {
    width: 100%;
  }

  .p-case__exa-content {
    width: 100%;
  }

  .p-case__exa-content li {
    padding-left: 1.8125rem;
  }

  .p-case__exa-circle {
    width: 5.625rem;
    height: 5.625rem;
  }

  .p-case__exa-issue,
  .p-case__exa-solve {
    gap: 1.1875rem;
    min-width: 24.4375rem;
    margin: 0 auto;
  }

  .p-case__exa-line {
    width: 95%;
    height: 0.25rem;
    margin: 0 auto;
  }

  .p-case__exa-line::after {
    border-width: 1.125rem 0.875rem 0 0.875rem;
  }

  .p-plan__ttl {
    margin-left: 0;
  }

  .p-plan__lead {
    margin-bottom: 4.3125rem;
  }

  .p-plan__desc {
    padding: 2.3125rem 0.625rem 3.125rem;
    margin: 0 auto 4.9375rem;
  }

  .p-plan__desc::before,
  .p-plan__desc::after {
    width: 2.8125rem;
    height: 2.3125rem;
  }

  .p-plan__desc::before {
    top: -0.9375rem;
  }

  .p-plan__usually {
    margin-right: 0;
    margin-top: 0;
    letter-spacing: 0.05em;
    gap: 0;
    margin-bottom: 2.4375rem;
  }

  .p-plan__usually p > * {
    font-size: 3.75rem;
  }

  .p-plan__usually p::after {
    width: 104%;
    top: 2.0625rem;
  }

  .p-plan__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 0.875rem;
    margin-bottom: 1.3125rem;
    margin-top: 0;
  }

  .p-plan__use {
    margin-right: 1.3125rem;
  }

  .p-plan__use > span {
    margin-left: 0;
  }

  .p-plan__hexagon {
    width: 9.1875rem;
    height: 8.074375rem;
    margin-right: 0.625rem;
    margin-top: 0.4375rem;
    padding-left: 0.375rem;
  }

  .p-plan__hexagon span {
    font-size: 3.125rem;
  }

  .p-plan__txt > * {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }

  .p-flow {
    padding: 5rem 0;
  }

  .p-flow__ttl {
    margin-bottom: 1.3125rem;
  }

  .p-flow__lead {
    margin-bottom: 4.5rem;
  }

  .p-flow__exp {
    letter-spacing: 0.06em;
    margin-bottom: 2.375rem;
  }

  .p-flow__list {
    padding: 2.875rem 1.25rem 3.25rem;
  }

  .p-flow__unit {
    padding: 0 1.0625rem 0 0;
  }

  .p-flow__unit:not(:last-child) {
    padding-bottom: 2.25rem;
    margin-bottom: 2.5rem;
  }

  .p-flow__no {
    width: 4.1875rem;
    margin-right: 1.875rem;
  }

  .p-flow__img {
    width: 6.5rem;
    margin-right: 2.0625rem;
  }

  .p-flow__txt {
    width: calc(100% - 6.5rem - 2.0625rem - 4.1875rem - 1.875rem);
    letter-spacing: 0.06em;
  }

  .p-flow__area--att {
    margin-bottom: 6.25rem;
  }

  .p-flow__area--att .p-flow__area-ttl {
    margin-bottom: 1.875rem;
  }

  .p-flow__area--rec .p-flow__area-ttl {
    margin-bottom: 1.8125rem;
  }

  .p-faq {
    padding-top: 3.75rem;
  }

  .p-faq__ttl {
    margin-bottom: 3.125rem;
  }

  .p-faq__dlist {
    padding: 0 0.5rem 2.5625rem;
    letter-spacing: 0.06em;
  }

  .p-faq__dlist:not(:last-child) {
    margin-bottom: 2.375rem;
  }

  .p-faq__term {
    padding-left: 3.0625rem;
  }

  .p-faq__term::before {
    font-size: 2.375rem;
    top: 0.5rem;
  }

  .p-faq__desc {
    padding-left: 3rem;
  }

  .p-faq__desc::before {
    font-size: 2.375rem;
    top: 0.375rem;
  }

  .p-contact__ttl {
    margin-bottom: 3.9375rem;
  }

  .p-contact__form {
    padding: 3.125rem 2.375rem;
  }

  .p-contact__unit {
    gap: 1.1875rem;
    margin-bottom: 3rem;
  }

  .p-contact__unit:nth-child(6) .p-contact__label {
    margin-bottom: 0;
  }

  .p-contact__label {
    width: 100%;
    gap: 1.0625rem;
    margin-left: 0.75rem;
  }

  .p-contact__must,
  .p-contact__arb {
    padding: 0.25rem 0.5625rem;
  }

  .p-contact__input {
    width: 100%;
  }

  .p-contact__text {
    font-size: 1.375rem;
    padding: 1.375rem;
    border: 0.125rem solid #999999;
  }

  .p-contact__text:focus {
    border: 0.25rem solid #002F7B;
  }

  .p-contact__textarea {
    font-size: 1.375rem;
    padding: 1.375rem;
    border: 0.125rem solid #999999;
    height: 18.75rem;
  }

  .p-contact__textarea:focus {
    border: 0.25rem solid #002F7B;
  }

  .p-contact__submit {
    padding: 1rem 5.5rem;
  }

  .u-display_pc {
    display: none !important;
  }

  .u-display_sp {
    display: block !important;
  }

  .u-jc-sb-md-max {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .u-jc-c-md-max {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .u-fd-c-md-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .u-fd-c-md-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .u-ai-fs-md-max {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .u-ai-c-md-max {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .u-gap16-md-max {
    gap: 1rem;
  }

  .u-gap8-md-max {
    gap: 0.5rem;
  }

  .u-gap0-md-max {
    gap: 0;
  }

  .u-fs44-md-max {
    font-size: 2.75rem;
  }

  .u-fs38-md-max {
    font-size: 2.375rem;
  }

  .u-fs32-md-max {
    font-size: 2rem;
  }

  .u-fs28-md-max {
    font-size: 1.75rem;
  }

  .u-fs26-md-max {
    font-size: 1.625rem;
  }

  .u-fs24-md-max {
    font-size: 1.5rem;
  }

  .u-fs22-md-max {
    font-size: 1.375rem;
  }

  .u-fs16-md-max {
    font-size: 1rem;
  }

  .u-fs14-md-max {
    font-size: 0.875rem;
  }

  .u-fs12-md-max {
    font-size: 0.75rem;
  }

  .u-fs11-md-max {
    font-size: 0.75rem;
  }

  .u-po-st-md-max {
    position: static;
  }
}

@media screen and (max-width: 430px) {
  .u-fs18-sm-max {
    font-size: 1.125rem;
  }

  .u-fs16-sm-max {
    font-size: 1rem;
  }

  .u-fs14-sm-max {
    font-size: 0.875rem;
  }

  .u-fs12-sm-max {
    font-size: 0.75rem;
  }

  .u-fs11-sm-max {
    font-size: 0.6875rem;
  }

  .u-mb38-sm-max {
    margin-bottom: 2.375rem;
  }

  .u-mb20-sm-max {
    margin-bottom: 1.25rem;
  }

  .u-mb18-sm-max {
    margin-bottom: 1.125rem;
  }

  .u-pb70-sm-max {
    padding-bottom: 4.375rem;
  }

  .u-pb50-sm-max {
    padding-bottom: 3.125rem;
  }
}
/*# sourceMappingURL=style.css.map */
/* フォーム全体のスタイル */
.hs-form {
    max-width: 600px; /* 必要に応じて調整 */
    margin: 0 auto;
}

/* インプットフィールドのスタイル */
.hs-form input, .hs-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f9f9f9; /* `contact`セクションの背景色に合わせる */
}

/* ボタンのスタイル */
.hs-form .hs-button {
    background-color: #007bff; /* `contact`のボタン色に合わせる */
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* ボタンホバー時のスタイル */
.hs-form .hs-button:hover {
    background-color: #0056b3; /* `contact`のホバー時の色に合わせる */
}

/* ラベルのスタイル */
.hs-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}