@charset "UTF-8";
.color_base_text_01 {
  color: rgba(27, 30, 30, 0.1);
}

.color_base_text_02 {
  color: rgba(27, 30, 30, 0.2);
}

.color_base_text_03 {
  color: rgba(27, 30, 30, 0.3);
}

.color_base_text_04 {
  color: rgba(27, 30, 30, 0.4);
}

.color_base_text_05 {
  color: rgba(27, 30, 30, 0.5);
}

.color_base_text_06 {
  color: rgba(27, 30, 30, 0.6);
}

.color_base_text_07 {
  color: rgba(27, 30, 30, 0.7);
}

.color_base_text_08 {
  color: rgba(27, 30, 30, 0.8);
}

.color_base_text_09 {
  color: rgba(27, 30, 30, 0.9);
}

.color_base_text {
  color: #1b1e1e;
}

.color_white_01 {
  color: rgba(255, 255, 255, 0.1);
}

.color_white_02 {
  color: rgba(255, 255, 255, 0.2);
}

.color_white_03 {
  color: rgba(255, 255, 255, 0.3);
}

.color_white_04 {
  color: rgba(255, 255, 255, 0.4);
}

.color_white_05 {
  color: rgba(255, 255, 255, 0.5);
}

.color_white_06 {
  color: rgba(255, 255, 255, 0.6);
}

.color_white_07 {
  color: rgba(255, 255, 255, 0.7);
}

.color_white_08 {
  color: rgba(255, 255, 255, 0.8);
}

.color_white_09 {
  color: rgba(255, 255, 255, 0.9);
}

.color_white {
  color: white;
}

.color_black_01 {
  color: rgba(0, 0, 0, 0.1);
}

.color_black_02 {
  color: rgba(0, 0, 0, 0.2);
}

.color_black_03 {
  color: rgba(0, 0, 0, 0.3);
}

.color_black_04 {
  color: rgba(0, 0, 0, 0.4);
}

.color_black_05 {
  color: rgba(0, 0, 0, 0.5);
}

.color_black_06 {
  color: rgba(0, 0, 0, 0.6);
}

.color_black_07 {
  color: rgba(0, 0, 0, 0.7);
}

.color_black_08 {
  color: rgba(0, 0, 0, 0.8);
}

.color_black_09 {
  color: rgba(0, 0, 0, 0.9);
}

.color_black {
  color: black;
}

