@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td, body, html {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

body, html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #000;
}
body a {
  color: #59c3e1;
}
body a:hover {
  color: #59c3e1;
}
body a:active {
  color: #59c3e1;
}
body a:visited {
  color: #59c3e1;
}

body {
  font-family: YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0.9375em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
body:after, html:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*
WYSIWYGエディタに関わる部分の設定し、ステークホルダーにてサイトの随所で再利用します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
NOTE

・ リセットCSS適用後に再設定するための定義です。

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INDEX

#01 要素の基本定義

	#01-01 Colors
		font-color
		background-color
		background-image
		border-color（ top, right, bottom, left ）

	#01-02 font-family
		font-family
		@include (WebFontの読み込み)

	#01-03 border-style
		border-style

	#01-04 Fonts ( font-color font-family 以外を定義 ) 
		font
		line-height
		…

	#01-03 Box Model (梱包される親の横幅を100％使った時の定義)
		margin
		border-size
		padding
		…

	#01-05 layout
		display
		width
		height
		float
		…

#02 WYSIWYG部分の設定

/*
┌─────────────────────────────
│ #01 要素の基本定義
│ 
*/
table, .wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg p,
#tinymce p, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
  margin-left: auto;
  margin-right: auto;
}

table, .wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg p,
#tinymce p, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  table, .wysiwyg table,
#tinymce table, .wysiwyg dl,
#tinymce dl, .wysiwyg ol,
#tinymce ol, .wysiwyg ul,
#tinymce ul, .wysiwyg p,
#tinymce p, .wysiwyg h6,
#tinymce h6, .wysiwyg h5,
#tinymce h5, .wysiwyg h4,
#tinymce h4, .wysiwyg h3,
#tinymce h3, .wysiwyg h2,
#tinymce h2, .wysiwyg h1,
#tinymce h1 {
    margin-bottom: 3vw;
  }
}

.wysiwyg span,
#tinymce span {
  display: inline;
}

.wysiwyg h1,
#tinymce h1 {
  font-size: 2.5em;
}

.wysiwyg h2,
#tinymce h2 {
  font-size: 2em;
}

.wysiwyg h3,
#tinymce h3 {
  font-size: 1.75em;
}

.wysiwyg h4,
#tinymce h4 {
  font-size: 1.5em;
}

.wysiwyg h5,
#tinymce h5 {
  font-size: 1.25em;
}

.wysiwyg h6,
#tinymce h6 {
  font-size: 1em;
}

.wysiwyg strong,
#tinymce strong {
  font-weight: bold;
}

.wysiwyg img,
#tinymce img {
  max-width: 100%;
}

.wysiwyg ul,
#tinymce ul {
  list-style: disc;
}
.wysiwyg ul ul,
#tinymce ul ul,
.wysiwyg ul ol,
#tinymce ul ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg ol,
#tinymce ol {
  list-style: decimal;
}
.wysiwyg ol ul,
#tinymce ol ul,
.wysiwyg ol ol,
#tinymce ol ol {
  width: auto;
  margin-bottom: 0;
}

.wysiwyg li,
#tinymce li {
  margin-left: 1.5em;
}

/*
┌─────────────────────────────
│ #02 WYSIWYG部分の設定
│ 
*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  box-sizing: border-box;
}

@media only screen and (max-width: 960px) {
  body {
    font-size: 0.9333333333em;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 0.8666666667em;
    line-height: 1.6;
  }
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

small {
  font-size: 0.8em;
}

strong, b {
  font-weight: bold;
}

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

dl {
  margin-bottom: 1rem;
}

dt {
  color: #59c3e1;
}

@media only screen and (max-width: 640px) {
  .nosp {
    display: none !important;
  }
}

.nopc {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .nopc {
    display: block !important;
  }
}

.flex,
.flex-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#contents {
  overflow: hidden;
  clear: both;
}

.container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 6rem 0;
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 3rem 0;
  }
}

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

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

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

#research-study .research-study-title::before, #storytelling .storytelling-title::before, #faq .title:before, .form input[type=submit], #contact .section-title:before, #form-contents input[type=button],
#form-contents input[type=submit], #exhibition .sec2 .other .exhibition-subtitle::before, #home-link .link .text-box .title::before, .pagination .nav-links .current, .pagination .nav-links a:hover,
.pagination .nav-links span:hover, #side h3, .recruit-title::before, #training .sec3 .title::before, #contact .title::before, #about .sec3 .title::before, #usage-guidance .title::before, #reservation .title::before, .section-title.section-title-left:before, .section-title:after, .box-solid, hr, .grad {
  background: #17bbef;
  background: linear-gradient(65deg, #17bbef 0%, #63ba9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17bbef",endColorstr="#63ba9f",GradientType=1);
}

.red {
  color: #f33;
}

hr {
  border: none;
  height: 6px;
}
@media only screen and (max-width: 640px) {
  hr {
    height: 3px;
  }
}

.box-solid {
  border-radius: 20px;
  overflow: hidden;
}
.box-solid .text {
  background-color: #fff;
  border-radius: 17px;
  margin-bottom: 0;
  margin: 3px;
  padding: 1rem;
}

.anchor {
  display: block;
  padding-top: 2rem;
  margin-top: -2rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: WYSIWYGエディタ「 TinyMCE 」の記事の表示設定 */
.wysiwyg,
#tinymce {
  max-width: 1000px;
  width: 90%;
  margin: 3em auto;
  overflow: hidden;
}
.wysiwyg table,
#tinymce table {
  word-break: break-all;
}
.wysiwyg .entry-header,
#tinymce .entry-header {
  margin-bottom: 1rem;
}
.wysiwyg .entry-header .meta,
#tinymce .entry-header .meta {
  font-size: 1em;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.wysiwyg .entry-header h1,
#tinymce .entry-header h1 {
  font-weight: bold;
  margin-bottom: 0;
}
.wysiwyg .back-button-wrapper,
#tinymce .back-button-wrapper {
  margin: 2em auto;
}
.wysiwyg .alignleft,
#tinymce .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .alignleft,
#tinymce .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
}
.wysiwyg .alignright,
#tinymce .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .alignright,
#tinymce .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
}
.wysiwyg .aligncenter,
#tinymce .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .wysiwyg .aligncenter,
#tinymce .aligncenter {
    width: 100%;
  }
}
.wysiwyg h1,
#tinymce h1 {
  font-size: 2em;
}
.wysiwyg h2,
#tinymce h2 {
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .wysiwyg h2,
#tinymce h2 {
    font-size: 1em;
    padding-left: 1rem;
  }
}
.wysiwyg h2:after,
#tinymce h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  background-color: #59c3e1;
}
@media only screen and (max-width: 640px) {
  .wysiwyg h2:after,
#tinymce h2:after {
    width: 4px;
  }
}
.wysiwyg h3,
#tinymce h3 {
  background: #f0c180;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.3rem;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .wysiwyg h3,
#tinymce h3 {
    font-size: 1em;
  }
}
.wysiwyg h4,
#tinymce h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.wysiwyg h5,
#tinymce h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.wysiwyg h6,
#tinymce h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.wysiwyg p,
#tinymce p {
  line-height: 2;
  margin-bottom: 1.3rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#modal .form-wrap .soushin input[type=submit], .more a, .back-button-wrapper .back-button, .button {
  display: inline-block;
  background: #17bbef;
  background: linear-gradient(65deg, #17bbef 0%, #63ba9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17bbef",endColorstr="#63ba9f",GradientType=1);
  color: #fff;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  min-width: 250px;
}
@media only screen and (max-width: 640px) {
  #modal .form-wrap .soushin input[type=submit], .more a, .back-button-wrapper .back-button, .button {
    min-width: 200px;
  }
}
#modal .form-wrap .soushin input[type=submit]:hover, .more a:hover, .back-button-wrapper .back-button:hover, .button:hover {
  opacity: 0.8;
  color: #fff;
}
#modal .form-wrap .soushin input[type=submit]:active, .more a:active, .back-button-wrapper .back-button:active, .button:active, #modal .form-wrap .soushin input[type=submit]:visited, .more a:visited, .back-button-wrapper .back-button:visited, .button:visited {
  color: #fff;
}

.button-works {
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  color: #000 !important;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  min-width: 230px;
  transition-duration: 0.3s;
  padding: 1em;
}
@media only screen and (max-width: 640px) {
  .button-works {
    font-size: 0.9285714286em;
  }
}
.button-works:hover {
  color: #fff !important;
  background: #59c3e1;
  border-color: #fff;
}
.button-works:visited {
  color: #59c3e1;
}
.button-works:visited:hover {
  color: #fff;
}

.button-arrow-right, .button-arrow-left {
  position: relative;
}
.button-arrow-right:before, .button-arrow-left:before, .button-arrow-right:after, .button-arrow-left:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}
.button-arrow-left:before {
  content: "";
  transform: rotate(180deg);
  left: 20px;
  transition-duration: 0.3s;
}
.button-arrow-left:hover:before {
  left: 15px;
}

.button-arrow-right:after {
  content: "";
  right: 20px;
  transition-duration: 0.3s;
  background-image: url(../images/arrow-01w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 8px;
  border: none;
}
@media only screen and (max-width: 640px) {
  .button-arrow-right:after {
    right: 10px;
    width: 18px;
    height: 5px;
  }
}
.button-arrow-right:hover:after {
  right: 15px;
}
@media only screen and (max-width: 640px) {
  .button-arrow-right:hover:after {
    right: 5px;
  }
}

.button-large {
  padding: 0.5em 1.75em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: 0.3em;
}

.button-small {
  padding: 0.25em 1.25em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0.2em;
}

.button-block {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

.button-contact {
  background-color: #59c3e1;
  color: #fff;
  text-align: center;
  max-width: 200px;
}
.button-contact:hover {
  color: #fff;
}
.button-contact:visited {
  color: #fff;
}

.back-button-wrapper {
  text-align: center;
}
.more {
  text-align: center;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アイコンスタイル */
.icon-mail {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.icon-mail {
  background-image: url(../images/icon-mali.svg);
  vertical-align: middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: セクションタイトル */
.section-title {
  font-size: 2.1333333333em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 640px) {
  .section-title {
    font-size: 1.3076923077em;
    line-height: 1.5;
  }
}
.section-title:after {
  content: "";
  display: block;
  max-width: 240px;
  width: 80%;
  height: 6px;
  margin: 10px auto;
}
@media only screen and (max-width: 640px) {
  .section-title:after {
    max-width: 200px;
    width: 80%;
    height: 3px;
    margin: 5px auto;
  }
}
.section-title small {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  .section-title small {
    font-size: 0.8em;
  }
}
.section-title.section-title-left {
  float: left;
  font-size: 1.6666666667em;
  text-align: left;
  padding-left: 1rem;
}
@media only screen and (max-width: 640px) {
  .section-title.section-title-left {
    float: none;
    text-align: center;
    padding: 0;
  }
}
.section-title.section-title-left:after {
  display: none;
}
@media only screen and (max-width: 640px) {
  .section-title.section-title-left:after {
    display: block;
  }
}
.section-title.section-title-left:before {
  content: "";
  height: 105px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .section-title.section-title-left:before {
    display: none;
  }
}

#training .sec3 .title, #contact .title, #about .sec3 .title, #usage-guidance .title, #reservation .title {
  font-size: 1.3333333333em;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #training .sec3 .title, #contact .title, #about .sec3 .title, #usage-guidance .title, #reservation .title {
    font-size: 1rem;
  }
}
#training .sec3 .title::before, #contact .title::before, #about .sec3 .title::before, #usage-guidance .title::before, #reservation .title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #training .sec3 .title::before, #contact .title::before, #about .sec3 .title::before, #usage-guidance .title::before, #reservation .title::before {
    width: 4px;
  }
}

#recruit-page-title .recruit-big-title,
#recruit-page-title .storytelling-big-title,
#recruit-page-title .research-study-big-title,
#storytelling-page-title .recruit-big-title,
#storytelling-page-title .storytelling-big-title,
#storytelling-page-title .research-study-big-title,
#research-study-page-title .recruit-big-title,
#research-study-page-title .storytelling-big-title,
#research-study-page-title .research-study-big-title {
  font-size: 2.6666666667em;
  font-weight: bold;
  line-height: 1.2;
  padding: 4rem 1rem;
  margin: auto;
  text-align: center;
}
#recruit-page-title small,
#storytelling-page-title small,
#research-study-page-title small {
  display: block;
  font-size: 0.6em;
  font-weight: bold;
}

.recruit-title {
  font-size: 1.3333333333em;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .recruit-title {
    font-size: 1rem;
  }
}
.recruit-title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .recruit-title::before {
    width: 4px;
  }
}

.recruit-subtitle-wrapper,
.storytelling-subtitle-wrapper,
.research-study-subtitle-wrapper {
  border-top: 1px solid #59c3e1;
  border-bottom: 1px solid #59c3e1;
  margin-bottom: 35px;
}

.recruit-subtitle,
.storytelling-subtitle,
.research-study-subtitle {
  font-size: 1.3333333333em;
  font-weight: bold;
  text-align: center;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .recruit-subtitle,
.storytelling-subtitle,
.research-study-subtitle {
    font-size: 1rem;
  }
}

.kenkyuin-thum {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .kenkyuin-thum {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
}

.kenkyuin-content {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .kenkyuin-content {
    width: 100%;
  }
}

.kenkyuin-name {
  font-size: 1.6em;
}

.lead {
  font-size: 1em;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .lead {
    text-align: left;
  }
}

.recruit-text {
  margin-bottom: 3rem;
}

.recruit-session-lead {
  font-size: 1em;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .recruit-session-lead {
    text-align: left;
  }
}

.recruit-session-title {
  font-size: 1.3333333333em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .recruit-session-title {
    font-size: 1rem;
  }
}

.recruit-session-text {
  margin-bottom: 3rem;
  text-indent: 1.4rem;
}

.document-box {
  display: flex;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  .document-box {
    display: block;
  }
}

.pamphlet-document-box {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .pamphlet-document-box {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.document-text {
  margin-bottom: 1rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: テーブルスタイル */
table, .wysiwyg table,
#tinymce table {
  border-collapse: collapse;
  width: 100%;
}
table th, .wysiwyg table th,
#tinymce table th, table td, .wysiwyg table td,
#tinymce table td {
  vertical-align: middle;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  table th, .wysiwyg table th,
#tinymce table th, table td, .wysiwyg table td,
#tinymce table td {
    font-size: 0.6666666667em;
    padding: 6px;
  }
}
table th, .wysiwyg table th,
#tinymce table th {
  background-color: #f4f6f1;
  border: 1px solid #231815;
  font-weight: bold;
  white-space: nowrap;
}
table td, .wysiwyg table td,
#tinymce table td {
  border-bottom: 1px dashed #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border: 1px solid #231815;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 背景スタイル */
.background {
  background-color: #f8faf4;
}

.kenkyuin-background {
  background-color: #f8faf4;
}

