@charset "UTF-8";
/**
 * ベース設定
 */
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --breakpoint-sm: 768px;
  --breakpoint-md: 1022px;
  --breakpoint-lg: 1400px;
  --padding-x-base: 3.2rem;
  --width-content-site: 102.2rem;
  --font-base: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --font-latin: "Montserrat", var(--font-base);
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --line-height-body: 1.5;
  --color-base-text: 0 0 0;
  --color-primary: #344370;
  --shadow-box: 0 0 2rem rgba(0, 0, 0, 0.06);
  --opacity-hover: 0.8;
  --easing-effect: cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 768px) {
  :root {
    --padding-x-base: 2.4rem;
  }
}

html body {
  font-family: var(--font-base);
}

html {
  font-size: 62.5%;
  line-height: var(--line-height-body);
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
  color: rgb(var(--color-base-text));
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  background: rgb(var(--color-bg-body));
  overflow-wrap: anywhere;
  word-break: normal;
  letter-spacing: 0;
  line-break: strict;
}
body *:first-child {
  margin-top: 0;
}

body.is-overflowHidden {
  overflow: hidden;
}

body *:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

p {
  margin-block: var(--paragraph-gap);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 150ms ease-out 0ms;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: var(--opacity-hover);
    text-decoration: underline;
  }
}

