@charset "UTF-8";
/*#####################################################################
 # 
 # アソビュー！LP スタイルシート
 #
 #####################################################################*/
/*
 ========== メディアクエリガイド ==========

 1.全体共通設定
 2.小型ノートPC版 （max-width:1280px）
 3.大型タブレット版 （max-width:1024px）
 4.主にタブレット版 （max-width:768px）
 5.主にスマホ版 （max-width:640px）

 */
/*#####################################################################
 * 
 * 1.全体共通設定
 * 
 #####################################################################*/
/***********************************************************
 * レイアウト基本構成
 */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "arial", Arial, sans-serif;
  margin: 0;
}

/***********************************************************
 * エレメンツ個別設定
 */
#header {
  background: url(../img/header_bg.png) no-repeat scroll top center/cover transparent;
  min-height: calc(100vh + 2em);
  display: flex;
  flex-flow: column;
}
#header .logo_block {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1.3em 2em 0.5em;
}
#header .logo_block h1 {
  margin-bottom: -10px;
}
#header .logo_block .logo {
  width: 160px;
}
#header .logo_block .text {
  color: #E34F34;
  font-weight: 900;
  margin: 0;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 10%;
}
#header .header_container {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  flex: 1;
}
#header .header_container .header_content {
  background: no-repeat scroll 99% top/contain transparent;
  position: relative;
  height: 100%;
  max-width: calc(1440px + (100vw - 1440px) / 2);
  padding-bottom: 2em;
}
#header .header_container .header_content.change_bg::before, #header .header_container .header_content.change_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 99% top;
}
@media print, screen and (max-width: 1500px) {
  #header .header_container .header_content.change_bg::before, #header .header_container .header_content.change_bg::after {
    background-size: contain;
    background-position: 85% center;
  }
}
@media print, screen and (max-width: 1280px) {
  #header .header_container .header_content.change_bg::before, #header .header_container .header_content.change_bg::after {
    background-size: contain;
  }
}
@media print, screen and (max-width: 1024px) {
  #header .header_container .header_content.change_bg::before, #header .header_container .header_content.change_bg::after {
    background-size: 47% auto;
  }
}
#header .header_container .header_content.change_bg::before, #header .header_container .header_content.change_bg::after {
  z-index: 0;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
#header .header_container .header_content.change_bg::before {
  background-image: var(--bg-before);
}
#header .header_container .header_content.change_bg::after {
  background-image: var(--bg-after);
}
#header .header_container .header_content {
  /* クラスの切り替えでフェードイン/アウトを制御 */
}
#header .header_container .header_content.change_bg.init::before {
  opacity: 1;
}
#header .header_container .header_content { /* 最初の表示用 */ }
#header .header_container .header_content.change_bg.fade::before {
  opacity: 0;
}
#header .header_container .header_content { /* beforeを消す */ }
#header .header_container .header_content.change_bg.fade::after {
  opacity: 1;
}
#header .header_container .header_content { /* afterを出す */ }
#header .header_container .header_content .content_wrap {
  text-align: center;
  width: 50vw;
}
#header .header_container .header_content .content_wrap .content_block {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: end;
  position: relative;
  container-type: inline-size;
  z-index: 12;
}
#header .header_container .header_content .content_wrap .content_block .inner {
  max-width: 720px;
  width: 100%;
}
@container (max-width: 750px) {
  #header .header_container .header_content .content_wrap .content_block .inner {
    padding-left: 20cqi;
  }
}
#header .header_container .header_content .content_wrap .content_block .inner .sub_title {
  margin-bottom: -80px;
  position: relative;
}
#header .header_container .header_content .content_wrap .content_block .inner .sub_title .text {
  position: absolute;
  z-index: 2;
}
#header .header_container .header_content .content_wrap .content_block .inner .sub_title .text .cover {
  display: flex;
  color: #ffffff;
  background: #E34F34;
  border-radius: 6em;
  width: 5.5em;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 1440px) {
  #header .header_container .header_content .content_wrap .content_block .inner .sub_title .text .cover {
    width: 10.7vw;
    font-size: 1.95vw;
  }
}
@media print, screen and (max-width: 640px) {
  #header .header_container .header_content .content_wrap .content_block .inner .sub_title .text {
    z-index: 3;
  }
  #header .header_container .header_content .content_wrap .content_block .inner .sub_title .text .cover {
    width: 22vw;
    font-size: 3.4vw;
  }
}
#header .header_container .header_content .content_wrap .content_block .inner .sub_title .img {
  position: relative;
  z-index: 3;
  padding-left: 103px;
  text-align: right;
}
#header .header_container .header_content .content_wrap .content_block .inner .sub_title .img img {
  transform: translateY(-30px) translateX(40px);
}
@media print, screen and (max-width: 1440px) {
  #header .header_container .header_content .content_wrap .content_block .inner .sub_title .img {
    padding-left: 7.2vw;
  }
}
@media print, screen and (max-width: 640px) {
  #header .header_container .header_content .content_wrap .content_block .inner .sub_title .img {
    z-index: 2;
    padding-left: 0;
  }
  #header .header_container .header_content .content_wrap .content_block .inner .sub_title .img img {
    transform: translateY(0) translateX(0);
  }
}
#header .header_container .header_content .content_wrap .content_block .inner .member_block {
  text-align: center;
  margin-bottom: 5px;
}
#header .header_container .header_content .content_wrap .content_block .inner h2 {
  font-size: 28px;
}
#header .header_container .header_content .content_wrap .content_block .inner .lead_text {
  font-size: 24px;
  font-weight: 600;
  margin: 0em 0 0.5em;
}
#header .header_container .header_content .content_wrap .content_block .inner .btn_block {
  position: relative;
  z-index: 10;
}
#header .header_container .header_content .content_wrap .content_block .inner .btn_block .btn_box {
  display: flex;
  justify-content: center;
  gap: 1em;
}
#header .header_container .people {
  position: absolute;
  right: 98px;
  bottom: -160px;
  z-index: 10;
}
@media print, screen and (max-width: 1440px) {
  #header .header_container .people {
    width: 25vw;
    bottom: -11.5vw;
  }
}

.splide_block {
  position: relative;
  z-index: 99;
}
#nav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#nav.show_nav {
  opacity: 1;
  visibility: visible;
}
#nav .nav_block {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  gap: 1.5em;
  padding: 1em 2em;
}
#nav .nav_block a {
  pointer-events: auto;
  max-width: 230px;
}
@media print, screen and (min-width: 641px) and (max-width: 1280px) {
  #nav .nav_block a {
    max-width: 18vw;
  }
}

#footer {
  background: url(../img/footer_section_bg.png) repeat scroll center top transparent;
}
#footer #event_list h2 {
  text-align: center;
  margin-bottom: 37px;
}
#footer #event_list h2 a {
  max-width: 377px;
  display: inline-block;
}
#footer #event_list .schedule_block {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 88px;
  gap: 2em 0;
}
#footer #event_list .schedule_block .schedule_box {
  display: flex;
  align-items: center;
  width: 50%;
}
#footer #event_list .schedule_block .schedule_box .kaijo {
  display: inline-block;
  padding: 0.5em 2em;
  background: #F2AD32;
  color: #ffffff;
  border-radius: 0.7em;
  margin-right: 1em;
}
#footer #event_list .schedule_block .schedule_box .text {
  font-size: 20px;
}
#footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 38px;
}
#footer .company {
  margin-bottom: 13px;
}
#footer .to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 72px;
  height: 72px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}