.background-gray {
  background-color: #666;
}

.background-fff {
  background-color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 番号ありリスト */
.list-number {
  list-style: decimal;
}
.list-number ul,
.list-number ol {
  width: auto;
  margin-bottom: 0;
}
.list-number li {
  margin-left: 2em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 番号ありリスト */
.list-disc {
  list-style: disc;
}
.list-disc ul,
.list-disc ol {
  width: auto;
  margin-bottom: 0;
}
.list-disc li {
  margin-left: 2em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿がない場合 */
.no-post {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 2rem auto 4rem;
}
@media only screen and (max-width: 640px) {
  .no-post {
    font-size: 1.5em;
    margin: 2rem auto;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: columnレイアウト */
@media only screen and (max-width: 640px) {
  #training .column2, #about .column2, #exhibition .sec2 .column2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#training .column2 .flex, #about .column2 .flex, #exhibition .sec2 .column2 .flex {
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto;
}
@media only screen and (max-width: 640px) {
  #training .column2 .flex, #about .column2 .flex, #exhibition .sec2 .column2 .flex {
    display: block;
    width: 48%;
    margin: 0 0 2rem;
  }
}
#training .column2 .flex:nth-child(even), #about .column2 .flex:nth-child(even), #exhibition .sec2 .column2 .flex:nth-child(even) {
  flex-direction: row-reverse;
}
#training .column2 .movie-box, #about .column2 .movie-box, #exhibition .sec2 .column2 .movie-box {
  position: relative;
}
@media only screen and (max-width: 640px) {
  #training .column2 .movie-box, #about .column2 .movie-box, #exhibition .sec2 .column2 .movie-box {
    padding-bottom: 2rem;
  }
}
#training .column2 .movie-box iframe, #about .column2 .movie-box iframe, #exhibition .sec2 .column2 .movie-box iframe {
  width: 100%;
  height: 50.5vw;
  max-height: 563px;
}
#training .column2 .thum, #about .column2 .thum, #exhibition .sec2 .column2 .thum {
  width: 52%;
}
@media only screen and (max-width: 640px) {
  #training .column2 .thum, #about .column2 .thum, #exhibition .sec2 .column2 .thum {
    width: 100%;
  }
}
#training .column2 .content, #about .column2 .content, #exhibition .sec2 .column2 .content {
  width: 44%;
}
@media only screen and (max-width: 640px) {
  #training .column2 .content, #about .column2 .content, #exhibition .sec2 .column2 .content {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #training .column2 .content .number, #about .column2 .content .number, #exhibition .sec2 .column2 .content .number {
    text-align: center;
    margin: 5px auto;
  }
}
#training .column2 .content .number img, #about .column2 .content .number img, #exhibition .sec2 .column2 .content .number img {
  width: 33px;
  height: 28px;
}
@media only screen and (max-width: 640px) {
  #training .column2 .content .number img, #about .column2 .content .number img, #exhibition .sec2 .column2 .content .number img {
    width: 30px;
    height: 20px;
  }
}
#training .column2 .content .title, #about .column2 .content .title, #exhibition .sec2 .column2 .content .title {
  font-size: 1.3333333333em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #training .column2 .content .title, #about .column2 .content .title, #exhibition .sec2 .column2 .content .title {
    font-size: 1em;
    text-align: center;
    min-height: 3.5rem;
  }
}

#exhibition .flex.column3, #home-exhibition .flex.column3 {
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  #exhibition .flex.column3, #home-exhibition .flex.column3 {
    display: block;
  }
}
#exhibition .flex.column3 .box, #home-exhibition .flex.column3 .box {
  width: 33.333%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  #exhibition .flex.column3 .box, #home-exhibition .flex.column3 .box {
    display: block;
    width: 100%;
  }
}
#exhibition .flex.column3 .box:nth-child(odd) .thumb:after, #home-exhibition .flex.column3 .box:nth-child(odd) .thumb:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
#exhibition .flex.column3 .box:nth-child(even), #home-exhibition .flex.column3 .box:nth-child(even) {
  flex-direction: column-reverse;
}
#exhibition .flex.column3 .box:nth-child(even) .thumb:after, #home-exhibition .flex.column3 .box:nth-child(even) .thumb:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #exhibition .flex.column3 .box:nth-child(even) .thumb:after, #home-exhibition .flex.column3 .box:nth-child(even) .thumb:after {
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #ffffff transparent;
    top: inherit;
    bottom: -1px;
  }
}
#exhibition .flex.column3 .box .thumb, #home-exhibition .flex.column3 .box .thumb {
  position: relative;
}
#exhibition .flex.column3 .box .thumb img, #home-exhibition .flex.column3 .box .thumb img {
  width: 100%;
  height: auto;
}
#exhibition .flex.column3 .box .thumb img:hover, #home-exhibition .flex.column3 .box .thumb img:hover {
  opacity: 0.5;
}
#exhibition .flex.column3 .box .content, #home-exhibition .flex.column3 .box .content {
  padding: 1.5rem;
}
#exhibition .flex.column3 .box .content h3, #home-exhibition .flex.column3 .box .content h3 {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #exhibition .flex.column3 .box .content h3, #home-exhibition .flex.column3 .box .content h3 {
    font-size: 1.3076923077em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header　ヘッダー */
#header {
  height: 90px;
}
@media only screen and (max-width: 960px) {
  #header {
    height: 78px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  #header {
    height: 58px;
  }
}
.en #header, .ch #header, .tw #header, .kr #header, .home #header {
  height: 0;
}
#header .logo {
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}
@media only screen and (max-width: 960px) {
  #header .logo {
    margin-left: 15px;
    margin-top: 19px;
  }
}
@media only screen and (max-width: 640px) {
  #header .logo {
    margin-top: 18px;
    margin-left: 10px;
  }
}
#header .logo a {
  display: block;
  width: 240px;
  height: 40px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.en #header .logo a, .ch #header .logo a, .tw #header .logo a, .kr #header .logo a, .home #header .logo a {
  background-image: url(../images/logo-w.svg);
}
@media only screen and (max-width: 640px) {
  #header .logo a {
    width: 150px;
    height: 25px;
  }
}
#header .logo a:hover {
  opacity: 0.8;
}

#header-nav {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 1460px) {
  #header-nav {
    height: 100px;
  }
}
@media only screen and (max-width: 960px) {
  #header-nav {
    height: 78px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  #header-nav {
    height: 58px;
  }
}
#header-nav .logo {
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}
@media only screen and (max-width: 1460px) {
  #header-nav .logo {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 960px) {
  #header-nav .logo {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  #header-nav .logo {
    margin-top: 18px;
  }
}

#header-fixed-bg {
  background-color: #fff;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
@media only screen and (max-width: 1460px) {
  #header-fixed-bg {
    height: 100px;
  }
}
@media only screen and (max-width: 960px) {
  #header-fixed-bg {
    height: 78px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  #header-fixed-bg {
    height: 58px;
  }
}
.en #header-fixed-bg, .ch #header-fixed-bg, .tw #header-fixed-bg, .kr #header-fixed-bg, .home #header-fixed-bg {
  background-color: #59c3e1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: SNS リンク */
.sns-link {
  float: right;
  margin-top: 25px;
  margin-right: 0.9vw;
  background-color: #59c3e1;
  border-radius: 20px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.en .sns-link, .ch .sns-link, .tw .sns-link, .kr .sns-link, .home .sns-link {
  background-color: #fff;
}
@media only screen and (max-width: 1460px) {
  .sns-link {
    width: 100%;
    justify-content: center;
    margin-top: 0;
    margin-right: 0.5vw;
  }
}
@media only screen and (max-width: 960px) {
  .sns-link {
    margin: 0;
    float: none;
    line-height: 0;
    background: none;
  }
  .en .sns-link, .ch .sns-link, .tw .sns-link, .kr .sns-link, .home .sns-link {
    background: none;
  }
}
@media only screen and (max-width: 640px) {
  .sns-link {
    width: auto;
  }
}
.sns-link a {
  width: 34px;
  height: 34px;
}
@media only screen and (max-width: 960px) {
  .sns-link a {
    margin-right: 2vw;
  }
}
.sns-link a:hover {
  opacity: 0.8;
}
.sns-link a.fb {
  background-image: url(../images/icon-fb.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.sns-link a.fb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .sns-link a.fb:after {
    display: none;
  }
}
.en .sns-link a.fb, .ch .sns-link a.fb, .tw .sns-link a.fb, .kr .sns-link a.fb, .home .sns-link a.fb {
  background-image: url(../images/icon-fb-w.svg);
}
.en .sns-link a.fb:after, .ch .sns-link a.fb:after, .tw .sns-link a.fb:after, .kr .sns-link a.fb:after, .home .sns-link a.fb:after {
  background-color: #59c3e1;
}
@media only screen and (max-width: 960px) {
  .en .sns-link a.fb:after, .ch .sns-link a.fb:after, .tw .sns-link a.fb:after, .kr .sns-link a.fb:after, .home .sns-link a.fb:after {
    display: none;
  }
}
.sns-link a.insta {
  background-image: url(../images/icon-insta.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.en .sns-link a.insta, .ch .sns-link a.insta, .tw .sns-link a.insta, .kr .sns-link a.insta, .home .sns-link a.insta {
  background-image: url(../images/icon-insta-w.svg);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 言語選択ボタン */
.language-box {
  margin-top: 26px;
  display: block;
  float: right;
  margin-right: 0.5vw;
  border-radius: 20px;
  background-color: #59c3e1;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 1460px) {
  .language-box {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 960px) {
  .language-box {
    float: none;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    padding: 10px;
  }
}
.language-box:hover .language-list {
  display: block;
}
@media only screen and (max-width: 960px) {
  .language-box:hover .language-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.en .language-box, .ch .language-box, .tw .language-box, .kr .language-box, .home .language-box {
  background-color: #fff;
}
.language-box .language-btn {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 6px 15px;
  font-size: 0.8em;
}
@media only screen and (max-width: 960px) {
  .language-box .language-btn {
    display: none;
  }
}
.en .language-box .language-btn, .ch .language-box .language-btn, .tw .language-box .language-btn, .kr .language-box .language-btn, .home .language-box .language-btn {
  color: #59c3e1;
}
.language-box .language-list {
  width: 100%;
  position: absolute;
  left: 0;
  padding-top: 5px;
  display: none;
}
@media only screen and (max-width: 960px) {
  .language-box .language-list {
    position: static;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.language-box .language-list a {
  background-color: #eee;
  color: #000;
  display: block;
  text-decoration: none;
  padding: 4px 1rem;
  font-size: 0.85em;
}
@media only screen and (max-width: 960px) {
  .language-box .language-list a {
    width: 20%;
    padding: 10px 2px;
    border-left: 1px solid #fff;
  }
}
.language-box .language-list a:hover {
  background-color: #59c3e1;
  color: #fff;
}
.language-box .language-list a img {
  width: 15px;
  height: 10px;
  vertical-align: -1px;
  margin-right: 2px;
}
@media only screen and (max-width: 960px) {
  .language-box .language-list a img {
    display: block;
    margin: auto;
  }
}
.language-box .language-list a.current {
  background-color: #59c3e1;
  color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ハンバーガーメニュー　ボタン */
#mobile-head {
  display: none;
  background-color: #59c3e1;
  position: relative;
  width: 78px;
  height: 78px;
  padding: 28px;
  cursor: pointer;
}
#mobile-head:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  #mobile-head {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #mobile-head {
    width: 58px;
    height: 58px;
    padding: 18px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: グローバルナビゲーション */
#global-nav ul {
  margin-top: 26px;
  display: block;
  float: right;
  padding-right: 0.5vw;
  letter-spacing: -1em;
}
@media only screen and (max-width: 1460px) {
  #global-nav ul {
    margin-top: 11px;
    max-width: 520px;
    width: 100%;
    padding: 5px;
  }
}
.en #global-nav ul, .ch #global-nav ul, .tw #global-nav ul, .kr #global-nav ul, .home #global-nav ul {
  background-color: #fff;
  border-radius: 20px;
  margin-right: 0.5vw;
  padding-left: 0.5vw;
}
@media only screen and (max-width: 960px) {
  .en #global-nav ul, .ch #global-nav ul, .tw #global-nav ul, .kr #global-nav ul, .home #global-nav ul {
    background-color: #59c3e1;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  .en #global-nav ul, .ch #global-nav ul, .tw #global-nav ul, .kr #global-nav ul, .home #global-nav ul {
    padding-top: 5px;
  }
}
#global-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
#global-nav ul li a {
  padding: 0 0.6vw;
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 1.0333333333em;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 34px;
  border-radius: 20px;
}
#global-nav ul li a:hover {
  background-color: #59c3e1;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #global-nav ul li a:hover {
    border-radius: 0;
    text-decoration: none;
  }
}
.en #global-nav ul li a, .ch #global-nav ul li a, .tw #global-nav ul li a, .kr #global-nav ul li a, .home #global-nav ul li a {
  color: #59c3e1;
}
@media only screen and (max-width: 960px) {
  .en #global-nav ul li a, .ch #global-nav ul li a, .tw #global-nav ul li a, .kr #global-nav ul li a, .home #global-nav ul li a {
    color: #fff;
  }
}
.en #global-nav ul li a:hover, .ch #global-nav ul li a:hover, .tw #global-nav ul li a:hover, .kr #global-nav ul li a:hover, .home #global-nav ul li a:hover {
  background-color: transparent;
  color: #0398ee;
}
@media only screen and (max-width: 960px) {
  .en #global-nav ul li a:hover, .ch #global-nav ul li a:hover, .tw #global-nav ul li a:hover, .kr #global-nav ul li a:hover, .home #global-nav ul li a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 960px) {
  #global-nav {
    position: absolute;
    top: 78px;
    width: 100%;
    text-align: center;
    z-index: -1;
    transition: opacity 0.25s, visibility 0s ease 0.25s;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  #global-nav {
    top: 58px;
  }
}
@media only screen and (max-width: 960px) {
  #global-nav ul {
    background-color: #59c3e1;
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0.75em 0;
    height: calc(100vh - 78px);
    overflow-y: auto;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  #global-nav ul {
    height: calc(100vh - 58px);
    padding-top: 5px;
  }
}
@media only screen and (max-width: 960px) {
  #global-nav ul li {
    width: 100% !important;
    border: 0 !important;
    padding: 0;
  }
  #global-nav ul li a {
    display: block;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  #global-nav ul li a {
    padding: 5px;
  }
}
@media only screen and (max-width: 960px) {
  #global-nav ul li a:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: underline;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ナビボタン */
#nav-toggle {
  position: absolute;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 24px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#nav-toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  margin: auto;
  top: 0;
  bottom: 0;
}
#nav-toggle span:nth-child(3) {
  bottom: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: #nav-toggle 切り替えアニメーション */