button {
  color: rgb(var(--color-base-text));
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

em {
  font-style: normal;
}

table {
  width: min(100%, 70.5rem);
  margin-inline: auto;
  background-color: white;
  box-shadow: var(--shadow-box);
  border-radius: 1.5rem;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  padding: 1.7rem 1.8rem;
  border-block: 0.2rem solid #F4F6F7;
  vertical-align: top;
  line-height: 1.8;
}
table th {
  background-color: #F8F9FA;
}
table td {
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}
table ul {
  line-height: 2;
}
table tbody th {
  font-weight: var(--font-weight-bold);
  text-align: left;
}
@media screen and (max-width: 768px) {
  table th, table td {
    padding: 0.8rem 1rem;
    line-height: 1.4;
  }
}

/**
 * レイアウト
 */
.footer {
  position: relative;
  padding-block: 4rem;
  background-color: #1A1A1A;
  color: white;
  text-align: center;
}

.footer__copyright {
  font-size: 1.3rem;
  letter-spacing: -0.04em;
}
.footer__copyright small {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3rem;
  margin-top: 1.5rem;
  color: #64C3F9;
}

.header {
  position: relative;
  padding-block: 2rem;
  background: linear-gradient(90deg, #192B5E, #26457B);
  color: white;
}
@media screen and (max-width: 768px) {
  .header {
    padding-block: 1.5rem;
    background: var(--color-primary);
  }
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2.4rem;
}

.header__logo {
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 14.5rem;
  }
}

/**
 * 共通モジュール
 */
@keyframes animation-hover-arrow {
  0% {
    translate: 0 0;
  }
  33% {
    translate: 50% 0;
    opacity: 0;
  }
  66% {
    translate: -50% 0;
    opacity: 0;
  }
  99% {
    translate: 0 0;
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.container {
  width: min(100%, var(--container, var(--width-content-site)) + var(--padding-x-base) * 2);
  margin-inline: auto;
  padding-inline: var(--padding-x-base);
}

:root {
  --effect-easing: cubic-bezier(0, .55, .45, 1);
}

[data-effect=image-scale-in], [data-effect=slide-up], [data-effect=fade-in] {
  opacity: 0;
  transition: var(--effect-time, 1000ms) var(--effect-easing);
  transition-property: opacity, translate;
}
.is-visible[data-effect=image-scale-in], .is-visible[data-effect=slide-up], .is-visible[data-effect=fade-in] {
  opacity: 1;
}

[data-effect=slide-up] {
  translate: 0 20px;
}
[data-effect=slide-up].is-visible {
  translate: none;
}

[data-effect=image-scale-in] img {
  scale: 1.05;
  transition: scale 800ms ease-out 200ms;
}
[data-effect=image-scale-in].is-visible img {
  scale: 1;
}

[data-effect-delay="0"] {
  transition-delay: 0ms;
}

[data-effect-delay="1"] {
  transition-delay: 100ms;
}

[data-effect-delay="2"] {
  transition-delay: 200ms;
}

[data-effect-delay="3"] {
  transition-delay: 300ms;
}

[data-effect-delay="4"] {
  transition-delay: 400ms;
}

[data-effect-delay="5"] {
  transition-delay: 500ms;
}

[data-effect-delay="6"] {
  transition-delay: 600ms;
}

[data-effect-delay="7"] {
  transition-delay: 700ms;
}

[data-effect-delay="8"] {
  transition-delay: 800ms;
}

[data-effect-delay="9"] {
  transition-delay: 900ms;
}

[data-effect-delay="10"] {
  transition-delay: 1000ms;
}

[data-hover=underline-text] {
  display: inline;
  background: linear-gradient(currentColor, currentColor) no-repeat 100% 100%/0 0.1rem;
  transition: background-size 300ms;
}
[data-hover=underline-text]:hover, [href]:hover [data-hover=underline-text] {
  opacity: 1;
  text-decoration: none;
  background-position-x: 0;
  background-size: 100% 0.1rem;
}

[data-hover=scale-image] {
  overflow: hidden;
}
[data-hover=scale-image] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 200ms var(--effect-easing);
}
[data-hover=scale-image]:hover img, [href]:hover [data-hover=scale-image] img {
  scale: var(--hover-image-scale, 1.04);
}

.section {
  padding-block: 8rem 7rem;
}
@media screen and (max-width: 768px) {
  .section {
    padding-block: 4.8rem;
  }
}

.section--bgColor1 {
  background-color: #F8F9FA;
}

.section__lead {
  --paragraph-gap: 1.5rem;
  margin-bottom: 5.5rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__lead {
    margin-bottom: 3rem;
  }
}

.section--hr {
  border-top: 0.1rem solid #EAEDF0;
}

.subsection {
  margin-top: 5.6rem;
}

.hamburger {
  position: relative;
  width: 3rem;
  height: 2.2rem;
  overflow: hidden;
  z-index: 15;
  color: inherit;
}
@media screen and (min-width: 1023px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  position: relative;
  pointer-events: none;
}
.hamburger__line, .hamburger__line::before, .hamburger__line::after {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: currentColor;
  border-radius: 10rem;
  transition: 150ms ease-in-out;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  position: absolute;
  left: 0;
  transition-property: transform, top;
}
.hamburger__line::before {
  top: -1rem;
}
.hamburger__line::after {
  bottom: -1rem;
}
[aria-expanded=true] .hamburger__line {
  translate: 150% 0;
}
[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: translateX(-150%) rotate(45deg);
}
[aria-expanded=true] .hamburger__line::after {
  top: 0;
  transform: translateX(-150%) rotate(-45deg);
}

.cardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 2.5rem;
}

.card {
  display: block;
  height: 100%;
  background-color: white;
  border-radius: 1.2rem;
  padding: 2.5rem;
  font-size: 1.2rem;
  box-shadow: var(--shadow-box);
  line-height: 1.75;
}
@media (hover: hover) and (pointer: fine) {
  .card[href]:hover {
    opacity: 1;
    text-decoration: none;
  }
}

.card__header {
  display: flex;
  column-gap: 1.2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}

.card__footer {
  margin-top: 2rem;
}

.card__icon {
  display: grid;
  place-content: center;
  align-self: flex-start;
  flex-shrink: 0;
  border-radius: 0.8rem;
  width: 4.4rem;
  aspect-ratio: 1/1;
  background-color: var(--card-icon-bg-color);
  color: var(--card-icon-color);
}
.card__icon img, .card__icon svg {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.card__icon--orange {
  --card-icon-bg-color: #FFF3E0;
  --card-icon-color: #FF9902;
}

.card__icon--blue {
  --card-icon-bg-color: #E3F2FD;
  --card-icon-color: #4185F4;
}

.card__icon--green {
  --card-icon-bg-color: #E8F5E8;
  --card-icon-color: #33A854;
}

.card__icon--red {
  --card-icon-bg-color: #FCE4EC;
  --card-icon-color: #EA4335;
}

.card__title {
  align-self: center;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
}

.card__subtitle {
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
}

.card__image {
  margin-bottom: 1rem;
  text-align: center;
}

.card__more {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.card__more::after {
  --icon-mask: url(../images/icon-arrow-right.svg);
  content: "";
  display: block;
  display: inline-block;
  width: var(--icon-size, 1em);
  height: var(--icon-size, 1em);
  background-color: var(--icon-color, currentColor);
  mask-image: var(--icon-mask);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
  transition: 250ms var(--easing-effect);
}

.heading {
  margin-block: 5rem 2.4rem;
  font-size: 3.4rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .heading {
    margin-block: 3rem 1.8rem;
    font-size: 2.8rem;
  }
}

.heading__text {
  display: inline-block;
  width: fit-content;
  background: var(--heading-gradient, linear-gradient(90deg, #3A6EA3, #4483B8));
  color: #3A6EA3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading--colorDark {
  --heading-gradient: linear-gradient(90deg, #1B2E60, #305A8E);
}

.subheading {
  margin-bottom: 2.8rem;
  font-weight: var(--font-weight-bold);
  font-size: 2rem;
  text-align: center;
}

.logoList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4.8rem;
  width: min(100%, 86rem);
  justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .logoList {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.logoList__item {
  overflow: hidden;
}

.logoList__image {
  position: relative;
  width: 100%;
}
.logoList__image div {
  aspect-ratio: 255/113;
  border-radius: 1.2rem;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: white;
}
.logoList__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: scale cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

.logoList__caption {
  margin-top: 1.4rem;
  word-break: break-all;
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
}

.logoList__icon {
  display: inline-block;
  position: relative;
  width: 1.6rem;
  margin-right: 0.5rem;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
.logoList__icon::before, .logoList__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
.logoList__icon::before {
  background-color: var(--color-primary);
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  mask-size: 100%;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iOC44MjgxMiIgeT0iNy45Mjg3MSIgd2lkdGg9IjIiIGhlaWdodD0iNiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDguODI4MTIgNy45Mjg3MSkiIGZpbGw9IiM0QTdERTgiLz4KPHJlY3QgeD0iMTAuMjQzMiIgeT0iMTUiIHdpZHRoPSIyIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgMTAuMjQzMiAxNSkiIGZpbGw9IiM0QTdERTgiLz4KPC9zdmc+Cg==");
  z-index: 1;
}
.logoList__icon::after {
  display: block;
  border: 1px solid #DDDDDD;
  background: transparent;
  border-radius: 50%;
  top: 0;
  transition: all cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

@media (hover: hover) and (pointer: fine) {
  .logoList__link:hover {
    opacity: 1;
    text-decoration: none;
    color: var(--color-primary);
  }
  .logoList__link:hover .logoList__image img {
    scale: 1.05;
  }
  .logoList__link:hover .logoList__icon::before {
    background-color: white;
  }
  .logoList__link:hover .logoList__icon::after {
    background-color: var(--color-primary);
  }
}

.logo {
  width: var(--logo-width);
}
@media (hover: hover) and (pointer: fine) {
  .logo:hover {
    opacity: 1;
    text-decoration: none;
  }
}

.data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
@media screen and (max-width: 768px) {
  .data {
    grid-template-columns: 1fr;
  }
}

.data__item {
  display: block;
  height: 100%;
  background-color: var(--data-bg-color);
  border-radius: 1.2rem;
  padding: 2.6rem;
  box-shadow: var(--shadow-box);
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .data__item[href]:hover {
    opacity: 1;
    text-decoration: none;
  }
}

.data__item--orange {
  --data-bg-color: #FFD741;
}

.data__item--blue {
  --data-bg-color: #C5E3FC;
}

.data__item--green {
  --data-bg-color: #D0EAD1;
}

.data__item--red {
  --data-bg-color: #E5C7EA;
}

.data__icon {
  display: grid;
  place-content: center;
  width: 3.6rem;
  margin-inline: auto;
  margin-bottom: 3.2rem;
  aspect-ratio: 1/1;
}

.data__value {
  margin-bottom: 1.5rem;
  color: var(--color-primary);
  font-size: 3.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}

.points {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}

.points__item {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  padding: 1.5rem 2.4rem;
  min-height: 5.5rem;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(0.5rem);
  border: 0.1rem solid rgba(255, 255, 255, 0.12);
  border-radius: 999.9rem;
  color: white;
  font-size: 1.2rem;
  line-height: 1.2;
}

.points__icon {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  width: 2rem;
  aspect-ratio: 1/1;
}
.points__icon img, .points__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gNav {
  display: flex;
}



@media screen and (max-width: 1022px) {
  .gNav {
    position: absolute;
    inset: 6.2rem 0 0;
    flex-direction: column;
    row-gap: 3rem;
    width: 100%;
    height: calc(100dvh - 6.2rem);
    padding: 4.5rem 2.5rem;
    background-color: var(--color-primary);
    clip-path: inset(0 0 100%);
    overflow-y: auto;
    transition: clip-path 300ms ease-in-out;
    z-index: 10;
  }
  .gNav[aria-hidden=false] {
    clip-path: inset(0);
    padding-bottom: 3rem;
    transition-delay: 200ms;
  }
}

.gNav__menu {
  display: flex;
}
@media screen and (min-width: 1023px) {
  .gNav__menu {
    flex-wrap: wrap;
    gap: 1rem 2.4rem;
  }
}
@media screen and (max-width: 1022px) {
  .gNav__menu {
    align-items: center;
    flex-direction: column;
  }
}

.gNav__menu-link {
  display: block;
  font-weight: var(--font-weight-medium);
}
@media screen and (max-width: 1022px) {
  .gNav__menu-link {
    padding-block: 1.5rem;
  }
}

/**
 * 各ブロック
 */
.firstView {
  position: relative;
  padding-block: 3.8rem;
  background: linear-gradient(127deg, #1E3468, #488CD7, #65C6FD);
  color: white;
}

.firstView__container {
  display: flex;
}
@media screen and (min-width: 769px) {
  .firstView__container {
    align-items: center;
    justify-content: space-between;
    column-gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .firstView__container {
    flex-direction: column;
    row-gap: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .firstView__texts,
  .firstView__image {
    max-width: 44rem;
  }
}

.firstView__image {
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(0.5rem);
  border-radius: 2.8rem;
  box-shadow: 0 1rem 3rem rgba(10, 60, 120, 0.12);
  border: 0.2rem solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.firstView__title {
  margin-bottom: 1.5rem;
  font-size: 4.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .firstView__title {
    font-size: 3.2rem;
  }
}

.firstView__lead {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.firstView__image img {
  width: 100%;
}

/**
 * ユーティリティクラス
 */
@media screen and (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
  }
}
/* margin */
.u-m-auto {
  margin: 0 auto !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-ml-5 {
  margin-left: 0.5rem !important;
}

.u-mr-5 {
  margin-right: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

@media screen and (max-width: 768px) {
  .u-m-auto-sp {
    margin: 0 auto !important;
  }
  .u-mt-0-sp {
    margin-top: 0rem !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0rem !important;
  }
  .u-ml-0-sp {
    margin-left: 0rem !important;
  }
  .u-mr-0-sp {
    margin-right: 0rem !important;
  }
  .u-mt-5-sp {
    margin-top: 0.5rem !important;
  }
  .u-mb-5-sp {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-5-sp {
    margin-left: 0.5rem !important;
  }
  .u-mr-5-sp {
    margin-right: 0.5rem !important;
  }
  .u-mt-10-sp {
    margin-top: 1rem !important;
  }
  .u-mb-10-sp {
    margin-bottom: 1rem !important;
  }
  .u-ml-10-sp {
    margin-left: 1rem !important;
  }
  .u-mr-10-sp {
    margin-right: 1rem !important;
  }
  .u-mt-15-sp {
    margin-top: 1.5rem !important;
  }
  .u-mb-15-sp {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-15-sp {
    margin-left: 1.5rem !important;
  }
  .u-mr-15-sp {
    margin-right: 1.5rem !important;
  }
  .u-mt-20-sp {
    margin-top: 2rem !important;
  }
  .u-mb-20-sp {
    margin-bottom: 2rem !important;
  }
  .u-ml-20-sp {
    margin-left: 2rem !important;
  }
  .u-mr-20-sp {
    margin-right: 2rem !important;
  }
  .u-mt-25-sp {
    margin-top: 2.5rem !important;
  }
  .u-mb-25-sp {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-25-sp {
    margin-left: 2.5rem !important;
  }
  .u-mr-25-sp {
    margin-right: 2.5rem !important;
  }
  .u-mt-30-sp {
    margin-top: 3rem !important;
  }
  .u-mb-30-sp {
    margin-bottom: 3rem !important;
  }
  .u-ml-30-sp {
    margin-left: 3rem !important;
  }
  .u-mr-30-sp {
    margin-right: 3rem !important;
  }
  .u-mt-35-sp {
    margin-top: 3.5rem !important;
  }
  .u-mb-35-sp {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-35-sp {
    margin-left: 3.5rem !important;
  }
  .u-mr-35-sp {
    margin-right: 3.5rem !important;
  }
  .u-mt-40-sp {
    margin-top: 4rem !important;
  }
  .u-mb-40-sp {
    margin-bottom: 4rem !important;
  }
  .u-ml-40-sp {
    margin-left: 4rem !important;
  }
  .u-mr-40-sp {
    margin-right: 4rem !important;
  }
  .u-mt-45-sp {
    margin-top: 4.5rem !important;
  }
  .u-mb-45-sp {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-45-sp {
    margin-left: 4.5rem !important;
  }
  .u-mr-45-sp {
    margin-right: 4.5rem !important;
  }
  .u-mt-50-sp {
    margin-top: 5rem !important;
  }
  .u-mb-50-sp {
    margin-bottom: 5rem !important;
  }
  .u-ml-50-sp {
    margin-left: 5rem !important;
  }
  .u-mr-50-sp {
    margin-right: 5rem !important;
  }
  .u-mt-55-sp {
    margin-top: 5.5rem !important;
  }
  .u-mb-55-sp {
    margin-bottom: 5.5rem !important;
  }
  .u-ml-55-sp {
    margin-left: 5.5rem !important;
  }
  .u-mr-55-sp {
    margin-right: 5.5rem !important;
  }
  .u-mt-60-sp {
    margin-top: 6rem !important;
  }
  .u-mb-60-sp {
    margin-bottom: 6rem !important;
  }
  .u-ml-60-sp {
    margin-left: 6rem !important;
  }
  .u-mr-60-sp {
    margin-right: 6rem !important;
  }
  .u-mt-65-sp {
    margin-top: 6.5rem !important;
  }
  .u-mb-65-sp {
    margin-bottom: 6.5rem !important;
  }
  .u-ml-65-sp {
    margin-left: 6.5rem !important;
  }
  .u-mr-65-sp {
    margin-right: 6.5rem !important;
  }
  .u-mt-70-sp {
    margin-top: 7rem !important;
  }
  .u-mb-70-sp {
    margin-bottom: 7rem !important;
  }
  .u-ml-70-sp {
    margin-left: 7rem !important;
  }
  .u-mr-70-sp {
    margin-right: 7rem !important;
  }
  .u-mt-75-sp {
    margin-top: 7.5rem !important;
  }
  .u-mb-75-sp {
    margin-bottom: 7.5rem !important;
  }
  .u-ml-75-sp {
    margin-left: 7.5rem !important;
  }
  .u-mr-75-sp {
    margin-right: 7.5rem !important;
  }
}
/* padding */
.u-p-0 {
  padding: 0rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-p-5 {
  padding: 0.5rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pl-5 {
  padding-left: 0.5rem !important;
}

.u-pr-5 {
  padding-right: 0.5rem !important;
}

.u-p-10 {
  padding: 1rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-p-15 {
  padding: 1.5rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pl-15 {
  padding-left: 1.5rem !important;
}

.u-pr-15 {
  padding-right: 1.5rem !important;
}

.u-p-20 {
  padding: 2rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-p-25 {
  padding: 2.5rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pl-25 {
  padding-left: 2.5rem !important;
}

.u-pr-25 {
  padding-right: 2.5rem !important;
}

.u-p-30 {
  padding: 3rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-p-35 {
  padding: 3.5rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pl-35 {
  padding-left: 3.5rem !important;
}

.u-pr-35 {
  padding-right: 3.5rem !important;
}

.u-p-40 {
  padding: 4rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-p-45 {
  padding: 4.5rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pl-45 {
  padding-left: 4.5rem !important;
}

.u-pr-45 {
  padding-right: 4.5rem !important;
}

.u-p-50 {
  padding: 5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-p-55 {
  padding: 5.5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pl-55 {
  padding-left: 5.5rem !important;
}

.u-pr-55 {
  padding-right: 5.5rem !important;
}

.u-p-60 {
  padding: 6rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-p-65 {
  padding: 6.5rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pl-65 {
  padding-left: 6.5rem !important;
}

.u-pr-65 {
  padding-right: 6.5rem !important;
}

.u-p-70 {
  padding: 7rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-p-75 {
  padding: 7.5rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pl-75 {
  padding-left: 7.5rem !important;
}

.u-pr-75 {
  padding-right: 7.5rem !important;
}

.u-p-80 {
  padding: 8rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-p-85 {
  padding: 8.5rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pl-85 {
  padding-left: 8.5rem !important;
}

.u-pr-85 {
  padding-right: 8.5rem !important;
}

.u-p-90 {
  padding: 9rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-p-95 {
  padding: 9.5rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pl-95 {
  padding-left: 9.5rem !important;
}

.u-pr-95 {
  padding-right: 9.5rem !important;
}

.u-p-100 {
  padding: 10rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-0-sp {
    padding: 0rem !important;
  }
  .u-pt-0-sp {
    padding-top: 0rem !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0rem !important;
  }
  .u-pl-0-sp {
    padding-left: 0rem !important;
  }
  .u-pr-0-sp {
    padding-right: 0rem !important;
  }
  .u-p-5-sp {
    padding: 0.5rem !important;
  }
  .u-pt-5-sp {
    padding-top: 0.5rem !important;
  }
  .u-pb-5-sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pl-5-sp {
    padding-left: 0.5rem !important;
  }
  .u-pr-5-sp {
    padding-right: 0.5rem !important;
  }
  .u-p-10-sp {
    padding: 1rem !important;
  }
  .u-pt-10-sp {
    padding-top: 1rem !important;
  }
  .u-pb-10-sp {
    padding-bottom: 1rem !important;
  }
  .u-pl-10-sp {
    padding-left: 1rem !important;
  }
  .u-pr-10-sp {
    padding-right: 1rem !important;
  }
  .u-p-15-sp {
    padding: 1.5rem !important;
  }
  .u-pt-15-sp {
    padding-top: 1.5rem !important;
  }
  .u-pb-15-sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pl-15-sp {
    padding-left: 1.5rem !important;
  }
  .u-pr-15-sp {
    padding-right: 1.5rem !important;
  }
  .u-p-20-sp {
    padding: 2rem !important;
  }
  .u-pt-20-sp {
    padding-top: 2rem !important;
  }
  .u-pb-20-sp {
    padding-bottom: 2rem !important;
  }
  .u-pl-20-sp {
    padding-left: 2rem !important;
  }
  .u-pr-20-sp {
    padding-right: 2rem !important;
  }
  .u-p-25-sp {
    padding: 2.5rem !important;
  }
  .u-pt-25-sp {
    padding-top: 2.5rem !important;
  }
  .u-pb-25-sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-25-sp {
    padding-left: 2.5rem !important;
  }
  .u-pr-25-sp {
    padding-right: 2.5rem !important;
  }
  .u-p-30-sp {
    padding: 3rem !important;
  }
  .u-pt-30-sp {
    padding-top: 3rem !important;
  }
  .u-pb-30-sp {
    padding-bottom: 3rem !important;
  }
  .u-pl-30-sp {
    padding-left: 3rem !important;
  }
  .u-pr-30-sp {
    padding-right: 3rem !important;
  }
  .u-p-35-sp {
    padding: 3.5rem !important;
  }
  .u-pt-35-sp {
    padding-top: 3.5rem !important;
  }
  .u-pb-35-sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-35-sp {
    padding-left: 3.5rem !important;
  }
  .u-pr-35-sp {
    padding-right: 3.5rem !important;
  }
  .u-p-40-sp {
    padding: 4rem !important;
  }
  .u-pt-40-sp {
    padding-top: 4rem !important;
  }
  .u-pb-40-sp {
    padding-bottom: 4rem !important;
  }
  .u-pl-40-sp {
    padding-left: 4rem !important;
  }
  .u-pr-40-sp {
    padding-right: 4rem !important;
  }
  .u-p-45-sp {
    padding: 4.5rem !important;
  }
  .u-pt-45-sp {
    padding-top: 4.5rem !important;
  }
  .u-pb-45-sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-45-sp {
    padding-left: 4.5rem !important;
  }
  .u-pr-45-sp {
    padding-right: 4.5rem !important;
  }
  .u-p-50-sp {
    padding: 5rem !important;
  }
  .u-pt-50-sp {
    padding-top: 5rem !important;
  }
  .u-pb-50-sp {
    padding-bottom: 5rem !important;
  }
  .u-pl-50-sp {
    padding-left: 5rem !important;
  }
  .u-pr-50-sp {
    padding-right: 5rem !important;
  }
  .u-p-55-sp {
    padding: 5.5rem !important;
  }
  .u-pt-55-sp {
    padding-top: 5.5rem !important;
  }
  .u-pb-55-sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-55-sp {
    padding-left: 5.5rem !important;
  }
  .u-pr-55-sp {
    padding-right: 5.5rem !important;
  }
  .u-p-60-sp {
    padding: 6rem !important;
  }
  .u-pt-60-sp {
    padding-top: 6rem !important;
  }
  .u-pb-60-sp {
    padding-bottom: 6rem !important;
  }
  .u-pl-60-sp {
    padding-left: 6rem !important;
  }
  .u-pr-60-sp {
    padding-right: 6rem !important;
  }
  .u-p-65-sp {
    padding: 6.5rem !important;
  }
  .u-pt-65-sp {
    padding-top: 6.5rem !important;
  }
  .u-pb-65-sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pl-65-sp {
    padding-left: 6.5rem !important;
  }
  .u-pr-65-sp {
    padding-right: 6.5rem !important;
  }
  .u-p-70-sp {
    padding: 7rem !important;
  }
  .u-pt-70-sp {
    padding-top: 7rem !important;
  }
  .u-pb-70-sp {
    padding-bottom: 7rem !important;
  }
  .u-pl-70-sp {
    padding-left: 7rem !important;
  }
  .u-pr-70-sp {
    padding-right: 7rem !important;
  }
  .u-p-75-sp {
    padding: 7.5rem !important;
  }
  .u-pt-75-sp {
    padding-top: 7.5rem !important;
  }
  .u-pb-75-sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pl-75-sp {
    padding-left: 7.5rem !important;
  }
  .u-pr-75-sp {
    padding-right: 7.5rem !important;
  }
  .u-p-80-sp {
    padding: 8rem !important;
  }
  .u-pt-80-sp {
    padding-top: 8rem !important;
  }
  .u-pb-80-sp {
    padding-bottom: 8rem !important;
  }
  .u-pl-80-sp {
    padding-left: 8rem !important;
  }
  .u-pr-80-sp {
    padding-right: 8rem !important;
  }
  .u-p-85-sp {
    padding: 8.5rem !important;
  }
  .u-pt-85-sp {
    padding-top: 8.5rem !important;
  }
  .u-pb-85-sp {
    padding-bottom: 8.5rem !important;
  }
  .u-pl-85-sp {
    padding-left: 8.5rem !important;
  }
  .u-pr-85-sp {
    padding-right: 8.5rem !important;
  }
  .u-p-90-sp {
    padding: 9rem !important;
  }
  .u-pt-90-sp {
    padding-top: 9rem !important;
  }
  .u-pb-90-sp {
    padding-bottom: 9rem !important;
  }
  .u-pl-90-sp {
    padding-left: 9rem !important;
  }
  .u-pr-90-sp {
    padding-right: 9rem !important;
  }
  .u-p-95-sp {
    padding: 9.5rem !important;
  }
  .u-pt-95-sp {
    padding-top: 9.5rem !important;
  }
  .u-pb-95-sp {
    padding-bottom: 9.5rem !important;
  }
  .u-pl-95-sp {
    padding-left: 9.5rem !important;
  }
  .u-pr-95-sp {
    padding-right: 9.5rem !important;
  }
  .u-p-100-sp {
    padding: 10rem !important;
  }
  .u-pt-100-sp {
    padding-top: 10rem !important;
  }
  .u-pb-100-sp {
    padding-bottom: 10rem !important;
  }
  .u-pl-100-sp {
    padding-left: 10rem !important;
  }
  .u-pr-100-sp {
    padding-right: 10rem !important;
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .u-textCenter-sp {
    text-align: center;
  }
  .u-textRight-sp {
    text-align: right;
  }
  .u-textLeft-sp {
    text-align: left;
  }
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

/* width */
.u-w-auto {
  width: auto !important;
}

/* width(px) 5-400 */
.u-w-5 {
  width: 5px !important;
}

.u-w-10 {
  width: 10px !important;
}

.u-w-15 {
  width: 15px !important;
}

.u-w-20 {
  width: 20px !important;
}

.u-w-25 {
  width: 25px !important;
}

.u-w-30 {
  width: 30px !important;
}

.u-w-35 {
  width: 35px !important;
}

.u-w-40 {
  width: 40px !important;
}

.u-w-45 {
  width: 45px !important;
}

.u-w-50 {
  width: 50px !important;
}

.u-w-55 {
  width: 55px !important;
}

.u-w-60 {
  width: 60px !important;
}

.u-w-65 {
  width: 65px !important;
}

.u-w-70 {
  width: 70px !important;
}

.u-w-75 {
  width: 75px !important;
}

.u-w-80 {
  width: 80px !important;
}

.u-w-85 {
  width: 85px !important;
}

.u-w-90 {
  width: 90px !important;
}

.u-w-95 {
  width: 95px !important;
}

.u-w-100 {
  width: 100px !important;
}

.u-w-105 {
  width: 105px !important;
}

.u-w-110 {
  width: 110px !important;
}

.u-w-115 {
  width: 115px !important;
}

.u-w-120 {
  width: 120px !important;
}

.u-w-125 {
  width: 125px !important;
}

.u-w-130 {
  width: 130px !important;
}

.u-w-135 {
  width: 135px !important;
}

.u-w-140 {
  width: 140px !important;
}

.u-w-145 {
  width: 145px !important;
}

.u-w-150 {
  width: 150px !important;
}

.u-w-155 {
  width: 155px !important;
}

.u-w-160 {
  width: 160px !important;
}

.u-w-165 {
  width: 165px !important;
}

.u-w-170 {
  width: 170px !important;
}

.u-w-175 {
  width: 175px !important;
}

.u-w-180 {
  width: 180px !important;
}

.u-w-185 {
  width: 185px !important;
}

.u-w-190 {
  width: 190px !important;
}

.u-w-195 {
  width: 195px !important;
}

.u-w-200 {
  width: 200px !important;
}

.u-w-205 {
  width: 205px !important;
}

.u-w-210 {
  width: 210px !important;
}

.u-w-215 {
  width: 215px !important;
}

.u-w-220 {
  width: 220px !important;
}

.u-w-225 {
  width: 225px !important;
}

.u-w-230 {
  width: 230px !important;
}

.u-w-235 {
  width: 235px !important;
}

.u-w-240 {
  width: 240px !important;
}

.u-w-245 {
  width: 245px !important;
}

.u-w-250 {
  width: 250px !important;
}

.u-w-255 {
  width: 255px !important;
}

.u-w-260 {
  width: 260px !important;
}

.u-w-265 {
  width: 265px !important;
}

.u-w-270 {
  width: 270px !important;
}

.u-w-275 {
  width: 275px !important;
}

.u-w-280 {
  width: 280px !important;
}

.u-w-285 {
  width: 285px !important;
}

.u-w-290 {
  width: 290px !important;
}

.u-w-295 {
  width: 295px !important;
}

.u-w-300 {
  width: 300px !important;
}

.u-w-305 {
  width: 305px !important;
}

.u-w-310 {
  width: 310px !important;
}

.u-w-315 {
  width: 315px !important;
}

.u-w-320 {
  width: 320px !important;
}

.u-w-325 {
  width: 325px !important;
}

.u-w-330 {
  width: 330px !important;
}

.u-w-335 {
  width: 335px !important;
}

.u-w-340 {
  width: 340px !important;
}

.u-w-345 {
  width: 345px !important;
}

.u-w-350 {
  width: 350px !important;
}

.u-w-355 {
  width: 355px !important;
}

.u-w-360 {
  width: 360px !important;
}

.u-w-365 {
  width: 365px !important;
}

.u-w-370 {
  width: 370px !important;
}

.u-w-375 {
  width: 375px !important;
}

.u-w-380 {
  width: 380px !important;
}

.u-w-385 {
  width: 385px !important;
}

.u-w-390 {
  width: 390px !important;
}

.u-w-395 {
  width: 395px !important;
}

.u-w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.u-w-5per {
  width: 5% !important;
}

.u-w-10per {
  width: 10% !important;
}

.u-w-15per {
  width: 15% !important;
}

.u-w-20per {
  width: 20% !important;
}

.u-w-25per {
  width: 25% !important;
}

.u-w-30per {
  width: 30% !important;
}

.u-w-35per {
  width: 35% !important;
}

.u-w-40per {
  width: 40% !important;
}

.u-w-45per {
  width: 45% !important;
}

.u-w-50per {
  width: 50% !important;
}

.u-w-55per {
  width: 55% !important;
}

.u-w-60per {
  width: 60% !important;
}

.u-w-65per {
  width: 65% !important;
}

.u-w-70per {
  width: 70% !important;
}

.u-w-75per {
  width: 75% !important;
}

.u-w-80per {
  width: 80% !important;
}

.u-w-85per {
  width: 85% !important;
}

.u-w-90per {
  width: 90% !important;
}

.u-w-95per {
  width: 95% !important;
}

.u-w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.u-w-1em {
  width: 1em !important;
}

.u-w-2em {
  width: 2em !important;
}

.u-w-3em {
  width: 3em !important;
}

.u-w-4em {
  width: 4em !important;
}

.u-w-5em {
  width: 5em !important;
}

.u-w-6em {
  width: 6em !important;
}

.u-w-7em {
  width: 7em !important;
}

.u-w-8em {
  width: 8em !important;
}

.u-w-9em {
  width: 9em !important;
}

.u-w-10em {
  width: 10em !important;
}

.u-w-11em {
  width: 11em !important;
}

.u-w-12em {
  width: 12em !important;
}

.u-w-13em {
  width: 13em !important;
}

.u-w-14em {
  width: 14em !important;
}

.u-w-15em {
  width: 15em !important;
}

.u-w-16em {
  width: 16em !important;
}

.u-w-17em {
  width: 17em !important;
}

.u-w-18em {
  width: 18em !important;
}

.u-w-19em {
  width: 19em !important;
}

.u-w-20em {
  width: 20em !important;
}

@media screen and (max-width: 768px) {
  /* width */
  .u-w-auto-sp {
    width: auto !important;
  }
  /* width(px) 5-150 */
  .u-w-5-sp {
    width: 5px !important;
  }
  .u-w-10-sp {
    width: 10px !important;
  }
  .u-w-15-sp {
    width: 15px !important;
  }
  .u-w-20-sp {
    width: 20px !important;
  }
  .u-w-25-sp {
    width: 25px !important;
  }
  .u-w-30-sp {
    width: 30px !important;
  }
  .u-w-35-sp {
    width: 35px !important;
  }
  .u-w-40-sp {
    width: 40px !important;
  }
  .u-w-45-sp {
    width: 45px !important;
  }
  .u-w-50-sp {
    width: 50px !important;
  }
  .u-w-55-sp {
    width: 55px !important;
  }
  .u-w-60-sp {
    width: 60px !important;
  }
  .u-w-65-sp {
    width: 65px !important;
  }
  .u-w-70-sp {
    width: 70px !important;
  }
  .u-w-75-sp {
    width: 75px !important;
  }
  .u-w-80-sp {
    width: 80px !important;
  }
  .u-w-85-sp {
    width: 85px !important;
  }
  .u-w-90-sp {
    width: 90px !important;
  }
  .u-w-95-sp {
    width: 95px !important;
  }
  .u-w-100-sp {
    width: 100px !important;
  }
  .u-w-105-sp {
    width: 105px !important;
  }
  .u-w-110-sp {
    width: 110px !important;
  }
  .u-w-115-sp {
    width: 115px !important;
  }
  .u-w-120-sp {
    width: 120px !important;
  }
  .u-w-125-sp {
    width: 125px !important;
  }
  .u-w-130-sp {
    width: 130px !important;
  }
  .u-w-135-sp {
    width: 135px !important;
  }
  .u-w-140-sp {
    width: 140px !important;
  }
  .u-w-145-sp {
    width: 145px !important;
  }
  .u-w-150-sp {
    width: 150px !important;
  }
  /* width(%) 5-100 */
  .u-w-5per-sp {
    width: 5% !important;
  }
  .u-w-10per-sp {
    width: 10% !important;
  }
  .u-w-15per-sp {
    width: 15% !important;
  }
  .u-w-20per-sp {
    width: 20% !important;
  }
  .u-w-25per-sp {
    width: 25% !important;
  }
  .u-w-30per-sp {
    width: 30% !important;
  }
  .u-w-35per-sp {
    width: 35% !important;
  }
  .u-w-40per-sp {
    width: 40% !important;
  }
  .u-w-45per-sp {
    width: 45% !important;
  }
  .u-w-50per-sp {
    width: 50% !important;
  }
  .u-w-55per-sp {
    width: 55% !important;
  }
  .u-w-60per-sp {
    width: 60% !important;
  }
  .u-w-65per-sp {
    width: 65% !important;
  }
  .u-w-70per-sp {
    width: 70% !important;
  }
  .u-w-75per-sp {
    width: 75% !important;
  }
  .u-w-80per-sp {
    width: 80% !important;
  }
  .u-w-85per-sp {
    width: 85% !important;
  }
  .u-w-90per-sp {
    width: 90% !important;
  }
  .u-w-95per-sp {
    width: 95% !important;
  }
  .u-w-100per-sp {
    width: 100% !important;
  }
  /* width(em) 5-10 */
  .u-w-1em-sp {
    width: 1em !important;
  }
  .u-w-2em-sp {
    width: 2em !important;
  }
  .u-w-3em-sp {
    width: 3em !important;
  }
  .u-w-4em-sp {
    width: 4em !important;
  }
  .u-w-5em-sp {
    width: 5em !important;
  }
  .u-w-6em-sp {
    width: 6em !important;
  }
  .u-w-7em-sp {
    width: 7em !important;
  }
  .u-w-8em-sp {
    width: 8em !important;
  }
  .u-w-9em-sp {
    width: 9em !important;
  }
  .u-w-10em-sp {
    width: 10em !important;
  }
}





.header .entry-title {
	max-width: 1090px;
    margin: 0 auto;
    font-size: 40px;
    padding: 0 20px;
}

.entry-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
}


.entry-content .privacy {
	margin-top: -40px;
}


.privacy h2 {
	margin: 30px 0 10px;
}

.privacy h3 {
	margin-bottom: 30px;
}

.privacy hr {
    overflow: visible;
    height: 0;
    color: inherit;
    margin-top: 40px;
}

.privacy ul, .privacy ol {
    list-style: initial;
    padding-left: 15px;
    margin: 20px 0;
    line-height: 2;
}

.privacy .none_list {
	list-style: none;
    margin-left: -15px;
    font-size: 16px;
}



.contact-intro {
	    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 30px;
}

/* CF7 general form wrapper */
.wpcf7 form {
  max-width: 720px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

/* Labels and layout */
.wpcf7 label {
  display: block;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}

/* Inputs / select / textarea base */
.wpcf7 .cf-input,
.wpcf7 .cf-select,
.wpcf7 .cf-textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #d2d6db;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  transition: border-color .15s ease, box-shadow .15s ease;
}

/* Focus state */
.wpcf7 .cf-input:focus,
.wpcf7 .cf-select:focus,
.wpcf7 .cf-textarea:focus,
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #6aa0ff;
  box-shadow: 0 0 0 4px rgba(106,160,255,0.12);
  outline: none;
}

/* Two-column for first & last name on wide screens */
@media (min-width: 700px) {
  .wpcf7 .name-row { display: flex; gap: 16px; }
  .wpcf7 .name-row label { flex: 1; margin-bottom: 0; }
}

/* Textarea sizing */
.wpcf7 .cf-textarea { min-height: 140px; resize: vertical; }

/* Submit button */
.wpcf7 input[type="submit"] {
  margin-top: 14px;
  padding: 10px 18px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
}
.wpcf7 input[type="submit"]:hover { opacity: 0.95; }

/* Error / validation message styles (CF7 inserts these) */
.wpcf7 .wpcf7-not-valid-tip {
  color: #b91c1c;
  font-size: 13px;
  margin-top: 6px;
  display: inline-block;
}

/* Small helper text */
.wpcf7 .help-text {
  font-size: 13px;
  color: #6b7280;
  margin-top: 6px;
}


.wpcf7 label span {
	color: red;
}


/* 親 span を相対位置にして疑似要素を配置 */
.wpcf7 .wpcf7-form-control-wrap[data-name="select-289"] {
  position: relative;
  display: block;
  width: 100%;
}

/* セレクト本体の調整（右に余白を作り、ブラウザ矢印を消す） */
.wpcf7 .wpcf7-form-control-wrap[data-name="select-289"] select.cf-select {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 44px 10px 12px; /* 右側に余白を確保 */
  border: 1px solid #d2d6db;
  border-radius: 8px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  cursor: pointer;

  /* ブラウザ標準の矢印を消す（重要） */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* 古い Edge/IE のデフォルト展開ボタンを消す */
.wpcf7 .wpcf7-form-control-wrap[data-name="select-289"] select.cf-select::-ms-expand {
  display: none;
}

/* 親に疑似要素で矢印を描画（どのブラウザでも見える） */
.wpcf7 .wpcf7-form-control-wrap[data-name="select-289"]::after {
  content: "";
  position: absolute;
  right: 14px;                 /* 矢印の右端位置 */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  pointer-events: none;        /* 矢印がクリックを邪魔しない */
  z-index: 2;

  /* 三角（下向き）を作る */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;  /* 矢印の色（変更可） */
}

/* フォーカス時の見た目 */
.wpcf7 .wpcf7-form-control-wrap[data-name="select-289"] select.cf-select:focus {
  border-color: #6aa0ff;
  box-shadow: 0 0 0 3px rgba(106,160,255,0.12);
  outline: none;
}

/* モバイル（iOS/Android）対策メモ — 疑似要素が上書きされないように */
.wpcf7 .wpcf7-form-control-wrap[data-name="select-289"]::after,
.wpcf7 .wpcf7-form-control-wrap[data-name="select-289"] select.cf-select {
  -webkit-tap-highlight-color: transparent;
}


