@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");
/* normalize */
@import url(vendor/common.css);

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: AvenirNextLTW01-Regular, -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  color: #000000;
  height: auto !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6em;
  }
}

_:-ms-lang(x)::-ms-backdrop, body {
  font-family: Arial, Meiryo, sans-serif;
}

main {
  overflow: hidden;
}

@media (max-width: 999px) {
  main {
    padding-top: 65px;
  }
}

figure, picture {
  margin: 0;
  text-align: center;
}

figure img, picture img {
  max-width: 100%;
  height: auto;
}

figure figcaption, picture figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #000000;
  transition: all .3s;
}

a:hover {
  color: #e64414;
  text-decoration: none;
}

.highlight a {
  color: #000000;
}

.highlight a:hover {
  color: #e64414;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }

  main section {
    margin-bottom: 5%;
  }

  main section:last-child {
    margin-bottom: 7%;
  }
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }

  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }

  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: .5em;
  border-bottom: rgba(0, 172, 255, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #00acff;
  background: rgba(0, 172, 255, 0.05);
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 10px;
}

@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

.highlight {
  padding: 4% 0;
  background: rgba(0, 172, 255, 0.1);
  color: #000000;
}

.highlight.round {
  border-radius: 10px;
}

p.highlight, .col.highlight {
  padding: 4%;
}

.js-header_break_point {
  display: none;
  z-index: 1000;
}

.globalHeader {
  background: #fff;
  color: #000000;
  font-size: 16px;
  border-top: #e64414 solid 4px;
  border-bottom: #e4e4e4 solid 1px;
}

