@charset "utf-8";

/* =========================================
reset CSS
========================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
hr,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-size: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a,
button {
  cursor: pointer;
}

*:focus-visible {
  border: 2px solid blue;
  border-radius: 0.3rem;
}

/* =========================================
common
========================================= */

:root {
  --text-base-color: #1e1e1e;
  --gray-dark-color: #707070;
  --gray-middle-color: #ced9d8;
  --gray-light-color: #ebefef;
  --base-dark-color-1: #00645e;
  --base-dark-color-2: #00857d;
  --base-dark-color-3: #00a89e;
  --base-leght-color-1: #80d4cf;
  --base-leght-color-2: #c0eae7;
  --base-leght-color-3: #dff4f3;
  --base-leght-color-4: #f3fbfa;
  --cta-color: #f07300;
  --sp-container-padding: 5vw;
  --pc-container-padding: 40px;
  --sp-contents-max-width: 600px;
  --pc-contents-max-width: 960px;
}
html {
  /* font-size: 10px; */
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  color: var(--base-color, #1e1e1e);
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-word;
  line-break: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
#contents {
  width: 100%;
  margin: 0 auto;
}
p {
  line-height: 1.75;
}
h2 {
  color: inherit;
  font-size: 1.625rem;
  line-height: 1.35;
  letter-spacing: 0.13rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
h2 span {
  font-weight: 600;
}
.flex-wrap {
  display: flex;
}
a:hover {
  opacity: 0.7;
}
.cta-btn:hover {
  opacity: 1;
  background: linear-gradient(176deg, #fbb03b 0%, #ed1c24 80%);
}
.cta-btn {
  display: grid;
  place-items: center;
  width: 24rem;
  height: 4.7rem;
  border-radius: 6.25rem;
  border: 2px solid #fff;
  background: linear-gradient(176deg, #fbb03b 0%, #ed1c24 100%);
  box-shadow: 0px 0px 4px 0px rgba(0, 100, 94, 0.3);
  position: relative;
  transition: 0.3s;
}
.cta-btn .ribbon {
  display: grid;
  place-items: center;
  width: 3.5625rem;
  height: 3.80813rem;
  font-weight: 600;
  position: absolute;
  inset: -0.37rem auto auto 1.94rem;
  color: #fff;
  background-image: url(../../img/common/cta-btn__ribbon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0.1rem 0.1rem;
}
.dx-supporter .cta-btn .ribbon,
.office-worker .cta-btn .ribbon {
  background-image: url(../../img/common/cta-btn__ribbton-blue.svg);
}
.cta-btn__inner {
  color: #fff;
  text-align: center;
  font-size: 1.56rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.08rem;
  padding-left: 1.3rem;
}
.cta-btn::after {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1.7;
  background-image: url(../../img/common/cta-btn__arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0 1.84rem 0 auto;
  margin: auto;
}
.cta-btn__inner span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.026rem;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
  .cta-btn {
    width: 100%;
    height: 3.9rem;
  }
  .cta-btn .ribbon {
    font-size: 0.8125rem;
    width: 2.9375rem;
    height: 3.14006rem;
    inset: -0.31rem auto auto 1.69rem;
  }
  .cta-btn__inner {
    font-size: 1.125rem;
    letter-spacing: 0.056rem;
    padding-left: 0.8rem;
  }
  .cta-btn__inner span {
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
  }
}

/*//////////// first-view ////////////*/
#first-view {
  position: relative;
  width: 100vw;
  /* aspect-ratio: 1440/540; */
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 81px 0 71px;
}
.first-view__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 0;
}
.first-view__image img {
  width: 100vw;
  height: 100%;
  /* aspect-ratio: 1440/540; */
  object-fit: cover;
  object-position: center;
}
.first-view__inner {
  width: min(100%, var(--pc-contents-max-width));
  position: relative;
  z-index: 1;
  padding: 0 40px;
  margin: 0 auto;
}
.first-view__inner .title-box {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 100, 94, 0.6);
  margin-bottom: 30px;
}
.dx-supporter .first-view__inner .title-box,
.office-worker .first-view__inner .title-box {
  text-shadow: 0px 0px 6px rgba(8, 18, 149, 0.6);
}
.child-support .first-view__inner .title-box {
  text-shadow: 0px 0px 6px rgba(96, 49, 29, 0.6);
}
.first-view__inner h1 {
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: 0.05438rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.first-view__inner h1 span {
  display: inline-block;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 1.85625rem */
  letter-spacing: 0.04125rem;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 100, 94, 0.1);
  padding: 2px 8px 0;
  margin-left: 16px;
  padding: 2px 14px 0px;
  margin-left: 16px;
  box-shadow: 0px 0px 6px rgba(0, 100, 94, 0.6);
}
.dx-supporter .first-view__inner h1 span,
.office-worker .first-view__inner h1 span {
  background-color: rgba(8, 18, 149, 0.08);
  box-shadow: 0px 0px 6px rgba(8, 18, 149, 0.3);
}
.first-view__inner .copy {
  font-size: 5.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2175rem;
  position: relative;
}
.first-view__inner .copy span {
  font-weight: 600;
}
.first-view__inner .copy .size-xs {
  font-size: 3.9375rem;
}
.first-view__inner .copy .size-s {
  font-size: 4.75rem;
}
.first-view__inner #ornament_next-step {
  width: 8.56331rem;
  height: 3.964rem;
  fill: var(--cta-color, #f07300);
  position: relative;
  right: 60px;
  bottom: 0;
}
.first-view__inner .hojo-logo {
  width: 121px;
  padding: 0 0 7px;
  text-align: center;
  border-bottom: 3px double var(--base-dark-color-1);
}
.dx-supporter .first-view__inner .hojo-logo.pc,
.it-passport .first-view__inner .hojo-logo.pc,
.office-worker .first-view__inner .hojo-logo.pc {
  border-color: #fff;
}
.dx-supporter .first-view__inner .hojo-logo.sp,
.office-worker .first-view__inner .hojo-logo.sp {
  border-color: #081295;
}
.child-support .first-view__inner .hojo-logo {
  border-color: #000;
}
.first-view__inner .hojo-logo img {
  width: 119px;
  height: 54px;
}
.first-view__inner .hojo-logo .hojo-logo__text {
  width: 110px;
  height: 24px;
}
.it-passport .first-view__inner h1,
.it-passport .first-view__inner .title-box,
.child-support .first-view__inner h1,
.child-support .first-view__inner .title-box {
  width: fit-content;
}
.it-passport .first-view__inner .flex-wrap,
.it-passport .first-view__inner .title-box,
.child-support .first-view__inner .flex-wrap,
.child-support .first-view__inner .title-box {
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .it-passport .first-view__inner .flex-wrap {
    width: 621px;
  }
  .child-support .first-view__inner .flex-wrap {
    width: 560px;
  }
  .office-worker .first-view__inner .copy,
  .child-support .first-view__inner .copy {
    font-size: 4.3rem;
  }
  .dx-supporter .first-view__image img,
  .it-passport .first-view__image img,
  .office-worker .first-view__image img,
  .child-support .first-view__image img {
    object-position: center top;
  }
  .first-view__inner .flex-wrap {
    align-items: center;
  }
  .first-view__inner .hojo-logo {
    margin-left: 43px;
  }
}
@media screen and (max-width: 959px) {
  #first-view {
    padding: 21px 0 17px;
    /* aspect-ratio: 375/386; */
  }
  .first-view__inner {
    width: min(100%, 600px);
    padding: 0 var(--sp-container-padding);
  }
  .dx-supporter .first-view__inner h1,
  .it-passport .first-view__inner h1 {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 1.35rem */
    letter-spacing: 0.1rem;
  }
  .dx-supporter .first-view__inner h1 span,
  .it-passport .first-view__inner h1 span {
    margin: 0;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.09688rem */
    letter-spacing: 0.0325rem;
  }
  .first-view__inner h1 {
    font-size: 0.9375rem;
    letter-spacing: 0.09375rem;
  }

  .it-passport .first-view__inner h1,
  .child-support .first-view__inner h1 {
    margin-left: auto;
    align-items: flex-end;
  }
  .first-view__inner .copy {
    font-size: 2.625rem;
    line-height: 1.15;
    letter-spacing: 0.105rem;
  }
  .it-passport .first-view__inner .copy,
  .child-support .first-view__inner .copy {
    text-align: right;
  }
  .first-view__inner .copy .size-xs {
    font-size: 1.875rem;
  }
  .first-view__inner .copy .size-s {
    font-size: 2.25rem;
  }
  .first-view__inner #ornament_next-step {
    width: 4.8125rem;
    height: 2.25rem;
    position: absolute;
    left: 15rem;
  }
  .first-view__inner .hojo-logo {
    width: 107px;
    padding: 0 0 7px;
    margin-bottom: 49px;
  }
  .it-passport .first-view__inner .hojo-logo,
  .child-support .first-view__inner .hojo-logo {
    margin-left: auto;
  }
  .first-view__inner .hojo-logo img {
    width: 105px;
    height: 47px;
  }
  .first-view__inner .hojo-logo .hojo-logo__text {
    width: 96px;
    height: 21px;
  }
}
@media screen and (max-width: 350px) {
  .office-worker .first-view__inner .copy br,
  .child-support .first-view__inner .copy br {
    display: none;
  }
  .office-worker .first-view__inner .copy .size-xs,
  .child-support .first-view__inner .copy .size-xs {
    font-size: inherit;
  }
}
/*//////////// problem ////////////*/
#problem {
  width: 100vw;
  background: var(--gray-light-color, #ebefef);
  padding-top: 80px;
}
#problem h2 {
  color: var(--base-dark-color-1, #00645e);
  margin-bottom: 60px;
}
#problem h2 span:not(:first-child) {
  font-size: 2.25rem;
}
.problem__inner img {
  width: 256px;
  height: 440px;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.problem__inner {
  display: flex;
  margin: 0 auto;
  width: fit-content;
  align-items: flex-end;
  gap: 90px;
}
.problem__inner ul {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 85px;
}
.problem__inner li {
  width: 21.875rem;
  height: 8.125rem;
  color: inherit;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1375rem;
  background-color: #fff;
  filter: drop-shadow(2px 4px 0px rgba(0, 100, 94, 0.1));
  border-radius: 1.875rem;
  background: #fff;
  position: relative;
}
.office-worker .problem__inner li,
.child-support .problem__inner li {
  width: 25.875rem;
}
.problem__inner li::after {
  content: "";
  display: block;
  position: absolute;
  width: 82px;
  height: 59px;
  background-image: url(../../img/common/problem__list-deco1_min960.svg);
  background-repeat: no-repeat;
  background-size: contain;
  inset: 102px 0 0 -58px;
}

@media screen and (min-width: 960px) {
  .problem__inner {
    flex-direction: row-reverse;
  }
  .problem__inner li:first-child {
    left: -68px;
  }
  .problem__inner li:nth-child(2) {
    left: 62px;
  }
  .problem__inner li:nth-child(2)::after {
    width: 98px;
    height: 33px;
    background-image: url(../../img/common/problem__list-deco2_min960.svg);
    inset: 52px 0 0 -81px;
  }
  .problem__inner li:nth-child(3)::after {
    width: 82px;
    height: 69px;
    background-image: url(../../img/common/problem__list-deco3_min960.svg);
    inset: 4px 0 0 -67px;
  }
}
@media screen and (max-width: 959px) {
  #problem {
    padding: 52px var(--sp-container-padding) 0;
  }
  #problem h2 {
    margin-bottom: 30px;
    font-size: 1.375rem;
    margin-bottom: 36px;
  }
  #problem h2 span:not(:first-child) {
    font-size: 1.625rem;
  }
  #problem h2 span:first-child {
    font-size: 1rem;
  }
  .problem__inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .problem__inner img {
    width: 190px;
    height: 195px;
  }
  .problem__inner ul {
    gap: 46px;
    width: fit-content;
    margin: 0 auto;
  }
  .problem__inner li {
    font-size: 1.125rem;
    letter-spacing: 0.09rem;
    width: 17rem;
    height: auto;
    padding: 32px 0;
  }
  .office-worker .problem__inner li,
  .child-support .problem__inner li {
    width: 21rem;
  }
  .problem__inner li::after {
    width: 47px;
    height: 52px;
    background-image: url(../../img/common/problem__list-deco1_max959.svg);
    inset: auto 30px -30px auto;
  }
  .problem__inner li:nth-child(2)::after {
    width: 46px;
    height: 49px;
    background-image: url(../../img/common/problem__list-deco2_max959.svg);
    inset: auto auto -30px 40px;
  }
  .problem__inner li:nth-child(3)::after {
    width: 55px;
    height: 68px;
    background-image: url(../../img/common/problem__list-deco3_max959.svg);
    inset: auto 50px -50px auto;
  }
}

