@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #ebe5d6;
  font-size: 162.5%;
  box-sizing: border-box;
  padding: 9px 20px;
  border-radius: 5px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  font-size: 150%;
  box-sizing: border-box;
  border: 1px solid #111111;
  padding: 5px 15px 4px 20px;
  border-radius: 5px;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 137.5%;
  padding: 10px 10px 6px;
  position: relative;
}

h4::before, h4::after, .wysiwyg h4::before, .wysiwyg h4::after, .free-layout-area h4::before, .free-layout-area h4::after {
  position: absolute;
  content: "";
  bottom: 0;
}

h4::before, .wysiwyg h4::before, .free-layout-area h4::before {
  width: 100%;
  height: 3px;
  background-color: #d8d8d8;
  z-index: -1;
}

h4::after, .wysiwyg h4::after, .free-layout-area h4::after {
  width: 200px;
  height: 3px;
  background-color: #111111;
  left: 0;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 125%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 10px;
  line-height: 1.2;
  border-bottom: 1px solid #d8d8d8;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 112.5%;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
}

h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  border-left: 2px solid #111111;
  padding-left: 13px;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}

.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f7f7f7;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

strong, em, b {
  font-style: normal;
  font-weight: bold;
}

.strng_, .cke_panel_list .strng_ {
  font-style: normal;
  font-weight: bold;
}

.text_, .cke_panel_list .text_ {
  color: #c00;
  font-weight: bold;
}

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #111;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #111;
  text-decoration: underline;
}

a:visited {
  color: #111;
  text-decoration: underline;
}

a:hover {
  color: #111;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #111;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ebe5d6;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ebe5d6;
  text-align: center;
}

.scheme3 {
  background-color: #111111;
  text-align: center;
}

.scheme4 {
  background-color: #ebe5d6;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ebe5d6;
  text-align: center;
}

.scheme6 {
  background-color: #111111;
  text-align: center;
}

.scheme7 {
  background-color: #111111;
  text-align: center;
}

.scheme8 {
  background-color: #111111;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #f3f0e9;
  text-align: center;
}

.scheme10 {
  background-color: #111111;
  text-align: center;
}