#footer .to-top-btn a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#footer .to-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#footer .to-top-btn:hover {
  opacity: 0.8;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

/***********************************************************
 * タグ別設定
 */
a {
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
a.btn_shadow img {
  filter: drop-shadow(4px 4px 0 #99311E);
}
a:hover {
  opacity: 0.7;
}
a:hover.btn_shadow {
  opacity: 1;
}
a:hover.btn_shadow img {
  filter: drop-shadow(0 0 0 transparent);
  transform: translate(4px, 4px);
}

img {
  display: initial;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

h2, h3 {
  margin: 0;
}

p {
  margin: 0;
}

.title_y_bg h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  background: url(../img/section_title_bg.png) no-repeat scroll center center/contain transparent;
  padding: 2em 0;
  letter-spacing: 10%;
}

.title_w_border h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 20%;
  position: relative;
  z-index: 11;
}
.title_w_border h2 span {
  paint-order: stroke;
  -webkit-text-stroke: 9px white;
}

.border_dashed {
  background-image: repeating-linear-gradient(90deg, #f2ad32, #f2ad32 13px, transparent 13px, transparent 26px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 5px;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.pc.tb {
  display: block;
}

.visible_pc {
  display: initial;
}

.visible_tb {
  display: none;
}

.visible_sp {
  display: none;
}

/***********************************************************
 * 階層別設定
 */
/*==================== メインページ ====================*/
/*==================== サブページ ====================*/
/***********************************************************
 * ページ個別設定
 */
/*==================== トップページ ====================*/
/*==================== ページ ====================*/
#section01 {
  background: url(../img/section01_section_bg.png) repeat scroll center center transparent;
  position: relative;
  padding: 1em 0;
}
#section01:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: calc(-1 * (34vw - 0.5em));
  left: 0px;
  z-index: 9;
  aspect-ratio: 90/31;
  background: url(../img/section01_section_bg_top.png) no-repeat scroll bottom center transparent;
  background-size: 100%;
}
@media print, screen and (max-width: 1440px) {
  #section01:before {
    background-size: initial;
    top: -496px;
    height: 496px;
    aspect-ratio: initial;
  }
}
#section01:after {
  background: url(../img/section01_section_bg_bottom.png) no-repeat scroll top center/cover transparent;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: calc(-1 * (29vw - 0.5em));
  left: 0px;
  z-index: 9;
  aspect-ratio: 1440/419;
  background: url(../img/section01_section_bg_bottom.png) no-repeat scroll top center transparent;
  background-size: 100%;
}
@media print, screen and (max-width: 1440px) {
  #section01:after {
    background-size: initial;
    bottom: -419px;
    height: 419px;
    aspect-ratio: initial;
  }
}
#section01 .container {
  padding-top: 200px;
}
#section01 .section_title {
  text-align: center;
  margin-bottom: 6em;
}
#section01 .section_title .title_wrap {
  position: relative;
  display: inline-block;
}
#section01 .section_title .title_wrap h2:after {
  content: "";
  display: block;
  height: 4px;
  width: 74%;
  position: absolute;
  bottom: -25px;
  left: 13%;
  background-image: linear-gradient(to right, #FFFFFF 7px, transparent 5px);
  background-size: 17px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#section01 .section_title .title_wrap .fukidashi {
  position: absolute;
  left: 0;
  top: -125px;
  max-width: 425px;
}
#section01 .section_title .title_wrap .people {
  position: absolute;
  right: -170px;
  top: -70px;
  z-index: 10;
  max-width: 208px;
}
@media print, screen and (max-width: 1200px) {
  #section01 .section_title .title_wrap .people {
    right: calc(-14.2vw + (1200px - 100vw) / 3.2);
    max-width: 17vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #section01 .section_title .title_wrap .people {
    right: calc(-7.2vw + (1024px - 100vw) / 3.2);
  }
}
#section01 .content_block {
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 68px;
  padding: 94px 50px;
}
#section01 .content_block .content_title {
  text-align: center;
  margin-bottom: 45px;
}
#section01 .content_block .content_title h3 {
  display: inline-block;
  font-size: 28px;
  line-height: 175%;
  position: relative;
}
#section01 .content_block .content_title h3:before {
  content: "";
  background: url(../img/section01_contenttitle_border_left.png) no-repeat scroll center center/cover transparent;
  width: 99px;
  height: 116px;
  display: block;
  position: absolute;
  top: 0;
  left: -115px;
}
#section01 .content_block .content_title h3:after {
  content: "";
  background: url(../img/section01_contenttitle_border_right.png) no-repeat scroll center center/cover transparent;
  width: 99px;
  height: 116px;
  display: block;
  position: absolute;
  top: 0;
  right: -99px;
}
#section01 .content_block .info_block {
  display: flex;
}
#section01 .content_block .info_block .info_box {
  width: 50%;
}
#section01 .content_block .info_block .text {
  font-size: 24px;
  font-weight: 500;
  padding: 48px 25px 77px 77px;
  line-height: 200%;
}
#section01 .content_block .suggest_block {
  text-align: center;
  margin-bottom: 55px;
}
#section01 .content_block .suggest_block .suggest_wrap {
  position: relative;
  display: inline-block;
  background: url(../img/section01_leadtext_bg.png) no-repeat scroll center center/contain transparent;
  padding: 2.2em 5.5em;
}
#section01 .content_block .suggest_block .suggest_wrap p {
  font-size: 20px;
  font-weight: 600;
  line-height: 178%;
}
#section01 .content_block .suggest_block .suggest_wrap .people {
  position: absolute;
  right: -135px;
  top: -20px;
  max-width: 220px;
}
#section01 .content_block .suggest_list_block ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  max-width: 810px;
  margin: 0 auto 2em;
  gap: 2em 0;
}
#section01 .content_block .suggest_list_block ul li {
  width: 33%;
  text-align: center;
}
#section01 .content_block .suggest_list_block ul li img {
  max-width: 220px;
}
#section01 .content_block .arrow_wrap {
  text-align: center;
}
#section01 .content_block .arrow_wrap img {
  max-width: 215px;
}
@media print, screen and (max-width: 640px) {
  #section01 .content_block .arrow_wrap img {
    max-width: 50%;
  }
}
#section01 .content_block .message_block {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
#section01 .content_block .message_block .message_wrap {
  text-align: center;
  display: inline-block;
  position: relative;
}
#section01 .content_block .message_block .message_wrap p {
  display: inline-block;
}
#section01 .content_block .message_block .message_wrap .text_wrap {
  display: inline-block;
  background: #FFFF00;
  letter-spacing: 20%;
  padding: 0.2em 1em;
  position: relative;
}
#section01 .content_block .message_block .message_wrap .text_wrap:after {
  content: "";
  display: block;
  height: 4px;
  width: 90%;
  position: absolute;
  bottom: -10px;
  left: 5%;
  background-image: repeating-linear-gradient(90deg, #f2ad32, #f2ad32 13px, transparent 13px, transparent 26px), repeating-linear-gradient(180deg, #f2ad32, #f2ad32 13px, transparent 13px, transparent 26px), repeating-linear-gradient(90deg, #f2ad32, #f2ad32 13px, transparent 13px, transparent 26px), repeating-linear-gradient(180deg, #f2ad32, #f2ad32 13px, transparent 13px, transparent 26px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
}
#section01 .content_block .message_block .message_wrap .particle01 {
  position: absolute;
  left: -72px;
  top: -12px;
  max-width: 74px;
}
#section01 .content_block .message_block .message_wrap .particle02 {
  position: absolute;
  right: -70px;
  bottom: -50px;
  max-width: 74px;
}

