@charset "UTF-8";
/*--------------------------------------------

宮城県内の経営者のための経営の打ち手カンファレンス
https://www.khb-tv.co.jp/seminar/index.htmls

  [00] 基本設定
  [01] メインビジュアル
  [02] ABOUT
  [03] 開催概要
  [04] 講演内容
  [05] 参加申し込み
  [06] フッター
  [99] 標準機能

---------------------------------------------*/
/*--------------------------------------------
  [00] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  font-size: 62.5%;
  /*1rem=10px*/
}

body {
  font-size: 1.8rem;
  /*本文サイズ 1.8rem=18px*/
  line-height: 2;
  color: #33312b;
}
body.js-no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.6s;
  color: #0084DB;
  text-decoration-line: underline;
}
a:hover {
  transition: 0.6s;
  opacity: 0.7;
}

::selection {
  background: #0084DB;
  color: #ffffff;
}

h1, h2, h3, h4, h5, th {
  font-weight: 700;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

/*セクション設定-------------------------*/
.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00334e;
  z-index: -1;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

section {
  padding: 30px 0;
}

section > .w_limit_1200 {
  background-color: #eaeaea;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: rgba(0, 0, 0, 0.4) 7px 7px 25px;
}

.w_limit_sp {
  width: 92%;
}

.w_limit_1200 {
  max-width: 1200px;
  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 {
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  display: block;
  font-size: 3.2rem;
  text-align: left;
  vertical-align: middle;
  background: #eaeaea;
  z-index: 1;
}
h2 span {
  z-index: 1;
  background: #eaeaea;
  padding-left: 50px;
  padding-right: 15px;
}
h2::after {
  content: '';
  height: 2px;
  width: 100%;
  background: #c7ba9a;
  display: inline-block;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 1230px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }

  h2 {
    font-size: 2.8rem;
  }
  h2 span {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  section {
    padding: 25px inherit;
  }
  section > .w_limit_1200 {
    padding: 70px 15px;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 25px 0;
  }
  section > .w_limit_1200 {
    padding: 70px 0px;
  }

  body {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------
  [01] メインビジュアル
---------------------------------------------*/
#Mainvisual {
  padding: 0;
  margin-bottom: 50px;
  background-image: url("../images/MV-pc-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

.MV-pc {
  display: block;
}

.MV-sp {
  display: none;
}

.MV-pc > .w_limit_1200 {
  position: relative;
}

@media screen and (min-width: 1920px) {
  #Mainvisual {
    background-size: cover;
    background-position: bottom 5vh center;
  }
}
@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_1200 {
  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_1200 {
    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 #c7ba9a;
  box-shadow: rgba(0, 0, 0, 0.4) 7px 7px 25px;
}

/*--------------------------------------------
  [02] ABOUT
---------------------------------------------*/
#About > .w_limit_1200 {
  padding-top: 35px;
  padding-bottom: 60px;
}
#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: #c7ba9a;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  padding-left: 25px;
  background: #eaeaea;
}
#About p {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #About h2 span.h2-about {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14vw;
  }
}
@media screen and (max-width: 480px) {
  section#About > .w_limit_1200 {
    padding: 0px inherit;
  }
}
/*--------------------------------------------
  [03] 開催概要
---------------------------------------------*/
#Date table, table.default-table {
  background: #ffffff;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.5;
  width: 100%;
  max-width: 900px;
}
#Date table th, table.default-table th {
  width: 20%;
  background: #c7ba9a;
  padding: 20px 30px;
  text-align: center;
  border-bottom: solid 1px #ffffff;
  /*    border-right: dashed 1px $theme-color;*/
  z-index: 3;
  color: #00334e;
  vertical-align: middle;
}
#Date table td, table.default-table td {
  width: 80%;
  padding: 20px 30px;
  vertical-align: middle;
  border-bottom: solid 1px #c7ba9a;
}
#Date table td p, table.default-table td p {
  margin-top: 5px;
}
#Date table td span.disp-pc-only, table.default-table td span.disp-pc-only {
  display: inline;
}
#Date table td .date-kome, table.default-table td .date-kome {
  font-size: 1.6rem;
  text-align: left;
}
#Date table tr:last-of-type th, #Date table tr:last-of-type td, table.default-table tr:last-of-type th, table.default-table tr:last-of-type td {
  border-bottom: none;
}