/*//////////// program ////////////*/
#program {
  padding: 80px var(--pc-container-padding);
  background: var(--base-light-color-3, #dff4f3);
}
.lecture-contents,
.support {
  width: min(100%, var(--pc-contents-max-width));
  border-radius: 16px;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.lecture-contents {
  padding-bottom: 80px;
}
.lecture-contents__bg-wrap {
  width: 100%;
  position: relative;
  padding: 136px 80px 168px;
}
.lecture-contents__bg-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 114px;
  position: absolute;
  inset: auto 0 0 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.lecture-contents__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
}
.lecture-contents__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
}
.lecture-contents h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%; /* 3rem */
  letter-spacing: 0.16rem;
  position: relative;
  z-index: 1;
}
.lecture-contents h2 span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 135%; /* 1.85625rem */
  letter-spacing: 0.11rem;
  margin-bottom: 8px;
}
.lecture-contents h2 span.box {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.85625rem */
  letter-spacing: 0.11rem;
  border: 1px solid #fff;
  padding: 2px 8px;
  margin: 12px auto 0;
  width: fit-content;
  display: block;
}
.lecture-contents .ribbon {
  color: #fff;
  position: absolute;
  inset: 0 auto auto 80px;
  z-index: 5;
  width: 100px;
  height: 112px;
  background-image: url(../../img/common/cta-btn__ribbon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%; /* 1.5625rem */
  letter-spacing: 0.025rem;
  padding-top: 25px;
}
.dx-supporter .lecture-contents .ribbon,
.office-worker .lecture-contents .ribbon {
  background-image: url(../../img/common/cta-btn__ribbton-blue.svg);
}
.lecture__list {
  width: min(100%, 800px);
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 168, 158, 0.1);
  overflow: hidden;
}
.lecture__list {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.lecture__list h3 {
  width: 100%;
  color: #fff;
  background: var(--base-dark-color-3, #00a89e);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.51875rem */
  letter-spacing: 0.09rem;
  padding: 12px 0;
  text-align: center;
}
.lecture__list ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid var(--gray-middle-color, #ced9d8);
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
.lecture__list li {
  width: 50%;
  display: flex;
  border: 1px solid var(--gray-middle-color, #ced9d8);
  border-right: 0;
  border-bottom: 0;
  padding: 17px 20px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
  padding-left: 28px;
}
.lecture__list li::before {
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  margin: 5px 0 0 0;
  background-image: url(../../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.lecture__arrow {
  width: 100%;
  height: 28px;
  fill: var(--base-light-color-2, #c0eae7);
  margin: 26px auto 16px;
}
.program__goal {
  width: min(100%, 800px);
  margin: 0 auto;
  padding: 104px 75px 52px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.program__goal-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
}
.program__goal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.program__goal .title-box {
  position: relative;
  z-index: 1;
}
.program__goal h3 {
  color: var(--base-dark-color-1, #00645e);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3rem */
  letter-spacing: 0.16rem;
  margin-bottom: 40px;
}
.program__goal span {
  display: block;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.51875rem */
  letter-spacing: 0.09rem;
  margin-bottom: 8px;
}
.goal__list {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.goal__item {
  width: 50%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px rgba(0, 168, 158, 0.06);
  padding: 14px 20px 20px;
}
.child-support .goal__item {
  width: 100%;
}
.goal__item h4 {
  color: var(--base-dark-color-2, #00857d);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.51875rem */
  letter-spacing: 0.09rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.goal__item h4::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  display: block;
  background-image: url(../../img/common/icon_skill.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.goal__item:last-child h4::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  display: block;
  background-image: url(../../img/common/icon_qualification.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.goal__item ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.goal__item li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.4rem */
  letter-spacing: 0.02rem;
  display: flex;
  gap: 10px;
}
.goal__item li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 6px;
  flex-shrink: 0;
}
.support {
  margin-top: 80px;
}
@media screen and (min-width: 960px) {
  .dx-supporter .program__goal h3,
  .office-worker .program__goal h3 {
    text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.4);
  }
  .it-passport .program__goal h3,
  .office-worker .program__goal h3,
  .child-support .program__goal h3 {
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  }
  .child-support .program__goal h3 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  }
  .dx-supporter .lecture__list li.pc::before {
    content: none;
  }
  .child-support .program__goal {
    padding-top: 160px;
  }
}
@media screen and (max-width: 959px) {
  .lecture-contents h2 span.box {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.4rem */
    letter-spacing: 0.04rem;
    padding: 2px 8px;
    margin: 12px auto 0;
  }
  #program {
    padding: 0 var(--sp-container-padding) 40px;
  }
  .lecture-contents,
  .support {
    width: min(100%, var(--sp-contents-max-width));
    border-radius: 8px;
  }
  .lecture-contents {
    background-color: inherit;
    overflow: inherit;
    padding-bottom: 0;
  }
  .support {
    margin-top: 0;
  }
  .lecture-contents__bg-wrap {
    width: min(100vw, calc(600px + var(--sp-container-padding) * 2));
    padding: 62px var(--sp-container-padding) 107px;
    margin: 0 calc(-1 * var(--sp-container-padding)) 0;
  }
  .lecture-contents__bg-wrap::after {
    background: linear-gradient(180deg, rgba(223, 244, 243, 0) 0%, #dff4f3 100%);
  }
  .lecture-contents h2 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 135%; /* 1.85625rem */
    letter-spacing: 0.11rem;
  }
  .lecture-contents h2 span {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 1.75rem */
    letter-spacing: 0.02rem;
  }
  .lecture-contents .ribbon {
    width: 65px;
    height: 69px;
    font-size: 0.875rem;
    line-height: 125%; /* 1.09375rem */
    letter-spacing: 0.0175rem;
    padding-top: 15px;
    left: var(--sp-container-padding);
  }
  .lecture-contents__bg img {
    object-position: 40% 50%;
  }
  .lecture__list {
    margin-top: -60px;
    position: relative;
    z-index: 1;
  }
  .lecture__list h3 {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 1.18125rem */
    letter-spacing: 0.0175rem;
    padding: 8px 10px;
  }
  .lecture__list li {
    width: 100%;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 1.18125rem */
    letter-spacing: 0.0175rem;
    padding: 15px 16px;
  }
  .program__goal {
    display: flex;
    flex-direction: column;
    padding: 0 0 24px;
  }
  .program__goal-image {
    position: relative;
    margin-bottom: 10px;
    order: 2;
  }
  .program__goal .title-box {
    order: 1;
  }
  .program__goal h3 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 1.51875rem */
    letter-spacing: 0.09rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .program__goal span {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 1.18125rem */
    letter-spacing: 0.0175rem;
    margin-bottom: 5px;
  }
  .goal__list {
    order: 3;
    flex-direction: column;
    gap: 8px;
  }
  .goal__item {
    width: 100%;
  }
  .goal__item li {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.4rem */
    letter-spacing: 0.0175rem;
  }
}
/*//////////// support ////////////*/
.support h2 {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 3.75rem */
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 1;
  padding: 112px 80px 190px;
  text-align: left;
}
.support-contents__bg-wrap {
  position: relative;
}
.support__occ-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.support__occ-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}
.support__management h3 {
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.925rem */
  letter-spacing: 0.1375rem;
  background-color: var(--base-dark-color-3, #00a89e);
}
.support__inner {
  padding: 60px 40px;
}
.administration {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 470px;
  margin: 0 auto 40px;
}
.administration h4 {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.85625rem */
  letter-spacing: 0.11rem;
  padding-left: 20px;
}
.administration img {
  width: 226px;
  height: 97px;
}
.business {
  display: flex;
  width: 470px;
  padding: 20px 32px 32px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid var(--gray-middle-color, #ced9d8);
  margin: 0 auto;
}
.business .flex-wrap {
  /* width: 100%; */
  /* justify-content: space-between; */
  padding: 0 20px;
  margin: 0 auto;
}
.business_logo-check .line {
  stroke: #707070;
}
.business .flex-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business .flex-wrap p {
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 1.0125rem */
  letter-spacing: 0.015rem;
  margin-top: 4px;
}
.support__inner .caption {
  width: 470px;
  color: var(--gray-dark-color, #707070);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1rem */
  letter-spacing: 0.0125rem;
  margin: 12px auto 0;
  text-align: center;
}
.support__inner .caption a {
  text-decoration: underline;
}
.support__inner .caption a:hover {
  text-decoration: none;
}
.support__detail {
  padding: 80px 40px 60px;
}
.support__detail h3 {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 2.19375rem */
  letter-spacing: 0.13rem;
  text-align: center;
  margin: 0 auto 40px;
}
.support__detail span {
  display: block;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.85625rem */
  letter-spacing: 0.11rem;
}
.support__list {
  display: flex;
  gap: 16px;
}
.support__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  border-right: 1px solid var(--base-light-color-1, #80d4cf);
  position: relative;
  padding-right: 10px;
}
.support__item::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  border: 1px solid var(--base-light-color-1, #80d4cf);
  background-color: #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  position: absolute;
  inset: 0 -8px 0 auto;
  margin: auto;
}
.support__item:last-child {
  border: none;
}
.support__item:last-child::after {
  content: none;
}
.support__item picture,
.support__item img {
  display: block;
  width: 100%;
}
.support__item picture {
  width: 70px;
  aspect-ratio: 1/1;
  margin-top: 8px;
}
.support__item h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.51875rem */
  letter-spacing: 0.09rem;
  margin-bottom: 8px;
  text-align: center;
}
.support__item p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .support__inner {
    padding: 24px 20px;
  }
  .support h2 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: 0.09rem;
    padding: 38px 20px 101px;
  }
  .support h3 {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.225rem */
    letter-spacing: 0.0175rem;
  }
  .administration {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .administration h4 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.4rem */
    letter-spacing: 0.04rem;
    padding: 0;
  }
  .administration img {
    width: 180px;
    height: 71px;
  }
  .business {
    width: 100%;
    padding: 12px 0px;
    gap: 16px;
    align-self: stretch;
  }
  .business p {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 1.0125rem */
    letter-spacing: 0.015rem;
  }
  .business flex-wrap {
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .business a p {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 1.0125rem */
    letter-spacing: 0.015rem;
    text-align: center;
  }
  .support__inner .caption {
    width: 100%;
    text-align: left;
  }
  .support__detail {
    padding: 28px var(--sp-container-padding) 20px;
  }
  .support__detail h3 {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 1.85625rem */
    letter-spacing: 0.11rem;
    margin-bottom: 20px;
  }
  .support__detail span {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 1.18125rem */
    letter-spacing: 0.0175rem;
  }
  .support__list {
    flex-direction: column;
    gap: 14px;
  }
  .support__item {
    flex-direction: row;
    border-bottom: 1px solid var(--base-light-color-1, #80d4cf);
    padding-right: none;
    padding-bottom: 10px;
    border-right: none;
  }
  .support__item::after {
    transform: rotate(45deg);
    inset: auto 0 -8px 0;
  }
  .support__item picture {
    width: 70px;
    flex-shrink: 0;
    margin-top: 0;
  }
  .support__item h4 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 1.4rem */
    letter-spacing: 0.04rem;
    margin-bottom: 3px;
    text-align: left;
  }
  .support__item p {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.2rem */
    letter-spacing: 0.015rem;
  }
  .support__arrow {
    transform: rotate(90deg);
    width: fit-content;
    transform-origin: 0 0;
  }
}
/*//////////// feature ////////////*/
#feature {
  background: var(--base-light-color-4, #f3fbfa);
  padding: 100px var(--pc-container-padding) 140px;
}
.feature__inner1 h2,
.feature__inner2 h2 {
  display: flex;
  width: 25rem;
  padding: 1.25rem 0rem;
  flex-direction: column;
  align-items: center;
  border-radius: 6.25rem;
  color: #fff;
  background: var(--base-dark-3, #00a89e);
  box-shadow: 0px 0px 6px 0px rgba(0, 168, 158, 0.06);
  margin-bottom: 40px;
  position: relative;
}
.feature__inner1 h2 span,
.feature__inner2 h2 span {
  font-size: 1.375rem;
}
.feature__inner1 h2::after,
.feature__inner2 h2::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background-image: url(../../img/common/feature__heading-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: auto auto -7px auto;
}
.feature_detail {
  width: min(100%, var(--pc-contents-max-width));
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  margin: 0 auto;
}
.feature__inner1 .feature_detail__item {
  display: flex;
  padding: 40px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 168, 158, 0.06);
}
.feature__inner1 .feature_detail__item p {
  color: var(--base-dark-color-3, #00a89e);
  text-align: center;
  font-family: Jost;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
}
.feature__inner1 .feature_detail__item h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.09rem;
  text-align: center;
}
.feature__inner1 .feature_detail__item .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.feature__inner1 .feature_detail__item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature__inner1 .feature_detail__item li {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 1.75rem */
  letter-spacing: 0.02rem;
  margin-left: 25px;
}
.feature__inner1 .feature_detail__item li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 10px;
  background-image: url(../../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -25px;
}
.feature__inner1 .feature_detail__item img {
  width: 100%;
}
.feature__inner2 {
  padding-top: 100px;
}
.feature__inner2 .feature_detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.feature__inner2 .feature_detail__item {
  display: flex;
  padding: 0px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
}
.feature__inner2 img {
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.feature__inner2 h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.09rem;
  text-align: center;
  margin-bottom: 16px;
}
.feature__inner2 p {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  #feature {
    padding: 40px var(--sp-container-padding);
  }
  .feature__inner1 h2,
  .feature__inner2 h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature__inner1 h2 {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.13rem;
  }
  .feature__inner2 h2,
  .feature__inner2 h2 span,
  .feature__inner1 h2 span {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.09rem;
  }
  .feature__inner2 h2 {
    margin-bottom: 32px;
  }
  .feature__inner1 .feature_detail,
  .feature__inner2 .feature_detail {
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
  }
  .feature__inner1 .feature_detail__item {
    padding: 28px 20px 20px 20px;
    gap: 16px;
  }

  .feature__inner1 .feature_detail__item li {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.0175rem;
    padding-left: 25px;
    margin-left: 0;
  }
  .feature__inner2 .feature_detail {
    gap: 32px;
  }
  .feature__inner2 h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04rem;
    margin-bottom: 8px;
  }
  .feature__inner2 p {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.0175rem;
  }
  @media screen and (min-width: 481px) {
    .feature__inner2 img {
      width: 250px;
    }
  }
}
/*//////////// close ////////////*/
#close {
  background: var(--cta-color, #f07300);
  color: #fff;
}
.close__inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin: 0 auto;
}
#close picture {
  width: min(50%, 768px);
  min-height: 100%;
}
#close picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#close .text-box {
  width: max(50%, 534px);
  text-align: center;
  padding: 130px var(--pc-container-padding) 118px;
}
#close h2 {
  width: fit-content;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.625rem */
  letter-spacing: 0.065rem;
  border: 1px solid #fff;
  padding: 13px 32px;
  margin: 0 auto 27px;
}
#close h2 + p {
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 3.54375rem */
  letter-spacing: 0.105rem;
  margin-bottom: 47px;
}
#close .cta-btn {
  margin: 0 auto;
  position: relative;
}