#section02 {
  background: url(../img/body_bg.png) no-repeat fixed center center/cover transparent;
}
#section02 .container {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 30em 2.8em 15em;
}
#section02 .section_title {
  text-align: center;
  margin-bottom: 68px;
}
#section02 .section_title h2 big {
  font-size: 160%;
}
#section02 .reason_block .reason_row {
  margin-bottom: 70px;
  display: flex;
}
#section02 .reason_block .reason_row:last-child {
  margin-bottom: 0;
}
#section02 .reason_block .reason_row:nth-child(2) {
  justify-content: end;
}
#section02 .reason_block .reason_row .reason_box {
  display: flex;
  align-items: center;
  max-width: 1000px;
  padding: 2.5em;
  border-radius: 2em;
  flex-grow: 1;
}
#section02 .reason_block .reason_row .reason_box h3 {
  margin-bottom: 1em;
  display: flex;
  color: #ffffff;
  align-items: center;
}
#section02 .reason_block .reason_row .reason_box h3 .num {
  width: 15%;
}
#section02 .reason_block .reason_row .reason_box h3 .title {
  height: 89px;
  display: flex;
  align-items: center;
  padding-right: 2.5em;
  font-size: 28px;
  position: relative;
  padding-left: 27px;
  background: no-repeat scroll transparent;
  background-position-y: calc(50% + 2px);
  background-position-x: left;
  background-size: contain;
  transform: translateX(-5px);
}
#section02 .reason_block .reason_row .reason_box h3 .title.title01 {
  background-image: url(../img/section02_list_title_bg_01.png);
}
#section02 .reason_block .reason_row .reason_box h3 .title.title02 {
  background-image: url(../img/section02_list_title_bg_02.png);
}
#section02 .reason_block .reason_row .reason_box h3 .title.title03 {
  background-image: url(../img/section02_list_title_bg_03.png);
}
#section02 .reason_block .reason_row .reason_box .text_box {
  padding-left: 5.2em;
}
#section02 .reason_block .reason_row .reason_box .text_box .wrap {
  position: relative;
}
#section02 .reason_block .reason_row .reason_box .text_box .wrap:before {
  content: "";
  width: 1em;
  height: 100%;
  position: absolute;
  left: -47px;
  top: 0;
}
#section02 .reason_block .reason_row .reason_box .text_box .wrap {
  background: #ffffff;
  padding: 1.5em 2em;
  line-height: 175%;
  border-radius: 1em;
  max-width: 531px;
  height: 170px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
#section02 .reason_block .reason_row .reason_box.reason_01 {
  padding-right: 0;
}
#section02 .reason_block .reason_row .reason_box.reason_01 .text_box .wrap:before {
  background: #E34F34;
}
#section02 .reason_block .reason_row .reason_box.reason_01 {
  background: url(../img/section02_listbg_01.png) repeat scroll center center/cover transparent;
}
#section02 .reason_block .reason_row .reason_box.reason_01 .img_wrap {
  padding-left: 1.5em;
}
#section02 .reason_block .reason_row .reason_box.reason_02 {
  flex-flow: row-reverse;
}
#section02 .reason_block .reason_row .reason_box.reason_02 .text_box .wrap:before {
  background: #3963A6;
}
#section02 .reason_block .reason_row .reason_box.reason_02 .img_wrap {
  max-width: 313px;
}
@media print, screen and (max-width: 1024px) {
  #section02 .reason_block .reason_row .reason_box.reason_02 .img_wrap {
    max-width: 23vw;
  }
}
@media print, screen and (max-width: 640px) {
  #section02 .reason_block .reason_row .reason_box.reason_02 .img_wrap {
    max-width: 100%;
  }
}
#section02 .reason_block .reason_row .reason_box.reason_02 {
  background: url(../img/section02_listbg_02.png) repeat scroll center center/cover transparent;
}
#section02 .reason_block .reason_row .reason_box.reason_03 {
  padding-right: 0;
}
#section02 .reason_block .reason_row .reason_box.reason_03 .text_box .wrap:before {
  background: #17A062;
}
#section02 .reason_block .reason_row .reason_box.reason_03 .img_wrap {
  max-width: 304px;
}
@media print, screen and (max-width: 1024px) {
  #section02 .reason_block .reason_row .reason_box.reason_03 .img_wrap {
    max-width: 23vw;
  }
}
@media print, screen and (max-width: 640px) {
  #section02 .reason_block .reason_row .reason_box.reason_03 .img_wrap {
    max-width: 100%;
  }
}
#section02 .reason_block .reason_row .reason_box.reason_03 {
  background: url(../img/section02_listbg_03.png) repeat scroll center center/cover transparent;
}
#section02 .reason_block .reason_row .reason_box .img_wrap {
  flex-grow: 1;
}

#section03 {
  background: url(../img/section03_section_bg.png) repeat scroll center center transparent;
  position: relative;
  padding: 1em 0;
}
#section03:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: calc(-1 * (21vw - 0.5em));
  left: 0px;
  z-index: 9;
  aspect-ratio: 1440/299;
  background: url(../img/section03_section_bg_top.png) no-repeat scroll bottom center transparent;
  background-size: 100%;
}
@media print, screen and (max-width: 1440px) {
  #section03:before {
    background-size: initial;
    top: -299px;
    height: 299px;
    aspect-ratio: initial;
  }
}
#section03:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: calc(-1 * (13vw - 0.5em));
  left: 0px;
  z-index: 9;
  aspect-ratio: 1440/193;
  background: url(../img/section03_section_bg_bottom.png) no-repeat scroll top center transparent;
  background-size: 100%;
}
@media print, screen and (max-width: 1440px) {
  #section03:after {
    background-size: initial;
    bottom: -190px;
    height: 193px;
    aspect-ratio: initial;
  }
}
#section03 .section_title {
  text-align: center;
}
#section03 .section_title .fukidashi {
  text-align: center;
}
#section03 .section_title .fukidashi img {
  max-width: 200px;
}
#section03 .section_title h2 {
  margin-bottom: 57px;
}
#section03 .schedule_block {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
  padding: 3em 3.2em 4em;
}
#section03 .schedule_block .schedule {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3.6em;
  padding: 0 1em;
}
#section03 .schedule_block .schedule .row {
  padding: 1em 0;
  display: flex;
}
#section03 .schedule_block .schedule .row.row01 {
  background-image: linear-gradient(to right, #F2AD32 7px, transparent 5px);
  background-size: 17px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-top: 0;
}
#section03 .schedule_block .schedule .row.row02 {
  padding-bottom: 0;
}
#section03 .schedule_block .schedule .row .label {
  margin-right: 4em;
}
#section03 .schedule_block .schedule .row .label .wrap {
  display: inline-block;
  padding: 0.8em 3em;
  background: #F2AD32;
  color: #ffffff;
  border-radius: 1em;
}
#section03 .schedule_block .schedule .row .text {
  display: flex;
  align-items: center;
}
#section03 .schedule_block .info_block {
  background: #E9F1FF;
  border-radius: 30px;
  padding: 0 1.7em 1.7em;
  text-align: center;
}
#section03 .schedule_block .info_block h3 {
  text-align: center;
  transform: translateY(-30px);
}
#section03 .schedule_block .info_block h3 img {
  max-width: 505px;
}
@media print, screen and (max-width: 1200px) {
  #section03 .schedule_block .info_block h3 img {
    max-width: 100%;
  }
}
#section03 .schedule_block .info_block .lead_text {
  line-height: 200%;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  text-align: left;
  margin-bottom: 46px;
}
#section03 .schedule_block .info_block .btn_box {
  display: flex;
  justify-content: center;
  gap: 1em;
}