.scheme11 {
  background-color: #111111;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 2px solid #fff !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 3px 0 0 3px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 46px;
    font-size: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 76px;
    font-size: 1.75em !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 46px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 76px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #111 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 80px !important;
    border-radius: 3px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 130px !important;
    border-radius: 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 21px !important;
    height: 21px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 30px !important;
    height: 30px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

.is-hidden {
  overflow: hidden;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f5f5f5;
  border: 6px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #626262;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #111;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}

.header-logo a {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  width: fit-content;
}

.header-logo a:hover {
  opacity: .85;
}

.header-logo a:focus {
  background-color: #333;
}

.header-logo a img {
  width: fit-content;
}

.header-subnav-area {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .header-subnav-area {
    align-items: flex-start;
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .header-subnav-area {
    padding-top: 35px;
  }
}

@media print, screen and (min-width: 769px) {
  .header-subnav-area > .header-lang {
    position: absolute;
    top: 50px;
    right: 130px;
  }
}

.header-lang {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.header-lang select {
  -webkit-appearance: none;
  appearance: none;
}

.header-lang select::-ms-expand {
  display: none;
}

.header-lang .lang-select {
  box-sizing: border-box;
  border: none;
  color: #111;
  background: #fff;
  background-image: url(../img_common/icon_lang.png), url(../img_common/arrow_lang.png);
  background-repeat: no-repeat;
}

.header-lang .btn-lang-select {
  position: relative;
  display: flex;
  align-items: center;
  padding: 3px 13px;
  color: #111;
  background: #fff;
  line-height: 1;
  cursor: pointer;
  border: none;
}

.header-lang .btn-lang-select:hover, .header-lang .btn-lang-select:focus {
  opacity: .85;
}

.header-lang .btn-lang-select::before {
  position: absolute;
  content: "";
  display: block;
  height: 50%;
  width: 0.5px;
  background-color: #e3e3e3;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .header-lang .lang-select {
    padding: 0 35px 0 41px;
    background-size: 22px, 10px;
    background-position: left 13px center,right 9px center;
    font-size: 85%;
    border-radius: 3px 0 0 3px;
  }
  .header-lang .btn-lang-select {
    min-height: 42px;
    font-size: 85%;
    border-radius: 0 3px 3px 0;
  }
}

@media screen and (max-width: 768px) {
  .header-lang {
    margin-top: 30px;
  }
  .header-lang .lang-select {
    padding: 0 55px 0 66px;
    background-position: left 20px center,right 20px center;
    font-size: 1.5rem;
    border-radius: 5px 0 0 5px;
  }
  .header-lang .btn-lang-select {
    min-height: 76px;
    padding: 3px 35px 3px 25px;
    font-size: 1.5rem;
    border-radius: 0 5px 5px 0;
  }
}

@media print, screen and (min-width: 769px) {
  .menu-box {
    position: absolute;
    top: 54px;
    right: 60px;
  }
}

.menu-box a {
  display: block;
  line-height: 0;
}

.menu-box a:focus {
  background-color: #333;
}

@media print, screen and (min-width: 769px) {
  .menu-box img {
    width: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(17, 17, 17, 0.8);
    transition: all 0.5s;
    z-index: 999;
    width: 0;
    display: block !important;
  }
  .modal-menu-bg.open {
    width: calc(530px + 5em - 80px);
    height: 100vh;
  }
}

.modal-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: auto;
  display: none;
}

@media print, screen and (min-width: 769px) {
  .modal-menu {
    display: none !important;
    opacity: 0;
    transition: all 0.5s;
  }
  .modal-menu.is-block {
    width: calc(530px + 5em - 80px);
    opacity: 1;
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
  }
}

.modal-menu > .in {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .modal-menu > .in {
    padding: 50px 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu > .in {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu > .in > .box {
    background-color: #111111;
    padding: 35px 20px 30px 60px;
  }
}

.modal-menu .menu-btn-menu.modal-menu-close {
  position: absolute;
}

.modal-menu .menu-btn-menu.modal-menu-close a {
  display: block;
  line-height: 0;
}

.modal-menu .menu-btn-menu.modal-menu-close a:focus {
  background-color: #333;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .menu-btn-menu.modal-menu-close {
    top: 60px;
    right: 62px;
  }
  .modal-menu .menu-btn-menu.modal-menu-close img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .menu-btn-menu.modal-menu-close {
    top: 42px;
    right: 30px;
  }
  .modal-menu .menu-btn-menu.modal-menu-close img {
    width: 72px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu .header-lang {
    padding-right: 100px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu .keyword-search {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .keyword-search {
    padding: 70px 55px 50px;
  }
}

.modal-menu .keyword-search .title {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .keyword-search .title {
    padding-left: 10px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .keyword-search .title {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
}

.modal-menu .keyword-search .item {
  border: 2px solid #fff;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .keyword-search .item {
    border-radius: 3px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .keyword-search .item {
    border-radius: 5px;
  }
}

.modal-menu .box-support {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .box-support {
    gap: 15px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .box-support {
    gap: 20px;
    padding: 0 55px;
  }
}

.modal-menu .header-size, .modal-menu .header-color {
  display: flex;
  align-items: center;
}

.modal-menu .header-size button, .modal-menu .header-color button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
}

.modal-menu .header-size a, .modal-menu .header-color a {
  display: block;
  line-height: 0;
}

.modal-menu .header-size .title, .modal-menu .header-color .title {
  color: #fff;
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .header-size .title, .modal-menu .header-color .title {
    padding-left: 10px;
    padding-right: 20px;
    min-width: 126px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .header-size .title, .modal-menu .header-color .title {
    font-size: 1.5rem;
    padding-right: 25px;
    min-width: 205px;
  }
}

.modal-menu .header-size dd, .modal-menu .header-color dd {
  line-height: 1;
}

.modal-menu .header-size dd img, .modal-menu .header-color dd img {
  cursor: pointer;
}

.modal-menu .header-size dd img:hover, .modal-menu .header-color dd img:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .header-size img {
    width: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu .header-color dd + dd {
    margin-left: 2px;
  }
  .modal-menu .header-color img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .header-color dd + dd {
    margin-left: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu .yomiage {
    margin-left: 10px;
    width: 270px;
    border: 1px solid #fff;
    border-radius: 3px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .yomiage {
    border: 2px solid #fff;
    width: 480px;
    margin-top: 10px;
    border-radius: 5px;
  }
}

.modal-menu .yomiage a {
  display: flex;
  color: #fff;
  background-color: #111111;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .yomiage a {
    padding: 10px 0;
    gap: 7px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .yomiage a {
    padding: 8px 0;
    gap: 21px;
    border-radius: 5px;
  }
}

.modal-menu .yomiage a::before {
  content: "";
  background: url(../img_common/icon_yomiage.png) no-repeat top center;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .yomiage a::before {
    background-size: 25px;
    width: 25px;
    height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .yomiage a::before {
    background-size: 41px;
    width: 41px;
    height: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu #header-nav {
    padding-top: 30px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu #header-nav {
    padding: 100px 0 100px 78px;
  }
}

.modal-menu #header-nav .list li {
  line-height: 0;
}

.modal-menu #header-nav .list a {
  display: block;
}

.modal-menu #header-nav .list a:focus {
  background-color: #333;
}

@media print, screen and (min-width: 769px) {
  .modal-menu #header-nav .list .nav0 {
    margin-bottom: 20px;
  }
  .modal-menu #header-nav .list .nav0 img {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu #header-nav .list .nav0 {
    margin-bottom: 26px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu #header-nav .list .nav1 {
    margin-bottom: 23px;
  }
  .modal-menu #header-nav .list .nav1 img {
    width: 247px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu #header-nav .list .nav1 {
    margin-bottom: 26px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu #header-nav .list .nav2 {
    margin-bottom: 17px;
  }
  .modal-menu #header-nav .list .nav2 img {
    width: 259px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu #header-nav .list .nav2 {
    margin-bottom: 17px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu #header-nav .list .nav3 {
    margin-bottom: 11px;
  }
  .modal-menu #header-nav .list .nav3 img {
    width: 229px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu #header-nav .list .nav3 {
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu #header-nav .list .nav4 {
    margin-bottom: 19px;
  }
  .modal-menu #header-nav .list .nav4 img {
    width: 135px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu #header-nav .list .nav4 {
    margin-bottom: 26px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu #header-nav .list .nav5 img {
    width: 98px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu #header-nav .list .nav6 img {
    width: 130px;
  }
}

.modal-menu #header-nav .list a {
  width: fit-content;
}

.modal-menu .banner {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .banner {
    padding-top: 30px;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .banner {
    padding: 0 55px 100px;
    gap: 24px;
  }
}

.modal-menu .banner .item {
  background-color: #ebe5d6;
  flex: 1;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .modal-menu .banner .item {
    border-radius: 10px;
  }
}

.modal-menu .banner a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.05em;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .banner a {
    font-size: 0.75rem;
    padding: 10px 0;
    min-height: 70px;
  }
  .modal-menu .banner a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .banner a {
    font-size: 1.125rem;
    padding: 12px 35px;
    min-height: 120px;
    line-height: 1.2;
    text-align: center;
  }
  .modal-menu .banner a span {
    margin-top: 6px;
  }
}

@media print, screen and (min-width: 769px) {
  .modal-menu .banner img {
    width: 92px;
  }
}

.modal-menu .banner span {
  text-align: center;
}

.modal-menu .btn-modal-close {
  box-sizing: border-box;
  border: 1px solid #fff;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .btn-modal-close {
    width: 100%;
    margin-top: 20px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .btn-modal-close {
    margin: 0 55px;
    border-radius: 10px;
  }
}

.modal-menu .btn-modal-close a {
  display: flex;
  color: #fff;
  background-color: #111111;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .btn-modal-close a {
    padding: 17px 0;
    gap: 20px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .btn-modal-close a {
    width: 100%;
    padding: 20px 0;
    gap: 28px;
    font-size: 1.5625rem;
    border-radius: 10px;
  }
}

.modal-menu .btn-modal-close a::before {
  content: "";
  background: url(../img_common/menu_btn_close.png) no-repeat top center;
}

@media print, screen and (min-width: 769px) {
  .modal-menu .btn-modal-close a::before {
    background-size: 26px;
    width: 26px;
    height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .modal-menu .btn-modal-close a::before {
    background-size: 37px;
    width: 37px;
    height: 22px;
  }
}

.hover-banner {
  position: fixed;
  display: flex;
  z-index: 55;
  bottom: 30px;
  gap: 20px;
}

@media print {
  .hover-banner {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .hover-banner {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .hover-banner {
    right: 20px;
  }
}

.hover-banner .item {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .hover-banner .item {
    width: calc(160px + 2em - 32px);
    height: calc(160px + 2em - 32px);
  }
}

@media screen and (max-width: 768px) {
  .hover-banner .item {
    width: calc(160px + 2em - 56px);
    height: calc(160px + 2em - 56px);
  }
}

.hover-banner .item::after {
  content: "";
  position: absolute;
  background: url(../img_common/banner_bg.png) no-repeat top center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-size: 116px;
  width: 116px;
  height: 24px;
  bottom: -26px;
}

.hover-banner a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.05em;
  background-color: #8ee5ef;
  border-radius: 999px;
  text-align: center;
  transition: transform 0.3s;
  font-size: 0.75rem;
  padding: 15px;
  line-height: 1.2;
}

.hover-banner a span {
  margin-top: 12px;
}

.hover-banner a:hover {
  transform: translate(0, -10px);
}

@media print, screen and (min-width: 769px) {
  .hover-banner img {
    width: 92px;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

#header .header-lang, #header .menu-box {
  z-index: 55;
}

@media screen and (max-width: 768px) {
  #header {
    position: absolute;
    width: 100%;
  }
  #header .header-subnav-area {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #header .header-subnav-area {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 35px;
    gap: 20px 40px;
  }
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area > .header-lang {
    margin-top: 0;
  }
  #header .menu-box {
    margin-top: 7px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #header .menu-box {
    margin-top: 7px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #footer-print {
    padding-top: 50px;
  }
}

div[class*="s-9903"] section {
  position: relative;
}

div[class*="s-9903"] section::before {
  content: "";
  position: absolute;
  background-color: #111111;
  height: 2px;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] section::before {
    width: 50%;
    top: 64px;
    left: -40px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] section::before {
    width: 100%;
    background-size: 37px;
    right: 25px;
    top: 62px;
  }
}

div[class*="s-9903"] section::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] section::after {
    width: 1000px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] section > .title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] section > .title {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] section .sec-box {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] section .sec-box {
    margin-top: 50px;
  }
}

