@charset "UTF-8";
/*--------------------------------------------

貯める！増やす！変わる！初心者のためのマネーセミナー
https://www.khb-tv.co.jp/event/tyochiku202408/index.html

  [00] 基本設定
  [01] メインビジュアル
  [02] ABOUT
  [03] 開催概要
  [04] 講演内容
  [05] 参加申し込み
  [06] フッター
  [99] 標準機能

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
html {
  font-size: 62.5%;
  /*1rem=10px*/
}

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #1a1a1e;
  font-family: "Noto Sans JP", sans-serif;
}
body.js-no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.6s;
  color: #154cb8;
  text-decoration-line: underline;
}
a:hover {
  transition: 0.6s;
  opacity: 0.7;
}

::-moz-selection {
  background: #154cb8;
  color: #ffffff;
}

::selection {
  background: #154cb8;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
th,
dt {
  font-weight: 700;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

/*セクション設定-------------------------*/
.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.bg-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg.webp");
  background-size: cover;
  z-index: -2;
}

main {
  width: 100%;
}

section {
  padding: 30px 0;
}

section > .w_limit_1280 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.w_limit_sp {
  width: 92%;
}

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

.w_limit_1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.w_90per {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.w_limit_900 {
  max-width: 900px;
  margin: 0 auto;
}

h2 {
  color: #1a1a1e;
  line-height: 1.2;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 30px;
  display: block;
  font-size: 4.8rem;
  text-align: center;
  z-index: 1;
  font-family: "Josefin Sans", sans-serif;
}

h2 span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin-left: 0.5em;
}

h2::after {
  content: "";
  height: 4px;
  width: 120px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: linear-gradient(90deg, rgb(235, 188, 72) 0%, rgb(235, 176, 72) 5.18%, rgb(236, 144, 72) 14.54%, rgb(237, 94, 73) 26.9%, rgb(238, 64, 73) 33.41%, rgb(232, 67, 79) 37.99%, rgb(216, 75, 97) 44.38%, rgb(189, 89, 127) 51.82%, rgb(152, 108, 168) 60.05%, rgb(104, 133, 221) 68.84%, rgb(82, 144, 245) 72.57%, rgb(56, 128, 142) 85%, rgb(37, 117, 68) 94.47%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 10px;
  transform: skewX(-20deg);
}

h3 {
  color: #1a1a1e;
  line-height: 1.2;
  font-size: 2.6rem;
  text-align: left;
  border-left: 4px solid #154cb8;
  padding: 15px 0 15px 20px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1230px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1000px) {
  section {
    padding: 25px inherit;
  }
  section > .w_limit_1280 {
    padding: 25px 15px;
  }
  h3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 2.4rem;
  }
  h3 span {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 25px 0;
  }
  section > .w_limit_1280 {
    padding: 25px 0px;
  }
  body {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 15px 15px 40px;
  margin-bottom: 0;
}
#Mainvisual .w_limit_1440 {
  background-size: contain;
  background-repeat: no-repeat;
}

.three_okane_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 50px;
}
.three_okane_flex .okaneBox {
  width: 48%;
}
.three_okane_flex .toudan {
  width: 48%;
}

