@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.none_text {
  display: none !important; }

@media screen and (min-width: 741px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 961px) {
  .tabNone {
    display: none !important; } }
html {
  scroll-padding-top: 150px; }

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  color: #394a3f;
  line-height: 1.1; }

.font-01 {
  font-family: "Noto Serif JP", serif; }

.font-02 {
  font-family: "Poppins", sans-serif; }

a {
  text-decoration: none;
  color: #394a3f; }
  a:hover {
    opacity: .8; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 2s ease;
  padding: 0 0 15px;
  height: 107px;
  background: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .header {
      height: auto; } }
  @media screen and (max-width: 767px) {
    .header {
      height: 65px;
      border-top: none; } }
  .header .header_inner {
    width: 100%;
    padding: 0px 0px 0 20px; }
    @media screen and (max-width: 767px) {
      .header .header_inner {
        padding: 0; } }
    .header .header_inner .header_box_top {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .header .header_inner .header_box_top .left-box.logo {
        max-width: 280px;
        width: 100%;
        margin: 10px 0 0; }
        @media screen and (max-width: 767px) {
          .header .header_inner .header_box_top .left-box.logo {
            max-width: inherit;
            width: 215px;
            z-index: 201;
            margin-left: 20px; } }
        .header .header_inner .header_box_top .left-box.logo .logo_box {
          margin: 0 0 15px; }
          @media screen and (max-width: 767px) {
            .header .header_inner .header_box_top .left-box.logo .logo_box {
              margin: 0 0 5px; } }
          .header .header_inner .header_box_top .left-box.logo .logo_box ul {
            display: flex;
            justify-content: space-between; }
            .header .header_inner .header_box_top .left-box.logo .logo_box ul li:first-child {
              max-width: 115px; }
              @media screen and (max-width: 767px) {
                .header .header_inner .header_box_top .left-box.logo .logo_box ul li:first-child {
                  max-width: 88px; } }
            .header .header_inner .header_box_top .left-box.logo .logo_box ul li:last-child {
              max-width: 139px; }
              @media screen and (max-width: 767px) {
                .header .header_inner .header_box_top .left-box.logo .logo_box ul li:last-child {
                  max-width: 106px; } }
        .header .header_inner .header_box_top .left-box.logo .text-box01 {
          display: flex;
          justify-content: space-between; }
          .header .header_inner .header_box_top .left-box.logo .text-box01 div {
            text-align: center; }
            .header .header_inner .header_box_top .left-box.logo .text-box01 div:first-child {
              background: #ff5f00;
              width: 182px;
              border-radius: 4px; }
              @media screen and (max-width: 767px) {
                .header .header_inner .header_box_top .left-box.logo .text-box01 div:first-child {
                  width: 137px;
                  border-radius: 3px; } }
              .header .header_inner .header_box_top .left-box.logo .text-box01 div:first-child p {
                color: #fff;
                padding: 5px 5px;
                font-size: 15px; }
                @media screen and (max-width: 767px) {
                  .header .header_inner .header_box_top .left-box.logo .text-box01 div:first-child p {
                    font-size: 12px;
                    padding: 4px 2px; } }
            .header .header_inner .header_box_top .left-box.logo .text-box01 div:last-child {
              border: 1px solid #22254c;
              width: 83px;
              border-radius: 14px; }
              @media screen and (max-width: 767px) {
                .header .header_inner .header_box_top .left-box.logo .text-box01 div:last-child {
                  border-radius: 10px;
                  width: 63px; } }
              .header .header_inner .header_box_top .left-box.logo .text-box01 div:last-child p {
                font-size: 14px;
                line-height: 1.1;
                padding: 5px 5px; }
                @media screen and (max-width: 767px) {
                  .header .header_inner .header_box_top .left-box.logo .text-box01 div:last-child p {
                    font-size: 11px;
                    padding: 4px 2px; } }
      .header .header_inner .header_box_top .right-box ul.h_menu {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .header .header_inner .header_box_top .right-box ul.h_menu li:last-child {
          max-width: 250px;
          background: #e85228;
          width: 50%; }
          .header .header_inner .header_box_top .right-box ul.h_menu li:last-child a {
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 19px 14px; }
        .header .header_inner .header_box_top .right-box ul.h_menu li:first-child {
          padding: 20px 0;
          padding-right: 40px; }
          .header .header_inner .header_box_top .right-box ul.h_menu li:first-child a {
            color: #113cb0;
            width: 100%;
            height: 100%;
            position: relative; }
            .header .header_inner .header_box_top .right-box ul.h_menu li:first-child a:before {
              content: "";
              background: url("../img/top/SVG/arrow.svg") no-repeat;
              width: 11px;
              height: 11px;
              position: absolute;
              right: -15px;
              top: 1px;
              bottom: 0;
              margin: auto; }
    .header .header_inner .header_box_under {
      padding: 10px 15px 0 0; }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .header .header_inner .header_box_under {
          padding: 5px 0 0; } }
  .header .nav_list {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .header .nav_list {
        text-align: left;
        padding: 0 20px; } }
  .header .nav_list li {
    display: inline-block;
    text-align: right;
    padding-left: 20px; }
    @media screen and (min-width: 768px) and (max-width: 1300px) {
      .header .nav_list li {
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .header .nav_list li {
        text-align: left; } }
    .header .nav_list li:first-child {
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .header .nav_list li:first-child {
          padding-top: 45px; } }
    @media screen and (max-width: 767px) {
      .header .nav_list li {
        width: 100%;
        padding: 15px 0; } }
  .header .nav_list li a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
    font-weight: bold; }
    @media screen and (min-width: 768px) and (max-width: 1300px) {
      .header .nav_list li a {
        font-size: 12px; } }
    @media screen and (min-width: 768px) and (max-width: 961px) {
      .header .nav_list li a {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .header .nav_list li a {
        font-size: 15px;
        font-weight: bold;
        text-align: left; }
        .header .nav_list li a:before {
          content: inherit;
          width: 8px;
          height: 8px;
          border: 0;
          border-top: solid 2px #000;
          border-right: solid 2px #000;
          position: absolute;
          top: 50%;
          right: 5%;
          margin-top: -4px;
          transform: rotate(45deg); } }

/* sp ハンバーガー用 */
@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; }
    .nav .hamburger-nav-text {
      font-size: 16px;
      text-decoration: underline;
      padding: 30px 0 30px 20px; }
    .nav .flex-box {
      display: flex;
      justify-content: center;
      flex-flow: column; }
    .nav .sp-text-button {
      width: 70%;
      margin: 25px auto 0;
      background: #e85228;
      height: 54px;
      border-radius: 27px; }
      .nav .sp-text-button a {
        color: #fff;
        font-size: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: .09rem;
        position: relative; }
    .nav .second_button {
      background: none;
      margin-top: 15px; }
      .nav .second_button a {
        color: #113cb0;
        position: relative; }
        .nav .second_button a:before {
          content: "";
          background: url("../img/top/SVG/arrow.svg") no-repeat;
          width: 11px;
          height: 11px;
          position: absolute;
          right: 45px;
          top: 1px;
          bottom: 0;
          margin: auto; }

  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 63px;
    height: 63px;
    cursor: pointer;
    z-index: 300;
    transition: all 2s ease;
    background: #e85228; }

  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none; }

  .nav_item {
    text-align: center;
    padding: 0 20px; }

  .nav_item a {
    display: block;
    text-decoration: none;
    color: #00183A;
    font-size: 16px; }

  .nav_item a:hover {
    background-color: #eee; }

  .hamburger_border {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
    right: 0;
    margin: auto;
    border-radius: 5px; }

  .hamburger_border_top {
    top: 22px; }

  .hamburger_border_center {
    top: 30px; }

  .hamburger_border_bottom {
    top: 38px; }

  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer; }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
    background: #fff; }

  .nav-open .black_bg {
    opacity: .8;
    visibility: visible; }

  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 33px; }

  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%; }

  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 33px; } }
