@charset "Shift_JIS";
.Section01 {
  padding: 30px 0 35px;
}

@media screen and (max-width: 768px) {
  .Section01 {
    padding: 24px 0 52px;
  }
}

.Section01 .pattern-label {
  display: block;
  width: fit-content;
  text-align: center;
  margin-bottom: 4px;
  padding: 2px 28px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #F49849;
  line-height: 1.72222;
}

.Section01 .pattern-label--taisaku {
  background-color: #40ADE8;
}

@media screen and (max-width: 768px) {
  .Section01 .pattern-label {
    font-size: 14px;
    margin-bottom: -15px;
    padding: 0px 5px;
    line-height: 1.71429;
  }
}

.Section01 .pattern-title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.625;
}

@media screen and (max-width: 768px) {
  .Section01 .pattern-title {
    font-size: 18px;
    margin-bottom: -6px;
    line-height: 3.5;
  }
}

.Section01 .eyecatch .flexbox {
  display: flex;
  gap: 32px;
}

.Section01 .eyecatch .flexbox img {
  width: 288px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch .flexbox img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch .flexbox {
    flex-flow: column;
    gap: 20px;
  }
}

.Section01 .eyecatch-title {
  width: 70%;
  font-size: 48px;
  font-weight: 600;
  text-align: left;
  height: fit-content;
  margin: 0;
  line-height: 1.3125;
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch-title {
    width: 100%;
    font-size: 36px;
    line-height: 1.5;
  }
}

.Section01 .eyecatch-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66667;
}

@media screen and (max-width: 768px) {
  .Section01 .eyecatch-name {
    font-size: 16px;
    line-height: 1.875;
  }
}

.Section02 {
  padding: 100px 0 110px;
}

@media screen and (max-width: 768px) {
  .Section02 {
    padding: 46px 0 60px;
  }
}

.Section02-content {
  padding-bottom: 85px;
}

.Section02-content + .Section02-content {
  padding: 45px 0 0;
  border-top: solid 1px #CCCCCC;
}

@media screen and (max-width: 768px) {
  .Section02-content {
    padding-bottom: 62px;
  }
}

.Section02 h2 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 600;
  text-align: left;
  line-height: 0.91429;
}

@media screen and (max-width: 768px) {
  .Section02 h2 {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.34375;
  }
}

.Section02 h2.Section02-guide {
  font-size: 32px;
  margin-bottom: 28px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Section02 h2.Section02-guide {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
}

.Section02-text {
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section02-text {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.5;
  }
}

.Section02-sub {
  margin-bottom: 62px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Section02-sub {
    margin-bottom: 34px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.Section02-movie {
  margin-bottom: 35px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .Section02-movie {
    margin-bottom: 20px;
  }
}

.Section02-movie .accordionArea {
  max-height: 430px;
  padding: 18px 0;
  margin: unset;
}

.Section02-movie .accordionArea .js-accordionArea-title {
  position: relative;
  margin: -18px 0 -18px;
  padding: 18px 0 18px 28px;
}

@media screen and (max-width: 768px) {
  .Section02-movie .accordionArea .js-accordionArea-title {
    padding: 18px 0 18px 20px;
  }
}

.Section02-movie .accordionArea .js-accordionArea-title h3 {
  font-size: 16px;
  text-align: left;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .Section02-movie .accordionArea .js-accordionArea-title h3 {
    line-height: 1.5;
  }
}

.Section02-movie .accordionArea .js-accordionArea-title h3::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 24px;
  vertical-align: text-top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/movie_icon.png);
}

@media screen and (max-width: 768px) {
  .Section02-movie .accordionArea .js-accordionArea-title h3::before {
    margin-right: 13px;
  }
}

.Section02-movie .accordionArea .js-accordionArea-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  right: 24px;
  top: calc(50% - 0.5em);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../module/assets/img/accordion_open.png);
}

@media screen and (max-width: 768px) {
  .Section02-movie .accordionArea .js-accordionArea-title::after {
    right: 18px;
  }
}

.Section02-movie .accordionArea .js-accordionArea-title.active {
  margin-bottom: 0;
}

.Section02-movie .accordionArea .js-accordionArea-title.active::after {
  background-image: url(../../../module/assets/img/accordion_close.png);
}

@media screen and (max-width: 768px) {
  .Section02-movie .accordionArea-container {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 24px;
  }
}

.Section02-movie .accordionArea-container .movie-wrap {
  width: 540px;
  margin: 0 auto;
  padding-bottom: 540px;
}

@media screen and (max-width: 768px) {
  .Section02-movie .accordionArea-container .movie-wrap {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

.Section02-movie .accordionArea-container .movie-wrap iframe {
  height: 305px;
}

@media screen and (max-width: 768px) {
  .Section02-movie .accordionArea-container .movie-wrap iframe {
    height: 100%;
  }
}

.Section02 .example {
  display: flex;
  padding: 32px 24px;
  width: fit-content;
  gap: 8px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .Section02 .example {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 28px 5% 40px;
    gap: 18px;
    flex-flow: column;
  }
}

.Section02 .example-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 2px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .Section02 .example-container {
    width: 100%;
    gap: 5px;
  }
}

.Section02 .example-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33333;
}