.okaneBox {
  width: 100%;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.okaneBox .sho01,
.okaneBox .sho02,
.okaneBox .sho03 {
  position: relative;
  margin-top: 30px;
}

.sho01,
.sho02,
.sho03 {
  position: relative;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.toudan {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.fade-in {
  opacity: 1;
}

.title {
  text-align: center;
}

.mv_datebox {
  text-align: center;
  margin-top: 25px;
}

.flex_cal2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_cal2 > div:nth-of-type(1), .flex_cal2 > div {
  width: 60%;
}
.flex_cal2 > div:nth-of-type(2), .flex_cal2 > figure {
  width: 37%;
}

.flex_cal2_even {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: auto;
  text-align: center;
  justify-content: space-between;
}
.flex_cal2_even > * {
  width: 48%;
}

.moushikomi_box {
  position: relative;
  border-radius: 25px;
  margin-top: 50px;
  padding-top: 80px !important;
  border: solid 5px #154cb8;
}

.title_moushikomi {
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 40px;
}

.bdt_green {
  border-top: solid 10px #00b297;
}

.section_bdt {
  border-top: solid 5px #154cb8;
}

.MV-pc {
  display: block;
}

.MV-sp {
  display: none;
}

.MV-pc > .w_limit_1280 {
  position: relative;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #Mainvisual {
    padding: 0px;
    margin-bottom: 0;
  }
  .okaneBox .sho01,
  .okaneBox .sho02,
  .okaneBox .sho03 {
    margin-top: 15px;
  }
  .title {
    text-align: center;
  }
  .mv_datebox {
    text-align: center;
    margin-top: 25px;
  }
  .moushikomi_box {
    padding-top: 50px !important;
  }
  .three_okane_flex {
    flex-direction: column;
  }
  .three_okane_flex .okaneBox {
    order: 1;
    width: 100%;
  }
  .three_okane_flex .toudan {
    order: 2;
    width: 100%;
  }
  .flex_cal2 {
    flex-direction: column;
  }
  .flex_cal2 > div:nth-of-type(1), .flex_cal2 > div {
    width: 100%;
  }
  .flex_cal2 > div:nth-of-type(2), .flex_cal2 > figure {
    width: 100%;
  }
  .flex_cal2_even {
    flex-direction: column;
  }
  .flex_cal2_even > * {
    width: 100%;
    margin-bottom: 15px;
  }
  .flex_cal2_even > *:last-of-type {
    margin-bottom: 0;
  }
  .announcer {
    text-align: center;
  }
  .announcer img {
    width: 70%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 0%;
       object-position: 100% 0%;
  }
}
@media screen and (max-width: 480px) {
  .MV-pc {
    display: block;
  }
  .MV-sp {
    display: block;
  }
}
/*
  youtube埋め込み
---------------------------------------------*/
section#youtube {
  background: rgba(255, 255, 255, 0);
}
section#youtube .w_limit_1280 {
  padding: 15px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  section#youtube {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  section#youtube .w_limit_1280 {
    padding: 0px;
  }
}
#top-to-Form {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#top-to-Form .toForm-box {
  max-width: 720px;
  margin: 0 auto;
  border: solid 8px #518ff2;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 15px;
}

/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
#About {
  padding-bottom: 80px;
  border-bottom: solid 10px #154cb8;
}
#About h2 {
  margin-bottom: 15px;
}
#About h2 span.h2-about {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-size: 9.2rem;
  font-style: italic;
  color: #518ff2;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  padding-left: 25px;
  background: #ffffff;
}
#About p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#About {
  padding-top: 60px;
}

.about_description {
  font-size: 2.1rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}
.about_description p {
  margin-bottom: 10px;
}

.top_cta_section {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .about_description {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .present_box {
    flex-direction: column;
  }
  .present_box > figure {
    width: 100%;
  }
  .present_box > div {
    margin: auto;
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
  .top_cta_section {
    padding-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  section#About > .w_limit_1280 {
    padding: 0px inherit;
  }
}
/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
#Date table,
table.date-table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  border-top: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
}
#Date table th,
table.date-table th {
  width: 20%;
  background: #ffffff;
  color: #154cb8;
  border-bottom: solid 1px #cccccc;
  padding: 20px 30px;
  text-align: center;
  z-index: 3;
  font-size: 1.8rem;
  vertical-align: middle;
}
#Date table th:first-of-type,
table.date-table th:first-of-type {
  border-top: solid 1px #cccccc;
}
#Date table td,
table.date-table td {
  width: 80%;
  padding: 20px 30px;
  vertical-align: middle;
  border-bottom: solid 1px #cccccc;
}
#Date table td:first-of-type,
table.date-table td:first-of-type {
  border-top: solid 1px #cccccc;
}
#Date table td p,
table.date-table td p {
  margin-top: 5px;
}
#Date table td span.disp-pc-only,
table.date-table td span.disp-pc-only {
  display: inline;
}
#Date table td .date-kome,
table.date-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}
table.default-table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  max-width: 900px;
}
table.default-table th {
  width: 25%;
  padding: 20px 30px;
  text-align: center;
  border-bottom: solid 1px #518ff2;
  /*    border-right: dashed 1px $theme-color_01;*/
}
table.default-table th p {
  z-index: 3;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  padding-top: 5px;
  color: #154cb8;
}
table.default-table th:first-of-type {
  border-top: solid 1px #518ff2;
}
table.default-table td {
  width: 75%;
  padding: 20px 30px;
  vertical-align: middle;
  border-bottom: solid 1px #518ff2;
  font-weight: 600;
}
table.default-table td:first-of-type {
  border-top: solid 1px #518ff2;
}
table.default-table td p {
  margin-top: 5px;
}
table.default-table td span.disp-pc-only {
  display: inline;
}
table.default-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
  text-align: left;
}
.timetable_wrap {
  margin: auto;
}