div[class*="s-9903"] section .in {
  position: relative;
}

div[class*="s-9903"] section .in::before {
  content: "";
  position: absolute;
  background-color: #111111;
  height: 2px;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] section .in::before {
    top: 64px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] section .in::before {
    top: 62px;
  }
}

div[class*="s-9903"] section .btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #111111;
  text-align: center;
  outline: none;
  transition: ease .2s;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

div[class*="s-9903"] section .btn a {
  display: block;
  position: relative;
  z-index: 3;
  text-decoration: none;
  background-image: url("../img_top/aroow_black.png");
  background-position: center right 45px;
  background-repeat: no-repeat;
  width: 500px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] section .btn a {
    padding: 16px 80px;
    font-size: 1.5rem;
    background-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] section .btn a {
    padding: 13px 75px;
    font-size: 1.75rem;
  }
}

div[class*="s-9903"] section .btn a:hover {
  color: #fff;
  background-image: url("../img_top/aroow_white.png");
}

div[class*="s-9903"] section .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #111111;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

div[class*="s-9903"] section .btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

div[class*="s-9903"] section button {
  transition: all 0.3s ease;
}

div[class*="s-9903"] #container {
  margin: 0;
}

div[class*="s-9903"] #container::after {
  content: none;
}

div[class*="s-9903"] *[class*="scroll-space"] {
  opacity: 0;
}

div[class*="s-9903"] *[class*="scroll-space"].scrollin {
  animation-name: scrollIn;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(25px);
}

div[class*="s-9903"] .scroll-space2.scrollin {
  animation-delay: 0.8s;
}

@keyframes scrollIn {
  0% {
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

div[class*="s-9903"] .fadein {
  animation-delay: 3.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

div[class*="s-9903"] section[class^="sec"] .in {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] section[class^="sec"] .in {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] section[class^="sec"] .in {
    width: 680px;
  }
}

div[class*="s-9903"] .bx-viewport {
  padding: 2px;
  margin: -2px;
}

div[class*="s-9903"] .slider {
  display: flex;
}

div[class*="s-9903"] .slide-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
}

div[class*="s-9903"] .slide-controls button + button {
  display: none;
}

div[class*="s-9903"] .slide-controls .slide-prev, div[class*="s-9903"] .slide-controls .slide-next {
  line-height: 0;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .slide-controls .slide-prev, div[class*="s-9903"] .slide-controls .slide-next {
    width: 66px;
    height: 66px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .slide-controls .slide-prev, div[class*="s-9903"] .slide-controls .slide-next {
    width: 90px;
    height: 90px;
  }
}

div[class*="s-9903"] .slide-controls .slide-prev button, div[class*="s-9903"] .slide-controls .slide-next button {
  border-radius: 999px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .slide-controls .slide-prev button, div[class*="s-9903"] .slide-controls .slide-next button {
    background-size: 16px;
  }
}

div[class*="s-9903"] .slide-controls .slide-prev {
  margin-right: 30px;
}

div[class*="s-9903"] .slide-controls .slide-next {
  margin-left: 30px;
}

div[class*="s-9903"] .slide-controls .control-unit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list {
    gap: 12px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list {
    gap: 24px;
  }
}

div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    width: 28px;
    height: 28px;
  }
}

div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 99px;
  background-color: #111111;
}

div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  background-color: #fff;
  border: 1px solid #111111;
}

div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  background-color: #fff;
  border: 1px solid #111111;
}

div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active:hover {
  border: 1px solid #fff;
  background-color: #111111;
}

div[class*="s-9903"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button:focus {
  background-color: #5e5e5e !important;
}

div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item {
  line-height: 0;
}

div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  position: relative;
  border-radius: 999px;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button {
    width: 30px;
    height: 30px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button {
    width: 90px;
    height: 90px;
    margin-left: 24px;
  }
}

div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-color: #111111;
  border: 1px solid #111111;
  background-image: url("../img_top/start_white.png");
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
    background-size: 7px;
    background-position: left 11px center;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
    background-size: 22px;
    background-position: left 37px center;
  }
}

div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.bx-start:hover {
  background-color: #fff;
  border: 1px solid #111111;
  background-image: url("../img_top/start_black.png");
}

div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-color: #111111;
  border: 1px solid #111111;
  background-image: url("../img_top/stop_white.png");
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
    background-size: 8px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
    background-size: 24px;
  }
}

div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.bx-stop:hover {
  background-color: #fff;
  border: 1px solid #111111;
  background-image: url("../img_top/stop_black.png");
}

div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

div[class*="s-9903"] .slide-controls .control-unit .bx-controls-auto-item button:focus {
  background-color: #5e5e5e !important;
}

div[class*="s-9903"] .mv-area {
  position: relative;
}

div[class*="s-9903"] .mv-area #header-logo {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area #header-logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area #header-logo {
    top: 380px;
    left: 35px;
  }
}

div[class*="s-9903"] .mv-area #header-logo .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

div[class*="s-9903"] .mv-area #header-logo .logo img {
  overflow: hidden;
  animation-name: fadeInLogo;
  animation-fill-mode: forwards;
  transform: translateY(80px);
  opacity: 0;
}

div[class*="s-9903"] .mv-area #header-logo .logo1 {
  animation-delay: 900ms;
  animation-duration: 1.5s;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area #header-logo .logo1 {
    width: 188px;
    margin-left: 2px;
  }
}

div[class*="s-9903"] .mv-area #header-logo .logo2 {
  animation-delay: 1200ms;
  animation-duration: 1.5s;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area #header-logo .logo2 {
    margin-top: 13px;
    margin-bottom: -9px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area #header-logo .logo2 {
    margin-top: 7px;
    margin-bottom: -7px;
    width: 665px;
  }
}

div[class*="s-9903"] .mv-area #header-logo .logo3 {
  animation-delay: 1500ms;
  animation-duration: 1.5s;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area #header-logo .logo3 {
    width: 425px;
  }
}

div[class*="s-9903"] .mv-area #header-logo .logo4 {
  animation-delay: 1800ms;
  animation-duration: 1.5s;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area #header-logo .logo4 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area #header-logo .logo4 {
    margin-top: 12px;
    width: 267px;
  }
}