@media screen and (max-width: 768px) {
  .Section02 .example-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

.Section02 .example-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33333;
}

@media screen and (max-width: 768px) {
  .Section02 .example-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.Section02 .example-img {
  position: relative;
  width: 498px;
  height: 288px;
  background-color: #FFFFFF;
}

.Section02 .example-img.bigimg {
  width: 676px;
  height: 393px;
}

@media screen and (max-width: 768px) {
  .Section02 .example-img.bigimg {
    width: 100%;
    height: unset;
  }
}

@media screen and (max-width: 768px) {
  .Section02 .example-img {
    width: 100%;
    height: unset;
  }
}

.Section02 .example-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .Section02 .example-img img {
    position: unset;
    width: 100%;
    top: unset;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }
}

.Section02 .point {
  margin-bottom: 26px;
  padding: 22px 24px 38px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .Section02 .point {
    margin-bottom: 20px;
    padding: 22px 18px 28px;
  }
}

.Section02 .point-title {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33333;
}

@media screen and (max-width: 768px) {
  .Section02 .point-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.Section02 .point-title::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../module/assets/img/trivia_icon.png);
}

.Section02 .point-list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33333;
}

@media screen and (max-width: 768px) {
  .Section02 .point-list li {
    margin-bottom: 8px;
    font-size: 16px;
    padding-left: 1.8em;
    line-height: 1.5;
  }
}

.Section02 .point-list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  left: 0;
  top: 0.2em;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../module/assets/img/checkbox_icon.png);
}

.Section02 .point-list li:last-child {
  margin-bottom: 0;
}

.Section03 {
  padding: 98px 0 72px;
}

@media screen and (max-width: 768px) {
  .Section03 {
    padding: 54px 0 22px;
  }
}

.Section03 h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}

.Section03 h3:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .Section03 h3 {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.2;
  }
}

.Section03 .process-content {
  padding-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .Section03 .process-content {
    padding-bottom: 36px;
  }
}

.Section03 .process-content + .process-content {
  padding-top: 30px;
  border-top: solid 1px #CCCCCC;
}

.Section03 .process-content h4 {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 600;
  color: #74A444;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .Section03 .process-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 2.08333;
  }
}

.Section03 .process-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section03 .process-content p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.Section03 .process-content p + p {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .Section03 .process-content p + p {
    margin-top: 23px;
  }
}

.Section03 .process-content p > a {
  font-weight: 600;
  color: #875F23;
  text-decoration: underline;
}

.Section03 .process-content p > a:hover {
  color: #0066AA;
}

.Section03 .process-relat--title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section03 .process-relat--title {
    font-size: 16px;
    margin-top: 28px;
    line-height: 1.5;
  }
}

.Section03 .process-relat--link a {
  display: block;
  position: relative;
  width: fit-content;
  padding-right: 1em;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  color: #875F23;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section03 .process-relat--link a {
    font-size: 16px;
    line-height: 1.5;
  }
}

.Section03 .process-relat--link a:hover {
  color: #0066AA;
}

.Section03 .process-relat--link a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../../module/assets/img/link_arrow.png);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.Section03 .process-relat--link a:hover::after {
  background-image: url(../../../module/assets/img/link_arrow_hover.png);
}

.Section03 .process-relat--link a.process-relat--pdf {
  padding-right: 1.5em;
}

.Section03 .process-relat--link a.process-relat--pdf::after {
  background-image: url(../../../module/assets/img/link_pdf.png);
}

.Section03 .process-relat--link a.process-relat--pdf:hover::after {
  background-image: url(../../../module/assets/img/link_pdf_hover.png);
}

.Section03 .process-annotation {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .Section03 .process-annotation {
    font-size: 14px;
  }
}

.Section04 {
  padding: 72px 0 123px;
}

@media screen and (max-width: 768px) {
  .Section04 {
    padding: 55px 0 64px;
  }
}

.Section04 .pagelink {
  margin-bottom: 170px;
}

@media screen and (max-width: 768px) {
  .Section04 .pagelink {
    margin-bottom: 128px;
  }
}