table.timetable-table {
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
}
table.timetable-table tr {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 30px;
}
table.timetable-table th {
  text-align: center;
  background-color: #154cb8;
  position: absolute;
  padding: 3px 50px;
  transform: skewX(15deg);
  display: block;
  top: -15px;
  left: -10px;
}
table.timetable-table th p {
  z-index: 3;
  vertical-align: middle;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  padding-top: 5px;
  color: #ffffff;
  transform: skewX(-15deg);
  width: 100%;
}
table.timetable-table th:first-of-type {
  border-top: solid 1px #518ff2;
}
table.timetable-table td {
  width: 100%;
  border-radius: 10px;
  padding: 30px;
  padding-left: 25%;
  display: block;
  background-color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
table.timetable-table td p {
  margin-top: 5px;
}
table.timetable-table td span.disp-pc-only {
  display: inline;
}
table.timetable-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}
.js-timetable-row {
  opacity: 0;
  transform: translateY(10px);
}

.js-timetable-row.is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

#Subevent {
  margin-top: 80px;
}

.to-googlemap-wrap {
  margin: 15px 0;
}

.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 18px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  background-color: #ffffff;
  color: #1a1a1e;
  border: solid 2px #1a1a1e;
  text-align: center;
}
.to-googlemap.Btn::before {
  content: "";
  background-image: url("../images/icon-mappin.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 15px;
  height: 22px;
}
.to-googlemap.Btn::after {
  border-color: #1a1a1e;
}
.toform-Btn img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(5px 5px 5px rgba(104, 69, 18, 0.3));
}

#PD table.default-table {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
#PD table.default-table th {
  font-size: 1.8rem;
  padding: 20px 10px;
}
#PD table.default-table td {
  padding: 20px;
}
#PD table.default-table td p {
  margin-top: 5px;
}
#PD table.default-table td ul li {
  margin-bottom: 15px;
  padding-left: 1em;
  position: relative;
}
#PD table.default-table td ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ea6000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

table.default-table td {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #Date table,
  table.date-table {
    border: none;
  }
  #Date table th,
  #Date table td,
  table.date-table th,
  table.date-table td {
    display: block;
    width: 100%;
  }
  #Date table th,
  table.date-table th {
    margin-top: 35px;
    border-right: none;
    border-bottom: none;
    padding: 5px 0px;
  }
  #Date table th:first-of-type,
  table.date-table th:first-of-type {
    margin-top: 0;
  }
  #Date table td,
  table.date-table td {
    border-bottom: none;
    border-top: none;
    text-align: center;
    padding: 15px 15px 30px;
  }
  .to-googlemap.Btn {
    margin: 25px auto 0;
  }
  table.timetable-table {
    margin: 0 auto;
    font-size: 2.1rem;
    line-height: 1.5;
    width: 100%;
  }
  table.timetable-table tr {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  table.timetable-table th {
    text-align: center;
    background-color: #154cb8;
    position: absolute;
    padding: 0px 50px;
    left: 0px;
  }
  table.timetable-table th p {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.8rem;
  }
  table.timetable-table th:first-of-type {
    border-top: solid 1px #518ff2;
  }
  table.timetable-table td {
    padding: 20px 30px 15px;
    font-size: 1.8rem;
  }
  table.timetable-table td p {
    margin-top: 5px;
  }
  table.timetable-table td span.disp-pc-only {
    display: inline;
  }
  table.timetable-table td .date-kome {
    font-size: 1.6rem;
    text-align: left;
  }
  #Subevent figure {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  #Date table td span.disp-pc-only,
  table.default-table td span.disp-pc-only {
    display: none;
  }
}
/*--------------------------------------------
  [04] 講演内容
---------------------------------------------*/
.kouen-container {
  position: relative;
  display: flex;
  margin: auto;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}

.kouen-box {
  width: 30.6666666667%;
  margin-right: 4%;
  padding: 20px 0 45px;
  position: relative;
  text-align: center;
  align-items: flex-start;
}
.kouen-box p {
  text-align: left;
}
.kouen-box:nth-of-type(3n) {
  margin-right: 0;
}
.kouen-box:first-of-type {
  padding-top: 20px;
}

.speaker_img {
  width: 300px;
  height: 400px;
}

.logo-name-box {
  display: flex;
  flex-direction: column;
}
.logo-name-box > figure {
  width: 28%;
  order: 2;
  text-align: right;
  align-self: flex-end;
}
.logo-name-box > p {
  order: 1;
}

.company-logo {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 50%;
}
.company-logo img {
  max-width: 220px;
}

.speaker-info {
  margin-top: 0px;
}

h3.kouen-title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 25px;
}