.open {
  /* #global-nav スライドアニメーション */
}
.open #nav-toggle span:nth-child(1) {
  transform: translateY(9px) rotate(-45deg);
}
.open #nav-toggle span:nth-child(2) {
  opacity: 0;
}
.open #nav-toggle span:nth-child(3) {
  transform: translateY(-9px) rotate(45deg);
}
.open #global-nav {
  transition-delay: 0.1s;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 検索ボタン */
#search_btn {
  background-color: #f8faf4;
  display: inline-block;
  width: 78px;
  height: 78px;
  padding: 23px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #search_btn {
    width: 58px;
    height: 58px;
    padding: 15px;
  }
}
#search_btn:hover {
  opacity: 0.8;
}
#search_btn img {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 640px) {
  #search_btn img {
    width: 28px;
    height: 28px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー　ボタン */
#header-nav-btn {
  float: right;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1460px) {
  #header-nav-btn {
    position: absolute;
    right: 0.5vw;
    top: 11px;
    width: 93px;
  }
}
@media only screen and (max-width: 960px) {
  #header-nav-btn {
    position: static;
    right: 0;
    top: 0;
    width: auto;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
#header-breadcrumb {
  max-width: 1000px;
  width: 90%;
  margin: 1em auto;
  font-size: 1em;
}
@media only screen and (max-width: 640px) {
  #header-breadcrumb {
    margin: 1em auto;
  }
}
#header-breadcrumb li {
  display: inline-block;
}
#header-breadcrumb li + li:before {
  content: ">";
  padding: 0 0.5em;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイドバー */
#main-wrapper {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

#single-contents {
  overflow: hidden;
  float: left;
  width: 70%;
}
@media only screen and (max-width: 960px) {
  #single-contents {
    float: none;
    width: 100%;
  }
}
#single-contents .wysiwyg {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #single-contents .wysiwyg {
    width: 90%;
  }
}

#side-wrapper {
  float: right;
  width: 25%;
  margin: 3em auto;
}
@media only screen and (max-width: 960px) {
  #side-wrapper {
    float: none;
    width: 100%;
  }
}
#side h3 {
  font-size: 1em;
  font-weight: bold;
  padding: 1rem;
}
#side h3 a {
  color: #fff;
  text-decoration: none;
}
#side > ul > li {
  border-bottom: 1px dashed #9e9f9f;
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  #side > ul > li {
    background-color: #f0c180;
  }
}
#side > ul > li > a {
  background-image: url(../images/icon-arrow-1.svg);
  background-repeat: no-repeat;
  background-size: 6px 7px;
  background-position: left 1em center;
}
#side > ul > li a {
  color: #000;
  display: block;
  font-size: 0.9375em;
  padding: 3px 1em 3px 2em;
  text-decoration: none;
}
#side > ul > li a:hover {
  color: #59c3e1;
  text-decoration: underline;
}
#side > ul > .page_item_has_children > a {
  padding: 3px 1em 3px 2em;
}
#side > ul > .page_item_has_children > .children > .page_item_has_children > .children {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通フッター*/
#pagetop a {
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 99;
  right: 2.5vw;
  bottom: 3.1em;
  display: block;
}
@media only screen and (max-width: 960px) {
  #pagetop a {
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #pagetop a {
    bottom: 0;
    width: 43px;
    height: 43px;
  }
}
#pagetop a img {
  width: 55px;
  height: 55px;
}
@media only screen and (max-width: 640px) {
  #pagetop a img {
    width: 100%;
    height: auto;
  }
}

#footer {
  clear: both;
  border-top: 1px solid #59c3e1;
}
#footer .container {
  max-width: 1000px;
  padding: 2em 0;
  overflow: hidden;
}
#footer .footer-1 {
  float: left;
}
@media only screen and (max-width: 960px) {
  #footer .footer-1 {
    float: none;
    width: 100%;
    text-align: center;
  }
}
#footer .footer-2 {
  float: right;
}
@media only screen and (max-width: 960px) {
  #footer .footer-2 {
    width: 100%;
    margin: 0 auto 1.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #footer .footer-2 {
    display: none;
  }
}
#footer .bnr {
  float: right;
  max-width: 200px;
  padding-left: 2em;
}
@media only screen and (max-width: 960px) {
  #footer .bnr {
    float: none;
    padding-left: 0;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#footer .bnr:hover {
  opacity: 0.8;
}
#footer .bnr img {
  width: 100%;
  height: auto;
}
#footer .logo {
  margin-bottom: 1em;
}
#footer .logo img {
  width: 240px;
  height: 40px;
}
#footer .address {
  font-size: 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  #footer .address {
    margin-bottom: 0;
    font-weight: bold;
  }
  #footer .address span {
    text-align: left;
    display: inline-block;
  }
}
#footer .footer-navi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 960px) {
  #footer .footer-navi {
    justify-content: center;
  }
}
#footer .footer-navi ul {
  padding-left: 2em;
}
@media only screen and (max-width: 960px) {
  #footer .footer-navi ul:first-child {
    padding-left: 0;
  }
}
#footer .footer-navi li {
  font-size: 1em;
  word-break: keep-all;
}
#footer .footer-navi a {
  color: #000;
  text-decoration: none;
}
#footer .footer-navi a:hover {
  color: #59c3e1;
}
#footer .copyright {
  background-color: #59c3e1;
  color: #fff;
  font-size: 0.8666666667em;
  text-align: center;
  padding: 1rem 0;
}
@media only screen and (max-width: 640px) {
  #footer .copyright {
    font-size: 0.7692307692em;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: footer　スライダー */
.footer-slider .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .footer-slider .slick-slide {
    margin: 0 5px;
  }
}
.footer-slider .slick-slide div {
  line-height: 0;
}
.footer-slider .slick-arrow {
  background-image: url(../images/btn-slider-1.svg) !important;
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: none;
}
@media only screen and (max-width: 640px) {
  .footer-slider .slick-arrow {
    width: 15px;
    height: 100%;
  }
}
.footer-slider .slick-arrow:before {
  display: none;
}
.footer-slider .slick-prev {
  left: -30px;
}
@media only screen and (max-width: 640px) {
  .footer-slider .slick-prev {
    left: -4%;
  }
}
.footer-slider .slick-next {
  right: -30px;
  background-image: url(../images/btn-slider-2.svg) !important;
}
@media only screen and (max-width: 640px) {
  .footer-slider .slick-next {
    right: -4%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション*/
.pagination .nav-links {
  margin: 40px 0;
  text-align: center;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  border-radius: 25px;
  width: 50px;
  line-height: 48px;
  border: 1px solid #59c3e1;
  margin: 0 5px;
  font-size: 1.1em;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .pagination .nav-links a,
.pagination .nav-links span {
    width: 35px;
    line-height: 33px;
    margin: 0;
    font-size: 0.8em;
  }
}
.pagination .nav-links a:hover,
.pagination .nav-links span:hover {
  border-color: #59c3e1;
  color: #fff;
}
.pagination .nav-links .current {
  border-color: #59c3e1;
  color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページタイトル*/
#page-title {
  background-image: url(../images/page-title-bg-about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
#page-title .title {
  font-size: 2.6666666667em;
  font-weight: bold;
  line-height: 1.2;
  padding: 4rem 1rem;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #page-title .title {
    font-size: 1.9230769231em;
  }
}
#page-title .title small {
  display: block;
  font-size: 0.6em;
}
.contact-child #page-title, .contact #page-title {
  background-image: url(../images/page-title-bg-contact.jpg);
  color: #231815;
}
.access #page-title {
  background-image: url(../images/page-title-bg-access.jpg);
}
.about #page-title {
  background-image: url(../images/page-title-bg-about.jpg);
}
.training #page-title {
  background-image: url(../images/page-title-bg-training.jpg);
}
.faq #page-title {
  background-image: url(../images/page-title-bg-faq.jpg);
  color: #000;
}
.exhibition #page-title {
  background-image: url(../images/page-title-bg-exhibition.jpg);
}
.usage-guidance #page-title {
  background-image: url(../images/page-title-bg-usage-guidance.jpg);
}
.reservation-child #page-title, .reservation #page-title {
  background-image: url(../images/page-title-bg-reservation.jpg);
  color: #231815;
}
.tax-download_kinds #page-title, .post-type-archive-download #page-title, .single-download #page-title {
  background-image: url(../images/page-title-bg-download.jpg);
}

#recruit-page-title {
  background-image: url(../images/page-title-bg-reservation.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #231815;
}
#recruit-page-title .recruit-title {
  font-size: 2.6666666667em;
  font-weight: bold;
  line-height: 1.2;
  padding: 4rem 1rem;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #recruit-page-title .recruit-title {
    font-size: 1.9230769231em;
  }
}
#recruit-page-title .recruit-title small {
  display: block;
  font-size: 0.6em;
}
.contact-child #recruit-page-title, .contact #recruit-page-title {
  background-image: url(../images/page-title-bg-contact.jpg);
  color: #231815;
}
.access #recruit-page-title {
  background-image: url(../images/page-title-bg-access.jpg);
}
.about #recruit-page-title {
  background-image: url(../images/page-title-bg-about.jpg);
}
.training #recruit-page-title {
  background-image: url(../images/page-title-bg-training.jpg);
}
.faq #recruit-page-title {
  background-image: url(../images/page-title-bg-faq.jpg);
  color: #000;
}
.exhibition #recruit-page-title {
  background-image: url(../images/page-title-bg-exhibition.jpg);
}
.usage-guidance #recruit-page-title {
  background-image: url(../images/page-title-bg-usage-guidance.jpg);
}
.reservation-child #recruit-page-title, .reservation #recruit-page-title {
  background-image: url(../images/page-title-bg-reservation.jpg);
  color: #231815;
}

#storytelling-page-title {
  background-image: url(../images/page-title-bg-storyteller.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
#storytelling-page-title .storytelling-big-title {
  font-size: 2.6666666667em;
  font-weight: bold;
  line-height: 1.2;
  padding: 4rem 1rem;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #storytelling-page-title .storytelling-big-title {
    font-size: 1.9230769231em;
  }
}
#storytelling-page-title .storytelling-big-title small {
  display: block;
  font-size: 0.6em;
}

#research-study-page-title {
  background-image: url(../images/page-title-bg-training.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
#research-study-page-title .research-study-big-title {
  font-size: 2.6666666667em;
  font-weight: bold;
  line-height: 1.2;
  padding: 4rem 1rem;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #research-study-page-title .research-study-big-title {
    font-size: 1.9230769231em;
  }
}
#research-study-page-title .research-study-big-title small {
  display: block;
  font-size: 0.6em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フロントページ用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヒーローイメージ*/
#hero {
  position: relative;
  z-index: 99;
}
#hero .metaslider .flexslider {
  margin-bottom: 0;
}
#hero .metaslider .flex-control-nav {
  bottom: 20px;
}
#hero .copy {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  max-width: 780px;
  transform: translate(0, -45%);
  z-index: 1;
  display: none;
}
#hero .copy span {
  display: inline-block;
  background: #fff;
  color: #59c3e1;
  margin: 5px 0;
  padding: 5px;
  line-height: 1;
}
#hero .kv > div {
  background-image: url(../images/slide1.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding-top: 50%;
}
@media only screen and (max-width: 640px) {
  #hero .kv > div {
    background-image: url(../images/slide1_sp.jpg);
    background-size: cover;
    padding-top: 100vh;
  }
}

.hero-slider .slick-slide {
  line-height: 0;
}
.hero-slider .slick-slide .slider-image {
  position: relative;
  padding-top: 65%;
  padding-top: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-slider .slick-slide .caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 1;
  padding: 2rem 0 3rem;
  text-align: center;
  font-size: 1.4em;
}
@media only screen and (max-width: 960px) {
  .hero-slider .slick-slide .caption {
    padding: 1rem 0 2rem;
    font-size: 1em;
  }
}
.hero-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero-slider .slick-dots {
  top: inherit;
  bottom: 1rem;
}
@media only screen and (max-width: 960px) {
  .hero-slider .slick-dots {
    bottom: 0.5rem;
  }
}

.hero-slider + .copy {
  display: none;
}
.hero-slider .caption {
  display: none;
}

.hero-slider.slick-slider + .copy {
  display: block;
}
.hero-slider.slick-slider .caption {
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: video */
.overlay_video {
  position: fixed;
  background-color: #000;
  z-index: 99999;
  padding-top: 100vh;
  width: 100%;
}

.op_video {
  position: fixed;
  z-index: 99999;
  padding-top: 100vh;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .op_video {
    padding-top: 60%;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
  }
}

.video1 {
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  top: 0;
  left: 0;
}

.skip_btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url(../images/btn-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ローディング */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 2.5s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loading .logo {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 600px;
  width: 90%;
  height: 100px;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#loading + #wrapper {
  opacity: 0;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading.loaded + #wrapper {
  opacity: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　アバウト */
#home-about .link-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
  width: 90%;
}
#home-about .link-box {
  display: block;
}
#home-about .link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 15px 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #home-about .link {
    display: block;
  }
}
#home-about .link .link-tag {
  display: inline-block;
  background: #59c3e1;
  color: #fff;
  border-radius: 30px;
  padding: 5px;
  width: 160px;
  text-align: center;
  margin-right: 20px;
}
#home-about .link a {
  width: calc(100% - 180px);
  color: #000;
  font-size: 1.1875em;
}
@media only screen and (max-width: 960px) {
  #home-about .link a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 640px) {
  #home-about .link a {
    width: 100%;
    margin-top: 1rem;
    display: block;
  }
}
#home-about .link a.red {
  color: #f33;
}
#home-about .link a:hover {
  color: #59c3e1;
}
#home-about h2 {
  font-size: 2.6666666667em;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  #home-about h2 {
    font-size: 1.1538461538em;
  }
}
#home-about .flex-box {
  background-color: #59c3e1;
  background: linear-gradient(90deg, #59c3e1 0%, #59c3e1 50%, #63b89d 50%, #63b89d 100%);
  justify-content: center;
}
@media only screen and (max-width: 1080px) {
  #home-about .flex-box {
    display: block;
    text-align: center;
  }
}
#home-about .flex-box .text {
  color: #fff;
  font-size: 1.1875em;
  font-weight: bold;
  margin: 5px;
}
@media only screen and (max-width: 960px) {
  #home-about .flex-box .text {
    font-size: 1em;
  }
}
#home-about .flex-box .text span {
  display: inline-block;
}
#home-about .flex-box .button {
  background: #fff;
  border-radius: 30px;
  color: #59c3e1;
  font-size: 0.875em;
  font-weight: bold;
  padding-right: 4rem;
  padding-left: 2rem;
  word-break: keep-all;
  min-width: 280px;
}
@media only screen and (max-width: 640px) {
  #home-about .flex-box .button {
    font-size: 0.9285714286em;
    padding: 0.8rem 2rem;
    min-width: 260px;
  }
}
#home-about .flex-box .button:after {
  background-image: url(../images/arrow-01.svg);
}
#home-about .flex-box > div {
  width: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 1499px) {
  #home-about .flex-box > div {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1080px) {
  #home-about .flex-box > div {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home-about .flex-box > div {
    display: block;
    padding: 1rem;
  }
}
#home-about .flex-box > div .button {
  margin: 5px;
}
#home-about .admission_fee {
  background-color: #59c3e1;
}
#home-about .update {
  background-color: #63b89d;
}
#home-about .update .data {
  background: #fff;
  color: #63b89d;
  font-size: 1em;
  font-weight: bold;
  padding: 1rem;
  line-height: 1;
  word-break: keep-all;
  white-space: nowrap;
  display: inline-block;
  margin: 5px;
}
#home-about .update .button {
  color: #63b89d;
}
#home-about .update .button:after {
  background-image: url(../images/arrow-01g.svg);
}
#home-about .movie-box {
  position: relative;
}
#home-about .movie-box iframe {
  width: 100%;
  height: 50.5vw;
  max-height: 563px;
}
#home-about .movie-box p {
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　展示 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　パララックス */
.home-bg {
  background-image: url(../images/slide1.jpg);
  background-attachment: fixed;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .home-bg {
    background-attachment: scroll;
    background-position: center;
  }
}
.home-bg img {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　アクセス */
#home-access .container {
  position: relative;
}
#home-access .flex {
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #home-access .flex {
    display: block;
  }
}
#home-access .box {
  width: 62%;
}
#home-access .box:first-child {
  width: 33.333%;
}
@media only screen and (max-width: 640px) {
  #home-access .box:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home-access .box {
    width: 100%;
  }
}
#home-access .box .googlemap_link {
  color: #59c3e1;
  text-decoration: underline;
}
#home-access .section-title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  #home-access .section-title {
    margin-bottom: 2rem;
  }
}
#home-access p {
  clear: both;
  color: #000;
}
#home-access p a {
  color: #000;
  text-decoration: none;
}
#home-access dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
#home-access dl dt {
  color: #000;
  white-space: nowrap;
}
#home-access .button-wrapper {
  padding-top: 2rem;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #home-access .button-wrapper {
    padding-top: 1rem;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #home-access .button-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