#fixed__cta-btn {
  position: fixed;
  z-index: 100;
  bottom: -80px;
  right: 20px;
  margin: auto;
  transition: 0.4s ease-out;
}
#fixed__cta-btn.visible {
  bottom: 20px;
}
@media screen and (max-width: 959px) {
  #fixed__cta-btn {
    left: 0;
    right: 0;
    width: min(calc(100vw - var(--sp-container-padding) * 2), 530px);
  }
  .close__inner {
    flex-direction: column-reverse;
    border: 1px solid var(--cta-color);
  }
  #close picture {
    aspect-ratio: 375/349;
    max-height: 500px;
  }
  #close picture,
  #close img {
    min-width: 100%;
  }
  #close .text-box {
    width: 100%;
    padding: 16px var(--sp-container-padding) 20px;
  }
  #close .cta-btn {
    width: min(100%, 510px);
    margin: 0 auto -40px;
  }
  #close h2 {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 0.9375rem */
    letter-spacing: 0.0375rem;
    padding: 8px;
    margin-bottom: 8px;
  }
  #close h2 + p {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 133%; /* 1.82875rem */
    letter-spacing: 0.055rem;
    margin-bottom: 16px;
  }
}
/*//////////// faq ////////////*/
#faq {
  padding: 130px var(--pc-container-padding) 100px;
  background-color: #f7fbfb;
}
.faq__inner {
  width: min(100%, var(--pc-contents-max-width));
  margin: 0 auto;
}
#faq h2 {
  margin-bottom: 40px;
}
#faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#faq .faq__item {
  display: flex;
  padding: 28px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--gray-middle-color, #ced9d8);
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 168, 158, 0.06);
}
#faq h3 {
  display: flex;
  color: var(--base-dark-color-2, #00857d);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.09rem;
  padding-left: 28px;
}
#faq .answer {
  display: flex;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.02rem;
  padding-left: 28px;
}
#faq h3::before,
#faq .answer::before {
  content: "Q.";
  width: 22px;
  aspect-ratio: 1/1;
  display: block;
  color: var(--base-dark-color-2, #00857d);
  font-family: Jost;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.0225rem;
  margin-left: -28px;
  flex-shrink: 0;
}
#faq .answer::before {
  content: "A.";
  color: var(--cta-color, #f07300);
}
@media screen and (max-width: 959px) {
  #faq {
    padding: 56px var(--sp-container-padding) 40px;
  }
  #faq h2 {
    margin-bottom: 28px;
  }
  #faq .faq__item {
    padding: 15px 17px 16px 17px;
    border-radius: 8px;
  }
  #faq h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04rem;
  }
  #faq .answer {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.0175rem;
  }
  #faq h3::before,
  #faq .answer::before {
    line-height: 1.24;
  }
}
/*//////////// other-course ////////////*/
#other-course {
  padding: 0 var(--pc-container-padding) 164px;
  background-color: #f7fbfb;
}
.other-course__inner {
  width: min(100%, var(--pc-contents-max-width));
  margin: 0 auto;
}
#other-course h2 {
  margin-bottom: 40px;
}
.other-course__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.other-course__item {
  width: calc(50% - 10px);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 168, 158, 0.06);
  overflow: hidden;
}
.other-course__item .container {
  display: flex;
  padding: 8px 20px 0px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.other-course__item .heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.09rem;
}
.other-course__item p {
  display: flex;
  width: fit-content;
  padding: 0rem 0.5625rem 0.125rem 0.5625rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: var(--base-light-color-3, #dff4f3);
  color: var(--base-dark-color-2, #00857d);
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.015rem;
  margin-top: 8px;
}
.other-course__item img {
  display: block;
  width: 200px;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  #other-course {
    padding: 20px var(--sp-container-padding) 66px;
  }
  #other-course h2 {
    margin-bottom: 28px;
  }
  .other-course__list {
    gap: 12px;
  }
  .other-course__item {
    width: 100%;
    gap: 8px;
    border-radius: 8px;
  }
  .other-course__item .container {
    padding: 8px;
  }
  .other-course__item .heading {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
  }
  .other-course__item img {
    width: 120px;
    height: 90px;
  }
}
/*//////////// footer ////////////*/
footer {
  color: #fff;
  background: var(--base-dark-color-3, #00a89e);
  padding: 19px 0 36px;
  position: relative;
}
footer nav ul {
  width: 100vw;
  display: flex;
  flex-direction: column;
}
footer nav li {
  width: min(100%, var(--pc-contents-max-width));
  margin: 0 auto;
}
footer nav li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  font-size: 0.875rem;
  line-height: 1.35%;
  letter-spacing: 0.0175rem;
  font-weight: 600;
}
footer .management .flex-wrap {
  justify-content: center;
  gap: 20px;
  margin-bottom: 44px;
}
footer .management a {
  display: block;
  width: 100%;
  height: 100%;
}
footer p {
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 1.18125rem */
  letter-spacing: 0.0175rem;
  margin-bottom: 15px;
}
#to-top {
  width: 100vw;
  height: 44px;
  display: grid;
  place-items: center;
  background-color: rgba(0, 168, 158, 0.2);
  position: absolute;
  top: -44px;
}
#to-top svg .arrow {
  stroke: #00a89e;
}
@media screen and (max-width: 959px) {
  footer {
  }
  footer nav {
    border-top: 1px solid #fff;
    padding-top: 16px;
  }
  footer nav li {
    width: min(100%, var(--sp-contents-max-width));
  }
  footer .management .flex-wrap {
    margin-bottom: 28px;
  }
}