.speaker-name {
  /*    margin-left: 2rem;*/
  font-size: 3.2rem;
  font-weight: 600;
  display: block;
}
.speaker-name span {
  margin-left: 1rem;
  font-size: 1.6rem;
}

.kouen-box.kouen-box_flexcal2 {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 80px;
}
.kouen-box.kouen-box_flexcal2 .kouen_img {
  margin-right: 8%;
  text-align: right;
  justify-items: end;
  position: relative;
}
.kouen-box.kouen-box_flexcal2 .kouen_img .company-logo {
  position: absolute;
  right: 10%;
  margin: auto;
}
.kouen-box.kouen-box_flexcal2 .kouen_img .company-logo img {
  max-width: 250px;
}
.kouen-box.kouen-box_flexcal2 .kouen_txt {
  width: 50%;
}

table.bio_table_plain {
  font-size: 1.6rem;
}
table.bio_table_plain tr th,
table.bio_table_plain tr td {
  text-align: left;
}
table.bio_table_plain tr th {
  font-weight: 400;
  padding-right: 1em;
}
.facilitator {
  max-width: 1080px;
  text-align: center;
  border: 1px solid #154cb8;
  padding: 30px 2%;
  align-self: flex-start;
  margin: auto;
}
.facilitator h4 {
  color: #154cb8;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #154cb8;
  margin-bottom: 10px;
}
.facilitator .speaker-name {
  font-size: 2.4rem;
  margin-top: 5px;
}

.kouen-subtitle {
  background: linear-gradient(45deg, rgb(247, 113, 30) 0%, rgb(247, 114, 31) 2.72%, rgb(247, 139, 54) 54.15%, rgb(247, 148, 62) 85.64%);
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.5;
  border-top-right-radius: 50px;
}

#Kouen .toform-Btn {
  margin-top: 40px;
}

.h3_speaker_prof {
  border-bottom: 1px solid #518ff2;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .kouen-container {
    flex-direction: column;
  }
  .kouen-box {
    flex-direction: column;
    width: 100%;
  }
  .kouen-box > figure {
    width: 100%;
    text-align: center;
  }
  .kouen-box > div {
    width: 100%;
  }
  .speaker_img {
    width: 200px;
    height: 270px;
    margin: auto;
  }
  h3.kouen-title {
    font-size: 2.1rem;
    margin-bottom: 0;
  }
  .logo-name-box {
    margin-top: 15px;
  }
  .speaker-name {
    margin-left: 0rem;
    display: block;
  }
  .kouen-box.kouen-box_flexcal2 {
    margin-bottom: 0px;
  }
  .kouen-box.kouen-box_flexcal2 .kouen_txt {
    width: 100%;
    margin-top: 75px;
  }
  .kouen-box.kouen-box_flexcal2 .kouen_img .company-logo {
    right: auto;
    left: 0;
  }
  table.bio_table_plain {
    font-size: 1.6rem;
  }
  table.bio_table_plain tr th,
  table.bio_table_plain tr td {
    display: block;
  }
  table.bio_table_plain tr td {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .kouen-box > figure {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-name-box {
    flex-direction: column;
    text-align: center;
  }
  .logo-name-box > figure {
    width: 100%;
    order: 1;
    text-align: center;
    align-self: flex-end;
    margin-bottom: 15px;
  }
  .logo-name-box > p {
    width: 100%;
    order: 2;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .kouen-title {
    text-align: center;
  }
}
/*--------------------------------------------
  [05] 参加申し込み
---------------------------------------------*/
#toForm {
  /*  background-color: rgba(#efd5fe,1);
  background-color: rgba(#ffffff, 0.3);*/
}

.toForm-box {
  padding: 45px 15px 0;
}
.toForm-box p {
  max-width: 650px;
  margin: 0 auto;
}

.close_txt {
  display: none;
}

.form_close {
  text-align: center;
  background-color: rgba(21, 76, 184, 0.4);
  font-size: 2.4rem;
  font-weight: 600;
  padding: 20px;
  border-radius: 100px;
  margin-bottom: 100px;
  max-width: 480px;
}
.form_close a.Btn {
  display: none;
}
.form_close .close_txt {
  display: block;
}

/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  padding: 100px 0;
  z-index: 5;
  border-top: solid 10px #154cb8;
  background-color: #154cb8;
}

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px;
}
#Sponsor .w_limit_1280 {
  position: relative;
  padding: 15px;
  border-radius: 15px;
}
#Sponsor dl {
  background-color: #ffffff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
  text-align: center;
}
#Sponsor dl::before {
  content: "";
  background-image: linear-gradient(to right, #154cb8, #154cb8 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 10px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
#Sponsor dl:first-of-type::before {
  display: none;
}
#Sponsor dl::before {
  top: 0;
}
#Sponsor dl:last-of-type::after {
  bottom: 0;
}
#Sponsor dl dt {
  width: 20%;
  color: #154cb8;
  line-height: 1.5;
}
#Sponsor dl dd {
  width: 80%;
  align-self: center;
}
#Sponsor dl dd.kyosan-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  vertical-align: middle;
}
#Sponsor dl dd.kyosan-flex > div {
  width: 31.3333333333%;
  margin-right: 3%;
}
#Sponsor dl dd.kyosan-flex > div:nth-of-type(3n) {
  margin-right: 0;
}
#Sponsor dl dd.kyosan-flex > div img {
  max-height: 60px;
}