.to-googlemap-wrap {
  margin: 15px 0;
}

.to-googlemap.Btn {
  margin-left: 0rem;
  margin-top: 15px;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 46px;
  max-width: 280px;
  background-color: #ffffff;
  color: #00334e;
  border: solid 2px #00334e;
  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: #00334e;
}
.to-googlemap.Btn:hover::after {
  border-color: #23a1db;
}

.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;
}

@media screen and (max-width: 767px) {
  #Date table,
  table.default-table {
    border: none;
  }
  #Date table th, #Date table td,
  table.default-table th,
  table.default-table td {
    display: block;
    width: 100%;
  }
  #Date table th,
  table.default-table th {
    margin-top: 35px;
    border-right: none;
    border-bottom: none;
    padding: 5px 0px;
  }
  #Date table th:first-of-type,
  table.default-table th:first-of-type {
    margin-top: 0;
  }
  #Date table td,
  table.default-table td {
    border-bottom: none;
    border-top: none;
    text-align: center;
    padding: 15px 15px 30px;
  }

  .to-googlemap.Btn {
    margin: 25px auto 0;
  }
}
table.default-table td {
  text-align: left;
}

@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-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 45px 0;
  position: relative;
}
.kouen-box:first-of-type {
  padding-top: 20px;
}
.kouen-box::after {
  content: "";
  background-image: linear-gradient(to right, #c7ba9a, #c7ba9a 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;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.kouen-box > figure {
  width: 18%;
}
.kouen-box > div {
  width: 77%;
}

.logo-name-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.logo-name-box > figure {
  width: 28%;
  order: 2;
  text-align: right;
  align-self: flex-end;
}
.logo-name-box > p {
  width: 67%;
  order: 1;
}

.company-logo {
  margin-top: 10px;
  margin-bottom: 40px;
}

.kouen-box:nth-of-type(2) .company-logo {
  margin-bottom: 30px;
}

h3.kouen-title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 25px;
}

.speaker-name {
  /*    margin-left: 2rem;*/
  font-size: 2.1rem;
  font-weight: 600;
  display: block;
}
.speaker-name span {
  margin-left: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
}

#Kouen .toform-Btn {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .kouen-box {
    flex-direction: column;
  }
  .kouen-box > figure {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 25px;
  }
  .kouen-box > div {
    width: 100%;
    order: 1;
  }

  h3.kouen-title {
    font-size: 2.4rem;
  }

  .speaker-name {
    margin-left: 0rem;
    display: block;
  }
}
@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;
  }

  .kouen-title {
    text-align: center;
  }
}
/*--------------------------------------------
  [05] 参加申し込み
---------------------------------------------*/
#toForm {
  padding-bottom: 90px;
}

.toForm-box {
  padding: 45px 15px;
}
.toForm-box h3 {
  font-size: 2.1rem;
  margin-bottom: 15px;
  text-align: center;
}
.toForm-box p {
  max-width: 650px;
  margin: 0 auto;
}

/*--------------------------------------------
  [06] フッター
---------------------------------------------*/
footer {
  background: #ffffff;
  padding: 100px 0;
  z-index: 5;
  border-top: solid 10px #c7ba9a;
  box-shadow: rgba(0, 0, 0, 0.7) -15px 0px 5px;
}

/* スポンサー
---------------------------------------------*/
#Sponsor {
  margin-bottom: 50px;
}
#Sponsor .w_limit_1200 {
  position: relative;
}
#Sponsor dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
}
#Sponsor dl::before, #Sponsor dl:last-of-type::after {
  content: "";
  background-image: linear-gradient(to right, #c7ba9a, #c7ba9a 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::before {
  top: 0;
}
#Sponsor dl:last-of-type::after {
  bottom: 0;
}
#Sponsor dl dt {
  width: 25%;
}
#Sponsor dl dd {
  width: 75%;
  align-self: center;
}
#Sponsor dl dd.kyosan-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
}

.kyosan-flex div:first-of-type {
  line-height: 0;
}

@media screen and (max-width: 767px) {
  #Sponsor dl {
    padding: 25px 15px;
  }
  #Sponsor dl dt {
    margin-right: 5%;
  }
  #Sponsor dl dd {
    width: 70%;
    text-align: center;
  }
  #Sponsor dl dd.kyosan-flex {
    flex-direction: column;
  }
  #Sponsor dl dd.kyosan-flex p {
    margin-bottom: 40px;
  }
  #Sponsor dl dd.kyosan-flex p:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #Sponsor dl dd {
    text-align: left;
  }
}
.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: -webkit-flex;
  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 #33312b;
  text-align: center;
  font-weight: 600;
  padding-right: 25px;
}