@media (max-width: 999px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 999px) {
  .globalHeader {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 70px;
  max-width: 1200px;
}

.globalHeader .container .globalHeader_top {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1220px) {
  .globalHeader .container .globalHeader_top {
    width: 98%;
  }
}

@media (max-width: 999px) {
  .globalHeader .container {
    height: 60px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.globalHeader .header_logo {
  width: 45%;
  max-width: 380px;
  height: 29px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 999px) {
  .globalHeader .header_logo {
    width: 340px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 290px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
}

.global_nav {
  width: auto;
  list-style-position: inside;
}

@media (max-width: 999px) {
  .global_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 56;
    transition: all .3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.global_nav > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 999px) {
  .global_nav > ul {
    display: block;
    background: rgba(0, 0, 0, 0.9);
    width: 80vw;
    max-width: 400px;
    transform: translateX(100%);
    transition: all .3s;
    height: 100%;
    overflow: auto;
  }
}

@media (max-width: 999px) {
  .global_nav > ul li {
    border-bottom: #3d3d3d solid 1px;
  }

  .global_nav > ul li:first-child {
    border-top: #3d3d3d solid 1px;
  }
}

.global_nav > ul li a {
  color: #000000;
  text-decoration: none;
  padding: 0 1em;
  transition: all .3s;
}

@media (min-width: 1000px) {
  .global_nav > ul li a {
    position: relative;
  }

  .global_nav > ul li a:hover {
    color: #e64414;
  }
}

@media (max-width: 999px) {
  .global_nav > ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    position: relative;
  }

  .global_nav > ul li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

.global_nav > ul li:first-child a:before {
  content: none;
}

@media (max-width: 999px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 999px) {
  .global_nav.open > ul {
    transform: translateX(0);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 999px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    transition: all .3s;
  }

  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000000;
    transition: all .4s;
  }

  #headerToggle span:nth-of-type(1) {
    top: 0;
  }

  #headerToggle span:nth-of-type(2) {
    top: 11px;
  }

  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }

  #headerToggle.active span {
    background-color: white;
  }

  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }

  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }

  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (min-width: 1000px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hdr_info_wrapper .hdr_info_group li {
  margin-left: 10px;
}

.hdr_info_wrapper .hdr_info_group .button {
  min-width: 220px;
  font-size: 1.4rem;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 999px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 70px;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li {
  margin-left: 10px;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel a {
  color: #00acff;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel i {
  font-size: 3.2rem;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail a {
  color: #00acff;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

footer {
  position: relative;
  padding: 60px 0 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer {
    padding: 0 0 1em;
  }
}

footer .fNav {
  margin: 0;
}

@media (max-width: 767px) {
  footer .fNav {
    margin: 10px 0 0;
  }
}

footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  border-bottom: none;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  footer .fNav ul {
    justify-content: flex-start;
    text-align: left;
    margin-left: -1em;
  }
}

footer .fNav ul li {
  position: relative;
  border: none !important;
}

footer .fNav ul li:not(:first-child):before {
  content: '';
  width: 1px;
  height: 1em;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

footer .fNav ul li a {
  padding: .2em 1em !important;
  text-decoration: none;
  position: relative;
}

.copy_right {
  background: #e4e4e4;
  color: #666666;
  margin: 0;
}

footer {
  background: #e4e4e4;
  color: #666666;
}

footer a {
  color: #666666;
}

footer a:hover {
  color: #666666;
}

.footer_sns {
  padding: 0 0 25px;
}

.footer_sns .sns_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media ( max-width : 767px ) {
  .footer_sns .sns_list {
    margin: 0;
    padding: 25px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: url(../../../../../wp-content/uploads/footer_sns_bg_new.png) repeat-x left top;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.footer_sns .sns_list li {
  display: inline-block;
  margin-left: 13px;
}

@media (max-width: 767px) {
  .footer_sns .sns_list li {
    margin-left: 5px;
  }
}

.footer_sns .sns_list li.sns_title {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .footer_sns .sns_list li.sns_title {
    padding-right: 0;
    padding-left: 0;
    padding-block: 10px;
    width: 100%;
    text-align: center;
  }
}

.footer_sns .sns_list li.sns_title:before {
  content: '';
  width: calc(50vw - 600px + 896px);
  height: 100%;
  background: url(../../../../../wp-content/uploads/footer_sns_bg_new.png) repeat-x left center;
  position: absolute;
  right: 100%;
}

@media (min-width: 768px) and ( max-width : 1230px ) {
  .footer_sns .sns_list li.sns_title:before {
    width: calc(100vw - 323px);
  }
}

@media ( max-width : 767px ) {
  .footer_sns .sns_list li.sns_title:before {
    content: none;
  }
}

.footer_sns .sns_list li.sns_icon a {
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-indent: 100%;
  transition: none;
}

.footer_sns .sns_list li.sns_icon a:hover {
  background-position: 0 -34px !important;
}

.footer_sns .sns_list li.sns_icon.icon_facebook a {
  background: url(../../../../../wp-content/uploads/icon_facebook.png) no-repeat 0 0;
}

.footer_sns .sns_list li.sns_icon.icon_twitter a {
  background: url(../../../../../wp-content/uploads/icon_twitter.png) no-repeat 0 0;
}

.footer_sns .sns_list li.sns_icon.icon_youtube a {
  background: url(../../../../../wp-content/uploads/icon_youtube.png) no-repeat 0 0;
}

.footer_sns .sns_list li.sns_icon.icon_linkedin a {
  background: url(../../../../../wp-content/uploads/icon_linkedid.png) no-repeat 0 0;
}

.footer_contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .footer_contact {
    flex-flow: column;
    padding: 20px 0;
  }
}

.footer_contact li {
  margin: 0 10px;
  min-width: 260px;
}

@media (max-width: 767px) {
  .footer_contact li {
    margin: 5px 0;
  }
}

.footer_contact li .button {
  display: block;
  min-width: 100%;
  font-size: 1.6rem;
  padding: 40px 10px 15px;
}

.footer_contact li .button.button_mail {
  background-image: url(../../../../../wp-content/uploads/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 20px;
  border-color: white;
}

.footer_contact li .button.button_blank {
  background-image: url(../../../../../wp-content/uploads/open_in_new_black_24dp.svg);
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 18px;
  background-color: transparent;
  color: #000000;
  border-color: #a9a9a9;
}

.footer_panel {
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
  margin-top: 40px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .footer_panel {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .footer_panel {
    margin-top: 0;
  }
}

.bread_wrap {
  margin: 20px auto;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 1220px) {
  .bread_wrap {
    padding: 0 10px;
  }
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 1.8rem;
}

@media ( max-width: 767px ) {
  .bread {
    font-size: 1.6rem;
  }
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bread ul li {
  list-style: none;
  position: relative;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #000000;
}

.bread ul li a:hover {
  color: #e64414;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}


.button {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  border: #00acff solid 1px;
  border-radius: 4px;
  line-height: 1;
  background: #00acff;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .3s;
  font-size: 1.8rem;
  cursor: pointer;
  /*
* ボタン矢印
*/
}


.button:hover {
  background: #009be6;
  color: white;
  border-color: #009be6;
}

.button.arrow span {
  position: relative;
}

.button.arrow span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(-45deg) translateY(-6px);
  transition: 0.2s;
}

.button.arrow:hover {
  opacity: 0.8;
}

.highlight .button {
  color: white;
}

.highlight .button:hover {
  color: white;
}

.button.block {
  display: block;
  min-width: 0;
}

.button.large {
  padding: 1em 2em;
  font-size: 1.6rem;
}

.button.small {
  padding: .6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow {
  padding-right: 2.5em;
}

.button + .button {
  margin-left: 0.5em;
}

#frm_forminput {
  /* 設問エリア全体の設定 */
  /* 設問の表 */
  /* 設問の行 */
  /* 必要であれば行のデザインを設定することができます */
  /*設問名のセルのデザイン */
  /* 設問の入力セルおよび表示セルのデザイン */
  /* 設問の入力例/説明セルのデザイン */
  /* 入力セルの「氏」「名」の文字のデザイン */
  /* 入力確認画面、完了画面の入力された文字のデザイン */
  /* ボタンの表示エリアの設定 */
  /* 入力エラーメッセージのデザイン */
  /* 公開終了メッセージのデザイン */
  /* ===================================
  入力コントロールのデザイン
  =================================== */
  /* 確認／送信／戻る／登録ボタン */
  /* 入力中のフィールドの背景色 */
  /* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */
  /* テキストボックス */
  /* プルダウン */
  /* テキストエリア */
  /* ===================================
  必須項目のマークおよびメッセージなど
  =================================== */
  /* 必須項目のマーク */
  /* 必須項目についての説明文 */
  /* メールアドレスの再入力メッセージ */
  /* ===================================
  スマートフォン表示用のレイアウト
  =================================== */
  /* スマートフォンとして認識する画面の横幅のサイズ */
}

#frm_forminput .container {
  margin: 0 !important;
}

#frm_forminput div.wrapper {
  width: 100%;
  /* 画面の横幅 */
  margin: 0 auto;
  /* 中央に表示 */
  background: none;
}

#frm_forminput table.items {
  width: 100%;
  margin: 0;
}

#frm_forminput td.label {
  width: 290px;
  /* 実際の設問名の文字の長さに合わせて調整してください */
  padding: 0 0 0 0;
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
  /* ラベルの配置 セルの上部に表示したい場合は top */
}

#frm_forminput td.value {
  width: 400px;
  /* 入力コントロールの幅に合わせて調整してください */
  padding: 0 0 10px 10px;
  vertical-align: top;
}

#frm_forminput td.comment {
  font-size: 14px;
  padding: 5px 0 0 10px;
  vertical-align: top;
}

#frm_forminput span.label_name {
  padding-right: 5px;
  font-size: 85%;
  font-weight: bold;
}

#frm_forminput p.value {
  font-size: 110%;
}

#frm_forminput div.button_area {
  width: 100%;
  margin: 10px auto 10px auto;
  /* 中央に表示、上下に10pxの余白 */
  padding: 10px 0 10px 0;
  /* ボタンとの上下の隙間のサイズ */
  text-align: center;
  /* 中央にボタンを表示 */
}