#home-access .button-wrapper .button {
  width: 100%;
  min-width: inherit;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  #home-access .button-wrapper .button {
    font-size: 0.8461538462em;
    width: 48%;
    min-width: inherit;
  }
}
#home-access iframe {
  width: 100%;
  height: 480px;
}
@media only screen and (max-width: 640px) {
  #home-access iframe {
    height: 320px;
  }
}
#home-access .flex-box {
  margin-top: 4em;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  #home-access .flex-box {
    display: block;
    margin-top: 2em;
  }
}
#home-access .car_map_list {
  border-left: 1px dotted #231815;
  width: 40%;
}
@media only screen and (max-width: 960px) {
  #home-access .car_map_list {
    width: 100%;
    margin: auto;
    display: flex;
    padding: 1.5rem 0;
    border-left: none;
    border-top: 1px dotted #231815;
  }
}
#home-access .car_map_list:first-child {
  border: none;
  padding-left: 0;
}
#home-access .car_map_list:last-child {
  padding-right: 0;
}
#home-access .car_map_list .img-box {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #home-access .car_map_list .img-box {
    width: 20%;
    height: auto;
    margin: 0 auto;
  }
}
#home-access .car_map_list .img-box img {
  width: auto;
  height: 85px;
}
@media only screen and (max-width: 640px) {
  #home-access .car_map_list .img-box img {
    height: 50px;
  }
}
#home-access .car_map_list .text-box {
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  #home-access .car_map_list .text-box {
    margin: 0 auto;
    width: 60%;
    text-align: left;
  }
}
#home-access .car_map_list .text-box .name {
  text-align: center;
  font-size: 1.3333333333em;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  #home-access .car_map_list .text-box .name {
    text-align: left;
    font-size: 1.1538461538em;
  }
}
#home-access .car_map_list .text-box .text {
  display: inline-block;
  margin-top: 1rem;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #home-access .car_map_list .text-box .text {
    font-size: 0.9230769231em;
  }
}
#home-access .car_map_list .text-box .car_list {
  text-align: left;
  line-height: 1.4;
}
#home-access .list {
  border-left: 1px dotted #231815;
  padding: 1rem 5%;
  width: 50%;
}
@media only screen and (max-width: 960px) {
  #home-access .list {
    width: 100%;
    margin: auto;
    display: flex;
    padding: 1.5rem 0;
    border-left: none;
    border-top: 1px dotted #231815;
  }
}
#home-access .list:first-child {
  border: none;
  padding-left: 0;
}
#home-access .list:last-child {
  padding-right: 0;
}
#home-access .list .img-box {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #home-access .list .img-box {
    width: 20%;
    height: auto;
    margin: 0 auto;
  }
}
#home-access .list .img-box img {
  width: auto;
  height: 85px;
}
@media only screen and (max-width: 640px) {
  #home-access .list .img-box img {
    height: 50px;
  }
}
#home-access .list .text-box {
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  #home-access .list .text-box {
    margin: 0 auto;
    width: 60%;
    text-align: left;
  }
}
#home-access .list .text-box .name {
  text-align: center;
  font-size: 1.3333333333em;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  #home-access .list .text-box .name {
    text-align: left;
    font-size: 1.1538461538em;
  }
}
#home-access .list .text-box .text {
  display: inline-block;
  margin-top: 1rem;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  #home-access .list .text-box .text {
    font-size: 0.9230769231em;
  }
}
#home-access .list .text-box .car_list {
  text-align: left;
  line-height: 1.4;
}
#home-access .sentence-box {
  border: 3px solid #17bbef;
  padding: 20px;
  margin-top: 50px;
  border-radius: 20px;
}
#home-access .sentence-box .name {
  font-size: 100%;
  font-weight: 700;
}
#home-access .sentence-box a {
  color: #59c3e1;
  text-decoration: underline;
}
#home-access .sentence-box .longurl {
  word-break: break-all;
}
#home-access .note {
  margin-top: 3rem;
}
@media only screen and (max-width: 640px) {
  #home-access .note {
    margin-top: 1rem;
    font-size: 0.9230769231em;
  }
}
#home-access .note li {
  display: inline-block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　SNS */
#home-sns .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #home-sns .flex {
    display: block;
  }
}
#home-sns .flex .box {
  width: 46%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #home-sns .flex .box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#home-sns .title {
  font-size: 2.1333333333em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #home-sns .title {
    font-size: 1.6666666667em;
    text-align: center;
  }
}
#home-sns .title i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #home-sns .title i {
    display: block;
  }
}
#home-sns .title i img {
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #home-sns .title i img {
    width: 40px;
    height: 40px;
  }
}
#home-sns .box-instagram {
  height: auto;
  overflow-y: auto;
}
#home-sns .box-instagram .sbi_images {
  background: #000;
}
#home-sns .box-instagram #sb_instagram a {
  outline: 0 !important;
}
#home-sns .box-instagram #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  width: 33.33% !important;
}
@media only screen and (max-width: 640px) {
  #home-sns .box-facebook {
    max-width: 500px;
    margin: auto;
    height: 400px;
    overflow: hidden;
  }
}
#home-sns .box-facebook .fb-page {
  width: 100% !important;
}
#home-sns .box-facebook .fb-page > span,
#home-sns .box-facebook .fb-page iframe {
  width: 100% !important;
}
#home-sns .box-facebook .fb-container {
  width: 100%;
  max-width: 500px;
}
#home-sns .button-wrapper {
  text-align: center;
  margin: 2rem auto;
}
#home-sns .button-wrapper .button:before {
  content: "";
  display: inline-block;
  background-image: url(../images/btn-icon-insta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
}
@media only screen and (max-width: 640px) {
  #home-sns .button-wrapper .button:before {
    left: 1.5rem;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　バナー */
#home-bnr .container {
  position: relative;
}
#home-bnr img {
  border: 2px solid #f2f4ee;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　リンクについて */
#home-link .container {
  position: relative;
}
#home-link .link {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #home-link .link {
    flex-flow: column;
  }
}
#home-link .link .text-box {
  width: 58%;
  margin: auto 0;
}
@media only screen and (max-width: 640px) {
  #home-link .link .text-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
#home-link .link .text-box .title {
  font-size: 1.3333333333em;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #home-link .link .text-box .title {
    font-size: 1rem;
  }
}
#home-link .link .text-box .title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #home-link .link .text-box .title::before {
    width: 4px;
  }
}
#home-link .link .img-box {
  width: 38%;
  margin: auto 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #home-link .link .img-box {
    width: 100%;
  }
}
#home-link .link .img-box a {
  display: block;
  width: 100%;
  height: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム　素材ダウンロード */
#home-download .home-download-slider {
  display: grid;
  grid-template-columns: repeat(10, 20vw);
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: homeDownloadSlider 20s linear infinite;
          animation: homeDownloadSlider 20s linear infinite;
}
@-webkit-keyframes homeDownloadSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
@keyframes homeDownloadSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
@media only screen and (max-width: 640px) {
  #home-download .home-download-slider {
    grid-template-columns: repeat(10, 50vw);
    -webkit-animation: homeDownloadSlider_sp 10s linear infinite;
            animation: homeDownloadSlider_sp 10s linear infinite;
  }
  @-webkit-keyframes homeDownloadSlider_sp {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-250vw);
    }
  }
  @keyframes homeDownloadSlider_sp {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-250vw);
    }
  }
}
#home-download .home-download-slider .img {
  margin: 0;
  min-width: 100%;
}
#home-download .home-download-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
#home-download .container {
  position: relative;
}
#home-download .download {
  display: flex;
}
@media only screen and (max-width: 960px) {
  #home-download .download {
    flex-flow: column;
  }
}
#home-download .download .clearfix {
  min-width: calc(100% - 620px);
}
@media only screen and (max-width: 960px) {
  #home-download .download .clearfix {
    min-width: 100%;
  }
}
#home-download .download .text-box {
  max-width: 660px;
}
@media only screen and (max-width: 960px) {
  #home-download .download .text-box {
    max-width: 100%;
  }
}
#home-download .download .text-box .button-wrapper {
  padding-left: 35px;
  padding-top: 40px;
}
@media only screen and (max-width: 960px) {
  #home-download .download .text-box .button-wrapper {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #home-download .download .text-box .button-wrapper {
    padding-top: 20px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホームのお知らせ一覧*/
#home-information {
  overflow: hidden;
}
#home-information .container {
  position: relative;
}
#home-information .button-wrapper {
  clear: both;
  text-align: center;
}
#home-information .list {
  width: calc(100% - 150px);
  float: right;
  padding-left: 2rem;
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  #home-information .list {
    padding: 0;
    width: 100%;
    float: none;
  }
}
#home-information .list > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-decoration: none;
  color: #000;
  padding: 10px 5px;
  border-bottom: 1px dotted #000;
}
@media only screen and (max-width: 640px) {
  #home-information .list > a {
    flex-wrap: wrap;
  }
}
#home-information .list > a:first-child {
  border-top: 1px dotted #000;
}
#home-information .list > a:hover {
  color: #59c3e1;
}
#home-information .list > a .meta {
  margin-right: 1rem;
}
#home-information .list > a .title {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #home-information .list > a .title {
    margin-top: 5px;
    width: 100%;
  }
}

.tag {
  background: #59c3e1;
  border-radius: 15px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.5rem;
  margin-right: 1em;
  word-break: keep-all;
  font-size: 0.8666666667em;
  line-height: 1;
  min-width: 100px;
}
@media only screen and (max-width: 640px) {
  .tag {
    padding: 0 0.5rem;
    line-height: 1.875;
  }
}
.tag.category2 {
  background-color: #f0c180;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  transform: translate(0, 11%);
  padding: 0;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .slick-prev,
.slick-next {
    transform: translate(0, 14%);
  }
}
@media only screen and (max-width: 640px) {
  .slick-prev,
.slick-next {
    transform: translate(0, 20%);
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 0;
  color: #59c3e1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -14px;
  z-index: 2;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -14px;
  z-index: 2;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}

.slick-dots {
  position: absolute;
  top: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #59c3e1;
  opacity: 0.25;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #59c3e1;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}
.slider * {
  box-sizing: border-box;
  line-height: 0;
}
.slider.slick-slider {
  display: block;
}
.slider .slick-track .slick-slide a:hover {
  opacity: 0.8;
}
.slider .slick-track .slick-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  display: block;
}
.slider .slick-arrow {
  z-index: 9;
  width: 26px;
  height: 39px;
  margin: auto;
  top: 0;
  bottom: 0;
  transform: none;
}
.slider .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
.slider .slick-arrow:hover {
  opacity: 0.8;
}
.slider .slick-arrow.slick-prev {
  left: 10px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.slider .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-next {
    right: 0;
  }
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li {
  width: 15px;
  height: 15px;
}
.slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #59c3e1;
  border-radius: 50%;
}
.slider .slick-dots li button:before {
  content: none;
}
.slider .slick-dots li.slick-active button {
  background: #59c3e1;
}
.slider.slick-dotted {
  margin-bottom: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 固定ページ専用外部ファイル読み込み */
#exhibition .text-lead {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #exhibition .text-lead {
    text-align: left;
  }
}
#exhibition .lead {
  font-size: 1.7333333333em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #exhibition .lead {
    font-size: 1.1538461538em;
    letter-spacing: -0.03em;
    text-align: center;
  }
}
#exhibition .background-fff {
  padding: 2rem;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  #exhibition .background-fff {
    padding: 1rem 0.5rem;
    border-radius: 10px;
  }
}
#exhibition .map {
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  #exhibition .map {
    margin-bottom: 0rem;
  }
}
#exhibition .sec2 .section-title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  #exhibition .sec2 .section-title {
    margin-bottom: 2rem;
  }
}
#exhibition .sec2 .column2 .flex {
  margin: 0;
  padding-top: 7rem;
  margin-top: -5rem;
}
@media only screen and (max-width: 640px) {
  #exhibition .sec2 .column2 .flex {
    padding-top: 5rem;
    margin-top: -3rem;
  }
}
#exhibition .sec2 .other {
  margin-top: 3rem;
}
#exhibition .sec2 .other .exhibition-subtitle {
  font-size: 1.3333333333em;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #exhibition .sec2 .other .exhibition-subtitle {
    font-size: 1rem;
  }
}
#exhibition .sec2 .other .exhibition-subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #exhibition .sec2 .other .exhibition-subtitle::before {
    width: 4px;
  }
}
#exhibition .sec2 .other .flex-other {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #exhibition .sec2 .other .flex-other {
    display: block;
  }
}
#exhibition .sec2 .other .flex-other .thum-other {
  width: 52%;
}
@media only screen and (max-width: 640px) {
  #exhibition .sec2 .other .flex-other .thum-other {
    width: 100%;
    margin-bottom: 1rem;
  }
}
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#reservation .container {
  position: relative;
  overflow: hidden;
}
#reservation .text {
  margin-bottom: 3rem;
}
#reservation ul.text {
  margin: 2rem 0;
}
@media only screen and (max-width: 640px) {
  #reservation ul.text {
    margin: 1rem 0;
  }
}
#reservation ul.text li {
  display: block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