#section04 {
  background: url(../img/body_bg.png) no-repeat fixed center center/cover transparent;
}
#section04 .container {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 290px 0 200px;
  position: relative;
}
#section04 .section_title {
  text-align: center;
  margin-bottom: 28px;
}
#section04 .graph_block .graph_content {
  display: flex;
  justify-content: center;
}
#section04 .graph_block .graph_content .graph_box {
  text-align: center;
  position: relative;
  padding: 0 4em;
}
#section04 .graph_block .graph_content .graph_box h3 {
  margin-bottom: 47px;
  text-align: center;
}
#section04 .graph_block .graph_content .graph_box h3 img {
  max-width: 462px;
}
@media print, screen and (max-width: 1200px) {
  #section04 .graph_block .graph_content .graph_box h3 img {
    max-width: 100%;
  }
}
#section04 .graph_block .graph_content .graph_box .img {
  margin-bottom: 30px;
}
#section04 .graph_block .graph_content .graph_box .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
#section04 .graph_block .graph_content .graph_box .people01 {
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 230px;
}
@media print, screen and (max-width: 1440px) {
  #section04 .graph_block .graph_content .graph_box .people01 {
    right: calc(-6.4vw + (1440px - 100vw) / 7);
  }
}
@media print, screen and (max-width: 1280px) {
  #section04 .graph_block .graph_content .graph_box .people01 {
    right: 1.6vw;
    width: 13vw;
    bottom: 6vw;
  }
}
#section04 .graph_block .graph_content .graph_box .people02 {
  position: absolute;
  left: -40px;
  bottom: 510px;
}
@media print, screen and (max-width: 1440px) {
  #section04 .graph_block .graph_content .graph_box .people02 {
    left: calc(-3.4vw + (1440px - 100vw) / 4);
  }
}
@media print, screen and (max-width: 1280px) {
  #section04 .graph_block .graph_content .graph_box .people02 {
    left: 1.6vw;
    bottom: initial;
    top: 13vw;
    width: 12vw;
  }
}

#section05 {
  background: url(../img/footer_section_bg.png) repeat scroll center top transparent;
  padding-bottom: 136px;
}
#section05 h2 {
  text-align: center;
}
#section05 h2 .wrap {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  background: #F2AD32;
  letter-spacing: 10%;
  padding: 1em 3em;
  border-radius: 2em;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  transform: translateY(-1.5em);
}
#section05 .recommend_block .example_block {
  max-width: 900px;
  margin: 0 auto;
}
#section05 .recommend_block .example_block .row {
  display: flex;
  margin-bottom: -1em;
}
#section05 .recommend_block .example_block .row.row02, #section05 .recommend_block .example_block .row.row04 {
  justify-content: end;
}

#section06 {
  background: url(../img/body_bg.png) no-repeat fixed center center/cover transparent;
  padding-block: 100px 300px;
}
#section06 .section_title {
  text-align: center;
  margin-bottom: 4em;
}
#section06 .example_block {
  max-width: 1200px;
  margin: 0 auto;
  background: #F2AD32;
  color: #ffffff;
  border-radius: 33px;
  padding: 3em 6em;
  margin-bottom: 8.5em;
}
#section06 .example_block h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 1em;
}
#section06 .example_block .example_list {
  display: flex;
  gap: 5em;
  justify-content: space-between;
}
#section06 .example_block .example_list .example_box {
  width: 33.3333333333%;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  color: #F2AD32;
  padding: 1em 2em;
}
#section06 .example_block .example_list .example_box h3 {
  background: #ffffff;
  color: #F2AD32;
  border: 3px solid #F2AD32;
  border-radius: 2em;
  padding: 0.3em;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
}
#section06 .example_block .example_list .example_box .img {
  text-align: center;
}
#section06 .intro_block {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33.3333333333% - 1em));
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 100px;
}
#section06 .intro_block .intro_box {
  border: 4px solid #3863A6;
  border-radius: 1em;
  padding: 2em;
  background: #ffffff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
#section06 .intro_block .intro_box .img {
  text-align: center;
  margin-bottom: 1em;
}
#section06 .intro_block .intro_box h3 {
  color: #ffffff;
  background: #3863A6;
  padding: 0.5em 0.2em;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 10%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#section06 .intro_block .intro_box .text p:first-child {
  margin-bottom: 1em;
}

#section07 {
  position: relative;
  background: url(../img/section07_section_bg.png) repeat scroll center center transparent;
  padding: 1em 0;
}
@media print, screen and (max-width: 1440px) {
  #section07 {
    background-size: initial;
  }
}
#section07:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 720/131;
  top: calc(-1 * (18vw - 0.5em));
  left: 0px;
  z-index: 9;
  background: url(../img/section07_section_bg_top.png) no-repeat scroll bottom center transparent;
  background-size: 100%;
}
@media print, screen and (max-width: 1440px) {
  #section07:before {
    background-size: initial;
    top: -260px;
    height: 262px;
    aspect-ratio: initial;
  }
}
#section07:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  aspect-ratio: 1440/203;
  bottom: calc(-1 * (14vw - 0.5em));
  left: 0px;
  z-index: 9;
  background: url(../img/section07_section_bg_bottom.png) no-repeat scroll top center transparent;
  background-size: 100%;
}
@media print, screen and (max-width: 1440px) {
  #section07:after {
    background-size: initial;
    height: 203px;
    bottom: -200px;
    aspect-ratio: initial;
  }
}
#section07 h2 {
  margin-bottom: 78px;
}
#section07 .flow_block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px;
  border-radius: 58px;
  background: #ffffff;
}
#section07 .flow_block .flow_box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  position: relative;
  background: url(../img/section07_listtext_bg.svg) no-repeat scroll top center/contain transparent;
  padding: 1.2em 2em 4em;
  gap: 2em;
}
#section07 .flow_block .flow_box .number {
  max-width: 89px;
}
#section07 .flow_block .flow_box .wrap {
  max-width: 445px;
}
#section07 .flow_block .flow_box .wrap h3 {
  color: #17A062;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#section07 .flow_block .flow_box .wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
}
#section07 .flow_block .flow_box .img {
  position: absolute;
  right: -37px;
  top: -45px;
  max-width: 204px;
}
#section07 .flow_block .dotto_box {
  text-align: center;
  margin-bottom: 1em;
}