#frm_forminput div.message {
  padding: 5px 10px 5px 10px;
  /* メッセージテキストと背景色の隙間のサイズ */
  margin: 10px 13px 10px 13px;
  /* 上 右 下 左 の隙間のサイズ */
  font-size: 14px;
  font-weight: bold;
  color: OrangeRed;
  background: LightYellow;
}

#frm_forminput div.finished-message {
  padding: 5px 10px 5px 10px;
  /* メッセージテキストと背景色の隙間のサイズ */
  margin: 10px 13px 10px 13px;
  /* 上 右 下 左 の隙間のサイズ */
  font-size: 14px;
  font-weight: bold;
  color: Crimson;
  background: MistyRose;
}

#frm_forminput .privacy-text-master {
  width: 90%;
  max-width: 600px;
}

#frm_forminput #privacy_policy {
  font-size: 14px;
  margin-top: 20px;
}

#frm_forminput #policy_url {
  text-decoration: none;
  color: #00acff;
  font-weight: bold;
}

#frm_forminput input[type="text"] {
  width: 100%;
}

#frm_forminput input[type="button"] {
  width: 100%;
  max-width: 260px;
  font-size: 18px;
  background: #00acff;
  /* ボタンの色 */
  padding: 0.8em 1em;
  margin: 0 10px 0 10px;
  /* 確認画面に表示される2つのボタンの左右の余白サイズ */
  border: none;
  /* ボタンに枠線をつけたい場合は、ここを設定してください */
  color: white;
  /* 文字の色 */
  font-weight: normal;
  cursor: pointer;
  border-radius: 4px;
}

#frm_forminput input[type="button"]:hover {
  cursor: pointer;
}

#frm_forminput input[type="text"]:focus {
  background-color: LightYellow;
}

#frm_forminput input[type="text"] {
  border: none;
  padding: 5px;
}

#frm_forminput select:focus {
  background-color: LightYellow;
}

#frm_forminput textarea:focus {
  background-color: LightYellow;
}

#frm_forminput textarea {
  border: none;
  width: 100%;
  padding: 5px;
}

#frm_forminput span.required {
  float: right;
  margin-right: 4px;
  font-size: 12px;
  font-weight: bold;
  color: OrangeRed;
}

#frm_forminput span.required:after {
  /* ここを編集することで表示されるマークを変更できます */
  content: "※必須";
}

#frm_forminput p.required_msg {
  text-align: right;
  margin-right: 4px;
  font-size: 80%;
  font-weight: bold;
  color: OrangeRed;
}

#frm_forminput p.required_msg:after {
  /* ここを編集することで表示されるマークを変更できます */
  content: "「※必須」となっている項目は必ず入力してください。";
}

#frm_forminput p.label_mail {
  margin: 5px 0 1px 0;
  font-size: 85%;
  font-weight: bold;
}

#frm_forminput p.label_mail:after {
  /* ここを編集することで表示されるメッセージを変更できます */
  content: "確認のため、もう一度メールアドレスを入力してください";
}

#frm_forminput #item_1 .value {
  display: flex;
}