#reservation dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}
#reservation dl dt {
  color: #000;
  white-space: nowrap;
  width: 60px;
}
#reservation .lead span {
  color: #59c3e1;
}
#reservation .box-solid .text {
  margin: 3px;
}
#reservation #usage-guidance .e_s td,
#reservation #usage-guidance .e_s th {
  background: #fff;
  border: 5px solid #f8faf4;
}
#reservation .sec2 .format-list a {
  position: relative;
  background: url(../images/dl-icon.svg);
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  padding-right: 30px;
  text-decoration: underline;
}
#reservation .sec2 .format-list a:hover {
  background: url(../images/dl-icon_hover.svg);
}
#reservation .sec2 .list .flex-box {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 960px) {
  #reservation .sec2 .list .flex-box {
    display: block;
  }
}
#reservation .sec2 .list .flex-box .tag {
  padding: 0.6rem 0;
  width: 145px;
}
@media only screen and (max-width: 640px) {
  #reservation .sec2 .list .flex-box .tag {
    margin: auto;
    border-radius: 25px;
    padding: 0.4rem 0;
  }
}
#reservation .note {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

#form-contents form {
  max-width: 1000px;
}
#form-contents dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: inherit;
  margin: 6px 0;
}
@media only screen and (max-width: 960px) {
  #form-contents dl {
    flex-wrap: wrap;
  }
}
#form-contents dl dt, #form-contents dl dd {
  background-color: #fff;
  padding: 1rem;
}
#form-contents dl dt {
  width: 215px;
  display: block;
  font-weight: normal;
  white-space: normal;
}
@media only screen and (max-width: 960px) {
  #form-contents dl dt {
    width: 100%;
    padding-bottom: 0;
    font-weight: bold;
  }
}
#form-contents dl dd {
  width: calc(100% - 215px);
  margin-left: 6px;
}
@media only screen and (max-width: 960px) {
  #form-contents dl dd {
    width: 100%;
    margin-left: 0;
  }
}
#form-contents dl dd dt, #form-contents dl dd dd {
  padding: 0;
}
#form-contents dl dd dt {
  width: 150px;
}
@media only screen and (max-width: 960px) {
  #form-contents dl dd dt {
    width: 100%;
    margin: 10px 0;
  }
}
#form-contents select,
#form-contents input[type=date],
#form-contents input[type=number],
#form-contents input[type=text],
#form-contents input[type=email],
#form-contents textarea,
#form-contents input[type=tel] {
  border: 1px solid #f8faf4;
  font-size: 100%;
  height: 50px;
  -webkit-appearance: none;
  background-color: #f3f5f6;
  border-radius: 5px;
  padding: 1rem;
  font-size: 15px;
}
@media only screen and (max-width: 960px) {
  #form-contents select,
#form-contents input[type=date],
#form-contents input[type=number],
#form-contents input[type=text],
#form-contents input[type=email],
#form-contents textarea,
#form-contents input[type=tel] {
    font-size: 1em;
    padding: 10px;
    height: auto;
  }
}
#form-contents input[type=number] {
  width: 65px;
  text-align: center;
  padding: 1rem 0;
}
@media only screen and (max-width: 640px) {
  #form-contents input[type=number] {
    width: 50px;
    display: block;
    margin: auto;
  }
}
#form-contents table {
  margin-bottom: 5px;
}
#form-contents th {
  background-color: #fff;
  border: 1px solid #d3d3d4;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #form-contents th {
    white-space: normal;
  }
}
#form-contents span.wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-right: 1rem;
}
@media only screen and (max-width: 960px) {
  #form-contents span.wpcf7-list-item {
    margin: 0;
  }
}
#form-contents .koutsukikan input[type=text] {
  display: inline-block;
  max-width: 135px;
}
@media only screen and (max-width: 960px) {
  #form-contents .koutsukikan input[type=text] {
    width: 80px;
  }
}
#form-contents .koutsukikan label {
  width: 100px;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  #form-contents .koutsukikan label {
    width: 80px;
    white-space: nowrap;
    margin-top: 10px;
  }
}
#form-contents .wpcf7-not-valid-tip {
  display: block;
}
#form-contents .note {
  font-weight: normal;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 960px) {
  #form-contents .note {
    font-size: 0.95em;
    line-height: 2;
    font-weight: normal;
  }
}
#form-contents .soushin {
  margin: 3rem 10px;
}
#form-contents .soushin-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
#form-contents input[type=button],
#form-contents input[type=submit] {
  border: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  min-width: 250px;
  border: none;
  cursor: pointer;
}
#form-contents .ajax-loader {
  display: none;
}
#form-contents #policy {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 400px;
  margin: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 2rem auto;
  padding: 2rem;
  font-size: 0.9333333333em;
}
@media only screen and (max-width: 640px) {
  #form-contents #policy {
    padding: 1.5rem 1rem;
  }
}
#form-contents #policy h1 {
  font-size: 1.3333333333em;
  font-weight: bold;
  text-align: center;
}
#form-contents #policy h2 {
  font-size: 1.2em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#form-contents #policy h3 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 5px;
  padding: 0;
  background: none;
}
#form-contents #policy p {
  margin-bottom: 1rem;
}
#form-contents #policy p span {
  font-weight: bold;
}
#form-contents #policy ul {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 1.8rem;
}
#form-contents #policy .note {
  text-align: right;
  display: block;
}
#form-contents #policy a {
  color: #59c3e1;
}
#form-contents #policy a:hover {
  opacity: 0.8;
}

#usage-guidance .text {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .text {
    line-height: 1.6;
    text-align: inherit;
    text-justify: inter-character;
  }
}
#usage-guidance .section {
  padding-bottom: 2em;
}
#usage-guidance .section h4 {
  font-size: 1.1333333333em;
  font-weight: bold;
  margin-bottom: 1rem;
}
#usage-guidance .section .text {
  text-align: left;
  margin: 0.5em 0;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .section .text {
    line-height: 1.6;
  }
}
#usage-guidance .section ul {
  margin: 0.5em 0;
  padding-left: 1em;
}
#usage-guidance .section ul li {
  text-indent: -1em;
  font-size: 1.1333333333em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .section ul li {
    font-size: 1rem;
  }
}
#usage-guidance .section .button-wrapper {
  text-align: center;
  padding: 1em 0 2em;
}
#usage-guidance .overview {
  border-collapse: separate;
}
#usage-guidance .overview .link {
  position: absolute;
  margin: auto;
  right: 1em;
  text-decoration: none;
  background: #17bbef;
  background: linear-gradient(65deg, #17bbef 0%, #63ba9f 100%);
  color: #fff;
  font-size: 0.8666666667em;
  font-weight: 700;
  padding: 4px 20px 4px 10px;
}
@media only screen and (max-width: 960px) {
  #usage-guidance .overview .link {
    left: 1em;
    right: inherit;
    bottom: 7px;
  }
}
@media only screen and (max-width: 640px) {
  #usage-guidance .overview .link {
    font-size: 0.7857142857em;
    left: 0.5em;
  }
}
#usage-guidance .overview .link::after {
  position: absolute;
  content: "▶︎";
  top: 6px;
  font-size: 0.6666666667em;
  color: #fff;
  right: 6px;
  transition-duration: 0.3s;
}
#usage-guidance .overview .link:hover {
  color: rgba(255, 255, 255, 0.8);
}
#usage-guidance .overview .link:hover::after {
  color: rgba(255, 255, 255, 0.8);
  right: 0.4em;
}
#usage-guidance .overview .bnr {
  display: block;
  margin-top: 1em;
}
@media only screen and (max-width: 960px) {
  #usage-guidance .overview tr:nth-child(5) td {
    height: 86px;
    vertical-align: baseline;
  }
}
@media only screen and (max-width: 640px) {
  #usage-guidance .overview tr:nth-child(5) td {
    height: 120px;
  }
}
#usage-guidance .overview td,
#usage-guidance .overview th {
  background: #f8faf4;
  border: 3px solid #fff;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .overview td,
#usage-guidance .overview th {
    font-size: 0.9285714286em;
  }
}
#usage-guidance .overview th {
  width: 140px;
  font-weight: 400;
  vertical-align: baseline;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .overview th {
    width: 25%;
  }
}
#usage-guidance .overview td {
  position: relative;
}
#usage-guidance .overview td ul.wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .overview td ul.wrap {
    display: block;
  }
}
#usage-guidance .overview td ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
#usage-guidance .overview td dl {
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 760px) {
  #usage-guidance .overview td dl {
    display: block;
  }
}
#usage-guidance .overview td dl dt {
  color: #000;
  padding-right: 2em;
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  #usage-guidance .overview td dl dt {
    width: 100%;
  }
}
#usage-guidance .overview td dl dd {
  padding-left: 1em;
}
#usage-guidance .e_s {
  margin-bottom: 0;
}
#usage-guidance .e_s td,
#usage-guidance .e_s th {
  background: #fff;
  border: 5px solid #f8faf4;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .e_s td,
#usage-guidance .e_s th {
    font-size: 0.9285714286em;
  }
}
#usage-guidance .e_s th {
  width: 140px;
  font-weight: 400;
  vertical-align: baseline;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .e_s th {
    width: 92px;
  }
}
#usage-guidance .e_s td {
  line-height: 1.4;
}
#usage-guidance .section:last-child .e_s tr:nth-last-child(1) td, #usage-guidance .section:last-child .e_s tr:nth-last-child(2) td, #usage-guidance .section:last-child .e_s tr:nth-last-child(3) td, #usage-guidance .section:last-child .e_s tr:nth-last-child(4) td {
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .section:last-child .e_s tr:nth-last-child(1) td, #usage-guidance .section:last-child .e_s tr:nth-last-child(2) td, #usage-guidance .section:last-child .e_s tr:nth-last-child(3) td, #usage-guidance .section:last-child .e_s tr:nth-last-child(4) td {
    width: auto;
  }
}
#usage-guidance .floor-map .box {
  margin: 3rem 0;
}
#usage-guidance .floor-map .icon img {
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .floor-map .icon img {
    width: 15%;
  }
}
#usage-guidance .service-list {
  flex-wrap: wrap;
}
#usage-guidance .service-list .box {
  width: 31.333%;
  margin-right: 3%;
}
#usage-guidance .service-list .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .service-list .box {
    width: 48%;
    margin-right: 0;
  }
  #usage-guidance .service-list .box:nth-child(odd) {
    margin-right: 4%;
  }
}
#usage-guidance .service-list .image {
  margin-bottom: 1rem;
}
#usage-guidance .service-list .text {
  text-align: left;
}
#usage-guidance .service-list .note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
#usage-guidance .sec2 dl {
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .sec2 dl {
    padding: 1rem 0;
  }
}
#usage-guidance .sec2 dl + dl {
  border-top: none;
}
#usage-guidance .sec2 dl dt {
  color: #000;
  width: 120px;
}
@media only screen and (max-width: 640px) {
  #usage-guidance .sec2 dl dt {
    width: 80px;
  }
}
#usage-guidance .sec2 dl dd {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 640px) {
  #usage-guidance .sec2 dl dd {
    width: calc(100% - 80px);
  }
}
#usage-guidance .sec2 .text {
  margin-top: 1rem;
  text-align: left;
}
#usage-guidance .sec2 .list {
  margin-bottom: 3rem;
}
#usage-guidance .sec2 .list li {
  padding-left: 1em;
  text-indent: -1em;
}
#usage-guidance .sec6 .list {
  margin-bottom: 3rem;
}
#usage-guidance .sec6 .list li {
  padding-left: 1em;
  text-indent: -1em;
}
#usage-guidance .note {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
#usage-guidance .sec3 .format-list a {
  position: relative;
  background: url(../images/dl-icon.svg);
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  padding-right: 30px;
  text-decoration: underline;
}
#usage-guidance .sec3 .format-list a:hover {
  background: url(../images/dl-icon_hover.svg);
}
#usage-guidance .sec3 dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}
#usage-guidance .sec3 dl dt {
  color: #000;
  white-space: nowrap;
  width: 60px;
}
#usage-guidance .sec3 dl dd {
  width: calc(100% - 60px);
  word-break: break-all;
}
#usage-guidance .sec3 .text {
  text-align: left;
}

#about .lead,
#about .section-title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #about .lead,
#about .section-title {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  #about .column2 {
    display: block;
  }
  #about .column2 .flex {
    width: 100%;
  }
  #about .column2 .content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 0.5rem;
  }
  #about .column2 .content .number {
    width: 30px;
    margin: 0 10px 0 0;
  }
  #about .column2 .content .title {
    text-align: left;
    width: calc(100% - 40px);
  }
}
#about .sec2 .flex {
  flex-direction: row-reverse;
  align-items: inherit;
}
#about .sec2 .thum {
  width: 33%;
}
@media only screen and (max-width: 640px) {
  #about .sec2 .thum {
    width: 100%;
  }
}
#about .sec2 .content {
  width: 63%;
}
@media only screen and (max-width: 640px) {
  #about .sec2 .content {
    width: 100%;
    display: block;
  }
}
#about .sec2 .name {
  margin-top: 1rem;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  #about .sec2 b {
    display: block;
  }
}
#about .sec2 strong {
  font-size: 1.2em;
}
#about .sec3 .title {
  min-height: 0;
}
@media only screen and (max-width: 640px) {
  #about .sec3 .title {
    width: 100%;
  }
}
#about .sec3 .column2 .flex {
  align-items: inherit;
}
@media only screen and (max-width: 640px) {
  #about .sec3 .column2 .flex .content {
    display: block;
  }
}
#about .sec3 .column2 .flex:first-child .content {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  #about .sec3 .column2 .flex:first-child .content {
    width: 100%;
  }
}
#about .sec3 .column2 .flex:first-child .thum {
  width: 75%;
}
@media only screen and (max-width: 640px) {
  #about .sec3 .column2 .flex:first-child .thum {
    width: 100%;
  }
}
#about .sec3 .column2 .flex:last-child {
  flex-direction: inherit;
}
#about .sec3 .attendant-staff .box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #000;
}
@media only screen and (max-width: 640px) {
  #about .sec3 .attendant-staff .box {
    display: block;
  }
}
#about .sec3 .attendant-staff .thum {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  #about .sec3 .attendant-staff .thum {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
}
#about .sec3 .attendant-staff .content {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #about .sec3 .attendant-staff .content {
    width: 100%;
    font-size: 0.9285714286em;
  }
}
#about .sec3 .attendant-staff .name {
  font-size: 1.6em;
}
#about .overview td,
#about .overview th {
  background: #f8faf4;
  border: 5px solid #fff;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  #about .overview td,