#section08 {
  background: url(../img/body_bg.png) no-repeat fixed center center/cover transparent;
}
#section08 .container {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding-top: 256px;
}
#section08 .section_title {
  text-align: center;
  margin-bottom: 70px;
}
#section08 .qanda_block {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#section08 .qanda_block .qanda_box {
  margin-bottom: 3em;
}
#section08 .qanda_block .qanda_box:last-child {
  margin-bottom: 0;
}
#section08 .qanda_block .qanda_box .q_title {
  background: #3963A6;
  color: #ffffff;
  padding: 1.5em 1.5em 1.5em 3.5em;
  position: relative;
}
#section08 .qanda_block .qanda_box .q_title:before {
  content: "";
  background: url(../img/section08_qanda_q.png) no-repeat scroll center center/cover transparent;
  width: 35px;
  height: 36px;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 0.5em;
}
#section08 .qanda_block .qanda_box .q_title .wrap {
  position: relative;
}
#section08 .qanda_block .qanda_box .q_title .wrap::before, #section08 .qanda_block .qanda_box .q_title .wrap::after {
  content: "";
  position: absolute;
  right: 0; /* 右端からの位置 */
  top: 50%;
  width: 16px; /* アイコンの幅 */
  height: 2px; /* 線の太さ */
  background-color: #fff; /* アイコンの色 */
  transform: translateY(-50%);
  transition: transform 0.3s ease; /* 変化を滑らかに */
}
#section08 .qanda_block .qanda_box .q_title.current .wrap::after {
  transform: translateY(-50%) rotate(90deg);
}
#section08 .qanda_block .qanda_box .a_text {
  background: #FFF3DE;
  line-height: 175%;
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
}
#section08 .qanda_block .qanda_box .a_text:before {
  content: "";
  background: url(../img/section08_qanda_a.png) no-repeat scroll center center/cover transparent;
  width: 35px;
  height: 36px;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 0.5em;
}
#section08 .qanda_block .qanda_box .a_text.open {
  padding: 1.5em 1.5em 1.5em 3.5em;
  height: auto;
  opacity: 1;
}

#section09 {
  background: #FDD23E;
}

.cta_content {
  background: #FDD23E;
  padding: 100px 1em 75px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 26px;
}
.cta_content .cta_block {
  max-width: 1015px;
  margin: 0 auto;
  padding: 50px 35px 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.cta_content .cta_block .cta_title h2 {
  text-align: center;
  transform: translateY(-65px);
}
.cta_content .cta_block .cta_title h2 .wrap {
  font-size: 28px;
  font-weight: 700;
  border: 3px solid #F2AD32;
  background: #ffffff;
  letter-spacing: 10%;
  padding: 1em 3em;
  border-radius: 2em;
}
.cta_content .cta_block .text {
  margin-bottom: 3em;
  text-align: center;
}
.cta_content .cta_block .text .wrap {
  display: inline-block;
  position: relative;
}
.cta_content .cta_block .text .wrap:before {
  content: "";
  background: url(../img/section01_contenttitle_border_left.png) no-repeat scroll center center/cover transparent;
  width: 81px;
  height: 95px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: -100px;
}
.cta_content .cta_block .text .wrap:after {
  content: "";
  background: url(../img/section01_contenttitle_border_right.png) no-repeat scroll center center/cover transparent;
  width: 81px;
  height: 95px;
  display: block;
  position: absolute;
  bottom: -10px;
  right: -99px;
}
.cta_content .cta_block .text .wrap span {
  display: block;
  font-weight: 700;
}
.cta_content .cta_block .text .wrap span.up {
  color: #E34F34;
  font-size: 30px;
}
.cta_content .cta_block .text .wrap span.down {
  font-size: 36px;
}
.cta_content .cta_block .btn_box {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.cta_content .cta_block .btn_box a {
  max-width: 311px;
}
@media print, screen and (max-width: 1200px) {
  .cta_content .cta_block .btn_box a {
    max-width: 100%;
  }
}

/*#####################################################################

  2.小型ノートPC版 （max-width:1280px）

 #####################################################################*/
@media print, screen and (max-width: 1280px) {
  /***********************************************************
   * レイアウト基本構成
   */
  /***********************************************************
   * エレメンツ個別設定
   */
  /*==================== ヘッダー ====================*/
  #header .header_container .header_content .content_wrap {
    width: clamp(50vw, 1088px - 35vw, 70vw);
  }
  /*==================== ナビゲーション ====================*/
  /*==================== サイドバー ====================*/
  /*==================== フッター ====================*/
  /***********************************************************
   * タグ別設定
   */
  /***********************************************************
   * 階層別設定
   */
  /*==================== メインページ ====================*/
  /*==================== サブページ ====================*/
  /***********************************************************
   * ページ個別設定
   */
  /*==================== トップページ ====================*/
  /*==================== ページ ====================*/
  #section01 .container {
    padding-inline: 10px;
    overflow-x: hidden;
  }
  #section02 .container {
    padding-inline: 3.5vw;
  }
  #section04 .container {
    padding-inline: 10px;
  }
  #section04 .section_title {
    position: relative;
    z-index: 12;
  }
  #section04 .graph_block .graph_content .graph_box {
    padding: 0 4vw;
  }
  #section06 .container {
    padding-inline: 10px;
  }
  #section06 .example_block {
    padding-inline: 7vw;
  }
  #section06 .example_block .example_list {
    gap: 4vw;
  }
  #section06 .example_block .example_list .example_box {
    padding-inline: 2vw;
  }
  #section06 .intro_block .intro_box {
    padding: 1.5vw;
  }
  /************************************************************
   * 表示・非表示設定
   */
  .sp {
    display: none;
  }
}
/*#####################################################################

  3.大型タブレット版 （max-width:1024px）

 #####################################################################*/