#frm_forminput #item_1 .value input[name="person_name_last"] {
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  #frm_forminput {
    /* フォームエリア全体の設定 */
    /* 設問エリア全体の設定 */
    /* 設問の表 */
    /*設問名のセルのデザイン */
    /* 必須項目のマーク */
    /* 設問の入力セルおよび表示セルのデザイン */
    /* 設問の入力例/説明セルのデザイン */
    /* 設問の入力例/テキストボックス */
    /* 設問の入力例/テキストエリア */
    /* ボタンの表示エリアの設定 */
  }

  #frm_forminput div.container {
    width: 100%;
  }

  #frm_forminput div.wrapper {
    width: 100%;
  }

  #frm_forminput table.items {
    width: 100%;
  }

  #frm_forminput td.label {
    float: none;
    display: block;
    width: 100%;
    padding-top: 10px;
  }

  #frm_forminput span.required {
    float: initial;
  }

  #frm_forminput td.value {
    float: none;
    display: block;
    width: 100%;
    /* 入力コントロールの幅に合わせて調整してください */
    padding: 5px 0 5px 0;
  }

  #frm_forminput td.comment {
    float: left;
    width: 100%;
    padding: 0px 2px 10px 2px;
  }

  #frm_forminput input[type="text"] {
    font-size: 120%;
    width: 100% !important;
  }

  #frm_forminput textarea {
    width: 100%;
    height: 100px;
  }

  #frm_forminput div.button_area {
    width: 100%;
  }
}

.open_modal {
  cursor: pointer;
}

.modal_wrapper {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1000;
}

.modal_wrapper .modal {
  width: 100%;
  height: 100vh;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  overflow-y: scroll;
  padding: 1em 0;
}

.modal_wrapper .modal > .container {
  display: block;
  background: #e9e9e9;
  width: 90%;
  max-width: 1000px;
  padding: 4%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 120;
  margin: 0 0 !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.modal_wrapper .modal_title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
  color: #000000;
  padding: 0 !important;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .modal_wrapper .modal_title {
    font-size: 1.8rem;
  }
}

.modal_wrapper .modal_subtitle {
  background: url(/wp-content/uploads/modal_title_bg.png) no-repeat top right;
  color: #fff;
  padding: .2em 1em .2em .5em;
  position: relative;
  font-size: 1.4rem;
  overflow: hidden;
}

.modal_wrapper .modal_subtitle:after {
  content: none;
}

.button_close, .video_modal .video_close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}

.open_video {
  display: block;
  cursor: pointer;
}

.video_modal_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 121;
  display: none;
}

.video_modal {
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow-y: scroll;
  padding: 0;
}

.video_modal .video_close {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  transform: translate(0, -50px);
}

.video_modal .video_container {
  display: block;
  background: white;
  width: 90%;
  max-width: 700px;
  padding: 0;
  position: relative;
  margin: auto 0;
}

.video_modal .video_container video {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.movie_wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .news .heading {
    display: flex;
    justify-content: space-between;
  }

  .news .heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }

  .news .heading h2:after {
    right: auto;
  }
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: #ccc solid 1px;
  position: relative;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

.news dl .badge_category {
  display: inline-block;
  background: #00acff;
  color: white;
  padding: .2em 1em;
  margin-left: 1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news > div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }

  .news > div .heading {
    width: 23.5%;
  }

  .news h2 {
    margin: 0;
    padding: 0;
  }

  .news h2:after {
    display: none;
  }

  .news .content {
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
  }

  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }

  .news dl dt {
    margin: 0;
    padding: 1em 0 .5em 0;
  }

  .news dl dd {
    margin: 0;
    padding: .5em 0 1em 0;
  }
}

.shopinfo figure, .shopinfo picture {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #00acff;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure, .shopinfo picture {
    max-width: 100%;
  }

  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1;
  }

  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }

  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }

  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }

  .map_wide {
    padding-top: 420px;
  }
}

#sitemap {
  border-top: rgba(0, 0, 0, 0.3) solid 1px;
}

#sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: .5em 1em;
  border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
  font-size: 1.8rem;
}

#sitemap ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#sitemap ul li a:hover {
  background: rgba(0, 172, 255, 0.1);
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 1.6rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(/wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(/wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(/wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(/wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(/wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }

  .sns_icons.center {
    margin: auto;
  }

  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }

  .sns_icons a {
    width: 68px;
    height: 68px;
  }

  footer .sns_icons {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols.sp_col2 {
    display: flex;
    flex-wrap: wrap;
  }

  .sp_image_cols.sp_col2 .col {
    width: 50%;
    padding: 0 1%;
  }

  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }

  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
  table-layout: fixed;
}

.table-default thead th, .table-default thead td {
  background: rgba(0, 172, 255, 0.15);
}

.table-default td,
.table-default th {
  border: 1px solid #ccc;
}

.table-default th {
  background: rgba(204, 204, 204, 0.2);
  color: #000000;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #00acff;
  border-bottom: 1px solid #00acff;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }

  .responsive-stack thead {
    display: none;
  }

  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }

  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }

  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }

  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }

  .responsive-list thead {
    display: none;
  }

  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }

  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }

  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }

  .responsive-list td:first-child {
    border-bottom: 0;
  }

  .responsive-list td:last-child {
    border-top: 0;
  }

  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }

  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }

  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }

  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #00acff;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(0, 172, 255, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #33bdff;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(51, 189, 255, 0.1);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #000000;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #00acff;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #000000;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(0, 172, 255, 0.1) solid;
}

