@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  scroll-padding-top: 8rem;
}
@media (min-width: 768px) {
  html {
    font-size: clamp(5.33px, 0.6944444444vw, 10px);
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #182739;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.inner {
  max-width: 118rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.header {
  max-width: 1440px;
  margin: 0 auto;
  height: 7.2rem;
  display: flex;
  align-items: center;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .header {
    padding-left: 4.5rem;
  }
}
.header img {
  width: 13rem;
}

.header-cover {
  background-color: #fff;
  position: relative;
  z-index: 999;
  width: 100vw;
}

footer {
  background-color: #e5f7ff;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #446685;
  padding-bottom: 2.4rem;
}
footer a {
  text-decoration: underline;
  margin-bottom: 0.7rem;
  color: #446685;
}
footer a:hover {
  color: #5faac9;
}
footer p {
  margin-top: 1rem;
}

.footer-img {
  margin: 3rem auto 2rem;
  width: 13.5rem;
}
@media (min-width: 768px) {
  .footer-img {
    margin: 2.8rem auto 2.8rem;
  }
}

.thanks-footer,
.contact-footer {
  padding-top: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5f7ff;
}
.thanks-footer p,
.contact-footer p {
  margin-top: 0;
}

/* -----FVレイアウト----- */
.fv-wrap {
  position: relative;
  z-index: 0;
  /* 右側デフォルト色（何も表示なし） */
  background-color: #ffffff;
  /* 左半分のみグラデーション */
  background-image: linear-gradient(to bottom, #e5f7ff 0, #e5f7ff 26rem, #ffffff 26rem, #ffffff 100%);
  /* 繰り返さない */
  background-repeat: no-repeat;
  /* 要素の「横50% × 縦100%」サイズに縮小して貼る */
  background-size: 50% 100%;
  /* 左上から配置（= 左半分のみ適用） */
  background-position: left top;
}

.fv {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

/* 1440px 以上で左右に背景を伸ばす */
@media (min-width: 1440px) {
  .fv::before,
  .fv::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((100vw - 1440px) / 2);
    background: #e5f7ff;
    z-index: -1; /* 背景として後ろに回す */
  }
  /* 左側：右上がり（右側と対称） */
  /* 左側：右上がりに修正した版 */
  .fv::before {
    right: 100%;
    height: calc(100% - 1.9rem);
    background: #e5f7ff;
    transform-origin: top right;
    transform: skewY(-7deg); /* ★ 角度の符号だけ反転 */
  }
  /* 右側：左上がり */
  .fv::after {
    left: 100%; /* fv の右側に定着 */
    height: calc(61% - 1.9rem);
    transform-origin: top left;
    transform: skewY(-7deg); /* 角度は左右で同じ大きさに */
  }
}
.fv-text {
  position: absolute;
  top: 10rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6rem;
}
@media (min-width: 768px) {
  .fv-text {
    width: auto;
    align-items: flex-start;
    top: 3rem;
    left: 17rem;
    row-gap: 0;
  }
}

.fv-text01 {
  font-size: 3.3rem;
  font-weight: 700;
  color: #13538a;
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .fv-text01 {
    margin-top: 1.6rem;
    font-size: 3rem;
    letter-spacing: 0.04em;
    margin-bottom: 2.8rem;
  }
}
.fv-text01 span {
  position: relative;
}
.fv-text01 span::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #13538a;
  margin-left: 0.5rem;
  position: absolute;
  top: -0.2rem;
  left: 40%;
  transform: translateX(-50%);
}

/* -----fv-text02基本定義----- */
.fv-text02 {
  background: linear-gradient(to right, #3a75a8 0%, #379cc3 55%, #61afcf 100%);
  color: #fff;
  width: 49.9rem;
  height: 7.7rem;
  font-size: 6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center; /* last baseline→center */
  margin: 0 auto;
  border-radius: 2px;
}

.fv-text02 span {
  font-size: 4.5rem;
  position: relative;
}

/* PC用（768px以上） */
@media (min-width: 768px) {
  .fv-text02 {
    margin-left: 0;
    width: 50.5rem;
    height: 8.4rem;
    margin-bottom: 1.6rem;
    margin-top: 0px;
		padding-bottom: 2px
  }
  .fv-text02 span {
    font-size: 5rem;
    top: 4px; /*「を」高さ */
  }
}

/* SP用（767px以下） */
@media (max-width: 767.98px) {
  .fv-text02 {
		height: 7.7rem; /* 枠調整 */
		display: flex;
		justify-content: center;
    align-items: center;
		padding-bottom: 4px;         
  }
  .fv-text02 span {
		position: relative;
    top: 4px; /*「を」高さ */
  }
}

/* -----fv-text03基本定義----- */
.fv-text03 {
  background: linear-gradient(to right, #3a75a8 0%, #379cc3 55%, #61afcf 100%);
  color: #fff;
  width: 62.8rem;
  height: 7.9rem;
  font-size: 6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  align-items: flex-end; /* last baseline→flex-end */
  margin: 0 auto;
}
.fv-text03 .y-font {
  color: #fffa67;
}
.fv-text03 .small-font {
  font-size: 4.5rem;
	position: relative;
}

/* PC用（768px以上） */
@media (min-width: 768px) {
  .fv-text03 {
    margin-left: 0;
    width: 65.4rem;
    height: 8.4rem;
		align-items: flex-end;
		padding-bottom: -1px
  }
  .fv-text03 .small-font {
    font-size: 5rem;
		top: -1px; /*「をつくる」高さ */
  }
}

/* SP用（767px以下） */
@media (max-width: 767.98px) {
  .fv-text03 {
    width: 62.8rem;
    height: 7.8rem; /* 枠調整 */
    display: flex;
    justify-content: center;
    align-items: center;/* lex-end */
		padding-bottom: 4px;
  }
  .fv-text03 .small-font {
    font-size: 4.5rem;
		top: 5px; /*「をつくる」高さ */
  }
}

/* 全体を少し広げる（崩れない範囲） */
.fv-text02,
.fv-text03 {
  letter-spacing: 0.04em;
}

/* 縮めたい箇所のみ打ち消す */
.tight {
  letter-spacing: -0.05em;
}

/* -----fv-text-main----- */
.fv-text-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6rem;
}
@media (min-width: 768px) {
  .fv-text-main {
    align-items: flex-start;
    row-gap: 0;
  }
}

/* CTA */
.fv-cta {
  padding-bottom: 7.1rem;
  position: relative;
  z-index: 9999;
}
.fv-cta-text01 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  font-size: 4rem;
  font-weight: bold;
  color: #13538a;
}
@media (min-width: 768px) {
  .fv-cta-text01 {
    font-size: 4.5rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: -5rem;
    position: relative;
    z-index: 9999;
  }
}
.fv-cta-text01 img {
  width: 3.8rem;
}
.fv-cta-text01 span {
  color: #f67600;
}

.fv-cta-text01-top {
  letter-spacing: 0.1em;
}

.fv-cta-text-img {
  width: 59.1rem;
  margin-inline: auto;
  margin-block: 4.9rem 0.7rem;
}

.c-btn {
  position: relative;
  z-index: 0;
}

.cta-lead {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #13538a;
  border: #f67600 0.2rem solid;
  border-radius: 2.3rem;
  width: 45.1rem;
  height: 4.6rem;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .cta-lead {
    font-size: 1.8rem;
    width: 27.5rem;
    height: 3.3rem;
  }
}

.c-btn-text {
  width: 66rem;
  height: 15.5rem;
  margin: 0 auto;
  /* テキスト */
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 15.5rem; /* 高さと合わせて中央寄せ */
  border: none;
  border-radius: 3rem;
  cursor: pointer;
  letter-spacing: 0.08em;
  /* ▼ メインカラー fc7914 をベースにしたグラデーション */
  background: linear-gradient(180deg, #ff9f45 0%, #fc7914 40%, #d45700 100%);
  box-shadow: 0 3px 0 #7a3614;
  /* ▼ ベベル感＋ドロップシャドウ */
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .c-btn-text {
    font-size: 2.5rem;
    width: 43.2rem;
    height: 9.4rem;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.07em;
  }
}

.c-btn {
  transition: all 0.3s ease-in-out;
}

.c-btn:hover .c-btn-text {
  background: linear-gradient(180deg, #ffab5e 0%, #fe933a 40%, #d45700 100%);
}
.c-btn:hover .cta-lead {
  border: #ffab5e 0.2rem solid;
}

.cta {
  padding-block: 7.2rem;
}

.cta-text {
  font-size: 3.3rem;
  color: #13538a;
  line-height: 1.4545454545;
  letter-spacing: 10%;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-text {
    font-size: 2rem;
  }
}

.cta-sub-text {
  font-size: 2.8rem;
  line-height: 1.5357142857;
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .cta-sub-text {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.last-cta {
  padding: 5rem 0 5.6rem;
}
@media (min-width: 768px) {
  .last-cta {
    padding: 9.6rem 0 4.6rem;
  }
}

.sec01 {
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  background-color: #d0d9e1;
  padding: 8rem 4.5rem 9rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec01 {
    background-image: url(../img/pc/bg-01.webp);
    padding: 7.3rem 4.5rem 19.5rem;
    background-position: bottom center;
    overflow: hidden;
  }
}

.sec01-title01 {
  font-size: 3.3rem;
  font-weight: 700;
  background-color: #fff;
  width: 52.8rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .sec01-title01 {
    font-size: 1.8rem;
    width: 30rem;
    height: 4rem;
    letter-spacing: 0.07em;
  }
}
.sec01-title01::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec01-title01::after {
    width: 1rem;
    height: 1rem;
  }
}
.sec01-title02 {
  font-size: 5rem;
  font-weight: 700;
  color: #1b334d;
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .sec01-title02 {
    font-size: 3rem;
    line-height: 1.8333333333;
    margin-top: 2rem;
  }
}

.sec01-lists {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .sec01-lists {
    flex-wrap: wrap;
    flex-direction: initial;
    justify-content: center;
    column-gap: 0rem;
    row-gap: 4.2rem;
    padding-left: 7rem;
  }
}
.sec01-lists li {
  display: flex;
  align-items: flex-start;
  column-gap: 1.9rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #101010;
}
.sec01-lists li span {
  margin-left: -1rem;
  margin-right: -0.5rem;
}
.sec01-lists li .w-span {
  margin-right: 0rem;
}
.sec01-lists li .w-span02 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.sec01-lists li img {
  width: 3.5rem;
}
@media (min-width: 768px) {
  .sec01-lists li {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    width: 40.2rem;
    column-gap: 0.8rem;
  }
  .sec01-lists li span {
    margin-left: -1rem;
    margin-right: -0.5rem;
  }
  .sec01-lists li .w-span {
    margin-right: 0rem;
  }
  .sec01-lists li .w-span02 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sec01-lists li img {
    width: 2.8rem;
    margin-top: 0rem;
  }
}

@media (min-width: 768px) {
  .sec01-list-cover {
    position: relative;
  }
  .sec01-img {
    position: absolute;
    bottom: -5rem;
    left: 55%;
    z-index: 0;
    overflow: hidden;
  }
  .sec01-img img {
    width: 67rem;
  }
  .sec01-lists {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .sec01-list-ck {
    margin-top: 0.8rem;
  }
}
.sec02 {
  position: relative;
}

.sec02-title {
  background-color: #e5f7ff;
  padding-bottom: 5.6rem;
  position: relative;
}
@media (min-width: 768px) {
  .sec02-title {
    padding-bottom: 5.6rem;
  }
}
.sec02-title01 {
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  background-color: #13538a;
  color: #fff;
  width: 61.1rem;
  height: 6.4rem;
  border-radius: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .sec02-title01 {
    font-size: 1.8rem;
    width: 33.6rem;
    height: 3.9rem;
  }
}
.sec02-title01::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #13538a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec02-title01::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.sec02-title02 {
  font-size: 3.3rem;
  font-weight: 700;
  color: #13538a;
  line-height: 1.3636363636;
  text-align: center;
  margin-top: 5rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec02-title02 {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.sec02-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5.6rem;
  background-color: #e5f7ff;
  position: absolute;
  top: 100%;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .sec02-title::after {
    height: 8.4rem;
  }
}

.sec02-second {
  position: relative;
}

.sec02-problem-lists {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .sec02-problem-lists {
    flex-direction: row;
    justify-content: center;
    column-gap: 2.4rem;
    margin-top: 3.8rem;
  }
}

.sec02-problem-list {
  background-color: #fff;
  box-shadow: 0 8px 20px 0 #c4d8e1;
  position: relative;
  width: 55.4rem;
  margin: 0 auto;
  padding: 5rem 3.5rem 5rem;
  border-radius: 1.6rem;
}
@media (min-width: 768px) {
  .sec02-problem-list {
    width: 28rem;
    padding: 3rem 2.4rem;
    border-radius: 0.8rem;
    margin: 0;
  }
}
.sec02-problem-list .problem-bg-img {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 13rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec02-problem-list .problem-bg-img {
    width: 7rem;
  }
}
.sec02-problem-list .problem-bg-img02 {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 18.5rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec02-problem-list .problem-bg-img02 {
    width: 9.5rem;
  }
}

.sec02-problem-list01 .sec02-problem-title {
  color: #ca0c0c;
  text-align: center;
  font-size: 3.3rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sec02-problem-list01 .sec02-problem-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
  }
}
.sec02-problem-list01 .sec02-problem-text01 {
  background-color: #e9edee;
  width: 42.2rem;
  height: 8.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
  font-size: 5rem;
  font-weight: 700;
  margin: 1rem auto 2.9rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .sec02-problem-list01 .sec02-problem-text01 {
    width: 21.9rem;
    height: 4.6rem;
    font-size: 2.5rem;
    margin: 0 auto 1rem;
    gap: 0.8rem;
  }
}
.sec02-problem-list01 .sec02-problem-text01 .sec02-problem-text-l {
  color: #13538a;
}
.sec02-problem-list01 .sec02-problem-text01 .sec02-problem-text-c {
  color: #13538a;
}
.sec02-problem-list01 .sec02-problem-text01 .sec02-problem-text-r {
  color: #666;
}
.sec02-problem-list01 ul {
  font-size: 2.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  margin-left: 2rem;
  line-height: 1.5714285714;
  column-gap: 1rem;
}
@media (min-width: 768px) {
  .sec02-problem-list01 ul {
    font-size: 1.5rem;
    margin-left: 0;
    row-gap: 0.5rem;
  }
}
.sec02-problem-list01 .list-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec02-problem-list01 .list-dots span {
  font-size: 2rem;
  margin: -0.7rem;
}
@media (min-width: 768px) {
  .sec02-problem-list01 .list-dots {
    row-gap: 0;
  }
  .sec02-problem-list01 .list-dots span {
    font-size: 1.6rem;
    margin: -1.6rem;
  }
}

.sec02-problem-list02 .sec02-problem-title {
  color: #f67600;
  text-align: center;
  font-size: 3.3rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media (min-width: 768px) {
  .sec02-problem-list02 .sec02-problem-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.sec02-problem-list02 .sec02-problem-text01 {
  background-color: #f9ece1;
  width: 42.2rem;
  height: 8.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
  font-size: 5rem;
  font-weight: 700;
  margin: 3rem auto 2.9rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .sec02-problem-list02 .sec02-problem-text01 {
    width: 21.9rem;
    height: 4.7rem;
    font-size: 2.5rem;
    margin: 0.4rem auto 1.3rem;
    gap: 0.8rem;
  }
}
.sec02-problem-list02 .sec02-problem-text01 .sec02-problem-text-l {
  color: #13538a;
}
.sec02-problem-list02 .sec02-problem-text01 .sec02-problem-text-c {
  color: #13538a;
}
.sec02-problem-list02 .sec02-problem-text01 .sec02-problem-text-r {
  color: #f67600;
}
.sec02-problem-list02 .sec02-problem-text01 .sec02-problem-text-r span {
  font-size: 3.5rem;
  color: #13538a;
}
@media (min-width: 768px) {
  .sec02-problem-list02 .sec02-problem-text01 .sec02-problem-text-r span {
    font-size: 1.8rem;
  }
}
.sec02-problem-list02 ul {
  font-size: 2.8rem;
  position: relative;
  z-index: 1;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .sec02-problem-list02 ul {
    font-size: 1.5rem;
    margin-left: 0;
  }
}
.sec02-problem-list02 .list-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
}
.sec02-problem-list02 .list-dots span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #101010;
}

.sec02-problem-lead {
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3636363636;
  color: #13538a;
  margin-top: 4.6rem;
}
@media (min-width: 768px) {
  .sec02-problem-lead {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-top: 7.4rem;
  }
}

.graph-arrow02 {
  margin: 2rem auto 6.9rem;
  width: 5.7rem;
}
@media (min-width: 768px) {
  .graph-arrow02 {
    width: 5.3rem;
  }
}

.sec02-problem-list-mark {
  width: 7.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .sec02-problem-list-mark {
    width: 4.1rem;
  }
}

.sec02-logo {
  position: absolute;
  top: -16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 32.1rem;
}
@media (min-width: 768px) {
  .sec02-logo {
    width: 19rem;
    top: -13rem;
  }
}

.sec02-lists-title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 15rem;
  color: #1b334d;
}
@media (min-width: 768px) {
  .sec02-lists-title {
    font-size: 3rem;
    margin-block: 17.2rem 5rem;
  }
}

@media (min-width: 768px) {
  .sec02-lists {
    margin: 0 auto;
  }
}
.sec02-list {
  padding-inline: 4.5rem;
}
@media (min-width: 768px) {
  .sec02-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 7rem;
    row-gap: 6.5rem;
  }
}
.sec02-list li {
  background-color: #f9ece1;
  text-align: center;
  padding-inline: 3.5rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .sec02-list li {
    width: 40rem;
    padding-inline: 2.4rem;
  }
}

.sec02-list-num {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #f67600;
  color: #fff;
  width: 20.2rem;
  height: 5.2rem;
  border-radius: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 6rem;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec02-list-num {
    font-size: 1.8rem;
    width: 11.5rem;
    height: 2.9rem;
    margin-top: 0rem;
  }
}

.sec02-list-title {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #13538a;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sec02-list-title {
    font-size: 3.2rem;
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
  }
}

.sec02-list-sub-title {
  color: #13538a;
  font-size: 3.3rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  background-color: #fffaf6;
  padding: 1.5rem 1.5rem;
  display: inline-block;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .sec02-list-sub-title {
    font-size: 1.8rem;
    padding: 1rem 1rem 1rem;
  }
}

.sec02-list-img {
  margin-block: 2.2rem 3.2rem;
}
@media (min-width: 768px) {
  .sec02-list-img {
    margin-block: 1.2rem 1rem;
  }
}

.sec02-list-text {
  text-align: left;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sec02-list-text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.sec02-list-text .sec02-list-text-margin {
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}
@media (min-width: 768px) {
  .sec02-list-text .sec02-list-text-margin {
    margin-right: -0.9rem;
    margin-left: -0.6rem;
  }
}
.sec02-list-text .sec02-list-text-margin02 {
  margin-right: -1rem;
}

.sec02-list-text-margin-003 {
  margin-right: -1.6rem;
}
@media (min-width: 768px) {
  .sec02-list-text-margin-003 {
    margin-right: -0.6rem;
  }
}

.sec03 {
  position: relative;
  background-color: #e5f7ff;
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .sec03 {
    padding-block: 6.9rem 8.7rem;
  }
}

.sec03-title {
  font-size: 3.3rem;
  font-weight: 500;
  color: #13538a;
  text-align: center;
  margin-top: 7.2rem;
  margin-bottom: 5.3rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec03-title {
    font-size: 1.8rem;
    margin-top: 3.8rem;
    margin-bottom: 3.3rem;
  }
}
.sec03-title span {
  line-height: 1;
  display: inline-block; /* テキスト幅に合わせる用 */
  background-image: linear-gradient(to bottom, transparent calc(100% - 0.8rem), #fffa67 0);
}

.sec03-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 9.6rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec03-list {
    flex-direction: row;
    column-gap: 4.4rem;
  }
}
.sec03-list li {
  position: relative;
  box-shadow: 0 0 25px #c4d8e1;
  width: 59.8rem;
  margin: 0 auto;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .sec03-list li {
    width: 35.8rem;
    margin: 0;
  }
}
.sec03-list li::after {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow01.webp);
  width: 15.3rem;
  height: 5.3rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 114%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec03-list li::after {
    width: 1.7rem;
    height: 4rem;
    background-image: url(../img/pc/arrow01.webp);
    top: 32%;
    left: 106%;
  }
}
.sec03-list li:last-child::after {
  display: none;
}

.sec03-list-title {
  font-size: 3.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #13538a;
  height: 7.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.8rem;
  letter-spacing: 0.1em;
  border-radius: 1rem 1rem 0 0;
}
@media (min-width: 768px) {
  .sec03-list-title {
    font-size: 1.8rem;
    width: 35.8rem;
    height: 4.2rem;
  }
}
.sec03-list-title .sec03-list-title-text {
  color: #fffa67;
}

.sec03-list-text {
  background-color: #fff;
  font-size: 3rem;
  font-weight: 700;
  color: #13538a;
  text-align: center;
  height: 16.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 1rem 1rem;
}
@media (min-width: 768px) {
  .sec03-list-text {
    font-size: 1.8rem;
    width: 35.8rem;
    height: 9.3rem;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 768px) {
  .sec03-top-img {
    width: 90rem;
    margin: 0 auto;
  }
  .sec03-list-text02 {
    letter-spacing: 0.1em;
  }
  .sec03-list-text02 span {
    letter-spacing: 0.07em;
  }
}
.sec04 {
  background-color: #f9ece1;
  padding-bottom: 9.1rem;
  position: relative;
  margin-bottom: 14rem;
}
@media (min-width: 768px) {
  .sec04 {
    padding-bottom: 6.4rem;
  }
}
.sec04::after {
  content: "";
  display: block;
  width: 100%;
  height: 5.4rem;
  background-color: #f9ece1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
}
@media (min-width: 768px) {
  .sec04::after {
    height: 7.4rem;
  }
}

.sec04-text01 {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #13538a;
  width: 44.6rem;
  height: 6.2rem;
  border-radius: 3.5rem;
  border: #13538a 0.3rem solid;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec04-text01 {
    border: #13538a 0.2rem solid;
    font-size: 1.8rem;
    width: 25rem;
    height: 3.8rem;
  }
}

.sec04-title-box {
  background-image: url(../img/logo.webp);
  background-repeat: no-repeat;
  background-size: 82%;
  background-position: top center;
  padding-top: 6rem;
  margin-top: -3rem;
}
@media (min-width: 768px) {
  .sec04-title-box {
    background-position: center 4rem;
    background-size: 33%;
    padding-top: 10.2rem;
    margin-top: -6rem;
  }
}

.sec04-title {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 4.3rem;
  color: #1b334d;
}
@media (min-width: 768px) {
  .sec04-title {
    font-size: 3rem;
    margin-bottom: 2.9rem;
    letter-spacing: 0.06em;
  }
}

.sec04-title-lead {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4.8rem;
  line-height: 1.4545454545;
  color: #1b334d;
}
.sec04-title-lead .sec04-title-margin {
  margin-left: 0rem;
  margin-right: -2rem;
}
@media (min-width: 768px) {
  .sec04-title-lead {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 4.3rem;
  }
  .sec04-title-lead .sec04-title-margin {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.sec04-list {
  padding-inline: 4.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 13rem;
}
@media (min-width: 768px) {
  .sec04-list {
    flex-direction: row;
    justify-content: center;
    column-gap: 11.8rem;
  }
}
.sec04-list .sec04-list01 {
  position: relative;
  box-shadow: 0 8px 28px #c7bbb0;
  border-radius: 2rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .sec04-list .sec04-list01 {
    width: 35rem;
    border-radius: 0.8rem;
  }
}
.sec04-list .sec04-list02 {
  position: relative;
  box-shadow: 0 8px 28px #c7bbb0;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .sec04-list .sec04-list02 {
    width: 38rem;
  }
}

.sec04-list01-num-set {
  font-size: 4rem;
  font-weight: 700;
  height: 18rem;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.9rem;
  background: linear-gradient(to right, #3a75a8 0%, #379cc3 55%, #61afcf 100%);
}
@media (min-width: 768px) {
  .sec04-list01-num-set {
    padding-top: 0rem;
    font-size: 2rem;
    height: 10.4rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.sec04-list01-num-set .sec04-list-num {
  font-size: 3rem;
  font-weight: 700;
  color: #13538a;
  background-color: #fff;
  width: 22.3rem;
  height: 5.4rem;
  border-radius: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2.2rem;
}
@media (min-width: 768px) {
  .sec04-list01-num-set .sec04-list-num {
    font-size: 1.8rem;
    width: 13rem;
    height: 3.1rem;
    margin-bottom: 0.9rem;
  }
}
.sec04-list01-num-set .sec04-list-num-text {
  text-align: center;
  letter-spacing: 0.01em;
}

.sec04-list-container {
  background-color: #fff;
  padding: 3.5rem 3.5rem 4.5rem;
  border-radius: 0 0 2rem 2rem;
}
@media (min-width: 768px) {
  .sec04-list-container {
    padding: 1.3rem 1.8rem 2.4rem 1.9rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }
}

.sec04-list-title {
  text-align: center;
  border-bottom: #008abb 2px solid;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .sec04-list-title {
    padding-bottom: 1.3rem;
  }
}

.sec04-list-title03 {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4545454545;
  text-align: center;
  color: #f67600;
}
@media (min-width: 768px) {
  .sec04-list-title03 {
    font-size: 2rem;
    white-space: nowrap;
    margin-top: 0;
  }
}

.sec04-list-title04 {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #fff;
  margin-top: 0rem;
  background-color: #f67600;
  display: inline-block;
  padding: 0.5rem 3.4rem;
  letter-spacing: 0.1em;
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .sec04-list-title04 {
    font-size: 2rem;
    padding: 0.1rem 2rem;
    margin-top: 1.3rem;
  }
}

.sec04-list-text {
  padding-top: 3.5rem;
  font-size: 3rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  row-gap: 1.9rem;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec04-list-text {
    font-size: 1.5rem;
    row-gap: 0.8rem;
    padding-top: 1.3rem;
    line-height: 1.4666666667;
  }
}

.sec04-list01::after {
  content: "";
  position: absolute;
  top: 106%;
  left: 50%;
  transform: translateX(-50%);
  width: 5.8rem;
  height: 7.1rem;
  background-image: url(../img/arrow02.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .sec04-list01::after {
    width: 3.8rem;
    height: 4.1rem;
    transform: rotate(-90deg);
    top: 45%;
    left: 111%;
  }
}

.sec04-img-logo {
  width: 44%;
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .sec04-img-logo {
    width: 19.2rem;
    bottom: -17rem;
  }
}

.sec04-list-text-margin {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}
@media (max-width: 767px) {
  .sec04-list-text-margin {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
}

@media (max-width: 767px) {
  .sec04-list-text-margin-sp {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
  .sec04-dot-margin {
    margin-right: -1.6rem;
  }
}
@media (min-width: 768px) {
  .sec04-dot-margin {
    margin-right: -1rem;
  }
}
.sec05 {
  padding-block: 2rem 7.9rem;
  position: relative;
}
@media (min-width: 768px) {
  .sec05 {
    padding-block: 2rem 6.9rem;
  }
}

.sec05-title {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1.3;
  color: #1b334d;
}
@media (min-width: 768px) {
  .sec05-title {
    font-size: 3rem;
    letter-spacing: 0.02em;
  }
}

.sec05-lists {
  display: flex;
  flex-direction: column;
  row-gap: 4.8rem;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  margin-top: 3.9rem;
}
@media (min-width: 768px) {
  .sec05-lists {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 3.3rem;
    column-gap: 9.9rem;
    justify-content: center;
    margin-top: 6.9rem;
  }
}

.sec05-list-title {
  display: flex;
  align-items: flex-start;
  column-gap: 2.5rem;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .sec05-list-title {
    column-gap: 0.8rem;
    white-space: nowrap;
  }
}
.sec05-list-title img {
  width: 3.5rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .sec05-list-title img {
    width: 2.8rem;
    margin-top: 0.2rem;
  }
}
.sec05-list-title p {
  font-size: 3.3rem;
  font-weight: 700;
  color: #13538a;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec05-list-title p {
    font-size: 1.8rem;
  }
}

.sec05-list {
  position: relative;
}
@media (min-width: 768px) {
  .sec05-list {
    width: 41rem;
  }
}
.sec05-list ul {
  background-color: #e5f7ff;
  padding: 2.2rem 3.5rem;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.sec05-list ul span {
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .sec05-list ul {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 2.2rem 2.6rem;
    margin-right: 0;
  }
  .sec05-list ul span {
    margin-right: -0.7rem;
  }
}

@media (min-width: 768px) {
  .sec05-list03 {
    margin-top: -3rem;
  }
}

.sec05-list-img01 {
  position: absolute;
  right: 0;
  top: 21rem;
  width: 25.5rem;
}

.sec05-list-img02 {
  position: absolute;
  right: 0;
  top: 30rem;
  width: 25.5rem;
}

.sec05-list-img03 {
  position: absolute;
  right: 0;
  top: 26rem;
  width: 25.5rem;
}

.sec05-img01 {
  position: absolute;
  top: -15rem;
  right: 2.5rem;
  width: 24.7rem;
}

.sec05-img02 {
  position: absolute;
  bottom: -5rem;
  left: 0rem;
  width: 24.7rem;
}

.phase-img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .phase-img {
    width: 50rem;
  }
}

.sec06 {
  background-color: #f9ece1;
  padding: 7.3rem 4.5rem 9.4rem;
}
@media (min-width: 768px) {
  .sec06 {
    padding: 7.3rem 0 8.1rem;
  }
}

.sec06-title {
  font-size: 5rem;
  font-weight: 700;
  color: #1b334d;
  text-align: center;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .sec06-title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

.sec06-items {
  background-color: #fff;
  padding: 4.2rem 3rem 3.5rem;
}
@media (min-width: 768px) {
  .sec06-items {
    width: 57rem;
    margin: 0 auto;
    padding: 4.6rem 3.8rem;
  }
}

.sec06-item-img {
  width: 20.3rem;
}
@media (min-width: 768px) {
  .sec06-item-img {
    width: 13.2rem;
  }
}

.sec06-name {
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: #1b334d;
}
@media (min-width: 768px) {
  .sec06-name {
    font-size: 2rem;
  }
}

.sec06-position {
  font-size: 2.5rem;
  margin-left: -1.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .sec06-position {
    font-size: 1.5rem;
    margin-left: -1rem;
    margin-top: 0rem;
  }
}

.sec06-item-title {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
  border-bottom: #1b334d 0.1rem solid;
  padding-bottom: 5.1rem;
  margin-bottom: 3.1rem;
}
@media (min-width: 768px) {
  .sec06-item-title {
    padding-left: 4rem;
    column-gap: 3.5rem;
    margin-bottom: 2.1rem;
    padding-bottom: 3rem;
  }
}
.sec06-item-title .l-span {
  margin-left: -2rem;
}
.sec06-item-title .r-span {
  margin-right: -2rem;
}

.short-span {
  margin-inline: -0.5rem;
}

.sec06-text01 {
  font-size: 3.3rem;
  font-weight: 700;
  color: #1b334d;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.sec06-text01 span {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .sec06-text01 span {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (min-width: 768px) {
  .sec06-text01 {
    font-size: 2rem;
    white-space: nowrap;
    letter-spacing: 0.06em;
  }
}

.sec06-text01-tag {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 2.5rem;
  width: 25.7rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.6rem;
}
@media (min-width: 768px) {
  .sec06-text01-tag {
    font-size: 1.8rem;
    font-weight: 500;
    width: 15.4rem;
    height: 3.4rem;
    margin-top: 1.8rem;
  }
}

.tag01 {
  background-color: #5a6a7a;
}

.tag02 {
  background-color: #f67600;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .tag02 {
    margin-top: 3rem;
  }
}

.sec06-text01-text01 {
  font-size: 3rem;
  line-height: 1.5;
  margin-block: 1.3rem 1.5rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.sec06-text01-text01 span {
  margin-inline: -1.5rem -1.5rem;
}
@media (min-width: 768px) {
  .sec06-text01-text01 {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    margin-block: 1.3rem 0.8rem;
  }
  .sec06-text01-text01 span {
    margin-inline: -0.8rem -0.5rem;
  }
}

.sec06-text01-text02 {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .sec06-text01-text02 {
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}

.sec06-text01-text01 .sec06-dot-margin {
  margin-left: 0;
  margin-right: -1rem;
}

.sec06-text01-text01 .sec06-ka-margin {
  margin-left: 0;
}
@media (max-width: 767px) {
  .sec06-text01-text01 .sec06-ka-margin {
    margin-left: 0;
    margin-right: -0.1rem;
  }
}

.sec06-dot-margin {
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .sec06-dot-margin {
    margin-right: -0.4rem;
  }
}

.sec07 {
  background-color: #e5f7ff;
  padding: 7.3rem 4.5rem 9.1rem;
}
.sec07 dl {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .sec07 dl {
    row-gap: 2.6rem;
  }
}

.sec07-title {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  color: #13538a;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .sec07-title {
    font-size: 3rem;
    margin-bottom: 4.5rem;
  }
}

.qa {
  background-color: #fff;
  padding: 3.5rem 3.5rem 3.5rem;
}
@media (min-width: 768px) {
  .qa {
    width: 68rem;
    margin: 0 auto;
    padding: 2rem 3.2rem 2rem;
  }
}

.qa-q {
  display: flex;
  align-items: first baseline;
  column-gap: 1.5rem;
  padding-bottom: 3.5rem;
  border-bottom: #13538a 0.1rem solid;
}
@media (min-width: 768px) {
  .qa-q {
    padding-bottom: 2.2rem;
    column-gap: 1rem;
  }
}

.qa-a {
  display: flex;
  align-items: first baseline;
  column-gap: 1.5rem;
  padding-top: 3.5rem;
}
@media (min-width: 768px) {
  .qa-a {
    padding-top: 2rem;
    column-gap: 1rem;
  }
}

.qa-q-mark {
  color: #fff;
  background-color: #13538a;
  height: 4.2rem;
  width: 4.2rem;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 0.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .qa-q-mark {
    height: 2.7rem;
    width: 2.7rem;
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
}

.qa-a-mark {
  color: #fff;
  background-color: #f67600;
  height: 4.2rem;
  width: 4.2rem;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .qa-a-mark {
    height: 2.7rem;
    width: 2.7rem;
    font-size: 2rem;
    padding-bottom: 0.1rem;
  }
}

.qa-q-title,
.qa-a-title {
  font-size: 3rem;
  font-weight: 700;
  color: #13538a;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.qa-q-title span,
.qa-a-title span {
  margin-inline: -1rem -1rem;
}
@media (min-width: 768px) {
  .qa-q-title,
  .qa-a-title {
    font-size: 2rem;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .qa-q-03 {
    letter-spacing: -0.01em;
  }
}

.qa-a-text {
  font-size: 2.8rem;
  line-height: 1.5357142857;
  margin-top: 3rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .qa-a-text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-top: 1rem;
    letter-spacing: 0.05em;
  }
  .qa-a-text span {
    line-height: 1.8666666667;
  }
}

.sec08-title {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  background-color: #13538a;
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .sec08-title {
    font-size: 3rem;
    line-height: 1.3333333333;
    height: 12.3rem;
    letter-spacing: 0.1em;
  }
}
.sec08-title h2 {
  position: relative;
  z-index: 10;
}
.sec08-title .sec08-title-bg {
  position: absolute;
  font-size: 10rem;
  font-weight: 500;
  color: #2d6091;
  bottom: -0.3rem;
  width: 100%;
  text-align: center;
  line-height: 1;
  z-index: 5;
}
@media (min-width: 768px) {
  .sec08-title .sec08-title-bg {
    font-size: 6.5rem;
    bottom: -0.2rem;
  }
}

.sec08-img {
  width: 50rem;
  margin: 5rem auto 0;
}
@media (min-width: 768px) {
  .sec08-img {
    width: 39.6rem;
    margin: 0;
    margin-top: 0.3rem;
  }
}

@media (min-width: 768px) {
  .sec08-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
}
.sec08-text {
  padding: 4.8rem 1.5rem 0.3rem 5.5rem;
  font-size: 2.8rem;
  line-height: 1.5357142857;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  position: relative;
}
.sec08-text .sec08-margin {
  margin-left: -1rem;
}
@media (min-width: 768px) {
  .sec08-text {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    padding: 0;
    row-gap: 1.8rem;
    letter-spacing: 0.05em;
  }
}

.sec08-name {
  font-size: 2.8rem;
  line-height: 1.3571428571;
  text-align: center;
  margin-top: 2rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .sec08-name {
    padding-right: 4.5rem;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.7rem;
    letter-spacing: 0.1em;
  }
}

.sec08-text-img {
  position: absolute;
  top: 7rem;
  z-index: -1;
}
.sec08-text-img img {
  width: 66rem;
}

@media (min-width: 768px) {
  .sec08-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    row-gap: 3rem;
    column-gap: 4rem;
    margin-top: 8rem;
    padding-left: 9rem;
  }
  .sec08-text-name-img {
    width: 39rem;
    position: absolute;
    bottom: -7.7rem;
    left: -1rem;
    z-index: -1;
  }
}
.space-margin {
  margin-inline: -0.6rem;
}

.space-r {
  margin-right: -1rem;
}

.qa-a-text-sp {
  margin-left: -3rem;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .qa-a-text-sp {
    font-size: 1.8rem;
    margin-left: -1rem;
  }
}

@media (max-width: 767px) {
  .qa-margin {
    margin-left: -1.4rem;
    margin-right: -1rem;
  }
  .qa-dot-margin {
    margin-right: -1.2rem;
  }
}
.sec08-dot-margin {
  margin-right: -0.6rem;
}
@media (max-width: 767px) {
  .sec08-dot-margin {
    margin-right: -1rem;
  }
}

@media (min-width: 768px) {
  .qa-margin {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .qa-dot-margin {
    margin-right: -0.5rem;
  }
}
/* =========================================================
  Contact Page
========================================================= */
/* ---------------------------
  Header / Title
--------------------------- */
.contact-header {
  max-width: 118rem;
  margin: 0 auto;
  height: 7.7rem;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}
.contact-header img {
  width: 14rem;
}

.contact-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: left;
  padding-left: 4rem;
  height: 10rem;
  color: #fff;
  background: #5faac9;
  display: flex;
  align-items: center;
}

.contact-title-text {
  font-size: 2.3rem;
  line-height: 1.75;
  margin-left: 4rem;
  margin-block: 3rem;
}
@media (max-width: 767px) {
  .contact-title-text {
    font-size: 3rem;
  }
}

/* ---------------------------
  Layout
--------------------------- */
.contact-form {
  max-width: 118rem;
  margin: 0 auto;
}

/* link */
.contact-date-link {
  display: flex;
  align-items: center;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .contact-date-link {
    margin-top: -1.5rem;
  }
}
.contact-date-link p {
  font-size: 2rem;
  font-weight: 500;
  color: #13538a;
  border-bottom: 1px solid #13538a;
}
@media (max-width: 767px) {
  .contact-date-link p {
    font-size: 2.9rem;
  }
}
.contact-date-link .link-icon {
  width: 2rem;
  margin-left: 8px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contact-date-link .link-icon {
    width: 3rem;
  }
}

/* ---------------------------
  Form Section
--------------------------- */
.form-section {
  margin-bottom: 16px;
}

.form-section--inquiry {
  margin-bottom: 4rem;
}

.form-section__title {
  font-size: 2.3rem;
  font-weight: 700;
  padding-left: 4rem;
  height: 6.6rem;
  display: flex;
  align-items: center;
  background: #eaf6fb;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .form-section__title {
    height: 8.1rem;
    font-size: 3rem;
  }
}

/* ---------------------------
  Form Row / Label / Field
--------------------------- */
.form-row {
  margin-bottom: 14px;
  padding-inline: 4rem;
}

.form-label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
  font-size: 2.3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-label {
    font-size: 3rem;
  }
}

.badge-required {
  font-size: 1.8rem;
  background: #f67600;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #6a8fb1;
  border-radius: 4px;
  padding: 12px;
  background: #fff;
  font-size: 2.5rem;
}

textarea {
  resize: vertical;
}

/* textarea helper text */
.textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.textarea-main-text {
  display: block;
}

.textarea-sub-text {
  display: block;
  font-size: 2.3rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .textarea-sub-text {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

/* ---------------------------
  Checklist (Inquiry)
--------------------------- */
.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
@media (max-width: 767px) {
  .checklist {
    grid-template-columns: 1fr;
  }
  .checklist .checklink {
    margin-left: 5.1rem;
  }
}

/* “日程を見る”などのリンク枠（ある場合） */
@media (min-width: 768px) {
  .checklist > .checklink {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    align-self: center;
    margin-left: 2.8rem;
  }
  .checklist > label:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .checklist > label:nth-of-type(4) {
    grid-column: 2;
    grid-row: 3;
  }
}
/* item */
.checkitem {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #c9d7df;
  background: #fff;
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .checkitem {
    font-size: 2.9rem;
  }
}

/* ---------------------------
  Custom Checkbox (白い✓)
  - accent-color は使わず統一
--------------------------- */
.checkitem input[type=checkbox],
.privacy-check input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 3rem;
  height: 3rem;
  border: 2px solid #5faac9;
  border-radius: 0.4rem;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.checkitem input[type=checkbox]:checked,
.privacy-check input[type=checkbox]:checked {
  background: #5faac9;
}

.checkitem input[type=checkbox]:checked::before,
.privacy-check input[type=checkbox]:checked::before {
  content: "";
  width: 2rem;
  height: 1rem;
  border-left: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
  transform: rotate(-45deg);
  margin-top: -0.5rem;
  margin-left: -0.8rem;
}

.checkitem input[type=checkbox]:focus-visible,
.privacy-check input[type=checkbox]:focus-visible {
  outline: 3px solid rgba(95, 170, 201, 0.35);
  outline-offset: 3px;
}

/* ※ radio も同じ見た目にするなら別途追加 */
/* ---------------------------
  Name / Tel
--------------------------- */
.name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 61rem;
}
.name-grid input {
  width: 30rem;
  font-size: 2.5rem;
}

.tel-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  max-width: 42.2rem;
  font-size: 2rem;
}
.tel-grid input {
  width: 100%;
}

.tel-hyphen {
  color: #999;
  font-weight: 700;
}

/* ---------------------------
  Privacy
--------------------------- */
.privacy-field {
  width: 100%;
  text-align: center;
}
.privacy-field a {
  color: #13538a;
  border-bottom: 1px solid #13538a;
}

.privacy-check {
  max-width: 90rem;
  width: 100%;
  height: 8rem;
  background-color: #e5f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 6rem auto 0;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .privacy-check {
    font-size: 2.9rem;
    height: 10rem;
  }
}

/* ---------------------------
  Actions / Button
--------------------------- */
.form-actions {
  margin-top: 16px;
  padding-inline: 4rem;
}

.btn-submit {
  max-width: 90rem;
  width: 100%;
  height: 10rem;
  border: 0;
  border-radius: 6px;
  background: #f67600;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  cursor: pointer;
  margin: 5rem auto 9rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  position: relative;
}
.btn-submit:hover {
  background: #ff9a3d;
}
.btn-submit .btn-arrow {
  position: absolute;
  width: 1.7rem;
  top: 50%;
  right: 7rem;
  transform: translateY(-50%);
}

/* ---------------------------
  Errors / Utilities
--------------------------- */
.form-global-error {
  color: #b00020;
  font-weight: 700;
  margin: 0 0 12px;
}

.field-error {
  color: #b00020;
  font-size: 2.3rem;
  margin: 6px 0 0;
  min-height: 1em;
}

/* row error */
.is-error input,
.is-error textarea,
.is-error .checkitem,
.is-error .privacy-check {
  border-color: #e25555;
  background: #fde9e9;
}

/* tel error: inputだけ確実に赤 */
.form-row.is-error .tel-grid input {
  border-color: #e60012;
  background: #fff0f0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkitem--other .checkitem-note {
  display: block;
  font-size: 1.8rem; /* 他より小さく */
  color: #666;
  margin-top: 0.2em;
}
@media (max-width: 767px) {
  .checkitem--other .checkitem-note {
    font-size: 2.3rem;
  }
}

.left-bracket {
  margin-left: -0.5rem;
}

.right-bracket {
  margin-right: -0.5rem;
}

.thanks {
  padding: 9rem 4rem;
}
@media (max-width: 767px) {
  .thanks {
    padding: 9rem 8rem;
  }
}

.thanks-header {
  background-color: #e5f7ff;
}

.thanks-title {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  color: #13538a;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .thanks-title {
    font-size: 4rem;
  }
}

.thanks-text01 {
  font-size: 2.3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.652173913;
  margin-bottom: 5.5rem;
  color: #13538a;
}
@media (max-width: 767px) {
  .thanks-text01 {
    font-size: 2.5rem;
  }
}

.thanks-text {
  font-size: 2rem;
  line-height: 1.75;
  color: #101010;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  padding-inline: 14rem;
}
@media (max-width: 767px) {
  .thanks-text {
    padding-inline: 0rem;
  }
}

.thanks-list {
  margin-left: 2rem;
}

/* デフォルト：PC含めて縦並びflexにしておいてOK */
body {
  margin: 0;
}

/* ページ全体を縦並びflexにする */
.thanks-container {
  min-height: 100svh; /* モバイルでアドレスバーを考慮した高さ */
  display: flex;
  flex-direction: column;
}

/* header / main / footer のうち、
     main に残りの高さを全部持たせる */
/* main の中身（.thanks）を縦方向センター寄せ */
.thanks {
  flex: 1;
  display: flex;
  align-items: center; /* 縦方向の中央寄せ */
}

.graph {
  background-color: #e5f7ff;
  padding-bottom: 7.9rem;
  position: relative;
}
.graph .dots {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  justify-content: center;
}
.graph .dots span {
  display: inline-block;
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background-color: #1b334d;
}
@media (min-width: 768px) {
  .graph .dots {
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .graph .dots span {
    height: 0.4rem;
    width: 0.4rem;
  }
}
@media (min-width: 768px) {
  .graph {
    padding-top: 4.2rem;
    padding-bottom: 6.9rem;
  }
}

.graph-title {
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
  letter-spacing: 0.1em;
  color: #1b334d;
}
@media (min-width: 768px) {
  .graph-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.8333333333;
    letter-spacing: 0.05em;
  }
}
.graph-title span {
  font-size: 4rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .graph-title span {
    font-size: 2rem;
  }
}
.graph-title .orange-line {
  display: inline-block;
  border-bottom: 3px solid #ff7f50;
}
@media (min-width: 768px) {
  .graph-title .orange-line {
    border-bottom: 2px solid #ff7f50;
  }
}

.graph-lead {
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
  letter-spacing: 0.1em;
  color: #1b334d;
}
@media (min-width: 768px) {
  .graph-lead {
    font-size: 2rem;
    margin-top: 0;
    line-height: 1.8333333333;
  }
}

.graph-arrow {
  width: 5.7rem;
  margin: 2.3rem auto 3.3rem;
}
@media (min-width: 768px) {
  .graph-arrow {
    width: 2.7rem;
    margin: 1.6rem auto 1.6rem;
  }
}

.graph01 {
  width: 59rem;
  margin: 0 auto 3.5rem;
}
@media (min-width: 768px) {
  .graph01 {
    width: 36.1rem;
    margin: 0;
  }
}

.graph02 {
  width: 59rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .graph02 {
    width: 36.1rem;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .graph-wrapper {
    display: flex;
    gap: 5.9rem;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */