@charset "UTF-8";
/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td,
figure {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
}

body {
  color: #333;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  overflow-wrap: break-word;
  /*@include media350 {
    font-size: calc(100vw * $basefontS / 350);
  }*/
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 1.7777777778vw;
  }
}
@media only screen and (max-width: 800px) {
  body {
    @font-size : calc(100vw * $basefontS / 800);
  }
}
@media only screen and (max-width: 700px) {
  body {
    font-size: 1.6494845361vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 500px) {
  body {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 4vw;
  }
}

dt,
dd,
li,
th,
td,
p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input,
textArea,
select,
button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button {
  cursor: pointer;
}

* {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
}
/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?iglu2i");
  src: url("../fonts/icomoon.eot?iglu2i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?iglu2i") format("truetype"), url("../fonts/icomoon.woff?iglu2i") format("woff"), url("../fonts/icomoon.svg?iglu2i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html.wfno-load, html.wf-active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.search_open,
.menu_open {
  height: 100vh;
  overflow-y: scroll;
}
.search_open #wrapper,
.menu_open #wrapper {
  overflow: hidden;
  height: 100vh;
}

iframe {
  max-width: 100%;
}

/*                leyout
======================================================= */
.bg_yellow {
  background: #f4edd8 url(../images/common/bg_repeat_yokushiru.png) repeat-y center top;
  background-size: contain;
}

#wrapper {
  overflow: hidden;
  padding-top: 190px;
}
@media only screen and (max-width: 900px) {
  #wrapper {
    padding-top: 56px;
  }
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1264px;
}
@media only screen and (max-width: 1300px) {
  .main_width {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 900px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .main_width {
    padding: 0 15px;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1048px;
}

/*                ヘッダー・
======================================================= */
/*                header
======================================================= */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 901px) {
  #header {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header * {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (max-width: 900px) {
  #header {
    height: 56px;
  }
}
#header #header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 94px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #header #header_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
  }
}
#header #header_wrap #header_logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 114px;
}
@media only screen and (max-width: 900px) {
  #header #header_wrap #header_logo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 200px;
    height: 56px;
    padding: 0 20px;
    top: 0;
  }
  #header #header_wrap #header_logo a img {
    width: 140px;
  }
}
#header #header_wrap #header_logo img {
  opacity: 1;
  width: 228px;
}
@media only screen and (max-width: 900px) {
  #header #header_wrap #header_logo {
    width: 150px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#header #header_wrap #gnavi {
  border-radius: 0 0 0 10px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #header #header_wrap #gnavi {
    border-radius: 0;
    margin-left: auto;
  }
}
#header #header_wrap #gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #header_wrap #gnavi ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b7183f;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 75%;
  font-weight: 500;
  height: 93px;
  width: 93px;
}
#header #header_wrap #gnavi ul li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 240%;
  margin-bottom: 5px;
}
#header #header_wrap #gnavi ul li + li {
  border-left: 1px solid #b76e80;
}
@media only screen and (min-width: 1025px) {
  #header #header_wrap #gnavi ul li a:hover {
    opacity: 0.8;
  }
}
#header #header_wrap #gnavi ul li.contact a:before {
  content: "\e904";
}
#header #header_wrap #gnavi ul li.access a:before {
  content: "\e906";
}
#header #header_wrap #gnavi ul li.language a:before {
  content: "\e903";
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#header #header_wrap #gnavi ul li.search a:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "\e907";
}
#header #header_wrap #gnavi ul li.search:before, #header #header_wrap #gnavi ul li.search:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  width: 32px;
  opacity: 0;
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header #header_wrap #gnavi ul li.search a {
  position: relative;
  z-index: 1;
}
#header #header_wrap #gnavi ul li.search a span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search_open #header #header_wrap #gnavi ul li.search {
  position: relative;
}
.search_open #header #header_wrap #gnavi ul li.search:before, .search_open #header #header_wrap #gnavi ul li.search:after {
  opacity: 1;
}
.search_open #header #header_wrap #gnavi ul li.search:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.search_open #header #header_wrap #gnavi ul li.search:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.search_open #header #header_wrap #gnavi ul li.search a:before {
  opacity: 0;
}
.search_open #header #header_wrap #gnavi ul li.search span {
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  #header #header_wrap #gnavi ul li:not(.menu) {
    display: none;
  }
}
#header #header_wrap #gnavi ul li.menu {
  border-left: none;
}
#header #header_wrap #gnavi ul li.menu a {
  background-color: #222;
}
@media only screen and (max-width: 900px) {
  #header #header_wrap #gnavi ul li.menu a {
    border-radius: 0 0 0 10px;
    padding-top: 4px;
    width: 56px;
    height: 56px;
  }
  #header #header_wrap #gnavi ul li.menu a span.text {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#header #header_wrap #gnavi ul li.menu a > span.bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: block;
  width: 30px;
  height: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  #header #header_wrap #gnavi ul li.menu a > span.bar {
    width: 20px;
    height: 16px;
  }
}
#header #header_wrap #gnavi ul li.menu a > span.bar span {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
#header #header_wrap #gnavi ul li.menu a > span.bar span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header #header_wrap #gnavi ul li.menu a > span.bar span:first-of-type {
  top: 0;
}
#header #header_wrap #gnavi ul li.menu a > span.bar span:last-of-type {
  bottom: 0;
}
#header #header_wrap #gnavi ul li.menu a.open > span.bar span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header #header_wrap #gnavi ul li.menu a.open > span.bar span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header #header_wrap #gnavi ul li.menu a.open > span.bar span:last-of-type {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header #header_wrap #gnavi ul li.menu a.open > span.bar span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
#header #header_wrap #gnavi ul li.menu a:before {
  display: none;
}

#header_menu {
  -webkit-transition: 1s;
  transition: 1s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  height: 100vh;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
.menu_open #header_menu {
  visibility: visible;
  opacity: 1;
}
.menu_open #header_menu #header_menu_area {
  background-color: #fff;
  max-height: 100%;
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  .menu_open #header_menu #header_menu_area {
    padding-top: 56px;
  }
}
.menu_open #header_menu #header_menu_close {
  pointer-events: visible;
}
#header_menu:before {
  background-color: rgba(183, 24, 63, 0.8);
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#header_menu #header_menu_area {
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #fff;
  position: relative;
  z-index: 2000;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 0;
}
@media only screen and (max-width: 640px) {
  #header_menu #header_menu_area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#header_menu #header_menu_close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
}
@media only screen and (max-width: 900px) {
  #header_menu #header_menu_close {
    width: 56px;
    overflow: hidden;
    border-radius: 0 0 0 8px;
    z-index: 2500;
  }
}
@media only screen and (max-width: 900px) {
  #header_menu #header_menu_logo {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
  }
}
@media only screen and (min-width: 901px) {
  #header_menu #header_menu_logo a {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #header_menu #header_menu_logo a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 200px;
    height: 56px;
    padding: 0 20px;
  }
  #header_menu #header_menu_logo a img {
    width: 140px;
  }
}
#header_menu #sp_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 901px) {
  #header_menu #sp_search {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu #sp_search {
    padding: 16px 15px 0;
    margin-bottom: 15px;
  }
}
#header_menu #sp_search .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#header_menu #sp_search .form form {
  width: 100%;
  position: relative;
}
#header_menu #sp_search .form form .gsc-input {
  position: relative;
  z-index: 1;
}
#header_menu #sp_search .form form .gsc-search-button button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  z-index: 100;
  font-size: 130%;
}
#header_menu #sp_search .form form .gsc-search-button button:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  left: 10px;
}
#header_menu #sp_search .form input {
  border: 2px #d6d6d6 solid;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  padding: 1.06em 40px 1.06em 1.5em;
  background-position: 1.5em 50% !important;
  height: 52px;
  position: relative;
  z-index: 1;
}
#header_menu #sp_search .lang {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 86px;
  margin-left: 10px;
}
#header_menu #sp_search .lang a {
  border: 2px #d6d6d6 solid;
  border-radius: 5px;
  display: block;
  font-size: 68.8%;
  text-align: center;
  width: 100%;
  padding: 0.8em 0;
  height: 52px;
}
#header_menu #sp_search .lang a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  display: block;
  font-size: 180%;
  margin: 0 auto;
}
#header_menu .menu_wrap {
  position: relative;
  z-index: 3;
  max-width: 1084px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  #header_menu .menu_wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap {
    padding: 0 15px;
  }
}
#header_menu .menu_wrap .menu_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  #header_menu .menu_wrap .menu_top {
    overflow-x: auto;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top {
    overflow-x: visible;
    margin-right: 0;
  }
  .english #header_menu .menu_wrap .menu_top {
    margin-top: 1em;
  }
}
#header_menu .menu_wrap .menu_top .navi {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 43.611111112%;
  padding: 60px 0 0;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi {
    padding: 0;
    width: auto;
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_top .navi {
    margin: 0 -15px;
  }
}
#header_menu .menu_wrap .menu_top .navi h3 {
  font-size: 250%;
  font-family: "jost";
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi h3 {
    display: none;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap {
  position: relative;
  max-width: 345px;
  padding-right: 45px;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap {
    max-width: none;
    padding-right: 0;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap a.low {
  position: relative;
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap a.low:after {
  content: "\e5c8";
  font-family: "Material Icons";
  color: #c2143d;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap a.low:after {
    right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap a.low:after {
    right: 15px;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi {
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 1px solid #d6d6d6;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  height: 100%;
  top: 0;
  width: 345px;
  padding: 0 36px;
  visibility: hidden;
  opacity: 0;
  width: 0;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi {
    border: none;
    width: 100%;
    padding: 0;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi .return a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}
@media only screen and (min-width: 901px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi .return a {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi .return a {
    padding: 0 15px;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi .return a:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  border-radius: 50px;
  content: "\e5c8";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Material Icons";
  color: #c2143d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.6em;
  height: 2.6em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 0.5em;
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi h4,
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul {
  width: 272px;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi h4,
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul {
    width: 100%;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi.open {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 901px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi.open {
    width: 345px;
  }
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: static;
  }
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi.open.left {
    position: absolute;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi h4 {
  border-bottom: 1px #d6d6d6 solid;
  font-weight: 600;
  overflow: hidden;
  padding: 1.05em 0;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi h4 {
    padding: 1.05em 30px;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi h4 {
    padding: 1.05em 15px;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul {
  overflow: hidden;
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul li span {
  background-color: #f3f3f3;
  display: block;
  border-bottom: 1px #d6d6d6 solid;
  font-size: 68.8%;
  font-weight: 600;
  padding: 0.6em 0.7em;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul li span {
    padding: 0.6em 30px;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul li span {
    padding: 0.6em 15px;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul li a {
  border-bottom: 1px #d6d6d6 solid;
  font-size: 87.5%;
  display: block;
  padding: 1.2em 0 1.2em 1.5em;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul li a {
    padding: 1.2em 30px;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul li a {
    padding: 1.2em 15px;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul li a.low {
  position: relative;
  padding-right: 1.5em;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap .lower_navi ul li a.low {
    padding-right: 3em;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap #navi2nd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi2nd {
    border-top: 1px #d6d6d6 solid;
  }
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi2nd.left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap #navi2nd ul li a {
  border-bottom: 1px #d6d6d6 solid;
  display: block;
  font-weight: 500;
  padding: 1em 1.5em 1em 0;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi2nd ul li a {
    padding: 1em 2.5em 1em 30px;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi2nd ul li a {
    padding: 1em 2.5em 1em 15px;
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap #navi2nd ul li a span {
  display: block;
  font-size: 62.5%;
  font-weight: normal;
  margin: 0.2em 0;
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap #navi3rd {
  left: 100%;
  z-index: 3;
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi3rd {
    left: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi3rd.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi3rd.left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#header_menu .menu_wrap .menu_top .navi .navi_wrap #navi4th {
  left: 200%;
  z-index: 2;
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi4th {
    left: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #header_menu .menu_wrap .menu_top .navi .navi_wrap #navi4th.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#header_menu .menu_wrap .menu_top .img {
  -webkit-transition: 3s;
  transition: 3s;
  width: 56.388888888%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_top .img {
    display: none;
  }
}
#header_menu .menu_wrap .menu_top .img.hide {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#header_menu .menu_wrap .menu_top .img .img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #header_menu .menu_wrap .menu_top .img .img_wrap {
    width: 100%;
  }
}
#header_menu .menu_wrap .menu_top .img .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
#header_menu .menu_wrap .menu_top .img img {
  width: 100%;
}
#header_menu .menu_wrap .menu_btm {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_btm {
    display: block;
  }
}
#header_menu .menu_wrap .menu_btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 901px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi {
    display: none;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi {
  margin-bottom: 2em;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi {
    margin-bottom: 1em;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d5d5d5;
  width: 20%;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li {
    width: 50%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li:nth-child(odd) {
    border-left: 1px solid #d5d5d5;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li a {
  display: block;
  text-align: center;
  font-size: 87.5%;
  font-weight: 500;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 400px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li a {
    font-size: 87.5%;
    padding: 0px;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c2143d;
  display: block;
  font-size: 250%;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li a:before {
    font-size: 180%;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li.corp a:before {
  content: "\e900";
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li.graduate a:before {
  content: "\e901";
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li.teacher a:before {
  content: "\e908";
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li.students a:before {
  content: "\e90d";
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li.media a:before {
  content: "\e905";
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .icon_navi ul li.guardian a:before {
  content: "\e90c";
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul {
  margin: 0 -10px 1.5em;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul {
    margin: 0 -2px 1.5em;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul li {
  width: 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul li {
    padding: 0 2px;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul li a {
  background-color: #c2143d;
  border-radius: 8px;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  padding: 1.2em 1em;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul li a {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 400px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul li a {
    font-size: 75%;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 150%;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul li.contact a:before {
  content: "\e904";
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .btn_navi ul li.access a:before {
  content: "\e906";
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi {
  margin: 0 -30px 2em;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi {
    margin: 0 -15px 2em;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi ul {
  border-top: 1px #d5d5d5 solid;
  border-bottom: 1px #d5d5d5 solid;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi ul li {
    border-bottom: 1px #d5d5d5 solid;
    width: 50%;
  }
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi ul li + li {
  border-left: 1px #d5d5d5 solid;
}
#header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.8em 0;
}
@media only screen and (max-width: 640px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi ul li a {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 400px) {
  #header_menu .menu_wrap .menu_btm .sp_btm_navi .text_navi ul li a {
    font-size: 75%;
  }
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_btm .navi {
    display: none;
  }
}
#header_menu .menu_wrap .menu_btm .navi ul li {
  font-size: 81.3%;
  font-weight: 500;
}
#header_menu .menu_wrap .menu_btm .navi ul li + li {
  margin-left: 15px;
}
#header_menu .menu_wrap .menu_btm .navi ul li a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  color: #c2143d;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
@media only screen and (max-width: 900px) {
  #header_menu .menu_wrap .menu_btm .sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header_menu .menu_wrap .menu_btm .sns ul li + li {
  margin-left: 25px;
}

#header_search {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
}
#header_search:before {
  background-color: rgba(183, 24, 63, 0.8);
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.search_open #header_search {
  visibility: visible;
  opacity: 1;
}
.search_open #header_search .form {
  background-color: #fff;
  max-height: 100%;
  opacity: 1;
  padding: 140px 30px 50px;
}
#header_search .form {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-height: 0;
}
@media only screen and (max-width: 900px) {
  #header_search {
    display: none;
  }
}
#header_search #cse-search-box {
  position: relative;
  max-width: 832px;
  margin: 0 auto;
}
#header_search .gsc-input {
  position: relative;
  z-index: 1;
}
#header_search .gsc-search-button button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 100;
  font-size: 30px;
}
#header_search .gsc-search-button button:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}
#header_search input {
  border: 2px #d6d6d6 solid;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  padding: 1.06em 100px 1.06em 30px;
  background-position: 30px 50% !important;
  height: 80px;
  position: relative;
  z-index: 1;
}
#header_search input.on {
  background: none !important;
}

#bread {
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
}
@media only screen and (max-width: 900px) {
  #bread .main_width {
    position: relative;
  }
}
#bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  margin-bottom: -5px;
}
@media only screen and (min-width: 901px) {
  #bread ol {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 900px) {
  #bread ol {
    overflow-x: auto;
    white-space: nowrap;
    padding: 30px 30px 30px 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #bread ol {
    padding: 1.5em 1.5em 1.5em 0;
  }
}
#bread ol:before {
  background-color: #c2143d;
  content: "";
  width: 4.5em;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
}
@media only screen and (max-width: 900px) {
  #bread ol:before {
    left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #bread ol:before {
    left: 15px;
  }
}
#bread ol li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  #bread ol li {
    margin-bottom: 0;
  }
}
#bread ol li a {
  color: #c2143d;
}
#bread ol li:first-child:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  color: #c2143d;
  margin-right: 12px;
}
#bread ol li:after {
  background-color: #000022;
  content: "";
  display: block;
  height: 1px;
  width: 16px;
  margin: 0 18px;
}
#bread ol li:last-child:after {
  display: none;
}

#main_area {
  padding-bottom: 140px;
}
@media only screen and (max-width: 640px) {
  #main_area {
    padding-bottom: 3em;
  }
}

footer {
  position: relative;
  z-index: 2;
}

#footer {
  border-top: 1px solid #d6d6d6;
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  #footer a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer a:hover {
    color: #c2143d;
  }
}
#footer #footer_sns {
  background-color: #f3f3f3;
  padding: 38px 0 32px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_sns {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 901px) {
  #footer #footer_sns dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer #footer_sns dl dt {
  font-weight: 500;
  padding-right: 62px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_sns dl dt {
    text-align: center;
    font-size: 112.5%;
    padding-right: 0;
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 901px) {
  #footer #footer_sns dl dd {
    border-left: 1px solid #d5d5d5;
    padding-left: 64px;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_sns dl dd {
    width: 80%;
    margin: 0 auto;
  }
}
#footer #footer_sns dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #footer #footer_sns dl dd ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer #footer_sns dl dd ul li a {
  display: block;
}
#footer #footer_sns dl dd ul li + li {
  margin-left: 40px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_sns dl dd ul li + li {
    margin-left: 2em;
  }
}
#footer #footer_icon_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 62px 0;
}
@media only screen and (max-width: 900px) {
  #footer #footer_icon_navi ul {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_icon_navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    margin-bottom: -12px;
  }
}
#footer #footer_icon_navi ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #d5d5d5;
  width: 25%;
}
@media only screen and (max-width: 640px) {
  #footer #footer_icon_navi ul li {
    width: 50%;
    margin-bottom: 12px;
  }
}
#footer #footer_icon_navi ul li:first-child {
  border-left: 1px solid #d5d5d5;
}
@media only screen and (max-width: 640px) {
  #footer #footer_icon_navi ul li:nth-child(odd) {
    border-left: 1px solid #d5d5d5;
  }
}
#footer #footer_icon_navi ul li a {
  display: block;
  text-align: center;
  font-size: 87.5%;
  font-weight: 500;
  padding: 12px 0 10px;
}
@media only screen and (max-width: 640px) {
  #footer #footer_icon_navi ul li a {
    font-size: 100%;
    padding: 0px;
  }
}
#footer #footer_icon_navi ul li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c2143d;
  display: block;
  font-size: 250%;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  #footer #footer_icon_navi ul li a:before {
    font-size: 180%;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
  }
}
#footer #footer_icon_navi ul li.corp a:before {
  content: "\e900";
}
#footer #footer_icon_navi ul li.graduate a:before {
  content: "\e901";
}
#footer #footer_icon_navi ul li.teacher a:before {
  content: "\e908";
}
#footer #footer_icon_navi ul li.media a:before {
  content: "\e905";
}
#footer #footer_icon_navi ul li.students a:before {
  content: "\e90d";
}
#footer #footer_icon_navi ul li.guardian a:before {
  content: "\e90c";
}
#footer #footer_navi .navi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 0 60px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi .navi_wrap {
    position: relative;
    padding: 0 0 5em;
  }
}
#footer #footer_navi .navi_wrap .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 330px;
  padding-top: 0.6em;
}
.english #footer #footer_navi .navi_wrap .logo {
  width: 410px;
}
@media only screen and (max-width: 1200px) {
  .english #footer #footer_navi .navi_wrap .logo {
    width: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer #footer_navi .navi_wrap .logo {
    width: 200px;
  }
  .english #footer #footer_navi .navi_wrap .logo {
    width: 200px;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi .navi_wrap .logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 70%;
    padding-top: 3em;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .english #footer #footer_navi .navi_wrap .logo {
    width: 100%;
    padding: 1.5em 20px 0;
  }
}
#footer #footer_navi .navi_wrap .logo img {
  opacity: 1;
}
#footer #footer_navi .navi_wrap .logo ul {
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi .navi_wrap .logo ul {
    margin-top: 1em;
  }
}
#footer #footer_navi .navi_wrap .logo ul li {
  border-bottom: 1px solid #cacaca;
}
#footer #footer_navi .navi_wrap .logo ul li:first-child {
  border-top: 1px solid #cacaca;
}
#footer #footer_navi .navi_wrap .logo ul li a {
  display: block;
  font-size: 87.5%;
  font-weight: 500;
  position: relative;
  padding: 15px 0;
}
#footer #footer_navi .navi_wrap .logo ul li a:after {
  content: "\e5c8";
  font-family: "Material Icons";
  color: #c2143d;
  font-size: 120%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  #footer #footer_navi .navi_wrap .logo ul li a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer #footer_navi .navi_wrap .logo ul li a:hover:after {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
#footer #footer_navi .navi_wrap .navi {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 1;
          flex: 1 1 1;
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  #footer #footer_navi .navi_wrap .navi {
    width: calc(100% - 250px);
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi .navi_wrap .navi {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap .navi {
    border-top: 1px #d6d6d6 solid;
  }
}
@media only screen and (min-width: 641px) {
  #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 641px) {
  #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt {
    font-size: 100%;
    font-weight: 600;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 9em;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt {
    line-height: 1.2;
    width: 15.5em;
  }
}
#footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt span {
  display: block;
  padding-top: 0.3em;
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt span {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt a {
    display: block;
  }
  #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt a:after {
    content: "\e5c8";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Material Icons";
    font-weight: normal;
    color: #c2143d;
    font-size: 120%;
    margin-left: 0.2em;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt a:after {
    display: inline-block;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    margin-left: 0.2em;
  }
}
#footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dt a.not_arrow:after {
  display: none;
}
#footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-top: 0.3em;
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dd {
    display: none;
  }
}
#footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px -0.5em;
}
#footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dd ul li {
  font-size: 81.3%;
  width: 33.3333333%;
  padding: 0 16px;
  margin-bottom: 0.5em;
}
.english #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set dd ul li {
  width: 50%;
}
@media only screen and (min-width: 641px) {
  #footer #footer_navi .navi_wrap .navi .navi_top dl .navi_set + .navi_set {
    padding-top: 2em;
  }
}
@media only screen and (min-width: 641px) {
  #footer #footer_navi .navi_wrap .navi .navi_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3em -16px 0;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_btm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2em 0;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_btm .navi_set {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .english #footer #footer_navi .navi_wrap .navi .navi_btm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_btm a {
    border: none;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_btm a strong {
    font-weight: normal;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_btm .facebook {
    width: 15%;
  }
  .english #footer #footer_navi .navi_wrap .navi .navi_btm .facebook img {
    max-width: 35px;
    width: 90%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 641px) {
  #footer #footer_navi .navi_wrap .navi .navi_btm .navi_set {
    width: 50%;
    padding: 0 16px;
  }
}
#footer #footer_navi .navi_wrap .navi .navi_btm .navi_set a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .english #footer #footer_navi .navi_wrap .navi .navi_btm .navi_set a {
    border: none;
  }
}
@media only screen and (min-width: 1025px) {
  #footer #footer_navi .navi_wrap .navi .navi_btm .navi_set a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer #footer_navi .navi_wrap .navi .navi_btm .navi_set a strong:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footer #footer_navi .navi_wrap .navi .navi_btm .navi_set a:hover {
    color: #c2143d;
  }
  #footer #footer_navi .navi_wrap .navi .navi_btm .navi_set a:hover strong:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
#footer #footer_navi .navi_wrap .navi .navi_btm .navi_set strong,
#footer #footer_navi .navi_wrap .navi .navi_btm .navi_set span {
  display: block;
}
#footer #footer_navi .navi_wrap .navi .navi_btm .navi_set strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
#footer #footer_navi .navi_wrap .navi .navi_btm .navi_set strong:after {
  content: "\e5c8";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Material Icons";
  color: #c2143d;
  font-size: 120%;
  margin-top: -0.1em;
  margin-left: 0.2em;
}
#footer #footer_navi .navi_wrap .navi .navi_btm .navi_set span {
  font-size: 68.8%;
  margin-top: 1em;
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap .navi .navi_btm .navi_set span {
    margin-top: 0.1em;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap .navi .navi_top a,
  #footer #footer_navi .navi_wrap .navi .navi_btm a {
    border-bottom: 1px #d6d6d6 solid;
    display: block;
    padding: 0.8em 0;
  }
}
#footer #footer_navi .navi_wrap #btm_navi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #cacaca;
  width: 100%;
  padding: 40px 0 0;
  margin-top: 70px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi .navi_wrap #btm_navi {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px 0 0;
    margin: 3em 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap #btm_navi {
    border-top: none;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap #btm_navi {
    margin: 2.5em 0 0;
  }
}
#footer #footer_navi .navi_wrap #btm_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi .navi_wrap #btm_navi ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap #btm_navi ul {
    border-top: 1px solid #cacaca;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
}
#footer #footer_navi .navi_wrap #btm_navi ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 81.3%;
}
@media only screen and (min-width: 641px) {
  #footer #footer_navi .navi_wrap #btm_navi ul li br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap #btm_navi ul li {
    border-bottom: 1px solid #cacaca;
    font-size: 87.5%;
    width: 50%;
  }
  #footer #footer_navi .navi_wrap #btm_navi ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1em 0;
  }
}
@media only screen and (max-width: 400px) {
  #footer #footer_navi .navi_wrap #btm_navi ul li {
    font-size: 75%;
  }
}
@media only screen and (min-width: 641px) {
  #footer #footer_navi .navi_wrap #btm_navi ul li + li:before {
    content: "|";
    color: #b3b3b3;
    margin: 0 24px;
  }
}
@media only screen and (max-width: 640px) {
  #footer #footer_navi .navi_wrap #btm_navi ul li + li {
    border-left: 1px solid #cacaca;
  }
}
#footer #footer_navi .navi_wrap #btm_navi p.copy {
  font-size: 75%;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi .navi_wrap #btm_navi p.copy {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 3em;
    width: 100%;
    margin: 0;
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_navi .navi_wrap #btm_navi .page_top {
    display: none !important;
  }
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

.slide_wrap {
  opacity: 0;
}
.slide_wrap.slick-initialized {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.slide_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.know_well_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px -32px;
}
@media only screen and (max-width: 900px) {
  .know_well_list {
    margin: 0 -8px -2em;
  }
}
.know_well_list .list_set {
  width: 25%;
  padding: 0 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 900px) {
  .know_well_list .list_set {
    padding: 0 8px;
    margin-bottom: 2em;
  }
}
.know_well_list .list_set .set_wrap {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .know_well_list .list_set a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.know_well_list .list_set .img_wrap {
  margin-bottom: 12px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
@media only screen and (max-width: 640px) {
  .know_well_list .list_set .img_wrap {
    border-radius: 10px;
  }
}
.know_well_list .list_set .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.know_well_list .list_set h3 {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 100%;
}
@media only screen and (max-width: 640px) {
  .know_well_list .list_set h3 {
    font-size: 81.3%;
  }
}
.know_well_list .list_set .cat_date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 81.3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.know_well_list .list_set .cat_date .cat {
  background-color: #c2143d;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  padding: 4px 1.5em 6px;
}
@media only screen and (max-width: 640px) {
  .know_well_list .list_set .cat_date .cat {
    font-size: 62.5%;
  }
}
.know_well_list .list_set .cat_date time {
  font-family: "jost";
}

.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.8em -2px -4px;
}
.tag_list li {
  padding: 0 2px;
  margin-bottom: 4px;
}
.tag_list li a,
.tag_list li span {
  background-color: #fff;
  border: 1px #c2143d solid;
  border-radius: 50px;
  color: #c2143d;
  display: block;
  line-height: 1;
  font-size: 81.3%;
  padding: 5px 1.5em 6px;
}
@media only screen and (max-width: 640px) {
  .tag_list li a,
  .tag_list li span {
    font-size: 62.5%;
    padding: 5px 1em 6px;
  }
}
@media only screen and (min-width: 1025px) {
  .tag_list li a:hover {
    background-color: #c2143d;
    color: #fff;
  }
}

#impotant_news {
  margin-bottom: 40px;
}
#impotant_news .news_wrap {
  border: 1px #d6d6d6 solid;
  border-radius: 8px;
  padding: 7px;
}
#impotant_news .news_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  #impotant_news .news_wrap dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 641px) {
  #impotant_news .news_wrap dl dt,
  #impotant_news .news_wrap dl dd {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