.Section04 .pagelink > h2 {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .Section04 .pagelink > h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

.Section04 .pagelink-container {
  display: flex;
  flex-wrap: wrap;
}

.Section04 .pagelink-container p,
.Section04 .pagelink-container a {
  position: relative;
  display: block;
  margin: 15px 0 0;
  height: 32px;
}

.Section04 .pagelink-container a span,
.Section04 .pagelink-container p span {
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px;
  margin-bottom: 0;
  vertical-align: top;
}

.Section04 .pagelink-container a span {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

.Section04 .pagelink-container a {
  color: #875F23;
}

.Section04 .pagelink-container a:hover {
  color: #0066AA;
}

.Section04 .pagelink-container a span::before,
.Section04 .pagelink-container p span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  top: 0.2em;
  margin-left: -15px;
}

.Section04 .pagelink-container a span::after,
.Section04 .pagelink-container p span::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 0.2em;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .Section04 .pagelink-container a,
  .Section04 .pagelink-container p {
    margin: 6px 0 0 0;
    height: unset;
    line-height: 28px;
    padding-left: 7px;
    text-indent: -7px;
  }
  .Section04 .pagelink-container a span,
  .Section04 .pagelink-container p span {
    font-size: 16px;
    padding: 0 7px;
  }
  .Section04 .pagelink-container a span::before,
  .Section04 .pagelink-container p span::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    top: 0.2em;
    margin-left: -7px;
  }
  .Section04 .pagelink-container a span::after,
  .Section04 .pagelink-container p span::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    bottom: 0.2em;
    margin-left: 7px;
  }
}

.Section04 .tetsudukihelp {
  padding: 160px 0 0;
}

.Section04 .tetsudukihelp-outer {
  position: relative;
  background-color: #F3F0E7;
  margin-bottom: 100px;
  padding: 46px 0;
}

@media screen and (max-width: 768px) {
  .Section04 .tetsudukihelp {
    padding: 88px 0 35px;
  }
  .Section04 .tetsudukihelp-outer {
    padding: 33px 19px 41px;
  }
}

.Section04 .caption {
  position: absolute;
  color: #FFFFFF;
  background-color: #74A445;
  border-radius: 100vh;
  padding: 11px 72px;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
}

.Section04 .caption::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 99%;
  left: 50%;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #74A445;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .Section04 .caption {
    width: fit-content;
    border-radius: 100vh;
    padding: 7px 29px;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .Section04 .caption::after {
    width: 12px;
    height: 12px;
  }
}

.Section04 .tetsudukihelp-outer p,
.Section04 .tetsudukihelp-title {
  text-align: center;
}

.Section04 .tetsudukihelp-title h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.Section04 .tetsudukihelp-title p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .Section04 .tetsudukihelp-title h2 {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: left;
    letter-spacing: 1px;
  }
  .Section04 .tetsudukihelp-title p {
    font-size: 16px;
    margin-bottom: 17px;
    text-align: left;
  }
}

.Section04 .tetsudukihelp-content {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.Section04 .tetsudukihelp-content-container {
  width: 368px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.161);
}

.Section04 .tetsudukihelp-content-container p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .Section04 .tetsudukihelp-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 24px;
  }
  .Section04 .tetsudukihelp-content-container {
    width: 100%;
    background-color: #FFFFFF;
  }
  .Section04 .tetsudukihelp-img {
    height: 126px;
    object-fit: cover;
    overflow: hidden;
  }
  .Section04 .tetsudukihelp-content-container p {
    text-align: left;
  }
}

.Section04 .tetsudukihelp-textbox {
  display: flex;
  flex-flow: column;
  padding: 18px 23px;
  height: 272px;
}

.Section04 .tetsudukihelp-container-title {
  font-size: 20px;
  font-weight: 600;
  height: 68px;
  letter-spacing: 1px;
}

.Section04 .tetsudukihelp-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 14px;
}

.Section04 .tetsudukihelp-link {
  margin: auto 0 7px;
}

.Section04 .tetsudukihelp-link a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #875F23;
}

.Section04 .tetsudukihelp-link a:hover {
  color: #0066AA;
}

.Section04 .tetsudukihelp-link a::after {
  content: "";
  background-image: url(../../../guide/assets/icon/txtlink_arrow_icon.png);
  position: absolute;
  background-size: cover;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.Section04 .tetsudukihelp-link a:hover:after {
  background-image: url(../../../guide/assets/icon/txtlink_arrow_icon_blue.png);
}

@media screen and (max-width: 768px) {
  .Section04 .tetsudukihelp-textbox {
    display: block;
    padding: 19px 19px;
    height: fit-content;
  }
  .Section04 .tetsudukihelp-container-title {
    height: unset;
  }
  .Section04 .tetsudukihelp-container-title p {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 9px;
  }
  .Section04 .tetsudukihelp-text {
    margin-bottom: 11px;
  }
  .Section04 .tetsudukihelp-text p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .Section04 .tetsudukihelp-link {
    margin: auto 0 6px;
  }
  .Section04 .tetsudukihelp-link a {
    font-size: 16px;
  }
  .Section04 .tetsudukihelp-link a::after {
    width: 16px;
    height: 16px;
  }
}

.Section04 .Section__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Section04 .Section__title {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}

.Section04 .Lead-text {
  margin-bottom: 46px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Section04 .Lead-text {
    margin-bottom: 50px;
    font-size: 16px;
  }
}