._table_line .news dl {
  border-top: 1px dotted #a6a6a6;
  max-height: none;
}

._table_line .news dl dt {
  width: 230px;
  padding-left: 20px;
}

._table_line .news dl dt + dd {
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 230px;
}

h1:not(.header_logo) {
  font-size: 3.2rem;
  margin: 0 0 0;
  padding: 30px 0 15px;
  font-family: "Electra LT W01 Bold Display", AvenirNextLTW01-Regular, -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    padding: 10px 0 15px;
  }
}

h1:not(.header_logo) a {
  text-decoration: none;
}

h1:not(.header_logo) a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h1:not(.header_logo) {
    font-size: 2.4rem;
  }

  h1:not(.header_logo) span {
    font-size: 1.4rem;
  }
}

h2 {
  display: block;
  margin: 0 auto 1.5em;
  position: relative;
  text-align: center;
  border: 0;
  font-weight: bold;
  font-size: 3.2rem;
  color: #000000;
}

h2 a {
  text-decoration: none;
  color: #000000;
}

h2 a:hover {
  text-decoration: underline;
  color: #000000;
}

h2 span {
  display: block;
  font-size: 1.4rem;
  padding-bottom: .5em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }

  h2:after {
    width: 20px;
  }
}

h3 {
  margin: 0 0 1em;
  color: #000000;
  font-size: 2.4rem;
  position: relative;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #000000;
  font-weight: bold;
}

h4 a {
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #00acff;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #000000;
  padding: .5em 0 .5em .5em;
  border-bottom: #00acff solid 2px;
  font-weight: bold;
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
}

.main_visual .main_visual_slick, .main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture, .main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 33.33333%;
  max-width: 400px;
  max-height: 400px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 71.66667% !important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 860px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 44.79167% !important;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 114.66667% !important;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: 0;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #00acff;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .ofi {
  padding-top: 580px;
}