#about .overview th {
    font-size: 0.9285714286em;
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
  }
}
#about .overview th {
  width: 140px;
  font-weight: 400;
  vertical-align: baseline;
}
@media only screen and (max-width: 640px) {
  #about .overview th {
    width: 100%;
    font-weight: bold;
    padding-bottom: 0;
  }
}
#about .overview td {
  position: relative;
}
@media only screen and (max-width: 640px) {
  #about .overview td {
    margin-bottom: 5px;
  }
}
#about .overview td ul.wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #about .overview td ul.wrap {
    display: block;
  }
}
#about .overview td ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 1.1em;
}
#about .overview td ul li::before {
  content: "●";
  position: absolute;
  left: 0;
}
#about .overview td dl {
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 760px) {
  #about .overview td dl {
    display: block;
  }
}
#about .overview td dl dt {
  color: #000;
  padding-right: 2em;
}
@media only screen and (max-width: 760px) {
  #about .overview td dl dt {
    width: 100%;
  }
}
#about .overview td dl dd {
  padding-left: 1em;
}
#about .sec4 .overview td,
#about .sec4 .overview th {
  background: #fff;
  border: 5px solid #f8faf4;
}
@media only screen and (max-width: 640px) {
  #about .sec4 .overview td,
#about .sec4 .overview th {
    border: none;
  }
}
#about .sec6 .lead {
  text-align: center;
}
#about .sec6 .flex {
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #about .sec6 .flex {
    margin: 0 -2%;
  }
}
#about .sec6 h3 {
  text-align: center;
}
#about .sec6 img {
  transition: all 0.3s ease;
}
#about .sec6 .image {
  overflow: hidden;
}
#about .sec6 .button {
  width: 100%;
  min-width: inherit;
}
#about .sec6 .pamphlet_box {
  width: 25%;
  margin: 0 1em;
}
@media only screen and (max-width: 640px) {
  #about .sec6 .pamphlet_box {
    width: 46%;
    margin: 2%;
  }
}
#about .sec6 a {
  display: block;
}
#about .sec6 a:hover img {
  transform: scale(1.05);
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#access .sec2 .container {
  max-width: 1080px;
}
#access .address {
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 640px) {
  #access .map iframe {
    height: 400px;
  }
}
#access .flex-box {
  margin-top: 6em;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 960px) {
  #access .flex-box {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
#access .list {
  border-left: 1px dotted #231815;
  padding: 1rem 5%;
  width: 33.333%;
}
@media only screen and (max-width: 960px) {
  #access .list {
    width: 100%;
    margin: auto;
    display: flex;
    padding: 1.5rem 0;
    border-left: none;
    border-top: 1px dotted #231815;
  }
}
#access .list:first-child {
  border: none;
  padding-left: 0;
}
#access .list:last-child {
  padding-right: 0;
}
#access .list .img-box {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #access .list .img-box {
    width: 20%;
    height: auto;
    margin: 0 auto;
  }
}
#access .list .img-box img {
  width: auto;
  height: 85px;
}
@media only screen and (max-width: 640px) {
  #access .list .img-box img {
    height: 50px;
  }
}
#access .list .text-box {
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  #access .list .text-box {
    margin: 0 auto;
    width: 60%;
    text-align: left;
  }
}
#access .list .text-box .name {
  text-align: center;
  font-size: 1.3333333333em;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  #access .list .text-box .name {
    text-align: left;
    font-size: 1.1538461538em;
  }
}
#access .list .text-box .text {
  display: inline-block;
  margin-top: 1rem;
  line-height: 1.4;
  text-align: left;
  min-width: 162px;
}
@media only screen and (max-width: 960px) {
  #access .list .text-box .text {
    font-size: 0.9230769231em;
  }
}
#access .sentence-box {
  border: 3px solid #17bbef;
  padding: 20px;
  margin-top: 50px;
  border-radius: 20px;
}
#access .sentence-box .name {
  font-size: 100%;
  font-weight: 700;
}
#access .sentence-box a {
  color: #59c3e1;
  text-decoration: underline;
}
#access .sentence-box .longurl {
  word-break: break-all;
}
#access .sentence-box .nosp {
  display: static;
}
@media only screen and (max-width: 640px) {
  #access .sentence-box .nosp {
    display: none;
  }
}
#access .note {
  margin: 2rem 0;
}
@media only screen and (max-width: 640px) {
  #access .note {
    font-size: 0.9230769231em;
    margin: 1rem 0;
  }
}
#access .note li {
  display: block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.lead-wrapper {
  padding: 2em 0 3em;
  max-width: 930px;
  margin: auto;
  width: 90%;
}
@media only screen and (max-width: 640px) {
  .lead-wrapper p {
    text-align: left;
  }
}

#contact .container {
  overflow: hidden;
  position: relative;
}
#contact .section-title {
  float: left;
  font-size: 1.6666666667em;
  text-align: left;
  padding-left: 1rem;
}
@media only screen and (max-width: 640px) {
  #contact .section-title {
    float: none;
    text-align: center;
    padding: 0;
  }
}
#contact .section-title:after {
  display: none;
}
@media only screen and (max-width: 640px) {
  #contact .section-title:after {
    display: block;
  }
}
#contact .section-title:before {
  content: "";
  height: 145px;
  width: 6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  #contact .section-title:before {
    display: none;
  }
}
#contact .list {
  width: calc(100% - 230px);
  float: right;
  padding-left: 2rem;
}
@media only screen and (max-width: 640px) {
  #contact .list {
    padding: 0;
    width: 100%;
    margin: auto;
    float: none;
  }
}
#contact .list .tel {
  font-size: 2.2666666667em;
  color: #59c3e1;
  font-weight: bold;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: keep-all;
}
@media only screen and (max-width: 640px) {
  #contact .list .tel {
    padding-top: 1rem;
    justify-content: center;
  }
}
#contact .list .tel::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 0.7rem;
  background: url(../images/icon-tel.svg);
}
#contact .list .tel span {
  font-size: 0.4em;
  font-weight: normal;
  color: #000;
  padding-left: 1em;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  #contact .list .tel span {
    padding-left: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
#contact .list .lead {
  text-align: left;
}
#contact #policy {
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 400px;
  margin: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 2rem auto;
  padding: 2rem;
  font-size: 0.9333333333em;
}
@media only screen and (max-width: 640px) {
  #contact #policy {
    padding: 1.5rem 1rem;
  }
}
#contact #policy h1 {
  font-size: 1.3333333333em;
  font-weight: bold;
  text-align: center;
}
#contact #policy h2 {
  font-size: 1.2em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#contact #policy h3 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 5px;
  padding: 0;
  background: none;
}
#contact #policy p {
  margin-bottom: 1rem;
}
#contact #policy p span {
  font-weight: bold;
}
#contact #policy ul {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 1.8rem;
}
#contact #policy .note {
  text-align: right;
}
#contact #policy a {
  color: #59c3e1;
}
#contact #policy a:hover {
  opacity: 0.8;
}
#contact .text {
  margin-bottom: 3rem;
}
#contact .sec4 dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}
#contact .sec4 dl dt {
  color: #000;
  white-space: nowrap;
  width: 60px;
}
#contact .sec4 .format-list a {
  position: relative;
  background: url(../images/dl-icon.svg);
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  padding-right: 30px;
  text-decoration: underline;
}
#contact .sec4 .format-list a:hover {
  background: url(../images/dl-icon_hover.svg);
}

.form {
  width: 100%;
}
.form .wpcf7-not-valid-tip {
  color: #e60027;
}
.form .hissu {
  color: #59c3e1;
  font-size: 90%;
  padding: 2px 5px;
}
.form .contact-title {
  font-weight: bold;
}
.form form {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
.form dl,
.form dt,
.form dd {
  box-sizing: border-box;
}
.form dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1.5em 0;
}
@media only screen and (max-width: 640px) {
  .form dl {
    display: block;
  }
  .form dl.naiyou {
    margin: 1.5em 0 3em;
  }
}
.form .naiyou {
  align-items: flex-start;
}
.form .naiyou dt {
  margin-top: 10px;
}
.form .naiyou dt br {
  display: none;
}
@media only screen and (max-width: 960px) {
  .form .naiyou dt br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .form .naiyou dt br {
    display: none;
  }
}
.form dt {
  color: #000;
  width: 30%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .form dt {
    justify-content: flex-start;
    width: 100%;
  }
}
.form dd {
  width: 68%;
  margin-left: 2%;
}
@media only screen and (max-width: 640px) {
  .form dd {
    width: 100%;
    margin-left: 0;
  }
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  border: 1px solid #f8faf4;
  background: #f8faf4;
  font-size: 100%;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  padding: 1rem;
}
.form textarea {
  border: 1px solid #f8faf4;
  background: #f8faf4;
  font-size: 15px;
  width: 100%;
  height: 170px;
  max-width: 100%;
  max-height: 250px;
  min-height: 200px;
  min-width: 100%;
  resize: none;
  -webkit-appearance: none;
  vertical-align: middle;
  padding: 1rem;
}
.form input[type=submit] {
  border: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  min-width: 250px;
  border: none;
  cursor: pointer;
}
.form input[type=submit]::-webkit-search-decoration {
  display: none;
}
.form input[type=submit]::focus {
  outline-offset: -2px;
}
.form input[type=submit]:hover {
  opacity: 0.8;
}
.form input[type=submit]:hover::after {
  right: 160px;
}
.form .soushin {
  max-width: 360px;
  margin: 3rem auto 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .form .soushin {
    text-align: center;
  }
}
.form .soushin::after {
  right: 90px;
}
@media only screen and (max-width: 640px) {
  .form .soushin::after {
    right: -160px;
    left: 0;
  }
}
.form .soushin:hover::after {
  right: 85px;
}
@media only screen and (max-width: 640px) {
  .form .soushin:hover::after {
    right: -165px;
    left: 0;
  }
}
.form .acceptance {
  text-align: center;
  margin: 2rem auto;
}
@media only screen and (max-width: 640px) {
  .form .wpcf7-list-item {
    margin: 0;
  }
}
.form .wpcf7-list-item label {
  cursor: pointer;
}
.form .ajax-loader {
  display: none !important;
}
.form div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .wpcf7-submit:disabled,
div.wpcf7 .wpcf7-confirm:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お問い合わせ完了 */
#thanks {
  text-align: center;
}
#thanks h1 {
  font-size: 1.8em;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #thanks h1 {
    font-size: 1.2em;
  }
}
#thanks .button {
  margin-top: 3rem;
}

#training .lead,
#training .section-title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #training .lead,
#training .section-title {
    margin-bottom: 2rem;
  }
}
#training .reservation {
  text-align: center;
  border: 2px solid #59c3e1;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}
#training .reservation h3 {
  font-size: 1.3333333333em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #training .reservation h3 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 640px) {
  #training .column2 {
    display: block;
  }
  #training .column2 .flex {
    width: 100%;
  }
  #training .column2 .content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  #training .column2 .content .number {
    width: 30px;
    margin: 0 10px 0 0;
  }
  #training .column2 .content .title {
    text-align: left;
    width: calc(100% - 40px);
    margin-bottom: 1rem;
    min-height: 0;
  }
  #training .column2 .content .text {
    width: 100%;
  }
}
#training .sec2 .flex {
  justify-content: center;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #training .sec2 .flex {
    display: block;
  }
}
#training .sec2 .flex a {
  text-decoration: none;
  margin: 1rem;
  font-size: 1.1em;
  display: block;
}
@media only screen and (max-width: 640px) {
  #training .sec2 .flex a {
    font-size: 0.9em;
  }
}
#training .sec2 .flex a:hover {
  opacity: 0.8;
}
#training .sec2 .flex a:hover strong {
  text-decoration: underline;
}
#training .sec2 .flex a:last-child {
  pointer-events: none;
}
#training .sec2 .flex strong {
  font-size: 2em;
}
#training .table {
  border-collapse: separate;
}
#training .table th {
  text-align: center;
  background-color: #fff;
  border: 3px solid #f8faf4;
  font-weight: normal;
}
#training .table td {
  text-align: left;
  background-color: #fff;
  border: 3px solid #f8faf4;
}
#training .table .bg-white {
  border: none;
  background-color: transparent;
  color: #59c3e1;
  font-weight: bold;
  font-size: 2rem;
}
#training .table .price {
  text-align: right;
  white-space: nowrap;
}
#training .table .bg1 {
  background-color: #d9f2f8;
}
#training .table .bg1 th, #training .table .bg1 td {
  background-color: transparent;
}
#training .table .bg1 .bg3 {
  background-color: #fff;
}
#training .table .bg2 {
  background-color: #dff1eb;
}
#training .table .bg2 th, #training .table .bg2 td {
  background-color: transparent;
}
#training .table-scroll {
  overflow-x: scroll;
}
#training .table-scroll .table {
  min-width: 750px;
}
#training .note {
  text-indent: -1em;
  padding-left: 1em;
}
#training .sec3 .table th,
#training .sec3 .table td {
  background-color: #f8faf4;
  border-color: #fff;
}
#training .sec3 .list li {
  text-indent: -1em;
  padding-left: 1em;
}

