@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #333;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

select,
button,
textarea,
input[type=submit],
input[type=text],
input[type=radio],
input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
}

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

.img img {
  width: 100%;
  display: block;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  padding: 0 16px;
}
header .logo {
  width: 143px;
}

.footer {
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  background-color: #2f3042;
  color: #fff;
}

.container {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.footer__nav__listItem {
  text-align: center;
}

.footer__nav__listItem:not(:first-child) {
  margin-top: 1.8rem;
}

.footer__nav__listItem a {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.footer__logo {
  margin-top: 6rem;
  text-align: center;
}

.thanks-page .header__logo a,
.thanks-page .footer__logo a {
  display: inline-block;
}

.footer__logo img {
  width: 143px;
}

.footer__nav__listItem a {
  font-size: 112px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.footer__nav__listItem a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 3rem;
  }

  .container {
    width: 95%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer__nav__list {
    display: flex;
    justify-content: center;
  }

  .footer__nav__listItem:not(:first-child) {
    margin-top: 0;
    margin-left: 3rem;
  }

  .footer__nav__listItem a {
    font-size: 14px;
  }

  .footer__logo {
    margin-top: 0;
  }

  .footer__nav__listItem a {
    font-size: 14px;
  }
}
.section {
  padding: 80px 20px;
}
.section.section1 .section1-title {
  width: 740px;
  margin: auto;
}
.section.section1 .youtube-area {
  display: flex;
  gap: 0 100px;
  margin-top: 55px;
}
.section.section1 .youtube-area .youtube {
  width: 100%;
}
.section.section1 .youtube-area .video_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
}
.section.section1 .youtube-area .video_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.section .title-red {
  background: #cc3333;
  border-radius: 10px;
  font-size: 24px;
  color: #FFF;
  width: 100%;
  padding: 4px;
  position: relative;
  text-align: center;
}
.section .title-red:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 4px solid #993333;
  border-radius: 10px;
}
.section.section2 {
  background: #d8d8d8 url(../img/bg_section2.png) center top no-repeat;
  background-size: 100%;
}
.section.section2 .media1 {
  display: flex;
  padding: 110px;
  gap: 0 72px;
  align-items: center;
}
.section.section2 .media1 .img {
  width: 520px;
}
.section.section2 .media1 .media-text .media-text {
  font-size: 36px;
  font-weight: 700;
}
.section.section2 .media1 .media-text .in-text {
  font-size: 24px;
  font-weight: 700;
}
.section.section2 .media1 .media-text .in-text span {
  color: #cc3333;
  font-size: 24px;
  font-weight: 700;
}
.section.section2 .company-list {
  padding: 0 30px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.section.section2 .company-list li {
  width: calc((100% - 40px)/6);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.section.section3 {
  background: url(../img/section3_main.png) no-repeat center top;
  background-size: cover;
}
.section.section3 .section3-title {
  width: 100%;
  max-width: 775px;
  margin: auto;
}
.section.section3 .img-list {
  width: 100%;
  max-width: 1021px;
  margin: auto;
  display: flex;
  gap: 0 72px;
  align-items: flex-end;
}
.section.section3-1 .section3-1-text {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
.section.section3-1 .section3-1-text span {
  font-size: 77px;
  color: #cc3333;
  font-weight: 700;
}
.section.section3-2 {
  background: url(../img/section3_deco01.png) #21485f;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 0;
}
.section.section3-2 .section3-2-title {
  width: 100%;
  max-width: 1097px;
  margin: auto;
}
.section.section3-2 .d-list {
  width: 100%;
  display: flex;
  gap: 40px;
}
.section.section3-2 .d-list li {
  width: 100%;
  background: #FFF;
  border-radius: 30px;
  padding: 20px 15px;
}
.section.section3-2 .d-list li .d-title {
  font-size: 3.2vw;
  color: #21485f;
  font-weight: 700;
  border-bottom: 4px dotted #21485f;
  position: relative;
  padding-left: 4vw;
}
.section.section3-2 .d-list li .d-title:after {
  content: "";
  position: absolute;
  display: block;
  top: 1.5vw;
  left: 0;
  width: calc(64px / 2);
  height: calc(54px /2);
  background: url(../img/section3_icon03.png) no-repeat left top;
  background-size: cover;
}
.section.section3-2 .d-list li .d-text {
  font-size: 24px;
  color: #21485f;
  margin-top: 12px;
}
.section.section3-2 .d-list li .d-text .marker {
  background: linear-gradient(transparent 70%, #ffdcb8 0%);
  display: inline;
  padding: 0 2px 4px;
  font-weight: 700;
  color: #cc3333;
}
.section.section3-2 .d-list li .bottom-b {
  display: flex;
  gap: 30px;
}
.section.section3-2 .d-list li .bottom-b .b-box {
  border-radius: 30px;
  padding: 8px;
  background: #eaeaea;
  width: 100%;
  margin-top: 8px;
}
.section.section3-2 .d-list li .bottom-b .b-box:last-of-type {
  background: #e6d1bb;
  position: relative;
}
.section.section3-2 .d-list li .bottom-b .b-box:last-of-type:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -25px;
  transform: rotate(45deg) translateY(-50%);
  width: 12px;
  height: 12px;
  border-left: 3px solid #21485f;
  border-bottom: 3px solid #21485f;
}
.section.section3-2 .d-list li .bottom-b .b-box .b-text {
  color: #21485f;
  font-size: 23px;
  text-align: center;
}
.section.section3-2 .d-list li .bottom-b .b-box .b-in-text {
  font-size: 23px;
  font-weight: 700;
  color: #cc3333;
  text-align: center;
}
.section.section4 {
  background: url(../img/section4_icon01.png) #f3efeb no-repeat center top;
  background-size: calc(522px / 2) calc(180px / 2);
  padding-top: 180px;
}
.section.section4 .section4-title {
  width: 100%;
  max-width: 848px;
  margin: auto;
}
.section.section4 .section4-box {
  display: flex;
  background: #FFF;
  position: relative;
  align-items: center;
  gap: 0px;
}
.section.section4 .section4-box .section4-in-box {
  width: 100%;
  padding: 0px 40px;
}
.section.section4 .section4-box .section4-in-box .box-text {
  font-size: 25px;
  color: #21485f;
  text-align: center;
  line-height: 1.4;
}
.section.section4 .section4-box .section4-in-box .box-text .marker {
  background: linear-gradient(transparent 70%, #ffdcb8 0%);
  display: inline;
  padding: 0 2px 4px;
  font-weight: 700;
  color: #21485f;
  font-size: 25px;
  line-height: 1.4;
}
.section.section4 .section4-box .section4-in-box .box-text .marker em {
  color: #cc3333;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.section.section4 .section4-box .section4-in-box .box-text-l {
  font-size: 43px;
  color: #21485f;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-top: 40px;
}
.section.section4 .section4-box .section4-in-box .box-text-l:after {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 27px;
  background: url(../img/section4_icon02.png) no-repeat center top;
  background-size: cover;
}
.section.section4 .section4-box .section4-in-box .box-text-l .marker {
  background: linear-gradient(transparent 70%, #ffdcb8 0%);
  display: inline;
  padding: 0 2px 4px;
  font-weight: 700;
  color: #21485f;
  font-size: 43px;
  line-height: 1.4;
}
.section.section4 .section4-box .section4-in-box .box-text-l .marker em {
  color: #cc3333;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.section.section4 .section4-box .img {
  padding: 80px 40px;
}
.section.section4 .section4-box:before, .section.section4 .section4-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 57px;
  height: 57px;
}
.section.section4 .section4-box:before {
  border-left: 3px solid #21485f;
  border-top: 3px solid #21485f;
  top: 8px;
  left: 8px;
}
.section.section4 .section4-box:after {
  border-right: 3px solid #21485f;
  border-bottom: 3px solid #21485f;
  right: 8px;
  bottom: 8px;
}
.section.section5 {
  margin-top: 100px;
  position: relative;
  background: #21485f;
  padding-top: 0;
}
.section.section5:after {
  content: "";
  position: absolute;
  display: block;
  top: -100px;
  right: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url(../img/section5_bg01.png) no-repeat center top;
  background-size: 100%;
}
.section.section5 .inner {
  position: relative;
  z-index: 1;
}
.section.section5 .section5-title {
  width: 100%;
  max-width: 295px;
  margin: auto;
}
.section.section5 .read {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  margin-top: 8px;
}
.section.section5 .section5-img01 {
  width: 100%;
  margin: auto;
  margin-top: 35px;
}
.section.section6 {
  background: #21485f;
}
.section.section6 .section6-title {
  width: 100%;
  max-width: 421px;
  margin: auto;
}
.section.section6 .s6-box {
  display: flex;
  gap: 80px;
}
.section.section6 .s6-box .s6-list {
  width: 100%;
}
.section.section6 .s6-box .s6-list li {
  font-size: 31px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  padding-left: 45px;
  padding-bottom: 12px;
  border-bottom: 3px dotted #FFF;
}
.section.section6 .s6-box .s6-list li:after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  background: url(../img/section6_icon01.png) no-repeat left top;
  background-size: cover;
  width: 35px;
  height: 30px;
}
.section.section6 .s6-box .s6-list li span {
  color: #ffe2ab;
  font-size: 31px;
  font-weight: 700;
}
.section.section6 .s6-box .s6-list li + li {
  margin-top: 12px;
}
.section.section6 + .cta-area {
  position: relative;
  padding-top: 120px;
}
.section.section6 + .cta-area:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc((50vw - 50%) * -1);
  height: 160px;
  background: url(../img/section6_bg01.png) no-repeat center top;
  background-size: 100%;
}
.section.section7 {
  background: #f3efeb;
}
.section.section7 .section7-title {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.section.section7 .s7-box {
  display: flex;
  gap: 0 40px;
}
.section.section7 .s7-text-box {
  width: 100%;
  position: relative;
  padding: 0 40px 0 80px;
}
.section.section7 .s7-text-box:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 199px;
  background: url(../img/section7_icon2.png) no-repeat left top;
  background-size: cover;
}
.section.section7 .s7-text-box .box-text {
  font-size: 25px;
  color: #21485f;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
.section.section7 .s7-text-box .box-text span {
  font-size: 25px;
  color: #cc3333;
  line-height: 1.4;
  font-weight: 700;
}
.section.section7 .s7-text-box .box-text-l {
  font-size: 43px;
  color: #21485f;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-top: 40px;
}
.section.section7 .s7-text-box .box-text-l span {
  font-size: 43px;
  color: #cc3333;
  line-height: 1.4;
  font-weight: 700;
}
.section.section7 .s7-text-box .add-text {
  font-size: 16px;
  margin-top: 20px;
}
.section.section7 .s7-text-box .add-text + .add-text {
  margin-top: 0;
}
.section.section8 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 30px;
}
.section.section8 .section8-title {
  width: 100%;
  max-width: 1100px;
}
.section.section8 .section8-wrap {
  background: #d8d8d8;
  padding: 80px 20px;
}
.section.section8 .section8-wrap .s8-box-list {
  display: flex;
  gap: 60px 40px;
  flex-wrap: wrap;
}
.section.section8 .section8-wrap .s8-box-list .s8-box {
  background: #FFF;
  padding: 40px;
  width: calc((100% - 40px)/2);
  position: relative;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:before {
  content: "";
  position: absolute;
  display: block;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(159px /2);
  height: calc(158px /2);
}
.section.section8 .section8-wrap .s8-box-list .s8-box:first-of-type:before {
  background: url(../img/section8_icon01.png) no-repeat left top;
  background-size: cover;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(2):before {
  background: url(../img/section8_icon02.png) no-repeat left top;
  background-size: cover;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(3):before {
  background: url(../img/section8_icon03.png) no-repeat left top;
  background-size: cover;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(4):before {
  background: url(../img/section8_icon04.png) no-repeat left top;
  background-size: cover;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(5) {
  width: 100%;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(5):before {
  background: url(../img/section8_icon05.png) no-repeat left top;
  background-size: cover;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(5) .s8-in-box {
  display: flex;
  gap: 50px;
  margin-top: 32px;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(5) .s8-in-box .img {
  width: 420px;
}
.section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(5) .s8-in-box .bottom-text {
  width: calc(100% - 420px - 50px);
}
.section.section8 .section8-wrap .s8-box-list .s8-box .in-text {
  font-size: 24px;
  color: #c1a774;
  font-weight: 700;
  text-align: center;
}
.section.section8 .section8-wrap .s8-box-list .s8-box .in-title {
  font-size: 40px;
  color: #21485f;
  font-weight: 700;
  text-align: center;
}
.section.section8 .section8-wrap .s8-box-list .s8-box .bottom-text {
  font-size: 16px;
  margin-top: 24px;
}
.section.section8 .section8-wrap .s8-box-list .s8-box .bottom-text em {
  font-size: 16px;
  font-weight: 700;
  color: #21485f;
  font-style: normal;
}
.section.section8 .section8-wrap .s8-box-list .s8-box .bottom-text .marker {
  background: linear-gradient(transparent 70%, #ffdcb8 0%);
  display: inline;
  padding: 0 2px 4px;
  color: #cc3333;
  font-weight: 700;
  font-size: 16px;
}
.section.section9 {
  background: #21485f url(../img/section9_bg01.png) no-repeat center top;
  background-size: cover;
}
.section.section9 .section9-title {
  width: 100%;
  max-width: calc(1324px / 2);
  margin: auto;
}
.section.section9 .read {
  font-size: 16px;
  text-align: center;
  color: #FFF;
  margin-top: 32px;
  margin-bottom: 30px;
}
.section.section9 .seminner-box {
  display: flex;
  gap: 70px;
}
.section.section9 .seminner-box .t-img {
  width: 356px;
}
.section.section9 .seminner-box .seminner-info {
  width: 100%;
}
.section.section9 .seminner-box .seminner-info .info-title {
  background: #FFF;
  color: #21485f;
  font-size: 16px;
  padding: 0 4px;
  width: 140px;
  text-align: center;
}
.section.section9 .seminner-box .seminner-info .name {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 40px;
  line-height: 1;
}
.section.section9 .seminner-box .seminner-info .name .ja {
  font-size: 60px;
  font-weight: 700;
  color: #FFF;
  display: block;
  line-height: 1;
}
.section.section9 .seminner-box .seminner-info .name .en {
  width: 221px;
}
.section.section9 .seminner-box .seminner-info .name + .info-title {
  margin-top: 40px;
}
.section.section9 .seminner-box .seminner-info .in-text {
  font-size: 16px;
  color: #FFF;
  margin-top: 12px;
  line-height: 1.75;
}
.section.section9 .seminner-box-b {
  margin-top: 40px;
}
.section.section9 .seminner-box-b .b-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffe2ab;
}
.section.section9 .seminner-box-b .b-text {
  color: #FFF;
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.75;
}
.section.section10 {
  background: url(../img/section10_bg.png) repeat left top;
  background-size: 100%;
  border-top: 4px solid #c1a774;
}
.section.section10 .section10-title {
  width: 100%;
  max-width: 433px;
  margin: auto;
}
.section.section10 .read {
  font-size: 16px;
  text-align: center;
  margin-top: 32px;
}
.section.section10 .s10-box {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.section.section10 .s10-box .s10-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.section.section10 .s10-box .s10-list:after {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100%);
  background: #f3efeb;
}
.section.section10 .s10-box .s10-list .list-title {
  position: relative;
  z-index: 2;
}
.section.section10 .s10-box .s10-list ul {
  position: relative;
  z-index: 1;
  padding: 45px 17px 30px;
  margin-top: -30px;
}
.section.section10 .s10-box .s10-list ul li {
  border-bottom: 2px dotted #c1a774;
  padding-bottom: 8px;
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
.section.section10 .s10-box .s10-list ul li:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/section10_icon01.png) no-repeat left top;
  background-size: cover;
}
.section.section10 .s10-box .s10-list .list-img {
  position: relative;
  z-index: 1;
  margin-top: auto;
}
.section.section11 {
  background: #f3efeb;
  padding-top: 0;
  margin-top: 80px;
}
.section.section11 .section11-title {
  width: 100%;
  max-width: calc(1640px / 2);
  margin: auto;
}
.section.section11 .section11-title img {
  transform: translateY(-40px);
}
.section.section11 .s11-box {
  display: flex;
  gap: 18px 30px;
  flex-wrap: wrap;
  padding-bottom: 64px;
}
.section.section11 .s11-box .s11-list-last {
  width: calc((100% - 30px)/2);
  position: relative;
}
.section.section11 .s11-box .s11-list-last .in-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.section.section11 .s11-box .s11-list-last .in-box .img {
  width: 190px;
}
.section.section11 .s11-box .s11-list-last .in-box .in-box-text {
  width: calc(100% - 230px);
  position: relative;
  padding: 0 80px;
}
.section.section11 .s11-box .s11-list-last .in-box .in-box-text:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(74px / 2);
  height: calc(88px / 2);
  background: url(../img/section11_icon06.png) no-repeat left top;
  background-size: cover;
}
.section.section11 .s11-box .s11-list-last .in-box .in-box-text:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: calc(74px / 2);
  height: calc(88px / 2);
  background: url(../img/section11_icon06.png) no-repeat left top;
  background-size: cover;
}
.section.section11 .s11-box .s11-list {
  width: calc((100% - 30px)/2);
  border: 3px solid #c1a774;
  padding: 6px;
  position: relative;
  display: flex;
  align-items: center;
}
.section.section11 .s11-box .s11-list:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 74px;
  height: 73px;
}
.section.section11 .s11-box .s11-list:first-of-type:after {
  background: url(../img/section11_icon01.png) no-repeat left top;
  background-size: cover;
}
.section.section11 .s11-box .s11-list:nth-of-type(2):after {
  background: url(../img/section11_icon02.png) no-repeat left top;
  background-size: cover;
}
.section.section11 .s11-box .s11-list:nth-of-type(3):after {
  background: url(../img/section11_icon03.png) no-repeat left top;
  background-size: cover;
}
.section.section11 .s11-box .s11-list:nth-of-type(4):after {
  background: url(../img/section11_icon04.png) no-repeat left top;
  background-size: cover;
}
.section.section11 .s11-box .s11-list:nth-of-type(5):after {
  background: url(../img/section11_icon05.png) no-repeat left top;
  background-size: cover;
}
.section.section11 .s11-box .s11-list p {
  background: #FFF;
  padding: 10px;
  padding-left: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.section.section11 .s11-box .s11-list p .in-text {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}
.section.section11 .s11-box .s11-list p .in-text em {
  font-size: 27px;
  font-weight: 700;
  color: #cc3333;
  line-height: 1.2;
  font-style: normal;
}
.section.section12 {
  background: #f3efeb url(../img/section12_bg01.png) no-repeat right top;
  background-size: contain;
}
.section.section12 .section12-title {
  width: 100%;
  max-width: 466px;
}
.section.section12 .slider .list .slide-num {
  font-size: 24px;
  font-weight: 700;
  color: #21485f;
  text-align: right;
}
.section.section12 .slider .list .c-name {
  background: #21485f;
  color: #FFF;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section12 .slider .list .slide-title {
  font-size: 40px;
  color: #21485f;
  text-align: center;
  margin-top: 30px;
}
.section.section12 .slider .list .slide-img {
  margin-top: 20px;
}
.section.section12 .slick-prev,
.section.section12 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: initial;
  bottom: -120px;
  display: block;
  width: 20px;
  height: 20px;
}
.section.section12 .slick-prev:before, .section.section12 .slick-next:before {
  display: none !important;
}
.section.section12 .slick-dotted.slick-slider {
  margin-bottom: 130px;
}
.section.section12 .slick-prev {
  left: 0;
  background: red;
  background: url(../img/section12_icon01.png) no-repeat left top;
  background-size: cover;
  width: calc(294px / 2);
  height: calc(122px / 2);
}
.section.section12 .slick-next {
  right: 0;
  background: blue;
  background: url(../img/section12_icon02.png) no-repeat left top;
  background-size: cover;
  width: calc(294px / 2);
  height: calc(122px / 2);
}
.section.section12 .slick-dots li button:before {
  font-size: 60px !important;
  
}
.section.section12 .slick-dots {
  position: absolute;
  bottom: -65px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.section.section13 {
  background: url(../img/section13_bg01.png) no-repeat center top;
  background-size: cover;
}
.section.section13 .section13-title {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.section.section13 .s13-list li {
  display: flex;
  background: #FFF;
  box-shadow: 0px 0px 16px -1px rgba(0, 0, 0, 0.3);
}
.section.section13 .s13-list li .list-img {
  width: 360px;
}
.section.section13 .s13-list li .list-text {
  width: calc(100% - 360px);
  padding: 30px 50px 30px 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section.section13 .s13-list li .list-text .in-read {
  font-size: 22px;
}
.section.section13 .s13-list li .list-text .in-title {
  font-size: 36px;
  font-weight: 700;
}
.section.section13 .s13-list li .list-text .in-title span {
  color: #cc3333;
  font-size: 36px;
  font-weight: 700;
}
.section.section13 .s13-list li .list-text .in-text {
  font-size: 16px;
  margin-top: 12px;
}
.section.section13 .s13-list li + li {
  margin-top: 35px;
}
.section.section14 {
  background: #21485f;
}
.section.section14 .section14-read {
  background: #FFF;
  height: 40px;
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  color: #21485f;
  border-radius: 4px;
}
.section.section14 .section14-title {
  font-size: 63px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.section.section14 .section14-title span {
  font-size: 85px;
  font-weight: 700;
  color: #ffe6b5;
}
.section.section14 .s14-list {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
.section.section14 .s14-list .list {
  background: #FFF;
  border: 6px solid #da9356;
  padding: 35px 8px 24px;
  position: relative;
  width: 100%;
}
.section.section14 .s14-list .list:after {
  content: "";
  position: absolute;
  display: block;
  top: -70px;
  left: 10px;
  width: calc(228px / 2);
  height: calc(284px / 2);
  background: url(../img/section14_icon01.png) no-repeat left top;
  background-size: cover;
}
.section.section14 .s14-list .list:nth-of-type(2):after {
  background: url(../img/section14_icon02.png) no-repeat left top;
  background-size: cover;
}
.section.section14 .s14-list .list:nth-of-type(3):after {
  background: url(../img/section14_icon03.png) no-repeat left top;
  background-size: cover;
}
.section.section14 .s14-list .list .list-title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-left: 50px;
  line-height: 1.2;
  border-bottom: 3px dotted #c1a774;
  padding-bottom: 12px;
}
.section.section14 .s14-list .list .list-title span {
  color: #cc3333;
  font-size: 25px;
  font-weight: 700;
}
.section.section14 .s14-list .list .list-img {
  margin-top: 14px;
}
.section.section14 .s14-list .list .list-text {
  margin-top: 14px;
  font-size: 16px;
}
.section.section14 .s14-list .list .list-text .marker {
  background: linear-gradient(transparent 70%, #ffdcb8 0%);
  display: inline;
  padding: 0 2px 4px;
  font-size: 16px;
  color: #cc3333;
  font-weight: 700;
}
.section.section14 .s14-list .list .list-text em {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.section.section15 {
  background: #f3efeb;
}
.section.section15 .section15-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.section.section15 .section15-title .t1 {
  font-size: 45px;
  font-weight: 700;
  color: #21485f;
}
.section.section15 .section15-title .t2 {
  display: flex;
  gap: 8px;
}
.section.section15 .section15-title .t2 em {
  font-size: 79px;
  background: #21485f;
  color: #FFF;
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
.section.section15 .read {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.section.section15 .read span {
  font-size: 16px;
  font-weight: 700;
  color: #cc3333;
}
.section.section15 .read em {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
.section.section15 .s15-box {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.section.section15 .s15-box .in-box {
  width: 100%;
  position: relative;
}
.section.section15 .s15-box .in-box .add-text {
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.section.section15 .coins {
  width: 100%;
  max-width: calc(1354px / 2);
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section.section16 {
  background: url(../img/section16_bg.png) no-repeat center bottom;
  background-size: 100%;
}
.section.section16 .section16-title {
  font-size: 36px;
  font-weight: 700;
  width: fit-content;
  padding: 20px;
  border-top: 4px solid #c1a774;
  border-bottom: 4px solid #c1a774;
  position: relative;
  margin: auto;
}
.section.section16 .section16-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -22px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 17px 0 17px;
  border-color: #c1a774 transparent transparent transparent;
}
.section.section16 .s16-img {
  margin-top: 60px;
}
.section.section16 .s16-img2 {
  width: 100%;
  max-width: calc(1996px / 2);
  margin: auto;
}
.section.section17 {
  background: #dbdbdb;
  border-top: 6px solid #21485f;
}
.section.section17 .section17-title {
  font-size: 72px;
  color: #21485f;
  font-weight: 700;
  text-align: center;
}
.section.section17 .s17-box {
  width: 100%;
  max-width: 830px;
  background: #FFF;
  border: 6px solid #ededed;
  padding: 50px;
  margin: auto;
  margin-top: 32px;
}
.section.section17 .s17-box .in-title {
  font-size: 30px;
  color: #c1a774;
  font-weight: 700;
}
.section.section17 .s17-box .in-text {
  margin-top: 12px;
}
.section.section17 .s17-box .in-text span {
  font-weight: 700;
  color: #cc3333;
}
.section.section17 .s17-box .in-text + .in-text {
  margin-top: 4px;
}
.section .form-box {
  background: #FFF;
  padding: 55px 45px;
  margin-top: 60px;
}
.section .form-box .tab-wrap {
  display: flex;
  gap: 20px;
}
.section .form-box .tab-wrap .checkitem {
  width: 280px;
}
.section .form-box .checkitem {
  background: #ededed;
  border: 4px solid #ededed;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
}
.section .form-box .checkitem.active {
  background: #ffe2ab;
  border: 4px solid #c1a774;
}
.section .form-box .form-style .form-item {
  display: flex;
  display: none;
  gap: 40px;
  border-bottom: 1px solid #878787;
  padding-bottom: 20px;
}
.section .form-box .form-style .form-item.open {
  display: flex;
}
.section .form-box .form-style .form-item .label-box {
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section .form-box .form-style .form-item .label-box .label {
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
}
.section .form-box .form-style .form-item .label-box .label .sub-text {
  display: block;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}
.section .form-box .form-style .form-item .label-box .label .sub-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 26px;
  height: 25px;
  background: url(../img/section17_icon01.png) no-repeat left top;
  background-size: cover;
}
.section .form-box .form-style .form-item .form-parts {
  position: relative;
  width: calc(100% - 290px - 40px);
}
.section .form-box .form-style .form-item .form-parts input {
  font-size: 16px;
}
.section .form-box .form-style .form-item .form-parts input[type=radio] {
  display: none;
}
.section .form-box .form-style .form-item .form-parts input[type=radio]:checked + .checkitem {
  background: #ffe2ab;
  border: 4px solid #c1a774;
}
.section .form-box .form-style .form-item .form-parts input[type=text] {
  background: #fdfdfd;
  border: 1px solid #CCC;
  height: 50px;
  padding: 0 10px;
  width: 100%;
}
.section .form-box .form-style .form-item .form-parts .select-day {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section .form-box .form-style .form-item .form-parts .select-day .day-box {
  width: calc((100% - 60px)/4);
}
.section .form-box .form-style .form-item .form-parts .select-time {
  display: none;
}
.section .form-box .form-style .form-item .form-parts .select-time .time-box {
  padding: 25px 0;
  display: none;
}
.section .form-box .form-style .form-item .form-parts .select-time .time-box .time-text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
}
.section .form-box .form-style .form-item .form-parts .select-time .time-box .time-text.tr {
  color: #cc3333;
}
.section .form-box .form-style .form-item .form-parts .select-time .time-box .time-text + .time-text {
  margin-top: 0;
}
.section .form-box .form-style .form-item .form-parts .select-time .time-box .time-wrap {
  display: flex;
  gap: 20px;
  width: 75%;
  margin: auto;
  margin-top: 20px;
}
.section .form-box .form-style .form-item .form-parts .select-time .time-box .time-wrap .time {
  width: 100%;
}
.section .form-box .form-style .form-item + .form-item {
  margin-top: 40px;
}
.section .form-box .form-style .form-item[data-form=select-seminar] {
  display: flex;
}
.section .form-box .consent {
  font-size: 18px;
  text-align: center;
  margin-top: 45px;
}
.section .form-box .consent a {
  font-size: 18px;
  color: #cc3333;
  text-decoration: underline;
  font-weight: 700;
}
.section .form-box .submit-wrap {
  margin-top: 45px;
  opacity: 0.5;
}
.section .form-box .submit-wrap .submit {
  width: 370px;
  height: 99px;
  background: url(../img/submit_btn.png) no-repeat;
  background-size: 370px 99px;
  text-indent: -99999px;
  overflow: hidden;
  margin: auto;
  cursor: pointer;
  display: block;
}
.section .form-box .submit-wrap.sendok {
  opacity: 1;
}

.cta-area {
  width: 100%;
  max-width: 780px;
  margin: auto;
  padding: 55px 20px;
}
.cta-area .cta_btn {
  width: 100%;
  max-width: 755px;
  margin: auto;
  display: block;
  margin-top: 12px;
  position: relative;
}
.cta-area .cta_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }

  header .logo {
    width: calc(143px / 2);
  }

  .inner {
    padding: 0 24px;
  }

  .section.section1 .section1-title {
    width: 100%;
  }

  .section.section1 .youtube-area {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-top: 0;
  }

  .section .title-red {
    font-size: 12px;
    width: fit-content;
    padding: 8px 24px;
    border-radius: 5px;
  }
  .section .title-red:after {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 5px;
  }

  .section.section1 .youtube-area .video_wrap {
    margin-top: 10px;
  }

  .cta-area {
    padding: 25px 24px;
  }

  .section {
    padding: 40px 0px;
  }

  .section.section2 .media1 .media-text .media-text {
    font-size: 30px;
  }

  .section.section2 .media1 {
    display: flex;
    padding: 50px;
    gap: 20px 0;
    flex-direction: column;
  }

  .section.section2 .media1 .img {
    width: calc(100% - 50px);
  }

  .section.section2 .media1 .media-text .in-text {
    font-size: 14px;
  }
  .section.section2 .media1 .media-text .in-text br {
    display: none;
  }
  .section.section2 .media1 .media-text .in-text span {
    font-size: 14px;
  }

  .section.section2 .company-list {
    padding: 0 0;
  }

  .section.section2 .company-list li {
    width: calc((100% - 16px)/3);
    font-size: 14px;
  }

  .section.section3 {
    background: url(../img/section3_main_sp.png) no-repeat center top;
    background-size: cover;
    padding-bottom: 30%;
  }

  .section.section3 .img-list {
    width: 100%;
    margin: auto;
    display: flex;
    gap: 0;
    align-items: flex-end;
  }

  .section.section3-1 .section3-1-text {
    font-size: 6vw;
  }

  .section.section3-1 .section3-1-text span {
    font-size: 8vw;
  }

  .section.section3-2 {
    background: url(../img/section3_2_sp.png) #21485f;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 100px;
    position: relative;
  }
  .section.section3-2:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/section3_deco01_sp.png) no-repeat center top;
    background-size: 100%;
  }

  .section.section3-2 .section3-2-title {
    padding: 0 6vw;
  }

  .section.section3-2 .d-list {
    width: calc(100% - 150px);
    gap: 10px;
    flex-direction: column;
    margin-top: 15px;
  }

  .section.section3-2 .d-list li {
    border-radius: 10px;
    padding: 10px 10px;
  }

  .section.section3-2 .d-list li .d-title {
    font-size: 3.2vw;
    border-bottom: 2px dotted #21485f;
    padding-left: 5vw;
  }

  .section.section3-2 .d-list li .d-title:after {
    top: 1.2vw;
    left: 0;
    width: calc(64px / 4);
    height: calc(54px /4);
  }

  .section.section3-2 .d-list li .bottom-b .b-box {
    border-radius: 15px;
  }

  .section.section3-2 .d-list li .d-text {
    font-size: 12px;
    margin-top: 12px;
  }

  .section.section3-2 .d-list li .bottom-b .b-box .b-text {
    font-size: 10px;
  }

  .section.section3-2 .d-list li .bottom-b .b-box .b-in-text {
    font-size: 10px;
  }

  .section.section4 {
    background: url(../img/section4_icon01.png) #f3efeb no-repeat center top;
    background-size: calc(522px / 4) calc(180px / 4);
    padding-top: 80px;
  }

  .section.section4 .section4-title {
    padding: 0 8vw;
  }

  .section.section4 .section4-box {
    flex-direction: column;
  }

  .section.section4 .section4-box .section4-in-box {
    width: 100%;
    padding: 27px 24px;
  }

  .section.section4 .section4-box .section4-in-box .box-text .marker em,
  .section.section4 .section4-box .section4-in-box .box-text .marker,
  .section.section4 .section4-box .section4-in-box .box-text {
    font-size: 15px;
  }

  .section.section4 .section4-box .section4-in-box .box-text-l .marker em,
  .section.section4 .section4-box .section4-in-box .box-text-l .marker,
  .section.section4 .section4-box .section4-in-box .box-text-l {
    font-size: 24px;
  }

  .section.section4 .section4-box:after {
    border-right: 2px solid #21485f;
    border-bottom: 2px solid #21485f;
  }

  .section.section4 .section4-box:before {
    border-left: 2px solid #21485f;
    border-top: 2px solid #21485f;
  }

  .section.section4 .section4-box:before,
  .section.section4 .section4-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
  }

  .section.section4 .section4-box .img {
    padding: 0px 18px 40px;
  }

  .section.section4 .section4-box .section4-in-box .box-text-l {
    padding-top: 60px;
  }

  .section.section5:after {
    content: "";
    position: absolute;
    display: block;
    top: -100px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/section5_bg01.png) no-repeat center top;
    background-size: 100% 150px;
  }

  .section.section6 .s6-box {
    flex-direction: column;
    gap: 0;
  }

  .section.section6 .s6-box .s6-list li {
    font-size: 24px;
    padding-left: 45px;
    padding-bottom: 8px;
    border-bottom: 2px dotted #FFF;
  }
  .section.section6 .s6-box .s6-list li span {
    font-size: 24px;
  }

  .section.section6 .s6-box .s6-list li:after {
    top: 6px;
    width: calc(35px * 0.9);
    height: calc(30px * 0.9);
  }

  .section.section6 .s6-box .s6-list + .s6-list {
    margin-top: 12px;
  }

  .section.section6 + .cta-area:after {
    height: 100px;
    background: url(../img/section6_bg01_sp.png) no-repeat center top;
    background-size: 100%;
  }

  .section.section7 {
    padding-top: 0;
    margin-top: 40px;
  }

  .section.section7 .section7-title {
    transform: translateY(-20px);
  }

  .section.section7 .s7-box {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .section.section7 .s7-text-box {
    padding: 20px 0;
    padding-top: 60px;
  }

  .section.section7 .s7-text-box .box-text {
    font-size: 20px;
  }
  .section.section7 .s7-text-box .box-text span {
    font-size: 20px;
  }
  .section.section7 .s7-text-box .box-text br {
    display: none;
  }

  .section.section7 .s7-text-box .box-text-l {
    font-size: 30px;
    padding-top: 0px;
  }
  .section.section7 .s7-text-box .box-text-l span {
    font-size: 30px;
  }
  .section.section7 .s7-text-box .box-text-l br {
    display: none;
  }

  .section.section7 .s7-text-box:after {
    content: "";
    position: absolute;
    display: block;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(0%);
    width: calc(406px / 2);
    height: calc(121px / 2);
    background: url(../img/section7_icon2_sp.png) no-repeat left top;
    background-size: cover;
  }

  .section.section7 .s7-text-box .add-text {
    font-size: 10px;
  }

  .section.section8 {
    padding-top: 0;
  }

  .section.section8 .section8-wrap {
    padding: 80px 0;
  }

  .section.section8 .section8-wrap .s8-box-list {
    gap: 50px 0px;
  }

  .section.section8 .section8-wrap .s8-box-list .s8-box {
    padding: 40px 30px 30px;
    width: 100%;
    position: relative;
  }

  .section.section8 .section8-wrap .s8-box-list .s8-box .in-text {
    font-size: 15px;
  }

  .section.section8 .section8-wrap .s8-box-list .s8-box .in-title {
    font-size: 24px;
  }

  .section.section8 .section8-wrap .s8-box-list .s8-box .bottom-text {
    font-size: 15px;
    margin-top: 15px;
  }
  .section.section8 .section8-wrap .s8-box-list .s8-box .bottom-text em {
    font-size: 15px;
  }

  .section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(5) .s8-in-box {
    flex-wrap: wrap;
    gap: 0px 0;
    margin-top: 0;
  }

  .section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(5) .s8-in-box .img {
    width: 100%;
  }

  .section.section8 .section8-wrap .s8-box-list .s8-box:nth-of-type(5) .s8-in-box .bottom-text {
    width: 100%;
  }

  .section.section9 .read {
    font-size: 15px;
    margin-top: 15px;
  }

  .section.section9 .seminner-box {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    position: relative;
    margin-top: 20px;
  }

  .section.section9 .seminner-box .t-img {
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .section.section9 .seminner-box .seminner-info {
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }

  .section.section9 .seminner-box .seminner-info .info-title {
    width: 50%;
    width: fit-content;
    min-width: 100px;
    margin-left: auto;
    font-size: 12px;
  }

  .section.section9 .seminner-box .seminner-info .name {
    gap: 30px;
    margin-top: 40px;
    flex-direction: column;
    width: 50%;
    margin-left: auto;
    align-items: flex-start;
  }

  .section.section9 .seminner-box .seminner-info .name .ja {
    font-size: 40px;
    white-space: nowrap;
    text-shadow: #000 1px 0 10px;
  }

  .section.section9 .seminner-box .seminner-info .name .en {
    width: calc(100% - 40px);
    margin-left: auto;
  }

  .section.section9 .seminner-box-b .b-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffe2ab;
  }

  .section.section9 .seminner-box .seminner-info .in-text,
  .section.section9 .seminner-box-b .b-text {
    font-size: 15px;
  }

  .section.section10 .read {
    font-size: 15px;
    margin-top: 32px;
  }
  .section.section10 .read .marker_sp {
    background: linear-gradient(transparent 70%, #ffdcb8 0%);
    display: inline;
    padding: 0 2px 4px;
    font-size: 15px;
    color: #cc3333;
    font-weight: 700;
  }
  .section.section10 .read .marker_sp em {
    font-size: 20px;
    color: #cc3333;
    font-weight: 700;
    font-style: normal;
  }

  .section.section10 .s10-box {
    display: flex;
    gap: 20px 0;
    margin-top: 30px;
    flex-direction: column;
  }

  .section.section10 .s10-box .s10-list ul li {
    font-size: 18px;
    padding-left: 30px;
  }

  .section.section11 {
    padding-bottom: 0;
  }

  .section.section11 .section11-title img {
    transform: translateY(20px);
  }

  .section.section11 .s11-box {
    display: flex;
    gap: 18px 0;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 0;
    margin-top: 0px;
  }

  .section.section11 .s11-box .s11-list {
    width: 100%;
    border: 2px solid #c1a774;
    padding: 4px;
  }

  .section.section11 .s11-box .s11-list p .in-text {
    font-size: 18px;
  }
  .section.section11 .s11-box .s11-list p .in-text em {
    font-size: 18px;
  }

  .section.section11 .s11-box .s11-list:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: calc(74px * 0.8);
    height: calc(73px * 0.8);
  }

  .section.section11 .s11-box .s11-list-last {
    width: 100%;
  }

  .section.section11 .s11-box .s11-list-last .in-box {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .section.section11 .s11-box .s11-list-last .in-box .in-box-text {
    width: 100%;
    position: relative;
    padding: 0 0;
    font-size: 15px;
  }

  .section.section11 .s11-box .s11-list-last .in-box .in-box-text:before {
    left: -20px;
    width: calc(74px / 4);
    height: calc(88px / 4);
  }

  .section.section11 .s11-box .s11-list-last .in-box .in-box-text:after {
    right: -20px;
    width: calc(74px / 4);
    height: calc(88px / 4);
  }

  .section.section12 .slider .list .slide-title {
    font-size: 27px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .section.section12 .slider .list .slide-num {
    font-size: 15px;
  }

  .section.section12 .slider .list .c-name {
    padding: 0 15px;
    height: 25px;
    justify-content: flex-end;
  }

  .section.section12 .slick-prev, .section.section12 .slick-next {
    bottom: -92px;
  }

  .section.section12 .slick-next {
    width: calc(294px / 4);
    height: calc(122px / 4);
  }

  .section.section12 .slick-prev {
    width: calc(294px / 4);
    height: calc(122px / 4);
  }

  .section.section13 .s13-list li {
    display: flex;
    background: #FFF;
    flex-direction: column;
  }

  .section.section13 .s13-list li .list-text {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section.section13 .s13-list li .list-text .in-img {
    width: calc(100% + 30px);
    transform: translateX(-15px);
  }

  .section.section13 .s13-list li .list-text .in-read {
    font-size: 15px;
    text-align: center;
  }

  .section.section13 .s13-list li .list-text .in-title {
    font-size: 28px;
    text-align: center;
  }
  .section.section13 .s13-list li .list-text .in-title span {
    font-size: 28px;
  }

  .section.section13 .s13-list li .list-text .in-text {
    font-size: 15px;
    margin-top: 12px;
  }

  .section.section14 {
    padding-top: 0;
    margin-top: 40px;
  }
  .section.section14 .section14-title {
    transform: translateY(-20px);
  }

  .section.section14 .s14-list {
    display: flex;
    gap: 80px 0;
    margin-top: 80px;
    flex-direction: column;
  }

  .section.section14 .s14-list .list .list-title {
    font-size: 24px;
    padding-left: 50px;
    padding-bottom: 12px;
  }

  .section.section15 .read {
    font-size: 15px;
    margin-top: 15px;
    text-align: left;
  }

  .section.section15 .s15-box {
    display: flex;
    gap: 15px 0;
    margin-top: 24px;
    flex-direction: column;
  }

  .section.section15 .coins {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .section.section16 .section16-title {
    font-size: 18px;
    padding: 14px 0;
    width: 100%;
    text-align: center;
  }

  .section.section16 .s16-img {
    margin-top: 20px;
  }

  .section.section17 .section17-title {
    font-size: 33px;
  }

  .section.section17 .s17-box {
    width: 100%;
    border: 4px solid #ededed;
    padding: 10px 15px;
    margin-top: 16px;
  }

  .section.section17 .s17-box .in-title {
    font-size: 15px;
  }

  .section.section17 .s17-box .in-text {
    font-size: 12px;
  }

  .section .form-box .submit-wrap .submit {
    width: 100%;
    width: calc(370px * 0.8);
    height: calc(99px * 0.8);
    background: url(../img/submit_btn.png) no-repeat;
    background-size: cover;
  }

  .section .form-box {
    background: #FFF;
    padding: 55px 20px;
    margin-top: 60px;
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }

  .section .form-box .form-style .form-item {
    gap: 10px 0;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .section .form-box .form-style .form-item .label-box {
    width: 100%;
    align-items: flex-start;
  }

  .section .form-box .form-style .form-item .form-parts {
    width: 100%;
  }

  .section .form-box .checkitem {
    height: 40px;
    font-size: 14px;
    font-feature-settings: "palt";
  }

  .section .form-box .tab-wrap div {
    width: 100%;
  }
  .section .form-box .tab-wrap div .checkitem {
    width: 100%;
  }

  .section .form-box .form-style .form-item .label-box .label {
    font-size: 18px;
    margin-top: 0px;
  }

  .section .form-box .form-style .form-item .form-parts .select-day {
    gap: 10px;
  }

  .section .form-box .form-style .form-item .form-parts .select-day .day-box {
    width: calc((100% - 20px)/3);
  }

  .section .form-box .form-style .form-item .form-parts .select-time .time-box .time-wrap {
    gap: 10px;
    width: 100%;
  }

  .section .form-box .consent {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
  }
  .section .form-box .consent a {
    font-size: 15px;
  }
}
@keyframes shine {
  0% {
    left: -75%;
    opacity: 0;
  }
  70% {
    left: -75%;
    opacity: 0.5;
  }
  71% {
    left: -75%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */

/* 追加 */
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.cta-area-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta-area .cta-area-row .cta_btn {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-area-row .cta_btn {
    width: 100%;
  }
}

/* 取引実績 */
.works_bg {
  background: url(../../assets/img/works_bg_sankaku.png) top / cover no-repeat;
  padding-top: 6.8rem;
  padding-bottom: 8.9rem;
}
.works_media {
  padding-bottom: 8.9rem;
}
.works_media_img {
  margin-top: -50px;
}
.works__title {
  width: 550px;
  margin: 0 auto 20px;
}
.works_3kan {
  width: 500px;
  margin: 0 auto 20px;
}
.works_3kan img {
  width: 100%;
}
.works_3kan_list {
  text-align: center;
}
.works_media_img img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.works_media_logo img {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.intro__lead::after {
  content: none;
}
.intro__meritTop::after {
  content: none;
}
.intro__meritTop {
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .works_bg {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .works_toppa_bg {
    background: url(../../assets/img/works_bg_sp.jpg) top / cover no-repeat;
    padding: 25px 0;
  }
  .works__title {
    width: 90%;
  }
  .works_3kan_bg {
    background: url(../../assets/img/works_3kan_bg.png) top / cover no-repeat;
    padding: 25px 0 60px;
  }
  .works_3kan {
    width: 90%;
  }
  .works_3kan_list {
    width: 90%;
    margin: 0 auto;
  }
  .works_media {
    padding-bottom: 3.5rem;
  }
}



/* セミナー内容 */
.s10-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
.s10-row .s10-item {
  width: 48%;
}
.s10-row .s10-item .list-img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .s10-row .s10-item {
    width: 100%;
  }
  .section.section10 .s10-box .s10-list .s10-row .s10-item:last-child ul {
    padding-top: 0;
  }
  .section.section10 .s10-box .s10-list ul li {
    margin-bottom: 10px;
  }
  .section.section10 .s10-box .s10-list ul {
    padding-left: 0;
    padding-right: 0;
  }
  .s10-row .s10-item .list-img {
    width: 100%;
  }
  .section.section10 {
    padding-bottom: 0;
  }
  .section.section10 .s10-box {
    background-color: #f3efeb;
  }
  .section.section10 .s10-box .s10-list:after {
    content: none;
  }
}

/* とっておきの物件情報 */
.section15-title-gold {
  width: 300px;
  margin: 0 auto;
}
.section15-title-gold img {
  vertical-align: bottom;
}
.section.section15 .s15-box {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .section.section15 .section15-title {
    display: block;
  }
  .section.section15 .section15-title .t2 em {
    width: 90px;
    height: 90px;
    font-size: 58px;
  }
  .section.section15 .section15-title .t1 {
    font-size: 32px;
  }
  .section.section6 + .cta-area {
    padding-top: 80px;
  }
}