@media (max-width: 767px) {
  .main_visual .main_visual_swiper .swiper-slide .ofi {
    padding-top: calc(100vh - 65px);
  }
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 98%;
  max-width: 1200px;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper .slide_title {
  display: table;
  padding: 10px 30px;
  margin: 0 0 .5em;
  font-size: 3.8rem;
  background: rgba(255, 255, 255, 0.86);
  font-family: "Electra LT W01 Bold Display", AvenirNextLTW01-Regular, -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
}

@media (max-width: 767px) {
  .main_visual .main_visual_swiper .swiper-slide .text_wrapper .slide_title {
    padding: 10px 15px;
    font-size: 2.4rem;
  }
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper .slide_title:after {
  content: none;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper .slide_title span {
  display: inline;
  position: relative;
  padding-right: 10px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper .slide_title span:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #e64414;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper .slide_text {
  background: rgba(255, 255, 255, 0.86);
  padding: 30px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .main_visual .main_visual_swiper .swiper-slide .text_wrapper .slide_text {
    padding: 15px;
  }
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper .slide_button {
  width: 100%;
}

.main_visual .swiper-button-prev, .main_visual .swiper-button-next {
  background: #00acff;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev, .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.main_visual .swiper-button-prev:after, .main_visual .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev:after, .main_visual .swiper-button-next:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-next {
    right: 0;
  }
}

.main_visual .swiper-pagination {
  position: static;
  margin: 20px 0 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666666;
  margin: 0 5px;
  outline-color: transparent;
  opacity: 1;
}

.main_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e64414;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi > * {
  padding: .3em;
  margin: .3em;
}

.wp-pagenavi a {
  text-decoration: none;
}

.wp-pagenavi .page {
  font-weight: bold;
  border-bottom: transparent solid 2px;
  padding: .3em;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #e64414;
  padding: .3em;
  border-bottom: #e64414 solid 2px;
}

.article .container {
  border-bottom: #ccc dotted 1px;
  padding-bottom: 3%;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(0, 172, 255, 0.1);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(0, 172, 255, 0.1);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }

  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #00acff;
  border-right: 3px solid #00acff;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(0, 172, 255, 0.1);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #00acff;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #00acff;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #00acff;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(0, 172, 255, 0.1);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }

  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }

  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  margin-bottom: 0;
}

.article_detail .post_header .article_post_type {
  font-weight: bold;
  font-size: 2.2rem;
  padding: 0 0 0 16px;
  border-left: #444444 solid 5px;
}

@media (max-width: 767px) {
  .article_detail .post_header .article_post_type {
    font-size: 1.6rem;
  }
}

.article_detail .post_header h1 {
  font-size: 3.2rem;
  font-family: "Electra LT W01 Bold Display", AvenirNextLTW01-Regular, -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 20px 0;
  padding: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .article_detail .post_header h1 {
    font-size: 2rem;
  }
}

.article_detail .post_header .category_badge {
  background: #00acff;
  color: white;
  font-size: 1.4rem;
  margin-left: 1em;
  display: inline-block;
}

.article_detail .post_header .article_category_name {
  color: #666666;
  border: #666666 solid 1px;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 4em;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail h2 {
  text-align: left;
  margin: 0 0 1em;
  font-size: 2.2rem;
  font-family: "Electra LT W01 Bold Display", AvenirNextLTW01-Regular, -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media (max-width: 767px) {
  .article_detail h2 {
    font-size: 1.9rem;
  }
}

.article_detail h2:after {
  content: none;
}

.article_detail h2 a:hover {
  text-decoration: none;
  color: #00acff;
}

@media (min-width: 768px) {
  .article_detail .post_content {
    display: flex;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}

@media (min-width: 768px) {
  .article_detail .post_content .img_wrapper {
    margin: 0 10px;
    min-width: 300px;
    max-width: 48%;
  }
}

.article_detail .post_content .img_wrapper img {
  border: #ccc solid 1px;
}

.article_detail .post_content .img_wrapper .icon_play_movie {
  position: relative;
}

.article_detail .post_content .img_wrapper .icon_play_movie:before {
  content: '';
  width: 80px;
  height: 80px;
  background: url(../../../../../wp-content/uploads/icon_play.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .article_detail .post_content .text_wrapper {
    margin: 0 10px;
    width: 48%;
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .article_detail .post_content .text_wrapper {
    margin-top: 20px;
  }
}

.article_detail .post_profile {
  display: flex;
  align-items: center;
}

.article_detail .post_profile img {
  margin-right: 20px;
}

.article_detail .button {
  max-width: 260px;
}

.article_detail .movie {
  margin: 0 auto;
  width: 900px;
  max-width: 100%;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #00acff;
  border-right: 5px solid #00acff;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #00acff;
    border-right: 5px solid #00acff;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.pager .pager_prev a:before, .pager .pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #00acff;
  transition: .2s;
}

.pager .pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.pager .pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.pager .pager_prev a:hover {
  text-decoration: underline;
}

.pager .pager_prev a:hover:before {
  left: 0;
}

.pager .pager_prev a:hover:after {
  left: 0;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.pager .pager_next a:before, .pager .pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #00acff;
  transform-origin: center;
  transition: .2s;
}

.pager .pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.pager .pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.pager .pager_next a:hover {
  text-decoration: underline;
}

.pager .pager_next a:hover:before {
  right: 0;
}

.pager .pager_next a:hover:after {
  right: 0;
}

.wp-video {
  margin: 0 auto;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #00acff;
  color: #fff;
  background: #00acff;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 1.8rem;
  }
}

.more a.inverse {
  border: 1px solid #00acff;
  color: #00acff;
  background: #fff;
}

header .global_nav > ul > li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .global_nav > ul > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 999px) {
  header .global_nav > ul > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

header .global_nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

@media (max-width: 999px) {
  header .global_nav > ul > li.menu-item-has-children > a:after {
    content: none;
  }
}

header .global_nav > ul > li.menu-item-has-children.menu_under_open > a:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li {
  border-bottom: 1px solid #3d3d3d;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: rgba(26, 26, 26, 0.9);
  padding-left: 2em;
  position: relative;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .2s;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: none;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > a:after {
    transform: translate(0, 0) rotate(-45deg);
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
    border-bottom: #3d3d3d solid 1px;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  background: rgba(38, 38, 38, 0.9);
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    padding-left: 2.5em;
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu, header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.child-menu-button {
  position: relative;
  width: 49px;
  min-height: 49px;
  background: #000;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 1000px) {
  .child-menu-button {
    display: none;
  }
}

.child-menu-button:before, .child-menu-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  transition: .2s ease;
}

.child-menu-button:before {
  width: 15px;
  height: 1px;
}

.child-menu-button:after {
  width: 1px;
  height: 15px;
}

.child-menu-button.is-open:before {
  opacity: 0;
  transform: rotate(90deg);
}

.child-menu-button.is-open:after {
  transform: rotate(90deg);
}

.child-menu-button.is-open + .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  header .global_nav > ul > li.menu-item-has-children > a {
    padding-right: 2em;
    position: relative;
  }

  header .global_nav > ul > li.menu-item-has-children > a:after {
    border-color: #000000;
    width: 6px;
    height: 6px;
  }

  header .global_nav > ul > li.menu-item-has-children > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }

  header .global_nav > ul > li.menu-item-has-children > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }

  header .global_nav > ul > li.menu-item-has-children > .sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 200px;
    letter-spacing: -.40em;
    z-index: 999;
  }

  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }

  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    border-bottom: white solid 1px;
  }

  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a {
    display: block;
    background: rgba(0, 0, 0, 0.9);
    padding: .5em;
    color: #fff;
  }

  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a:before {
    content: none;
  }
}