.sectionVoice .sectionVoice__intro {
  background-image: linear-gradient(rgb(232, 240, 249) 77%, #ffffff);
}
.sectionVoice .sectionVoice__intro .sectionVoice__mainRead {
  margin: auto;
  width: 80%;
  max-width: 538px;
}
.sectionVoice .sectionVoice__intro .sectionVoice__pnotoBlock01 {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  max-width: 600px;
}
.sectionVoice .sectionVoice__intro .sectionVoice__mainTitle {
  color: rgb(81, 126, 191);
}
.sectionVoice .sectionVoice__intro .sectionVoice__mainTitle .sectionVoice__mainTitle__titleText {
  font-size: clamp(1.375rem, 1.077rem + 1.222vw, 2.25rem);
}

.sectionVoice .sectionVoice__voiceContentsWrap__bgWrap {
  background-image: linear-gradient(#e7f5f7, #ffffff 15%);
}
.sectionVoice .sectionVoice__voiceContentsWrap {
  position: relative;
  padding-bottom: 240px;
  background-image: url(../images/top/voice_bg01.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.sectionVoice .sectionVoice__voiceContentsWrap::after {
  position: absolute;
  bottom: 0;
  right: 0.5%;
  content: "imagephoto";
  font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1b1e1e;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.7;
}
.sectionVoice .sectionVoice__voiceContentsWrap.voice01 {
  background-color: rgb(255, 255, 255);
  background-image: url(../images/top/voice_bg01.webp);
}
@media only screen and (min-width: 1000px) {
  .sectionVoice .sectionVoice__voiceContentsWrap.voice01 {
    background-size: 60%;
    padding-bottom: 130px;
  }
}
.sectionVoice .sectionVoice__voiceContentsWrap.voice02 {
  background-color: #e4e9ed;
  background-image: url(../images/top/voice_bg02.webp);
}
@media only screen and (min-width: 640px) {
  .sectionVoice .sectionVoice__voiceContentsWrap.voice02 {
    background-size: 80%;
    padding-bottom: 240px;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionVoice .sectionVoice__voiceContentsWrap.voice02 {
    background-size: 60%;
    padding-bottom: 130px;
  }
}
.sectionVoice .sectionVoice__voiceContentsWrap.voice03 {
  background-image: url(../images/top/voice_bg03.webp);
}
@media only screen and (min-width: 640px) {
  .sectionVoice .sectionVoice__voiceContentsWrap.voice03 {
    background-size: 80%;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionVoice .sectionVoice__voiceContentsWrap.voice03 {
    background-size: 60%;
    padding-bottom: 130px;
  }
}
.sectionVoice .sectionVoice__voiceContents__titleBlock {
  color: rgb(81, 126, 191);
  font-size: clamp(1.25rem, 1.08rem + 0.698vw, 1.75rem);
}
.sectionVoice .sectionVoice__voiceContents__titleBlock .sectionVoice__voiceContents__titleBlock__img {
  margin: auto;
  width: 18%;
  max-width: 124px;
}
.sectionVoice .sectionVoice__voiceContents__textTitle {
  margin-top: 2em;
  color: rgb(81, 126, 191);
  text-align: left;
  font-size: clamp(1.125rem, 0.955rem + 0.698vw, 1.625rem);
}
.sectionVoice .sectionVoice__voiceContents__photoList {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  width: clamp(300px, 50%, 600px);
}
@media only screen and (min-width: 1000px) {
  .sectionVoice .sectionVoice__voiceContents__photoList {
    margin-top: 4em;
  }
}

.sectionRegrets .sectionWrap {
  max-width: 924px;
}
.sectionRegrets .sectionRegrets__contentsBlock {
  padding-top: 2em;
  background-image: linear-gradient(rgba(154, 187, 226, 0.5) 50%, #a4a8ac 73%);
}
@media only screen and (min-width: 769px) {
  .sectionRegrets .sectionRegrets__contentsBlock {
    padding-top: 4em;
  }
}
.sectionRegrets .sectionRegrets__imgList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}
@media only screen and (min-width: 640px) {
  .sectionRegrets .sectionRegrets__imgList {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.sectionRegrets .sectionRegrets__graphList {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media only screen and (min-width: 769px) {
  .sectionRegrets .sectionRegrets__graphList {
    gap: 2em;
    max-width: 624px;
  }
}
.sectionRegrets .sectionRegrets__bgBlock {
  padding-bottom: 260px;
  margin: auto;
  margin-top: 3em;
  position: relative;
  background-image: url(../images/top/regrets_bg01.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media only screen and (min-width: 1400px) {
  .sectionRegrets .sectionRegrets__bgBlock {
    padding-top: 80px;
    padding-bottom: 450px;
  }
}
.sectionRegrets .sectionRegrets__bgBlock::after {
  position: absolute;
  bottom: 0;
  right: 0.5%;
  content: "imagephoto";
  font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1b1e1e;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.7;
}
.sectionRegrets .sectionRegrets__bgBlock .sectionRegrets__bgBlock__text {
  width: 80%;
  max-width: 536px;
}
@media only screen and (min-width: 769px) {
  .sectionRegrets .sectionRegrets__bgBlock .sectionRegrets__bgBlock__text {
    width: 60%;
  }
}

.sectionSuggestion {
  padding-bottom: 20px;
  position: relative;
  background-image: url(../images/top/suggestion_bg01_sp.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media only screen and (min-width: 1000px) {
  .sectionSuggestion {
    padding-bottom: 17vh;
    background-size: contain;
    background-image: url(../images/top/suggestion_bg01.webp);
  }
}
.sectionSuggestion::after {
  position: absolute;
  bottom: 0;
  left: 0.5%;
  content: "imagephoto";
  font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1b1e1e;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.7;
}
@media only screen and (min-width: 1000px) {
  .sectionSuggestion .sectionWrap {
    padding-left: 430px;
  }
}
.sectionSuggestion .sectionSuggestion__kinouBlock {
  margin: 0 0 0 auto;
  width: 94%;
}
@media only screen and (min-width: 640px) {
  .sectionSuggestion .sectionSuggestion__kinouBlock {
    width: 60%;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionSuggestion .sectionSuggestion__kinouBlock {
    width: 100%;
  }
}
.sectionSuggestion .sectionSuggestion__kinouList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1000px) {
  .sectionSuggestion .sectionSuggestion__kinouList {
    gap: 20px 20px;
  }
}
.sectionSuggestion .sectionSuggestion__kinouList .sectionSuggestion__kinouList__item {
  width: calc(50% - 5px);
  padding: 0.5em;
  background: rgb(81, 126, 191);
  color: rgb(255, 255, 255);
  line-height: 1.5;
}
@media only screen and (min-width: 1000px) {
  .sectionSuggestion .sectionSuggestion__kinouList .sectionSuggestion__kinouList__item {
    width: calc(32% - 5px);
  }
}

.sectionGaman {
  padding-bottom: 28vh;
  position: relative;
  background-image: url(../images/top/gaman_bg01_sp.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media only screen and (min-width: 769px) {
  .sectionGaman {
    padding-bottom: 30vh;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionGaman {
    padding-bottom: 300px;
    background-size: contain;
    background-image: url(../images/top/gaman_bg01_pc.webp);
  }
}
.sectionGaman::after {
  position: absolute;
  bottom: 0;
  right: 0.5%;
  content: "imagephoto";
  font-family: "M PLUS 1p", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1b1e1e;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.7;
}
@media only screen and (min-width: 640px) {
  .sectionGaman .sectionWrap {
    max-width: 500px;
  }
}
@media only screen and (min-width: 769px) {
  .sectionGaman .sectionWrap {
    max-width: 944px;
  }
}
.sectionGaman .sectionGaman__titleBlock {
  margin: auto;
  max-width: 536px;
}

.sectionWhy .sectionWrap {
  max-width: 900px;
}
.sectionWhy .sectionWhy__block01 {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .sectionWhy .sectionWhy__block01 .sectionWhy__block01__read {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    z-index: 2;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionWhy .sectionWhy__block01 .sectionWhy__block01__read {
    width: 480px;
  }
}
.sectionWhy .sectionWhy__block01 .sectionWhy__block01__photo {
  margin: auto;
  width: 80%;
  max-width: 472px;
}
@media only screen and (min-width: 769px) {
  .sectionWhy .sectionWhy__block01 .sectionWhy__block01__photo {
    margin: 0;
  }
}

.sectionPoint .sectionPoint__introBlock {
  padding-top: 3em;
  position: relative;
  background-image: url(../images/top/point_bg01.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__introBlock {
    padding-top: 6em;
  }
}
.sectionPoint .sectionPoint__introBlock .sectionWrap {
  max-width: 870px;
}
.sectionPoint .sectionPoint__introBlock .sectionPoint__introBlock__text {
  font-size: clamp(1.25rem, 1.037rem + 0.873vw, 1.875rem);
  color: rgb(81, 126, 191);
  text-shadow: 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.5;
}
.sectionPoint .sectionPoint__introBlock .sectionPoint__introBlock__img {
  margin: auto;
  margin-top: 2em;
}
@media only screen and (min-width: 640px) {
  .sectionPoint .sectionPoint__introBlock .sectionPoint__introBlock__img {
    width: 80%;
  }
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__introBlock .sectionPoint__introBlock__img {
    margin-top: 4em;
    width: 100%;
  }
}
.sectionPoint .sectionPoint__pointBlockWrap {
  margin: auto;
  position: relative;
  width: 90%;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__pointBlockWrap {
    width: 100%;
  }
}
.sectionPoint .sectionPoint__pointBlock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__pointBlock {
    gap: 2em;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .sectionPoint .sectionPoint__pointBlock {
    gap: 4em;
  }
}
.sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__photo {
  order: 2;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__photo {
    order: 1;
  }
}
.sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__photo img {
  width: 100%;
  height: 30vh;
  min-height: 230px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__photo img {
    height: 40vh;
  }
}
@media only screen and (min-width: 1400px) {
  .sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__photo img {
    height: 40vh;
    min-height: 572px;
  }
}
.sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__text {
  order: 1;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__text {
    order: 2;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 1400px) {
  .sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__text {
    padding-right: min(200px, 50vw);
  }
}
.sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__text .sectionPoint__pointBlock__text__no {
  margin: auto;
  width: 50%;
  max-width: 238px;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__text .sectionPoint__pointBlock__text__no {
    margin: 0;
  }
}
.sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__text .sectionPoint__pointBlock__text__text {
  margin-top: 1em;
  font-size: clamp(1.25rem, 1.037rem + 0.873vw, 1.875rem);
  color: rgb(81, 126, 191);
  text-shadow: 1px 1px 4px rgb(255, 255, 255), -1px 1px 4px rgb(255, 255, 255), 1px -1px 4px rgb(255, 255, 255), -1px -1px 4px rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__text .sectionPoint__pointBlock__text__text {
    text-align: left;
  }
}
.sectionPoint .sectionPoint__pointBlock .sectionPoint__pointBlock__text .sectionPoint__pointBlock__text__read {
  text-align: left;
}
.sectionPoint .change .sectionPoint__pointBlock .sectionPoint__pointBlock__photo {
  order: 2;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .change .sectionPoint__pointBlock .sectionPoint__pointBlock__photo {
    order: 2;
  }
}
.sectionPoint .change .sectionPoint__pointBlock .sectionPoint__pointBlock__text {
  order: 1;
}
@media only screen and (min-width: 769px) {
  .sectionPoint .change .sectionPoint__pointBlock .sectionPoint__pointBlock__text {
    order: 1;
    padding-right: 0%;
    padding-left: 5%;
  }
}
@media only screen and (min-width: 1400px) {
  .sectionPoint .change .sectionPoint__pointBlock .sectionPoint__pointBlock__text {
    padding-right: 0;
    padding-left: min(200px, 50vw);
  }
}
.sectionPoint .point03 .sectionPoint__pointBlock__photo img {
  object-position: 50% 20%;
}
@media only screen and (min-width: 1400px) {
  .sectionPoint .point03 .sectionPoint__pointBlock__photo img {
    height: clamp(60vh, 50vw, 640px) !important;
  }
}
.sectionPoint .point04 .sectionPoint__pointBlock__photo img {
  height: 38vh;
  min-height: 290px;
  object-position: 50% 0%;
}
@media only screen and (min-width: 640px) {
  .sectionPoint .point04 .sectionPoint__pointBlock__photo img {
    height: 60vh;
  }
}
@media only screen and (min-width: 769px) {
  .sectionPoint .point04 .sectionPoint__pointBlock__photo img {
    height: 43vh;
  }
}
@media only screen and (min-width: 1400px) {
  .sectionPoint .point04 .sectionPoint__pointBlock__photo img {
    height: clamp(60vh, 60vw, 840px) !important;
  }
}
.sectionPoint .point05 .sectionPoint__pointBlock__photo img {
  height: 38vh;
  min-height: 290px;
  object-position: 50% 0%;
}
@media only screen and (min-width: 640px) {
  .sectionPoint .point05 .sectionPoint__pointBlock__photo img {
    height: 50vh;
  }
}
@media only screen and (min-width: 769px) {
  .sectionPoint .point05 .sectionPoint__pointBlock__photo img {
    height: 43vh;
  }
}
@media only screen and (min-width: 1400px) {
  .sectionPoint .point05 .sectionPoint__pointBlock__photo img {
    height: clamp(50vh, 60vw, 840px) !important;
  }
}

.sectionHyakunen {
  padding-bottom: 50px;
  position: relative;
  background-image: url(../images/top/hyakunen_bg01.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .sectionHyakunen {
    padding-bottom: 50px;
  }
}
.sectionHyakunen .sectionWrap {
  max-width: 850px;
}
.sectionHyakunen .sectionHyakunen__icon {
  margin: auto;
  width: 20%;
  max-width: 80px;
}
.sectionHyakunen .sectionHyakunen__intro {
  font-size: clamp(1.375rem, 1.077rem + 1.222vw, 2.25rem);
  color: rgb(81, 126, 191);
  font-weight: 700 !important;
  line-height: 1.5;
}
.sectionHyakunen .sectionHyakunen__hyakunenContents {
  padding: 2em 1em;
  background: rgb(255, 255, 255);
  border-radius: 8.5px;
  box-shadow: 0 0 15px 3px rgba(81, 126, 191, 0.5) !important;
}
@media only screen and (min-width: 769px) {
  .sectionHyakunen .sectionHyakunen__hyakunenContents {
    padding: 2em;
  }
}
@media only screen and (min-width: 1400px) {
  .sectionHyakunen .sectionHyakunen__hyakunenContents {
    padding: 4em;
  }
}
.sectionHyakunen .sectionHyakunen__hyakunenContents .sectionHyakunen__hyakunenContents__img {
  margin: auto;
  width: 50%;
  max-width: 192px;
}
.sectionHyakunen .sectionHyakunen__hyakunenContents .sectionHyakunen__hyakunenContents__title {
  padding: 1em 0;
  border-top: 1px solid rgb(81, 126, 191);
  border-bottom: 1px solid rgb(81, 126, 191);
  font-size: clamp(1.25rem, 1.08rem + 0.698vw, 1.75rem);
  color: rgb(81, 126, 191);
  font-weight: 700 !important;
  line-height: 1.5;
}

.sectionRegret .sectionRegret__title {
  margin: auto;
  width: 80%;
  max-width: 870px;
}
@media only screen and (min-width: 640px) {
  .sectionRegret .sectionRegret__title {
    width: 60%;
  }
}
@media only screen and (min-width: 769px) {
  .sectionRegret .sectionRegret__title {
    width: 100%;
  }
}

.slider-1 img {
  width: 100%;
}

.sectionLine {
  padding-top: 1em;
  padding-bottom: 2em;
  border-radius: 8.5px;
  background: rgb(81, 126, 191);
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 769px) {
  .sectionLine {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionLine {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.sectionLine__innerWrap {
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (min-width: 769px) {
  .sectionLine__innerWrap {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionLine__innerWrap {
    padding-left: 4em;
    padding-right: 4em;
  }
}

.sectionLine__conversionBlock {
  padding: 2em 0.5em;
  background-image: url(../images/top/sectionLine_bg01.webp);
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .sectionLine__conversionBlock {
    padding: 2em 4em;
  }
}

.sectionLine__conversionBlock__info {
  padding: 1em;
  border-radius: 10px 10px 0 0;
  background: rgb(255, 255, 255);
}
@media only screen and (min-width: 769px) {
  .sectionLine__conversionBlock__info {
    padding: 1em 2em;
  }
}

.sectionLine__conversionBlock__infoButton {
  padding: 0.5em;
  background: rgb(122, 209, 116);
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 769px) {
  .sectionLine__conversionBlock__infoButton {
    padding: 1em 3em;
  }
}

@media only screen and (min-width: 769px) {
  .sectionLine__conversionBlock__movieButton {
    padding: 1em 3em;
    background: rgb(122, 209, 116);
    border-radius: 10px;
  }
}

.line-merit-list {
  text-align: left;
  margin-bottom: 64px;
  gap: 40px;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 769px) {
  .line-merit-list {
    grid-template-columns: 1fr 1fr;
  }
}

.line-merit-list__item {
  border-radius: 5px;
  padding: 50px 20px 20px;
  position: relative;
  background: rgb(255, 255, 255);
  color: rgb(81, 126, 191);
}

.list-number {
  display: grid;
  place-content: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: -30px;
  background: rgb(154, 187, 226);
  color: rgb(255, 255, 255);
  font-family: "Newsreader", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.line-merit-list__item__title {
  font-size: clamp(1.125rem, 0.997rem + 0.524vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
}

.line-merit-list__item__text {
  margin-top: 0.5em;
  line-height: 1.5;
}

.sectionLine__movie {
  margin: auto;
  padding: 1em;
  max-width: 914px;
  border-radius: 8.5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 769px) {
  .sectionLine__movie {
    padding: 2em 4em;
  }
}
@media only screen and (min-width: 1400px) {
  .sectionLine__movie {
    padding: 4em 8em;
  }
}

.sectionHeader {
  position: fixed;
  z-index: 3;
}
.sectionHeader .sectionHeader__innerBlock01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0em;
  justify-content: space-between;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 {
    grid-template-columns: 1fr 1fr;
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__logoBlock {
  padding: 1em;
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__logoBlock .sectionHeader__innerBlock01__logoBlock__img {
  max-width: 110px;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__logoBlock .sectionHeader__innerBlock01__logoBlock__img {
    max-width: 140px;
  }
}
@media only screen and (min-width: 769px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__logoBlock .sectionHeader__innerBlock01__logoBlock__img {
    max-width: 140px;
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock {
  justify-self: end;
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn {
  max-width: 200px;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn {
    max-width: 300px;
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a {
  margin: auto;
  padding: 1em 0.5em;
  display: block;
  background: rgb(81, 126, 191);
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  max-width: 760px;
  line-height: 1.5;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
  box-shadow: 0px 2px 7px 0px rgba(125, 129, 131, 0.3);
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a {
    padding: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a {
    padding: 1.5em;
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a span.inner {
  --icon-width: 18px;
  --icon-height: 18px;
  padding-right: calc(var(--icon-width) + 4px);
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a span.inner {
    --icon-width: 13px;
    --icon-height: 13px;
    padding-right: calc(var(--icon-width) + 10px);
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a span.inner::before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow.svg);
  width: calc(var(--icon-width) - 5px);
  height: calc(var(--icon-height) - 5px);
}
@media only screen and (min-width: 640px) {
  .sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a span.inner::before {
    width: var(--icon-width);
    height: var(--icon-height);
  }
}
.sectionHeader .sectionHeader__innerBlock01 .sectionHeader__innerBlock01__btnBlock .sectionHeader__innerBlock01__btnBlock__btn a:hover {
  background: rgb(122, 209, 116);
}

.sectionMV {
  padding-top: 100px;
}
.sectionMV .sectionMV__inner {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .sectionMV .sectionMV__inner .sectionMV__inner__text {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .sectionMV .sectionMV__inner .sectionMV__inner__photo {
    z-index: 3;
    margin: 0 0 0 auto;
    width: 70%;
  }
}

.sectionCompany {
  padding-top: 4em;
  padding-bottom: 4em;
  background: rgb(240, 240, 240);
}
.sectionCompany .sectionCompany__midashi {
  font-size: clamp(1.125rem, 0.87rem + 1.047vw, 1.875rem);
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid rgb(98, 107, 109);
  border-bottom: 1px solid rgb(98, 107, 109);
  font-weight: 700;
}
.sectionCompany .sectionCompany__logoBlock {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
@media only screen and (min-width: 769px) {
  .sectionCompany .sectionCompany__logoBlock {
    grid-template-columns: 0.3fr 0.7fr;
  }
}
@media only screen and (min-width: 1000px) {
  .sectionCompany .sectionCompany__logoBlock {
    grid-template-columns: 0.25fr 0.75fr;
  }
}
.sectionCompany .sectionCompany__logoBlock .sectionCompany__logoBlock__logo {
  margin: auto;
  width: 50%;
  max-width: 310px;
}
@media only screen and (min-width: 769px) {
  .sectionCompany .sectionCompany__logoBlock .sectionCompany__logoBlock__logo {
    width: 100%;
  }
}
.sectionCompany .sectionCompany__logoBlock .sectionCompany__logoBlock__text {
  text-align: left;
}
.sectionCompany .sectionCompany__messageBlock {
  padding: 1em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
  background: rgb(255, 255, 255);
  border-radius: 8.5px;
}
@media only screen and (min-width: 769px) {
  .sectionCompany .sectionCompany__messageBlock {
    padding: 2em;
    grid-template-columns: 0.3fr 0.7fr;
  }
}
@media only screen and (min-width: 1200px) {
  .sectionCompany .sectionCompany__messageBlock {
    gap: 3em;
    padding: 4em;
  }
}
.sectionCompany .sectionCompany__messageBlock .sectionCompany__messageBlock__photo {
  text-align: center;
}
.sectionCompany .sectionCompany__messageBlock .sectionCompany__messageBlock__photo img {
  text-align: center;
  width: 60%;
  max-width: 268px;
}
@media only screen and (min-width: 769px) {
  .sectionCompany .sectionCompany__messageBlock .sectionCompany__messageBlock__photo img {
    width: 100%;
  }
}

.table--company {
  margin: auto;
  text-align: left;
  line-height: 1.5;
  max-width: 800px;
}
.table--company tr {
  border-bottom: 2px dotted rgb(98, 107, 109);
}
.table--company tr th {
  padding: 20px;
}
.table--company tr td {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .table--company tr th,
  .table--company tr td {
    display: block;
  }
  .table--company tr th {
    padding: 20px 0 0;
  }
  .table--company tr td {
    padding: 0 0 20px 1em;
  }
}
.inner__footer {
  padding: 30px 0;
  line-height: 1.7;
  margin-bottom: 40px;
  color: rgb(125, 129, 131);
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
.inner__footer li {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .inner__footer {
    margin-bottom: 0;
  }
}
.copyright-box {
  gap: 1em;
  display: flex;
  padding: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgb(125, 129, 131);
}

@media screen and (max-width: 767px) {
  .copyright-box {
    display: block;
    gap: 0;
  }
}/*# sourceMappingURL=top.css.map */