.header.fixed {
  background: #fff;
  transition: all 2s ease;
  box-shadow: 0px 0px 10px #ccc; }
  @media screen and (max-width: 767px) {
    .header.fixed {
      height: 63px; } }
  .header.fixed .logo h1 {
    width: 150px;
    transition: all 2s ease; }
    @media screen and (min-width: 768px) and (max-width: 961px) {
      .header.fixed .logo h1 {
        width: 120px; } }
    @media screen and (max-width: 767px) {
      .header.fixed .logo h1 {
        width: 90px; } }
  .header.fixed .hamburger {
    top: 0px;
    transition: all 2s ease; }

/*flexbox 共通*/
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }

/*header end*/
/*文字色*/
.color-red {
  color: #E40020; }

.color-green {
  color: #22B473; }

.asterisk_text {
  font-size: 14px;
  letter-spacing: .05rem; }

/*共通タイトル*/
.title-box {
  text-align: center;
  margin: 0 0 40px; }
  @media screen and (max-width: 767px) {
    .title-box {
      margin: 0 0 30px; } }
  .title-box h2.sub_title {
    font-size: 120px;
    margin-bottom: -65px; }
    @media screen and (max-width: 767px) {
      .title-box h2.sub_title {
        font-size: 43px;
        margin-bottom: -15px; } }
    .title-box h2.sub_title.color01 {
      color: #faf2ae; }
    .title-box h2.sub_title.color02 {
      color: #fef7f5; }
  .title-box h3 {
    font-size: 36px;
    color: #394a3f;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .title-box h3 {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .title-box h3.mini {
        font-size: 16px; } }

.asterisk_text {
  font-size: 14px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .asterisk_text {
      text-align: left; } }

/*ボタン*/
.text-button {
  max-width: 480px;
  margin: 0 auto;
  background: #e85228;
  position: relative;
  border-radius: 30px;
  border-bottom: 8px solid #cc5200; }
  @media screen and (max-width: 767px) {
    .text-button {
      max-width: 305px; } }
  .text-button:before {
    content: "";
    background: url("../img/top/SVG/arrow02.svg") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10%;
    top: 3px;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .text-button:before {
        width: 18px;
        height: 18px; } }
  .text-button p.button_waku {
    position: absolute;
    font-size: 15px;
    border-radius: 20px;
    font-weight: bold;
    left: 0;
    right: 0;
    top: -30px;
    background: #fffe04;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 18px;
    color: #113cb0; }
    @media screen and (max-width: 767px) {
      .text-button p.button_waku {
        font-size: 13px;
        padding: 13px 22px; } }
    .text-button p.button_waku span {
      position: relative; }
      .text-button p.button_waku span:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 16px 12px 0 12px;
        border-color: #fffe04 transparent transparent;
        translate: -50% 100%; }
        @media screen and (max-width: 767px) {
          .text-button p.button_waku span:before {
            border-width: 17px 20px 0 20px; } }
  .text-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21px 0;
    color: #fff;
    font-size: 18px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .text-button a {
        font-size: 16px;
        padding: 18px 0; } }

.text-button01 {
  max-width: 340px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  border-radius: 30px;
  border: 2px solid #e85228;
  border-bottom: 6px solid #e85228; }
  .text-button01:before {
    content: "";
    background: url("../img/top/SVG/arrow03.svg") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5%;
    top: 3px;
    bottom: 0;
    margin: auto; }
  .text-button01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21px 0;
    color: #e85228;
    font-size: 18px;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .text-button01 a {
        font-size: 16px; } }

/*TOPページ　str*/
.top_page {
  /*ボタンエリア*/ }
  .top_page main {
    padding-top: 107px; }
    @media screen and (max-width: 767px) {
      .top_page main {
        padding-top: 65px; } }
    .top_page main #mv_area {
      position: relative;
      z-index: 0; }
      .top_page main #mv_area .mv_inner {
        position: absolute;
        left: 0;
        right: 0;
        top: -40px;
        max-width: 1200px;
        margin: 0 auto;
        bottom: 0;
        margin: auto;
        height: fit-content; }
        @media screen and (max-width: 767px) {
          .top_page main #mv_area .mv_inner {
            top: 0; } }
        .top_page main #mv_area .mv_inner .mv_img01 {
          width: 77%;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            .top_page main #mv_area .mv_inner .mv_img01 {
              width: 100%;
              max-width: inherit;
              margin: 0 auto; } }
    .top_page main .mv_under_area {
      background: #ff5f00;
      padding: 25px 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        .top_page main .mv_under_area .sp_text {
          position: absolute;
          left: 0;
          right: 0;
          width: 90%;
          top: -20px;
          margin: auto; } }
      .top_page main .mv_under_area ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0 20px; }
        @media screen and (max-width: 767px) {
          .top_page main .mv_under_area ul {
            gap: 10px 2%;
            justify-content: space-between;
            padding: 80px 50px 0; } }
        .top_page main .mv_under_area ul li {
          border: 1px solid #fff;
          border-radius: 5px;
          padding: 20px 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-weight: bold;
          font-size: 30px;
          line-height: 37px;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .top_page main .mv_under_area ul li {
              padding: 15px 0;
              font-size: 17px;
              line-height: 20px; }
              .top_page main .mv_under_area ul li.sp_w01 {
                width: 31%; }
              .top_page main .mv_under_area ul li.sp_w02 {
                flex-grow: 2; } }
    .top_page main #main-content {
      position: relative;
      z-index: 1;
      /*----------------------------
新着情報
----------------------------*/
      /*----------------------------
ABOUT 奨学⾦返還⽀援企業との合同就職説明会/面接会
----------------------------*/
      /*----------------------------
OVERVIEW 事業概要
----------------------------*/
      /*----------------------------
COMPANY 参加企業
----------------------------*/
      /*----------------------------
EVENT/SUPPORT イベントやサポートのご案内
----------------------------*/
      /*----------------------------
ゲストによるトークショー
----------------------------*/
      /*----------------------------
オンラインセミナー
----------------------------*/
      /*----------------------------
FLOW 当日までの流れ
----------------------------*/
      /*----------------------------
PRESENTS 来場者特典
----------------------------*/
      /*----------------------------
FAQ よくある質問
----------------------------*/
      /*----------------------------
FAQ よくある質問
----------------------------*/
      /*----------------------------
関連事業のご案内
----------------------------*/ }
      .top_page main #main-content #top_contents01 {
        background: #f7e86f;
        padding: 45px 0; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents01 {
            padding: 30px 20px 45px; } }
        .top_page main #main-content #top_contents01 .news_box {
          max-width: 1200px;
          margin: 0 auto;
          padding: 23px 20px 23px 0;
          background: #fff;
          border-radius: 10px;
          display: flex;
          justify-content: flex-start;
          align-content: center; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents01 .news_box {
              flex-flow: column;
              padding: 15px 10px;
              border-radius: 5px; } }
          .top_page main #main-content #top_contents01 .news_box .left-box {
            width: 10%;
            display: flex;
            align-items: center;
            position: relative;
            justify-content: center; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents01 .news_box .left-box {
                width: 100%;
                justify-content: center;
                padding: 0 0 20px; } }
            .top_page main #main-content #top_contents01 .news_box .left-box:before {
              content: "";
              width: 1px;
              height: 100%;
              background: #f7e86f;
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents01 .news_box .left-box:before {
                  width: 25%;
                  height: 1px;
                  background: #f7e86f;
                  position: absolute;
                  right: 0;
                  left: 0;
                  bottom: 10px;
                  margin: auto;
                  top: inherit; } }
            .top_page main #main-content #top_contents01 .news_box .left-box h2 {
              font-size: 18px;
              font-weight: bold;
              line-height: 1.1;
              color: #394a3f;
              text-align: center; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents01 .news_box .left-box h2 {
                  font-size: 16px; } }
          .top_page main #main-content #top_contents01 .news_box .right-box {
            width: 90%; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents01 .news_box .right-box {
                width: 100%; } }
            .top_page main #main-content #top_contents01 .news_box .right-box .news_list {
              height: 95px;
              overflow-x: hidden;
              padding-left: 25px;
              width: 100%; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents01 .news_box .right-box .news_list {
                  padding-left: 0; } }
              .top_page main #main-content #top_contents01 .news_box .right-box .news_list::-webkit-scrollbar-track {
                background-color: #fadbd2;
                border-radius: 10px; }
              .top_page main #main-content #top_contents01 .news_box .right-box .news_list::-webkit-scrollbar {
                width: 5px; }
              .top_page main #main-content #top_contents01 .news_box .right-box .news_list::-webkit-scrollbar-thumb {
                background-color: #e85228;
                border-radius: 10px; }
              .top_page main #main-content #top_contents01 .news_box .right-box .news_list dl {
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents01 .news_box .right-box .news_list dl {
                    flex-flow: column; } }
                .top_page main #main-content #top_contents01 .news_box .right-box .news_list dl dt {
                  width: 13%;
                  margin-bottom: 20px;
                  font-size: 15px;
                  color: #394a3f;
                  line-height: 26px; }
                  @media screen and (max-width: 767px) {
                    .top_page main #main-content #top_contents01 .news_box .right-box .news_list dl dt {
                      font-size: 13px;
                      width: 100%;
                      margin-bottom: 5px; } }
                .top_page main #main-content #top_contents01 .news_box .right-box .news_list dl dd {
                  width: 85%;
                  font-weight: normal;
                  font-size: 15px;
                  margin-bottom: 20px;
                  line-height: 26px; }
                  @media screen and (max-width: 767px) {
                    .top_page main #main-content #top_contents01 .news_box .right-box .news_list dl dd {
                      width: 100%;
                      font-size: 14px;
                      line-height: 21px; } }
      .top_page main #main-content #top_contents02 {
        background: #f7e86f;
        padding: 0 0 100px; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents02 {
            padding: 0 20px 50px; } }
        .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 {
          max-width: 1200px;
          margin: 0 auto 100px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 {
              margin: 0 auto 60px; } }
          .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 .illust {
            margin: 0 auto 20px;
            width: 80%; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 .illust {
                width: 100%; } }
          .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 p.text01 {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            line-height: 32px;
            margin: 0 0 50px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 p.text01 {
                font-size: 15px;
                line-height: 26px;
                margin: 0 0 25px;
                text-align: left; } }
          .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 .movie {
            width: 76%;
            margin: 0 auto; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 .movie {
                width: 100%; } }
            .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 .movie iframe {
              height: 500px; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents02 .contents_inner .contents_box_01 .movie iframe {
                  height: 200px; } }
        .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 {
          max-width: 1200px;
          margin: 0 auto;
          background: #fff;
          padding: 55px 30px 50px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 {
              padding: 30px 15px 30px; } }
          .top_page main #main-content #top_contents02 .contents_inner .contents_box_02:before {
            content: "";
            background: url("../img/top/SVG/ten.svg") no-repeat;
            width: 10px;
            height: 67px;
            background-size: contain;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: -50px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_02:before {
                width: 7px;
                background-size: contain;
                height: 42px;
                top: -30px; } }
          .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 h4 {
            text-align: center;
            font-size: 36px;
            line-height: 51px;
            color: #e85228;
            margin: 0 0 35px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 h4 {
                font-size: 18px;
                font-weight: bold;
                line-height: 25px;
                margin: 0 0 20px; } }
          .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul {
            display: flex;
            justify-content: space-between; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul {
                flex-flow: column;
                gap: 20px 0; } }
            .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li {
              border: 1px solid #394a3f;
              border-radius: 10px;
              padding: 20px 15px 40px;
              position: relative;
              width: 32%;
              box-shadow: 10px 10px 0px 0px #eaeaea; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li {
                  width: 100%;
                  padding: 15px 10px 20px; } }
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li .number {
                font-size: 30px;
                font-weight: bold;
                position: absolute;
                left: 20px;
                color: #e85228;
                top: 20px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li .number {
                    font-size: 18px;
                    position: relative;
                    left: 0;
                    top: 0; } }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li .list-box {
                  display: flex;
                  justify-content: space-between; } }
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li .list-box img {
                width: 47%;
                margin: 0 auto 10px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li .list-box img {
                    width: 30%; } }
              .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li .list-box .text01 {
                text-align: center;
                font-size: 20px;
                font-weight: bold;
                line-height: 33px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents02 .contents_inner .contents_box_02 ul li .list-box .text01 {
                    width: 69%;
                    font-size: 16px;
                    line-height: 22px; } }
      .top_page main #main-content #top_contents03 {
        padding: 80px 0; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents03 {
            padding: 40px 20px 50px; } }
        .top_page main #main-content #top_contents03 .contents_inner {
          max-width: 1200px;
          margin: 0 auto; }
          .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 {
            margin: 0 0 80px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 {
                margin: 0 0 50px; } }
            .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl {
              border-top: 1px solid #eeeae6;
              display: flex;
              justify-content: flex-start;
              padding-top: 25px;
              max-width: 1000px;
              margin: 25px auto 0; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl {
                  flex-flow: column;
                  padding: 0 0 15px;
                  margin: 0 auto 15px;
                  border-top: none;
                  border-bottom: 1px solid #eeeae6; } }
              .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl:last-child {
                border-bottom: 1px solid #eeeae6;
                padding-bottom: 25px;
                margin-bottom: 25px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl:last-child {
                    padding-bottom: 15px;
                    margin-bottom: 15px; } }
              .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl dt {
                text-align: left;
                padding-left: 15px;
                font-size: 16px;
                font-weight: bold;
                width: 14%;
                line-height: 26px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl dt {
                    font-size: 14px;
                    width: 100%;
                    line-height: 38px;
                    padding: 0;
                    margin: 0 0 0px; } }
              .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl dd {
                width: 82%; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl dd {
                    width: 100%; } }
                .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl dd p {
                  font-weight: normal;
                  font-size: 16px;
                  line-height: 26px; }
                  @media screen and (max-width: 767px) {
                    .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl dd p {
                      font-size: 14px;
                      line-height: 20px; } }
                .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl dd .map {
                  width: 100%;
                  height: 370px;
                  margin: 20px 0 0; }
                  @media screen and (max-width: 767px) {
                    .top_page main #main-content #top_contents03 .contents_inner .contents_box_01 dl dd .map {
                      height: 150px;
                      margin: 10px 0 0; } }
      .top_page main #main-content #top_contents04 {
        background: #f7e86f;
        padding: 80px 0 100px; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents04 {
            padding: 40px 20px 50px; } }
        .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 {
          max-width: 1200px;
          margin: 0 auto 90px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 {
              margin: 0 auto 50px; } }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .counter_01 {
            font-size: 35px;
            font-weight: bold;
            text-align: center;
            color: #394a3f;
            text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
            position: relative;
            width: fit-content;
            margin: 0 auto 30px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .counter_01 {
                font-size: 16px;
                margin: 0 auto 20px; } }
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .counter_01:before {
              content: "";
              background: url(../img/top/SVG/icon01.svg) no-repeat;
              width: 51px;
              height: 42px;
              position: absolute;
              left: -80px;
              bottom: 0;
              margin: auto;
              background-size: cover; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .counter_01:before {
                  left: -45px;
                  width: 30px;
                  height: 25px; } }
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .counter_01:after {
              content: "";
              background: url("../img/top/SVG/icon01.svg") no-repeat;
              width: 51px;
              height: 42px;
              position: absolute;
              right: -80px;
              bottom: 0;
              margin: auto;
              background-size: cover;
              transform: scale(-1, 1); }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .counter_01:after {
                  right: -45px;
                  width: 30px;
                  height: 25px; } }
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .counter_01 span {
              width: 120px;
              margin: 0 20px -5px;
              display: inline-block; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .counter_01 span {
                  width: 90px;
                  margin: 0 10px -5px; } }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .text01 {
            text-align: center;
            font-size: 18px;
            margin: 0 0 15px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .text01 {
                font-size: 14px;
                line-height: 22px;
                margin: 0 0 10px; } }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .Asterisk {
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            margin: 0 0 60px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .Asterisk {
                font-size: 11px;
                line-height: 19px;
                margin: 0 0 30px; } }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_01 .tab_contents {
            margin: 0 0 35px; }
        .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 {
          max-width: 1200px;
          margin: 0 auto 90px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 {
              margin: 0 auto 55px; } }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_02:last-child {
            margin-bottom: 0; }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 h4 {
            font-size: 36px;
            color: #e85228;
            text-align: center;
            margin: 0 0 80px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 h4 {
                font-size: 24px;
                margin: 0 0 50px;
                line-height: 30px; } }
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 h4.mb01 {
              margin: 0 0 40px; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 h4.mb01 {
                  margin: 0 0 20px; } }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 .text01 {
            text-align: center;
            font-size: 18px;
            line-height: 32px;
            font-weight: bold;
            margin: 0 0 30px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 .text01 {
                font-size: 14px;
                line-height: 22px;
                margin: 0 0 30px; } }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 {
            display: flex;
            justify-content: space-between; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 {
                flex-flow: column;
                gap: 50px 0; } }
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li {
              width: 49%;
              border-radius: 10px;
              border: 1px solid #394a3f;
              padding: 50px 20px 25px;
              background: #fff;
              position: relative;
              box-shadow: 10px 10px 0px 0px #e0d48c; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li {
                  width: 100%;
                  padding: 30px 10px 15px; } }
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li .waku {
                border: 1px solid #394a3f;
                padding: 15px 0;
                background: #fff;
                position: absolute;
                top: -40px;
                left: 0;
                right: 0;
                margin: auto;
                width: 55%;
                border-radius: 5px;
                max-width: 330px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li .waku {
                    max-width: 200px;
                    padding: 7px 0;
                    top: -20px; } }
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li .waku p {
                  font-size: 36px;
                  font-weight: bold;
                  text-align: center;
                  display: flex;
                  justify-content: center;
                  align-items: center; }
                  @media screen and (max-width: 767px) {
                    .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li .waku p {
                      font-size: 20px; } }
                  .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li .waku p span {
                    border-radius: 50%;
                    background: #394a3f;
                    color: #fff;
                    font-size: 20px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 33px;
                    height: 33px;
                    vertical-align: middle;
                    line-height: 1.6;
                    align-items: center;
                    margin-left: 15px; }
                    @media screen and (max-width: 767px) {
                      .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li .waku p span {
                        width: 20px;
                        height: 20px;
                        margin-left: 5px;
                        font-size: 12px; } }
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li .movie {
                height: 300px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list01 li .movie {
                    height: 100%; } }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 {
              margin: 0 0 25px; } }
          .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li {
            margin: 0 0 20px;
            background: #fff;
            border-radius: 5px;
            position: relative; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li {
                margin: 0 0 10px; } }
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li:before {
              content: "";
              width: 5px;
              height: 40px;
              background: #e85228;
              border-radius: 2.5px;
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              margin: auto; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li:before {
                  width: 3px;
                  height: 70%; } }
            .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li a .item {
              padding: 25px 20px;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li a .item {
                  flex-flow: column;
                  padding: 15px 15px; } }
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li a .item .item-title {
                font-size: 18px;
                font-weight: bold;
                line-height: 24px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li a .item .item-title {
                    font-size: 14px;
                    line-height: 22px;
                    margin: 0 auto 10px 0; } }
              .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li a .item .item-link {
                font-size: 16px;
                color: #e85228;
                line-height: 9px;
                font-weight: bold;
                position: relative;
                padding-right: 35px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li a .item .item-link {
                    font-size: 12px;
                    margin-left: auto;
                    padding-right: 15px; } }
                .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li a .item .item-link:before {
                  content: "";
                  background: url("../img/top/SVG/arrow03.svg") no-repeat;
                  width: 20px;
                  height: 20px;
                  position: absolute;
                  right: 0;
                  top: 2px;
                  bottom: 0;
                  margin: auto;
                  background-size: cover; }
                  @media screen and (max-width: 767px) {
                    .top_page main #main-content #top_contents04 .contents_inner .contents_box_02 ul.list02 li a .item .item-link:before {
                      width: 10px;
                      height: 10px; } }
      .top_page main #main-content #top_contents05 {
        padding: 80px 0 100px; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents05 {
            padding: 40px 20px 50px; } }
        .top_page main #main-content #top_contents05 .title-box {
          margin: 0 0 65px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents05 .title-box {
              margin: 0 0 45px; } }
        .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 {
          max-width: 1200px;
          margin: 0 auto; }
          .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul {
            display: flex;
            justify-content: space-between;
            row-gap: 50px;
            flex-wrap: wrap; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul {
                gap: 20px 2%;
                align-items: stretch; } }
            .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li {
              width: 31%; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li {
                  width: 48%;
                  display: flex;
                  flex-flow: column; } }
              .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li img {
                margin: 0 0 20px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li img {
                    margin: 0 0 15px; } }
              .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li h4 {
                text-align: center;
                font-size: 26px;
                font-weight: bold;
                line-height: 36px;
                margin: 0 0 15px;
                color: #e85228; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li h4 {
                    font-size: 16px;
                    line-height: 21px;
                    margin: 0 0 10px; } }
              .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li p.text01 {
                font-size: 16px;
                line-height: 26px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li p.text01 {
                    font-size: 13px;
                    line-height: 20px; } }
                .top_page main #main-content #top_contents05 .contents_inner .contents_box_01 ul li p.text01 a {
                  text-decoration: underline; }
      .top_page main #main-content #top_contents06 {
        background: #fefbe6;
        padding: 80px 0 100px; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents06 {
            padding: 45px 20px 50px; } }
        .top_page main #main-content #top_contents06 .title-box {
          margin: 0 0 155px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents06 .title-box {
              margin: 0 0 140px; } }
        .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 {
          max-width: 1200px;
          margin: 0 auto; }
          .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 span.omitted {
            font-size: 60%; }
          .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul {
            display: flex;
            justify-content: space-between;
            margin: 0 0 55px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul {
                flex-flow: column;
                gap: 150px 0;
                margin: 0 0 35px; } }
            .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li {
              width: 47.5%;
              background: #fff;
              border: 1px solid #394a3f;
              padding: 170px 30px 30px;
              position: relative;
              border-radius: 10px;
              text-align: center;
              box-shadow: 10px 10px 0px 0px #e0d48c; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li {
                  width: 100%;
                  padding: 115px 15px 25px; } }
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li .gest_img-box {
                position: absolute;
                left: 0;
                right: 0;
                top: -25%;
                width: 44.5%;
                max-width: 250px;
                margin: auto; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li .gest_img-box {
                    max-width: 200px;
                    width: 200px;
                    top: -100px; } }
                .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li .gest_img-box .img-inner {
                  position: relative; }
                  .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li .gest_img-box .img-inner .day_icon {
                    position: absolute;
                    left: -20%;
                    top: -10%;
                    width: 40%; }
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li h4 {
                font-size: 24px;
                font-weight: bold;
                line-height: 1.1;
                margin: 0 0 10px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li h4 {
                    font-size: 21px; } }
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li p.text01 {
                font-size: 16px;
                line-height: 26px;
                margin: 0 0 10px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li p.text01 {
                    font-size: 13px;
                    line-height: 1.1;
                    margin: 0 0 10px; } }
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li p.text02 {
                font-size: 14px;
                line-height: 22px;
                text-align: left;
                font-weight: normal; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 ul li p.text02 {
                    line-height: 20px; } }
          .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box {
            display: flex;
            justify-content: center;
            align-items: center;
            column-gap: 25px;
            margin: 0 0 65px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box {
                margin: 0 0 25px;
                column-gap: normal;
                flex-wrap: wrap;
                display: flex;
                justify-content: space-between; } }
            .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .left-box {
              width: 16%;
              max-width: 185px;
              margin-left: 20%; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .left-box {
                  width: 45%;
                  max-width: 140px;
                  margin: 0; } }
            .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .right-box {
              font-weight: bold;
              width: 50%; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .right-box {
                  width: 50%; } }
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .right-box .text01 {
                color: #e85228;
                font-size: 14px;
                line-height: 32px;
                margin: 0 0 5px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .right-box .text01 {
                    margin: 0; } }
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .right-box .text02 {
                font-size: 24px;
                line-height: 30px;
                margin: 0 0 10px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .right-box .text02 {
                    font-size: 21px;
                    margin: 0; } }
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .flex-box .right-box .text03 {
                font-size: 14px;
                line-height: 22px;
                font-weight: normal; }
          .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .text03 {
            font-weight: normal; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .guest_box .text03 {
                font-size: 14px;
                line-height: 20px;
                width: 100%;
                margin: 0 0 40px;
                display: inline-block; } }
          .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .Asterisk {
            font-size: 13px;
            line-height: 22px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents06 .contents_inner .contents_box_01 .Asterisk {
                line-height: 20px; } }
      .top_page main #main-content #top_contents07 {
        background: #f7e86f;
        padding: 90px 0; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents07 {
            padding: 45px 20px; } }
        .top_page main #main-content #top_contents07 .title-box {
          margin: 0 0 50px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents07 .title-box {
              margin: 0 0 25px; } }
        .top_page main #main-content #top_contents07 .section_inner_box h3 {
          text-align: center;
          font-size: 18px;
          line-height: 30px;
          margin: 0 0 40px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents07 .section_inner_box h3 {
              font-size: 14px;
              line-height: 22px;
              margin: 0 0 25px; } }
        .top_page main #main-content #top_contents07 .section_inner_box .movie_box {
          max-width: 900px;
          margin: 0 auto 80px;
          height: 500px; }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .top_page main #main-content #top_contents07 .section_inner_box .movie_box {
              padding: 0 10px; } }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents07 .section_inner_box .movie_box {
              height: auto;
              margin: 0 auto 65px; } }
        .top_page main #main-content #top_contents07 .section_inner_box .seminar_box {
          max-width: 780px;
          margin: 0 auto;
          border-radius: 10px;
          border: 1px solid #394a3f;
          background: #fff;
          box-shadow: 10px 10px 0px 0px #e0d48c; }
          .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner {
            position: relative;
            padding: 60px 40px 40px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner {
                padding: 50px 15px 15px; } }
            .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .thumbnail_img {
              width: 108px;
              height: 108px;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-flow: column;
              position: absolute;
              left: 0;
              right: 0;
              top: -55px;
              margin: auto;
              border-radius: 50%; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .thumbnail_img {
                  width: 80px;
                  height: 80px;
                  top: -40px; } }
              .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .thumbnail_img img {
                object-fit: cover;
                border-radius: 50%;
                width: 92%;
                height: 92%; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .thumbnail_img img {
                    width: 100%;
                    height: 100%; } }
            .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner h4 {
              font-size: 14px;
              line-height: 24px;
              text-align: center;
              margin: 0 0 10px;
              color: #e85228;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner h4 {
                  font-size: 12px;
                  line-height: 15px; } }
            .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .name {
              text-align: center;
              font-size: 20px;
              margin: 0 0 15px; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .name {
                  font-size: 16px; } }
              .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .name span {
                font-size: 14px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .name span {
                    font-size: 11px; } }
            .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .text {
              font-size: 14px;
              font-weight: normal;
              line-height: 26px; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents07 .section_inner_box .seminar_box .seminar_inner .text {
                  line-height: 20px; } }
      .top_page main #main-content #top_contents08 {
        padding: 80px 0 100px; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents08 {
            padding: 45px 20px 50px; } }
        .top_page main #main-content #top_contents08 .title-box {
          margin: 0 0 55px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents08 .title-box {
              margin: 0 0 25px; } }
        .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 {
          max-width: 1200px;
          margin: 0 auto; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 {
              overflow-x: auto; } }
          .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul {
            display: flex;
            justify-content: space-between; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul {
                width: 910px; } }
            .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li {
              width: 31%;
              padding: 35px 25px 40px;
              background: #faf2ae;
              border-radius: 10px;
              position: relative; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li {
                  padding: 25px 20px 20px; } }
              .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li:last-child:before {
                content: inherit; }
              .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li:before {
                content: "";
                background: url("../img/top/SVG/arrow04.svg") no-repeat;
                width: 19px;
                height: 34px;
                position: absolute;
                right: -33px;
                top: 0;
                bottom: 0;
                margin: auto;
                background-size: cover; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li:before {
                    right: -28px; } }
              .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li .step {
                font-size: 24px;
                font-weight: bold;
                color: #e85228;
                text-align: center;
                margin: 0 0 10px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li .step {
                    font-size: 16px; } }
              .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li img {
                width: 62%;
                margin: 0 auto 15px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li img {
                    width: 60%; } }
              .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li h4 {
                font-size: 24px;
                font-weight: bold;
                margin: 0 0 10px;
                text-align: center;
                color: #e85228; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li h4 {
                    font-size: 18px; } }
              .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li .text01 {
                font-size: 16px;
                line-height: 26px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents08 .contents_inner .contents_box_01 ul li .text01 {
                    font-size: 14px;
                    line-height: 20px; } }
      .top_page main #main-content #top_contents09 {
        background: #fefbe6;
        padding: 80px 0 100px; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents09 {
            padding: 40px 20px 50px; } }
        .top_page main #main-content #top_contents09 .title-box {
          margin: 0 0 55px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents09 .title-box {
              margin: 0 0 25px; } }
        .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 {
          max-width: 1200px;
          margin: 0 auto; }
          .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul {
            border: 1px solid #e85228;
            padding: 45px 40px;
            display: flex;
            flex-wrap: wrap;
            border-radius: 10px;
            justify-content: space-between;
            background: #fff;
            margin: 0 0 35px;
            box-shadow: 10px 10px 0px 0px #e0d48c; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul {
                flex-flow: column;
                padding: 20px;
                gap: 25px 0; } }
            .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li {
              width: 22%;
              position: relative; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li {
                  width: 100%; } }
              .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li:last-child:before {
                content: inherit; }
              .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li:before {
                content: "";
                width: 1px;
                height: 100%;
                border-right: 2px dotted #e85228;
                position: absolute;
                right: -9%;
                top: 0;
                bottom: 0;
                margin: auto; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li:before {
                    content: inherit; } }
              .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li p.waku {
                background: #e85228;
                border-radius: 5px;
                padding: 7px 0;
                font-size: 21px;
                text-align: center;
                color: #fff;
                font-weight: bold;
                margin: 0 auto 45px;
                width: 90%;
                height: 65px;
                display: flex;
                align-items: center;
                flex-flow: column;
                justify-content: center; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li p.waku {
                    width: 100%;
                    font-size: 14px;
                    height: auto;
                    padding: 8px 0;
                    margin: 0 auto 15px; } }
                .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li p.waku span {
                  font-size: 14px;
                  display: block;
                  padding-top: 5px; }
                  @media screen and (max-width: 767px) {
                    .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li p.waku span {
                      font-size: 11px;
                      display: contents;
                      padding: 0 0 0 5px; } }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li .fbox {
                  display: flex;
                  justify-content: space-between; } }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li .fbox .l-box {
                  width: 40%;
                  max-width: 110px; } }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li .fbox .l-box img {
                  width: 100%;
                  margin: 0 auto; } }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li .fbox .r-box {
                  width: 59%;
                  text-align: left; } }
              .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li .fbox .r-box h4 {
                font-size: 20px;
                font-weight: bold;
                text-align: center;
                margin: 0 0 25px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li .fbox .r-box h4 {
                    font-size: 16px;
                    font-weight: bold;
                    line-height: 20px;
                    text-align: left;
                    margin: 0 0 10px;
                    color: #e85228; } }
              .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li .fbox .r-box .text01 {
                font-size: 14px;
                line-height: 24px; }
                @media screen and (max-width: 767px) {
                  .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li .fbox .r-box .text01 {
                    font-size: 13px;
                    line-height: 20px; } }
              .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 ul li img {
                width: 98%;
                margin: 0 auto 15px; }
          .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 .Asterisk {
            text-align: right;
            font-size: 14px;
            line-height: 22px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents09 .contents_inner .contents_box_01 .Asterisk {
                font-size: 12px;
                line-height: 20px; } }
      .top_page main #main-content #top_contents10 {
        background: #f7e86f;
        padding: 80px 0 100px; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents10 {
            padding: 40px 20px 50px; } }
        .top_page main #main-content #top_contents10 .title-box {
          margin: 0 0 55px; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents10 .title-box {
              margin: 0 0 25px; } }
        .top_page main #main-content #top_contents10 .contents_inner .contents_box_01 {
          max-width: 1200px;
          margin: 0 auto; }
      .top_page main #main-content #top_contents11 {
        padding: 170px 0 0; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents11 {
            padding: 120px 20px 0; } }
        .top_page main #main-content #top_contents11 .title-box {
          margin: 0 0 55px; }
        .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 {
          max-width: 1200px;
          margin: 0 auto; }
          .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big {
            max-width: 930px;
            width: 80%;
            margin: 0 auto 55px;
            background: #e85228;
            position: relative;
            border-radius: 84px;
            border-bottom: 9px solid #cc5200; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big {
                width: 100%;
                margin: 0 auto 35px; } }
            .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big:after {
              content: "";
              background: url("../img/top/SVG/icon02.svg") no-repeat;
              width: 122px;
              height: 57px;
              position: absolute;
              left: 0;
              right: 0;
              top: -105px;
              background-size: cover;
              margin: auto; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big:after {
                  width: 65px;
                  height: 31px;
                  top: -80px; } }
            .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big:before {
              content: "";
              background: url("../img/top/SVG/arrow02.svg") no-repeat;
              width: 80px;
              height: 80px;
              position: absolute;
              right: 5%;
              top: 3px;
              bottom: 0;
              margin: auto; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big:before {
                  width: 20px;
                  height: 20px;
                  right: 1%; } }
            .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big p.button_waku {
              position: absolute;
              font-size: 20px;
              border-radius: 28px;
              font-weight: bold;
              left: 0;
              right: 0;
              top: -30px;
              background: #fffe04;
              width: fit-content;
              margin: 0 auto;
              padding: 17px 23px;
              color: #394a3f; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big p.button_waku {
                  font-size: 15px;
                  padding: 10px 26px; } }
              .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big p.button_waku span {
                position: relative; }
                .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big p.button_waku span:before {
                  content: "";
                  position: absolute;
                  bottom: 0;
                  left: 50%;
                  border-style: solid;
                  border-width: 24px 20px 0 20px;
                  border-color: #fffe04 transparent transparent;
                  translate: -50% 100%; }
                  @media screen and (max-width: 767px) {
                    .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big p.button_waku span:before {
                      border-width: 18px 20px 0 20px; } }
            .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big a {
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 65px 0;
              color: #fff;
              font-size: 28px;
              position: relative; }
              @media screen and (max-width: 767px) {
                .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .text-button_big a {
                  font-size: 18px;
                  padding: 21px 0; } }
          .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .img {
            margin: 0 auto;
            width: 80%;
            max-width: 880px; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents11 .contents_inner .contents_box_01 .img {
                width: 100%; } }
      .top_page main #main-content #top_contents12 {
        padding: 130px 0 70px;
        background: #fefbe6; }
        @media screen and (max-width: 767px) {
          .top_page main #main-content #top_contents12 {
            padding: 115px 20px 50px; } }
        .top_page main #main-content #top_contents12 .title-box h2.slide_title {
          font-size: 36px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .top_page main #main-content #top_contents12 .title-box h2.slide_title {
              font-size: 24px; } }
          .top_page main #main-content #top_contents12 .title-box h2.slide_title:before {
            content: "";
            background: url(../img/top/character.png) no-repeat;
            width: 42px;
            height: 65px;
            background-size: cover;
            position: absolute;
            left: 0;
            right: 0;
            top: -75px;
            margin: auto; }
            @media screen and (max-width: 767px) {
              .top_page main #main-content #top_contents12 .title-box h2.slide_title:before {
                width: 31px;
                height: 48px;
                top: -60px; } }
        .top_page main #main-content #top_contents12 .top_slider {
          overflow: hidden;
          width: 100%;
          position: relative;
          padding: 0 0 40px; }
          .top_page main #main-content #top_contents12 .top_slider .swiper-pagination-bullet-active {
            background: #e85228 !important; }