@media (min-width: 1000px) and (max-width: 999px) {
  header .global_nav > ul > li.menu-item-has-children {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  header .global_nav > ul > li.menu-item-has-children:hover > a:after {
    transform: translate(0) rotate(-45deg);
  }

  header .global_nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 98;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 172, 255, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-50%);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #00acff;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 2rem;
}

.text-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-mosGreen {
  color: #002222 !important;
}

.text-navy {
  color: #001f6a !important;
}

.text-primary {
  color: #00acff !important;
}

.bg-skyBlue {
  background: #dfedf7;
  padding: 70px 0;
}

@media (max-width: 767px) {
  .bg-skyBlue {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }

  .sp-text-center {
    text-align: center;
  }

  .sp-text-left {
    text-align: left;
  }

  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }

  .text-xxlarge {
    font-size: 3.6rem;
  }

  .text-xlarge {
    font-size: 2.8rem;
  }

  .text-large {
    font-size: 2rem;
  }

  .text-small {
    font-size: 1.2rem;
  }

  .text-xsmall {
    font-size: 1rem;
  }

  .pc-hide, .sp-only {
    display: none !important;
  }

  .pc-text-center {
    text-align: center;
  }

  .pc-text-left {
    text-align: left;
  }

  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: 'Arial', arial !important;
}

.arial_n {
  font-family: 'Arial Narrow', arial !important;
}

