@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,300,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;500;600;700;800;900&display=swap");
/* サイトの基本のカラー */
/* レッド */
/* ライトブルー */
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/*共通の処理*/
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .tb-sp {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .tb-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .tb834-sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .tb835-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
  }
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  /*任意でフォントサイズを指定*/
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  color: #003366;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  transition: 0.2s;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
a:not([class]) {
  color: #003366;
}

a:not([class]):hover {
  color: #003366;
  text-decoration: underline;
}

a:not([class]):active {
  color: #003366;
}

/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/** Selection */
::-moz-selection,
::selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*テキスト*/
.f-bold {
  font-weight: bold !important;
}

/*カラー*/
.color01 {
  color: #e61f19 !important;
}

/*位置*/
.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-left {
  text-align: left !important;
}

/*マージン*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 1024px) {
  .mb90 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb90 {
    margin-bottom: 40px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mt40 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mt50 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mt60 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.footer__logo {
  text-align: center;
  background-color: #346698;
  padding: 25px 30px;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    padding: 20px;
  }
}
.footer__logo img {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 599px) {
  .footer__logo img {
    max-width: 213px;
  }
}
.footer__copy {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background-color: #00264c;
  padding: 25px 30px;
}
@media screen and (max-width: 599px) {
  .footer__copy {
    font-size: 1.1rem;
    padding: 20px;
  }
}

.contents {
  position: relative;
}

.inr {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#cv-box {
  position: fixed;
  bottom: 20%;
  right: 0;
  width: 74px;
  height: 298px;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  #cv-box {
    width: 60px;
    height: 240px;
  }
}
@media screen and (max-width: 834px) {
  #cv-box {
    bottom: 0;
    width: 100%;
    height: 63px;
  }
}
@media screen and (max-width: 599px) {
  #cv-box {
    height: 55px;
  }
}
#cv-box .cv-box__btn {
  display: block;
  height: 298px;
  color: #ffffff;
  font-size: 2.2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  writing-mode: vertical-rl;
  line-height: 1.25;
  background-color: #e70000;
  padding: 64px 14px 30px 17px;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #cv-box .cv-box__btn {
    height: 240px;
    font-size: 1.8rem;
    padding: 50px 12px 20px 13px;
  }
}
@media screen and (max-width: 834px) {
  #cv-box .cv-box__btn {
    height: 63px;
    writing-mode: horizontal-tb;
    text-align: center;
    padding: 20px 60px 20px 30px;
    border-radius: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 599px) {
  #cv-box .cv-box__btn {
    height: 55px;
    padding: 10px 46px 10px 47px;
  }
}
#cv-box .cv-box__btn::before {
  position: absolute;
  content: "";
  top: 25px;
  right: 25px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  #cv-box .cv-box__btn::before {
    top: 18px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 834px) {
  #cv-box .cv-box__btn::before {
    top: calc(50% - 10px);
    right: 30px;
  }
}
@media screen and (max-width: 599px) {
  #cv-box .cv-box__btn::before {
    top: calc(50% - 8px);
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
#cv-box .cv-box__btn::after {
  position: absolute;
  content: "";
  top: 32px;
  right: 32px;
  border-color: transparent transparent transparent #e70000;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #cv-box .cv-box__btn::after {
    top: 24px;
    right: 26px;
  }
}
@media screen and (max-width: 834px) {
  #cv-box .cv-box__btn::after {
    top: calc(50% - 4px);
    right: 36px;
  }
}
@media screen and (max-width: 599px) {
  #cv-box .cv-box__btn::after {
    top: calc(50% - 3px);
    right: 25px;
    border-width: 3px 0 3px 4px;
  }
}
#cv-box .cv-box__btn > span {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {
  #cv-box .cv-box__btn > span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 834px) {
  #cv-box .cv-box__btn > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  #cv-box .cv-box__btn > span {
    display: block;
  }
}
#cv-box .cv-box__btn:hover {
  background-color: #ff5116;
}
#cv-box .cv-box__btn:hover::after {
  border-color: transparent transparent transparent #ff5116;
}

.top-main-wrapper {
  position: relative;
  background-image: url(../img/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
  padding: 0 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-main-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper {
    background-image: url(../img/bg_main_sp.jpg);
  }
}
.top-main-wrapper__logo {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .top-main-wrapper__logo {
    top: 25px;
    left: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-main-wrapper__logo {
    top: 20px;
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .top-main-wrapper__logo {
    top: 7px;
    left: 15px;
    width: 110px;
  }
}
.top-main-wrapper__logo img {
  width: 100%;
}
.top-main-wrapper__inr {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top-main-wrapper__demo {
  position: relative;
  z-index: 3;
}
.top-main-wrapper__demo img {
  width: 100%;
}

.top-toroku-wrapper {
  position: relative;
  background-color: #b8e0e7;
  padding: 40px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-toroku-wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-toroku-wrapper {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper {
    padding: 30px 20px;
  }
}
.top-toroku-wrapper::before {
  position: absolute;
  content: "";
  top: -1px;
  left: calc((100% - 60px) / 2);
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 20px 30px 0 30px;
}
.top-toroku-wrapper__inr {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.top-toroku-wrapper__btn {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 2.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #e70000;
  padding: 20px 15px 40px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-toroku-wrapper__btn {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper__btn {
    font-size: 2rem;
    padding: 16px 15px 35px;
  }
}
.top-toroku-wrapper__btn::before {
  position: absolute;
  content: "";
  right: calc((100% - 22px) / 2);
  bottom: 10px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper__btn::before {
    right: calc((100% - 18px) / 2);
    width: 18px;
    height: 18px;
  }
}
.top-toroku-wrapper__btn::after {
  position: absolute;
  content: "";
  right: calc((100% - 8px) / 2);
  bottom: 17px;
  border-color: transparent transparent transparent #e70000;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper__btn::after {
    right: calc((100% - 6px) / 2);
    bottom: 16px;
    border-width: 3px 0 3px 5px;
  }
}
.top-toroku-wrapper__btn > span {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
}
@media screen and (max-width: 834px) {
  .top-toroku-wrapper__btn > span {
    font-size: 1.1rem;
    margin-top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper__btn > span {
    margin-top: 5px;
  }
}
.top-toroku-wrapper__btn:hover {
  background-color: #ff5116;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-toroku-wrapper__btn:hover::after {
  border-color: transparent transparent transparent #ff5116;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.top-toroku-wrapper02 {
  padding: 90px 50px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-toroku-wrapper02 {
    padding: 90px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper02 {
    padding: 70px 20px 0;
  }
}
.top-toroku-wrapper02__inr {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.top-toroku-wrapper02__btn {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 2.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #e70000;
  padding: 20px 62px 20px 52px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper02__btn {
    font-size: 2.3rem;
    padding: 15px 42px 15px 20px;
  }
}
@media screen and (max-width: 320px) {
  .top-toroku-wrapper02__btn {
    font-size: 2rem;
    padding: 12px 37px 12px 15px;
  }
}
.top-toroku-wrapper02__btn::before {
  position: absolute;
  content: "";
  top: calc((100% - 22px) / 2);
  right: 30px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper02__btn::before {
    top: calc((100% - 18px) / 2);
    right: 15px;
    width: 18px;
    height: 18px;
  }
}
.top-toroku-wrapper02__btn::after {
  position: absolute;
  content: "";
  top: calc((100% - 8px) / 2);
  right: 37px;
  border-color: transparent transparent transparent #e70000;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper02__btn::after {
    top: calc((100% - 6px) / 2);
    right: 21px;
    border-width: 3px 0 3px 5px;
  }
}
.top-toroku-wrapper02__btn > span {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .top-toroku-wrapper02__btn > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 320px) {
  .top-toroku-wrapper02__btn > span {
    font-size: 1rem;
    margin-top: 6px;
  }
}
.top-toroku-wrapper02__btn:hover {
  background-color: #ff5116;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-toroku-wrapper02__btn:hover::after {
  border-color: transparent transparent transparent #ff5116;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.top-news-wrapper {
  padding: 120px 50px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper {
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-news-wrapper {
    padding: 80px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper {
    padding: 60px 20px 0;
  }
}
.top-news-wrapper__inr {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top-news-wrapper__title {
  color: #c99c51;
  font-size: 4.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper__title {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-news-wrapper__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper__title {
    font-size: 3.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .top-news-wrapper__title {
    font-size: 2.7rem;
  }
}
.top-news-wrapper__list > li {
  position: relative;
  background-color: #fff8ec;
}
.top-news-wrapper__list > li::before {
  position: absolute;
  content: "";
  top: 27px;
  left: 0;
  width: 20px;
  height: 4px;
  background-color: #c99c51;
}
.top-news-wrapper__list > li:nth-child(odd) {
  background-color: #fff4e1;
}
.top-news-wrapper__list > li > a, .top-news-wrapper__list > li > span {
  display: block;
  color: #333333;
  padding: 18px 40px 15px;
  word-break: break-all;
}

.top-menu-wrapper {
  padding: 40px 50px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-menu-wrapper {
    padding: 40px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-menu-wrapper {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-wrapper {
    padding: 30px 20px 0;
  }
}
.top-menu-wrapper__inr {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top-menu-wrapper__btn-list > li {
  border-right: 3px solid #0090ce;
  border-bottom: 3px solid #0090ce;
  float: left;
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .top-menu-wrapper__btn-list > li {
    width: calc((99.9% - 0px * (4 - 1)) / 4);
    margin-top: 0px;
    margin-right: 0px;
  }
  .top-menu-wrapper__btn-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .top-menu-wrapper__btn-list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-menu-wrapper__btn-list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-menu-wrapper__btn-list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-menu-wrapper__btn-list > li:nth-child(4) {
    margin-top: 0;
  }
  .top-menu-wrapper__btn-list > li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top-menu-wrapper__btn-list > li {
    width: calc((99.9% - 0px * (2 - 1)) / 2);
    margin-top: 0px;
    margin-right: 0px;
  }
  .top-menu-wrapper__btn-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .top-menu-wrapper__btn-list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-menu-wrapper__btn-list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-menu-wrapper__btn-list > li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-wrapper__btn-list > li {
    width: 100%;
    margin-top: 0px;
  }
  .top-menu-wrapper__btn-list > li:nth-child(1) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .top-menu-wrapper__btn-list > li:nth-child(1), .top-menu-wrapper__btn-list > li:nth-child(2), .top-menu-wrapper__btn-list > li:nth-child(3), .top-menu-wrapper__btn-list > li:nth-child(4) {
    border-top: 3px solid #0090ce;
  }
  .top-menu-wrapper__btn-list > li:nth-child(4n+1) {
    border-left: 3px solid #0090ce;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top-menu-wrapper__btn-list > li:nth-child(1), .top-menu-wrapper__btn-list > li:nth-child(2) {
    border-top: 3px solid #0090ce;
  }
  .top-menu-wrapper__btn-list > li:nth-child(2n+1) {
    border-left: 3px solid #0090ce;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-wrapper__btn-list > li {
    border-left: 3px solid #0090ce;
  }
  .top-menu-wrapper__btn-list > li:nth-child(1) {
    border-top: 3px solid #0090ce;
  }
}

.top-menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  color: #0090ce;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
  padding: 10px 10px 10px 5px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-menu-btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-menu-btn {
    font-size: 1.6rem;
  }
}
.top-menu-btn::before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: calc((100% - 6px) / 2);
  border-color: #0090ce transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-menu-btn::before {
    right: 10px;
    bottom: calc((100% - 5px) / 2);
    border-width: 5px 4px 0 4px;
  }
}
.top-menu-btn:hover {
  color: #ffffff;
  background-color: #0090ce;
}
.top-menu-btn:hover::before {
  border-color: #ffffff transparent transparent transparent;
}

.top-movie-wrapper {
  padding: 80px 50px 120px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-movie-wrapper {
    padding: 80px 30px 100px;
  }
}
@media screen and (max-width: 834px) {
  .top-movie-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-movie-wrapper {
    padding: 60px 20px;
  }
}
.top-movie-wrapper__inr {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.top-movie-wrapper__read {
  color: #003366;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .top-movie-wrapper__read {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-movie-wrapper__read {
    font-size: 1.5rem;
  }
}
.top-movie-wrapper__mv {
  position: relative;
  width: 100%;
  padding-top: 55.7%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.top-movie-wrapper__mv > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-advise-wrapper {
  background-color: #dbe9d9;
  padding: 120px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-advise-wrapper {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-advise-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-wrapper {
    padding: 60px 20px;
  }
}
.top-advise-wrapper__inr {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.top-advise-wrapper__title {
  color: #38863a;
  font-size: 4.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .top-advise-wrapper__title {
    font-size: 4.1rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-advise-wrapper__title {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-wrapper__title {
    font-size: 3.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .top-advise-wrapper__title {
    font-size: 2.7rem;
  }
}

.top-advise-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1025px) {
  .top-advise-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .top-advise-box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.top-advise-box:last-child {
  margin-bottom: 0 !important;
}
.top-advise-box__body {
  width: calc(65.8% - 40px);
}
@media screen and (max-width: 1024px) {
  .top-advise-box__body {
    width: calc(65.8% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box__body {
    width: 100%;
  }
}
.top-advise-box__body__title {
  position: relative;
  font-size: 3.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  padding-left: 27px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .top-advise-box__body__title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .top-advise-box__body__title {
    font-size: 2.8rem;
    padding-left: 22px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box__body__title {
    font-size: 2.4rem;
    padding-left: 18px;
    margin-bottom: 15px;
  }
}
.top-advise-box__body__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background-color: #80bb81;
}
@media screen and (max-width: 834px) {
  .top-advise-box__body__title::before {
    width: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box__body__title::before {
    width: 8px;
  }
}
.top-advise-box__body__title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #38863a;
}
@media screen and (max-width: 834px) {
  .top-advise-box__body__title::after {
    width: 5px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box__body__title::after {
    width: 4px;
  }
}
.top-advise-box__body__title__sub {
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .top-advise-box__body__title__sub {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .top-advise-box__body__title__sub {
    display: block;
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box__body__title__sub {
    font-size: 1.3rem;
  }
}
.top-advise-box__body__text {
  color: #111;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .top-advise-box__body__text {
    line-height: 1.75;
  }
}
.top-advise-box__img {
  width: 34.1%;
}
@media print, screen and (min-width: 1025px) {
  .top-advise-box__img {
    max-width: 347px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box__img {
    width: 100%;
    margin-top: 20px;
  }
}
.top-advise-box__img img {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .top-advise-box:nth-child(odd)::before {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box:nth-child(odd)::before {
    left: 0;
  }
}
.top-advise-box:nth-child(odd) .top-advise-box__body {
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .top-advise-box:nth-child(odd) .top-advise-box__body {
    margin-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box:nth-child(odd) .top-advise-box__body {
    margin-right: 0;
  }
}
.top-advise-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top-advise-box:nth-child(even)::before {
  left: 0;
}
.top-advise-box:nth-child(even) .top-advise-box__body {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .top-advise-box:nth-child(even) .top-advise-box__body {
    margin-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-advise-box:nth-child(even) .top-advise-box__body {
    margin-left: 0;
  }
}

.top-schedule-wrapper {
  background-color: #fbf0f0;
  padding: 120px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-schedule-wrapper {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-schedule-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper {
    padding: 60px 20px;
  }
}
.top-schedule-wrapper__inr {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.top-schedule-wrapper__title {
  color: #e25f5d;
  font-size: 4.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .top-schedule-wrapper__title {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-schedule-wrapper__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__title {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 320px) {
  .top-schedule-wrapper__title {
    font-size: 2.7rem;
  }
}
.top-schedule-wrapper__read {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .top-schedule-wrapper__read {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__read {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.top-schedule-wrapper__btn-box {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__btn-box {
    margin-top: 40px;
  }
}
.top-schedule-wrapper__btn-box__btn {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 2.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #eb4b49;
  padding: 20px 62px 20px 52px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__btn-box__btn {
    font-size: 2.3rem;
    padding: 15px 37px 15px 15px;
  }
}
@media screen and (max-width: 320px) {
  .top-schedule-wrapper__btn-box__btn {
    font-size: 2rem;
    padding: 12px 27px 12px 10px;
  }
}
.top-schedule-wrapper__btn-box__btn::before {
  position: absolute;
  content: "";
  top: calc((100% - 22px) / 2);
  right: 30px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__btn-box__btn::before {
    top: calc((100% - 18px) / 2);
    right: 12px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 320px) {
  .top-schedule-wrapper__btn-box__btn::before {
    top: calc((100% - 16px) / 2);
    right: 8px;
    width: 16px;
    height: 16px;
  }
}
.top-schedule-wrapper__btn-box__btn::after {
  position: absolute;
  content: "";
  top: calc((100% - 8px) / 2);
  right: 37px;
  border-color: transparent transparent transparent #e70000;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__btn-box__btn::after {
    top: calc((100% - 6px) / 2);
    right: 18px;
    border-width: 3px 0 3px 5px;
  }
}
@media screen and (max-width: 320px) {
  .top-schedule-wrapper__btn-box__btn::after {
    right: 13px;
  }
}
.top-schedule-wrapper__btn-box__btn > span {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__btn-box__btn > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 320px) {
  .top-schedule-wrapper__btn-box__btn > span {
    font-size: 1rem;
    margin-top: 6px;
  }
}
.top-schedule-wrapper__btn-box__btn:hover {
  background-color: #ff5116;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-schedule-wrapper__btn-box__btn:hover::after {
  border-color: transparent transparent transparent #ff5116;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-schedule-wrapper__text {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__text {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
.top-schedule-wrapper__time-table {
  padding-top: 15px;
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__time-table {
    padding-top: 12px;
  }
}
.top-schedule-wrapper__time-table__day {
  background-color: #ffdcdc;
  float: left;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .top-schedule-wrapper__time-table__day {
    width: calc((99.9% - 30px * (2 - 1)) / 2);
    margin-top: 0px;
    margin-right: 30px;
  }
  .top-schedule-wrapper__time-table__day:nth-child(2n) {
    margin-right: 0;
  }
  .top-schedule-wrapper__time-table__day:nth-child(1) {
    margin-top: 0;
  }
  .top-schedule-wrapper__time-table__day:nth-child(2) {
    margin-top: 0;
  }
  .top-schedule-wrapper__time-table__day:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top-schedule-wrapper__time-table__day {
    width: calc((99.9% - 20px * (2 - 1)) / 2);
    margin-top: 0px;
    margin-right: 20px;
  }
  .top-schedule-wrapper__time-table__day:nth-child(2n) {
    margin-right: 0;
  }
  .top-schedule-wrapper__time-table__day:nth-child(1) {
    margin-top: 0;
  }
  .top-schedule-wrapper__time-table__day:nth-child(2) {
    margin-top: 0;
  }
  .top-schedule-wrapper__time-table__day:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__time-table__day {
    width: 100%;
    margin-top: 42px;
  }
  .top-schedule-wrapper__time-table__day:nth-child(1) {
    margin-top: 0;
  }
}
.top-schedule-wrapper__time-table__day__special {
  display: block;
  width: 195px;
  height: 30px;
  color: #ffffff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  background-color: #e25f5d;
  border-radius: 30px;
  margin: -15px auto 0;
}
@media screen and (max-width: 1024px) {
  .top-schedule-wrapper__time-table__day__special {
    width: 165px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__time-table__day__special {
    width: 165px;
    height: 24px;
    font-size: 1.4rem;
    line-height: 24px;
    margin: -12px auto 0;
  }
}
.top-schedule-wrapper__time-table__day__date {
  color: #000000;
  font-size: 3rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  padding: 25px 50px;
}
@media screen and (max-width: 1024px) {
  .top-schedule-wrapper__time-table__day__date {
    font-size: 2.5rem;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__time-table__day__date {
    font-size: 2rem;
    padding: 15px 20px;
  }
}
.top-schedule-wrapper__time-table__day__date__num {
  font-size: 5rem;
  font-family: "Roboto", sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .top-schedule-wrapper__time-table__day__date__num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-wrapper__time-table__day__date__num {
    font-size: 3rem;
  }
}

.top-schedule-box {
  padding: 30px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-schedule-box {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-box {
    padding: 20px 20px;
  }
}
.top-schedule-box__time {
  color: #000000;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .top-schedule-box__time {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-box__time {
    font-size: 1.8rem;
  }
}
.top-schedule-box__catch {
  color: #e25f5d;
  font-size: 2rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .top-schedule-box__catch {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-box__catch {
    font-size: 1.6rem;
  }
}
.top-schedule-box__text {
  text-indent: -3em;
  padding-left: 3em;
}
@media screen and (max-width: 1024px) {
  .top-schedule-box__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-box__text {
    font-size: 1.4rem;
  }
}
.top-schedule-box__list {
  counter-reset: num;
}
.top-schedule-box__list > li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .top-schedule-box__list > li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-schedule-box__list > li {
    font-size: 1.4rem;
  }
}
.top-schedule-box__list > li:last-child {
  margin-bottom: 0 !important;
}
.top-schedule-box__list > li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  background-color: #e25f5d;
  border-radius: 50%;
}
.top-schedule-box:nth-child(odd) {
  background-color: #ffffff;
}

.top-joint-wrapper {
  background-color: #ffffff;
  border: 3px solid #003366;
  padding: 40px 50px;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .top-joint-wrapper {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-joint-wrapper {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.top-joint-wrapper__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .top-joint-wrapper__head {
    display: block;
    margin-bottom: 15px;
  }
}
.top-joint-wrapper__head__title {
  position: relative;
  width: calc(99.9% - 160px);
  font-size: 2.4rem;
  line-height: 1.35;
  padding: 3px 0 0 19px;
}
@media screen and (max-width: 1024px) {
  .top-joint-wrapper__head__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-joint-wrapper__head__title {
    width: 100%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-joint-wrapper__head__title {
    width: 100%;
    font-size: 1.8rem;
    padding: 3px 0 0 17px;
  }
}
.top-joint-wrapper__head__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #003366;
}
@media screen and (max-width: 599px) {
  .top-joint-wrapper__head__title::before {
    width: 3px;
  }
}
.top-joint-wrapper__head__date {
  width: 160px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .top-joint-wrapper__head__date {
    width: 100%;
    font-size: 1.3rem;
    text-align: right;
    margin-top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .top-joint-wrapper__head__date {
    font-size: 1.2rem;
  }
}
.top-joint-wrapper__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .top-joint-wrapper__body {
    display: block;
  }
}
.top-joint-wrapper__body__img {
  width: 250px;
}
@media screen and (max-width: 834px) {
  .top-joint-wrapper__body__img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-joint-wrapper__body__img {
    width: 100%;
  }
}
.top-joint-wrapper__body__img img {
  width: 100%;
}
.top-joint-wrapper__body__detail {
  width: calc(99.9% - 250px - 30px);
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .top-joint-wrapper__body__detail {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}
.top-joint-wrapper__body__detail__text {
  margin-bottom: 1em;
}
.top-joint-wrapper__body__detail__zigyo__item {
  position: relative;
  background-color: #eeeeee;
  padding: 11px 20px 11px 30px;
  margin-bottom: 4px;
}
.top-joint-wrapper__body__detail__zigyo__item::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
}
.top-joint-wrapper__body__detail__zigyo__item:last-child {
  margin-bottom: 0;
}
.top-joint-wrapper__body__detail__zigyo__item__text {
  font-weight: bold;
}
.top-joint-wrapper__body__detail__zigyo__item--zigyo01 {
  background-color: #ffefdc;
}
.top-joint-wrapper__body__detail__zigyo__item--zigyo01::before {
  background-color: #ef9936;
}
.top-joint-wrapper__body__detail__zigyo__item--zigyo02 {
  background-color: #e3efd7;
}
.top-joint-wrapper__body__detail__zigyo__item--zigyo02::before {
  background-color: #5cab0a;
}
.top-joint-wrapper__body__detail__zigyo__item--zigyo03 {
  background-color: #dfeff5;
}
.top-joint-wrapper__body__detail__zigyo__item--zigyo03::before {
  background-color: #1fa6d7;
}

.top-gift-wrapper {
  background-color: #d5e9f9;
  padding: 120px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-gift-wrapper {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-gift-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-gift-wrapper {
    padding: 60px 20px;
  }
}
.top-gift-wrapper__inr {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top-gift-wrapper__title {
  color: #034e85;
  font-size: 4.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .top-gift-wrapper__title {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-gift-wrapper__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-gift-wrapper__title {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 320px) {
  .top-gift-wrapper__title {
    font-size: 2.7rem;
  }
}
.top-gift-wrapper__read {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top-gift-wrapper__read {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-gift-wrapper__read {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-gift-wrapper__read {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.top-gift-wrapper__photo-list > li {
  float: left;
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .top-gift-wrapper__photo-list > li {
    width: calc((99.9% - 0px * (4 - 1)) / 4);
    margin-top: 0px;
    margin-right: 0px;
  }
  .top-gift-wrapper__photo-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(4) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top-gift-wrapper__photo-list > li {
    width: calc((99.9% - 0px * (4 - 1)) / 4);
    margin-top: 0px;
    margin-right: 0px;
  }
  .top-gift-wrapper__photo-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(4) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  .top-gift-wrapper__photo-list > li {
    width: calc((99.9% - 0px * (2 - 1)) / 2);
    margin-top: 0px;
    margin-right: 0px;
  }
  .top-gift-wrapper__photo-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-gift-wrapper__photo-list > li:nth-child(2n+1) {
    clear: both;
  }
}
.top-gift-wrapper__photo-list > li img {
  width: 100%;
}

.top-sp-wrapper {
  background-color: #d5e9f9;
  padding: 120px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-sp-wrapper {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-sp-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-sp-wrapper {
    padding: 60px 20px;
  }
}
.top-sp-wrapper__inr {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.top-sp-wrapper__title {
  color: #034e85;
  font-size: 4.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .top-sp-wrapper__title {
    font-size: 4.1rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .top-sp-wrapper__title {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-sp-wrapper__title {
    font-size: 3.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .top-sp-wrapper__title {
    font-size: 2.7rem;
  }
}
.top-sp-wrapper__box {
  background-color: #ffffff;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .top-sp-wrapper__box {
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-sp-wrapper__box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-sp-wrapper__box {
    padding: 20px;
  }
}
.top-sp-wrapper__box__bnr img {
  width: 100%;
}
.top-sp-wrapper__box__text {
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .top-sp-wrapper__box__text {
    font-size: 1.5rem;
    padding: 10px;
  }
}
.top-sp-wrapper__box__btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 480px;
  color: #ffffff;
  font-size: 2.1rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background-color: #d70050;
  border-radius: 8px;
  padding: 15px 58px 15px 48px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .top-sp-wrapper__box__btn {
    font-size: 1.8rem;
    padding: 12px 53px 12px 43px;
  }
}
@media screen and (max-width: 599px) {
  .top-sp-wrapper__box__btn {
    font-size: 1.5rem;
    padding: 12px 47px 12px 37px;
  }
}
@media screen and (max-width: 320px) {
  .top-sp-wrapper__box__btn {
    font-size: 1.4rem;
  }
}
.top-sp-wrapper__box__btn::before {
  position: absolute;
  content: "";
  top: calc((100% - 18px) / 2);
  right: 20px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .top-sp-wrapper__box__btn::before {
    top: calc((100% - 16px) / 2);
    right: 15px;
    width: 16px;
    height: 16px;
  }
}
.top-sp-wrapper__box__btn::after {
  position: absolute;
  content: "";
  top: calc((100% - 6px) / 2);
  right: 26px;
  border-color: transparent transparent transparent #d70050;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .top-sp-wrapper__box__btn::after {
    right: 20px;
  }
}
.top-sp-wrapper__box__btn__icon {
  display: inline-block;
  background-image: url(../img/icon_pdf.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  padding-left: 28px;
}
@media screen and (max-width: 834px) {
  .top-sp-wrapper__box__btn__icon {
    background-size: 16px auto;
    padding-left: 26px;
  }
}
@media screen and (max-width: 599px) {
  .top-sp-wrapper__box__btn__icon {
    background-size: 14px auto;
    padding-left: 24px;
  }
}
.top-sp-wrapper__box__btn:hover {
  background-color: #ff5116;
}
.top-sp-wrapper__box__btn:hover::after {
  border-color: transparent transparent transparent #ff5116;
}

.top-exhibit-wrapper {
  padding: 120px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .top-exhibit-wrapper {
    padding: 120px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-exhibit-wrapper {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-exhibit-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-exhibit-wrapper {
    padding: 60px 20px;
  }
}
.top-exhibit-wrapper__inr {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.top-exhibit-wrapper__title {
  color: #010101;
  font-size: 4.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top-exhibit-wrapper__title {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-exhibit-wrapper__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-exhibit-wrapper__title {
    font-size: 3.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .top-exhibit-wrapper__title {
    font-size: 2.7rem;
  }
}
.top-exhibit-wrapper__title02 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
  background-color: #003366;
  padding: 12px 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top-exhibit-wrapper__title02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-exhibit-wrapper__title02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-exhibit-wrapper__title02 {
    font-size: 1.6rem;
    padding: 8px 5px;
  }
}
.top-exhibit-wrapper__title03 {
  position: relative;
  color: #003366;
  font-size: 2.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top-exhibit-wrapper__title03 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-exhibit-wrapper__title03 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-exhibit-wrapper__title03 {
    font-size: 1.7rem;
  }
}
.top-exhibit-wrapper__title03::before {
  position: absolute;
  content: "";
  top: calc((99.9% - 1px) / 2);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003366;
}
.top-exhibit-wrapper__title03 > span {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 2em;
}
@media screen and (max-width: 834px) {
  .top-exhibit-wrapper__title03 > span {
    padding: 0 1em;
  }
}
@media screen and (max-width: 599px) {
  .top-exhibit-wrapper__title03 > span {
    margin: 0 1em;
  }
}
.top-exhibit-wrapper__list > li {
  position: relative;
  padding-left: 22px;
  float: left;
}
@media print, screen and (min-width: 600px) and (min-width: 1025px) {
  .top-exhibit-wrapper__list > li {
    width: calc((99.9% - 1em * (3 - 1)) / 3);
    margin-top: 8px;
    margin-right: 1em;
  }
  .top-exhibit-wrapper__list > li:nth-child(3n) {
    margin-right: 0;
  }
  .top-exhibit-wrapper__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-exhibit-wrapper__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-exhibit-wrapper__list > li:nth-child(3) {
    margin-top: 0;
  }
  .top-exhibit-wrapper__list > li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top-exhibit-wrapper__list > li {
    width: calc((99.9% - 1em * (2 - 1)) / 2);
    margin-top: 8px;
    margin-right: 1em;
  }
  .top-exhibit-wrapper__list > li:nth-child(2n) {
    margin-right: 0;
  }
  .top-exhibit-wrapper__list > li:nth-child(1) {
    margin-top: 0;
  }
  .top-exhibit-wrapper__list > li:nth-child(2) {
    margin-top: 0;
  }
  .top-exhibit-wrapper__list > li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 599px) {
  .top-exhibit-wrapper__list > li {
    width: 100%;
    margin-top: 8px;
  }
  .top-exhibit-wrapper__list > li:nth-child(1) {
    margin-top: 0;
  }
}
.top-exhibit-wrapper__list > li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #003366;
  border-radius: 50%;
}

.top-event-wrapper {
  background-color: #f7f7f7;
  padding: 120px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-event-wrapper {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-event-wrapper {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-event-wrapper {
    padding: 60px 20px;
  }
}
.top-event-wrapper__inr {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top-event-wrapper__title {
  color: #010101;
  font-size: 4.6rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top-event-wrapper__title {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-event-wrapper__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-event-wrapper__title {
    font-size: 3.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .top-event-wrapper__title {
    font-size: 2.7rem;
  }
}
.top-event-wrapper__detail-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .top-event-wrapper__detail-map {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-event-wrapper__detail-map__body {
  width: calc(57.9% - 30px);
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .top-event-wrapper__detail-map__body {
    width: 100%;
    margin-right: 0;
  }
}
.top-event-wrapper__detail-map__body__inr {
  padding-left: 10px;
}
@media screen and (max-width: 834px) {
  .top-event-wrapper__detail-map__body__inr {
    padding-left: 2px;
  }
}
.top-event-wrapper__detail-map__body__tit {
  position: relative;
  color: #003366;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.top-event-wrapper__detail-map__body__tit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #003366;
}
.top-event-wrapper__detail-map__body__dl dt {
  font-weight: bold;
  margin-bottom: 2px;
}
.top-event-wrapper__detail-map__body__dl dd {
  padding-left: 1em;
  margin-bottom: 15px;
}
.top-event-wrapper__detail-map__body__dl dd:last-of-type {
  margin-bottom: 0 !important;
}
.top-event-wrapper__detail-map__body__btn {
  position: relative;
  color: #ffffff !important;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #fd7700;
  border-radius: 33px;
  padding: 5px 15px 5px 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-event-wrapper__detail-map__body__btn::before {
  position: absolute;
  content: "";
  top: calc((100% - 12px) / 2);
  left: 12px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
}
.top-event-wrapper__detail-map__body__btn::after {
  position: absolute;
  content: "";
  top: calc((100% - 4px) / 2);
  left: 17px;
  border-color: transparent transparent transparent #fd7700;
  border-width: 2px 0 2px 4px;
  border-style: solid;
}
@media print, screen and (min-width: 1025px) {
  .top-event-wrapper__detail-map__body__btn:hover {
    background-color: #ff5116;
  }
}
.top-event-wrapper__detail-map__img {
  width: 42%;
}
@media screen and (max-width: 834px) {
  .top-event-wrapper__detail-map__img {
    width: 80%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-event-wrapper__detail-map__img {
    width: 100%;
  }
}
.top-event-wrapper__detail-map__img img {
  width: 100%;
}
.top-event-wrapper__detail-map__img__link {
  text-align: right;
  margin-top: 8px;
}
.top-event-wrapper__detail-map__img__link > a {
  position: relative;
  color: #fd7700 !important;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: underline;
  padding-left: 20px;
}
.top-event-wrapper__detail-map__img__link > a::before {
  position: absolute;
  content: "";
  top: calc((100% - 12px) / 2);
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #fd7700;
  border-radius: 50%;
}
.top-event-wrapper__detail-map__img__link > a::after {
  position: absolute;
  content: "";
  top: calc((100% - 4px) / 2);
  left: 5px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 2px 0 2px 4px;
  border-style: solid;
}
.top-event-wrapper__detail-map__img__link > a:hover {
  text-decoration: none;
}

.top-event-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .top-event-box {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-event-box dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #003366;
  padding: 12px 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .top-event-box dt {
    width: 100%;
    font-size: 1.6rem;
    padding: 8px 5px;
    margin-bottom: 20px;
  }
}
.top-event-box dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(99.9% - 130px - 30px);
  font-size: 2rem;
  line-height: 1.3;
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .top-event-box dd {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    margin-left: 0;
  }
}
.top-event-box dd a {
  color: #333 !important;
}

.top-finish-wrapper {
  background-color: #c1001a;
  padding: 40px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-finish-wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-finish-wrapper {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-finish-wrapper {
    padding: 20px 10px;
  }
}
.top-finish-wrapper__inr {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.top-finish-wrapper__text {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top-finish-wrapper__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-finish-wrapper__text {
    font-size: 1.5rem;
  }
}

.coming-soon-wrapper__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  background-color: #d5e9f9;
}
@media screen and (max-width: 1024px) {
  .coming-soon-wrapper__inr {
    height: 70vh;
  }
}
@media screen and (max-width: 599px) {
  .coming-soon-wrapper__inr {
    height: 40vh;
  }
}

.coming-soon-box {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0081cc), to(#46b4dc));
  background: linear-gradient(90deg, #0081cc 0%, #46b4dc 100%);
  padding: 40px 60px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .coming-soon-box {
    padding: 35px 55px;
  }
}
@media screen and (max-width: 599px) {
  .coming-soon-box {
    padding: 30px 50px;
  }
}
.coming-soon-box::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: #46b4dc solid 1px;
}
.coming-soon-box__text {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .coming-soon-box__text {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .coming-soon-box__text {
    font-size: 2.4rem;
  }
}
.coming-soon-box__en {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0.25em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .coming-soon-box__en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .coming-soon-box__en {
    font-size: 1.15rem;
  }
}

.top-soon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30vh;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .top-soon-wrapper {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-soon-wrapper {
    padding: 20px;
  }
}
.top-soon-wrapper__inr {
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-soon-wrapper__inr {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .top-soon-wrapper__inr {
    font-size: 1.8rem;
  }
}

.top-info-wrapper {
  position: relative;
  background-color: #80c5ee;
  padding: 40px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-info-wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-info-wrapper {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-info-wrapper {
    padding: 20px;
  }
}
.top-info-wrapper::before {
  position: absolute;
  content: "";
  left: calc((100% - 60px) / 2);
  bottom: -20px;
  border-color: #80c5ee transparent transparent transparent;
  border-style: solid;
  border-width: 20px 30px 0 30px;
}
.top-info-wrapper__inr {
  max-width: 1000px;
  margin: 0 auto;
}
.top-info-wrapper__text {
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-info-wrapper__text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-info-wrapper__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-info-wrapper__text {
    font-size: 1.8rem;
  }
}

.instagram-btn-box {
  max-width: 600px;
  margin: 40px auto 0;
}
.instagram-btn-box__btn {
  display: block;
  color: #9e0dc3;
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  line-height: 1;
  background-image: url(../img/icon_instagram.svg);
  background-position: left 40px center;
  background-repeat: no-repeat;
  background-size: 42px auto;
  border: 2px solid #b124d5;
  border-radius: 85px;
  padding: 20px 20px 20px 107px;
  box-shadow: 5px 5px 0px 0px rgba(177, 36, 213, 0.2);
}
@media screen and (max-width: 834px) {
  .instagram-btn-box__btn {
    font-size: 1.7rem;
    padding: 20px 20px 20px 107px;
  }
}
@media screen and (max-width: 599px) {
  .instagram-btn-box__btn {
    font-size: 1.5rem;
    line-height: 1.2;
    background-position: left 20px center;
    background-size: 28px auto;
    padding: 12px 30px 12px 61px;
    box-shadow: 4px 4px 0px 0px rgba(177, 36, 213, 0.2);
  }
}
@media screen and (max-width: 320px) {
  .instagram-btn-box__btn {
    padding: 10px 20px 10px 61px;
  }
}
.instagram-btn-box__btn span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 4px;
}
@media screen and (max-width: 834px) {
  .instagram-btn-box__btn span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .instagram-btn-box__btn span {
    font-size: 1.1rem;
  }
}
.instagram-btn-box__btn:hover {
  transform: translate(5px, 5px);
  box-shadow: 0px 0px 0px 0px rgba(177, 36, 213, 0.2);
}/*# sourceMappingURL=style.css.map */