h2.contact-title::after {
  display: none;
}

.contact-txt {
  display: -webkit-flex;
  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;
}

small {
  display: block;
  text-align: center;
}

#PageTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  width: 45px;
  height: 45px;
  background: #00334e;
  border: solid 2px #c7ba9a;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.4));
}
#PageTop a {
  width: 100%;
  height: 100%;
  position: absolute;
}
#PageTop::before {
  content: '';
  border-style: solid;
  border-width: 3px 3px 0px 0px;
  border-color: #c7ba9a;
  transform: rotate(315deg);
  position: absolute;
  margin: auto;
  top: 7px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
}

@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;
  }
}



/*--------------------------------------------
  [00] 最新ページ遷移用ポップアップ_20240314追記
---------------------------------------------*/
/* ポップアップのアニメーション */
.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); /* グレーの背景色 */
  transition: opacity 0.3s ease; /* アニメーション効果 */
}

.popup-content {
  z-index: 1000;
  background-color: #fefefe;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding:25px 20px 50px;
  border: 1px solid #888;
  width: 96%;
	height: auto;
  max-width: 600px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

.popup.show {
  display: block;
}

.popup-content.show {
  opacity: 1;
}

.popup_read{
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	font-size: 2.1rem;
	margin-bottom: 10px;margin-top: 15px;
}

.close{
	cursor: pointer;
}
a.Btn.popup_btn{
	font-size: 1.8rem;
	padding: 0;
	text-align: center;
	background-color: #ff7b24;
	color: #ffffff;
	line-height: 56px;
	height: 60px;
	margin-top: 15px;
	max-width: 360px;
}

a.Btn.popup_btn:hover{
	border-color:#ff7b24;
	color:#ff7b24;
}
a.Btn.popup_btn.close{
	margin-top: 30px;
	padding: 0;
	text-align: center;
	background-color: #919191;
	line-height: 46px;
	height: 50px;
	font-weight: 400;
}
a.Btn.popup_btn.close::after{display: none;}
a.Btn.popup_btn.close:hover{
	background-color:#ffffff;
	color: #919191;
	border-color: #919191;
}
/*--------------------------------------------
  [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: calc(2.8rem * 0.8);
  }

  .fz-32 {
    font-size: calc(3.2rem * 0.8);
  }
}
.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fc-normal {
  color: #33312b;
}

.fc-white {
  color: #ffffff;
}

.fc-red {
  color: #ba1c20;
}

.fc-yellow {
  color: #FCCF00;
}

.mgt-15 {
  margin-top: 15px;
}

.mgt-20 {
  margin-top: 20px;
}

.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;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}

/*レスポンシブ改行
-------------------------------*/
.br_480, .br_768, .br_1200 {
  display: none;
}

@media screen and (max-width: 1200px) {
  .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-gray {
  background: #eaeaea;
}

.bg-shasen {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, whitesmoke 5px, whitesmoke 10px);
}

.bg-shasen-bold {
  background-size: auto auto;
  background-color: #bf6258;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, #b85045 15px, #b85045 30px);
}

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, #e7e7e7 16px);
  background-size: 16px 16px;
}

.bg-dot-naname {
  background-color: #ffffff;
  background-image: radial-gradient(#ffd4d4 12%, rgba(255, 255, 255, 0) 32%), radial-gradient(#ffd4d4 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(#a1e6a4 1px, rgba(255, 255, 255, 0) 1px);
  background-size: 12px 12px;
}

.bg-gradation {
  background: #6ca861;
  background: linear-gradient(45deg, #6ca861 0%, #379e8e 100%);
}

.bg-stripe {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 15px, #ebca0e 15px, #ebca0e 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: #23a1db;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  border: solid 2px rgba(255, 255, 255, 0);
  margin: auto;
}
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: #23a1db;
  border: solid 2px #23a1db;
}
a.Btn:hover::before {
  border-color: #23a1db;
  transition: 0.6s;
}

/*
  スクロールアニメーション
    (スクロールしたら表示してほしいところにjs-animationをつける)
---------------------------------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.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);
}