@media print, screen and (max-width: 1024px) {
  /***********************************************************
   * レイアウト基本構成
   */
  /***********************************************************
   * エレメンツ個別設定
   */
  /*==================== ヘッダー ====================*/
  #header {
    min-height: initial;
    padding-bottom: 5vw;
  }
  /*==================== ナビゲーション ====================*/
  /*==================== サイドバー ====================*/
  /*==================== フッター ====================*/
  /***********************************************************
   * タグ別設定
   */
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  .pc.tb {
    display: block !important;
  }
  .visible_pc {
    display: none;
  }
  .visible_tb {
    display: block;
  }
  .visible_sp {
    display: none;
  }
  /***********************************************************
   * 階層別設定
   */
  /*==================== メインページ ====================*/
  /*==================== サブページ ====================*/
  /***********************************************************
   * ページ個別設定
   */
  /*==================== トップページ ====================*/
  /*==================== ページ ====================*/
  #section01 .content_block {
    padding: 9vw 3vw;
  }
  #section01 .content_block .content_title h3:before {
    left: calc(-9vw + (1000px - 100vw) / 4);
    width: 8.5vw;
    height: 10vw;
    top: 25%;
  }
  #section01 .content_block .content_title h3:after {
    right: calc(-9vw + (1000px - 100vw) / 4);
    width: 8.5vw;
    height: 10vw;
    top: 25%;
  }
  #section01 .content_block .info_block .text {
    padding: 4vw 2vw 7vw 7vw;
  }
  #section01 .content_block .suggest_block .suggest_wrap {
    padding: 2.2em 7vw;
  }
  #section02 .reason_block .reason_row .reason_box {
    padding: 3vw;
  }
  #section02 .reason_block .reason_row .reason_box h3 {
    margin-bottom: 1vw;
  }
  #section02 .reason_block .reason_row .reason_box h3 .num {
    width: 9vw;
  }
  #section02 .reason_block .reason_row .reason_box h3 .title {
    background-size: 75%;
    padding-left: 3vw;
    background-position-x: 0;
    background-position-y: calc(50% + 0px);
    width: 85%;
    padding-right: 15vw;
    font-size: 2.8vw;
    height: 3em;
    transform: translateX(-8px);
  }
  #section02 .reason_block .reason_row .reason_box h3 .title:before {
    display: none;
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title01 {
    background-image: url(../img/sp/section02_list_title_bg_01_tb.png);
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title02 {
    background-image: url(../img/sp/section02_list_title_bg_02_sp.png);
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title03 {
    background-image: url(../img/sp/section02_list_title_bg_03_sp.png);
  }
  #section02 .reason_block .reason_row .reason_box.reason_01 {
    padding-right: 3vw;
  }
  #section02 .reason_block .reason_row .reason_box.reason_03 {
    padding-right: 3vw;
  }
  #section02 .reason_block .reason_row .reason_box .text_box {
    padding-left: 8.2vw;
  }
  #section02 .reason_block .reason_row .reason_box .text_box .wrap {
    height: initial;
  }
  #section02 .reason_block .reason_row .reason_box .text_box .wrap:before {
    left: -5vw;
  }
  #section03 .container {
    padding-inline: 10px;
  }
  #section03 .schedule_block {
    padding-inline: 2vw;
  }
  #section05 .container {
    padding-inline: 10px;
  }
  #section06 .intro_block {
    grid-template-columns: repeat(auto-fill, calc(50% - 1em));
  }
  #section06 .intro_block .intro_box {
    margin-bottom: 3vw;
  }
  #section07 .container {
    padding-inline: 10px;
  }
  #section07 .flow_block {
    padding: 9vw 20px;
  }
  #section07 .flow_block .flow_box {
    background-size: 100% 100%;
    margin-bottom: 1em;
  }
  #section07 .flow_block .flow_box .number {
    width: 10%;
  }
  #section07 .flow_block .flow_box .wrap {
    width: 70%;
  }
  #section07 .flow_block .flow_box .img {
    width: 20vw;
    right: -3.2vw;
  }
  #section08 .container {
    padding-inline: 10px;
  }
  .cta_content .cta_block {
    padding: 2vw 35px 35px;
  }
  .cta_content .cta_block .cta_title h2 .wrap {
    display: inline-block;
  }
  .cta_content .cta_block .text {
    padding-inline: 4em;
  }
  .cta_content .cta_block .text .wrap:before {
    width: 8.5vw;
    height: 10vw;
    top: 25%;
    left: -9vw;
  }
  .cta_content .cta_block .text .wrap:after {
    width: 8.5vw;
    height: 10vw;
    top: 25%;
    right: -9vw;
  }
  /************************************************************
   * 表示・非表示設定
   */
  .tb {
    display: none;
  }
}
/*#####################################################################

  4.主にタブレット版 （max-width:768px）
  ※スマホに継承させないものは、個別に640以下のスタイルに設定

 #####################################################################*/
@media print, screen and (max-width: 768px) {
  /***********************************************************
   * レイアウト基本構成
   */
  /***********************************************************
   * エレメンツ個別設定
   */
  /*==================== ヘッダー ====================*/
  /*==================== ナビゲーション ====================*/
  /*==================== サイドバー ====================*/
  /*==================== フッター ====================*/
  /***********************************************************
   * タグ別設定
   */
  /***********************************************************
   * 階層別設定
   */
  /*==================== メインページ ====================*/
  /*==================== サブページ ====================*/
  /***********************************************************
   * ページ個別設定
   */
  /*==================== トップページ ====================*/
  /*==================== ページ ====================*/
  #section01 .content_block .content_title h3:before {
    left: -2vw;
  }
  #section01 .content_block .content_title h3:after {
    right: -2vw;
  }
  #section01 .content_block .info_block {
    flex-flow: column;
  }
  #section01 .content_block .info_block .info_box {
    width: 100%;
  }
  #section01 .content_block .info_block .info_box.img {
    text-align: center;
  }
  #section03 .schedule_block .schedule .row {
    gap: 0 5vw;
  }
  #section03 .schedule_block .schedule .row .label {
    margin-right: initial;
  }
  #section03 .schedule_block .schedule .row .label .wrap {
    width: 8em;
  }
  /************************************************************
   * 表示・非表示設定
   */
  .pc {
    display: none;
  }
}
/*#####################################################################

  5.主にスマホ版 （max-width:640px）

 #####################################################################*/