@keyframes fadeInLogo {
  0% {
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

div[class*="s-9903"] .mv-area video {
  object-fit: cover;
  width: 100%;
  background: #000;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area video {
    height: 960px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area video {
    height: 1100px;
  }
}

div[class*="s-9903"] .mv-area .movie-control-area {
  position: absolute;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area .movie-control-area {
    bottom: 30px;
    left: 30px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area .movie-control-area {
    bottom: -110px;
    left: 25px;
  }
}

div[class*="s-9903"] .mv-area .movie-control-area button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
  background: center /contain no-repeat;
  position: relative;
  border-radius: 999px;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area .movie-control-area button {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area .movie-control-area button {
    width: 90px;
    height: 90px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area .movie-control-area .btn-control-play button {
    background-image: url("../img_top/start_black.png");
    background-color: #fff;
    border: 1px solid #fff;
    background-size: 14px;
    background-position: left 24px center;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area .movie-control-area .btn-control-play button {
    background-image: url("../img_top/start_white.png");
    background-color: #111111;
    border: 1px solid #111111;
    background-size: 22px;
    background-position: left 37px center;
  }
}

div[class*="s-9903"] .mv-area .movie-control-area .btn-control-play button:hover {
  background-image: url("../img_top/start_white.png");
  background-color: #111111;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area .movie-control-area .btn-control-play button:hover {
    background-image: url("../img_top/start_black.png");
    background-color: #fff;
    border: 1px solid #111111;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area .movie-control-area .btn-control-stop button {
    background-image: url("../img_top/stop_black.png");
    background-color: #fff;
    border: 1px solid #fff;
    background-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area .movie-control-area .btn-control-stop button {
    background-image: url("../img_top/stop_white.png");
    background-color: #111111;
    border: 1px solid #111111;
    background-size: 24px;
  }
}

div[class*="s-9903"] .mv-area .movie-control-area .btn-control-stop button:hover {
  background-image: url("../img_top/stop_white.png");
  background-color: #111111;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .mv-area .movie-control-area .btn-control-stop button:hover {
    background-image: url("../img_top/stop_black.png");
    background-color: #fff;
    border: 1px solid #111111;
  }
}

div[class*="s-9903"] .mv-area .preface {
  position: absolute;
  width: fit-content;
  width: 100%;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 0 #111, -1px -1px 0 #111, -1px 1px 0 #111, 1px -1px 0 #111, 0px 1px 0 #111, -1px 0 #111, -1px 0 0 #111, 1px 0 0 #111;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .mv-area .preface {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-news {
    margin-top: 100px;
  }
  div[class*="s-9903"] .sec-news .title img {
    width: 121px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-news {
    margin-top: 210px;
  }
}

div[class*="s-9903"] .sec-news .list {
  display: flex;
  gap: 20px;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-news .list li {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-news .list li {
    width: 330px;
  }
  div[class*="s-9903"] .sec-news .list li:last-child {
    display: none;
  }
}

div[class*="s-9903"] .sec-news .list li:hover img {
  transform: scale(1.1);
}

div[class*="s-9903"] .sec-news .list .pageThumbnail {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-news .list .pageThumbnail {
    width: 320px;
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-news .list .pageThumbnail {
    width: 330px;
    height: 186px;
  }
}

div[class*="s-9903"] .sec-news .list .pageThumbnail img {
  object-fit: cover;
  transition: .3s ease-in-out;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-news .list .pageThumbnail img {
    width: 320px;
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-news .list .pageThumbnail img {
    width: 330px;
    height: 186px;
  }
}

div[class*="s-9903"] .sec-news .list .date {
  margin: 15px 0;
}

div[class*="s-9903"] .sec-news .list a {
  text-decoration: none;
}

div[class*="s-9903"] .sec-news .list a:hover {
  text-decoration: underline;
}

div[class*="s-9903"] .sec-news .btn {
  margin-top: 50px;
}

div[class*="s-9903"] .sec-innovation {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-innovation {
    margin-top: 100px;
  }
  div[class*="s-9903"] .sec-innovation .title img {
    width: 397px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation {
    margin-top: 120px;
  }
  div[class*="s-9903"] .sec-innovation .title {
    margin-bottom: 140px;
  }
}

div[class*="s-9903"] .sec-innovation .btn1 {
  position: absolute;
  background-color: #111111;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-innovation .btn1 {
    top: 24px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation .btn1 {
    top: 85px;
    right: 35px;
  }
}

div[class*="s-9903"] .sec-innovation .btn1 a {
  background-image: url("../img_top/aroow_white.png");
  background-position: center right 20px;
  color: #fff;
  width: fit-content;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-innovation .btn1 a {
    min-width: 200px;
    font-size: 100%;
    padding: 7px 40px;
    background-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation .btn1 a {
    min-width: 250px;
    padding: 13px 30px;
    font-size: 1.5rem;
    background-size: 12px;
  }
}

div[class*="s-9903"] .sec-innovation .btn1 a:hover {
  color: #111111;
  background-image: url("../img_top/aroow_black.png");
}

div[class*="s-9903"] .sec-innovation .btn1 a:focus {
  color: #111;
}

div[class*="s-9903"] .sec-innovation .btn1::before {
  background: #fff;
}

div[class*="s-9903"] .sec-innovation .video-wrap {
  position: relative;
}

div[class*="s-9903"] .sec-innovation video {
  object-fit: cover;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-innovation video {
    height: 565px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation video {
    height: 385px;
  }
}

div[class*="s-9903"] .sec-innovation .movie-control-area {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 20px;
}

div[class*="s-9903"] .sec-innovation .movie-control-area button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  font-size: 0;
  background: center /contain no-repeat;
  position: relative;
  border-radius: 999px;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-innovation .movie-control-area button {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation .movie-control-area button {
    width: 90px;
    height: 90px;
  }
}

div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-play button {
  background-image: url("../img_top/start_white.png");
  background-color: #111111;
  border: 1px solid #111111;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-play button {
    background-size: 14px;
    background-position: left 24px center;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-play button {
    background-size: 22px;
    background-position: left 37px center;
  }
}

div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-play button:hover {
  background-image: url("../img_top/start_black.png");
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-play button:hover {
    background-image: url("../img_top/start_white.png");
    background-color: #111111;
  }
}

div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-stop button {
  background-image: url("../img_top/stop_white.png");
  background-color: #111111;
  border: 1px solid #111111;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-stop button {
    background-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-stop button {
    background-size: 24px;
  }
}

div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-stop button:hover {
  background-image: url("../img_top/stop_black.png");
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation .movie-control-area .btn-control-stop button:hover {
    background-image: url("../img_top/stop_white.png");
    background-color: #111111;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-innovation .btn2 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-innovation .btn2 {
    margin-top: 70px;
  }
}

div[class*="s-9903"] .sec-starting {
  overflow: hidden;
  background-color: #f3f0e9;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting {
    margin-top: 100px;
    padding: 60px 0 100px;
  }
  div[class*="s-9903"] .sec-starting .title img {
    width: 421px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting {
    margin-top: 131px;
    padding: 70px 0;
  }
}

div[class*="s-9903"] .sec-starting::after {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting::after {
    top: 124px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting::after {
    top: 131px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .bx-wrapper {
    max-width: 1000px !important;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .bx-wrapper {
    max-width: 680px !important;
  }
}

div[class*="s-9903"] .sec-starting .slide-prev, div[class*="s-9903"] .sec-starting .slide-next {
  position: absolute;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .slide-prev, div[class*="s-9903"] .sec-starting .slide-next {
    bottom: 177px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .slide-prev, div[class*="s-9903"] .sec-starting .slide-next {
    bottom: 252px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .slide-prev {
    left: -86px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .slide-prev {
    left: -33px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .slide-next {
    right: -86px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .slide-next {
    right: -33px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .bottom-controls {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .bottom-controls {
    margin-top: 30px;
  }
}

div[class*="s-9903"] .sec-starting button {
  background-color: #fff;
}

div[class*="s-9903"] .sec-starting button:hover {
  background-color: #111111;
}

div[class*="s-9903"] .sec-starting button.bx-prev {
  background-image: url("../img_top/arrow_slide_black.png");
}

div[class*="s-9903"] .sec-starting button.bx-prev:hover {
  background-image: url("../img_top/arrow_slide_white.png");
}

div[class*="s-9903"] .sec-starting button.bx-next {
  background-image: url("../img_top/arrow_slide_black.png");
  transform: scale(-1, 1);
}

div[class*="s-9903"] .sec-starting button.bx-next:hover {
  background-image: url("../img_top/arrow_slide_white.png");
}

div[class*="s-9903"] .sec-starting .item:hover img {
  transform: scale(1.1);
}

div[class*="s-9903"] .sec-starting .item a {
  text-decoration: none;
}

div[class*="s-9903"] .sec-starting .item .item-in {
  position: relative;
}

div[class*="s-9903"] .sec-starting .item .item-title {
  padding-top: 5px;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .item .item-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .item .item-title {
    font-size: 1.5625rem;
    margin-bottom: 25px;
  }
}

div[class*="s-9903"] .sec-starting .item .item-txt {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  min-height: 100px;
  width: 100%;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .item .item-txt {
    padding: 25px 19px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .item .item-txt {
    padding: 8px 20px;
  }
}

div[class*="s-9903"] .sec-starting .item .item-txt a {
  color: #fff;
  text-decoration: underline;
}

div[class*="s-9903"] .sec-starting .item .item-txt a:hover {
  text-decoration: none;
}

div[class*="s-9903"] .sec-starting .item .item-img {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .item .item-img {
    width: 320px;
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .item .item-img {
    width: 330px;
    height: 330px;
  }
}

div[class*="s-9903"] .sec-starting .item img {
  object-fit: cover;
  transition: .3s ease-in-out;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-starting .item img {
    width: 320px;
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-starting .item img {
    width: 330px;
    height: 330px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service {
    margin-top: 100px;
  }
  div[class*="s-9903"] .sec-service::after {
    top: 73px;
  }
  div[class*="s-9903"] .sec-service .title img {
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service {
    margin-top: 95px;
  }
  div[class*="s-9903"] .sec-service::after {
    top: 67px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .in .sec-box {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .preface {
    padding-bottom: 25px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service .preface {
    padding-bottom: 50px;
    line-height: 1.42;
  }
}

div[class*="s-9903"] .sec-service .box + .box {
  margin-top: 50px;
}

div[class*="s-9903"] .sec-service .box > .title {
  position: relative;
  font-weight: bold;
  padding: 0;
  background-color: #111111;
  color: #fff;
}

div[class*="s-9903"] .sec-service .box > .title span {
  display: block;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .box > .title span {
    margin-right: 84px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service .box > .title span {
    margin-right: 64px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .box > .title {
    font-size: 1.5rem;
    padding: 10px 0 10px 24px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service .box > .title {
    font-size: 1.875rem;
    padding: 13px 0 12px 20px;
  }
}

div[class*="s-9903"] .sec-service .box > .title button {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: no-repeat center center;
  height: 100%;
  background-image: url(../img_top/plus.png);
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .box > .title button {
    width: 84px;
    background-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service .box > .title button {
    width: 64px;
  }
}

div[class*="s-9903"] .sec-service .box > .title button.on {
  background-image: url(../img_top/minus.png);
}

div[class*="s-9903"] .sec-service .box > .title button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

div[class*="s-9903"] .sec-service .bloc {
  display: block;
  border-top: none;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .bloc {
    padding: 50px 0;
    border: 1px solid #111111;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service .bloc {
    padding: 50px 50px 0;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .bloc .item {
    margin: 0 auto;
    width: 820px;
    display: flex;
    gap: 20px;
  }
}

div[class*="s-9903"] .sec-service .bloc .item-img {
  overflow: hidden;
}

div[class*="s-9903"] .sec-service .bloc .item-img:hover img {
  transform: scale(1.1);
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .bloc .item-img {
    width: 320px;
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service .bloc .item-img {
    margin: 0 auto;
    width: 495px;
    height: 278px;
  }
}

div[class*="s-9903"] .sec-service .bloc img {
  object-fit: cover;
  transition: .3s ease-in-out;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .bloc img {
    width: 320px;
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service .bloc img {
    width: 495px;
    height: 278px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-service .bloc .item-txt {
    padding-top: 10px;
    flex: 1;
  }
  div[class*="s-9903"] .sec-service .bloc .item-txt p {
    line-height: 1.875;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-service .bloc .item-txt {
    padding-top: 30px;
  }
  div[class*="s-9903"] .sec-service .bloc .item-txt p {
    line-height: 1.42;
  }
}

div[class*="s-9903"] .sec-service .bloc .btn {
  margin-top: 50px;
}

div[class*="s-9903"] .sec-interview {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview {
    margin-top: 110px;
  }
  div[class*="s-9903"] .sec-interview .title img {
    width: 209px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview {
    margin-top: 120px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .bx-wrapper {
    max-width: 1000px !important;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .bx-wrapper {
    max-width: 680px !important;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .bx-viewport {
    height: fit-content !important;
  }
}

div[class*="s-9903"] .sec-interview .slide-prev, div[class*="s-9903"] .sec-interview .slide-next {
  position: absolute;
  z-index: 10;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .slide-prev, div[class*="s-9903"] .sec-interview .slide-next {
    top: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .slide-prev, div[class*="s-9903"] .sec-interview .slide-next {
    top: calc(50% - 60px);
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .slide-prev {
    left: -86px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .slide-prev {
    left: -33px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .slide-next {
    right: -86px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .slide-next {
    right: -33px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .bottom-controls {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .bottom-controls {
    margin-top: 10px;
  }
}

div[class*="s-9903"] .sec-interview button {
  background-color: #111111;
  border: 1px solid #111111;
}

div[class*="s-9903"] .sec-interview button:hover {
  background-color: #fff;
}

div[class*="s-9903"] .sec-interview button.bx-prev {
  background-image: url("../img_top/arrow_slide_white.png");
}

div[class*="s-9903"] .sec-interview button.bx-prev:hover {
  background-image: url("../img_top/arrow_slide_black.png");
}

div[class*="s-9903"] .sec-interview button.bx-next {
  background-image: url("../img_top/arrow_slide_white.png");
  transform: scale(-1, 1);
}

div[class*="s-9903"] .sec-interview button.bx-next:hover {
  background-image: url("../img_top/arrow_slide_black.png");
}

div[class*="s-9903"] .sec-interview .item:hover img {
  transform: scale(1.1);
}

div[class*="s-9903"] .sec-interview .item a {
  text-decoration: none;
}

div[class*="s-9903"] .sec-interview .item .item-title {
  padding-top: 5px;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .item .item-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .item .item-title {
    font-size: 1.875rem;
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .item .item-txt {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .item .item-txt {
    padding-top: 15px;
  }
  div[class*="s-9903"] .sec-interview .item .item-txt p {
    line-height: 1.28;
  }
}

div[class*="s-9903"] .sec-interview .item .item-img {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .item .item-img {
    width: 320px;
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .item .item-img {
    width: 330px;
    height: 330px;
  }
}

div[class*="s-9903"] .sec-interview .item img {
  object-fit: cover;
  transition: .3s ease-in-out;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-interview .item img {
    width: 320px;
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-interview .item img {
    width: 330px;
    height: 330px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-movie {
    margin-top: 100px;
  }
  div[class*="s-9903"] .sec-movie .title img {
    width: 136px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-movie {
    margin-top: 80px;
  }
}

div[class*="s-9903"] .sec-movie .sec-box {
  position: relative;
  max-height: fit-content;
}

div[class*="s-9903"] .sec-movie .bx-has-controls-direction {
  display: none;
}

div[class*="s-9903"] .sec-movie .movie-slider > .bx-wrapper .bx-viewport {
  height: auto !important;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-movie .movie-slider {
    width: 1000px;
  }
}

div[class*="s-9903"] .sec-movie .movie-slider a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-movie .movie-slider {
    height: fit-content;
  }
}

div[class*="s-9903"] .sec-movie .movie-slider .item-in {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-movie .movie-slider .item-main {
    display: flex;
    gap: 20px;
  }
}

div[class*="s-9903"] .sec-movie .movie-slider img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-movie .movie-slider img {
    width: 530px;
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-movie .movie-slider img {
    width: 680px;
    height: 384px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-movie .movie-slider .item-txt {
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-movie .movie-slider .item-txt {
    padding-bottom: 70px;
  }
}

div[class*="s-9903"] .sec-movie .item-sub {
  position: absolute;
  height: fit-content;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 20px;
  z-index: 5;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-movie .item-sub {
    width: 444px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-movie .item-sub {
    display: none;
  }
}

div[class*="s-9903"] .sec-movie .item-sub img {
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-movie .item-sub img {
    width: 212px;
    height: 120px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903"] .sec-movie #slider3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903"] .sec-movie #slider3 {
    margin-top: 30px;
  }
}

div[class*="s-9903_2"] section .btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #111111;
  text-align: center;
  outline: none;
  transition: ease .2s;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] section .btn {
    border: 2px solid #111111;
  }
}

div[class*="s-9903_2"] section .btn span, div[class*="s-9903_2"] section .btn a {
  display: block;
  position: relative;
  z-index: 3;
  text-decoration: none;
  background-image: url("../img_top/aroow_black.png");
  background-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-word;
  width: fit-content;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] section .btn span, div[class*="s-9903_2"] section .btn a {
    min-width: 100px;
    padding: 4px 37px 4px 23px;
    font-size: 1.125rem;
    background-size: 12px;
    background-position: center right 17px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] section .btn span, div[class*="s-9903_2"] section .btn a {
    min-width: 200px;
    padding: 6px 74px 6px 54px;
    font-size: 1.875rem;
    background-position: center right 46px;
  }
}

div[class*="s-9903_2"] section .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #111111;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

div[class*="s-9903_2"] section .btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

div[class*="s-9903_2"] section .btn:hover span, div[class*="s-9903_2"] section .btn:hover a {
  color: #fff;
  background-image: url("../img_top/aroow_white.png");
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-news .in::before {
    width: 121px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-news .sec-box {
    margin-top: 80px;
  }
}

div[class*="s-9903_2"] .sec-news .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

div[class*="s-9903_2"] .sec-news .list li {
  width: auto;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-news .list li {
    border-bottom: 1px solid #000;
    padding: 10px 40px;
    background-position: center right 20px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-news .list li {
    border-bottom: 2px solid #000;
    padding: 15px 30px;
  }
  div[class*="s-9903_2"] .sec-news .list li:last-child {
    display: block;
    margin-bottom: 20px;
  }
}

div[class*="s-9903_2"] .sec-news .list .date {
  margin-top: 0;
  margin-bottom: 4px;
}

div[class*="s-9903_2"] .sec-news .list a {
  pointer-events: auto;
  text-decoration: none;
}

div[class*="s-9903_2"] .sec-news .list a:hover {
  text-decoration: underline;
}

div[class*="s-9903_2"] .sec-news .btn {
  margin-top: 20px;
}

div[class*="s-9903_2"] .sec-service .sec-box, div[class*="s-9903_2"] .sec-interview .sec-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-service .sec-box, div[class*="s-9903_2"] .sec-interview .sec-box {
    gap: 35px 30px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service .sec-box, div[class*="s-9903_2"] .sec-interview .sec-box {
    gap: 30px;
  }
}

div[class*="s-9903_2"] .sec-service .sec-box .item, div[class*="s-9903_2"] .sec-interview .sec-box .item {
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease-out;
  transform: translateY(0);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 30px;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item, div[class*="s-9903_2"] .sec-interview .sec-box .item {
    width: 310px;
  }
}

div[class*="s-9903_2"] .sec-service .sec-box .item:hover, div[class*="s-9903_2"] .sec-interview .sec-box .item:hover {
  transition: 0.3s ease-out;
  opacity: unset;
  transform: translateY(-1rem);
}

div[class*="s-9903_2"] .sec-service .sec-box .item:hover img, div[class*="s-9903_2"] .sec-interview .sec-box .item:hover img {
  transform: scale(1.1);
}

div[class*="s-9903_2"] .sec-service .sec-box .item:hover .btn::before, div[class*="s-9903_2"] .sec-interview .sec-box .item:hover .btn::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

div[class*="s-9903_2"] .sec-service .sec-box .item:hover .btn span, div[class*="s-9903_2"] .sec-service .sec-box .item:hover .btn a, div[class*="s-9903_2"] .sec-interview .sec-box .item:hover .btn span, div[class*="s-9903_2"] .sec-interview .sec-box .item:hover .btn a {
  color: #fff;
  background-image: url("../img_top/aroow_white.png");
}

div[class*="s-9903_2"] .sec-service .sec-box .item a, div[class*="s-9903_2"] .sec-service .sec-box .item .item-nolink, div[class*="s-9903_2"] .sec-interview .sec-box .item a, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-nolink {
  display: block;
  text-decoration: none;
  height: 100%;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item a, div[class*="s-9903_2"] .sec-service .sec-box .item .item-nolink, div[class*="s-9903_2"] .sec-interview .sec-box .item a, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-nolink {
    display: flex;
    flex-direction: row;
  }
}

div[class*="s-9903_2"] .sec-service .sec-box .item .item-img, div[class*="s-9903_2"] .sec-service .sec-box .item .item-img img, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-img, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-img img {
  width: 310px;
  height: 200px;
  object-fit: cover;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item .item-img, div[class*="s-9903_2"] .sec-service .sec-box .item .item-img img, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-img, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-img img {
    width: 330px;
    min-height: 300px;
    height: 100%;
  }
}

div[class*="s-9903_2"] .sec-service .sec-box .item .item-img, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-img {
  overflow: hidden;
}

div[class*="s-9903_2"] .sec-service .sec-box .item .item-text, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-text {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item .item-text, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-text {
    min-height: 170px;
    flex: 1;
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item .item-text, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-text {
    box-sizing: border-box;
    width: 350px;
    padding: 25px 30px 30px 20px;
  }
}

div[class*="s-9903_2"] .sec-service .sec-box .item .title, div[class*="s-9903_2"] .sec-interview .sec-box .item .title {
  position: relative;
  font-weight: bold;
  padding: 0;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item .title, div[class*="s-9903_2"] .sec-interview .sec-box .item .title {
    font-size: 1.125rem;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item .title, div[class*="s-9903_2"] .sec-interview .sec-box .item .title {
    font-size: 1.875rem;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item .item-txt, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-txt {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service .sec-box .item .item-txt, div[class*="s-9903_2"] .sec-interview .sec-box .item .item-txt {
    margin: 15px 0 20px;
    font-size: 1.5rem;
  }
}

div[class*="s-9903_2"] .sec-service .sec-box .btn, div[class*="s-9903_2"] .sec-interview .sec-box .btn {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service .sec-box .btn span, div[class*="s-9903_2"] .sec-interview .sec-box .btn span {
    min-width: 100px;
    font-size: 1.125rem;
    background-size: 12px;
    background-position: center right 17px;
    padding: 2px 35px 2px 20px;
  }
}

div[class*="s-9903_2"] .sec-service {
  background-color: #f3f0e9;
}

div[class*="s-9903_2"] .sec-service .box + .box {
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-service {
    padding: 70px 0;
    margin-top: 100px;
  }
  div[class*="s-9903_2"] .sec-service::after, div[class*="s-9903_2"] .sec-service::before {
    top: 136px;
  }
  div[class*="s-9903_2"] .sec-service::after {
    background-color: #f3f0e9;
  }
  div[class*="s-9903_2"] .sec-service .box {
    display: block !important;
  }
  div[class*="s-9903_2"] .sec-service .title img {
    width: 362px;
  }
  div[class*="s-9903_2"] .sec-service .in::before {
    top: 66px;
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service {
    padding: 120px 0;
    margin-top: 120px;
  }
  div[class*="s-9903_2"] .sec-service::before {
    top: 195px;
  }
  div[class*="s-9903_2"] .sec-service .box:nth-child(-n+3) {
    display: block !important;
  }
  div[class*="s-9903_2"] .sec-service .box:nth-child(n+4) {
    display: none;
  }
  div[class*="s-9903_2"] .sec-service .more-btn {
    margin-top: 30px;
    width: 680px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 30px;
    background-image: url(../img_top/more_btn_plus.png);
    background-repeat: no-repeat;
    background-position: right 50px center;
  }
  div[class*="s-9903_2"] .sec-service .more-btn.clicked {
    background-image: url(../img_top/more_btn_minus.png);
  }
  div[class*="s-9903_2"] .sec-service .more-btn a {
    min-height: 120px;
    padding: 20px 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  div[class*="s-9903_2"] .sec-service .more-btn a:focus {
    border-radius: 30px;
    background-color: transparent;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-service .preface {
    padding-bottom: 25px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-service .preface {
    padding-bottom: 50px;
    line-height: 1.42;
  }
}

div[class*="s-9903_2"] .sec-interview {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-interview {
    margin-top: 110px;
  }
  div[class*="s-9903_2"] .sec-interview .title img {
    width: 209px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-interview {
    margin-top: 120px;
  }
}

div[class*="s-9903_2"] .sec-interview .sec-box {
  padding-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-interview .in::before {
    width: 209px;
  }
}

div[class*="s-9903_2"] .sec-interview .in > .btn {
  margin-top: 40px;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-about {
    margin-top: 70px;
  }
  div[class*="s-9903_2"] .sec-about .title img {
    width: 204px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-about {
    margin-top: 120px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-about .in::before {
    width: 204px;
  }
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-about .sec-box {
    margin-top: 100px;
  }
}

div[class*="s-9903_2"] .sec-about .sub-title {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  div[class*="s-9903_2"] .sec-about .sub-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  div[class*="s-9903_2"] .sec-about .sub-title {
    font-size: 1.875rem;
    margin-bottom: 25px;
  }
}

div[class*="s-9903_2"] .sec-about .btn {
  margin-top: 20px;
}

@media print {
  .scroll-space, .scroll-space2 {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
  #main {
    position: relative;
    height: 100%;
  }
}

.is-edit div[class*="s-9903"] .scroll-space, .is-edit div[class*="s-9903"] .scroll-space2 {
  opacity: 1;
  transition: none;
  transform: none;
}

.is-edit div[class*="s-9903"] .edit-area {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  color: #333;
}

.is-edit div[class*="s-9903"] .edit-area .flexibleItem {
  display: flex;
  flex-wrap: wrap;
}

.is-edit div[class*="s-9903"] .edit-area .flexibleItem .variableItems {
  width: 33%;
}

.is-edit div[class*="s-9903"] .edit-area img {
  max-width: 100%;
  height: auto;
}

.is-edit div[class*="s-9903"] .edit-block {
  display: block !important;
}

.is-edit div[class*="s-9903"] .edit-flex {
  display: flex;
}

.is-edit div[class*="s-9903"] .edit-flex-item {
  width: 33%;
}

.is-edit div[class*="s-9903"] .sec-movie .edit-area .flexibleItem {
  display: block;
}

.is-edit div[class*="s-9903"] .sec-movie .edit-area .flexibleItem .variableItems {
  width: auto;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  position: relative;
  background-color: #111111;
  color: #fff;
}

footer .box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  footer .box {
    text-align: center;
  }
}

footer #pagetop {
  position: fixed;
  z-index: 55;
}

@media print {
  footer #pagetop {
    display: none !important;
  }
}

footer #pagetop a {
  display: block;
  transition: transform 0.3s;
}

footer #pagetop a:hover {
  transform: translate(0, -10px);
}

footer .footer-nav .list {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  footer .footer-nav .list {
    justify-content: flex-start;
    gap: 10px 0;
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-nav .list {
    justify-content: center;
    padding: 0 40px;
    gap: 15px 0;
  }
}

footer .footer-nav .list .item {
  line-height: 1;
  display: flex;
}

footer .footer-nav .list .item::after {
  content: "|";
  display: block;
}

footer .footer-nav .list .item:last-child::after {
  content: none;
}

@media print, screen and (min-width: 769px) {
  footer .footer-nav .list .item {
    gap: 0 8px;
  }
  footer .footer-nav .list .item + .item {
    padding-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-nav .list .item {
    gap: 0 30px;
    font-size: 1.5rem;
  }
  footer .footer-nav .list .item:first-child::after {
    content: none;
  }
  footer .footer-nav .list .item:last-child {
    padding-left: 30px;
  }
}

footer .footer-nav .list a {
  color: #fff;
}

footer .footer-nav .list a:focus {
  color: #111;
}

@media print, screen and (min-width: 769px) {
  footer {
    padding: 70px 0 calc(200px + 5em - 80px);
  }
  footer .box {
    width: 1000px;
  }
  footer #pagetop {
    bottom: 35px;
    left: 30px;
  }
  footer #pagetop img {
    width: 80px;
  }
  footer .title {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
  footer .tel {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  footer .copyright {
    text-align: right;
    font-size: 0.75rem;
    color: #b7b7b7;
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 150px 20px calc(230px + 3em - 104px);
  }
  footer .title {
    font-size: 2.25rem;
    padding-bottom: 5px;
  }
  footer .tel {
    margin: 45px 0 50px;
    line-height: 1.4;
  }
  footer .tel a {
    text-decoration: none;
    pointer-events: none;
    color: initial;
    color: #fff;
  }
  footer #pagetop {
    bottom: 35px;
    left: 20px;
  }
  footer .copyright {
    padding-top: 70px;
    font-size: 1.125rem;
  }
}

html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

html[data-bgcolor="color_black"] body, html[data-bgcolor="color_black"] p, html[data-bgcolor="color_black"] div, html[data-bgcolor="color_black"] table, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6, html[data-bgcolor="color_black"] ul, html[data-bgcolor="color_black"] ol, html[data-bgcolor="color_black"] li, html[data-bgcolor="color_black"] td, html[data-bgcolor="color_black"] th, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] dd, html[data-bgcolor="color_black"] dl, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] caption, html[data-bgcolor="color_black"] section, html[data-bgcolor="color_black"] span, html[data-bgcolor="color_black"] header, html[data-bgcolor="color_black"] footer, html[data-bgcolor="color_black"] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_black"] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_black"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_black"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_black"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_black"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_black"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_black"] #header-logo img,
html[data-bgcolor="color_black"] #header-subnav .list li a,
html[data-bgcolor="color_black"] #header-size .title img,
html[data-bgcolor="color_black"] #header-color .title img,
html[data-bgcolor="color_black"] header .header-subnav-in li img,
html[data-bgcolor="color_black"] #footer-logo img,
html[data-bgcolor="color_black"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_black"] .toiawase .title, html[data-bgcolor="color_black"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_black"] .hover-banner img, html[data-bgcolor="color_black"] .modal-menu .banner img {
  background-color: #FFFFFF !important;
}

html[data-bgcolor="color_black"] .info-area .in > .title img {
  background-color: #FFFFFF !important;
  padding: 5px;
}

html[data-bgcolor="color_black"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  outline: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_black"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    outline: 1px solid #fff;
  }
}

html[data-bgcolor="color_black"] .slide-controls .control-unit .bx-controls-auto, html[data-bgcolor="color_black"] .slide-controls .control-unit .slide-control-btn, html[data-bgcolor="color_black"] .slide-controls .control-unit .bx-controls-auto-item, html[data-bgcolor="color_black"] .slide-controls .control-unit button {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .bx-pager-item button.active {
  background-color: #FFFFFF !important;
}

html[data-bgcolor="color_black"] .sec-innovation .movie-control-area button, html[data-bgcolor="color_black"] .slide-controls .control-unit .bx-controls-auto-item button {
  border: 1px solid #fff !important;
}

html[data-bgcolor="color_black"] .sec-innovation .movie-control-area button:hover, html[data-bgcolor="color_black"] .slide-controls .control-unit .bx-controls-auto-item button:hover {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .s-9903 .btn {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] #header-print .header-logo img {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .sec-starting .slide-prev button, html[data-bgcolor="color_black"] .sec-starting .slide-next button {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .sec-starting .slide-prev button:hover, html[data-bgcolor="color_black"] .sec-starting .slide-next button:hover {
  background: #111 !important;
  border: 1px solid #fff;
  background-image: url(../img_top/arrow_slide_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

html[data-bgcolor="color_black"] .sec-interview .slide-prev button, html[data-bgcolor="color_black"] .sec-interview .slide-next button {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .sec-interview .slide-prev button:hover, html[data-bgcolor="color_black"] .sec-interview .slide-next button:hover {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] body, html[data-bgcolor="color_blue"] p, html[data-bgcolor="color_blue"] div, html[data-bgcolor="color_blue"] table, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6, html[data-bgcolor="color_blue"] ul, html[data-bgcolor="color_blue"] ol, html[data-bgcolor="color_blue"] li, html[data-bgcolor="color_blue"] td, html[data-bgcolor="color_blue"] th, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] dd, html[data-bgcolor="color_blue"] dl, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] caption, html[data-bgcolor="color_blue"] section, html[data-bgcolor="color_blue"] span, html[data-bgcolor="color_blue"] header, html[data-bgcolor="color_blue"] footer, html[data-bgcolor="color_blue"] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_blue"] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_blue"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_blue"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_blue"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_blue"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_blue"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #header-subnav .list li a,
html[data-bgcolor="color_blue"] #header-size .title img,
html[data-bgcolor="color_blue"] #header-color .title img,
html[data-bgcolor="color_blue"] header .header-subnav-in li img,
html[data-bgcolor="color_blue"] #footer-logo img,
html[data-bgcolor="color_blue"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .toiawase .title, html[data-bgcolor="color_blue"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_blue"] .hover-banner img, html[data-bgcolor="color_blue"] .modal-menu .banner img {
  background-color: #FFFFFF !important;
}

html[data-bgcolor="color_blue"] .info-area .in > .title img {
  background-color: #FFFFFF !important;
  padding: 5px;
}

html[data-bgcolor="color_blue"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  outline: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_blue"] .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    outline: 1px solid #fff;
  }
}

html[data-bgcolor="color_blue"] .slide-controls .control-unit .bx-controls-auto, html[data-bgcolor="color_blue"] .slide-controls .control-unit .slide-control-btn, html[data-bgcolor="color_blue"] .slide-controls .control-unit .bx-controls-auto-item, html[data-bgcolor="color_blue"] .slide-controls .control-unit button {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .bx-pager-item button.active {
  background-color: #FFFFFF !important;
}

html[data-bgcolor="color_blue"] .sec-innovation .movie-control-area button, html[data-bgcolor="color_blue"] .slide-controls .control-unit .bx-controls-auto-item button {
  border: 1px solid #fff !important;
}

html[data-bgcolor="color_blue"] .sec-innovation .movie-control-area button:hover, html[data-bgcolor="color_blue"] .slide-controls .control-unit .bx-controls-auto-item button:hover {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .s-9903 .btn {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] #header-print .header-logo img {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .sec-starting .slide-prev button, html[data-bgcolor="color_blue"] .sec-starting .slide-next button {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .sec-starting .slide-prev button:hover, html[data-bgcolor="color_blue"] .sec-starting .slide-next button:hover {
  background: #111 !important;
  border: 1px solid #fff;
  background-image: url(../img_top/arrow_slide_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

html[data-bgcolor="color_blue"] .sec-interview .slide-prev button, html[data-bgcolor="color_blue"] .sec-interview .slide-next button {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .sec-interview .slide-prev button:hover, html[data-bgcolor="color_blue"] .sec-interview .slide-next button:hover {
  background-color: #fff !important;
}