.scroll-hint.is-right-scrollable,
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-left-scrollable {
  background: none !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: よくある質問 */
#faq .container {
  position: relative;
  overflow: hidden;
}
#faq .title {
  position: relative;
  font-size: 1.6666666667em;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #faq .title {
    font-size: 1.3076923077em;
    padding-left: 10px;
  }
}
#faq .title:before {
  content: "";
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media only screen and (max-width: 640px) {
  #faq .title:before {
    width: 3px;
  }
}
#faq .overview {
  border-collapse: separate;
}
#faq .overview td,
#faq .overview th {
  background: #f8faf4;
  border: 3px solid #fff;
  padding: 1rem;
}
@media only screen and (max-width: 640px) {
  #faq .overview td,
#faq .overview th {
    font-size: 0.9285714286em;
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
  }
}
#faq .overview th {
  width: 140px;
  font-weight: 400;
  vertical-align: baseline;
}
@media only screen and (max-width: 640px) {
  #faq .overview th {
    width: 100%;
    font-weight: bold;
    padding-bottom: 0;
  }
}
#faq .overview td {
  position: relative;
}
@media only screen and (max-width: 640px) {
  #faq .overview td {
    margin-bottom: 5px;
  }
}
#faq .overview td ul.wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #faq .overview td ul.wrap {
    display: block;
  }
}
#faq .overview td ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 1.1em;
}
#faq .overview td ul li::before {
  content: "●";
  position: absolute;
  left: 0;
}
#faq .overview td dl {
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 760px) {
  #faq .overview td dl {
    display: block;
  }
}
#faq .overview td dl dt {
  color: #000;
  padding-right: 2em;
}
@media only screen and (max-width: 760px) {
  #faq .overview td dl dt {
    width: 100%;
  }
}
#faq .overview td dl dd {
  padding-left: 1em;
}
#faq .e_s {
  margin-bottom: 0;
}
#faq .e_s td,
#faq .e_s th {
  background: #fff;
  border: 5px solid #f8faf4;
}
@media only screen and (max-width: 640px) {
  #faq .e_s td,
#faq .e_s th {
    font-size: 0.9285714286em;
    border: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
#faq .e_s th {
  width: 140px;
  font-weight: 400;
  vertical-align: baseline;
}
@media only screen and (max-width: 640px) {
  #faq .e_s th {
    width: 100%;
    font-weight: bold;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #faq .e_s td {
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  #faq .e_s td .nopc {
    display: inline !important;
  }
}
#faq .faq-list {
  padding: 2rem;
}
@media only screen and (max-width: 640px) {
  #faq .faq-list {
    padding: 2rem 0;
  }
}
#faq .faq-list + .faq-list {
  border-top: 1px dotted #000;
}
#faq .faq-list .text-q {
  font-weight: bold;
  margin-bottom: 1rem;
}
#faq .faq-list .icon-q {
  color: #59c3e1;
}
#faq .faq-list .icon-a {
  color: #63b89d;
  font-weight: bold;
}
#faq .faq-list .text {
  margin-left: 1rem;
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#storytelling img {
  width: 100%;
  height: auto;
}
#storytelling section {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding: 3em 0;
}
#storytelling section h2 {
  color: #59c3e1;
  font-size: 2em;
  font-weight: 700;
  border-bottom: 1px solid #59c3e1;
  margin-bottom: 24px;
  padding-bottom: 18px;
  padding-left: 20px;
  position: relative;
}
#storytelling section h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: 18px;
  width: 5px;
  background-color: #59c3e1;
}
#storytelling .storytelling-1 .flex-box p {
  font-size: 0.95em;
  line-height: 1.75;
  width: 65%;
}
#storytelling .storytelling-1 .flex-box .thumb {
  margin-left: 5%;
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #storytelling .storytelling-1 .flex-box {
    display: block;
  }
  #storytelling .storytelling-1 .flex-box p {
    margin-bottom: 5%;
    width: 100%;
  }
  #storytelling .storytelling-1 .flex-box .thumb {
    margin-left: 0;
    width: 100%;
  }
}
#storytelling .storytelling-2 > div {
  margin: 30px 0;
}
#storytelling .storytelling-2 li {
  list-style: none;
}
#storytelling .storytelling-2 li table {
  width: 100%;
}
#storytelling .storytelling-2 li table tr {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
}
#storytelling .storytelling-2 li table tr th {
  background-image: url(../images/bg-1.png);
  background-size: 2px 2px;
  background-position: center;
  border-right: 1px solid #000;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 25%;
}
#storytelling .storytelling-2 li table tr td {
  box-sizing: border-box;
  padding: 10px 15px;
  width: 75%;
}
#storytelling .storytelling-2 li table tr:last-child {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 640px) {
  #storytelling .storytelling-2 li table tr {
    display: block;
  }
  #storytelling .storytelling-2 li table tr th {
    border-right: 0;
    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
  }
  #storytelling .storytelling-2 li table tr td {
    display: block;
    width: 100%;
  }
}
#storytelling .storytelling-2 .no-post {
  font-size: 1.5em;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #storytelling .storytelling-2 .no-post {
    font-size: 1.25em;
  }
}
#storytelling h3 {
  text-align: center;
  font-size: 1.3333333333em;
}
#storytelling .storytelling-session-lead {
  text-align: center;
  padding-top: 25px;
}
#storytelling .annotation {
  text-align: center;
  font-size: 1.3333333333em;
  font-weight: bold;
  border: 2px solid #17bbef;
  max-width: 1000px;
  width: 75%;
  margin: auto;
  padding: 5px;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 640px) {
  #storytelling .annotation {
    width: 100%;
  }
}
#storytelling .storytelling-title {
  font-size: 1.3333333333em;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #storytelling .storytelling-title {
    font-size: 1rem;
  }
}
#storytelling .storytelling-title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #storytelling .storytelling-title::before {
    width: 4px;
  }
}
#storytelling .table td {
  background: #f8faf4;
  border: 5px solid #fff;
  text-align: center;
}
#storytelling .text {
  margin-bottom: 3rem;
}
#storytelling .storytelling-text li {
  padding-left: 1em;
  text-indent: -1em;
}
#storytelling .storytelling-text li .mgr-20 {
  margin-right: 20px;
}
#storytelling .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 640px) {
  #storytelling .flex {
    display: block;
  }
}
#storytelling .image-map {
  width: 53%;
}
@media only screen and (max-width: 640px) {
  #storytelling .image-map {
    width: 100%;
    padding-bottom: 30px;
  }
}
#storytelling .image-photo {
  width: 43%;
}
@media only screen and (max-width: 640px) {
  #storytelling .image-photo {
    width: 100%;
  }
}
#storytelling .attention {
  padding-bottom: 3rem;
}
#storytelling .mgl-1em {
  margin-left: 1em;
}
#storytelling .lead {
  font-size: 1em;
  text-align: center;
  padding-bottom: 2rem;
}
#storytelling .pamphlet_box .image {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
}
@media only screen and (max-width: 640px) {
  #storytelling .pamphlet_box .image {
    max-width: 200px;
  }
}
#storytelling .pamphlet_box .button-wrapper {
  text-align: center;
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#research-study img {
  width: 100%;
  height: auto;
}
#research-study section {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding: 3em 0;
}
#research-study section h2 {
  color: #59c3e1;
  font-size: 2em;
  font-weight: 700;
  border-bottom: 1px solid #59c3e1;
  margin-bottom: 24px;
  padding-bottom: 18px;
  padding-left: 20px;
  position: relative;
}
#research-study section h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: 18px;
  width: 5px;
  background-color: #59c3e1;
}
#research-study .research-study-1 .flex-box p {
  font-size: 0.95em;
  line-height: 1.75;
  width: 65%;
}
#research-study .research-study-1 .flex-box .thumb {
  margin-left: 5%;
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #research-study .research-study-1 .flex-box {
    display: block;
  }
  #research-study .research-study-1 .flex-box p {
    margin-bottom: 5%;
    width: 100%;
  }
  #research-study .research-study-1 .flex-box .thumb {
    margin-left: 0;
    width: 100%;
  }
}
#research-study .research-study-2 > div {
  margin: 30px 0;
}
#research-study .research-study-2 li {
  list-style: none;
}
#research-study .research-study-2 li table {
  width: 100%;
}
#research-study .research-study-2 li table tr {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
}
#research-study .research-study-2 li table tr th {
  background-image: url(../images/bg-1.png);
  background-size: 2px 2px;
  background-position: center;
  border-right: 1px solid #000;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 25%;
}
#research-study .research-study-2 li table tr td {
  box-sizing: border-box;
  padding: 10px 15px;
  width: 75%;
}
#research-study .research-study-2 li table tr:last-child {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 640px) {
  #research-study .research-study-2 li table tr {
    display: block;
  }
  #research-study .research-study-2 li table tr th {
    border-right: 0;
    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
  }
  #research-study .research-study-2 li table tr td {
    display: block;
    width: 100%;
  }
}
#research-study .research-study-2 .no-post {
  font-size: 1.5em;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #research-study .research-study-2 .no-post {
    font-size: 1.25em;
  }
}
#research-study h3 {
  text-align: center;
  font-size: 1.3333333333em;
}
#research-study .research-study-session-lead {
  text-align: center;
  padding-top: 25px;
}
#research-study .attention {
  text-align: center;
  padding: 25px 0;
}
#research-study .research-study-title {
  font-size: 1.3333333333em;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #research-study .research-study-title {
    font-size: 1rem;
  }
}
#research-study .research-study-title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  #research-study .research-study-title::before {
    width: 4px;
  }
}
#research-study .kenkyuin-syokai .mgr-1em {
  margin-right: 1rem;
}
#research-study .kenkyuin-syokai .mgl-1em {
  margin-left: 1rem;
}
#research-study .kenkyuin-box {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #000;
}
@media only screen and (max-width: 640px) {
  #research-study .kenkyuin-box {
    display: block;
    margin: 2rem 0;
    padding-bottom: 2rem;
  }
}
#research-study .kenkyuin-box .kenkyuin-content {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  #research-study .kenkyuin-box .kenkyuin-content {
    width: 100%;
    padding-top: 1rem;
  }
}
#research-study .pamphlet-document-box .image {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
}
#research-study .pamphlet-document-box .note {
  margin-bottom: 1rem;
  text-align: center;
}
#research-study .pamphlet-document-box .attention {
  width: 50%;
  border: 2px solid #17bbef;
  margin: auto;
  padding: 5px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 640px) {
  #research-study .pamphlet-document-box .attention {
    width: 80%;
    margin-top: 1.5rem;
  }
}