.color_pri {
  color: #00acff;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

a:not([class]) img, a.swipebox img {
  transition: all .3s;
}

a:not([class]):hover img, a.swipebox:hover img {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }

  .row.flex-wrap {
    flex-wrap: wrap;
  }

  .row.flex-nowrap {
    flex-wrap: nowrap;
  }

  .flex-row-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .align-items-start {
    align-items: flex-start;
  }

  .align-items-center {
    align-items: center;
  }

  .align-items-end {
    align-items: flex-end;
  }

  .justify-content-center {
    justify-content: center;
  }

  .justify-content-between {
    justify-content: space-between;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.ofi.cover img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.icon-tel:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

@media (min-width: 768px) {
  .parts_post_section .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}

.parts_post_section .post_item {
  border: #ccc solid 1px;
}

@media (min-width: 768px) {
  .parts_post_section .post_item {
    margin: 0 20px 40px;
    width: calc((100% - 160px) / 4);
  }
}

@media (max-width: 767px) {
  .parts_post_section .post_item {
    margin: 0 0 30px;
  }
}

.parts_post_section .post_item .ofi {
  border-bottom: #ccc solid 1px;
}

.parts_post_section .post_item .post_title {
  font-size: 1.8rem;
  padding: 1em;
  margin-bottom: 0;
  font-family: "Electra LT W01 Bold Display", AvenirNextLTW01-Regular, -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media (max-width: 767px) {
  .parts_post_section .post_item .post_title {
    font-size: 1.6rem;
  }
}

.parts_post_section .post_item a {
  text-decoration: none;
}

.parts_post_section .post_item a:hover .post_title {
  color: #e64414;
}

.top_news {
  padding: 50px 0 100px;
  border-bottom: #cccccc solid 1px;
}

@media (max-width: 767px) {
  .top_news {
    padding: 35px 0 50px;
  }
}

.top_news h2 {
  font-family: "Electra LT W01 Bold Display", AvenirNextLTW01-Regular, -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: left;
  margin-bottom:0.8em;
}

.top_news h2 span {
  display: inline-block;
  font-size: 3.2rem;
  color: #e64414;
  padding-right: 0.5em;
  padding-bottom:0;
}

@media (max-width: 767px) {
  .top_news h2 span {
    font-size: 2.4rem;
  }
}

.parts_news .post_item {
  border: #ddd solid 1px;
  border-radius: 4px;
  margin-top: -1px;
}

.parts_news .post_item .post_title {
  background: #f5f5f5;
  padding: 0.7em 1em 0.5em;
  border-bottom: #ddd solid 1px;
}

.parts_news .post_item .post_title .date {
  margin: 0 0 0;
  color: #999;
  font-size: 16px;
  line-height:1.2;
}

.parts_news .post_item .post_title h3 {
  margin: 0 0 0;
  display: inline-block;
  cursor: pointer;
  color: #00acff;
  transition: .5s;
  position: relative;
  font-size: 2.0rem;
}

@media ( max-width: 767px ) {
  .parts_news .post_item .post_title h3 {
    font-size: 1.6rem;
  }
}

.parts_news .post_item .post_title h3:hover {
  color: #e64414;
}

.parts_news .post_item .post_title h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #00acff;
  border-right: 1px solid #00acff;
  transform: rotate(-45deg) translateY(-6px);
  transition: 0.2s;
}

.parts_news .post_item .post_title h3:hover:after {
  border-color: #e64414;
}

.parts_news .post_item .post_content {
  padding: 1em;
  display: none;
}

.top_movie {
  padding: 60px 0 100px;
  border-bottom: #cccccc solid 1px;
}

@media (max-width: 767px) {
  .top_movie {
    padding: 40px 0 50px;
  }
}

.top_document {
  padding: 60px 0 100px;
  border-bottom: #cccccc solid 1px;
}

@media (max-width: 767px) {
  .top_document {
    padding: 40px 0 50px;
  }
}

.top_document .post_item .ofi {
  padding-top: 120%;
}

.top_catalog {
  padding: 60px 0 100px;
  border-bottom: #cccccc solid 1px;
}

@media (max-width: 767px) {
  .top_catalog {
    padding: 40px 0 50px;
  }
}

.top_catalog .post_item .ofi {
  padding-top: 120%;
}

.top_other {
  padding: 60px 0 100px;
}

@media (max-width: 767px) {
  .top_other {
    padding: 40px 0 50px;
  }
}

.archive_category_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .archive_category_list {
    margin-bottom: 30px;
  }
}

.archive_category_list li {
  margin: 5px 10px 5px 0;
}

.archive_category_list li a {
  min-width: 180px;
  padding: 6px 30px;
  display: block;
  text-decoration: none;
  color: #666666;
  text-align: center;
  border: #666666 solid 1px;
}

.archive_category_list li a:hover {
  color: #e64414;
}

.archive_category_list li a.current {
  border-color: #e64414;
  font-weight: bold;
}

.archive_section {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .archive_section .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}

.archive_section .post_item {
  border: #ccc solid 1px;
}

@media (min-width: 768px) {
  .archive_section .post_item {
    margin: 0 20px 40px;
    width: calc((100% - 120px) / 3);
  }
}

@media (max-width: 767px) {
  .archive_section .post_item {
    margin: 0 0 30px;
  }
}

.archive_section .post_item .ofi {
  border-bottom: #ccc solid 1px;
}

.archive_section .post_item .text_wrapper {
  padding: 20px;
}

.archive_section .post_item .post_category {
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  padding: 0 5px 5px;
  margin: 0 0 20px;
}

.archive_section .post_item .post_title {
  font-size: 1.8rem;
  margin-bottom: 0;
  font-family: "Electra LT W01 Bold Display", AvenirNextLTW01-Regular, -apple-system, BlinkMacSystemFont, Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media (max-width: 767px) {
  .archive_section .post_item .post_title {
    font-size: 1.6rem;
  }
}

.archive_section .post_item .post_link {
  text-align: right;
}

.archive_section .post_item .post_link a {
  text-decoration: none;
  font-weight: bold;
  color: #00acff;
  position: relative;
  padding-right: 12px;
}

.archive_section .post_item .post_link a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #00acff;
  border-right: 1px solid #00acff;
  transform: rotate(-45deg) translateY(-6px);
  transition: 0.2s;
}

.archive_section .post_item .post_link a:hover {
  color: #e64414;
}

.archive_section .post_item .post_link a:hover:after {
  border-color: #e64414;
}

/*検索結果*/
.search_result {
  margin-bottom: 40px;
  margin-top: 20px;
}

.search_result .search_result_item {
  padding: 0.3em 0 0.5em;
  border-top: #e5e5e5 solid 1px;
}

.search_result .search_result_item h2 {
  margin: 0 0 0;
  text-align: left;
  font-size: 20px;
}

.search_result .search_result_item h2 a{
  color: #00acff;
}

@media ( max-width: 767px ) {
  .search_result .search_result_item h2 {
    font-size: 16px;
  }
}

/*検索ボタン*/
.gnav_search {
  padding-left: 1em;
}

@media ( max-width: 999px ) {
  .gnav_search {
    padding-left: 0;
  }
}

.gnav_search form {
  padding: 5px 10px;
  border: 1px solid #ddd;
  width: 180px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  font-size: 15px;
}

@media ( max-width: 999px ) {
  .gnav_search form {
    width: 100%;
    padding: 1em;
  }
}

.gnav_search .text {
  border: none;
  background: none;
  outline: none;
  width: 140px;
  color: #333;
}

@media ( max-width: 999px ) {
  .gnav_search .text {
    width: calc(100% - 40px);
  }
}

.gnav_search .submit {
  border: none;
  background: none;
  outline: none;
  color: #999;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: color 0.3s ease 0s;
  cursor: pointer;
}

.gnav_search .submit:hover {
  color: #333;
}

/*検索ページ*/
.search_page_title span {
  position: relative;
  padding-right: 15px;
}

.search_page_title span:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #e64414;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.search_main_searchPanel{
 margin-bottom: 40px;
}

.search_main_searchPanel form {
  padding: 10px 10px;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d3d3d3;
  font-size: 15px;
}

.search_main_searchPanel form .text{
  border: none;
  background: none;
  outline: none;
  width: 100%;
  color: #333;
}

.search_main_searchPanel form .submit {
  border: none;
  background: none;
  outline: none;
  color: #999;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: color 0.3s ease 0s;
  cursor: pointer;
}