/*企業向けLP　end*/
/*main end*/
/*footer*/
footer {
  background: #f7e86f;
  padding: 80px 0 50px; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 0 20px 100px; } }
  footer .footer_box01 {
    padding: 0 0 50px;
    margin: 0 auto 50px;
    max-width: 1200px;
    border-bottom: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      footer .footer_box01 {
        padding: 40px 0 50px;
        margin: 0 auto 35px; } }
    footer .footer_box01 .footer_inner {
      text-align: center; }
      footer .footer_box01 .footer_inner h2 {
        font-size: 16px;
        margin: 0 0 20px;
        color: #22254c;
        text-decoration: none;
        line-height: 36px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          footer .footer_box01 .footer_inner h2 {
            font-size: 16px;
            margin: 0 0 10px; } }
      footer .footer_box01 .footer_inner p {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 35px; }
        @media screen and (max-width: 767px) {
          footer .footer_box01 .footer_inner p {
            font-size: 13px;
            line-height: 25px; } }
      footer .footer_box01 .footer_inner .f_text-button {
        background: #113cb0;
        border-radius: 5px;
        width: fit-content;
        height: 36px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          footer .footer_box01 .footer_inner .f_text-button {
            height: 36px; } }
        footer .footer_box01 .footer_inner .f_text-button a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          padding: 0 27px;
          color: #fff; }
          @media screen and (max-width: 767px) {
            footer .footer_box01 .footer_inner .f_text-button a {
              font-size: 14px; } }
  footer .footer_box02 {
    max-width: 1200px;
    margin: 0 auto 80px; }
    @media screen and (max-width: 767px) {
      footer .footer_box02 {
        margin: 0 auto; } }
    footer .footer_box02 .footer_inner ul {
      display: flex;
      justify-content: center;
      gap: 10px 10px; }
      @media screen and (max-width: 767px) {
        footer .footer_box02 .footer_inner ul {
          flex-wrap: wrap; } }
      footer .footer_box02 .footer_inner ul li {
        width: 20%;
        max-width: 230px; }
        @media screen and (max-width: 767px) {
          footer .footer_box02 .footer_inner ul li {
            width: 48%; } }
  footer .copyright {
    text-align: center;
    font-size: 13px;
    padding: 45px 0 30px; }
    @media screen and (max-width: 767px) {
      footer .copyright {
        font-size: 12px;
        padding: 60px 0 30px; } }