.caution_box i {
  font-size: 2.1rem;
  color: #154cb8;
  margin-right: 0.5em;
}

@media screen and (max-width: 640px) {
  #Sponsor dl {
    padding: 25px 10px;
    flex-direction: column;
  }
  #Sponsor dl dt {
    margin-right: 0%;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
  #Sponsor dl dd {
    width: 100%;
    text-align: center;
  }
  #Sponsor dl dd.kyosan-flex {
    flex-direction: column;
  }
  #Sponsor dl dd.kyosan-flex > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #Sponsor dl dd.kyosan-flex > div:last-of-type {
    margin-bottom: 0;
  }
}
.footer-logo {
  text-align: center;
  padding-bottom: 50px;
}
.footer-logo img {
  width: 465px;
  height: 39px;
}

.contact-box {
  /*  border: solid 1px #372163;*/
  max-width: 1000px;
  padding: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 100px;
  border: solid 5px #c7ba9a;
}

.contact-title {
  display: block;
  width: 24%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #1a1a1e;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}

h2.contact-title::after {
  display: none;
}

.contact-txt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  width: 70%;
}

.contact-add {
  text-align: left;
  margin-left: 25px;
}
.contact-add p.contact-email span {
  color: #0083da;
  font-size: 2.1rem;
}
.contact-add .tel-link {
  font-size: 2.4rem;
}
.contact-add .tel-link a {
  font-size: 2.4rem;
}

