@charset "UTF-8";
html {
  scroll-behavior: initial;
}

body {
  font-size: 75%;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
  background: #fff;
}

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

a {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

p {
  font-weight: 500;
}

strong {
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .forPC {
    display: none;
  }
}

@media screen and (min-width:769px) {
  .forSP {
    display: none;
  }
}

.main {
  width: 1000px;
}
@media screen and (max-width:768px) {
  .main {
    width: 100%;
  }
}

.layout-inner {
  padding: 24px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.content:not(:last-of-type) {
  margin-bottom: 96px;
}
@media screen and (max-width:768px) {
  .content:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
.content__link {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 7px 0px rgba(30, 95, 179, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.content__link::before {
  content: "";
  background: url(/first/img/arrow_card_bottom_lightblue.png) no-repeat top/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 5px 0;
}
.content__link:hover {
  transform: translateY(-7px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.content__link a {
  display: flex;
  align-items: center;
  border-radius: 5px;
}
@media screen and (max-width:768px) {
  .content__link a {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.content__link a:hover {
  opacity: 1;
}
@media screen and (max-width:768px) {
  .content__link img {
    width: 100%;
  }
}
.content__tip {
  position: absolute;
  padding: 6px;
  background: #e2276e;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  top: -12px;
  left: -8px;
}
.content__tip::before {
  content: "";
  background: url(/first/img/bg_tip_polygon_deeppink.svg) no-repeat top/contain;
  width: 7px;
  height: 9px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.content__texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 24px;
  padding-right: 16px;
}
@media screen and (max-width:768px) {
  .content__texts {
    padding: 0 20px 16px 20px;
  }
}
.content__texts p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.content__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .content__items {
    flex-direction: column;
    gap: 12px;
  }
}
.content__item {
  display: flex;
  width: calc(50% - 8px);
  min-height: 149px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(30, 95, 179, 0.3);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width:768px) {
  .content__item {
    width: 100%;
    min-height: auto;
  }
}
.content__item::before {
  content: "";
  background: url(/first/img/arrow_card_bottom_lightblue.png) no-repeat top/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.content__item:hover {
  transform: translateY(-7px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.content__item a {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 1;
}
@media screen and (max-width:768px) {
  .content__item a {
    padding: 12px;
    align-items: flex-start;
  }
}
.content__item a:hover {
  opacity: 1;
}
.content__item img {
  border-radius: 5px;
}
@media screen and (max-width:768px) {
  .content__item img {
    width: 72px;
    height: 72px;
  }
}
.content__item-text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.useful__item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.useful__item:hover {
  transform: translateY(-7px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.useful__item a:hover {
  opacity: 1;
}

.heading2 {
  width: 100%;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  text-align: center;
  color: #38add8;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  padding: 11px 0;
  border-top: 2px solid #38add8;
  border-bottom: 2px solid #38add8;
  background: #fff;
  margin-bottom: 28px;
  position: relative;
}
@media screen and (max-width:768px) {
  .heading2 {
    padding: 12px 0;
    height: auto;
    text-align: left;
    font-size: 24px;
  }
}
.heading2::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #38add8;
  transform: translateX(-50%) rotate(45deg);
  border-top: transparent;
  border-left: transparent;
  position: absolute;
  left: 50%;
  bottom: -18px;
}
@media screen and (max-width:768px) {
  .heading2::before {
    width: 24px;
    height: 24px;
    bottom: -14px;
  }
}
@media screen and (max-width:768px) {
  .heading2 img {
    width: 62px;
    height: 62px;
  }
}

.heading3 {
  display: flex;
  align-items: center;
  height: 47px;
  padding: 10px 8px 8px 16px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #38add8;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .heading3 {
    height: auto;
    padding: 8px 8px 8px 12px;
    margin-bottom: 16px;
    font-size: clamp(16px, 4.8vw, 18px);
  }
}
.heading3__num {
  padding: 0 4px;
  color: #38add8;
  background: #fff;
  font-size: 20px;
  box-sizing: border-box;
  margin-right: 12px;
}
@media screen and (max-width:768px) {
  .heading3__num {
    padding: 4px;
    font-size: clamp(16px, 4.8vw, 18px);
    margin-right: 8px;
    white-space: nowrap;
  }
}

.heading4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: #333;
}
@media screen and (max-width:768px) {
  .heading4 {
    font-size: 16px;
  }
}

.heading5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #333;
  margin-bottom: 8px;
}

.message {
  margin-bottom: 85px;
}
@media screen and (max-width:768px) {
  .message {
    margin-bottom: 64px;
  }
}
.message__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .message__wrap {
    gap: 16px;
  }
}
.message__wrap-item {
  display: flex;
  gap: 46px;
}
@media screen and (max-width:768px) {
  .message__wrap-item {
    flex-direction: column;
    gap: 0;
  }
}
.message__wrap-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 85px;
}
@media screen and (max-width:768px) {
  .message__wrap-icon {
    flex-direction: row;
    gap: 8px;
  }
}
.message__wrap-icon img {
  width: 82px;
  height: auto;
}
@media screen and (max-width:768px) {
  .message__wrap-icon img {
    width: 109px;
  }
}
.message__wrap-icon p {
  color: #1e5fb3;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width:768px) {
  .message__wrap-icon p {
    font-size: clamp(14px, 4.2vw, 16px);
    font-weight: 700;
    line-height: 130%;
  }
}
.message__wrap-text {
  padding: 24px;
  border-radius: 5px;
  border: 2px solid #38add8;
  background: #fff;
  position: relative;
  height: 100%;
}
.message__wrap-text::before {
  content: "";
  background: url(/first/img/arrow_left_lightblue.svg) no-repeat top/cover;
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .message__wrap-text::before {
    content: "";
    background: url(/first/img/arrow_left_lightblue_sp.svg) no-repeat top/cover;
    width: 29.268px;
    height: 20px;
    display: block;
    position: absolute;
    top: -10px;
    left: 116px;
    transform: translateY(-50%);
  }
}
.message__wrap-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.message__wrap-text p strong {
  color: #38add8;
}
.message__wrap-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #e2276e;
  position: absolute;
  top: -6px;
  z-index: 0;
}
.message__wrap-title::after {
  content: "";
  width: 120%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  left: -6px;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .message__wrap-title::after {
    content: none;
  }
}
@media screen and (max-width:768px) {
  .message__wrap-title {
    position: unset;
    display: block;
    margin-top: 4px;
    text-align: left;
  }
}
.message__wrap-item--woman {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width:768px) {
  .message__wrap-item--woman {
    flex-direction: column;
  }
}
.message__wrap-item--woman .message__wrap-text::before {
  left: unset;
  right: -20px;
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (max-width:768px) {
  .message__wrap-item--woman .message__wrap-text::before {
    left: unset;
    right: 108px;
    transform: translateY(-50%) rotate(0deg) scale(-1, 1);
  }
}

@media screen and (max-width:768px) {
  .message__wrap-item--woman .message__wrap-icon {
    flex-direction: row-reverse;
    gap: 8px;
    padding-right: 18px;
  }
}
@media screen and (max-width:768px) {
  .message__wrap-item--woman .message__wrap-icon img {
    width: 83px;
  }
}
@media screen and (max-width:768px) {
  .message__wrap-item--woman .message__wrap-icon .message__wrap-title {
    text-align: right;
  }
}

.second .message {
  margin-bottom: 64px;
}

.content__list {
  margin-top: 24px;
}
.content__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  padding-left: 24px;
  padding-right: 160px;
  margin-bottom: 28px;
  position: relative;
}
@media screen and (max-width:768px) {
  .content__text {
    padding: 0 8px 0;
    font-size: 14px;
  }
}
.content__text strong {
  color: #38add8;
}
.content__text small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 8px;
}
.content__illust {
  position: absolute;
  top: -48px;
  right: 35px;
}
@media screen and (max-width:768px) {
  .content__illust {
    top: -98px;
    right: 4px;
    width: 61px;
    height: auto;
  }
}
.content__link--basic {
  margin-top: 32px;
  min-height: 139px;
  margin: 0 auto;
  overflow: initial;
}
.content__link--basic::before {
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .content__link--basic {
    margin-top: 24px;
    max-width: 560px;
  }
}
.content__link--basic img {
  min-width: 261px;
}
@media screen and (max-width:768px) {
  .content__link--basic img {
    min-width: auto;
  }
}

.basemain {
  margin: 0 auto 5em;
  max-width: 1000px;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
}

.top {
  width: 100%;
  position: relative;
}

.top-mv {
  width: 99vw;
  margin: 0 calc(50% - 50vw + 5px) 120px;
  height: 340px;
  background: url(/first/img/bg_beginner-top_mv_pc.jpg) no-repeat top/cover;
}
.top-mv__inner {
  width: 546px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 42px 0;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .top-mv__inner {
    width: 94%;
    padding: 4vh 0 0;
  }
}
@media screen and (max-width:768px) {
  .top-mv__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.top-mv__title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0c3f81;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 24px;
  padding: 24px 0 16px;
  border-top: 2px dashed #0c3f81;
  border-bottom: 2px dashed #0c3f81;
  position: relative;
}
@media screen and (max-width:768px) {
  .top-mv__title {
    font-size: clamp(28px, 8vw, 40px);
    margin-bottom: 10px;
    padding: 16px 0 10px;
    border-top: 1.23px dashed #0c3f81;
    border-bottom: 1.23px dashed #0c3f81;
  }
}
.top-mv__balloon {
  position: absolute;
  top: -16px;
  left: 8px;
  font-size: 20px;
  color: #0c3f81;
  font-weight: 700;
  line-height: 130%;
  z-index: 1;
}
.top-mv__balloon::before {
  content: "";
  width: 192px;
  height: 48px;
  background: url(/first/img/bg_top_baloon.png) no-repeat top/cover;
  position: absolute;
  top: -5px;
  left: -8px;
  z-index: -1;
}
@media screen and (max-width:768px) {
  .top-mv__balloon::before {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .top-mv__balloon {
    width: 133.37px;
    height: 32px;
    left: 0;
    top: -15px;
    padding-right: 4px;
    background: #f4faff;
  }
}
@media screen and (max-width:768px) {
  .top-mv__icon {
    width: 35.375px;
    height: 35.958px;
  }
  .top-mv__icon img {
    display: block;
  }
}
.top-mv__disc {
  color: #1e5fb3;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  .top-mv__disc {
    font-size: clamp(12px, 3.2vw, 16px);
  }
}

@media (max-width: 1000px) {
  .top-mv {
    width: 100%;
    margin: unset;
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .top-mv {
    height: 56vh;
    min-height: 500px;
    max-height: 570px;
    width: 100%;
    background: url(/first/img/bg_beginner-top_mv_sp.jpg) no-repeat center/cover;
    margin-bottom: 48px;
  }
}
.top-links {
  width: 100%;
  max-width: 574px;
  position: absolute;
  top: 257px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(12, 63, 129, 0.2);
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .top-links {
    width: 89%;
    top: unset;
    bottom: clamp(32px, 5vh, 56px);
    padding: 12px 8px 8px 8px;
  }
}
.top-links__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}
@media screen and (max-width:768px) {
  .top-links__title {
    font-size: clamp(11px, 3.2vw, 14px);
  }
}
.top-links__title::before {
  content: "";
  width: 17px;
  height: 26px;
  background: url(/first/img/ico_common_voiceline.svg) no-repeat top/cover;
  position: absolute;
  bottom: 0px;
  left: -24px;
}
@media screen and (max-width:768px) {
  .top-links__title::before {
    content: none;
  }
}
.top-links__title::after {
  content: "";
  width: 17px;
  height: 26px;
  background: url(/first/img/ico_common_voiceline.svg) no-repeat top/cover;
  position: absolute;
  bottom: 0px;
  right: -24px;
  transform: scale(-1, 1);
}
@media screen and (max-width:768px) {
  .top-links__title::after {
    content: none;
  }
}
.top-links__buttons {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width:768px) {
  .top-links__buttons {
    width: 100%;
    gap: 8px;
  }
}
.top-links__item {
  width: 279px;
  height: 66px;
}
@media screen and (max-width:768px) {
  .top-links__item {
    width: calc(50% - 4px);
  }
}
.top-links__item a {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 4px;
  padding-left: 12px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width:768px) {
  .top-links__item a {
    align-items: flex-start;
    justify-content: center;
    padding: 8px 4px 0 4px;
  }
}
.top-links__item a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  transform: rotate(45deg);
  border-top: transparent;
  border-left: transparent;
  position: absolute;
  right: 16px;
}
@media screen and (max-width:768px) {
  .top-links__item a::before {
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: unset;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (max-width:768px) {
  .top-links__item img {
    display: none;
  }
}
.top-links__item p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width:768px) {
  .top-links__item p {
    font-size: 14px;
  }
}
.top-links__item small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .top-links__item small {
    display: contents;
  }
}
.top-links__item--left {
  border-radius: 5px;
  background: #38add8;
}
.top-links__item--right {
  border-radius: 5px;
  background: #1e5fb3;
}

@media (max-width: 430px) {
  .top-mv {
    height: 397px;
    margin-bottom: 64px;
    min-height: unset;
    max-height: unset;
  }
  .top-mv__inner {
    padding-top: 24px;
  }
  .top-links {
    bottom: 44px;
  }
  .top-mv__title {
    font-size: clamp(28px, 8vw, 30px);
  }
}
.first {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .first {
    margin-bottom: 64px;
  }
}
.first__body {
  padding: 40px 80px;
  background-color: #EFFCFE;
}
@media screen and (max-width:768px) {
  .first__body {
    padding: 12px 3% 24px;
  }
}

.second {
  margin-bottom: 64px;
}
.second__heading {
  color: #1e5fb3;
  border-top: 2px solid #1e5fb3;
  border-bottom: 2px solid #1e5fb3;
}
.second__heading::before {
  border-right: 2px solid #1e5fb3;
  border-bottom: 2px solid #1e5fb3;
}
.second__body {
  padding: 40px 80px;
  background-color: #f4faff;
}
@media screen and (max-width:768px) {
  .second__body {
    padding: 12px 3% 24px;
  }
}
.second .message__wrap-text {
  border-color: #1e5fb3;
}
.second .message__wrap-text::before {
  content: "";
  background: url(/first/img/arrow_left_blue.svg) no-repeat top/cover;
}
@media screen and (max-width:768px) {
  .second .message__wrap-text::before {
    content: "";
    background: url(/first/img/arrow_left_blue_sp.svg) no-repeat top/cover;
  }
}
.second .message__wrap-text p strong {
  color: #1e5fb3;
}
.second .content__heading3 {
  background: #1e5fb3;
}
.second .content .heading3__num {
  color: #1e5fb3;
}
.second .content__text {
  padding-right: 178px;
}
@media screen and (max-width:768px) {
  .second .content__text {
    padding: 0 8px;
  }
}
.second .content__text strong {
  color: #1e5fb3;
}
.second .content__link::before {
  content: "";
  background: url(/first/img/arrow_card_bottom_blue.png) no-repeat top/cover;
}
.second .content__item::before {
  content: "";
  background: url(/first/img/arrow_card_bottom_blue.png) no-repeat top/cover;
}

.useful__inner {
  padding: 40px 0;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
}
@media screen and (max-width:768px) {
  .useful__inner {
    border: none;
    padding: 0 3%;
    border-radius: none;
  }
}
.useful__body {
  width: 840px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .useful__body {
    max-width: 840px;
    width: 100%;
  }
}
.useful__heading2 {
  width: 840px;
  margin: 0 auto;
  color: #0c3f81;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  padding: 10px 8px 6px 16px;
  background: #dde9f8;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .useful__heading2 {
    max-width: 840px;
    width: auto;
    margin-bottom: 16px;
  }
}
.useful__text {
  padding: 0 24px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width:768px) {
  .useful__text {
    padding: 0 8px;
  }
}
.useful__items {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .useful__items {
    flex-direction: column;
    gap: 16px;
  }
}
.useful__item {
  border-radius: var(--5, 5px);
  background: var(---bg-white, #FFF);
  overflow: hidden;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
  width: 33%;
}
@media screen and (max-width:768px) {
  .useful__item {
    width: 100%;
  }
}
.useful__item a {
  width: 100%;
  min-height: 192px;
  padding: 8px 16px 16px 16px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width:768px) {
  .useful__item a {
    min-height: unset;
  }
}
.useful__item a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/first/img/arrow_card_bottom_gray.png) no-repeat top/cover;
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-radius: 0 0 5px 0;
}
.useful__item-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.useful__item-heading img {
  width: 56px;
  height: 56px;
}
.useful__item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #333;
}
.useful__heading3 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width:768px) {
  .first .content--01 .content__illust {
    width: 61px;
    height: 82px;
    top: -99px;
  }
  .first .content--01 .content__illust {
    width: 61px;
    height: 83px;
  }
  .first .content--03 .content__illust {
    width: 64px;
    height: 88px;
    top: -103px;
  }
  .second .content--01 .content__illust {
    width: 85px;
    height: 86px;
    top: -102px;
    right: 8px;
  }
  .second .content--02 .content__illust {
    width: 87px;
    height: 82px;
    top: -100px;
  }
  .second .content--03 .content__illust {
    width: 60px;
    height: 82px;
    top: -97px;
    right: 12px;
  }
  .second .content--04 .content__illust {
    width: 70px;
    height: 88px;
    top: -106px;
    right: 13px;
  }
  .second .content--05 .content__illust {
    width: 87px;
    height: 85px;
    top: -110px;
    right: 10px;
  }
}
@media screen and (max-width:768px) {
  .content__items {
    position: relative;
  }
  /* 隠すエリア */
  .content__items.hidden-section {
    position: relative;
    overflow: hidden;
    max-height: 850px;
    /* 最初に表示する高さ */
    transition: max-height 0.5s ease-in-out;
  }
  /* グラデーションで隠す */
  .content__items.hidden-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(244, 250, 255, 0) 0%, #F4FAFF 40%);
  }
  /* 表示時は高さを解除 */
  .content__items.open {
    max-height: none;
  }
  /* グラデーションを消す */
  .content__items.open::after {
    display: none;
  }
  .toggle-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    display: block;
    margin: 0 auto;
    background: transparent;
    padding: 0px 24px;
    color: #1e5fb3;
    border-radius: 5px;
    border: 1px solid #1e5fb3;
    cursor: pointer;
    text-align: center;
    width: 83%;
    height: 44px;
    position: relative;
  }
  .toggle-btn::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #1e5fb3;
    border-top: transparent;
    border-left: transparent;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 4%;
    top: 42%;
  }
  .content__items.open .content__item:last-child {
    margin-bottom: 20px;
  }
  .open.toggle-btn::before {
    transform: translateY(0%) rotate(-135deg);
  }
}
@media (max-width: 520px) {
  .content__items.hidden-section {
    max-height: 960px;
  }
  /* 表示時は高さを解除 */
  .content__items.open {
    max-height: none;
  }
  /* グラデーションを消す */
  .content__items.open::after {
    display: none;
  }
}
@media (max-width: 400px) {
  .content__items.hidden-section {
    max-height: 1050px;
  }
  /* 表示時は高さを解除 */
  .content__items.open {
    max-height: none;
  }
  /* グラデーションを消す */
  .content__items.open::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
#side {
  display: none!important;
}