/*footer end*/
/*----------------------------
タブ出し分け
----------------------------*/
.tab {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px; }
  .tab .tab-list {
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .tab .tab-list {
        justify-content: space-between; } }
    .tab .tab-list .tab-list-item {
      text-align: center;
      background-color: #f2da17;
      padding: 26px 0;
      width: 49.5%;
      border-top-left-radius: 9px;
      border-top-right-radius: 9px;
      font-size: 36px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .tab .tab-list .tab-list-item {
          width: 48%;
          padding: 25px 0;
          font-size: 20px; } }
    .tab .tab-list li span {
      border-radius: 50%;
      background: #394a3f;
      color: #fff;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 33px;
      height: 33px;
      vertical-align: middle;
      line-height: 1.6;
      align-items: center;
      margin-left: 15px; }
      @media screen and (max-width: 767px) {
        .tab .tab-list li span {
          font-size: 10px;
          width: 17px;
          height: 17px;
          margin-left: 5px; } }
    .tab .tab-list .tab-list-item.active {
      background-color: #fff; }
      .tab .tab-list .tab-list-item.active span {
        color: #fff; }
  .tab .tab-contents {
    background-color: #fff;
    border-top: 2px solid #fff;
    padding-bottom: 50px;
    /*スマホタブ内アコーディオン*/ }
    @media screen and (max-width: 767px) {
      .tab .tab-contents {
        padding-bottom: 25px; } }
    .tab .tab-contents .tab-bg {
      max-width: 1200px;
      margin: 0 auto; }
      .tab .tab-contents .tab-bg .tab-contents-item {
        font-size: 16px;
        padding: 50px 50px 0; }
        @media screen and (max-width: 767px) {
          .tab .tab-contents .tab-bg .tab-contents-item {
            padding: 25px 20px 0; } }
        .tab .tab-contents .tab-bg .tab-contents-item ul {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap;
          gap: 10px 2%; }
          .tab .tab-contents .tab-bg .tab-contents-item ul li {
            width: 49%;
            background: #f2f3f2;
            border-radius: 5px; }
            .tab .tab-contents .tab-bg .tab-contents-item ul li a {
              width: 100%;
              height: 100%;
              display: flex;
              padding: 15px 10px 15px 20px;
              position: relative;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                .tab .tab-contents .tab-bg .tab-contents-item ul li a {
                  padding: 13px 10px 13px 15px;
                  font-size: 13px; } }
              .tab .tab-contents .tab-bg .tab-contents-item ul li a:before, .tab .tab-contents .tab-bg .tab-contents-item ul li a:after {
                content: "";
                position: absolute;
                top: calc(50% - 1px);
                right: 10px;
                width: 8px;
                height: 2px;
                border-radius: 9999px;
                background-color: #000000;
                transform-origin: calc(100% - 1px) 50%; }
              .tab .tab-contents .tab-bg .tab-contents-item ul li a:before {
                transform: rotate(45deg); }
              .tab .tab-contents .tab-bg .tab-contents-item ul li a:after {
                transform: rotate(-45deg); }
    .tab .tab-contents .accordion-list {
      margin-top: 0; }
      .tab .tab-contents .accordion-list dt.accordion-title {
        width: 100%;
        max-width: 282px;
        border-radius: 15px;
        background: #394a3f;
        margin: 0 auto;
        padding: 8px 0; }
        .tab .tab-contents .accordion-list dt.accordion-title:after {
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; }
        .tab .tab-contents .accordion-list dt.accordion-title p {
          font-size: 14px;
          color: #fff;
          text-align: center; }
          .tab .tab-contents .accordion-list dt.accordion-title p:before {
            content: inherit; }
      .tab .tab-contents .accordion-list dd.accordion-text {
        padding: 20px 0 0; }
        .tab .tab-contents .accordion-list dd.accordion-text ul {
          flex-flow: column; }
          @media screen and (max-width: 767px) {
            .tab .tab-contents .accordion-list dd.accordion-text ul {
              gap: 0; } }
          .tab .tab-contents .accordion-list dd.accordion-text ul li {
            width: 100%;
            margin: 0 0 10px; }

.tab-contents-item {
  display: none; }

.tab-contents-item.show {
  display: block; }

/*----------------------------
アコーディオン
----------------------------*/
.accordion-container {
  width: 100%; }
  .accordion-container dl {
    background: #fff;
    border: 1px solid #e85228;
    border-radius: 10px; }

.accordion-list {
  /*box-shadow: 0 0px 10px 0 rgba(181, 201, 183, 0.54);*/ }

.accordion-list:not(:first-child) {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .accordion-list:not(:first-child) {
      margin-top: 15px; } }

.accordion-title {
  cursor: pointer;
  padding: 25px 40px 25px 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .accordion-title {
      padding: 15px 20px 15px 40px; } }
  .accordion-title p {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px; }
    @media screen and (max-width: 767px) {
      .accordion-title p {
        font-size: 14px;
        line-height: 20px; } }
    .accordion-title p:before {
      content: "Q.";
      font-weight: bold;
      color: #e85228;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      position: absolute;
      left: -27px;
      top: 1px;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .accordion-title p:before {
          font-size: 14px; } }

.accordion-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e85228;
  border-right: 2px solid #e85228;
  transform: rotate(135deg);
  transition: all .3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .accordion-title:after {
      right: 10px; } }

.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%; }

.accordion-text {
  display: none;
  padding: 0px 40px 20px 50px;
  background: #fff;
  border-radius: 0 0 10px 10px; }
  @media screen and (max-width: 767px) {
    .accordion-text {
      padding: 0px 20px 15px 40px; } }
  .accordion-text p {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .accordion-text p {
        font-size: 14px;
        line-height: 20px; } }
    .accordion-text p span {
      font-size: 14px; }
    .accordion-text p a {
      text-decoration: underline; }
    .accordion-text p:before {
      content: "A.";
      font-weight: bold;
      color: #e85228;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      position: absolute;
      left: -27px;
      top: 1px;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        .accordion-text p:before {
          font-size: 14px; } }

/*----------------------------
背景動き
----------------------------*/
@keyframes bg-up {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-40px); } }
/*----------------------------
フロートボタン
----------------------------*/
.float-box {
  width: 300px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  filter: drop-shadow(1px 1px 5px rgba(146, 173, 164, 0.55)); }
  @media screen and (max-width: 767px) {
    .float-box {
      width: calc(100% - 40px);
      right: 0;
      left: 0;
      bottom: 10px;
      margin: auto; } }

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(100px);
  opacity: 0; }

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0; }

/*----------------------------
下層ページ　モーダル
----------------------------*/
#sub_page02 .modalarea01 {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 以下ボタンスタイル */ }
  #sub_page02 .modalarea01 .modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  #sub_page02 .modalarea01 .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1100px;
    padding: 10px 50px;
    background-color: #fff;
    height: 90%;
    border-radius: 15px; }
    @media screen and (max-width: 767px) {
      #sub_page02 .modalarea01 .modalWrapper {
        padding: 10px 0; } }
    #sub_page02 .modalarea01 .modalWrapper .modalContents {
      padding: 50px 0 10px;
      height: 100%;
      overflow-y: scroll; }
      @media screen and (max-width: 767px) {
        #sub_page02 .modalarea01 .modalWrapper .modalContents {
          padding: 20px; } }
    #sub_page02 .modalarea01 .modalWrapper .modal01 h2 {
      font-size: 24px;
      color: #5ab435; }
      @media screen and (max-width: 767px) {
        #sub_page02 .modalarea01 .modalWrapper .modal01 h2 {
          font-size: 18px; } }
    #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner {
      margin: 30px 0; }
      @media screen and (max-width: 767px) {
        #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner {
          padding: 10px 0 10px;
          margin: 10px 0 10px; } }
      #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 {
        margin: 0 0 25px; }
        #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01:last-child {
          margin-bottom: 0; }
        #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab {
          margin-top: 0; }
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list {
            justify-content: flex-start;
            position: relative; }
            #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list:before {
              width: 100%;
              content: "";
              height: 1px;
              background: #b1b1b1;
              position: absolute;
              left: 0;
              right: 0;
              bottom: 1px;
              margin: auto;
              z-index: 0; }
            #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list .tab-list-item {
              background: none;
              width: fit-content;
              margin: 0 25px 0 0;
              font-size: 16px;
              padding: 20px;
              position: relative;
              z-index: 1; }
              @media screen and (max-width: 767px) {
                #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list .tab-list-item {
                  padding: 10px 15px;
                  font-size: 14px;
                  margin: 0 15px 0 0; } }
              #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list .tab-list-item:first-child {
                color: #bf2c1c; }
            #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-list .tab-list-item.active {
              border-bottom: none;
              border: 1px solid #b1b1b1;
              border-bottom: 4px solid #fff; }
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-contents {
            padding-bottom: 0; }
            #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-contents .tab-bg .tab-contents-item {
              padding: 30px 5px 0; }
              #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm .modal_form01 .tab_contents .tab .tab-contents .tab-bg .tab-contents-item h3 {
                font-size: 16px; }
      #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm h3 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 15px; }
        @media screen and (max-width: 767px) {
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm h3 {
            font-size: 12px; } }
      #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li {
          width: 48%;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin: 0 0 10px; }
          @media screen and (max-width: 767px) {
            #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li {
              width: 100%; } }
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li input {
            width: 16px;
            height: auto;
            margin-right: 15px; }
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li input[type="checkbox"] {
            display: none; }
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li input[type="checkbox"] + label::before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 2px solid #ccc;
            margin-right: 8px;
            vertical-align: middle;
            border-radius: 3px; }
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li input[type="checkbox"]:checked + label::before {
            border-color: red;
            background-color: white;
            background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="red" xmlns="http://www.w3.org/2000/svg"><path d="M6.173 12.207L2.293 8.328l1.414-1.415 2.466 2.466L12.293 3.259l1.414 1.414z"/></svg>');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 17px; }
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li label {
            margin: 0;
            padding: 0;
            color: #000; }
            @media screen and (max-width: 767px) {
              #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li label {
                line-height: 1.5;
                font-size: 11px; } }
        #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.w100 {
          width: 100%;
          margin: 0 0 15px; }
        #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in {
          display: block; }
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in ul {
            display: flex;
            justify-content: space-between;
            padding: 15px 0 0 25px; }
            @media screen and (max-width: 767px) {
              #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in ul {
                padding: 15px 0 0 10px; } }
            #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in ul li {
              width: 30%; }
              @media screen and (max-width: 767px) {
                #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #industryForm ul li.li_in ul li {
                  width: 48%; } }
      #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner #confirmSelection {
        background: #fff;
        border: 2px solid #000;
        font-size: 16px;
        width: 26%;
        height: 50px;
        color: #000;
        margin: 25px auto 0;
        text-align: center;
        padding: 0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
      #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner button {
        width: 230px;
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px 0; }
        @media screen and (max-width: 767px) {
          #sub_page02 .modalarea01 .modalWrapper .modal01 .modaliner button {
            padding: 12px 0;
            font-size: 14px; } }
  #sub_page02 .modalarea01 .closeModal {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      #sub_page02 .modalarea01 .closeModal {
        right: 0; } }
  #sub_page02 .modalarea01 button {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #282828;
    border-radius: 2px;
    cursor: pointer; }
  #sub_page02 .modalarea01 #openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