.contactBtn-box .contact-title {
  display: block;
  width: 40%;
  font-size: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: solid 1px #1a1a1e;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}
.contactBtn-box .contact-txt {
  width: 60%;
}
.contactBtn-box .contact-txt .toform-Btn {
  margin: auto;
}

small {
  display: block;
  text-align: center;
}

.PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: solid 2px #154cb8;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: 0.3s;
}
.PageTop a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.PageTop::before {
  content: "";
  border-style: solid;
  border-width: 3px 3px 0px 0px;
  border-color: #154cb8;
  transform: rotate(315deg);
  position: absolute;
  margin: auto;
  top: 7px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
}
.PageTop:hover {
  background: #154cb8;
  border: solid 2px #154cb8;
  transition: 0.3s;
  opacity: 1;
}
.PageTop:hover::before {
  border-color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .contact-txt {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-add {
    margin-left: 0px !important;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box {
    flex-direction: column;
    padding: 25px;
  }
  .contact-title {
    display: block;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: solid 1px #050403;
  }
  .contact-txt {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
    margin-top: 15px;
  }
  .contact-txt .contact-add {
    align-items: center;
    text-align: center;
  }
  #PageTop {
    bottom: 0px;
    right: 0px;
  }
  footer {
    padding-bottom: 50px;
  }
}
/*--------------------------------------------
  [99] 標準機能
---------------------------------------------*/
/*
  微調整用
---------------------------------------------*/
.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-15 {
  font-size: 1.5rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-21 {
  font-size: 2.1rem;
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-28 {
  font-size: 2.8rem;
}

.fz-32 {
  font-size: 3.2rem;
}

@media screen and (max-width: 600px) {
  /*
  .fz-18 {
    font-size: calc(1.8rem * 0.8);
  }
  .fz-21 {
    font-size: calc(2.1rem * 0.8);
  }
  */
  .fz-28 {
    font-size: 2.24rem;
  }
  .fz-32 {
    font-size: 2.56rem;
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fc-normal {
  color: #1a1a1e;
}

.fc-white {
  color: #ffffff;
}

.fc-red {
  color: #ba1c20;
  color: #db3119;
}

.fc-yellow {
  color: #fccf00;
}

.fc-orange {
  color: #f7711e;
}

.fc-green {
  color: #00b297;
}

.fc-blue {
  color: #154cb8;
}

.pdt-0 {
  padding-top: 0 !important;
}

.mgr-05em {
  margin-right: 0.5em !important;
}

.mgr-1em {
  margin-right: 1em !important;
}

.mgt-15 {
  margin-top: 15px !important;
}

.mgt-20 {
  margin-top: 20px !important;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-15 {
  margin-bottom: 15px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mglr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.lh-12 {
  line-height: 1.2;
}

.lh-15 {
  line-height: 1.5;
}

.lh-20 {
  line-height: 2;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .ta-center_sp {
    text-align: center;
  }
  .ta-right_sp {
    text-align: right;
  }
  .ta-left_sp {
    text-align: left;
  }
}
/*レスポンシブ改行
-------------------------------*/
.br_480,
.br_768,
.br_1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  br.br_pconly {
    display: none;
  }
  .br_1200 {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline;
  }
  .block-768 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .block-600 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline;
  }
}
/*
  背景パターン
---------------------------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-themecolor {
  background: rgba(235, 201, 247, 0.7);
}

.bg-gray {
  background: #cccccc;
}

.bg-shasen {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, rgb(245, 245, 245) 5px, rgb(245, 245, 245) 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: rgb(191, 98, 88);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, rgb(184, 80, 69) 15px, rgb(184, 80, 69) 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, rgb(231, 231, 231) 16px);
  background-size: 16px 16px;
}

.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(rgb(255, 212, 212) 12%, rgba(255, 255, 255, 0) 32%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}

.bg-dot-hougan {
  background-color: #ffffff;
  background-image: radial-gradient(rgb(161, 230, 164) 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: rgb(108, 168, 97);
  background: linear-gradient(45deg, rgb(108, 168, 97) 0%, rgb(55, 158, 142) 100%);
}

.bg-stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, rgb(235, 202, 14) 15px, rgb(235, 202, 14) 30px);
}

/*
  ボタン
---------------------------------------------*/
a.Btn {
  font-size: 21px;
  font-weight: 600;
  text-decoration-line: none;
  max-width: 400px;
  height: 80px;
  line-height: 76px;
  border-radius: 80px;
  background: #154cb8;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 2px rgba(255, 255, 255, 0);
  margin: auto;
  text-align: center;
}
a.Btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn:hover {
  background: #ffffff;
  color: #154cb8;
  border: solid 2px #154cb8;
}
a.Btn:hover::after {
  border-color: #ffffff;
  transition: 0.6s;
}

a.Btn.btn_cta {
  font-size: 2.8rem;
  padding: 15px;
  line-height: auto;
  height: auto;
  max-width: 720px;
  border: solid 4px rgba(255, 255, 255, 0);
  border-radius: 0;
}
a.Btn.btn_cta::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  margin: auto;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #ffffff;
  transform: rotate(45deg);
  transition: 0.6s;
}
a.Btn.btn_cta:hover {
  opacity: 1;
  border: solid 4px #154cb8;
}
a.Btn.btn_cta:hover::after {
  border-color: #154cb8;
}

.btn_shadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}

.dropshadow {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  a.Btn {
    font-size: 21px;
  }
  a.Btn.btn_cta {
    font-size: 2.4rem;
    padding: 0px;
    padding-right: 10px;
    font-size: 2.1rem;
  }
  a.Btn.btn_cta::after {
    width: 12px;
    height: 12px;
  }
}
/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.7s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.js-animation.js-ani-nomove {
  transform: translateY(0px);
  transition: all 1.2s;
}
.js-animation.js-ani-nomove.is-show {
  transform: translateY(0px);
}

.js-kouen-item {
  opacity: 0;
  transform: translateY(12px);
}

.js-kouen-item.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}/*# sourceMappingURL=style.css.map */