#impotant_news .news_wrap dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c2143d;
  border-radius: 5px;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 87.5%;
}
@media only screen and (min-width: 641px) {
  #impotant_news .news_wrap dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 13.143em;
  }
}
@media only screen and (max-width: 640px) {
  #impotant_news .news_wrap dl dt {
    text-align: center;
    width: 6.5em;
    padding: 1em 0.8em;
  }
}
@media only screen and (min-width: 641px) {
  #impotant_news .news_wrap dl dt br {
    display: none;
  }
}
#impotant_news .news_wrap dl dt:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-size: 120%;
  margin-right: 6px;
}
@media only screen and (max-width: 640px) {
  #impotant_news .news_wrap dl dt:before {
    display: block;
    margin: 0 auto 0.2em;
  }
}
#impotant_news .news_wrap dl dd {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
  padding-right: 2em;
  padding-left: 22px;
}
@media only screen and (max-width: 640px) {
  #impotant_news .news_wrap dl dd {
    padding-right: 1.5em;
  }
}
#impotant_news .news_wrap dl dd .slick-list {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #impotant_news .news_wrap dl dd {
    padding-left: 1.2em;
  }
}
@media only screen and (min-width: 641px) {
  #impotant_news .news_wrap dl dd .item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#impotant_news .news_wrap dl dd .item a time {
  color: #717171;
  display: block;
  font-family: "jost";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.2em;
  margin-right: 1.8em;
}
@media only screen and (max-width: 640px) {
  #impotant_news .news_wrap dl dd .item a time {
    padding-top: 0;
    margin-right: 0;
  }
}
#impotant_news .news_wrap dl dd .item a span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 87.5%;
}
@media only screen and (max-width: 640px) {
  #impotant_news .news_wrap dl dd .item a span {
    -webkit-line-clamp: 2;
  }
}

@media only screen and (min-width: 901px) {
  .slide_control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 22px;
  }
  .slide_control .slick_dot_wrap + .slick_arrow_wrap {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .slide_control {
    margin-top: 1.5em;
  }
}

.slide_padding .slick-list {
  margin: 0 -16px;
}
@media only screen and (max-width: 900px) {
  .slide_padding .slick-list {
    padding-right: 50px;
    margin: 0 -8px;
  }
}
@media only screen and (max-width: 640px) {
  .slide_padding .slick-list {
    padding-right: 30%;
    margin: 0 -5px;
  }
}
.slide_padding .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  .slide_padding .item {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 640px) {
  .slide_padding .item {
    padding: 0 5px;
  }
}
.slide_padding .item .set_wrap {
  width: 100%;
}

.slick-list .img_wrap {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.slick-list .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}
.slick-list .img_wrap + p:not([class]) {
  font-weight: 600;
  margin-top: 0.8em;
}
@media only screen and (min-width: 1025px) {
  .slick-list a .img_wrap + p:not([class]) {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .slick-list a:hover .img_wrap + p:not([class]) {
    color: #c2143d;
  }
  .slick-list a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .slick-list a:hover:after {
    font-size: 100%;
  }
}

.slick_arrow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick_arrow_wrap .slick-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
}
.slick_arrow_wrap .slick-arrow + .slick-arrow {
  margin-left: 7px;
}
.slick_dot_wrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .slick_dot_wrap .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slick_dot_wrap .slick-dots li + li {
  margin-left: 10px;
}
.slick_dot_wrap .slick-dots li.slick-active button {
  background-color: #c2143d;
}
.slick_dot_wrap .slick-dots li button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #bcbcbc;
  border-radius: 9px;
  display: block;
  overflow: hidden;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
}

.home_title.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_title.flex a {
  margin-top: 1.5em;
}
.home_title .title_wrap {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .home_title .title_wrap {
    margin-bottom: 3em;
  }
}
.home_title .title_wrap p.en {
  font-family: "jost";
  font-size: 375%;
  font-weight: 300;
}
.home_title .title_wrap p.en br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home_title .title_wrap p.en {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 900px) {
  .home_title .title_wrap p.en {
    font-size: 8vw;
    line-height: 1;
  }
  .home_title .title_wrap p.en br {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .home_title .title_wrap p.en {
    font-size: 10vw;
  }
}
.home_title .title_wrap h2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ac072f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 100%;
}
.home_title .title_wrap h2:before {
  background: none;
}
@media only screen and (max-width: 1024px) {
  .home_title .title_wrap h2 {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 900px) {
  .home_title .title_wrap h2 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 400px) {
  .home_title .title_wrap h2 {
    font-size: 3vw;
  }
}
.home_title .title_wrap h2:before {
  content: "/";
  font-size: 120%;
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: auto;
  margin: 0 10px;
}
.home_title a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .home_title a {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 900px) {
  .home_title a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 100%;
  }
}
.home_title a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  border-radius: 50px;
  content: "\e5c8";
  color: #ac072f;
  font-family: "Material Icons";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
  width: 3em;
  height: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.5em;
}
@media only screen and (min-width: 1025px) {
  .home_title a:hover:after {
    background-color: #ac072f;
    color: #fff;
  }
}