/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
#recruit img {
  width: 100%;
  height: auto;
}
#recruit section {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding: 3em 0;
}
#recruit section h2 {
  color: #59c3e1;
  font-size: 2em;
  font-weight: 700;
  border-bottom: 1px solid #59c3e1;
  margin-bottom: 24px;
  padding-bottom: 18px;
  padding-left: 20px;
  position: relative;
}
#recruit section h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-bottom: 18px;
  width: 5px;
  background-color: #59c3e1;
}
#recruit .recruit-1 .flex-box p {
  font-size: 0.95em;
  line-height: 1.75;
  width: 65%;
}
#recruit .recruit-1 .flex-box .thumb {
  margin-left: 5%;
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-1 .flex-box {
    display: block;
  }
  #recruit .recruit-1 .flex-box p {
    margin-bottom: 5%;
    width: 100%;
  }
  #recruit .recruit-1 .flex-box .thumb {
    margin-left: 0;
    width: 100%;
  }
}
#recruit .recruit-2 > div {
  margin: 30px 0;
}
#recruit .recruit-2 li {
  list-style: none;
}
#recruit .recruit-2 li table {
  width: 100%;
}
#recruit .recruit-2 li table tr {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
}
#recruit .recruit-2 li table tr th {
  background-image: url(../images/bg-1.png);
  background-size: 2px 2px;
  background-position: center;
  border-right: 1px solid #000;
  box-sizing: border-box;
  padding: 10px 15px;
  width: 25%;
}
#recruit .recruit-2 li table tr td {
  box-sizing: border-box;
  padding: 10px 15px;
  width: 75%;
}
#recruit .recruit-2 li table tr:last-child {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-2 li table tr {
    display: block;
  }
  #recruit .recruit-2 li table tr th {
    border-right: 0;
    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
  }
  #recruit .recruit-2 li table tr td {
    display: block;
    width: 100%;
  }
}
#recruit .recruit-2 .no-post {
  font-size: 1.5em;
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #recruit .recruit-2 .no-post {
    font-size: 1.25em;
  }
}
#recruit .kenkyuin-box {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #000;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* pages */
/* 目次 */
/* __00: 初期設定 */
/* __10: アーカイブ */
/* __20: 詳細ページ */
/* __30: 入力フォーム */
/* __40: 404 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __10: アーカイブ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#main-wrapper.download .download-kinds-nav .nav-list {
  display: flex;
  padding: 100px 0 40px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .download-kinds-nav .nav-list {
    padding: 50px 0 20px;
  }
}
#main-wrapper.download .download-kinds-nav .nav-list li {
  display: block;
  width: 50%;
  height: 78px;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .download-kinds-nav .nav-list li {
    height: 58px;
  }
}
#main-wrapper.download .download-kinds-nav .nav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #59C3E1;
  background-color: #fff;
  border: 2px solid #59C3E1;
  transition: all 0.2s linear;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .download-kinds-nav .nav-list li a {
    font-size: 15px;
  }
}
#main-wrapper.download .download-kinds-nav .nav-list li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  z-index: -1;
  width: 15px;
  height: 15px;
  transform: rotateZ(45deg) translate(-15px, -15px);
  background-color: #59C3E1;
  pointer-events: none;
  transition: transform 0.2s linear;
}
#main-wrapper.download .download-kinds-nav .nav-list li a:hover {
  color: #fff;
  background-color: #59C3E1;
}
#main-wrapper.download .download-kinds-nav .nav-list li a:hover::before {
  transform: rotateZ(45deg) translate(0);
}
#main-wrapper.download .download-kinds-nav .nav-list li.current a {
  color: #fff;
  background-color: #59C3E1;
  pointer-events: none;
}
#main-wrapper.download .download-kinds-nav .nav-list li.current a::before {
  transform: rotateZ(45deg) translate(0);
}
#main-wrapper.download .download-search-form {
  padding-bottom: 80px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .download-search-form {
    padding-bottom: 40px;
  }
}
#main-wrapper.download .download-search-form .form {
  background-color: #F8FAF4;
}
#main-wrapper.download .download-search-form .form-inner {
  padding: 40px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .download-search-form .form-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .download-search-form .form-inner {
    display: block;
  }
}
#main-wrapper.download .download-search-form .form-inner dl {
  width: calc(100% - 170px);
  display: flex;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .download-search-form .form-inner dl {
    width: 100%;
    display: block;
    align-items: flex-end;
    padding-top: 20px;
  }
  #main-wrapper.download .download-search-form .form-inner dl:first-child {
    padding-top: 0;
  }
}
#main-wrapper.download .download-search-form .form-inner dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #000;
}
#main-wrapper.download .download-search-form .form-inner dl dd {
  width: 90%;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .download-search-form .form-inner dl dd {
    width: 100%;
    margin-left: 0;
  }
}
#main-wrapper.download .download-search-form .form-inner dl dd input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
#main-wrapper.download .download-search-form .form-inner dl dd input[type=text]::-webkit-input-placeholder {
  font-size: 16px;
  color: #888888;
}
#main-wrapper.download .download-search-form .form-inner dl dd input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #000 !important;
}
#main-wrapper.download .download-search-form .form-inner dl dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 50px;
  padding: 10px;
  margin: 0;
  font-size: 16px;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  color: #000;
  background-image: url("../images/arrow_select.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}
#main-wrapper.download .download-search-form .form-inner dl dd select::-webkit-input-placeholder {
  font-size: 16px;
  color: #888888;
}
#main-wrapper.download .download-search-form .form-inner input[type=submit] {
  display: block;
  width: 150px;
  min-width: 150px;
  height: 50px;
  background-image: url("../images/search-btn-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 15px;
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .download-search-form .form-inner input[type=submit] {
    margin: 20px auto 0;
  }
}
#main-wrapper.download .download-search-result {
  padding-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .download-search-result {
    padding-bottom: 20px;
  }
}
#main-wrapper.download .download-search-result .text-box p {
  font-size: 22px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .download-search-result .text-box p {
    font-size: 18px;
  }
}
#main-wrapper.download .download-search-result .text-box p > span {
  font-size: 1em;
  display: inline-block;
  padding: 0 1em;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .download-search-result .text-box p > span {
    display: block;
    padding: 0;
  }
}
#main-wrapper.download .download-search-result .text-box p > span > span {
  font-size: 0.8em;
  display: inline-block;
}
#main-wrapper.download .download-search-result .text-box p .result {
  color: #59C3E1;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}
#main-wrapper.download #post-archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 23.5%));
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 40px;
  margin: 0;
  border: none;
}
#main-wrapper.download #post-archive-wrapper {
  padding-bottom: 150px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download #post-archive-wrapper {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download #post-archive {
    grid-template-columns: repeat(auto-fit, minmax(auto, 32%));
    row-gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive {
    grid-template-columns: repeat(auto-fit, minmax(auto, 49%));
    row-gap: 20px;
  }
}
#main-wrapper.download #post-archive a {
  display: block;
  text-decoration: none;
  padding: 0;
  border: none;
  color: #000;
  transition: opacity 0.2s linear;
}
#main-wrapper.download #post-archive a .thumbnail {
  display: block;
  width: 100%;
  height: 16vw;
  max-height: 176px;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download #post-archive a .thumbnail {
    height: 20vw;
    max-height: inherit;
  }
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive a .thumbnail {
    height: 35vw;
  }
}
#main-wrapper.download #post-archive a .thumbnail .img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#main-wrapper.download #post-archive a .thumbnail.dummy {
  border: 1px solid #59C3E1;
}
#main-wrapper.download #post-archive a .thumbnail.dummy .img {
  background-image: url("../images/logo.svg");
  background-size: 50%;
}
#main-wrapper.download #post-archive a .title {
  padding-top: 20px;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download #post-archive a .title {
    padding-top: 10px;
  }
}
#main-wrapper.download #post-archive a .tag-wrapper .tag {
  padding: 0;
  display: inline-block;
  background-color: transparent;
  color: #59C3E1;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  padding-top: 20px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download #post-archive a .tag-wrapper .tag {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive a .tag-wrapper .tag {
    width: 100%;
  }
}
#main-wrapper.download #post-archive a:hover {
  opacity: 0.7;
}
#main-wrapper.download #post-archive .content-pagination {
  grid-column: 1/5;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download #post-archive .content-pagination {
    grid-column: 1/4;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive .content-pagination {
    grid-column: 1/3;
    padding-top: 20px;
  }
}
#main-wrapper.download #post-archive .content-pagination .nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive .content-pagination .nav {
    width: 30px;
    height: 30px;
  }
}
#main-wrapper.download #post-archive .content-pagination .nav > *:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  background-color: #59C3E1;
  transition: background-color 0.2s linear;
}
#main-wrapper.download #post-archive .content-pagination .nav > a:hover {
  background-color: #17bbef;
}
#main-wrapper.download #post-archive .content-pagination .nav > span {
  pointer-events: none;
  filter: brightness(0.9);
}
#main-wrapper.download #post-archive .content-pagination .nav .arrow::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive .content-pagination .nav .arrow::before {
    width: 4px;
    height: 4px;
  }
}
#main-wrapper.download #post-archive .content-pagination .nav .arrow_l::before {
  transform: rotateZ(-45deg);
  border-left: 1px solid #fff;
  right: -4px;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive .content-pagination .nav .arrow_l::before {
    right: -2px;
  }
}
#main-wrapper.download #post-archive .content-pagination .nav .arrow_r::before {
  transform: rotateZ(45deg);
  border-right: 1px solid #fff;
  left: -4px;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive .content-pagination .nav .arrow_r::before {
    left: -2px;
  }
}
#main-wrapper.download #post-archive .content-pagination .navigation {
  margin: 0 15px;
}
#main-wrapper.download #post-archive .content-pagination .navigation .nav-links {
  display: flex;
  align-items: center;
  margin: 0;
}
#main-wrapper.download #post-archive .content-pagination .navigation .nav-links > * {
  width: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  border-radius: 0;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download #post-archive .content-pagination .navigation .nav-links > * {
    height: 30px;
    width: 20px;
  }
}
#main-wrapper.download #post-archive .content-pagination .navigation .nav-links > a {
  transition: color 0.2s linear;
}
#main-wrapper.download #post-archive .content-pagination .navigation .nav-links > a:hover {
  color: #17bbef;
}
#main-wrapper.download #post-archive .content-pagination .navigation .nav-links > span {
  color: #c5c5c5;
}

/* __20: 詳細ページ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#main-wrapper.download article {
  width: 100%;
}
#main-wrapper.download .entry-header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .entry-header {
    margin-bottom: 30px;
  }
}
#main-wrapper.download .entry-header h1 {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .entry-header h1 {
    text-align: left;
  }
}
#main-wrapper.download .entry-header .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main-wrapper.download .entry-header .category .label {
  display: block;
  margin: 0 16px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #59C3E1;
}
#main-wrapper.download .entry-header .category .label:last-child {
  margin-right: 0;
}
#main-wrapper.download .entry-header hr {
  width: 240px;
}
#main-wrapper.download .entry-content .box {
  padding-top: 60px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .entry-content .box {
    padding-top: 30px;
  }
}
#main-wrapper.download .entry-content .box:first-child {
  padding-top: 0;
}
#main-wrapper.download .entry-content .box__media {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .entry-content .box__media {
    display: block;
  }
}
#main-wrapper.download .entry-content .box__media .media {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
#main-wrapper.download .entry-content .box__media .media .thumbnail {
  width: 100%;
  margin: 0;
}
#main-wrapper.download .entry-content .box__media .media .thumbnail img {
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: -1;
}
#main-wrapper.download .entry-content .box__media .movie {
  width: 100%;
  margin: auto;
}
#main-wrapper.download .entry-content .box__media .movie iframe {
  width: 100%;
  height: 56.25vw;
  max-height: 625px;
}
#main-wrapper.download .entry-content .box__media .outline {
  width: 48%;
  max-width: 480px;
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .entry-content .box__media .outline {
    padding-top: 20px;
    width: 100%;
    max-width: inherit;
  }
}
#main-wrapper.download .entry-content .box__media .outline h2::after {
  background: linear-gradient(90deg, #17bbef 0%, #63ba9f 100%);
}
#main-wrapper.download .entry-content .box__media .outline dl {
  display: flex;
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px dotted #707070;
  align-items: baseline;
  font-feature-settings: "palt";
  line-height: 1.2;
}
#main-wrapper.download .entry-content .box__media .outline dl dt {
  min-width: 100px;
  font-size: 15px;
  color: #000;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .entry-content .box__media .outline dl dt {
    font-size: 13px;
  }
}
#main-wrapper.download .entry-content .box__media .outline dl dd {
  width: calc(100% - 100px);
  font-size: 15px;
  color: #000;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .entry-content .box__media .outline dl dd {
    font-size: 13px;
  }
}
#main-wrapper.download .entry-content .box__policy {
  background-color: #F8FAF4;
  padding: 40px 65px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .entry-content .box__policy {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .entry-content .box__policy {
    padding: 20px;
  }
}
#main-wrapper.download .entry-content .box__policy-inner {
  height: 470px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: justify;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .entry-content .box__policy-inner {
    height: 300px;
  }
}
#main-wrapper.download .entry-content .box__policy-inner h2 {
  margin: 20px 0 0;
}
#main-wrapper.download .entry-content .box__policy-inner h2::after {
  background: linear-gradient(90deg, #17bbef 0%, #63ba9f 100%);
}
#main-wrapper.download .entry-content .box__policy-inner h2:first-child {
  margin-top: 0;
}
#main-wrapper.download .entry-content .box__policy-inner .text {
  padding: 0 20px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .entry-content .box__policy-inner .text {
    padding: 0 10px;
  }
}
#main-wrapper.download .entry-content .box__policy-inner .text > * {
  margin: 20px 0 0;
}
#main-wrapper.download .entry-content .box__policy-inner .text h3 {
  color: #17bbef;
  padding: 0;
  background-color: transparent;
}
#main-wrapper.download .entry-content .box__button {
  text-align: center;
}
#main-wrapper.download .entry-content .box__button .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 490px;
  height: 80px;
  background-image: url("../images/dl-btn-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .entry-content .box__button .button {
    font-size: 15px;
    background-position: center right 10%;
  }
}
#main-wrapper.download .entry-content .box__text {
  text-align: center;
}
#main-wrapper.download footer {
  margin: 120px auto;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download footer {
    margin: 60px auto;
  }
}
#main-wrapper.download footer .back-button {
  position: relative;
}
#main-wrapper.download footer .back-button::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 6px;
  background-image: url("../images/arrow-01w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transform: scale(-1, 1);
}

/* __30: 入力フォーム */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
#modal .modal-box {
  padding: 0;
  height: 100vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 640px) {
  #modal .modal-box {
    padding: 10% 0 calc(10% + 40px);
  }
}
#modal .modal-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#modal .form-wrap {
  width: 90%;
  max-width: 500px;
  padding: 40px;
  margin: auto;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  #modal .form-wrap {
    padding: 20px;
  }
}
#modal .form-wrap dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #f2f4ee;
  position: relative;
}
#modal .form-wrap dl:last-child {
  border: none;
}
#modal .form-wrap dl dt {
  padding-bottom: 8px;
}
#modal .form-wrap dl dt .hissu {
  font-size: 0.7em;
  vertical-align: text-bottom;
}
#modal .form-wrap dl dd {
  width: 100%;
}
#modal .form-wrap dl dd input[type=text],
#modal .form-wrap dl dd input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 50px;
  padding: 8px;
  margin: 0;
  color: #000;
  background-color: #f2f4ee;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}
#modal .form-wrap dl dd input[type=text]:-webkit-autofill,
#modal .form-wrap dl dd input[type=email]:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f2f4ee inset;
  -webkit-text-fill-color: #000 !important;
}
#modal .form-wrap dl dd input[type=text].wpcf7c-conf,
#modal .form-wrap dl dd input[type=email].wpcf7c-conf {
  background-color: #c5c5c5;
}
#modal .form-wrap dl dd input[type=text].wpcf7c-conf:-webkit-autofill,
#modal .form-wrap dl dd input[type=email].wpcf7c-conf:-webkit-autofill {
  box-shadow: 0 0 0 1000px #c5c5c5 inset;
  -webkit-text-fill-color: #000 !important;
}
#modal .form-wrap dl dd .wpcf7-form-control-wrap {
  position: static;
}
#modal .form-wrap dl dd .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.8em;
  font-weight: normal;
  position: absolute;
  top: 6px;
  right: 0;
}
@media only screen and (max-width: 960px) {
  #modal .form-wrap dl dd .wpcf7-not-valid-tip {
    position: static;
  }
}
#modal .form-wrap .custom-wpcf7c-confirmed dl dt {
  color: #000;
}
#modal .form-wrap .soushin {
  margin: 0;
  text-align: center;
  position: relative;
}
#modal .form-wrap .soushin input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 280px;
  height: 60px;
  font-size: 16px;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  display: block !important;
}
@media only screen and (max-width: 960px) {
  #modal .form-wrap .soushin input[type=submit] {
    font-size: 15px;
    background-position: center right 10%;
  }
}
#modal .form-wrap .soushin .ajax-loader {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#modal .form-wrap .soushin .ajax-loader::before {
  background-color: #fff;
}
#modal .form-wrap .wpcf7-response-output {
  width: 90%;
  max-width: 500px;
  margin: 15px auto 0;
  padding: 0.5rem;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
#modal .form-wrap .wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
  visibility: hidden;
  opacity: 0;
}
#modal .text {
  text-align: center;
}
#modal .back-button {
  height: auto;
}
#modal .back-button-wrapper {
  margin-bottom: 0;
}

.close-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 64px;
  height: 64px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 64px;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.close-button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .close-button {
    width: 42px;
    height: 42px;
    font-size: 42px;
  }
}

#modal {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#modal .form-wrap {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#modal.is-active {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: all;
}
#modal.is-active .form-wrap {
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  pointer-events: all;
}
#modal.is-active .close-button {
  pointer-events: all;
}

/* __40: 404 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#main-wrapper.download .error-404 {
  grid-column: 1/5;
  padding-top: 40px;
}
@media only screen and (max-width: 960px) {
  #main-wrapper.download .error-404 {
    grid-column: 1/4;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #main-wrapper.download .error-404 {
    grid-column: 1/3;
    padding-top: 20px;
  }
}
#main-wrapper.download .error-404 .wrapper {
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お知らせのアーカイブ*/
#post-archive {
  border-top: 1px dotted #000;
  margin: 3rem auto 6rem;
}
#post-archive article {
  width: 100%;
}
#post-archive article .meta {
  margin-right: 1rem;
}
@media only screen and (max-width: 640px) {
  #post-archive article .meta {
    margin-bottom: 5px;
  }
}
#post-archive article .title {
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #post-archive article .title {
    width: 100%;
  }
}
#post-archive article > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #000;
  padding: 1.5rem 0.5rem;
}
@media only screen and (max-width: 640px) {
  #post-archive article > a {
    padding: 1rem 0.5rem;
  }
}
#post-archive article > a:hover {
  color: #59c3e1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイトマップ */
.sitemap .wysiwyg h2 {
  font-size: 1em;
}
.sitemap .sitemap-list > .page_item {
  list-style: none;
  margin-left: 0;
}
.sitemap .sitemap-list > .page_item > a {
  background-color: #fff;
  border-left: 5px solid #59c3e1;
  display: block;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
}
.sitemap .sitemap-list > .page_item > .children {
  border-bottom: 1px dashed #000;
  display: inline;
}
.sitemap .sitemap-list > .page_item > .children > .page_item {
  list-style: none;
}
.sitemap .sitemap-list > .page_item > .children > .page_item > a {
  background-color: #f0c180;
  padding: 5px 10px;
}
.sitemap .sitemap-list > .page_item > .children a {
  color: #000;
  display: block;
  margin-bottom: 1rem;
}
.sitemap .sitemap-list > .page_item > .children a:hover {
  color: #59c3e1;
}
.sitemap .sitemap-list > .page_item > .children > .page_item_has_children .children {
  display: inline;
}
.sitemap .sitemap-list > .page_item > .children > .page_item_has_children .children li {
  display: inline;
  margin: 0;
  padding: 0;
}
.sitemap .sitemap-list > .page_item > .children > .page_item_has_children .children a {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 検索ボックス */
#search {
  position: absolute;
  top: 78px;
  width: 100%;
  text-align: center;
  z-index: -1;
  transition: opacity 0.25s, visibility 0s ease 0.25s;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background-color: #f8faf4;
}
@media only screen and (max-width: 640px) {
  #search {
    top: 58px;
  }
}
#search.open {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.search-form {
  padding: 1.5em 0;
}
@media only screen and (max-width: 640px) {
  .search-form {
    padding: 1em 0;
  }
}

.search-field {
  border: none;
  background-color: #ddd;
  border-radius: 0;
  background-image: url(../images/icon-search.svg);
  background-size: 16px 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
  font-size: 1em;
  text-indent: 2em;
  display: block;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  .search-field {
    width: 95%;
  }
}
.search-field:focus {
  background-image: url(../images/icon-search.svg);
  background-size: 16px 16px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-right: 10px;
}

.search-submit {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: comingsoon */
.comingsoon {
  font-size: 3rem;
  text-align: center;
  margin: 3rem auto;
}
@media only screen and (max-width: 640px) {
  .comingsoon {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */