/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #2f505e;
  --second: #d75e5b;
  --text-body: #282828;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.8;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 960px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (min-width: 960px) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media (min-width: 960px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 960px) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 960px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 960px) {
  h6 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.about__content {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .about__content {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .about__content {
    font-size: 28px;
  }
}

.about__content h3 {
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 24px;
  letter-spacing: 0.15em;
}
@media (min-width: 560px) {
  .about__content h3 {
    font-size: 40px;
    margin: 0 0 40px;
  }
}
@media (min-width: 1200px) {
  .about__content h3 {
    font-size: 50px;
    margin: 0 0 60px;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-link {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  border-bottom: 0.5px solid #66686C;
  font-size: 16px;
  margin-right: 34px;
}
@media (min-width: 960px) {
  .btn-link {
    font-size: 20px;
    margin-right: 42px;
  }
}
@media (min-width: 1200px) {
  .btn-link {
    font-size: 24px;
    margin-right: 47px;
  }
}
.btn-link::after {
  content: "";
  background: url("../images/arrow-circle.png") no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  right: -32px;
}
@media (min-width: 960px) {
  .btn-link::after {
    font-size: 20px;
    width: 28px;
    height: 28px;
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .btn-link::after {
    font-size: 24px;
    width: 34px;
    height: 34px;
    right: -46px;
  }
}
.btn-link:hover {
  color: var(--text-body);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 960px) {
  .container-fluid {
    padding: 0 64px;
  }
}

.heading-rounded {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 560px) {
  .heading-rounded {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .heading-rounded {
    font-size: 24px;
    margin: 0 0 50px;
  }
}
.heading-rounded span {
  display: inline-flex;
  width: 90px;
  height: 90px;
  background: #43464A;
  border-radius: 100px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  font-family: "adobe-garamond-pro", "Zen Kaku Gothic New", serif;
  letter-spacing: 0.1em;
}
@media (min-width: 560px) {
  .heading-rounded span {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 960px) {
  .heading-rounded span {
    width: 114px;
    height: 114px;
  }
}

.section {
  padding-block: 60px;
}
@media (min-width: 960px) {
  .section {
    padding-block: 80px;
  }
}

.section-gray {
  background: #F3F3F3;
}

.section-heading {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  letter-spacing: 0.12em;
}
@media (min-width: 560px) {
  .section-heading {
    margin-bottom: 60px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .section-heading {
    margin-bottom: 80px;
    font-size: 20px;
  }
}
.section-heading h2,
.section-heading h3 {
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 20px;
  letter-spacing: 0.14em;
}
@media (min-width: 560px) {
  .section-heading h2,
  .section-heading h3 {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .section-heading h2,
  .section-heading h3 {
    font-size: 42px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .section-heading h2,
  .section-heading h3 {
    font-size: 46px;
  }
}
@media (min-width: 1600px) {
  .section-heading h2,
  .section-heading h3 {
    font-size: 50px;
  }
}
.section-heading--min h2,
.section-heading--min h3 {
  font-size: 26px;
}
@media (min-width: 560px) {
  .section-heading--min h2,
  .section-heading--min h3 {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .section-heading--min h2,
  .section-heading--min h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .section-heading--min h2,
  .section-heading--min h3 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .section-heading--min h2,
  .section-heading--min h3 {
    font-size: 40px;
  }
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
.site-footer {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  line-height: 2.1;
  background: rgb(52, 53, 57);
  background: linear-gradient(0deg, rgb(52, 53, 57) 0%, rgb(71, 74, 78) 100%);
  padding-block: 40px 20px;
}
@media (min-width: 560px) {
  .site-footer {
    padding-block: 60px 40px;
  }
}
@media (min-width: 960px) {
  .site-footer {
    font-size: 20px;
    padding-block: 80px 30px;
  }
}
.site-footer p {
  margin: 0;
}
.site-footer p + p {
  margin-top: 40px;
}
@media (min-width: 560px) {
  .site-footer p + p {
    margin-top: 60px;
  }
}
@media (min-width: 960px) {
  .site-footer p + p {
    margin-top: 90px;
  }
}

/** pages */
.banner {
  position: relative;
}
.banner h1 {
  position: absolute;
  top: 20px;
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  left: 20px;
  font-size: 14px;
}
@media (min-width: 960px) {
  .banner h1 {
    left: 1.667vw;
    top: 1.111vw;
    font-size: 1.667vw;
  }
}
.banner__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}
.banner__inner h3 {
  font-size: 6vw;
  line-height: 1.55;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 560px) {
  .banner__inner h3 {
    font-size: 4.5vw;
  }
}
@media (min-width: 960px) {
  .banner__inner h3 {
    font-size: 4vw;
  }
}
.banner__inner h2 {
  font-size: 8vw;
  line-height: 1.38;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 560px) {
  .banner__inner h2 {
    font-size: 7vw;
  }
}
@media (min-width: 960px) {
  .banner__inner h2 {
    font-size: 5.556vw;
  }
}

.about {
  position: relative;
  background: url("../images/bg-circle.png") no-repeat 0 0/100%;
  z-index: 1;
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .about {
    padding-bottom: 70px;
  }
}
.about::before {
  content: "";
  width: 100%;
  height: calc(100% - 7vw);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F3F3F3;
  z-index: -1;
}
@media (min-width: 960px) {
  .about .heading-rounded {
    margin-bottom: 70px;
  }
}
.about .heading-rounded span {
  margin-top: -16px;
}
@media (min-width: 960px) {
  .about .heading-rounded span {
    margin-top: -24px;
  }
}
@media (min-width: 960px) {
  .about__inner {
    display: flex;
  }
}
.about__content {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .about__content {
    width: 50%;
    align-self: center;
    margin-bottom: 0;
  }
}
.about__content h3 {
  text-align: center;
}
@media (min-width: 960px) {
  .about__content h3 {
    text-align: left;
  }
}
.about__image {
  text-align: center;
}
@media (min-width: 960px) {
  .about__image {
    width: 50%;
    text-align: right;
    padding-left: 50px;
  }
}
.about__image figure img {
  width: 100%;
  max-width: 560px;
}

.program {
  background: url("../images/bg-circle-bottom.png") no-repeat 0 100%/100%;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
@media (min-width: 960px) {
  .program {
    padding-top: 70px;
  }
}
.program::before {
  content: "";
  width: 100%;
  height: calc(100% - 8vw);
  position: absolute;
  top: 0;
  left: 0;
  background: #F3F3F3;
  z-index: -1;
}

@media (min-width: 960px) {
  .boxes {
    display: flex;
    gap: 56px 36px;
    flex-wrap: wrap;
  }
}
.boxes__item {
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  position: relative;
  letter-spacing: 0.12em;
  font-weight: 300;
  background: var(--white);
  line-height: 1.75;
  padding: 30px 20px;
  margin-bottom: 50px;
  font-size: 16px;
}
@media (min-width: 960px) {
  .boxes__item {
    width: calc(50% - 18px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .boxes__item {
    padding: 70px 58px 50px;
    font-size: 20px;
  }
}
.boxes__item--full {
  width: 100%;
  display: block;
}
.boxes__item h4 {
  font-weight: 500;
  text-align: center;
  border: 1px solid #525252;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  letter-spacing: 0.14em;
  margin: 0;
  background: #F9EFF0;
  padding: 10px 24px;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .boxes__item h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .boxes__item h4 {
    font-size: 26px;
    padding: 12px 28px;
  }
}
.boxes__item h3 {
  font-size: 20px;
  line-height: 1.58;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media (min-width: 960px) {
  .boxes__item h3 {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
.boxes__item h5 {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 0 0 15px;
}
@media (min-width: 960px) {
  .boxes__item h5 {
    font-size: 20px;
    margin: 0 0 25px;
  }
}
.boxes__item h5::before, .boxes__item h5::after {
  content: "";
  border-top: 0.5px solid #130F0F;
  border-bottom: 0.5px solid #130F0F;
  width: 6px;
  height: 22px;
}
@media (min-width: 960px) {
  .boxes__item h5::before, .boxes__item h5::after {
    height: 28px;
  }
}
.boxes__item h5::before {
  border-left: 0.5px solid #130F0F;
}
.boxes__item h5::after {
  border-right: 0.5px solid #130F0F;
}
.boxes__item p {
  margin: 0 0 20px;
}
@media (min-width: 960px) {
  .boxes__item p {
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .boxes__item--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.boxes__item--link {
  text-align: center;
  margin-top: auto;
}
@media (min-width: 960px) {
  .boxes__item--col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-inline: 30px;
  }
}
@media (min-width: 1200px) {
  .boxes__item--col {
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 959px) {
  .boxes__item--col + .boxes__item--col {
    margin-top: 40px;
  }
}
.boxes__item:nth-child(3n-1) h4 {
  background: #F4F7EE;
}
.boxes__item:nth-child(3n) h4 {
  background: #F1F2F9;
}

.goal {
  padding-block: 60px 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 960px) {
  .goal {
    padding-block: 145px 180px;
  }
}
.goal .heading-rounded {
  margin-bottom: -65px;
  position: relative;
  z-index: 8;
}
@media (min-width: 960px) {
  .goal .heading-rounded {
    margin-bottom: -85px;
  }
}
.goal__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.14em;
  z-index: 1;
  font-size: 18px;
  line-height: 1.8;
  padding: 90px 20px 40px;
}
@media (min-width: 560px) {
  .goal__content {
    max-width: 80vw;
    min-height: 80vw;
    padding: 40px 20px;
  }
}
@media (min-width: 960px) {
  .goal__content {
    padding: 90px 20px;
    font-size: 24px;
    line-height: 2;
    max-width: 700px;
    min-height: 700px;
  }
}
@media (min-width: 1200px) {
  .goal__content {
    font-size: 30px;
    line-height: 2.2;
    max-width: 900px;
    min-height: 900px;
  }
}
@media (min-width: 1300px) {
  .goal__content {
    padding: 40px;
    font-size: 34px;
    line-height: 2.43;
    min-height: 1230px;
    max-width: 1230px;
  }
}
.goal__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  z-index: 2;
  border-radius: 20px;
}
@media (min-width: 560px) {
  .goal__content::before {
    border-radius: 50%;
  }
}
.goal__content h2 {
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 24px;
  margin: 0 0 30px;
}
@media (min-width: 960px) {
  .goal__content h2 {
    margin: 0 0 60px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .goal__content h2 {
    font-size: 46px;
    margin: 0 0 80px;
  }
}
@media (min-width: 1300px) {
  .goal__content h2 {
    font-size: 60px;
    margin: 0 0 100px;
  }
}
.goal__content--inner {
  position: relative;
  z-index: 5;
}
.goal__image {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.goal__image--1 {
  width: 120px;
  z-index: 1;
  left: -20px;
  top: -80px;
}
@media (min-width: 960px) {
  .goal__image--1 {
    width: 186px;
    left: -100px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .goal__image--1 {
    width: 220px;
    left: -170px;
    top: 80px;
  }
}
@media (min-width: 1300px) {
  .goal__image--1 {
    width: 243px;
    left: -160px;
    top: 172px;
  }
}
.goal__image--2 {
  width: 200px;
  right: -55px;
  top: -81px;
}
@media (min-width: 960px) {
  .goal__image--2 {
    width: 370px;
    right: -160px;
    top: -30px;
  }
}
@media (min-width: 1200px) {
  .goal__image--2 {
    width: 500px;
    right: -260px;
    top: -10px;
  }
}
@media (min-width: 1300px) {
  .goal__image--2 {
    width: 767px;
    right: -380px;
    top: -10px;
  }
}
.goal__image--3 {
  width: 170px;
  left: -20px;
  bottom: -85px;
}
@media (min-width: 960px) {
  .goal__image--3 {
    width: 320px;
    left: -110px;
    bottom: -80px;
  }
}
@media (min-width: 1200px) {
  .goal__image--3 {
    width: 500px;
    left: -200px;
    bottom: -156px;
  }
}
@media (min-width: 1300px) {
  .goal__image--3 {
    width: 702px;
    left: -265px;
    bottom: -176px;
  }
}
.goal__image--4 {
  width: 140px;
  right: -20px;
  bottom: -70px;
}
@media (min-width: 960px) {
  .goal__image--4 {
    width: 280px;
    right: -100px;
    bottom: -135px;
  }
}
@media (min-width: 1200px) {
  .goal__image--4 {
    width: 360px;
    right: -160px;
    bottom: -150px;
  }
}
@media (min-width: 1300px) {
  .goal__image--4 {
    width: 525px;
    right: -217px;
    bottom: -180px;
  }
}

.partner {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .partner {
    padding-block: 120px;
  }
}
@media (min-width: 1200px) {
  .partner {
    padding-block: 270px 210px;
  }
}
.partner__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 30px;
  align-items: center;
}
@media (min-width: 560px) {
  .partner__list {
    flex-direction: row;
    justify-content: center;
  }
}
.partner__list figure img {
  width: 100%;
  max-width: 270px;
}
@media (min-width: 1200px) {
  .partner__list figure img {
    max-width: 100%;
  }
}

.banner-page {
  position: relative;
  z-index: 1;
}
.banner-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../images/page-banner-1_2.png") no-repeat 0 0/100%;
  width: 40%;
  height: 100%;
}
@media (min-width: 1200px) {
  .banner-page::before {
    width: 548px;
  }
}
.banner-page::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
  background: url("../images/page-banner-2_2.png") no-repeat 0 0/100%;
}
@media (min-width: 1200px) {
  .banner-page::after {
    width: 618px;
  }
}
.banner-page .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding-block: 17% 50px;
}
@media (min-width: 960px) {
  .banner-page .container {
    gap: 25px;
    padding-block: 5% 10%;
    min-height: 430px;
  }
}
.banner-page h1 {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (min-width: 560px) {
  .banner-page h1 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .banner-page h1 {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1200px) {
  .banner-page h1 {
    font-size: 36px;
    letter-spacing: 0.15em;
  }
}
.banner-page h2 {
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.06em;
  font-size: 24px;
}
@media (min-width: 560px) {
  .banner-page h2 {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  .banner-page h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .banner-page h2 {
    font-size: 48px;
  }
}

.section-circle {
  background: url("../images/bg-circle.png") no-repeat 0 0/100%, url("../images/bg-circle-bottom.png") no-repeat 0 100%/100%;
  position: relative;
  z-index: 1;
}
.section-circle::before {
  content: "";
  width: 100%;
  height: calc(100% - 16vw);
  position: absolute;
  top: 8vw;
  left: 0;
  background: #F3F3F3;
  z-index: -1;
}
@media (min-width: 960px) {
  .section-circle .heading-rounded {
    margin-bottom: 70px;
  }
}
.section-circle .heading-rounded span {
  margin-top: -16px;
}
@media (min-width: 960px) {
  .section-circle .heading-rounded span {
    margin-top: -24px;
  }
}
@media (min-width: 1600px) {
  .section-circle .section-heading:not(.section-heading--min) h2 {
    font-size: 48px;
  }
}

@media (min-width: 960px) {
  .section-intro {
    display: flex;
  }
}
.section-intro h3 {
  font-size: 26px;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 20px;
}
@media (min-width: 960px) {
  .section-intro h3 {
    width: 310px;
    padding-right: 30px;
    font-size: 32px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .section-intro h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 959px) {
  .section-intro h3 br {
    display: none;
  }
}
.section-intro h3 span {
  border-bottom: 2px solid var(--text-body);
}
.section-intro__body {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .section-intro__body {
    width: calc(100% - 310px);
    font-size: 22px;
  }
}
.section-intro__body p:last-of-type {
  margin: 0;
}

.info-box {
  background: #DEDFE2;
  border-radius: 20px;
  position: relative;
  margin-block: 60px 80px;
  font-size: 18px;
  line-height: 1.63;
  letter-spacing: 0.16em;
  padding: 45px 20px 30px;
}
@media (min-width: 560px) {
  .info-box {
    padding: 45px 40px 30px;
  }
}
@media (min-width: 960px) {
  .info-box {
    padding: 45px 50px 30px;
    margin-block: 60px 120px;
  }
}
@media (min-width: 1200px) {
  .info-box {
    padding: 60px 60px 40px;
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .info-box {
    padding: 55px 95px 55px 125px;
  }
}
.info-box::before {
  content: "";
  position: absolute;
  background: url("../images/info.png") no-repeat 0 0/100%;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
}
@media (min-width: 1200px) {
  .info-box::before {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1600px) {
  .info-box::before {
    width: 114px;
    height: 114px;
    top: -46px;
    left: -44px;
  }
}
.info-box h3 {
  letter-spacing: 0.16em;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .info-box h3 {
    font-size: 34px;
    margin: 0 0 30px;
  }
}

.grid-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  max-width: 1234px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .grid-box {
    grid-template-columns: 1fr 1fr;
    gap: 42px 40px;
  }
}
.grid-box__item {
  background: var(--white);
  border-radius: 20px;
  position: relative;
  display: flex;
  padding: 35px 20px 35px 40px;
}
@media (min-width: 1200px) {
  .grid-box__item {
    padding: 35px 30px 35px 50px;
  }
}
@media (min-width: 1600px) {
  .grid-box__item {
    padding: 35px 55px 35px 70px;
  }
}
.grid-box__item span {
  position: absolute;
  background: #494c51;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  left: -15px;
  top: -15px;
  letter-spacing: 0.07em;
  font-family: "adobe-garamond-pro", "Zen Kaku Gothic New", serif;
}
.grid-box__item--body {
  width: 50%;
  font-size: 18px;
  line-height: 1.636;
  letter-spacing: 0.16em;
}
@media (min-width: 1200px) {
  .grid-box__item--body {
    width: 45%;
    font-size: 22px;
  }
}
.grid-box__item--body h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 0.16em;
}
@media (min-width: 1200px) {
  .grid-box__item--body h3 {
    font-size: 22px;
  }
}
.grid-box__item--body p:last-of-type {
  margin: 0;
}
.grid-box__item figure {
  width: 50%;
  text-align: right;
}
@media (min-width: 1600px) {
  .grid-box__item figure {
    width: 55%;
  }
}

.verify {
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  .verify {
    padding-bottom: 130px;
  }
}

.process {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  .process {
    padding-bottom: 140px;
  }
}
.process .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .process .container::before, .process .container::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    position: absolute;
  }
}
.process .container::before {
  width: 170px;
  height: 395px;
  background: url("../images/process-1.png") no-repeat 0 0/100%;
  left: 15px;
  top: 360px;
}
@media (min-width: 1200px) {
  .process .container::before {
    width: 283px;
    height: 640px;
    left: -20px;
  }
}
@media (min-width: 1600px) {
  .process .container::before {
    left: -100px;
  }
}
.process .container::after {
  width: 210px;
  height: 290px;
  right: 20px;
  top: 340px;
  background: url("../images/process-2.png") no-repeat 0 0/100%;
}
@media (min-width: 1200px) {
  .process .container::after {
    width: 389px;
    height: 490px;
    right: 0;
    top: 240px;
  }
}
@media (min-width: 1600px) {
  .process .container::after {
    right: -110px;
  }
}
.process .heading-rounded {
  margin-top: -60px;
}
@media (min-width: 960px) {
  .process .heading-rounded {
    margin-bottom: 90px;
  }
}
.process picture {
  text-align: center;
  display: block;
}
.process__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 50px;
}
@media (min-width: 960px) {
  .process__inner {
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
  }
}
.process__item {
  padding: 24px 16px 24px;
  background: #eac4d1;
  border-radius: 20px;
}
@media (min-width: 560px) {
  .process__item {
    display: flex;
    align-items: center;
    min-height: 100px;
  }
}
.process__item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 0.04em;
}
@media (min-width: 560px) {
  .process__item h3 {
    margin: 0;
    min-width: 125px;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .process__item h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .process__item h3 {
    font-size: 28px;
  }
}
.process__item--body {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.16em;
}
@media (min-width: 960px) {
  .process__item--body {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .process__item--body {
    font-size: 22px;
  }
}
.process__item--body p:last-of-type {
  margin: 0;
}
.process__item:nth-child(4n-2) {
  background: #E4E9F6;
}
.process__item:nth-child(4n-1) {
  background: #F4F3E1;
}
.process__item:nth-child(4n) {
  background: #E5F1E4;
}

.grid-circle {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1130px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .grid-circle {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-circle__item {
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.16em;
  background: var(--white);
  border-radius: 100%;
  min-height: 334px;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 360px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .grid-circle__item {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .grid-circle__item {
    font-size: 22px;
  }
}
.grid-circle__item h3 {
  font-size: 28px;
  margin: 0 0 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.link-box {
  background: #F3F3F3;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 20px;
}
@media (min-width: 960px) {
  .link-box {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .link-box {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .link-box {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .link-box {
    padding: 30px 60px;
  }
}
.link-box h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 960px) {
  .link-box h3 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .link-box h3 {
    font-size: 22px;
  }
}
.link-box a {
  color: #546cea;
}

.inquiry {
  padding-block: 120px 70px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .inquiry {
    font-size: 20px;
    line-height: 2.3;
  }
}
@media (min-width: 1200px) {
  .inquiry {
    font-size: 26px;
  }
}
.inquiry .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .inquiry .container::before, .inquiry .container::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    position: absolute;
  }
}
.inquiry .container::before {
  width: 170px;
  height: 395px;
  background: url("../images/inquiry-1.png") no-repeat 0 0/100%;
  left: 15px;
  top: 0;
}
@media (min-width: 1200px) {
  .inquiry .container::before {
    width: 242px;
    height: 438px;
    left: -20px;
  }
}
@media (min-width: 1600px) {
  .inquiry .container::before {
    left: -25px;
  }
}
.inquiry .container::after {
  width: 210px;
  height: 440px;
  right: 20px;
  top: 0;
  background: url("../images/inquiry-2.png") no-repeat 0 0/100%;
}
@media (min-width: 1200px) {
  .inquiry .container::after {
    width: 233px;
    height: 459px;
    right: 0;
  }
}
@media (min-width: 1600px) {
  .inquiry .container::after {
    right: -70px;
  }
}
.inquiry .link-box {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .inquiry .link-box {
    margin-top: 60px;
  }
}

.box-border {
  background: #F3F3F3;
  padding: 30px;
}
@media (min-width: 960px) {
  .box-border {
    display: flex;
    padding: 38px 40px;
  }
}
@media (min-width: 1200px) {
  .box-border {
    padding: 38px 55px 38px 36px;
  }
}
.box-border + .box-border {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .box-border + .box-border {
    margin-top: 45px;
  }
}
.box-border h3 {
  margin: 0 0 15px;
  letter-spacing: 0.16em;
  font-size: 24px;
  color: #040000;
  font-weight: 700;
}
@media (min-width: 960px) {
  .box-border h3 {
    font-size: 32px;
    width: 385px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .box-border h3 {
    font-size: 40px;
  }
}
.box-border__body {
  color: #040000;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .box-border__body {
    width: calc(100% - 385px);
    border-left: 1px solid #353639;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .box-border__body {
    font-size: 20px;
  }
}
.box-border__body p:last-of-type {
  margin: 0;
}

.grid-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 960px) {
  .grid-content {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.grid-content__item {
  padding: 20px;
  background: #F3F3F3;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .grid-content__item {
    padding: 30px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .grid-content__item {
    padding: 54px 45px;
  }
}
.grid-content__item p:last-of-type {
  margin: 0;
}

.join .grid-content {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .join .grid-content {
    margin-bottom: 130px;
  }
}
.join .container > h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  margin: 60px 0 0;
}
@media (min-width: 960px) {
  .join .container > h3 {
    margin: 120px 0 0;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .join .container > h3 {
    margin: 145px 0 0;
    font-size: 30px;
  }
}

.back-to-top {
  padding-block: 20px 85px;
  text-align: center;
}
.back-to-top a {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  font-family: "adobe-garamond-pro", "Zen Kaku Gothic New", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .back-to-top a {
    font-size: 24px;
  }
}
.back-to-top a img {
  width: 46px;
}
@media (min-width: 960px) {
  .back-to-top a img {
    width: 63px;
  }
}