.news_list .list_set .set_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #b9b9b9 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.4em 0 1.5em;
}
@media only screen and (max-width: 900px) {
  .news_list .list_set .set_wrap {
    display: block;
    padding: 1.2em 0 1.3em;
  }
}
.news_list .list_set .set_wrap time {
  color: #717171;
  display: block;
  font-size: 93.8%;
  font-family: "jost";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8em;
}
@media only screen and (max-width: 900px) {
  .news_list .list_set .set_wrap time {
    float: left;
    width: auto;
    padding: 0.3em 1em 0 0;
  }
}
.news_list .list_set .set_wrap .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  position: relative;
  padding-right: 3em;
}
.news_list .list_set .set_wrap .info:after {
  content: "\e5c8";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Material Icons";
  color: #c2143d;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .news_list .list_set .set_wrap .info {
    padding-right: 0;
  }
  .news_list .list_set .set_wrap .info:after {
    content: "";
    clear: both;
    display: block;
    height: 1px;
    width: 100%;
  }
}
.news_list .list_set .set_wrap .info .category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .news_list .list_set .set_wrap .info .category {
    margin-bottom: 8px;
  }
}
.news_list .list_set .set_wrap .info .category span {
  color: #c2143d;
  display: block;
}
.news_list .list_set .set_wrap .info .category span.text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px #c2143d solid;
  border-radius: 50px;
  display: table;
  font-size: 75%;
  padding: 0.2em 1.1em;
}
.news_list .list_set .set_wrap .info .category span.new {
  font-size: 81.3%;
  margin-left: 0.6em;
}
@media only screen and (max-width: 900px) {
  .news_list .list_set .set_wrap .info p.title {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .news_list .list_set a.set_wrap {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news_list .list_set a.set_wrap:hover {
    color: #c2143d;
  }
  .news_list .list_set a.set_wrap:hover .category span.text {
    background-color: #c2143d;
    color: #fff;
  }
}

@media only screen and (min-width: 901px) {
  .news_module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .news_module {
    position: relative;
    padding-bottom: 4.5em;
  }
}
.news_module .home_title {
  width: 324px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .news_module .home_title {
    width: 280px;
  }
}
@media only screen and (max-width: 900px) {
  .news_module .home_title .title_wrap {
    margin-bottom: 0.5em;
  }
}
.news_module .news_list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media only screen and (max-width: 900px) {
  .event_list,
  .event_slider {
    padding-bottom: 6em;
  }
}
.event_list .slide_wrap,
.event_slider .slide_wrap {
  overflow: hidden;
  padding-right: 50%;
  margin-right: -50%;
}
@media only screen and (max-width: 1024px) {
  .event_list .slide_wrap .slick-list,
  .event_slider .slide_wrap .slick-list {
    padding-right: 15%;
  }
}
@media only screen and (max-width: 900px) {
  .event_list .slide_wrap .slick-list,
  .event_slider .slide_wrap .slick-list {
    padding-right: 8%;
  }
}
@media only screen and (max-width: 640px) {
  .event_list .slide_wrap .slick-list,
  .event_slider .slide_wrap .slick-list {
    padding-right: 16vw;
  }
}
.event_list .item,
.event_slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event_list .item .set_wrap,
.event_slider .item .set_wrap {
  background-color: #fff;
  border: 1px #dfdfdf solid;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  padding: 5px;
}
.event_list .item .set_wrap:before,
.event_slider .item .set_wrap:before {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% - 10px);
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 3;
}
@media only screen and (max-width: 640px) {
  .event_list .item .set_wrap:before,
  .event_slider .item .set_wrap:before {
    width: 8px;
    height: calc(100% - 8px);
    left: 4px;
    top: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .event_list .item .set_wrap,
  .event_slider .item .set_wrap {
    padding: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .event_list .item .set_wrap .info_area,
  .event_slider .item .set_wrap .info_area {
    border-left-width: 8px;
  }
}
.event_list .item .set_wrap .info_area .date_info,
.event_slider .item .set_wrap .info_area .date_info {
  position: relative;
  padding: 45px 30px 40px;
}
@media only screen and (max-width: 640px) {
  .event_list .item .set_wrap .info_area .date_info,
  .event_slider .item .set_wrap .info_area .date_info {
    padding: 2.5em 1.5em 2.3em;
  }
}
.event_list .item .set_wrap .info_area .date_info p.year,
.event_slider .item .set_wrap .info_area .date_info p.year {
  background-color: #fff;
  border-radius: 0 0 0 8px;
  font-size: 93.8%;
  font-weight: 500;
  font-family: "jost";
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.65em 1.26em;
}
@media only screen and (max-width: 640px) {
  .event_list .item .set_wrap .info_area .date_info p.year,
  .event_slider .item .set_wrap .info_area .date_info p.year {
    font-size: 75%;
  }
}
.event_list .item .set_wrap .info_area .date_info .date + .date,
.event_slider .item .set_wrap .info_area .date_info .date + .date {
  position: relative;
  margin-left: 2em;
}
.event_list .item .set_wrap .info_area .date_info .date + .date:before,
.event_slider .item .set_wrap .info_area .date_info .date + .date:before {
  content: "";
  display: block;
  width: 0.9em;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.event_list .item .set_wrap .info_area .date_info .date p,
.event_slider .item .set_wrap .info_area .date_info .date p {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "jost";
  font-size: 250%;
}
@media only screen and (max-width: 1200px) {
  .event_list .item .set_wrap .info_area .date_info .date p,
  .event_slider .item .set_wrap .info_area .date_info .date p {
    font-size: 187.5%;
  }
}
@media only screen and (max-width: 640px) {
  .event_list .item .set_wrap .info_area .date_info .date p,
  .event_slider .item .set_wrap .info_area .date_info .date p {
    font-size: 175%;
  }
}
.event_list .item .set_wrap .info_area .date_info .date p span,
.event_slider .item .set_wrap .info_area .date_info .date p span {
  font-weight: 500;
  font-size: 40%;
  margin-left: 0.3em;
}
.event_list .item .set_wrap .date_info,
.event_slider .item .set_wrap .date_info {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event_list .item .set_wrap .event_info,
.event_slider .item .set_wrap .event_info {
  padding: 30px 30px 20px;
}
@media only screen and (max-width: 640px) {
  .event_list .item .set_wrap .event_info,
  .event_slider .item .set_wrap .event_info {
    padding: 1.5em 1.5em 1.3em;
  }
}
.event_list .item .set_wrap .event_info .txt h3,
.event_slider .item .set_wrap .event_info .txt h3 {
  font-size: 125%;
  font-weight: 600;
}
.event_list .item .set_wrap .event_info .txt p,
.event_slider .item .set_wrap .event_info .txt p {
  font-size: 87.5%;
  margin-top: 0.5em;
}
.event_list .item .set_wrap .event_info .info,
.event_slider .item .set_wrap .event_info .info {
  border-top: 1px solid #b9b9b9;
  padding-top: 0.8em;
  margin-top: 1em;
}
.event_list .item .set_wrap .event_info .info p + p,
.event_slider .item .set_wrap .event_info .info p + p {
  margin-top: 0.3em;
}
.event_list .item .set_wrap .event_info .info p.place, .event_list .item .set_wrap .event_info .info p.time,
.event_slider .item .set_wrap .event_info .info p.place,
.event_slider .item .set_wrap .event_info .info p.time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 81.3%;
}
.event_list .item .set_wrap .event_info .info p.place:before, .event_list .item .set_wrap .event_info .info p.time:before,
.event_slider .item .set_wrap .event_info .info p.place:before,
.event_slider .item .set_wrap .event_info .info p.time:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.event_list .item .set_wrap .event_info .info p.place:before,
.event_slider .item .set_wrap .event_info .info p.place:before {
  content: "\e906";
  font-size: 120%;
  margin-left: -0.1em;
}
.event_list .item .set_wrap .event_info .info p.time:before,
.event_slider .item .set_wrap .event_info .info p.time:before {
  content: "\e90b";
}
.event_list .item .set_wrap .event_info .info p.reservation,
.event_slider .item .set_wrap .event_info .info p.reservation {
  font-size: 75%;
}
.event_list .item .set_wrap.color1:before,
.event_slider .item .set_wrap.color1:before {
  background-color: #e46051;
}
.event_list .item .set_wrap.color1 .info_area,
.event_slider .item .set_wrap.color1 .info_area {
  border-left-color: #e46051;
}
.event_list .item .set_wrap.color1 .info_area .date_info,
.event_list .item .set_wrap.color1 .info_area p.reservation,
.event_slider .item .set_wrap.color1 .info_area .date_info,
.event_slider .item .set_wrap.color1 .info_area p.reservation {
  color: #e46051;
}
.event_list .item .set_wrap.color1 .info_area .date + .date:before,
.event_slider .item .set_wrap.color1 .info_area .date + .date:before {
  background-color: #e46051;
}
.event_list .item .set_wrap.color2:before,
.event_slider .item .set_wrap.color2:before {
  background-color: #4791cc;
}
.event_list .item .set_wrap.color2 .info_area,
.event_slider .item .set_wrap.color2 .info_area {
  border-left-color: #4791cc;
}
.event_list .item .set_wrap.color2 .info_area .date_info,
.event_list .item .set_wrap.color2 .info_area p.reservation,
.event_slider .item .set_wrap.color2 .info_area .date_info,
.event_slider .item .set_wrap.color2 .info_area p.reservation {
  color: #4791cc;
}
.event_list .item .set_wrap.color2 .info_area .date + .date:before,
.event_slider .item .set_wrap.color2 .info_area .date + .date:before {
  background-color: #4791cc;
}
.event_list .item .set_wrap.color3:before,
.event_slider .item .set_wrap.color3:before {
  background-color: #6659a2;
}
.event_list .item .set_wrap.color3 .info_area,
.event_slider .item .set_wrap.color3 .info_area {
  border-left-color: #6659a2;
}
.event_list .item .set_wrap.color3 .info_area .date_info,
.event_list .item .set_wrap.color3 .info_area p.reservation,
.event_slider .item .set_wrap.color3 .info_area .date_info,
.event_slider .item .set_wrap.color3 .info_area p.reservation {
  color: #6659a2;
}
.event_list .item .set_wrap.color3 .info_area .date + .date:before,
.event_slider .item .set_wrap.color3 .info_area .date + .date:before {
  background-color: #6659a2;
}
.event_list .item .set_wrap.color4:before,
.event_slider .item .set_wrap.color4:before {
  background-color: #e4904d;
}
.event_list .item .set_wrap.color4 .info_area,
.event_slider .item .set_wrap.color4 .info_area {
  border-left-color: #e4904d;
}
.event_list .item .set_wrap.color4 .info_area .date_info,
.event_list .item .set_wrap.color4 .info_area p.reservation,
.event_slider .item .set_wrap.color4 .info_area .date_info,
.event_slider .item .set_wrap.color4 .info_area p.reservation {
  color: #e4904d;
}
.event_list .item .set_wrap.color4 .info_area .date + .date:before,
.event_slider .item .set_wrap.color4 .info_area .date + .date:before {
  background-color: #e4904d;
}
.event_list .item .set_wrap.color5:before,
.event_slider .item .set_wrap.color5:before {
  background-color: #b05286;
}
.event_list .item .set_wrap.color5 .info_area,
.event_slider .item .set_wrap.color5 .info_area {
  border-left-color: #b05286;
}
.event_list .item .set_wrap.color5 .info_area .date_info,
.event_list .item .set_wrap.color5 .info_area p.reservation,
.event_slider .item .set_wrap.color5 .info_area .date_info,
.event_slider .item .set_wrap.color5 .info_area p.reservation {
  color: #b05286;
}
.event_list .item .set_wrap.color5 .info_area .date + .date:before,
.event_slider .item .set_wrap.color5 .info_area .date + .date:before {
  background-color: #b05286;
}
.event_list .item .set_wrap.color6:before,
.event_slider .item .set_wrap.color6:before {
  background-color: #c2143d;
}
.event_list .item .set_wrap.color6 .info_area,
.event_slider .item .set_wrap.color6 .info_area {
  border-left-color: #c2143d;
}
.event_list .item .set_wrap.color6 .info_area .date_info,
.event_list .item .set_wrap.color6 .info_area p.reservation,
.event_slider .item .set_wrap.color6 .info_area .date_info,
.event_slider .item .set_wrap.color6 .info_area p.reservation {
  color: #c2143d;
}
.event_list .item .set_wrap.color6 .info_area .date + .date:before,
.event_slider .item .set_wrap.color6 .info_area .date + .date:before {
  background-color: #c2143d;
}
.event_list .item .set_wrap.color7:before,
.event_slider .item .set_wrap.color7:before {
  background-color: #b05286;
}
.event_list .item .set_wrap.color7 .info_area,
.event_slider .item .set_wrap.color7 .info_area {
  border-left-color: #b05286;
}
.event_list .item .set_wrap.color7 .info_area .date_info,
.event_list .item .set_wrap.color7 .info_area p.reservation,
.event_slider .item .set_wrap.color7 .info_area .date_info,
.event_slider .item .set_wrap.color7 .info_area p.reservation {
  color: #b05286;
}
.event_list .item .set_wrap.color7 .info_area .date + .date:before,
.event_slider .item .set_wrap.color7 .info_area .date + .date:before {
  background-color: #b05286;
}
.event_list .item .set_wrap.color8:before,
.event_slider .item .set_wrap.color8:before {
  background-color: #0a2d74;
}
.event_list .item .set_wrap.color8 .info_area,
.event_slider .item .set_wrap.color8 .info_area {
  border-left-color: #0a2d74;
}
.event_list .item .set_wrap.color8 .info_area .date_info,
.event_list .item .set_wrap.color8 .info_area p.reservation,
.event_slider .item .set_wrap.color8 .info_area .date_info,
.event_slider .item .set_wrap.color8 .info_area p.reservation {
  color: #0a2d74;
}
.event_list .item .set_wrap.color8 .info_area .date + .date:before,
.event_slider .item .set_wrap.color8 .info_area .date + .date:before {
  background-color: #0a2d74;
}
.event_list .item .set_wrap.color9:before,
.event_slider .item .set_wrap.color9:before {
  background-color: #0a807f;
}
.event_list .item .set_wrap.color9 .info_area,
.event_slider .item .set_wrap.color9 .info_area {
  border-left-color: #0a807f;
}
.event_list .item .set_wrap.color9 .info_area .date_info,
.event_list .item .set_wrap.color9 .info_area p.reservation,
.event_slider .item .set_wrap.color9 .info_area .date_info,
.event_slider .item .set_wrap.color9 .info_area p.reservation {
  color: #0a807f;
}
.event_list .item .set_wrap.color9 .info_area .date + .date:before,
.event_slider .item .set_wrap.color9 .info_area .date + .date:before {
  background-color: #0a807f;
}
.event_list .item .set_wrap.color10:before,
.event_slider .item .set_wrap.color10:before {
  background-color: #af8400;
}
.event_list .item .set_wrap.color10 .info_area,
.event_slider .item .set_wrap.color10 .info_area {
  border-left-color: #af8400;
}
.event_list .item .set_wrap.color10 .info_area .date_info,
.event_list .item .set_wrap.color10 .info_area p.reservation,
.event_slider .item .set_wrap.color10 .info_area .date_info,
.event_slider .item .set_wrap.color10 .info_area p.reservation {
  color: #af8400;
}
.event_list .item .set_wrap.color10 .info_area .date + .date:before,
.event_slider .item .set_wrap.color10 .info_area .date + .date:before {
  background-color: #af8400;
}

.event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px -20px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .event_list {
    margin: 0 -8px -20px;
  }
}
@media only screen and (max-width: 640px) {
  .event_list {
    margin: 0;
  }
}
.event_list .item {
  width: 33.3333333%;
  padding: 0 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .event_list .item {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .event_list .item {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 640px) {
  .event_list .item {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .event_list .item + .item {
    margin-top: 2em;
  }
}

.yokushiru_info {
  background: url(../images/home/yokushiru_bg.gif) no-repeat left top;
  background-size: cover;
  padding: 146px 0 98px;
}
@media only screen and (max-width: 900px) {
  .yokushiru_info {
    background: url(../images/home/yokushiru_bg_sp.gif) no-repeat left top;
    background-size: cover;
    position: relative;
    padding: 8em 0 5em;
  }
}
@media only screen and (max-width: 640px) {
  .yokushiru_info {
    padding: 8em 0 3em;
  }
}
#admission .yokushiru_info {
  background: url(../images/admission/yokushiru_bg.gif) no-repeat left top;
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  #admission .yokushiru_info {
    background: url(../images/admission/yokushiru_bg_sp.gif) no-repeat left top;
    background-size: cover;
  }
}
#admission .yokushiru_info .tag_list li a,
#admission .yokushiru_info .tag_list li span {
  background: none;
}
@media only screen and (min-width: 1025px) {
  #admission .yokushiru_info .tag_list li a:hover {
    background-color: #c2143d;
  }
}
@media only screen and (min-width: 901px) {
  .yokushiru_info .yokushiru_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .yokushiru_info .yokushiru_wrap {
    position: relative;
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 901px) {
  .yokushiru_info .yokushiru_wrap .title_wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 216px;
  }
}
@media only screen and (max-width: 900px) {
  .yokushiru_info .yokushiru_wrap .title_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .yokushiru_info .yokushiru_wrap .title_wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.yokushiru_info .yokushiru_wrap .title_wrap .title {
  border-top: 2px solid #c2143d;
  border-bottom: 2px solid #c2143d;
  position: relative;
  padding: 40px 20px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 900px) {
  .yokushiru_info .yokushiru_wrap .title_wrap .title {
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 640px) {
  .yokushiru_info .yokushiru_wrap .title_wrap .title {
    width: 50%;
  }
}
#admission .yokushiru_info .yokushiru_wrap .title_wrap .title:before {
  background: url(../images/admission/baloon.png) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
  width: 104px;
  height: 114px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(55%, -60%);
          transform: translate(55%, -60%);
}
@media only screen and (max-width: 900px) {
  #admission .yokushiru_info .yokushiru_wrap .title_wrap .title:before {
    width: 8em;
    height: 9em;
    -webkit-transform: translate(30%, -65%);
            transform: translate(30%, -65%);
  }
}
@media only screen and (max-width: 640px) {
  #admission .yokushiru_info .yokushiru_wrap .title_wrap .title:before {
    width: 6.5em;
    height: 7.5em;
  }
}
#home .yokushiru_info .yokushiru_wrap .title_wrap .title {
  border-color: #fff;
}
#home .yokushiru_info .yokushiru_wrap .title_wrap .title img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.yokushiru_info .yokushiru_wrap .title_wrap p {
  font-size: 87.5%;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
}
#home .yokushiru_info .yokushiru_wrap .title_wrap p {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .yokushiru_info .yokushiru_wrap .title_wrap p {
    padding-left: 3em;
  }
}
.yokushiru_info .yokushiru_wrap .title_wrap a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin-top: 1.9em;
}
#home .yokushiru_info .yokushiru_wrap .title_wrap a {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  #home .yokushiru_info .yokushiru_wrap .title_wrap a:hover:after {
    background-color: #fff;
    color: #c2143d;
  }
}
@media only screen and (max-width: 1024px) {
  .yokushiru_info .yokushiru_wrap .title_wrap a {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 900px) {
  .yokushiru_info .yokushiru_wrap .title_wrap a {
    font-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.yokushiru_info .yokushiru_wrap .title_wrap a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50px;
  content: "\e5c8";
  color: #ac072f;
  font-family: "Material Icons";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  height: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.5em;
}
#home .yokushiru_info .yokushiru_wrap .title_wrap a:after {
  background: none;
  border: 1px #fff solid;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .yokushiru_info .yokushiru_wrap .title_wrap a:hover:after {
    background-color: #ac072f;
    color: #fff;
  }
}
.yokushiru_info .yokushiru_wrap .list_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 108px;
}
@media only screen and (max-width: 1024px) {
  .yokushiru_info .yokushiru_wrap .list_wrap {
    width: calc(100% - 216px);
    padding-left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .yokushiru_info .yokushiru_wrap .list_wrap {
    width: 100%;
    padding-left: 0;
  }
}
.yokushiru_info .yokushiru_wrap .list_wrap .know_well_list {
  display: block;
  overflow: hidden;
  padding-right: 50%;
  margin: 0 -50% 0 0;
}
@media only screen and (max-width: 640px) {
  .yokushiru_info .yokushiru_wrap .list_wrap .know_well_list .slick-list {
    padding-right: 30%;
  }
}
.yokushiru_info .yokushiru_wrap .list_wrap .know_well_list .list_set {
  width: 33.3333333%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.mb6em {
  margin-bottom: 6em !important;
}

.mb7em {
  margin-bottom: 7em !important;
}

.mb8em {
  margin-bottom: 8em !important;
}

.mb9em {
  margin-bottom: 9em !important;
}

.mb10em {
  margin-bottom: 10em !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w1em {
  width: 1em !important;
}

.w2em {
  width: 2em !important;
}

.w3em {
  width: 3em !important;
}

.w4em {
  width: 4em !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.w11em {
  width: 11em !important;
}

.w12em {
  width: 12em !important;
}

.w13em {
  width: 13em !important;
}

.w14em {
  width: 14em !important;
}

.w15em {
  width: 15em !important;
}

.w16em {
  width: 16em !important;
}

.w17em {
  width: 17em !important;
}

.w18em {
  width: 18em !important;
}

.w19em {
  width: 19em !important;
}

.w20em {
  width: 20em !important;
}

.w25em {
  width: 25em !important;
}

.w30em {
  width: 30em !important;
}

.w35em {
  width: 35em !important;
}

.w40em {
  width: 40em !important;
}

.w45em {
  width: 45em !important;
}

.w50em {
  width: 50em !important;
}

.w55em {
  width: 55em !important;
}

.w60em {
  width: 60em !important;
}

.w65em {
  width: 65em !important;
}

.w70em {
  width: 70em !important;
}

.w75em {
  width: 75em !important;
}

.w80em {
  width: 80em !important;
}

.w85em {
  width: 85em !important;
}

.w90em {
  width: 90em !important;
}

.w95em {
  width: 95em !important;
}

.w100em {
  width: 100em !important;
}

.font10 {
  font-size: 62.5% !important;
}

.font11 {
  font-size: 68.8% !important;
}

.font12 {
  font-size: 75% !important;
}

.font13 {
  font-size: 81.3% !important;
}

.font14 {
  font-size: 87.5% !important;
}

.font15 {
  font-size: 93.8% !important;
}

.font16 {
  font-size: 100% !important;
}

.font17 {
  font-size: 106.3% !important;
}

.font18 {
  font-size: 112.5% !important;
}

.font19 {
  font-size: 118.8% !important;
}

.font20 {
  font-size: 125% !important;
}

.font21 {
  font-size: 131.3% !important;
}

.font22 {
  font-size: 137.5% !important;
}

.font23 {
  font-size: 143.8% !important;
}

.font24 {
  font-size: 150% !important;
}

.font25 {
  font-size: 156.3% !important;
}

.font26 {
  font-size: 162.5% !important;
}

.font27 {
  font-size: 168.8% !important;
}

.font28 {
  font-size: 175% !important;
}

.font29 {
  font-size: 181.3% !important;
}

.font30 {
  font-size: 187.5% !important;
}

.fw_thin {
  font-weight: 300 !important;
}

.fw_normal {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_bold {
  font-weight: 600 !important;
}

.fw_black {
  font-weight: 900 !important;
}