@media print, screen and (max-width: 640px) {
  /***********************************************************
   * レイアウト基本構成
   */
  /***********************************************************
   * エレメンツ個別設定
   */
  /*==================== ヘッダー ====================*/
  #header {
    background: url(../img/sp/header_bg_sp.png) no-repeat scroll top center/100% transparent;
    padding-bottom: 11vw;
  }
  #header .logo_block {
    gap: 1em;
    padding: 2vw 2vw;
  }
  #header .logo_block .logo {
    width: 108px;
  }
  #header .logo_block .text {
    font-size: 13px;
  }
  #header .header_container .header_content {
    background: no-repeat scroll 50% 55vw/80% auto transparent;
    position: relative;
    height: 100%;
  }
  #header .header_container .header_content.change_bg::before, #header .header_container .header_content.change_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: 50% 55vw;
    z-index: 0;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }
  #header .header_container .header_content.change_bg::before {
    background-image: var(--bg-before);
  }
  #header .header_container .header_content.change_bg::after {
    background-image: var(--bg-after);
  }
  #header .header_container .header_content {
    /* クラスの切り替えでフェードイン/アウトを制御 */
  }
  #header .header_container .header_content.change_bg.init::before {
    opacity: 1;
  }
  #header .header_container .header_content { /* 最初の表示用 */ }
  #header .header_container .header_content.change_bg.fade::before {
    opacity: 0;
  }
  #header .header_container .header_content { /* beforeを消す */ }
  #header .header_container .header_content.change_bg.fade::after {
    opacity: 1;
  }
  #header .header_container .header_content { /* afterを出す */ }
  #header .header_container .header_content .content_wrap {
    width: 100%;
  }
  #header .header_container .header_content .content_wrap .content_block {
    padding: 0 3vw;
  }
  #header .header_container .header_content .content_wrap .content_block .inner {
    margin-left: 0;
    padding-left: 0;
  }
  #header .header_container .header_content .content_wrap .content_block .inner .sub_title {
    margin-top: 0;
    margin-bottom: -10vw;
  }
  #header .header_container .header_content .content_wrap .content_block .inner h1 {
    margin-bottom: 60vw;
  }
  #header .header_container .header_content .content_wrap .content_block .inner .member_block {
    padding: 0 3vw;
  }
  #header .header_container .header_content .content_wrap .content_block .inner .btn_block h2 {
    font-size: 6vw;
    line-height: 150%;
  }
  #header .header_container .header_content .content_wrap .content_block .inner .btn_block .lead_text {
    font-size: 5vw;
  }
  #header .header_container .header_content .content_wrap .content_block .inner .btn_block .btn_box {
    flex-flow: column;
  }
  #header .header_container .people {
    display: none;
  }
  /*==================== ナビゲーション ====================*/
  #nav {
    top: initial;
    bottom: 0;
  }
  #nav .nav_block {
    gap: 10px;
    padding: 10px;
  }
  #nav .nav_block a {
    max-width: initial;
  }
  /*==================== サイドバー ====================*/
  /*==================== フッター ====================*/
  #footer {
    position: relative;
  }
  #footer .to-top-btn {
    position: absolute;
    right: 4vw;
    bottom: initial;
    top: -20px;
  }
  #footer .to-top-btn a img {
    width: 15vw;
    height: auto;
  }
  /***********************************************************
   * タグ別設定
   */
  .title_y_bg h2 {
    font-size: 6vw;
  }
  .title_w_border h2 {
    font-size: 7vw;
  }
  .title_w_border h2 span {
    paint-order: stroke;
    -webkit-text-stroke: 1.7vw white;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc.tb {
    display: none !important;
  }
  .visible_pc {
    display: none;
  }
  .visible_tb {
    display: none;
  }
  .visible_sp {
    display: initial;
  }
  /***********************************************************
   * 階層別設定
   */
  /*==================== メインページ ====================*/
  /*==================== サブページ ====================*/
  /***********************************************************
   * ページ個別設定
   */
  /*==================== トップページ ====================*/
  /*==================== ページ ====================*/
  #section01 {
    background: url(../img/sp/section01_section_bg_sp.png);
    margin-top: 10vw;
  }
  #section01:before {
    background: url(../img/sp/section01_section_bg_top_sp.png);
    aspect-ratio: 750/354;
    height: auto;
    width: 100%;
    top: -46vw;
    background-size: cover;
  }
  #section01:after {
    background: url(../img/sp/section01_section_bg_bottom_sp.png);
    aspect-ratio: 750/352;
    height: auto;
    width: 100%;
    bottom: -46vw;
    background-size: cover;
  }
  #section01 .container {
    padding-inline: 10px;
    padding-top: 0;
  }
  #section01 .section_title {
    margin-bottom: 23px;
  }
  #section01 .section_title .title_wrap h2 {
    margin-bottom: 8vw;
    font-size: 6vw;
    letter-spacing: 10%;
  }
  #section01 .section_title .title_wrap .people {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
  }
  #section01 .content_block {
    border-radius: 29px;
    padding: 30px 10px 2em;
  }
  #section01 .content_block .content_title {
    margin-bottom: 20px;
  }
  #section01 .content_block .content_title h3 {
    font-size: 5.5vw;
  }
  #section01 .content_block .content_title h3:before {
    width: 13.2vw;
    height: 15.5vw;
    top: initial;
    left: -1vw;
    bottom: 0;
  }
  #section01 .content_block .content_title h3:after {
    width: 13.5vw;
    height: 15.5vw;
    top: initial;
    right: -1vw;
    bottom: 0;
  }
  #section01 .content_block .info_block {
    flex-flow: column-reverse;
  }
  #section01 .content_block .info_block .info_box {
    width: 100%;
  }
  #section01 .content_block .info_block .info_box.img {
    margin-bottom: 10vw;
  }
  #section01 .content_block .info_block .text {
    padding: 0vw 3vw;
    font-size: 3.8vw;
  }
  #section01 .content_block .suggest_block {
    margin-bottom: 26px;
  }
  #section01 .content_block .suggest_block .suggest_wrap {
    background: url(../img/sp/section01_leadtext_bg_sp.png) no-repeat scroll center center/contain transparent;
    padding: 10vw 7vw;
  }
  #section01 .content_block .suggest_block .suggest_wrap p {
    font-size: 4.4vw;
    text-align: left;
  }
  #section01 .content_block .suggest_list_block ul {
    justify-content: space-between;
    gap: 26px 0;
  }
  #section01 .content_block .suggest_list_block ul li {
    width: 47%;
  }
  #section01 .content_block .suggest_list_block ul li img {
    max-width: 100%;
  }
  #section01 .content_block .message_block {
    font-size: 5vw;
  }
  #section01 .content_block .message_block .message_wrap p {
    display: inline;
    line-height: 250%;
    padding: 0 0 0.4em;
  }
  #section01 .content_block .message_block .message_wrap .text_wrap {
    display: initial;
    line-height: 250%;
  }
  #section01 .content_block .message_block .message_wrap .text_wrap:after {
    display: none;
  }
  #section01 .content_block .message_block .message_wrap .particle01 {
    left: -15px;
    top: -35px;
    width: 10%;
  }
  #section01 .content_block .message_block .message_wrap .particle02 {
    right: -10px;
    bottom: 0px;
    width: 10%;
  }
  #section02 {
    background: none;
  }
  #section02 .container {
    padding: 50vw 10px;
  }
  #section02 .section_title {
    margin-bottom: 36px;
  }
  #section02 .reason_block .reason_row .reason_box {
    padding: 10px;
    flex-flow: column;
  }
  #section02 .reason_block .reason_row .reason_box h3 {
    margin-bottom: 2vw;
  }
  #section02 .reason_block .reason_row .reason_box h3 .num {
    width: 17%;
  }
  #section02 .reason_block .reason_row .reason_box h3 .title {
    font-size: 5vw;
    padding-right: 4vw;
    width: 83%;
    padding-left: 8vw;
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title01 {
    background-image: url(../img/sp/section02_list_title_bg_01_sp.png);
    background-size: 100%;
    margin-left: 0vw;
    transform: translateX(-1.1vw);
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title01:before {
    display: none;
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title02 {
    background-image: url(../img/sp/section02_list_title_bg_02_sp.png);
    background-size: 100%;
    background-position-y: center;
    transform: translateX(-2.1vw);
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title02:before {
    display: none;
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title03 {
    background-image: url(../img/sp/section02_list_title_bg_03_sp.png);
    background-size: 100%;
    background-position-y: center;
    transform: translateX(-2.1vw);
  }
  #section02 .reason_block .reason_row .reason_box h3 .title.title03:before {
    display: none;
  }
  #section02 .reason_block .reason_row .reason_box .text_box {
    padding-left: 14vw;
  }
  #section02 .reason_block .reason_row .reason_box .text_box .wrap {
    padding: 10px;
    height: initial;
    font-size: 5vw;
  }
  #section02 .reason_block .reason_row .reason_box .text_box .wrap:before {
    width: 12px;
    left: -7.7vw;
  }
  #section02 .reason_block .reason_row .reason_box.reason_01 {
    padding-right: 10px;
    background: url(../img/sp/section02_listbg_01_sp.png) repeat scroll center center/contain transparent;
  }
  #section02 .reason_block .reason_row .reason_box.reason_01 .img_wrap {
    padding-left: 0;
  }
  #section02 .reason_block .reason_row .reason_box.reason_02 {
    flex-flow: column;
    background: url(../img/sp/section02_listbg_02_sp.png) repeat scroll center center/contain transparent;
  }
  #section02 .reason_block .reason_row .reason_box.reason_02 .img_wrap {
    padding: 4vw 12vw;
  }
  #section02 .reason_block .reason_row .reason_box.reason_03 {
    padding-right: 10px;
    background: url(../img/sp/section02_listbg_03_sp.png) repeat scroll center center/contain transparent;
  }
  #section02 .reason_block .reason_row .reason_box.reason_03 .img_wrap {
    padding: 4vw 12vw;
  }
  #section02 .reason_block .reason_row .reason_box .img_wrap {
    padding: 4vw 0;
  }
  #section03 {
    background: url(../img/sp/section03_section_bg_sp.png);
  }
  #section03 .container {
    padding-inline: 10px;
  }
  #section03:before {
    background: url(../img/sp/section03_section_bg_top_sp.png);
    aspect-ratio: 750/164;
    width: 100%;
    height: auto;
    background-size: cover;
    top: -21vw;
  }
  #section03:after {
    background: url(../img/sp/section03_section_bg_bottom_sp.png);
    aspect-ratio: 750/364;
    width: 100%;
    height: auto;
    background-size: cover;
    bottom: -48vw;
  }
  #section03 .section_title h2 {
    margin-bottom: 30px;
  }
  #section03 .schedule_block {
    padding: 26px 12px 48px;
  }
  #section03 .schedule_block .schedule {
    padding: 0 5px;
    font-size: 4.7vw;
    margin-bottom: 60px;
  }
  #section03 .schedule_block .schedule .row {
    gap: 0 0;
  }
  #section03 .schedule_block .schedule .row .label {
    margin-right: 0.7em;
    display: flex;
    align-items: center;
  }
  #section03 .schedule_block .schedule .row .label .wrap {
    padding: 0.2em 0.8em;
    border-radius: 10px;
    width: 4em;
    text-align: center;
  }
  #section03 .schedule_block .info_block {
    padding: 0 1em 26px;
    border-radius: 10px;
  }
  #section03 .schedule_block .info_block .lead_text {
    font-size: 4.3vw;
    line-height: 150%;
  }
  #section03 .schedule_block .info_block .btn_box {
    flex-flow: column;
  }
  #section04 {
    background: none;
  }
  #section04 .container {
    padding: 60vw 10px 52vw;
  }
  #section04 .section_title {
    margin-bottom: 38px;
  }
  #section04 .graph_block {
    padding-inline: 20px;
  }
  #section04 .graph_block .graph_content {
    gap: 30vw;
    flex-wrap: wrap;
  }
  #section04 .graph_block .graph_content .graph_box {
    width: 100%;
  }
  #section04 .graph_block .graph_content .graph_box .text {
    font-size: 5vw;
    font-weight: 600;
  }
  #section04 .graph_block .graph_content .graph_box .people01 {
    top: initial;
    bottom: -30vw;
    width: 30vw;
  }
  #section04 .graph_block .graph_content .graph_box .people02 {
    left: 4vw;
    bottom: initial;
    top: 20vw;
    width: 30vw;
  }
  #section05 {
    padding-bottom: 18vw;
    background: url(../img/sp/footer_section_bg_sp.png) repeat scroll center center/cover transparent;
  }
  #section05 .container {
    padding-inline: 10px;
  }
  #section05 h2 {
    padding-inline: 10px;
  }
  #section05 h2 .wrap {
    font-size: 6vw;
    padding: 6vw 3vw;
    border-radius: 3em;
  }
  #section05 h2 .wrap .inner {
    display: inline-block;
    text-align: left;
    line-height: 125%;
  }
  #section06 {
    background: none;
    padding-block: 48px 40vw;
  }
  #section06 .container {
    padding: 10px;
  }
  #section06 .section_title {
    margin-bottom: 30px;
  }
  #section06 .example_block {
    padding: 9vw 15px;
    border-radius: 10px;
    margin-bottom: 58px;
  }
  #section06 .example_block h2 {
    font-size: 6vw;
  }
  #section06 .example_block .example_list {
    flex-wrap: wrap;
  }
  #section06 .example_block .example_list .example_box {
    width: 100%;
  }
  #section06 .example_block .example_list .example_box h3 {
    font-size: 4vw;
  }
  #section06 .intro_block {
    grid-template-columns: initial;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 10px;
  }
  #section06 .intro_block .intro_box {
    padding: 20px;
  }
  #section06 .intro_block .intro_box h3 {
    font-size: 5vw;
  }
  #section06 .intro_block .intro_box p {
    font-size: 4.3vw;
  }
  #section07 {
    background: url(../img/sp/section07_section_bg_sp.png);
  }
  #section07:before {
    background: url(../img/sp/section07_section_bg_top_sp.png);
    aspect-ratio: 750/283;
    height: auto;
    width: 100%;
    top: -37vw;
    background-size: cover;
  }
  #section07:after {
    background: url(../img/sp/section07_section_bg_bottom_sp.png);
    aspect-ratio: 748/138;
    height: auto;
    width: 100%;
    bottom: -18vw;
    background-size: cover;
  }
  #section07 h2 {
    margin-bottom: 12vw;
  }
  #section07 .flow_block {
    margin-inline: 10px;
    padding: 13vw 15px 15px;
    border-radius: 28px;
  }
  #section07 .flow_block .flow_box {
    background: url(../img/sp/section07_listtext_bg_sp.svg) no-repeat scroll top center/100% 100% transparent;
    padding: 9vw 15px 15vw;
    flex-flow: column;
  }
  #section07 .flow_block .flow_box .number {
    position: absolute;
    left: 0;
    top: -6vw;
    padding-left: 15px;
    width: initial;
  }
  #section07 .flow_block .flow_box .number img {
    width: 15vw;
  }
  #section07 .flow_block .flow_box .wrap {
    width: initial;
  }
  #section07 .flow_block .flow_box .wrap h3 {
    font-size: 5.5vw;
  }
  #section07 .flow_block .flow_box .wrap p {
    max-width: 55vw;
    font-size: 4.3vw;
  }
  #section07 .flow_block .flow_box .img {
    position: absolute;
    right: -4vw;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    width: initial;
  }
  #section07 .flow_block .flow_box .img img {
    width: 33vw;
  }
  #section07 .flow_block .dotto_box img {
    width: 3vw;
  }
  #section08 {
    background: none;
  }
  #section08 .container {
    padding-top: 35vw;
  }
  #section08 .section_title {
    margin-bottom: 17px;
  }
  #section08 .qanda_block .qanda_box {
    margin-bottom: 20px;
    font-size: 4vw;
  }
  #section08 .qanda_block .qanda_box .q_title {
    padding: 1em 1em 1em 3.5em;
  }
  #section08 .qanda_block .qanda_box .q_title:before {
    width: 8vw;
    height: 8.3vw;
    top: 3vw;
  }
  #section08 .qanda_block .qanda_box .q_title .wrap p {
    padding-right: 2em;
  }
  #section08 .qanda_block .qanda_box .a_text.open {
    padding: 1em 3em 1em 3.5em;
  }
  #section09 {
    padding: 4vw 0 6vw;
  }
  .cta_content {
    padding: 15vw 3vw 13vw;
  }
  .cta_content .cta_block {
    max-width: initial;
    padding: 20vw 2vw 35px;
    position: relative;
  }
  .cta_content .cta_block .cta_title {
    position: absolute;
    width: 100%;
    left: 0;
    top: -11vw;
    padding: 0 2vw;
  }
  .cta_content .cta_block .cta_title h2 {
    transform: translateY(0);
  }
  .cta_content .cta_block .cta_title h2 .wrap {
    font-size: 6vw;
    padding: 1rem 1rem;
    display: block;
    line-height: 125%;
  }
  .cta_content .cta_block .text {
    margin-bottom: 7vw;
    padding-inline: initial;
  }
  .cta_content .cta_block .text .wrap:before, .cta_content .cta_block .text .wrap:after {
    display: none;
  }
  .cta_content .cta_block .text .wrap span.up {
    font-size: 5.5vw;
  }
  .cta_content .cta_block .text .wrap span.down {
    font-size: 5.5vw;
  }
  .cta_content .cta_block .btn_box {
    flex-flow: column;
    gap: 5vw;
  }
  #footer {
    background: url(../img/sp/footer_section_bg_sp.png) repeat scroll center top transparent;
    padding-bottom: 80px;
  }
  #footer #event_list h2 img {
    width: 60vw;
  }
  #footer .company {
    font-size: 3vw;
  }
  #footer .copy {
    font-size: 3vw;
  }
}

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